/*  */

@import url('https://fonts.googleapis.com/css?family=Roboto:100,100i,300,300i,400,400i,500,500i,700,700i,900,900i|Rubik:300,300i,400,400i,500,500i,700,700i,900,900i&display=swap');

* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

body {
    font-family: 'Roboto', sans-serif;
    color: #69737d;
    font-size: 13px;
    margin: 0;
}

.contact-form {
    background: rgba(255, 255, 255, 0.78);
    padding: 15px;
}

.contact-form .contact-message {
    font-size: 12px;
    font-weight: 400;
    font-family: 'Roboto', sans-serif;
    text-transform: uppercase;
    line-height: normal;
}

.contact-form .form-group {
    margin-bottom: 2rem;
}

.contact-form .form-control {
    border: 1px solid #ccc;
    display: block;
    width: 100%;
    color: #69737d;
    height: 40px;
    border-radius: 0px;
    font-family: 'Roboto', sans-serif;
    text-transform: uppercase;
    letter-spacing: normal;
    font-weight: 300;
}

h3.contact-form__title {
    letter-spacing: 6px;
    text-transform: uppercase;
    color: #69737d;
    font-weight: 600;
    font-family: 'Rubik', sans-serif;
    font-size: 32px;
    margin-bottom: 50px;
    display: inline-block;
}

.contact-content {
    padding: 240px 0px 50px;
    background: url('../img/Register_Heron.svg');
    background-repeat: no-repeat;
    background-position: top left -2px;
}

.contact-form button {
    border: none;
    letter-spacing: 4px;
    font-weight: 600;
    padding: 2px 15px;
    background: #e6e8de;
    text-transform: uppercase;
    font-family: 'Roboto', sans-serif;
    color: #69737d;
    font-size: 26px;
    border-radius: 0px;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    box-shadow: 0 0 1px rgba(0, 0, 0, 0);
    position: relative;
    -webkit-transition-property: color;
    transition-property: color;
    -webkit-transition-duration: 0.5s;
    transition-duration: 0.5s;
    display: inline-block;
}

.contact-form button:before {
    content: "";
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #69737d;
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transform-origin: 0 50%;
    transform-origin: 0 50%;
    -webkit-transition-property: transform;
    transition-property: transform;
    -webkit-transition-duration: 0.5s;
    transition-duration: 0.5s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
}

.contact-form button:hover {
    color: #fff;
}

.contact-form button:hover:before {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
    -webkit-transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
    transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
}

.contact-form .checkbox {
    position: relative;
}

.contact-form .checkbox label {
    padding-left: 28px;
    cursor: pointer;
    font-size: 1rem;
    font-weight: 300;
}

.contact-form .checkbox input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
}

.checkbox input:checked~.checkmark:after {
    display: block;
}

.contact-form .checkmark {
    position: absolute;
    top: 2px;
    left: 0;
    height: 20px;
    width: 20px;
    border-radius: 0px;
    background-color: transparent;
    border: 1px solid #ccc;
    color: #69737d;
}

.contact-form .checkmark:after {
    position: absolute;
    display: none;
    content: '';
    width: 7px;
    height: 11px;
    transform: rotate(45deg);
    transform-origin: 0 0;
    border-style: solid;
    border-width: 0px 1px 1px 0px;
    left: 10px;
    top: 1px;
    border-color: #69737d;
}

.contact-form input::-webkit-input-placeholder,
.contact-form input::-moz-placeholder,
.contact-form input:-ms-input-placeholder,
.contact-form input:-moz-placeholder {
    color: #ccc;
}

@media only screen and (min-width:1200px) {
    .contact-form__content {
        padding-left: 85px;
    }
}

/* Footer Section 
-----------------------------------*/
.footer {
    padding: 120px 0px 80px;
    background: #e3e3d9;
}

@media only screen and (min-width:1200px) {
    .footer {
        padding-left: 30px;
        padding-right: 30px;
    }
}

/* Footer Menu */
.footer__menu {
    font-size: 16px;
    letter-spacing: 2px;
}

@media only screen and (max-width:767px) {
    .footer__menu {
        text-align: center;
        border-bottom: 1px solid #ccc;
        margin-bottom: 20px;
    }
}

@media only screen and (min-width:768px) {
    .footer__menu {
        border-right: 1px solid #ccc;
        margin-bottom: 25px;
    }
}

