body {
  font-family: National-regular !important;
  padding: 0 !important;
  margin: 0 !important;
   
}
.scheme_brown .sc_button_hover_slide_top {
  background: linear-gradient(to bottom, #dab16f 50%, #a88c5c 50%) no-repeat scroll right bottom / 100% 210% #a88c5c !important;
}
.scheme_default .sc_button_hover_slide_top {
  background: #dab16f !important;
}
.page_wrap {
  background: #FBF4E9 !important;
}
.page_content_wrap {
   margin-left: 6rem !important;
}
.page_content_wrap .content_wrap { 
  margin: 0 auto;
  padding-left: 0px !important;
  padding-right: 0px !important;
  max-width: 90% !important;
  
}
.section-vh {
  /*height: 100vh;*/
      display: flex;
    flex-direction: column;
    min-height: 100vh;
  
}
.row {
  display: flex;
  justify-content: space-between;
  max-width: 100% !important;

}
.row .col-lg-5, .row .col-lg-4, .row .vid-col-6 {
  margin-left: -30px !important;
}

.row .col-lg-5.des-col-5, .row .col-lg-4.card-lg-4{
  margin-left: 0px !important;
}
.ays_lil_window  {
  background: #FBF4E9 !important;
  overflow-y: hidden !important;
}
.ays_lil_head {
  background: #FBF4E9 !important;
}
.ays_lil_window .ays_lil_header .ays_lil_title {
  display: none !important;
}
.ays_lil_window .ays_lil_head {
  padding: 0 !important;
  margin: 0 !important;

}
.ays_lil_window .ays_lil_main .ays_lil_content .ays_content_box {
  margin: 0 !important;
  padding: 0 !important;
}
.close-lil-btn:hover {
color: #ffff !important;
}
.ays-pb-modal_2 .ays-pb-modal-close_2:hover .close-lil-btn {
  color: #ffff !important;
}

.pagination {
  text-align: center;
  display: flex;
  justify-content: center;
  margin-top: 20px;
  margin-left: auto;
  margin-right: auto;
}
.pagination .page-numbers { 
  font-family: Reckless-Medium !important;
  padding: 13px;
 
}
.pagination .next.page-numbers {
  margin-left: 20px !important;
  padding: 10px 20px;
  background-color: #dab16f;
    color: #fff;
    border-radius: 5px;
}
.pagination .prev.page-numbers {
  margin-right: 20px !important;
  padding: 10px 20px;
    background-color: #dab16f;
  border-radius: 5px;
  color: #fff;
  font-weight: bold;
}
.banner {
  margin-left: 6rem;
}


.container {
  margin-left:auto;
  margin-right: auto;
}

h1, h2{
  font-family: Reckless-medium  !important;
  text-transform: capitalize !important;
}
h2 > span {
  font-weight: 400 !important;
  font-style: italic !important;
}
h6{
  /* font-family: National-regular !important; */
  font-weight: normal !important;
}
.sc_item_descr, p, .card-content-body {
  font-family: National-regular !important;
  color: #595C5C;
  font-size: 16px !important;
}
.menu_style_left .toc_menu_description .toc_menu_description_title {
  font-family: National-medium !important;
  letter-spacing: 2px !important;
  font-weight: bold !important;
  text-transform: uppercase;
  font-size: 16px;
}
.sc_button_text .sc_button_title {
  font-family: National-medium !important;
  text-transform: capitalize !important;
  font-weight: normal !important;
  letter-spacing: 2px !important;
}

.menu_style_left .toc_menu_item:hover .toc_menu_description {
  transition: 0.3s ease-in-out !important;
}
.scheme_one_avenue .toc_menu_item .toc_menu_icon.active {
  background-color: #dab16f !important;
  color: #fff !important;
  /* clear: both; */
}
#popup {
  display: block;
  position: fixed;
  z-index: 9999;
    left: 0;
      top: 0;
  width: 100%;
    height: 100%;
    overflow: auto;
      background-color: rgba(0, 0, 0, 0.4);
}
.closes {
  -webkit-animation-name: animatenone;
    -webkit-animation-duration: 0.4s;
    animation-name: animatenone;
    animation-duration: 0.4s
}
#popup .content-modal {
position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  /* background-image: url('../../windsor/images/the-south.jpg'); */
  background-size: cover;
  background-repeat: no-repeat;
  /* border:1px solid red; */
  width: 630px;
  height: 350px;
    /* margin: auto !important; */
    padding: 0;
    border-radius: 5px;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
    -webkit-animation-name: animatetop;
      -webkit-animation-duration: 0.4s;
      animation-name: animatetop;
      animation-duration: 0.4s

}
@-webkit-keyframes animatetop {
  from {
    opacity: 0
  }

  to {
    opacity: 1;
    transition: 2s ease-in-out
    
  }
}

