@font-face {
    font-family: 'Ivy Mode';
    src: url('/fonts/IvyMode-Light.eot');
    src: url('/fonts/IvyMode-Light.eot?#iefix') format('embedded-opentype'), url('/fonts/IvyMode-Light.woff2') format('woff2'), url('/fonts/IvyMode-Light.woff') format('woff'), url('/fonts/IvyMode-Light.ttf') format('truetype'), url('/fonts/IvyMode-Light.svg#IvyMode-Light') format('svg');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Ivy Mode';
    src: url('/fonts/IvyMode-Regular.eot');
    src: url('/fonts/IvyMode-Regular.eot?#iefix') format('embedded-opentype'), url('/fonts/IvyMode-Regular.woff2') format('woff2'), url('/fonts/IvyMode-Regular.woff') format('woff'), url('/fonts/IvyMode-Regular.ttf') format('truetype'), url('/fonts/IvyMode-Regular.svg#IvyMode-Regular') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Jost';
    src: url('/fonts/Jost-Light.woff2') format('woff2'), url('/fonts/Jost-Light.woff') format('woff');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

.clear, * html .clearfix, *:first-child + html .clearfix {
    clear: both;
    display: block;
    overflow: hidden;
    visibility: hidden;
    width: 0;
    height: 0;
}

body {
    font-family: 'Ivy Mode';
    font-size: 15px;
    background: #fff;
    color: #000;
    margin: 0;
    font-weight: 400;
    padding: 0 0 0 0;
    line-height: 1.26;
    text-align: center;
}

#main {
    position: relative;
    z-index: 5;
    height: 100vh;
    overflow: hidden;
    width: 100%;
}

.scroll-content {
    height: 100%;
    overflow-y: scroll;
    overflow-x: hidden;
}

.scroll-content {
    -ms-overflow-style: none; /* Internet Explorer 10+ */
    scrollbar-width: none; /* Firefox */
}

    .scroll-content::-webkit-scrollbar {
        display: none; /* Safari and Chrome */
    }

#bgfixed {
    position: fixed;
    background-image: url(/images/bgs/light.jpg);
    background-size: cover;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 0;
}

.artist {
    position: relative;
}

.counter {
    position: absolute;
    color: #fff;
    display: block;
    z-index: 2;
    left: 18px;
    top: 18px;
}

.artist:after {
    font-family: 'Jost';
    position: absolute;
    content: "Artist's Impression";
    position: absolute;
    right: 20px;
    bottom: 20px;
    color: #fff;
    display: block;
    z-index: 2;
    font-size: 15px;
}



.mb60 {
    margin-bottom: 60px;
}

.mb85 {
    margin: 85px auto;
}

.prl56 {
    padding: 0 56px;
}

.caption {
    position: absolute;
    left: 56px;
    top: 100px;
    color: #000;
    padding-bottom: 10px;
    border-bottom: 1px solid #000;
    z-index: 2;
    width: 230px;
    text-align: left;
    font-size: 16px;
    line-height: 20px;
}
.to-right{
    left:auto;
    right:60px
}
#texture {
    background-image: url(/images/black.jpg);
    background-size: cover;
    position: fixed;
    z-index: 0;
    width: 100%;
    height: 100%;
}

.sticky {
    position: sticky;
    top: 0;
}

.t80 {
    top: 80px;
}


.white {
    color: #fff;
}

.slideHolder {
    position: absolute;
    right: 0;
    bottom: 0;
    height: 100vh;
    transform: translateX(100%);
    width: 884px;
    max-width: 100%;
}


.slideDiv {
    width: 100%;
    text-align: left;
    z-index: 3;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 60px 50px 50px 80px;
    height: 100%;
    background: #fff;
}

.flex {
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.flex-space {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}


.clear, * html .clearfix, *:first-child + html .clearfix {
    clear: both;
    display: block;
    overflow: hidden;
    visibility: hidden;
    width: 0;
    height: 0;
}

    .clearfix:after {
        clear: both;
        content: ' ';
        display: block;
        font-size: 0;
        line-height: 0;
        visibility: hidden;
        width: 0;
        height: 0;
    }

*, *:before, *:after {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}

.leftalign {
    text-align: left;
}

.fadeIn {
    opacity: 0;
    transform: translateY(25px);
    transition: all 0.5s;
}

.delay1 {
    transition-delay: 0.2s !important;
}

.delay2 {
    transition-delay: 0.4s !important;
}

.delay3 {
    transition-delay: 0.6s !important;
}

.delay4 {
    transition-delay: 0.8s !important;
}

.delay5 {
    transition-delay: 1s !important;
}

.tofade {
    opacity: 0;
    transform: translateY(25px);
    transition: all 0.8s;
}

.animated.fadeIn, .animated .tofade {
    opacity: 1;
    transform: translateY(0);
}

.locSlider {
    background: none;
}


    .locSlider .sticky:after {
        position: absolute;
        width: 100%;
        height: 50vh;
        background: #fff;
        display: block;
        content: '';
        top: 0;
        z-index: 1;
    }

    .locSlider .sticky.black-h:after {
    background: #000;
}

.inslider {
    width: calc(50% + 335px);
    overflow: hidden;
    position: relative;
}

.asb-p {
    position: absolute;

    top: calc(50% - 70px);
    text-align: right;
    z-index: 2;
    width: 240px;
    right:0;
    transform:translateX(120%)
}

    .asb-p.white {
        color: #fff;
        border-bottom: 1px solid #fff;
    }

.allslides {
    width: 100%;
    float: right;
    width: 667px;
    right: 0;
    position: relative;
    z-index: 2;
}

.trnImage {
    width: auto;
    max-width: 100vw;
    height: 100%;
    display: block;
}

.slw0 {
    position: absolute;
    top: 0;
    left: -220%;
    display: block;
    width: 100%;
}

.slw1 {
    position: absolute;
    top: 0;
    left: -110%;
    display: block;
    width: 100%;
}

.slw2 {
    position: relative;
    display: block;
    width: 100%;
}

.mainSlider {
    height: 100vh;
    width: calc(140vh - 280px);
    margin: 0 auto;
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    z-index: 3;
    max-width: 100%;
}

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

.mainSlider.wh3 {
    width: calc(132vh - 260px);
}

.trnSlide {
    height: 100%;
    width: 100%;
    position: relative;
    background: #fff;
}

    .trnSlide .border {
        top: 0;
        width: 200px;
        position: absolute;
        right: -220px;
        text-align: right;
        background: #fff;
    }

.wh {
    position: relative;
    height: 100%;
    width: 100%;
    margin: 0 auto;
    background-size: cover;
}

    .wh.abs {
        position: absolute;
        top: 0;
        left: 0;
    }

.wh2 {
    width: 50%;
    margin: 0 auto;
}

.wh3 {
}

#slide2.trnSlide {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
}

