:root{
  --yellow-color: #BD9246;
  --white-color: #fff;
  --para-color: #2F2F2F;
  --blue-color: #072841;
  --main-font: 'Antic Didone', serif;
  --sub-font : 'Poppins', sans-serif;
  --font-12: 0.625vw;
  --font-14: 0.729vw;
  --font-16: 0.833vw;
  --font-18: 0.938vw;
  --font-20: 1.042vw;
  --font-24: 1.250vw;
  --font-25: 1.302vw;
  --font-28: 1.458vw;
  --font-30: 1.563vw;
  --font-32: 1.667vw;
  --font-36: 1.875vw;
  --font-40: 2.083vw;
  --font-64: 3.333vw;

}

@media (min-width: 1920px){
  body, header{
      max-width: 1920px;
      margin: 0 auto;
  }
}

.main--font{
font-family: 'Antic Didone', serif;
}

.sub--font{
font-family: 'Poppins', sans-serif;
}

::selection {
  color: var(--blue-color);
  background: var(--yellow-color);
}

/* For Mozilla Firefox */
::-moz-selection {
  color: var(--blue-color);
  background: var(--yellow-color);
}
:focus-visible{
  outline: 0;
  box-shadow: none;
}
.wpcf7 p{
margin:0;
}
.wpcf7 p br{
display:none;
}
.slick-slider:not(.slick-initialized) {
display: none !important;
}

p, h1, h2, h3, h4, h5, h6{
margin-bottom: 0;
}

/* width */
::-webkit-scrollbar {
width: 10px;
}

/* Track */
::-webkit-scrollbar-track {
background: var(--white-color); 
}

/* Handle */
::-webkit-scrollbar-thumb {
background: var(--yellow-color); 
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
background: var(--dark-gray); 
}
a{
  text-decoration: none;
}
/* =========================== Button =========================== */

.border-btn {
border-radius: 65.5px;
border: 1px solid rgba(255, 255, 255, 0.25);
padding: 28px 70px;
transition: all 2s;
}
.border-btn svg{
margin-right: 20px;
}
.border-btn:hover{
color: var(--white-color);
transition: all 2s;
border-radius: 65.5px;
border: 1px solid rgba(255, 255, 255, 0.25);
background:  #2F2F2F;
}

.slick-arrow {
font-size: 0;
background-color: transparent;
border: 0;
height: 69px;
width: 69px;
background-repeat: no-repeat;
background-size: contain;
position: absolute;
}
.partner-logo-slider .slick-arrow{
bottom: 18%;
}
.achivement-slider .slick-arrow{
bottom: 50%;
z-index: 1;
}
.partner-logo-slider button.slick-prev.slick-arrow, .achivement-slider button.slick-prev.slick-arrow {
  left: 3%;
}
.partner-logo-slider button.slick-next.slick-arrow, .achivement-slider button.slick-next.slick-arrow {
  right: 3%;
}
.yellow-btn{
border-radius: 33.3px;
background: var(--yellow-color);
padding: 20px 25px ;
}
.yellow-btn svg {
margin-right: 10px;
}
.yellow-btn:hover{
color: var(--white-color);
}

/* =========================== WRAPPERS =========================== */
.yellow-bg{
background-color: var(--yellow-color);
}
.wrap-523{
padding: 0 27.240vw;
}
.wrap-325{
padding: 0 16.927vw;
}
.wrap-330{
padding: 0 17.188vw;
}
.wrap-485{
padding: 0 25.260vw;
}
.wrap-240{
padding: 0 12.500vw;
}
.wrap-220{
  padding: 0 11.458vw;
  }
.wrap-162 {
padding: 0 8.438vw;
}
.wrap-679{
padding: 0 35.365vw;
}
.ash-bg{
background-color: #F9F9F9;
}
.w-30{
width: 30%;
}
.w-70{
width: 70%;
}
.w-65{
width: 65%;
}
.w-40{
width: 40%;
}
.w-60{
  width: 60%;
  }
