@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: 'Montserrat', 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;
}


/*General Styling*/
.fn-12{
  font-size: 12px;
}
.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;
}

.popup {
  width: 100%;
  height: 100%;
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9999;
  background: rgba(0, 0, 0, 0.85);
  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: #fff;
  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{
  height: 62px;
  display: block;
}
header .brand-logo img {
  margin-top: 0px;
  vertical-align: middle;
  margin-right: 0px;
}
header .brand-logo .logo{
position: relative;
    display: inline-block;
    height: 54px;
    vertical-align: middle;
}
header .brand-logo .logo2:before, header .brand-logo .logo3:before {
position: absolute;
    width: 2px;
    height: 51px;
    top: -1px;
    left: -9px;
    background-color: #d0ae6e;
    content: '';
    opacity: 0.5;
}
header .brand-logo .logo2:before{
  top: -2px;
}
header .brand-logo .logo2 span{
      width: 92px;
    display: block;
    text-align: center;
    margin: 0 12px 0 0px;
    font-size: 16px;
    color: #000;
    font-family: 'Montserrat', sans-serif;
}
header .brand-logo .logo3 img{
  margin-top: 5px;
}
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;
  margin-top: 8px;
  font-size: 20px;
  font-family: 'BigNoodleTitling';
  line-height: 44px;
  letter-spacing: 0.6px;
  text-align: center;
  color: #000000;
}
header .nav-links a.active{
  position: relative;
  color: #9f7055;
}
header .nav-links a.active:after{
  background-color: #d7845d;
  content: '';
  width: 100%;
  height: 2px;
  left: 0;
  bottom: 0px;
  position: absolute;
}
.btn-set {
  margin-top: -10px;
  width: 240px;
}
.btn-set .call-us{
    color: #000;
    font-size: 15px;
    display: inline-block;
}
a.header-btn {
  color: #fff;
  font-size: 14px;
  padding: 6px;
  line-height: 26px;
  background-color: #9f7055;
  width: 107px;
  display: inline-block;
  margin: 15px 3px 5px 5px;
  position: relative;
  font-weight: 500;
  text-align: center;
}
.enquire-form {
  position: absolute;
  right: 0;
  padding: 10px;
  background-color: rgba(0,0,0,0.8);
  width: 300px;
  display: none;
}
.enquire-form input, .enquire-form select {
  height: 39px;
  padding: 10px;
  margin-bottom: 20px;
  width: 100%;
  border: none;
  background-color: #fff;
}
.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: #9f6f54;
  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;
}
.banner-img-tag{
 position: absolute;
    top: 85px;
    right: 7px;
    width: 20%;
}
span.arrow-down {
  color: #fff;
  text-transform: uppercase;
  transform: rotate(-90deg);
  display: block;
  margin: -47px 21px 16px 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{
 position: absolute;
 bottom: 240px;
 right: 15%;
 width: 88px;
 z-index: 999;
}
.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);
}

.banner-captions{
  position: absolute;
  width: 677px;
  height: 237px;
  background-color: rgba(0, 0, 0, 0.8901960784313725);
  right: 0;
  bottom: 0;
  padding: 15px 24px 15px 24px;
}
.banner-title{
  font-family: 'BigNoodleTitling';
  font-size: 65px;
  line-height: 0.97;
  text-align: center;
  color: #d7845d;
}
.banner-title-info {
  font-size: 19px;
  font-weight: 500;
  text-align: center;
  color: #ffffff;
  margin-top: 20px;
}
.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;
}
.border-box{
  border:1px solid;
  position: relative;
}
.border-box.br-white:after,.border-box.br-white:before{
  background-color: #fff;
}
.border-box.br-blue:after,.border-box.br-blue:before{
  background-color: #1b3962;
}

.border-box:after,.border-box:before{
  position: absolute;
  content: '';
  height: 100%;
  width: 1px;
  top: 0px;
}
.border-box:after{
  right: 8px;
}
.border-box:before{
  left: 8px;
}


/************************* Section Overview **********************/
.container{
  position: relative;
}