.trnImage {
    width: 100%;
    height: 100%;
    object-fit: contain;
    display: block;
    margin: auto;
}

.slideImage {
    transition: transform 0.7s;
}

.txtHolder {
    position: absolute;
    text-align: right;
    padding-left: 60px;
    right: 0;
    top: 0;
    background: #fff;
    width: 50vw;
    transform: translateX(100%);
    height: 100%;
    z-index: 5;
}

#textSlider {
    position: absolute;
    left: 20px;
    top: 0;
    width: 270px;
    overflow: hidden;
}

#innerTxtSlider {
    position: relative;
    width: 100%;
    height: 100%;
}

.pls1 {
    top: 0;
    position: absolute;
    left: -100%;
    width: 100%;
}

.in-ancher {
    width: 0;
    display: block;
    position: absolute;
    z-index: 11;
    opacity: 0;
}

.h-ancher {
    display: block;
}


.space {
    display: block;
    height: 100vh;
}


section {
    position: relative;
    z-index: 2;
    background: #fff;
}

.no-bg {
    background: none;
}

.bg-dark {
    color: #fff;
    background: #2f2f2f;
}

#sec0, #holder7 {
    background-image: url(/images/TEXTURE-1.jpg);
    background-repeat: repeat;
}




.fullyvideo {
    display: block;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    z-index: 0;
    background-size: cover !important;
    min-height: 100%;
    width: auto !important;
}


@media screen and (max-aspect-ratio: 1920/1080) {
    .fullyvideo {
        height: 100vh;
    }
}

@media screen and (min-aspect-ratio: 1920/1080) {
    .fullyvideo {
        width: 100% !important;
    }
}



.fixsection {
    position: sticky;
    top: 0;
    width: 100%;
    left: 0;
    z-index: 0;
    height: 100vh;
}

#sec1 {
    height: auto;
}

.grid_1 {
    width: 8.33%;
}

.grid_2 {
    width: 16.67%;
}

.grid_3 {
    width: 25%;
    padding-left: 22px;
    position: relative;
    z-index: 0;
}

.grid_4 {
    width: 33.33%;
}

.grid_5 {
    width: 48.28%;
}

.grid_6 {
    width: 50%;
}

.grid_7 {
    width: 51.72%;
}

.grid_8 {
    width: 66.67%;
}

.grid_9 {
    width: 75%;
}

.grid_10 {
    width: 83.33%;
}

.grid_11 {
    width: 91.67%;
}

.grid_12 {
    width: 100%;
}

.grid_1, .grid_2, .grid_3, .grid_4, .grid_5, .grid_6, .grid_7, .grid_8, .grid_9, .grid_10, .grid_11, .grid_12 {
    float: left;
    display: block;
}

a {
    text-decoration: none;
    cursor: pointer;
    color: inherit;
}

img {
    border: none;
    max-width: 100%;
}

a, img {
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -o-user-select: none;
    user-select: none;
}

textarea:focus, input:focus, select:focus {
    outline: none;
}


.leftfloat {
    float: left;
}

.rightfloat {
    float: right;
}



.centeralign {
    text-align: center;
}


.mauto {
    margin-left: auto;
    margin-right: auto;
}

.white {
    color: #fff;
}

#svg-heading {
}

    #svg-heading svg {
        height: auto;
        width: 100%;
        display: block;
    }

.lines {
    line-height: 22.25px;
    overflow: hidden;
    letter-spacing: 0.2em;
    width: 772px;
    max-width: 100%;
}

    .lines span {
        display: inline-block;
        text-transform: uppercase;
        position: relative;
    }

        .lines span:before, .lines span:after {
            width: 50vw;
            height: 1px;
            top: 50%;
            transform: translateY(-50%);
            display: block;
            content: '';
            background: #343741;
            position: absolute;
        }

.white.lines span:before, .white.lines span:after {
    background: #fff;
}

.lines span:before {
    left: calc(-50vw - 25px);
}

.lines span:after {
    right: calc(-50vw - 25px);
}

.svg-auto {
    display: block;
    margin-left: auto;
    margin-right: auto;
    height: auto;
    max-width: 100%;
}

.fullheight {
    height: 100vh;
    position: relative;
    background-size: cover;
    overflow: hidden;
    background-position: center;
    min-height: 400px;
    z-index: 1;
    width: 100%;
    padding: 85px 0;
    display: flex;
}

