@font-face {
    font-family: "MessinaSans-Bold";
    src: url("/fonts/MessinaSans-Bold.eot");
    src: url("/fonts/MessinaSans-Bold.eot?#iefix") format("embedded-opentype"), url("/fonts/MessinaSans-Bold.woff2") format("woff2"), url("/fonts/MessinaSans-Bold.woff") format("woff"), url("/fonts/MessinaSans-Bold.ttf") format("truetype"), url("/fonts/MessinaSans-Bold.svg#MessinaSans-Bold") format("svg");
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

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

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

@font-face {
    font-family: "MessinaSans-SemiBold";
    src: url("/fonts/MessinaSans-SemiBold.eot");
    src: url("/fonts/MessinaSans-SemiBold.eot?#iefix") format("embedded-opentype"), url("/fonts/MessinaSans-SemiBold.woff2") format("woff2"), url("/fonts/MessinaSans-SemiBold.woff") format("woff"), url("/fonts/MessinaSans-SemiBold.ttf") format("truetype"), url("/fonts/MessinaSans-SemiBold.svg#MessinaSans-SemiBold") format("svg");
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}

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

@font-face {
    font-family: "MessinaSansSemiBold";
    src: url("/fonts/MessinaSansSemiBold.eot");
    src: url("/fonts/MessinaSansSemiBold.eot") format("embedded-opentype"), url("/fonts/MessinaSansSemiBold.woff2") format("woff2"), url("/fonts/MessinaSansSemiBold.woff") format("woff"), url("/fonts/MessinaSansSemiBold.ttf") format("truetype"), url("/fonts/MessinaSansSemiBold.svg#MessinaSansSemiBold") format("svg");
}

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


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

.grid_1 {
    width: 8.33%;
}

.grid_2 {
    width: 16.67%;
}

.grid_3 {
    width: calc(25% - 15px);
    margin-right: 20px;
}

    .grid_3:nth-child(4n) {
        margin-right: 0;
    }

.grid_4 {
    width: calc(33.3333333333% - 20px);
    margin-right: 30px;
}

    .grid_4:nth-child(3n) {
        margin-right: 0;
    }

.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 {
    display: flex;
    position: relative;
}

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

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

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

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

/* General */
body {
    font-family: "MessinaSans-Book";
    font-weight: normal;
    font-size: 15px;
    letter-spacing: 0.01em;
    line-height: 1.25em;
    text-align: left;
    color: #002811;
    background-color: #F3F2EF;
    margin: 0;
    padding: 0;
}

  #play{
          background-position: center center;
    background-size: cover;
    background-image: url(/images/svg/btn-bg.svg);
    width: 170px;
    padding: 6px 0;
    display:block;

    margin:15px auto 0 auto;

  }

#black-bar.slide {
    transform: translateY(0%) !important;
}
#black-bar-down.slide{
    transform: translateY(100%) !important;
}

.fadInUp,.fadeParent
{
    opacity:0;
    transition:opacity 0.7s;
}
.box.animated .fadeParent
{
    opacity:1
}
.fadInUp.animated{
    opacity:1
}
.delay1 ,.delay1 *{
    transition-delay:0.2s
}
.delay2 ,.delay2 *{
       transition-delay:0.4s
}
.delay3 ,.delay3 *{
       transition-delay:0.6s
}
.br-top,.br-bottom
{
    left:0;
    right:0;
    position:absolute;
    top:0;
    width:0;
    transition:all 1s;
    height:1px;
    background:#002811  ;
    display:block;z-index:10;
    opacity:0;
    margin:auto;
       padding:0 !important
}
.br-bottom
{  
    top:auto;
    bottom:0;
 
}
.br-right
{
 
 display:block;
    position:absolute;
    top:0;
    width:1px;
    transition:all 1s;
    height:0;
    background:#002811  ;
    z-index:10;
    right:0;
    padding:0 !important;
        opacity:0;

}
.animated .br-top,.animated .br-bottom
{
    width:100%;
    opacity:1
}

.br-right.animated
{
    height:100%;

        opacity:1
}
.reveal:after {
    position:absolute;
    width:100%;
    height:100%;
    content:'';
    display:block;
    z-index:5;
    background:#F3F2EF;
    left:0;
    bottom:0;
       transition:height 1.5s;
}
.reveal.animated:after
{
    height:0

}
/* Headings */
h1,
h2,
.h2,
h3,
h4 {
    font-family: "Ogg-Roman";
    font-weight: normal;
}

h1 {
    font-size: 44px;
    line-height: 1.13em;
    text-align: center;
    color: #fffeee;
}