.footer__menu a {
    display: block;
    text-decoration: none;
    color: #69737d;
    transition: all 0.7s ease;
}

.footer__menu .col-md-6 a {
    padding-bottom: 22px;
}

.footer__menu a:hover {
    text-decoration: underline;
}

/*  Footer Detail  */
@media only screen and (max-width:767px) {
    .footer__detail {
        /* margin-bottom: 35px;
        margin-top: 15px; */
        text-align: center;
    }

    .view_text{
        margin-bottom: 35px;
        margin-top: 15px;
    }
}

.footer__detail p {
    margin-bottom: 0px;
    font-weight: 300;
}

.footer__detail strong {
    font-weight: 400;
}

.footer__detail a {
    text-decoration: none;
    color: #69737d;
}
/* changed max-width from 70 or so to 90 px */
.road-map-image {
    max-width: 90px;
}

/* Social Media */
.footer-last {
    display: flex;
    align-items: center;
    justify-content: flex-end;
}

@media only screen and (max-width:991px) {
    .footer-last {
        justify-content: center;
    }
}

.footer__social,
.footer__client {
    list-style: none;
    padding-left: 0px;
    display: inline-block;
    margin-bottom: 0px;
}

.footer__social li {
    display: block;
}

.footer__client li {
    display: inline-block;
}

.footer__social li:not(:last-child) a {
    margin-bottom: 22px;
    display: inline-block;
}

.footer__client li:not(:last-child) a {
    margin-right: 30px;
}

.footer__social a img {
    max-width: 25px;
}

.footer__client a img {
    max-width: 90px;
}

.btn-qrcode {
    display: inline-block;
    margin-right: 15px;
}

.btn-qrcode img {
    width: 80px;
}

/*  image over Text  */

.image-over-text {
    position: relative;
}

.uc-block__title {
    letter-spacing: 6px;
    text-transform: uppercase;
    color: #454b52;
    font-weight: 450;
    font-family: 'Rubik', sans-serif;
    font-size: 49px;
    color: rgba(69, 75, 82, 0.9);
}

.uc-block__title_teams {
    letter-spacing: 4px;
    text-transform: uppercase;
    color: #454b52;
    font-weight: 500;
    font-family: 'Rubik', sans-serif;
    font-size: 34px;
}

.uc-block__link {
    font-family: 'Roboto', sans-serif;
    display: inline-block;
    color: #454b52;
    text-decoration: none;
    font-size: 20px;
    text-transform: uppercase;
    font-weight: 400;
    letter-spacing: 4px;
}

.uc-block__link:hover {
    color: #454b52;
    text-decoration: underline;
}

.uc-block__link img {
    margin-right: 10px;
    float: left;
    margin-top: 4px;
}

.text-orange {
    color: rgb(207, 112, 59);
    text-align: left;
}

.text-orange-team {
    color: rgb(207, 112, 59);
    text-align: left;
    font-size: 25px;
}

.text-grey-team {
    color: rgb(105, 115, 125);
    text-align: left;
    font-size: 25px;
}

.text-grey {
    color: rgb(105, 115, 125);
}

.text-white {
    color: rgb(227, 227, 217);
}

.text-dark-blue {
    color: rgb(41, 43, 59);
}

.text-black {
    color: rgb(51, 48, 54);
}

.uc-block__desc {
    font-size: 16px;
    letter-spacing: 0.5px;
    color: rgb(51, 48, 54);
}

.image-over-text:before {
    content: '';
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    /* background:rgba(0,0,0,0.6); */
    z-index: 1;
}

.image-over-text .block-content {
    position: absolute;
    width: 100%;
    height: 100%;
    padding: 70px 15px 30px 15px;
    color: #69737d;
    z-index: 2;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    left: 50%;
    transform: translateX(-50%);
}

.image-over-text .block-content1 {
    width: 100%;
    height: 100%;
    padding: 0px 150px 30px;
    color: #69737d;
    z-index: 2;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}


.location-list {
    padding-left: 0;
    list-style: none;
    margin-bottom: 0;
    font-size: 15px;
}

.location-list li {
    position: relative;
    padding-left: 28px;
}

.location-list li span {
    position: absolute;
    top: 0px;
    left: 0px;
}