@keyframes animatetop {
  from {
      opacity: 0
    }
  
    to {
      opacity: 1;
      transition: 2s ease-in-out
    }
}
@-webkit-keyframes animatenone {
  from {
    opacity: 1;
    transition: 2s ease-out
  }

  to {
    opacity: 0
    
  }
}

@keyframes animatenone {
  from {
      opacity: 1;
      transition: 2s ease-out
    }
  
    to {
      opacity: 0
    }
}
#popup .content-modal .header-modal { 
  /* border:1px solid green; */
  position: relative;
  padding: 10px;
}
#popup .content-modal .header-modal .close {
  cursor: pointer;
  position: absolute;
  right: 10px;
  top: 10px;
  width: 25px;
  height: 27px;
  color: #E5E5E5;
  font-weight: 600;
  background-color: #212121;
  border-radius: 20px;
  text-align: center;

}

#popup .content-modal .header-modal span{ 
  color: white;
  font-size: 25px;
  /* border:1px solid red; */
}
#popup .content-modal .header-modal span:hover {
  rotate: 180deg !important;
  transition: 0.5s ease-in;

}
#maps {
    overflow: hidden;
    margin-left: 6rem;
    /* height: 100vh; */
    
}
#maps .image img {
  height: auto;
  width: 100%;
}
 .bg-page-south {
   margin-left: 6rem;
   height: 100vh !important;
   background-repeat: no-repeat;
   background-size: cover;
 }
 .bg-page-south .img img{
    height: 100%;
    width: 100%;
 }
.desc-content {
  margin-top: 70px;
}
.background {
  width: 100%;
  height: 100vh;
  
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  
}
.background .shadow {
  width: 100%;
  height: 100vh;
  background-color: rgba(0, 0, 0, 0.3);
  position: relative;
}
.background .shadow .title {
  position: absolute;
    top:50%;
    left: 50%;
    transform: translate(-50%, -20%);
}
.background .shadow .title h1 { 
  color: #fff;
  text-transform: uppercase !important;
}
.homepage .left-content {
  margin-top: 70px !important;
}
.now-launching-page {
  margin-bottom: 20px !important;
}
.now-launching-page .description .sub-title {
  font-size: 1.2667em;
  line-height: 2px;
}
.now-launching-page .description h2 { 
  font-size: 24px;
}
.section-title {
  text-align: center !important;
  /* line-height: 5px !important; */
 
}
.section-title .sub-title {
  font-size: 1.2667em !important;

}
.section-title h2 {
  line-height: 24px !important;
  margin-top: 24px !important;

}
.now-launching-page .tabs-groups .tab-category {
  text-align: center;
  padding: 0px 20px 0px 20px;
  line-height: 13px;
  height: 24px;
  cursor: pointer;
    white-space: nowrap;
    /* margin-bottom: 20px; */
}
.now-launching-page .tabs-case .tabs-groups .tab-category p {
  color: #212121;
  font-weight: 400;
 
}
.now-launching-page .tabs-case .tabs-groups {
  display: flex;
  /* align-items: center; */
  align-items: center;
  justify-content: center;
  /* text-align: center; */

}
.now-launching-page .tabs-case .tabs-groups .tab-category.active {
  border-bottom: 1.7px solid #212121;
  transition: 0.3s ease-in-out;
  
  /* height: 24px; */


}
.now-launching-page .content {
  margin-top: 80px;
  /* display: none; */
}

.now-launching-page .content.content-active {
  display: block;
}

.now-launching-page .content {
  transition: 0.5s ease-in;
}

