@font-face {
  font-family: 'BigNoodleTitlingOblique';
  src: url('assets/BigNoodleTitling-Oblique.eot');
  src: url('assets/BigNoodleTitling-Oblique.eot?#iefix') format('embedded-opentype'),
  url('assets/BigNoodleTitling-Oblique.woff2') format('woff2'),
  url('assets/BigNoodleTitling-Oblique.woff') format('woff'),
  url('assets/BigNoodleTitling-Oblique.ttf') format('truetype'),
  url('assets/BigNoodleTitling-Oblique.svg#BigNoodleTitling-Oblique') format('svg');
  font-weight: normal;
  font-style: normal;
}

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

html, body{
  padding: 0;
  margin: 0;
  font-size: 15px;
  -webkit-font-smoothing: antialiased;
  color: #555;
  line-height: 1.4;
  font-family: 'Poppins', sans-serif;
}
a, img, button, input[type=submit]{
  text-decoration: none;
  outline: none;
  border: 0;
  transition: all .2s ease;
}
b, strong{
  font-weight: 700;
}
*, *:after, *:before {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
a:focus, a:hover{
  text-decoration: none !important;
}
p, ul, h1, h2, h3, h4, h5, h6, hr, figure{
  padding:0;
  margin:0;
}
.container{
  max-width: 1200px;
  margin: 0px auto;
  padding: 0 20px;
}
.container.small{
  max-width: 850px;
  padding: 0 20px;
}
.container.medium{
  max-width: 1000px;
  padding: 0 20px;
}
.pull-left{
  float: left !important;
}
.pull-right{
  float: right !important;
}
.text-left{
  text-align: left;
}
.text-center{
  text-align: center;
}
.text-right{
  text-align: right;
}
.text-justify{
  text-align: justify;
}
.text-uppercase{
  text-transform: uppercase;
}
.text-lowercase{
  text-transform: lowercase;
}
.text-italic{
  font-style: italic;
}
.text-light{
  font-weight: 300;
}
.text-medium{
  font-weight: 400;
}
.text-bold{
  font-weight: 500;
}
.text-bolder{
  font-weight: 800;
}
.txt-black{
  color:#000!important;
}
.txt-lblack{
  color:#4e4d4d!important;
}
.mg-bm-10{
  margin-bottom: 10px;
}
.mg-bm-20{
  margin-bottom: 20px;
}
.mg-bm-30{
  margin-bottom: 30px;
}
.mg-bm-40{
  margin-bottom: 40px;
}
.mg-bm-50{
  margin-bottom: 50px;
}
.mg-bm-60{
  margin-bottom: 60px;
}
.mg-bm-70{
  margin-bottom: 70px;
}
.mg-bm-80{
  margin-bottom: 80px;
}
.mg-bm-90{
  margin-bottom: 90px;
}
.mg-top-10{
  margin-top: 10px;
}
.mg-top-20{
  margin-top: 20px;
}
.mg-top-30{
  margin-top: 30px;
}
.mg-top-40{
  margin-top: 40px;
}
.mg-top-50{
  margin-top: 50px;
}
.mg-top-60{
  margin-top: 60px;
}
.mg-top-70{
  margin-top: 70px;
}
.mg-top-80{
  margin-top: 80px;
}
.mg-top-90{
  margin-top: 90px;
}
.mg-top-20{
  margin-top: 20px;
}
.txt-white{
  color:#fff !important;
}
.txt-orange{
  color:#d7a95c;
}
.img-responsive{
  max-width: 100%;
  height: auto;
}
.img-full{
  width: 100%;
  height: auto;
}
.center-block{
  margin: 0 auto;
}
.bg-white{
  background-color: #fff;
}
.bg-cover{
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
.col-1{
  width: 8.333333333333333%;
}
.col-2{
  width: 16.66666666666667%;
}
.col-3{
  width: 25%;
}
.col-4{
  width: 33.33333333333333%;
}
.col-5{
  width: 41.66666666666667%;
}
.col-6{
  width: 50%;
}
.col-7{
  width: 58.33333333333333%;
}
.col-8{
  width: 66.66666666666667%;
}
.col-9{
  width: 75%;
}
.col-10{
  width: 83.33333333333333%;
}
.col-11{
  width: 91.66666666666667%;
}
.col-12{
  width: 100%;
}
.col-12-5{
  width: 20%;
}
.w70{
  width: 70%;
}
.w30{
  width: 30%;
}
.margintop-30{
  margin-top: 30px;
}
.col-1, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-10, .col-11, .col-12, .col-12-5, .w30, .w70{
  float: left;
}
.col-md-offset-2{
  margin-left: 16.66666666666667%;
}
.col-md-offset-1{
  margin-left: 8.333333333333333%;
}
.mg-top-50{
  margin-top: 50px;
}
.mg-top-70{
  margin-top: 70px;
}
section{
  float: left;
  width: 100%;
}
section.padding{
  padding:70px 0;
}
section.padding-top{
  padding:120px 0 70px 0;
}
.relative{
  position: relative;
}
.absolute{
  position: absolute;
}
.fixed{
  position: fixed;
}
.bottom{
  bottom:0;
}
.top{
  top:0;
}
.left{
  left:0;
}
.right{
  right:0;
}
.visible-xs{
  display: none;
}
.visible-sm{
  display: none;
}
.hidden-xs{
  display: block
}
.row:before, .row:after{
  display: table;
  content: " ";
}
.row:after, .clearfix{
  clear: both;
}
.parallaxbg{
  background-attachment: fixed;
}
.disptable{
  display: table;
}
.table-cell{
  display: table-cell;
  vertical-align: middle;
}
.hidden-lg{
  display: none;
}
/*SellDo*/
.selldof .form-group {
  position: relative;
  margin-bottom: 20px !important;
}
.selldof .title {
  display: none!important;
}
.sell_do_virtual_numbers, .selldof{
  font-family: 'Poppins', sans-serif !important;
}
.selldof .btn, .sell_do_ctc_btn, .selldof .btn, .sell_do_verify_btn {
 color: #3e3e3e!important;
 font-weight: 600!important;
 border: 0!important;
 text-transform: uppercase;
 background-color: #bfd73e!important;
}
.selldof .help-block {
  position: absolute;
  top: 90%;
  left: 0;
}
.sell_do_virtual_number_mobile{
  color: #222 !important;
  font-weight: 600;
}
.thankyou{
  padding-left: 20px;
}
/*SellDo*/



/*General Styling*/
.fn-12{
  font-size: 12px!important;
}
.fn-14{
  font-size: 14px!important;
}
.fn-16{
  font-size: 16px!important;
}
.fn-18{
  font-size: 18px;
}
.fn-20{
  font-size: 20px;
}
.fn-22{
  font-size: 22px;
}
.fn-24{
  font-size: 24px;
}
.fn-14{
  font-size: 14px;
}
.fn-400{
  font-weight: 400;
}
.fn-500{
  font-weight: 500;
}
.fn-600{
  font-weight: 600;
}
.fn-700{
  font-weight: 700;
}
p.head, p.subhead{
  margin-bottom: 20px;
  font-weight: 600;
}
p.head{
  font-size: 1.3em
}
p.subhead{
  font-size: 24px;
  text-transform: uppercase;
}
a.green-btn{
  display: inline-block;
  margin: 10px 0;
  padding:15px 20px;
  background-color: #c1dc2e;
  color:#444;
  font-weight: 600;
  text-transform: uppercase;
}
.morecontent span {
  display: none;
}
.morelink {
  display: inline-block;
  color:#c1dc2e;
  text-transform: uppercase;
  font-size: 12px;
}
.popup {
  width: 100%;
  height: 100%;
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9999;
  background: rgba(0, 0, 0, 0.65);
  overflow: hidden;
}
.popup-inner {
  max-width: 80%;
  width: 90%;
  position: absolute;
  z-index: 102;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  border-radius: 3px;
  text-align: center;
}
.popup-pro-box {
  line-height: 26px;
  font-size: 14px;
}
.popup-close {
  width: 30px;
  height: 30px;
  padding-top: 4px;
  display: inline-block;
  text-decoration: none;
  position: absolute;
  top: 5px;
  right: 7px;
  transition: ease .25s all;
  -webkit-transform: translate(50%, -50%);
  transform: translate(50%, -50%);
  border-radius: 1000px;
  background: #d0a357;
  font-size: 20px;
  text-align: center;
  line-height: 98%;
  color: #fff;
  border: 1px solid #d0a357;
}
.form-title {
  padding: 10px 15px;
  background: rgba(192, 219, 0, 0.7);
  font-size: 17px;
  font-weight: 500;
  line-height: 26px;
}
.form-inner {
  padding: 10px 0;
}
.open-form{
  cursor: pointer;
}
/*General Styling Ends*/
header{
  position: fixed;
  top:0;
  left: 0;
  width: 100%;
  padding:16px 0 0px;
  background-color: #030f3d;
  z-index: 9999;
}
header .enq-btn-wrapper{
  margin-left: 15px;
}
header .enq-btn-wrapper>a.enq-btn{
 padding: 14px 15px 10px 30px;
 text-transform: uppercase;
 color: #000;
 font-size: 12px;
 border-radius: 50px;
 letter-spacing: 1px;
 font-weight: 500;
 background-color: #c1dc2e;
 width: 175px;
 display: block;
 position: relative;
 height: 42px;
 margin-top: 14px;
}
header .enq-btn-wrapper>a.enq-btn img{
 position: absolute;
 right: 11px;
 top: 7px;
}
header .brand-logo img{
 margin-top: 3px;
}
header .number-wrapper{
  margin-top: -11px;
  position: relative;
  float: left!important;
  margin-left: 38px;
}
header .number-wrapper>span{
  font-weight: 600;
  color: #000;
  font-size: 14px;
}
/*header .number-wrapper:before{
 position: absolute;
 content: '';
 left: -37px;
 height: 38px;
 width: 1px;
 background-color: rgb(242,244,246);
 top: -9px;
 }*/
 header .nav-links{
  margin-top: -5px;
}
header .nav-links a{
  display: inline-block;
  margin-right: 18px;
  font-size: 14px;
  font-family: 'Poppins', sans-serif;
  line-height: 70px;
  letter-spacing: normal;
  text-align: center;
  color: #ffffff;
}
header .nav-links a.active{
  position: relative;
}
header .nav-links a.active:after{
  background-color: #d7a95c;
  content: '';
  width: 100%;
  height: 4px;
  left: 0;
  bottom: 0px;
  position: absolute;
}
a.header-btn {
    color: #fff;
    font-size: 14px;
    padding: 6px;
    line-height: 26px;
    background-color: #d7a95c;
    width: 107px;
    display: block;
    margin: 5px 0px;
    position: relative;
    font-weight: 500;
    text-align: center;
}
.enquire-form {
    position: absolute;
    right: 0;
    padding: 10px;
    /*background-color: rgba(0,0,0,0.5);*/
    background-color:#000;
    width: 300px;
    display: none;
}
.enquire-form input {
    height: 39px;
    padding: 10px;
    margin-bottom: 20px;
    width: 100%;
    border: none;
}
.enquire-form .popup-close{
  display: none;
}
.submit-btn {
   color: #fff;
    font-size: 19px;
    padding: 6px;
    line-height: 23px;
    background-color: #d7a95c!important;
    width: 107px;
    display: block;
    margin: 5px auto;
    position: relative;
    font-weight: 700;
    text-align: center;
    cursor: pointer;
    text-transform: uppercase;
}
.mob-footer{
  position: fixed;
  bottom: -1px;
  left: 0;
  width: 100%;
  line-height: 30px;
  z-index: 999;
}
.mob-footer .mob-number{
  text-align: center;
  background-color: #c1dc2e;
  padding: 10px;
  height: 50px;
  border-right: 1px solid #9c9c9c;
  font-weight: 700;
}

.mob-footer .mob-enq-btn a{
  display: block;
  background-color: #d7a85b;
  color: #fff;
  text-transform: uppercase;
  font-weight: 600;
  text-align: center;
  padding: 10px;
}
.no-pd{
 padding: 0px;
}

/******************************* Banner *****************************/
#home{
  position: relative;
  z-index: 1;
}
.home-banner-1{
  background-image: url('assets/home-banner-1.jpg');
}
.home-banner-2{
 background-image: url('assets/home-banner-2.jpg');
}
.home-banner-3{
 background-image: url('assets/home-banner-3.jpg');
}

.home-banner-1, .home-banner-2,.home-banner-3, .blog-home-banner-1{
  background-size: 100% 100%;
  background-position: center center;
  height: 100%;
  width: 100%!important;
}
.home-banner, #home .bx-wrapper, #home .bx-viewport, .home-banner1{
  width: 100%!important;
  height: 100%!important;
}
.home .bx-controls{
 position: absolute;
 bottom: 183px;
 right: 15%;
 width: 88px;
 z-index: 999;
}
span.arrow-down {
  color: #fff;
  text-transform: uppercase;
  transform: rotate(90deg);
  display: block;
  margin: 33px 1px 11px 0px;
  letter-spacing: 3px;
  font-size: 10px;
}
a.scroll-down.next-sec {
  position: absolute;
  bottom: 40px;
  z-index: 123;
  right: 50%;
  text-align: center;
}
.home .bx-controls .bx-prev, .home .bx-controls .bx-next{
  width: 22px;
  height: 18px;
  display: inline-block;
  background-position: center;
  background-size: auto;
  background-repeat: no-repeat;
  margin: 10px;
  transition: none;
}
.home .bx-controls .bx-prev{
  background-image: url('assets/slider-arrow.png');
}
.home .bx-controls .bx-next{
  background-image: url('assets/slider-arrow.png');
  transform: rotate(180deg);
}
.home .bx-controls .bx-prev:hover{
  background-image: url('assets/slider-arrow1.png');
  transform: rotate(180deg);
}
.home .bx-controls .bx-next:hover{
  background-image: url('assets/slider-arrow1.png');
  transform: rotate(0deg);
}

