@font-face {
  font-family: "Merriweather-Regular";
  src: url('../fonts/Merriweather-Regular.otf');
}

@font-face {
  font-family: "Raleway-Regular";
  src: url('../fonts/Raleway-Regular.otf');
}

body {
  font-size: 14px;
  font-family: 'Raleway-Regular' !important;
}

section {
  position: relative;
}

.section-head {
  font-family: 'Merriweather-Regular';
  color: #9d7029;
  font-size: 30px;
  font-weight: 700;
  position: relative;
  text-transform: uppercase;
}

#lock {
  display: none;
}

.nopadding {
  padding: 0px;
}

.bg-hover {
  position: relative;
}

.bg-hover:after {
  content: '';
  position: absolute;
  left: 100%;
  bottom: 0px;
  top: 0px;
  height: 100%;
  width: 0px;
  z-index: -1;
  background: #c3985a;
  transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -webkit-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
}

.bg-hover:hover:after {
  width: 100%;
  left: 0;
  -webkit-transition: width 0.3s ease;
  transition: width 0.3s ease;
  z-index: -1;
}

.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:scale3d(1.05, 1.05, 1.05);
  }

  100% {
    box-shadow: 0 0 0 20px rgba(0, 0, 0, 0);
    transform:scale3d(1, 1, 1);
  }
}

.menuenqire {
  position: relative;
}

.pulse {
  background: #000;
  text-align: center;
  animation: animate-pulse 2s linear infinite;
}

@keyframes animate-pulse {
  0% {
    box-shadow: 0 0 0 0px rgba(0, 0, 0, 0.3);
  }

  40% {
    box-shadow: 0 0 0 20px rgba(0, 0, 0, 0);
  }

  /*80%{
        box-shadow: 0 0 0 50px rgba(255,109,74,0.0),  0 0 0 30px rgba(255,109,74,0);
    }*/
  /*100%{
        box-shadow: 0 0 0 0 rgba(255,109,74,0.0),  0 0 0 30px rgba(255,109,74,0);
    }*/

}
/*---- Accordition ----*/

.cst-accordion .panel {
  border-radius: 0;
  border: 0;
  margin-top: 0px;
  background: transparent;
  margin-bottom: 15px;
}

.cst-accordion a {
  display: flex;
  align-items: center;
  padding: 10px 15px;
  /* border: 2px solid #0e1b41; */
  text-decoration: none;
  transition: ease all 0.5s;
  text-transform: uppercase;
  color: #fff;
  /*  */
  letter-spacing: 1px;
  /* background: #ad905d; */
  background-image: linear-gradient(to right, #29698b, #124053) !important;
}

.cst-accordion .panel-heading a.collapsed:hover,
.cst-accordion .panel-heading a.collapsed:focus {
  background-color: #ad905d;
  color: white;
  transition: all 0.2s ease-in;
}

.cst-accordion .panel-heading a.collapsed:hover::before,
.cst-accordion .panel-heading a.collapsed:focus::before {
  color: white;
}

.cst-accordion .panel-heading {
  padding: 0;
  border-radius: 0;
  /*text-align: center;*/
}

.cst-accordion .panel-heading a:not(.collapsed) {
  color: white;
  background-color: #ad905d;
  transition: all 0.2s ease-in;
}

/* Add Indicator fontawesome icon to the left */

.cst-accordion .panel-heading .accordion-toggle::before {
  font-family: "FontAwesome";
  content: "\f00d";
  float: left;
  color: white;
  font-weight: lighter;
  transform: rotate(0deg);
  margin-right: 10px;
  transition: all 0.2s ease-in;
}

.cst-accordion .panel-heading .accordion-toggle.collapsed::before {
  color: #fff;
  transform: rotate(-135deg);
  transition: all 0.2s ease-in;
}

.cst-accordion .panel-body {
  padding: 15px;
  border: none !important;
  background: #f5f5f5;
  box-shadow: 0 8px 8px -6px rgba(0, 0, 0, 0.3);
}

.cst-accordion .panel-group .panel-heading {
  border-bottom: 0;
  background: transparent;
}

.cst-accordion .panel-title {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 16px;
  color: #fff;
  font-weight: 400;
}

.call-btn {
  position: fixed;
  right: -2.5%;
  top: 30%;
  transform: rotateX(0deg);
  z-index: 999;
  transform: rotateZ(270deg) rotateY(180deg) rotateX(180deg);
  color: #fff !important;
  background-color: #243a76 !important;
  border: 1px solid #fff !important;
}

.call-btn a {
  color: #fff !important;
}

.enq-btn {
  position: fixed;
  right: -3.3%;
  top: 55%;
  transform: rotateX(0deg);
  z-index: 999;
  transform: rotateZ(270deg) rotateY(180deg) rotateX(180deg);
  color: #fff !important;
  background-color: #243a76 !important;
  border: 1px solid #fff !important;
}

.enq-btn a {
  color: #fff !important;
}
/* ========================== Slider Start ========================== */
#home {
  margin-top: 3px;
}
.sec-tittle {
  margin: 100px auto 50px;
  display: block;
  text-align: center;
  position: relative;
}

