@font-face {
    font-family: 'Circular Std Book';
    src: url('/fonts/CircularStd-Book.woff2') format('woff2'), url('/fonts/CircularStd-Book.woff') format('woff'), url('/fonts/CircularStd-Book.svg#CircularStd-Book') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Circular Std';
    src: url('/fonts/CircularStd-Medium.woff2') format('woff2'), url('/fonts/CircularStd-Medium.woff') format('woff'), url('/fonts/CircularStd-Medium.svg#CircularStd-Medium') format('svg');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

html {
    height: 100%;
}

body {
    font-family: ivyjournal, sans-serif;
    font-size: 20px;
    font-weight: 400;
    line-height: 1.48;
    letter-spacing: 0em;
    text-align: left;
    color: #6D757D;
    margin: 0;
    padding: 0 0 0 0;
    height: 100%;
    overflow: hidden;
}

    body.loaded {
        overflow: initial;
    }

body {
    -ms-overflow-style: none;
    scrollbar-width: none;
}

    body::-webkit-scrollbar {
        display: none;
    }

    body.freez {
        overflow: hidden;
    }

#intromobile {
    display: none;
}

.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;
}



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;
    outline: none;
}

#main-mobile {
    display: none !important;
}

textarea:focus,
input:focus,
select:focus {
    outline: none;
}

/* General */

.img {
    width: 100%;
    margin: 0;
    display: block;
}

.bgToim img {
    display: none;
}

.fakeH {
    height: 100vh;
    width: 0;
}

.txtMobile {
    display: none;
}

#bar {
    display: block;
    height: 1px;
    background: #fff;
    position: absolute;
    top: calc(50% - 0.5px);
    width: 0;
    z-index: 5;
}

#ancher {
    display: block;
    height: 100%;
    width: 50px;
    opacity: 0;
    background: yellow;
    z-index: 5550;
    position: relative;
}

#marker {
    position: absolute;
    display: block;
    width: 200px;
    height: auto;
    left: 34.7%;
    top: 60.8%;
    transform: translate(-50%, -100%);
    opacity: 0;
}

#aerial {
    position: absolute;
    top: 0;
    z-index: 1;
    left: 0;
    height: 100%;
    width: 100%;
    background-size: cover;
    background-position: 0% 76%;
}




#main.moreZ {
    z-index: 101;
}

section {
    height: 100%;
    overflow: hidden;
    position: relative;
    width: 100%;
}

.slideSection {
    position: absolute;
    top: 0;
    left: 0;
}

#holder0 {
    position: relative;
    top: 0;
    width: 1px;
    height: auto;
}

#main {
    position: fixed;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
    width: 100%;
    z-index: 2;
    display: none;
}

#mainSlides {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
    transition: transform 0.8s ease;
    transform: translateY(100%);
}

    #mainSlides.active {
        transform: translateY(0%);
    }

.mobile-slider-holder {
    height: 0;
    width: 0;
    overflow: hidden;
    visibility: hidden;
}

.fullHeight {
    height: 100%;
    width: 100%;
    position: relative;
    background-size: cover;
}

#intro {
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 1;
}

.slideToUp {
    transition: transform 1s ease;
    transform: translateY(100%);
}

.slideToDown {
    transition: transform 1s ease;
    transform: translateY(-100%);
}

.noTransition .slideToUp,
.noTransition .slideToDown {
    transition: none;
}

.bg-grey {
    background: #6D757D;
    color: #fff;
}

.blue-bg {
    background-color: #1D2A39;
    color: #fff;
}

.noTrn {
    transition: none !important;
}

#in1 {
    clip-path: polygon(0% 50%, 100% 50%, 100% 50%, 0% 50%);
    position: relative;
    z-index: 13;
    height: 100%;
}

#halfVideo {
    transform: translateX(100%);
}

.playBtn {
    display: block;
    width: 180px;
    margin: auto;
}

    .playBtn img {
        width: 100%;
        height: auto;
        display: block;
    }

.h-holder {
    width: 100%;
    position: relative;
    z-index: 5;
}

.innersection,
.innerSlider {
    position: absolute;
    top: 0;
    overflow: hidden;
    background-size: cover;
    z-index: 1;
}

.innerSlider {
    opacity: 0;
    transition: opacity 0.8s;
    z-index: 0;
}

    .innerSlider.active {
        opacity: 1;
        z-index: 1;
    }

.full {
    width: 100%;
    height: 100%;
    top: 0;
    background-size: cover;
}

.half {
    width: 50%;
    height: 100%;
    background-size: cover;
}

