* {
  margin: 0;
  padding: 0;
}
:focus {
  outline: none;
}
.form-control:focus {
  color: inherit;
  background-color: inherit;
  border-color: inherit;
  outline: 0;
  box-shadow: none;
}
html {
  scroll-behavior: smooth;
}
html,
body {
  font-size: 100%;
  color: #1E1E1E;
  font-size: 16px;
  line-height: 1.1;
  font-family: 'Sofia Pro Regular';
}
body a {
  transition: 0.5s all ease;
  -webkit-transition: 0.5s all ease;
  -moz-transition: 0.5s all ease;
  -o-transition: 0.5s all ease;
  -ms-transition: 0.5s all ease;
  text-decoration: none;
}
body a:hover {
  text-decoration: none;
}
body img {
  transition: 0.6s all ease;
  -webkit-transition: 0.5s all ease;
  -moz-transition: 0.5s all ease;
  -o-transition: 0.5s all ease;
  -ms-transition: 0.5s all ease;
  text-decoration: none;
}
a:not([href]):not([tabindex]) {
  color: #fff;
}
a:not([href]):not([tabindex]):hover,
a:not([href]):not([tabindex]):focus {
  color: #fff;
  cursor: pointer;
  user-select: none;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0 0 20px 0;
  font-weight: 400;
  color: #1E1E1E;
  transition: 0.6s all ease;
}

/* title */
p,
.table th,
.table td {
  line-height: 2.2rem;
  font-size: 1.4rem;
  color: #1E1E1E;
  margin: 0;
  transition: 0.6s all ease;
}
body p {
  line-height: 23px;
  font-size: 16px;
  color: #2E2E2E;
  font-weight: 400;
  margin: 0 0 20px 0;
  transition: 0.6s all ease;
  font-family: 'Sofia Pro Regular';
}

ul {
  margin: 0;
  padding: 0;
}

li {
  list-style-type: none;
}

h1 {
  font-size: 60px;
  line-height:52px;
  color: #2E2E2E;
  letter-spacing: -3px;
  font-family: 'Sofia Pro Bold';
}

