﻿
.wrapper {
    min-height: 100%;
    margin-bottom: -50px;
    /* This needs to be calculated dynamically via js  - height of the footer */
    /* headings */
    /* form fields */
}

    .wrapper h1 {
        font-size: 43px;
        line-height: 60px;
        margin-bottom: 15px;
        font-weight: normal;
    }

    .wrapper h2 {
        font-size: 38px;
        line-height: 55px;
        margin-bottom: 13px;
        font-weight: normal;
    }

    .wrapper h3 {
        font-size: 36px;
        line-height: 45px;
        margin-bottom: 12px;
        font-weight: normal;
    }

    .wrapper h4 {
        font-size: 30px;
        line-height: 35px;
        margin-bottom: 11px;
        font-weight: normal;
    }

    .wrapper h5 {
        font-size: 25px;
        line-height: 30px;
        margin-bottom: 10px;
        font-weight: normal;
    }

    .wrapper h6 {
        font-size: 22px;
        line-height: 26px;
        margin-bottom: 10px;
        font-weight: normal;
    }

    .wrapper input, .wrapper textarea, .wrapper select {
        font-family: "biotifregular", sans-serif;
        color: #fff;
        font-weight: normal;
        font-size: 16px;
        line-height: 24px;
        -webkit-font-smoothing: antialiased;
        font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
    }

    .wrapper select {
        cursor: pointer;
        padding: 9px 6px 9px;
        border: 0;
        border-radius: 0;
        font-size: 16px;
        -webkit-appearance: none;
        height: 36px;
        -moz-appearance: none;
        background: none;
        text-indent: 0.01px;
        color: #fff;
        font-family: "biotifregular", sans-serif;
        text-overflow: "";
    }

p {
    font-size: 16px;
    color: #fff;
    line-height: 28px;
    margin-bottom: 10px;
}

    p a {
        text-decoration: underline;
    }

        p a:focus, p a:active {
            outline: none;
            border: none;
            background: transparent !important;
        }

a {
    color: #fff;
    text-decoration: none;
    cursor: pointer;
    outline: 0;
}

    a:focus, a:active {
        outline: none;
        border: none;
        text-decoration: none;
        color: #fff;
    }

ul {
    padding-left: 0;
}

    ul li {
        line-height: 26px;
    }

a:hover {
    text-decoration: underline;
}

img {
    border: none 0;
}

input[type="submit"] {
    cursor: pointer;
}

input:focus, textarea:focus {
    outline: transparent none;
}

select:focus {
    outline: none;
}

section {
    display: block;
}

.errors, .success {
    background: transparent !important;
    display: block;
    font-size: 14px;
    overflow: hidden;
    padding: 0;
}

.errors {
    color: #f04f71;
}

.success {
    color: #51bf9b;
}

/* text selection color */
::selection {
    /*background: #999;*/
    color: #000;
}

::-moz-selection {
    background: #999;
    color: #000;
}

/* scrollbar color only for windows OS */
.win-os ::-webkit-scrollbar {
    width: 10px;
    height: 5px;
    cursor: pointer;
}

@media screen and (max-width: 768px) {
    .win-os ::-webkit-scrollbar {
        width: 4px;
    }
}

.win-os ::-webkit-scrollbar-track {
    background-color: #ccc;
}

.win-os ::-webkit-scrollbar-thumb {
    width: 10px;
    background-color: #ECECEC;
}

@media screen and (max-width: 768px) {
    .win-os ::-webkit-scrollbar-thumb {
        width: 4px;
    }
}

/* placeholder */
input, textarea {
    /* hide placeholder on focus of input */
    /* FF 4-18 */
    /* FF 19+ */
    /* IE 10+ */
}

    input::-webkit-input-placeholder, textarea::-webkit-input-placeholder {
        color: #fff;
    }

    input:-moz-placeholder, textarea:-moz-placeholder {
        color: #fff;
    }

    input::-moz-placeholder, textarea::-moz-placeholder {
        color: #fff;
    }

    input:-ms-input-placeholder, textarea:-ms-input-placeholder {
        color: #fff;
    }

    input:focus::-webkit-input-placeholder, textarea:focus::-webkit-input-placeholder {
        color: transparent !important;
    }

    input:focus:-moz-placeholder, textarea:focus:-moz-placeholder {
        color: transparent !important;
    }

    input:focus::-moz-placeholder, textarea:focus::-moz-placeholder {
        color: transparent !important;
    }

    input:focus:-ms-input-placeholder, textarea:focus:-ms-input-placeholder {
        color: transparent !important;
    }

    input[type="submit"] {
        -webkit-appearance: none;
    }

.ios-device * {
    background-attachment: scroll;
}

/* wow default css to avoid flickering */
.wow {
    visibility: hidden;
}

@media screen and (max-width: 1060px) {
    .wow {
        visibility: visible;
    }
}

/* Site Loader */
.site-loader {
    display: none;
    background: #000;
    height: 100%;
    position: fixed;
    width: 100%;
    z-index: 9999;
    -webkit-transition: width 0.6s cubic-bezier(0.6, 0.04, 0.12, 0.96);
    -moz-transition: width 0.6s cubic-bezier(0.6, 0.04, 0.12, 0.96);
    -ms-transition: width 0.6s cubic-bezier(0.6, 0.04, 0.12, 0.96);
    -o-transition: width 0.6s cubic-bezier(0.6, 0.04, 0.12, 0.96);
    transition: width 0.6s cubic-bezier(0.6, 0.04, 0.12, 0.96);
}

    .site-loader.anim {
        width: 25%;
    }

.logo-middle {
    display: none;
    height: auto;
    margin: 0 auto;
    position: relative;
    text-align: center;
    top: calc(50% - 100px);
    width: 123px;
}

    .logo-middle img {
        max-width: 100%;
        height: auto;
        display: block;
    }

/* Formidable Lable movement */
.formidable .formidable_message.error, .formidable .formidable_message.success {
    padding: 10px 20px;
}

.formidable .formidable_message.error {
    background: #ff0000;
}

.formidable .formidable_message.success {
    background: green;
}

.formidable .formidable_message div {
    font-size: 12px;
    line-height: 20px;
    color: #fff;
}

.formidable .element {
    margin-bottom: 20px;
    position: relative;
}

    .formidable .element label {
        position: absolute;
        top: 12px;
        left: 0;
        pointer-events: none;
        padding: 0;
        color: #2b2b2b;
        color: rgba(43, 43, 43, 0.5);
        font-size: 16px;
        line-height: 20px;
        font-weight: 400;
        margin: 0;
        -webkit-transition: font-size 0.3s cubic-bezier(0.6, 0.04, 0.12, 0.96), top 0.3s cubic-bezier(0.6, 0.04, 0.12, 0.96);
        -moz-transition: font-size 0.3s cubic-bezier(0.6, 0.04, 0.12, 0.96), top 0.3s cubic-bezier(0.6, 0.04, 0.12, 0.96);
        -ms-transition: font-size 0.3s cubic-bezier(0.6, 0.04, 0.12, 0.96), top 0.3s cubic-bezier(0.6, 0.04, 0.12, 0.96);
        -o-transition: font-size 0.3s cubic-bezier(0.6, 0.04, 0.12, 0.96), top 0.3s cubic-bezier(0.6, 0.04, 0.12, 0.96);
        transition: font-size 0.3s cubic-bezier(0.6, 0.04, 0.12, 0.96), top 0.3s cubic-bezier(0.6, 0.04, 0.12, 0.96);
    }