/* =========================== PADDING =========================== */
.p-b-20{
padding-bottom: 20px;
}
.p-t-20{
padding-top: 20px;
}
.p-b-25{
padding-bottom: 25px;
}
.p-b-85{
padding-bottom: 85px;
}
.p-t-100{
padding-top: 100px;
}
.p-b-100 {
padding-bottom: 100px;
}
.p-b-15{
padding-bottom: 15px;
}
.p-t-90{
padding-top: 90px;
}
.p-t-30{
padding-top: 30px;
}
.p-b-45{
padding-bottom: 45px;
}
.p-b-35{
padding-bottom: 35px;
}
.p-b-30{
padding-bottom: 30px;
}
.p-b-90{
padding-bottom: 90px;
}
.p-r-350{
padding-right: 350px;
}
.p-r-88{
padding-right: 88px;
}
.p-r-126{
padding-right: 126px;
}
.p-r-483 {
padding-right: 25.156vw;
}
.p-l-80{
padding-left: 80px;
}
.p-t-55{
padding-top: 55px;
}
.p-t-255{
  padding-top: 255px;
}
.p-t-25{
  padding-top: 25px;
}
.p-b-25{
  padding-bottom: 25px;
}
.p-b-40{
padding-bottom: 40px;
}
.p-t-40{
padding-top: 40px;
}
.p-b-60{
padding-bottom: 60px;
}
.p-b-65{
padding-bottom: 65px !important;
}
.p-t-2{
padding-top: 2px;
}
.p-t-20{
padding-top: 20px;
}
.p-l-127{
padding-left: 127px;
}
.benifit-card:nth-last-child(){
padding-bottom: 0;
}
.b-0{
bottom: 0;
}
.t-0{
top: 0;
}
.p-b-70{
padding-bottom: 70px;
}
.p-t-70{
  padding-top: 70px;
  }

/* =========================== Font =========================== */
.para{
font-family: var(--sub-font);
font-size: var(--font-20);
}
.normal{
font-weight: 300;
}
.regular{
font-weight: 400;
}
.medium{
font-weight: 500;
}
.semiBold{
font-weight: 600;
}
.bold{
font-weight: 700;
}

.yellow-font {
color: var(--yellow-color);
}

.white-font {
color: var(--white-color);
}

.font-64{
font-size: var(--font-64);
line-height: normal;
}
.font-14 {
font-size: var(--font-14);
line-height: normal;
}
.font-25{
font-size: var(--font-25);
 line-height: 40px;
}
.font-20{
font-size: var(--font-20);
line-height: 30px;
}
.font-30{
  font-size: var(--font-30);
  line-height: 40px;
}
.font-36{
  font-size: var(--font-36);
  line-height: 48px;
}
.dark-color {
color: #2F2F2F;
}
/* ======================= SITE ===============================  */