.fullslider {
    height: 100vh;
    position: relative;
    background-size: cover;
    background-position: center;
    min-height: 400px;
    z-index: 1;
    width: 100%;
}

.full-h {
    height: 100%;
    position: relative;
}

.slide-bg {
    height: 100%;
    width: 100%;
    position: relative;
    background-size: cover;
    background-position: center;
    z-index:2
}

.container {
    position: relative;
    width: 830px;
    max-width: calc(100% - 40px);
    margin: auto;
    z-index: 1;
}

    .container.big {
        width: calc(100% - 112px);
    }

.w1100 {
    width: 1100px;
}

.w1220 {
    width: 1220px;
}

.w1079 {
    width: 1079px;
}

.w1104 {
    width: 1104px;
}

.w_432 {
    width: 432px;
    max-width: 100%;
}

.w432 {
    width: 432px;
    max-width: 40%;
}

.w652 {
    width: 650px;
    max-width: 55%;
}

.w682 {
    width: 682px;
    max-width: 59%;
}

.w397 {
    width: 397px;
    max-width: 38%;
}

.w712 {
    width: 712px;
    max-width: 66%;
}

.w498 {
    width: 498px;
    max-width: 49.27%;
}

.w544 {
    width: 544px;
    max-width: 49.27%;
}

.w415 {
    width: 415px;
    max-width: 40%;
}

.w502 {
    width: 1274px;
    margin-left: calc(50% - 552px);
    position: relative;
}

.max602 {
    max-width: 602px;
}

.w617 {
    width: 619px;
    margin-left: auto;
    margin-right: auto;
    max-width: 100%;
}

.pr5 {
    padding-right: 10px;
}

.pl5 {
    padding-left: 10px;
}
.b-holder 
{
      width: 1500px;
    margin: auto;
        max-width: calc(100% - 40px);
}


#buildings {
    margin-top: -50px;
    position: relative;
    float: left;
    width: 100%;
    max-width: calc(100% - 265px);
}
.slideimg {
    width: 100%;
    display: block;
}
#copies {
    width: 200px;
    float: right;
    position: relative;
}

.copy {
    position: absolute;
    opacity: 0;
    top: 0;
    color: #fff;
    text-align: left;
    left: 0;
    padding-top: 60px;
    margin-bottom: 100px;
}

    .copy p {
        border-bottom: 1px solid #fff;
        padding-bottom: 10px;
    }

    .copy span {
        display: block;
        text-transform: uppercase;
        margin-bottom: 20px;
    }

#c1 {
    position: relative;
    opacity: 1;
}

.imgHolder {
    position: absolute;
    opacity: 0;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

#imgHolder1 {
    opacity: 1;
    position: relative;
}



#bg, .bg {
    height: 767px;
    width: 686px;
    opacity: 0;
    z-index: 0;
    background-size: cover;
}

.gold {
    color: #C7AC77;
    text-decoration: underline;
}

.mb25 {
    margin-bottom: 25px;
}

.mb30 {
    margin-bottom: 30px;
}

.mb115 {
    margin-bottom: 115px;
}

.flex-s {
    display: flex;
    column-gap: 20px;
}

.w542 {
    flex: 1;
    width: 49%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

    .w542.last {
        margin-left: auto;
    }

.pr140 {
    padding-right: 140px;
}

.paddingTop {
    display: block;
    height: 175px;
    background: #fff;
}

.full-bg {
    width: 100%;
    height: 100vh;
    background-size: cover;
    background-position: 50% 0%;
}

.ptb95 {
    padding: 95px 0;
}

.pb80 {
    padding-bottom: 80px;
}

.pt80 {
    padding-top: 80px;
}

.pt120 {
    padding-top: 120px;
}

.ptb85 {
    padding-top: 85px;
    padding-bottom: 90px;
}

.ptb80 {
    padding-top: 80px;
    padding-bottom: 80px;
}

.ptb190 {
    padding-top: 190px;
    padding-bottom: 190px;
}

.ptb120 {
    padding: 120px 0;
}

.pt150 {
    padding-top: 150px;
    ;
}

.ptb150 {
    padding: 150px 20px;
}

.trn60 {
    transform: translateX(60px);
}

.mb50 {
    margin-bottom: 50px;
}


.bg-black {
    background: #000;
    color: #fff;
}

.slide-w {
    position: absolute;
    top: 0;
    left: 0;
}

.zero {
    opacity: 0;
}

.btn {
    display: block;
    margin: auto;
    background: #C7AC77;
    width: 140px;
    text-align: center;
    color: #fff;
    font-size: 20px;
    line-height: 2.5;
    border-radius: 2px;
    transition: all 0.3s;
}

    .btn:hover {
        background: #fff;
        color: #C7AC77;
    }

.w150 {
    width: 150px;
    margin: 0;
    align-self: flex-start;
}

.w200 {
    width: 200px;
}

.innerTxt {
    position: absolute;
    height: calc(100vh - 110px);
    left: 0;
    top: 0;
    width: 548px;
    margin: 0 auto;
    max-width: 100%;
    right: 0;
}

#bg {
}
/* section 2 elements*/


.holder {
    position: relative;
    top: 0;
    width: 1px;
}


.slider {
    width: 1080px;
    position: relative;
}

.darkholder {
    /*background: #252929;*/
}

.dark {
    /*background: #252929;*/
    padding: 80px 0;
    position: relative;
    z-index: 5;
    overflow: hidden;
}

.stop-scroll {
    top: -162px !important;
}

