
* {
  padding: 0;
  margin: 0 auto;
}




@font-face {
  font-family: 'Gotham-Light';
  src: url('../fonts/Gotham-Light.eot');
  src: url('../fonts/Gotham-Light.eot?#iefix') format('embedded-opentype'),
       url('../fonts/Gotham-Light.svg#Gotham-Light') format('svg'),
       url('../fonts/Gotham-Light.ttf') format('truetype'),
       url('../fonts/Gotham-Light.woff') format('woff'),
       url('../fonts/Gotham-Light.woff2') format('woff2');
  font-weight: normal;
  font-style: normal;
  font-display: swap;   
    
}

@font-face {
  font-family: 'Gotham-Book';
  src: url('../fonts/Gotham-Book.svg#Gotham-Book') format('svg'),
       url('../fonts/Gotham-Book.ttf') format('truetype'),
       url('../fonts/Gotham-Book.woff') format('woff');
  font-weight: normal;
  font-style: normal;
  font-display: swap;   
    
}

@font-face {
  font-family: 'GothamBook_0';
  src: url('../fonts/GothamBook_0.eot');
  src: url('../fonts/GothamBook_0.eot?#iefix') format('embedded-opentype'),
       url('../fonts/GothamBook_0.woff2') format('woff2');
  font-weight: normal;
  font-style: normal;
  font-display: swap;   
    
}

@font-face {
  font-family: 'Montserrat-Bold';
  src: url('../fonts/Montserrat-Bold.eot');
  src: url('../fonts/Montserrat-Bold.eot?#iefix') format('embedded-opentype'),
       url('../fonts/Montserrat-Bold.svg#Montserrat-Bold') format('svg'),
       url('../fonts/Montserrat-Bold.ttf') format('truetype'),
       url('../fonts/Montserrat-Bold.woff') format('woff'),
       url('../fonts/Montserrat-Bold.woff2') format('woff2');
  font-weight: normal;
  font-style: normal;
  font-display: swap;   
    
}



.cnt,.cnt2,.cnt3{margin-left:0}

a:hover,
a:focus,
a:focus-visible {
  text-decoration: none;
  outline: none;
}
.error{color:red;width: 100%;text-align: left;margin:0;padding:0}
.form-control:focus{background-color:transparent;outline:0;box-shadow:none}

button:focus{outline:none;}

body {
  font-family: 'Gotham-Book';
  font-size:14px;
  color:#000;
 line-height: 25px;
 padding:0 !important;

}
.modal-open{overflow:auto;}
h1,
h2,
h3,
h4,
h5,
h6 {
  
 
}

img{
    max-width: 100%;
}

a {
    color: #9a6954;
}

