.information li.nav-item{
  margin-left: 0;
  border-right: 1px solid #8f8f8f;
  padding-right: 20px;
}
.information li.nav-item:last-child{
  margin-left: 0;
  border-right: 0;
}
.information li.nav-item a{
  color: #fff;
}
.information li.nav-item a:hover{
  color: #AA8A39;
}
.information li.nav-item .active{
  color: #AA8A39;
}
.information ul{
  margin: 0;
  padding: 0;
}
.information li{
  list-style: none;
  float: left;
  margin: 20px 5% 10px 0;
  padding: 0;
}
.information li a{
  list-style: none;
  float: left;
  margin: 0;
  padding: 7px 16px;
  border: 1px solid #AA8A39;
  border-radius: 4px;
}
.information li a i{
  color: #AA8A39;
  font-size: 18px;
}
.information li a:hover{
  background-color:#AA8A39;
  color: #FFF;
}
.information li a:hover i{
  color: #FFF;
}
.information table, th, td {
  border: 1px solid #AA8A39 !important;
}
.project-dtl .card{
  background-color: unset;
}  
.project-dtl .card-img-div{
  width: 80%;
  display: inline-block;
  margin-left: 10%;
  z-index: 99;
  position: relative;
}
.project-dtl .card-img-div img{
  border-radius: 4px;
  width: 100%;
}
.project-dtl .card-body{
  border: 1px solid #ab8a3a;
  border-radius: 5px;
  padding-top: 125px;
  margin-top: -100px;
  padding-left: 10%;
  padding-right: 10%;
  padding-bottom: 35px;
  transition: ease all .5s;
}
.project-dtl .card-body p{
font-size: 14px;
font-weight: 300;
color: #ffffff;
}
.project-dtl .card-body h5{
font-size: 17px;
font-weight: 600;
color: #ffe29b;
letter-spacing: 0.4px;
}
.project-dtl .card:hover .card-body {
background-color: #49453c;
}
.project-dtl .card-body:hover {
background-color: #49453c;
}
.suggest{
  margin-left:-85%;
}


.villa-btn{
background-color: #0000005c;
color: #fff;
font-size: 14px;
font-weight: 400;
text-transform: capitalize !important;
padding: 9px 15px;
border-radius: 3px;
letter-spacing: 0rem;
margin-bottom: 10px;
display: inline-block;
}
.villa-btn i{
font-size: 15px;
color: #fff;
font-weight: 500;
margin-right: 4px;
} 
.villa-btn:hover{
background-color: #ab8a3a;
color: #fff;
}

