/*
Author: Venore Creative Worldwide
Email: info@venorecreative.com
File: style.css
*/


/* IMPORT CSS */
@import url(fonts.css);
@import url(normalize.css);
@import url(responsive.css);
/* IMPORT CSS */



/* CONFIGRATION */
:root{
  --font-text-family: 'Poppins', sans-serif;
  --font-text-weight: normal;
  --font-text-size-xs: 12px;
  --font-text-size-sm: 14px;
  --font-text-size-md: 16px;
  --font-text-size-lg: 20px;
  --font-text-size-xl: 24px;
  --font-text-size-xxl: 30px;
  --font-text-line-height: 1.4;

  --body-bg: #FFFFFF;
  --body-header-top-bg: #F5F8FD;
  --body-footer-bottom-bg: #222222;
  --text-color: #222222;
  --black-color: #222222;
  --dark-gray-color: #222222;
  --gray-color: #1F2540;
  --blue-color: #22315C;
  --dark-blue-color: #141B2F;
  --white-color: #FFFFFF;
  --light-gray-color: #FAFAFA;
  --light-gray-to-blue-color: #E7EEF8;
  --light-gray-to-gray-color: #E7EEF8;
  --light-gray-to-dark-gray: #8D9093;
  --page-nav-pill-gray: #E7EEF8;
  --gray-to-dark-gray-color: #F5F8FD;
  --gray-to-light-gray-color: #F5F8FD;
  --gray-to-gray-color: #F5F8FD;
  --orange-color: #FFCB00;
  --red-color: #D90038;
  --alb-color: #007B52;
  --green-color: #007B52;
  --box-color: #FFFFFF;
  --label-color: #575757;
  --risk-color: #707070;

  --border-color-light: #E7EEF8;
  --border-color-dark: #CDD9EA;

  --scrollbar-bg: #f8f8f8;
  --scrollbar-thumb: var(--dark-blue-color);

  --border-radius-xs:5px;
  --border-radius-sm:10px;
  --border-radius-md:15px;
  --border-radius-lg:20px;
  --border-radius-xl:25px;

  --box-shadow-other-xs: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
  --box-shadow-other-sm: rgba(149, 157, 165, 0.2) 0px 7px 29px 0px;
  --box-shadow-other-md: rgba(149, 157, 165, 0.2) 0px 18px 50px -10px;
  --box-shadow-other-lg: rgba(149, 157, 165, 0.12) 0px 2px 4px 0px, rgba(149, 157, 165, 0.32) 0px 2px 16px 0px;
}
/* CONFIGRATION */


/* OTHER COMPONENT */
::-webkit-scrollbar {
    width: 5px;
}
::-webkit-scrollbar-thumb {
    background: var(--scrollbar-thumb);
}
::-webkit-scrollbar-track {
    background: var(--scrollbar-bg);
}
* {
	margin: 0;
	padding: 0;
	font-family: inherit;
	outline: none!important;
	list-style: none!important
}
*:after,
*:before {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	padding: 0;
	margin: 0
}
html,
body {
	-webkit-font-smoothing: antialiased;
	-moz-font-smoothing: antialiased;
	-o-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	font-smooth: antialiased;
	scroll-behavior: smooth;
	overflow-x: hidden;
}
body {
	background-color: var(--body-bg)!important;
	color: var(--text-color)!important;
	font-family: var(--font-text-family)!important;
	font-size: var(--font-text-size-sm)!important;
}
h1,
h2,
h3,
h4,
h5,
h6 {
	font-size: var(--font-text-size-lg);
	color: var(--text-color);
	font-family: var(--font-text-family)!important;
	font-weight: bold;
  margin-bottom: 0px;
  line-height: var(--font-text-title-line-height);
}
p {
	color: var(--text-color);
	line-height: var(--font-text-line-height);
	margin-bottom: 0px;
}
a {
	color: var(--text-color);
	text-decoration: none!important;
	-webkit-transition: all 0.3s ease-in-out;
	transition: all .3s ease-in-out;
	outline: none!important;
	box-shadow: none!important
}
a:hover {
	color: var(--text-color);
	text-decoration: none!important;
	transition: all 0.3s ease-in-out
}
a:focus {
	outline: none!important;
	box-shadow: none!important
}
img {
	max-width: 100%
}
button {
	-webkit-transition: all 0.3s ease-in-out;
	transition: all .3s ease-in-out;
	outline: none!important;
}
ul,
li,
ol {
	margin: 0;
	padding: 0
}
fieldset {
	border: 0 none;
	margin: 0 auto;
	padding: 0
}
label {
	color: var(--text-color);
}
input:focus,
textarea:focus {
	outline: none!important;
	box-shadow: none!important
}
.fs-4{
  font-size: 4px!important
}
.fs-5{
  font-size: 5px!important
}
.fs-6{
  font-size: 6px!important
}
.fs-7{
  font-size: 7px!important
}
.fs-8{
  font-size: 8px!important
}
.fs-9{
  font-size: 9px!important
}
.fs-10{
  font-size: 10px!important
}
.fs-11{
  font-size: 11px!important
}
.fs-12{
  font-size: 12px!important
}
.fs-13{
  font-size: 13px!important
}
.fs-14{
  font-size: 14px!important
}
.fs-15{
  font-size: 15px!important
}
.fs-16{
  font-size: 16px!important
}
.fs-17{
  font-size: 17px!important
}
.fs-18{
  font-size: 18px!important
}
.fs-19{
  font-size: 19px!important
}
.fs-20{
  font-size: 20px!important
}
.fs-21{
  font-size: 21px!important
}
.fs-22{
  font-size: 22px!important
}
.fs-23{
  font-size: 23px!important
}
.fs-24{
  font-size: 24px!important
}
.fs-25{
  font-size: 25px!important
}
.fs-26{
  font-size: 26px!important
}
.fs-27{
  font-size: 27px!important
}
.fs-28{
  font-size: 28px!important
}
.fs-29{
  font-size: 29px!important
}
.fs-30{
  font-size: 30px!important
}
.fs-31{
  font-size: 31px!important
}
.fs-32{
  font-size: 32px!important
}
.fs-33{
  font-size: 33px!important
}
.fs-34{
  font-size: 34px!important
}
.fs-35{
  font-size: 35px!important
}
.fs-36{
  font-size: 36px!important
}
.fs-37{
  font-size: 37px!important
}
.fs-38{
  font-size: 38px!important
}
.fs-39{
  font-size: 39px!important
}
.fs-40{
  font-size: 40px!important
}
.fw-100{
  font-weight: 100!important
}
.fw-200{
  font-weight: 200!important
}
.fw-300{
  font-weight: 300!important
}
.fw-400{
  font-weight: 400!important
}
.fw-500{
  font-weight: 500!important
}
.fw-600{
  font-weight: 600!important
}
.fw-700{
  font-weight: 700!important
}
.fw-800{
  font-weight: 800!important
}
.fw-900{
  font-weight: 900!important
}
.fw-normal{
  font-weight: normal!important
}
.fw-bold{
  font-weight: bold!important
}
.text-height-reset{
  line-height: 1!important
}
.text-height-0 {
  line-height: 1.2!important;
}
.text-height-1 {
  line-height: 1.5!important;
}
.text-height-2 {
  line-height: 2!important;
}
.text-height-3 {
  line-height: 2.5!important;
}
.text-height-4 {
  line-height: 3!important;
}
.text-height-5 {
  line-height: 3.5!important;
}
.text-justify{
  text-align: justify!important;
}
.m-6{
  margin:5rem!important;
}
.mt-6{
  margin-top:5rem!important;
}
.mb-6{
  margin-bottom:5rem!important;
}
.ms-6{
  margin-left:5rem!important;
}
.me-6{
  margin-right:5rem!important;
}
.my-6{
  margin:5rem 0rem!important;
}
.mx-6{
  margin:0rem 5rem!important;
}
.m-7{
  margin:7rem!important;
}
.mt-7{
  margin-top:7rem!important;
}
.mb-7{
  margin-bottom:7rem!important;
}
.ms-7{
  margin-left:7rem!important;
}
.me-7{
  margin-right:7rem!important;
}
.my-7{
  margin:7rem 0rem!important;
}
.mx-7{
  margin:0rem 7rem!important;
}
.mt-5px{margin-top:5px!important;}
.mt-10px{margin-top:10px!important;}
.mt-15px{margin-top:15px!important;}
.mt-20px{margin-top:20px!important;}
.mt-25px{margin-top:25px!important;}
.mt-30px{margin-top:30px!important;}
.mt-35px{margin-top:35px!important;}
.mt-40px{margin-top:40px!important;}
.mt-45px{margin-top:45px!important;}
.mt-50px{margin-top:50px!important;}
.mt-55px{margin-top:55px!important;}
.mt-60px{margin-top:60px!important;}
.mt-65px{margin-top:65px!important;}
.mt-70px{margin-top:70px!important;}
.mt-75px{margin-top:75px!important;}
.mt-80px{margin-top:80px!important;}
.mt-85px{margin-top:85px!important;}
.mt-90px{margin-top:90px!important;}
.mt-95px{margin-top:95px!important;}
.mt-100px{margin-top:100px!important;}
.mb-5px {margin-bottom:5px!important;}
.mb-10px{margin-bottom:10px!important;}
.mb-15px{margin-bottom:15px!important;}
.mb-20px{margin-bottom:20px!important;}
.mb-25px{margin-bottom:25px!important;}
.mb-30px{margin-bottom:30px!important;}
.mb-35px{margin-bottom:35px!important;}
.mb-40px{margin-bottom:40px!important;}
.mb-45px{margin-bottom:45px!important;}
.mb-50px{margin-bottom:50px!important;}
.mb-55px{margin-bottom:55px!important;}
.mb-60px{margin-bottom:60px!important;}
.mb-65px{margin-bottom:65px!important;}
.mb-70px{margin-bottom:70px!important;}
.mb-75px{margin-bottom:75px!important;}
.mb-80px{margin-bottom:80px!important;}
.mb-85px{margin-bottom:85px!important;}
.mb-90px{margin-bottom:90px!important;}
.mb-95px{margin-bottom:95px!important;}
.mb-100px{margin-bottom:100px!important;}
.ms-5px {margin-left:5px!important;}
.ms-10px{margin-left:10px!important;}
.ms-15px{margin-left:15px!important;}
.ms-20px{margin-left:20px!important;}
.ms-25px{margin-left:25px!important;}
.ms-30px{margin-left:30px!important;}
.ms-35px{margin-left:35px!important;}
.ms-40px{margin-left:40px!important;}
.ms-45px{margin-left:45px!important;}
.ms-50px{margin-left:50px!important;}
.ms-55px{margin-left:55px!important;}
.ms-60px{margin-left:60px!important;}
.ms-65px{margin-left:65px!important;}
.ms-70px{margin-left:70px!important;}
.ms-75px{margin-left:75px!important;}
.ms-80px{margin-left:80px!important;}
.ms-85px{margin-left:85px!important;}
.ms-90px{margin-left:90px!important;}
.ms-95px{margin-left:95px!important;}
.ms-100px{margin-left:100px!important;}
.me-5px {margin-right:5px!important;}
.me-10px{margin-right:10px!important;}
.me-15px{margin-right:15px!important;}
.me-20px{margin-right:20px!important;}
.me-25px{margin-right:25px!important;}
.me-30px{margin-right:30px!important;}
.me-35px{margin-right:35px!important;}
.me-40px{margin-right:40px!important;}
.me-45px{margin-right:45px!important;}
.me-50px{margin-right:50px!important;}
.me-50px{margin-right:50px!important;}
.me-55px{margin-right:55px!important;}
.me-60px{margin-right:60px!important;}
.me-65px{margin-right:65px!important;}
.me-70px{margin-right:70px!important;}
.me-75px{margin-right:75px!important;}
.me-80px{margin-right:80px!important;}
.me-85px{margin-right:85px!important;}
.me-90px{margin-right:90px!important;}
.me-95px{margin-right:95px!important;}
.me-100px{margin-right:100px!important;}