.overview, .life_at_ktc{
  padding: 80px 0px 80px;
  position: relative;
  z-index: 123;
  background-image: url('../assets/Bg.png');
}
.sec_small_title{
  font-family: 'BigNoodleTitling';
  font-size: 28px;
  line-height: 45px;
  letter-spacing: 0.56px;
  color: #1b3962;
  text-align: center;
  padding: 0 20px;
  margin: 0 auto 40px;
  width: max-content;
}

.sec_title {
  font-family: 'BigNoodleTitling';
  font-size: 42px;
  line-height: 48px;
  letter-spacing: 1px;
  color: #000000;
  font-weight: 400;
  margin-bottom: 40px;
}
.sec-desc{
  font-size: 16px;
  line-height: 24px;
  color: #3f414e;
  letter-spacing: 0.32px;
}
.p-nm{
  list-style: none;
  text-align: center;
}
.p-nm li{
  display: inline-block;
  font-family: 'BigNoodleTitling';
  font-size: 22px;
  line-height: 1;
  letter-spacing: 0.44px;
  text-align: center;
  color: #3f414e;
  padding: 10px 15px;
  position: relative;
}
.p-nm li:before{
  position: absolute;
  content: '';
  top: 18px;
  left: -3px;
  width: 5px;
  height: 5px;
  border-radius: 100%;
  background-color: #3f414e;
}
.w-500{
  width: 500px;
}
.project-title{
  font-size: 16px;
  line-height: 23px;
  letter-spacing: 1px;
  text-align: center;
  color: #222222;
}
.project-list li {
  display: inline-block;
  width: 25%;
  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: 35px!important;
  color: #fff;
}


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

.inline-block{
  display: inline-block;
}
span.img-tag {
    position: absolute;
    top: 0;
    right: 0;
    background-color: #9f6f54;
    color: #fff;
    padding: 5px;
}
.set a {
  display: block;
  padding: 10px 19px;
  text-decoration: none;
  color: #3f414e;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  transition: all 0.2s linear;
  margin-top: 30px;
  font-size: 25px;
  z-index: 12;
  position: relative;
  height: auto;
  line-height: 0px;
  border: 1px solid #3f414e;
  font-family: 'BigNoodleTitling';
  letter-spacing: 1px;
}
.set a span{
  font-size: 14px;
  font-family: 'Montserrat', sans-serif;
  font-weight: 500;
}
.set a.active {
  color: #9f7055;
  box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.46);
}
.info-txt{
  font-size: 18px;
  color: #fff;
  font-weight: 600;
  text-align: center;
  position: relative;
  top: 54px;
}
.set .content {
  padding: 0px 0;
  margin-top: -5px;
  z-index: 12;
  display: none;
  text-align: center;
}
ul.project-amenities-list {
  margin-top: 20px;
  margin-bottom: 20px;
}
.project-amenities-list li{
  list-style: none;
  padding: 0px 19px;
  font-size: 15px;
  line-height: 24px;
  color: #3f414e;
  text-align: left;
  position: relative;
}

.project-amenities-list li:after{
 position: absolute;
 content: '';
 top: 8px;
 left: -3px;
 width: 5px;
 height: 5px;
 border-radius: 100%;
 background-color: #3f414e;
}
.left-sec{
  position: relative;
}
.left-sec img{
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
.gallery-box{
  position: relative;
}
.gallery-box .bx-controls{
  position: absolute;
  bottom: 0px;
  right: -13px;
  width: 145px;
  z-index: 999;
}
.gallery-box .bx-controls .bx-prev, .gallery-box .bx-controls .bx-next{
  width: 22px;
  height: 18px;
  display: inline-block;
  background-position: center;
  background-size: auto;
  background-repeat: no-repeat;
  border: 1px solid #fff;
  padding: 22px;
  margin: 1px;
  transition: none;
}
.gallery-box .bx-controls .bx-prev:hover, .gallery-box .bx-controls .bx-next:hover{
  background-color:#9f7055;
  border: 1px solid #9f7055;
}
.gallery-box .bx-controls .bx-prev{
  background-image: url('../assets/buttton-right-arrow.png');
  transform: rotate(180deg);
}
.gallery-box .bx-controls .bx-next{
  background-image: url('../assets/buttton-right-arrow.png');
}
.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{
 margin-top: 0px;
 margin-bottom: 10px;
 background-color: #ffffff;
 font-size: 22px;
 line-height: 1;
 letter-spacing: 0.44px;
 text-align: left;
 color: #3f414e;
 font-family: 'BigNoodleTitling';
}

.accessibility-list .project-amenities-list li{
  margin-left: 19px;
}
.accessibility-list .project-amenities-list li:after{
  border-radius: 100%;
}
.residential_precinct{
  padding: 100px 0px;
  background-color: #ebebeb;
}
section#residential_precinct .col-6 {
    float: right;
    position: relative;
    width: 29%;
}
p.rera-num-desktop {
    font-size: 10px;
    position: absolute;
    bottom: 44px;
    display:block;
}

