@font-face {
    font-family: 'Aktiv Grotesk';
    src: url('/fonts/AktivGrotesk-Light.woff2') format('woff2'), url('/fonts/AktivGrotesk-Light.woff') format('woff'), url('/fonts/AktivGrotesk-Light.ttf') format('truetype'), url('/fonts/AktivGrotesk-Light.svg#AktivGrotesk-Light') format('svg');
    font-weight: 300;
    font-style: normal;
}

@font-face {
    font-family: 'Beaufort';
    src: url('/fonts/Beaufort-Light.woff2') format('woff2'), url('/fonts/Beaufort-Light.woff') format('woff'), url('/fonts/Beaufort-Light.ttf') format('truetype'), url('/fonts/Beaufort-Light.svg#Beaufort-Light') format('svg');
    font-weight: 300;
    font-style: normal;
}

html {
    height: 100%;
}

body {
    font-family: 'Aktiv Grotesk';
    font-size: 16px;
    line-height: 1.375;
    background: #f0ecea;
    color: #000;
    margin: 0;
    padding: 0;
    height: 100%;
    text-align: left;
}


.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;
}

* {
    text-size-adjust: none;
    -webkit-text-size-adjust: none;
}

.grid_1 {
    width: 8.33%;
}

.grid_2 {
    width: 16.67%;
}

.grid_3 {
    width: 25%;
}

.grid_4 {
    width: 33.33%;
}

.grid_5 {
    width: 46.15%;
}

.grid_6 {
    width: 50%;
}

.grid_7 {
    width: 53.85%;
}

.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;
}

.w400 {
    width: 400px;
    float: left;
    max-width: 100%;
}

.w480 {
    width: 480px;
    max-width: 48%;
}

.vw400 {
    width: calc(100% - 400px);
    float: left;
}

.max51 {
    max-width: 51%;
}

.rightfloat {
    float: right;
}

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

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;
}
/* General */
.abs-m-b {
    position: absolute;
    left: 53.85%;
    bottom: 0;
}

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

.abs-right {
    position: absolute;
    right: 0;
    top: 0;
}

.relative {
    position: relative;
}

.fullyvideo {
    position: relative;
}

    .fullyvideo video {
        width: 100%;
        position: relative;
        display: block;
        z-index: 0;
    }

.playvideo {
    z-index: 3;
    width: 60px;
    fill: #fff;
    width: 100px;
}

#main {
    overflow: hidden;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 3;
}

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




.middle-h {
    position: absolute;
    top: 50%;
    transform: translate(-0%, -50%);
}

.middle {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.tofade {
    opacity: 0;
    transition: opacity 0.7s ease;
}

.quickload .tofade {
    opacity: 1;
}


*.fadeIn {
    opacity: 1;
}
/* Headings */
h1, h2, h3, h5 {
    margin: 0;
    font-weight: normal;
    font-family: 'Beaufort';
}


h1, h2, h5 {
    font-size: 52px;
    line-height: 1.07;
    color: #65574E;
    text-transform: uppercase;
    letter-spacing: 0;
}

h1 {
    max-width: 900px;
    margin-bottom: 65px;
}


h2, h5 {
    margin-bottom: 40px;
}

h3 {
    font-size: 30px;
    margin-bottom: 30px;
    color:#65574E ;
}

h4 {
    font-weight: 700;
    font-size: 16px;
    margin-bottom: 2px;
    text-transform: capitalize;
}

#team h3 {
    margin-bottom: 5px;
}

.max {
}

#th {
    min-height: 30vh;
}

.tile {
    width: 150px;
    float: left;
    position: relative;
    margin-right: 30px;
    overflow: hidden;
}

    .tile span {
        position: absolute;
        display: block;
        bottom: 0;
        left: 0;
    }

.mr60 {
    margin-right: 60px;
}

#map {
    height: calc(100vh - 120px);
}

#maplistcontent {
    padding: 35px 0 0 0;
}

#innerheader {
    position: absolute;
    top:100vh;
    height: 60px;
    background: #fff;
    width: 100%;
    z-index: 1000;
    transform:translateY(100%);
    transition:top 0.7s;
}
.slideUp #innerheader
{
           top:calc(100vh - 120px);
}
#fixedheader {
    position: absolute;
    top: 0;
    height: 60px;
    background: #fff;
    width: 100%;
    z-index: 1001;
    display: none;
}

.fixed #fixedheader {
    display: block;
}


.nav {
    margin: 0 auto;
    padding: 0;
    width: 100%;
    text-align: center;
}

    .nav li {
        display: inline-block;
        margin: 0 20px;
        list-style: none;
    }

        .nav li a {
            font-size: 20px;
            line-height: 1;
            color: #3F3F3F;
            display:block;
            padding:0 0 3px 0;
            font-family: 'Beaufort';
            text-transform: uppercase;
        }
             .nav li a.active
             {
               border-bottom:1px solid #65574E;
                     color:#65574E ;
             }