.pt-5px{padding-top:5px!important;}
.pt-10px{padding-top:10px!important;}
.pt-15px{padding-top:15px!important;}
.pt-20px{padding-top:20px!important;}
.pt-25px{padding-top:25px!important;}
.pt-30px{padding-top:30px!important;}
.pt-35px{padding-top:35px!important;}
.pt-40px{padding-top:40px!important;}
.pt-45px{padding-top:45px!important;}
.pt-50px{padding-top:50px!important;}
.pt-55px{padding-top:55px!important;}
.pt-60px{padding-top:60px!important;}
.pt-65px{padding-top:65px!important;}
.pt-70px{padding-top:70px!important;}
.pt-75px{padding-top:75px!important;}
.pt-80px{padding-top:80px!important;}
.pt-85px{padding-top:85px!important;}
.pt-90px{padding-top:90px!important;}
.pt-95px{padding-top:95px!important;}
.pt-100px{padding-top:100px!important;}
.pb-5px {padding-bottom:5px!important;}
.pb-10px{padding-bottom:10px!important;}
.pb-15px{padding-bottom:15px!important;}
.pb-20px{padding-bottom:20px!important;}
.pb-25px{padding-bottom:25px!important;}
.pb-30px{padding-bottom:30px!important;}
.pb-35px{padding-bottom:35px!important;}
.pb-40px{padding-bottom:40px!important;}
.pb-45px{padding-bottom:45px!important;}
.pb-50px{padding-bottom:50px!important;}
.pb-55px{padding-bottom:55px!important;}
.pb-60px{padding-bottom:60px!important;}
.pb-65px{padding-bottom:65px!important;}
.pb-70px{padding-bottom:70px!important;}
.pb-75px{padding-bottom:75px!important;}
.pb-80px{padding-bottom:80px!important;}
.pb-85px{padding-bottom:85px!important;}
.pb-90px{padding-bottom:90px!important;}
.pb-95px{padding-bottom:95px!important;}
.pb-100px{padding-bottom:100px!important;}
.ps-5px {padding-left:5px!important;}
.ps-10px{padding-left:10px!important;}
.ps-15px{padding-left:15px!important;}
.ps-20px{padding-left:20px!important;}
.ps-25px{padding-left:25px!important;}
.ps-30px{padding-left:30px!important;}
.ps-35px{padding-left:35px!important;}
.ps-40px{padding-left:40px!important;}
.ps-45px{padding-left:45px!important;}
.ps-50px{padding-left:50px!important;}
.ps-55px{padding-left:55px!important;}
.ps-60px{padding-left:60px!important;}
.ps-65px{padding-left:65px!important;}
.ps-70px{padding-left:70px!important;}
.ps-75px{padding-left:75px!important;}
.ps-80px{padding-left:80px!important;}
.ps-85px{padding-left:85px!important;}
.ps-90px{padding-left:90px!important;}
.ps-95px{padding-left:95px!important;}
.ps-100px{padding-left:100px!important;}
.pe-5px {padding-right:5px!important;}
.pe-10px{padding-right:10px!important;}
.pe-15px{padding-right:15px!important;}
.pe-20px{padding-right:20px!important;}
.pe-25px{padding-right:25px!important;}
.pe-30px{padding-right:30px!important;}
.pe-35px{padding-right:35px!important;}
.pe-40px{padding-right:40px!important;}
.pe-45px{padding-right:45px!important;}
.pe-50px{padding-right:50px!important;}
.pe-50px{padding-right:50px!important;}
.pe-55px{padding-right:55px!important;}
.pe-60px{padding-right:60px!important;}
.pe-65px{padding-right:65px!important;}
.pe-70px{padding-right:70px!important;}
.pe-75px{padding-right:75px!important;}
.pe-80px{padding-right:80px!important;}
.pe-85px{padding-right:85px!important;}
.pe-90px{padding-right:90px!important;}
.pe-95px{padding-right:95px!important;}
.pe-100px{padding-right:100px!important;}
.p-6{
  padding:5rem!important;
}
.pt-6{
  padding-top:5rem!important;
}
.pb-6{
  padding-bottom:5rem!important;
}
.ps-6{
  padding-left:5rem!important;
}
.pe-6{
  padding-right:5rem!important;
}
.py-6{
  padding:5rem 0rem!important;
}
.px-6{
  padding:0rem 5rem!important;
}
.p-7{
  padding:7rem!important;
}
.pt-7{
  padding-top:7rem!important;
}
.pb-7{
  padding-bottom:7rem!important;
}
.pl-7{
  padding-left:7rem!important;
}
.pr-7{
  padding-right:7rem!important;
}
.py-7{
  padding:7rem 0rem!important;
}
.px-7{
  padding:0rem 7rem!important;
}
.btn.active.focus,
.btn.active:focus,
.btn.focus,
.btn:active.focus,
.btn:active:focus,
.btn:focus {
	outline: none!important;
	box-shadow: none!important;
	border: 0!important
}
.btn:focus,
.btn:active:focus,
.btn.active:focus {
	box-shadow: none!important;
	outline: none!important;
	border: 0!important
}
.btn.focus,
.btn:focus {
	outline: none!important;
	box-shadow: none!important
}
.btn:focus,
a:focus {
	outline: none!important
}
.navbar-toggler:focus {
	outline: none!important;
	box-shadow: none!important;
}
iframe {
  width: 100%!important;
	border: 0;
	display: block
}
video {
	width: 100%!important
}
.color-text{
  color: var(--text-color)!important;
}
.color-alb{
  color: var(--alb-color)!important;
}
.color-light-gray{
  color: var(--light-gray-to-dark-gray)!important;
}
.color-gray{
  color: var(--gray-color)!important;
}
.color-risk{
  color: var(--risk-color)!important;
}
.border-light{
  border: 1px solid var(--border-color-light)!important;
}
.border-light-down{
  border-bottom: 1px solid var(--border-color-light)!important;
}
.border-light-up{
  border-top: 1px solid var(--border-color-light)!important;
}
.border-dark{
  border: 1px solid var(--border-color-dark)!important;
}
.border-dark-down{
  border-bottom: 1px solid var(--border-color-dark)!important;
}
.border-dark-up{
  border-top: 1px solid var(--border-color-dark)!important;
}
.container,.container-fluid,.custom-container {
  margin-left: auto;
  margin-right: auto;
  padding-left: var(--bs-gutter-x, 0.75rem);
  padding-right: var(--bs-gutter-x, 0.75rem);
  width: 100%
}
.swal2-title{
  font-size: var(--font-text-size-xl)!important;
  font-weight: 500;
  color: var(--text-color)!important;
}
.logo{
  width: 200px;
}
.flexCenter{
  display: flex;
  align-items: center;
  justify-content: center;
}
.flexSpaceAround{
  display: flex;
  align-items: center;
  justify-content: space-around;
}
.flexSpaceBetween{
  display: flex;
  align-items: center;
  justify-content: space-between;
}
/* OTHER COMPONENT */