.sec-tittle h2 {
  margin-bottom: 0;
  font-style: normal;
  font-size: 19px;
  outline: 1px solid #969696;
  line-height: 35px;
  display: inline-block;
  color: #c09949;
  font-weight: 600;
  padding: 13px 25px;
  background: #005457;
  text-transform: capitalize;
  text-align: center;
  outline-offset: -8px;
}

.headline {
  background-position: center;
  height: 85px;
  /* background: #000; */
  width: 80%;
  /* position: absolute; */
  z-index: 9;
  /* opacity: 0.3; */
  background-size: contain;
  background-repeat: no-repeat;
  margin: -8px auto 6px;
  /* margin-top: -38px; */
  /* margin-bottom: 30px; */
  /*background-image: url(../images/div.gif);*/
}
/* ========================== Slider End ========================== */
/*About*/
#aboutUs{
	padding: 100px 0px 50px;
    border-bottom: 1px solid #000;
    overflow: hidden;
}
.about-inner{
	/*margin: 40px 0;*/
}
.about-bg{
	background: url('../img/about/about-bg.jpg');
	background-size: cover;
	background-repeat: no-repeat;
	height: 450px;
	margin: 40px 0;
}
.about-lamp{
	position: absolute;
	right: 0;
	top:0;
}
.aboutus-block{
	    height: 75vh;
   border: 10px solid;
   border-image-source: linear-gradient(45deg, rgb(38 38 38), rgb(185 142 51));
  border-image-slice: 1;
}
.about-content{
	margin: 40px;
}
.aboutusContent{
    display: table;
    height: 64vh;
    padding: 18px;
}
.abouttxt{
    /*vertical-align: middle;
    display: table-cell;*/
}
.about-content p{
	color: #000;
	    font-size: 15px;
	font-weight: 500;
	/*font-family: 'Open Sans', sans-serif;*/
    /*font-family: 'BebasNeueRegular';*/
    text-align: justify;

}
.square {
  width: 150px;
  height: 150px;
  background: #000;
  position: absolute;
  bottom: -22px;
  right: -42px;
}
.patch1 {
    position: absolute;
    left: -65px;
    width: 169px;
    bottom: 0px;
    background: #fff;
}
.aboutus-img{
    /*border: 3px solid #fff;*/
}
.aboutusbg-outer{
    position: relative;
    right: 220px;
}
/* ========================== Configuration Start ========================== */
/* .innerconfiguration { color: #fff !important;     background: linear-gradient(0deg,rgb(0 0 0 / 20%),rgb(0 0 0 / 20%)),url(../img/cofigurationbg.jpg); background-repeat: no-repeat; background-size: cover; } */
.innerconfiguration {
  background-color: #005457;
  padding-bottom:9.5rem !important;
}
/* 
.innerconfiguration .section-head {
  color: #c3985a;
} */
h5.overview.text-center{
  font-size: 20px;
}
.Configurationbox {
  background-color: #fff;
  /* border: 5px solid #fff; */
  box-shadow: 0 0 10px 5px rgba(0, 0, 0, 0.1);
}