span.white-patch {
  position: absolute;
  bottom: 0;
  right: 0;
  height: 170px;
  width: 444px;
  background-color: #fff;
  z-index: 123;
}
span.white-patch:after{
  content: '';
  position: absolute;
  width: 1px;
  height: 170px;
  border-left: 1px solid rgba(70, 91, 62, 0.2);
  left: 123px;
  top: 0px;
}
span.arrow-right {
  margin-left: 7px;
  position: relative;
  top: 1px;
}
.banner-captions{
  position: relative;
  left: 0px;
  font-weight: 700;
  text-align: left;
  top: 230px;
  height: 100%;
  width: 80%;
  margin: 0 auto;
}
.banner-title{
  font-size: 64px;
  line-height: 61px;
  color: #fff;
  font-family: 'BigNoodleTitling';
  text-transform: uppercase;
  font-weight: normal;
}
.banner-title-info {
  display: block;
  font-size: 24px;
  line-height: 30px;
  font-weight: 500;
  color: #e6ebf3;
  margin-top: 10px;
  margin-bottom: 20px;
}

p.banner-offer-title {
    color: #fff;
    /*width: 38%;*/
    background-color: #ffffff54;
    padding: 10px;
    display: inline-block;
}
.banner-btn{
  color: #fff;
  font-size: 14px;
  padding: 10px;
  line-height: 26px;
  background-color: #d7a95c;
  width: 138px;
  display: block;
  margin: 14px 0px;
  position: relative;
  font-weight: 500;
}
p.rera-right {
    position: relative;
    color: #fff;
    /* bottom: -9px; */
    top: 112px;
    right: 0px;
    font-size: 13px;
    float: right;
    width: 29%;
    padding: 20px;
}