.left {
    left: 0;
}

.right {
    right: 0;
}

.active.slideToUp,
.active.slideToDown {
    transform: translateY(0%);
}

.activeSlide {
    z-index: 10;
}

.bg-cream {
    background-color: #F3F1E6;
    color: #6D757D;
}

.bg-gray {
    background: #6D757D;
    color: #fff;
}

.f20 {
    font-size: 20px;
}

.p30 {
    padding: 35px;
    max-width: 360px;
}

.flex-h {
    display: flex;
    justify-content: center;
    align-items: flex-start;
    flex-direction: column;
}

.flex-hs {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    flex-direction: column;
}

.flex-hc {
    display: flex;
    justify-content: center;
    align-items: flex-start;
    flex-direction: column;
}

.flex-d {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.flex-c {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}

.pad100 {
    padding: 100px;
}

.ptrl {
    padding: 194px 100px 100px 100px;
}

.abs25 {
    position: absolute;
    top: 20%;
    left: 10%;
    color: #fff;
    width: 550px;
    max-width: 95%;
}

.abs55 {
    position: absolute;
    top: 25%;
    left: 51%;
    width: 550px;
    max-width: 100%;
}

.flex-s {
    display: flex;
    flex-direction: column;
    justify-content: space-evenly;
}

.mb30 {
    margin-bottom: 35px;
}

.mb40 {
    margin-bottom: 40px;
}

.mb60 {
    margin-bottom: 60px;
}

#in5 {
    color: #F3F1E6;
}

.tel {
    font-family: 'Circular Std';
    font-size: 22px;
    display: block;
    margin-bottom: 0.5em;
}

.max506 {
    width: 506px;
    max-width: calc(100% - 80px);
    margin: auto;
}

.w313 {
    display: block;
    width: 313px;
}
.innervideo.w313
{
    width:400px;
    max-width:100%
}

.w350 {
    display: block;
    width: 350px;
    max-width: 100%;
}

.max425 {
    width: 425px;
    max-width: calc(100% - 80px);
    margin: auto;
}

.w422 {
    width: 422px;
    max-width: 100%;
}

.w440 {
    width: 440px;
    max-width: calc(100% - 80px);
}

.w488 {
    width: 488px;
    max-width: 100%;
}

.w500 {
    width: 500px;
    max-width: calc(100% - 80px);
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding-top: 150px;
}

.max440 {
    width: 440px;
    max-width: calc(100% - 80px);
    margin: auto;
}

.max478 {
    width: 480px;
    max-width: calc(100% - 80px);
    margin: auto;
}

.next {
    display: flex;
    width: 90px;
    font-family: 'Circular Std Book';
    font-size: 14px;
    position: absolute;
    left: 100px;
    color: #fff;
    z-index: 1;
    position: absolute;
    bottom: -10px;
    left: 0;
}

.snext {
    bottom: 80px;
    left: 100px;
}

.pt110 {
    padding-top: 110px;
}

.holder {
    position: relative;
}

.in-ancher {
    width: 0;
    display: block;
    position: absolute;
    z-index: 100;
    opacity: 0;
}



.h-ancher {
    display: block;
}

#preloader {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 100;
}

#halfTop {
    position: absolute;
    overflow: hidden;
    top: 0;
    height: 50%;
    width: 100%;
    z-index: 4;
}

#halfBottom {
    position: absolute;
    overflow: hidden;
    bottom: 0;
    height: 51%;
    width: 100%;
    z-index: 4;
}

.bg {
    position: absolute;
    width: 100%;
    height: 100vh;
    display: block;
    background-image: url(/images/bg.jpg);
    background-color: #31373C;
    background-position: top left;
    background-size: cover;
    z-index: 0;
}

#halfTop .bg {
    top: 0;
    left: 0;
}

#halfBottom .bg {
    bottom: 0;
}

.middle {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    display: block;
}

.innerloader {
    height: 647px;
    width: 892px;
    background-color: #1D2A39;
    max-width: calc(100% - 40px);
    max-height: calc(100% - 200px);
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    top: 50%;
    padding: 0 70px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    transform: translateY(-50%);
    z-index: 2;
    color: #fff;
}

    .innerloader h1 {
        width: 100%;
    }

    .innerloader h1 {
        width: 100%;
    }

#logoholder {
    position: absolute;
    width: 720px;
    background-color: #1D2A39;
    max-width: calc(100% - 30px);
    z-index: 6;
}

#logo {
    width: 384px;
    display: block;
    margin: auto;
    z-index: 7;
    max-width: calc(100% - 80px);
}