.pricepop {
  padding: 5px 10px;
  text-decoration: unset;
  color: #9d7029;
  border-radius: 5px;
}
.Configurationbox .pricepop {
  color: #fff !important;
}

.Configurationbox:hover {
  -webkit-box-shadow: 0 10px 8px -6px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 0 10px 8px -6px rgba(0, 0, 0, 0.5);
  box-shadow: 0 10px 8px -6px rgba(0, 0, 0, 0.5);
  transform: translateY(-15px);
  transition: ease all 0.5s;
}

.configareasection {
  position: absolute;
  left: 51%;
  transform: translateX(-50%);
}

.innerconfiguration {
  margin-bottom: 150px;
}
.configarea{
  color: #000;
}
.Configurationbox .hoverBtn{
  color: #fff !important;
  border: 0;
  background-color: #005457;
}
.Configurationbox .pricepop span{
  font-size: 18px;
}
/* ========================== Configuration End ========================== */
/* ========================== Amenities Start ========================== */

.hi-icon-wrap {
  text-align: center;
  margin: 0 auto;
  padding: 2em 0 0;
}

.hi-icon-effect-1 .hi-icon {
  background: rgba(255, 255, 255, 0.1);
}

.hi-icon-effect-1 .hi-icon {
  background: rgba(255, 255, 255, 0.1);
  border: 3px solid #a7814f;
  color: #a7814f;
  animation: pulse-animation 2s infinite;
}

.hi-icon {
  display: inline-block;
  font-size: 0px;
  cursor: pointer;
  /* margin: 15px 30px; */
  width: 100px;
  height: 100px;
  border-radius: 64%;
  text-align: center;
  position: relative;
  z-index: 1;
  color: #fff;
}

.hi-icon {
  display: inline-block;
  font-size: 0px;
  cursor: pointer;
  /* margin: 15px 30px; */
  width: 100px;
  height: 100px;
  border-radius: 50%;
  text-align: center;
  position: relative;
  z-index: 1;
  color: #fff;
  transition: 0.5s ease-in-out;
}

.hi-icon img {
  width: 64px;
  margin: 15px auto;
  padding: 2px;
}

.hi-icon-effect-1a .hi-icon:hover {
  color: #ffffff;
  border-radius: unset;
}

.amenities-main1 h3 {
  text-align: center;
  color: #000;
  font-size: 16px;
}

.amenities-main1 h3 {
  text-align: center;
  margin: 15px 0;
  line-height: 19px;
  font-size: 15px;
  text-transform: capitalize;
  color: #fff;
  font-weight: 300;
  height: 45px;
}
/* ========================== AmenitiesEnd ========================== */

/* ========================== Ovarview Start ========================== */
.boxOverview {
  display: flex;
  align-items: center;
}

/* .boxOverview h5 {
  font-weight: 600;
  color: #9d7029;
} */
.boxOverview1 h5 {
  font-weight: 600;
  color: #9d7029;
}
.paraover {
  line-height: 25px;
  letter-spacing: 1.5px;
}
.innerOverview .container{
  max-width: 95% !important;
}
/* ========================== Ovarview End ========================== */
/* ========================== Ovarview 2 Start ========================== */
.textOverview {
  text-transform: capitalize;
}

.Highlights {
  text-align: left;
}

