@font-face {
    font-family: 'Ridley Grotesk Regular';
    src: url('/fonts/RidleyGrotesk-Regular.eot');
    src: url('/fonts/RidleyGrotesk-Regular.eot?#iefix') format('embedded-opentype'), url('/fonts/RidleyGrotesk-Regular.woff2') format('woff2'), url('/fonts/RidleyGrotesk-Regular.woff') format('woff'), url('/fonts/RidleyGrotesk-Regular.ttf') format('truetype'), url('/fonts/RidleyGrotesk-Regular.svg#RidleyGrotesk-Regular') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Ridley Grotesk Medium';
    src: url('/fonts/RidleyGrotesk-Medium.eot');
    src: url('/fonts/RidleyGrotesk-Medium.eot?#iefix') format('embedded-opentype'), url('/fonts/RidleyGrotesk-Medium.woff2') format('woff2'), url('/fonts/RidleyGrotesk-Medium.woff') format('woff'), url('/fonts/RidleyGrotesk-Medium.ttf') format('truetype'), url('/fonts/RidleyGrotesk-Medium.svg#RidleyGrotesk-Medium') format('svg');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Traviata';
    src: url('/fonts/Traviata-Regular.eot');
    src: url('/fonts/Traviata-Regular.eot?#iefix') format('embedded-opentype'), url('/fonts/Traviata-Regular.woff2') format('woff2'), url('/fonts/Traviata-Regular.woff') format('woff'), url('/fonts/Traviata-Regular.ttf') format('truetype'), url('/fonts/Traviata-Regular.svg#Traviata-Regular') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Ridley Grotesk';
    src: url('/fonts/RidleyGrotesk-UltraLight.woff2') format('woff2'),
        url('/fonts/RidleyGrotesk-UltraLight.woff') format('woff');
    font-weight: 200;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Ridley Grotesk Semibold';
    src: url('/fonts/RidleyGrotesk-SemiBold.eot');
    src: url('/fonts/RidleyGrotesk-SemiBold.eot?#iefix') format('embedded-opentype'), url('/fonts/RidleyGrotesk-SemiBold.woff2') format('woff2'), url('/fonts/RidleyGrotesk-SemiBold.woff') format('woff'), url('/fonts/RidleyGrotesk-SemiBold.ttf') format('truetype'), url('/fonts/RidleyGrotesk-SemiBold.svg#RidleyGrotesk-SemiBold') format('svg');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}

body {
    font-family: 'Ridley Grotesk Regular';
    background: #fff;
    color: #000000;
    margin: 0;
    padding: 0;
    height: 100%;
    font-weight: 400;
    text-align: center;
    font-size: 14px;
    line-height: 2;
    letter-spacing: 0.025em;
    text-align: center;
}

#main {
    overflow: hidden;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 3;
}
.touch #main 
{
    position:relative;
    overflow:initial;
    height:auto

}

.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 */
    }

.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;
}
a,
textarea:focus,
input:focus,
select:focus {
    outline: none;
}

/* General */
html {
    height: 100%;
}

.moveTo {
    position: absolute;
    display: block;
    width: 31px;
    height: 59px;
    bottom: 30px;
    left: 0;
    right: 0;
    margin: auto;
    z-index:5;
    background-image:url(/images/buttons/arrow.svg);
    background-size:cover;

  animation: bounce 2s infinite;

}


@keyframes bounce {
  0%, 20%, 50%, 80%, 100% {
    transform: translateY(0);
  }
  40% {
    transform: translateY(-30px);
  }
  60% {
    transform: translateY(-15px);
  }
}

.container {
    width: 1680px;
    max-width: calc(100% - 40px);
    margin: auto;
}

.w1400 {
    width: 1400px;
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
}

.w1120 {
    width: 1120px;
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
}

.w560 {
    width: 560px;
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
}

.max560 {
    width: 560px;
    max-width: 48%;
}

.pt280 {
    padding-top: 280px;
}

.mb30 {
    margin-bottom: 30px;
}

.mb40 {
    margin-bottom: 40px;
}

.mauto {
    margin-left: auto;
    margin-right: auto;
}

.grid_6 {
    width: 50%;
}

.grid_4 {
    width: calc(25% - 60px);
}

/*.ptb260 {
    padding: 260px 0;
}*/
.ptb260 {
    padding: 12vh 0;
}
.pb240{
    padding-bottom:11vh
}
.pt260 {
    padding-top: 12vh;
}