/* nav-toggle */
#enqm
{
    display:none;
    width:150px;
    text-align:center;
        font-family: 'Beaufort';
   font-family: 'Beaufort';
   color:#64564E;
   font-size:18px

}
#nav-toggle {
    position: absolute;
    right: 25px;
    z-index: 10000;
    cursor: pointer;
    width: 30px;
    height: 20px;
    display: none;
    text-transform: uppercase;
}

    #nav-toggle span, #nav-toggle span:before, #nav-toggle span:after {
        cursor: pointer;
        border-radius: 0;
        height: 2px;
        width: 100%;
        left: 0;
        background: #64564E;
        position: absolute;
        display: block;
        content: '';
        top: 10px;
        z-index: 999999999999;
        -webkit-transition: all 500ms ease-in-out;
        -moz-transition: all 500ms ease-in-out;
        -o-transition: all 500ms ease-in-out;
        transition: all 500ms ease-in-out;
    }

        #nav-toggle span:before {
            top: -6px;
        }

        #nav-toggle span:after {
            bottom: -6px;
            top: auto;
        }

    #nav-toggle.active span {
        background-color: transparent;
    }

        #nav-toggle.active span:before, #nav-toggle.active span:after {
            top: 0;
        }

        #nav-toggle.active span:before {
            transform: rotate(45deg);
            -webkit-transform: rotate(45deg);
  
     
        }

        #nav-toggle.active span:after {
            transform: rotate(-45deg);
            -webkit-transform: rotate(-45deg);


        }
/* enquiry */
#register h2 {
    margin-bottom: 70px;
}

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

    input:-webkit-autofill, input:-webkit-autofill:hover, input:-webkit-autofill:focus input:-webkit-autofill {
        -webkit-box-shadow: 0 0 0 30px #f0ecea inset;
        -webkit-text-fill-color: #65574E !important;
        color: #65574E !important;
    }

    input textarea {
        display: block;
        width: 100%;
        max-width: 100%;
        min-width: 100%;
    }

.b_submit {
    padding: 15px 0 14px 0;
    margin: 45px 0 60px 0;
    width: 120px;
    cursor: pointer;
    text-align: center;
    color: #fff;
    border: 1px solid #65574E;
    color: #64564E;
}

    .b_submit:hover {
    }





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 {
    opacity: 0.5;
}

input:focus:-moz-placeholder, textarea:focus:-moz-placeholder {
    opacity: 0.5;
}

input:focus::-moz-placeholder, textarea:focus::-moz-placeholder {
    opacity: 0.5;
}