h2, .h2 {
    font-size: 32px;
    line-height: 1.125em;
    text-align: center;
    color: #002811;
    padding-bottom: 25px;
}

h3 {
    font-size: 26px;
    line-height: 30px;
    text-align: left;
    color: #002811;
    padding-bottom: 20px;
}

    h3 span {
        font-size: 14px;
        font-weight: 600;
        letter-spacing: 1px;
        line-height: 1.15em;
        display: block;
        font-family: "MessinaSansSemiBold";
        text-transform: uppercase;
        margin-top: 0.9em;
    }

h4 {
    font-size: 24px;
    line-height: 1.16;
    font-family: 'Ogg';
    font-style: italic;
    text-align: center;
}

    h4 span {
        font-family: "MessinaSans-Book";
        font-size: 15px;
        font-size: 15px;
        font-weight: 300;
        letter-spacing: 0.2px;
        line-height: 1;
        padding-top: 1em;
        font-style: normal;
        display: block;
    }

h5 {
    font-size: 14px;
    font-weight: 600;
    letter-spacing: 1px;
    line-height: 1;
    text-align: center;
    text-align: center;
    margin-bottom: 20px;
    text-transform: uppercase;
}

.team-sec h3 {
    font-size: 32px;
    letter-spacing: 0;
    line-height: 1;
    text-align: center;
    margin-bottom: 0;
}

p {
    font-family: "MessinaSans-Book";
    font-weight: normal;
    font-size: 14px;
    letter-spacing: 0.01em;
    line-height: 1.25em;
    text-align: center;
    padding-bottom: 10px;
}

    p:last-child {
        padding-bottom: 0;
    }

/* Navigation */
header {
    width: 100%;
    display: flex;
    position: fixed;

    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0 30px;
    height: 110px;
    top: 0;
    z-index: 100;
        transition: all 0.7s;
}
header.passed,.fitPage header{
    background-color: #002811;
    height:60px
}
header.passed #sPath,.fitPage #sPath
{
    display:none
}
#logoSVg
{
    width:100%;
    display:block;
    margin:auto;
    transition:all 0.35s
    
}
header.passed #logoSVg,.fitPage #logoSVg {
       width: 100px;
    height: auto;
    padding-top: 12px;

}
    header .logo {
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%,-50%);
        width: 166px;
        z-index:50
    }

        header .logo img {
            width: 100%;
            display: block;
        }

    header .btn {
        display: block;
        position: absolute;
        right: 30px;
        width: -webkit-max-content;
        width: -moz-max-content;
        width: max-content;
        background-position: center center;
        background-size: cover;
        background-image: url(/images/svg/btn-bg.svg);
        width: 170px;
        padding: 5px 0;
    }

.btn {
    font-family: "MessinaSans-SemiBold";
    font-weight: normal;
    font-size: 12px;
    letter-spacing: 0.08em;
    line-height: 14px;
    text-align: center;
    color: #002811;
    text-transform: uppercase;
    transition: 0.5s;
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    -ms-transition: 0.5s;
    -o-transition: 0.5s;
}

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

    nav li a {
        letter-spacing: 0.08em;
        line-height: 1;
        color: #fff;
        text-transform: uppercase;
        font-size: 12px;
        font-family: "MessinaSans-SemiBold";
        transition: color 0.7s;
    }
       header.passed     nav li a ,.fitPage header     nav li a 
   {
           color: #cab673;
   }
#page-residences nav li a.residences, #page-location nav li a.location, #page-team nav li a.team {

    text-decoration: underline;
}

#page-team {
    padding-top: 60px;
}

/* nav-toggle */
#nav-toggle {
    position: absolute;
    top: 20px;
    right: 15px;
    z-index: 10;
    cursor: pointer;
    width: 30px;
    height: 23px;
    display: none;
}

    #nav-toggle span,
    #nav-toggle span:after,
    #nav-toggle span:before {
        cursor: pointer;
        height: 2px;
        width: 30px;
        background: #cab673;
        position: absolute;
        display: block;
        content: "";
        top: 10px;
        transition: all 0.6s ease-in-out;
    }

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

        #nav-toggle span:after {
            top: 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);
        }

/* enquiry */
.register {
    width: 460px;
    max-width: 100%;
    margin: auto;
}