/* CUSTOM BUTTON */
.btn-black{
  font-weight: 600;
  font-size: var(--font-text-size-md);
  background: var(--black-color);
  color: var(--white-color);
  padding:10px 20px;
  border-radius: var(--border-radius-xs);
  position: relative;
  display: inline-block;
  overflow: hidden;
  z-index: 1;
  border: none;
}
.btn-black:hover{
  transform:scale(1.1);
  text-decoration: none;
  color: var(--white-color);
  z-index: 1;
}
.btn-black.sm:hover{
  transform:scale(1.03);
  text-decoration: none;
  color: var(--white-color);
  z-index: 1;
}
.btn-black.nh:hover{
  transform:scale(1);
  text-decoration: none;
  color: var(--white-color);
  z-index: 1;
}
.btn-black span{
  z-index: 1;
  position: relative;
}
.btn-black i, .btn-black svg{
  font-size:13px;
  z-index: 1;
  position: relative;
}

.btn-red{
  font-weight: 600;
  font-size: var(--font-text-size-md);
  background: var(--red-color);
  color: var(--white-color);
  padding:10px 20px;
  border-radius: var(--border-radius-xs);
  position: relative;
  display: inline-block;
  overflow: hidden;
  z-index: 1;
  border: none;
}
.btn-red:hover{
  transform:scale(1.1);
  text-decoration: none;
  color: var(--white-color);
  z-index: 1;
}
.btn-red.sm:hover{
  transform:scale(1.03);
  text-decoration: none;
  color: var(--white-color);
  z-index: 1;
}
.btn-red.nh:hover{
  transform:scale(1);
  text-decoration: none;
  color: var(--white-color);
  z-index: 1;
}
.btn-red span{
  z-index: 1;
  position: relative;
}
.btn-red i, .btn-red svg{
  font-size:13px;
  z-index: 1;
  position: relative;
}

.btn-outline-white-to-red{
  font-weight: 600;
  font-size: var(--font-text-size-md);
  color: var(--white-color);
  border: 1px solid var(--white-color);
  padding:10px 20px;
  border-radius: var(--border-radius-xs);
  position: relative;
  display: inline-block;
  overflow: hidden;
  z-index: 1;
}
.btn-outline-white-to-red:hover{
  transform:scale(1.1);
  text-decoration: none;
  background: var(--red-color);
  border: 1px solid var(--red-color);
  color: var(--white-color);
  z-index: 1;
}
.btn-outline-white-to-red.sm:hover{
  transform:scale(1.03);
  text-decoration: none;
  color: var(--white-color);
  z-index: 1;
}
.btn-outline-white-to-red.nh:hover{
  transform:scale(1);
  text-decoration: none;
  color: var(--white-color);
  z-index: 1;
}
.btn-outline-white-to-red span{
  z-index: 1;
  position: relative;
}
.btn-outline-white-to-red i, .btn-outline-white-to-red svg{
  font-size:13px;
  z-index: 1;
  position: relative;
}
/* CUSTOM BUTTON */

/* SIDEBAR MENU */
.sidebar-menu{
  display: none;
  position: fixed;
  width: 0%;
  height: 100%;
  z-index: 999999999;
  background: var(--white-color);
  box-shadow: var(--box-shadow-other-lg);
  overflow: scroll;
}
.sidebar-menu.closed{
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  animation-name: fadeOutLeft;
  animation-delay: 0s;
}
.sidebar-menu.active{
  display: block;
  width: 400px;
  padding: 25px;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  animation-name: fadeInLeft;
  animation-delay: 0s;
}
.sidebar-menu .sidebar-menu-action{
  position: relative;
  margin-bottom: 50px;
}
.sidebar-menu .sidebar-menu-action a, .sidebar-menu .sidebar-menu-action a:hover{
  display: block;
  position: relative;
  text-align: right;
  width: 100%;
}
.sidebar-menu .sidebar-menu-action a svg{
  width: 15px;
  color: var(--text-color);
  fill: var(--text-color);
}
.sidebar-menu .mainMenu{
  position: relative;
}
.sidebar-menu .mainMenu li{
  position: relative;
  margin-bottom: 10px;
}
.sidebar-menu .mainMenu li a{
  position: relative;
  font-size: var(--font-text-size-md);
  color: var(--text-color);
  padding-bottom: 10px;
  border-bottom: 2px solid var(--text-color);
}
.sidebar-menu .mainMenu li a svg{
  width: 40px;
  margin-right: 15px;
}
.sidebar-menu .sidebar-menu-copyright{
  position: absolute;
  bottom: 25px;
  font-size: var(--font-text-size-sm);
  color: var(--text-color);
}
.sidebar-menu .sidebarLogo{
  position: relative;
  display: inline-block;
  margin-top: -70px;
  margin-bottom: 40px;
}
.sidebar-menu .sidebarLogo img{
  width: 140px!important;
}
.sidebar-menu .collapse{
  border: none;
  padding-bottom: 0px;
}
.sidebar-menu .collapse li:last-of-type{
  margin-bottom: 0px;
}
.sidebar-menu .collapse li a::before{
  content: '\f105';
  position: absolute;
  display: inline-block;
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  font-size: var(--font-text-size-xs);
  color: var(--text-color);
  top: 8px;
  left: 0px;
}
/* SIDEBAR MENU */

/* HEADER */
.other .header-logo{
  margin-left: 0px!important;
}
header.header-white .logo{
  filter: brightness(0) invert(1);
}
header.header{
  position: relative;
  z-index: 1;
}
.dark-theme header.header.scrolling{
  background: var(--brown-color)!important;
}
header.header.scrolling{
  position: fixed;
  width: 100%;
  background: var(--white-color);
  z-index: 99999999;
  box-shadow: var(--box-shadow-other-lg);
}
header.header.scrolling .header-logo{
  margin-left: 0px;
}
header.header .header-menu{
  padding:25px 0px;
}
header.header .navbar-toggler, header.header .navbar-toggler:focus{
  padding:0px;
  border:none;
  outline: 0;
  box-shadow: none;
}
header.header .mobileSearchBtn, header.header .mobileMenuBtn{
  color: var(--text-color);
  fill: var(--text-color);
}
header.header.header-white .mobileSearchBtn, header.header.header-white .mobileMenuBtn{
  color: var(--white-color);
  fill: var(--white-color);
  width: 25px;
  height: 25px;
}
header.header.header-white .header-more a *{
  color: var(--white-color);
  fill: var(--white-color);
}
header.header .mainNavbar{
  margin:0px;
  padding:0px;
}
header.header .mainMenu{
  margin-bottom: 0px;
}
header.header .mainMenu li{
  margin:0px 5px;
}
header.header .mainMenu li a{
  font-weight: 400;
  color: var(--text-color);
  font-size: var(--font-text-size-md);
  line-height: var(--font-text-line-height);
}
header.header.header-white .mainMenu li a{
  color: var(--white-color);
}
header.header .mainMenu li a:hover{
  color: var(--text-color);
}
header.header.header-white .mainMenu li a:hover{
  color: var(--white-color);
}
header.header .mainMenu li ul.dropdown-menu{
  background: var(--white-color);
  color: var(--text-color);
  font-size: var(--font-text-size-md);
  border-radius: var(--border-radius-sm);
  box-shadow: var(--box-shadow-other-sm);
  border: 1px solid var(--white-color);
  z-index: 1;
}
header.header .mainMenu li ul.dropdown-menu li{
  margin-left: 0px;
  margin-right: 0px;
  position: relative;
}
header.header .mainMenu li ul.dropdown-menu li a{
  padding:7px 25px;
  color: var(--text-color);
  font-size: var(--font-text-size-md);
  font-weight: var(--font-text-weight);
  line-height: var(--font-text-line-height);
  position: relative;
}
header.header .mainMenu li ul.dropdown-menu li a::before{
  content: '\f105';
  position: absolute;
  display: inline-block;
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  font-size: var(--font-text-size-xs);
  color: var(--text-color);
  top: 10px;
  left: 10px;
}
header.header .mainMenu li ul.dropdown-menu li a:hover{
  background: var(--light-gray-color);
  color: var(--text-color);
}

header.header .language-menu{
  background: var(--white-color);
  color: var(--text-color);
  font-size: var(--font-text-size-md);
  border-radius: var(--border-radius-sm);
  box-shadow: var(--box-shadow-other-sm);
  border: 1px solid var(--border-color-light);
  min-width: 5rem!important;
  margin-top: 10px!important;
}
header.header .language-menu li{
  margin-left: 0px;
  margin-right: 0px;
  position: relative;
}
header.header .language-menu li a{
  padding:7px 25px;
  color: var(--text-color);
  font-size: var(--font-text-size-md);
  font-weight: var(--font-text-weight);
  line-height: var(--font-text-line-height);
  position: relative;
}
header.header .language-menu li:first-of-type a:first-of-type{
  display: none;
}
header.header .language-menu li a:hover{
  background: var(--light-gray-color);
  color: var(--text-color);
}
header.header .languageDropdown.dropdown-toggle::after{
  display: none;
}
.dropdown-menu.show {
  -webkit-animation-duration: 0.3s;
  animation-duration: 0.3s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  animation-name: fadeIn;
  animation-delay: 0.3s;
}
.nav-item.dropdown.dropdown-mega {
  position: static;
}
.nav-item.dropdown.dropdown-mega .dropdown-menu {
  background: var(--white-color);
  border-radius: var(--border-radius-sm);
  box-shadow: var(--box-shadow-other-sm);
  border: 1px solid var(--white-color);
  width: 100%;
  top: auto;
  left: 5%;
}
.nav-item.dropdown.dropdown-mega .dropdown-menu ul li{
  margin: 5px 0px;
}
.nav-item.dropdown.dropdown-mega .dropdown-menu ul li.title{
  font-weight: 500;
  color: var(--brown-color);
}
.nav-item.dropdown.dropdown-mega .dropdown-menu ul li a{
  word-wrap: break-word;
  padding-left: 0px;
  padding-right: 0px;
  border:1px solid transparent;
}
.nav-item.dropdown.dropdown-mega .dropdown-menu ul li a:hover{
  background: transparent;
  border-bottom: 1px solid var(--brown-color);
}