input:focus:-ms-input-placeholder, textarea:focus:-ms-input-placeholder {
    opacity: 0.5;
}
/*footer*/
footer {
    float: right;
    margin-left: 5%;
    line-height: 74px;
}
/* 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;
    border-bottom: 1px solid #525252;
    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;
    border: 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: #F8F7F5;
    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: #F8F7F5;
            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: #F8F7F5;
            }

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

            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: #F8F7F5;
            }
/* 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: absolute;
    text-align: left;
    bottom: 2px;
}

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

.animated.box {
    transition: opacity 1s;
    opacity: 1;
}

.box {
    opacity: 0;
}

#mainbg {
    position: relative;
    top: 0;
    z-index: 1;
    left: 0;
    width: 100%;
    height: 100vh;
    background-size: cover;
    transition: opacity 1.5s ease;
    background-position: center;
}

.main {
    position: relative;
    z-index: 2;
    background: #f0ecea;
}

.container {
    width: 80%;
    margin: 0 auto;
    position: relative;
}

.logos {
    padding: 40px 0 100px 0;
}

    .logos a {
        display: inline-block;
        margin-right: 30px;
    }

.rh svg {
    height: 39px;
    width: auto;
}

.mh svg {
    height: 19px;
    transform: translateY(-7px);
    width: auto;
}

.ct svg {
    height: 38px;
    width: auto;
}

.logos a.ultra {
    margin-right: 0;
}

.ray svg {
    height: 34px;
    transform: translateY(-2px);
    width: auto;
}
.ultra svg
{
    height:34px;
       width: auto;
}
.fullheight {
    top: 0;
    z-index: 5;
    left: 0;
    width: 100%;
    height: 100vh;
    background-size: cover;
}



#mainbg::before {
    display: block;
    position: absolute;
    content: '';
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0);
    transition: background 0.7s;
    z-index: 0;
    top: 0;
    left: 0;
}

.overlay#mainbg:before {
    background: rgba(0, 0, 0, 0.4);
}

.pt260 {
    padding-top: 260px;
}

.ptb150 {
    padding-top: 150px;
    padding-bottom: 150px;
}

.pt150 {
    padding-top: 150px;
}

.pb150 {
    padding-bottom: 150px;
}

.pt65 {
    padding-top: 65px;
}

.pl80 {
    padding-left: 80px;
}

.ptb100 {
    padding-top: 100px;
    padding-bottom: 100px;
}

.pt100 {
    padding-top: 100px;
}

.pt200 {
    padding-top: 200px;
}

.pb100 {
    padding-bottom: 100px;
}

.mb85 {
    margin-bottom: 85px;
}

.max360 {
    max-width: 360px;
}

.mb10 {
    margin-bottom: 15px;
}

.max480 {
    max-width: 480px;
}

.max400 {
    max-width: 400px;
}

.max530 {
    max-width: 530px;
}

.max600 {
    max-width: 630px;
}

.max350 {
    max-width: 350px;
}

.pt60 {
    padding-top: 60px;
}

.mb30 {
    margin-bottom: 30px;
}

.m {
    display: none;
}

@media screen and (max-width : 1600px) {
    .container {
        width: calc(100% - 120px);
    }
}

@media screen and (max-width : 1380px) {
    .container {
        width: calc(100% - 100px);
    }

    .vw400 {
        width: calc(100% - 350px);
    }

    .w400 {
        width: 350px;
    }

    .tile {
        width: 120px;
        margin-right: 25px;
    }

    .max360 {
        max-width: 300px;
    }
}

@media screen and (max-width : 1280px) {
    .max480 {
        max-width: 372px;
    }

    .full1280 {
        width: 100%;
    }
}



@media screen and (max-width : 1000px) {
    body {
        font-size: 14px;
    }
    #nav-toggle {
        display:block
    }
    .d {
        display: none;
    }

    .m {
        display: block;
    }

    h1, h2, h5 {
        font-size: 28px;
        line-height: 32px;
    }
    h1{
        margin-bottom:30px
    }
    h3 {
        font-size: 18px;
    }

    #mainlogo {
        width: 100%;
        text-align: center;
    }

        #mainlogo svg {
            height: auto;
            width: calc(100% - 50px);
        }

    .grid_5, .grid_7, .grid_4 {
        width: 100%;
    }

    .pl80 {
        padding-left: 0;
    }

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

        .container.fullm {
            width: 100%;
        }

    #map {
        height: 56vw;
    }

    .mbm {
        margin-bottom: 25px;
    }

    .abs-m-b, .abs-l-b, .abs-right {
        position: relative;
        left: auto;
        top: auto;
        right: auto;
        bottom: auto;
        width: 100%;
    }

    #maplistcontent {
        padding: 35px 25px 0 25px;
    }

    .brm {
        display: block;
        height: 30px;
    }

    .RL, .ResBars {
        margin-bottom: 25px;
    }

    .logoholder {
        float: left;
        padding: 30px 0 25px 0;
    }

    .pt200 {
        padding-top: 90px;
    }

    .pt65 {
        padding-top: 15px;
    }

    .pt100 {
        padding-top: 40px;
    }

    .playvideo {
        width: 45px;
    }

    .pt260 {
        padding-top: 90px;
    }

    #innerheader {

        opacity: 0;
        z-index:0;
        top:0
    }

    .fixed #fixedheader {
        opacity: 1;
    }

    #fixedheader {
        top: -40px;
        display: block;
        transition: top 0.7s;
        height: 40px;
    }
    .slideUp #fixedheader {
        top:0
    }

    .nav {
        transform: translateX(-100%);
        transition:transform 0.7s;
        background: #fff;
        height: 100vh;
        top: 0;
        left: 0;
        padding-top:calc(40vh - 90px)
    }
    .activeMenu .nav
    {
       transform: translateX(0);
    }
    .nav li 
    {
        display:block;
        margin:15px 0
    }
        .nav li a
        {
            font-size:26px
        }
    h2, h5 {
        margin-bottom: 20px;
    }

    .mb85 {
        margin-bottom: 30px;
    }

    .pb150 {
        padding-bottom: 30px;
    }

    .pt150 {
        padding-top: 30px;
    }

    .pt60 {
        padding-top: 30px;
    }
    #enqm
    {
        display:block
    }
    #register h2 {
    margin-bottom: 30px;
}
    #register.pt200
    {
        padding-top:65px;
    }
    #register .mb30 
    {
        margin-bottom:15px;
    }
    .b_submit {
 
        margin: 10px 0 30px 0;
   
    }
}

@media screen and (max-width : 420px) {
}