.now-launching-page .content .type .card-type {
  background-color: #fff;
  margin-bottom: 20px;
  padding: 15px;
  color: #dab16f;
  cursor: pointer;
  border-bottom:1px solid #dab16f;
  /* box-shadow: 3px 6px 40px rgba(5, 120, 146, 0.1); */
}
.now-launching-page .content .type .card-type:hover { 
  background-color: #dab16f;
  color: #fff;
  transition: 0.5 ease-in-out;

}
.now-launching-page .content .type .card-type.active{ 
  background-color: #dab16f;
  color: #fff;

}
.now-launching-page .content-type .content-card {
  display: flex;
  justify-content: space-evenly;
  align-items: center;
  /* justify-content: center; */

}
.now-launching-page .content-type .content-card .image img{
  width:300px;
  height:170px;

}
.now-launching-page .content-type.card-active {
  display: block;
}
.slider-wrapper {
  margin: 1rem;
  position: relative;
  overflow: hidden;
}
.slider-wrapper .slide-arrow {
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  height: 4rem;
  width: 2rem;
  font-size: 20px;
  color: white !important;
  padding: 10px 0px;
  cursor: pointer;
  
}
.slider-wrapper .slide-arrow i { 
  color: white !important;

}
#slide-arrow-prev {
  left: 0;
  border-radius: 2rem;
}

#slide-arrow-next {
  right: 0;
  border-radius: 2rem;
}
.slider-wrapper .content-container { 
  height: auto;
  width: 100%;
  display: flex;
  overflow: scroll;
  transition: 2s ease-in;
  scrollbar-width: none;
  -ms-overflow-style: none;
}
.slider-wrapper .content-container::-webkit-scrollbar {
  width: 0;
  height: 0;
}
.slider-wrap {
  /* width: 100%; */
  /* height: 2px; */
  /* border: 2px solid seagreen; */
  /* margin: 1rem; */
  position: relative;
  overflow: hidden;
  /* display: flex; */
}

.slide-container {
  height: 400px;
  margin-top: 20px;
  display: flex;
  scroll-behavior: smooth;

}

.slider-wrap span {
  height: 50px;
  width: 50px;
  position: absolute;
  top: 50%;
  bottom: 0;
  margin: -25px 0 0 0;
  background: linear-gradient(to bottom, #34271c 50%, #dab16f 50%) no-repeat scroll right bottom / 100% 210% #dab16f;
  color: #fff;
  line-height: 50px;
  text-align: center;
  cursor: pointer;
}

.slider-wrap .slide-container .content-slide {
  /* border: 1px solid salmon; */
  display: flex;
  justify-content: space-evenly;
  align-items: center;
  width: 100%;
  /* height: 50%; */
  transition: all 1s;
  /* flex: 1 0 100%; */
  position: absolute;
  padding-left: 50px;
  padding-right: 50px;

}

.slider-wrap .slide-container .content-slide .description {
  /* border: 1px solid blue; */
  width: 50%;
  display: flex;
  justify-content: end;

}

.slider-wrap .slide-container .content-slide .description .text table tr td {
  border: 0;
  background-color: none !important;
}

.scheme_brown table>tbody>tr:nth-child(2n+1)>td {
  background: none !important;
}

.slider-wrap .slide-container .content-slide .floor-image {
  /* border: 1px solid red; */
  max-width: 100%;
  height: 25rem;
  display: flex;
  /* align-items: flex-start; */
  align-self: flex-start;
  justify-content: center;
}

.slider-wrap .slide-container .content-slide .floor-image img {
  width: 40rem;
  object-fit:contain !important;
}

.slider-wrap span i {
  color: #fff;
}

#prev {
  left: 0;
  border-radius: 0 20px 20px 0;
}

#next {
  right: 0;
  border-radius: 20px 0 0 20px;
}


.content-card {
  width: 100%;
  height: 100%;
  flex: 1 0 100%;
}
.gallery-tabs .group-tabs {
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;


}
.gallery-tabs .group-tabs .category-gallery {
  margin-right: 20px;
  padding: 10px 30px;  
  font-size: 16px !important;
  background-color: #555;
  color: #f1f1f1 !important;
  cursor: pointer;
  text-decoration: none;
}
.gallery-tabs .group-tabs .category-gallery.active { 
  background-color: #dab16f;
  border: 1px solid #dab16f;
    color: #f1f1f1 !important;
    text-decoration: none;
}
.gallery-tabs .group-tabs .category-gallery p{ 
  padding: 0;
}
.now-launching-page .card-plans .card-content-body { 
  background-color: #FFFFFF;
  box-shadow: 0px 4px 30px rgba(92, 104, 128, 0.1);
  margin-top: 20px;
  text-align: center;
  padding: 20px 30px;
  /* flex: 0 1 24%; */


}
.scheme_brown_dark .copyright_wrap_inner {
  background-color: #dab16f !important;
}
.sc_button.sc_button_default {
  border-radius: 3px;
}
.sc_button.sc_button_default .sc_button_text .sc_button_title {
  font-size: 14px;
}
/* 
add on
*/
.carousel .carousel-item {
  max-height: 550px !important;
}
.qlwapp-whatsapp-icon {
  color: #f1f1f1 !important;
}
.card-the-legend {
  background-color: #FFFFFF;
  box-shadow: 0px 4px 30px rgba(92, 104, 128, 0.1);
  padding:20px 15px !important;
  margin-bottom: 20px;

}
.card-the-legend .card-body-legend .list { 
  background-color: #555;
  color: #dab16f;
  font-weight: 600;
  padding: 5px 10px;
  margin-right: 20px;
  border-radius: 50px;
}
.card-the-legend .card-body-legend .text {
  font-weight: 500;
}
.card-service {
  background-color: #FFFFFF;
  box-shadow: 0px 4px 30px rgba(92, 104, 128, 0.1);
  padding:15px 15px !important;
  margin-bottom: 20px;

}
.card-service .service-body { 
  position: relative;
}
.card-service .list {
  position: absolute;
  left: 0;
  background-color: #555;
  width: 5px;
  height: 100%;

}
/* .carousel .slider {
  position: relative;
} */
.slider #carouselExampleInterval button {
  height: auto !important;
  width: 40px !important;
  margin: 0 auto !important;
  background: none !important;
  color: #E5E5E5 !important;
  border-radius: 0px !important;
  background: #dab16f !important;
}