/* change color of buttons in homepage on hover */
.orange-hov {
    transition-property: background-color;
    background-color: rgba(230, 232, 222, 0.7);
    -webkit-transition: background-color 1s ease !important;
    -moz-transition: background-color 1s ease !important;
    -o-transition: background-color 1s ease !important;
    transition: background-color 1s ease !important;
    
}

.orange-hov:hover {
    background-color: rgba(255,165, 0, .7);
}

.homepage-text-head {
    color: rgb(51, 48, 54) !important;
}

/* white layer */
.header-bg {
    display: none;
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    height: 70px;
    background: rgba(255,255,255,1);
    z-index: 99;
}

.header-logo {
    left: 50%;
    transform: translateX(-50%);
    display: block;
    position: fixed;
    z-index: 100;
}

.header-logo img {
    max-height: 60px;
    padding-top: 5px;
}

.main-menu {
    list-style: none;
    padding-left: 0px;
    /* padding-right: 250px; */
    padding-top: 100px;
    text-align: center;
}

.main-menu li {
    margin-bottom: 25px;
}

.main-menu-center {
    display: flex;
    justify-content: center;
}

.menu__link {
    text-transform: uppercase;
    font-weight: 500;
    font-family: 'Rubik', sans-serif;
    letter-spacing: 4px;
    line-height: normal;
    font-size: 26px;
    text-decoration: none;
    color: rgb(41, 43, 59);
}

.menu__link:hover {
    color: rgb(41, 43, 59);
    text-decoration: underline;
}

.developemnt__content .uc-block__desc,
.electricity-section .uc-block__desc,
.architecture-section .uc-block__desc {
    font-size: 14px;
}

.feature__item {
    margin-bottom: 25px;
}

.feature__item ul {
    padding-left: 0px;
    list-style: none;
}

.feature__item ul li {
    position: relative;
    padding-left: 15px;
}

.feature__item ul li:before {
    content: '\2022';
    font-size: 18px;
    position: absolute;
    left: 0px;
    top: 0px;
    line-height: 22px;
}

/* Address Section */
.address-content {
    max-width: 350px;
    /* margin:0px auto; */
    padding-top: 100px;
    align-items: center;
    text-align: center;
    margin: auto;
}

.address__title {
    border-bottom: 1px solid #ccc;
    display: inline-block;
    padding-bottom: 10px;
    margin-bottom: 15px;
    letter-spacing: 1px;
}

.address__detail {
    font-size: 16px;
}

.address__logo {
    margin-top: 35px;
}

.address__logo img {
    max-width: 100px;
    opacity: 0.3;
}

@media only screen and (max-width:1199px) {
    .image-over-text .block-content {
        padding: 60px 75px 30px;
    }

    .image-over-text .block-content1 {
        padding: 0px 75px 30px;
    }

    .uc-block__title {
        font-size: 36px;
    }

    .uc-block__link {
        font-size: 16px;
    }

    .uc-block__link img {
        max-width: 20px;
    }
}

@media only screen and (max-width:991px) {
    .image-over-text .block-content {
        padding: 60px 75px 30px;
    }

    .image-over-text .block-content1 {
        padding: 0px 75px 30px;
    }

    .uc-block__title {
        font-size: 36px;
    }

    .uc-block__link {
        font-size: 16px;
    }

    .uc-block__link img {
        max-width: 20px;
    }
}

@media only screen and (max-width:767px) {
    .image-over-text .block-content {
        padding: 30px 15px;
    }

    .image-over-text .block-content1 {
        padding: 0px 75px 30px;
    }

    .uc-block__title {
        font-size: 26px;
    }

    .uc-block__link {
        font-size: 16px;
        letter-spacing: 3px;
    }

    .uc-block__link img {
        max-width: 20px;
    }

    .menu__link {
        font-size: 20px;
    }

    .address__logo img {
        max-width: 120px;
    }
}

@media only screen and (min-width:1200px) {
    .developemnt__content .uc-block__desc {
        padding: 0px 50px;
        font-size: 14px;
    }
}

/*  Find Your balance  */

.title--secondary {
    font-weight: 500;
    font-size: 36px;
}

.title--sm {
    font-size: 24px;
}

