/*@font-face {
  font-family: "marcellus";
  src: url('../fonts/marcellus-regular.ttf');
}*/

@font-face {
  font-family: "Raleway";
  src: url('../fonts/Raleway-Bold.ttf');
}

@font-face {
  font-family: "Montserrat";
  src: url('../fonts/Montserrat-Regular.ttf');
}

body {
  font-size: 15px;
  font-family: 'Montserrat', sans-serif !important;
}

section {
  position: relative;
}

.homeheading {
  position: relative;
}

.section-head {
  font-family: 'Raleway', sans-serif;
  color: #4850a5;
  padding: 10px 0px;
  font-size: 32px;
  margin: 0px 0px;
  position: relative;
  text-transform: uppercase;
  font-weight: 600;
 }

.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: 'RobotoSlab', sans-serif;
}

.nopadding {
  padding: 0;
}

.nomargin {
  margin: 0;
}


/* ======================= Home page css Start ======================= */
/* ======================= Slider Start ======================= */
#home {
  margin-top: 84px;
}

.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;
}
.carousel-indicators [data-bs-target]{
    background-color: #ffc90d;
}

/* ======================= Slider End ======================= */
/* ======================= Video Configuration Start ======================= */
.headVideoConfiguration {
  padding: 50px 0px 0px;
  background: #efeae1;
}
.innerVideoConfiguration{
  position: relative;
  background: #efeae1;
}

.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: #000;
  border: 2px solid #ffc90d;
  padding: 5px 20px;
  border-radius: 10px;
}
.videoBox .pricepop:hover {
  color: #fff;
  background-color: #ffc90d;
  border: 2px solid #ffc90d;

}
.popupvideoicon {
  position: fixed;
  bottom: 4%;
  right: 1%;
  z-index: 999;

}
.popupvideoicon img{
 height: 100px;
 width: 100px;
 border-radius: 50%;
}
/* ======================= Video Configuration End ======================= */

/* ======================= Configuration Start ======================= */
.innerConfiguration {
  text-align: center;
}

.headConfiguration {
  padding: 50px 0px 80px;
  /* background: #ffc90d; */
   background: url(../img/text01.jpg) no-repeat !important;
   background-size: cover !important;
}

.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: #ffc90d;
}

.configBed {
  font-size: 25px;
  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 #ffc90d;
  padding: 5px 20px;
  border-radius: 10px;
}

.view-more .pricepop {
  text-decoration: none;
  color: #000;
  border: 2px solid #ffc90d;
  padding: 4px 10px;
  font-size: 12px;
  border-radius: 5px;
}
.logo {
    text-align: center;
}
/* ======================= Configuration End ======================= */
/* ======================= Overview New Start ======================= */
.innerOverviewNew {
  padding: 10px 0px 30px;
}

.headOverviewNewimg {
  text-align: center;
}

.imgOverviewNew img {
  width: 100%;
}

.headOverviewboxNew {
  display: flex;
  align-items: center;
}

.section-small-head {
  font-family: 'Raleway', sans-serif;
  color: #ffc90d;
  padding: 10px 0px;
  font-size: 22px;
  font-weight: 600; 
}
.OverviewNewDetails {
	text-align: justify;
}

/* ======================= Overview New End ======================= */
/* ======================= Overview Start ======================= */
.innerOverview {
  padding: 10px 0px 30px;
}

.headOverviewbox {
  margin: 3% 0px;
}

.bd-left {
  border-left: 2px solid #ffc90d;
}

.Overview-points p {
  color: #ffc90d;
  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: #ffc90d;
  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;
}

.headHighlights {
  text-align: center;
}

.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: 204px !important;
  justify-content: center;
}

.mainhighlights .slick-slider .slick-slide {
  float: none;
  display: inline-block;
  vertical-align: middle;
  padding: 10px 0px;
  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: #ffc90d;
  /*background: url(../img/highlight/small/01.jpg) no-repeat !important;*/
  color: #fff;
  background-size: cover !important;
  height: 190px !important;
  padding: 39px 0px !important;
  position: relative;
}
.mainhighlights .highlightsinfo2.slick-slide.slick-center {
  background: #ffc90d;
  /*background: url(../img/highlight/small/02.jpg) no-repeat !important*/;
  color: #fff;
  background-size: cover !important;
  height: 190px !important;
  padding: 39px 0px !important;
  position: relative;
}
.mainhighlights .highlightsinfo3.slick-slide.slick-center {
  background: #ffc90d;
 /* background: url(../img/highlight/small/03.jpg) no-repeat !important;*/
  color: #fff;
  background-size: cover !important;
  height: 250px !important;
  padding: 90px 0px !important;
  position: relative;
}
.mainhighlights .highlightsinfo4.slick-slide.slick-center {
  background: #ffc90d;
  /*background: url(../img/highlight/small/04.jpg) no-repeat !important;*/
  color: #fff;
  background-size: cover !important;
  height: 250px !important;
  padding: 90px 0px !important;
  position: relative;
}
.mainhighlights .highlightsinfo5.slick-slide.slick-center {
  background: #ffc90d;
/*  background: url(../img/highlight/small/05.jpg) no-repeat !important;*/
  color: #fff;
  background-size: cover !important;
  height: 250px !important;
  padding: 90px 0px !important;
  position: relative;
}
.mainhighlights .highlightsinfo8.slick-slide.slick-center {
  background: #ffc90d;
/*  background: url(../img/highlight/small/08.jpg) no-repeat !important;*/
  color: #fff;
  background-size: cover !important;
  height: 250px !important;
  padding: 90px 0px !important;
  position: relative;
}

