* {
    -webkit-font-smoothing: antialiased;
    -moz-font-smoothing: antialiased;
    -o-font-smoothing: antialiased;
    font-smoothing: antialiased;
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}

:before,
:after {
    box-sizing: border-box;
}

body {
    font-family: 'helvetica-regular';
    font-weight: 100;
    font-size: 16px;
    color: #434343;
    background: url(../images/webp/main-bg.webp);
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
    display: block;
}

audio,
canvas,
progress,
video {
    display: inline-block;
    vertical-align: baseline;
}

ul,
li {
    list-style: none;
}

a {
    color: #333;
    text-decoration: none;
}

a:active,
a:hover {
    outline: 0;
    color: #666;
}

input {
    font-family: 'helvetica-regular';
    font-size: 13px;
    -webkit-appearance: none;
}

input:focus {
    outline: none;
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button,
input[type=date]::-webkit-inner-spin-button,
input[type=date]::-webkit-outer-spin-button,
input[type=time]::-webkit-inner-spin-button,
input[type=time]::-webkit-outer-spin-button {
    -webkit-appearance: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    text-transform: uppercase;
    color: #3c83bf;
}

img {
    /*max-width: 100%;*/
    width: 180px;
}

section {
    min-height: 70vh;
    padding-bottom: 80px;
    position: relative;
    /*overflow-x: hidden;*/
}

section .sequence {
    position: absolute;
    font-size: 16vw;
    font-family: 'helvetica-bold';
    color: rgba(255, 255, 255, 0.8);
    text-shadow: 0 0 40px rgba(0, 0, 0, .2);
    /* top: -14%; */
    top: 0%;
    left: 5%;
    z-index: -1;
}

section.reverse .sequence {
    right: 10vw;
    left: auto;
}

.container {
    width: 90%;
    margin: 0 auto;
    padding: 0;
}

h3 {
    font-size: 2.7vw;
    font-weight: normal;
    font-family: 'helvetica-regular';
}

h1,
h2 {
    font-size: 2vw;
    margin-bottom: 30px;
    position: relative;
    font-family: 'helvetica-bold';
}

h2 small {
    display: block;
    font-size: 24px;
}

hr {
    border: none;
    border-top: 1px solid rgba(255, 255, 255, .4);
    margin-bottom: 20px;
}

p {
    margin-bottom: 20px;
    font-size: calc(13px + 0.3vw);
}

/* .top-logo img {
    width: 250px;
}
.top-logo1 img {
    width: 250px;
} */
/* header.sticked .top-logo1 img {
    width: auto;
    height: 35px;
} */

.cta_btn,
.cta_btn:hover {
    display: inline-block;
    width: auto;
    padding: 10px 20px;
    margin: 0 auto;
    border: none;
    background-color: #005aa7;
    color: #ffffff;
    text-decoration: none;
    text-transform: uppercase;
    cursor: pointer;
    transition: all 0.3s ease-in-out;
}

.enquire-form-slide .fieldwrapper.form-cta-btn input:hover {
    background-color: #1783ce;
}

.enquire-form-slide .fieldwrapper.homeally_dwnld_checklist {
    display: flex;
    justify-content: space-between;
}

.enquire-form-slide .fieldwrapper.homeally_dwnld_checklist input {
    background-image: url(../images/webp/homeally_checkbox.webp);
    background-repeat: no-repeat;
    background-position: 0 0;
    border: none;
    width: 23px;
    height: 11px;
    border: none;
    margin-right: 10px;
    margin-top: 3px;
}

.enquire-form-slide .fieldwrapper.homeally_dwnld_checklist input:checked {
    background-image: url(../images/webp/homeally_checkbox_checked.webp);
    background-repeat: no-repeat;
    background-position: 0 0;
}

.enquire-form-slide .fieldwrapper.homeally_dwnld_checklist span {
    font-size: 12px;
    line-height: 18px;
    color: #fff;
}

.error {
    color: #ddd;
    font-size: 11px;
}

.no-margin {
    margin: 0;
}

.line {
    font-size: calc(13px + 0.65vw);
    padding-bottom: 30px;
    position: relative;
    display: block;
    color: #6b6b6b;
}

.owl-carousel .owl-nav [class*=owl-] {
    position: absolute;
    right: 10%;
    top: 40%;
    background: #fff url(../images/webp/right_arrow.webp) no-repeat center center;
    border-radius: 50%;
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    margin: 0;
    transition: .3s;
    font-size: 20px;
    font-weight: 700;
    text-transform: uppercase;
}

/*.owl-carousel .owl-nav [class*=owl-]:before{
    content: '';
    position: absolute;
    margin: 0 auto;
    width: 18px;
    height: 2px;
    top: 50%;
    transform: translateY(-50%);
    background: #333;
}
.owl-carousel .owl-nav [class*=owl-]:after{
    content: '';
    position: absolute;
    margin: 0 auto;
    width: 10px;
    height: 10px;
    border: 2px solid #333;
    transform: rotate(45deg) translateY(-50%);
}*/
.owl-carousel .owl-nav .owl-prev {
    display: none;
}

.owl-carousel .owl-nav .owl-prev:after {
    left: 10px;
    transform: rotate(45deg);
    border-top: none;
    border-right: none;
}

.owl-carousel .owl-nav .owl-next:after {
    right: 10px;
    transform: rotate(45deg);
    border-left: none;
    border-bottom: none;
}

.owl-carousel .owl-nav .owl-next:before {
    right: 10px;
}

.owl-carousel .owl-nav .owl-prev:before {
    left: 10px;
}

.slider-anchor {
    width: 100%;
    display: flex;
    justify-content: space-between;
    margin-top: 40px;
    position: relative;
}

.slider-anchor:before {
    content: '';
    position: absolute;
    width: 100%;
    height: 1px;
    background: #7b7062;
    top: 60%;
}

.slider-anchor.owl-carousel:before {
    display: none;
}

.slider-anchor a {
    display: flex;
    flex-direction: column;
    align-items: center;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 1px;
    margin: 0 15px;
    color: #6b6b6b;
    text-align: center;
    text-transform: uppercase;
    position: relative;
    transition: .4s;
    transform: scale(.5);
    opacity: 0;
}

.slider-anchor a:hover,
.slider-anchor a.active {
    color: #3c83bf;
}

.slider-anchor img {
    filter: brightness(0);
    margin-bottom: 50px;
    width: 60px;
}

.slider-anchor a:hover img,
.slider-anchor a.active img {
    filter: brightness(1.0);
}

.slider-anchor.owl-carousel .owl-item img {
    width: 60px;
    margin: 0 auto 50px auto;
}

.slider-anchor.owl-carousel .owl-item {
    text-align: center;
}

.slider-anchor a:before,
.slider-anchor .item:before {
    content: '';
    position: absolute;
    width: 6px;
    height: 6px;
    padding: 3px;
    border-radius: 50%;
    border: 0px solid #000;
    background: #575757;
    left: 0;
    right: 0;
    margin: 0 auto;
    top: 60%;
    transform: translateY(-50%);
    transition: border .4s cubic-bezier(0.65, 0.05, 0.36, 1)
}

.slider-anchor .item:after {
    content: '';
    position: absolute;
    width: 100%;
    height: 1px;
    left: 0;
    background: #575757;
    top: 60%;
}

.slider-anchor a.active:before,
.slider-anchor .current .item:before {
    background: #51b500;
    border: 5px solid #3c83bf;
}

.col-wrp {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    flex-wrap: wrap;
    position: relative;
}

.reverse .col-wrp {
    justify-content: flex-start;
}

.col-cont {
    width: 40%;
    position: absolute;
    left: 0;
    z-index: 2;
}

.reverse .col-cont {
    right: 0;
    left: auto;
    text-align: right;
    z-index: 1;
}

.col-imgs {
    width: 65%;
    padding-left: 4%;
    margin-right: -5%;
    position: relative;
}

.reverse .col-imgs {
    padding-right: 4%;
    padding-left: 0;
    margin-left: -5%;
    margin-right: 0;
}

.primary-btn {
    overflow: hidden;
    position: relative;
    text-transform: uppercase;
}

.primary-btn .front {
    transition: .5s;
}

.primary-btn .back {
    align-items: center;
    display: flex;
    height: 100%;
    left: 0;
    opacity: 0;
    position: absolute;
    visibility: hidden;
    width: 100%;
    transition: .5s;
}

a:hover .primary-btn .front {
    opacity: 0;
    visibility: hidden;
    transform: translateY(-100%);
}

a:hover .primary-btn .back {
    opacity: 1;
    visibility: visible;
    transform: translateY(-100%);
    color: #fff;
}


.down-arw {
    position: absolute;
    width: 22px;
    height: 32px;
    left: 0;
    right: 0;
    bottom: 10%;
    margin: 0 auto;
    border: 2px solid #fff;
    border-radius: 20px;
    overflow: hidden;
    z-index: 3;
    cursor: pointer;
}

.down-arw:before {
    content: '';
    position: absolute;
    width: 3px;
    height: 6px;
    background: #fff;
    border-radius: 5px;
    top: 10px;
    left: 0;
    right: 0;
    margin: 0 auto;
    animation: bounse 1s infinite;
}

@keyframes bounse {
    0% {
        top: -30%;
        opacity: 0;
    }

    90% {
        top: 65%;
        opacity: 1;
    }

    100% {
        top: 110%;
        opacity: 0;
    }
}

/****************************************************** About Start */
section#about .sequence {
    left: 10%;
}