@media screen and (max-width: 640px) {
    .formidable .element label {
        font-size: 13px;
        line-height: 22px;
    }
}

.formidable .element label.focus {
    top: -7px;
    font-size: 13px;
    line-height: 22px;
}

@media screen and (max-width: 640px) {
    .formidable .element label.focus {
        font-size: 10px;
    }
}

.formidable .element label .required {
    color: #ff0000;
}

.formidable .element input, .formidable .element textarea {
    width: 100%;
    border: 0;
    border-bottom: 2px solid #7d7c7c;
    color: #2b2b2b;
    color: rgba(43, 43, 43, 0.5);
    padding: 10px 0;
    margin: 0;
    border-radius: 0;
    box-shadow: none;
}

.formidable .element textarea {
    min-height: 120px;
    max-height: 150px;
    min-width: 100%;
    max-width: 100%;
}

.formidable .element .buttons {
    padding-top: 15px;
}

    .formidable .element .buttons input {
        width: auto;
        background: none;
        border: 1px solid #232d39;
        border-radius: 25px;
        padding: 10px 20px;
        color: #232d39;
        text-transform: uppercase;
        opacity: 1;
        font-size: 10px;
        font-family: 'robotoBlack';
        width: 50%;
        text-align: center;
        letter-spacing: 2px;
    }

        .formidable .element .buttons input:hover {
            background: #232d39;
            color: #fff;
        }

/* Push div to keep footer sticky at the bootom */
.push {
    height: 50px;
    /* this needs to be recalculated via js - height of the footer */
}

/* Developed by */
.developed-by {
    width: 120px;
    display: inline-block;
    position: relative;
    top: 2px;
}

/* Go to top */
#gotoTop {
    position: fixed;
    right: 10px;
    bottom: 60px;
    width: 40px;
    height: 40px;
    font-size: 30px;
    line-height: 40px;
    text-align: center;
    opacity: 0;
    visibility: hidden;
    cursor: pointer;
    -webkit-transition: all 0.4s cubic-bezier(0.6, 0.04, 0.12, 0.96);
    -moz-transition: all 0.4s cubic-bezier(0.6, 0.04, 0.12, 0.96);
    -ms-transition: all 0.4s cubic-bezier(0.6, 0.04, 0.12, 0.96);
    -o-transition: all 0.4s cubic-bezier(0.6, 0.04, 0.12, 0.96);
    transition: all 0.4s cubic-bezier(0.6, 0.04, 0.12, 0.96);
}

@media screen and (max-width: 720px) {
    #gotoTop {
        display: none;
    }
}

#gotoTop.active {
    opacity: 1;
    visibility: visible;
}

#gotoTop.switch .icon-arrow-down:hover::before {
    color: #fff;
}

#gotoTop.switch .icon-arrow-down::before {
    color: #fff;
}

#gotoTop .icon-arrow-down:hover::before {
    color: #fff;
}

#gotoTop .icon-arrow-down::before {
    color: #000;
}

.landscape-alert {
    position: fixed;
    width: 100%;
    height: 100%;
    background: #ffffff;
    left: 0;
    top: 0;
    text-align: center;
    z-index: 9999;
    display: none;
    padding: 20% 10% 0;
    overflow: hidden;
}

@media only screen and (max-device-width: 700px) and (orientation: landscape) {
    .landscape-alert {
        /* display: block; */
    }
}

.landscape-alert p {
    font-size: 16px;
    line-height: 26px;
    color: #131C4E;
}

    .landscape-alert p span {
        margin-top: 10px;
        display: inline-block;
        border: 1px solid #000;
        padding: 5px 10px;
    }

@media (max-width: 767px) {
    .container {
        max-width: 100%;
    }
}

@media (max-device-width: 1366px) and (min-device-width: 768px) {
    .col-sm-3 {
        width: 24.5%;
    }
}

@media screen and (max-width: 1060px) {
    .work-video {
        display: none;
    }
}

.work-video .video-wrap {
    position: relative;
    height: 900px;
    overflow: hidden;
}

    .work-video .video-wrap iframe {
        height: 100%;
        width: 100%;
    }



.main-wrapper {
    width: 100vw;
    height: 100vh;
    overflow: auto;
    position: absolute;
    top: 0;
    left: 0;
}

@media (max-width: 767px) {
    .main-wrapper {
        height: auto;
    }
}






.main-wrapper {
    transition: all 500ms linear;
    overflow-x: scroll;
    /* has to be scroll, not auto */
    -webkit-overflow-scrolling: touch;
}

.home-page .wrapper {
    position: relative;
    min-width: 100%;
    height: 100vh;
    margin: 0 auto;
}

    .home-page .wrapper .container {
        max-width: auto;
    }

.main {
    width: 100%;
    height: 100vh;
    top: 0;
    left: 0;
}

    .main .hero {
        width: 66.7%;
        overflow: hidden;
        transition: all 200ms linear;
    }

        .main .hero img {
            min-height: 100vh;
            min-width: 100%;
            object-fit: cover;
            transition: all 200ms linear;
        }

    .main .logged-in .hero {
        margin-top: 48px;
    }

    .main .owl-carousel .item img {
        height: 100vh;
    }

.home-page header {
    top: -100%;
    transition: all 1500ms ease;
}

span.flying-text {
    position: fixed;
    font-size: 1.5em;
    font-weight: bold;
    z-index: 100;
    transition: all 1400ms ease;
}

    span.flying-text.txt-1 {
        bottom: -22%;
        left: 10%;
    }

    span.flying-text.txt-2 {
        top: -22%;
        left: 20%;
    }

    span.flying-text.txt-3 {
        bottom: -18%;
        left: 40%;
    }

    span.flying-text.txt-4 {
        top: -18%;
        left: 60%;
    }

    span.flying-text.txt-5 {
        bottom: -22%;
        right: 20%;
    }

    span.flying-text.txt-6 {
        top: -22%;
        right: 10%;
    }

@keyframes imgslideleft {
    from {
        margin-left: -150px;
    }

    to {
        margin-left: 0%;
    }
}

@keyframes imgslideleft2 {
    from {
        margin-left: -300px;
    }

    to {
        margin-left: 0%;
    }
}

@keyframes slideleft {
    from {
        transform: scale(0.3, 1);
    }

    to {
        transform: scale(0, 1);
    }
}

@keyframes slideleft2 {
    from {
        transform: scale(0.6, 1);
    }

    to {
        transform: scale(0, 1);
    }
}

@keyframes rightIn {
    0% {
        letter-spacing: 600px;
        opacity: 0.5;
        right: -150%;
    }

    100% {
        letter-spacing: -6px;
        opacity: 1;
        right: 0;
    }
}

@keyframes rightIn2 {
    0% {
        letter-spacing: 600px;
        opacity: 0.5;
        right: -500%;
    }

    100% {
        letter-spacing: -6px;
        opacity: 1;
        right: 0;
    }
}

.heading-animated-text {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    margin: auto;
    height: 275px;
    z-index: 100;
    opacity: 0;
    margin-left: 100px;
    transition: all 200ms linear;
}

@media (max-width: 1430px) {
    .heading-animated-text {
        height: 190px;
    }
}

@media (max-width: 767px) {
    .heading-animated-text {
        margin-left: 20px;
        height: 140px;
    }
}

