@font-face {
  font-family: 'Futura Bk BT Book';
  src: url(../fonts/FuturaBkBTBook.eot);
  src: url(../fonts/FuturaBkBTBook.eot?#iefix) format('embedded-opentype'),
       url(../fonts/FuturaBkBTBook.otf) format('otf'),
       url(../fonts/FuturaBkBTBook.svg#FuturaBkBTBook) format('svg'),
       url(../fonts/FuturaBkBTBook.ttf) format('truetype'),
       url(../fonts/FuturaBkBTBook.woff2) format('woff2');
}
@font-face {
  font-family: 'Glastone-Regular';
  src: url(../fonts/Glastone-Regular.eot);
  src: url(../fonts/Glastone-Regular.eot?#iefix) format('embedded-opentype'),
       url(../fonts/Glastone-Regular.otf) format('otf'),
       url(../fonts/Glastone-Regular.svg#Glastone-Regular) format('svg'),
       url(../fonts/Glastone-Regular.woff2) format('woff2'),
       url(../fonts/Glastone-Regular.ttf) format('truetype');
}
  html, body{padding: 0;margin: 0;display: flow-root;font-size: 16px;-webkit-font-smoothing: antialiased;font-family: Futura Bk BT Book;font-weight: 400;color: #4d4c4f;
      line-height: 1.4;overflow-x: unset;letter-spacing: 0.5px;}
      a, img, button, input[type=submit]{text-decoration: none;outline: none; border: 0;}
      button, input, select, textarea{font-family: Futura Bk BT Book}
      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, ol{padding:0;margin:0;}
      .container{max-width: 1200px;margin: 0px auto;padding: 0 15px;}
      .container-fluid{max-width: 95%;margin: 0px auto;padding: 0 15px;}
      .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-underline{text-decoration: underline;}
      .text-light{font-weight: 300;}
      .text-medium{font-weight: 400;}
      .text-bold{font-weight: 600;}
      .text-bolder{font-weight: 700;}
      .text-black{color:#000;}
      .text-white{color:#fff!important;}
      .text-orange{color: #ee6e25;}
      .img-responsive{max-width: 100%;height: auto;}
      .img-full{width: 100%;height: auto;}
      .center-block{float:none;margin: 0 auto;}
      .bg-white{background-color: #fff;}
      .bg-off-white{background-color:#f8f8fa; }
      .bg-cover{background-size: 100% 100%;background-repeat: no-repeat;background-position: center;}
      .col-auto {
          flex: 0 0 auto;
          width: auto;
      }
      .col-1 {
          flex: 0 0 auto;
          width: 8.33333333%;
      }
      .col-2 {
          flex: 0 0 auto;
          width: 16.66666667%;
      }
      .col-3 {
          flex: 0 0 auto;
          width: 25%;
      }
      .col-4 {
          flex: 0 0 auto;
          width: 33.33333333%;
      }
      .col-5 {
          flex: 0 0 auto;
          width: 41.66666667%;
      }
      .col-6 {
          flex: 0 0 auto;
          width: 50%;
      }
      .col-7 {
          flex: 0 0 auto;
          width: 58.33333333%;
      }
      .col-8 {
          flex: 0 0 auto;
          width: 66.66666667%;
      }
      .col-9 {
          flex: 0 0 auto;
          width: 75%;
      }
      .col-10 {
          flex: 0 0 auto;
          width: 83.33333333%;
      }
      .col-11 {
          flex: 0 0 auto;
          width: 91.66666667%;
      }
      .col-12 {
          flex: 0 0 auto;
          width: 100%;
      }
      .w100{width: 100%;}
      .w80{width: 80%;}
      .w70{width: 70%;}
      .w30{width: 30%;}
      .w20{width: 20%;}
      .cred {color: red;}
      .h100{height: 100%;}

      .mg-5{margin: 5px;}
      .mg-10{margin:10px;}
      .mg-20{margin:20px;}
      .mg-30{margin:30px;}

      .mg-tp-5{margin-top: 5px;}
      .mg-tp-10{margin-top: 10px;}
      .mg-tp-20{margin-top: 20px;}
      .mg-tp-30{margin-top: 30px;}

      .mg-bt-5{margin-bottom: 5px;}
      .mg-bt-10{margin-bottom: 10px;}
      .mg-bt-20{margin-bottom: 20px;}
      .mg-bt-30{margin-bottom: 30px;}

      .mg-rt-5{margin-right: 5px;}
      .mg-rt-10{margin-right: 10px;}
      .mg-rt-20{margin-right: 20px;}
      .mg-rt-30{margin-right: 30px;}

      .mg-lt-5{margin-left: 5px;}
      .mg-lt-10{margin-left: 10px;}
      .mg-lt-20{margin-left: 20px;}
      .mg-lt-30{margin-left: 30px;}

      .pd-5{padding:5px;}
      .pd-10{padding:10px;}
      .pd-20{padding:20px;}
      .pd-30{padding:30px;}

      .pd-tp-5{padding-top: 5px;}
      .pd-tp-10{padding-top: 10px;}
      .pd-tp-20{padding-top: 20px;}
      .pd-tp-30{padding-top: 30px;}

      .pd-bt-5{padding-bottom: 5px;}
      .pd-bt-10{padding-bottom: 10px;}
      .pd-bt-20{padding-bottom: 20px;}
      .pd-bt-30{padding-bottom: 30px;}

      .pd-rt-5{padding-right: 5px;}
      .pd-rt-10{padding-right: 10px;}
      .pd-rt-20{padding-right: 20px;}
      .pd-rt-30{padding-right: 30px;}

      .pd-lt-5{padding-left: 5px;}
      .pd-lt-10{padding-left: 10px;}
      .pd-lt-20{padding-left: 20px;}
      .pd-lt-30{padding-left: 30px;}

      .h500{height: 500px;}
      .h600{height: 600px;}
      .h700{height: 700px;}
      .h800{height: 800px;}

      .pos-rel{position: relative;}
      .pos-abs{position: absolute;}
      .pos-fix{position: fixed;}
      .bottom{bottom:0;}
      .top{top:0;}
      .left{left:0;}
      .right{right:0;}
      .visible-xs{display: none !important;}
      .hidden-xs{display: block}
      .row{
        display: flex;
          flex-wrap: wrap;
      }
      .clearfix{clear: both;}

      .disptable{display: table;height: 100%;}
      .dispblock{display: block;}
      .table-cell{display: table-cell;vertical-align: middle;}

      .Yoverflowhidden{overflow-y: hidden;}
      .Xoverflowhidden{overflow-x: hidden;}
      .overflowhidden{overflow: hidden;}

      section{width: 100%;}
      section.padding{padding:70px 0;}

      /*Header Section*/
      header{position: fixed;width: 100%;top:0;left: 0;padding:5px 0 0px 0;background-color: #fff;z-index: 9999;}
      header .brand-logo img{width: 100px}
      header .upper{}
      header .upper .number-wrapper{margin-right: 20px;margin-top: 10px;}
      header .upper .ctc-wrapper{margin-right: 20px;}
      header .upper .enq-btn-wrapper{}
      header .upper .enq-btn-wrapper a{display: inline-block;padding:0px 15px;color:#fff;background-color: #6b6b6b;text-transform: uppercase;line-height: 40px;}
      header .lower{}
      header .lower .nav-links{text-align: right;}
      header .lower .nav-links a{display: inline-block;margin-right: 20px;margin-top: 20px;color:#000;position: relative;}
      header .lower .nav-links a.active{color:#a86413;}
      header .lower .nav-links a:last-child{margin-right: 0px;}
      header .lower .nav-links a.theme-btn{margin-top: 0px;}
      header .form-container .frmclose {
    /* display: none; */
    font-size: 30px;
    position: absolute;
    right: 11px;
    color: #000;
    z-index: 2;
    line-height: 20px;
}
      header .form-container .thankyou{margin-bottom: 10px;}
      header .form-container {
        position: fixed;
        width: 100%;
        top: 0;
        left: 0;
        background-color: #000000b0;
        padding: 10px;
        display: none;
        height: 100%;
    }
.inner-form {
    width: 400px;
    margin: auto;
    background: #fff;
    position: relative;
    padding: 23px 30px 0;
}
      /*Footer Section*/
      footer{width: 100%;color:#fff;}
      footer a{color:#fff;}
      footer .upper{background-color: #2b2b2b;padding:10px 0;}
      footer .lower{background-color: #121212;padding:10px 0;font-size: 12px;}
      .download-brochure-btn, .download-brochure-btn:hover {
        position: fixed;
        top: 50%;
        right: -85px;
        background-color: #a86413;
        color: white;
        padding: 9px 16px;
        font-size: 20px;
        border: none;
        box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
        cursor: pointer;
        transition: background-color 0.3s ease;
        transform: rotate(90deg);
        transform-origin: center center;
        z-index: 9;
    }
      .home-banner{background-image: url('../images/bg.jpeg');
        height: 120vh;
        position: relative;
      }
      .banner-ele{
        position: absolute;
        bottom: 0;
        z-index: 2;
      }
      .banner-text{
        font-family: 'Futura Bk BT Book';
        font-size: 110px;
        position: absolute;
        top: 85px;
        text-align: center;
        color: #fff;
      }
      .overview-title{
        color: #000;
        font-size: 30px;
        margin-top: 20px;
      }
      .overview-title span{
        color: #a86413;
      }
      .overview-desc{
        font-size: 18px;
        color: #000;
        margin-top: 20px;
      }
      .section-title{
        font-family: 'Glastone-Regular';
        font-size: 40px;
        color: #a86413;
      }
      .highlights-sec, .amenities-sec{
        background-image: url(../images/highlighs-bg.png);
        background-repeat: repeat;
      }
      .icon-list{
        text-align: center;
        margin-top: 30px;
      }
      .icon-list .icon-img{
            height: 64px;
    display: flex;
    justify-content: center;
      }
      .hightlight-desc{
        font-weight: 600;
        margin-top: 20px;
      }
      .amenities-sec .icon-list .icon-img{
        width: 95px;
        height: 95px;
        background-color: #e3c6ab;
        border-radius: 100%;
        position: relative;
        margin: auto;
      }
      .amenities-sec .icon-list .icon-img img{
        position: absolute;
        top: 50%;
        left: 50%;
        width: 60px;
        transform: translate(-50%,-50%);
      }
      .plan-sec{
        background-image: url(../images/plan-bg.png);
        background-repeat: repeat;
      }
      .plan-sec .section-title{
        line-height: 40px;
        color: #fff;
      }
      .plan-desc{
        font-family: 'Glastone-Regular';
        color: #a86413;
        font-size: 40px;
        text-align: center;
      }
      .about-sec{
        background-image: url(../images/about-bg.jpg);
        background-repeat: no-repeat;
        background-size: cover;
      }

      .about-icon {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 90px;
}
.about-list {
    text-align: center;
}
.about-list img {
    width: 62px;
}
.about-info p {
    color: #fff;
    text-align: center;
}
.about-info p span {
    font-size: 24px;
    font-weight: 700;
    color: #fff;
    text-align: center;
    margin: 20px 0 10px;
    display: block;
}
.gallery-arrow{
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    display: flex;
    justify-content: space-between;
    width: 100%;
}
.gallery-arrow #ssLeft img,
.gallery-arrow #ssRight img{
    width: 80px;
    cursor: pointer;
}
.locations-sec{
          background-image: url(../images/location.png);
        background-repeat: no-repeat;
        background-size: contain;
        background-position: center;
        background-color: #f8f0ed;
}
ul.location-list {
    list-style: none;
}
ul.location-list > li:nth-child(odd) {
    padding-right: 31px;
}
ul.location-list > li {
    width: 50%;
    float: left;
    margin-bottom: 20px;
}
ul.location-list li ul {
    list-style: disc;
    padding-left: 15px;
}
ul.location-list li ul li {
    display: flex;
    justify-content: space-between;
    position: relative;
}
ul.location-list li ul li:after {
    content: '';
    position: absolute;
    width: 4px;
    height: 4px;
    background-color: #000;
    left: -12px;
    top: 8px;
    border-radius: 100%;
}
ul.location-list > li > p {
    font-size: 18px;
    font-weight: 600;
}

.footer{
  background-color: #27292c;
}

.footer-inner {
    display: flex;
    gap: 20px;
    margin-bottom: 21px;
    align-content: center;
    align-items: center;
}
.rera-info > img {
    width: 90px;
}
.project-rera-list {
    display: flex;
    gap: 20px;
    height:400px;
    align-items: center;
}
.rerano{
  font-size: 12px;
  display: flex;
  align-items: center;
  line-height: 12px;
}
.rera-prjt-name{
  font-size: 12px;
}
.form-body input, .form-body textarea {
    width: 63%;
    padding: 10px 0;
    font-size: 16px;
    margin: 8px;
    border-bottom: 2px solid #a86413;
    border-top: 0;
    border-left: 0;
    border-right: 0px;
}
#VKskyVillasEnquireFormPopup input,
#VKskyVillasEnquireFormPopup textarea{
  width: 90%;
  margin: 10px auto;
  display: block;
}
.form-group{
  position: relative;
}
.form-group label.error {
    position: absolute;
    bottom: -9px;
    color: red;
    font-size: 12px;
    display: block;
    width: 57%;
}
.theme-btn {
    background-color: #a86413;
    padding: 14px 20px;
    color: #fff!important;
    font-weight: 800;
}






      /* Large Devices, Wide Screens */
    @media only screen and (max-width : 1366px) {

    }

    /* Large Devices, Wide Screens */
    @media only screen and (max-width : 1200px) {
      
    }

    /* Medium Devices, Desktops */
    @media only screen and (max-width : 1024px) {
      .col-md-auto {
          flex: 0 0 auto;
          width: auto;
      }
      .col-md-1 {
          flex: 0 0 auto;
          width: 8.33333333%;
      }
      .col-md-2 {
          flex: 0 0 auto;
          width: 16.66666667%;
      }
      .col-md-3 {
          flex: 0 0 auto;
          width: 25%;
      }
      .col-md-4 {
          flex: 0 0 auto;
          width: 33.33333333%;
      }
      .col-md-5 {
          flex: 0 0 auto;
          width: 41.66666667%;
      }
      .col-md-6 {
          flex: 0 0 auto;
          width: 50%;
      }
      .col-md-7 {
          flex: 0 0 auto;
          width: 58.33333333%;
      }
      .col-md-8 {
          flex: 0 0 auto;
          width: 66.66666667%;
      }
      .col-md-9 {
          flex: 0 0 auto;
          width: 75%;
      }
      .col-md-10 {
          flex: 0 0 auto;
          width: 83.33333333%;
      }
      .col-md-11 {
          flex: 0 0 auto;
          width: 91.66666667%;
      }
      .col-md-12 {
          flex: 0 0 auto;
          width: 100%;
      }
    }

    /* Small Devices, Tablets */
    @media only screen and (max-width : 768px) {
      .col-sm-auto {
          flex: 0 0 auto;
          width: auto;
      }
      .col-sm-1 {
          flex: 0 0 auto;
          width: 8.33333333%;
      }
      .col-sm-2 {
          flex: 0 0 auto;
          width: 16.66666667%;
      }
      .col-sm-3 {
          flex: 0 0 auto;
          width: 25%;
      }
      .col-sm-4 {
          flex: 0 0 auto;
          width: 33.33333333%;
      }
      .col-sm-5 {
          flex: 0 0 auto;
          width: 41.66666667%;
      }
      .col-sm-6 {
          flex: 0 0 auto;
          width: 50%;
      }
      .col-sm-7 {
          flex: 0 0 auto;
          width: 58.33333333%;
      }
      .col-sm-8 {
          flex: 0 0 auto;
          width: 66.66666667%;
      }
      .col-sm-9 {
          flex: 0 0 auto;
          width: 75%;
      }
      .col-sm-10 {
          flex: 0 0 auto;
          width: 83.33333333%;
      }
      .col-sm-11 {
          flex: 0 0 auto;
          width: 91.66666667%;
      }
      .col-sm-12 {
          flex: 0 0 auto;
          width: 100%;
      }

      .menu-icon-mobile{display: block;width: 50px;padding: 14px 8px 4px 8px;border-radius: 0px; margin:0;position: absolute;
        top:15px;right: 20px;height: 40px;}
      .menu-icon-mobile>span{display: block;height: 4px;width: 100%; margin-bottom: 10px;background-color: #a86413;}
      header .nav-links{ display: none;position: fixed;top: 94px;left: 0;background-color: #fff; width: 100%;height: 100%;z-index: 999;}
      header .nav-links a{display: block !important;text-align: center;line-height: 40px !important;color:#fff ;margin-top: 0px;margin-right: 0px;}
      header .lower .nav-links a:last-child{margin-right: 0px;}
      header .lower .nav-links a{margin-right: 0px;color:#000;}

      header .upper .enq-btn-wrapper{margin-right: 50px;margin-top: 15px;}
      header .upper .ctc-wrapper{margin-right: 5px;}
      header .upper .number-wrapper{margin-right: 15px;margin-top: 25px;}
      .section-title {
          font-family: 'Glastone-Regular';
          font-size: 28px;
          color: #a86413;
      }
            .home-banner {
          height: 100vh;
          position: relative;
      }
      .banner-text {
          font-size: 38px;
          top: 135px;
      }
      ul.location-list > li:nth-child(odd) {
          padding-right: 0;
      }
      ul.location-list > li {
          width: 100%;
          float: left;
          margin-bottom: 20px;
      }
      .about-icon {
          display: flex;
          align-items: center;
          justify-content: space-around;
          gap: 43px;
          flex-wrap: wrap;
      }
      .project-rera-list {
          display: flex;
          gap: 20px;
          height: auto;
          align-items: center;
          flex-wrap: wrap;
          align-content: center;
          justify-content: space-between;
      }
      .footer-inner {
          gap: 10px;
      }
    }

    /* Extra Small Devices, Phones */
    @media only screen and (max-width : 640px) {
      body{-webkit-text-size-adjust: none;}
      .col-xs-auto {
          flex: 0 0 auto;
          width: auto;
      }
      .col-xs-1 {
          flex: 0 0 auto;
          width: 8.33333333%;
      }
      .col-xs-2 {
          flex: 0 0 auto;
          width: 16.66666667%;
      }
      .col-xs-3 {
          flex: 0 0 auto;
          width: 25%;
      }
      .col-xs-4 {
          flex: 0 0 auto;
          width: 33.33333333%;
      }
      .col-xs-5 {
          flex: 0 0 auto;
          width: 41.66666667%;
      }
      .col-xs-6 {
          flex: 0 0 auto;
          width: 50%;
      }
      .col-xs-7 {
          flex: 0 0 auto;
          width: 58.33333333%;
      }
      .col-xs-8 {
          flex: 0 0 auto;
          width: 66.66666667%;
      }
      .col-xs-9 {
          flex: 0 0 auto;
          width: 75%;
      }
      .col-xs-10 {
          flex: 0 0 auto;
          width: 83.33333333%;
      }
      .col-xs-11 {
          flex: 0 0 auto;
          width: 91.66666667%;
      }
      .col-xs-12 {
          flex: 0 0 auto;
          width: 100%;
      }

      .hidden-xs{display: none !important;}
      .visible-xs{display: block !important;}

      .menu-icon-mobile{height: 60px;padding:25px 8px 4px 8px;top:-5px;}
      header{padding:5px 0;}
      header .nav-links{padding:10px 0;top:55px;}
      header .brand-logo img{width: 90px;}

      header .form-container{position: fixed !important;left: 0 !important;right: 0 !important;top: 100% !important; bottom: -100% !important; 
        width: 100% !important; padding: 30px 0 !important; -ms-transform: translate(0, 0); -webkit-transform: translate(0, 0); transform: translate(0, 0);
         z-index: 300; background-color: rgba(255, 254, 254, 0.97) !important;}
      header .form-container.show{top: 0 !important;bottom: 0 !important;display: block !important;}
      header .form-container .frmclose{display: inline-block;position: absolute;top:10px;right: 10px;color:#000;font-size: 20px;}

      footer{padding-bottom: 30px;}
      footer .lower{font-size: 10px;}
      footer .lower div{text-align: center !important;}

      .mob-footer{position: fixed;bottom: 0;left: 0;width: 100%;text-align: center;background-color: #fff;font-size: 14px;font-weight: 600;z-index: 999999;}
      .mob-footer a{display: block;line-height: 30px;}
      .mob-footer a.mob-enq-btn{background-color: #6b6b6b;color: #fff;text-transform: uppercase;font-weight: 600;font-size: 14px;}
      .mob-footer a.mob-call-btn{background-color: #fff;color: #6b6b6b;text-transform: uppercase;font-weight: 600;font-size: 14px;}
    }

    /* Extra Small Devices, Phones */
    @media only screen and (max-width : 480px) {

    }

    /* Extra Small Devices, Phones */
    @media only screen and (max-width : 320px) {

    }