@font-face {
  font-family: "zonapro";
  src: url('../fonts/zona-pro-regular.otf');
}

/* 
@font-face {
  font-family: "cambria";
  src: url('../fonts/cambria.ttc');
} */

  #seo-content-container {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.5s ease-in-out;
  }
@media (max-width: 768px) {
    .mblhide {
    display: none!important;
}
.title-img {
    width: 165px!important;
}
.headHighlights{
  text-align: center!important;
}
.imgOverviewNew{
  padding-bottom: 20px;
}
}


@media (min-width: 768px) {
    .deskhide {
        display: none!important;
    }
}

.floating_btn {
  position: fixed;
  bottom: 50px;
  right: 50px;
  display: flex;
  flex-direction: column;
  align-items:center;
  justify-content:center;
  z-index: 1000;
}

@keyframes pulsing {
  to {
    box-shadow: 0 0 0 30px rgba(232, 76, 61, 0);
  }
}

.contact_icon {
  background-color: #007bff;
  color: #fff;
  width: 55px;
  height: 55px;
  font-size:30px;
  border-radius: 50px;
  text-align: center;
  box-shadow: 2px 2px 3px #999;
  display: flex;
  align-items: center;
  justify-content: center;
  transform: translatey(0px);
  animation: pulse 1.5s infinite;
  box-shadow: 0 0 0 0 #007bffb7;
  -webkit-animation: pulsing 1.25s infinite cubic-bezier(0.66, 0, 0, 1);
  -moz-animation: pulsing 1.25s infinite cubic-bezier(0.66, 0, 0, 1);
  -ms-animation: pulsing 1.25s infinite cubic-bezier(0.66, 0, 0, 1);
  animation: pulsing 1.25s infinite cubic-bezier(0.66, 0, 0, 1);
  font-weight: normal;
 font-family: "Open Sans", serif;
  text-decoration: none !important;
  transition: all 300ms ease-in-out;
}




.highlights-icon{
    background-color: #ffffff;
    padding: 14px;
    border-radius: 10px;
    width: 70px;
    height: 70px;
}    


.fixed-footer-cust a:hover {
  color: #e0e0e0;
  }
.fixed-footer-cust {
  background: #5f3f00;
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  display: flex;
  color: white;
  box-shadow: 0 -1px 15px rgb(0 0 0 / 7%);
  z-index: 99;
}
.fixed-footer-cust .btn {
  text-align: center;
  font-size: 12px;
  letter-spacing: 0.5px;
  font-weight: 500;
  max-width: 33.33%;
  flex: 0 0 33.33%;
  padding: 0;
  min-height: auto;
}
.fixed-footer-cust a {
  color: white;
}
.fixed-footer-cust .icon {
  width: 18px;
  height: 18px;
  object-fit: contain;
    display: block;
    margin: auto;
}
.fixed-footer-cust .btn .icon_bg {
  height: 40px;
  width: 40px;
  margin: auto;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #fff;
  border-radius: 50%;
  margin-top: -10px;
  margin-bottom: 5px;
  -webkit-box-shadow: 0 -1px 15px rgb(0 0 0 / 7%);
  -moz-box-shadow: 0 -1px 15px rgb(0 0 0 / 7%);
  box-shadow: 0 -1px 15px rgb(0 0 0 / 7%);

}


.whatsapp-pop {
  position: fixed;
  top: 90%;
  left: 30px;
  z-index: 9;
}
.whatsapp-pop a {
  border-radius: 50%;
  text-align: center;
  padding: 23px 10px;
  transition: 0.5s all;
  text-decoration: none;
}
.whatsapp-pop a img {
  max-width: 46px;
  margin-bottom: 5px;
}
.whatsapp-mini-text-img span {
      background: linear-gradient(270deg, #AE8625 0%, #F7EF8A 56%, #D2AC47 100%);
  color: black;
  padding: 15px;
  font-size: 12px;
  border-radius: 5px;
  z-index: 8;
}

.title-img{
width: 300px;
}
body {
  font-size: 14px;
  font-family: 'zonapro' !important;
}

section {
  position: relative;
}

.homeheading {
  position: relative;
}

.section-head {
  font-family: 'zonapro';
  color: #bc8d31;
  padding: 10px 0px;
  font-size: 30px;
  margin: 0px 0px;
  font-weight: 600;
  position: relative;
  text-transform: uppercase;
}

.header-homeouterline {
  position: absolute;
  text-transform: uppercase;
  width: 98%;
  padding: 10px 0px;
}

.header-outerline {
  position: absolute;
  text-transform: uppercase;
  width: 98%;
  padding: 15px 0px;
}

.header-outerline text {
  font-family: 'zonapro';
}
.modal-content{
  position: relative;
}

.priimg {
  position: absolute !important;
  bottom: -10px !important;
  left: 50% !important;
  transform: translate(-50%, -50%) !important;
}
#pricenew .modal-dialog{
  width: 60%;
  max-width: unset;
}
.nopadding {
  padding: 0;
}