/************************* Section Overview **********************/
.container{
  position: relative;
}
.overview .container, .project .container, .amenities .container, .flexi_wall .container, .karle_town_centre .container, .accessibility .container, .about_us .container{
 padding: 80px 100px 0;
}
.overview, .project, .amenities, .flexi_wall, .karle_town_centre, .accessibility{
  /*padding: 80px 0px 0;*/
  position: relative;
  z-index: 123
}
.sec_small_title{
  font-family: 'BigNoodleTitling';
  font-size: 49px;
  line-height: 48px;
  letter-spacing: 1px;
  color: #d8c29e;
  font-weight: 600;
}

.sec_title {
  font-family: 'BigNoodleTitling';
  font-size: 35px;
  line-height: 48px;
  letter-spacing: 1px;
  color: #222222;
  font-weight: 600;
  margin-bottom: 10px;
}
.sec-desc{
  font-size: 16px;
  line-height: 24px;
  color: #767676;
}
.with-opacity{
  color: rgba(148, 104, 31, 0.3);
  opacity: 0.8;
}
.overview-img{
  text-align: center;
  padding: 50px 0 0 50px;
  z-index: 123;
  /*width: 452px;*/
  margin: -170px auto 0;
  background-color: #fff;
}
.overview-btn{
    color: #fff;
    font-size: 14px;
    padding: 10px;
    line-height: 26px;
    background-color: #d7a95c;
    width: 213px;
    display: block;
    margin: 14px 0px;
    position: relative;
    font-weight: 500;
}
.w-500{
  width: 500px;
}
.br-lf-rt:before,.br-lf-rt:after{
 content: '';
 position: absolute;
 top: 0px;
 border-left: 1px solid rgba(70, 91, 62, 0.2);
 height: 100%;
}
.br-lf-rt:before{
  left: 0px;
}
.br-lf-rt:after{
  right: 0px;
}