.dark:after {
    position: absolute;
    top: 0;
    left: 0;
    content: '';
    display: none;
    width: 100%;
    height: 100vh;
    background-size: cover;
}

.dark.fixed:after {
    display: block;
    background-image: url(/images/black.jpg);
    background-size: cover;
}

#fixDark {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    display: none;
    z-index: 50;
}

.imageBg {
    max-width: 1080px;
    max-height: 630px;
    height: calc(100vh - 200px);
    width: auto;
    background-size: cover;
    margin: auto;
}

    .imageBg img {
        height: 100%;
        width: auto;
    }

.imgholder {
    position: relative;
    transform: scale(0.7);
    overflow: hidden;
    display: inline-block;
    width: auto;
    opacity: 0;
}

.closeAncher {
    height: 192.25px !important;
    top: auto !important;
    bottom: calc(100vh - 124.25px);
}

.slide {
    position: relative;
}

.relative {
    position: relative;
}

/*.caption {
    color: #fff;
    font-size: 24px;
    opacity: 0;
    transform: translateY(25%);
    margin: auto;
    padding: 40px 0 85px 0;
    font-weight:300
}*/

#imgHolder {
    background: rgba(214,209,204,0.2);
    padding-top: 110px;
    position: absolute;
    top: 0;
    width: 100%;
    height: 100vh;
}

.innerImg {
    position: absolute;
    width: 100vw;
    left: 0;
    height: 100%;
    top: 0;
    background-size: cover;
    background-position: center 70%;
}

.innerHolder {
    position: relative;
    overflow: hidden;
}



.clearfix:after {
    clear: both;
    content: ' ';
    display: block;
    font-size: 0;
    line-height: 0;
    visibility: hidden;
    width: 0;
    height: 0;
}

*, *:before, *:after {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}

.grid_1 {
    width: 8.33%;
}

.grid_2 {
    width: 16.67%;
}

.grid_3 {
    width: 25%;
}

.grid_4 {
    width: 33.33%;
}

.grid_5 {
    width: 41.67%;
}

.grid_6 {
    width: 50%;
}

.grid_7 {
    width: 58.33%;
}

.grid_8 {
    width: 66.67%;
}

.grid_9 {
    width: 75%;
}

.grid_10 {
    width: 83.33%;
}

.grid_11 {
    width: 91.67%;
}

.grid_12 {
    width: 100%;
}

.grid_1, .grid_2, .grid_3, .grid_4, .grid_5, .grid_6, .grid_7, .grid_8, .grid_9, .grid_10, .grid_11, .grid_12 {
    float: left;
    display: block;
}

a {
    text-decoration: none;
    cursor: pointer;
    color: inherit;
}

img {
    border: none;
    max-width: 100%;
}

a, img {
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -o-user-select: none;
    user-select: none;
}

textarea:focus, input:focus, select:focus {
    outline: none;
}

.middle {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    z-index: 1;
    display: block;
}

.middle-h {
    position: absolute;
    top: 50%;
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
    width: 100%;
    z-index: 1;
    display: block;
}

.img {
    width: 100%;
    margin: 0;
    display: block;
}

/* Headings */
h1, h2, h3, h4, h5 {
    margin: 0;
    font-weight: normal;
}

p {
    margin: 0;
    font-family: ivyjournal, sans-serif;
}

    p.mb {
        margin-bottom: 15px;
    }


    p.f16 {
        font-family: 'Ivy Mode';
        font-size: 16px;
        line-height: 20px;
        letter-spacing: 0.1em;
        text-transform: uppercase;
        margin-bottom: 8px;
        font-weight: 300;
    }

h1, h2 {
    font-size: 56px;
    text-transform: uppercase;
    margin-bottom: 0.75em;
    position: relative;
    line-height:1;
    font-weight: 300;
}

    h2 span {
        font-size: 24px;
        display: block;
        padding-top: 20px;
    }

#register h2 {
    margin-bottom: 30px;
}


h3 {
    font-weight: 400;
    font-size: 22px;
    padding: 45px 0;
    border-top: 1px solid#343741;
    padding-right: 55px;
    line-height: 30px;
    color: #000;
}


h4 {
    font-size: 24px;
    font-family: ivyjournal, sans-serif;

    font-weight:200;
    line-height: 1.33;
}

h5 {
    font-size: 32px;
    line-height: 40px;
    font-weight: 300;
    margin-bottom: 15px;
}

#bg-video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    display: none;
    z-index: 7;
    background-size: cover;
    transition: opacity 1s;
    background:rgba(0,0,0,0.6)
}

    #bg-video::after {
        content: '';
        display: block;
        width: 100%;
        height: 100%;
        background: rgba(0,0,0,0.3);
        position: absolute;
        z-index: 0;
    }
    #svgQ
    {
        max-width: calc(100% - 40px);
        opacity:0;
        transition:all 0.7s;
        width:650px;
        height:auto;
        z-index:5
    }

.svgVideo {
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    z-index: 3;
    max-width: 85%;
    opacity: 0;
    transition: opacity 1s;
}
/* Navigation */

.midlogo {
    display: block;
    width: 650px;
    max-width: calc(100% - 80px);
    position: relative;
    z-index: 2;
    margin: auto;
    transition: width 0.7s    
}
.active-logo .midlogo
{
    width:420px;
    max-width:calc(100% - 180px)
}
.active-logo #svgQ
{
    opacity:1
}
.playBtn {
    position: absolute;
    bottom: 60px;
    left: 0;
    right: 0;
    margin: auto;
    text-transform: uppercase;
    z-index: 5;
}