.title {
    font-weight: 600;
    text-align: left;
    margin-bottom: 5px;
    letter-spacing: 0.1em;
    text-transform:uppercase
}

.flex-c {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    align-items: center;
}

.flex-r {
    display: flex;
    justify-content: flex-end;
}

.flex-h {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

.fadeIn {
    opacity: 0;
    transition: opacity 0.7s;
}

.scaleIn {
    opacity: 0;
    transition: all 0.8s;
    transform: scale(1.1);
}


.fadeIn.animated ,.touch .fadeIn {
    opacity: 1;
}

.scaleIn.animated,.touch  .scaleIn {
    opacity: 1;
    transform: scale(1);
}

.artist {
    position: absolute;
    z-index: 1;
    right: 15px;
    bottom: 10px;
    color: #fff;
    font-size: 9px;
    font-weight: 600;
    line-height: 1;
    letter-spacing: 0.1em;
    text-align: right;
    text-transform: uppercase;
}

    .artist.left {
        right: auto;
        left: 15px;
        text-align: left;
    }

#holder0 {
    position: absolute;
    top: 0;
    left: 0;
}

.holder {
    position: relative;
    width: 1px;
    display: block;
}

.in-ancher {
    width: 0;
    display: block;
    position: absolute;
    z-index: 11;
    opacity: 0;
}

.h-ancher {
    display: block;
}

.herHolder {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 0;
    width: 100%;
    height: 100%;
    background-size: cover;
}

.parallexHolder {
    position: relative;
    overflow: hidden;
}

.mainImage {
    opacity: 0;
    display: block;
    width: 100%;
}

.innerPara {
    position: relative;
}

.parallex {
    position: absolute;
    display: block;
    left: 0;
    right: 0;
    top: 0;
    bottom: -60px;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    transition: top 1s ease-out;
}
.touch .parallex 
{
 bottom: 0;
 
}
.white {
    color: #fff;
}

section {
    position: relative;
    overflow: hidden;
}

.img {
    width: 100%;
    margin: 0;
    display: block;
    height: auto;
}

.bg-brown {
    background: #063431;
    color: #fff;
}
.bg-white {
    background-color: #fff;
    color: #000;
}

.middle {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    z-index: 1;
    display: block;
    width: 100%;
}
.play-btn
{
    width:130px;
    text-align:center;
    color:#fff;
    text-shadow:1px 1px 1px rgba(0,0,0,1);
    text-transform:uppercase

}
    .play-btn svg{
        display:block;margin:0 auto 15px auto
    }
    .full-height {
        height: calc(100vh - 120px);
        position: relative;
        width: 100%;
        display: flex;
        justify-content: center;
        align-items: center;
        background-size: cover;
        flex-direction: column;
        overflow: hidden;
    }

.f14 {
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
    letter-spacing: 0.1em;
    margin-bottom: 35px;
    text-transform: uppercase;
}

.qaute {
    font-size: 25px;
    font-weight: 200;
    line-height: 1.8;
    letter-spacing: 0.08em;
    text-align: center;
    width: 1076px;
    margin: auto;
    text-transform: uppercase;
    max-width: 100%;
      font-family: 'Ridley Grotesk';
        font-weight:200
}

    .qaute span {
        color: #C28872;
        font-size: 18px;
        font-weight: 400;
        line-height: 1.33;
        letter-spacing: 0.1em;
        display: block;
        padding-top: 40px;
          font-family: 'Ridley Grotesk Regular';
    }

.w417 {
    width: 420px;
    max-width: calc(100% - 40px);
    margin: auto;
    position: relative;
    z-index: 1;
}

.max511 {
    width: 511px;
    max-width: 40%;
    position: relative;
    z-index: 1;
}

.max417 {
    width: 530px;
    max-width: 38%;
}

.w980 {
    width: 980px;
    max-width: 62%;
}

.min-h {
    min-height: 100vh;
    padding: 80px 0;
    overflow: hidden;
}

.full-h-abs {
    position: absolute;
    z-index: 0;
    width: 100%;
    height: 100%;
    background-size: cover;
    top: 0;
    left: 0;
}
/* Headings */
h1,
h2,
h4,
h5 {
    font-family: Traviata;
    font-weight: 400;
    text-transform: uppercase;
}

h1 {
    font-size: 65px;
    line-height: 1;
    letter-spacing: 0.005em;
    color: #fff;
    margin-bottom: 0.5em;
}