.wd-70pr{
  width: 70%;
  margin: 0 auto;
  display: block;
}
.mg-lf-200{
  margin-left: -200px;
}
.mg-lf-100{
  margin-left: -100px;
}
.mg-lf-50{
  margin-left: -50px;
}
.wall-img{
  display: none;
}
.wall-img.active{
  display: block;
  margin: 0 auto;
}
.img-inner{
  display: inline-block;
  position: relative;
}
.flexi-btn{
  width: 115px;
  height: 40px;
  background-color: #e9e9e9;
  font-size: 14px;
  line-height: 40px;
  color: #696868;
  border: solid 1px #c9c9c9;
  display: inline-block;
  font-weight: 600;
}
.flexi-btn.active{
  background-color: #d7a95c;
  color: #fff;
  border: solid 1px #d7a95c;
}
.flexi-btn-set{
  position: absolute;
  bottom: -20px;
  right: 35px;
}
.img-inner:after,.img-inner:before{
 width: 230px;
 height: 142px;
 opacity: 0.07;
 background-color: #424242;
 position: absolute;
 content: '';
}
.img-inner:after{
  right: -221px;
  top: 0px;
}
.img-inner:before{
  left: -221px;
  bottom: 0px;
}
.project-icon{
  display: block;
  text-align: center;
}
.project-title{
  font-size: 16px;
  line-height: 23px;
  letter-spacing: 1px;
  text-align: center;
  color: #222222;
}
.project-list li {
  display: inline-block;
  width: 33.33%;
  float: left;
  border: 1px solid rgba(70, 91, 62, 0.04);
  height: 132px;
  margin-left: -1px;
  margin-top: -1px;
  padding: 15px 10px;
  list-style: none;
}
.w-50{
  width: 50%!important;
}
.download-brochure{
  background-color: #d7a95c;
  text-align: center;
  padding: 39px!important;
  color: #fff;
  display: block;
}
.download-brochure-li{
  padding: 0px!important;
}