#about .col-imgs {
    margin-top: -15%;
}

/****************************************************** About Start */
#highlights .owl-carousel .owl-nav [class*=owl-] {
    top: 15%;
    right: 25%;
}

/****************************************************** Amenities Start */
.name {
    width: auto;
    padding: 15px;
    background: #2e2e2e;
    position: absolute;
    bottom: 10%;
    right: 25%;
    transition: all 1s ease-in-out;
    transition-delay: 1s;
    transform: translateX(30%);
    opacity: 0;
    color: #fff;
}

section.shows .owl-item.active .name {
    transform: translateX(0);
    opacity: 1;
}

.name span {
    font-size: 1.3vw;
    font-family: 'helvetica-bold';
    margin-bottom: 0;
    display: block;
}

.name p {
    font-size: 16px;
    margin: 0;
}

.name strong {
    color: #ace500;
}

/****************************************************** gallery Start */
#gallery .owl-carousel .owl-nav [class*=owl-] {
    left: 10%;
}

/*section#gallery .sequence{*/
/*    top: -5%;*/
/*}*/


/*Plan section style start*/
#project_plan {}

#project_plan .container {}

.plans_content {
    text-align: center;
}

/*.plans_content h2 {
    text-transform:uppercase;
    color: #fff;
    font-size: 60px;
    line-height: 50px;
    text-shadow: 1px 1px 5px #000;
    padding-bottom: 20px;
}*/
.plans_tab_link {
    display: flex;
    justify-content: center;
    align-items: center;
}