header {
    position: fixed;
    height: 100px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0 56px;
    top: 0;
    width: 100%;
    z-index: 10;
    transition: transform 0.7s,opacity 0.5s;
}

.logob {
    width: calc(100% - 40px);
    margin: 0 auto 20px auto;
}

.paddingTop {
    height: 110px;
}

h5 {
    font-size: 26px;
}

.prl56 {
    padding: 0 56px;
}

.logob svg {
    width: 100%;
    height: auto;
}

header.shrink {
    transform: translateY(-100%);
}

header.bgw:before {
    opacity: 1;
}

header:before {
    position: absolute;
    display: block;
    content: '';
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    opacity: 0;
    z-index: -1;
    background: #fff;
    transition: opacity 0.5s;
}

header.active-ele {
    opacity: 0;
}

.enquire, .btnW {
    display: block;
    width: 180px;
    text-align: center;
    letter-spacing: 0.1em;
    font-size: 20px;
    line-height: 20px;
    padding: 14px 0;
    border: 1px solid #C7AC77;
    color: #C7AC77;
    text-transform: uppercase;
    transition: all 0.3s;
    border-radius: 2px;
}

    .btnW:hover, .enquire:hover {
        background: #C7AC77;
        color: #fff;
    }

#ul li {
    list-style: none;
    margin-right: 25px;
    display: inline-block;
}

    #ul li a {
        font-size: 24px;
        font-weight: 300;
    }

.logo {
    width: 227px;
}

.logo-left {
    width: 43px;
    left: 38px;
}

.bar {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    margin: auto;
    transform: translateY(-50%);
    height: 30px;
}

.gradient {
    background: linear-gradient(90deg, #926F34 0%, #DFBD69 50.48%, #926F34 73.81%, #DFBD69 107.14%);
}

.sp1 {
    height: 1px;
    width: 100%;
    display: block;
    top: 0;
    position: absolute;
    left: 0;
}

.sp2 {
    height: 1px;
    width: 100%;
    display: block;
    bottom: 0;
    position: absolute;
    left: 0;
}

.sp3 {
    width: 1px;
    height: 100%;
    display: block;
    top: 0;
    position: absolute;
    left: 0;
}

.sp4 {
    width: 1px;
    height: 100%;
    display: block;
    top: 0;
    position: absolute;
    right: 0;
}

.enq {
    width: 222px;
    line-height: 50px;
    display: block;
    position: relative;
    margin: 80px auto 0 auto;
    background: linear-gradient(90deg, #926F34 0%, #DFBD69 50.48%, #926F34 73.81%, #DFBD69 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-size: 20px;
    letter-spacing: 0.02em;
}

    .enq:after {
        background: linear-gradient(90deg, #926F34 0%, #DFBD69 50.48%, #926F34 73.81%, #DFBD69 100%);
        content: '';
        display: block;
        position: absolute;
        left: -1px;
        right: -1px;
        top: -1px;
        bottom: -1px;
        opacity: 0;
        color: #fff;
        transition: opacity 0.5s;
        z-index: -1;
    }

    .enq:hover {
        background: none;
        color: #fff;
        -webkit-background-clip: initial;
        -webkit-text-fill-color: #fff;
    }

        .enq:hover:after {
            opacity: 1;
        }



.midlogo {
    display: block;
    width: 734px;
    max-width: calc(100% - 80px);
    position: relative;
    z-index: 2;
    margin: auto;
}

.abs-ml {
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    padding-right: 50px;
}

.abs-b {
    position: absolute;
    bottom: 0;
    left: 0;
}

.abs-r {
    position: absolute;
    bottom: 70px;
    right: 0;
    text-align: right;
    width: 208px;
}

/* nav-toggle */
#nav-toggle {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 20px;
    z-index: 10;
    cursor: pointer;
    width: 30px;
    height: 20px;
}

    #nav-toggle span, #nav-toggle span:after, #nav-toggle span:before {
        cursor: pointer;
        height: 2px;
        width: 30px;
        background: #C7AC77;
        position: absolute;
        display: block;
        content: '';
        top: 10px;
        -webkit-transition: all .6s ease-in-out;
        -moz-transition: all .6s ease-in-out;
        -o-transition: all .6s ease-in-out;
        transition: all .6s ease-in-out;
    }

        #nav-toggle span:before {
            top: -8px;
        }

        #nav-toggle span:after {
            top: auto;
            bottom: -8px;
        }

    #nav-toggle.active span {
        background-color: transparent !important;
    }

        #nav-toggle.active span:after, #nav-toggle.active span:before {
            top: 0;
        }

        #nav-toggle.active span:before {
            transform: rotate(45deg);
            -webkit-transform: rotate(45deg);
            -moz-transform: rotate(45deg);
            -o-transform: a rotate(45deg);
        }

        #nav-toggle.active span:after {
            transform: rotate(-45deg);
            -webkit-transform: rotate(-45deg);
            -moz-transform: rotate(-45deg);
            -o-transform: rotate(-45deg);
        }
/* enquiry */


#register {
    min-height: 100vh;
    text-align: left;
    background: none;
    color: #fff;
}

.bt-gr {
    position: relative;
    margin-bottom: 20px;
}

input, select {
    font-size: 18px;
    margin: 0 auto;
    padding: 0 0 15px 0;
    width: 100%;
    color: #000;
    border: none;
    background: transparent;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border-radius: 0;
    border-bottom: 1px solid #000;
    text-align: left;
    font-family: 'Ivy Mode';
    font-weight: 300;
}

select {
    text-align-last: left;
    text-align: left;
    -ms-text-align-last: left;
    -moz-text-align-last: left;
    text-align-last: left;
}

    select option {
        padding: 7px 5px;
        background: #fff;
        color: #000;
        text-align: left;
    }