.bd-left {
  border-left: 3px solid #9d7029;
}
.color-h{
  color: #9d7029;
}
.dwn-broch a {
  font-size: 16px;
  display: inline-block;
  text-decoration: none;
  background: #9d7029;
  color: #fff;
  padding: 10px 25px;
  border-radius: 5px;
}

/* ========================== Ovarview 2 End ========================== */

/* ========================== Highlight Start ========================== */
#Highlightsowl {
  position: relative;
}

#Highlightsowl .owl-nav {
  position: absolute;
  width: 100%;
  text-align: right;
  top: -50%;
}

.highlightsinfo h4,
.highlightsinfo p {
  font-size: 12px;
}

.highlightsinfo {
  position: absolute;
  bottom: 6%;
}

.slickHighlights .slick-slide {
  height: 250px !important;
  position: relative;
  margin: 0 2px;
}

.slickHighlights .slick-slide:hover h5 {
  color: #c3985a;
  font-weight: 600;
}
.slickHighlights .slick-slide.himg1:hover {
  background: url(../img/highlightsmall/01.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  color: #fff;
}
.slickHighlights .slick-slide.himg2:hover {
  background: url(../img/highlightsmall/02.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  color: #fff;
}
.slickHighlights .slick-slide.himg3:hover {
  background: url(../img/highlightsmall/03.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  color: #fff;
}
.slickHighlights .slick-slide.himg4:hover {
  background: url(../img/highlightsmall/04.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  color: #fff;
}
.slickHighlights .slick-slide.himg5:hover {
  background: url(../img/highlightsmall/05.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  color: #fff;
}


.slickHighlights .slick-slide.slick-current.himg1,
.slickHighlights .slick-slide.slick-center.himg1 {
  background: url(../img/highlightsmall/01.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  color: #fff;
  position: relative;
}
.slickHighlights .slick-slide.slick-current.himg2,
.slickHighlights .slick-slide.slick-center.himg2 {
  background: url(../img/highlightsmall/02.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  color: #fff;
  position: relative;
}
.slickHighlights .slick-slide.slick-current.himg3,
.slickHighlights .slick-slide.slick-center.himg3 {
  background: url(../img/highlightsmall/03.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  color: #fff;
  position: relative;
}
.slickHighlights .slick-slide.slick-current.himg4,
.slickHighlights .slick-slide.slick-center.himg4 {
  background: url(../img/highlightsmall/04.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  color: #fff;
  position: relative;
}
.slickHighlights .slick-slide.slick-current.himg5,
.slickHighlights .slick-slide.slick-center.himg5 {
  background: url(../img/highlightsmall/05.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  color: #fff;
  position: relative;
}
.slickHighlights .slick-slide.slick-current h5,
.slickHighlights .slick-slide.slick-center h5{
color: #c3985a;
font-weight: 600;
}
.slickHighlights .slick-prev {
  left: 85%;
  position: absolute !important;
  top: -40px;
  width: 47px;
  height: 44px;
}

.slickHighlights .slick-next {
  right: 0;
  position: absolute !important;
  top: -40px;
  width: 47px;
  height: 44px;
}

.slick-prev:before,
.slick-next:before {
  display: none;
}

button.slick-next.slick-arrow {
  background: url(../img/right-arrow.png) !important;
}

button.slick-prev.slick-arrow {
  background: url(../img/left-arrow.png) !important;
}

/* ========================== Highlight End ========================== */
.locationsizes{
 border:2px solid #000;
}
.locationsize{
  border:2px solid #000;
 }
/* ========================== Amenities Start ========================== */
#Amenities {
  overflow: hidden;
}
#Amenities .nav-item {
  margin: 0px -40px;
  width: 17%;
  text-align: center;
}
.exp-gal{
  margin-right: 4px;
  width: 37px;
}

#Amenities .nav-link {
  color: #000;
  /* border: 1px solid #9d7029; */
  padding: 5px 0px;
}

#Amenities .nav-link.active {
  /* background: #9d7029 !important; */
  color: #9d7029;
}
.ametab {
  cursor: pointer;
}

label.error {
  color: #b02d2d;
  font-size: 11px;
}

#Amenities .AmenitiesSlider .slick-slide,
#Amenities .AmenitiesSlider1 .slick-slide {
  display: block;
  position: relative;
  transform: translate(0, 0) scale(.7);
  transition: all .4s ease;
  opacity: 1;
  width: 100%;
}
.AmenitiesSlider1 .slick-next {
  right: -10%;
}
.AmenitiesSlider1 .slick-prev {
  left: -10%;
}
/* .AmenitiesSlider .slick-next {
  right: -10%;
}
.AmenitiesSlider .slick-prev {
  left: -10%;
} */
#Amenities .slick-slide img {
  width: 100%;
}

#Amenities .slick-slide {
  position: relative;
}

#Amenities .slick-slide.lt2 {
  transform: translate(14%, 0) scale(.7) !important;
}

#Amenities .slick-slide.lt1 {
  transform: translate(0%, 0) scale(.8) !important;
}

#Amenities .slick-slide.gt1 {
  transform: translate(0%, 0) scale(.8) !important;
}