p.rera-num-mobile
{
    display:none;
}

p.ktc-text {
    position: absolute;
    right: 10px;
    background-color: #00000069;
    padding: 2px;
    font-size: 14px;
    color: #fff;
    /* font-weight: 600; */
    z-index: 1;
    top: 14%;
}
.blog-box{
  margin-bottom: 30px;
}
.blog-title {
  font-family: BigNoodleTitling;
  font-size: 32px;
  line-height: 1.88;
  letter-spacing: 0.64px;
  text-align: center;
  color: #d7845d;
  width: 236px;
  height: 59px;
  background-color: #162f50;
  margin-top: -37px;
  z-index: 12;
  position: relative;
  margin-bottom: 21px;
}
.blog-sub-title {
  font-family: BigNoodleTitling;
  font-size: 32px;
  line-height: 1.16;
  letter-spacing: 0.64px;
  text-align: left;
  color: #3f414e;
  width: 70%;
  margin-bottom: 12px;
}
.blog-sub-head {
  font-size: 16px;
  font-weight: 600;
  line-height: 1.5;
  letter-spacing: 0.32px;
  text-align: left;
  color: #3f414e;
  margin-bottom: 12px;
  width: 345px;
  min-height: 72px;
}

.offer {
    font-weight: 700;
    color: #fff;
    width: 88%;
    font-size: 14px;
    margin-bottom: 10px;
    margin-top: -23px;
    padding: 6px 7px;
    background-color: #162f50;
}

.blog-desc {
  font-size: 16px;
  line-height: 24px;
  color: #3f414e;
  letter-spacing: 0.32px;
  width: 90%;
}
.read-more-btn {
  font-size: 16px;
  font-weight: 600;
  line-height: 1.5;
  letter-spacing: 0.32px;
  text-align: left;
  color: #9f7055;
}
.blog-box sup {
    border: 1px solid;
    border-radius: 100%;
    font-size: 7px;
    padding: 1px;
    width: 15px;
    height: 15px;
    display: inline-block;
    line-height: 12px;
}
.blog-btn-set {
  margin-top: 20px;
}
.morecontent span {
  display: none;
}
.morelink {
  display: block;
}
a.know-more-btn {
  width: 128px;
  height: 42px;
  border: solid 1px #1b3962;
  background-color: transparent;
  font-size: 16px;
  font-weight: 300;
  text-align: center;
  color: #1b3962;
  display: inline-block;
  line-height: 40px;
  text-transform: uppercase;
  margin-right: 10px;
}
a.enquire-now-btn {
  width: 149px;
  height: 42px;
  background-color: #9f7055;
  font-size: 16px;
  font-weight: 300;
  text-align: center;
  color: #ffffff;
  display: inline-block;
  line-height: 42px;
  text-transform: uppercase;
}

.life_at_ktc .page-title {
  font-size: 16px;
  font-weight: 300;
  font-style: normal;
  font-stretch: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: center;
  color: #9f7055;
  margin-bottom: 40px;
  text-transform: uppercase;
}
.life_at_ktc h2 {
  font-family: 'BigNoodleTitling';
  font-size: 42px;
  line-height: 1.43;
  text-align: center;
  color: #1b3962;
  font-weight: 400;
  width: max-content;
  padding: 0 30px;
  margin: 0 auto 30px;
}
.life_at_ktc_list li {
  list-style: none;
  width: 25%;
  float: left;
  text-align: center;
}
.life_at_ktc_list .title {
  font-size: 16px;
  font-weight: 300;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.5;
  letter-spacing: 0.32px;
  text-align: center;
  color: #494949;
  height: 90px;
  margin: 0 auto;
}
.icon {
  display: block;
  height: 54px;
}