.privacy {
    font-size: 16px;
    color: #000;
    max-width: 100%;
    font-weight: 300;
}

.b_submit {
    font-weight: 700;
    display: block;
    cursor: pointer;
    padding: 11px 0;
    text-align: center;
    width: 100%;
    transition: background 0.5s;
    margin: 35px auto;
    background: #000;
    color: #fff;
    font-size: 20px;
    text-transform: uppercase;
}



.chk_holder {
    color: #fff;
    border-bottom: 1px solid #000;
    padding: 0 0 15px 0;
}

#chkInternational {
    border: 0 none;
    clip: rect(0px, 0px, 0px, 0px);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    cursor: pointer;
    display: inline-block;
    line-height: 25px;
    width: 20px;
    text-align: center;
}

    #chkInternational + label {
        padding: 2px 0 2px 30px;
        position: relative;
        text-align: center;
        display: block;
        color: #000;
        font-size: 17px;
        letter-spacing: 0.03em;
        font-family: inherit;
        display: inline;
        margin: auto;
        margin: auto;
        font-weight: 300;
    }

        #chkInternational + label:before {
            position: absolute;
            left: 0;
            width: 18px;
            height: 18px;
            top: 50%;
            -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
            border: 1px solid #000;
            content: '';
            display: block;
        }

        #chkInternational + label:after {
            position: absolute;
            left: 0;
            width: 5px;
            height: 11px;
            top: 50%;
            left: 6px;
            -webkit-transform: translateY(-60%) rotate(45deg) scale(0);
            transform: translateY(-60%) rotate(45deg) scale(0);
            border-bottom: 2px solid #000;
            border-right: 2px solid #000;
            content: '';
            display: block;
            -webkit-transition: all .4s ease-in-out;
            transition: all .4s ease-in-out;
        }

    #chkInternational:checked + label:after {
        -webkit-transform: translateY(-60%) rotate(45deg) scale(1);
        transform: translateY(-60%) rotate(45deg) scale(1);
    }

input:-webkit-input-placeholder, textarea:-webkit-input-placeholder {
    color: #000;
    opacity: 1;
}

input::-webkit-input-placeholder, textarea::-webkit-input-placeholder {
    color: #000;
    opacity: 1;
}

input:-moz-placeholder, textarea:-moz-placeholder {
    color: #000;
    opacity: 1;
}

input::-moz-placeholder, textarea::-moz-placeholder {
    color: #000;
    opacity: 1;
}

input:-ms-input-placeholder, textarea:-ms-input-placeholder {
    color: #000;
    opacity: 1;
}

input:focus::-webkit-input-placeholder, textarea:focus::-webkit-input-placeholder {
    color: transparent;
}

input:focus:-moz-placeholder, textarea:focus:-moz-placeholder {
    color: transparent;
}

input:focus::-moz-placeholder, textarea:focus::-moz-placeholder {
    color: transparent;
}

input:focus:-ms-input-placeholder, textarea:focus:-ms-input-placeholder {
    color: transparent;
}



.contact {
    width: calc(100% - 112px);
    margin: 0 auto;
    display: flex;
    padding: 20px 0;
    border-top: 1px solid #000;
    border-bottom: 1px solid #000;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 40px;
}

.call {
    font-size: 28px;
    margin: auto;
    color: #000;
    font-weight: 400;
}
/*footer*/
footer {
    height: 66px;
    position: relative;
    background: #fff;
    z-index: 5;
}

.diclaimer {
    text-align: left;
    font-size: 16px;
    color: #252828;
    width: 342px;
}

.logos {
    text-align: right;
}

    .logos a {
        display: inline-block;
        font-weight: 300;
    }

.f-logo img {
    display: block;
    height: 43px;
    width: auto;
}

.cbre {
    margin: 0 30px;
}
/* Token Style */
ul.token-input-list-project {
    border: none;
    width: 100%;
    margin: 0 auto;
    max-width: 100%;
    text-align: center;
    -moz-appearance: none;
    appearance: none;
    padding: 0;
    border-bottom: 1px dotted #d6d1cc;
    clear: both;
}

li.token-input-input-token-project {
    margin: 0;
    padding: 0;
    list-style-type: none;
    width: 100%;
}

ul.token-input-list-project li input {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    width: 100% !important;
    margin-bottom: 0;
}

li.token-input-token-project p {
    display: inline;
    padding: 0;
    margin: 0 5px 0 0;
    line-height: 20px;
    font-size: 11px;
}

li.token-input-token-project {
    overflow: hidden;
    height: 25px;
    margin: 0;
    padding: 2px 5px;
    background-color: #ccc;
    color: #000;
    cursor: default;
    border: 1px solid #525252;
    font-size: 12px;
    white-space: nowrap;
    list-style: none;
    display: inline-block;
}

div.token-input-dropdown-project {
    position: absolute;
    width: 100%;
    background-color: #fff;
    overflow-x: hidden;
    cursor: default;
    font-size: 11px;
    z-index: 13;
    color: #000000;
}

    div.token-input-dropdown-project ul {
        margin: 0;
        padding: 0;
        display: block !important;
        max-height: 205px;
    }

        div.token-input-dropdown-project ul li {
            background-color: #fff;
            font-size: 14px;
            padding: 3px;
            margin: 0;
            list-style-type: none;
            font-weight: 100 !important;
        }

            div.token-input-dropdown-project ul li.token-input-dropdown-item-project {
                background-color: #fff;
            }

            div.token-input-dropdown-project ul li.token-input-dropdown-item2-project {
                background-color: #fff;
            }

            div.token-input-dropdown-project ul li em {
                font-weight: bold;
                font-style: normal;
            }

            div.token-input-dropdown-project ul li.token-input-selected-dropdown-item-project {
                background-color: #ccc;
                color: #fff;
            }