.plans_tab_link a {
    display: block;
    margin: 10px 20px;
    text-align: center;
    padding: 10px 20px;
    background-color: #3c83bf;
    color: #fff;
    text-decoration: none;
    text-transform: uppercase;
    font-size: 18px;
    line-height: 24px;
}

.plans_tab_link a:hover,
.plans_tab_link a.active {
    background-color: #fff;
    color: #3c83bf;
}

.plans_tab_content {
    display: none;
}

.plans_tab_content.active {
    display: block;
}

.plans_tab_content .owl-carousel .owl-item img {
    max-width: 500px;
    margin: 10px auto;
    width: 80%;
}

.floorplan_carousel .item {
    text-align: center;
}

.floorplan_carousel .item a {
    text-decoration: none;
}

.floorplan_carousel .item a .slide_head {
    margin: 0 auto;
}

.floorplan_carousel.owl-theme .owl-nav [class*=owl-] {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    outline: none;
}

.floorplan_carousel.owl-theme .owl-nav [class*=owl-] span {
    display: none;
}

.floorplan_carousel.owl-theme .owl-nav [class*=owl-prev] {
    left: 20%;
}

.floorplan_carousel.owl-theme .owl-nav [class*=owl-next] {
    right: 20%;
}

.floorplan_carousel.owl-theme .owl-nav [class*=owl-prev]:before {
    content: "\f177";
    font-family: "FontAwesome";
    position: absolute;
    top: 0;
    left: 0;
    color: #fff;
    font-size: 30px;
}

