@import url('https://fonts.googleapis.com/css2?family=Open+Sans:wght@300;400;600;700;800&amp;display=swap');
html, body{padding: 0;margin: 0;font-size: 16px;-webkit-font-smoothing: antialiased;font-family: 'Open Sans', sans-serif;font-weight: 400;color: #4d4c4f;
    line-height: 1.4;overflow-x: hidden;letter-spacing: 0.5px;}
    a, img, button, input[type=submit]{text-decoration: none;outline: none; border: 0;}
    button, input, select, textarea{font-family: 'Open Sans', sans-serif;}
    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!important;}
    .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{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-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%;}
    .w100{width: 100%;}
    .w80{width: 80%;}
    .w70{width: 70%;}
    .w30{width: 30%;}
    .w20{width: 20%;}
    .cred {color: red;}
    .h100{height: 100%;}

    .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, .w20{float: left;}

    .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:before, .row:after{display: table;content: " ";}
    .row:after, .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{float: left;width: 100%;}
    section.padding{padding:70px 0;}

    /*Header Section*/
    header{position: fixed;width: 100%;height:97px;top:0;left: 0;padding:10px 0 10px 0;background-color: #fff;z-index: 9999;}
    header .brand-logo{}
    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{margin: 18px 0;}
    header .lower .nav-links{text-align: right;float: right;}
    header .lower .nav-links a{display: inline-block;margin-right: 15px;margin-top: 13px;color:#000;position: relative;font-size: 14px;}
    header .lower .nav-links a.active{color:#0a3c89;}
    header .lower .nav-links a:last-child{margin-right: 0px;}
    header .form-container{    position: fixed;
    width: 100%;
    top: 0;
    right: 0;
    background-color: #071f35e0;
    padding: 10px;
    display: block;
    height: 100%;
    z-index: 9999;
}
    .form-inner {
    width: 450px;
    background-color: #fff;
    margin: 0 auto;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
    padding: 30px;
    border-radius: 5px;
    z-index: 9999;
}
.form-inner h2 {
    font-size: 18px;
    text-align: center;
    margin-bottom: 30px;
    font-weight: 600;
}
    header .form-container .thankyou{margin-bottom: 10px;}
    button.form-submit {
    width: 170px;
    height: 42px;
    padding: 10px 5px 12px 5px;
    border-radius: 41px;
    border: solid 1px #95c038;
    background-color: #95c038;
    display: block;
    margin: 21px auto;
    color: #fff;
    text-align: center;
    font-weight: 700;
    font-size: 14px;
    text-transform: uppercase;
    position: relative;
    cursor: pointer;
}
.form-inner .form-control {
    border: 1px solid gray;
    height: 40px;
    width: 100%;
    margin-bottom: 18px;
    padding: 10px 10px;
}
.form-inner .form-group {
    position: relative;
}
.form-inner label {
    display: block;
    margin-bottom: 6px;
}
.download-floor-plan a{
    width: 255px;
}
.download-brochure a{
    width: 230px;
}
.download-floor-plan, .download-brochure{
    display: none;
}
label.error {
    color: red;
    position: absolute;
    bottom: 0;
    line-height: 9px;
    font-size: 12px;
}
.sfdc_reposnce_msd p {
    color: green;
    text-align: center;
}
header .form-container .frmclose {
    position: absolute;
    top: -14px;
    right: -11px;
    background-color: #95c038;
    width: 30px;
    height: 30px;
    border-radius: 100%;
    text-align: center;
    color: #fff;
    line-height: 30px;
    font-weight: 700;
}
    a.goto-home {
    display: inline-block;
    background-color: #fff;
    border-radius: 100%;
    width: 197px;
    height: 183px;
    text-align: center;
    margin-top: -20px;
}
.number-wrapper {
        margin: 12px 12px 12px 25px;
    position: relative;
}
.number-wrapper:before {
    content: '';
    width: 1px;
    border-left: 1px solid gray;
    height: 15px;
    left: -16px;
    margin-left: 3px;
    position: absolute;
    top: 4px;
}
.number-wrapper a img{
    width: 15px;
}
span.show-numbers {
    display: none;
    position: absolute;
    top: 58px;
    left: 0;
    background-color: #fff;
    width: 151px;
    text-align: center;
    padding: 10px;
}
a.enquire-btn {
    margin: 0;
    cursor: pointer;
}
    a.goto-home img {
    margin-top: 23px;
}
    /*Footer Section*/
    footer{float: left;width: 100%;color:#fff;}
    footer a{color:#fff;}
    footer .upper{background-color: #2b2b2b;padding:15px 0;}
    footer .lower{background-color: #121212;padding:15px 0;font-size: 12px;}

/******************Home banner **********/
.home-banner {
    position: relative;
    z-index: 2;
}
.banner-caption {
    position: absolute;
    top: 130px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 12;
    width: 100%;
}
.home-banner{
    width: 100%;
}
.banner-caption h1 {
    font-size: 42px;
    font-weight: bold;
    line-height: 56px;
    text-align: center;
    color: #fff;
    text-transform: uppercase;
    margin-bottom: 25px;
    position: relative;
}
.banner-caption h1:after {
    position: absolute;
    content: '';
    bottom: -15px;
    left: 50%;
    transform: translateX(-50%);
    border-bottom: 1px solid #fff;
    width: 170px;
    height: 1px;
}
.banner-caption h1 span {
    font-size: 52px;
    display: block;
}
p.banner-title-1 {
    font-size: 24px;
    font-weight: 600;
    line-height: 1.88;
    text-align: center;
    color: #fff;
    background-color: #14b3c5;
    display: block;
    padding: 0 0px;
    margin: 0 auto;
    width: 504px;
}
p.banner-title-2 {
    font-size: 24px;
    font-weight: 600;
    text-align: center;
    color: #fff;
    border: 1px solid #14b3c5;
    display: block;
    padding: 31px 0px 16px;
    margin: -22px auto 0;
    width: 620px;
}
.theme-btn {
    width: 170px;
    height: 42px;
    padding: 10px 5px 12px 20px;
    border-radius: 41px;
    border: solid 1px #95c038;
    background-color: #95c038;
    display: block;
    margin: 21px auto;
    color: #fff;
    text-align: left;
    font-weight: 700;
    font-size: 14px;
    text-transform: uppercase;
    position: relative;
}
img.tree-obj-1 {
    position: absolute;
    top: 75px;
    right: 0;
    z-index: 2;
}
img.tree-obj-2 {
    position: absolute;
    bottom: -35px;
    left: 0;
    z-index: 13;
}
.after-arrow:after{
    position: absolute;
    content: '';
    margin-left: 9px;
    background-image: url(../images/angle-right.svg);
    width: 10px;
    height: 20px;
    background-repeat: no-repeat;
    background-size: contain;
    top: 50%;
    transform: translateY(-50%);
    background-position: center;
}
.scroll-down {
    position: absolute;
    bottom: 77px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 17;
}
.scroll-down span{
    font-size: 12px;
    transform: rotate(-90deg);
    display: inline-block;
    color: #fff;
    position: relative;
    left: 6px;
}
.scroll-down img{
     width: 18px;
    position: absolute;
    left: 48px;
    bottom: -45px;
    opacity: 0.8;   
}
img.overview-bg {
    position: relative;
    z-index: 1;
    margin-top: -348px;
    width:100%;
}
img.fly-bird {
    position: absolute;
    right: 0;
    top: 30%;
    z-index: 1;
    width: 150px;
}
.container.zindex {
    position: absolute;
    top: 102px;
    left: 50%;
    transform: translateX(-50%);
    width: 100%;
    z-index: 3;
}
.overview {
    position: relative;
    padding: 50px 0;
    z-index: 12;
}
h2.sec-title {
    width: auto;
    height: 25px;
    padding: 3px 9px 3px;
    background-color: #003189;
    font-size: 14px;
    font-weight: bold;
    line-height: 19px;
    text-align: center;
    color: #95c038;
    text-transform: uppercase;
    display: inline-block;
}
.sec-sub-title{
  font-size: 36px;
  line-height: 46px;
  color: #000;
  font-weight: 400;
  margin: 10px 0 20px;
}
.sec-desc{
  font-size: 14px;
  line-height: 24px;
  color: #000;
}
.mg-tp--20{
    margin-top: -60px;
}
.sec-sub-headeing {
    font-size: 20px;
    font-weight: bold;
    line-height: 30px;
    text-align: center;
    color: #003189;
}
.center-block{
    margin: 0 auto;
    display: block;
    text-align: center;
}

p.amenities-title {
    font-size: 14px;
    line-height: 1.71;
    text-align: center;
    color: #000;
    height: 85px;
}
.amenities-slider-inner {
    text-align: center;
}
.amenities-icon{
    display: inline-block;
    width: 80px;
    height: 80px;
    background-image: url('../images/bg-cyan.png');
    padding: 13px 0;
    position: relative;
    background-repeat: no-repeat;
}
.amenities-icon img {
    position: absolute;
    top: 50%;
    transform: translate(-50%,-50%);
    left: 50%;
    width: auto;
}

.floor-plan-txt{
  font-size: 18px;
  font-weight: 600;
  line-height: 1.33;
  text-align: center;
  color: #000;
}
.download-floor-btn, .download-brochure-btn{
    width: 260px;
    display: inline-block;
}
.download-brochure-btn{
    width: 245px;
    margin-left: 20px;
}
img.tree-obj-21 {
    position: absolute;
    right: 0;
    top: -145px;
    z-index: 1;
}
.amenities-prev:after,
.amenities-next:after{
content: '';
    position: absolute;
    width: 12px;
    height: 20px;
    background-repeat: no-repeat;
    background-position: center;
}
.amenities-prev:after{
    background-image: url('../images/left-black.svg');
    left: 0;
}
.amenities-next:after{
    background-image: url('../images/right-black.svg');
    margin-left: 12px;
}
.amenities-prev:hover:after{
    background-image: url('../images/left-green.svg');
}
.amenities-next:hover:after{
    background-image: url('../images/right-green.svg');
}
.amenities-next {
    font-size: 14px;
    color: #000;
    background-color: transparent;
    padding: 0;
    position: absolute;
    right: 30px;
    padding-right: 23px;
    cursor: pointer;
    bottom: 0px;
}

.amenities-prev {
    font-size: 14px;
    color: #000;
    background-color: transparent;
    padding: 0;
    position: absolute;
    left: 30px;
    padding-left: 23px;
    cursor: pointer;
    bottom: 0px;
}
.slide-count-wrap {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: 0px;
}
span.current {
    font-size: 18px;
    font-weight: 600;
}
.amenities-slider:after {
    border-bottom: 1px solid rgb(112 112 112 / 0.3);
    padding-bottom: 54px;
    bottom: 35px;
    width: 100%;
    position: absolute;
    content: '';
    left: 0;
}
.gallery-slider {
    position: relative;
}

/*.gallery-slider-wrapper .bx-viewport {
    width: 92%!important;
    overflow: visible!important;
}*/
.gallery-slider-inner {
    background-position: center center;
    height: 540px;
    background-size:cover;
    transition: all 1s;
    /*margin-right: 10px;*/

}
.gallery-slider-wrapper .bx-prev {
    position: absolute;
    left: 3%;
    top: 50%;
    font-size: 0px;
    color: #fff;
    background-color: #fff;
    border-radius: 100%;
    width: 40px;
    height: 40px;
    line-height: 31px;
    display: block;
    padding: 0;
    cursor: pointer;
    z-index: 1;
}

.gallery-slider-wrapper .bx-next {
    position: absolute;
    right: 3%;
    top: 50%;
    font-size: 0px;
    color: #fff;
    background-color: #fff;
    border-radius: 100%;
    width: 40px;
    height: 40px;
    line-height: 31px;
    display: block;
    padding: 0;
    cursor: pointer;
    z-index: 1;
}
.gallery-slider-wrapper .bx-prev:hover,
.gallery-slider-wrapper .bx-next:hover,
.amenities-next:hover,
.amenities-prev:hover {
    color: #95c038;
}
.gallery-slider-wrapper .bx-prev:after,
.gallery-slider-wrapper .bx-next:after{
    content: '';
    position: absolute;
    width: 32px;
    height: 32px;
    background-size: 80%;
    background-repeat: no-repeat;
    background-position: center;
}
.gallery-slider-wrapper .bx-prev:after{
    background-image: url('../images/black-left-arrow.png');
    left: 3px;
    top: 4px
}
.gallery-slider-wrapper .bx-next:after{
    background-image: url('../images/black-right-arrow.png');
    left: 6px;
    top: 4px;
}
/*.gallery-slider-wrapper .bx-prev:hover:after{
    background-image: url('../images/left-green.svg');
}
.gallery-slider-wrapper .bx-next:hover:after{
    background-image: url('../images/right-green.svg');
}*/
.gallery-slider .slick-list{
    padding: 0px!important;
}
.gallery-slider  .slick-slide{
 margin: 0px;
}

.gallery-slider .slick-slide.slick-current{
    margin-right: -0px;
}

.gallery-slider .slick-slide img{
    width: 95%!important;
    margin: 0!important;
}
.gallery-slider .slick-slide.slick-active img{
    margin-left: -0px!important;
}

.location{
    background-image: url('../images/location_bg.jpg');
        padding: 100px 0 80px;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
}
.pd-rt-30{
    padding-right: 80px;
}
.location-map-svg {
    margin-top: -150px;
}
a.get-direction-btn {
    text-transform: capitalize;
    margin: 0px;
}
.get-direction-btn.after-arrow:after{
    background-image: url('../images/street-view.svg');
    height: 17px;
    margin-left: 10px;
}
.get-location {
    position: absolute;
    bottom: 26px;
    left: 12px;
}
img.tree-obj-41 {
    position: absolute;
    left: 0;
    bottom: 0;
}
img.sust-dev-img {
    position: relative;
    z-index: 1;
    width:100%;
}
.sustainable .container{
    position: absolute;
    top: 102px;
    left: 50%;
    transform: translateX(-50%);
    width: 100%;
    z-index: 3;
}
.sust-dev-slider-inner p {
    font-size: 14px;
    line-height: 1.71;
    text-align: center;
    color: #000;
}
.sust-dev-slider-inner{
    text-align: center;
}
.sustain-dev-wrapper .slick-dots{
    position: relative;
    margin-top: 30px;
}
.sustain-dev-wrapper .slick-dots:after{
    content: '';
    position: absolute;
    top: -20px;
    left: 0px;
    width: 100%;
    height: 1px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.dev-icon {
    display: inline-block;
    width: 80px;
    height: 80px;
    background-image: url('../images/bg-green.png');
    padding: 13px 0;
    position: relative;
    background-repeat: no-repeat;
}
.dev-icon img {
    position: absolute;
    top: 50%;
    transform: translate(-50%,-50%);
    left: 50%;
    width: auto;
}
.slick-dots{
    text-align: center;
}
.slick-dots li {
    display: inline-block;
    margin: 0 10px;
}
.slick-dots li button{
    text-indent: -99999px;
    position: relative;
        background-color: transparent;
        cursor: pointer;
}
.slick-dots li button:after{
    position: absolute;
    content: '';
    background-image: url('../images/dot-circle-blue.svg');
    width: 13px;
    height: 13px;
    background-repeat: no-repeat;
    background-position: center;
        top: 0;
    left: 0;
}

.slick-dots li.slick-active button:after{
background-image: url('../images/dot-circle-blue-fill.svg');
}
.mg-tp--7px{
    margin-top: -7px;
}
.safety-measures {
    background-color: #003189;
    padding: 80px 0;
}

.safety-measures h2.sec-title {
    background-color: #95c038;
    color: #003189;
}

.safety-list li {
    list-style: none;
    float: left;
    width: 20%;
    text-align: center;
    border-top: solid 1px rgb(20 179 197 / 0.2);
    border-right: solid 1px rgb(20 179 197 / 0.2);
    border-bottom: solid 1px rgb(20 179 197 / 0.2);
}
.safety-list li:last-child {
    border-right: solid 0px rgb(20 179 197 / 0.2);

}
.safety-list {
    margin-top: 60px;
}
.safety-inner {
    padding: 35px 0px;
}
.safety-inner p {
    font-size: 14px;
    line-height: 1.36;
    text-align: center;
    color: #fff;
    margin: 10px 0 0;
    height: 40px;
}

.about{
    background-image: url('../images/about_bg.jpg');
    background-repeat: no-repeat;
    background-size: cover;
    padding: 80px 0;
    position: relative;
}
.tree-obj-51{
    position: absolute;
    right: 0;
    top: -90px;
    z-index: 1;
}


.privacy-policy{
    padding: 80px 0 50px;
}
.privacy-policy h1 {
    font-size: 36px;
}
.privacy-policy h2 {
    font-size: 23px;
    margin: 23px 0 10px;
}
.privacy-policy ul li {
    margin-left: 20px;
    list-style: lower-alpha;
    margin-bottom: 8px;
    font-size: 16px;
    line-height: 26px;
}

/****************** Animation **************/
#loader {
    position: fixed;
    display: flex;
    top: 0;
    left: 0;
    z-index: 99999999;
    background-color: #fff;
    width: 100%;
    height: 100%;
}
    .kekarav-loader {
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%,-50%);
    }
.loader-logo{
    position: relative;
    z-index: 12;
}
    .leaf {
        animation-duration: 1.5s;
        animation-timing-function: cubic-bezier(0, 1, 0.3, 1);
        animation-direction: normal;
        animation-iteration-count: infinite;
        transform-origin: left bottom;
        position: absolute;
        width: 25px;
        height: auto;
    }
    .leaf.leaf-one {
    right: 76px;
    top: 51px;
    transform: rotate(-93deg);
        animation: leafOne 3s ease-in-out infinite;
        animation-delay: 0.3s;
    }
    .leaf.leaf-two {
         right: 80px;
    top: 32px;
    transform: rotate(-73deg);
        animation: leafOne 3s ease-in-out infinite;
        animation-delay: 0.5s;
    }
    .leaf.leaf-three {
         right: 70px;
    top: 9px;
    transform: rotate(-78deg);
        animation: leafOne 3s ease-in-out infinite;
        animation-delay: 0.7s;
    }
    .leaf.leaf-four {
         right: 66px;
    top: -5px;
    transform: rotate(-36deg);
        animation: leafOne 3s ease-in-out infinite;
        animation-delay: 0.9s;
    }
    .leaf.leaf-five {
     right: 51px;
    top: -15px;
    transform: rotate(-14deg);
        animation: leafOne 3s ease-in-out infinite;
        animation-delay: 1.1s;
    }

    .leaf.leaf-six {
    right: 32px;
    top: -20px;
    transform: rotate(7deg);
        animation: leafOne 3s ease-in-out infinite;
        animation-delay: 1.3s;
    }
    .leaf.leaf-seven {
     right: 12px;
    top: -20px;
    transform: rotate(29deg);
        animation: leafOne 3s ease-in-out infinite;
        animation-delay: 1.5s;
    }
    .leaf.leaf-eight {
     right: -2px;
    top: -8px;
    transform: rotate(44deg);
        animation: leafOne 3s ease-in-out infinite;
        animation-delay: 1.7s;
    }
    .leaf.leaf-nine {
         right: -16px;
    top: 3px;
    transform: rotate(84deg);
        animation: leafOne 3s ease-in-out infinite;
        animation-delay: 1.9s;
    }
     .leaf.leaf-ten {
         right: -16px;
    top: 26px;
    transform: rotate(84deg);
        animation: leafOne 3s ease-in-out infinite;
        animation-delay: 1.9s;
    }
    @keyframes leafOne {
        0% {
            opacity: 1;
        }

        15%,
        50% {
            opacity: 0;
        }

        100% {
            opacity: 1;
        }
    }

.animpins{
   -webkit-animation:pinsAnim ease-in 1;  
   -moz-animation:pinsAnim ease-in 1;
   animation:pinsAnim ease-in 1;

   -webkit-animation-fill-mode:forwards; 
   -moz-animation-fill-mode:forwards;
   animation-fill-mode:forwards;

   -webkit-animation-duration:1s;
   -moz-animation-duration:1s;
   animation-duration:1s;
}
.points{
    opacity:0;

}
.point-1{
    animation-delay:1s;
}
.point-2{
    animation-delay:2s;
}
.point-3{
    animation-delay:3s;
}
.point-4{
    animation-delay:4s;
}
.point-5{
    animation-delay:5s;
}
.point-6{
    animation-delay:6s;
}
.point-7{
    animation-delay:7s;
}
.point-8{
    animation-delay:8s;
}
.point-9{
    animation-delay:9s;
}
.point-10{
    animation-delay:10s;
}
@keyframes pinsAnim{
   from { opacity: 0; }
   to   { opacity: 1; }
} 



.cloud{
        height: 290px;
        background-image: url(../images/cloud.png);
        background-repeat: no-repeat;
        background-size: auto;
        width: 100%;
    }
    .cloud{
        position: absolute;
        top: -60px;
        z-index: 2;
        -webkit-animation: movingclouds 40s linear infinite;
        -moz-animation: movingclouds 40s linear infinite;
        -o-animation: movingclouds 40s linear infinite;
        animation: movingclouds 40s linear infinite;
    }
    .cloud-2{
        -webkit-animation: movingcloud 80s linear 10s infinite;
        -moz-animation: movingcloud 80s linear 10s infinite;
        -o-animation: movingcloud 80s linear 10s infinite;
        animation: movingcloud 80s linear 10s infinite;
        margin-left: -100%;
    }
    @keyframes movingclouds {
        0% {margin-left: 100%;}
        100% {margin-left: -100%;}
    }
    @keyframes movingcloud {
        0% {margin-left: 100%;}
        100% {margin-left: -100%;}
    }




    /* Large Devices, Wide Screens */
@media only screen and (min-width : 1024px) {
    .key-heghlight-svg-info,.highlight-svg-info{display: none;}
}

/* Large Devices, Wide Screens */
@media only screen and (max-width : 1024px) {
    .col-xs-12{width: 100%;}
  .enq-btn-wrapper,.number-wrapper {
    display: none;
}
a.goto-home {
    display: inline-block;
    background-color: #fff;
    border-radius: 100%;
    width: 192px;
    height: 192px;
    text-align: center;
    margin-top: -20px;
        position: relative;
    z-index: 9999
}
    .menu-icon-mobile{    display: block;
    width: 42px;
    padding: 15px 10px;
    background-color: #95c038;
    border-radius: 0px;
    margin: 0;
    position: absolute;
    top: 22px;
    right: 25px;
    height: 42px;}
    header {
    background-color: #dbdbdb;
    height: 100px;
}
  .menu-icon-mobile>span{display: block;height: 2px;width: 23px; margin-bottom: 4px;background-color: #fff;}
  header .nav-links{ display: none;position: fixed;top: 100px;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;}
  img.overview-bg {
    margin-top: 0;
    width: 100%;
    margin-top: -900px;
    z-index: -1;
}
.mg-tp--20 {
    margin-top: 30px;
}
.heghlight-svg, .location-map-svg{display: none;}
.highlight-icon,
.location-icon {
    display: inline-block;
    width: 80px;
    height: 80px;
    background-image: url(../images/bg-blue.png);
    padding: 13px 0;
    position: relative;
    background-repeat: no-repeat;
    background-size: contain;
}
.location-icon {
 background-image: url(../images/bg-black.png);
}
.highlight-inner,.location-inner{text-align: center;}
.highlight-icon img,.location-icon img {
    position: absolute;
    top: 50%;
    transform: translate(-50%,-50%);
    left: 50%;
    width: 57%;
}
.highlight-inner p,.location-inner p {
    font-size: 14px;
    line-height: 1.71;
    text-align: center;
    color: #000;
    height: 85px;
}
.location-inner p {
    margin-top: 20px;
}
.highlight-prev:after,
.highlight-next:after,
.location-prev:after,
.location-next:after{
content: '';
    position: absolute;
    width: 12px;
    height: 20px;
    background-repeat: no-repeat;
    background-position: center;
}
.highlight-prev:after,
.location-prev:after{
    background-image: url('../images/left-black.svg');
    left: 0;
}
.highlight-next:after,
.location-next:after{
    background-image: url('../images/right-black.svg');
    margin-left: 12px;
}
.highlight-next,
.location-next {
    font-size: 14px;
    color: #000;
    background-color: transparent;
    padding: 0;
    position: absolute;
    right: 30px;
    padding-right: 23px;
    cursor: pointer;
    top: 50px;
    z-index: 123;
}
.highlight-prev,
.location-prev {
    font-size: 14px;
    color: #000;
    background-color: transparent;
    padding: 0;
    position: absolute;
    left: 30px;
    padding-left: 23px;
    cursor: pointer;
    top: 50px;
    z-index: 123;
}
.highlight-info-slider .slick-slide,
.key-heghlight-svg-info .slick-slide{
    margin: 0px;
}

.download-brochure-btn {
    width: 260px;
    margin-left: 0;
    margin: 0 0 30px 0px;
}
.gallery-slider-inner {
    height: 230px;
    margin-right: 0;
}
.gallery-slider-wrapper .bx-viewport {
    width: 100%!important;
    overflow: visible!important;
}
.gallery-slider-wrapper {
    margin-bottom: 60px;
}
.gallery-slider-wrapper .bx-next, .gallery-slider-wrapper .bx-prev {
    right: 30px;
    top: unset;
    bottom: -40px;
    font-size: 14px;
    color: #000;
    background-color: transparent;
    padding: 0;
    cursor: pointer;
    z-index: 1;
    width: 55px;
}
.gallery-slider-wrapper .bx-prev{
    left: 50px;
    right: unset;
}
.gallery-slider-wrapper .bx-next:after {
    background-image: url(../images/right-black.svg);
    left: 43px;
    top: 0px;
}
.gallery-slider-wrapper .bx-prev:after {
    background-image: url(../images/left-black.svg);
    left: -20px;
    top: 0px;
}
.location {
    padding: 50px 0 50px;
    text-align: center;
}
.location-info-slider {
    position: relative;
    z-index: 1;
}
.key-heghlight-svg-info:after {
    content: '';
    width: 100%;
    height: 2px;
    border-bottom: 2px dashed #000;
    position: absolute;
    top: 93px;
    left: 0;
    z-index: 0;
}
.location-next:after {
    margin-left: 0;
    left: 5px;
    top: -30px;
    width: 26px;
    height: 25px;
    background-color: #fff;
    border-radius: 100%;
}
.location-next, .location-prev {
    font-size: 18px;
    padding: 0px;
    top: 60px;
}
.location-prev:after {
    left: 0;
    margin-left: 0;
    left: 5px;
    top: -30px;
    width: 26px;
    height: 25px;
    background-color: #fff;
    border-radius: 100%;
}
img.tree-obj-41 {
    bottom: 600px;
    width: 72px;
}
.sustainable {
    padding: 50px 0 150px;
    background-repeat: no-repeat;
    background-size: cover;
}
.sust-dev-slider-inner {
    margin-top: 20px;
    margin-bottom: 20px;
}
.safety-list li {
    float: unset;
    width: unset;
    border:  0px solid;
}
.safety-list .slick-slide img {
    width: auto;
}
.safety-list .slick-slide{
    margin: 0px 0px;
}
.safety-list .slick-dots li button:after{
        background-image: url(../images/dot-circle-white.svg);
}
.safety-list .slick-dots li.slick-active button:after {
    background-image: url(../images/dot-circle-green-fill.svg);
}
.safety-list li:last-child{
    border-right: solid 1px rgb(20 179 197 / 0.2);
}
.safety-list .slick-dots {
    margin-top: 35px;
}
.about{
    background-image: url('../images/about-bg-mobile.png');
    text-align: center;
        padding: 50px 0 600px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 0 -740px;
    text-align: left;
}
.about .sec-sub-title, .about .sec-desc{
    text-align: left!important;
}
.tree-obj-51 {
    width: 113px;
}
iframe {
    width: 100%;
    height: 300px;
}
.get-location {
    position: unset;
    bottom: unset;
    left: unset;
    text-align: center;
}
a.get-direction-btn {
    margin: 27px auto 0;
}
img.sust-dev-img {
    position: relative;
    z-index: -1;
    width: 100%;
    margin-top: -900px;
}
img.tree-obj-1 {
    top: 0;
    width: 207px;
}
.banner-caption {
    top: 230px;
}
img.fly-bird {
    top: 60%;
}

  footer{padding-bottom: 40px;}
  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: 42px;}
  .mob-footer a.mob-call-btn {
    background-color: #25D366;
    color: #fff;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 14px;
}
  .mob-footer a.mob-enq-btn {
    background-color: #fff;
    color: #000;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 14px;
}
.overview {
    position: relative;
    padding: 50px 0 160px;
    z-index: 1;
    background-repeat: no-repeat;
    background-size: cover;
    margin-bottom: 50px;
}
.overview .container.zindex, .sustainable .container {
    position: unset;
    padding: 0 15px;
    width: 100%;
    transform: unset;
}
.about-partner img:nth-child(1) {
    width: 113px;
    margin-right: 10px;
}
.about-partner img:nth-child(2) {
    width: 65px;
    margin-left: 0;
}
.about-partner img:nth-child(3) {
    width: 117px;
    margin-left: 6px;
}
    .hidden-xs{display: none !important;}
    .visible-xs{display: block !important;}
}

/* Small Devices, Tablets */
@media only screen and (max-width : 768px) {
    .col-sm-1{width: 8.333333333333333%;}
    .col-sm-2{width: 16.66666666666667%;}
    .col-sm-3{width: 25%;}
    .col-sm-4{width: 33.33333333333333%;}
    .col-sm-5{width: 41.66666666666667%;}
    .col-sm-6{width: 50%;}
    .col-sm-7{width: 58.33333333333333%;}
    .col-sm-8{width: 66.66666666666667%;}
    .col-sm-9{width: 75%;}
    .col-sm-10{width: 83.33333333333333%;}
    .col-sm-11{width: 91.66666666666667%;}
    .col-sm-12{width: 100%;}
    .col-sm-12-5{width: 20%;}

    header .form-container.show{top: 0 !important;bottom: 0 !important;display: block !important;}

}

/* Extra Small Devices, Phones */
@media only screen and (max-width : 640px) {
    body{-webkit-text-size-adjust: none;}
    .col-xs-1{width: 8.333333333333333%;}
    .col-xs-2{width: 16.66666666666667%;}
    .col-xs-3{width: 25%;}
    .col-xs-4{width: 33.33333333333333%;}
    .col-xs-5{width: 41.66666666666667%;}
    .col-xs-6{width: 50%;}
    .col-xs-7{width: 58.33333333333333%;}
    .col-xs-8{width: 66.66666666666667%;}
    .col-xs-9{width: 75%;}
    .col-xs-10{width: 83.33333333333333%;}
    .col-xs-11{width: 91.66666666666667%;}
    .col-xs-12{width: 100%;}
    .col-xs-12-5{width: 20%;}
header {
    background-color: #dbdbdb;
    height: 68px;
}
a.goto-home {
    width: 142px;
    height: 142px;
}
.menu-icon-mobile{
    top: 8px;
    }
    header{padding:5px 0;}
  header .nav-links{padding:70px 0 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: 999999; background-color: rgba(255, 254, 254, 0.97) !important;}
  
  header .form-container .frmclose{display: inline-block;position: absolute;top:10px;right: 10px;color:#000;font-size: 20px;}

  .banner-caption h1 {
    font-size: 22px;
    line-height: 32px;
}
.banner-caption h1 span {
    font-size: 24px;
}
p.banner-title-1 {
    font-size: 16px;
    width: 340px;
}
p.banner-title-2 {
    font-size: 18px;
    width: 338px;
}
img.tree-obj-1 {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 2;
    width: 106px;
}
img.tree-obj-2 {
    bottom: -30px;
    width: 73px;
}
img.fly-bird {
    top: 68%;
    width: 82px;
}
img.tree-obj-21 {
    top: -112px;
    width: 150px;
}
.sec-sub-title {
    font-size: 26px;
    line-height: 36px;
    text-align: center!important;
}
.sec-desc{
    text-align: center!important;
        padding-right: 0px;
}
.sec-desc br, .cloud{
    display: none;
}
.banner-caption {
    top: 100px;
}
img.overview-bg {
    margin-top: 0;
}
.overview .sec-sub-title, .overview .sec-desc {
    text-align: left!important;
}
img.sust-dev-img{
    margin-top: 0px;
}
.about{
        padding: 50px 0 310px;
        background-position: center;
}
.form-inner {
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    transform: unset;
    border-radius: 0px;
    height: 100%;
}
}

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

}

/* Extra Small Devices, Phones */
@media only screen and (max-width : 320px) {
    p.banner-title-1, p.banner-title-2 {
    font-size: 16px;
    width: 100%;
}
.banner-caption h1 span {
    font-size: 20px;
}
.banner-caption h1 {
    font-size: 18px;
    line-height: 32px;
}
}