.dtl-btn{
background-color: unset;
  color: #fff;
  font-size: 15px;
  font-weight: 300;
  padding: 7px 16px;
  border-radius: 5px;
  letter-spacing: 0rem;
  border: 1px solid #fff;
  margin-left: 7px;
}
.dtl-btn:hover{
background-color: #ab8a3a;
border: 1px solid #ab8a3a;
color: #fff;
}
.dtl-btn i{
    width: 17px;
  margin: -4px 4px 0 0;
} 
.dtl-btn img{
width: 15px;
margin: -4px 4px 0 0;
}
.list-dtl h2{
font-size: 20px;
font-weight: 500;
color: #fff;
text-transform: capitalize;
line-height: 30px;
}
.list-dtl h2 span{
font-size: 20px;
font-weight: 500;
color: #ab8a3a;
text-transform: u;
}
.list-dtl h3{
font-size: 15px;
font-weight: 300;
color: #fff;
text-transform: capitalize;
margin-bottom: 0px;
}
.list-dtl h3 img{
margin-top: -3px;
}
.list-dtl ul{
margin: 15px 0 0 0;
padding: 0;
}
.list-dtl li{
float: left;
color: #fff;
text-align: left;
list-style: none;
margin: 0;
padding: 0px 16% 0 0;
font-size: 14px;
font-weight: 200;
/* border-right: 1px solid #fff; */
text-transform: uppercase;
position: relative;
}
.list-dtl li::after{
position: absolute;
width: 1px;
background-color: #fff;
height: 17px;
right: 29%;
top: 2px;
display: block;
content: "";
}
.list-dtl li:first-child{
padding-left: 0;
}
.list-dtl li:last-child{
border-right: 0px solid #fff;
padding-right: 0;
}
.list-dtl li:last-child::after{
display: none;
}
.bdr-t{
border-top: 1px solid #777;
margin-top: 10px;
padding-top: 15px;
}
.bdr-r{
border-right: 1px solid #777;
}
.bdr-b{
border-bottom: 1px solid #777;
margin-top: -1%;
}
.mail-box{
border: 1px solid #777;
border-radius: 5px;
padding: 30px;
float: right;
width: 90%;
}
.mail-box p{
font-weight: 300;
font-size: 15px;
}
.mail-btn {
background-color: #B6892C;
color: #fff;
padding: 8px 17px;
font-size: 0.94rem;
text-transform: uppercase;
font-weight: 300;
border-radius: 4px;
transition: ease all 0.2s;
margin-top: 20px;
float: left;
}
.mail-btn:hover {
background-color: #dfb560;
color: #fff;
}
.prp-dtl table, th, td{
border: 0px solid #AA8A39;
padding: 12px 10px;
}
.prp-dtl h2{
font-size: 18px;
  color: #fff;
  font-weight: 500;
  letter-spacing: 0.7px;
}
.prp-dtl h3{
font-size: 16px;
color: #fff;
font-weight: 300;
}
.prp-dtl p{
  font-size: 16px;
  color: #fff;
  font-weight: 200;
  padding-bottom: 20px;
  letter-spacing: 0.6px;
  line-height: 21px;
  width: 100%;
  display: flex;
}
.prp-dtl p span{
float: left;
  width: 30px;
  height: 28px;
  padding-top: 2px; 
  /* margin-bottom: 2%; */
  margin-right: 9px;
  flex-shrink: 0;
}
.prp-dtl img{
  width: 25px;
    margin-right: 0;
    margin-top: -6px;
  border-radius: 0;
  margin-bottom: 4px;
}
select.form-select-brud {
background: unset;
color: #fff;
padding: 7px 5px;
border-radius: 3px;
font-size: 16px;
font-weight: 300;
margin-left: 5px;
}
.mapview{
margin-right: -30%;
margin-top: 50px !important;
}


/* gallery--- */

.magnific-img img {
  width: 100%;
  height: auto;
  border-radius: 5px;
}
.mfp-bottom-bar,*{
}
.magnific-img {
  display: inline-block;
  width: 19.3%;
  margin-bottom: 4px;
}
a.image-popup-vertical-fit {
  cursor: -webkit-zoom-in;
}
.mfp-with-zoom .mfp-container,
.mfp-with-zoom.mfp-bg {
opacity: 0;
-webkit-backface-visibility: hidden;
/* ideally, transition speed should match zoom duration */
-webkit-transition: all 0.3s ease-out;
-moz-transition: all 0.3s ease-out;
-o-transition: all 0.3s ease-out;
transition: all 0.3s ease-out;
}

.mfp-with-zoom.mfp-ready .mfp-container {
  opacity: 1;
}
.mfp-with-zoom.mfp-ready.mfp-bg {
  opacity: 0.98;
}

.mfp-with-zoom.mfp-removing .mfp-container,
.mfp-with-zoom.mfp-removing.mfp-bg {
opacity: 0;
}
.mfp-arrow-left:before {
  border-right: none !important;
}
.mfp-arrow-right:before {
  border-left: none !important;
}
button.mfp-arrow, .mfp-counter {
  opacity: 0 !important;
  transition: opacity 200ms ease-in, opacity 2000ms ease-out;
}
.mfp-container:hover button.mfp-arrow, .mfp-container:hover .mfp-counter{
opacity: 1 !important;
}


/* Magnific Popup CSS */
.mfp-bg {
top: 0;
left: 0;
width: 100%;
height: 100%;
z-index: 1042;
overflow: hidden;
position: fixed;
background: #0b0b0b;
opacity: 0.8; }

.mfp-wrap {
top: 0;
left: 0;
width: 100%;
height: 100%;
z-index: 1043;
position: fixed;
outline: none !important;
-webkit-backface-visibility: hidden; }

.mfp-container {
text-align: center;
position: absolute;
width: 100%;
height: 100%;
left: 0;
top: 0;
padding: 0 8px;
box-sizing: border-box; }

.mfp-container:before {
content: '';
display: inline-block;
height: 100%;
vertical-align: middle; }

.mfp-align-top .mfp-container:before {
display: none; }

.mfp-content {
position: relative;
display: inline-block;
vertical-align: middle;
margin: 0 auto;
text-align: left;
z-index: 1045; }

.mfp-inline-holder .mfp-content,
.mfp-ajax-holder .mfp-content {
width: 100%;
cursor: auto; }