input,
select,
label {
    margin: 0 0 20px 0;
    padding: 5px 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;
    letter-spacing: 2px;
    font-family: "MessinaSans-Book";
    font-weight: normal;
    font-size: 15px;
    letter-spacing: 0.01em;
    line-height: 20px;
    text-align: left;
    color: #f3f2ef;
}

    input.b_submit,
    select.b_submit,
    label.b_submit {
        width: 120px;
        text-align: center;
        border: 1px solid #fff;
        cursor: pointer;
        transition: 0.3s;
        -webkit-transition: 0.3s;
        -moz-transition: 0.3s;
        -ms-transition: 0.3s;
        -o-transition: 0.3s;
    }

@media (hover: hover) {
    input.b_submit:hover,
    select.b_submit:hover,
    label.b_submit:hover {
        color: #002811 !important;
        background-color: #fff;
    }
}

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: 20px;
        background: #000;
        text-align-last: left;
        text-align: left;
        -ms-text-align-last: left;
        -moz-text-align-last: left;
        text-align-last: left;
    }

.privacy {
    font-size: 10px;
    display: block;
}

.chk_holder {
    margin: 0;
    color: #fff;
    width: 100%;
    margin-bottom: 20px;
}

#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 5px 26px;
        position: relative;
        text-align: center;
        display: block;
        text-align: left;
        margin: 0;
        width: 100%;
    }

        #chkInternational + label:before {
            position: absolute;
            left: 0;
            width: 20px;
            height: 20px;
            top: 30%;
            transform: translateY(-50%);
            border: 1px solid #fff;
            content: "";
            display: block;
        }

        #chkInternational + label:after {
            position: absolute;
            left: 0;
            width: 5px;
            height: 11px;
            top: 30%;
            left: 8px;
            transform: translateY(-60%) rotate(45deg) scale(0);
            border-bottom: 2px solid #fff;
            border-right: 2px solid #fff;
            content: "";
            display: block;
            transition: all 0.4s ease-in-out;
        }

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

#au_postcode,
#int_postcode {
    width: 100%;
}

.howdidyou {
    width: 100%;
}

    .howdidyou * {
        width: 100%;
    }

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

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

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

input::-moz-placeholder,
textarea::-moz-placeholder {
    color: #fff;
    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 {
    display: block;
    width: 100%;
    background-color: #002811;
    position: relative;
        overflow: hidden;
}

    footer .row {
position:relative
    }

    footer p,
    footer h3,
    footer a {
        color: #fff;
    }

    footer .one-third {
        padding: 40px 0;
        display: inline-block;
        width: 33.3333333333%;
        display: flex;
        justify-content: flex-start;
        align-items: center;
        flex-direction: column;
       position:relative
    }

        footer .one-third:last-child {
            border-right: 0 none;
        }

/* Token Style */
ul.token-input-list-project {
    border: none;
    width: 100%;
    margin: 0 auto;
    max-width: 100%;
    text-align: left;
    -moz-text-align-last: 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;
}

li.token-input-token-project {
    overflow: hidden;
    height: 25px;
    margin: 0;
    color: #000;
    cursor: default;
    border-bottom: 1px solid #fff;
    font-size: 12px;
    white-space: nowrap;
    list-style: none;
    display: inline-block;
    width: 100%;
    margin-bottom: 20px;
}

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: center;
        color: #F00D0D !important;
    }

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

main {
    position: relative;
}

section {
    display: block;
    position: relative;
}

.pad30 {

    display: flex;
    justify-content: space-between;
}

.ptb30 {
    padding: 30px 0;
}

.ptb40 {
    padding: 40px 0;
}



.half {
    width: 50%;
    padding: 30px;
    display: block;
    position:relative
}

    .half span {
        display: block;
        font-size: 18px;
        font-family: Ogg-Roman;
        text-align: center;
        color: #002811;
        padding-top: 30px;
    }

.container {
    display: block;
    position: relative;
    width: 500px;
    max-width: 100%;
    margin: auto;
}

    .container.large {
        width: 1440px;
    }

#lottie {
    background-color: #002811;
    width: 100vw;
    height: 100vh;
    display: block;
    overflow: hidden;
    transform: translate3d(0, 0, 0);
    text-align: center;
    opacity: 1;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 999;
    display: flex;
}

    #lottie svg {
        transform: scale(0.6) !important;
        -webkit-transform: scale(0.6) !important;
        -moz-transform: scale(0.6) !important;
        -ms-transform: scale(0.6) !important;
        -o-transform: scale(0.6) !important;
        margin: auto;
    }