.heading-animated-text span {
    font-size: 7.125em;
    font-family: 'biotifbold';
    color: #fff;
    line-height: 110px;
    margin: 0;
    position: absolute;
    cursor: pointer;
    transition: all 200ms linear;
}

@media (max-width: 1400px) {
    .heading-animated-text span {
        font-size: 6.525em;
    }
}

@media (max-width: 992px) {
    .heading-animated-text span {
        font-size: 5em;
        line-height: 80px;
    }
}

@media (max-width: 767px) {
    .heading-animated-text span {
        font-size: 4em;
        line-height: 60px;
    }
}

.heading-animated-text span:hover {
    opacity: 0.8;
}

    .heading-animated-text span:hover + a {
        opacity: 0.8;
    }

.heading-animated-text span {
    position: relative;
}

#section-1 .heading-animated-text {
    margin-left: 50%;
}

@media (max-device-width: 1366px) {
    #section-1 .heading-animated-text {
        margin-left: 25%;
    }
}

@media (max-width: 767px) {
    #section-1 .heading-animated-text {
        margin-left: 20px;
        top: 24%;
    }
}

#section-1 .heading-animated-text span {
    position: relative;
    cursor: default;
}

    #section-1 .heading-animated-text span:hover {
        opacity: 1 !important;
    }

@keyframes rightIn2 {
    0% {
        letter-spacing: 600px;
        opacity: 0.5;
        right: -500%;
    }

    100% {
        letter-spacing: -6px;
        opacity: 1;
        right: 0;
    }
}

@keyframes rightIn2-res {
    0% {
        letter-spacing: 600px;
        opacity: 0.5;
        right: -500%;
    }

    100% {
        letter-spacing: -2px;
        opacity: 1;
        right: 0;
    }
}

#main .section {
    position: relative;
}

    #main .section img {
        transform: scale(1.01);
    }

    #main .section .rotate-txt {
        font-size: 1em;
        font-family: 'biotifbold';
        transform: rotate(90deg);
        display: block;
        position: absolute;
        left: 0;
        top: 0;
        bottom: -200px;
        opacity: 0;
        margin: auto;
        z-index: 11;
        transform-origin: 50% 50%;
        width: 113px;
        height: 20px;
        transition: all 2200ms ease;
    }

@media (max-width: 767px) {
    #main .section .rotate-txt {
        transform: rotate(0);
        top: 300px;
        left: 30px;
    }
}

#main .section .slice {
    width: 100%;
    height: 50vh;
    overflow: hidden;
    position: relative;
}

    #main .section .slice img {
        min-width: 100%;
        width: auto;
        height: 100vh !important;
        transition: all 600ms ease;
    }

    #main .section .slice.slide-top img {
        position: absolute;
        left: 0;
        right: 0;
        top: 0;
    }

    #main .section .slice.slide-top .left {
        background: #0E0E0E;
        width: 100%;
        height: 100%;
        position: absolute;
        left: 0;
        top: 0;
        z-index: 101;
        transition: all 800ms linear;
        transform: scale(0.4, 1);
        transform-origin: 0% 100%;
    }

@media (max-device-width: 1366px) {
    #main .section .slice.slide-top .left {
        display: none;
    }
}

#main .section .slice.slide-top .right {
    background: #0E0E0E;
    width: 100%;
    height: 100%;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 101;
    transition: all 1000ms linear;
    transform: scale(0.4, 1);
    transform-origin: 100% 0%;
}

@media (max-device-width: 1366px) {
    #main .section .slice.slide-top .right {
        display: none;
    }
}

#main .section .slice.slide-bottom img {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
}

#main .section .slice.slide-bottom .left {
    background: #0E0E0E;
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 101;
    transition: all 1200ms linear;
    transform: scale(0.6, 1);
    transform-origin: 0% 100%;
}

@media (max-device-width: 1366px) {
    #main .section .slice.slide-bottom .left {
        display: none;
    }
}

#main .section .slice.slide-bottom .right {
    background: #0E0E0E;
    width: 100%;
    height: 100%;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 101;
    transition: all 1000ms linear;
    transform: scale(0.4, 1);
    transform-origin: 100% 0%;
}

@media (max-device-width: 1366px) {
    #main .section .slice.slide-bottom .right {
        display: none;
    }
}

.section:not(#section-1) {
    overflow: hidden;
}

.section .heading-animated-text span {
    line-height: 100%;
}

.section .heading-animated-text.rightin {
    opacity: 1;
}

    .section .heading-animated-text.rightin span.text-top {
        animation-duration: 1200ms;
        animation-name: rightIn;
        animation-fill-mode: forwards;
        /* forwards, backwards, both, none  */
        letter-spacing: -6px;
        display: block;
    }

@media (max-device-width: 1366px) {
    .section .heading-animated-text.rightin span.text-top {
        animation-name: rightIn2-res;
    }
}

.section .heading-animated-text.rightin span.text-bottom {
    animation-duration: 1800ms;
    animation-name: rightIn2;
    animation-fill-mode: forwards;
    /* forwards, backwards, both, none  */
    letter-spacing: -6px;
    display: block;
}

@media (max-device-width: 1366px) {
    .section .heading-animated-text.rightin span.text-bottom {
        animation-name: rightIn2-res;
    }
}

.section .heading-animated-text span {
    right: -100%;
    transition: all 500ms ease;
}

@media (max-device-width: 1366px) {
    .section .heading-animated-text span {
        right: 0;
    }
}

.section .heading-animated-text a.link {
    display: block;
    font-weight: bold;
    position: relative;
    margin-top: 50px;
    left: -100%;
    transition: all 500ms linear;
}

@media (max-width: 1430px) {
    .section .heading-animated-text a.link {
        margin-top: 24px;
    }
}

.section .heading-animated-text a.link::before {
    content: "";
    width: 250px;
    height: 1px;
    background-color: #fff;
    position: absolute;
    left: 0;
    top: -20px;
}

.section .heading-animated-text a.link::after {
    content: "";
    width: 8px;
    height: 8px;
    background-color: #fff;
    position: absolute;
    left: 0;
    top: -20px;
}

.section {
    float: left;
    height: 100vh;
    width: 75vw;
}

@media (max-width: 767px) {
    .section {
        width: 100vw;
        height: 75vh;
    }
}

.section .hero {
    height: 100vh;
    width: 66.7%;
}

@media (max-width: 767px) {
    .section .hero {
        width: 100%;
        height: auto;
    }
}

.section .hero img {
    min-height: 100vh;
    min-width: 100%;
    object-fit: cover;
    transition: all 500ms ease;
}

@media (max-width: 767px) {
    .section .hero img {
        height: 75vh;
        min-height: auto;
    }
}

.section img {
    width: 100%;
    height: 100vh;
    object-fit: cover;
}

@media (min-width: 1366px) {
    .section img {
        transition: all 1500ms ease;
    }
}

@media (min-width: 1280px) {
    .section img {
        transition: all 500ms ease;
    }
}

.sections {
    white-space: nowrap;
    min-width: 100vw;
    height: 100vh;
}

.section__title, .section__heading {
    width: 100%;
}

    .section__heading p {
        text-transform: uppercase;
        font-size: 11px;
        max-width: 160px;
        margin: 0 auto;
        display: inline-block;
        white-space: normal;
    }

#section-1 .heading-animated-text {
    top: 28px;
}

@media (max-width: 992px) and (min-width: 768px) {
    #section-1 {
        top: -20px;
    }
}

@media (max-width: 767px) {
    #section-1 {
        transform: none !important;
    }
}