#Amenities .slick-slide.gt2 {
  transform: translate(-14%, 0) scale(.7) !important;
}

#Amenities .slick-slide.slick-center {
  z-index: 1;
  transform: scale(1) !important;
  color: #e67e22;
}

#Amenities button.slick-next.slick-arrow {
  background: url(../img/right-arrow.png) !important;
  width: 47px;
  height: 44px;
}

#Amenities button.slick-prev.slick-arrow {
  background: url(../img/left-arrow.png) !important;
  width: 47px;
  height: 44px;
}

.gallery-slider a:hover .overlay {
  background-color: #9d7029a6;
}

.overlay {
  position: absolute;
  top: 0;
  left: 0;
}

.overlay img {
  height: auto !important;
}

.overlay {
  width: 100%;
  height: 100%;
  overflow: hidden;
}

#Amenities .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;
}

#Amenities a:hover .overlay img {
  opacity: 1;
}

#Amenities .amebox {
  height: 0 !important;
  opacity: 0 !important;
  visibility: hidden !important;
}

#Amenities .amebox.active {
  height: auto !important;
  opacity: 1 !important;
  padding-top: 30px;
  visibility: visible !important;
  transition: all 2s !important;
}
#Amenities .owl-item {
  position: relative;
  transform: scale(0.7);
  -ms-transform: scale(0.7);
  transition: all .4s;
  -webkit-transform: all .4s;
  z-index: 1;
}
#Amenities button.owl-next {
  position: absolute;
  right: -3%;
  top: 47%;
  transform: translateY(-50%);
  background: url(../img/right-arrow.png) !important;
  width: 50px;
  height: 44px;
  background-size: cover;
}

#Amenities button.owl-prev {
  position: absolute;
  left:-3%;
  top: 47%;
  transform: translateY(-50%);
  background: url(../img/left-arrow.png) !important;
  width: 47px;
  height: 44px;
  background-size: cover;
  
}


#Amenities {
  .owl-item {
    &.smallRight {
      &.active {
        transform: scale(1);
        -ms-transform: scale(1);
        z-index: 3;
      }
    }
  }
  .floorplanowl a:hover .overlay {
    background-color: #9d7029a6;
  }
  .owl-item {
    &.mdright {
      &.active {
        transform: scale(0.8);
        -ms-transform: scale(0.8);
        position: relative;
        left: -0px;
      }
    }
  }

  .owl-item {
    &.big {
      &.active {
        transform: scale(0.7);
        -ms-transform: scale(0.7);
        position: relative;
        left: 32px;
      }
    }
  }
  .owl-item {
    &.smallRight2 {
      &.active {
        left: -32px;
      }
    }
  }

  .owl-item {
    &.smallRight1 {
      &.active {
        transform: scale(0.8);
        -ms-transform: scale(0.8);
        position: relative;
        right: -0px;
      }
    }
  }

  .owl-item {
    &.smallLeft2 {
      &.active {
        transform: scale(0.7);
        -ms-transform: scale(0.7);
        position: relative;
        right: 32px;
      }
    }
  }
}

