@font-face {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url("../assets/Roboto-Regular.ttf") format("TrueType");
}
@font-face {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url("../assets/Roboto-Regular.woff2") format("woff2");
}



body{
  font-family: 'Roboto';
  background: #ffffff;
  padding-top: 62px;
}
body p, body h2, body h3, body h4, body table{
  letter-spacing: 0.5px;
}
body a{
  text-decoration: none;
}
h2{
  font-size: 22px;
}
h3{
  font-size: 20px;
}
h4{
  font-size: 18px;
}
li:not(.nav-item){
  text-align: justify;
  letter-spacing: 0.5px;
}
.content{
  background:#fff;
  border: 1px solid #ccc;
  margin-top: 5px;
}
.container{
  width: 100%;
}
.feature-image{
  max-width: 100%;
  position: relative;
}
.feature-image a{
  display: block;
}
.feature-image img{
  width: 100%;
  height: auto;
}
.headertop{
  width:100%;
  position: fixed;
  z-index: 1030;
  background:#fff;
  top:0;
  height:auto;
}
.nopad{
  padding-left: 0;
  padding-right: 0;
}
.headertext{
  font-size: 24px;
  color: #000;
  font-weight: bold;
  margin-bottom: 0;
  line-height: unset;
}
.content p{
  color: #5f5f5f;
  /* font-family: proxima-nova,"Helvetica Neue",Helvetica,Arial,sans-serif; */
  font-size: 16px;
  text-align: justify;
}
.content img{
  width:100%;
}
.glyp{
  vertical-align: text-top;
}
.spantext{
  margin-right: 10px;
}
.header-container{
  padding-top: 10px;
  padding-bottom: 10px;
}
.custcont2{
  padding:0;
}
.phoneno{
  text-align:right;
  padding: 0 15px 0 0;
  font-weight: 500;
  font-size: 24px;
  margin:auto;
}
.phoneno a{
  color: #000;
}
.nomargin{
  margin:0;
}
.leftmargin{
  margin-left: 5px;
}
.headerline{
  border-bottom: 2px solid #4a6a7c;
}
.navbar-default .navbar-nav>a, .navbar-default .navbar-nav>a:focus, .navbar-default .navbar-nav>a:hover{color:#000;}
.navbar-default .navbar-nav>.active>a, .navbar-default .navbar-nav>.active>a:focus, .navbar-default .navbar-nav>.active>a:hover{color:#000;}
.navbar-default .navbar-nav>li>a:hover{background-color: #e7e7e7;}
.navbar-default{
  background-color: #fff;
    border-color:#fff;
}
.navbar-toggle{
  margin-top: 0;
  margin-bottom: 0;
}
.navbar{
  min-height: 40px;
}
.gall{
  margin-bottom: 10px;
}
.type-padding{
  padding-left: 25px;
}

.footer{
  background: #373F50;
}
.foottext{
  color:#fff;
  font-size: 14px;
  margin-bottom: 0;
}
.foottext.rera-no{
  word-break: break-all;
}
.table{
  background: #fff;
  margin-bottom: 0;
}
.qfact>th{
  color: #595959;
    font-size: 12px;
    width: 35%;
}
.qfact>td{
  font-weight: 600;
  word-break: break-all;
}
.table>tbody>tr>td, .table>tbody>tr>th, .table>tfoot>tr>td, .table>tfoot>tr>th, .table>thead>tr>td, .table>thead>tr>th{vertical-align: baseline;}
.tablemargin{
  margin-top: 5px;
  border: 1px solid #cccccc;
}
.heading-text {
    font-weight: 600;
    font-style: normal;
    font-size: 22px;
    padding: 0;
    text-align: center;
}
.eq-info{
  display: block;
  font-size: 12px;
  text-align: center;
  color: #5f5f5f;
}
.img-info{
  font-size: 16px;
    display: inline-block;
    padding: 5px;
}
.footer{
  padding-top: 30px;
  padding-left: 0;
  padding-bottom: 30px;
}
.footer ul{
  padding-left: 0;
}
.footer li{
  list-style-type: none;
}
.footer h4{
  color:#fff;
}
.footer a{
  color: rgba(255,255,255,.65);
  /* opacity: 0.60; */
  text-decoration: none;
}
.footer a:hover{
  color:#fff;
  text-decoration: none;
}
.carousel-inner>.item>a>img, .carousel-inner>.item>img, .img-responsive, .thumbnail a>img, .thumbnail>img{
  max-height: 100px;
  height: 100px;
}
.thumbnail{
  margin-bottom: 0;
}
li.heading{
  list-style-type: none;
  font-weight: bold;
  color:#333;
  border-bottom: 2px solid #ccc;
}
.thumb{
  margin-bottom: 10px;
}
.amenities ul{
  padding-left: 20px;
}
.amenities li{
  text-align: left;
  text-transform: lowercase;
}
.amenities li:first-letter{
  text-transform: uppercase;
}
.navbar-brand{
  font-size: 22px;
  color:#000!important;
  float:left;
  padding:8px;
  height: auto;
}
.head-cta-btn{
  font-size: 14px;
  margin-right: 10px;
  cursor: pointer;
}
.head-cta-btn .glyphicon{
  animation: blink 1s linear infinite;
}
@keyframes blink{
  0%{opacity: 0;}
  50%{opacity: .5;}
  100%{opacity: 1;}
}
.translucent {
    background: #000;
    opacity: 0.4;
    z-index: 99999;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}
.popup-cf{
  display: none;
}
.popup-cf .formcontain{
    position: fixed;
    z-index: 99999;
    width: 350px;
    height: auto;
    background: #fff;
    top: 50%;
    margin-top: -175px;
    margin-left: -175px;
    left: 50%;
    padding: 10px;
    border: 0px solid #ddd;
    border-radius: 5px;
    box-shadow: 0 0 25px rgba(000,000,000,0.1);
}
.download-broc-mob{
  background: #FF8C56;
}
.proj-rera{
  position: absolute;
  padding: 10px;
    border: 1px solid #fff;
  background: #00000080;
  top: 76%;
  left: 50%;
    transform: translate(5%, -10%);
}
.proj-rera li{
  font-size: 10px;
  color: #fff;
  list-style-type: none;
}
.proj-logo{
  display: inline-block;
}
/* .proj-logo img{
  width: 150px;
  height: auto;
} */
.header-right{
  display: inline-block;
  vertical-align: middle;
}
.top-cf{
  position: absolute;
  top: 40px;
  right: 15px;
  background: #fff;
  width: 300px;
  box-shadow: 0 5px 5px -3px rgb(0 0 0 / 20%), 0 8px 10px 1px rgb(0 0 0 / 14%), 0 3px 14px 2px rgb(0 0 0 / 12%);
}
.formcontain .btn-close{
  position: absolute;
  right: 15px;
  top: 10px;
  font-size: 14px;
}
.comp-logo{
  text-align: right;
}
.comp-logo img{
  width: 200px;
}
.nopad-right{
  padding-right: 0;
}
.nopad-left{
  padding-left: 0;
}
.float-cf{
  margin-top: 5px;
  border: 1px solid #ccc;
}
.content-sub-tab{
  margin-top: 10px;
}
.content-sub-tab.nav.nav-tabs>li>a{
  border-bottom: 2px solid #4a6a7c;
  color: #333;
  border-radius: 4px 4px 0 0;
  background-color: #eee;
}
.content-sub-tab.nav>li.active>a, .content-sub-tab.nav>li.active>a:focus, .content-sub-tab.nav>li.active>a:hover{
  background-color: #FF8C56;
  color: #fff;
  border: 2px solid #4a6a7c;
  border-bottom-color: #fff;
}
.whatsapp-chat{
  position: fixed;
  bottom: 110px;
  right: 18px;
  cursor: pointer;
  background-color: #25D366;
  padding: 8px;
  border-radius: 50%;
  z-index: 1;
}
.blog-section{
  margin-bottom: 20px;
}
.blog-sec-row{
  padding: 0 15px;
}
.blog-post{
  font-size: 18px;
  text-align: center;
  margin-right: 15px;
  margin-bottom: 15px;
  padding: 20px 10px;
  border: 3px solid #ccc;
}
.blog-content{
  width: 70%;
    margin: 0 auto;
}
.blog-content p{
  font-size: 20px;
}
.blog-content h2{
  font-size: 24px;
}

@media (min-width: 768px){
  .navbar{
    min-height: 0;
    border-radius:0;
    border:none;
  }
  .navbar-nav{
    padding:0;
  }
  .navbar-nav>li>a {
      padding:0;
  }
  .navbar-default{
    background-color: #fff;
    border-color: #fff;
  }
  .navbar-collapse{
    padding-left:0;
  }
  .custmenu ul li a{
    font-size: 14px;
      font-weight: bold;
      font-family: din,Calibri,Cantarell,sans-serif;
      text-decoration: none;
      text-transform: none;
      padding: 5px 15px;
      border: 2px solid transparent;
      border-radius: 5px 5px 0 0;
  }
  .custmenu ul li a.active{
    color:#000;
  }
  .custmenu ul li.active a{
    padding: 0 10px;
      display: inline-block;
      font-weight: 600;
      font-size: 14px;
      line-height: 32px;
      text-decoration: none;
      color: #333;
      background: #f1f1f1;
      outline: none;
      border: 2px solid #4a6a7c;
      border-bottom: 2px solid transparent;
      border-radius: 5px 5px 0 0;
      position: relative;
      transition: border-color .3s linear;
      margin-bottom:-2px;
      z-index: 3;
  }
  .navbar-default{
    background-color:#fff;
  }
  .navbar{
    border:none;
  }
  .gall a>img{
    max-height: 300px;
    height: 300px;
  }
}
@media (max-width: 767px){
  body{
    padding-top: 45px;
    padding-bottom: 30px;
  }
  .feature-image img{
    width: 100%;
    height: 200px;
  }
  .headertext{
    text-align: center;
    margin:0;
  }
  .headerline{
    border:none;
    box-shadow: 0 2px 4px 0 rgba(0,0,0,0.16),0 6px 10px 0 rgba(0,0,0,0.12);
  }
  .table-responsive{
    margin-bottom:0;
    border: none !important;
  }
  .respbar{
    padding: 0;
    position: fixed;
    bottom: 0;
    background: #FF8C56;
    width:100%;
    color: #ffffff;
  }
  .mobilebar{
    height:40px;
    width:100%;
  }
  .mobilebar td{
    border:3px solid #fff;
    width:30%;
    text-align:center;
    padding: 8px 0;
  }
  .mobilebar a, .mobilebar span{
    font-size: 20px;
    color:#fff;
    text-decoration: none;
    display: block;
  }
  .gall a>img{
    max-height: 160px;
    height: auto;
  }
  .navbar{
    margin-top: 5px;
  }
  .col-md-12{
    padding: 0;
  }
  .proj-rera{
    padding: 2px;
    top: 75%;
    left: 49%;
  }
  .proj-rera li{
    font-size: 6px;
    color: #fff;
    list-style-type: none;
  }
  .type-padding{
    padding-left: 10px;
  }
  .content-sub-tab{
    display: table;
  }
  .content-sub-tab.nav-tabs>li{
    display: table-cell;
  }
  .content-sub-tab.nav-tabs>li>a{
    color: #333;
    border-radius: 0;
    background-color: #eee;
    padding: 8px 15px;
    font-size: 14px;
  }
  .header-container.hd-2 .proj-head-wrap, .header-container.hd-2 .proj-nav-wrap, .header-container.hd-2 .proj-contact-wrap{
    flex: 1 1 auto;
  }
}
@media only screen 
  and (min-width: 768px) 
  and (max-width: 991px) {
  .col-md-12 {
      width: 100%;
      float:left;
  }
  .col-md-9 {
      width: 100%;
      float:left;
  }
  /* .col-md-3{
    width: 100%;
    float:left;
  } */
  .custmenu ul li a{
    padding: 5px 9px;
    font-size: 11px;
  }
  .custmenu ul li.active a{
    font-size: 12px;
  }
  .gall a>img{
    max-height: 160px;
  }
  .navbar-brand{
    display: none;
  }

  
}
@media (min-width: 992px){
  .tablemargin{
    float: right!important;
  }
}


.proj-head-wrap{
  align-items: center;
}
.proj-head-wrap, .proj-nav-wrap, .proj-contact-wrap{
  flex: 1 1 auto;
  width: auto;
}
.header-container{
  display: flex;
}
.header-container.hd-2{
  justify-content: space-between;
}
.hd-2 .proj-head-wrap, .hd-2 .proj-nav-wrap, .hd-2 .proj-contact-wrap{
  flex: none;
}
.proj-contact-wrap{
  align-items: center;
  justify-content: flex-end;
}
.proj-contact-wrap a{
  color: #17161A;
  text-decoration: none;
}
.proj-contact-wrap .download-svg{
  color: #0099FF;
}
.nav-link{
  color: #17161A;
}
.nav-link:hover, .nav-link:focus{
  color: #FF8C56;
}
.navbar-nav .show > .nav-link, .navbar-nav .nav-link.active{
  color: #FF8C56;
  border-bottom: 2px solid #FF8C56;
}
section.feature-image{
  margin-bottom: 1rem;
}
section:not(.header):not(.feature-image):not(.footer):not(.bread-crumb){
  margin-bottom: 2rem;
  text-align: center;
}
.highlights-table{
  width: 95%;
  margin: 0 auto;
}
.highlights-table thead>tr>th{
  color: #17161A;
  font-size: 14px;
}
p{
  text-align: justify;
}
.highlights-row{
  justify-content: space-evenly;
}
.section-head-h1{
  font-size: 24px;
}
.section-head-h1, .section-head-h2{
  border-top: 2px solid #ededed;
  border-bottom: 2px solid #ededed;
  padding: 10px 0;
  text-align: center;
  font-weight: bold;
  margin-bottom: 1rem
}
.highlights-table.table-striped > tbody > tr:nth-of-type(odd) > th {
  color: #595959;
}
.download-btn-section{
  display: flex;
  width: fit-content;
  justify-content: center;
  align-items: center;
  margin: 0 auto;
}
.amenities .row{
  justify-content: center;
}
.amenities-wrap{
  text-align: center;
}
.amenities-img{
  max-width: 100%;
}
.amenities-title{
  font-weight: bold;
  margin-top: 5px;
  display: inline-block;
}
.image-wrapper{
  position: relative;
  overflow: hidden;
}
.image-overlay{
  position: absolute;
  top: -100%;
  z-index: 111;
  width: 100%;
  height: 100%;
  background: rgba(0,0,0,.7);
  -webkit-transition: all .5s ease-in-out;
  -moz-transition: all .5s ease-in-out;
  -o-transition: all .5s ease-in-out;
  -ms-transition: all .5s ease-in-out;
  transition: all .5s ease-in-out;
}
.image-wrapper:hover .image-overlay{
  left: 0;
  top: 0;
  -webkit-transition: all .5s ease-in-out;
  -moz-transition: all .5s ease-in-out;
  -o-transition: all .5s ease-in-out;
  -ms-transition: all .5s ease-in-out;
  transition: all .5s ease-in-out;
}
.image-overlay-btn{
  font-size: 14px;
  text-transform: uppercase;
  border: 0.1vw solid #e0e0e0;
  background: 0 0;
  border-radius: 0;
  position: absolute;
  top: -15%;
  left: 50%;
  z-index: 222;
  -moz-transform: translate(-50%,-50%);
  -ms-transform: translate(-50%,-50%);
  -o-transform: translate(-50%,-50%);
  -webkit-transform: translate(-50%,-50%);
  transform: translate(-50%,-50%);
  -webkit-transition: all .5s ease-in-out;
  -moz-transition: all .5s ease-in-out;
  -o-transition: all .5s ease-in-out;
  -ms-transition: all .5s ease-in-out;
  transition: all .5s ease-in-out;
}
.image-wrapper:hover .image-overlay-btn{
  color: #e0e0e0;
  background: rgba(0,0,0,.7);
  top: 50%;
  -webkit-transition: all .8s ease-in-out;
  -moz-transition: all .8s ease-in-out;
  -o-transition: all .8s ease-in-out;
  -ms-transition: all .8s ease-in-out;
  transition: all .8s ease-in-out;
}
.faq-head{
  padding: 8px 5px;
  text-align: left;
  background-color: rgba(0, 0, 0, 0.05);
}
.faq-qn{
  margin: 0;
}
.faq-body{
  margin-top: 10px;
  margin-bottom: 15px;
  box-shadow: 0 0 1rem rgb(0 0 0 / 25%);
  border-radius: 0.375rem;
  padding: 1rem;
}
.faq-ans{
  margin: 0;
  word-wrap: break-word;
}
.enq-right-btn{
  position: fixed;
  right: -55px;
  top: 40%;
  padding: 10px 0;
  width: 150px;
  cursor: pointer;
  transform: rotate(90deg);
  z-index: 99;
  background: #FF8C56;
  text-align: center;
  color: #ffffff;
}
.enq-right-btn:hover{
 background-color: #FF8C56; 
}
.unit-type{
  background-color: #FF8C56;
  color: #ffffff;
  padding: 5px;
  margin-top: 5px;
}
.goto-top-btn{
  display: none;
  position: fixed;
  bottom: 55px;
  right: 20px;
  cursor: pointer;
  padding: 8px;
  background-color: #FF8C56;
  color: #ffffff;
  z-index: 1;
}
.goto-top-btn:hover .top-text{
  visibility: visible;
  opacity: 1;
}
.top-text{
  position: absolute;
  top: 50%;
  right: 100%;
  transform: translateY(-50%);
  transition: opacity .25s ease-in-out,visibility .25s ease-in-out;
  opacity: 0;
  color: #FF8C56;
  margin-right: 5px;
}
.blogs a{
  text-decoration: none;
}
.blogs .card-title{
  font-weight: bold;
}
.call-icon{
  margin-right: 2px;
  display: inline-block;
}
.gallery .card-title{
  margin-bottom: 0;
}

/* Gallery modal */
/* The Modal (background) */
.modal {
  display: none; /* Hidden by default */
  position: fixed; /* Stay in place */
  z-index: 9999; /* Sit on top */
  padding-top: 50px; /* Location of the box */
  left: 0;
  top: 0;
  width: 100%; /* Full width */
  height: 100%; /* Full height */
  overflow: auto; /* Enable scroll if needed */
  background-color: rgb(0,0,0); /* Fallback color */
  background-color: rgba(0,0,0,0.9); /* Black w/ opacity */
}

/* Modal Content (image) */
.modal-content {
  margin: auto;
  display: block;
  width: 80%;
  max-width: 700px;
}

/* Caption of Modal Image */
#caption {
  margin: auto;
  display: block;
  width: 80%;
  max-width: 700px;
  text-align: center;
  color: #ccc;
  padding: 10px 0;
  height: 150px;
}

/* Add Animation */
.modal-content, #caption {  
  -webkit-animation-name: zoom;
  -webkit-animation-duration: 0.6s;
  animation-name: zoom;
  animation-duration: 0.6s;
}

@-webkit-keyframes zoom {
  from {-webkit-transform:scale(0)} 
  to {-webkit-transform:scale(1)}
}

@keyframes zoom {
  from {transform:scale(0)} 
  to {transform:scale(1)}
}

/* The Close Button */
.close-img-modal {
  position: absolute;
  top: 5px;
  right: 35px;
  color: #f1f1f1;
  font-size: 40px;
  font-weight: bold;
  transition: 0.3s;
}

.close-img-modal:hover,
.close-img-modal:focus {
  color: #bbb;
  text-decoration: none;
  cursor: pointer;
}
.contact-page-form{
  margin: 0 auto;
}
.specs{
  list-style-type: none;
  padding-left: 0;
  word-break: break-word;
}
.specs li{
  text-align: left;
}
.spec-cat{
  text-transform: uppercase;
  color: #FF8C56;
  font-weight: 600;
}
.spec-type{
  font-weight: bold;
}
.view-img{
  display: inline-block;
  background-color: #FF8C56;
  color: #ffffff;
  padding: 5px 8px;
  margin-top: 5px;
  border-radius: 0.375rem;
}
.btn-social.bs-light{
  background-color: rgba(255,255,255,.65);
  color: #fff;
}
.btn-social{
  display: inline-block;
  width: 2.25rem;
  height: 2.25rem;
  padding: 0;
  border: 1px solid rgba(0,0,0,0);
  transition: border-color .25s ease-in-out,background-color .25s ease-in-out,color .25s ease-in-out,box-shadow .25s ease-in-out;
  border-radius: .3125rem;
  background-color: #f3f5f9;
  color: #4b566b;
  font-size: .875rem;
  text-align: center;
  text-decoration: none !important;
  line-height: 2.2;
  vertical-align: middle;
}
.btn-social.bs-light:hover{
  background-color: #fff !important;
  box-shadow: none !important;
}
.btn-social:focus{
  outline: none;
}
.btn-social:active{
  transition: none;
  box-shadow: none !important;
}
.cf-spinner{
  display: none;
}
.translucent-spinner{
  background: rgba(0,0,0,.2);
  opacity: 0.4;
  z-index: 99999;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.spinner-border{
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
}
.spinner-text{
  position: absolute;
  font-weight: bold;
  top: 60%;
  left: 51%;
  transform: translate(-50%, -50%);
}
/* 100% Image Width on Smaller Screens */
@media only screen and (max-width: 700px){
  .modal-content {
    width: 100%;
  }
}

@media (max-width: 767px){
  .navbar{
    padding: 0;
    margin: 0;
  }
  .header-container{
    padding-top: 0;
    padding-bottom: 0;
  }
  .section-head-h2{
    font-size: 18px;
  }
  .section-head-h1{
    font-size: 18px;
    display: none;
  }
}
@media (min-width: 992px) and (max-width: 1200px){
  .headertext{
    font-size: 12px;
  }
  .navbar-nav .nav-item{
    font-size: 12px;
  }
  .head-cta-btn{
    font-size: 12px;
  }
  .proj-contact-wrap a{
    font-size: 12px;
  }
}