.nomargin {
  margin: 0;
}


/* ======================= Home page css Start ======================= */
/* ======================= Slider Start ======================= */
#home {
  margin-top: 65px;
}

.carousel-caption {
  position: absolute;
  right: 15%;
  bottom: 12.25rem;
  left: 10%;
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
  color: #fff;
  text-align: left;
}

#home .carousel-item img {
  width: 100%;
}

.sliderbutton {
  margin-top: 2%;
}

.sliderbutton a {
  margin-top: 5%;
  background: #fff;
  color: #000;
  padding: 15px 40px;
  text-decoration: none;
}

.carousel-control-next,
.carousel-control-prev {
  width: 9%;
  opacity: 0.9;
}

.carousel-inner>.item>img {
  width: 100%;
}

.carousel-indicators li {
  display: inline-block;
  width: 10px;
  height: 10px;
  margin: 1px;
  text-indent: -999px;
  border: 1px solid #fff;
  border-radius: 0px;
  cursor: pointer;
}

/* ======================= Slider End ======================= */
/* ======================= Video Configuration Start ======================= */
.popupvideoicon {
  position: fixed;
  bottom: 4%;
  right: 1%;
  z-index: 999;

}

.popupvideoicon img {
  height: 100px;
  width: 100px;
  border-radius: 50%;
}


.headVideoConfiguration {
  padding: 50px 0px 0px;
  background: #efeae1;
}

.innerVideoConfiguration {
  position: relative;
  background: #efeae1;
  padding-bottom: 30px;
}

.videoBox {
  width: 55%;
  margin: 0 auto;
}