.mainhighlights .slick-slider .slick-slide.slick-current::before,
.slick-slider .slick-slide.slick-center::before {
  content: '';
  /*background-color: #fff;*/
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0%;
  left: 0%;
  opacity: 0.6;
  z-index: 22;
}

.highlightsinner p {
  font-weight: 500;
  padding: 5px 0;
  text-align: center;
}

.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;
  text-align: center;
}

/* ======================= Highlights End ======================= */
/* ======================= Location Start ======================= */
.innerLocation {
  padding: 30px 0px;
}

.headLocation {
  text-align: center;
}

.innerLocation .nav-pills .nav-link.active,
.nav-pills .show>.nav-link {
  color: #fff;
  background-color: #ffc90d;
}

.innerLocation .nav-item {
  padding: 20px;
}

.innerLocation .nav-pills .nav-link {
  border-radius: 10px;
  border: 1px solid #ffc90d;
  color: #ffc90d;
  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-nav {
    display: block !important;
  }

  .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;
      border: 3px solid #ffc90d;
      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);
    }
    .overlay img {
    	height: auto !important;
    }

    .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;
	background-size: cover !important;
}

.owl-nav .owl-next {
  background: url(../img/right-arrow.png) no-repeat !important;
  width: 45px;
  height: 45px;
	background-size: cover !important;
}

.owl-prev i {
  display: none;
}

.owl-next i {
  display: none;
}

.gallery-slider a:hover .overlay {
  background-color: rgba(0, 0, 0, 0.6)
}

.overlay {
  position: absolute;
  top: 0;
  left: 0;
}

.overlay {
  width: 100%;
  height: 100%;
  overflow: hidden;
  border: 1px solid #000;
}

.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;
	background-size: cover !important;
}

.owl-nav .owl-next {
  background: url(../img/right-arrow.png) no-repeat !important;
  width: 45px;
  height: 45px;
	background-size: cover !important;
}

/*
.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: #ffc90d;
}
#gallery {
    padding: 30px 0px;
}
#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: 'Montserrat', sans-serif;
  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: #ffc90d !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 #ffc90d;
  border-bottom: 6px solid #ffc90d;
  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 #ffc90d;
  border-bottom: 6px solid #ffc90d;
  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%;
      border: 1px solid #ffc90d;
}

.gathum .overlay,
.gathum .vothum {
  display: none;
}

.caption {
  padding: 0px 25px;
  position: relative;
  top: -150px;
  font-family: 'Montserrat', sans-serif;
  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: 'Montserrat', sans-serif;
  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;
}
*LocationMap*/
.locationmap-block {
margin: 15px 0;
height: 58px;
}
.locationmap-img {
width: 40px;
/* padding: 18px 0; */
margin: 0px;
}
.location-img {

}

.location-txt {
color: #fff;
font-weight: 500;
width: 100%;
text-transform: uppercase;
font-size: 12px;
/*text-align: justify;*/
}
.locationmap-rightblock{
background: #04134a;
    margin-top: 5%;
}
/* ======================= Project Experience End ======================= */
.about-lamp{
position: absolute;
right: 0;
}
.aboutus-block{
background-color: rgb(0 0 0 / 71%);
height: 700px;
}
.aboutus-block1{
background-color: #ffc90d;
height: auto;
}
.about-content{
padding: 85px 60px;
}
.about-content p{
color: #fff;
font-size: 13px;
font-family: 'Montserrat', sans-serif;
text-align: justify;
}
.about-content2{
padding: 50px 60px;
}
.about-content2 p{
color: #fff;
font-size: 15px;
font-family: 'Montserrat', sans-serif;
text-align: center;
padding: 10px 0px;
font-weight: 400;
}

.about-content1{
padding: 20px 60px;
}
.about-content1 p{
color: #181c48;
font-size: 14px;
text-align: justify;
font-family: 'Montserrat', sans-serif;
letter-spacing: 1px;
}
.clientlogo {
    display: flex;
}