.set {
  position: relative;
  width: 90%;
  height: auto;
  float: left;
}


.set a {
  display: block;
  padding: 17px 0px;
  text-decoration: none;
  color: #222222;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  transition: all 0.2s linear;
  border-radius: 4px;
  margin-top: 30px;
  font-size: 25px;
  font-weight: 600;
  z-index: 12;
  position: relative;
  height: auto;
  line-height: 0px;
  border-bottom: 1px solid #f1f1f1;
  font-family: 'BigNoodleTitling';
  letter-spacing: 1px;
}
.set a.active {
  color: #d7a95c;
}
.info-txt{
  font-size: 18px;
  color: #fff;
  font-weight: 600;
  text-align: center;
  position: relative;
  top: 54px;
}


.set a i {
  position: absolute;
  right: 17px;
  top: 50%;
  transform: translateY(-50%);
  border-radius: 100%;
  border: 1px solid #535353;
  width: 17px;
  height: 17px;
}
.set a:after {
  position: absolute;
  content: '';
  width: 53px;
  height: 100%;
  background-size: contain;
  left: 18px;
  top: 0;
  background-repeat: no-repeat;
  background-position: center;
}

.set a.active:after {
  width: 60px;
}
.set a .icon-plus{
  border: 1px solid #d7a95c;
}
.set a .icon-plus:after, .set a .icon-plus:before {
  position: absolute;
  content: '';
  top: 50%;
  transform: translate(-50%,-50%);
  text-align: center;
  left: 50%;
  background-color: #d7a95c;
  top: 8px;
}

.set a .icon-plus:after {
  width: 8px;
  height: 1px;
}