h2 {
    font-size: 50px;
    line-height: 1;
    letter-spacing: 0.005em;
    margin-bottom: 100px;
}

h3 {
    font-size: 18px;
    font-weight: 400;
    line-height: 1;
    letter-spacing: 0.1em;
    margin-bottom: 3.5em;
    text-transform: uppercase;
}

    h3.sml {
        font-size: 12px;
        margin-bottom: 45px;
    }

.line {
    display: block;
    width: 0;
    background: #000;
    margin: 0 auto 30px auto;
    transition: width 0.7s;
    height: 1px;
}

    .line.animated,.touch .line {
        width: 76px;
    }

.btn {
    display: flex;
    line-height: 1;
    width: 117px;
    padding: 13px 0 10px 0;
    justify-content: center;
    align-items: center;
    text-transform: uppercase;
    font-size: 12px;
    letter-spacing: 0.1em;
    transition: all 0.5s;
    border-radius: 3px;
    color: #fff;
    border: 1px solid #fff;
}

    .btn.black {
        border: 1px solid #000;
        color: #000;
    }

    .btn.white {
        background: #fff;
        color: #063431;
    }

        .btn.white:hover {
            background: #C28872;
            border: 1px solid #C28872;
            color: #fff;
        }

    .btn.black:hover {
        background: #C28872;
        border: 1px solid #C28872;
        color: #fff;
    }

    .btn:hover {
        background: #fff;
        color: #000000;
    }
/* Navigation */
#navigator {
    position: absolute;
    left: 15px;
    width: 10px;
    list-style: none;
    top: 50%;
    transform: translateY(-50%);
    list-style: none;
    z-index: 10;
}

    #navigator a {
        width: 10px;
        height: 10px;
        display: block;
        border-radius: 10px;
        margin-bottom: 5px;
        border: 1px solid #000;
    }

        #navigator a.active {
            background: #000;
        }

header {
    position: sticky;
    height: 120px;
    top: 0;
    background: #063431;
    z-index: 50;
}

    header .container {
        height: 100%;
        display: flex;
        justify-content: space-between;
        align-items: center;
    }

.logo {
    position: absolute;
    width: 332px;
    display: block;
    top: 50%;
    transform: translate(-50%,-50%);
    left: 50%;
}

    .logo img {
        width: 100%;
        display: block;
    }

.main-logo {
    margin: auto;
    display: block;
    max-width: calc(100% - 80px);
    height: auto;
    transition: opacity 1s;
}

#nav {
    position: absolute;
    top: 120px;
    display: none;
    opacity: 0;
    background: inherit;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    left: 0;
    width: 100%;
    height: calc(100vh - 120px);
    transition: opacity 1s;
}

    #nav li {
        display: block;
        list-style: none;
    }

        #nav li a {
            font-family: Traviata;
            font-size: 65px;
            font-weight: 400;
            line-height: 1;
            letter-spacing: 0.005em;
            text-align: center;
            color: #fff;
            text-transform: uppercase;
            transition: color 0.5s;
            padding: 0.3em 0;
            display: block;
        }

            #nav li a:hover {
                color: #C28872;
            }

#page-home a.home,
#page-architecture a.architecture,
#page-location a.location,
#page-team a.team,
#page-enquire a.enquire,
#page-residences a.residences {
    color: #C28872;
}

#nav-toggle {
    height: 21px;
    display: block;
    font-size: 12px;
    position: relative;
    color: #C28872;
    letter-spacing: 0.1em;
}

    #nav-toggle:after {
        content: 'MENU';
    }

    #nav-toggle.active:after {
        content: 'CLOSE';
    }

    #nav-toggle:before {
        content: '';
        display: block;
        height: 1px;
        background: #C28872;
        position: absolute;
        bottom: 0;
        left: 0;
        width: 100%;
    }

    #nav-toggle.active {
        content: 'CLOSE';
    }
/* enquiry */
#contact {
    padding: 100px;
    min-height: calc(100vh - 120px);
    display: flex;
    align-items: center;
    justify-content: center;
}

.register h3 {
    max-width: 708px;
    margin-left: auto;
    margin-right: auto;
    line-height: 1.55;
}

.b_submit {
    width: 107px;
    cursor: pointer;
    background: #fff;
}