.floorplan_carousel.owl-theme .owl-nav [class*=owl-next]:after {
    content: "\f178";
    font-family: "FontAwesome";
    position: absolute;
    top: 0;
    right: 0;
    color: #fff;
    font-size: 30px;
}

.floorplan_carousel .item {
    position: relative;
}

.plans_tab_content .item small {
    position: absolute;
    top: 5%;
    left: 0;
    right: 0;
    color: #000;
    font-size: smaller;
}

.plans_tab_content .item a {
    display: inline-block;
}


/****************************************************** Location Start */
/*section.location-wrp .sequence{*/
/*    top: -5%;*/
/*}*/
.location-wrp .colmns {
    /*display: flex;
    justify-content: space-between;
    border: 1px solid #5f5649;
    max-width: 99%;*/
}

.location-wrp .line {
    font-size: 18px;
    color: #434343;
}

.location-wrp .colmns ul {
    padding-left: 20px;
}

.location-wrp .colmns span {
    width: 1px;
    background: #5f5649;
}

.location-wrp li {
    padding: 5px 10px;
    font-size: 18px;
    list-style: disc;
}

.location-wrp .dist li {
    font-size: 17px;
    line-height: 26px;
    text-transform: uppercase;
}

.location-wrp .line {
    /*margin: 50px 0;*/
    padding-bottom: 10px;
}

#location .mask-wrp span {
    position: absolute;
    width: 50px;
    height: 50px;
    background: #fff;
    border-radius: 50%;
    top: 45%;
    left: 50%;
}

#location .mask-wrp span:before {
    content: '';
    position: absolute;
    border-left: 12px solid #3c5e07;
    border-top: 8px solid transparent;
    border-bottom: 8px solid transparent;
    top: 35%;
    left: 45%;
}

/****************************************************** Vtour Start */
#vtour .mask-wrp span {
    position: absolute;
    width: 50px;
    height: 50px;
    background: #fff;
    border-radius: 50%;
    top: 45%;
    left: 50%;
}

#vtour .mask-wrp span:before {
    content: '';
    position: absolute;
    border-left: 12px solid #3c5e07;
    border-top: 8px solid transparent;
    border-bottom: 8px solid transparent;
    top: 35%;
    left: 45%;
}

/****************************************************** Footer Start */

footer .container {
    padding: 30px 0;
    border-top: 1px solid #313131;
    transform: translateY(0);
    opacity: 1;
}

footer h4 {
    text-transform: none;
    font-size: 24px;
    margin-bottom: 20px;
}

.site_address {
    padding-bottom: 30px;
}

/****************************************************** Footer Form Start */

/* Side form */

.enquire-form-slide {
    background-color: #3c83bf;
    max-width: 300px;
    width: 100%;
    margin: 0 auto;
    padding: 25px 20px;
    position: fixed;
    left: -300px;
    top: 25%;
    z-index: 3;
    transition: all ease .4s
}

.enquire-form-slide.active {
    left: 0;
    transition: all ease .4s
}

.enquire-form-slide .enq-toggle {
    background: #3c83bf;
    color: #fff;
    display: inline-block;
    position: absolute;
    top: 30%;
    right: -87px;
    cursor: pointer;
    padding: 8px 25px;
    transform: rotate(-90deg);
}

.enquire-form-slide .close-form {
    background: url(../images/webp/sprite.webp) no-repeat 0 0;
    width: 16px;
    height: 16px;
    display: inline-block;
    position: absolute;
    top: -5px;
    right: 10px;
    cursor: pointer;
    color: #fff;
    text-align: center;
    z-index: 1;
    font-size: 25px;
}

.form-head {
    font-size: 22px;
    color: #e4e2e2;
    line-height: 35px;
    text-transform: uppercase;
    text-align: center;
    font-weight: normal;
    letter-spacing: 0.5px;
    padding-bottom: 10px;
    margin-bottom: 0;
}

.form_head3 {
    font-size: 18px;
    color: #e4e2e2;
    line-height: 24px;
    text-transform: uppercase;
    text-align: center;
    font-weight: normal;
    letter-spacing: 0.5px;
    padding-bottom: 10px;
}