h2 {
  font-size: 50px;
  line-height:48px;
  color: #2E2E2E;
  letter-spacing: -2px;
  font-family: 'Sofia Pro Bold';
}
h2 .text-color{color: #67335A;}


h3 {
  font-size: 40px;
  line-height:38px;
  letter-spacing: -2px;
   color: #2E2E2E;
   font-family: 'Sofia Pro Bold';
  
}
h4 {
  font-size: 35px;
  line-height:32px;
   color: #2E2E2E;
    letter-spacing: -2px;
   font-family: 'Sofia Pro Bold';
  
}
h5 {
  font-size:30px;
  line-height:28px;
  letter-spacing: -2px;
   color: #2E2E2E;
   font-family: 'Sofia Pro Bold';
  
}
h6 {
  font-size: 22px;
  line-height:20px;
  letter-spacing: -1px;
   color: #2E2E2E;
   font-family: 'Sofia Pro Bold';
  
}
.space{padding: 80px 0;}
.menu-toggle {
  display: none;
}
.body-padding {
  padding-top: 100px;
}
figure img{-webkit-transition: all 0.4s ease-in-out;
  -ms-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;}
figure:hover img {
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}

.common-btn {
  background: #009FBB;
  /* min-width: 198px; */
  border-radius: 18px;
  font-size: 16px;
  line-height: 48px;
  color: #fff;
  border: 0;
  padding: 0 30px;
  align-items: center;
  gap: 5px;
  justify-content: center;
  height: 48px;
  text-align: center;
  display: inline-block;
  letter-spacing: -0.5px;
}

.common-btn:hover {
  background: #1E1E1E; color: #fff;
}
.common-btn.black{background:#2E2E2E;}
.common-btn.black:hover{background:#67335A;}

.common-btn img {
  margin-right: 8px;
  width: 14px;
  height: auto;
  position: relative;
  left: 0;
  top: -1px;
  display: inline-block;
}
.common-btn:hover img {
  left:3px;
}

.common-btn.transparent {
  backdrop-filter: blur(40px);
border: 1px solid #FFFFFF1F;
  background: none;
}

.common-btn.transparent:hover {
  background:#1E1E1E;
}

.mini-btn {
  min-width: 140px;
}

header {
  transition: 0.6s all ease;
  -webkit-transition: 0.5s all ease;
  -moz-transition: 0.5s all ease;
  background:#fff;
  z-index: 9;
  position: relative;
  padding:17px 0;
}
.sticky {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
 box-shadow: 2px 0 5px rgba(0, 0, 0, 0.5);
  z-index: 1000;
}


header .logo {
display: block;
}

header .logo img {
  width: 100%;
  max-width: 166px;
}

header .header-right {
  display: flex;
  height: 100%;
  width: 100%;
  justify-content:flex-end;
  align-items: center;
  gap: 22px;
  transition: 0.6s all ease;
  -webkit-transition: 0.5s all ease;
  -moz-transition: 0.5s all ease;
}

header.sticky .header-right {
  min-height: 80px;
}

header .header-right .nav {
  display: flex;
  gap: 35px;
  justify-content: flex-start;
  width: 100%;
  height: 100%;
  align-items: center;
  position: relative;
}
header .header-right .nav::before {
  position: absolute;
  top: 50%;
  left: -60px;
  content: "";
  width: 1px;
  height: 80px;
  background: #ddd;
  margin-top: -40px;
}

header .header-right .nav li {
  font-size: 14px;
  line-height: 1.1;
}
header .header-right .nav li i {
  font-size: 13px;
  position: relative;
  left: 3px;
  top: 1px;
  color: #67335A;
}

header .header-right .nav li .sub-menu {
  width: 210px;
  padding: 15px;
  position: absolute;
  background: #fff;
  border-radius: 0 0 15px 15px;
  max-height: 0;
  overflow: hidden;
  opacity: 0;
  visibility: hidden;
  transition: all 1s ease;
  box-shadow: rgba(0, 0, 0, 0.05) 0px 1px 2px 0px;
}

header .header-right .nav > li .sub-menu > li{padding:7px 0;}
header .header-right .nav > li .sub-menu > li a:hover::before{content: none;}

header .header-right .nav > li.active a::before {
  width: 100%;
  left: 0;
  border-bottom: 2px solid #009FBB;
}
header .header-right .nav > li.active > a {
  color: #009FBB;
}

header .header-right .nav li.tel a:hover::before{content: none;}
header .header-right .nav li.tel img{height: 15px;}


header .header-right .nav li a {
  position: relative;
  color: #1E1E1E;
  font-size: 16px;
  letter-spacing: -0.5px;
}
header .header-right .nav > li a::before {
  bottom: -3px;
  content: "";
  left: 0;
  position: absolute;
  transition: all 0.3s linear;
  width: 0;
   border-bottom: 2px solid #009FBB;
}
header .header-right .nav > li a:hover {
  text-decoration: none;
  color: #009FBB;
}
header .header-right .nav > li a:hover::before {
  left: 0;
  width: 100%;
  border-bottom: 2px solid #009FBB;
}

header .header-right ul.action-links {
  display: flex;
  gap: 10px;
}
header .header-right ul.action-links li {
  font-size: 14px;
}
header .header-right ul.action-links li a {
  background: #fff;
  border-radius: 50px;
  box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
  width: 100%;
  height: 100%;
  padding: 4px 15px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
}

header .header-right ul.action-links li:last-child a {
  background: #fa3b29;
  color: #fff;
  min-width: 126px;
}
header .header-right ul.action-links li a:hover {
  background: #31334e;
  color: #fff;
}

header .header-right ul.action-links li:last-child a img {
  margin: 0 -15px 0 10px;
}
header .header-right ul.action-links li a img {
  margin-right: 5px;
  margin-left: -11px;
}

header .header-right .login-box{display: flex;}
header .header-right .login-box > ul{display: flex; gap:9px; margin-right: 10px;}
header .header-right .login-box > ul > li > a {
  width: 54px;
  height: 48px;
  background: #fff;
  border: 1px solid #DDDDDD;
  border-radius: 15px;
  display: flex;
  align-items: center;
  justify-content: center;
}
header .header-right .login-box > ul > li > a > img{max-width: 18px;}
header .header-right .login-box > ul > li > a:hover{background: #1E1E1E; color: #fff; border: 1px solid #1E1E1E;}


header .header-right .login-box  .login{border: 0; min-width: 155px; height: 48px; background: #009FBB; -webkit-transition: 0.5s all ease;
  -moz-transition: 0.5s all ease;
  -o-transition: 0.5s all ease;
  -ms-transition: 0.5s all ease; 
  border-radius: 15px; font-size: 16px; color: #fff; letter-spacing: -0.5px;  font-family: 'Sofia Pro SemiBold';}
header .header-right .login-box .login img {
  max-height: 16px;
  margin: -1px 4px 0 0;
}
header .header-right .login-box .login:hover{background: #1E1E1E;}


.profile-box .sub-menu {
  width: 210px;
  padding: 15px;
  position: absolute;
  background: #fff;
  border-radius: 0 0 15px 15px;
  max-height: 0;
  overflow: hidden;
  opacity: 0;
  visibility: hidden;
  transition: all 0.6s ease;
  box-shadow: rgba(0, 0, 0, 0.05) 0px 2px 4px 1px;
}
.profile-box:hover .sub-menu {
  max-height: 500px;
  opacity: 1;
  visibility: visible;
  transition: all 0.6s ease;
}
.profile-box:hover .sub-menu li a {
  position: relative;
  color: #1E1E1E;
  font-size: 16px;
  letter-spacing: -0.5px;
}
.profile-box .sub-menu li {
  width: 100%;
  padding: 5px 0;
  border-bottom: 1px solid #EAF8FC;
}
.profile-box .sub-menu li:last-child{margin-bottom: 0;}
.profile-box .sub-menu li i{font-size: 18px; margin-right:8px;}
.profile-box .sub-menu li a:hover{color: #009FBB;}

.btn-group {
  display: inline-flex;
  gap: 10px;
}
.topic-slider {
  background: #EAF8FC;
  padding: 12px 0px;
}

.swiper-slide {
  text-align: center;
  color: #1E1E1E;
  letter-spacing: -0.5px;
  font-size: 14px;
  font-family: 'Sofia Pro Regular';
}


.hotTopicSwiper {
  width: 100%;
}

.hotTopicSwiper .label {
  color: #1E1E1E;
  margin-right: 6px;
  letter-spacing: -0.5px;
  font-size: 14px;
 font-family: 'Sofia Pro SemiBold';
}

.hotTopicSwiper .label img{margin-right: 5px;}


.hotTopicSwiper .swiper-button-prev, .hotTopicSwiper .swiper-button-next {
  color: #1E1E1E;
  width: 7px;
  height: 30px;
  top: 15px;
}
.hotTopicSwiper .swiper-button-next::after{left: 10px !important;}
.hotTopicSwiper .swiper-button-next {
  right: 0;
  background: #EAF8FC;
  padding-left: 20px;
}

.hotTopicSwiper .swiper-button-prev::after{left: 10px;}
.hotTopicSwiper .swiper-button-prev {
  left: 0;
  background: #EAF8FC;
  padding-left: 20px;
}

.hotTopicSwiper .swiper-button-prev::after {
  font-size: 0;
  position: absolute;
  top: 10px;
  left: 0;
  content: "";
  background: url(../images/prev-arrow.svg) no-repeat 0 0;
  width: 7px;
  height: 12px;
  background-position: center left;
}

.hotTopicSwiper .swiper-button-next::after {
  font-size: 0;
  position: absolute;
  top: 10px;
  left: 0;
  content: "";
  background: url(../images/next-arrow.svg) no-repeat 0 0;
  width: 7px;
  height: 12px;
  background-position: center right;
}

.home-banner{width: 100%; background-size: cover; position: relative; height: calc(100vh - 196px); position: relative; overflow: hidden; background-repeat: no-repeat;}
.home-banner:before{position: absolute; left: 0; top:0; content: ""; width: 100%; height: 100%; background: linear-gradient(180deg, rgba(0, 0, 0, 0.468) 0%, rgba(0, 0, 0, 0.78) 100%);
}
.home-banner::after {
  position: absolute;
  right: 0;
  bottom: -45px;
  content: "";
  width: 689px;
  height: 683px;
  background: url(../images/leaf.png) no-repeat 0 0;
  opacity: 20%;
}
.home-banner .container{position: relative; z-index: 1;}
.home-banner .text-box {
  position: relative;
  z-index: 1;
  /* text-align: center; */
  padding-top: 70px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.home-banner .text-box h1{color: #fff;}
.home-banner .text-box p {
  color: #fff;
  font-size: 20px;
  line-height: 24px;
  letter-spacing: -0.5px;
  font-family: 'Sofia Pro Regular';
  margin-bottom: 30px;
  text-align: center;
}

.home-banner .text-slider {
  height: 44px;
  overflow: hidden;
  position: relative;
  font-size: 24px;
  font-weight: bold;
  padding: 12px 0;
  margin-bottom: 20px;
}
.home-banner .text-slider ul {
  list-style: none;
  padding: 0;
  margin: 0;
  animation: slideText 8s linear infinite;
}
.home-banner .text-slider li {
  height:39px;
  display: flex;
  align-items: center;
}
.home-banner .text-slider li h5{color: #fff;}

@keyframes slideText {
  0% { transform: translateY(0); }
  20% { transform: translateY(0); }

  25% { transform: translateY(-40px); }
  45% { transform: translateY(-40px); }

  50% { transform: translateY(-80px); }
  70% { transform: translateY(-80px); }

  75% { transform: translateY(-120px); }
  95% { transform: translateY(-120px); }

  100% { transform: translateY(0); }
}


.gallery-slider .swiper-wrapper{height: auto;  transition-timing-function: linear !important;
    animation-timing-function: linear !important;
    padding-bottom: 20px;}
.gallery-slider .swiper {
  width: 100%;
  padding-left: 20px;
  margin-bottom: 20px;
}

.gallery-slider .swiper-slide {
  width: 225px !important;
  height: 118px;
  border-radius: 14px;
  overflow: hidden;
}

.gallery-slider .swiper-slide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}


.gallery-slider .text-box{max-width: 800px; margin: 0 auto 50px; display: flex;}
.gallery-slider .text-box > img {
  margin-right: 40px;
  width: 67px;
  height: 74px;
}
.gallery-slider .text-box h3 span{color:#009FBB}
.gallery-slider .text-box  p{font-size: 16px; line-height: 19px; color:#1E1E1E;  margin: 0; font-family: 'Sofia Pro Light Italic'; max-width: 357px; }
.gallery-slider .text-box.bottom {
  display: flex;
  justify-content: space-between;
  margin-bottom: 0;
}


.evaluation{background:#1E1E1E; position: relative; height: 618px;}

.evaluation::after {
  position: absolute;
  left: 0;
  bottom: -73px;
  content: "";
  background: url(../images/light-leaf.png) no-repeat bottom right;
  width: 630px;
  height: 617px;
}
.evaluation h6{letter-spacing: -0.5px; font-family: 'Sofia Pro Regular';}
.evaluation .container {
  position: relative;
  z-index: 1;
}
.evaluation h2{color: #fff;  font-family: 'Sofia Pro Medium';}
 h6{color: #fff; line-height: 26px;  font-family: 'Sofia Pro Regular'; margin-bottom:25px;}
.evaluation .common-btn{border: 1px solid transparent;}
.evaluation .common-btn img {
  margin: 0 0 0 10px;
  width: 11px;
  top: -1px;
}

.evaluation .common-btn:hover{backdrop-filter: blur(40px);
border: 1px solid #FFFFFF1F;
background: none;
}

.evaluation figure, .evaluation figure:hover, .evaluation figure:hover img{transition: none; transform: none; margin: 0}

.evaluation figure {
  text-align: right;
  position: relative;
  top: -10px;
}
.evaluation figure img{width: 100%; max-width: 550px;}

.contact .inner{background: #E5F6FA; border-radius: 20px;}
.contact .inner .left > p{color: #1E1E1E; font-size: 16px; line-height: 19px; letter-spacing: -0.5px;  font-family: 'Sofia Pro Light Italic';}
.contact .inner .left{padding: 70px 60px;}
.address-list {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 50px;
  margin-bottom: 60px;
}
.address-list li {
  width: 100%;
  display: flex;
  align-items: center;
  gap: 18px;
}

.address-list li span{width: 54px; 
  height: 54px; 
  background:#009FBB; 
  border-radius:100%; 
  display: flex; 
  align-items: center; 
  justify-content: center; 
  flex-shrink: 0; 
  position: relative;
}
.address-list li span::before {
  position: absolute;
  left: 50%;
  top: 52px;
  content: "";
  border-left: 1px solid #009FBB;
  height: 100%;
  width: 1px;
}
.address-list li:last-child span::before{content: none;}

.address-list li .text p, .address-list li .text p a{margin: 0; font-size: 14px; line-height: 18px; color:#1E1E1E; }
.address-list li .text p b {
  color: #1E1E1E;
  text-transform: capitalize;
  font-weight: 500;
  font-family: 'Sofia Pro SemiBold';
  margin-bottom: 5px;
  display: inline-block;
}

.red{color:#BD0000;}

.contact .inner .left .common-btn{background:#D5F0F5; color:#009FBB;}
.contact .inner .left .common-btn:hover img{left: -5px}

.contact .inner .left .common-btn img{ width: 18px; height: 18px;
  filter: invert(42%) sepia(92%) saturate(420%) hue-rotate(155deg) brightness(95%) contrast(95%); top:-1px;
}


.contact .contact-form {
  background: #fff;
  border-radius: 0 30px 30px 30px;
  padding: 60px 40px;
  position: relative;
  top: -39px;
  box-shadow: -40px -5px 90px 0px #0000000A;
  max-width: 500px;
}
.contact .contact-form::before {
  position: absolute;
  left: -42px;
  top: 0;
  content: "";
  background: url(../images/tringle.png) no-repeat 0 0;
  width: 42px;
  height: 39px;
  box-shadow: -20px 4px 40px 0px #0000000A;
}

.contact .contact-form h3{margin-bottom:10px;}
.contact .contact-form p{font-size: 16px; line-height: 19px; letter-spacing: -0.5px; color:#1E1E1E;   font-family: 'Sofia Pro Light Italic';}

.contact .bottom-info {
  border-top: 1px solid #DDDDDD;
  width: 100%;
  padding: 38px 20px;
  text-align: center;
}

.contact .bottom-info  span{display: inline-block; 
  font-size: 16px; 
  line-height: 22px; 
  letter-spacing: -0.5px; 
  text-transform: uppercase;  
  font-family: 'Sofia Pro SemiBold';
  color: #1E1E1E;
}


.contact .bottom-info p{
  font-size: 16px; 
  line-height: 22px; 
  letter-spacing: -0.5px; 
 font-family: 'Sofia Pro Light Italic';
 color: #1E1E1E;
}
.contact .bottom-info p a{color: #1E1E1E;  font-family: 'Sofia Pro SemiBold';}
.contact .bottom-info p a:hover{color: #009FBB;}


.contact-form input[type="text"], .contact-form input[type="email"] {
  width: 100%;
  height:48px;
 border: 1px solid #DDDDDD;
  border-radius: 8px;
  padding: 10px 15px;
  color: #3A3526;
  font-size: 14px;
  line-height: 16px;
  background: #fff;
  transition: 0.6s all ease;
  -webkit-transition: 0.5s all ease;
  -moz-transition: 0.5s all ease;
  -o-transition: 0.5s all ease;
  -ms-transition: 0.5s all ease;
}
.contact-form .form-group {
  position: relative;
  margin-bottom:20px;
}
.contact-form .form-group p{position:relative;}
.wpcf7-not-valid-tip {
	position: absolute;
	left: 0;
	bottom: -19px;
	font-size: 13px;
	width: 100%;
	display: block;
}
.contact-form .form-group label {
	font-size: 12px;
	line-height: 20px;
	text-transform: capitalize;
	font-family: 'Sofia Pro Regular';
	background: #fff;
	position: absolute;
	left: 14px;
	top: 9px;
	padding: 0 3px;
	z-index: 9;
}
.wpcf7-form-control-wrap {
	position: static;
}
.wpcf7 form.invalid .wpcf7-response-output, .wpcf7 form.unaccepted .wpcf7-response-output, .wpcf7 form.payment-required .wpcf7-response-output {
	border-color: transparent;
	padding: 5px;
	font-size: 13px;
	color: #f00;
	margin: 0;
}

.wpcf7-form .wpcf7-submit.common-btn {
	background: #009FBB;
	/* min-width: 198px; */
	border-radius: 18px;
	font-size: 16px;
	line-height: 48px;
	color: #fff;
	border: 0;
	padding: 0 30px;
	align-items: center;
	gap: 5px;
	justify-content: center;
	height: 48px;
	text-align: center;
	display: inline-block;
	letter-spacing: -0.5px;
}
.wpcf7-form .wpcf7-submit.common-btn:hover {
	background: #1E1E1E;
	color: #fff;
}
.wpcf7-spinner{position:absolute !important; width:20px !important; height:20px !important; }

.contact-form .form-group label sup{color: #BD0000;}
.contact-form .form-group textarea{height: 90px; resize: none;}
.contact-form .form-group textarea:focus{border: 1px solid #DDDDDD;}
.contact .contact-form::after {
  position: absolute;
  left: -284px;
  bottom: -86px;
  content: "";
  background: url(../images/form-leaf.png) no-repeat 0 0;
  width: 354px;
  height: 488px;
  z-index: -1;
}

.contact.space{padding: 130px 0 80px}
.contact.space .map{width: 100%; height: 530px; margin-top: 28px;}
.contact.space .map iframe {
  width: 100% !important;
  height: 100% !important;
  border-radius: 20px;
}

footer{background:#1E1E1E; padding: 80px 0 0 0; overflow: hidden;}
footer h3{color: #F2F5F2; margin-bottom: 0;  font-family: 'Sofia Pro SemiBold';}
.top-footer {
  display: flex;
  align-items:flex-start;
  justify-content: space-between;
  padding-bottom: 68px;
}
.top-footer .right{display: flex;}
.top-footer ul {
    display: flex;
    align-items: center;
    gap: 20px;
    margin-right: 30px;
    position: relative;
    z-index: 1;
}
.top-footer .right .common-btn{border: 1px solid #FFFFFF1F;}
.top-footer .right .common-btn:hover{backdrop-filter: blur(40px);
border: 1px solid #FFFFFF1F;
background: none;
}

.top-footer ul li{font-size: 16px; line-height: 18px; letter-spacing: -0.5px; color: #F2F5F2;  font-family: 'Sofia Pro Regular';}
.top-footer ul li a {
  color: #F2F5F2;
  display: flex;
  align-items: center;
}
.top-footer ul li a img{ margin-right:5px; }

.top-footer .common-btn img{top: -2px;}
.top-footer .common-btn img{margin-right: 8px}
.mid-footer{border-top: 1px solid #FFFFFF1A; border-bottom: 1px solid #FFFFFF1A; padding: 55px 0;}
.mid-footer .newsletter {
  position: relative;
  z-index: 1;
}
.mid-footer .newsletter h6{margin-bottom: 5px;}
.mid-footer .newsletter h6:after{content: none;}
.mid-footer h6 {
  font-size: 22px;
  line-height: 26px;
  letter-spacing: -1px;
  color: #fff;
  font-family: 'Sofia Pro Regular';
  margin-bottom:25px;
  position: relative;
}
.mid-footer h6::after {
  position: absolute;
  left: 0;
  bottom: -10px;
  width: 21px;
  height: 3px;
  background: #009FBB;
  content: "";
}
.mid-footer p{font-size:16px; line-height:23px; letter-spacing: -1px; color:#FFFFFF99; font-family: 'Sofia Pro Regular';}
.mid-footer p:last-child{margin-bottom: 0;}
.newsletter .input-row {
  max-width: 468px;
  width: 100%;
  background: #272727;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 15px 25px;
  border-radius: 15px;
position:relative;
}
.newsletter p{margin-bottom:30px;}
.newsletter .input-row input[type="email"] {
  width: 100%;
  font-size: 20px;
  line-height: 22px;
  color: #F2F5F24A;
  letter-spacing: -1px;
  font-family: 'Sofia Pro Medium';
  background: transparent;
  border: 0;
}
.newsletter-submit {
	background: none;
	border: 0;
	padding: 0;
}
.newsletter .input-row .newsletter-input p {
	display: flex;
	align-items: center;
}

.mid-footer ul li a {
  font-size: 14px;
  line-height: 26px;
  letter-spacing: 0.5px;
  color: #fff;
  font-family: 'Sofia Pro Light';
  position: relative;
}

.mid-footer ul li a::before {
  bottom: -3px;
  content: "";
  left: 0;
  position: absolute;
  transition: all 0.3s linear;
  width: 0;
   border-bottom: 2px solid #009FBB;
}
.mid-footer ul li a:hover {
  text-decoration: none;
  color: #009FBB;
}
.mid-footer ul li a:hover::before {
  left: 0;
  width: 100%;
  border-bottom: 2px solid #009FBB;
}
.bottom-footer {
  padding: 20px 0;
  text-align: center;
  position: relative;
  z-index: 9;
}
.bottom-footer p {
  font-size: 14px;
  line-height: 23px;
  color: #FFFFFF99;
   font-family: 'Sofia Pro Light';
   margin-bottom: 0;
}



footer .container{position: relative;}
footer .container::after {
  position: absolute;
  left: 102px;
  bottom: -82px;
  content: "";
  width: 547px;
  height: 570px;
  background: url(../images/footer-leaf.png) no-repeat 0 0;
}

.mid-footer ul{position: relative; z-index: 9}

.ff-message-success {
  border: 1px solid #ced4da;
  box-shadow: 0 1px 5px rgba(0,0,0,.1);
  margin-top: 10px;
  padding: 15px;
  position: relative;
  background: #486733;
  color: #fff;
  border: 0;
}
.page-not-found, .thankyou {
  padding: 80px 0;
  text-align: center;
  background: #C9E7F247;
}
.top-space-fix{padding:15px 0;}

.profile-box button{font-size: 16px; line-height: 20px; color: #1E1E1E; font-family: 'Sofia Pro SemiBold';}
.profile-box button img.profile{width:45px; height: 45px; border-radius: 100%;}
.profile-box button {
  border: 0;
  background: none;
  display: flex;
  align-items: center;
  min-width: 174px;
  gap: 5px;
}

.profile-box button .arrow{margin-left: auto;}

.quickaccess{background: #95DDEF26;}
.quickaccess .inner-card{background: #fff; border-radius:20px; padding: 45px 40px; transition: 0.5s all ease;
  -webkit-transition: 0.5s all ease;
  -moz-transition: 0.5s all ease;
  -o-transition: 0.5s all ease;
  -ms-transition: 0.5s all ease;
  height: 100%;
}
.quickaccess [class*=" col-"]{margin-bottom: 32px; }
.quickaccess .inner-card:hover{background: #1E1E1E}
.quickaccess .inner-card:hover h6, .quickaccess .inner-card:hover p{color: #fff}

.quickaccess .inner-card h6{color:#1E1E1E; font-size: 22px; line-height: 24px; font-family: 'Sofia Pro SemiBold'; letter-spacing: -5%; margin-bottom:10px;}
.quickaccess .inner-card p {
  color: #1E1E1E;
  font-size: 14px;
  line-height: 18px;
  margin-bottom: 30px;
  font-family: 'Sofia Pro Regular';
}
.quickaccess .inner-card a.read-more{color: #009FBB; font-size: 16px; letter-spacing: -5%;  font-family: 'Sofia Pro SemiBold'; }
.quickaccess .inner-card a.read-more img {
  position: relative;
  left:5px;
  top: -1px;
}
.quickaccess .inner-card a.read-more:hover img{left:9px; position: relative;}
.quickaccess .inner-card .icon{display: block; margin-bottom: 60px;}
.quickaccess.space{padding-bottom:50px;}


.inner-banner {
  width: 100%;
  background-size: cover;
  height: 417px;
  position: relative;
  overflow: hidden;
  background-repeat: no-repeat;
  padding: 20px 0 15px;
}

.inner-banner::before {
  position: absolute;
  left: 0;
  top: 0;
  content: "";
  width: 100%;
  height: 100%;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.468) 0%, rgba(0, 0, 0, 0.78) 100%);
}
.inner-banner h1{color: #fff;}

.inner-banner .breadcrumb {
  margin: 0;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  padding: 15px 0 0 0;
  position: absolute;
  width: 100%;
  bottom: 0;
}
.inner-banner .breadcrumb li a {
  color: #fff;
}
.inner-banner .breadcrumb li a {
  color: #fff;
}
.inner-banner .breadcrumb::before {
  position: absolute;
  right: -50%;
  top: 0;
  content: "";
  border-top: 1px solid #FFFFFF1A;
  width: 100%;
}
.inner-banner .breadcrumb::after {
  position: absolute;
  left: -50%;
  top: 0px;
  content: "";
  border-top: 1px solid #FFFFFF1A;
  width: 100%;
}

.inner-banner .container, .inner-banner .row{height: 100%;}
.breadcrumb li{font-size: 14px; line-height: 24px; font-family: 'Sofia Pro Italic';}
.breadcrumb-item.active {
  color: #fff;
  opacity: 70%;
}

/*****************About Page**********************/

.gallery-slider .text-box.about {
  flex-direction: column;
  max-width: 850px;
}
.gallery-slider .text-box.about p{max-width: 100%; margin-bottom:20px;}
.gallery-slider .text-box.about p.bold{margin-bottom: 0;  font-family: 'Sofia Pro Regular';}

/**************Mission-Vision****************/
.mission-vision{background:#EFFAFD; padding-bottom: 0;}
.mission-vision figure{margin: 0; overflow: hidden; border-radius: 20px;}
.mission-vision figure img{border-radius: 20px; width: 100%; height: 100%; object-fit: cover;}
.mission-vision .text-box{max-width: 315px}
.mission-vision .text-box span{
  font-size: 20px;
  line-height: 30px;
  letter-spacing: -1px;
  color: #009FBB;
  text-transform: capitalize;
  font-family: 'Sofia Pro SemiBold';
  margin-bottom: 5px;
  display: block;
}

.mission-vision .text-box p{letter-spacing: -1px; font-size: 26px; line-height: 28px; color #1E1E1E; font-family: 'Sofia Pro SemiBold';}
.mission-vision .bottom-text {
  width: 100%;
  border-top: 1px solid #DDDDDD;
  padding: 50px 0;
  margin-top: 80px;
  text-align: center;
}
.mission-vision .bottom-text p.bold{font-size: 18px; line-height: 22px; color: #1E1E1E; letter-spacing: -0.5px;  font-family: 'Sofia Pro Medium Italic'; margin-bottom:30px;}
.mission-vision .bottom-text p{font-size: 16px; line-height:19px; color: #1E1E1E; letter-spacing: -0.5px;   font-family: 'Sofia Pro Light Italic'; margin-bottom: 0;}
.mission-vision .bottom-text p a{color: #1E1E1E; font-family: 'Sofia Pro Medium Italic';}

.need-more-information{background:#95DDEF; margin: 11px 0;}
.need-more-information p{font-size: 16px; line-height:19px; color: #1E1E1E; letter-spacing: -0.5px;   font-family: 'Sofia Pro Light Italic'; margin-bottom:20px;}
.need-more-information .text{max-width: 400px;}
.need-more-information .text .common-btn{background: #1E1E1E; letter-spacing: -0.5px; font-size: 16px;  font-family: 'Sofia Pro SemiBold';}
.need-more-information .text .common-btn:hover{background:#009FBB;}
.need-more-information .text .common-btn img {
  margin: 0 0 0 10px;
  max-width: 11px;
}

.privacy-policy .inner {
  max-width: 720px;
  margin: 0 auto;
}

.privacy-policy .inner h1{margin-bottom: 50px;}
.privacy-policy .inner span {
  display: inline-block;
  font-size: 20px;
  line-height: 22px;
  color: #000;
  font-family: 'Sofia Pro Medium';
  margin-bottom: 25px;
}
.privacy-policy .inner p b {
  font-size: 16px;
  line-height: 20px;
  color: #000;
  font-family: 'Sofia Pro Medium';
  font-weight: 500;
}
.privacy-policy .inner p.italic{
  font-size:16px;
  line-height:19px;
  color:#1E1E1E;
  letter-spacing: -0.5px;
  font-family: 'Sofia Pro Light Italic';
  margin-bottom:35px;
}
.privacy-policy .inner p{
  font-size:16px;
  line-height:19px;
  color:#1E1E1E;
  letter-spacing: -0.5px;
  font-family: 'Sofia Pro Light';
  margin-bottom:35px;
}

.privacy-policy .inner h3 {
  font-size: 40px;
  line-height: 52px;
  letter-spacing: -2px;
  color: #2E2E2E;
  font-family: 'Sofia Pro SemiBold';
  margin-bottom: 10px;
}

.privacy-policy .inner h6 {
  font-size: 18px;
  line-height: 20px;
  letter-spacing: 0;
  color: #000;
  font-family: 'Sofia Pro Medium';
  margin: 35px 0 15px 0;
}

.privacy-policy .inner ul{width: 100%; display: flex; flex-direction: column; gap: 10px; padding-left: 20px; margin-bottom: 30px;}
.privacy-policy .inner ul li{
  font-size:16px;
  line-height:19px;
  color:#1E1E1E;
  letter-spacing: -0.5px;
  font-family: 'Sofia Pro Light';
  position: relative;
  padding-left: 15px;
}
.privacy-policy .inner ul li::before {
  position: absolute;
  left: 0;
  top: 7px;
  width: 4px;
  height: 4px;
  border-radius: 100%;
  content: "";
  background: #1E1E1E;
}

.privacy-policy .inner ul.contact-info {
  padding: 0;
  gap: 0;
  margin: 0;
  display: flex;
  flex-direction: row;
  gap: 50px;
  margin-bottom:30px;
}
.privacy-policy .inner ul.contact-info li {
  padding: 0;
  display: flex;
  gap: 15px;
}
.privacy-policy .inner ul.contact-info li .text p{margin: 0;}
.privacy-policy .inner ul.contact-info li:before{content: none;}
.privacy-policy .inner ul.contact-info li span {
  display: flex;
  background: #009FBB;
  width: 54px;
  height: 54px;
  margin: 0;
  border-radius: 100%;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}
.privacy-policy .inner ul.contact-info li span img{max-height: 19px;}
.privacy-policy .inner ul.contact-info li .text {
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 5px;
}
.privacy-policy .inner ul.contact-info li p a{color: #1E1E1E;}
.privacy-policy .inner ul.contact-info li p a:hover{color: #009FBB}
.post, .page {
	margin: 0;
}

.profile-box button {padding:0px 10px;}
.guest-form-popop{
color:white !important;
}