.mac-os .section .heading-animated-text {
    top: 28px;
}

@media (min-width: 1200px) {
    #section-5 {
        width: calc(75vw + 1px);
        z-index: 102;
    }
}

.get-touch {
    width: 25vw;
    margin-left: -1px;
    float: right;
    z-index: 101;
    background: #0E0E0E;
}

@media (min-width: 1200px) {
    .get-touch {
        width: calc(25vw - 5px);
    }
}

@media (max-width: 767px) {
    .get-touch {
        width: 100%;
        height: auto;
        padding: 30px 0 50px;
    }
}

.get-touch a {
    display: block;
    font-size: 7.125em;
    font-family: 'biotifbold';
    transform: rotate(-90deg);
    transform-origin: 50% 50%;
    bottom: -58%;
    position: relative;
    text-decoration: underline;
}

@media (max-width: 1400px) {
    .get-touch a {
        font-size: 5.125em;
    }
}

@media (max-height: 700px) {
    .get-touch a {
        font-size: 5em;
    }
}

@media (max-height: 600px) {
    .get-touch a {
        font-size: 4em;
    }
}

@media (max-width: 767px) {
    .get-touch a {
        font-size: 100%;
        transform: rotate(0);
        font-size: 4em;
        bottom: 0;
        text-align: center;
    }
}

.get-touch a:hover {
    opacity: 1;
}

.drag-to-explore {
    position: absolute;
    font-size: 1em;
    color: #fff;
    font-family: 'biotifbold';
    bottom: 50px;
    right: 100px;
    z-index: 100;
}

    .drag-to-explore img {
        margin-left: 10px;
    }

.play-btn {
    display: block;
    width: 115px;
    height: 115px;
    background: #fff;
    border-radius: 50%;
    position: absolute;
    bottom: 10%;
    left: 50%;
    font-size: 1em;
    font-weight: bold;
    color: #000;
    display: flex;
    align-items: center;
    justify-content: center;
    transform: scale(0);
    opacity: 1;
    transition: all 1300ms ease;
    overflow: hidden;
    z-index: 100;
}

@media (max-width: 1430px) {
    .play-btn {
        bottom: 12%;
    }
}

@media (max-width: 767px) {
    .play-btn {
        top: 22%;
        left: 20px;
        width: 50px;
        height: 50px;
    }
}

.play-btn:hover {
    opacity: 1;
    color: #000;
    transform: scale(1.15) !important;
}

.play-btn span {
    left: -100px;
    opacity: 0;
    position: relative;
    transition: all 1300ms ease;
}

.play-btn .fa-play {
    font-size: 0.9em;
    display: inline-block;
}

.play-btn .play-txt {
    margin-right: 10px;
}

@media (max-width: 767px) {
    .play-btn .play-txt {
        display: none;
    }
}

#video {
    width: 100%;
    height: 100%;
}

    #video div {
        width: 100%;
        height: 100%;
    }

        #video div video {
            width: 100% !important;
            height: 100vh !important;
        }

/* Video overlay and content */
.hero-video {
    position: relative;
    height: 100vh;
    z-index: 0;
}

.main-wrapper.scrollContent {
    cursor: default !important;
}

.home-page #section-2 img, .home-page #section-3 img, .home-page #section-4 img, .home-page #section-5 img {
    -webkit-filter: grayscale(1);
    filter: grayscale(1);
    opacity: 0.6;
}

.home-page #section-2.active img, .home-page #section-3.active img, .home-page #section-4.active img, .home-page #section-5.active img {
    -webkit-filter: grayscale(0);
    filter: grayscale(0);
}

.home-page #section-1 .hero img {
    opacity: 1;
}

.scroll-down {
    font-family: 'biotifbold';
    transform: rotate(90deg);
    font-size: 1em;
    display: inline-block;
    position: absolute;
    top: 113%;
    z-index: 10;
    cursor: pointer;
}

    .scroll-down::after {
        content: '';
        background: url(../images/arrow-next.png) no-repeat;
        width: 7px;
        height: 13px;
        position: absolute;
        right: -15px;
        background-size: 100%;
        top: 4px;
    }

.page {
    width: 100%;
}

    .page .section-bg {
        position: absolute;
        top: 0;
        width: 100%;
        height: 100vh;
    }

        .page .section-bg img {
            width: 100%;
        }

        .page .section-bg .bID-126 {
            display: none !important;
        }

    .page .section-text {
        position: relative;
    }

        .page .section-text .page-heading {
            width: 100%;
            height: 90vh;
            position: relative;
        }

        .page .section-text h1 {
            font-size: 6.875em;
            color: #fff;
            font-family: 'biotifbold';
            transform: rotate(90deg);
            position: absolute;
            top: 100px;
            left: 0;
            transform-origin: 0 100%;
            margin: 0;
            line-height: 56px;
        }

@media (max-width: 767px) {
    .page .section-text h1 {
        line-height: 100%;
        left: 90px;
    }
}

.page .section-text .content {
    padding-right: 50px;
}

@media (max-width: 767px) {
    .page .section-text .content {
        padding-right: 0;
    }
}

.page .section-text .content p {
    font-size: 1.5em;
    line-height: 36px;
    opacity: 0.9;
    margin-bottom: 30px;
}

.line {
    height: 38%;
    width: 1px;
    background: #fff;
    display: block;
    position: absolute;
    top: 57%;
    left: 0;
    display: none;
}

@media (max-width: 767px) {
    .line {
        height: 20%;
        top: 74%;
        left: 9px;
    }
}

.fixed {
    position: fixed !important;
}

.top-stopper {
    width: 100%;
}

@media (max-width: 767px) {
    .top-stopper {
        margin-top: 0;
    }
}

.clients {
    padding-top: 0;
}

@media (max-width: 767px) {
    .clients {
        padding-top: 40px;
    }
}

.clients .section-title h4 {
    line-height: 135%;
}

.clients .client-logo {
    margin-top: -200px;
}

    .clients .client-logo .row {
        display: flex;
        flex-wrap: wrap;
        align-items: center;
    }

    .clients .client-logo .item {
        margin-bottom: 60px;
        text-align: center;
    }

@media (max-width: 767px) {
    .clients .client-logo .item {
        text-align: center;
    }
}

.clients .client-logo .item img {
    height: auto;
    max-width: 180px;
}




section .section-title {
    text-align: center;
}

    section .section-title h2, section .section-title .heading {
        margin: 0;
        font-size: 31.250em;
        font-family: 'biotifbold';
        white-space: nowrap;
        overflow: hidden;
        line-height: 100%;
        color: #151515;
        letter-spacing: -32px;
    }

@media (max-width: 767px) {
    section .section-title h2, section .section-title .heading {
        font-size: 11.250em;
        letter-spacing: -10px;
        padding-bottom: 150px;
    }
}

.about-one {
    position: relative;
    overflow: hidden;
}

@media (max-width: 767px) {
    .about-one {
        margin-top: -120px;
    }
}

@media (max-width: 992px) {
    .about-one #section-img img {
        width: 100%;
        object-fit: cover;
        height: 80vh;
        top: 0;
        position: absolute;
    }
}

@media (max-width: 767px) {
    .about-one #section-img img {
        width: 100%;
        object-fit: cover;
        height: 60vh;
        top: 99px;
        position: absolute;
        left: -120px;
        transform: scale(1.5);
    }
}

@media (max-width: 767px) {
    .about-one .page-heading h1 {
        left: 0;
    }
}