.icon img {
  display: block;
  margin: 0 auto;
}
ul.life_at_ktc_list {
  display: block;
  width: 100%;
  float: left;
  margin-top: 50px;
}
a.goto-top {
  position: absolute;
  right: 30px;
  top: -30px;
}
span.arror-icon {
  width: 48px;
  height: 48px;
  background-color: #d7845d;
  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: 16px;
  letter-spacing: 1px;
  color: #ffffff;
}
.devl-by{
  text-align: right;
}
.about_us{
  background-color: #162f50;
  padding: 100px 0px;
}
.about_us h3{
  font-size: 16px;
  font-weight: 300;
  line-height: 3.31;
  text-align: left;
  color: #d7845d;
  text-transform: uppercase;
  margin-bottom: 20px;
}
.about_us h2{
  font-family: 'BigNoodleTitling';
  font-size: 42px;
  text-align: center;
  color: #f8f8f8;
  padding: 0 35px;
  width: max-content;
  font-weight: 400;
  margin-bottom: 30px;
}
.about_us p{
 font-size: 15px;
 font-weight: 300;
 line-height: 1.6;
 letter-spacing: 0.3px;
 text-align: left;
 color: #fdfdfd;
}
.about_us p span{
 font-size: 18px;
 line-height: 27px;
 letter-spacing: 0.36px;
 margin-top: 10px;
 display: block;
}
.footer-desc p{
  text-align: left;
  color: #fff;
  margin-bottom: 10px;
  font-size: 10px;
}
.footer-desc p a{
  font-size: 10px;
  }
.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;
}
.privacy_policy .sec-desc{
  text-align: left!important;
}
a.call-us-footer {
    display: block;
    height: 50px;
    text-align: center;
    padding: 11px;
    background-color: #fff;
    color: #9f6f54;
    font-weight: 600;
}
.mob-footer .col-6{
  width: 50%!important;
}
.footer-logo {
    margin-bottom: 30px;
    vertical-align: middle;
    white-space: nowrap;
}
.footer-logo img {
    margin: 0 20px;
    vertical-align: middle;
}







@media screen and (min-width: 1400px){
.container{
    width: 90%;
    max-width: 90%;
  }
  }
@media screen and (max-width: 1400px){
  .col-offset-2 {
    position: relative;
    left: 13%;
  }
  span.white-patch {
    width: 207px;
  }
  .banner-captions{
    width: 658px;
  }
  .container{
    width: 96%;
    max-width: 96%;
  }
}

@media only screen and (max-width : 992px) {
    
    /******Nandita css******/
 
    section#residential_precinct .col-6
    {
        width:100%;
    }
    
    p.rera-num-desktop
    {
        display:none;
    }
    p.rera-num-mobile {
  position: absolute;
    display: block;
    padding: 7px;
    font-size: 9px;
    bottom: 69px;
    left: 58%;
    text-align: left;
    width: unset;
}
  
    .offer {
    width: 100%;
    margin-bottom: 10px;
    margin-top: -6px;
   
}

.sec_title
{
    margin-bottom:20px;
}
/******css end*****/
    
  .hidden-xs{
  display: none;
}
.col-4, .col-6, .col-8{
  width: 100%;
}
.visible-xs{
  display: block;
}
.mob-justify{
  text-align: justify;
}
.container{
  padding:0 10px;
}
.menu-icon-mobile {
 display: block;
     float: right;
 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: 152px;
  margin-top: 10px;
}
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: 24px;
  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;

}
span.white-patch, .img-inner:after, .img-inner:before, a.scroll-down.next-sec{
  display: none;
}
.overview-img {
  padding: 20px;
  width: auto;
  margin: 0px auto 0;
}
.banner-title-info {
  font-size: 16px;
  line-height: 26px;
}