/* Parsley-error */
ul.parsley-errors-list.filled, ul.parsley-errors-list {
    font-size: 10px;
    list-style: outside none none;
    margin: 0 auto;
    padding: 0;
    position: relative;
    text-align: left;
    top: 0;
}

    ul.parsley-errors-list.filled li, ul.parsley-errors-list li {
        padding: 0;
        text-align: left;
        color: #000;
    }

#enquire {
    position: absolute;
    width: 1px;
    display: block;
    opacity: 0;
    bottom: -100%;
}

#th {
    color: #000;
}

.border {
    border-bottom: 1px solid #000;
    padding-bottom: 10px;
}

.break {
    display: block;
    float: left;
    width: 100%;
    height: 15px;
}

.m {
    display: none;
}

.d {
    display: block;
}
@media screen and (max-width : 1700px) {
    .b-holder {
        width: 1150px;
        margin: auto;
    }
}   

@media screen and (max-width : 1440px) {
    .w502 {
        width: calc(50% + 552px);
        float: right;
    }
}

@media screen and (max-width : 1380px) {
    .w432 {
        max-width: 38%;
    }

    .w712 {
        max-width: 59%;
    }

    .trn60 {
        transform: translateX(0);
    }

    #textSlider {
        top: 0;
        width: 200px;
    }
}

@media screen and (max-width : 1280px) {
    .w502 {
        width: calc(100% - 40px);
    }

    #textSlider {
        top: 102%;
        width: 200px;
        left: -200px;
    }
}

@media screen and (max-height : 850px) {

    .dark {
        padding: 50px 0;
    }

    .stop-scroll {
        top: -102px !important;
    }
}

@media screen and (max-height : 800px) {
    .svgVideo {
        width: 650px;
        height: auto;
        transform: translate(-50%,-60%);
    }

    .w_432 {
        width: 350px;
        max-width: 100%;
    }

    .slideHolder h2 {
        margin-bottom: 0.5em;
    }

    .slideHolder .mb50 {
        margin-bottom: 25px;
    }
  
}
@media screen and (max-height : 780px) {
       .b-holder {
        width: 1050px;
        margin: auto;
    }
       h1, h2 {

    margin-bottom: 0.5em;

}
}

@media screen and (max-width : 1080px) {
    .imageBg {
        max-width: 100%;
        height: 52vw;
        width: 100%;
        transform-origin: center;
    }
}