.heading{font-family: 'Gotham-Light';font-size:58px;color:#b48e79;margin-bottom:50px;}
.headingcomp{font-family: 'Gotham-Light';font-size:40px;color:#b48e79;margin-bottom:20px;}
.headingcompsub{font-family: 'Gotham-Light';font-size:30px;color:#b48e79;margin-bottom:20px;}

nav {
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  z-index: 999;
  border-bottom: solid 1px #e0dede99;
  -webkit-transition: all ease-in-out 0.5s;
  transition: all ease-in-out 0.5s;
}

nav.fixed{
    background: #000;
   
}

nav .top_head {
  padding: 10px 0 18px;
  margin-bottom: 0;
  position: relative;
  z-index: 9999;
  width: 100%;
}

nav .top_head ul {
  list-style: none;
  text-align: right;
  margin-bottom: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

nav .top_head ul li {
  position: relative;
  display: inline-block;
  margin-left: 75px;
  margin-right: 0;
}


nav .bottom_line ul.navbar-nav li a:after {
  content: '';
  position: absolute;
  background: #b48e79;
  bottom: -2px;
  left: 0;
  height: 2px;
  width: 0%;
  -webkit-transition: all ease-in-out 0.3s;
  transition: all ease-in-out 0.3s;
}

nav .bottom_line ul.navbar-nav li a:hover::after {
  width: 100%;
  left: 0;
}

nav .bottom_line {
  width: 100%;
  -webkit-transition: all ease-in-out 0.3s;
  transition: all ease-in-out 0.3s;
  padding: 5px 0;
  float: left;
  flex-wrap: wrap;
}



nav .bottom_line ul.navbar-nav {
}

nav .bottom_line ul.navbar-nav li {
  position:relative;
  margin-left: 20px;
}

nav .bottom_line ul.navbar-nav li:last-child a:after{display:none;}


nav .bottom_line ul.navbar-nav li a {
  font-size: 13px;
  /*color: #fff !important;*/
  padding:0 0px;
  font-family: 'Gotham-Light';
  text-transform: uppercase;
  position: relative;
  padding-right: 0 !important;
  padding-left: 0 !important;
  letter-spacing:1px;
  -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

nav .bottom_line ul.navbar-nav li a:hover{
    color:#b48e79
}

nav .bottom_line ul.navbar-nav  .nav-link{color:#fff;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    
}

nav .bottom_line ul.navbar-nav  .nav-link:hover{
    color:#fff;
    /*font-weight:600;
    transform:scale(1.1);*/
}

.navbar-light .navbar-nav .nav-link:focus{color:#fff}


.whitebg {
  background: #f4f4f2;
  position: absolute;
  top: 93px;
  bottom: 0;
  right: 0;
  left: 0;
  z-index: -1;
  height: 357px;
  -webkit-transition: all ease-in-out 0.5s;
  transition: all ease-in-out 0.5s;
  opacity: 0;
  visibility: hidden;
}

.navigation_blacks .whitebg {
  opacity: 1;
  visibility: visible;
}

.navbar-brand img {
  max-width: 170px;
}



.navbar-nav img{
    width:10px;
    margin-right:15px;
}
.cp-logo img {
    max-width: 150px;
}

.banner .circle{
    width:70px;
    height:70px;
    border-radius:100%;
    border:1px solid #ffffff69;
    position: absolute;
    bottom: 50px;
    text-align:center;
    line-height:62px;
    -webkit-transition: all 0.8s ease-in-out;
    -o-transition: all 0.8s ease-in-out;
    transition: all 0.8s ease-in-out;
    
    z-index:3;

    
}

.banner .circle:hover{background:linear-gradient(45deg, #d8a175, #9a6954);}

.circle-ani{animation: bounce2 2000ms infinite cubic-bezier(0.445, 0.05, 0.55, 0.95);}

@keyframes bounce2 {
50% {
    transform: translateY(-6px);
  }

}



.loading:after {
  display: inline-block;
  animation: dotty steps(1,end) 2s infinite;
  content: '';
  
    
}

.loading{
    font-size: 30px;
    letter-spacing: -2px;
    color: #c58f6b;
    position: absolute;
    left: 9px;
    top: -12px;
    }

@keyframes dotty {
  0%   { content: ''; }
  25%  { content: '.'; }
  50%  { content: '..'; }
  75%  { content: '...'; }
  100% { content: ''; }
}

.banner .circle img{
    width:14px;
    height: 28px;
    
    
} 



.banner {
  height: 100vh;
  overflow: hidden;
  position: relative;
}

.banner .overlay {z-index:2;}

.overlay {
    background: #00000066;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}

.banner .container {
    position: absolute;
    right: 0;
    left: 0;
    bottom: 0;
    top: 0;
}

.banner .container .caption {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 100%;
    max-width:490px;
    margin-left:0;
    color:#fff;
    position:relative;
    z-index:3;
    
    
}

.banner .container .caption>div{
    margin:0;
    padding:15px 0 20px;
    border-top:1px solid #c4c2c2;
    border-bottom:1px solid #c4c2c2;
    text-align:center;
}

.banner .container .caption h4{
    font-size: 50px;
    line-height:normal;
    font-family: 'Gotham-Light';
}

.banner .container .caption h5{
    font-size: 20px;
    margin: 15px 0;
}
.banner .container .caption span{
    background: linear-gradient(45deg, #d8a175, #8b5e4c9e);
    border: 1px solid #c4c2c2;
    font-size: 21px;
    text-align: center;
    border-radius: 0 10px;
    margin: 15px 0 0;
    display: block;
    font-family: 'Gotham-Light';
    padding: 10px;
    line-height: 1;
}

.banner .container .caption p{
    font-family: 'Gotham-Light';
    font-size: 14px;
    letter-spacing:4px;
    color: #fff;
    margin-bottom:0px;
}

.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0,0,0,0);
    border: 0;
}

.progress-box{
    
    position: absolute;
    right: 143px;
    bottom:38px;
    display: flex;
    align-items: center;
    color: #fff;
    z-index:99;
    width:200px;

}

.progress {
    display: block;
    width:140px;
    height: 1px;
    overflow: hidden;
    background-color: #f8f6f66e;
    background-image: -webkit-gradient(linear,left top,right top,from(black),to(black));
    background-image: -o-linear-gradient(left,#fff,#fff);
    background-image: linear-gradient(to right,#fff,#fff);
    background-repeat: no-repeat;
    background-size: 0 100%;
    -webkit-transition: background-size .4s ease-in-out;
    -o-transition: background-size .4s ease-in-out;
    transition: background-size .4s ease-in-out;
    margin:0 15px;
    position:relative;
}

.slider__label{
    position:relative;
    
}

.slider__label{
    content:'';
    background:#fff;
    top:0;
    bottom:0;
    width:33.333%;
    height:1px;
    position:absolute;
    z-index:99;
}

.progress-thumb{
    position:relative;
}
.next{
   width: auto;
    position: absolute;
    bottom:38px;
    /*right:6%;*/
    right:130px;
    color: #fff;
    font-size: 16px;
    z-index:9;
    cursor:pointer;
}
.prev{
    width: auto;
    position: absolute;
    bottom:38px;
    right:350px;
    color: #fff;
    font-size: 16px;
    z-index:9;
    cursor:pointer;
}

.enqu-btn{
    background: linear-gradient(45deg, #d8a175, #9a6954);
    /*background:#f7eeeb;*/
    text-transform:uppercase;
    padding:10px 20px;
    font-size:13px;
    font-family: 'Montserrat-Bold';
    letter-spacing: 3px;
    color:#fff;
    border-radius:0 13px;
    text-align:center;
    display: inline-block;
    outline:none;
    transition:all .3s ease-in-out;
    transform:rotate(270deg);
    position:fixed;
    right:-67px;
    top:50%;
    z-index:99;
    
    
}

.enqu-btn:hover{background: #000;color:#fff;}

.capstext{
    
color:#000;
    
margin-bottom:20px;
    
display: block;
    
letter-spacing: 2px;
    
font-size:13px;
    
text-transform: uppercase;
}


.bg-grey{background:#f4ede6;}

.pd100{padding:100px;}

.mt-30{margin-top:28px;}

.icon-slider{
    padding-right:31px;
    margin-right:1px;
}
.icon-thumnail li{
    /*border-bottom: 1px solid #b48e79;
    border-radius:0 6px;*/
    margin-bottom:30px;
    font-size: 13px;
    color: #000;
    display:flex;
    align-items:center;
    line-height:18px;
    position:relative;
    
}

.icon-slider li span img{width:30px;height:30px}
.icon-thumnail li:last-child{margin-bottom:0;}

/*.line_animation {transition: transform 4s cubic-bezier(.23, 1, .32, 1) !important;}*/
.line_animation {
    
    border-bottom: solid 1px #b48e79;
    display: block;
    transform: scaleX(0) translateZ(0);
    transform-origin: 0 50%;
    height: 1px;
    transition: transform 4s cubic-bezier(.23, 1, .32, 1);
    will-change: transform;
    position: absolute;
    bottom:0px;
    right: 0;
    left: 0;
    height: 5px;
    border-radius:0 5px;
    overflow: hidden;
}

.line_animation.wow.animated {
    transform: scaleX(1) translateZ(0)
}

/*.icon-thumnail ul li:first-child .line_animation.wow.animated {
    transition-delay: .40s
}

.icon-thumnail ul li:nth-child(2) .line_animation.wow.animated {
    transition-delay: 7s
}

.icon-thumnail ul li:nth-child(3) .line_animation.wow.animated {
    transition-delay: 8s
}

.icon-thumnail ul li:nth-child(4) .line_animation.wow.animated {
    transition-delay: 9s
}

.icon-thumnail ul li:nth-child(5) .line_animation.wow.animated {
    transition-delay: 10s
}

.icon-thumnail ul li:nth-child(6) .line_animation.wow.animated {
    transition-delay: 11s
}
*/


.icon-thumnail li span{
    width: 60px;
    height: 40px;
    padding: 4px;
    display: inline-block;
    /*border: 1px solid #b48e79;*/
    border-radius: 0 5px;
    /*margin-bottom: -1px !important;*/
    margin: 0 15px 0 0;
    text-align: center;
    position:relative;
    overflow: hidden;

}

 .icon-thumnail li span:after {
  content: "";
  position: absolute;
  bottom:0;
  padding-right:0px;
  left:0;
  width: 100%;
  height: 100%;
  border-bottom: 1px solid #b48e79;
  border-right: 1px solid #b48e79;
  border-radius: 0 5px 0;
  transition: transform 2s cubic-bezier(.23, 1, .32, 1);

}

.icon-thumnail li span:before {
  content: "";
  position: absolute;
  top:0px;
  right:0px;
  padding-left:0px;
  width: 100%;
  height: 100%;
  border-top: 1px solid #b48e79;
  border-left: 1px solid #b48e79;
  border-radius: 0 5px;
  transition: transform 2s cubic-bezier(.23, 1, .32, 1);
}

.icon-thumnail li span.wow.animated:before {
  animation: bottomright 2s ease-in-out forwards;
}

.icon-thumnail li span.wow.animated:after {
  animation: topleft 2s ease-in-out forwards;
}



.icon-thumnail li:first-child span.wow.animated {
    transition-delay: .40s
}

.icon-thumnail li:nth-child(2) span.wow.animated {
    transition-delay: .45s
}

.icon-thumnail li:nth-child(3) span.wow.animated {
    transition-delay: .50s
}

.icon-thumnail li:nth-child(4) span.wow.animated {
    transition-delay: .55s
}

.icon-thumnail li:nth-child(5) span.wow.animated {
    transition-delay: .60s
}

.icon-thumnail li:nth-child(6) span.wow.animated {
    transition-delay: .65s
}



@keyframes topleft {
  0% {
    width: 0;
    height: 0;
    padding-top: 0;
    visibility: visible;
  }
  25% {
    width: 100%;
    height: 0;
    padding-top: 0;
    visibility: visible;
  }
  50% {
    height: 100%;
    width: 100%;
    visibility: visible;
  }
  75% {
    visibility: visible;
  }
  100% {
    visibility: visible;
  }
}

@keyframes bottomright {
  0% {
    width: 0;
    height: 0;
    padding-bottom: 0;
    visibility: hidden;
  }
  25% {
    width: 0;
    height: 0;
    padding-bottom: 0;
    visibility: hidden;
  }
  50% {
    width: 0;
    height: 0;
    padding-bottom: 0;
    visibility: hidden;
  }
  75% {
    width: 100%;
    height: 0;
    padding-bottom: 0;
    visibility: visible;
  }
  100% {
    width: 100%;
    height: 100%;
    opacity: 1;
    visibility: visible;
  }
}





.line{
    width:90%;
    margin-left: 0;
    background: #e2dedc;
    height:1px;
    margin-top: 8px;
    position:relative;
}

.line_animation2 {
    z-index:9;
    border-bottom: solid 1px #b48e79;;
    display: block;
    transform: scaleX(0) translateZ(0);
    transform-origin: 0 50%;
    height: 1px;
    transition: transform 1s cubic-bezier(.23, 1, .32, 1);
    will-change: transform;
    position: absolute;
    bottom:0px;
    right: 0;
    left: 0;
    height: 5px;
    
}

.line_animation2.wow.animated {
    transform: scaleX(1) translateZ(0)
}


.line span:first-child .line_animation2.wow.animated {
    transition-delay: .40s
}

.relative2{
    position:relative;
    margin-right: 15px;

}
.relative{
    position:relative;
    

}
a.enlarge{
    position: absolute;
    bottom: 50px;
    left: 70px;
    font-size:14px;
    color:#000;
    border-bottom:1px solid #b48e79;
    }


.video-thumb {
    position:relative;
    margin-top:30px;
}
.video-thumb img{
    height:auto;
    object-fit: cover;
        width: 100%;
}

.video-thumb span{
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}


.ply-btn{
    border:1px solid #fff;
    padding: 40px;
    border-radius: 50%;
    color: #fff;
    font-size: 24px !important;
    width: 80px;
    height: 80px;
    line-height: 10px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex !important;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    cursor: pointer;
    -webkit-transition: all ease-in-out .5s;
    transition: all ease-in-out .5s;
    }

.video-thumb:hover .ply-btn{
    background: #fff;
    color: #10100f;
}

.ecosystem p{margin-bottom:20px;}
.ecosystem p:last-child{margin-bottom:0px;}


/* .icon-part{
    margin:200px 0 100px;
} */



.icon-part li{
    
    border-radius:0 6px;
    margin-bottom:30px;
    font-size: 13px;
    color: #000;
    display:flex;
    align-items:center;
    line-height:18px;
    position:relative;
}



.icon-part li span:after {
  content: "";
  position: absolute;
  bottom:0;
  padding-right:0px;
  left:0;
  width: 100%;
  height: 100%;
  border-bottom: 1px solid #b48e79;
  border-right: 1px solid #b48e79;
  border-radius: 0 5px 0;
  transition: transform 2s cubic-bezier(.23, 1, .32, 1);

}

.icon-part li span:before {
  content: "";
  position: absolute;
  top:0px;
  right:0px;
  padding-left:0px;
  width: 100%;
  height: 100%;
  border-top: 1px solid #b48e79;
  border-left: 1px solid #b48e79;
  border-radius: 0 5px;
  transition: transform 2s cubic-bezier(.23, 1, .32, 1);
}

.icon-part li span.wow.animated:before {
  animation: bottomright 2s ease-in-out forwards;
}

.icon-part li span.wow.animated:after {
  animation: topleft 2s ease-in-out forwards;
}

.icon-part li:first-child span.wow.animated {
    transition-delay: .40s
}

.icon-part li:nth-child(2) span.wow.animated {
    transition-delay: .45s
}

.icon-part li:nth-child(3) span.wow.animated {
    transition-delay: .50s
}

.icon-part li:nth-child(4) span.wow.animated {
    transition-delay: .55s
}

.icon-part li:nth-child(5) span.wow.animated {
    transition-delay: .60s
}

.icon-part li:nth-child(6) span.wow.animated {
    transition-delay: .65s
}


.icon-part li:last-child{margin-bottom:0;}

.line_animation3 {
    z-index:9;
    border-bottom: 1px solid #b48e79;
    display: block;
    transform: scaleX(0) translateZ(0);
    transform-origin: 0 50%;
    height: 1px;
    transition: transform 1s cubic-bezier(.23, 1, .32, 1);
    will-change: transform;
    position: absolute;
    bottom: -1px;
    right: 0;
    left: 0;
    height: 5px;
    border-radius:0 5px;
}

.line_animation3.wow.animated {
    transform: scaleX(1) translateZ(0)
}



.icon-part li:first-child .line_animation3.wow.animated {
    transition-delay: .40s
}

.icon-part li:nth-child(2) .line_animation3.wow.animated {
    transition-delay: .45s
}

.icon-part li:nth-child(3) .line_animation3.wow.animated {
    transition-delay: .50s
}

.icon-part li:nth-child(4) .line_animation3.wow.animated {
    transition-delay: .55s
}

/*.icon-thumnail ul li:nth-child(5) .line_animation3.wow.animated {
    transition-delay: .60s
}*/

/*.icon-part li:after{
    content: '';
    position: absolute;
    right: 0;
    border: 0;
    width: 0%;
    background: #000;
    height: 1px;
    bottom:-1px;
    transition: all ease-in-out .5s;
    }
    
   
 .icon-part li:hover:after{   
    width:100%;left:0;
 }

*/
.icon-part li span{
    width: 60px;
    height: 45px;
    padding:4px;
    display: inline-block;
    margin:0 15px 0 0;
    border-radius: 0 5px;
    text-align:center;
    position:relative;
    overflow: hidden;

}

.loacation-ad .heading{margin-bottom:20px;}
.loacation-ad .icon-part{margin-right:30px;}

.ecosystem img{margin:60px 0;}
.ecosystem .icon-part{margin:0;}
.plots .icon-part{margin:0;}
.plots p{margin-bottom:60px;}
.plots .icon-part li span {
    width: 60px;
    height: 40px;
}
.plots .icon-part li span img{
    width:30px;
    height:30px
}

.enclave-btn{
    border:1px solid #b48e79;
    cursor:pointer;
    /*border: linear-gradient(45deg, #d8a175, #9a6954);*/
    text-transform:uppercase;
    padding:12px 30px;
    font-size:15px;
    font-family: 'Montserrat-Bold';
    letter-spacing: 3px;
    color:#b48e79;
    border-radius:0 13px;
    text-align:center;
    margin-top:50px;
    display: inline-block;
    outline:none;
    transition:all .3s ease-in-out;
    background:transparent;
    
}

.enclave-btn:hover{
    background: linear-gradient(45deg, #d8a175, #9a6954);
    color:#fff;
}

a:hover.enclave-btn{color:#fff;}

.video-dialog{max-width:93%;}


#myModal2 .modal-body{
    padding:0px 150px;
    background: #000
    
}

.video_pop{padding-right:0 !important;}

.video-dialog .modal-content{
  background:none;
  border:0;
  width:100%;
  border-radius:0;
  padding:0;
}

video{
    width:100%;
}

.popup-box .form  .form-group{margin-bottom:16px;}

.popup-box  h6{
    font-family: 'Gotham-Light';
    font-size: 21px;
    margin-bottom: 15px;
    color:#b48e79;
}
.modal-body{padding:30px;}


 .modal-body .enclave-btn {
    padding: 10px 20px;
    font-size: 14px;
    display:block;
    margin:20px auto 0;

}

.modal-dialog{
    display: flex;
    align-items: center;
    height: 100vh;
    margin: 0 auto;
    right: 0;
    left: 0;

}

.modal-header{
    position: absolute;
    z-index:99;
    right: -14px;
    top:-10px;
    border: 0;
    padding:0;
    background: #90665c;
    border-radius: 100%;
    text-align: center;
    display: block;
    color: #fff;
    box-shadow: none;
    width:30px;
    height:30px;
}

.close{
    color: #fff !important;
    opacity: 1 !important;
    text-align: center;
    padding: 1px 8px !important;
    /*display:flex;
    align-items:center;
    justify-content:center;*/
    font-weight:100;
    margin: 0 !important;
   /* width: 30px;
    height: 30px;*/
}

.close:focus, .close:hover{opacity:1 !important;color:#fff !important;box-shadow:none !important;}
.form  .form-control{
    border-bottom: 1px solid #b48e79 !important;
    color: #000;
    height:auto !important;
    padding: 10px 0;
    border-radius: 0;
    border: none;
    font-size: 14px;
    resize: none;
    background: transparent;
}

.form-group{
    margin-bottom:40px;
}



.form  .form-control::-webkit-input-placeholder { 
  color: #000;
}

.form  .form-control::-moz-placeholder { 
  color:#000;
}
.form  .form-control:-ms-input-placeholder { 
  color:#000;
}
.form  .form-control:-moz-placeholder { 
  color:#000;
}

.customcon2 {
    position: relative;
}

.customcon2:after{
    content: '\f107';
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    position: absolute;
    top: 50%;
    right: 5px;
    color: #212121;
    font-size: 15px;
    transform: translateY(-50%);
}

.form .enclave-btn{
    margin-top:20px;
}


.map{
    padding-bottom:100px;
}

.map iframe{
    height:450px;
    width:100%;
}




.footer{
    padding:50px 0;
    background:#000;
}

.ft-logo{
    width:220px;
    margin:0;
}

.ft-logo2{
    width:180px;
    margin-right:0;
    float:right;
}

.middle-ft{
    /* border-top: 1px solid #727171; */
    margin: 0 0 50px;
    padding: 0 0 60px;
    border-bottom: 1px solid #727171;
}

.middle-ft p{
    color:#fff;
    margin:0;
    font-size:12.7px;
    opacity:0.8;
}
.middle-ft p a {
    color: #fff;
}

.middle-ft h5 {
    color: #fff;
}

.pb40{
    padding-bottom:20px;
}

.harera{
    /*border-bottom:1px solid #b48e79 !important;*/
    border-bottom:1px solid #727171;
    padding-top:20px;
    position:relative;
}

.harera:after {
  content: '';
  position: absolute;
  background: #b48e79;
  bottom:-1px;
  left: 0;
  height:1px;
  width: 0%;
  -webkit-transition: all ease-in-out 0.3s;
  transition: all ease-in-out 0.3s;
}

.harera:hover::after {
  width: 100%;
  left: 0;
}




.middle-ft .line_animation2{bottom:-1px;}

.middle-ft ul{
    list-style:none;
    margin:0;
    text-align:right;
}
.ft-nav ul li{
    display: inline-block;
    margin-left:40px;

}
.ft-nav ul li a{
    
    font-size: 13px;
    color: #fff;
    margin-bottom: 15px;
    padding-bottom:5px;
    text-align: right;
    -webkit-transition: all ease-in-out 0.5s;
    transition: all ease-in-out 0.5s;
    opacity:0.8;
    font-family: 'Gotham-Light';
    position:relative;
    
}

.ft-nav ul li a:after {
  content: '';
  position: absolute;
  background: #b48e79;
  bottom: -2px;
  left: 0;
  height: 2px;
  width: 0%;
  -webkit-transition: all ease-in-out 0.3s;
  transition: all ease-in-out 0.3s;
}

.ft-nav ul li a:hover::after {
  width: 100%;
  left: 0;
}





/*.ft-nav ul li a:hover{
    color:#b48e79
}*/


.ft-nav ul li a a:hover{
    color:#b48e79;
}

.disclaimer-dis p{
    margin:0;
    font-size:11px;
    color:#6d6c6c;
    
    line-height:15px;
}

.disclaimer-dis span{
    display:block;
    font-size:13px;
    margin:15px 0;
    color:#6d6c6c;
    
}

.copy-right{
    color: #e3e2e2;
    background: linear-gradient(45deg, #d8a175, #a26f58);
    text-align: center;
    padding: 5px 0;
    width: 100%;
    font-size: 11px
}
.copy-right a{
    color: #e3e2e2;
}
.headertop{ width:100%; height:80px; display:flex; align-items:center; justify-content:flex-start; background:#000;}
.fixed{position:fixed; top:0; left:0;}
.dlf-logo {
    width: 220px;
    padding: 0;
    margin:0;
}
.pd-top {padding: 100px 0;}
.enlarge2{display:none;}
.pd-top table{margin-bottom: 3rem;}
.pd-top table tr th,.pd-top table tr td{display:table-cell; vertical-align:middle;}
.pd-top table tr th {
    background: #bf8a68;
    color: #fff;
    text-align: center;
    padding: 13px 0;
}
.copy {
    color: #fff;
    font-size: 12px;
    line-height: 1.5;
    letter-spacing: 1px;
}
.copy a {
    color: #fff;
    text-decoration: none;
}

@media(min-width:1440px) and (max-width:1920px){
    
    
    .icon-slider {
    padding-right: 32px;
    
}

.icon-slider .icon-thumnail ul{margin-top:1px;}
.ecosystem .icon-part ul{margin-bottom:0;}
    .progress-box {
    
    right: 150px;
    }
    
    .prev {
    /*right: 22.5%;*/
    right:325px;
    }
}

@media(max-width:991px){
    
.navbar-expand-lg>.container, .navbar-expand-lg>.container-fluid {
    padding-right: 15px;
    padding-left: 15px;
}    
   .navbar-light .navbar-toggler-icon {
    background: url(../images/toggle.svg) no-repeat!important;
} 
 

.navbar-toggler-icon.cross {
    background: url(../images/cross.svg) no-repeat !important;
    background-size: 60% !important;
    background-position: center !important;
}



.navbar-toggler:not(:disabled):not(.disabled) {
    cursor: pointer;
    outline: none;
    border-color: rgb(255 255 255 / 0%);
    padding: 0;
}
    .top_head {
    display: none;
}

.navbar-light .navbar-brand {
    margin-top: 0;
}

nav .bottom_line{margin-top:0;padding: 0;}


nav {
    background: #000;
    padding: 13px 15px;
}

nav .bottom_line ul.navbar-nav li a {
    padding: 10px 0;
}

ul.navbar-nav {
    height:auto;
    margin-top:30px;
}

nav .bottom_line ul.navbar-nav li {
    position: relative;
    margin-left: 0;
}

nav .bottom_line ul.navbar-nav li a:after {display:none}

.navbar-brand {
    margin: 0;
}

.logowhite{}
.logoblack{display:block;}


.pd100,.pd-top  {
    padding:70px 0;
}

.banner .container .caption{
    max-width:400px;
}

.banner .container .caption h4{font-size:50px;}
.banner .container .caption span{font-size:20px;}
.banner .container .caption h5 {
    font-size: 27px;
}

.banner .circle{display:none;}
.progress-box {
    right: 60px;
}

.next{right:45px;}
.prev{right:275px;}

.heading{font-size:35px;margin-bottom: 40px;}

 .loacation-ad .icon-part{margin:30px 0 0;} 
 
 .loacation-ad{padding-bottom:70px !important}
 
 .map{padding-bottom:65px}
 
 .map iframe {
    height: 300px;
 } 
 
 .ft-logo2 {
    width: 180px;
 }
 
 .ft-logo2 {
    width: 130px;
 }
 
 a.enlarge{
    
    bottom:50px;
    left:30px;
    
    }
    
a.enlarge2{
    display:block;
    position: absolute;
    bottom:50px;
    left:15px;
    font-size: 14px;
    color: #000;
    border-bottom:1px solid #b48e79;
    
}

.ecosystem img {
    margin: 60px 0 100px;
}

.cnt{width:161px;}
.cnt2{width:138px;}
.cnt3{width:164px;} 

#myModal2 .modal-body {
    padding:20px  60px;
}

}
@media(max-width:767px){
    .headingcomp{font-size:30px;}
    .headingcompsub{ font-size:25px;}
}

@media(max-width:560px){
    .pd-top { padding:50px 0;}
    .navbar-expand-lg>.container, .navbar-expand-lg>.container-fluid {
    padding-right:0px;
    padding-left:0px;
        
}
    
.cnt{width:270px;}
.cnt2,.cnt3{width: auto;
    margin: 0;}     

.banner .container .caption{
    /*margin-top:100px;*/    
    z-index: 3;
    position: relative;
}
.overlay{z-index:2;}
.mb-banner1{
    background: url(../images/Mobile-Banner-1.webp) no-repeat !important;
    background-size:cover !important;
    background-position:center center !important;
}

.mb-banner2{
    background: url(../images/Mobile-Banner-2.webp) no-repeat !important;
    background-size:cover !important;
    background-position:center center !important;
}


.mb-banner3{
    background: url(../images/Mobile-Banner-3.webp) no-repeat !important;
    background-size:cover !important;
    background-position:center center !important;
}

.banner .container .caption>div{margin:auto;}
.banner .container .caption h4{font-size:35px;}
.banner .container .caption span{font-size:18px;}
.banner .container .caption h5 {
    font-size:20px;
}

.progress {
    z-index:999;
    width: 222px;
}

.icon-slider {
    
    padding: 0 1px;
}

.video-dialog {
    max-width: 90%;
}

.ecosystem .heading br{display:none;}

.icon-slider{padding-right:4px;}

.line {width:100%;margin-bottom:30px;margin-top:0;}
.plots .icon-part li:last-child{margin-bottom:30px;}

.ecosystem .icon-part li, .loacation-ad .icon-part li, .ecosystem .icon-part li{margin-bottom:30px}
.modal-dialog{width:90%;}
.progress-box{right:70px; bottom:40px; width:64%;}
.prev{right:85%;z-index:99;} 
.next{z-index:99; right:50px;}
.next i,.prev i{ font-size:25px;}
.progress-box span{font-size:15px;}
.footer .col-md-6{width:50%;}
.middle-ft .col-md-6{width:100%;}
.ft-logo {
    width: 160px;
}

.ft-logo2 {
    width: 120px;
}

.ft-nav ul li {
    display: inline-block;
    margin-left: 0px;
    margin-right: 10px;
}

.middle-ft ul{
    text-align:left;
}

a.enlarge{
    
    bottom:0px;
    left:30px;
    
    }

.pb40{padding-top:40px;}

#myModal2 .modal-body {
    padding:5px 18px 0;
    
}

.middle-ft{/* padding:40px 0; *//* margin:50px 0 40px; */}


}

@media(max-width:414px){
    
    .mb-banner1{
    
    background-position:right 50% !important;
}
    
}    

@media(max-width:375px){
    .progress{width:198px;}
    
    .banner .container .caption{
         
    z-index: 3;
    position: relative;
}
}


.amenities-box {
    background: #fff;
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.amenities-box .icon img {
    width: 100%;
    height: 100%;
    object-fit: contain
}

.amenities-box .icon {
    width: 80px;
    height: 80px;
    display: block;
    border-radius: 100%;
    background: #f4ede6;
    padding: 15px;
}

ul.amenities-list {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -10px;
    padding: 0;
    list-style: none;
}

ul.amenities-list li {
    flex: 0 0 20%;
    width: 20%;
    margin: 10px 0 20px;
}

.amenities-box .txt {
    margin-top: 7px;
    color: #000;
    text-align: center
}
.floor-box {
    background: #fff;
    width: 100%;
    margin: 15px 0;
    overflow: hidden;
    position: relative;
    border-radius: 5px;
}

.floor-box .overlay-content {
    background: rgba(00,00,00,0.5);
    padding: 15px;
    font-size: 16px;
    color: #fff;
    text-align: center;
    margin-bottom: 0;
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    right: -100%;
    transition: .5s ease;
}

.floor-box .overlay-content span {
    display: block;
    font-size: 20px;
    margin-bottom: 0;
    font-weight: 500;
}
.floor-box:hover .overlay-content {
    right: 0;
}

.floor-box .enclave-btn{
    margin-top: 0;
    border-color: #fff;
    color: #fff;
}

.price-boxs {
    background: #f4ede6;
    padding: 25px;
    margin: 15px 0;
    text-align: center;
    border-radius: 15px;
}

.price-boxs .price {
    font-size: 25px;
    font-weight: bold;
}

.price-boxs .enclave-btn{
        margin-top: 0;
}

.gallery-img {
    height: 400px !important;
}

.gallery-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.whatsapp-btn {
    width: 50px;
    height: 50px;
    text-align: center;
    position: fixed;
    bottom: 1rem;
    right: 1rem;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    color: #fff !important;
    font-size: 30px;
    border-radius: 100%;
    z-index: 99;
    line-height: 1;
}

.whatsapp-btn img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.cp-logo-mobile{
    display: none;
}

.call-us {
    width: 50px;
    height: 50px;
    text-align: center;
    position: fixed;
    bottom: 1rem;
    left: 1rem;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    color: #fff !important;
    font-size: 30px;
    border-radius: 100%;
    z-index: 99;
    line-height: 1;
    background: linear-gradient(45deg, #d8a175, #9a6954);
    padding: 5px;
    animation-name: tada;
    animation-duration: 0.5s;
    animation-iteration-count: infinite;
    animation-direction: alternate;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}

.call-us img {
    width: 100%;
    height: 100%;
    object-fit: contain;
   
}

.call-us .loading {
    top: -2px;
    right: 9px;
    left: auto;
}

.marquee-banner-txt {
    position: absolute;
    top: 82px;
    z-index: 9;
    width: 100%;
    padding: 15px;
    font-size: 16px;
    color: #fff;
        margin: 0 auto;
    text-align: center;
}
.marquee-banner-txt .txt {
    background: linear-gradient(45deg, #d8a175, #8b5e4c9e);
    border-radius: 0 5px;
    display: inline-block;
    font-family: 'Gotham-Light';
    padding: 10px 15px;
    line-height: 1.3;
    font-weight: 600;
    text-transform: uppercase;
}

@media(max-width:767px){
    .cp-logo-mobile{
    display: block;
}
.cp-logo{
    display: none;
}
.navbar-brand img {
    max-width: 120px;
}

ul.amenities-list li {
    flex: 0 0 50%;
    width: 50%;
}
.gallery-img {
    height: 200px !important;
}
.add-part {
    padding-bottom: 20px;
}
.cp-logo-mobile img{

max-width:100px
 }

 .marquee-banner-txt {
    top: 70px;
    font-size: 12px;
}
.marquee-banner-txt .txt{
    padding: 7px 10px;
}

}