.banner-title {
  font-size: 36px;
  line-height: 36px;
}
.banner-captions {
      position: absolute;
    left: 50%;
    top: unset;
    height: auto;
    width: 90%;
    bottom: 0;
    transform: translateX(-50%);
}
.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;
}
.about_us,.about_us h3, .about_us h2, .about_us p{
  text-align: center;
}
.about_us h2{
  margin: 0 auto 30px;
}
.accessibility_list li{
  width: 50%;
}
.left-sec img{
  position: unset;
  transform:unset;
}
.footer-sect {
  margin-bottom: 40px;
  text-align: center;
}
.devl-by{
  text-align: center;
}
.home-banner-1{
  background-image: url('../assets/home-mobile-banner1.jpg');
}
.home-banner-2{
 background-image: url('../assets/home-mobile-banner2.jpg');
}
.home-banner-3{
 background-image: url('../assets/home-mobile-banner3.jpg');
}
.br-lf-rt:before, .br-lf-rt:after{
  display: none;
}
.sec_title, .sec_small_title, .sec-desc, .blog-box, .blog-sub-title, .blog-sub-head, .read-more-btn{
  text-align: center;
}
.mg-lf-50, .mg-lf-100, .mg-lf-200{
  margin-left: 0px;
}
.blog-box{
  margin-bottom: 60px;
}
.blog-sub-title, .blog-sub-head, .blog-desc{
  width: 100%;
  min-height: auto;
}
.blog-title{
    margin: -37px auto 20px;
}
.accessibility_list .project-title {
    font-size: 14px;
    line-height: 21px;
    text-align: center;
  }
  .accessibility_list .project-icon{
    text-align: center;
  }
  .accessibility_list .project-title br{
    display: none;
  }
  a.goto-top {
    position: absolute;
    right: 30px;
    bottom: 26px;
    top: unset;
}
.btn-set .call-us{
display: none;
}
}
@media screen and (max-width: 700px){
    
    .offer {
    width: 100%;
    margin-bottom: 10px;
    margin-top: -6px;
   
}
    
        p.rera-num-mobile {
 position: absolute;
    display: block;
    padding: 7px;
    font-size: 5px;
    bottom: 48px;
    text-align: left;
    left: 38%;
}
   

  .project-list li{
    width: 50%;
    height: 150px;
  }
  .project-title{
    font-size: 14px;
  }
  .download-brochure{
    width: 100%!important;
  }
  .w-500{
    width: 100%;
  }
  .overview, .life_at_ktc, .residential_precinct, .about_us {
    padding: 30px 0px 30px;
}
  .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;
  }

  .flexi_wall .mg-bm-80 {
    margin-bottom: 00px;
  }
  .karle_town_centre .mg-top-60 {
    margin-top: 0px;
  }
  .sec_small_title, .life_at_ktc h2 , .about_us h2{
    font-size: 18px;
    line-height: 38px;
  }
  .blog-sub-title{
    font-size: 24px;
  }
  .blog-sub-head, .blog-box img{
    width: 100%;
  }
  .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;
  }
  .life_at_ktc_list li {
    width: 100%;
}
a.brand-logo img {
    width: 105px;
}
.banner-captions {
    width: 100%;
    padding: 2px;
}
.banner-title {
    font-size: 24px;
    line-height: 27px;
}
.banner-title-info {
    font-size: 12px;
    line-height: 16px;
        margin-top: 7px;
    margin-bottom: 10px;
}
a.goto-top {
     right: unset;
    top: unset;
    bottom: 70px;
    left: 50%;
    transform: translateX(-50%);
}
.footer-sect p, .footer-sect a {
    font-size: 12px;
        word-break: break-word;
}
.footer-desc{
margin-bottom: 30px;
    padding-bottom: 46px;
}
  .footer-logo {
  white-space: normal;
  }
  header .row > .pull-right{
    width: 40px;
  }
}


@media screen and (max-width: 375px){
    
     


  .project-list li, .w-50 , .karle_town_centre_list li.w-50{
    width: 100%!important;
    height: auto;
  }

header .brand-logo .logo3 img {
    margin-top: 14px;
}

header .brand-logo .logo2 span {
    margin: 6px 12px 0 0px;
    font-size: 12px;
        width: 76px;
}
}
@media screen and (max-width: 330px){
         p.rera-num-mobile {
   position: absolute;
    display: block;
    padding: 7px;
    font-size: 5px;
    bottom: 86px;
    text-align: left;
    left: 27%;
}
a.goto-top {
    bottom: 71px;
}
}.success_form{
      color: #fff;
    text-align: center;
    font-weight: 600;
}