.search-wrapper {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: rgb(127 7 44 / 90%);
  transition: all 0.5s;
  display: none;
}
.search-wrapper.hide {
  opacity: 0;
}
.search-wrapper .search-input-wrapper {
  flex: 1;
  margin: 0 200px;
  display: flex;
  justify-content: center;
  background-color: transparent;
  padding: 18px;
  min-width: 10px;
  max-width: 400px;
  border-bottom: 3px solid var(--white-color);
  transition: all 0.4s;
}
@media screen and (max-width: 576px) {
  .search-wrapper .search-input-wrapper {
    margin: 0 20px;
  }
}
.search-wrapper .search-input-wrapper .search-input {
  flex: 1;
}
.search-wrapper .search-input-wrapper .search-input::placeholder {
  color: var(--white-color);
}
.search-wrapper .search-input-wrapper .search-submit {
  flex-basis: 40px;
  cursor: pointer;
}
.search-wrapper .search-input-wrapper input, .search-wrapper .search-input-wrapper button {
  background-color: transparent;
  border: none;
  font-size: 25px;
  padding: 3px;
  color: var(--white-color);
  min-width: 10px;
}
.search-wrapper .search-input-wrapper input:focus, .search-wrapper .search-input-wrapper button:focus {
  outline: none;
}
.search-wrapper .search-close {
  position: fixed;
  padding: 5px;
  top: 20px;
  right: 20px;
  font-size: 35px;
  color: rgba(238, 238, 238, 0.8);
  background-color: transparent;
  border: none;
  cursor: pointer;
  transition: all 0.4s;
}
.search-wrapper .search-close:focus {
  outline: none;
}
.search-wrapper .search-close:hover {
  color: var(--white-color);
}
header.header .header-extra{
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
header.header .lang-btn{
  font-size: var(--font-text-size-md);
  font-weight: 500;
  color: var(--text-color);
}
/* HEADER */


/* FOOTER */
footer.footer{
  position: relative;
  padding: 60px 0px;
  background: var(--dark-blue-color);
}
footer.footer .footer-line{
  padding-bottom: 40px;
  border-bottom: 1px solid #22315C;
}
.copyright{
  position: relative;
  padding: 20px 0px;
  background: #0D1326;
}
/* FOOTER */


/* OTHER */
section.homeSlide{
  position: relative;
  background: url('../img/other/slide-bg.png') no-repeat;
  background-size: cover;
  background-position: top center;
  padding-top: 110px;
  margin-top: -95px;
}
section.homeSlide::before{
  content: '';
  position: absolute;
  bottom: 0px;
  left: 0px;
  width: 100%;
  height: 350px;
  background: rgb(255,255,255);
  background: -moz-linear-gradient(180deg, rgba(255,255,255,0) 0%, rgba(255,255,255,1) 70%);
  background: -webkit-linear-gradient(180deg, rgba(255,255,255,0) 0%, rgba(255,255,255,1) 70%);
  background: linear-gradient(180deg, rgba(255,255,255,0) 0%, rgba(255,255,255,1) 70%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ffffff",endColorstr="#ffffff",GradientType=1);
  z-index: 0;
}
.headSlide{
  position: relative;
}
.headSlide.owl-carousel{
  z-index: 0;
}
.headSlide .slideBody{
  position: relative;
  padding: 0px;
  z-index: 1;
  padding-left: 1px;
}
.headSlide .slideBody .subTitle{
  position: relative;
  font-size: var(--font-text-size-md);
  font-weight: 500;
  color: var(--text-color);
  line-height: 1.2;
  margin-bottom: 0px;
}
.headSlide .slideBody .title{
  position: relative;
  font-size: var(--font-text-size-xxl);
  font-weight: 600;
  color: var(--red-color);
  line-height: 1.2;
  margin-bottom: 15px;
}
.headSlide .slideBody .desc{
  position: relative;
  font-size: var(--font-text-size-sm);
  font-weight: 400;
  color: var(--text-color);
  line-height: 1.2;
  margin-bottom: 0px;
}
.headSlide .slideBody .moreBtn{
  position: relative;
  margin-top: 20px;
  margin-left: 1px;
}
.headSlide .slideBody .why-hairnox{
  position: relative;
  border-left: 3px solid var(--red-color);
  padding-left: 15px;
  margin-top: 20px;
}
.headSlide .slideBody .why-hairnox .whyTitle{
  position: relative;
  margin-bottom: 10px;
  line-height: 1.2;
  font-size: var(--font-text-size-lg);
  font-weight: 400;
  color: var(--text-color);
}
.headSlide .slideBody .why-hairnox .whyTitle span{
  position: relative;
  display: block;
  font-weight: 600;
}
.headSlide .slideBody .why-hairnox .whyDesc{
  position: relative;
  font-size: var(--font-text-size-xs);
  font-weight: 400;
  line-height: 1.3;
  color: var(--text-color);
  margin-bottom: 0px;
}
.headSlide .slideBody .social{
  position: relative;
  margin-top: 20px;
  margin-bottom: 0px;
  padding-left: 0px;
}
.headSlide .slideBody .social li{
  float: left;
  margin-right: 15px;
  line-height: 1;
}
.headSlide .slideBody .social li:last-of-type{
  margin-right: 0px;
}
.headSlide .slideBody .social li a{
  font-size: var(--font-text-size-md);
  color: var(--text-color);
  line-height: 1;
}
.headSlide .slideBody .social li a:hover{
  color: var(--red-color);
}
.headSlide .slideFoot{
  position: relative;
  margin-top:150px
}
.headSlide .slideFoot .subTitle{
  position: relative;
  font-size: var(--font-text-size-xxl);
  font-weight: 300;
  color: var(--text-color);
  line-height: 1.2;
  margin-bottom: 0px;
}
.headSlide .slideFoot .title{
  position: relative;
  font-size: var(--font-text-size-xxl);
  font-weight: 600;
  color: var(--brown-color);
  line-height: 1.2;
  margin-bottom: 0px;
}
.headSlide .slideImage{
  position: relative;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: flex-end;
  -ms-flex-pack: flex-end;
  justify-content: flex-end;
  width: 100%;
  height: 100%;
}
.headSlide .slideImage .welcomeTo{
  position: absolute;
  z-index: 2;
  display: flex;
  align-items: center;
  justify-content: center;
  bottom: 30px;
  right: 0px;
}
.headSlide .slideImage .welcomeTo svg{
  position: absolute;
  margin-left: -400px;
  width: 50px;
  height: 50px;
  margin-right: 10px;
  animation: circles3 4.25s ease-in-out both infinite;
}
.headSlide .slideImage .welcomeTo span{
  display: block;
  font-size: var(--font-text-size-xl);
  font-weight: 400;
  color: var(--text-color);
  line-height: 1.1;
  margin-bottom: 0px;
}
.headSlide .slideImage .welcomeTo b{
  display: block;
  font-size: var(--font-text-size-xl);
  font-weight: 600;
  color: var(--brown-color);
  line-height: 1
}
.headSlide .slideImage img{
  position: relative;
  width: 550px!important;
  height: auto!important;
}
.headSlide .owl-item.active .slideBody, .headSlide .owl-item.active .slideFoot{
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  animation-name: fadeInLeft;
  animation-delay: 0.3s;
}
.headSlide .owl-item.active .slideImage{
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  animation-name: fadeInRight;
  animation-delay: 0.3s;
}
.headSlide .owl-dots {
  text-align: left;
  margin-left: -7px;
  margin-bottom: 5px;
  z-index: 1;
  position: absolute;
  bottom: 10px;
}
.headSlide .owl-dots .owl-dot.active span{
  background: var(--red-color);
  border:1px solid var(--red-color);
  width: 25px;
	-webkit-transition: all 0.3s ease-in-out;
	transition: all .3s ease-in-out;
}
.headSlide .owl-dots .owl-dot.active span,
.headSlide .owl-dots .owl-dot:hover span {
  background: var(--red-color);
  border:1px solid var(--red-color);
	-webkit-transition: all 0.3s ease-in-out;
	transition: all .3s ease-in-out;
}
.headSlide .owl-dots .owl-dot span {
  width: 10px;
  height: 10px;
  margin: 5px 7px;
  background: transparent;
  border:1px solid var(--light-gray-to-dark-gray);
  background: var(--light-gray-to-dark-gray);
  display: block;
  -webkit-backface-visibility: visible;
  backface-visibility: visible;
  transition: opacity .2s ease;
  border-radius: 30px;
	-webkit-transition: all 0.3s ease-in-out;
	transition: all .3s ease-in-out;
}
.headSlide .owl-nav{
  position: absolute;
  right: 0px;
  bottom: 30px;
}
.headSlide .owl-nav .owl-prev{
  margin-right: 5px;
}
.headSlide .owl-nav .owl-prev *, .headSlide .owl-nav .owl-next *{
  color: var(--white-color);
  fill: var(--white-color);
}
.headSlide .owl-nav .owl-prev, .headSlide .owl-nav .owl-next{
  background: var(--black-color)!important;
  width: 30px;
  height: 30px;
  border-radius: 50%;
}
.headSlide .owl-nav .owl-prev
.headSlide .owl-nav .owl-next{
  margin-top:10px
}
.headSlide .owl-nav .owl-prev:hover, .headSlide .owl-nav .owl-next:hover{
  background: var(--red-color)!important;
}


section.parallax{
  position: relative;
  padding: 80px 0px 300px 0px;
  background: url('../img/other/parallax-bg.png') no-repeat;
  background-size: cover;
  background-attachment: fixed;
  background-position: center;
}

.section-title{
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
.section-title.white *{
  color: var(--white-color)!important;
}
.section-title .title{
  position: relative;
  font-size: var(--font-text-size-xxl);
  font-weight: 600;
  color: var(--text-color);
  line-height: 1.2;
  margin-bottom: 0px;
}
.section-title.bf .title{
  padding-bottom: 15px;
  border-bottom: 2px solid var(--red-color);
}
.section-title .sub-title{
  position: relative;
  font-size: var(--font-text-size-lg);
  font-weight: 400;
  color: var(--text-color);
  line-height: 1.2;
  margin-bottom: 5px;
}
.section-title .desc{
  position: relative;
  line-height: 1.4;
}
.section-title.tc * {
  text-align: center;
}
/* OTHER */

section.services{
  position: relative;
  margin-top: -220px;
}
.services .serviceSlide{
  position: relative;
  margin-top: 20px;
}
.services .serviceSlide .owl-stage-outer { 
  margin: -15px; 
  padding: 15px;
}

.services .serviceSlide .item{
  position: relative;
  box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
  margin-bottom: 10px;
}
.services .serviceSlide .item .slideImage{
  width: 100%;
  height: 200px;
  overflow: hidden;
}
.services .serviceSlide .item .slideImage img{
  width: 100%;
  height: 100%;
  object-fit: cover;
  -ms-object-fit: cover;
  -o-object-fit: cover;
	-webkit-transition: all 0.3s ease-in-out;
	transition: all .3s ease-in-out;
}
.services .serviceSlide .item .slideBody{
  position: relative;
  padding: 25px;
}
.services .serviceSlide .item .slideBody .title{
  position: relative;
  font-size: var(--font-text-size-md);
  font-weight: 500;
  line-height: 1.2;
  margin-bottom: 10px;
  color: var(--text-color);
}
.services .serviceSlide .item .slideBody .desc{
  position: relative;
  font-size: var(--font-text-size-xs);
  font-weight: 300;
  line-height: 1.4;
  margin-bottom: 10px;
  color: var(--text-color);
  min-height: 60px;
}
.services .serviceSlide .item .slideBody .more{
  position: relative;
  font-size: var(--font-text-size-sm);
  font-weight: 300;
  line-height: 1.2;
  margin-top: 10px;
  margin-bottom: 0px;
  color: var(--text-color);
}
.services .serviceSlide .item .slideBody .more i, .services .serviceSlide .item .slideBody .more svg{
  font-size: var(--font-text-size-xs);
  width: 10px;
}
.services .serviceSlide .item:hover .slideImage img{
  transform: scale(1.05);
	-webkit-transition: all 0.3s ease-in-out;
	transition: all .3s ease-in-out;
}
.serviceSlide .owl-dots {
  text-align: center;
  margin-top: 10px;
  padding-bottom:10px;
}
.serviceSlide .owl-dots .owl-dot.active span,
.serviceSlide .owl-dots .owl-dot:hover span {
  background: var(--black-color);
}
.serviceSlide .owl-dots .owl-dot span {
  width: 10px;
  height: 10px;
  margin: 5px 7px;
  background: transparent;
  border:1px solid var(--black-color);
  display: block;
  -webkit-backface-visibility: visible;
  backface-visibility: visible;
  transition: opacity .2s ease;
  border-radius: 30px
}


section.whatIsHairtransplant{
  position: relative;
  padding: 60px 0px;
}
section.whatIsHairtransplant .section-header{
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
section.whatIsHairtransplant .section-header .title{
  position: relative;
  font-size: var(--font-text-size-xxl);
  font-weight: 600;
  color: var(--text-color);
  line-height: 1.2;
  margin-bottom: 0px;
}
section.whatIsHairtransplant .section-header.bf .title{
  padding-bottom: 15px;
  border-bottom: 2px solid var(--black-color);
}
section.whatIsHairtransplant .section-header .sub-title{
  position: relative;
  font-size: var(--font-text-size-lg);
  font-weight: 400;
  color: var(--red-color);
  line-height: 1.2;
  margin-bottom: 5px;
}
section.whatIsHairtransplant .items{
  position: relative;
  margin-top: 50px;
}
section.whatIsHairtransplant .items .item{
  position: relative;
}
section.whatIsHairtransplant .items .item .content{
  position: relative;
  width: 100%;
  display: flex;
  align-items: flex-start;
  justify-content: center;
}
section.whatIsHairtransplant .items .item .icon{
  position: relative;
}
section.whatIsHairtransplant .items .item .icon svg{
  width: 40px;
}
section.whatIsHairtransplant .items .item .body{
  position: relative;
  padding-left: 10px;
}
section.whatIsHairtransplant .items .item .body .title{
  position: relative;
  font-size: var(--font-text-size-md);
  font-weight: 500;
  line-height: 1.2;
  margin-bottom: 5px;
  color: var(--text-color);
}
section.whatIsHairtransplant .items .item .body .desc{
  position: relative;
  font-size: var(--font-text-size-sm);
  font-weight: 300;
  line-height: 1.3;
  margin-bottom: 0px;
  color: var(--text-color);
}
section.whatIsHairtransplant .items .item:nth-of-type(1){
  padding-bottom: 30px;
  padding-right: 30px;
  border-bottom: 1px solid var(--border-color-light);
  border-right: 1px solid var(--border-color-light);
}
section.whatIsHairtransplant .items .item:nth-of-type(2){
  padding-left: 30px;
  padding-bottom: 30px;
  padding-right: 30px;
  border-bottom: 1px solid var(--border-color-light);
  border-right: 1px solid var(--border-color-light);
}
section.whatIsHairtransplant .items .item:nth-of-type(3){
  padding-left: 30px;
  padding-bottom: 30px;
  padding-right: 30px;
  border-bottom: 1px solid var(--border-color-light);
}
section.whatIsHairtransplant .items .item:nth-of-type(4){
  padding-top: 30px;
  padding-bottom: 30px;
  padding-right: 30px;
  border-right: 1px solid var(--border-color-light);
}
section.whatIsHairtransplant .items .item:nth-of-type(5){
  padding-top: 30px;
  padding-bottom: 30px;
  padding-right: 30px;
  padding-left: 30px;
  border-right: 1px solid var(--border-color-light);
}
section.whatIsHairtransplant .items .item:nth-of-type(6){
  padding-top: 30px;
  padding-bottom: 30px;
  padding-right: 30px;
  padding-left: 30px;
}


section.features{
  position: relative;
  padding: 0px
}
section.features .featureSlide .item{
  position: relative;
  min-height: 330px;
}
section.features .featureSlide .item .coverBg{
  position: absolute;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  -ms-object-fit: cover;
  object-fit: cover;
  top: 0px;
  left: 0px;
  z-index: -1;
  max-height: 320px;
}
section.features .featureSlide .slideItem{
  position: relative;
  background: var(--brown-color);
  display: flex;
  z-index: 1;
}
section.features .featureSlide .slideItem .body, section.features .featureSlide .slideItem .image{
  position: relative;
}
section.features .featureSlide .slideItem .body{
  position: relative;
  padding: 25px;
  float: left;
  width: 65%;
}
section.features .featureSlide .slideItem .body .title{
  position: relative;
  font-size: var(--font-text-size-lg);
  font-weight: 600;
  color: var(--white-color);
  line-height: 1.3;
  margin-bottom: 15px;
}
section.features .featureSlide .slideItem .body .desc{
  position: relative;
  font-size: var(--font-text-size-xs);
  font-weight: 400;
  color: var(--white-color);
  line-height: 1.3;
  margin-bottom: 0px;
}
section.features .featureSlide .slideItem .image{
  position: relative;
  float: right;
  width: 35%;
  padding-right: 20px;
  padding-top: 20px;
}
section.features .featureSlide .slideItem .image img{
  width: auto;
  height: 350px;
  -webkit-transition: all 0.3s ease-in-out;
	transition: all .3s ease-in-out;
}
section.features .featureSlide .item:hover .image img{
  transform: scale(1.05);
  -webkit-transition: all 0.3s ease-in-out;
	transition: all .3s ease-in-out;
}
section.features .featureSlide .item:hover .btn-outline-white-to-red{
  background: var(--red-color);
  border: 1px solid var(--red-color);
}
section.features .featureSlide .owl-nav{
  display: block!important; 
  right: 0px;
  font-size: var(--font-text-size-xxl);
  color: var(--brown-to-white-color);
}
section.features .featureSlide .owl-prev {
  position: absolute;
  left: -35px;
  top: 32%;
}
section.features .featureSlide .owl-next {
  position: absolute;
  right: -35px;
  top: 32%;
}


section.beforeAfterGallery{
  position: relative;
  padding: 80px 0px;
  background: url('../img/other/before-after-gallery-bg.png') no-repeat;
  background-size: cover;
}
section.beforeAfterGallery .section-header{
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
section.beforeAfterGallery .section-header .title{
  position: relative;
  font-size: var(--font-text-size-xxl);
  font-weight: 600;
  color: var(--text-color);
  line-height: 1.2;
  margin-bottom: 0px;
}
section.beforeAfterGallery .section-header.bf .title{
  padding-bottom: 15px;
  border-bottom: 2px solid var(--black-color);
}
section.beforeAfterGallery .section-header .sub-title{
  position: relative;
  font-size: var(--font-text-size-lg);
  font-weight: 400;
  color: var(--red-color);
  line-height: 1.2;
  margin-bottom: 5px;
}
section.beforeAfterGallery .section-header .desc{
  position: relative;
  font-size: var(--font-text-size-sm);
  font-weight: 400;
  color: var(--text-color);
  line-height: 1.2;
  margin-top: 15px;
  text-align: center;
}


section.callMe{
  position: relative;
  padding: 130px 0px;
  background: url('../img/other/call-bg.png') no-repeat;
  background-size: cover;
}
section.callMe .section-header .sub-title{
  position: relative;
  font-size: var(--font-text-size-lg);
  font-weight: 400;
  color: var(--white-color);
  line-height: 1.2;
  margin-bottom: 5px;
}
section.callMe .section-header .title{
  position: relative;
  display: inline-block;
  font-size: var(--font-text-size-xxl);
  font-weight: 600;
  color: var(--white-color);
  line-height: 1.2;
  margin-bottom: 0px;
  padding-bottom: 15px;
  border-bottom: 2px solid var(--white-color);
}
section.callMe .section-header .desc{
  position: relative;
  font-size: var(--font-text-size-sm);
  font-weight: 400;
  color: var(--white-color);
  line-height: 1.2;
  margin-top: 15px;
  margin-bottom: 0px;
  text-align: left;
}
section.callMe .callForm input{
  border:1px solid var(--border-color-light);
  border-radius: var(--border-radius-xs);
  color:var(--white-color);
  font-weight:400;
}
section.callMe .callForm label{
  color:var(--white-color);
  font-weight:400;
  font-size:var(--font-text-size-sm);
  text-align: justify;
}
section.callMe button{
  display: block!important;
  text-align: center;
  width: 100%;
}
section.callMe .form-group{
  position: relative;
  margin-bottom: 25px;
}
section.callMe .form-control{
  padding: 10px 15px!important;
  color: var(--text-color)!important;
  border-radius: var(--border-radius-sm);
}
section.callMe .form-control::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: var(--text-color);
  opacity: 1; /* Firefox */
}
section.callMe .form-control:-ms-input-placeholder { /* Internet Explorer 10-11 */
  color: var(--text-color);
}
section.callMe .form-control::-ms-input-placeholder { /* Microsoft Edge */
  color: var(--text-color);
}
section.callMe .form-control.file-label{
  color: var(--text-color);
  height: 46px;
  line-height: 23px;
}
section.callMe .form-control.file-label svg{
  position: absolute;
  width: 20px;
  top: 8px;
  right: 10px;
}
section.callMe .form-control.file-label svg *{
  fill: var(--text-color);
}


section.lastBlog{
  position: relative;
  padding: 70px 0px;
}
section.lastBlog .section-header{
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
section.lastBlog .section-header .title{
  position: relative;
  font-size: var(--font-text-size-xxl);
  font-weight: 600;
  color: var(--text-color);
  line-height: 1.2;
  margin-bottom: 0px;
}
section.lastBlog .section-header.bf .title{
  padding-bottom: 15px;
  border-bottom: 2px solid var(--black-color);
}
section.lastBlog .section-header .sub-title{
  position: relative;
  font-size: var(--font-text-size-lg);
  font-weight: 400;
  color: var(--red-color);
  line-height: 1.2;
  margin-bottom: 5px;
}
section.lastBlog .section-header .desc{
  position: relative;
  font-size: var(--font-text-size-sm);
  font-weight: 400;
  color: var(--text-color);
  line-height: 1.2;
  margin-top: 15px;
  text-align: center;
}


section.lastBlog .content-list{
  position: relative;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
section.lastBlog .content-list .blog-item{
  position: relative;
  width: 100%;
}
section.lastBlog .content-list .blog-item .image{
  position: relative;
  height: 297px;
  overflow: hidden;
}
section.lastBlog .content-list .blog-item .image img{
  position: relative;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  -ms-object-fit: cover;
  object-fit: cover;
  -webkit-transition: all 0.3s ease-in-out;
	transition: all .3s ease-in-out;
}
section.lastBlog .content-list .blog-item .body{
  position: relative;
  padding: 30px;
  background: var(--light-gray-color);
}
section.lastBlog .content-list .blog-item .body .title{
  position: relative;
  font-size: var(--font-text-size-md);
  font-weight: 500;
  line-height: 1.2;
  color: var(--text-color);
  margin-bottom: 0px;
}
section.lastBlog .content-list .blog-item .body .desc{
  position: relative;
  font-size: var(--font-text-size-xs);
  font-weight: 400;
  line-height: 1.4;
  color: var(--text-color);
  margin: 20px 0px
}
section.lastBlog .content-list .blog-item .body .more{
  position: relative;
  font-size: var(--font-text-size-xs);
  font-weight: 500;
  line-height: 1.2;
  color: var(--text-color);
  margin-bottom: 0px;
}

section.lastBlog .content-list .blog-item.small .image{
  float: left;
  width: 35%;
  height: 220px;
}
section.lastBlog .content-list .blog-item.small .body{
  float: right;
  width: 65%;
  height: 220px;
  display: flex;
  align-items: flex-start;
  justify-content: center;
  flex-direction: column;
}
section.lastBlog .content-list .blog-item:hover .image img{
  transform: scale(1.05);
  -webkit-transition: all 0.3s ease-in-out;
	transition: all .3s ease-in-out;
}


section.featureFaqs{
  position: relative;
  padding: 60px 0px;
  background: var(--light-gray-color);
}
section.featureFaqs .section-header .sub-title{
  position: relative;
  font-size: var(--font-text-size-lg);
  font-weight: 400;
  color: var(--text-color);
  line-height: 1.2;
  margin-bottom: 5px;
}
section.featureFaqs .section-header .title{
  position: relative;
  display: inline-block;
  font-size: var(--font-text-size-xxl);
  font-weight: 600;
  color: var(--text-color);
  line-height: 1.2;
  margin-bottom: 0px;
  padding-bottom: 15px;
  border-bottom: 2px solid var(--red-color);
}
section.featureFaqs .section-header .desc{
  position: relative;
  font-size: var(--font-text-size-sm);
  font-weight: 400;
  color: var(--text-color);
  line-height: 1.2;
  margin-top: 15px;
  margin-bottom: 0px;
  text-align: left;
}
section.featureFaqs .accordion-item{
  background: transparent;
  border: none;
}
section.featureFaqs .accordion-item .accordion-button{
  font-size: var(--font-text-size-md);
  font-weight: 500;
  color: var(--text-color);
  background: transparent;
  border: none;
}
section.featureFaqs .accordion-item .accordion-button.collapsed{
  border-bottom: 1px solid var(--border-color-dark);
}
section.featureFaqs .accordion-item .accordion-button:focus{
  box-shadow: none;
}
section.featureFaqs .accordion-item .accordion-body{
  position: relative;
  font-size: var(--font-text-size-sm);
  font-weight: 400;
  line-height: 1.4;
  color: var(--text-color);
}


section.appointment{
  position: relative;
  padding: 50px 0px;
  background: url('../img/other/support-bg.png') no-repeat;
  background-size: cover;
  background-position: top center;
}
section.appointment .sub-title{
  position: relative;
  font-size: var(--font-text-size-lg);
  font-weight: 400;
  color: var(--white-color);
  line-height: 1.2;
  margin-bottom: 5px;
}
section.appointment .title{
  position: relative;
  font-size: var(--font-text-size-xxl);
  font-weight: 600;
  color: var(--white-color);
  line-height: 1.2;
  margin-bottom: 0px;
}
section.appointment.contact{
  position: relative;
  padding: 0px;
  background: transparent;
  margin-top: -100px;
  z-index: 1;
}
section.appointment.contact .content{
  position: relative;
  padding: 50px 0px;
  background: url('../img/other/support-bg.png') no-repeat;
  background-size: cover;
  background-position: top center;
  border-radius: var(--border-radius-md);
}


section.aboutPage{
  position: relative;
  padding: 70px 0px;
}
section.aboutPage.cover{
  padding: 250px 0px;
  background: url('../img/other/about-bg.png') no-repeat;
  background-size: cover;
  background-position: top center;
}
section.aboutPage .section-header{
  position: relative;
}
section.aboutPage .section-header .title{
  position: relative;
  font-size: var(--font-text-size-xxl);
  font-weight: 700;
  line-height: 1.2;
  color: var(--white-color);
  margin-bottom: 0px;
}
section.aboutPage .section-header .desc{
  position: relative;
  font-size: var(--font-text-size-md);
  font-weight: 400;
  line-height: 1.5;
  color: var(--white-color);
  margin: 20px 0px 0px 0px;
}
section.aboutPage .why-hairnox{
  position: relative;
  border-left: 3px solid var(--red-color);
  padding-left: 15px;
  margin-top: 70px;
}
section.aboutPage .why-hairnox .whyTitle{
  position: relative;
  margin-bottom: 10px;
  line-height: 1.2;
  font-size: var(--font-text-size-xxl);
  font-weight: 400;
  color: var(--white-color);
}
section.aboutPage .why-hairnox .whyTitle span{
  position: relative;
  display: block;
  font-weight: 700;
}
section.aboutPage .why-hairnox .whyDesc{
  position: relative;
  font-size: var(--font-text-size-sm);
  font-weight: 400;
  line-height: 1.5;
  color: var(--white-color);
  margin-bottom: 0px;
}

section.aboutPage.other::before{
  position: absolute;
  content: '';
  top: 0px;
  left: 0px;
  width: 45%;
  height: 100%;
  background: url('../img/other/about-bg-image.png') no-repeat;
  background-size: cover;
  background-position: top center;
}
section.aboutPage.other .content .title{
  position: relative;
  margin-bottom: 25px;
  font-size: var(--font-text-size-xxl);
  font-weight: 700;
  line-height: 1.2;
  color: var(--text-color);
}
section.aboutPage.other .content .desc{
  position: relative;
  margin-bottom: 0px;
  font-size: var(--font-text-size-sm);
  font-weight: 400;
  line-height: 1.5;
  color: var(--text-color);
}

section.servicesPage{
  position: relative;
  padding: 70px 0px;
}
section.servicesPage.cover{
  background: url('../img/other/slide-bg.png') no-repeat;
  background-size: 100%;
  background-position: top center;
  margin-top: -90px;
  padding-top: 120px;
}
section.servicesPage.cover .section-header{
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
section.servicesPage.cover .section-header .title{
  position: relative;
  font-size: var(--font-text-size-xxl);
  font-weight: 700;
  line-height: 1.2;
  color: var(--text-color);
  padding-bottom: 15px;
  margin-bottom: 0px;
  border-bottom: 2px solid var(--red-color);
}
section.servicesPage.cover .section-header .desc{
  position: relative;
  font-size: var(--font-text-size-sm);
  font-weight: 400;
  line-height: 1.5;
  color: var(--text-color);
  padding-top: 15px;
}
.serviceItem{
  position: relative;
  box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
  margin-bottom: 10px;
  background: var(--white-color);
}
.serviceItem .slideImage{
  width: 100%;
  height: 200px;
  overflow: hidden;
}
.serviceItem .slideImage img{
  width: 100%;
  height: 100%;
  object-fit: cover;
  -ms-object-fit: cover;
  -o-object-fit: cover;
	-webkit-transition: all 0.3s ease-in-out;
	transition: all .3s ease-in-out;
}
.serviceItem .slideBody{
  position: relative;
  padding: 25px;
}
.serviceItem .slideBody .title{
  position: relative;
  font-size: var(--font-text-size-md);
  font-weight: 500;
  line-height: 1.2;
  margin-bottom: 10px;
  color: var(--text-color);
}
.serviceItem .slideBody .desc{
  position: relative;
  font-size: var(--font-text-size-xs);
  font-weight: 300;
  line-height: 1.4;
  margin-bottom: 10px;
  color: var(--text-color);
  min-height: 60px;
}
.serviceItem .slideBody .more{
  position: relative;
  font-size: var(--font-text-size-sm);
  font-weight: 300;
  line-height: 1.2;
  margin-top: 10px;
  margin-bottom: 0px;
  color: var(--text-color);
}
.serviceItem .slideBody .more i, .serviceItem .slideBody .more svg{
  font-size: var(--font-text-size-xs);
  width: 10px;
}
.serviceItem:hover .slideImage img{
  transform: scale(1.05);
	-webkit-transition: all 0.3s ease-in-out;
	transition: all .3s ease-in-out;
}



section.servicesDetailPage{
  position: relative;
  padding: 70px 0px;
}
section.servicesDetailPage.cover{
  padding: 250px 0px;
  background-size: cover!important;
  background-position: top center!important;
  background-repeat: no-repeat!important;
}
section.servicesDetailPage.cover::before{
	content: '';
  position:absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.7)
}
section.servicesDetailPage .section-header{
  position: relative;
}
section.servicesDetailPage .section-header .title{
  position: relative;
  font-size: var(--font-text-size-xxl);
  font-weight: 700;
  line-height: 1.2;
  color: var(--white-color);
  margin-bottom: 0px;
}
section.servicesDetailPage .section-header .desc{
  position: relative;
  font-size: var(--font-text-size-md);
  font-weight: 400;
  line-height: 1.5;
  color: var(--white-color);
  margin: 20px 0px 0px 0px;
}
section.servicesDetailPage .why-hairnox{
  position: relative;
  border-left: 3px solid var(--red-color);
  padding-left: 15px;
  margin-top: 70px;
}
section.servicesDetailPage .why-hairnox .whyTitle{
  position: relative;
  margin-bottom: 10px;
  line-height: 1.2;
  font-size: var(--font-text-size-xxl);
  font-weight: 400;
  color: var(--white-color);
}
section.servicesDetailPage .why-hairnox .whyTitle span{
  position: relative;
  display: block;
  font-weight: 700;
}
section.servicesDetailPage .why-hairnox .whyDesc{
  position: relative;
  font-size: var(--font-text-size-sm);
  font-weight: 400;
  line-height: 1.5;
  color: var(--white-color);
  margin-bottom: 0px;
}

section.servicesDetailPage.other{
  margin: 50px 0px;
}
section.servicesDetailPage .coverImage{
  position: absolute;
  content: '';
  top: 0px;
  right: 0px;
  width: 45%;
  height: 100%;
  -ms-object-fit: cover;
  -o-object-fit: cover;
  object-fit: cover;
}
section.servicesDetailPage.other .content .title{
  position: relative;
  margin-bottom: 25px;
  font-size: var(--font-text-size-xxl);
  font-weight: 700;
  line-height: 1.2;
  color: var(--text-color);
}
section.servicesDetailPage.other .content .desc{
  position: relative;
  margin-bottom: 0px;
  font-size: var(--font-text-size-sm);
  font-weight: 400;
  line-height: 1.5;
  color: var(--text-color);
}

section.servicesDetailPage.other2{
  position: relative;
  background: url('../img/other/services-detail-cover-bg.png') no-repeat;
  background-size: cover;
  background-position: center;
}
section.servicesDetailPage.other2 .content .title{
  position: relative;
  margin-bottom: 25px;
  font-size: var(--font-text-size-xxl);
  font-weight: 700;
  line-height: 1.2;
  color: var(--text-color);
}
section.servicesDetailPage.other2 .content .desc{
  position: relative;
  margin-bottom: 0px;
  font-size: var(--font-text-size-sm);
  font-weight: 400;
  line-height: 1.5;
  color: var(--text-color);
}

section.servicesDetailPage.other3{
  position: relative;
  background: var(--blue-color);
}
section.servicesDetailPage.other3 .image{
  position: relative;
}
section.servicesDetailPage.other3 .image img{
  position: relative;
  width: 100%;
}
section.servicesDetailPage.other3 .content .title{
  position: relative;
  margin-bottom: 25px;
  font-size: var(--font-text-size-xxl);
  font-weight: 700;
  line-height: 1.2;
  color: var(--white-color);
}
section.servicesDetailPage.other3 .content .desc{
  position: relative;
  margin-bottom: 0px;
  font-size: var(--font-text-size-sm);
  font-weight: 400;
  line-height: 1.5;
  color: var(--white-color);
}


.blogList .blog-item{
  position: relative;
  width: 100%;
}
.blogList .blog-item .image{
  position: relative;
  height: 297px;
  overflow: hidden;
}
.blogList .blog-item .image img{
  position: relative;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  -ms-object-fit: cover;
  object-fit: cover;
  -webkit-transition: all 0.3s ease-in-out;
	transition: all .3s ease-in-out;
}
.blogList .blog-item .body{
  position: relative;
  padding: 30px;
  background: #F0F0F0;
}
.blogList .blog-item .body .title{
  position: relative;
  font-size: var(--font-text-size-md);
  font-weight: 500;
  line-height: 1.2;
  color: var(--text-color);
  margin-bottom: 0px;
}
.blogList .blog-item .body .desc{
  position: relative;
  font-size: var(--font-text-size-xs);
  font-weight: 400;
  line-height: 1.4;
  color: var(--text-color);
  margin: 20px 0px
}
.blogList .blog-item .body .more{
  position: relative;
  font-size: var(--font-text-size-xs);
  font-weight: 500;
  line-height: 1.2;
  color: var(--text-color);
  margin-bottom: 0px;
}

.blogList .blog-item.small .image{
  float: left;
  width: 35%;
  height: 220px;
}
.blogList .blog-item.small .body{
  float: right;
  width: 65%;
  height: 220px;
  display: flex;
  align-items: flex-start;
  justify-content: center;
  flex-direction: column;
}
.blogList .blog-item:hover .image img{
  transform: scale(1.05);
  -webkit-transition: all 0.3s ease-in-out;
	transition: all .3s ease-in-out;
}
.blog-search{
  position: relative;
}
.blog-search .form-control{
  border-radius: var(--border-radius-sm);
  padding: 10px 15px;
  border: 1px solid var(--border-color-light);
  color: var(--text-color);
}
.blog-search input.form-control{
  position: relative;
  padding: 10px 180px 10px 60px;
}
.blog-search button{
  position: absolute;
  border: none;
  background: transparent;
  top: 10px;
  left: 15px;
  cursor: pointer;
  color: var(--red-color);
  font-size: var(--font-text-size-xl);
}
.blog-search select{
  position: absolute;
  top: 0px;
  right: 0px;
  display: inline-block!important;
  width: 160px;
}


.blogsDetailPage{
  position: relative;
}
.blogsDetailPage .title{
  position: relative;
  font-size: var(--font-text-size-xxl);
  font-weight: 700;
  line-height: 1.2;
  color: var(--text-color);
  margin-bottom: 20px;
}
.blogsDetailPage .image{
  position: relative;
  width: 100%;
  height: 450px;
  overflow: hidden;
  margin-bottom: 20px;
}
.blogsDetailPage .image img{
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  -ms-object-fit: cover;
  object-fit: cover;
}
.blogsDetailPage .image .date{
  position: absolute;
  top: 20px;
  right: 0px;
  padding: 10px 25px;
  background: var(--blue-color);
  color: var(--white-color);
  font-size: var(--font-text-size-sm);
  font-weight: 400;
  line-height: 1.2;
}
.blogsDetailPage .body{
  position: relative;
}
.blogsDetailPage .body p,
.blogsDetailPage .body div,
.blogsDetailPage .body span{
  position: relative;
  font-size: var(--font-text-size-md);
  font-weight: 400;
  line-height: 1.5;
  color: var(--text-color);
}
.blogsDetailPage .body p{
  margin-bottom: 15px;
}
.blog-sidebar{
  position: relative;
}
.blog-sidebar .last-blogs{
  position: relative;
  margin-top: 30px;
}
.blog-sidebar .last-blogs .item{
  position: relative;
}
.blog-sidebar .last-blogs .item .image-content{
  position: relative;
  float: left;
  width: 100%;
  height: 125px;
}
.blog-sidebar .last-blogs .item .image-content img{
  width: 100%;
  height: 100%;
  -ms-object-fit: cover;
  -o-object-fit: cover;
  object-fit: cover;
}
.blog-sidebar .last-blogs .item .body{
  position: relative;
  float: left;
  width: 100%;
  background: #F0F0F0;
  padding: 20px;
}
.blog-sidebar .last-blogs .item .body .title{
  position: relative;
  font-size: var(--font-text-size-md);
  font-weight: 500;
  line-height: 1.3;
  color: var(--text-color);
  margin-bottom: 10px;
}
.blog-sidebar .last-blogs .item .body .more{
  position: relative;
  font-size: var(--font-text-size-xs);
  font-weight: 400;
  line-height: 1.3;
  color: var(--text-color);
  margin-bottom: 0px;
}

.faqsPage .content-header{
  position: relative;
}
.faqsPage .content-header .sub-title{
  position: relative;
  font-size: var(--font-text-size-md);
  font-weight: 400;
  color: var(--text-color);
  line-height: 1.2;
  padding-bottom: 10px;
  border-bottom: 1px solid var(--red-color);
  margin-bottom: 0px;
}
.faqsPage .content-header .title{
  position: relative;
  font-size: var(--font-text-size-xl);
  font-weight: 700;
  color: var(--text-color);
  line-height: 1.3;
  padding-top: 10px;
  margin-bottom: 0px;
}
.faqsPage .accordion-item{
  background: transparent;
  border: none;
}
.faqsPage .accordion-item .accordion-button{
  font-size: var(--font-text-size-md);
  font-weight: 500;
  color: var(--text-color);
  background: transparent;
  border: none;
}
.faqsPage .accordion-item .accordion-button.collapsed{
  border-bottom: 1px solid var(--border-color-dark);
}
.faqsPage .accordion-item .accordion-button:focus{
  box-shadow: none;
}
.faqsPage .accordion-item .accordion-body{
  position: relative;
  font-size: var(--font-text-size-sm);
  font-weight: 400;
  line-height: 1.4;
  color: var(--text-color);
}

section.aboutPage.gallery{
  position: relative;
  background: url('../img/other/gallery-bg.png') no-repeat;
  background-size: cover;
  background-position: top center;
  padding-top: 120px;
  padding-bottom: 280px;
}
section.aboutPage.gallery .section-header .title{
  display: inline-block;
  padding-bottom: 15px;
  border-bottom: 1px solid var(--red-color);
}
section.galleryPage{
  position: relative;
  padding: 70px 0px;
}
section.galleryPage .gallery-item{
  position: relative;
  height: 325px;
  overflow: hidden;
}
section.galleryPage .gallery-item a{
  display: block;
}
section.galleryPage .gallery-item img{
  position: relative;
  width: 100%;
  height: 100%;
  -ms-object-fit: cover;
  -o-object-fit: cover;
  object-fit: cover;
  z-index: -1;
  -webkit-transition: all 0.3s ease-in-out;
	transition: all .3s ease-in-out;
}
section.galleryPage .gallery-item a::before{
  content: '';
  background: url('../img/other/gallery-mask-bg.png') no-repeat;
  background-position: bottom center;
  background-size: cover;
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0px;
  left: 0px;
  z-index: 0;
}
section.galleryPage .gallery-item .content{
  position: absolute;
  width: 100%;
  padding: 25px;
  bottom: 0px;
  left: 0px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  z-index: 2;
}
section.galleryPage .gallery-item .content .item-header{
  position: relative;
  padding-left: 10px;
  border-left: 1px solid var(--red-color);
  width: 75%;
  float: left;
}
section.galleryPage .gallery-item .content .item-header .title{
  position: relative;
  font-size: var(--font-text-size-md);
  font-weight: 500;
  line-height: 1.2;
  color: var(--white-color);
  margin-bottom: 5px;
}
section.galleryPage .gallery-item .content .item-header .date{
  position: relative;
  font-size: var(--font-text-size-sm);
  font-weight: 400;
  line-height: 1.2;
  color: var(--white-color);
  margin-bottom: 0px;
}
section.galleryPage .gallery-item .content .item-icon{
  position: relative;
  width: 25%;
  float: right;
  text-align: right;
}
section.galleryPage .gallery-item a:hover img{
  transform: scale(1.05);
  -webkit-transition: all 0.3s ease-in-out;
  transition: all .3s ease-in-out;
}


section.aboutPage.contact{
  position: relative;
  background: url('../img/other/contact-bg.png') no-repeat;
  background-size: cover;
  background-position: top center;
  padding-top: 120px;
  padding-bottom: 280px;
}
section.aboutPage.contact .section-header .title{
  display: inline-block;
  padding-bottom: 15px;
  border-bottom: 1px solid var(--red-color);
}


section.contactPage{
  position: relative;
  padding: 220px 0px 100px 0px;
  background: url(../img/other/slide-bg.png) no-repeat;
  background-size: 100%;
  background-position: top center;
  margin-top: -134px;
}
section.contactPage .section-header .sub-title{
  position: relative;
  font-size: var(--font-text-size-lg);
  font-weight: 400;
  color: var(--text-color);
  line-height: 1.2;
  margin-bottom: 5px;
}
section.contactPage .section-header .title{
  position: relative;
  display: inline-block;
  font-size: var(--font-text-size-xxl);
  font-weight: 600;
  color: var(--text-color);
  line-height: 1.2;
  margin-bottom: 0px;
  padding-bottom: 15px;
  border-bottom: 2px solid var(--red-color);
}
section.contactPage .section-header .desc{
  position: relative;
  font-size: var(--font-text-size-sm);
  font-weight: 400;
  color: var(--text-color);
  line-height: 1.2;
  margin-top: 15px;
  margin-bottom: 0px;
  text-align: left;
}

section.contactPage .contact-form{
  position: relative;
}
section.contactPage .contact-form .form-control{
  position: relative;
  padding: 10px 15px;
  border-radius: var(--border-radius-xs);
  border: 1px solid var(--border-color-dark);
  background: transparent;
  color: var(--text-color);
}

section.contactPage .contact-box{
  position: relative;
  border-radius: var(--border-radius-sm);
  padding: 35px;
  background: #F4F4F5;
  height: 100%;
}
section.contactPage .contact-box .contact-info{
  position: relative;
  padding-left: 0px;
  margin-bottom: 0px;
}
section.contactPage .contact-box .contact-info li{
  position: relative;
  margin-bottom: 20px;
}
section.contactPage .contact-box .contact-info li a{
  position: relative;
  display: flex;
  align-items: center;
}
section.contactPage .contact-box .contact-info li a .icon{
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 10%;
  float: left;
  font-size: var(--font-text-size-lg);
  color: var(--dark-blue-color);
}
section.contactPage .contact-box .contact-info li a .text{
  position: relative;
  width: 90%;
  float: right;
  font-size: var(--font-text-size-sm);
  font-weight: 500;
  line-height: 1.3;
  color: var(--text-color);
  padding-left: 5px;
}
section.contactPage .contact-box .contact-info li:last-of-type{
  margin-bottom: 0px;
}
section.contactPage .contact-box .title{
  position: relative;
  font-size: var(--font-text-size-lg);
  font-weight: 500;
  line-height: 1.2;
  color: var(--text-color);
  margin-bottom: 10px;
}
section.contactPage .contact-box .desc{
  position: relative;
  font-size: var(--font-text-size-sm);
  font-weight: 500;
  line-height: 1.3;
  color: var(--text-color);
  margin-bottom: 0px;
}
section.contactPage .contact-box .social{
  position: relative;
  margin-top: 20px;
  margin-bottom: 0px;
  padding-left: 0px;
}
section.contactPage .contact-box .social li{
  position: relative;
  margin-right: 15px;
  float: left;
}
section.contactPage .contact-box .social li:last-of-type{
  margin-right: 0px;
}
section.contactPage .contact-box .social li a{
  position: relative;
  font-size: var(--font-text-size-lg);
  line-height: 1;
  color: var(--dark-blue-color);
}
section.contactPage .contact-box .social li a:hover{
  position: relative;
  color: var(--red-color);
}