/* .carousel .carousel-item img{
  width: 100%;
  height: 100%;
} */

/* Carousel Owl */
 .owl-carousel .item .partners-img {
   object-fit: contain;
   max-height: 100px;
   display: flex;
   justify-content: center;
   align-items: center;


 }

 .owl-carousel .item .partners-img img {
   height: 100%;
 }

.sc_item_subtitle+.sc_item_title {
  margin-top: 0em !important;
}
.scheme_brown .trx_addons_icon-up.sc_button_hover_slide_top {
  background: #dab16f !important;
}
.scheme_brown .sc_item_button .sc_button{
  background:#dab16f !important;
}
.wpfm-icon-block i {
  background-color: #dab16f;
  color: #555 !important;
}
#footer {
    background: #555;
    font-family: National-regular;
}
#footer .footer-top {
  padding: 60px 0 30px 0;
  background: #555;
    font-family: National-regular;
}

#footer .footer-top .footer-contact {
  margin-bottom: 30px;
  /* text-align: center; */
}

#footer .footer-top .footer-contact h3 {
  font-size: 28px;
  margin: 0 0 10px 0;
  padding: 2px 0 2px 0;
  line-height: 1;
  font-weight: 600;
  color: #ffff;
}

#footer .footer-top .footer-contact p {
  font-size: 14px;
  line-height: 24px;
  margin-bottom: 0;
  font-family: National-regular;
  color: #fff;
}

#footer .footer-top h4 {
  font-size: 16px;
  font-weight: bold;
  color: #ffff;
  position: relative;
  padding-bottom: 12px;
  text-transform: capitalize;
  letter-spacing: 1px;
  font-family: National-Bold;
}

#footer .footer-top .footer-links {
  margin-bottom: 30px;
}

#footer .footer-top .footer-links ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

#footer .footer-top .footer-links ul i {
  padding-right: 2px;
  color: #dab16f;
  font-size: 18px;
  line-height: 1;
}

#footer .footer-top .footer-links ul li {
  padding: 10px 0;
  display: flex;
  align-items: center;
}

#footer .footer-top .footer-links ul li:first-child {
  padding-top: 0;
}

#footer .footer-top .footer-links ul a {
  color: #fff;
  transition: 0.3s;
  display: inline-block;
  line-height: 1;
}

#footer .footer-top .footer-links ul a:hover {
  text-decoration: none;
  color: #dab16f;
}
#footer .footer-top .footer-links .text-title p {
  font-family: National-regular !important;
  text-transform: capitalize;
  color: #fff;
  padding: 0;
  margin: 0;
}
#footer .footer-top .social-links a i { 
    color: #fff;
}
#footer .footer-top .social-links a {
  font-size: 18px;
  display: inline-block;
background: #dab16f;
  color: #fff;
  line-height: 1;
  padding: 8px 0;
  margin-right: 4px;
  border-radius: 50%;
  text-align: center;
  width: 36px;
  height: 36px;
  transition: 0.3s;
}

#footer .footer-top .social-links a:hover {
  background: #dab16f;
  color: #fff;
  text-decoration: none;
}
#footer .footer-bottom {
  background-color: #dab16f !important;
  padding-top: 20px;
  padding-bottom: 20px;
  color: #fff;
}