.uc-bg-image {
    background-image: url('../images/background_form.svg');
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

.uc-block__desc--md {
    font-size: 14px;
}

.your-balance-section>.row>div {
    padding: 1rem 15px;
}

@media only screen and (max-width:991px) {
    .your-balance__content {
        margin-top: 3rem;
        padding-top: 3rem;
        border-right: 0px;
    }
}

.piggy-blank {
    max-height: 380px;
}

.plan-align{
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

/* Floor Plan */
.uc-floor-plan {
    padding-left: 100px;
    position: relative;
    max-width: 750px;
    cursor: pointer;
}

.uc-floor-plan>span {
    position: absolute;
    text-transform: uppercase;
    transform: rotate(-90deg);
    font-size: 18px;
    left: 0px;
    top: 10px;
}

.uc-floor-plan strong {
    font-size: 60px;
    color: #cf703b;
    position: absolute;
    left: 40px;
    top: -22px;
}

.floor-plan__area p {
    margin-bottom: 6px;
}

.floor-plan__area p:last-child {
    margin-bottom: 0px;
}

.floor-plan__area {
    font-size: 16px;
    padding-left: 15px;
    border-left: 1px solid #c2c2c2;
    line-height: normal;
    margin-bottom: 20px;
}

@media only screen and (min-width:768px) {

    .floor-plan__area .show-beds {
        font-size: 16px;
        padding-left: 15px;
        border-left: 1px solid #c2c2c2;
    }
}
@media only screen and (max-width:767px) {
    .floor-plan__area{
        font-size:14px;
    }
    .floor-plan__area .show-beds {
        font-size: 14px;
        margin-top:15px;
    }
}

.floor-plan__area span {
    text-transform: uppercase;
}

.uc-plan__structure {
    padding: 15px 25px;
    position: relative;
}

.uc-plan__structure span {
    position: absolute;
    text-transform: uppercase;
    transform: rotate(90deg);
    font-size: 13px;
    bottom: 0;
    right: 10px;
    transform-origin: right;
}

.site-plans__content {
    margin-bottom: 15px;
}

.site-plans__item {
    margin-bottom: 25px;
}

a.btn-bedroom:not(:last-child) {
    margin-right: 15px;
}

a.btn-bedroom {
    padding: 10px 35px;
    background: #e1e1e1;
    color: #6a727b;
    text-transform: uppercase;
    letter-spacing: 2px;
    text-decoration: none;
    display: inline-block;
    margin-bottom: 10px;
    transition: all 0.7s ease;
    -webkit-transition: all 0.7s ease;
    -moz-transition: all 0.7s ease;
    -ms-transition: all 0.7s ease;
    -o-transition: all 0.7s ease;
    margin-bottom:25px;
}

a.btn-bedroom:hover,
a.btn-bedroom.active {
    background: #cf703b;
    color: #fff;
}

.bedroom_info {
    display: inline-block;
    position: relative;
}

.bedroom_info span {
    position: absolute;
    left: 0px;
    top: 65%;
    white-space: nowrap;
}

@media only screen and (max-width:767px) {
    a.btn-bedroom:not(:last-child) {
        margin-right: 5px;
        margin-top: 10px;
    }
}

.menu-img {
    /* width:60%; */
    height: auto;
}

.custom-text {
    font-family: Rubik;
    font-size: 16px;
    text-align: left;
    color: #69737d;
}

.rubik-text {
    font-family: Rubik;
}

.download-pdf button {
    border: none;
    letter-spacing: 1px;
    font-weight: 300;
    padding: 2px 15px;
    background: #e6e8de;
    text-transform: uppercase;
    font-family: 'Roboto', sans-serif;
    color: #69737d;
    font-size: 18px;
    border-radius: 0px;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    box-shadow: 0 0 1px rgba(0, 0, 0, 0);
    position: relative;
    -webkit-transition-property: color;
    transition-property: color;
    -webkit-transition-duration: 0.5s;
    transition-duration: 0.5s;
    display: inline-block;
}

.plans-download-pdf-gray button {
    background: #e1e1e1 ;
    color: #6a727b;
}

.btn-see{
    border: none;
    letter-spacing: 3px;
    font-weight: 400;
    padding: 3px 15px 2px 15px;
    background: rgba(230, 232, 222, 0.7);
    text-transform: uppercase;
    font-family: 'Roboto', sans-serif;
    color: #454b52;
    font-size: 18px;
    border-radius: 0px;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    box-shadow: 0 0 1px rgba(0, 0, 0, 0);
    position: relative;
    -webkit-transition-property: color;
    transition-property: color;
    -webkit-transition-duration: 0.5s;
    transition-duration: 0.5s;
    display: inline-block;
    text-decoration: none !important;
}

.dollhouse-wrap {
    display: inline-block;
    width: 100%;
    overflow: hidden;
}

.cursor-pointer {
    cursor: pointer;
}

@media only screen and (max-width:767px) {
    .galone.owl-carousel .owl-stage {
        padding-left: 0px !important;
    }
}
.prev.cursor-pointer img,
.next.cursor-pointer img{
    max-width: 35px;
}
.custom-placeholder{
    position:relative;
    background: #fff;
}
.custom-placeholder label{
    position: absolute;
    left: 15px;
    top: 6px;
    z-index: 1;
    margin: 0px;
    text-transform: uppercase;
    font-size: 14px;
}
.contact-form .custom-placeholder input.form-control{
    height: 65px;
    z-index: 2;
    position: relative;
    background: transparent;
}
.custom-placeholder input.has-value + label{
    display:none;
    z-index:0;
}

@media (min-width:1440px){
    section > .container,
    footer > .container,
    .block-content.container,
    header.masthead > .container{
       max-width:100% !important;
       padding-left:75px;
       padding-right:75px;
    }
}
.team-logo{
    max-width:250px;
}
.interface-logo{
    max-width:350px;
}
.fa-stack-2x{
    line-height: normal;
}

@media only screen {
    .team-col.col-md-5{
        max-width: 60%;
    }
}

@media only screen and (min-width:1200px){
    .team-col.col-md-5{
        flex: 0 0 31%;
        max-width: 31%;
    }
    .team-col.col-md-7{
        flex: 0 0 69%;
        max-width: 69%;
    }
}
@media only screen and (max-width:1199px) and (min-width:992px){
    .team-col.col-md-5{
        flex: 0 0 28%;
        max-width: 28%;
    }
    .team-col.col-md-7{
        flex: 0 0 72%;
        max-width: 72%;
    }
}
@media only screen and (max-width:991px) and (min-width:768px){
    .team-col.col-md-5 {
        flex: 0 0 41.6666666%;
        max-width: 41.6666666%;
    }
    .team-col.col-md-7{
        flex: 0 0 72%;
        max-width: 72%;
    }
    .team-col.col-md-7{
        flex: 0 0 58.33333%;
        max-width: 58.33333%;
    }
}


/*Register image*/

.register-img {
    display: none;
}

.location-map {
    content: url('../img/Location_Map_CellVersion.png');
}

/* Desktop */
@media screen and (min-width: 1024px){
    .register-img {
        display: block;
    }

    .main-menu {
        list-style: none;
        padding-left: 0px;
        padding-right: 250px;
        padding-top: 100px;
        text-align: left;
    }

    .location-map {
        content: url('../img/Location-Map_v9.png');
    }

    .location-columns {
        margin-left: 80px;
        display: flex;
        width: 100%;
        align-items: center;
        justify-content: center;
        /* flex: 0 0 40%; */
    }
    
    .location-list-flex {
        flex: 0 0 25%;
    }

    .header-logo {
        display: none;
        left: 150px;
        transform: translateY(0);
    }

    .address-content {
        text-align: left;
        margin: 0;
    }
}

/* Arrow scroll down */

.img-crop {
    clip: rect(40px, 500px, 500px, 400px);
    margin-bottom: -5px;
}


.scroll-down {
    left: 50%;
    transform: translateX(-50%);
    top: 91%;
    max-width: 40px;
    margin-bottom: 0;
    position: absolute;
    
}

.scroll-down:hover {
    cursor: pointer;
}

.scroll-down img {
    max-width: 40px;
    animation: crescendo 1.5s alternate infinite ease-in;
}

@keyframes crescendo {
    0%   {
        -webkit-transform: scale(1.0);
        transform: scale(1.0);
    }
    100% {
        transform: scale(1.2);
        -webkit-transform: scale(1.2);
    }
}

.lang-switch {
    display: inline-block;
    margin-left: 60px;
}

.lang-en.active {
    background-color: #e6e8de;
}

.lang-cn.active {
    background-color: #e6e8de;
}

.lang-but:hover {
    cursor: pointer;
}

.lang-but {
    font-weight: 300;
    font-size: 32px;
    background-color: white;
    display: inline-block;
}