.about-one .page-heading h1::after {
    content: '';
    border-bottom: 1px solid #fff;
    width: 90%;
    height: 1px;
    left: 100%;
    position: absolute;
    bottom: 0;
}

@media (max-width: 690px) {
    .about-one .page-heading h1::after {
        bottom: 8px;
        display: none;
    }
}

@media (max-height: 992px) {
    .about-one .page-heading h1::after {
        width: 50%;
    }
}

@media (max-height: 800px) {
    .about-one .page-heading h1::after {
        width: 30%;
    }
}

@media (max-height: 1423px) and (max-height: 800px) {
    .about-one .page-heading h1::after {
        width: 40%;
    }
}

.mac-os .section-text .page-heading h1 {
    line-height: 86%;
}



.list-page {
    margin-top: 150px;
    padding-bottom: 200px;
}

@media (max-width: 767px) {
    .list-page {
        margin-top: 0;
    }
}

.list-page .container-fluid.full {
    width: 1920px;
    max-width: 100%;
}

.list-page .page-title {
    position: absolute;
  
}

@media (max-width: 767px) {
    .list-page .page-title {
        left: 50px;
        float:left;
    }
}

.list-page .page-title h1 {
   font-size: 3.0em;
   
    margin: 0;
    position: relative;
    padding-left: 50px;
   
   
}

@media (max-width: 992px) {
    .list-page .page-title h1 {
        font-size: 5.875em;
    }
}

@media (max-width: 767px) {
    .list-page .page-title h1 {
        font-size: 5.875em;
        top: 100px;
       transform-origin: 0 50%;
      
    }
}

.list-page .work-listing .col-sm-6, .list-page .work-listing .col-sm-3, .list-page .work-listing .col-sm-12 {
    padding: 0;
}

.list-page .list {
    position: relative;
    clear: both;
}

    .list-page .list h2 {
        font-size: 3.5em;
        font-family: 'biotifbold';
        position: absolute;
        margin: 0;
        bottom: 60px;
        line-height: 100%;
        text-shadow: 0 0 1px #000;
    }

        .list-page .list h2 span.sub-heading {
            display: block;
            font-size: 0.8em;
        }

@media (max-width: 992px) {
    .list-page .list h2 {
        font-size: 3em;
    }
}

@media (max-width: 767px) {
    .list-page .list h2 {
        font-size: 2.2em;
        line-height: 100%;
        bottom: 10px;
    }
}

.list-page .list img {
    max-width: 100%;
    width: auto;
    height: auto;
    max-height: 716px;
    min-height: 190px;
    object-fit: cover;
    min-width: 50%;
}

.list-page .list.position-three img {
    height: 366px;
}

.list-page .list.odd {
    text-align: right;
}

    .list-page .list.odd img {
        float: right;
    }

@media (max-width: 992px) {
    .list-page .list.odd h2 {
        left: 0;
    }
}

.list-page .list.even {
    float: right;
    text-align: left;
}

    .list-page .list.even img {
        float: left;
    }

@media (max-width: 992px) {
    .list-page .list.even h2 {
        right: 0;
        left: auto !important;
    }
}

.list-page .project-listing {
    position: relative;
}

.list-page .filter {
    padding: 0;
    margin-top: 90px;
    text-align: left;
    position: fixed;
    left: 5%;
    width: 25%;
    float: right;
}

    .list-page .filter li {
        display: block;
        line-height: 30px;
    }

        .list-page .filter li a {
            color: #fff;
            display: inline-block;
            line-height: 25px;
            font-size:15px;
        }

            .list-page .filter li a.active, .list-page .filter li a:hover {
                text-decoration: none;
                border-bottom: 1px solid #fff;
                opacity: 1;
            }

.list-page .dropdown {
    padding: 75px 15px 30px;
}

    .list-page .dropdown button {
        font-size: 1.3em;
        /*font-weight: bold;*/
        color: #fff;
        background: transparent !important;
        border: none;
    }

    .list-page .dropdown .dropdown-menu {
        top: 50px;
        min-width: 220px;
        background: #000;
    }

        .list-page .dropdown .dropdown-menu li a {
            font-size: 1.0em;
            color: #fff;
        }

        .list-page .dropdown .dropdown-menu li:hover a {
            color: #000;
        }

.project-listing.work-listing .list:nth-of-type(6n+1) h2 {
    right: 0;
    left: 35%;
    text-align: left;
}

@media (max-width: 767px) {
    .project-listing.work-listing .list:nth-of-type(6n+1) h2 {
        left: 100%;
        text-align: left;
        width: 100%;
    }
}

.project-listing.work-listing .list:nth-of-type(6n+1) img {
    width: 60%;
    min-height: 650px;
}

@media (max-width: 767px) {
    .project-listing.work-listing .list:nth-of-type(6n+1) img {
        width: 100%;
        height: auto;
        min-height: 400px;
    }
}

.project-listing.work-listing .list:nth-of-type(6n+2) h2 {
    right: 0%;
    left: 32px;
}

@media (max-width: 767px) {
    .project-listing.work-listing .list:nth-of-type(6n+2) h2 {
        right: 100%;
        left: 0;
        text-align: right;
        width: 100%;
    }
}

.project-listing.work-listing .list:nth-of-type(6n+2) img {
    width: 100%;
    max-height: 400px;
}

@media (max-width: 767px) {
    .project-listing.work-listing .list:nth-of-type(6n+2) img {
        width: 100%;
        height: auto;
        height: 200px;
    }
}

@media (max-width: 767px) {
    .project-listing.work-listing .list:nth-of-type(6n+2) .date {
        text-align: right;
    }
}

.project-listing.work-listing .list:nth-of-type(6n) h2 {
    left: 35%;
    right: auto;
}

@media (max-width: 767px) {
    .project-listing.work-listing .list:nth-of-type(6n) h2 {
        right: 100%;
        left: 0;
        text-align: right;
        width: 100%;
    }
}

.project-listing.work-listing .list:nth-of-type(6n) img {
    width: 70%;
    height: 500px;
}

@media (max-width: 767px) {
    .project-listing.work-listing .list:nth-of-type(6n) img {
        width: 100%;
        height: auto;
        height: 200px;
    }
}

.load-more {
    margin-top: 200px;
    width: 55%;
    margin-left: 45%;
}

    .load-more .load-line {
        display: block;
        border-top: 1px solid #fff;
        position: relative;
        margin-bottom: 10px;
    }

        .load-more .load-line::after {
            content: '';
            width: 8px;
            height: 8px;
            background: #fff;
            position: absolute;
            top: 0;
            left: 0;
        }

.news-page .page-title {
    left: 69%;
}

@media (max-width: 767px) {
    .news-page .page-title {
        left: 45%;
    }
}

@media (max-width: 767px) {
    .news-page .page-title h1 {
        left: 0;
    }
}

.news-list .title-meta {
    position: absolute;
    margin: 0;
    top: 60%;
    bottom: auto;
    width: 55%;
    margin-left: 70px;
    z-index: 1;
}

@media (max-width: 992px) {
    .news-list .title-meta {
        width: 80%;
        margin-left: 40px;
    }
}

@media (max-width: 767px) {
    .news-list .title-meta {
        position: relative;
        margin-top: -80px;
        float: left;
    }
}

