
@charset "utf-8";
/* CSS Document */



/*-------Font ------------*/


@font-face {
	font-family: sytlish;
	src: url(fonts/GreatVibes-Regular.otf);
}
@font-face {
	font-family: century;
	src: url(fonts/CenturyGothic.ttf);
}
@font-face {
	font-family: oregano;
	src: url(fonts/Oregano-Regular.ttf);
}
@font-face {
	font-family: cav;
	src: url(fonts/CaviarDreams.ttf);
}
@font-face {
	font-family: panic;
	src: url(fonts/PanicStricken.ttf);
}
@font-face {
	font-family: mont;
	src: url(fonts/MontserratAlternates-Regular.otf);
}

@font-face {
	font-family:oswal;
	src: url(fonts/Oswald-Bold.ttf);
}

@font-face {
	font-family:oswal-reg;
	src: url(fonts/Oswald-Regular.ttf);
}

@font-face {
	font-family: lato;
	src: url(fonts/Lato-Light.ttf);
}

@font-face {
	font-family: metro;
	src: url(fonts/Metropolis-Light.otf);
}

@font-face {
	font-family:jen;
	src: url(fonts/JennaSue.ttf);
}

@font-face {
	font-family: dancing;
	src: url(fonts/DancingScript-Regular.otf);
}
@font-face {
	font-family: robot;
	src: url(fonts/Roboto-Regular.ttf);
}

@font-face {
	font-family: ogi;
	src: url(fonts/Ogirema.ttf);
}


@font-face {
	font-family: cen-bold;
	src: url(fonts/GOTHICB.ttf);
}

@font-face {
	font-family: serv;
	src: url(fonts/Web-Serveroff.ttf);
}

@font-face {
	font-family: trial;
	src: url(fonts/Aristotelica-Text-Regular-trial.ttf);
}


@font-face {
	font-family:Adi;
	src: url(fonts/Adison06.ttf);
}

@font-face {
	font-family:bil;
	src: url(fonts/Billyer.ttf);
}

@font-face {
	font-family:pops-bold;
	src: url(fonts/Poppins-Bold.ttf);
}


@font-face {
	font-family:pops;
	src: url(fonts/Poppins-Light.ttf);
}



@font-face {
	font-family:anti;
	src: url(fonts/Antique-Light.otf);
}

@font-face {
	font-family:gothum-u;
	src: url(fonts/gotham-ultra.OTF);
}

@font-face {
	font-family:gothum-b;
	src: url(fonts/gotham-bold.OTF);
}

@font-face {
	font-family:gothum-l;
	src: url(fonts/gotham-light.OTF);
}

@font-face {
	font-family:gothum-m;
	src: url(fonts/gotham-medium.otf);
}

@font-face {
	font-family:roll;
	src: url(fonts/rollgates-luxury.otf);
}


/*-------Font ------------*/


/* 

#stickyHeader-sticky-wrapper {
	z-index: 999;
}

#stickyHeader {
	z-index: 99999!important;
}

.sticky {
    position: fixed;
    top: 0;
    z-index:9999;
    width: 100%;
  }

  .activescroll {
	background-color: rgba(255,255,255,1.0);
	  box-shadow: 0px 1px 3px #ccc;
	  z-index: 9999999;
  }

   */


   #banner_cont {
    position: absolute;
    z-index: 7;
    bottom: 18%;
  }
  .call-us {
    position: fixed;
    right: 20px;
    display: none;
  }
  .call-us a {
    display: block;
    text-indent: -999em;
    width: 35px;
    height: 35px;
    background: url(../images/icon-call.png) no-repeat center #f40b0b;
      background-size: auto;
    background-size: 50% auto;
    -webkit-background-size: 50% auto;
    border-radius: 50%;
    -o-border-radius: 50%;
    -ms-border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    box-shadow: 0 2px 25px rgba(255, 0, 17, 0.7);
    -o-box-shadow: 0 2px 25px rgba(255, 0, 17, 0.7);
    -ms-box-shadow: 0 2px 25px rgba(255, 0, 17, 0.7);
    -moz-box-shadow: 0 2px 25px rgba(255, 0, 17, 0.7);
    -webkit-box-shadow: 0 2px 25px rgba(255, 0, 17, 0.7);
  }
  .whats-app {
    position: fixed;
    right: 20px;
    margin-top: 50px;
  }
  .whats-app a {
    display: block;
    text-indent: -999em;
    width: 45px;
    height: 45px;
    background: url(../images/whatsapp-icon.png) no-repeat center #36c641;
      background-size: auto;
    background-size: 100% auto;
    -webkit-background-size: 100% auto;
    border-radius: 100%;
    -o-border-radius: 100%;
    -ms-border-radius: 100%;
    -moz-border-radius: 100%;
    -webkit-border-radius: 100%;
    box-shadow: 0 2px 25px rgba(54, 198, 65, 0.7);
    -o-box-shadow: 0 2px 25px rgba(54, 198, 65, 0.7);
    -ms-box-shadow: 0 2px 25px rgba(54, 198, 65, 0.7);
    -moz-box-shadow: 0 2px 25px rgba(54, 198, 65, 0.7);
    -webkit-box-shadow: 0 2px 25px rgba(54, 198, 65, 0.7);
  }



   .subs-frm {
       padding: 1px;
   }
   .subs-frm ul {
        list-style: none;
        display: flex;
    }
    .subs-frm li {
        float: left;
        position: relative;
    }

    .subs-frm input[type="email"]{
        border: none;
        border-radius: 0px;
        width: 90%;
        padding: 0px 35px 0px 15px;
        font-size: 13px;
        font-family: metro;
        background-color: #fff;
        color: #333;
        height: 40px;
        border: 1px solid #ccc;
        -webkit-transition: all ease-in-out 700ms; /* Safari, Chrome */
        -moz-transition: all ease-in-out 700ms; /* Mozilla Firefox */
        -ms-transition: all ease-in-out 700ms; /* Microsoft */
        -o-transition: all ease-in-out 700ms; /* Opera */
        transition: all ease-in-out 700ms; /* Standard Browsers */
    }
    /* .subs-frm input[type="email"]:focus{
        border-color: #ff0000;
    } */
    .subs-frm .emailicon {
        color: #333;
        font-size: 18px;
        position: absolute;
        right: 30px;
        opacity: 0.8;
        top: 10px;
    }

    .subs-frm input[type="phone"]{
        border: none;
        border-radius: 5px;
        width: 90%;
        padding: 0px 35px 0px 15px;
        font-size: 13px;
        font-family: metro;
        color: #333;
        background: none;
        height: 40px;
        background-color: #fff;
        border: 1px solid #ccc;
        -webkit-transition: all ease-in-out 700ms; /* Safari, Chrome */
        -moz-transition: all ease-in-out 700ms; /* Mozilla Firefox */
        -ms-transition: all ease-in-out 700ms; /* Microsoft */
        -o-transition: all ease-in-out 700ms; /* Opera */
        transition: all ease-in-out 700ms; /* Standard Browsers */
    }
    /* .subs-frm input[type="phone"]:focus{
        border-color: #ff0000;
    } */
    .subs-frm .emailicon {
        color: #333;
        font-size: 18px;
        position: absolute;
        right: 30px;
        opacity: 0.8;
        top: 10px;
    }

    .subs-frm input[type="submit"]{
        background-color: #333;
        padding: 8px 22px;
        cursor: pointer;
        color: #fff;
        border: none;
    }
    .subs-frm input[type="submit"]:hover{
        background-color: #000;
    }




   .contact-box {
    background-color: #fff;
    padding: 1em;
    width: 100%;
    box-shadow: 0px 2px 10px#333;
    border-radius: 25px;
}