.playBtn {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.videoPlay {
  display: none;
}

.pulse1 {
  animation: pulse-animation 2s infinite;
  border-radius: 30px;
}

@keyframes pulse-animation {
  0% {
    box-shadow: 0 0 0 0px rgba(0, 0, 0, 0.3);
    transform: translate(-50%, -50%) scale3d(1.05, 1.05, 1.05);
  }

  100% {
    box-shadow: 0 0 0 20px rgba(0, 0, 0, 0);
    transform: translate(-50%, -50%) scale3d(1, 1, 1);
  }
}

.playBtn.pulse1 {
  animation: pulse-animation2 2s infinite;
  border-radius: 50%;
}

@keyframes pulse-animation2 {
  0% {
    box-shadow: 0 0 0 0px rgba(0, 0, 0, 0.3);
    transform: translate(-50%, -50%) scale3d(1.05, 1.05, 1.05);
  }

  100% {
    box-shadow: 0 0 0 20px rgba(0, 0, 0, 0);
    transform: translate(-50%, -50%) scale3d(1, 1, 1);
  }
}

.videotext {
  position: absolute;
  top: 10px;
  color: #fff;
  width: 100%;
  text-shadow: 2px 2px 5px #000;
  font-size: 20px;

}

.videoBox .pricepop {
  display: inline-block;
  margin-top: 20px;
  text-decoration: none;
  color: #fff;
  background-color: #bc8d31;
  border: 2px solid #bc8d31;
  padding: 5px 20px;
  border-radius: 10px;
}

/* .videoBox .pricepop:hover {
  color: #fff;
  background-color: #bc8d31;
  border: 2px solid #bc8d31;

} */

/* ======================= Video Configuration End ======================= */
/* ======================= Configuration Start ======================= */
.innerConfiguration {
  text-align: center;
}

.headConfiguration {
  padding: 50px 0px 80px;
  background: #efeae1;
}

.config {
  margin: 10px;
  padding: 15px 15px 25px;
  box-shadow: 0 0 10px 5px rgba(0, 0, 0, 0.1);
  background-color: #fff;
}

.configUnit {
  font-size: 25px;
  margin-bottom: 0px;
  color: #bc8d31;
}

.configBed {
  font-size: 22px;
  margin-bottom: 0px;
}

.boxConfiguration {
  position: relative;
  top: -55px;
  overflow: hidden;
}

.view-more {
  margin-top: 15px;
}

.view-more .pricepop {
  text-decoration: none;
  color: #000;
  border: 2px solid #bc8d31;
  padding: 5px 20px;
  border-radius: 10px;
}

.view-more .pricepop {
  text-decoration: none;
  color: #000;
  border: 2px solid #bc8d31;
  padding: 10px 10px;
  font-size: 12px;
  border-radius: 5px;
}

/* ======================= Configuration End ======================= */
/* ======================= Overview New Start ======================= */
.innerOverviewNew {
  padding: 10px 0px 30px;
}

.headOverviewNewimg {
  text-align: center;
}

.imgOverviewNew img {
  height: 100%;
    width: auto;
    object-fit: cover;
}

.headOverviewboxNew {
  display: flex;
  align-items: center;
}

.section-small-head {
  font-family: 'zonapro';
  color: #bc8d31;
  padding: 10px 0px;
  font-size: 27px;

}

/* ======================= Overview New End ======================= */
/* ======================= Overview Start ======================= */
.innerOverview {
  padding: 10px 0px 30px;
}

.headOverviewbox {
  margin: 3% 0px;
}

.bd-left {
  border-left: 2px solid #bc8d31;
}

.Overview-points p {
  color: #bc8d31;
  margin: 5px 0px;
}

.textOverview {
  padding: 25px 13px;
}

.headOverviewimg {
  text-align: center;
}

.dwn-broch {
  text-align: center;
  margin-top: 6%;
}

.dwn-broch a {
  text-decoration: none;
  background: #bc8d31;
  color: #fff;
  padding: 10px 25px;
  border-radius: 5px;
}

.pulse1 {
  animation: pulse-animation 2s infinite;
}

@keyframes pulse-animation {
  0% {
    box-shadow: 0 0 0 0px rgba(0, 0, 0, 0.3);
    transform: scale3d(1.05, 1.05, 1.05);
  }

  100% {
    box-shadow: 0 0 0 20px rgba(0, 0, 0, 0);
    transform: scale3d(1, 1, 1);
  }
}

.imgOverview img {
  width: 100%;
}

.innerImage img {
  width: 100%;
}

/* ======================= Overview End ======================= */
/* ======================= Highlights Start ======================= */
.innerHighlights {
  padding: 30px 0px;
}

.innerHighlights .container-fluid {
  padding: 0px 30px;
}



.mainhighlights {
  padding-top: 80px;
}

.highlightsinfo {
  padding: 15px;
}

.highlightimg {
  width: 100%;
}

.slick-slider {
  width: 100%;
  background-color: transparent;
}

.mainhighlights .slick-slider .slick-track {
  display: flex;
  align-items: center;
  flex-wrap: nowrap;
  height: 250px !important;
  justify-content: center;
}

.mainhighlights .slick-slider .slick-slide {
  float: none;
  display: inline-block;
  vertical-align: middle;
  padding: 3% 0px 0;
  margin: 10px;
  background-color: white;
  transition: all 0.3s ease;
  height: auto !important;
}

.mainhighlights .slick-slider .slick-slide.slick-current,
.slick-slider .slick-slide.slick-center {
  background: linear-gradient(45deg, #f69259, #f16975);
  background: url(../img/highlight/small/01.webp) no-repeat !important;
  color: #fff;
  background-size: cover !important;
  height: 250px !important;
  padding: 3% 0px  0px !important;
  position: relative;
}

.mainhighlights .highlightsinfo2.slick-slide.slick-center {
  background: linear-gradient(45deg, #f69259, #f16975);
  background: url(../img/highlight/small/02.webp) no-repeat !important;
  color: #fff;
  background-size: cover !important;
  height: 250px !important;
  padding: 3% 0px 0 !important;
  position: relative;
}

.mainhighlights .highlightsinfo3.slick-slide.slick-center {
  background: linear-gradient(45deg, #f69259, #f16975);
  background: url(../img/highlight/small/03.webp) no-repeat !important;
  color: #fff;
  background-size: cover !important;
  height: 250px !important;
  padding: 3% 0px 0 !important;
  position: relative;
}

.mainhighlights .highlightsinfo4.slick-slide.slick-center {
  background: linear-gradient(45deg, #f69259, #f16975);
  background: url(../img/highlight/small/04.webp) no-repeat !important;
  color: #fff;
  background-size: cover !important;
  height: 250px !important;
  padding: 3% 0px 0 !important;
  position: relative;
}

.mainhighlights .highlightsinfo5.slick-slide.slick-center {
  background: linear-gradient(45deg, #f69259, #f16975);
  background: url(../img/highlight/small/05.webp) no-repeat !important;
  color: #fff;
  background-size: cover !important;
  height: 250px !important;
  padding: 3% 0px 0 !important;
  position: relative;
}

.mainhighlights .highlightsinfo8.slick-slide.slick-center {
  background: linear-gradient(45deg, #f69259, #f16975);
  background: url(../img/highlight/small/08.webp) no-repeat !important;
  color: #fff;
  background-size: cover !important;
  height: 250px !important;
  padding: 3% 0px 0 !important;
  position: relative;
}

.mainhighlights .slick-slider .slick-slide.slick-current::before,
.slick-slider .slick-slide.slick-center::before {
  content: '';
  background-color: #000;
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0%;
  left: 0%;
  opacity: 0.6;
  z-index: 22;
}

.highlightsinner p {
  font-weight: 500;
  padding: 5px 0;
}

.slick-prev {
  left: 85%;
  position: absolute !important;
  top: -64px !important;
  width: 47px;
  height: 44px;
}

.slick-next {
  right: 0;
  position: absolute !important;
  top: -64px !important;
  width: 47px;
  height: 44px;
}

button.slick-prev.slick-arrow {
  background: url(../img/left-arrow.png) !important;
}

button.slick-next.slick-arrow {
  background: url(../img/right-arrow.png) !important;
}

.slick-prev,
.slick-next {
  z-index: 10;
  top: 0px;
  background-color: transparent;
}

.slick-center .highlightsinfo h5,
.slick-center .highlightsinfo p {
  position: relative;
  text-shadow: 1px 1px 2px #000;
  z-index: 33;
}

/* ======================= Highlights End ======================= */
/* ======================= Location Start ======================= */
.innerLocation {
  padding: 0px 0px;
}

.headLocation {
  text-align: center;
}

.innerLocation .nav-pills .nav-link.active,
.nav-pills .show>.nav-link {
  color: #fff;
  background-color: #bc8d31;
}

.innerLocation .nav-item {
  padding: 20px;
}

.innerLocation .nav-pills .nav-link {
  border-radius: 10px;
  border: 1px solid #bc8d31;
  color: #bc8d31;
  font-size: 13px;
}

#menu1 img {
  width: 100%;
}

#menu2 img {
  width: 100%;
}

.innerLocation .gallery-slider {
  position: relative;
}

/* ======================= Location End ======================= */
/* ======================= Amenities Start ======================= */
.innerAmenities {
  padding: 50px 0px;
}

.headAmenities {
  text-align: center;
}

#Amenities {
  .owl-carousel {
    padding: 30px 0px 0px;
  }

  .title {
    margin-bottom: 10px;
    font-size: 30px;
  }

  .owl-carousel {
    img {
      max-height: 100%;
      max-width: 100%;
      width: auto;
      height: auto;
      position: absolute;
      top: 0;
      bottom: 0;
      left: 0;
      right: 0;
      margin: auto;
      height: 300px;
      object-fit: cover;
      @include transition(all 0.2s ease);
      -webkit-box-shadow: 12px 12px 10px -10px rgba(0, 0, 0, .25);
      -moz-box-shadow: 12px 12px 10px -10px rgba(0, 0, 0, .25);
      box-shadow: 12px 12px 10px -10px rgba(0, 0, 0, .25);
    }

    .owl-item {
      height: 300px;
      position: relative;
      transform: scale(0.7);
      -ms-transform: scale(0.7);
      transition: all .2s;
      -webkit-transform: all .2s;
      z-index: 1;

      @media (max-width: 768px) {
        height: 270px;
      }

      @media (max-width: 380px) {
        height: 200px;
      }
    }

    .owl-stage-outer {
      padding-bottom: 10px;
    }
  }

  .owl-item {
    &.big {
      transform: scale(1);
      -ms-transform: scale(1);
      z-index: 3;
    }
  }

  .owl-item {
    &.medium {
      transform: scale(0.8);
      -ms-transform: scale(0.8);
      z-index: 2;

      &.mdright {
        position: relative;
        left: -30px;

        @media (min-width: 768px) {
          left: 0px;
        }
      }

      &.mdleft {
        position: relative;
        right: -30px;

        @media (min-width: 768px) {
          right: 0px;
        }
      }
    }
  }

  .owl-item {
    &.smallRight {
      &.active {
        transform: scale(0.7);
        -ms-transform: scale(0.7);
        position: relative;
        left: -30px;
      }
    }
  }

  .owl-item {
    &.smallLeft {
      &.active {
        transform: scale(0.7);
        -ms-transform: scale(0.7);
        position: relative;
        right: -30px;
      }
    }
  }

  .owl-nav {
    .owl-prev {
      left: 0px;
    }

    .owl-next {
      right: 0px;
    }
  }
}

.owl-nav .owl-prev {
  background: url(../img/left-arrow.png) no-repeat !important;
  width: 45px;
  height: 45px;
}

.owl-nav .owl-next {
  background: url(../img/right-arrow.png) no-repeat !important;
  width: 45px;
  height: 45px;
}

.owl-prev i {
  display: none;
}

.owl-next i {
  display: none;
}

.gallery-slider a:hover .overlay {
  background-color: #74328aa8;
}

.overlay {
  position: absolute;
  top: 0;
  left: 0;
}

.overlay img {
  height: auto !important;
}

.overlay {
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.overlay>img {
  left: 50%;
  margin-left: -10px;
  margin-top: -10px;
  opacity: 0;
  position: absolute;
  top: 50%;
  -webkit-transition: opacity 0.3s ease 0s;
  -o-transition: opacity 0.3s ease 0s;
  transition: opacity 0.3s ease 0s;
  border: none !important;
  width: 25px !important;
}

.gallery-slider a:hover>.overlay>img {
  opacity: 1;
}

/* ======================= Amenities End ======================= */



/* ======================= Gallery Start ======================= */
.innerGallery {
  padding: 50px 0px;
}

.headGallery {
  text-align: center;
}


#Gallery {
  .owl-carousel {
    padding: 30px 0px 0px;
  }

  .title {
    margin-bottom: 10px;
    font-size: 30px;
  }

  .owl-carousel {
    img {
      max-height: 100%;
      max-width: 100%;
      width: auto;
      height: auto;
      position: absolute;
      top: 0;
      bottom: 0;
      left: 0;
      right: 0;
      margin: auto;
      height: 300px;
      object-fit: cover;
      @include transition(all 0.2s ease);
      -webkit-box-shadow: 12px 12px 10px -10px rgba(0, 0, 0, .25);
      -moz-box-shadow: 12px 12px 10px -10px rgba(0, 0, 0, .25);
      box-shadow: 12px 12px 10px -10px rgba(0, 0, 0, .25);
    }

    .owl-item {
      height: 300px;
      position: relative;
      transform: scale(0.7);
      -ms-transform: scale(0.7);
      transition: all .2s;
      -webkit-transform: all .2s;
      z-index: 1;

      @media (max-width: 768px) {
        height: 270px;
      }

      @media (max-width: 380px) {
        height: 200px;
      }
    }

    .owl-stage-outer {
      padding-bottom: 10px;
    }
  }

  .owl-item {
    &.big {
      transform: scale(1);
      -ms-transform: scale(1);
      z-index: 3;
    }
  }

  .owl-item {
    &.medium {
      transform: scale(0.8);
      -ms-transform: scale(0.8);
      z-index: 2;

      &.mdright {
        position: relative;
        left: -30px;

        @media (min-width: 768px) {
          left: 0px;
        }
      }

      &.mdleft {
        position: relative;
        right: -30px;

        @media (min-width: 768px) {
          right: 0px;
        }
      }
    }
  }

  .owl-item {
    &.smallRight {
      &.active {
        transform: scale(0.7);
        -ms-transform: scale(0.7);
        position: relative;
        left: -30px;
      }
    }
  }

  .owl-item {
    &.smallLeft {
      &.active {
        transform: scale(0.7);
        -ms-transform: scale(0.7);
        position: relative;
        right: -30px;
      }
    }
  }

  .owl-nav {
    display: block !important;

    .owl-prev {
      left: 0px;
    }

    .owl-next {
      right: 0px;
    }
  }
}

.owl-nav .owl-prev {
  background: url(../img/left-arrow.png) no-repeat !important;
  width: 45px;
  height: 45px;
}

.owl-nav .owl-next {
  background: url(../img/right-arrow.png) no-repeat !important;
  width: 45px;
  height: 45px;
}

/*
.owl-prev i {
  display: none;
}

.owl-next i {
  display: none;
}

.gallery-slider a:hover .overlay {
  background-color: #74328aa8;
}

.overlay {
  position: absolute;
  top: 0;
  left: 0;
}

.overlay {
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.overlay>img {
  left: 50%;
  margin-left: -10px;
  margin-top: -10px;
  opacity: 0;
  position: absolute;
  top: 50%;
  -webkit-transition: opacity 0.3s ease 0s;
  -o-transition: opacity 0.3s ease 0s;
  transition: opacity 0.3s ease 0s;
  border: none !important;
  width: 25px !important;
}

.gallery-slider a:hover>.overlay>img {
  opacity: 1;
} */

/* ======================= Gallery End ======================= */














/* ======================= Project Experience Start ======================= */
.innerexperience {
  padding: 50px 0px;
  background: #efeae1;
}

#galleryTab {
  display: block;
  width: 100%;
  margin: 0px;
}

.gallery ul.resp-tabs-list {
  padding: 0;
  position: absolute;
  right: 2%;
  top: 10%;
}

.gallery .resp-tabs-list li {
  display: inline-block;
  font-size: 14px;
  color: rgba(0, 0, 0, 0.5);
  font-family: 'zonapro';
  padding: 0;
  margin: 0 0 0 30px;
  list-style: none;
  cursor: pointer;
  position: relative;
  text-align: center;
}

.gallery .resp-tab-active {
  border-bottom: none;
  position: relative;
  color: #bc8d31 !important;
}

.gallery .resp-tabs-list li img {
  position: relative;
  top: 0;
  left: 0;
  margin: 0 0 5px 0;
}

.galleryimg {
  max-width: 100%;
  width: auto;
  height: auto;
  vertical-align: middle;
  border: 0;
  -ms-interpolation-mode: bicubic;
}

.gallery h2.resp-tab-active {
  border-bottom: none;
}

.gallery h2.resp-tab-active span.resp-arrow {
  border: none;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-bottom: 6px solid #bc8d31;
  border-bottom: 6px solid #bc8d31;
  background: transparent;
}

.gallery h2.resp-tab-active span.resp-arrow {
  border: none;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-bottom: 6px solid #bc8d31;
  border-bottom: 6px solid #bc8d31;
  background: transparent;
}

.gallery .resp-tab-active img:nth-child(2) {
  display: inline-block !important;
}

.slick-slider {
  width: 100%;
  background-color: transparent;
}

button.slick-prev.slick-arrow {
  /* background: url(../Images/02.png) no-repeat !important; */
}

.gallery .slick-prev {
  border: none;
  top: 37%;
  left: -65px;
  background: url(../Images/01.png) no-repeat center center !important;
}

.gallery .slick-prev,
.gallery .slick-next {
  width: 50px;
  height: 40px;
  z-index: 1;
  top: auto;
  bottom: -50px;
  /* border: solid 1px #d2b77f; */
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slick-prev,
.slick-next {
  font-size: 0;
  line-height: 0;
  /* position: absolute; */
  top: 50%;
  display: block;
  width: 20px;
  height: 20px;
  padding: 0;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  cursor: pointer;
  color: transparent;
  border: none;
  outline: none;
  background: transparent;
}

.gallery .slick-prev,
.gallery .slick-next {
  width: 50px;
  height: 40px;
  top: 45% !important;
  right: -50px;
  z-index: 90 !important;
}

.gallery .slick-track {
  padding: 0 0 30px 0;
}

.slick-track {
  opacity: 1;
  width: 3892px;
  transform: translate3d(-1112px, 0px, 0px);
}

.gallery .slick-slide {
  margin: 0;
  padding: 0;
}

.gallery .slick-slide {
  margin: 0;
  padding: 0;
}

.gathum,
.gathum2 {
  height: 400px;
}

.gathum,
.vothum,
.gathum2 {
  margin: 0;
  padding: 10px !important;
  position: relative;
}

.gathum a,
.vothum a,
.gathum2 a {
  color: #333;
  text-decoration: none;
}

.slick-slide img {
  display: block;
  width: 100%;
}

.gathum .overlay,
.gathum .vothum {
  display: none;
}

.caption {
  padding: 0px 25px;
  position: relative;
  top: -150px;
  font-family: 'zonapro';
  color: #fff;
}

.gathum,
.vothum,
.gathum2 {
  margin: 0;
  padding: 10px !important;
  position: relative;
}

.gathum,
.vothum,
.gathum2 {
  margin: 0;
  padding: 10px !important;
  position: relative;
}

.slick-slide img {
  display: block;
  width: 100%;
}

.gathum .overlay,
.gathum .vothum {
  display: none;
}

.caption h3 {
  font-family: 'zonapro';
  font-weight: 600;
}

.slick-slide {
  display: none;
  float: left;
  margin: 0 20px 0 0;
  height: 100%;
  min-height: 1px;
  outline: none;
}

.slick-arrow {
  display: block;
  border: none;
  height: 50px;
  width: 50px;
}

/* ======================= Project Experience End ======================= */
/* ======================= Contact Form Start ======================= */
.innerContact {
  padding: 30px 0px;
}

.headContact {
  text-align: center;
}

.Contactbox {
  border: 3px solid #b29d78;
  padding: 15px 30px;
}

.ContactSubbox {
  border: 1px solid #b29d78;
}

.ContactSubbox img {
  
    height: 100%;
    width: auto;
    object-fit: cover;
}

.ContactSubbox1 {
  border: 1px solid #b29d78;
}

.count {
  padding-left: 11px;
}

#pricepopup .input-group {
  width: 100% !important;
  text-align: justify !important;
  border-bottom: 1px solid #bfac85;
  margin-bottom: 5px;
}

#pricepopup .form-control {
  display: block;
  width: 100%;
  /*height: 30px;*/
  color: #555;
  background-image: none;
  border: none !important;
  border-radius: 4px;
  box-shadow: none;
}

.innerContact button#submitf {
  background: #7d1747;
  color: #fff;
  padding: 5px 20px;
  margin-top: 20px;
}

button#submitf p {
  margin-bottom: 0px;
}