.news-list .title-meta .hover-line {
    display: block;
    border-top: 1px solid #fff;
    transition: all 0.6s linear;
    position: relative;
    margin-bottom: 10px;
    font-size: 1em !important;
    text-align: left;
    margin-top: 30px;
    line-height: 50px;
    opacity: 0;
    width: 10px;
    transition: all 500ms ease;
}

    .news-list .title-meta .hover-line::after {
        content: '';
        width: 8px;
        height: 8px;
        background: #fff;
        position: absolute;
        top: 0;
        left: 0;
    }

.news-list h3 {
    font-size: 3em;
    font-family: 'biotifbold';
    text-align: left;
    margin-top: 30px;
    margin-bottom: 0;
}

@media (max-width: 992px) {
    .news-list h3 {
        font-size: 2em;
        line-height: 110%;
        margin-top: 10px;
    }
}

.news-list:hover .hover-line {
    opacity: 1;
    width: 100%;
}

.news-list h2 {
    text-align: left;
}

    .news-list h2 .date {
        display: block;
        text-align: left;
        font-size: 0.3em !important;
    }

.news-list .list:nth-of-type(6n+3) h2 {
    left: 35%;
}

@media (max-width: 767px) {
    .page.contact {
        position: relative;
        margin-top: -120px;
    }
}

.page.contact .container-fluid {
    padding-left: 0;
    padding-right: 0;
}

    .page.contact .container-fluid .col-sm-6 {
        padding-left: 0;
        padding-right: 0;
    }

.page.contact .page-title h1 {
    font-size: 6.875em;
    transform: rotate(90deg);
    margin: 0;
    transform-origin: 0 0%;
    position: absolute;
    left: 25%;
    z-index: 1;
    top: 25%;
    margin-left: 76PX;
}

@media (max-width: 767px) {
    .page.contact .page-title h1 {
        left: 60%;
        top: 110px;
    }
}

.page.contact .map {
    width: 50%;
    height: 100%;
    overflow: hidden;
    position: fixed;
    left: 0;
    top: 0;
}

@media (max-width: 767px) {
    .page.contact .map {
        width: 100%;
        position: relative;
        height: 100vh;
    }
}

.page.contact .map img {
    height: 100vh;
    min-width: 100%;
    object-fit: cover;
}

.page.contact .map .map-address {
    width: 150px;
    position: absolute;
    height: 220px;
    top: auto;
    bottom: 100px;
    margin: auto;
    left: 14%;
}

    .page.contact .map .map-address a {
        color: #fff;
        text-decoration: none !important;
    }

@media (max-width: 767px) {
    .page.contact .map .map-address a:hover, .page.contact .map .map-address a:focus {
        color: #fff;
        opacity: 1;
    }
}

@media (max-width: 992px) {
    .page.contact .map .map-address {
        left: 40px;
    }

        .page.contact .map .map-address p {
            font-size: 1.3em;
        }
}

.page.contact .map .map-address span.pointer {
    width: 50px;
    height: 50px;
    background-size: 100%;
    margin-bottom: 30px;
    display: block;
}

.page.contact .map .get-direction {
    display: block;
    margin-left: 70px;
    position: absolute;
    bottom: 50px;
    z-index: 2;
    width: 50%;
}

@media (max-width: 992px) {
    .page.contact .map .get-direction {
        margin-left: 40px;
    }
}

.page.contact .map .get-direction .direction-line {
    display: block;
    border-top: 1px solid #fff;
    position: relative;
    margin-bottom: 10px;
}

    .page.contact .map .get-direction .direction-line::after {
        content: '';
        width: 8px;
        height: 8px;
        background: #fff;
        position: absolute;
        top: 0;
        left: 0;
    }

.form-content {
    margin-top: 350px;
    max-width: 600px;
}

@media (max-width: 992px) {
    .form-content {
        margin-top: 100px;
    }
}

.form-content .contact-form {
    padding-left: 70px;
}

@media (max-width: 992px) {
    .form-content .contact-form {
        padding-left: 40px;
        padding-right: 40px;
    }
}

.form-content .contact-form .element {
    margin-bottom: 50px;
}

    .form-content .contact-form .element label {
        font-size: 1.5em;
        color: #fff;
    }

        .form-content .contact-form .element label.focus {
            font-size: 1em;
            top: -20px;
        }

    .form-content .contact-form .element .form-control {
        background: transparent;
        border: none;
        box-shadow: none;
        border-bottom: 2px solid #fff;
        font-size: 1.5em;
        color: #fff;
        height: auto;
    }

    .form-content .contact-form .element textarea.form-control {
        min-height: 60px;
    }

    .form-content .contact-form .element .buttons {
        margin: 0;
        padding: 0;
    }

    .form-content .contact-form .element.contact-number-2, .form-content .contact-form .element.email-3 {
        width: 360px;
        max-width: 100%;
    }

.form-content .contact-form .submit.btn {
    border-radius: 1px;
    background-color: #fff;
    text-transform: none;
    font-size: 1em;
    margin-top: 0;
    padding: 30px 49px;
    font-family: 'biotifbold';
}

@media (max-width: 992px) {
    .form-content .contact-form .submit.btn {
        padding: 20px 10px;
    }
}

.form-content .contact-info {
    padding-left: 70px;
    margin-top: 120px;
    float: left;
}

@media (max-width: 992px) {
    .form-content .contact-info {
        padding-left: 40px;
    }
}

.form-content .contact-info ul {
    padding: 0;
}

    .form-content .contact-info ul li {
        display: block;
        margin-bottom: 40px;
        font-size: 1.5em;
    }

        .form-content .contact-info ul li span {
            opacity: 0.5;
            width: 145px;
            display: inline-block;
        }

@media (max-width: 767px) {
    .form-content .contact-info ul li span {
        display: block;
    }
}

.form-content .contact-info ul li a {
    display: inline-block;
    margin-right: 30px;
    color: #fff;
}

.form-content .iso-img {
    padding-left: 70px;
    margin-top: 30px;
    margin-bottom: 80px;
    float: left;
}

@media (max-width: 767px) {
    .form-content .iso-img {
        padding-left: 30px;
    }
}

.form-content .iso-img img {
    width: 150px;
    height: auto;
    -webkit-filter: grayscale(100%);
    /* Safari 6.0 - 9.0 */
    filter: grayscale(100%);
}

#map_canvas {
    width: 100%;
    height: 100%;
    visibility: hidden;
}

@media (max-width: 767px) {
    #map_canvas {
        pointer-events: none;
    }
}

.container-fluid {
    max-width: 1920px;
}

    .container-fluid.full {
        width: 100%;
        max-width: 100%;
    }

.single-page {
    margin-top: 140px;
    padding-bottom: 200px;
    position: relative;
}

@media (max-width: 767px) {
    .single-page {
        margin-top: 0;
        padding-bottom: 100px;
    }
}

.single-page .back-to-history {
    display: inline-block;
    transform: rotate(90deg);
    position: absolute;
    left: 30px;
    top: 60px;
}

@media (max-width: 1024px) {
    .single-page .back-to-history {
        display: none;
    }
}

.single-page .page-title h1 {
    font-size: 6.875em;
    position: relative;
    line-height: 120%;
}

@media (max-width: 992px) {
    .single-page .page-title h1 {
        font-size: 4em;
        line-height: 110%;
    }
}

.single-page .page-title.detail-title {
    padding: 100px 0;
    position: relative;
}

@media (max-width: 767px) {
    .single-page .page-title.detail-title {
        padding: 50px 0;
    }
}