#halfBottom .innerloader {
    top: auto;
    bottom: 50vh;
    transform: translateY(100%);
    align-items: flex-start;
}

/* Headings */
h1,
h2,
h3,
h4 {
    margin: 0;
    font-weight: normal;
}

p {
    text-align: left;
    margin: 0;
}

    p.f18 {
        font-family: 'Circular Std';
        font-size: 18px;
    }

.f16 {
    font-size: 16px;
}

h1,
h2 {
    font-family: 'Circular Std';
    font-size: 45px;
    font-weight: 400;
    line-height: 1.26;
    letter-spacing: 0em;
    text-align: left;
}


h2 {
    margin-bottom: 0.5em;
}

.w500 h2 {
    margin-bottom: 0;
}

h3,
h2 span {
    font-family: IvyJournal;
    font-size: 40px;
    font-style: italic;
    font-weight: 400;
    line-height: 1.48;
    letter-spacing: 0em;
    display: block;
    text-align: right;
}

h3 {
    text-align: right;
}

h4 {
    font-family: IvyJournal;
    font-size: 35px;
    font-style: italic;
    line-height: 1.25;
}

.w500 h4 {
    margin-bottom: 60px;
}

h5 {
    font-family: 'Circular Std';
    font-weight: 400;
    font-size: 18px;
    margin-bottom: 40px;
}

h4 span {
    display: block;
    padding-top: 25px;
    font-family: 'Circular Std';
    font-size: 0.48em;
    font-style: normal;
}

h6 {
    font-family: 'Circular Std';
    font-size: 22px;
}

.br {
    display: block;
    line-height: 0;
    height: 0;
    padding: 0;
}

.exLink {
    display: block;
    padding-top: 40px;
    font-family: 'Circular Std';
    font-size: 16px;
    margin-bottom: 40px;
}

.caption {
    position: absolute;
    z-index: 1;
    left: 25px;
    bottom: 10px;
    font-family: 'Circular Std';
    font-size: 12px;
    color: #fff;
    text-align: left;
}

.toright {
    left: auto;
    right: 10px;
}

.fix-left {
    position: absolute;
    z-index: 50;
    left: -55px;
    display: block;
    width: 200px;
    text-align: center;
    color: #fff;
    transform: rotate(-90deg) translateY(-50%);
    transform-origin: center;
    top: 50%;
    overflow: hidden;
    font-family: 'Circular Std';
    font-size: 14px;
    display:none;
    transition: color 0.5s;
}

.fix-right {
    position: absolute;
    z-index: 50;
    right: -55px;
    display: block;
    width: 200px;
    text-align: center;
    color: #fff;
    transform: rotate(90deg) translateY(-50%);
    transform-origin: center;
    top: 50%;
    overflow: hidden;
    font-family: 'Circular Std';
    font-size: 14px;
    transition: color 0.5s;
}

.sec12 .fix-right,
.sec14 .fix-left,
.sec18 .fix-right,
.sec17 .fix-left,
.sec18 .fix-left,
.sec17 .fix-right,
.sec24 .fix-right,
.sec27 .fix-left,
.sec29 .fix-right,
.sec212 .fix-right,
.sec52 .fix-right,
.sec41 .fix-right,
.sec44 .fix-left,
.sec34 .fix-left,
.sec34 .fix-right,
.sec46 .fix-right,
.sec46 .fix-left {
    color: #6D757D;
}

.sec213 .fix-right,
.sec213 .fix-left,
.sec53 .fix-right,
.sec53 .fix-left {
    display: none;
}

.sec60 #penthouse .fix-right,
.sec60 #penthouse .fix-left {
    display: none;
}

.nav-left {
    position: absolute;
    left: 0;
    width: 50px;
    top: 0;
    height: 100%;
        display: none;
}

.nav-right {
    position: absolute;
    right: 0;
    width: 50px;
    top: 0;
    height: 100%;
}