#footer .copyright {
  text-align: center;
  width: 1170px;
}

#footer .credits {
  float: right;
  font-size: 13px;
}

#footer .credits a {
  transition: 0.3s;
}
 #footer .address {
   /* text-align: center; */
   color: white;
 }
.sc_item_button.sc_button_wrap.maps-btn {
  margin-top: 3rem;
}
.sc_item_button.sc_button_wrap.see-full {
  margin-top: 3rem;

}
/* @media(max-width: 1440px) {
  .sc_item_button.sc_button_wrap.see-full {
    margin-top: 5.625rem;
   
  }
   .sc_item_button.sc_button_wrap.maps-btn {
    margin-top: 9.375rem;
   
  }
} */
@media (max-width: 960px) {
 .page_content_wrap {
      margin-left: 0rem !important;
    }
  
     .banner, .bg-page-south {
       margin-left: 0rem;
     }
     #maps {
      margin-left: 0rem;
     }

  
}
@media (max-width:576px) {
  .now-launching-page .tabs-groups .tab-category {
    padding: 0px 12px 0px 20px;
  }
  .sc_item_button.sc_button_wrap.see-full {
    text-align: center;
  }
  .sc_item_button.sc_button_wrap.maps-btn {
    text-align: center;
  }
  .sc_item_descr, p {
    text-align: justify;
    line-height: 153% !important;
  }
  .sc_item_title.sc_content_title {
    text-align: center;
  }
  .homepage .left-content {
    margin-top: 0px !important;
  }
  .now-launching-page .content-type .content-card {
    display: block;
  }
  .background {
    height: 30vh;
  }
  .bg-page-south {
    height: 30vh !important;
  }
  #popup .content-modal {
    width: 97%;
    height: 30vh;
  }
  .desc-content {
    margin-top: 48px;
  }
  .menu_style_left .toc_menu_description .toc_menu_description_title {
    font-size: 12px;
  }
  .menu_style_left .toc_menu_icon ion-icon {
    font-size: 16px !important;
  }
  .slide-container {
    height: 400px !important;
  }

  .slider-wrap .slide-container .content-slide {
    display: block;
  }
  .slider-wrap .slide-container .content-slide .floor-image {
    margin-top: 20px;  
  }
  .slider-wrap .slide-container .content-slide .floor-image {
    justify-content: center;
    display: flex;
  }
  .carousel .carousel-item {
    max-height: 700px !important;
  }
  .section-vh {
    height: 100%;
  }
  #footer .address {
    text-align: center;
    color: white;
  }
}
@media(max-width:992px) {
  .section-vh {
    height: 100%;
  }
}
@media (max-width:768px) {
  .section-vh {
    height: 100%;
  }
  .bg-page-south {
    margin-left: 0rem !important;
  }
  .slider-wrap .slide-container .content-slide {
    display: block;
  }

  .slider-wrap .slide-container .content-slide .description {
    width: 100%;
  }

  .slider-wrap .slide-container .content-slide .floor-image {
    max-width: 100%;
    margin-top: 20px;
  }
  .slider-wrap .slide-container .content-slide .floor-image img { 
    width: 100%;
    object-fit: contain;
  }

  .slide-container {
    height: 600px;
  }
  #footer {
    text-align: center;
  }
    #footer .footer-bottom {
      padding-top: 20px;
      padding-bottom: 20px;
    }
  
    #footer .copyright,
    #footer .credits {
      text-align: center;
      float: none;
    }
  
    #footer .credits {
      padding-top: 4px;
    }
        #footer .copyright {
          text-align: center;
          width: auto;
        }


  .now-launching-page .tabs-case::-webkit-scrollbar {
    width: 10px;
    height: 5px;
    margin-top: 40px;
  }

  .now-launching-page .tabs-case::-webkit-scrollbar-track {
    background: #f1f1f1;
    border-radius: 10px;

  }

  .now-launching-page .tabs-case::-webkit-scrollbar-thumb {
    background: #E5E5E5;
    border-radius: 10px;

  }

  .now-launching-page .tabs-case::-webkit-scrollbar-thumb:hover {
    background: #555;
  }

  .now-launching-page .tabs-case .tabs-groups {
    /* display: inline-flex; */
    /* border:1px solid red; */
    text-align: center;
  }

  .now-launching-page .tabs-case .tabs-groups .tab-category:last-child {
    margin-right: 0px;
  }
}
/* .wpb_video_widget.vid-now-launch {
  min-height: 700px !important;
} */