/* ========================== Amenities End ========================== */
/* ============== Gallery Start ==============  */
.innergallery {
  background: #005457;
}
.gallery a:hover .overlay {
  background-color: #9d7029a6;
}
#gallery .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 a:hover .overlay img {
  opacity: 1;
}
.innergallery .nav-pills .nav-link.active,
.nav-pills .nav-link,
.nav-pills .show>.nav-link {
  padding: 0px 5px;
  background: unset !important;
}

.innergallery .nav-pills .nav-link.active {
  color: #9d7029;
}

.innergallery .nav-pills .nav-link {
  color: #000;
  display: flex;
  align-items: center;
}

#gallery .nav-item .nav-link img {
  width: 35px;
}

#gallery .nav-item .nav-link p {
  margin: 5px 2px;
}

#gallery .nav-item .nav-link img:nth-child(2) {
  display: none;
}

#gallery .nav-item .nav-link.active img:nth-child(1) {
  display: none;
}

#gallery .nav-item .nav-link.active img:nth-child(2) {
  display: inline-block !important;
}

/*#gallery .owl-carousel .owl-item { position: relative; }*/
#gallery .slick-slide {
  position: relative;
  margin: 0px 10px;
}

#gallery .slick-slide img {
  width: 100%;
  border: 1px solid#000;
}

.caption {
  position: absolute;
  bottom: 0px;
  padding: 8px;
  color: #fff;
}

#gallery button.slick-next.slick-arrow {
  background: url(../img/right-arrow.png) !important;
  width: 47px;
  height: 44px;
}

#gallery button.slick-prev.slick-arrow {
  background: url(../img/left-arrow.png) !important;
  width: 47px;
  height: 44px;
}

/* ============== Gallery End ==============  */
/* ========================== Project floorplan Start ========================== */
.innerfloorplan {
  background: #fff;
}
#floorplan .slick-slide {
  position: relative;
}
.innerfloorplan .nav-pills .nav-link.active,
.nav-pills .nav-link,
.nav-pills .show>.nav-link {
  padding: 0px 5px;
  background: unset !important;
}
.floorplan a:hover .overlay {
  background-color: #9d7029a6;
}

.innerfloorplan .nav-pills .nav-link {
  color: #000;
  display: flex;
  align-items: center;
}

#floorplan .nav-item .nav-link img {
  width: 35px;
}

#floorplan .nav-item .nav-link p {
  margin: 5px 2px;
}

#floorplan .nav-item .nav-link img:nth-child(2) {
  display: none;
}

#floorplan .nav-item .nav-link.active img:nth-child(1) {
  display: none;
}

#floorplan .nav-item .nav-link.active img:nth-child(2) {
  display: inline-block !important;
}

/*#floorplan .owl-carousel .owl-item { position: relative; }*/
#floorplan .slick-slide {
  position: relative;
  margin: 0px 10px;
}

#floorplan .slick-slide img {
  width: 100%;
}

.caption {
  position: absolute;
  bottom: 0px;
  padding: 8px;
  color: #fff;
}

#floorplan button.slick-next.slick-arrow {
  background: url(../img/right-arrow.png) !important;
  width: 47px;
  height: 44px;
}

#floorplan button.slick-prev.slick-arrow {
  background: url(../img/left-arrow.png) !important;
  width: 47px;
  height: 44px;
}
.gallery-slider a:hover .overlay {
  background-color: #9d7029a6;
}

.overlay {
  position: absolute;
  top: 0;
  left: 0;
}

.overlay img {
  height: auto !important;
}