.single-page .page-title.detail-title h1 {
    font-size: 4em;
    line-height: 70px;
    margin: 0;
    max-width: 75%;
}

    .single-page .page-title.detail-title h1 span.sub-heading {
        font-size: 0.8em;
        display: block;
    }

@media (max-width: 992px) {
    .single-page .page-title.detail-title h1 {
        line-height: 110%;
    }
}

@media (max-width: 767px) {
    .single-page .page-title.detail-title h1 {
        font-size: 3.5em;
        line-height: 110%;
        max-width: 100%;
    }
}

.single-page .page-title.detail-title span.date {
    left: 75%;
    position: absolute;
    font-weight: bold;
    margin-top: -20px;
    margin-left: 96px;
}

@media (max-width: 767px) {
    .single-page .page-title.detail-title span.date {
        position: relative;
        margin-left: 0;
    }
}

.single-page .case-info {
    margin-top: 90px;
    margin-bottom: 90px;
    text-align: center;
}

    .single-page .case-info span {
        font-size: 1em;
    }

@media (max-width: 767px) {
    .single-page .case-info {
        margin-top: 50px;
    }
}

.single-page .banner img {
    object-fit: cover;
    min-width: 100%;
}

.single-page .case-description {
    margin: 180px 70px;
}

@media (max-width: 767px) {
    .single-page .case-description {
        margin: 90px 0;
        text-align: left;
    }
}

@media (max-width: 767px) {
    .single-page .case-description .row {
        margin-left: 0;
        margin-right: 0;
    }
}

.single-page .case-description p {
    font-size: 1.5em;
    line-height: 35px;
}

.single-page .case-description .col-sm-6 {
    padding-left: 0;
    padding-right: 0;
}

@media (max-width: 767px) {
    .single-page .case-description .col-sm-6 {
        text-align: left;
        margin-bottom: 30px;
    }
}

.single-page .case-description ul {
    padding: 0;
    margin-top: 20px;
}

    .single-page .case-description ul li {
        display: flex;
        line-height: 30px;
        margin-bottom: 15px;
    }

        .single-page .case-description ul li span.txt {
            opacity: 0.5;
            min-width: 85px;
            display: inline-block;
        }

            .single-page .case-description ul li span.txt + span {
                display: inline-block;
                width: calc(100% - 100px);
            }

.detail-gallery-container {
    position: relative;
}

    .detail-gallery-container .item img {
        display: block;
        width: 100%;
        height: auto;
        object-fit: cover;
    }

    .detail-gallery-container .slider-controls {
        width: 500px;
        max-width: 100%;
        height: 100px;
        background-color: #0E0E0E;
        position: absolute;
        right: 0;
        bottom: 0;
        z-index: 10;
        display: flex;
        align-items: center;
    }

@media (max-width: 767px) {
    .detail-gallery-container .slider-controls {
        position: relative;
        width: 100%;
    }
}

.detail-gallery-container .slider-controls .owl-nav {
    margin-left: 40px;
    margin-right: 40px;
}

    .detail-gallery-container .slider-controls .owl-nav div {
        width: 12px;
        height: 25px;
        text-indent: -9999px;
        cursor: pointer;
        display: inline-block;
    }

    .detail-gallery-container .slider-controls .owl-nav .owl-prev {
        background: url(../images/prev-arrow.png) no-repeat;
        background-size: 100%;
    }

    .detail-gallery-container .slider-controls .owl-nav .owl-next {
        background: url(../images/arrow-next.png) no-repeat;
        background-size: 100%;
        margin-left: 35px;
    }

.detail-gallery-container .slider-controls .slide-num {
    font-size: 4em;
    font-family: 'biotifbold';
    line-height: 100%;
    position: relative;
    top: -3px;
}

.detail-gallery-container .slider-controls .slide-progress-container {
    width: 50%;
    height: 3px;
    position: absolute;
    right: 0;
    background-color: #313131;
}

.detail-gallery-container .slider-controls .slide-progress {
    position: absolute;
    width: 0;
    max-width: 100%;
    height: 3px;
    background: #fff;
}

.additional-description {
    margin: 200px 0;
}

@media (max-width: 767px) {
    .additional-description {
        margin: 100px 0;
    }
}

.additional-description .col {
    padding-left: 0;
    padding-right: 0;
}

    .additional-description .col img {
        max-width: 100%;
    }

    .additional-description .col.col-1 {
        margin-bottom: -76px;
        z-index: 10;
    }

        .additional-description .col.col-1 p {
            font-size: 1.5em;
            line-height: 36px;
        }

.testimonial blockquote {
    position: relative;
    padding: 100px 0 60px;
    border: 0;
    width: 75%;
    margin: auto;
}

@media (max-width: 992px) {
    .testimonial blockquote {
        padding: 90px 0 0;
    }
}

.testimonial blockquote::before {
    content: '';
    background: url(../images/quote.svg) no-repeat;
    width: 62px;
    height: 65px;
    position: absolute;
    top: 0;
    left: 0;
}

.testimonial blockquote::after {
    content: '';
    background: url(../images/quote.svg) no-repeat;
    width: 62px;
    height: 65px;
    position: absolute;
    bottom: 0;
    right: 0;
    transform: rotate(180deg);
}

@media (max-width: 992px) {
    .testimonial blockquote::after {
        bottom: -70px;
    }
}

.testimonial blockquote p {
    font-size: 1.50em;
    line-height: 36px;
    margin-bottom: 20px;
}

.testimonial blockquote .author {
    display: inline-block;
    float: right;
    position: relative;
    text-align: right;
    right: 100px;
    top: 75px;
}

    .testimonial blockquote .author::before {
        content: '';
        margin-right: 20px;
        width: 50%;
        position: absolute;
        height: 1px;
        background: #fff;
        right: 100%;
        top: 0;
        bottom: 0;
        margin: auto;
        margin-right: 15px;
    }

.next-nav {
    margin-top: 100px;
    position: relative;
}

    .next-nav a {
        position: absolute;
        font-size: 2.250em;
        text-decoration: none;
        left: 0;
        right: 0;
        bottom: 0;
        top: 0;
        margin: auto;
        height: 54px;
        width: 118px;
    }

.news-description {
    padding: 120px 0;
}

    .news-description .col-md-6 {
        padding-left: 0;
        padding-right: 0;
    }

    .news-description p {
        font-size: 1.5em;
        line-height: 36px;
        margin-bottom: 25px;
    }

    .news-description img {
        max-width: 100%;
        height: auto;
    }

.additional-image .image-block {
    padding-left: 0;
    padding-right: 0;
}

.more-news {
    position: relative;
}

    .more-news .heading {
        line-height: 75%;
    }

    .more-news .container-fluid {
        margin-top: -140px;
    }

    .more-news .title-meta {
        position: absolute;
        width: 72%;
        top: 73%;
        z-index: 1;
        margin-left: 50px;
        font-family: 'biotifbold';
    }

        .more-news .title-meta h4 {
            font-family: 'biotifbold';
            font-size: 3em;
            line-height: 48px;
            letter-spacing: -2px;
        }

            .more-news .title-meta h4 span.sub-heading {
                display: block;
                font-size: 0.8em;
            }

@media (max-width: 992px) {
    .more-news .title-meta h4 {
        font-size: 2em;
        line-height: 110%;
    }
}

.more-news .more-news-list {
    position: relative;
}

    .more-news .more-news-list .list {
        padding-left: 0;
        padding-right: 0;
    }

    .more-news .more-news-list img {
        width: 100%;
        height: 360px;
        object-fit: cover;
    }