.landing {
    background-position: bottom;
    background-size: cover;
    aspect-ratio: 16/9;
    width: 100%;
    height: 100vh;
}

    .landing .column {
        justify-content: flex-end;
        align-items: center;
        width: 100%;
        height: 100%;
        z-index: 2;
        position: relative;
    }

    .landing h1,
    .landing p {
        color: #F3F2EF;
        margin-bottom: 30px;
        text-align: center;
    }

    .landing p {
        font-family: "Ogg-Roman";
        letter-spacing: 0;
        font-size: 18px;
    }

        .landing p span {
            text-transform: capitalize;
        }

    .landing::before {
        content: "";
        display: block;
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        margin: auto;
        width: 100%;
        height: 100%;
        background-color: rgba(0, 0, 0, 0.2);
        z-index: 2;
        pointer-events: none;
    }
#page-location .landing::before {
    display:none
}

    .landing #video_holder {
        position: absolute;
        width: 100%;
        height: 100%;
        top: 0;
        left: 0;
        overflow: hidden;
        background-size: cover;
    }

        .landing #video_holder #bgvid {
            position: absolute;
            top: 50%;
            left: 50%;
            min-width: 100%;
            min-height: 100%;
            width: auto;
            height: auto;
            z-index: -100;
            transform: translateX(-50%) translateY(-50%);
            background: url(/images/home/1.jpg) no-repeat;
            background-size: cover;
        }

.slider-counter {
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    z-index: 2;
}

    .slider-counter span {
        display: inline-block;
        font-family: "MessinaSans-Book";
        font-weight: normal;
        font-size: 12px;
        letter-spacing: 0.01em;
        line-height: 20px;
        text-align: center;
        color: #002811;
        margin: 0 5px;
    }

.units {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}

.unit {
    display: block;
    width: 20%;
    color: #002811;
    padding: 0 10px;
    text-align: center;
}

    .unit .h2 {
        margin-bottom: 25px;
        display: block;
        padding: 0;
    }

    .unit .details {
        display: block;
        margin-bottom: 25px;
        font-size: 15px;
        font-weight: 300;
        letter-spacing: 0.2px;
        line-height: 1.16;
    }

    .unit .link {
        display: block;
        font-size: 18px;
        letter-spacing: 0;
        line-height: 1;
        font-family: "Ogg-Roman";
    }

.sold {
    opacity: 0.4;
}

#team h3,
#team p {
    text-align: left;
}

#enq {
    background-color: #002811;
}

    #enq * {
        color: #fff;
    }

    #enq h2,
    #enq h2 + a {
        text-align: center;
        display: block;
        margin: auto;
    }

        #enq h2 + p + a {
            font-family: "MessinaSans-Semibold";
            margin-bottom: 40px;
            margin-top: 20px;
            font-size: 18px;
            letter-spacing: 0.06666666em;
            display: block;
            text-align: center;
        }

    #enq .grid_12 {
        flex-direction: column;
    }

.logo-holder {
    display: flex;
    justify-content: center;
    align-items: center;
}

    .logo-holder img {
        margin: 0 20px;
    }

#p-holder {
    display: flex;
    width: 100%;
    justify-content: center;
    align-items: center;
}

    #p-holder a,
    #p-holder span {
        display: inline-block;
        font-family: "MessinaSans-Regular";
        font-weight: normal;
        font-size: 10px;
        line-height: 14px;
        text-align: center;
        color: #f3f2ef;
    }

    #p-holder span {
        margin: 0 5px;
    }

.pop-up {
    display: block;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #F3F2EF;
    z-index: 100;
    display: none;
}

    .pop-up .close-pop-up {
        color: #002811;
        text-decoration: underline;
        text-align: center;
        display: block;
        width: -webkit-max-content;
        width: -moz-max-content;
        width: max-content;
        margin: 0 auto 50px;
        text-transform: uppercase;
        font-size: 12px;
    }

    .pop-up .pop-up-content {
        display: flex;
        justify-content: flex-start;
        align-items: center;
        width: 100%;
        margin-top: 100px;
    }

        .pop-up .pop-up-content article {
            margin: auto;
            max-width: 500px;
            width: 100%;
            display: none;
            padding: 0 10px;
            font-size: 14px;
        }

/*------------------------------------*/
.row {
    display: flex;
}

.column {
    display: flex;
    flex-direction: column;
}
.mb10
{
    margin-bottom:10px;
}
.mb50 {
    margin-bottom: 50px;
}

.ptl {
    padding-top: 90px;
}

.pbl {
    padding-bottom: 90px;
}

.ptm {
    padding-top: 40px;
}

.pbm {
    padding-bottom: 40px;
}

.bt1g {
    border-top: 1px solid #002811;
}

.bb1g {
    border-bottom: 1px solid #002811;
}

.plr20 {
    padding-left: 30px;
    padding-right: 30px;
}

.full-width {
    width: 100%;
}