.enquire-form-wrap {
    height: 400px;
    overflow-y: scroll;
    padding-right: 4%;
    min-width: 100%;
}

.enquire-form-slide .fieldwrapper {
    width: 100%;
    margin: 0 10px 20px 0;
}

.enquire-form-slide .fieldwrapper input,
.enquire-form-slide .fieldwrapper select {
    width: 100%;
    border: none;
    background-color: #ffffff;
    color: #333333;
    font-size: 14px;
    line-height: 18px;
    height: 32px;
    padding: 0 0 0 20px;
    outline: 0;
}


.enquire-form-slide .fieldwrapper input[type="checkbox"] {
    width: auto;
    border: none;
    background-color: transparent;
    border-bottom: 0;
    color: #fff;
    font-family: 'Gotham';
    font-size: 14px;
    line-height: 18px;
    height: 25px;
    outline: 0;
    -webkit-appearance: none;
    -moz-appearance: none;
}

.enquire-form-slide.active2 {
    left: 0;
    transition: all ease .4s;
    top: 0;
    max-width: none;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.7);
    z-index: 9;
}

.enquire-form-slide.active2 .enquire-form-wrap {
    background-color: #3c83bf;
    max-width: 360px;
    min-width: 360px;
    margin: 0 auto;
    padding: 15px 10px;
    position: absolute;
    left: 0;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
}

.enquire-form-slide.active2 .enq-toggle {
    display: none;
}


@media only screen and (max-width:620px) {
    .enquire-form-slide .fieldwrapper.homeally_dwnld_checklist {
        justify-content: center;
    }
}

.enquire-form-slide .fieldwrapper.form-cta-btn {
    float: none;
    width: auto;
    max-width: 150px;
    margin: 0 auto;
    text-align: center;
}

