body, html{
    font-family: 'Montserrat-Regular';
    overflow-x: hidden;
}

a{
    -webkit-transition: all 0.3s ease;                  
    -moz-transition: all 0.3s ease;                 
    -o-transition: all 0.3s ease;   
    -ms-transition: all 0.3s ease;          
    transition: all 0.3s ease;
}

a:hover{
    text-decoration: none;
}

p{
    font-family: 'Montserrat-Regular';
}

.background{
    background-image: url('../img/background.jpg');
    background-repeat: no-repeat;
    background-position: 50%;
    background-size: cover;
    height: 100vh;
    width: 100%;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    position: fixed;
    z-index: -1;
}

section{
    height: 100vh;
    width: 100%;
}

.stickMenu{
    position: fixed;
    top: 0px;
    right: 0px;
    z-index: 99999;
}

.stickMenu a p{
    display: inline-block;
    margin: 0;
    padding: 0;
    color: #d0d094;
    font-size: 20px;
    font-family: 'Gauker';
}

.stickMenuWhite a p{
    color: #d0d094;
}

.stickMenuWhite .hamburger span{
    background-color: #d0d094 !important;
}

.stickMenu > a{
    background-color: #4d5437;
    padding: 10px 15px;
    display: block;
}

.menuOffCanvas{
    /*display: flex;
    justify-content: left;
    align-items: center;
    height: 100%;*/
}

.menuOffCanvas ul{
    list-style: none;
    padding: 0;
    margin: 0;
}

.menuOffCanvas ul li{
    margin: 16px 0;
}

.menuOffCanvas ul li a{
    font-family: 'Gauker';
    font-size: 26px;
    position: relative;
    color: #96897A;
}

.menuOffCanvas ul li a:hover, .menuOffCanvas ul li.active a{
    color: #B78538;
    padding-left: 14px;
}

.menuOffCanvas ul li a:before, .menuOffCanvas ul li.active a:before{
    -webkit-transition: all 0.3s ease;                  
    -moz-transition: all 0.3s ease;                 
    -o-transition: all 0.3s ease;   
    -ms-transition: all 0.3s ease;          
    transition: all 0.3s ease;
}

.menuOffCanvas ul li a:hover:before, .menuOffCanvas ul li.active a:before{

    content: '';
    background-color: #B78538;
    display: block;
    height: 9px;
    width: 9px;
    position: absolute;
    left: -10px;
    top: 13px;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    transition: all 0.3s ease;
    transform: rotate(45deg);
}


.uk-offcanvas-bar {
    left: -400px;
    max-width: 400px !important;
    width: 400px !important;
    background: #453930;
}

.uk-offcanvas-close:first-child+* {
    margin-top: 50px;
    margin-top: 20px;
}

ul.menuSocialMedia li{
    display: inline-block;
    margin: 0;
    margin-right: 5px;
}

ul.menuSocialMedia li:last-child{
    margin: 0;
}

ul.menuSocialMedia li img{
    width: 32px;
}

.copyRight{
    font-size: 11px;
    font-family: 'Montserrat-Regular';
    color: #96897A;
}

ul.menuTerms{
    margin-top: 10px;
}

ul.menuTerms li{
    display: inline-block;
    margin: 0;
    border-right: 1px solid #96897A;
}

ul.menuTerms li:last-child{
    border: none;
}

ul.menuTerms li a{
    font-size: 11px;
    font-family: 'Montserrat-Regular';
    color: #96897A;
    padding: 0px 10px !important;
    display: block;
}

ul.menuTerms li:first-child a{
    padding-left: 0 !important;
}

ul.menuTerms li a:hover, ul.menuSocialMedia li a:hover{
    padding: 0;
}

ul.menuTerms li a:hover:before, ul.menuSocialMedia li a:hover:before{
    display: none;
}

a.uk-offcanvas-close{
    color: #fff;
    font-size: 18px;
    font-family: 'Gauker';
    color: #96897A !important;
}

/*a.uk-offcanvas-close:hover, a.uk-offcanvas-close:hover svg{
    color: #3E2680 !important;
    fill: #3E2680 !important;
}*/

a.uk-offcanvas-close img{
    width: 13px;
    margin-right: 5px;
    margin-top: -3px;
}

.hamburger {
    position: relative;
    width: 1.733rem;
    height: 1.067rem;
    margin-right: 0.533rem;
    display: inline-flex;
    align-items: flex-end;
    justify-content: space-between;
    flex-direction: column;
    top: -12px;
}

.hamburger span {
    height: 2px;
    display: block;
    width: 100%;
    display: block;
    background: #d0d094;
    transition: all .5s;
}

.hamburger span:first-child {
    width: 73%;
}

.hamburger span:last-child {
    width: 54%;
}

.contentContainer{
    position: relative;
    z-index: 1;
    width: 100%;
    height: 100vh;
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
}

.contentFacilitiesPlans .uk-container{
    height: 100vh;
}

.contentFacilitiesPlans{
    background-image: url(../img/facilities/bg.jpg);
    background-position: 50% 50%;
    background-size: cover;
    background-repeat: no-repeat;
}

.contentDeveloper{
    background-color: #37422E;
}

.contentDeveloper .uk-container {
    height: 100vh;
}

.contentSiteProgress{
    background-color: #37422E;
}

.contentSiteProgress .uk-container {
    height: 100vh;
}

.siteprogressContainer{
    text-align: center;
    width: 100%;
}

.siteprogressContainer img{
    width: 100px;
    display: none;
}

.siteprogressContainer p{
    font-size: 100px;
    color: #d0d094;
    font-family: 'Gauker';
}

.developerContainer {
    text-align: center;
}

.developerContainer img {
    width: 20%;
    margin: 0 auto;
    display: block;
}

.developerContainer p {
    color: #fff;
    font-size: 16px;
    font-family: 'Montserrat-Regular';
}

.developerContainer p a {
    color: #fff;
    font-size: 16px;
    font-family: 'Montserrat-Medium';
    text-decoration: underline;
}

.developerSlider {
    margin-top: 100px;
}

.developerSlider .uk-slider > div {
    background-color: rgba(255, 255, 255, 0.9);
    border-radius: 10px;
    padding: 40px 30px;
}

.developerSlider img {
    width: 90% !important;
}

.contentLocationMap{
    background-color: #604C3F;
}

.contentLocationMap .uk-container{
    height: 100vh;
}

.contentShuttleBus{
    background-color: #00b5b5;
}

.ShuttleBusImg{
display: flex;
justify-content: flex-end;
align-items: center;
position: absolute;
right: 12%;
bottom: 5%;
}

.ShuttleBusTitle{
    margin-top: 50px !important;
}

.ShuttleBusImg img{
    width: 100%;
    min-width: 950px;
}