/* Navigation */
header {
    position: fixed;
    left: 0;
    z-index: 999;
    width: 100%;
    height: 85px;
    background: #fff;
    padding: 0 40px;
    font-family: 'Circular Std';
    font-size: 14px;
    top: 40px;
    transition: opacity 0.7s,top 0.7s;
      opacity:0
}
#soldeBar{
    background:#af6c4f;
    height:40px;
    display:flex;
    z-index:1000;
    top:0;
    justify-content:center;
    align-items:center;
    color:#fff;
         position: fixed;
    width: 100%;
        font-family: 'Circular Std Book';
        line-height: 1;
        transition: opacity 0.7s,top 0.7s;
}
.trn header
{
    top:0;
}
.trn #soldeBar
{
    top:-40px;
}
#soldeBar a.enq{
    font-size:0.7em;
    display:inline-block;
    margin:0 20px
}
.bar-close
{
    position:absolute;
    right:15px;

    top:50%;
    transform:translateY(-50%);
    display:block;
    width:16px;
   
    
}
#navB{
    position: fixed;
    top: 0;
    z-index: 9999;
    height: 100vh;
    width: 50px;
    display:flex;
    flex-direction:column;
    padding:0 10px;
    justify-content:center;
        left:0;
    flex-wrap:wrap;
    
    
}

.h-link 
{
    display:block;
    width:20px;
    height:2px;
  border-top:2px solid #fff;
    padding-bottom:10px
}
header.sec0 a.vision,
header.sec1 a.location,
header.sec2 a.building,
header.sec3 a.amenity,
header.sec4 a.residences,
header.sec5 a.penthouse,
header.sec6 a.team,
header.sec7 a.construction {
    text-decoration: underline;
    cursor: default;
}
    header.sec0 a.a0,
    header.sec1 a.a1,
    header.sec2 a.a2,
    header.sec3 a.a3,
    header.sec4 a.a4,
    header.sec5 a.a5,
    header.sec6 a.a6,
    header.sec7 a.a7  {
       width:35px
    }

.freez header {
  opacity:1
}

#nav-toggle {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 35px;
    z-index: 10;
    cursor: pointer;
    width: 30px;
    height: 20px;
    display: none;
}

    #nav-toggle span,
    #nav-toggle span:after,
    #nav-toggle span:before {
        cursor: pointer;
        height: 2px;
        width: 30px;
        background: #fff;
        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;
    }

header.fixed #nav-toggle span,
header.fixed #nav-toggle span:after,
header.fixed #nav-toggle span:before {
    background: #6D757D;
}

header.active #nav-toggle span,
header.active #nav-toggle span:after,
header.active #nav-toggle span:before {
    background: #6D757D;
}

#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: a rotate(-45deg);
    }

#logo-top {
    width: 150px;
    display: block;
    position: absolute;
    border-bottom-left-radius: 0;
    right: 0;
    margin: auto;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
}

#regnowdes {
    z-index: 10;
    width: 77px;
    text-align: center;
    border: 1px solid #6D757D;
    padding: 8px 0;
}

#headers {
    opacity: 0;
    width: 100%;
}

#mainMenu {
    height: 100%;
    align-items: center;
    display: flex;
    margin-left: -20px;
}

#nav {
    width: 100%;
    height: 100%;
    position: relative;
    height: 100%;
    align-items: center;
    display: flex;
}


    #nav li {
        list-style: none;
        display: inline-block;
        padding: 0 20px;
        height: 100%;
        align-items: center;
        display: flex;
        position: relative;
    }

        #nav li.hover-li {
            padding-right: 40px;
        }

        #nav li:last-child {
            margin-right: 0;
        }

        #nav li a {
            display: block;
        }

.hover-li {
    background-image: url(/images/buttons/down_arrow.svg);
    background-size: 14px 8px;
    background-repeat: no-repeat;
    background-position: calc(100% - 18px) center;
}

    .hover-li:hover,
    .sec5 .hover-li {
        background-color: #e8eded;
    }


.hover-a {
    position: absolute;
    width: 200px;
    bottom: 0;
    background-color: inherit;
    padding: 15px;
    transform: translateY(100%);
    opacity: 0;
    transition: opacity 0.5s;
    left: 0;
}

.hover-li:hover .hover-a,
.sec5 .hover-a {
    opacity: 1;
}

.nav-div {
width:max-content;
column-gap:30px
}


.innervideo {
    width: 100%;
}


.fullyvideo {
    position: absolute;
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    left: 0;
    top: 0;
    z-index: 0;
}

@media screen and (max-aspect-ratio: 1920/1080) {
    .fullyvideo {
        height: 100vh;
    }
}

@media screen and (min-aspect-ratio: 1920/1080) {
    .fullyvideo {
        width: 100% !important;
    }
}

.bg-video {
    height: 100%;
    width: 100%;
    overflow: hidden;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    background-size: cover;
background-color:#242A39;
}

/* enquiry */
.line-bar {
    display: block;
    margin: 50px 0;
    width: 157px;
    height: 1px;
    background: #6D757D;
}

.register {
    width: 512px;
    max-width: calc(100% - 80px);
}