.thanks {
    text-align: center;
    margin-top: 1em;
    padding: 2em 0px;
}

.thanks h2 {
    font-family: oswal;
    font-size: 3em;
}


.thanks h3 {
    font-size:18px; 
	color:#222;
line-height:27px;	
	margin-top:15px;
}

.thanks h3 span {
	font-size:24px;
	color:#000;
	font-family:pops;
	display:block;
	padding-top:13px;
}

   .followMeBar {
    position: relative;
    z-index: 1;
    color: #fff;
  }
  
  .followMeBar.fixed {
    position: fixed;
    top: 0;
    width: 100%;
    box-sizing: border-box;
    z-index: 999;
    box-shadow: 0px 1px 7px #ccc;
  }
  
  .followMeBar.fixed.absolute {
    position: absolute;
  }

.app-btn i {
    padding-left: 5px;
}









/* -------founder-code end--------- */



.overview-para {
    font-size: 14px;
    height: 200px;
    overflow: auto;
    text-align: justify;
    margin: 2em 0px;
}
.overview-para-ourstory {
    font-size: 14px!important;
    height: 170px;
    overflow: auto;
    font-family: gothum-l;
    padding: 20px 50px;
    color: rgb(230, 230, 230);
    text-align: justify;
    /* background-color: rgb(0, 0, 0, 0.5); */
    margin: 1.5em 0px!important;
}

.keysection {
    background-color: #fff4e0;
    padding: 2em 0px;
}
.overheading {
    margin:0px auto;
}

.overheading h2 {
    font-family: gothum-m;
    font-size: 23px;
    text-align: center;
}
.overheading h3 {
    font-family: gothum-m;
    font-size: 20px;
    text-transform: uppercase;
    text-align: center;
    width: 335px;
    border-radius: 20px;
    margin: 20px auto;
    padding: 10px 0px;
    margin-bottom: 5px;
    color: #fff;
    background-color: #341b17;
    border: 1px solid #ccc;
}

.overheading p {
    font-family: gothum-l;
    font-size: 15px;
    text-align: center;
    margin-top: 1em;
}
.overheading p b {
    font-weight: bold;
    color: #000;
    font-family:gothum-m;
}

.overheading h2 img {
    height: 24px;
    display: block;
    margin: 0 auto;
}


.pricetxt {
     border: 1px solid #ccc;
     margin: 1.5em 0px 4em 0px;
     width: 80%;
}

.pricetxt {
    font-family: gothum-l;
    font-size: 18px;
    text-align: center;
    padding-bottom: 10px;
}
.pricetxt b {
    font-family: gothum-m;
    font-size: 22px;
    padding: 4px 0px;
}

.video-gallery iframe {
    width: 95%;
    height: 390px;
    padding: 8px;
    border: 1px solid #ccc;
  }
.pricetxt h2 {
    font-family: gothum-m;
    font-size: 20px;
    text-transform: uppercase;
    text-align: center;    
    margin: 0px auto;
      margin-bottom: 20px;
    padding: 8px 0px;
    margin-bottom: 8px;
    background-color: #fff;
    border: 1px solid #ccc;
  }

.locatoinmap  {
    margin: 2em 1em;
    text-align: center;
    display: block;
}
.locatoinmap img {
    height: 520px;
    -webkit-transition: all 500ms ease;
-moz-transition: all 500ms ease;
-ms-transition: all 500ms ease;
-o-transition: all 500ms ease;
transition: all 500ms ease;
}
.locatoinmap img:hover {
    filter: grayscale(100%);
-webkit-transition: all 500ms ease;
-moz-transition: all 500ms ease;
-ms-transition: all 500ms ease;
-o-transition: all 500ms ease;
transition: all 500ms ease;
}

/* popup pirce box start */

.locationfrm .close {
    position: absolute;
    right: 16px;
    color: #fff;
  }
  .locationfrm h4 {
    font-size: 20px;
    font-family: gothum-m;
    text-align: center;
    width: 100%;
    color: #fff;
  }

  .locationfrm .modal-header {
    background-color: #c49e6b;
  } 

  .locationfrm .modal-dialog {
    margin-top: 8em;
  } 
  .locationfrm .modal-body {
    padding: 0px;
  } 

.pricepop {
    width: 100%;
}
.pricegrid1 {
    width: 35%;
    float: left;
    background-color: #f9f9f9;
}
.pricegrid2 {
    width: 65%;
    float: left;
}
.pricegrid1 h2 {
    color: #341b17;
    font-size:18px;
    margin: 8px 0px;
    text-align: center;
    font-family: gothum-m;
}

.pricegrid2 h2 {
    color: #000;
    font-size: 19px;
    text-align: center;
    font-family: pops;
    margin-top: 2em;
    padding: 10px 0px;
  }
.pricegrid2 h2 span {
    color: #dc3545 ;
}