.set a .icon-plus:before {
  width: 1px;
  height: 8px;
}
.set a .icon-minus:after {
  width: 8px;
  height: 1px;
  background-color: #222;
  top: 8px;
  position: absolute;
  content: '';
  top: 50%;
  transform: translate(-50%,-50%);
  text-align: center;
  left: 50%;
}

.set .content {
  padding: 0px 0;
  margin-top: -5px;
  z-index: 12;
  display: none;
  text-align: center;
}
ul.project-amenities-list {
  margin-top: 12px;
}
.project-amenities-list li{
  list-style: none;
  padding: 9px 29px;
  font-size: 16px;
  line-height: 16px;
  color: #767676;
  text-align: left;
  position: relative
}

.project-amenities-list li:after{
  width: 10px;
  height: 10px;
  opacity: 0.5;
  background-color: #636363;
  content: '';
  position: absolute;
  left: 0px;
  top: 12px;
}

.karle_town_centre_list li{
  width: 33.33%;
}
.karle_town_centre_list li.w-50{
  width: 66.64%!important;
}
.col-offset-2{
  position: relative;
  left: 20%
}
.karle_town_centre .col-offset-2{
  padding-right: 100px;
}
.accessibility_list li{
  padding: 30px;
  height: 180px;
  width: 25%;
}
.accessibility_list .project-icon {
  display: block;
  text-align: left;
}
.accessibility_list .project-title {
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 1px;
  text-align: left;
  color: #222222;
  font-weight: 600;
  margin-top: 10px;
}
.accessibility-list a{
  font-family: 'Poppins';
  font-weight: 600;
  font-size: 16px;
  letter-spacing: 0px;
  padding-left: 40px;
  margin-top: 0px;
  margin-bottom: 10px;
}
.accessibility-list a:before{
  position: absolute;
  left: 0px;
  top: 4px;
  width: 23px;
  height: 23px;
  background-size: inherit;
  background-repeat: no-repeat;
  content: '';
  background-position: center;
}

.accessibility-list a.edu-icon:before{
  background-image: url('assets/education-without-select.png');
}
.accessibility-list a.edu-icon.active:before{
  background-image: url('assets/Selection-education.png');
}
.accessibility-list a.health-icon:before{
  background-image: url('assets/medical-without-Select.png');
}
.accessibility-list a.health-icon.active:before{
  background-image: url('assets/medical-select.png');
}
.accessibility-list a.hotel-icon:before{
  background-image: url('assets/building-without-Select.png');
}
.accessibility-list a.hotel-icon.active:before{
  background-image: url('assets/building-select.png');
}
.accessibility-list a.hub-icon:before{
  background-image: url('assets/growth-without-Select.png');
}
.accessibility-list a.hub-icon.active:before{
  background-image: url('assets/growth-select.png');
}
.accessibility-list .project-amenities-list li{
  margin-left: 40px;
  padding: 5px 29px;
}
.accessibility-list .project-amenities-list li:after{
  border-radius: 100%;
}
a.map-expand {
  width: 189px;
  height: 40px;
  background-color: #d0a357;
  color: #fff;
  padding: 10px 0px 10px 13px;
  font-weight: 500;
  position: absolute;
  right: 51px;
  bottom: -12px;
  font-size: 14px;
  text-align: left;
  line-height: 23px;
}
a.map-expand img{
  position: absolute;
  right: 9px;
}
.footer-top{
  background-image: url('assets/footer.jpg');
  background-repeat: no-repeat;
  background-size: cover;
  padding: 75px 0px;
}
a.goto-top {
  position: absolute;
  right: 0;
  top: -100px;
}
span.arror-icon {
  width: 48px;
  height: 48px;
  background-color: #d0a357;
  display: block;
  text-align: center;
  padding: 9px;
}
span.top-txt {
  font-size: 15px;
  font-weight: 300;
  letter-spacing: 3px;
  text-align: center;
  color: #d0a357;
  display: block;
  text-transform: uppercase;
  padding: 4px 0px;
}
.footer-sect {
  float: left;
  width: 100%;
  padding: 20px;
  background-color: #222222;

}
.footer-sect p, .footer-sect a {
  margin: 0px;
  font-weight: 400;
  font-size: 12px;
  letter-spacing: 1px;
  color: #ffffff;
}
.devl-by{
  text-align: right;
}
.footer-desc p{
  text-align: left;
  color: #fff;
  margin-bottom: 10px;
  font-size: 10px;
}
.footer-desc p strong{
  word-break: break-word;
}
.footer-desc{
  border-bottom: 1px solid #3a3a3a;
  margin-bottom: 15px;
}
.form-control{
  position: relative;
  height: 64px;
}
.form-control label.error{
  position: absolute;
    left: 0;
    bottom: 3px;
    color: red;
    font-size: 12px;
}
.alert-success{
    color: #fff;
    text-align: center;
}
.inline-block{
  display: inline-block;
}
span.img-tag {
    position: absolute;
    bottom: 5px;
    left: 10px;
    padding: 3px;
    background-color: rgba(0,0,0,0.5);
    color: #fff;
    font-size: 11px;
}