.justiify-center {
    justify-content: center;
}

.align-center {
    align-items: center;
}

.ma {
    margin: auto;
}

.wrap {
    flex-flow: wrap;
}
.just-mobile
{
    display:none
}

/*---------- General Style Codes -----------*/
@media screen and (max-width: 1200px) {
    .grid_3 {
        width: calc(50% - 25px);
        margin-right: 50px;
        margin-bottom: 50px;
    }

        .grid_3:nth-child(2n) {
            margin-right: 0;
        }

        .grid_3:nth-child(3), .grid_3:nth-child(4) {
            margin-bottom: 0;
        }

    .unit {
        width: 25%;
    }

    .br-units {
        display: block;
        width: 100%;
        margin-bottom: 50px;
    }
}

@media screen and (max-width: 1000px) {
    .just-desktop {
        display: none !important;
    }
    .just-mobile
    {
        display:block
    }
    .landing .column {
        justify-content: center;
        align-items: center;
    }

.half {
    width: 100%;
    padding: 30px;

}
    header {
        padding: 0;
        height: 70px;
    }

    #page-team {
        padding-top: 60px;
    }

    header .btn {
        position: fixed;
        bottom: 0;
        left: 0;
        right: 0;
        margin: auto;
        width: 100%;
        padding: 10px 0;
    }

    header .logo {
        width: 110px;
    }
    header.passed, .fitPage header {
    background-color: #002811;
    height: 60px;
}
    header.passed #logoSVg, .fitPage #logoSVg {
    width: 98px;
    height: auto;
    padding-top: 14px;
}
    #main-nav {
        top: 0;
        bottom: auto;
        height: 100vh;
        background: #002811;
        width: 100%;
        transform: translateX(-100%);
        transition: transform 0.7s;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        display: flex;
        left: 0;
        top: 0;
        position: absolute;
    }


    .active_nav #main-nav {
        transform: translateX(0);
    }

    nav li {
        margin-right: 0;
        display: block;
        text-align: center;
        padding: 15px;
    }

        nav li a {
            letter-spacing: 0;
            font-size: 24px;
            font-family: "Ogg-Roman";
        }

    #nav-toggle {
        display: block;
    }

    ul#nav {
        display: none;
        margin-top: 80px;
        clear: both;
    }

        ul#nav li {
            display: block;
            margin: 2vh 0 !important;
            width: 100%;
            text-align: center;
            padding: 0;
        }

            ul#nav li a {
                margin: 0;
                text-align: center;
                width: 100%;
                line-height: normal;
                padding: 10px 0;
                font-size: 16px;
            }

    .grid_4 {
        width: 100%;
        margin-right: 0;
        margin-bottom: 50px;
    }

    footer .one-third {
        width: 100%;
        border-right: 0;
    }

    .logo-holder {
        flex-direction: column;
    }

        .logo-holder img {
            margin-bottom: 40px;
        }

            .logo-holder img:last-child {
                margin-bottom: 0;
            }

    .grid_3 {
        width: 100%;
        margin-right: 0;
        margin-bottom: 40px !important;
    }

    html,
    body {
        height: 100%;
    }

    #lottie {
        height: 100%;
    }

    .landing h1 {
        margin: auto;
    }

    .landing p {
        position: absolute;
        bottom: 50px;
        left: 0;
        right: 0;
        margin: auto;
        padding: 0 20px;
        font-size: 15px;
    }

    h2 {
        font-size: 28px;
    }
    h1{
        font-size:36px;
    }
    h4{
        font-size:20px
    }
    .pop-up .close-pop-up {
        margin-bottom: 20px;
    }

    .pop-up .pop-up-content {
        margin-top: 20px;
    }

        .pop-up .pop-up-content h2 {
            padding-bottom: 20px;
            font-size: 18px;
        }

        .pop-up .pop-up-content article p {
            font-size: 12px;
            padding: 10px;
        }

    footer {
        padding-bottom: 70px;
    }

    .unit {
        width: 100%;
        margin-bottom: 40px;
    }

        .unit:last-child {
            margin-bottom: 0;
        }

    .br-units {
        display: none;
    }
    .pad30 {
    display: block;

}
    .autom
    {
        height:auto !important
            
    }
      .autom img{
          width:100%;
          height:auto
      }
      .br-right

      {
          display:none !important
      }
      .nopadm 
      {
          padding:0
      }

}

@media screen and (max-width: 1000px) and (orientation: portrait) {
    #video_holder #bgvid {
        max-height: calc(100% - 100px);
    }
}
/*# sourceMappingURL=style.css.map */