.locationMapFlower{
    position: fixed;
    bottom: -50px;
    left: -20px;
    z-index: 2;
    /*animation: flowerAnimation 1.5s alternate infinite ease-in;*/
}

@keyframes flowerAnimation {
      0% {transform: scale(.8);}
      100% {transform: scale(1.5);}
    }

.locationMapFlower img{
    width: 200px;
}

.locationMapTitle{
    color: #BCA77E;
    margin: 0;
    font-family: 'Gauker';
    /*text-transform: uppercase;*/
    line-height: 85px;
    font-size: 85px;
}

.facilitiesPlansTitle{
    color: #6c4034;
}

.locationMapTitleElement img{
    height: 15px;
    margin-top: 20px;
}

.locationMapText{
    position: relative;
    z-index: 3;
}

.locationMapText p{
    color: #fff;
    margin-top: 40px;
    margin-bottom: 0;
    font-size: 15px;
    text-shadow: 1px 6px 9px rgba(0,0,0,0.41);
}

.contentConceptLogo{
    width: 350px;
    height: calc(100% - 50px);
    position: absolute;
    top: calc(50% - 300px);
}

.contentConceptLogo img{
    position: absolute;
    left: 0;
    top: 0;
    width: 500px;
    padding: 0 !important;
}

.contentConceptLogoBase{
    z-index: 1;
    padding: 10px;
}

.contentConceptLogoFrame{
    z-index: 2;
}

.contentConceptLogoMiddle{
    z-index: 3;
    padding: 10px;
}

.contentConceptLogoAldenz{
    padding: 0 50px;
    z-index: 100;
    position: relative !important;
    height: 540px;
    object-fit: contain;
}

.contentGallery{
    background-color: #604c3f;
}

.contentGallery .uk-container{
    height: 100vh;
}

.galleryContainer{
    width: 100%;
}

.galleryContainer h2{
    font-family: 'Gauker';
    font-size: 45px;
    color: #fff;
    margin-bottom: 0;
    text-shadow: 6px 6px 8px rgba(66, 68, 90, 1);
    text-align: center;
    margin-left: -20px;
}

.galleryImage:hover {
    cursor: url(../img/close.svg), pointer;
}

.galleryContainer img{
    object-fit: contain;
}

.uk-modal{
    z-index: 9999999999999999;
}

.galleryTitle{
    margin-top: 100px;
    margin-left: 20px;
}

.contentFloorPlan{
    background-color: #96897A;
    position: relative;
}

.floorPlanLeaf{
    position: absolute;
    top: -50px;
    right: -50px;
}

.floorPlanLeaf img {
    height: 300px;
    opacity: 0.6;
}

.floorPlanLeafA{
    position: absolute;
    top: -50px;
    right: -50px;
}

.floorPlanLeafA img {
    height: 300px;
    opacity: 0.6;
}

.floorPlanLeafB{
    position: absolute;
    bottom: -50px;
    left: -50px;
}

.floorPlanLeafB img {
    height: 300px;
    opacity: 0.6;
}

.floorPlanTitle{
    position: absolute;
    top: 30px;
    left: 30px;
}

.floorPlanTitle img {
    height: 15px;
    margin-top: 20px;
}

.floorPlanTitle h2{
    color: #693E31;
    margin: 0;
    font-family: 'Gauker';
    /*text-transform: uppercase;*/
    line-height: 85px;
    font-size: 85px;
}

.floorPlanTitle h2:before{
    content: '';
    background-color: #693E31;
    width: 10px;
    height: 155px;
    position: absolute;
    display: block;
    top: -30px;
    left: -30px;
    display: none;
}

.floorPlanCompass{
    bottom: 10px;
    left: 10px;
    position: fixed;
}

.floorPlanCompass img {
    width: 280px;
}

.floorPlanLabelBtm{
    text-align: center;
    display: block;
    margin: 0 auto;
    position: absolute;
    width: 100%;
    bottom: 50px;
    left: 0;
}

.floorPlanLabelBtm img{
    height: 25px;
    opacity: 0;
    -webkit-transition: all 0.3s ease;                  
    -moz-transition: all 0.3s ease;                 
    -o-transition: all 0.3s ease;   
    -ms-transition: all 0.3s ease;          
    transition: all 0.3s ease;
    margin: 0 auto;
    display: none;
}

.floorPlanLabelBtm img.active{
    opacity: 1;
    display: block;
}

.floorPlanLabel {
    position: fixed;
    top: calc(50% - 120px);
    right: 200px;
}

.floorPlanLabel img{
    height: 240px;
}

.floorPlanLabel img:last-child{
    margin-right: 0px;
}

.floorPlanImg{
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 auto;
    height: 100vh;
}

.floorPlanImg img{
    max-width: 45%;
    opacity: 0;
    -webkit-transition: all 0.3s ease;                  
    -moz-transition: all 0.3s ease;                 
    -o-transition: all 0.3s ease;   
    -ms-transition: all 0.3s ease;          
    transition: all 0.3s ease;
    display: none;
}

.floorPlanImg img.active{
    opacity: 1;
    display: block;
}

.landing{
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    z-index: 1;
}

.exsim-logo{
    position: absolute;
    top: 20px;
    left: 20px;
    z-index: 10;
}

.exsim-logo img{
    width: 250px;
}

.register-now{
    position: fixed;
    right: 0px;
    top: calc(50% + 50px);
    z-index: 999;
    border-radius: 10px 0px 0px 10px;
    transition: all .5s ease-in-out !important;
    transform: rotate(-90deg);
}

.register-now-container {
    position: relative;
    display: block;
    width: 52px;
}