label.error {
  font-size: 13px;
  color: #fb0303;
}

.largelogo {
  display: none;
}

/* ======================= Contact Form End ======================= */
/* ======================= Footer Start ======================= */
.innerFooter {
  padding: 10px 0px;
}

.innerFooter,
#addressbar {
  background: #efeae1;
}

.sociallinks {
  text-align: center;
  margin: 20px 0px;
}

.footer-div {
  text-align: center;
  margin-top: 20px;
}

#footer-div3 a {
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid black;
  color: black;
  border-radius: 5px;
  margin-left: 13px;
  padding: 5px;
}

.disclaimertext {
  font-size: 9px;
  display: flex;
  align-items: center;
}

.disclaimertext p {
  margin: unset;
}

/* ======================= Footer End ======================= */
/* ======================= Popup Model Start ======================= */
#price {
  z-index: 9999;
}

#price .modal-header {
  padding: 15px;
  border-bottom: 1px solid #e5e5e5;
}

button.btn-close {
  position: absolute;
  right: 10px;
  top: 10px;
}

.input-group .form-control {
  display: block;
  width: 100%;
  color: #555;
  border-radius: 5px;
}



label {
  color: #000;
  font-family: 'zonapro';
}
/* 
#price .input-group input {
  height: 32px;
  border: 1px solid #000;
}

#price .input-group {
  width: 100% !important;
  text-align: justify !important;
  border-bottom: 1px solid #bfac85;
  margin-bottom: 5px;
}

#price #banner-cta-CountryCode {
  height: 32px;
  border: 1px solid #000;
}
 */