input,
select {
    font-size: 12px;
    font-family: 'Ridley Grotesk Regular';
    padding: 15px 0;
    margin: 0 auto 15px auto;
    background: rgba(194, 136, 114, 0.1);
    width: 100%;
    color: #000;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border-radius: 0;
    border: 1px solid #C28872;
    text-align: center;
    text-transform: uppercase;
    letter-spacing: 0.1em;
}

select {
    text-align-last: center;
    text-align: center;
    -ms-text-align-last: center;
    -moz-text-align-last: center;
    text-align-last: center;
}

    select option {
        padding: 7px 5px;
        background: #fff;
        text-align-last: center;
        text-align: center;
        -ms-text-align-last: center;
        -moz-text-align-last: center;
        text-align-last: center;
    }

.privacy {
    max-width: 669px;
    margin: 0 auto 30px auto;
    font-size: 11px;
}

.chk_holder {
    padding: 15px 0;
    margin: 0 auto 15px auto;
    background: rgba(194, 136, 114, 0.1);
    width: 100%;
    color: #000;
    border: 1px solid #C28872;
}

#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;
        color: #000;
        font-size: 12px;
        letter-spacing: 0.1em;
        font-family: inherit;
        text-transform: uppercase;
        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 #000;
            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 #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:focus::-webkit-input-placeholder,
textarea:focus::-webkit-input-placeholder {
    /* color: transparent; */
    opacity: 0.1;
}

input:focus:-moz-placeholder,
textarea:focus:-moz-placeholder {
    opacity: 0.1;
}

input:focus::-moz-placeholder,
textarea:focus::-moz-placeholder {
    opacity: 0.1;
}

input:focus:-ms-input-placeholder,
textarea:focus:-ms-input-placeholder {
    opacity: 0.5;
}

/*footer*/
footer {
    color: #fff;
    background: #000;
}

    footer h3 {
        color: #000;
    }

.leftalign {
    text-align: left;
}

.rightalign {
    text-align: right;
}

a.tel {
    font-size: 18px;
    font-weight: 700;
    line-height: 24px;
    letter-spacing: 0.1em;
    text-align: left;
    display: block;
    margin-bottom: 40px;
}

.links {
    padding: 12vh 0;
    position: relative;
    overflow: hidden;
}

.bg-dark:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.4);
    display: block;
    z-index: 0;
}
.bg-dark-less:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.2);
    display: block;
    z-index: 0;
}
#bg, #bg2, #bg3, #bg4 {
    background-size: cover;
    background-position: top left;
    position: absolute;
    left: -50px;
    right: -50px;
    top: -50px;
    bottom: -50px;
    transform-origin: center center;
    display: block;
    animation-name: movement;
    animation-duration: 15s;
    animation-iteration-count: infinite;
}

.bgvideo {
    position: absolute;
    width: auto;
    height: auto;
    min-width: 100vw;
    min-height: 110vh;
    background-position-x: center;
    background-size: cover;
    background-repeat: no-repeat;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    z-index: 1;
    aspect-ratio: 16/9;
}

@keyframes movement {
    0% {
        right: -50px;
        top: -50px;
        transform: scale(1.0);
    }

    25% {
        right: 0px;
        top: 0;
        transform: scale(1.02);
    }

    50% {
        right: -30px;
        top: -40px;
        transform: scale(1.015);
    }

    75% {
        right: -0px;
        top: 0;
        transform: scale(1.01);
    }

    100% {
        right: -50px;
        top: -50px;
        transform: scale(1.0);
    }
}

.hoverLink {
    display: block;
    border-radius: 23px;
    overflow: hidden;
}

    .hoverLink:after {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background: rgba(0,0,0,0.4);
        display: block;
        z-index: 1;
        transition: opacity 0.5s;
    }

    .hoverLink:hover:after {
        opacity: 0;
    }

    .hoverLink .btn {
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%,-50%);
        z-index: 2;
    }

    .hoverLink:hover .btn {
        background: #fff;
        color: #000;
    }

.pIcon {
    display: block;
    width: 60px;
    margin-bottom: 80px;
}

.footer-b {
    padding: 100px 0;
}

.w555 {
    width: 555px;
    max-width: 48%;
}

.w650 {
    width: 650px;
    max-width: 50%;
}