.inner-banner::after, .achivements::after{
content: '';
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  background: rgba(4, 31, 51, 0.90);
}
section.inner-banner {
background-repeat: no-repeat;
background-size: cover;
width: 100%;
height: 100%;
padding: 278px 0 100px;
object-fit: contain;
/* -webkit-animation: 10s linear 0s normal none infinite animate;
-moz-animation: 10s linear 0s normal none infinite animate;
-ms-animation: 10s linear 0s normal none infinite animate;
-o-animation: 10s linear 0s normal none infinite animate;
animation: 10s linear 0s normal none infinite animate; */
}
.about-inner-banner.inner-banner{
padding: 278px 0 166px;
}
.z-1{
z-index: 1;
}
.breadcrumbs , .breadcrumbs a{
color: var(--white-color);
/* text-align: center; */
font-family: var(--sub-font);
font-size: var(--font-16);
font-weight: 400;
line-height: normal;
}
.about-inner-img {
padding-right: 77px;
margin-top: -7%;
z-index: 1;
}
.yers {
width: 309px;
height: 309px;
text-align: center;
background: var(--blue-color);
border-radius: 50%;
right: 8.2%;
}
section.vandm-sec::after {
content: "";
position: absolute;
top: 0;
bottom: 0;
left: 0;
right: 16.510vw;
z-index: -1;
background: var(--yellow-color);
border-radius: 0px 30px 30px 0px;
}
.vision {
border-bottom: 1px solid  #D9D9D9;;
}
.wrapp-white-bg {
border-radius: 10px;
background: var(--White, #FFF);
box-shadow: 0px 4px 7px 0px rgba(0, 0, 0, 0.07);
padding: 20px 0 25px;
}
.mem-pic {
height: 430px;
}
.mem-pic img, .blogs-img img, .squ-img img{
object-fit: cover;
}
.mem-wrap{
width: 33%;
padding: 46px;
}
.directors-wrap {
margin: 0 -46px;
}
.team-wrap{
width: 20%;
padding: 0 10px;
}
.staff-wrap{
margin: 0 -10px;
}
.l-img {
  border: 1px solid #F5F5F5;
  margin: 0 20px;
}
.l-img  img{
object-fit: cover;
}
.achivement-group-pic {
padding: 0 10px;
height: 470px;
}
.achivement-group-pic img{
object-fit: cover;
}
.achi-item.slick-slide.slick-current.slick-active.slick-center .d-none.awards {
display: block !important;
transition: all 2s;
position: absolute;
bottom: -10%;
right: 0;
}
.achi-item.slick-slide.slick-current.slick-active.slick-center .d-none {
display: block !important;
transition: all 2s;
}
.achivement-group-pic::after{
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  opacity: 0.4;
  background: #000;
  transition: all 2s;
}
.achi-item.slick-slide.slick-current.slick-active.slick-center .achivement-group-pic::after{
content: none;
transition: all 2s;
}
.des-term{
text-align: justify;
}
.blogs-date, .blog--inner-date {
border-radius: 18.5px;
background: #eaeaea;
color: var(--para-color);
width: max-content;
padding: 6px 30px;
}
.blog--inner-date{
margin-bottom: 26px;
}
a.box.hidden-box{
display: none !important;
}
a.box {
width: 33%;
padding: 0 24px;
padding-bottom: 65px;
}
.other-blogs-wrapper {
margin: 0 -24px;
}
a.box:hover .blog-title{
text-decoration: underline;
}
.blogs-img {
overflow: hidden;
border-radius: 20px;
}
.blogs-date-main{
margin: 40px 0 0 45px;
left: 0;
}
.first-project .content-box {
bottom: 20%;
left: 4%;
}
section.blogs-inner .para p {
text-align: justify;
line-height: 35px;
}
.blog-full-img {
height: 525px;
overflow: hidden;
}
.blog-full-img img {
object-fit: cover;
}
.activity-sec .nav-tabs .nav-item.show .nav-link, .activity-sec .nav-tabs .nav-link.active, .activity-sec .nav-tabs .nav-link, .activity-sec .nav-tabs,
.facility-sec .nav-tabs .nav-item.show .nav-link, .facility-sec .nav-tabs .nav-link.active, .facility-sec .nav-tabs .nav-link, .facility-sec .nav-tabs{
border: 0;
border-radius: 26.063px;
padding: 8px 25px;
color: var(--para-color);
}
.activity-sec .nav-tabs .nav-link.active, .facility-sec .nav-tabs .nav-link.active{
border-radius: 26.063px;
background: #e4e4e4;
}
.activity-sec li.nav-item, .facility-sec li.nav-item {
padding: 0 30px;
}
.activity-item {
width: 33%;
padding: 0 48px 70px;
}
.activ-wrap{
max-width: 0 -48px;
}
.squ-img {
height: 490px;
border-radius: 10px;
}
.squ-img img{
border-radius: 10px;
}
.facility-wrap-content {
padding: 0 6.667vw;
}
.inner-f-wrap:hover .facility-wrap-content {
opacity: 1;
transition: all 2s;
}
.facility-wrap-content{
opacity: 0;
transition: all 2s;
}
.inner-f-wrap {
overflow: hidden;
padding: 0 24px 43px;
}
.faci--sm-img::after {
border-radius: 10px;
opacity: 0.6;
background: #000;
content: '';
position: absolute;
left: 0;
right: 0;
bottom: 0;
top: 0;
}
.main-topic-dis {
margin: 0 50px 40px;
}
.inner-f-wrap:hover .main-topic-dis{
opacity: 0;
transition: all 1s;
}
.hover-title {
position: relative;
display: flex;
flex-direction: column;
width: max-content;
margin: 0 auto;
}
.hover-title::after{
content: '';
width: 100%;
height: 1px;
background-color: var(--white-color);
transition: all .5s;
margin-top: 14px;
}
.quizBox {
border-radius: 10px;
background: #F9F9F9;
padding: 55px 50px;
margin: 0 20px 20px;
page-break-inside: avoid;
break-inside: avoid-column;
display: table;
width: 100%;
transition: all 2s;
}
.accordion-faq {
column-count: 2;
margin: 0 -20px 20px;
}
.quizBox:hover{
background-color: var(--blue-color);
color: var(--white-color);
transition: all 2s;
}
.svg-quection {
right: -7%;
top: -54%;
}
.phone-c {
border-top: 1px solid #D9D9D9;
border-bottom: 1px solid #D9D9D9;
}
.contact-icon svg {
margin-right: 25px;
}
.location-details{
padding: 0 10.656vw 0 3.802vw;
}
.s-icon {
padding-right: 7px;
}
.social-icon-c {
margin-left: 45px;
}
.contact-img-h{
height: 575px;
margin-top: -15%;
}
.contact-img-h img{
object-fit: cover;
}
.mem-details.d-flex {
border-radius: 53px 53px;
background: var(--Dark-Blue, #072841);
width: max-content;
padding: 0 53px 0 0;
}
.pic img {
border-radius: 50%;
}
/* .pic-details {
padding-left: 25px;
} */
.dark-color:hover{
color: var(--para-color);
}
.contact-form{
  padding-left: 100px;
}
.sm-icon svg{
  margin-right: 15px;
}

form label {
  color: var(--Dark-Grey, #2F2F2F);
  /* text-align: justify; */
  font-family: Work Sans;
  font-size: var(--font-20);
  font-style: normal;
  font-weight: 400;
  line-height: 153.3%;
  text-transform: capitalize;
  width: 100%;
}
form  input {
  border-radius: 10px;
  background: #F3F3F3;
  border: 0;
  height: 55px;
  padding-left: 30px;
  margin-bottom: 30px;
  margin-top: 6px;
  width: 100%;
}
textarea {
  border-radius: 10px;
  background: #F3F3F3;
  height: 140px;
  width: 100%;
  border: 0;
  padding: 30px;
}
.m-r-5{
  margin-right: 5px;
}
.m-l-5{
  margin-left: 5px;
}
input.wpcf7-form-control.wpcf7-submit.has-spinner.yellow-btn {
  width: max-content;

  padding: 20px 70px;
  color: var(--white-color);
  text-align: center;
  font-family: var(--sub-font);
  font-size: var(--font-18);
  font-weight: 400;
  line-height: normal;
  height: auto;
  margin-top: 45px;
}
.phone-c span {
  padding: 0 6px;
}
.page-template-paymentplans .about-inner-banner {
  padding-bottom: 415px;
}
.plan-box {
  padding: 55px 50px;
  width: max-content;
  margin: 0 auto;
  border-radius: 35px;
  right: 0;
  left: 0;
  bottom: -15%;
}
section.paln {
  margin-top: -26%;
}
.blue-plan {
  width: 36.302vw;
  height: 403px;
  padding: 50px 80px;
  margin: 0 36px;
  width: 45%;
}


/* SAERCH ================================  */

.navbar-search {
  /* position: absolute; */
  top: 0;
  right: 0;
  /* margin: 2rem; */
  width: 50px;
  height: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 1;
}
.navbar-search .search {
  width: 100%;
  height: 100%;
  position: absolute;
  opacity: 0;
}
.navbar-search .search-label {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  /* background: #212121; */
  transition: 0.5s all ease;
  z-index: 2;
  cursor: pointer;
}

.search-icon,
.exit-icon {
  color: #ffffff;
}

.exit-icon {
  display: none;
}

.search:checked + .search-label .search-icon {
  display: none;
}
.search:checked + .search-label .exit-icon {
  display: block;
}

.search-section {
  position: absolute;
  opacity: 0;
  z-index: -1;
  transition: 0.5s all ease-in-out;
  width: 100%;
}

.search-box {
  background: #072841f5;
  width: 100vw;
  /* height: 100vh; */
  display: flex;
  justify-content: center;
  align-items: center;
}

/* .search-input {
  width: 70%;
  border: 2px solid #ffffff;
  position: relative;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
} */
.search-input .input-textarea {
  position: relative;
  background: transparent;
  width: 100%;
  height: 40px;
  padding: 10px;
  color: white;
  z-index: 2;
  border: none;
  cursor: pointer;
  font-family: "Montserrat", sans-serif;
}
.search-input span {
  margin-right: 10px;
}
.open {
  opacity: 1;
  z-index: 9;
  transition: 0.5s all ease-in-out;
  width: 100%;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
}
.about-points > div:nth-child(5){
  border-bottom: 0;
}
section.gallery-sec::after {
  content: "";
  position: absolute;
  top: 50%;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: -1;
  background: var(--blue-color);
}
.line-btn{
    color: #004376;
  position: relative;
  position: relative;
  display: flex;
  flex-direction: column;
  width: max-content;
  margin: 0 auto;
  align-items: center;
}
.line-btn::after{
  content: '';
  width: 0;
  height: 1.5px;
  background-color: #004376;
  transition: all .5s;
  margin-top: 14px;
}
.line-btn:hover::after{
  transition: all .5s;
  width: 100%;
}
.white-click .line-btn::after{
  background-color: var(--white-color);
}
.hover-image img, .single-card, h5.card-title, .single-card:hover .hover-image, .position-absolute.hover-image, .single-card:hover, .hover-image img:hover  {
  transition: all 1s;
  height: 138px;
}
.explore-img.is-inview,.expand-img.is-inview,.explore-img.scrolled,.expand-img.scrolled {
  transition: clip-path 800ms cubic-bezier(0.215, 0.61, 0.355, 1) 0ms;
  clip-path: inset(0px 0px 0px 0px);
}
.explore-img ,.expand-img{
  transition: clip-path 800ms cubic-bezier(0.215, 0.61, 0.355, 1) 500ms;
  clip-path: inset(0 100% 0 0);
}
.img-2 {
  margin-top: 50px;
}
.single-villa-img {
  height: 470px;
  overflow: hidden;
}
.single-villa-img img{
  object-fit: cover;
  height: 100%;
}
.quick-social {
  position: fixed;
  bottom: 5%;
  right: 20px;
  z-index: 9999;
}
.quick-social ul li {
  padding: 10px 0;
}
.quick-social ul {
  list-style: none;
  padding: 0;
}
.top-b-1px{
  width: max-content;
  border-top: 1px solid #2F2F2F;
}
.f-img{
  border-radius: 10px;
}
.about-image, .slick-slide-wrap, .img-1, .img-2, .f-img, .mem-pic, .squ-img, .contact-img-h, .blog-full-img, .villa-thum-img, .aminiti-img, .single-villa-img{
  overflow: hidden;
  transition: 1s ease-in-out;
}
.f-img:hover img, .single-villa-img:hover img, .aminiti-img:hover img, .about-image:hover img, .slick-slide-wrap:hover img, .img-1:hover img, .img-2:hover img, .mem-pic:hover img, .squ-img:hover img, .contact-img-h:hover img, .blog-full-img:hover img, .villa-thum-img:hover img{
  transition: 1s ease-in-out;
  transform: scale(1.3);
}
.f-img img, .single-villa-img img, .aminiti-img img, .about-image img, .slick-slide-wrap img, .img-1 img, .img-2 img, .mem-pic img, .squ-img img, .contact-img-h img, .blog-full-img img, .villa-thum-img img{
  transform: scale(1);
  -webkit-transition: .3s ease-in-out;
  transition: 1s ease-in-out !important;
}
.gallery-sec  {
  backface-visibility: hidden;
  margin-bottom: -1px;
}

@keyframes animateup {
  0% {
      transform: translate3d(5px, 40px, 0);
      opacity: 0;
      transition: transform 0ms, opacity 0ms, -webkit-transform 0ms;
  }
  100% {
      transition: transform 1500ms cubic-bezier(0.19, 1, 0.22, 1), opacity 1500ms cubic-bezier(0.19, 1, 0.22, 1), -webkit-transform 1500ms cubic-bezier(0.19, 1, 0.22, 1);
      transform: translate3d(0, 0, 0);
      opacity: 1;
  }
}
/* 
@-webkit-keyframes animate {
from {
  background-position: 0 0;
}
to {
  background-position: 500px 0;
}
}

@-moz-keyframes animate {
from {
  background-position: 0 0;
}
to {
  background-position: 500px 0;
}
}

@-ms-keyframes animate {
from {
  background-position: 0 0;
}
to {
  background-position: 500px 0;
}
}

@-o-keyframes animate {
from {
  background-position: 0 0;
}
to {
  background-position: 500px 0;
}
}

@keyframes animate {
from {
  background-position: 0 0;
}
to {
  background-position: 500px 0;
}
} */
@media (max-width: 1025px){
  :root{
      --font-12: 12px !important;
      --font-14: 12px !important;
      --font-18: 14px !important;
      --font-16: 15px !important;
      --font-25: 18px !important;
      --font-20: 16px !important;
      --font-24: 20px !important;
      --font-28: 25px !important;
      --font-32: 26px !important;
      --font-36: 28px !important;
      --font-40: 30px !important;
      --font-64: 40px !important;
      --font-50: 35px !important;
  }
}

@media (max-width: 991px){
  .wrap-523, .wrap-325, .wrap-330, .wrap-485, .wrap-240, .wrap-220, .wrap-162, .wrap-679{
      padding: 0 !important;
      width: 90%;
      margin: 0 auto;
    }
    .contact-form {
      padding-left: 30px;
    }
    .p-t-100 {
      padding-top: 50px;
    }
    .p-b-100 {
      padding-bottom: 50px;
  }
    .contact-img-h img{
      object-fit: cover;
    }
    .contact-img-h {
      height: 340px !important;
    }
    .about-inner-banner.inner-banner {
      padding: 200px 0 100px;
  }
  .about-inner-img img {
    height: 400px !important;
    object-fit: cover;
  }
  .p-l-80 {
    padding-left: 40px;
}
.achivement-group-pic {
  padding: 0 10px;
  height: 400px;
}
}
@media (max-width: 600px){
  .about-inner-banner.inner-banner {
    padding: 150px 0;
  }
  .w-30, .w-70, .w-65, .w-40, .w-60, .w-50{
      width: 100% !important;
  }
  .p-r-350 {
    padding-right: 0;
}

  .mob-direction{
    flex-direction: column;
  }
  .contact-form {
    padding-left: 0;
}
.p-b-100 {
  padding-bottom: 50px;
}
.p-t-100 {
  padding-top: 50px;
}
.p-l-80 {
  padding-left: 0;
}
.mem-wrap {
  width: 50%;
  padding: 46px;
}
}