input,
select {
    font-size: 16px;
    margin: 0 auto 10px auto;
    padding: 10px 0;
    width: 100%;
    color: #fff;
    border: 0 none;
    background: transparent;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border-radius: 0;
    border-bottom: 1px solid #fff;
    text-align: left;
    font-family: ivyjournal, sans-serif;
}

.b_submit {
    cursor: pointer;
    width: 114px;
    padding: 10px;
    text-align: center;
    font-family: 'Circular Std';
    margin: 15px 0 20px 0;
    text-transform: capitalize;
    border: 1px solid #fff;
    font-size: 18px;
}

select {
    padding: 10px 0;
    text-align: left;
}

    select option {
        padding: 7px 5px;
        background: #fff;
        color: #000;
        text-align: left;
    }

#thanks, #disclaimer {
    position: fixed;
    top: 0%;
    left: 0%;
    display: none;
    flex-direction: column;
    align-items: center;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.6);
    z-index: 1000;
    justify-content: center;
    transition: opacity 0.67s;
}

.innerThx {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 466px;
    max-width: calc(100% - 40px);
    max-height: calc(100% - 40px);
    height: 466px;
    color: #fff;
    background: #6D757D;
    position: relative;
}

#disclaimer .innerThx {
    width: 650px;
    height: 650px;
    padding: 40px;
    font-size: 12px;
    text-align: left;
}

    #disclaimer .innerThx h2 {
        font-size: 28px;
        text-align: left;
        width: 100%;
    }

#close, #closeDis {
    display: block;
    width: 31px;
    height: 31px;
    position: absolute;
    right: 15px;
    top: 15px;
}

.arrow {
    position: absolute;
    width: 35px;
    bottom: 40px;
    left: 0;
    right: 0;
    margin: auto;
    transition: opacity 0.5s;
}

#enquire {
    background: #6D757D;
    color: #fff;
}

.privacy {
    font-size: 10px;
    padding: 10px 0 15px 0;
}

.chk_holder {
    margin: 0 auto 10px auto;
    color: #fff;
}

.checkBox {
    border-bottom: 1px solid #fff;
    margin: 0 auto 10px auto;
    padding: 5px 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 26px;
        position: relative;
        text-align: center;
        display: block;
        font-size: 16px;
        font-family: inherit;
        display: inline;
        margin: auto;
    }

        #chkInternational + label:before {
            position: absolute;
            left: 0;
            width: 20px;
            height: 20px;
            top: 50%;
            -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
            border: 1px solid #fff;
            content: '';
            display: block;
        }

        #chkInternational + label:after {
            position: absolute;
            left: 0;
            width: 5px;
            height: 11px;
            top: 50%;
            left: 8px;
            -webkit-transform: translateY(-60%) rotate(45deg) scale(0);
            transform: translateY(-60%) rotate(45deg) scale(0);
            border-bottom: 2px solid #fff;
            border-right: 2px solid #fff;
            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: inherit;
    opacity: 1;
}

input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
    color: inherit;
    opacity: 1;
}

input:-moz-placeholder,
textarea:-moz-placeholder {
    color: inherit;
    opacity: 1;
}

input::-moz-placeholder,
textarea::-moz-placeholder {
    color: inherit;
    opacity: 1;
}

input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
    color: $form-field-text;
    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;
}

/*footer*/


footer.innersection {
    background: #1D2A39;
    padding: 30px 0;
    width: 100%;
    top: auto;
    bottom: 0;
    height: auto;
}

.links {
    display: flex;
    width: 290px;
    justify-content: space-between;
    align-items: center;
}

    .links a {
        color: #fff;
        font-family: 'Circular Std';
        font-size: 12px;
    }

.logos {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 320px;
}

.bar-f {
    display: inline-block;
    width: 1px;
    height: 32px;
    background: #fff;
    margin: 0 15px;
}

.partners {
    color: #fff;
    font-family: 'Circular Std';
    font-size: 11px;
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    flex-wrap: wrap;
}

.container {
    width: 1206px;
    max-width: calc(100% - 40px);
    margin: auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

/* Token Style */
ul.token-input-list-project {
    border: none;
    width: 100%;
    margin: 0 auto;
    max-width: 100%;
    text-align: left;
    text-align-last: left;
    text-align: -moz-left;
    text-align: -webkit-left;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    padding: 0;
    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;
}

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: #F00D0D;
    }

* {
    text-size-adjust: none;
    -webkit-text-size-adjust: none;
}

#aerialM {
    display: none;
    position: relative;
}

    #aerialM img {
        position: relative;
        z-index: 0;
    }