@media (max-width: 992px) {
    .more-news .more-news-list img {
        min-height: auto;
    }
}

.more-news .section-title {
    width: 100%;
    overflow: hidden;
}

.additional-image.aos-init {
    position: relative;
}

    .additional-image.aos-init .image-block::before {
        content: '';
        background: #000;
        width: 100%;
        height: 100%;
        left: 0;
        top: 0;
        transition: all 1500ms linear;
        position: absolute;
        z-index: 100;
        transform: scale(1, 1);
        transform-origin: 50% 0%;
    }

    .additional-image.aos-init.aos-animate .image-block::before {
        content: '';
        transform: scale(1, 0);
    }

.gallery.aos-init {
    position: relative;
}

    .gallery.aos-init::before {
        content: '';
        background: #000;
        width: 100%;
        height: 100%;
        left: 0;
        top: 0;
        transition: all 1500ms linear;
        position: absolute;
        z-index: 100;
        transform: scale(1, 1);
        transform-origin: 50% 0%;
    }

    .gallery.aos-init.aos-animate::before {
        content: '';
        transform: scale(1, 0);
    }

.award-winner {
    font-size: 0.16em;
    line-height: 100%;
    display: block;
    margin-left: 8px;
}

.owl-next.disabled {
    opacity: 0.3;
    cursor: default !important;
}

.owl-prev.disabled {
    cursor: default !important;
    opacity: 0.3;
}

.top-mask {
    background: #0E0E0E;
    width: 100%;
    height: 150px;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 100;
    transform-origin: 100% 0%;
    transition: all 200ms linear;
}

@media (max-device-width: 1366px) {
    .top-mask {
        display: none;
    }
}

.bottom-mask {
    background: #0E0E0E;
    width: 100%;
    height: 150px;
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 100;
    transform-origin: 100% 0%;
    transition: all 200ms linear;
}

@media (max-device-width: 1366px) {
    .bottom-mask {
        display: none;
    }
}

body.custom-mouse .dot-cursor {
    display: block;
}

.dot-cursor {
    top: -20px;
    left: -20px;
    pointer-events: none;
    width: .55556em;
    height: .55556em;
    display: none;
    position: fixed;
    border-radius: 50%;
    z-index: 99999;
    background-color: #0072A0;
    will-change: left, top;
}

    .dot-cursor:before {
        top: -2.5em;
        left: -2.5em;
        content: '';
        width: 5.55556em;
        height: 5.55556em;
        opacity: 0.4;
        border-radius: 50%;
        position: absolute;
        background-color: #0072A0;
        -webkit-transition: all 1s cubic-bezier(0.175, 0.885, 0.32, 1.275);
        -moz-transition: all 1s cubic-bezier(0.175, 0.885, 0.32, 1.275);
        -ms-transition: all 1s cubic-bezier(0.175, 0.885, 0.32, 1.275);
        -o-transition: all 1s cubic-bezier(0.175, 0.885, 0.32, 1.275);
        transition: all 1s cubic-bezier(0.175, 0.885, 0.32, 1.275);
        -webkit-transform: scale(0);
        -moz-transform: scale(0);
        -ms-transform: scale(0);
        -o-transform: scale(0);
        transform: scale(0);
        z-index: -1;
    }

.dot-cursor__active:before {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
}

@keyframes cursor {
    0% {
        transform: scale(0.8);
    }

    100% {
        transform: scale(1.2);
    }
}

.no-support {
    background-color: #ff0000;
    position: fixed;
    left: 0;
    bottom: 0;
    z-index: 999;
    color: #ffffff;
    font-size: 1.2em;
    line-height: 1.2em;
    width: 100%;
    height: auto;
    padding: 10px;
}

    .no-support a {
        color: #ffffff;
        text-decoration: underline;
    }

body {

    font-size: 16px;
  
    color: #fff;
}

@media (max-width: 1024px) and (min-width: 600px) {
    body {
        font-size: 14px;
    }
}

@media (max-width: 600px) {
    body {
        font-size: 13px;
    }
}

body.about-page {
    background: #000;
}

/* mobile menu */
.mobile-menu {
    cursor: pointer;
    float: right;
    height: 32px;
    width: 32px;
    -webkit-transition: left 0.6s ease;
    -moz-transition: left 0.6s ease;
    -ms-transition: left 0.6s ease;
    -o-transition: left 0.6s ease;
    transition: left 0.6s ease;
}

    .mobile-menu:hover .nav-icon, .mobile-menu:hover .nav-icon::before, .mobile-menu:hover .nav-icon::after {
        background: #5D5D5D;
    }

    .mobile-menu.active:hover .nav-icon::before, .mobile-menu.active:hover .nav-icon::after {
        background: #5D5D5D;
    }

    .mobile-menu.active .nav-icon {
        -webkit-transition: background 0.6s ease;
        -moz-transition: background 0.6s ease;
        -ms-transition: background 0.6s ease;
        -o-transition: background 0.6s ease;
        transition: background 0.6s ease;
        background: transparent;
    }

        .mobile-menu.active .nav-icon::before, .mobile-menu.active .nav-icon::after {
            top: 0;
            -webkit-transition: transform 0.3s ease;
            -moz-transition: transform 0.3s ease;
            -ms-transition: transform 0.3s ease;
            -o-transition: transform 0.3s ease;
            transition: transform 0.3s ease;
        }

        .mobile-menu.active .nav-icon::before {
            -webkit-transform: rotate3d(0, 0, 1, 45deg);
            -moz-transform: rotate3d(0, 0, 1, 45deg);
            -ms-transform: rotate3d(0, 0, 1, 45deg);
            -o-transform: rotate3d(0, 0, 1, 45deg);
            transform: rotate3d(0, 0, 1, 45deg);
        }

        .mobile-menu.active .nav-icon::after {
            -webkit-transform: rotate3d(0, 0, 1, -45deg);
            -moz-transform: rotate3d(0, 0, 1, -45deg);
            -ms-transform: rotate3d(0, 0, 1, -45deg);
            -o-transform: rotate3d(0, 0, 1, -45deg);
            transform: rotate3d(0, 0, 1, -45deg);
        }

a:hover {
    color: #fff;
    text-decoration: none;
    opacity: 0.6;
    transition: all 500ms ease;
}

.nav-icon, .nav-icon::before, .nav-icon::after {
    background: #B9814D;
    display: inline-block;
    width: 100%;
    height: 4px;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.nav-icon {
    position: relative;
}

    .nav-icon::before, .nav-icon::after {
        position: absolute;
        left: 0;
        content: '';
        transform-origin: 50% 50% 0;
        -webkit-transform-origin: 50% 50% 0;
        -moz-transform-origin: 50% 50% 0;
    }

    .nav-icon::before {
        top: 10px;
    }

    .nav-icon::after {
        top: -10px;
    }

h1 {
    font-size: 130px;
    font-family: 'biotifbold';
    font-weight: normal;
    color: #fff;
}

    h1 span {
        display: block;
    }

p {
    text-align: justify;
}

.not-found {
    display: flex;
    align-items: center;
    justify-content: center;
    height: calc(100vh - 150px);
}

    .not-found .page-title {
        text-align: center;
    }

        .not-found .page-title h1 {
            font-size: 8.875em;
            line-height: 100%;
        }

    .not-found p {
        font-size: 2em;
        text-align: center !important;
    }

/*# sourceMappingURL=style.css.map */