/*Gallery Plugin*/
.demo-gallery > ul {
margin-bottom: 0;
}
.demo-gallery > ul > li a {
border: 1px solid #161616;
border-radius: inherit;
display: block;
overflow: hidden;
position: relative;
/*float: left;*/
}
.demo-gallery > ul > li a > img {
-webkit-transition: -webkit-transform 0.15s ease 0s;
-moz-transition: -moz-transform 0.15s ease 0s;
-o-transition: -o-transform 0.15s ease 0s;
transition: transform 0.15s ease 0s;
-webkit-transform: scale3d(1, 1, 1);
transform: scale3d(1, 1, 1);
/* height: 100%;
width: 100%;*/
}
.demo-gallery > ul > li a:hover > img {
-webkit-transform: scale3d(1.1, 1.1, 1.1);
transform: scale3d(1.1, 1.1, 1.1);
}
.demo-gallery > ul > li a:hover .demo-gallery-poster > img {
opacity: 1;
}
.demo-gallery > ul > li a .demo-gallery-poster {
/*background-color: rgba(0, 0, 0, 0.1);*/
bottom: 0;
left: 0;
position: absolute;
right: 0;
top: 0;
-webkit-transition: background-color 0.15s ease 0s;
-o-transition: background-color 0.15s ease 0s;
transition: background-color 0.15s ease 0s;
}
.demo-gallery > ul > li a .demo-gallery-poster > 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;
}
.demo-gallery > ul > li a:hover .demo-gallery-poster {
background-color: rgba(0, 0, 0, 0.6)
}
.demo-gallery .justified-gallery > a > img {
-webkit-transition: -webkit-transform 0.15s ease 0s;
-moz-transition: -moz-transform 0.15s ease 0s;
-o-transition: -o-transform 0.15s ease 0s;
transition: transform 0.15s ease 0s;
-webkit-transform: scale3d(1, 1, 1);
transform: scale3d(1, 1, 1);
height: 100%;
width: 100%;
}
.demo-gallery .justified-gallery > a:hover > img {
-webkit-transform: scale3d(1.1, 1.1, 1.1);
transform: scale3d(1.1, 1.1, 1.1);
}
.demo-gallery .justified-gallery > a:hover .demo-gallery-poster > img {
opacity: 1;
}
.demo-gallery .justified-gallery > a .demo-gallery-poster {
background-color: rgba(0, 0, 0, 0.1);
bottom: 0;
left: 0;
position: absolute;
right: 0;
top: 0;
-webkit-transition: background-color 0.15s ease 0s;
-o-transition: background-color 0.15s ease 0s;
transition: background-color 0.15s ease 0s;
}
.demo-gallery .justified-gallery > a .demo-gallery-poster > 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;
}
.demo-gallery .justified-gallery > a:hover .demo-gallery-poster {
background-color: rgba(0, 0, 0, 0.5);
}
.demo-gallery .video .demo-gallery-poster img {
height: 48px;
margin-left: -24px;
margin-top: -24px;
opacity: 0.8;
width: 48px;
}
.demo-gallery.dark > ul > li a {
border: 3px solid #04070a;
}
.home .demo-gallery {
padding-bottom: 80px;
}

.maindropdown {
    text-align: center;
    margin:5px;
}
.dropbtn {
background-color: inherit;
text-transform: uppercase;
color: #000;
padding: 4px 0;
border-bottom: 1px solid #000;
border: none;
cursor: pointer;
}
.dropbtn:hover, .dropbtn:focus {
    background-color: #ffc90d;
}
.dropbtn {
    background-color: #ffc90d;
    text-transform: uppercase;
    color: #000;
    padding: 5px 70px;
    border-bottom: 1px solid #000;
    border: none;
    cursor: pointer;
}

.dropdown {
position: relative;
display: inline-block;
padding-bottom: 5px;
/*border-bottom: 1px solid #000;*/
}

.dropdown-content {
display: none;
position: static;
background-color: #000;
min-width: 160px;
box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
z-index: 1;
top: 30px;
}

.dropdown-content a {
color: #fff;
padding: 12px 16px;
text-decoration: none;
display: block;
}

.dropdown-content a:hover {background-color: #000;color: #A68749;}

.dropdown:hover .dropdown-content {
display: block;
}

.dropdown:hover .dropbtn {
background-color:inherit;
}
/*img.img-responsiveone {
    height: 364px;
}*/
.gal-list {
    padding: 20px;
}
/* ======================= Contact Form Start ======================= */
.innerContact {
  padding: 30px 0px;
}

.headContact {
  text-align: center;
}

.Contactbox {
  border: 3px solid #ffc90d;
  padding: 15px 30px;
}

.ContactSubbox {
  border: 1px solid #b29d78;
}

.ContactSubbox img {
  width: 100%;
}

.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: #ffc90d;
  color: #fff;
  padding: 5px 20px;
  margin-top: 20px;
}

button#submitf p {
  margin-bottom: 0px;
}

label.error {
  font-size: 13px;
  color: #fb0303;
}

/* ======================= Contact Form End ======================= */
/* ======================= Footer Start ======================= */
.innerFooter {
  padding: 10px 0px;
}



.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;
  font-size: 15px;
  font-weight: 500;
  text-align: center;
  /* margin-bottom: -7px; */
}

/* ======================= 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: 20px;
  top: 20px;
  background-color: #fff !important;
}


.input-group .form-control {
  display: block;
  width: 100%;
  color: #555;
  background-image: none;
  border: none !important;
  border-radius: 4px;
  box-shadow: none;
}

label {
  color: #000;
  font-family: 'Montserrat', sans-serif;
}

#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: #4850a5;
  color: #fff;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  border: 1px solid #ffc90d;
}

.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 ============= */