.overlay {
  width: 100%;
  height: 100%;
  overflow: hidden;
  border: 2px solid #9d7029;
}

#floorplan .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;
}

#floorplan a:hover .overlay img {
  opacity: 1;
}
/* ========================== Project floorplan End ========================== */
.aboutus{
  color: #9d7029;
}
/* ========================== Project Enquiry Start ========================== */
.boxEnquiry {
  border: 4px solid #c3985a;
  padding: 20px;
}

.Enquirybox {
  border: 1px solid #c3985a;
  display: grid;
  align-items: center;
}

.input-group label {
  position: relative;
  display: block;
  flex-wrap: wrap;
  align-items: stretch;
  width: 100%;
  text-align: left;
}

#projectEnquiry .input-group input {
  width: 100% !important;
  border: none;
  border-bottom: 1px solid #262626;
  border-radius: 0px;
}

#projectEnquiry .iti.iti--allow-dropdown {
  width: 100% !important;
}

button#submitf {
  background: #9d7029;
  color: #fff;
}

/* ========================== Project Enquiry End ========================== */
/* ========================== Footer Start ========================== */
.innerFooter {
  background: #9d7029d4;
}

.footerlogo {
  display: flex;
  justify-content: center;
  align-items: center;
}

.disclaimertext {
  font-size: 12px;
  color: #fff;
}

button.btn-close {
  position: absolute;
  right: 10px;
  top: 10px;
}

/* ========================== Footer End ========================== */
/* ========================== Popup Form Start ========================== */
button.btn-close {
  position: absolute;
  right: 10px;
  top: 10px;
}

#price .modal-header {
  padding: 0px;
}

#price .modal-header img {
  width: 20%;
}

#price .input-group input {
  width: 100% !important;
  border: none;
  border-bottom: 1px solid #262626;
  border-radius: 0px;
}

#price .iti.iti--allow-dropdown {
  width: 100% !important;
}

/* ========================== Popup Form End ========================== */

/* ========================== css edit by rohit ========================== */
.signature-para{
    line-height: 25px;
    letter-spacing: 1.5px;
}
.belicia-para{
    line-height: 25px;
    letter-spacing: 1.5px;
}
.belicia-head{
  font-size:35px;
}
.highlight-text{
  color: #9d7029;
  font-weight: 600;
}
.configUnit{
  font-size: 25px;
}

.largelogo{
  display: none;
}

/* css edit by rohit */
/* .imgbox img {
  margin-top: 70px;
} */
.sec-head9{
  color: #9d7029;
}

.footer-form {
  position: fixed;
  background: #fff;
  bottom: 0px;
  width: 100%;
  border-top: 1px solid #c3985a;
}
.ftbtn {
  background: #9d7029;
  color: #fff;
  padding: 5px 28%;
  border: none;
  border-radius: 7px;
}
.input-box
  {
    padding: 4px;
    border-radius: 5px;
    border: 0.5px solid;
    width: 100%;
}
.enquiryNow{
  color: #9d7029;
  font-weight: 400;
  margin: 3px;
}
.enquieymb{
  background: #005457;
  color:#fff;
  position: fixed;
  bottom: 0px;
  width: 100%;
  border-top: 1px solid #c3985a;
}
.mbenquiry{
  margin: 5px;
}

.footer-form .iti__selected-flag {
  height: 30px;
}
/* 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;
}
.iti.iti--allow-dropdown {
  width: 100%;
}
/* css edit by rohit */
.input-group-space{
  padding: 5px;
}
#addressbar{
  background: #005457;
}
.add-para {
  color: #fff;
}

*
/* .addbar-border{
  border-left-style: dashed ;
  border-left-color: #c3985a;
} */
.add-head-text{
  color: #9d7029;
  font-weight: 600;
}
.mainsiteurl {
   color: #fff;
}
.mainsiteurl:hover {
   color: #fff;
}