#regnowdes {
    display: block;
    z-index: 105;
}

.cls-3 #regnowdes {
    color: #6D757D;
    border: 1px solid #6D757D;
}

/*.m-link {
    background-image: url(/images/slider/bg.png);
    background-size: cover;
    background-position: center center;
    display: block;
    font-size: 15px;
    color: #fff;
    font-family: 'Circular Std';
    padding: 10px 0;
    text-align: center;
}*/
.m-link {
    display: block;
    color: inherit;
    width: 101px;
    border: 1px solid;
    border-color: inherit;
    padding: 8px 0;
    line-height: 1;
    font-family: 'Circular Std';
    font-size: 15px;
    text-align: center;
}

.pb60 {
    padding-bottom: 60px;
}

.m {
    display: none !important;
}

#bgCover {
    position: fixed;
    display: none;
    top: 0;
    left: 0;
    z-index: 50;
    width: 100%;
    height: 100vh;
    background-color: #F3F1E6;
    opacity: 0;
    transition: opacity 0.7s;
}

.fadeSlider {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
}

.innerFade.active {
    position: relative;
    z-index: 1;
    opacity: 1;
    transition: opacity 1.5s;
}

.innerFade {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 0;
    opacity: 0;
}

.plus,plus-m {
    position: absolute;
    right: 20px;
    bottom: 20px;
    width: 48px;
    height: 48px;
    display: block;
    background-image: url(/images/buttons/plus.svg);
    background-size: cover;
}

#innermap  .plus
{
    width:24px;
    height:24px;
}

.close {
    position: absolute;
    right: 20px;
    top: 100px;
    width: 29px;
    height: 29px;
    display: block;
    background-image: url(/images/buttons/close.svg);
    z-index: 50;
    background-size: cover;
}
#popArial
{
        font-family: 'Circular Std'
}
#popArial .close {
      background-image: url(/images/buttons/close-dark.svg);
      top:20px;
   
}
.mm {
    display: none;
}


@media screen and (max-height : 860px) {
    .next {
        bottom: 0;
    }

    .ptrl {
        padding-top: 110px;
        padding-bottom: 80px;
    }

    .mb60 {
        margin-bottom: 40px;
    }

    input,
    select {
        font-size: 15px;
        margin: 0 auto 8px auto;
        padding: 8px 0;
    }

    #chkInternational + label {
        font-size: 15px;
    }

    h4 {
        font-size: 28px;
    }
}

@media screen and (max-width : 1560px) {
    .w500 {
        max-width: 100%;
    }
}

@media screen and (max-width : 1400px) {
    .ptrl {
        padding-left: 60px;
        padding-right: 60px;
    }

    .abs55 {
        left: 39%;
    }

    .next {
        left: 60px;
    }

    #nav li {
        padding: 0 13px;
    }

        #nav li.hover-li {
            padding-right: 35px;
        }

    .pad100 {
        padding: 60px;
        padding-right: 20px;
    }

    .w500 {
        padding-top: 0;
        justify-content: center;
    }


    .nav-left {
        left: -10px;
    }

    .nav-right {
        right: -10px;
    }

    footer.innersection {
        padding: 20px 0;
    }

    .abs25 {
        left: 5%;
    }
}

@media screen and (max-width : 1200px) {
    #nav li {
    padding: 0 12px 0 0;
        font-size: 12px;
    }

    h4 {
        font-size: 30px;
    }

    .w488 {
        max-width: 100% !important;
    }

    .br-1200 .br {
        display: none;
    }
    #nav li.hover-li {
    padding-right: 23px;
}
    .hover-li {
 
    background-position: calc(100% - 4px) center;
}
    .next {
    bottom: 30px;
}
    .register {

    max-width: calc(100% - 20px);
}
    .f16 {
    font-size: 15px;
}
    input, select {
    font-size: 14px;
    margin: 0 auto 7px auto;
    padding: 7px 0;
}
}