@media screen and (max-width : 1000px) {
    .grid_7, .grid_5, .w432, .w544, .w712, .w415, .grid_6, .w397, .w682, .w652 {
        width: 100%;
        max-width: 100%;
    }

    .w502 {
        width: 100%;
        padding-left: 20px;
        padding-right: 20px;
        margin-left: 0;
        position: relative;
    }

    .abs-b {
        position: relative;
        bottom: auto;
        left: auto;
    }

    .pr140 {
        padding-right: 0;
    }

    .d {
        display: none;
    }

    .m {
        display: block;
    }

    header {
        height: 70px;
        padding: 0 20px;
    }

    .enquire {
        position: absolute;
        right: 20px;
        top: 50%;
        transform: translateY(-50%);
    }

    .slide-bg {
        height: 56vw;
            opacity: 1 !important;
    }
    .caption
    {
        position:relative;
        padding:10px 0;
      left:auto;
      right:auto !important;
      top:auto;
        width:calc(100% - 40px) !important;
        margin:0 auto 20px auto
    }

    .slide-w {
        top: auto;
    }

    .fullslider {
        height: auto;
    }

    #nav {
        width: 100%;
        position: absolute;
        top: 0;
        background: #fff;
        left: 0;
        transition: transform 0.7s;
        transform: translateY(-100%);
    }

        #nav.active {
            transform: translateY(0);
        }

    #ul {
        padding: 90px 20px 20px 20px;
    }

        #ul li {
            display: block;
            text-align: left;
            padding: 10px 0;
            margin-bottom: 10px;
            border-bottom: 1px solid #000;
        }

            #ul li.team {
                margin-bottom: 60px;
                border: none;
            }

    h4 {
        font-size: 16px;
    }

    .notm {
        position: relative;
    }

    .autom {
        height: auto;
        padding: 60px 0 0 0;
        display: block;
    }
    .autoheight{
        height:auto !important
    }
    .ptb85 {
        padding: 60px 0;
    }

    .mb85 {
        margin: 60px auto;
    }

    h2 {
        font-size: 29px;
    }

    #bg, .bg {
        height: 76.7vh;
        width: 68.6vh;
    }

    .no-line-m span:before, .no-line-m span:after {
        display: none;
    }

    .no-line-m.lines span {
        max-width: 340px;
        max-width: 100%;
    }

    .bar {
        height: 20px;
    }

    #buildings {
        margin: 50px 0;
        position: relative;
        float: none;
        width: 100%;
        max-width: 100%;
    }

    #copies {
        float: none;
        height: 0;
        overflow: hidden;
        width: 100%;
        transition: height 0.7s;
    }

    .active .ver {
        display: none;
    }

    .copy {
        padding-top: 0;
        margin-bottom: 30px;
        text-align: center;
    }

        .copy p {
            border: none;
        }

    .bControl {
        height: 80px;
        background: #fff;
        display: flex;
        justify-content: space-between;
        padding: 0 20px;
        align-items: center;
    }

    .imgHolder {
        transition: opacity 0.5s;
    }

    #selected {
        text-transform: uppercase;
        font-size: 16px;
    }

    .dark {
        padding: 50px 0;
    }

    .slider {
        min-height: calc(100vh - 90px);
        display: flex;
        flex-direction: column;
        justify-content: center;
    }

    .regSvg {
        width: 245px;
        display:block;
        height:auto
    }

    .stop-scroll {
        top: -60px !important;
    }

    #ul li {
        display: block;
    }

    .call {
        width: 100%;
        text-align: center;
        padding: 0 0 20px;
        display: block;
    }

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

    .f-logo img {
        height: 34px;
    }

    h3 {
        font-weight: 400;
        padding-right: 0;
    }

    .lines span {
        max-width: 240px;
    }


    .mm {
        display: block;
    }

    .mb60 {
        margin-bottom: 30px;
    }

    .relm {
        position: relative;
        display: block;
        padding: 13px 0;
        width: calc(100% - 40px);
        top: auto;
        left: auto;
        margin: auto;
    }

    .full-bg {
        height: 69vw;
    }

    .slideHolder {
        position: relative;
        transform: none !important;
        height: auto;
        padding: 60px 20px;
    }

    .w_432 {
        width: 100%;
    }

    .mbm {
        margin-bottom: 35px;
    }

    .flex-space {
        display: block;
    }

    .slideDiv {
        text-align: center;
        display: block;
        padding: 0;
        height: 100%;
        background: #fff !important;
    }

    .ptb95 {
        padding: 60px 0;
    }

    .pb80 {
        padding-bottom: 60px;
    }

    .mb50 {
        margin-bottom: 35px;
    }

    .pt150 {
        padding-top: 60px;
    }

    .mauto {
        margin-left: auto !important;
        margin-right: auto !important;
    }

    .contact {
        width: calc(100% - 40px);
        display: block;
    }


    .diclaimer {
        text-align: center;
        width: 100%;
        margin-bottom: 15px;
    }

    .ptb120 {
        padding: 60px 0;
    }

    .ptb150 {
        padding: 60px 20px;
    }

    .mb20m {
        margin-bottom: 20px;
    }

    .pt20m {
        padding-top: 20px !important;
    }

    .pb0m {
        padding-bottom: 0 !important;
    }

    p.grid_6 {
        padding: 10px 0;
        border-bottom: 1px solid #000;
        margin-bottom: 10px;
    }

    .w60 {
        height: 60vw;
    }

    .abs-ml {
        position: relative;
        top: 0;
        left: 0;
        transform: none;
        margin-bottom: 35px;
        padding-right: 0;
    }

    .container.big {
        width: calc(100% - 40px);
    }

    .pt80 {
        padding-top: 60px;
    }

    .ptb80 {
        padding-top: 60px;
        padding-bottom: 60px;
    }

    .delay1 {
        transition-delay: 0s !important;
    }

    .delay2 {
        transition-delay: 0s !important;
    }

    .delay3 {
        transition-delay: 0s !important;
    }

    .delay4 {
        transition-delay: 0s !important;
    }

    .delay5 {
        transition-delay: 0s !important;
    }

    .mainSlider {
        height: auto;
        width: 100%;
        margin: 0 auto;
        position: relative;
        display: block;
        padding: 0 20px 60px 20px;
    }

        .mainSlider .border {
            text-align: left;
            padding: 10px 0;
            margin: 0 0 15px 0;
            position: relative;
            right: 0;
            transform: none;
        }

    .trnHolder {
        height: auto;
    }

    .wh {
        height: 60vw;
    }

    .wh2 {
        width: 100%;
        height: 120vw !important;
    }

    .pt35m {
        padding-top: 35px;
    }

    .trnSlider {
        height: 100%;
        width: 100%;
        position: relative;
    }

    #slide1.trnSlide, #slide2.trnSlide {
        position: relative;
        left: auto;
        top: auto;
        right: auto;
    }

    .t80 {
        top: 0;
    }

    .trnImage {
        width: 100%;
        height: auto;
        display: block;
    }

    .w498 {
        width: 100%;
        max-width: 100%;
    }

    .w542 {
        width: 100%;
        display: block;
    }


    .flex-s {
        display: block;
    }

    .slide-w {
        position: relative;
        top: 0;
        left: auto;
    }

    .ptb190 {
        padding-top: 80px;
        padding-bottom: 80px;
    }

    .locSlider .full-h {
        height: auto;
        display: block;
        padding-bottom: 60px;
    }

    .inslider {
        width: calc(100% - 40px);
        margin: auto;
    }

    .allslides {
        width: 100%;
    }

    .slw0, .slw1 {
        margin-bottom: 20px;
    }

    .slw0, .slw1, .slw2 {
        position: relative;
        top: auto;
        left: auto;
    }

    .asb-p {
        position: relative;
        left: auto;
        top: auto;
        text-align: left;
        z-index: 2;
        padding: 20px 0 0 0;
        width: calc(100% - 40px);
        margin: auto;
    }

    .full-h:after {
        height: 100%;
    }

    .slide-w.w2 {
        left: auto;
    }

    .prl56 {
        padding: 0 20px;
    }

    .zero {
        opacity: 1 !important;
    }

    .abs-r {
        position: relative;
        bottom: auto;
        right: auto;
        text-align: right;
        width: 208px;
        margin: 0 0 20px 0;
        float: right;
    }
    .wh.abs
    {
        position:relative;
        margin-top:20px;

    }


}