.mfp-ajax-cur {
cursor: progress; }

.mfp-zoom-out-cur, .mfp-zoom-out-cur .mfp-image-holder .mfp-close {
cursor: -moz-zoom-out;
cursor: -webkit-zoom-out;
cursor: zoom-out; }

.mfp-zoom {
cursor: pointer;
cursor: -webkit-zoom-in;
cursor: -moz-zoom-in;
cursor: zoom-in; }

.mfp-auto-cursor .mfp-content {
cursor: auto; }

.mfp-close,
.mfp-arrow,
.mfp-preloader,
.mfp-counter {
-webkit-user-select: none;
-moz-user-select: none;
user-select: none; }

.mfp-loading.mfp-figure {
display: none; }

.mfp-hide {
display: none !important; }

.mfp-preloader {
color: #CCC;
position: absolute;
top: 50%;
width: auto;
text-align: center;
margin-top: -0.8em;
left: 8px;
right: 8px;
z-index: 1044; }
.mfp-preloader a {
  color: #CCC; }
  .mfp-preloader a:hover {
    color: #FFF; }

.mfp-s-ready .mfp-preloader {
display: none; }

.mfp-s-error .mfp-content {
display: none; }

button.mfp-close,
button.mfp-arrow {
overflow: visible;
cursor: pointer;
background: transparent;
border: 0;
-webkit-appearance: none;
display: block;
outline: none;
padding: 0;
z-index: 1046;
box-shadow: none;
touch-action: manipulation; }

button::-moz-focus-inner {
padding: 0;
border: 0; }

.mfp-close {
width: 44px;
height: 44px;
line-height: 44px;
position: absolute;
right: 0;
top: 0;
text-decoration: none;
text-align: center;
opacity: 0.65;
padding: 0 0 18px 10px;
color: #FFF;
font-style: normal;
font-size: 28px;
font-family: Arial, Baskerville, monospace; }
.mfp-close:hover,
.mfp-close:focus {
  opacity: 1; }
.mfp-close:active {
  top: 1px; }

.mfp-close-btn-in .mfp-close {
color: #333; }

.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
color: #FFF;
right: -6px;
text-align: right;
padding-right: 6px;
width: 100%; }

.mfp-counter {
position: absolute;
top: 0;
right: 0;
color: #CCC;
font-size: 12px;
line-height: 18px;
white-space: nowrap; }

.mfp-arrow {
position: absolute;
opacity: 0.65;
margin: 0;
top: 50%;
margin-top: -55px;
padding: 0;
width: 90px;
height: 110px;
-webkit-tap-highlight-color: transparent; }
.mfp-arrow:active {
  margin-top: -54px; }
.mfp-arrow:hover,
.mfp-arrow:focus {
  opacity: 1; }
.mfp-arrow:before,
.mfp-arrow:after {
  content: '';
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  left: 0;
  top: 0;
  margin-top: 35px;
  margin-left: 35px;
  border: medium inset transparent; }
.mfp-arrow:after {
  border-top-width: 13px;
  border-bottom-width: 13px;
  top: 8px; }
.mfp-arrow:before {
  border-top-width: 21px;
  border-bottom-width: 21px;
  opacity: 0.7; }

.mfp-arrow-left {
left: 0; }
.mfp-arrow-left:after {
  border-right: 17px solid #FFF;
  margin-left: 31px; }
.mfp-arrow-left:before {
  margin-left: 25px;
  border-right: 27px solid #3F3F3F; }

.mfp-arrow-right {
right: 0; }
.mfp-arrow-right:after {
  border-left: 17px solid #FFF;
  margin-left: 39px; }
.mfp-arrow-right:before {
  border-left: 27px solid #3F3F3F; }

.mfp-iframe-holder {
padding-top: 40px;
padding-bottom: 40px; }
.mfp-iframe-holder .mfp-content {
  line-height: 0;
  width: 100%;
  max-width: 900px; }
.mfp-iframe-holder .mfp-close {
  top: -40px; }

.mfp-iframe-scaler {
width: 100%;
height: 0;
overflow: hidden;
padding-top: 56.25%; }
.mfp-iframe-scaler iframe {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #000; }

/* Main image in popup */
img.mfp-img {
width: auto;
max-width: 100%;
height: auto;
display: block;
line-height: 0;
box-sizing: border-box;
padding: 40px 0 40px;
margin: 0 auto; }

/* The shadow behind the image */
.mfp-figure {
line-height: 0; }
.mfp-figure:after {
  content: '';
  position: absolute;
  left: 0;
  top: 40px;
  bottom: 40px;
  display: block;
  right: 0;
  width: auto;
  height: auto;
  z-index: -1;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #444; }
.mfp-figure small {
  color: #BDBDBD;
  display: block;
  font-size: 12px;
  line-height: 14px; }
.mfp-figure figure {
  margin: 0; }

.mfp-bottom-bar {
margin-top: -36px;
position: absolute;
top: 100%;
left: 0;
width: 100%;
cursor: auto; }

.mfp-title {
text-align: left;
line-height: 18px;
color: #F3F3F3;
word-wrap: break-word;
padding-right: 36px; }

.mfp-image-holder .mfp-content {
max-width: 100%; }

.mfp-gallery .mfp-image-holder .mfp-figure {
cursor: pointer; }
.modal-backdrop {
  z-index: 9;
}
.bdr-n table, th, td{
  
  border: 0 !important;
}

@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {
/**
     * Remove all paddings around the image on small screen
     */
.mfp-img-mobile .mfp-image-holder {
  padding-left: 0;
  padding-right: 0; }
.mfp-img-mobile img.mfp-img {
  padding: 0; }
.mfp-img-mobile .mfp-figure:after {
  top: 0;
  bottom: 0; }
.mfp-img-mobile .mfp-figure small {
  display: inline;
  margin-left: 5px; }
.mfp-img-mobile .mfp-bottom-bar {
  background: rgba(0, 0, 0, 0.6);
  bottom: 0;
  margin: 0;
  top: auto;
  padding: 3px 5px;
  position: fixed;
  box-sizing: border-box; }
  .mfp-img-mobile .mfp-bottom-bar:empty {
    padding: 0; }
.mfp-img-mobile .mfp-counter {
  right: 5px;
  top: 3px; }
.mfp-img-mobile .mfp-close {
  top: 0;
  right: 0;
  width: 35px;
  height: 35px;
  line-height: 35px;
  background: rgba(0, 0, 0, 0.6);
  position: fixed;
  text-align: center;
  padding: 0; } }

@media all and (max-width: 900px) {
.mfp-arrow {
  -webkit-transform: scale(0.75);
  transform: scale(0.75); }
.mfp-arrow-left {
  -webkit-transform-origin: 0;
  transform-origin: 0; }
.mfp-arrow-right {
  -webkit-transform-origin: 100%;
  transform-origin: 100%; }
.mfp-container {
  padding-left: 6px;
  padding-right: 6px; } 
}
@media all and (max-width: 767px) {
.magnific-img {
  width: 24%;
  margin-bottom: 4px;
}
}

/* END gallery----- */

.gallery {
/* margin-left: 51%; */
}
.sub-ban img {
  width: 100%;
  object-position: center
}

.sub-banpdtl{
  width:100%;
  height: 85vh;
  position: fixed;
  display: inline-block;
  z-index: 0;
  margin-top: -0px;
  text-align: center;
  overflow: hidden;
  
}
.sub-banpdtl .swiper-slide img {
  width: 100%;
  height: 100%;
  /* position:absolute; */
  /* bottom: -10%; */
  /* left: 0%; */
  /* width: 100%; */
  /* object-position: center top; */
  /* height: 135%; */
}
.sub-banpdtl .swiper {
  padding-bottom: 0px !important;
  height: 100%;
}

.ban-main-dtl h1 {
  font-family: 'mango_stylemedium';
  font-size: 50px;
  font-weight: 400;
  line-height: 50px;
  color: #fff;
}
.ban-main-dtl h3 {
  font-family: 'mango_stylemedium';
  font-size: 35px;
  font-weight: 400;
  line-height: 30px;
  color: #fff;
}
.ban-main-dtl p {
  /* font-family: 'mango_stylemedium'; */
  font-size: 16px;
  font-weight: 300;
  line-height: 25px;
  color: #fff;
}

.ban-main-dtl{
  position: relative;
  height:76vh;
  padding: 0;
  width: 100%;
  }
.ban-main-dtl::before{
      position: absolute;
      width: 100%;
      height: 100%;
      content: "";
      display: block;
      background: url(../images/ban-bg.png) repeat-x top left;
      opacity: 1.40;
      z-index:0;
      /* display: none; */
  }
.ban-main-dtl::after{
      position: absolute;
      width: 100%;
      height: 100%;
      content: "";
      display: block;
      background: url(../images/gadient-bg.png) repeat-x bottom left;
      opacity: 1;
      z-index: -1;
      bottom: -1px;
      display: none;
  }
  .hgt-45-dtl{
    height:45vh !important;
}
.project-listing {
    margin-top: 40px;
    margin-bottom: 30px;
}
.project-listing .card {
  height: auto !important;
}
.nav-outside .swiper-wrapper{
  margin: 100px 0;
}
.gal{
  margin-top: -101px;
}

.gal .swiper-slide{
  height: auto;
}

.gal .swiper-button-prev {
  position: absolute;
  top: 45% !important;
  left: 10% !important;
  right: unset !important;
  z-index: 99999 !important;
  background: url(../images/icon/lft-arrow-big.svg) no-repeat center !important;
  background-size: 70% !important;
    /* background-color: #a7842fa6 !important; */
    width: 70px !important;
    height: 40px !important;
    text-align: center;
    padding: 6px;
    border-radius: 10%;
}
.gal .swiper-button-prev:hover {
  background-color: #d3ae508a !important;
}
.gal .swiper-button-next {
  position: absolute;
  top:45% !important;
  right: 10% !important;
  left: unset !important;
  z-index: 99999 !important;
  background: url(../images/icon/right-arrow-big.svg) no-repeat center !important;
  background-size: 70% !important;
    /* background-color: #a7842fa6 !important; */
    width: 70px !important;
    height: 40px !important;
    text-align: center;
    padding: 6px;
    border-radius: 10%;
}
.gal .swiper-button-next:hover {
  background-color: #d3ae508a !important;
}
.gal .swiper-pagination{
  display: none;
}



.amneti{}
.amneti ul{
  margin: 0;
  padding: 0;
}
.amneti li{
  width: 33%;
  font-size: 1.2rem;
  margin: 0;
  padding: 0 0 20px 0px;
  line-height:30px;
  float: left;
  color: #fff;
  font-weight: 200;
  list-style: circle;
}


.gal .mySwiper .swiper-slide {
  width: 100%;
  opacity: 0.2;              /* faded by default */
  transform: scale(0.9);     /* slightly smaller */
  transition: all 0.5s ease;
}

.gal .mySwiper .swiper-slide-active {
  opacity: 1;                /* full opacity */
  transform: scale(1);       /* bigger spotlight */
  z-index: 2;
  left: 8%;
}
.gal .mySwiper .swiper-slide img{
  width: 100%;
  left: unset;
  height: 85vh;
}

.gal .mySwiper .swiper-slide-prev,
.gal .mySwiper .swiper-slide-next {
  opacity: 0.5;              /* a little brighter than background */
  transform: scale(0.98);
  left: 8%;
}

.gal .mySwiper {
  display: flex;
  justify-content: center;
}

.gal .mySwiper .swiper-wrapper {
  align-items: center;
}
.gal .mySwiper .swiper-slide-custom {
  width: 70% !important;
}


.brud-dtl{
  width: 100%;
  position: relative;
  z-index: 999999 !important;
  /* top: -9%; */
  /* background: #0c0d0d; */
}

.border-top-1{
  border-top: 1px solid #454444;
} 

.gal .slider-container {
  height: 740px;
  /* border-bottom: 3px solid #f00; */
}
.gal .slick-slider{
  height: 100% !important;
}
.gal .slick-list {
  height: 100% !important;
}
.gal .slick-slide{
  height: 100% !important;
}
.gal .slick-slide img {
  width: 100%;
  height: 100% !important;
}
.slick-prev, .slick-next {
  background: #0000005c !important;
  width: auto !important;
  height: auto !important;
  padding: 2px 7px !important;
  border-radius: 5px;
  top: 44% !important;
}
.slick-prev {
  left: 1% !important;
}
.slick-next {
  right: 1% !important;
}
.slick-prev:before{
  background: url(../images/icon/lft-arrow-big.svg) no-repeat center !important;
  background-color: #f00;
  width: 50px;
  height: 30px;
  content: "" !important;
  display: block;
}
.slick-next::before{
  display: none;
}
.slick-next::after{
  background: url(../images/icon/right-arrow-big.svg) no-repeat center !important;
  background-color: #f00;
  width: 50px;
  height: 30px;
  content: "" !important;
  display: block;
}
.slick-dots li button:before{
  font-size: 16px;
  color: #a48537;
}