@media screen and (max-width : 1200px) {
    .bg-video {
      
        position: relative;
    }

    .h1,.h3{
        text-align:center
    }
     .h1
     {
         transform:translateX(-25px)
     }
     .h3{
         transform:translateY(10px)
     }
    .fullyvideo {
        display: none;
    }

    body {
        font-size: 16px;
        overflow: initial !important;
    }

    .m {
        display: block !important;
    }

    .mm {
        display: inline-block;
    }

    .heighJs {
        height: 100vh;
    }

    .h100m {
        height: 100vw;
    }

    .h80m {
        height: 80vw !important;
    }

    .h112m {
        height: 112vw !important;
            max-height: 100vh;

    }

    #disclaimer .innerThx {
        overflow-y: scroll;
    }

    header {
        height: 55px;
        padding: 0;
        background: rgba(255, 255, 255, 0);
        transition: all 0.5s;
    }

        header.fixed {
            background: rgba(255, 255, 255, 1);
        }

    #regnowdes {
        position: absolute;
        right: 100px;
        top: 50%;
        transform: translateY(-50%);
        transition: all 0.5s;
        opacity: 0;
    }

    header.fixed #regnowdes,
    header.active #regnowdes {
        opacity: 1;
    }

    header.fixed #logo-top,
    header.active #logo-top {
        opacity: 1;
    }

    #logo-top {
        width: 130px;
        left: 30px;
        right: auto;
        opacity: 0;
        transition: opacity 0.5s;
    }

    #mainMenu {
        position: absolute;
        height: 100vh;
        left: 0;
        width: 100%;
        transform: translateX(-100%);
        top: 0;
        bottom: 0;
        background: #efede8;
        transition: transform 0.5s;
        align-items: center;
        background-image: url(/images/bgs/bg-m.png) !important;
        background-position: bottom right;
        background-size: cover !important;
        padding: 100px 30px 0 30px;
        margin: 0;
        display: block;
    }

    .hover-li {
        background-image: none;
    }

    .hover-a {
        position: relative;
        width: 100%;
        padding: 15px 0 0 0;
        transform: translateY(0%);
        opacity: 1;
        transition: opacity 0.5s;
    }

    header.active #mainMenu {
        transform: translateX(0);
    }

    #mainMenu li {
        display: block;
        margin-right: 0;
        margin-bottom: 15px;
        width: 100%;
        height: auto;
    }

        #mainMenu li a {
            font-size: 16px;
        }

    #nav-toggle {
        display: block;
    }


    #regnowdes {
        padding: 6px 0;
        line-height: 1;
        transition: opacity 0.5s;
        opacity: 0;
    }

    #intro {
        position: relative;
        height: auto;
    }

    #halfVideo {
        margin-bottom: 60px;
        transform: none !important;
    }

    .playBtn {
        width: 80px;
    }

    #in1 {
        padding: 0 0 60px 0;
        clip-path: none !important;
        height: auto;
    }

    #building {
        z-index: 3;
    }

    #contact {
        display: block;
        z-index: 4;
    }

    .slideSection {
        display: none;
        height: auto;
        position: relative;
        overflow: initial;
    }

    .hide {
        display: none;
    }

    .show {
        display: block;
    }

    .innersection {
        transform: none;
        position: relative;
    }

    .ptrl {
        padding-left: 20px;
        padding-right: 20px;
    }

    .bg-m {
        background-image: url(/images/bgs/bg-m.png) !important;
        background-position: bottom right;
        background-size: cover !important;
    }

    #bgcontact-m {
        background-image: url(/images/bgs/bg4.jpg) !important;
        background-position: bottom right;
        background-size: cover !important;
        color: #fff;
        padding-bottom: 120px !important;
    }


    .no-bg-m {
        background-image: none !important;
    }

    .line-bar {
        background: #fff;
    }

    .holder {
        display: none;
    }



    .txtMobile {
        display: block;
        padding: 50px 20px;
        background-color: #1d2a39;
        color: #fff;
    }

    #ancher {
        display: none;
    }

    #main {
        position: relative;
        height: auto;
        overflow: initial;
    }

    #mainSlides {
        transform: none !important;
        height: auto;
        overflow: initial;
    }

    #main-mobile {
        display: block !important;
    }

    .innerloader {
        max-height: calc(100vw - 40px);
        padding: 0 20px;
        top: 50vh;
    }

    h1,
    h2 {
        font-size: 24px;
        line-height: 1;
    }

    .p30 h2 {
        font-size: 26px;
        margin-bottom: 25px;
    }

    h3,
    h2 span {
        font-size: 22px;
        text-align: left;
        padding-left: 25px;
    }

    h2 {
        margin-bottom: 1em;
    }

    h4 {
        font-size: 21px;
    }

        h4 span {
            display: block;
            font-size: 14px;
        }

    h6 {
        font-size: 20px;
    }

    #contact h6 {
        margin-bottom: 25px;
    }

    p.f18 {
        font-size: 16px;
    }



    .half {
        width: 100%;
    }

    .ptrl {
        padding: 35px;
    }

    .register {
        max-width: 100%;
        margin:auto
    }

    #enquire {
        background: #F3F1E6;
        color: #6D757D;
    }

    input,
    select {
        color: #6D757D;
        border-bottom: 1px solid #6D757D;
    }

    .b_submit {
        border: 1px solid #6D757D;
    }

    .chk_holder {
        color: #6D757D;
    }

    #chkInternational + label:before {
        position: absolute;
        left: 0;
        width: 20px;
        height: 20px;
        top: 50%;
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%);
        border: 1px solid #6D757D;
        content: '';
        display: block;
    }

    #chkInternational + label:after {
        border-bottom: 2px solid #6D757D;
        border-right: 2px solid #6D757D;
    }

    .checkBox {
        border-bottom: 1px solid #6D757D;
    }

    .full {
        height: auto;
    }

    .w488 {
        max-width: 100%;
        margin:auto
    }

    .container {
        flex-wrap: wrap;
    }

    .links {
        margin: auto;
    }

    .logos {
        margin: auto;
        padding: 20px 0 0 0;
    }

    .max440 {
        max-width: calc(100% - 70px);
        width: 600px;
    }

    .w440 {
        max-width: 100%;
    }

    .fullm {
        display: block;
        height: 100%;
        width: 100%;
        position: absolute;
        top: 0;
        left: 0;
        background-size: cover;
    }

    .d {
        display: none !important;
    }

    .mobile-slider-holder {
        height: auto;
        width: 100%;
        overflow: initial;
        visibility: visible;
    }

    .abs55.innerh2 {
        top: 30px;
        left: 30px;
        background: linear-gradient(90deg, #B06C4F 28.12%, #BF8966 51.56%, #B06C4F 73.44%);
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
        background-clip: text;
        text-fill-color: transparent;
    }


    .innersection,
    .innerSlider {
        position: relative;
        opacity: 1;
    }

    .fix-right,
    .fix-left {
        display: none;
    }

        .fix-right.m {
            position: fixed;
            display: block;
            z-index: auto;
            right: -21px;
        }

        .fix-left.m {
            position: fixed;
            display: block;
            z-index: auto;
            left: -21px;
        }

    .ptm {
        padding-bottom: 100px;
    }

    .pad100 {
        padding: 35px;
    }

    .pad35m {
        padding: 0 35px 35px 35px;
    }

    .padm {
        padding: 35px;
    }


    .full-hm {
        height: 100vh !important;
    }

    .w500 {
        max-width: 100%;
    }

    .toSlide {
        transform: none !important;
    }

    .nopadm {
        padding: 0;
    }

    .no-pt-m {
        padding-bottom: 0;
    }

    .fadeSlider {
        position: relative;
        height: auto;
    }

    .w500 h4 {
        margin-bottom: 0;
    }

    .innerFade {
        opacity: 1;
        position: relative;
    }

    .br {
        display: none;
    }

    .caption {
        left: auto;
        right: 10px;
        font-size: 10px;
        text-align: right;
    }

        .caption.to-top {
            bottom: auto;
            top: 10px;
            left: 10px;
            right: auto;
        }

    .flex-hc {
        display: block;
    }

    .innerloader h1 {
        text-align: center;
    }

    .nav-m {
        position: sticky;
        z-index: 2;
        top: 0;
        color: #fff;
        width: 100%;
        font-size: 12px;
    }

    .fix-left-m {
        position: absolute;
        top: 50vh;
        left: -108px;
        transform: rotate(-90deg) translateY(0%);
        transform-origin: center;
        width: 250px;
        text-align: center;
        font-family: 'Circular Std';
    }

    .fix-right-m {
        position: absolute;
        top: 50vh;
        right: -107px;
        display: block;
        width: 250px;
        text-align: center;
        transform: rotate(90deg) translateY(0%);
        transform-origin: center;
        font-family: 'Circular Std';
    }
    .lef-m
    {
        margin:auto ;
        padding:0 30px
    }
    .p30 {
  margin-left:auto;
  margin-right:auto;
  max-width: 600px;
}
    #navB
    {
        display:none
    }
    .w313,.w440,.w422,.w350,.w500  {
 margin-left:auto;

 margin-right:auto;
 max-width:100%;
     width:512px;
}
    .w500m
    {
        margin-left:auto;
        margin-right:auto;
        width:512px;
        max-width:100%
       
    }
    .autom{
        height:auto
    }
    .mautom {
        margin-left: auto;
        margin-right: auto;
    }
}
@media screen and (max-width : 760px) {
    .h112m{
        max-height:200vh
    }
    .lef-m {

    padding: 0;
}
}