#price button#submitf {
  background-color: #7d1747;
  color: #fff;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  border: 1px solid #7d1747;
}

.inquireButton {
  display: none;
}

/* ======================= Popup Model End ======================= */
#lock {
  display: none;
}

/* ================== Video Form start ============= */
#pricepopupvideo {
  z-index: 9999;
}

#pricepopupvideo .modal-header {
  padding: 15px;
  border-bottom: 1px solid #e5e5e5;
}

#pricepopupvideo .input-group input {
  height: 32px;
  border: 1px solid #000;
}

#pricepopupvideo .input-group {
  width: 100% !important;
  text-align: justify !important;
  border-bottom: 1px solid #bfac85;
  margin-bottom: 5px;
}

#pricepopupvideo #banner-cta-CountryCode {
  height: 32px;
  border: 1px solid #000;
}

#pricepopupvideo #submitVideo {
  background-color: #7d1747;
  color: #fff;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  border: 1px solid #7d1747;
}

#submitVideo p {
  margin: unset;
}

/* ================== Video Form end ============= */
/* css edit by rohit */
.form-check-label label.error:after {
  content: " ";
  position: absolute;
  left: 1px;
  top: -9px;
  border-top: none;
  border-right: 8px solid transparent;
  border-left: 8px solid transparent;
  border-bottom: 8px solid black;
}