.register-now-container a{
    background-color: #8B9D6C;
    color: #fff;
    text-transform: uppercase;
    padding: 0px 20px;
    font-family: 'Montserrat-Bold';
    font-size: 15px;
    text-align: center;
    width: 160px;
    height: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.register-now-container a:hover{
    /*transform: scale(1.05);*/
    background-color: #877E5C;
    cursor: pointer;
}

.register-now-container img{
    width: 15px;
    margin-right: 10px;
}


.landing-logo img{
    width: 100%;
    margin: 0 auto;
    display: block;
    max-width: 420px;
}

.register{
    height: 100vh;
    position: relative;
    z-index: 2;
}

.register-form-logo-bg{
    background-color: #453930;
}

.register-form-logo{
    height: 100vh;
    width: 100%;
}

.register-form-logo img{
    width: 100%;
    margin: 0 auto;
    display: block;
    max-width: 420px;
}

.register-form{
    background-color: #fff;
    height: calc(100vh - 80px);
    padding: 40px;
    position: relative;
    overflow-y: scroll;
}

.register-form h2{
    font-family: 'Gauker';
    color: #000;
    font-size: 26px;
    line-height: 40px;
    margin-top: 0;
    margin-bottom: 0;
}

.register-form h2:before{
    content: '';
    background-color: #8B9D6C;
    height: 5px;
    width: 40px;
    display: block;
    position: relative;
    top: 0;
    left: 0;
}

.register-form-close{
    position: absolute;
    top: 0;
    right: 0;
    background-color: #8B9D6C;
    width: 50px;
    height: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.register-form-close:hover{
    background-color: #877E5C;
}

.register-form-close img{
    width: 25px;
}

.register-form-bottom{
    text-align: center;
    width: 33.33%;
    border-right: 1px solid #DDDFDA;
    line-height: 40px;
}

.register-form-divider{
    border-right: 1px solid #DDDFDA;
}

.register-form-bottom a{
    color: #8B9D6C;
    font-size: 15px;
    font-family: 'Montserrat-Medium';
}

.register-form-bottom a:hover{
    color: #877E5C;
}

.white-container{
    background-color: #fff;
    padding: 100px 100px;
    margin-top: 200px;
    margin-bottom: 100px;
    position: relative;
}

.white-container h2, .white-container h4{
    font-family: 'Gauker';
}

.white-container h4{
    color: #666;
}

.white-container h2:before{
    content: '';
    background-color: #8B9D6C;
    height: 5px;
    width: 40px;
    display: block;
    position: relative;
    top: 0;
    left: 0;
}

.white-container p{
    font-size: 15px;
    color: #666666;
    font-family: 'Montserrat-Regular';
}

.inner-logo{
    position: absolute;
    top: 25px;
    margin: 0 auto;
    width: 100%;
    text-align: center;
}

.inner-logo img{
    width: 280px;
}

.backtotop{
    position: fixed;
    right: 0;
    bottom: 0;
}

.birds{
    position: fixed;
    bottom: 0;
    left: 0;
    opacity: 0.6;
}

.leaf{
    position: fixed;
    top: 0;
    right: 0;
    opacity: 1;
}

.wrap{
    position:fixed;
    display:inline-block;
  }
  .overlay{
    position: absolute;
    left: 0;
    top: -50%;
    bottom: 0;
    width: 100%;
    height: 100vh;
    /* object-fit: cover; */
    mix-blend-mode: screen;
  }

  .formfooter{
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 30px;

  }

  .formfooter > div:last-child{
    border: none !important;
  }

  .fp-warning, .fp-watermark a{
    display: none !important;
}

.unitPlansImg{
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 auto;
    height: 100vh;
}

.unitPlansImg img{
    max-height: 75%;
    opacity: 0;
    -webkit-transition: all 0.3s ease;                  
    -moz-transition: all 0.3s ease;                 
    -o-transition: all 0.3s ease;   
    -ms-transition: all 0.3s ease;          
    transition: all 0.3s ease;
    display: none;
    /*margin-bottom: 120px;*/
}

.unitPlansImg img.active{
    opacity: 1;
    display: block;
}

.unitPlansImgC1C2C3C4{
    position: absolute;
    left: 10%;
    top: calc(50% - 50px);
    z-index: 99;
    display: none;
}

.unitPlansImgC1C2C3C4.active{
    display: block;
}

.unitPlansImgC1C2C3C4 ul{
    padding: 0;
    margin: 0;
    list-style: none;
}

.unitPlansImgC1C2C3C4 ul li{
    margin-bottom: 10px;
}

.unitPlansImgC1C2C3C4 ul li.active{
    margin-bottom: 10px;
}

.unitPlansImgC1C2C3C4 ul li:last-child{
    margin-bottom: 0px;
}

.unitPlansImgC1C2C3C4 ul li a{
    color: #fff;
    border: 1px solid #C7B792;
    background-color: transparent;
    display: block;
    padding: 6px 40px;
    /*text-transform: uppercase;*/
    font-family: 'Gauker';
    font-size: 20px;
    text-align: center;
    -webkit-transition: all 0.3s ease;                  
    -moz-transition: all 0.3s ease;                 
    -o-transition: all 0.3s ease;   
    -ms-transition: all 0.3s ease;          
    transition: all 0.3s ease;
    cursor: pointer;
}

.unitPlansImgC1C2C3C4 ul li.active a, .unitPlansImgC1C2C3C4 ul li a:hover{
    background-color: #C7B792;
}






    /* Example loader style */
    .loader {
        position: fixed;
        left: 0;
        top: 0;
        right: 0;
        bottom: 0;
        /*transform: translate(-50%, -50%);*/
        width: 100%;
        height: 100vh;
        /*background: url('../img/logo_loading.gif') no-repeat center center;
        background-size: contain;*/
        /*background-color: rgba(251, 250, 224, 1);*/
        background: linear-gradient(-45deg, #37422E, #5D5E4C, #453930, #897566);
        background-size: 800% 800%;
	    animation: gradient 4s ease infinite;
        opacity: 1;
        transition: opacity 1s ease-out; /* Transition for fade-out effect */
        display: flex;
        justify-content: center;
        align-items: center;
        z-index: 999999999999999;
    }
    .fade-out {
        opacity: 0;
    }

    @keyframes gradient {
        0% {
            background-position: 0% 50%;
        }
        50% {
            background-position: 100% 50%;
        }
        100% {
            background-position: 0% 50%;
        }
    }

    .loader img{
        width: 100%;
    margin: 0 auto;
    display: block;
    max-width: 420px;
    }


    



    #canvas {
        position: fixed;
        z-index: 0;
        top: 0;
        left: 0;
        height: 100vh;
        width: 100vw;
        /*background-image: url('../img/background.jpg');*/
      }
      
      #title {
        position: absolute;
        top: 60%;
        left: 0;
        z-index: 1;
        width: 100%;
        margin: 0;
        padding: 0;
        font-family: "Raleway", sans-serif;
        font-size: 3em;
        text-align: center;
        color: #ffffff;
        mix-blend-mode: overlay;
      }
      
      form {
        position: absolute;
        padding: 30px;
        width: 200px;
        mix-blend-mode: overlay;
        font-size: 1.1em;
        z-index: 1;
      }
      
      label {
        display: block;
        text-align: center;
        font-family: "Raleway", sans-serif;
        color: #fff;
      }
      
      input[type=range] {
        -webkit-appearance: none;
        margin-bottom: 18px;
        width: 100%;
      }
      input[type=range]:focus {
        outline: none;
      }
      input[type=range]::-webkit-slider-runnable-track {
        width: 100%;
        height: 2px;
        cursor: pointer;
        background: white;
      }
      input[type=range]::-webkit-slider-thumb {
        height: 16px;
        width: 16px;
        border-radius: 50%;
        background: white;
        cursor: pointer;
        -webkit-appearance: none;
        margin-top: -7px;
      }
      input[type=range]::-moz-range-track {
        width: 100%;
        height: 2px;
        cursor: pointer;
        background: white;
      }
      input[type=range]::-moz-range-thumb {
        height: 16px;
        width: 16px;
        border-radius: 50%;
        border: 2px solid white;
        background: transparent;
        cursor: pointer;
        -webkit-appearance: none;
        margin-top: -7px;
      }
      
      .v2-link {
        position: absolute;
        bottom: 30px;
        left: 30px;
        color: rgba(255, 255, 255, 0.6);
        font-family: "Open Sans Condensed", sans-serif;
        font-size: 1.2em;
        text-decoration: none;
        mix-blend-mode: overlay;
      }
      .v2-link:hover {
        color: white;
        text-decoration: underline;
      }
      
      #codepen-link {
        position: absolute;
        right: 30px;
        bottom: 30px;
        height: 40px;
        width: 40px;
        z-index: 10;
        border-radius: 50%;
        background-image: url("https://s3-us-west-2.amazonaws.com/s.cdpn.io/544318/logo.jpg");
        background-position: center center;
        background-size: cover;
        opacity: 0.5;
        transition: all 0.25s;
      }
      #codepen-link:hover {
        opacity: 1;
        box-shadow: 0 0 6px #6f6f6f;
      }
      
      .flootPlanNav, .unitPlansNav{
        position: absolute;
        bottom: 50px;
        right: 0;
        text-align: right;
    }

    .flootPlanNav ul, .unitPlansNav ul{
        list-style: none;
        margin: 0;
        padding: 0;
        margin-right: 50px;
    }

    .flootPlanNav ul li a, .unitPlansNav ul li a{
        color: #693E31;
        /*text-transform: uppercase;*/
        font-family: 'Gauker';
        font-size: 20px;
        text-align: right;
        position: relative;
    }

    .unitPlansNav ul li a{
        color: #693E31;
    }

    .unitPlansNav ul li.active a, .flootPlanNav ul li.active a {
        color: #C7B792;
    }

    .unitPlansNav ul li.active a:before, .unitPlansNav ul li.active a:after, .flootPlanNav ul li.active a:before, .flootPlanNav ul li.active a:after{
        background-color: #C7B792 !important;
    }

    

    .flootPlanNav ul li, .unitPlansNav ul li{
        margin-bottom: 20px;
    }

    .flootPlanNav ul li:last-child, .unitPlansNav ul li:last-child{
        margin-bottom: 0px;
    }

    .flootPlanNav ul li a:after, .unitPlansNav ul li a:after{
        content: '';
        background-color: #693E31;
        display: block;
        height: 2px;
        width: 40px;
        position: absolute;
        right: -50px;
        top: 10px;
        -webkit-transition: all 0.3s ease;                  
        -moz-transition: all 0.3s ease;                 
        -o-transition: all 0.3s ease;   
        -ms-transition: all 0.3s ease;          
        transition: all 0.3s ease;
    }

    .unitPlansNav ul li a:after{
        background-color: #693E31;
    }

    .flootPlanNav ul li.active a:before, .flootPlanNav ul li a:hover:before, .unitPlansNav ul li.active a:before, .unitPlansNav ul li a:hover:before{
        content: '';
        background-color: #693E31;
        display: block;
        height: 8px;
        width: 8px;
        position: absolute;
        left: -20px;
        top: 9px;
        -webkit-transition: all 0.3s ease;                  
        -moz-transition: all 0.3s ease;                 
        -o-transition: all 0.3s ease;   
        -ms-transition: all 0.3s ease;          
        transition: all 0.3s ease;
        transform: rotate(45deg);
    }

    .unitPlansNav ul li.active a:before, .unitPlansNav ul li a:hover:before{
        background-color: #693E31;
    }

    .flootPlanNav ul li.active a, .flootPlanNav ul li a:hover, .unitPlansNav ul li.active a, .unitPlansNav ul li a:hover{
        padding-right: 40px;
    }

    .flootPlanNav ul li.active a:after, .flootPlanNav ul li a:hover:after, .unitPlansNav ul li.active a:after, .unitPlansNav ul li a:hover:after{
        width: 80px;
    }

    .contentUnitPlans{
        background-color: #96897A;
        /*position: relative;*/
    }

    .unitPlansTitle {
        position: absolute;
        top: 30px;
        left: 30px;
    }

    .unitPlansTitle h2 {
        color: #693E31;
        margin: 0;
        font-family: 'Gauker';
        /*text-transform: uppercase;*/
        line-height: 85px;
        font-size: 85px;
    }

    .unitPlansTitle img {
        height: 15px;
        margin-top: 20px;
    }

    .unitPlansTitle h2:before {
        content: '';
        background-color: #693E31;
        width: 10px;
        height: 155px;
        position: absolute;
        display: block;
        top: -30px;
        left: -30px;
        display: none;
    }

    .contentUnitPlansTexture1{
        bottom: 0px;
        left: 0px;
        position: fixed;
    }

    .contentUnitPlansTexture1 img{
        width: 150px;
    }

    .contentUnitPlansTexture2{
        top: 130px;
        right: 0px;
        position: fixed;
    }

    .contentUnitPlansTexture2 img{
        width: 150px;
    }

    .unitPlansTitleBtm{
        text-align: center;
        display: block;
        margin: 0 auto;
        position: absolute;
        width: 100%;
        bottom: 50px;
        left: 0;
    }

    .unitPlansTitleBtm img {
        height: 60px;
        opacity: 0;
        -webkit-transition: all 0.3s ease;
        -moz-transition: all 0.3s ease;
        -o-transition: all 0.3s ease;
        -ms-transition: all 0.3s ease;
        transition: all 0.3s ease;
        margin: 0 auto;
        display: none;
    }

    .unitPlansTitleBtm img.active {
        opacity: 1;
        display: block;
    }

    .contentContactUs{
        background-color: #897566;
    }

    .contentContactUs .uk-container{
        height: 100vh;
    }

    .contactUsCard{
        background-color: #AEA19F;
        padding: 40px 30px;
        border-radius: 0px;
        text-align: center;
        position: relative;
        display: flex;
        justify-content: center;
        align-items: center;
        border-radius: 100% 100% 0 0;
        /*padding-top: 100px;*/
    }

    .contactUsCardExsim > div > img{
        width: 32% !important;
    }

    .contactUsCardFrame{
        position: absolute;
        border: 2px solid #453930;
        border-radius: 0px;
        z-index: 99;
        width: calc(100% - 34px);
        top: 15px;
        left: 15px;
        bottom: 15px;
        right: 15px;
        pointer-events: none;
        border-radius: 100% 100% 0 0;
    }

    .contactUsCard img{
        width: 50%;
        pointer-events: none;
    }

    .contactUsCard h2{
        color: #4D5437;
        font-size: 20px;
        font-family: 'Gauker';
    /*text-transform: uppercase;*/
        margin-top: 20px;
        margin-bottom: 0;
    }

    .contactUsCard span{
        color: #4D5437;
        font-size: 15px;
        font-family: 'Montserrat-Regular';
    }

    .contactUsCard p{
        color: #4D5437;
        font-size: 15px;
        font-family: 'Montserrat-Regular';
    }

    .contactUsCard ul{
        list-style: none;
        padding: 0;
        margin: 0 auto;
        width: 55%;
        display: block;
        position: relative;
        margin-top: 30px;
    }

    .contactUsCard ul li{
        text-align: left;
        margin-bottom: 15px;
    }

    .contactUsCard ul li:last-child{
        margin-bottom: 0px;
    }

    .contactUsCard ul li a{
        color: #4D5437;
        font-size: 15px;
        font-family: 'Montserrat-Regular';
        display: inline-block;
        width: 100%;
        cursor: pointer;
    }

    .contactUsCard ul li a img{
        width: 30px;
        display: inline-block;
        margin-right: 5px;
    }

    .contactUsLocation{
        margin-top: 30px;
    }

    .contactUsLocation a{
        margin-right: 10px;
    }

    .contactUsLocation a:last-child{
        margin-right: 0px;
    }

    .contactUsLocation a img{
        width: 50px;
        pointer-events: unset;
    }

    .contactUsCardCustom{
        width: 45% !important;
    }

    .vr360{
        position: fixed;
        left: 0px;
        top: calc(50% - 100px);
        z-index: 999;
        border-radius: 0px;
        transition: all .5s ease-in-out !important;
        transform: rotate(90deg);
        -webkit-transition: all 0.3s ease;                  
        -moz-transition: all 0.3s ease;                 
        -o-transition: all 0.3s ease;   
        -ms-transition: all 0.3s ease;          
        transition: all 0.3s ease;
    }
    
    .vr360 a {
        background-color: #453930;
        color: #fff;
        text-transform: uppercase;
        /*padding: 0px 20px;*/
        font-family: 'Montserrat-Bold';
        font-size: 15px;
        text-align: center;
        width: 160px;
        height: 50px;
        display: flex;
        justify-content: center;
        align-items: center;
        bottom: 0;
        position: fixed;
    }
    
    .vr360 a:hover{
        background-color: #897566;
    }
    
    .vr360 img{
        width: 25px;
        margin-right: 10px;
    }

    .contentConceptSection {
        height: calc(100vh - 200px);
        width: 100%;
        position: relative;
        padding: 100px 0;
    }

    .scene{
        width: 100vw;
        height: 100vh;
        transform: scale(1.05);
    }

    .contentConcept0GreenBG{
        background-color: #4d5437;
        width: 100vw;
        height: 100vw;
        text-align: center;
        z-index: 999999;
        position: absolute;
        top: 0;
        left: 0;
        pointer-events: none;
    }

    .contentConcept0Door{
        width: 350px;
        margin: auto;
        height: 100vh;
        display: flex;
    justify-content: center;
    align-items: center;
    }

    .contentConcept0Door img{

    }

    .contentConcept0BG{
        /*background-image: url(../img/concept/flower-bg.jpg);
        background-repeat: no-repeat;
        background-position: 50% 50%;
        background-size: cover;
        z-index: 0;*/
        position: relative;
        height: 100vh;
        width: 100vw;
    }

    .contentConcept0BG > img:nth-child(1){
        top: -50px !important;
        left: 0;
        position: relative;
        width: 500px;
    }

    .contentConcept0BG > img:nth-child(2){
        top: -50px !important;
        left: unset !important;
        right: 0 !important;
        position: relative;
        width: 550px;
    }

    .contentConcept0BG > img:nth-child(3){
        top: unset !important;
        bottom: -50px !important;
        left: 0;
        position: relative;
        width: 500px;
    }

    .contentConcept0BG > img:nth-child(4){
        top: unset !important;
        left: unset !important;
        right: -50px !important;
        bottom: -50px !important;
        position: relative;
        width: 450px;
    }

    .contentConcept0 {
        display: flex;
        justify-content: center;
        align-items: center;
        height: 100vh;
        padding: 0;
        background-color: #fff;
        
    }

    .contentConcept0 img {
        /*width: 100%;
        margin: 0 auto;
        display: block;
        max-width: 420px;
        pointer-events: none;*/
    }

    .scrollDown{
        position: absolute;
        bottom: 40px;
        left: calc(50% - 150px);
        width: 300px;
        text-align: center;
    }
    
    .scrollDown span{
        color: #D0D094;
        text-transform: uppercase;
        font-size: 12px;
        letter-spacing: 8px;
        position: relative;
        pointer-events: none;
    }
    
    .scrollDown span:after{
        content:'';
        position: absolute;
        display: block;
        width: 1px;
        height: 32px;
        bottom: -43px;
        left: 50%;
        background-color: #D0D094;
        @-webkit-animation: elasticus 2.9s cubic-bezier(1, 0, 0, 1) infinite;
        -moz-animation: elasticus 2.9s cubic-bezier(1, 0, 0, 1) infinite;
        -o-animation: elasticus 2.9s cubic-bezier(1, 0, 0, 1) infinite;
        animation: elasticus 2.9s cubic-bezier(1, 0, 0, 1) infinite;
    }
    
    @-webkit-keyframes elasticus {
        0% {
            -webkit-transform-origin: 0% 0%;
            -ms-transform-origin: 0% 0%;
            -moz-transform-origin: 0% 0%;
            -o-transform-origin: 0% 0%;
            transform-origin: 0% 0%;
            -webkit-transform: scale(1, 0);
            -ms-transform: scale(1, 0);
            -moz-transform: scale(1, 0);
            -o-transform: scale(1, 0);
            transform: scale(1, 0);
        }
        50% {
            -webkit-transform-origin: 0% 0%;
            -ms-transform-origin: 0% 0%;
            -moz-transform-origin: 0% 0%;
            -o-transform-origin: 0% 0%;
            transform-origin: 0% 0%;
            -webkit-transform: scale(1, 1);
            -ms-transform: scale(1, 1);
            -moz-transform: scale(1, 1);
            -o-transform: scale(1, 1);
            transform: scale(1, 1);
        }
        50.1% {
            -webkit-transform-origin: 0% 100%;
            -ms-transform-origin: 0% 100%;
            -moz-transform-origin: 0% 100%;
            -o-transform-origin: 0% 100%;
            transform-origin: 0% 100%;
            -webkit-transform: scale(1, 1);
            -ms-transform: scale(1, 1);
            -moz-transform: scale(1, 1);
            -o-transform: scale(1, 1);
            transform: scale(1, 1);
        }
        100% {
            -webkit-transform-origin: 0% 100%;
            -ms-transform-origin: 0% 100%;
            -moz-transform-origin: 0% 100%;
            -o-transform-origin: 0% 100%;
            transform-origin: 0% 100%;
            -webkit-transform: scale(1, 0);
            -ms-transform: scale(1, 0);
            -moz-transform: scale(1, 0);
            -o-transform: scale(1, 0);
            transform: scale(1, 0);
        }
    }
    @-moz-keyframes elasticus {
        0% {
            -webkit-transform-origin: 0% 0%;
            -ms-transform-origin: 0% 0%;
            -moz-transform-origin: 0% 0%;
            -o-transform-origin: 0% 0%;
            transform-origin: 0% 0%;
            -webkit-transform: scale(1, 0);
            -ms-transform: scale(1, 0);
            -moz-transform: scale(1, 0);
            -o-transform: scale(1, 0);
            transform: scale(1, 0);
        }
        50% {
            -webkit-transform-origin: 0% 0%;
            -ms-transform-origin: 0% 0%;
            -moz-transform-origin: 0% 0%;
            -o-transform-origin: 0% 0%;
            transform-origin: 0% 0%;
            -webkit-transform: scale(1, 1);
            -ms-transform: scale(1, 1);
            -moz-transform: scale(1, 1);
            -o-transform: scale(1, 1);
            transform: scale(1, 1);
        }
        50.1% {
            -webkit-transform-origin: 0% 100%;
            -ms-transform-origin: 0% 100%;
            -moz-transform-origin: 0% 100%;
            -o-transform-origin: 0% 100%;
            transform-origin: 0% 100%;
            -webkit-transform: scale(1, 1);
            -ms-transform: scale(1, 1);
            -moz-transform: scale(1, 1);
            -o-transform: scale(1, 1);
            transform: scale(1, 1);
        }
        100% {
            -webkit-transform-origin: 0% 100%;
            -ms-transform-origin: 0% 100%;
            -moz-transform-origin: 0% 100%;
            -o-transform-origin: 0% 100%;
            transform-origin: 0% 100%;
            -webkit-transform: scale(1, 0);
            -ms-transform: scale(1, 0);
            -moz-transform: scale(1, 0);
            -o-transform: scale(1, 0);
            transform: scale(1, 0);
        }
    }
    @-o-keyframes elasticus {
        0% {
            -webkit-transform-origin: 0% 0%;
            -ms-transform-origin: 0% 0%;
            -moz-transform-origin: 0% 0%;
            -o-transform-origin: 0% 0%;
            transform-origin: 0% 0%;
            -webkit-transform: scale(1, 0);
            -ms-transform: scale(1, 0);
            -moz-transform: scale(1, 0);
            -o-transform: scale(1, 0);
            transform: scale(1, 0);
        }
        50% {
            -webkit-transform-origin: 0% 0%;
            -ms-transform-origin: 0% 0%;
            -moz-transform-origin: 0% 0%;
            -o-transform-origin: 0% 0%;
            transform-origin: 0% 0%;
            -webkit-transform: scale(1, 1);
            -ms-transform: scale(1, 1);
            -moz-transform: scale(1, 1);
            -o-transform: scale(1, 1);
            transform: scale(1, 1);
        }
        50.1% {
            -webkit-transform-origin: 0% 100%;
            -ms-transform-origin: 0% 100%;
            -moz-transform-origin: 0% 100%;
            -o-transform-origin: 0% 100%;
            transform-origin: 0% 100%;
            -webkit-transform: scale(1, 1);
            -ms-transform: scale(1, 1);
            -moz-transform: scale(1, 1);
            -o-transform: scale(1, 1);
            transform: scale(1, 1);
        }
        100% {
            -webkit-transform-origin: 0% 100%;
            -ms-transform-origin: 0% 100%;
            -moz-transform-origin: 0% 100%;
            -o-transform-origin: 0% 100%;
            transform-origin: 0% 100%;
            -webkit-transform: scale(1, 0);
            -ms-transform: scale(1, 0);
            -moz-transform: scale(1, 0);
            -o-transform: scale(1, 0);
            transform: scale(1, 0);
        }
    }
    @keyframes elasticus {
        0% {
            -webkit-transform-origin: 0% 0%;
            -ms-transform-origin: 0% 0%;
            -moz-transform-origin: 0% 0%;
            -o-transform-origin: 0% 0%;
            transform-origin: 0% 0%;
            -webkit-transform: scale(1, 0);
            -ms-transform: scale(1, 0);
            -moz-transform: scale(1, 0);
            -o-transform: scale(1, 0);
            transform: scale(1, 0);
        }
        50% {
            -webkit-transform-origin: 0% 0%;
            -ms-transform-origin: 0% 0%;
            -moz-transform-origin: 0% 0%;
            -o-transform-origin: 0% 0%;
            transform-origin: 0% 0%;
            -webkit-transform: scale(1, 1);
            -ms-transform: scale(1, 1);
            -moz-transform: scale(1, 1);
            -o-transform: scale(1, 1);
            transform: scale(1, 1);
        }
        50.1% {
            -webkit-transform-origin: 0% 100%;
            -ms-transform-origin: 0% 100%;
            -moz-transform-origin: 0% 100%;
            -o-transform-origin: 0% 100%;
            transform-origin: 0% 100%;
            -webkit-transform: scale(1, 1);
            -ms-transform: scale(1, 1);
            -moz-transform: scale(1, 1);
            -o-transform: scale(1, 1);
            transform: scale(1, 1);
        }
        100% {
            -webkit-transform-origin: 0% 100%;
            -ms-transform-origin: 0% 100%;
            -moz-transform-origin: 0% 100%;
            -o-transform-origin: 0% 100%;
            transform-origin: 0% 100%;
            -webkit-transform: scale(1, 0);
            -ms-transform: scale(1, 0);
            -moz-transform: scale(1, 0);
            -o-transform: scale(1, 0);
            transform: scale(1, 0);
        }
    }

    .contentConcept1{
        /*background-image: url(../img/concept/background1.jpg);
        background-repeat: no-repeat;
        background-position: 50% 50%;
        background-size: cover;*/
        background-color: #37422E;
        height: 100%;
        padding: 50px 0 !important;
    }

    .contentConcept1Container{
        background-image: url(../img/concept/section1Img.png);
        background-repeat: no-repeat;
        background-position: 50% 50%;
        background-size: contain;
        display: block;
        position: relative;
        height: 600px;
        padding: 50px;
    }

    .contentConcept1 h2{
        text-align: center;
        font-size: 50px !important;
        line-height: 50px !important;
        margin-top: 100px;
    }

    .contentConcept1 p{
        width: 100%;
        text-align: center;
        color: #3d4330 !important;
        width: 500px !important;
        margin: 0 auto !important;
        margin-bottom: 20px !important;
        text-align: justify;
    }

    .contentConcept1Vectors{
        /*position: relative;
        height: 100%;*/
    }

    .contentConcept1Vectors img{
        position: absolute;
    }

    .contentConcept1Vectors img:nth-child(1){
        width: 200px;
        top: 130px;
        left: 100px;
        z-index: 20;
    }

    .contentConcept1Vectors img:nth-child(2){
        width: 200px;
        top: 0px;
        left: 100px;
        z-index: 10;
    }

    .contentConcept1Vectors img:nth-child(3){
        width: 150px;
        bottom: 70px;
        right: 200px;
        z-index: 20;
    }

    .contentConcept1Vectors img:nth-child(4){
        width: 200px;
        bottom: 0px;
        right: 100px;
        z-index: 10;
    }

    .contentConcept2{
        /*background-image: url(../img/concept/background2.jpg);
        background-repeat: no-repeat;
        background-position: 50% 50%;
        background-size: cover;*/
        background-color: #5D5E4C;
            /* height: 100%; */
            display: flex;
    justify-content: center;
    align-items: center;
    }

    .contentConcept2 .uk-container{
        width: 100%;
    }

    .contentConcept2Container{
        display: flex;
        justify-content: space-between;
        align-items: center;
    }

    .contentConcept2 h2{
        color: #D6D0BF !important;
    }

    .contentConcept2Container > h2:nth-child(1){
        margin-top: -350px;
    }

    .contentConcept2Container > h2:nth-child(3){
        margin-bottom: -350px;
    }

    .contentConcept2 p{
        text-align: justify;
    }

    .contentConcept2Label{
        position: absolute;
        left: calc(50% - 200px);
        top: calc(50% - 280px);
    }

    .contentConcept2Label img{
        pointer-events: none;
        width: 200px;
    }

    .contentConcept2Badges{
        position: absolute;
        top: -50px;
        right: -250px;
        z-index: 999;
    }

    .contentConcept2Middle{
        position: relative;
        top: 0;
        left: 0;
    }

    .contentConcept2Middle img{
        position: relative;
        top: 0;
        left: 0;
        z-index: 10;
        width: 400px;
    }

    .contentConcept2Middle img:nth-child(1){
        position: absolute;
        top: -20px;
        left: -20px;
        z-index: 20;
    }

    .contentConcept3{
        /*background-image: url(../img/concept/background3.jpg);
        background-repeat: no-repeat;
        background-position: 50% 50%;
        background-size: cover;
        height: 100%;*/
        background-color: #453930;
        position: relative;
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .contentConcept3Flower{
        position: absolute;
        left: 0;
        bottom: 0;
        height: unset !important;
        margin: unset !important;
        width: 300px !important;
    }

    .contentConcept3Angel{
        position: absolute;
        right: 0;
        top: 0;
        height: unset !important;
        margin: unset !important;
        width: 500px !important;
    }

    .contentConcept3 h2{
        color: #ACA183 !important;
    }

    .contentConcept3 img{
        height: 15px;
        margin-top: 20px;
    }

    .contentConcept3 p{
        text-align: justify;
    }
    

    .contentConceptSection h2{
        color: #3d4330;
        font-size: 75px;
        line-height: 75px;
        font-family: 'Gauker';
        position: relative;
        z-index: 999;
    }

    .contentConceptSection p{
        color: #ffffff;
        font-size: 15px;
        font-family: 'Montserrat-Regular';
        position: relative;
        margin-left: auto;
        margin-bottom: 0;
    }

    .contentConcept4 {
        background-color: #4D5437;
        text-align: center;
        padding: 150px 0;
        position: relative;
    }

    .contentConcept4 img {
        width: 100%;
        margin: 0 auto;
        display: block;
        max-width: 420px;
        pointer-events: none;
    }

    .contentConcept4 a{
        background-color: #693E31;
        display: inline-block;
        text-transform: uppercase;
        font-family: 'Montserrat-Bold';
        font-size: 15px;
        color: #fff;
        padding: 12px 20px;
        border-radius: 0px;
        margin-top: 30px;
    }

    .contentConcept4 a:hover{
        background-color: #897566;
    }

    .contentConcept4Texture1{
        width: 250px;
        position: absolute;
        top: -50px;
        right: -50px;
    }

    .contentConcept4Texture2{
        width: 250px;
        position: absolute;
        bottom: 0px;
        left: -50px;
    }

    .facilitiesPlansList ol{
        margin: 0;
        padding: 0;
    }

    .facilitiesPlansList ol span{
        font-size: 16px;
        font-family: 'Montserrat-Bold';
        text-transform: uppercase;
        margin-bottom: 5px;
        display: block;
        margin-top: 20px;
    }

    .facilitiesPlansList ol li{
       margin-bottom: 5px;
       margin-left: 16px;
       font-size: 14px;
       color: #080a09;
    }

    .facilitiesPlansList ol li:last-child{
        margin-bottom: 0;
     }

    .facilities100{
        width: 100%;
        height: 100%;
    }

    .facilities100 img{
        width: 90%;
    }











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

.loader img{
    width: 80%;
    margin: 0 auto;
    display: block;
    margin-top: -60px;
}

.landing-logo img{
    width: 80%;
    margin: 0 auto;
    display: block;
    margin-top: -60px;
}

.exsim-logo img {
    width: 180px;
}

.register-form {
    /*height: 100vh;*/
    height: 100%;
    padding: 15px;
    padding-top: 30px;
    padding-bottom: 40px;
}

.register-form-bottom {
    line-height: 20px;
    height: 40px;
    justify-content: center;
    display: flex;
    align-items: center;
}

.birds img{
    width: 60%;
}

.leaf {
    right: -50%;
}

.leaf img{
    width: 60%;
}

.white-container {
    padding: 30px 15px;
    margin: 0 15px;
    margin-bottom: 15px;
    margin-top: 100px;
}

.inner-logo{
    display: none;
}

.register-now{
    top: unset;
    bottom: 30px;
    transform: rotate(0deg);
    right: unset;
    left: unset;
}

.register-now-container a {
    width: 80vw;
    padding: 0;
    height: 60px;
    font-size: 16px;
}

.register {
    height: 100%;
}

.register-now-container{
    width: unset;
}

.register-now-container img {
    width: 17px;
}

.contentLocationMap, .contentContactUs {
    height: auto;
    position: relative;
}

.contentLocationMap .uk-container {
    height: auto;
    overflow-y: scroll;
    display: block;
}

.locationMapTitle {
    margin-top: 80px;
}

.locationMapTitle {
    line-height: 60px;
    font-size: 60px;
}

.locationMapImg {
    margin-top: 50px;
    margin-bottom: 50px;
    z-index: 10;
}

.contentContainer {
    width: 100vw;
}

.stickMenu {
    top: 0px;
    right: 0px;
}

.locationMapFlower img {
    width: 160px;
    display: none;
}

.developerSlider .uk-slider > div {
    padding: 20px 10px;
}

.uk-dotnav>* {
    padding-left: 8px;
}

.unitPlansTitleBtm img {
    height: 36px;
}

.unitPlansTitleBtm {
    bottom: 210px;
}

.contentConcept1Container {
    background-image: url(../img/concept/mobile.png);
    background-position-x: 10px;
}

.contentConcept1Vectors img:nth-child(1) {
    width: 120px;
    top: 100px;
    left: -40px;
}

.contentConcept1Vectors img:nth-child(2) {
    width: 120px;
    top: 50px;
    left: -35px;
}

.contentConcept1Vectors img:nth-child(3) {
    width: 100px;
    bottom: 70px;
    right: -30px;
}

.contentConcept1Vectors img:nth-child(4) {
    width: 130px;
    bottom: 0px;
    right: -50px;
}

.contentConcept1 p {
    width: 100% !important;
    line-height: 18px;
}

.contentConcept1 h2 {
    font-size: 32px !important;
    line-height: 32px !important;
    margin-top: 100px;
}

.contentConceptSection h2 {
    font-size: 60px;
    line-height: 60px;
}

.contentConceptSection {
    /*padding: 100px 0;*/
}

.contentConcept3{
    height: 100%;
}

.contentConcept3 .uk-grid img{
    margin-top: 0;
    margin-bottom: 50px !important;
}

.contentConcept3Flower {
    width: 200px !important;
}

img.contentConcept4Logo {
    width: 80%;
}

.contentConcept4Texture1 {
    width: 180px;
}

.contentConcept4Texture2 {
    width: 180px;
}

.contentConcept2Container > h2:nth-child(1) {
    margin-top: 0px;
}

.contentConcept2Container > h2:nth-child(3) {
    margin-bottom: 0px;
}

.contentConcept2Label {
    position: relative;
    left: unset;
    top: unset;
    margin-top: 50px;
}

.contentConcept2Container {
    display: block;
}

.contentConcept2 {
    height: 100%;
}

.contentConcept2Middle img {
    width: 290px;
}

.contentConcept2Badges {
    top: 0px;
    right: 0px;
    position: relative;
    top: unset;
    left: unset;
    display: block;
    margin: 0 auto;
    text-align: center;
    margin-top: 30px;
}

.contentConcept2Middle img:nth-child(1) {
    top: -10px;
    left: 45px;
}

.galleryContainer h2 {
    font-size: 22px;
}

.floorPlanTitle h2, .unitPlansTitle h2 {
    font-size: 50px;
    line-height: 50px;
}

.contentFloorPlan {
    height: 100%;
}

.floorPlanImg img {
    max-width: 95%;
    margin-top: -120px;
}

.floorPlanLabel {
    /*position: relative;
    top: unset;
    right: unset;
    display: block;
    margin: 0 auto;
    width: 100%;
    text-align: center;*/
}

.floorPlanImg {
    /*height: 100%;*/
}

.floorPlanCompass img {
    width: 180px;
}

.flootPlanNav, .unitPlansNav {
    position: fixed;
}

.floorPlanLeaf img {
    height: 210px;
}

.floorPlanLabelBtm {
    bottom: 230px;
}

.floorPlanLabel {
    position: fixed;
    top: calc(50% - 30px);
    right: unset;
    left: 20px;
}

.floorPlanLabel img {
    height: 170px;
}

.floorPlanLeafA img, .floorPlanLeafB img {
    height: 210px;
}

.unitPlansImgC1C2C3C4 {
    top: unset;
    bottom: 150px;
}

.contentContactUs .uk-container {
    height: auto;
    width: 80%;
}

.contentContactUs{
    padding-top: 80px;
}

.contactUsCard {
    padding: 30px 25px;
    margin-bottom: 20px !important;
}

.contactUsCard p {
    font-size: 13px;
    margin: 5px 0;
}

.contactUsCardCustom {
    width: 55% !important;
}

.contactUsLocation {
    margin-top: 15px;
}

.contactUsCard ul {
    width: 65%;
    margin-top: 10px;
}

.contactUsCard span {
    text-decoration: none;
}

.contentConcept0 {
    /*height: calc(100vh - 80px);*/
}

.contactUsCardFrame {
    top: 10px;
    left: 10px;
    bottom: 10px;
    right: 10px;
    width: calc(100% - 24px);
}

.contactUsCard h2 {
    margin-top: 10px;
}

.contactUsLocation a img {
    width: 40px;
}

.flootPlanNav ul li, .unitPlansNav ul li {
    margin-bottom: 15px;
}

.unitPlansImg img {
    max-width: 95%;
    margin-top: -120px;
}

.unitPlansImgC1C2C3C4 ul li a {
    padding: 6px 30px;
}

.developerContainer > img{
    width: 40%;
}

.floorPlanLabelBtm img {
    height: 15px;
}

.contentConcept2Middle {
    text-align: center;
}

.contentConceptLogo{
    margin: 0 auto;
    text-align: center;
}

.contentConceptLogo img {
    width: 250px;
}

.contentConcept0GreenBG {
    position: fixed;
    bottom: 0;
    right: 0;
    height: 100%;
}

.contentConcept0Door {
    width: 250px;
}

.contentConcept0BG > img:nth-child(1) {
    width: 300px;
}

.contentConcept0BG > img:nth-child(2) {
    width: 300px;
}

.contentConcept0BG > img:nth-child(3) {
    width: 300px;
}

.contentConcept0BG > img:nth-child(4) {
    width: 300px;
}

.siteprogressContainer p {
    font-size: 60px;
    line-height: 65px;
}

.scrollDown {
    display: none;
}

section {
    height: calc(100vh - 80px);
}

.exsim-logo {
    position: fixed;
}

.scene{
    display: none;
}

.scenemobile{
    background-image: url(../img/bg-mobile.png);
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
    height: 100%;
}

.facilities100{
    width: auto;
    height: auto;
}

.facilities100 img{
    width: auto;
}

.contentFacilitiesPlans{
    position: relative;
    background-image: unset;
}

.facilitiesPlansList ol li {
    margin-left: 26px;
}

.contentFacilitiesPlans .uk-container {
    height: unset;
}

.FacilitiesPlansBG{
    background-image: url(../img/facilities/bg.jpg);
    background-position: 50% 50%;
    background-size: cover;
    background-repeat: no-repeat;
}





















}