.modal-highlight {
    list-style: none;
    padding:0px;
    margin-bottom: 0;
    padding-bottom: 10px;
  }
  .modal-highlight li {
      text-align: center;
      padding-top: 12px;
      /* border: 1px solid #ccc; */
  }
  .modal-highlight li img {
      height: 60px;
  }
  
  .modal-highlight li span {
    display: block;
    font-size: 13px;
    color:#341b17;
    font-weight: normal`;
    padding: 6px 0px;
    font-family: gothum-m;
    text-align: center;
  }

/* popup pirce box end */



.padchair {
    padding: 1em 3em;
  }

  .chairmen-left {
    padding-top: 3em;
  }

  .chairmen-left h2 {
    font-family: trial;
    font-weight: 300;
    font-size: 27px;
    font-weight: bold;
    color: #000;
    width: 70%;
  }

  .chairmen-left p b {
    font-weight: bold;
    font-family: gothum-m;
  }
  .chairmen-left p {
    font-family: gothum-l;
    font-weight: 100;
    font-size: 14px;
    text-align: justify;
    color: #333;
    line-height: 25px;
    padding: 1em 2em 1em 0px;
  }

  .chairmen-right {
    text-align: center;
  }
  .picsbx {
    border: 1px solid rgb(143, 143, 143);
    width: 92%;
    height: 360px;
    position: absolute;
    top: 40px;
    z-index: 0;
    left: -1px;
  }
  /* .picsbx::before {
    content: "";
    width: 190px;
    height: 1px;
    background-color: rgb(133, 133, 133);
    position: absolute;
    top: 37px;
    left: -190px;
    z-index: -2;
  } */
  .chairmen-right img {
    padding: 10px;
    position: relative;
    top: 0px;
  }


.keybox {
    padding: 1em 15px;
    text-align: center;
}

.keyimg {
    border: 1px solid #000;
    padding: 20px;
    width: 120px;
    height: 119px;
    border-radius: 50%;  
    margin: 0 auto;
}

.keybox h3 {
    font-size: 20px;
    font-family: gothum-l;
    margin-top: 1em;
}

.pool-section {
    padding: 6em 0;
    background-image: url(../images/swimming-poolback.png);
    text-align: center;
    height: 400px;
    background-position: 60% 1%;
    background-repeat: no-repeat;
    background-attachment: fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
  }

  .pool-section h2 {
      font-family: oswal;
      color: #fff;
      background-color: rgb(0, 0, 0, 0.3);
      margin: 1em auto;
      padding: 10px 30px;
      border-radius: 35px;
      border: 1px solid #fff;
      font-size: 60px;
  }

.dealsection .owl-prev {
	/* background-color: rgb(255, 255, 255,0.8)!important; */
	color: #333;
    /* width: 30px;
    height: 55px; */
	font-size: 18px;
    margin-left: -40px;
    /* border-radius: 0 4px 4px 0;
    box-shadow: 1px 2px 10px -1px rgba(0,0,0,.3); */
}

.dealsection .owl-prev:hover {
    /* background-color: rgb(255, 255, 255,1.0)!important; */
    border: 1px solid #fff;
}

.dealsection .owl-next {
	color: #333;
    /* width: 30px;
    height: 55px; */
	font-size: 18px;
	margin-right: -40px;
    /* border-radius: 4px 0 0 4px;
    box-shadow: 1px 2px 10px -1px rgba(0,0,0,.3); */
}

.dealsection .owl-next:hover {
    border: 1px solid #fff;
}

.dealsection .owl-nav span {
    font-size: 100px;
    position: relative;
    top: -5px;
}

.dealsection .owl-nav {
    position: relative;
    top:-231px;

}

.dealsection .owl-nav button.owl-next {
    right: 0px;
    float: right;
}
.dealsection .owl-nav button.owl-prev {
    left: 0px;
}

.dealsection .owl-carousel .owl-nav.disabled {
	display: block;
    z-index: -9;
}

.dealsection .owl-slider {
	padding: 15px 0em;
}


.projectsec {
    padding: 2em 4em;
}


.projectsec .owl-prev {
	/* background-color: rgb(255, 255, 255,0.8)!important; */
	color: #333;
    /* width: 30px;
    height: 55px; */
	font-size: 18px;
    margin-left: -40px;
    /* border-radius: 0 4px 4px 0;
    box-shadow: 1px 2px 10px -1px rgba(0,0,0,.3); */
}

.projectsec .owl-prev:hover {
    /* background-color: rgb(255, 255, 255,1.0)!important; */
    border: 1px solid #fff;
}

.projectsec .owl-next {
	color: #333;
    /* width: 30px;
    height: 55px; */
	font-size: 18px;
	margin-right: -40px;
    /* border-radius: 4px 0 0 4px;
    box-shadow: 1px 2px 10px -1px rgba(0,0,0,.3); */
}

.projectsec .owl-next:hover {
    border: 1px solid #fff;
}

.projectsec .owl-nav span {
    font-size: 100px;
    position: relative;
    top: -5px;
}

.projectsec .owl-nav {
    position: relative;
    top:-231px;

}

.projectsec .owl-nav button.owl-next {
    right: 0px;
    float: right;
}
.projectsec .owl-nav button.owl-prev {
    left: 0px;
}

.projectsec .owl-carousel .owl-nav.disabled {
	display: block;
}

.projectsec .owl-slider {
	padding: 15px 0em;
}

.prospebox {
    background-color: #fff;
    padding: 1em 2em;
    text-align: center;
    margin: 0px 0em;
    border: 2px solid #c59d6d;  
}
.proimg {
    width: 120px;
    height: 119px;
    border-radius: 50%;
    margin: 0 auto;
    border: 2px solid #c59d6d;
}
.proimg img {
    padding: 20px;
}

.prospebox h3 {
    font-size: 18px;
    font-family: gothum-m;
    margin-top: 2em;
    height: 40px;
    color: #c59d6d;
}

.image-hover-text-container 
{
  position: relative;
  display: inline-block;
  width: auto;
  height: auto;
  transition: all 0.2s linear;
}

.image-hover-image 
{
 display: block;
}
/* Make the image round */
.image-hover-image img
{
  border-radius: 0%;
  width: 400px;
}


.image-hover-image-pricelist 
{
 display: block;
}
/* Make the image round */
.image-hover-image-pricelist img
{
  border-radius: 0%;
  width: 100%;
}



.image-hover-text 
{
  position: absolute;
  top: 0;
  width: 100%;  
  height: 100%;
  margin: 0 auto;
  opacity: 0;
  cursor: default;
  transition: opacity 0.2s linear;
}
.image-hover-text:hover 
{
  opacity: 1;
}


.image-hover-text-bubble 
{
  position: relative;
  box-sizing: border-box;
  top: 0; left: 0; right: 100%;
  height: 100%;
  text-align: center;
  background: rgba(255, 244, 224, 1.0);
  border-radius: 0%;
  margin: 0 auto;
  border: 6px solid #fff;
  padding: 5% 0px;
  overflow: hidden;
  font-size: 17px;
  cursor: pointer;
  text-align: center;
  word-wrap: break-word;
}


.image-hover-text-bubble-pricelist 
{
  position: relative;
  box-sizing: border-box;
  top: 0; left: 0; right: 100%;
  height: 100%;
  text-align: center;
  background: rgba(52, 27, 23, 0.8);
  border-radius: 0%;
  margin: 0 auto;
  border: 6px solid #fff;
  padding: 20% 0px;
  overflow: hidden;
  font-size: 17px;
  cursor: pointer;
  text-align: center;
  word-wrap: break-word;
}
.image-hover-text-bubble-pricelist a {
    padding: 10px 30px;
    color: #333;
    text-align: center;
    font-size: 16px;
    font-family: pops;
    border: 3px solid #ddd;
    text-transform: uppercase;
    background-color: #fff;
    -webkit-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;
}

.image-hover-text-bubble-pricelist a:hover {
    text-decoration: none;
    background-color: #341b17;
    color: #fff;
    -webkit-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;
}

.listpicmar {
    margin-left: 20px;
}

.pricelistbtn {
    margin: 10px 0px;
}
.pricelistbtn a {
    text-align: center;
    padding: 12px 20px;
    background-color: rgb(52, 27, 23);
    color: #fff;
    display: block;
    width:200px;
    margin: 0 auto;
    -webkit-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;
    border-radius: 10px;
}
.pricelistbtn a:hover {
    background-color: rgb(102, 18, 7);
    text-decoration: none;
    -webkit-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;
}

.image-hover-text-bubble img {
    height: 50px;
    margin: 0 auto;
    width: auto!important;
}

.image-hover-text-bubble  ul {
    text-align: left;
    font-size: 14px;
    line-height: 15px;
    padding: 0px 30px;
    font-family: gothum-l;
}
.image-hover-text-bubble  ul li {
    line-height: 20px;
    padding-top: 8px;
}

.image-hover-text .image-hover-text-title img {
    height: 20px;
    width: auto !important;
}

.image-hover-text .image-hover-text-title
{
  font-size: 18px;
  display: block;
  margin-bottom: 0.5em;
  font-family: gothum-b;
}




.constructionsection {
    background-color: #c59f6b;
    padding: 2em 0px;
}

#carousel5 {
    height: 225px;
}

#carousel6 {
    height: 245px;
}

#carousel7 {
    height: 400px;
}

.cosntructionrespon {
    display: none;
}

/* slider code start */

.slider {
    position: relative;
  }
  #slider {
    position: relative;
    overflow: hidden;
    width: 100% !important;
  }
  #slider ul {
    position: relative;
    margin: 0;
    padding: 0;
    height: auto;
    width: 99999px;
    overflow: hidden;
    list-style: none;
  }
  #slider ul li {
    position: relative;
    display: block;
    float: left;
    margin: 0;
    padding: 0;
    width: 100vw;
    height: auto;
    text-align: center;
  }
  #slider ul li .slide {
    background-size: cover;
    height: auto;
  }
  #slider ul li .slide img {
    width: 100%;
  }
  button.control_next,
  button.control_prev {
    position: absolute;
    top: 45%;
    z-index: 10;
    display: block;
    border: none;
    width: 1.5em;
    height: 1.5em;
    line-height: 0.9em;
    background: rgba(0, 0, 0, 0.3);
    color: #fff;
    text-align: center;
    text-decoration: none;
    font-weight: 400;
    font-size: 1.5rem;
    opacity: 0.8;
    cursor: pointer;
    border-radius: 50%;
    transform: translateY(-50%);
  }
  button.control_next:focus,
  button.control_prev:focus {
    outline: 0;
    border: 1px rgba(255, 255, 255, 0.5) solid;
  }
  button.control_next:hover,
  button.control_prev:hover {
    opacity: 1;
    -webkit-transition: all 0.2s ease;
  }
  button.control_prev {
    left: 2rem;
  }
  button.control_next {
    right: 2rem;
  }
  .progress {
    position: absolute;
    background: rgba(255, 255, 255, 0.3);
    height: 1.5rem;
    width: 100%;
    bottom: -20px;
    border-top: 1px rgba(0, 0, 0, 0.15) solid;
  }
  .progress .bar {
    height: 100%;
    width: 0%;
    background: #fff;
  }
  .sldbtn_black {
    font-family: brand;
    font-size: 17px;
    color: #000;
    font-style: none;
    padding: 17.5px 23px;
    letter-spacing: 0.75px;
    border-radius: 30px;
    background-color: rgba(0, 234, 255, 0);
    border: 2px solid #000;
    text-transform: uppercase;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
  }
  .sldbtn_black:hover {
    text-decoration: none;
    text-transform: uppercase;
    border-radius: 30px;
    color: #fff;
    border: 2px solid #fff;
    background-color: #00eaff;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
  }
  .sldbtn {
    font-family: oswal;
    font-size: 17px;
    color: #000;
    background-color: #f1f1f1;
    font-style: none;
    padding: 6px 20px;
    letter-spacing: 0.75px;
    border: 2px solid #f1f1f1;
    text-transform: uppercase;
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
  }
  .sldbtn:hover {
    text-decoration: none;
    text-transform: uppercase;
    color: #000;
    padding: 6px 30px;
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
    background-color: #fff;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
  }

/* slider code end */

.tab-content  {
    display: block;
    width: 100%;
}
.nav-tabs {
    margin: 0 auto;
}
.constabs  {
    padding: 0px 3em;
    margin-top: 2em;
}

.constabs .nav-tabs .nav-link {
    font-family: gothum-m;
    font-size: 16px;
    color: #000;
}

.constabs .nav-tabs .nav-link:focus, .nav-tabs .nav-link:hover {
    background-color: #fff;
    -webkit-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;
}
.conimg {
    padding: 1em 5em;
}

.formcontact {
    margin-top:0.6em; 
    width:100%;
}


.innerpagebanner {
    width: 100%;
    border-top: 0px solid #ddaf5b;
    display: block;
}
.innergrid1 {
    width: 50%;
    float: left;
    height: 400px;
    background-image: url(../images/back1.png);
    background-size: cover;
}
.innergrid2 {
    width: 50%;
    float: left;
    height: 400px;
}
.bannerbg {
    background-image: url(../images/projectdetails-pics.png);
    background-size: cover;
    background-position-y: -50px;
}
.planbannerbg {
    background-image: url(../images/palndetails-pics.png);
    background-size: cover;
    background-position-y: -30px;
    background-repeat: no-repeat;
}
.gallerybannerbg {
    background-image: url(../images/gallery6.jpg);
    background-size: cover;
    background-position-y: -30px;
    background-repeat: no-repeat;
}
.downloadbannerbg {
    background-image: url(../images/download-bg.png);
    background-size: cover;
    background-position-y: -30px;
    background-repeat: no-repeat;
}
.contactbg {
    background-image: url(../images/contact-bg.png);
    background-size: cover;
    background-position-y: -30px;
    background-repeat: no-repeat;
}

.bannerheading {
    width: 400px;
    margin: 6em auto;
}
.bannerheading img {
    margin: 15px 0px;
}
.bannerheading h2 {
    font-family: roll;
    color: #fff;
    font-size: 45px;
    text-align: center;
}



.logo-tp {
    /* height: 150px; */
    padding: 0px;
    position: absolute;
    top: 0px;
    left: 100px;
    box-shadow: 2px 0px 8px #1f1f1f;
}

#logo-red {
    height: 150px;
    transition: 0.8s;
    padding-top: 10px; 
   }
   

.logo-tp:before {
    box-shadow: -20px 0 20px -20px #001f9c inset;
    content: " ";
    height: 100%;
    left: -20px;
    position: absolute;
    top: 0;
    width: 20px;
  }
  .logo-tp:after {
    box-shadow: 20px 0 20px -20px #001f9c inset;
    content: " ";
    height: 100%;
    position: absolute;
    top: 0;
    right: -20px;
    width: 20px;
  }

.top-box {
    padding: 5px;
    background-color: #fff;
    border-bottom: 1px solid #ccc;
    border-top: 5px solid #6fbf3a;
}


.top-cont {
    padding: 0px 10px;
}
.top-cont ul {
    list-style: none;
    display: flex;
    margin:0px 0px 0px 0px;
    padding: 0px;
}
.top-cont li {
    float: left;
    color: #333;
    padding:3px 0.5em;
    font-size: 14px;
    font-weight: bold;
    font-family: metro;
}

/* .top-cont li:nth-child(1) {
    border-right: 1px solid #ccc;
} */

.comingsoon {
    text-align: center;
}
.comingsoon img {
    height: 200px;
    border: 1px solid #ccc;
    border-radius: 20px;
}

.top-cont li a {
    font-size: 12px;
    font-family: mont;
    color: #888;
    -webkit-transition: all 500ms ease;
   -moz-transition: all 500ms ease;
   -ms-transition: all 500ms ease;
   -o-transition: all 500ms ease;
   transition: all 500ms ease;
} 
.top-cont li a:hover {
    color: #333;
    -webkit-transition: all 500ms ease;
   -moz-transition: all 500ms ease;
   -ms-transition: all 500ms ease;
   -o-transition: all 500ms ease;
   transition: all 500ms ease;
}

.top-cont li i {
    padding-right: 5px;
}


.top-social ul {
    list-style: none;
    display: flex;
    margin:3px 0px 0px 0px;
    padding: 0px;
    float: right;
}
.top-social li {
    float: left;
}

.top-social li:nth-child(1) { 
    font-size: 13px;
    font-family: metro;
    font-weight: bold;
    color: #333;
    padding-right: 10px;
    padding-top: 3px;
}
.top-social li a {
    color: #333;
}

.top-social li i {
    padding-right: 10px;
}

.top-apps {
    text-align: center;
}

.top-apps img {
    height: 30px;
}

.top-apps a {
    padding-right: 15px;
    opacity: 0.9;
    -webkit-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;
}
.top-apps a:hover {
    padding-right: 15px;
    opacity: 1.0;
    -webkit-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;
}



/* slider css */

.bonusslider {
	width: 100%;
}

.carousel-inner {
	margin: 0px 0px 0px 0px;
    /* border-top: 3px solid #cd9c4d; */
    border-bottom: 3px solid #cd9c4d;
}

.carousel-inner img {
    width: 100%;
    height: 100%;
}
.carousel-indicators li {
	background-color: #333;
}

.carousel-control-prev-icon {
    background-image: none;
}

.carousel-control-next {
	position: absolute;
		top: 45%;
		z-index: 10;
		display: block;
		border: none;
		width: 1.8em;
		height: 4.0em;
		line-height: .9em;
        z-index: 0;
		background: rgb(52, 27, 23);
		color: #fff;
		text-align: center;
		text-decoration: none;
		font-weight:400;
		font-size:1.5rem;
		box-shadow:0px 1px 6px #959595;
		opacity: 1.0;
		line-height: 3.5em;
		cursor: pointer;
		border-radius: 5px 0px 0px 5px;
		transform: translateY(-50%);
}
.carousel-control-prev {
	position: absolute;
		top: 45%;
		z-index: 10;
		display: block;
		border: none;
		width: 1.8em;
		height: 4.0em;
		line-height: .9em;
        background: rgb(52, 27, 23);
		color: #fff;
		text-align: center;
		text-decoration: none;
		font-weight: 400;
		font-size: 1.5rem;
		box-shadow: 0px 1px 6px #959595;
		opacity: 1.0;
		line-height: 3.5em;
		cursor: pointer;
        z-index: 0;
		border-radius: 0px 5px 5px 0px;
		transform: translateY(-50%);
}
 
.carousel-control-next i {
	color: #fff;
	font-size: 25px;
}

.carousel-indicators {
	margin-bottom: 1.0em;
}

.carousel-indicators li {
	width: 8px;
	height: 8px;
    z-index: 0;
	border-radius: 50%;
}

.carousel-control-next:focus, .carousel-control-next:hover, .carousel-control-prev:focus, .carousel-control-prev:hover {
	color: #fff;
}

html {
	scroll-behavior: smooth;
  }



/* plan page code start */

.plansectoin {
    background-color: #fff4e0;
    padding: 2em 0px;
}

.contactsectoin {
    background-color: #fff4e0;
    padding: 2em 0px 0px 0px;
}

.siteplanbox {
    width: 600px;
    margin: 0 auto;
    margin-bottom: 2em;
}
.planbutton ul {
    width: 100%;
    display: block;
    padding: 0px;
    list-style-type: none;
}
.planbutton ul li {
    width: 50%;
    float: left;
}
.planbutton a {
    background-color: #c49e6b;
    padding: 8px 25px;
    color: #000;
    font-family: gothum-m;
    font-size: 16px;
    text-transform: uppercase;
    width: auto;
    display: block;
    text-align: center;
    margin: 0px 10px;
    -webkit-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;
}

.planbutton a:hover {
    background-color: #b38243;
    text-decoration: none;
    -webkit-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;
}


.consupdateglry img {
    padding: 5px;
    border: 1px solid #4b2b21;
    -webkit-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;
}

.consupdateglry img:hover {
    filter: grayscale(100%);
    -webkit-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;
}

.siteplan {
    padding: 10px;
    -webkit-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;
}

.siteplan:hover {
    filter: grayscale(100%);
    -webkit-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;
}


.table-container {
    width: 100%;
    margin: 1em 0px 1.5em 0px; 
  }
  
  table
  {
      width: 100%;
      border-collapse: collapse;
      font-family: verdana;
      font-size: 14px;
  }
  
  tr:nth-child(1) {
    width: 100%;
    text-align: center;
  }
  
  tr:nth-of-type(odd)
  {
      /* background: #f5f4f4; */
      color: #4b2b21;
  }
  th
  {
      background: #4b2b21;
      color: #fff;
      font-weight: 700;
  }
  td
  {
      color: #4b2b21;
  }
  .table-container img{
    height: 30px;
    padding:1px 6px;
    position: relative;
    top: -2px;
  }
  th
  {
      padding: 6px;
      text-align: center;
      vertical-align: top;
      font-size: 18px;
      border: 1px dotted #311a16;
  }

  td
  {
      padding: 6px 6px 6px 6px;
      text-align: center;
      vertical-align: top;
      border: 1px solid #311a16;
      background-color: #fff;
  }
  td:nth-child(1)  {
    width: 70%;
    text-align: left;
    padding-left: 10px;
}

td:nth-child(2)  {
    width: 70%;
}
.lochigh {
    border: 1px solid #ccc;
    padding: 10px 20px;
    text-align: center;
    display: block;
    font-size: 18px;
    font-family: oswal;
    text-transform: uppercase;
    margin: 10px;
    background-color: #f1f1f1;
}




.locationpics {
    padding: 0px;
    margin-top: 5px;
    width: 100%;
    margin-bottom: 10px;
    -webkit-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;
}

.locationpics:hover {
    filter: grayscale(100%);
    -webkit-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;
}

.floorplan {
    margin: 2em 2em;
}
.floorplan img {
    margin: 10px 10px 20px 10px;
    border: 2px solid #c49e6b;
    -webkit-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;
}

.floorplan img:hover {
    filter: grayscale(100%);
    -webkit-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;
}
.floorplan h3 {
    color: #311a16;
    font-size: 18px;
    font-family: gothum-b;
    text-align: center;
    margin-bottom: 20px;
}

/* plan page code end */


/* contact page code start */


.pricebox {
    padding: 1em 0px;
}
.pricebox h2 {
    font-family: gothum-b;
    font-size: 20px;
    color: #341b17;
}

.pricebox p {
    font-family: gothum-l;
    font-size: 16px;
    color: #341b17;
    padding-right: 25px;
    margin-bottom: 5px;
}
.pricebox b {
    font-family: gothum-l;
    font-size: 11px;
    display: block;
    color: #341b17;
    text-align: center;
    margin: 5px auto 16px;
}
.formdiv {
    width: 100%;
border: 4px solid #c99248;
padding: 16px 0px;
margin: 0px 12px;
}

.pricebox ul {
    list-style: none;
    font-size: 14px;
}
.pricebox ul li {
    margin-bottom: 10px;
    margin-left: 19px;
    text-indent: -19px;
}
.pricebox ul li span {
    color: #341b17;
    font-size: 18px;
} 

.contactbox {
    padding: 0em 0px;
}
.contactbox i {
    color: #36c641;
}

.contactbox h2 {
    font-family: gothum-b;
    font-size: 20px;
    color: #341b17;
}

.contactbox p {
    font-family: gothum-l;
    font-size: 20px;
    color: #341b17;
    margin-bottom: 5px;
}

.singlefield, .singletextarea{
    width: 100%;
    position: relative;
    background: #fff;
    margin-bottom: 12px;
	border-radius: 15px;
}
.singlefield input{
    border: none;
    border-radius:5px;
    width: 100%;
    padding: 0px 10px 0px 10px;
    font-size: 13px;
    color: #333;
	font-family: gothum-l;
    background: #fff;
    height: 35px;
    border: 1px solid #ccc;
    -webkit-transition: all ease-in-out 700ms; /* Safari, Chrome */
    -moz-transition: all ease-in-out 700ms; /* Mozilla Firefox */
    -ms-transition: all ease-in-out 700ms; /* Microsoft */
    -o-transition: all ease-in-out 700ms; /* Opera */
    transition: all ease-in-out 700ms; /* Standard Browsers */
}

.singlefield input:focus{
    border-color: #ff0000;
	color:#333;
}

.singlefield select{
	border: none;
    border-radius:5px;
    width: 100%;
    padding: 0px 10px 0px 10px;
    font-size: 14px;
    color: #333;
	font-family: gothum-m;
    background: #fff;
    height: 35px;
    border: 1px solid #ccc;
    -webkit-transition: all ease-in-out 700ms; /* Safari, Chrome */
    -moz-transition: all ease-in-out 700ms; /* Mozilla Firefox */
    -ms-transition: all ease-in-out 700ms; /* Microsoft */
    -o-transition: all ease-in-out 700ms; /* Opera */
    transition: all ease-in-out 700ms; /* Standard Browsers */
}

.singlefield i{
    color: #333;
    font-size: 15px;
    position: absolute;
    right: 15px;
    top: 10px;
}
.singletextarea{
    background: none;
}
.singletextarea textarea{
    height: 70px;
    background: none;
    border: none;
    border-radius: 5px;
    padding: 10px;
    resize: none;
    width: 100%;
    font-family: gothum-l;
    z-index: 9999;
    font-size: 13px;
    color: #333;
    line-height: 25px;
    background: #fff;
    border: 1px solid #ccc;
    -webkit-transition: all ease-in-out 700ms; /* Safari, Chrome */
    -moz-transition: all ease-in-out 700ms; /* Mozilla Firefox */
    -ms-transition: all ease-in-out 700ms; /* Microsoft */
    -o-transition: all ease-in-out 700ms; /* Opera */
    transition: all ease-in-out 700ms; /* Standard Browsers */
}
.singletextarea textarea:focus{
    border-color: #f7c221;
}
.sumitfield{
    border: none;
    background: none;
    margin-bottom: 0px;
}

.sumitfield input{
    width: 100%;
    text-align: center;
    text-transform: uppercase;
    background: #cd9c73;
    font-size: 14px;
	cursor:pointer;
	font-family:gothum-m;
    color:#fff;
	margin-bottom:0px;
    -webkit-transition: all ease-in-out 700ms; /* Safari, Chrome */
    -moz-transition: all ease-in-out 700ms; /* Mozilla Firefox */
    -ms-transition: all ease-in-out 700ms; /* Microsoft */
    -o-transition: all ease-in-out 700ms; /* Opera */
    transition: all ease-in-out 700ms; /* Standard Browsers */
}

.sumitfield input:hover{
    background: #222222;
    color:#cd9c73;
}


.locationmap iframe {
    width: 100%;
    height: 420px;
    border: 0px;
    border-top: 2px solid #c99248;
}


.downloadlink {
    background-color: #ebb978;
    padding: 5px 30px;
    color: #311a16;
    font-size: 14px;
    font-family: gothum-m;
    margin: 0 auto;
    -webkit-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;
}
.downloadlink:hover {
    background-color: #be791e;
    color: #fff;
    text-decoration: none;
    -webkit-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;
}

/* contact page code end */



/* overview code start*/

.overview-section {
    padding: 0px 0px 6em 0px;
    background-image: url(../images/overview-back.png);
    background-repeat: no-repeat;
    background-size: cover;
    height: 600px;
    border-top: 2px solid #ddaf5b;
    background-position-x:-130px;
    /* border-bottom: 3px solid #9fd37c; */
}

.overview-box {
    /* background-color: #fff; */
    width: 90%;
    top: 80px;
    position: relative;
}

.overview-box h2 {
    font-family: roll;
    font-size: 26px;
    color: #fff;
    margin-bottom: 10px;
    text-align: center;
}

.overview-box p {
    font-family: gothum-l;
    font-size: 13px;
    text-align: justify;
    margin-bottom: 5px;
    padding: 0px 50px;
    color: rgb(230, 230, 230);
}

#myBtn {
    color: #ebb978;
    font-family: gothum-b;
    font-size: 14px;
}
.overviewbtn {
    display: flex;
    padding: 1em 0px;
    margin: 0px 6em;
}
.overviewbtn a {
    background-color: #c49e6b;
    width: 280px;
    padding: 10px 0px;
    color: #311a16;
    font-family: gothum-b;
    font-size: 15px;
    margin: 0px 15px;
    text-align: center;
    -webkit-transition: all 500ms ease;
   -moz-transition: all 500ms ease;
   -ms-transition: all 500ms ease;
   -o-transition: all 500ms ease;
   transition: all 500ms ease;
}
.overviewbtn a:hover {
    background-color: #d69741;
    text-decoration: none;
    -webkit-transition: all 500ms ease;
   -moz-transition: all 500ms ease;
   -ms-transition: all 500ms ease;
   -o-transition: all 500ms ease;
   transition: all 500ms ease;
}



.dispopupbtn {
    padding: 1em 0px;
}
.dispopupbtn a {
    background-color: #c49e6b;
    width: 280px;
    padding: 10px 0px;
    color: #311a16;
    display: block;
    margin: 0px auto;
    font-family: gothum-b;
    font-size: 15px;
    text-align: center;
    -webkit-transition: all 500ms ease;
   -moz-transition: all 500ms ease;
   -ms-transition: all 500ms ease;
   -o-transition: all 500ms ease;
   transition: all 500ms ease;
}
.dispopupbtn a:hover {
    background-color: #d69741;
    text-decoration: none;
    -webkit-transition: all 500ms ease;
   -moz-transition: all 500ms ease;
   -ms-transition: all 500ms ease;
   -o-transition: all 500ms ease;
   transition: all 500ms ease;
}


#more {
    display: none;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -o-transition: all .3s ease;
    -ms-transition: all .3s ease;
    transition: all .3s ease;
}

.disclamerimg {
    text-align: center;
}
.disclamerimg img {
    height: 50px;
}
.disclamerbox .modal-body {
    background-color: #341b17;
    border-radius: 8px;
}
.disclamerbox .modal-content {
    border-radius: 20px;
}

.disclamerbox p {
    font-family: gothum-l;
    font-size: 11px;
    text-align: justify;
    margin: 0px 4em;
    padding: 1em 0px;
    color: rgb(204, 204, 204);
} 

.disclamerbox .modal-dialog {
    max-width: 800px;
    margin: 6.75rem auto;
}
.disclamerbox {
    background: rgb(255, 255, 255, 0.6);  
}

/* overview code start*/


/* footer code start */

.footerup {
    background-color: #4b2b21;
    padding: 1em 0px;
    border-top: 3px solid #c99248;
    border-bottom: 3px solid #c99248;
}

.footerdown {
    background-color: #311a16;
    padding: 0.5em 0px;
}

.ftrbox {
    padding: 5px 0px;
}
.ftrbox h3 {
    font-size: 18px;
    color: #ebb978;
    margin-bottom: 1px;
    font-family: gothum-m;
}
.ftrbox h2 {
    font-size: 20px;
    color: #fff;
    font-family: gothum-b;
}
.ftrbox p {
    font-size: 12px;
    color: rgb(224, 224, 224);
    font-family: gothum-l;
    margin-bottom: 0px;
}
.ftrbox ul {
    list-style: none;
    margin: 0px;
    line-height: 22px;
    padding-left: 2px;
}
.ftrbox ul li {
    font-size: 12px;
    color: rgb(224, 224, 224);
    font-family: gothum-l;
}
.ftrbox ul li a {
    color: rgb(224, 224, 224);
}
.ftrbox ul li a:hover {
    color: rgb(255, 255, 255);
}

.socials-bottom {
    margin: 2em 0px;
}

.socials-bottom a {
    display: inline-block;
    width: 35px;
    height: 35px;
    border-radius: 50%;
    text-align: center;
    margin: 2px 10px 2px 0;
    text-decoration: none;
    color: #311a16;
	padding-top:6px;
	border: 1px solid #333;
    background-color: #fff;
    vertical-align: middle;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -o-transition: all .3s ease;
    -ms-transition: all .3s ease;
    transition: all .3s ease;
	line-height: 20px;
    /* border-radius:50%; */
    font-size: 15px
}
.socials-bottom a:hover {
    background-color: #c99248;
    color: #fff;
    border: 1px solid #c99248;
}
.footerdown p {
    font-size: 12px;
    color: rgb(224, 224, 224);
    font-family: gothum-l;
    margin-bottom: 0px;
    position: relative;
    top: 4px;
}

.distxt {
    text-align: right;
    padding-right: 20px;
}
.distxt a {
   font-family: gothum-b;
   font-size: 17px;
   color: #fff;
}

/* footer code end */




@media only screen and (max-width: 480px) {
    #logo-red {
        height: 90px;
        display: none;
    }
    .logo-tp {
        left: 20px;
        height: 75px;
        box-shadow: none;
    }
    .classy-navbar {
        height: 80px;
    }
    .carousel-control-next, .carousel-control-prev {
		width: 0.8em;
		height: 2em;
		line-height: 40px;
	}
	.carousel-control-prev i {
		font-size: 16px;
	}
	.carousel-control-next i {
		font-size: 16px;
	}
	.carousel-indicators {
		margin-bottom: 10px;
        z-index: 9;
	}
    .overview-box {
        top: 0px;
        width: 100%;
    }
    .overviewbtn {
        display: inline-grid;
        margin: 0px;
        padding: 1em 0px;
        width: 100%;
        position: relative;
        top: 100px;
    }
    .overview-section {
        height: auto;
        background-image: url(../images/overview-back-res.png);
        background-position-x:0px;
    }
    .overviewbtn a {
        margin: 10px auto;
    }
    .ftrbox {
        padding: 0px;
        margin-bottom: 1em;
    }
    .footerdown p {
        font-size: 11px;
        text-align: center;
    }
    .distxt {
        padding: 0.5em 0px;
        text-align: center;
    }
    .socials-bottom {
        margin: 0em 0px;
        text-align: center;
        border-top: 1px solid #2a0808;
        padding-top: 10px;
    }
    .modal.show .modal-dialog {
        margin: 0px 1em;
    }
    .disclamerbox p {
        margin: 0px;
    }
    .overview-box p {
        font-size: 12px;
        padding: 0px 20px;
        text-align: justify;
        max-height: 146px;
        overflow: auto;
    }
    .mm {
        margin-bottom: 19em;
    }
    .carousel-indicators li {
        width: 4px;
        height: 4px;
    }
    .classynav ul li a {
        font-size: 14px;
    }
    .breakpoint-on .classynav ul li .dropdown {
        padding: 5px;
    }
    .dealsection .owl-prev {
        margin-left: 0px;
    }
    .dealsection .owl-next {
        margin-right: 0px;
    }
    .constabs {
        padding: 0px 0.5em;
    }
    .constabs .nav-tabs .nav-link {
        font-size: 11px;
    }
    .conimg {
        padding: 1em 1em;
    }
    .consupdateglry img {
        margin-bottom: 1em;
    }
    .innergrid2 {
        display: none;
    }
    .innergrid1 {
        width: 100%;
        height: 210px;
    }
    .bannerheading {
        width: 80%;
        margin: 1em auto;
    }
    .bannerheading h2 {
        font-size: 35px;
    }
    .projectsec {
        padding: 1em 2em;
    }
    .locationpics {
        width: 100%;
    }
    .floorplan img {
        margin: 0 0px 20px 0px;
    }
    .floorplan {
        margin: 2em 0em;
      }
    .padchair {
        padding: 0.5em ;
    }
    .chairmen-left h2 {
        width: 100%;
    }
    .picsbx {
        display: none;
    }
    .chairmen-left h2 {
        text-align: center;
        font-size: 25px;
    }
    .overview-para-ourstory {
        font-size: 12px;
        padding: 0px 20px;
        text-align: justify;
        /* background-color: rgb(0, 0, 0, 0.5); */
    }
    .chairmen-left {
        padding-top: 0em;
    }

    .locatoinmap img {
        height: auto;
    }
    .locatoinmap  {
        margin: 2em 0em;
    }
    .pricegrid1 {
        display: none;
    }
    .pricegrid2 {
        width: 100%;
        padding-bottom: 1em;
    }
    .pricegrid2 h2 {
        margin-top: 1em;
    }
    .locationfrm .modal-dialog {
        margin-top: 8em!important;
      }
    .listpicmar {
        margin-left: 0px;
    }

    .lochigh {
        font-size: 15px;
    }
    .chairmen-left p {
        padding: 0em 2em 1em 0px;
    }
    .overheading p {
        margin-top: 0px;
        text-align: justify;
    }
    .table-container {
        margin: 0em 0px 1.5em 0px;
    }
    .contactbox p {
        font-size: 18px;
    }
    .pool-section {
        padding: 6em 0;
        height: 300px;
        background-position: 30% 1%;
    }
    .pool-section h2 {
        font-size: 28px;
    }
    .overview-para {
        margin: 0px;
    }
    .cosntructionrespon {
        display: block;
    }
    .overback {
        top: 1px!important;
        /* background-image: url(../images/background-white-sand.jpg); */
        background-color: #f1dfb8;
    }

    button.control_next, button.control_prev {
        width: 1.2em;
        height: 2.5em;
        border-radius: 0;
      }
      button.control_prev {
        left: 0;
      }
      
      button.control_next {
        right: 0;
      }
}