span.img-tag-disc {
    position: absolute;
    bottom: 5px;
    right: 10px;
    padding: 3px;
    background-color: rgba(0,0,0,0.5);
    color: #fff;
    font-size: 11px;
}

.no-right-pd{
  padding-right: 0px!important;
}
.overview-img-right{
position: absolute;
    top: 0;
    right: 0;
}
.footer-logo {
    margin-bottom: 30px;
    vertical-align: middle;
    white-space: nowrap;
}
.footer-logo img {
    margin: 0 20px;
    vertical-align: middle;
}
@media screen and (max-width: 1400px){
  .col-offset-2 {
    position: relative;
    left: 13%;
  }
  span.white-patch {
    width: 207px;
  }
}
@media screen and (max-width: 1300px) and (min-width: 1200px){
span.white-patch {
    width: 164px;
}
.col-offset-2 {
    position: relative;
    left: 9%;
}
}
@media only screen and (max-width : 992px) {
    
    p.banner-offer-title {
    color: #fff;
    /*width: 57%;*/
    background-color: #ffffff54;
    padding: 10px;
}
    p.rera-right {
    position: relative;
    color: #fff;
    /* bottom: -9px; */
    top: 66px;
    right: 0px;
    left: -8px;
    float: right;
    font-size: 13px;
    width: 50%;
    padding: 10px;
}
 .hidden-xs{
  display: none;
}
.col-6{
  width: 100%;
}
.visible-xs{
  display: block;
}
.mob-justify{
  text-align: justify;
}
.container{
  padding:0 10px;
}
.no-right-pd{
      padding-right: 15px!important;
}
.set {
    width: 100%;
}
.menu-icon-mobile {
 display: block;
 width: 40px;
 padding: 8px 4px 4px 6px;
 border-radius: 0px;
 margin:3px 0px 0px 0px;
 cursor: pointer;
}
.menu-icon-mobile>span{
  display: block;
  height: 3px;
  width: 100%;
  margin-bottom: 6px;
  background-color:#d7a95c;
  transition: all 0.3s ease-in-out;
}
.menu-icon-mobile.open-menu span:nth-child(1) {
  transform: rotate(45deg);
  margin: 11px 0px -3px 0;
}
.menu-icon-mobile.open-menu span:nth-child(2) {
  display: none;
}
.menu-icon-mobile.open-menu span:nth-child(3) {
  transform: rotate(-45deg);
}
header{
  padding:5px 0;
  height: 60px;
}
a.brand-logo img{
  width: auto;
  margin-top: 0px;
}
header .nav-links{
  display: none;
  position: fixed;
  top: 60px;
  left: 0;
  width: 100%;
  transition: none;
  padding:10px 10px 0 10px;
  z-index: -1;
  height: 100%;
  background-color:#060f3d;
  text-align: center;
  margin-top: 0px;
  overflow-y: scroll;
}
header .nav-links a{
  width: 100%;
  margin: 0px 0px;
  display: block;
  color: #d7a95c;
  text-align: left;
  font-size: 16px;
  padding-left: 43px;
  line-height: 45px;
}
header .nav-links a.active:after {
  background-color: #d7a95c;
  width: 4px;
  height: 40px;
  left: 16px;
  top: 4px;
}
a.header-btn{
  display: none;
}
.enquire-form .popup-close{
  display: block;
      right: 30px;
    top: 22px;
}
.enquire-form {
    position: fixed;
    right: 0;
    padding: 40px;
    width: 100%;
    height: 100%;
    top: 0;
    background-color: rgba(0, 0, 0, 0.89);
}
span.white-patch, .img-inner:after, .img-inner:before, a.scroll-down.next-sec{
  display: none;
}
.overview .container, .project .container, .amenities .container, .flexi_wall .container, .karle_town_centre .container, .accessibility .container, .about_us .container {
  padding: 30px 15px 0;
}
.overview-img {
  padding: 20px;
  width: auto;
  margin: 0px auto 0;
}

.banner-captions {
  position: absolute;
  left: 24px;
  top: unset;
  height: auto;
  width: 90%;
  bottom: 30px;
}
.home .bx-controls {
  bottom: 8px;
  right: 9px;
}
.w-500 {
  width: auto;
}
.flexi_wall .col-6, .flexi_wall h3, .karle_town_centre .text-right{
  text-align: center;
}
.col-offset-2{
  position: unset;
}
.karle_town_centre .col-offset-2{
  padding: 0 15px;
}
.accessibility_list li{
  width: 50%;
}
a.goto-top {
  position: absolute;
  left: 50%;
  top: -100px;
  transform: translateX(-50%);
  right: unset;
}
.footer-sect {
  margin-bottom: 40px;
  text-align: center;
}
.devl-by{
  text-align: center;
}
.home-banner-1{
  background-image: url('assets/home-mobile-banner3.jpg');
}
.home-banner-2{
 background-image: url('assets/home-mobile-banner2.jpg');
}
.home-banner-3{
 background-image: url('assets/home-mobile-banner1.jpg');
}
.br-lf-rt:before, .br-lf-rt:after{
  display: none;
}

.sec_title, .sec_small_title{
  text-align: left;
}
.mg-lf-50, .mg-lf-100, .mg-lf-200{
  margin-left: 0px;
}
.overview-img-right{
position: unset;
}
}
@media screen and (max-width: 700px){
    
    p.banner-offer-title {
   
    /*width: 81%;*/
   
}
    
    p.rera-right {
  position: relative;
    color: #fff;
    /* bottom: -9px; */
    top: 61px;
    right: 0px;
    left: 15px;
    float: right;
    font-size: 8px;
    width: 59%;
}
  .project-list li{
    width: 50%;
    height: 150px;
  }
  .project-title{
    font-size: 14px;
  }
/*  .download-brochure{
    width: 100%!important;
        height: auto!important;
    padding: 7px!important;
  }*/
  .w-500{
    width: 100%;
  }
  .flexi-btn-set {
    position: absolute;
    bottom: -40px;
    left: 50%;
    transform: translateX(-50%);
    width: 100%;
}
  .sec-desc{text-align: left;}
.banner-title-info {
  font-size: 16px;
  line-height: 26px;
}

.banner-title {
  font-size: 36px;
  line-height: 36px;
}
  .karle_town_centre_list li.w-50 {
    width: 50%!important;
  }
  .karle_town_centre_list li.w-50 .project-title br, .accessibility_list .project-title br{
    display: none;
  }
  .karle_town_centre_list li{
    height: 170px;
  }
  .accessibility_list li {
    padding: 10px;
  }
  .accessibility_list .project-icon{
    text-align: center;
  }
  .accessibility_list .project-title {
    font-size: 14px;
    line-height: 21px;
    text-align: center;
  }
  .flexi_wall .mg-bm-80 {
    margin-bottom: 00px;
  }

  .sec_small_title {
    font-size: 34px;
    line-height: 38px;
  }
  .sec_title {
    font-size: 28px;
    line-height: 40px;
  }
  .accessibility-list .project-amenities-list li {
    margin-left: 0px;
    padding: 5px 24px;
  }
  .accessibility-list .project-amenities-list li:after{
    top: 7px;
  }
  .footer-logo {
  white-space: normal;
  }
}


@media screen and (max-width: 370px){
    
    p.rera-right {
    position: relative;
    color: #fff;
    /* bottom: -9px; */
    top: 61px;
    right: 0px;
    left: 9px;
    float: right;
    font-size: 8px;
    width: 67%;
    padding: 5px;
}
  .project-list li, .w-50 , .karle_town_centre_list li.w-50{
    width: 100%!important;
    height: auto;
  }
}

.success_form{
      color: #fff;
    text-align: center;
    font-weight: 600;
}