.form-check-label {
  position: relative;
}

.form-check-label label.error {
  position: absolute;
  top: 17px;
  background: #fff;
  padding: 5px;
  border: 1px solid #000;
  z-index: 99;
  left: -4px;
}

.form-check-label2 label.error:after {
  content: " ";
  position: absolute;
  left: 1px;
  top: -9px;
  border-top: none;
  border-right: 8px solid transparent;
  border-left: 8px solid transparent;
  border-bottom: 8px solid black;
}

.form-check-label2 {
  position: relative;
}

.form-check-label2 label.error {
  position: absolute;
  top: 17px;
  background: #fff;
  padding: 5px;
  border: 1px solid #000;
  z-index: 99;
  left: -4px;
}

/* =============== Footer Form start =============== */
#inquiryForm {
  background-color: #efeae1;
  bottom: 0px;
  -webkit-box-shadow: 0 -1px 3px rgb(0 0 0 / 33%);
  -moz-box-shadow: 0 -1px 3px rgba(0, 0, 0, 0.33);
  box-shadow: 0 -1px 3px rgb(0 0 0 / 33%);
  padding: 5px 0;
  position: fixed;
  width: 100%;
  border-top: 1px solid #bc8d31;
  z-index: 3;
}

#inquiryForm .col-sm-2 {
  width: 15.666667%;
}

#inquiryForm h4 {
  position: relative;
  text-align: center;
  color: #bc8d31;
  font-weight: 400;
  margin: 3px;
}

#inquiryForm .btn {
  background: #bc8d31;
  color: #fff;
}

#inquiryForm input {
  border: 1px solid #000 !important;
}

#inquiryForm select {
  border: 1px solid #000 !important;
}

.disclaimer {
  margin-bottom: 35px;
}

.addbar-border {
  border-left-style: dashed;
  border-left-color: #c3985a;
}

.add-head-text {
  color: #bc8d31;
  font-weight: 600;
}

/* =============== Footer Form end =============== */