.enquire-form-slide .fieldwrapper.form-cta-btn input {
    height: 40px;
    width: 109px;
    padding: 0;
    margin: 0;
    border: none;
    background-color: #3c83bf;
    color: #ffffff;
    text-transform: uppercase;
    cursor: pointer;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.enquire-form-slide .fieldwrapper.form-cta-btn a {
    display: block;
    width: 80%;
    padding: 10px 20px;
    margin: 0 auto;
    border: none;
    background-color: #005aa7;
    color: #ffffff;
    text-decoration: none;
    text-transform: uppercase;
    cursor: pointer;
    transition: all 0.3s ease-in-out;
}

.enquire-form-slide .fieldwrapper.form-cta-btn input:hover {
    background-color: #1783ce;
}

.enquire-form-slide .fieldwrapper select {
    -webkit-appearance: none;
    -moz-appearance: none;
    background: url(../images/webp/arrow-down.webp) 96% center no-repeat #fff;
    outline: 0;
    /*padding-right: 40px;*/
}

.enquire-form-slide .fieldwrapper>input:placeholder-shown {
    color: #000000;
    opacity: 1;
}

.enquire-form-slide.active.submitpopup {
    top: 0;
    left: 0;
    right: auto;
    bottom: auto;
    width: 100%;
    height: 100%;
    max-width: none;
    z-index: 99;
    background-color: rgba(0, 0, 0, 0.8)
}

.submitpopup .form_container {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
    right: 0;
    margin: 0 auto;
    max-width: 300px;
    width: 100%;
    background-color: #3c83bf;
    color: #fff;
    padding: 20px;
    text-align: center;
}

.submitpopup.enquire-form-slide .fieldwrapper.form-cta-btn {
    max-width: none;
    margin: 10px auto;
}

.submitpopup.enquire-form-slide .fieldwrapper.form-cta-btn a {
    width: auto;
    display: inline-block;
    margin: 0 auto;
    font-size: 14px;
}

.submitpopup .fieldwrapper.form-cta-btn a.whatsapp_btn i {
    font-size: 35px;
    vertical-align: middle;
}


/********************************************* Responsive css */

@media only screen and (max-width:1024px) {
    .col-cont {
        width: 50%;
    }
}

@media only screen and (max-width: 1024px) and (orientation: landscape) {
    header img {
        max-height: 35px;
    }

    header.sticked .top-logo img {
        max-height: 28px;
    }

    nav a {
        margin: 0 4px;
        font-size: 14px;
    }

    /*.slider-wrp{
        margin-top: 48px;
    }*/
}

@media only screen and (max-width: 768px),
(max-width: 1024px) and (orientation: portrait) {
    header .container {
        position: relative;
        justify-content: space-between;
    }

    header .top-logo:first-child {
        padding-right: 15px;
        border-right: 1px solid #e0e0e0;
        margin-right: 15px;
    }

    .menu-btn {
        display: block;
        position: absolute;
        right: 0;
        z-index: 5;
    }

    button {
        background-color: transparent;
        border: none;
        color: inherit;
        cursor: pointer;
        font: inherit;
        line-height: normal;
        outline: 0;
        overflow: visible;
        width: auto;
        align-items: center;
        display: flex;
    }

    .c-burger {
        width: 20px;
        margin-right: 10px;
    }

    .c-burger_row {
        height: 2px;
        overflow: hidden;
        position: relative;
        width: 20px;
        transition: .5s;
    }

    .c-burger_line {
        height: 2px;
        position: absolute;
        width: 100%;
        background-color: #333;
        transition: .5s;
    }

    .first {
        left: 0;
        transform: scaleX(.2);
        transform-origin: left;
    }

    .c-burger_row:nth-child(2) .c-burger_line {
        transition-delay: .2s
    }

    .c-burger_row:nth-child(3) .c-burger_line {
        transition-delay: .4s
    }

    .last {
        right: 0;
        transform: scaleX(.7);
        transform-origin: right;
    }

    .c-burger_row:nth-child(2) {
        margin: 4px 0;
    }

    .menu-btn.opened .c-burger_row:nth-child(2) {
        margin: 0;
    }

    .menu-btn.opened .c-burger_row:first-child {
        margin-bottom: -2px;
    }

    .menu-btn.opened .c-burger_row:last-child {
        margin-top: -2px;
    }

    .c-toggle-menu_labels {
        overflow: hidden;
        position: relative;
        text-transform: uppercase;
        font-size: 13px;
        font-weight: 700;
        letter-spacing: 1px;
        color: #909090;
    }

    .c-toggle-menu_labels .open {
        transition: .5s;
    }

    .c-toggle-menu_labels .close {
        align-items: center;
        display: flex;
        height: 100%;
        left: 0;
        opacity: 0;
        position: absolute;
        visibility: hidden;
        width: 100%;
        transition: .5s;
    }

    .menu-btn.opened .c-toggle-menu_labels .open {
        opacity: 0;
        visibility: hidden;
        transform: translateY(-100%);
    }

    .menu-btn.opened .c-toggle-menu_labels .close {
        opacity: 1;
        visibility: visible;
        transform: translateY(-100%);
    }

    .menu-btn.opened .c-burger_line {
        background-color: #fff;
    }

    nav {
        display: flex;
        align-items: flex-start;
        flex-direction: column;
        justify-content: center;
        width: 45%;
        height: 100vh;
        padding-left: 8%;
        position: fixed;
        right: 0;
        top: 0;
        z-index: 4;
        background: rgba(30, 87, 18, 0.85);
        transform: translateX(50%);
        opacity: 0;
        visibility: hidden;
        transition: all .4s ease-in-out;
    }

    nav.show {
        transform: translateX(0);
        visibility: visible;
        opacity: 1;
    }

    nav a {
        color: #fff;
        font-size: 20px;
        position: relative;
        padding: 10px 0;
        opacity: 0;
        transition: all .4s ease-in-out;
        transform: translateX(-10px);
    }

    nav.show a {
        opacity: 1;
        transform: translateX(0px);
    }

    nav.show a:nth-child(1) {
        transition-delay: .1s;
    }

    nav.show a:nth-child(2) {
        transition-delay: .2s;
    }

    nav.show a:nth-child(3) {
        transition-delay: .3s;
    }

    nav.show a:nth-child(4) {
        transition-delay: .4s;
    }

    nav.show a:nth-child(5) {
        transition-delay: .5s;
    }

    nav.show a:nth-child(6) {
        transition-delay: .6s;
    }

    nav.show a:nth-child(7) {
        transition-delay: .7s;
    }

    nav a:hover,
    nav a.active {
        color: #fff;
    }

    section {
        margin: 10px 0 0;
        min-height: auto;
    }

    .col-wrp {
        flex-direction: column;
    }

    .col-cont {
        position: inherit;
        width: 80%;
    }

    .col-imgs,
    .reverse .col-imgs {
        width: 100%;
        padding: 0;
        margin: 0;
    }

    .slider-anchor {
        margin-top: 0;
        max-width: 100%;
        overflow-x: auto;
    }

    .name {
        width: 30%;
    }

    /*section#gallery .sequence {*/
    /*    top: -13%;*/
    /*}*/
    /*section.location-wrp .sequence {*/
    /*    top: -9%;*/
    /*}*/

    .enquire-form-slide {
        top: auto;
        left: auto;
        right: 0;
        bottom: -100%;
        margin: 0 auto;
        width: 100%;
        max-width: none;
        padding-bottom: 80px;
    }

    .enquire-form-slide.active {
        left: auto;
        bottom: 0;
    }

    .enquire-form-slide .enq-toggle {
        left: 0;
        top: auto;
        bottom: 0;
        width: 100%;
        background: rgba(0, 0, 0, 0.6);
        height: auto;
        text-align: center;
        padding: 10px 0;
        position: fixed;
        z-index: 999;
        transform: none;
    }

    .enquire-form-slide .enq-toggle i {
        display: inline-block;
        background: #014d82;
        font-size: 1em;
        line-height: 25px;
        padding: 5px 15px;
        min-width: 100px;
        color: #fff;
        font-style: normal;
    }

    .enquire-form-slide .enq-toggle.active i {
        width: 40px;
        text-indent: 999px;
        overflow: hidden;
        min-width: inherit;
        border-radius: 50%;
        background: #014d82 url(../images/webp/arrow_select.webp) no-repeat center center;
    }

    .form-head {
        /*font-size: 28px;*/
        line-height: 55px;
    }

    .enquire-form-slide .fieldwrapper {
        margin: 0 10px 10px 0;
    }

    .enquire-form-slide .fieldwrapper.form-cta-btn input {
        padding-top: 5px;
    }
}

@media only screen and (max-width: 480px) {
    body {
        font-size: 14px;
    }

    h1,
    h2 {
        margin-bottom: 20px;
        font-size: 6vw;
        line-height: 20px
    }

    h3 {
        font-size: 6.5vw;
        line-height: 35px;
    }

    p {
        margin-bottom: 12px;
        font-size: 14px;
    }

    .owl-carousel .owl-nav [class*=owl-] {
        width: 30px;
        height: 30px;
    }

    header {
        padding: 10px 0;
    }

    header .top-logo:first-child {
        padding-right: 8px;
        margin-right: 8px;
    }

    header img {
        max-height: 24px;
    }

    header.sticked .top-logo img {
        max-height: 20px;
    }

    nav {
        width: 70%;
    }

    nav a {
        font-size: 16px;
    }

    .slider-wrp {
        margin-top: 25px;
    }

    #homeslider .item .img-wrp {
        /*height: 56vh;*/
        /* background-position: 67%; */
        background-position: center;
        /* background-size: 180%; */
    }

    section {
        padding-top: 80px;
        padding-bottom: 80px;
    }

    section .sequence {
        font-size: 30vw;
    }

    .col-cont {
        width: 100%;
    }

    .name {
        width: 45%;
        padding: 8px;
        bottom: 0;
    }

    .name p {
        font-size: 12px;
    }

    .name span {
        font-size: 3.5vw;
    }

    .slider-anchor a {
        font-size: 11px;
        margin: 0 10px;
    }

    .slider-anchor img {
        max-width: 35px;
    }

    .slider-anchor:before {
        top: 50%;
    }

    .slider-anchor a:before {
        top: 50%;
    }

    /*section#gallery .sequence {*/
    /*    top: -20%;*/
    /*}*/
    /*section.location-wrp .sequence {*/
    /*    top: -15%;*/
    /*}*/
    .location-wrp .line {
        margin: 30px 0;
        padding: 0;
    }

    .location-wrp li {
        padding: 5px;
        font-size: 16px;
    }

    .location-wrp .dist li {
        font-size: 13px;
        line-height: 18px;
        text-transform: uppercase;
    }
}