.logos {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.w555 h2 {
    margin-bottom: 60px;
}

.footer-links {
    border-top: 1px solid #fff;
    padding: 40px 0;
}

    .footer-links a, .footer-links span {
        font-weight: 400;
        line-height: 24px;
        letter-spacing: 0.025em;
    }

.bar {
    display: inline-block;
    margin: 0 5px;
}

.team-logo {
    display: block;
    margin: 0 auto 55px auto;
}
/* Token Style */
ul.token-input-list-project {
    border: none;
    width: 100%;
    margin: 0 auto;
    max-width: 100%;
}

li.token-input-input-token-project {
    margin: 0;
    padding: 0;
    list-style-type: none;
    width: 100%;
}

ul.token-input-list-project li input {
    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;
}

.m {
    display: none !important;
}
#video{
    position: fixed;
   width: 100px;
   height: 100px;
   color: #F00D0D;
   z-index: 1000;
bottom: 0;
opacity: 0;
}

.popup {
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    z-index: 2;
    width: 600px;
    height: 250px;
    border-radius: 10px;
    border: 2px solid #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    max-width: 90%;
    max-height: 60%;
    background-color: #063431;
    opacity: 0;
    pointer-events: none;
    transition: 0.4s all;
    -webkit-transition: 0.4s all;
    -moz-transition: 0.4s all;
    -ms-transition: 0.4s all;
    -o-transition: 0.4s all;
}
.popup-wrapper {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 20px 0;
}
.popup h3 {
    text-align: center;
    max-width: 80%;
    color: #fff;
    margin: 0;
}
.popup .enq {
    padding-left: 10px;
    padding-right: 10px;
    width: 140px !important;
}
#closePopup {
    position: absolute;
    right: 20px;
    top: 20px;
    width: 32px;
    height: 32px;
    opacity: 0.7;
}
#closePopup:hover {
    opacity: 1;
}
#closePopup:before, #closePopup:after {
    position: absolute;
    left: 15px;
    content: ' ';
    height: 33px;
    width: 2px;
    background-color: #fff;
}
#closePopup:before {
    transform: rotate(45deg);
}
#closePopup:after {
    transform: rotate(-45deg);
}

@media screen and (max-width : 1000px) {

    body {
        font-size: 12px;
    }

    .m {
        display: block !important;
    }

    .d {
        display: none !important;
    }

    header {
        height: 55px;
    }

    .logo {
        width: 23px;
    }

    h1 {
        font-size: 30px;
    }

    .full-height {
        height: calc(100vh - 50px);
    }

    .pbvh-m {
        padding-bottom: 10vh;
    }

    #bg1 {
        left: -7%;
        top: -10%;
    }

    .grid_6 {
        width: 100%;
    }

    h2 {
        font-size: 25px;
        margin-bottom: 40px;
    }

    .qaute {
        font-size: 14px;
    }

        .qaute span {
            font-size: 12px;
        }

    .max417, .w980 {
        width: 100%;
        max-width: 100%;
    }

    .ptb260 {
        padding: 60px 0;
    }

    .w980 {
        margin-bottom: 40px;
    }

    .line.animated {
        width: 76px;
    }

    .line {
        margin: 0 auto 25px auto;
    }

    #nav {
        top: 50px;
        height: calc(100vh - 50px);
    }

        #nav li a {
            font-size: 30px;
        }

    .w555 {
        max-width: 100%;
    }

    .w650 {
        max-width: 100%;
        padding-top: 50px;
    }

    .logos a {
        display: block;
        width: 50%;
        margin-bottom: 20px;
    }

    .rightalign {
        text-align: left;
    }

    .spac-m {
        display: block;
        font-size: 0;
        height: 0;
    }

    .pt280 {
        padding-top: 0;
        margin-bottom: 20px;
    }

    .max560 {
        max-width: 100%;
        margin-left: auto;
        margin-right: auto;
    }

    .pt260 {
        padding-top: 60px;
    }

    .max511 {
        margin-left: auto;
        margin-right: auto;
        max-width: 100%;
    }

    .team-logo {
        margin: 0 auto 48px auto;
        transform: scale(0.75);
    }

    h3.sml {
        margin-bottom: 35px;
        padding-top: 20px;
    }

    .parallex {
        bottom: -30px;
    }
    .pb240
    {
        padding-bottom:40px
    }
    #navigator
    {
        display:none
    }
    

    #contact {
      
        padding: 40px 0 ;
    }
    .full-height
    {
        height:80vw
    }
    .moveTo {
        display:none
    }
    .links {
    padding: 80px 0;

}
    .h56
    {
        height:56vw !important
    }
    .toTop
    {
        bottom:auto;
        top:10px;
    }
}


@media screen and (max-width : 720px) {
}
