﻿

@keyframes move {
    0% {
        transform: translateY(0)
    }

    50% {
        transform: translateY(22px)
    }

    100% {
        transform: translateY(0)
    }
}

@keyframes rotate-in {
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
        opacity: 1
    }
}

@keyframes burger-animation-1 {
    0% {
        width: 100%
    }

    50% {
        width: 60%
    }

    100% {
        width: 100%
    }
}

@keyframes burger-animation-2 {
    0% {
        width: 100%
    }

    50% {
        width: 60%
    }

    100% {
        width: 100%
    }
}

@keyframes burger-animation-3 {
    0% {
        width: 52px
    }

    50% {
        width: 20px
    }

    100% {
        width: 52px
    }
}

html, body {
    max-width: 100%!important;
    overflow-x: hidden!important;
}

body {
    font-family: 'Barlow', sans-serif;
    font-size: 17px;
    line-height: 2;
    font-weight: 200;
    right: 0;
    left: 0;
    color: #fff;
    background-color: #0d1e2d;
    text-rendering: geometricPrecision;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    -moz-text-size-adjust: none;
    -ms-text-size-adjust: none;
    -webkit-text-size-adjust: none;
}

strong,b{font-weight:600; color:white;}

h1, h2, h3, h4, h5, h6 {
    text-transform: uppercase;
    font-weight: 200;
    text-align: center;
    font-family: 'conthraxregular';
    z-index:1;
}
h1 {
    position: relative; display:inline; clear:both; margin-bottom:20px;
}

.tr {
    text-align: center;    
}

h1.shadow:before {
        font-size: 40px;
        font-weight: 600;
        margin-bottom: 50px;
        width: 100%;
        height: 26px;
        content: "";
        position: absolute;
        left: -15px;
        bottom: -60px;
        text-align: left;
        z-index: -1;
        display: block;
        background-color: rgba(0,0,0,0.5);
    }

/*@media(min-width:992px) {
    h1.shadow:before {
        font-size: 40px;
        font-weight: 600;
        margin-bottom: 50px;
        width: 100%;
        height: 26px;
        content: "";
        position: absolute;
        left: -15px;
        bottom: -60px;
        text-align: left;
        z-index: -1;
        display: block;
        background-color: rgba(0,0,0,0.5);
    }
}*/
        h2 {
    margin-bottom: 40px;
    padding-top: 30px;
}


.navbar-toggle {
    width: 52px;
}

.navbar-toggle .icon-bar {
    background-color: #fff;
    width: 45px;
    height: 2px;
    transition: all 0.3s ease-in-out;
}


.navbar-toggle {
    display: block;
    left: 255px;
    top: 50px;
    width: 52px;
    margin: 0;
    background-color: transparent;
    border: 0;
    padding: 0;
}


        .navbar-toggle .icon-bar + .icon-bar {
            margin-top: 12px;
        }
    .navbar-toggle > .icon-bar:nth-child(2) {
        animation: burger-animation-3 0.8s cubic-bezier(0.34,0.67,0.17,0.95) infinite;
        animation-play-state: paused; width: 52px
    }

    .navbar-toggle > .icon-bar:nth-child(3) {
        animation: burger-animation-2 0.8s cubic-bezier(0.34,0.67,0.17,0.95) infinite;
        animation-play-state: paused;
        animation-delay: 0.2s; width: 52px
    }

    .navbar-toggle > .icon-bar:last-child {
        animation: burger-animation-1 0.8s cubic-bezier(0.34,0.67,0.17,0.95) infinite;
        animation-play-state: paused;
        animation-delay: 0.5s;
        width: 32px
    }

    .navbar-toggle:hover > .icon-bar {
        background-color: #00797c!important;
    }
            .navbar.navbar-default .navbar-toggle > .icon-bar + .icon-bar {
                margin-top: 13px
            }


.navbar-toggle:hover > .icon-bar:nth-child(2) {
    animation-play-state: running
}

        .navbar-toggle:hover > .icon-bar:nth-child(3) {
            animation-play-state: running
        }

    .navbar-toggle:hover > .icon-bar:last-child {
        animation-play-state: running
    }

.nav .open > a, .nav .open > a:hover, .nav .open > a:focus {
    background-color: transparent;
    border-color: transparent
}


#navbar {
    height: 100vh !important;
    position: fixed;
    z-index: 9999999;
    width: 533px;
    transform: translateX(-100%);
    background-color: rgba(15, 30, 45, 0.95);
    transition: 0.8s cubic-bezier(0.34,0.67,0.17,0.95);
}

    #navbar .close {
        opacity: 1;
        width: 60px;
        height: 60px;
        margin: 18px 0 0 195px;
        display: block;
        float: none;
        position: relative;
        transform: rotateZ(0deg);
        transition: 0.5s;
    }

        #navbar .close:hover {
            transform: rotateZ(180deg);
            transition:0.5s;
        }
        #navbar.collapsing .close {
            transform:  rotateX(90deg);
            transition: 0.5s;
        }

        #navbar.active.in {
            transform: translateX(0);
            transition: 0.5s ease-in-out;
        }

        #navbar.active .plus {
            position: absolute;
            right: 0;
            left: 0
        }

            #navbar.active .plus:before {
                content: "";
                width: 60px;
                height: 2px;
                background-color: #da001a;
                display: block;
                -webkit-transform: rotate(-45deg);
                transform: rotate(-45deg)
            }

            #navbar.active .plus:after {
                content: "";
                width: 60px;
                height: 2px;
                background-color: #da001a;
                display: block;
                margin-top: -1px;
                -webkit-transform: rotate(45deg);
                transform: rotate(45deg)
            }

    #navbar .main-sub-menu {
        padding-left: 50px;
        padding-top: 30px;
        text-align: center;
        list-style: none
    }

        #navbar .main-sub-menu a {
            text-transform: uppercase;
            font-size: 14px
        }

            #navbar .main-sub-menu a:hover {
                color: #da001a;
            }

.main-menu {
    padding-top: 85px;
    padding-left: 180px;
    width: 515px;
    z-index: 700;
    font-family: 'conthraxregular';
}

    .main-menu > li {
        display: block;
        float: none;
        position: static
    }

        .main-menu > li > a {
            position: static;
            display: block;
            color: #ddd;
            font-size: 20px;
            text-transform: uppercase;
            font-style: normal;
            letter-spacing: 0.05em;
            margin-bottom: 0px;
        }

            .main-menu > li > a > .link-title {
                min-width: 190px;
                display: inline-block
            }

            .main-menu > li > a:hover, .main-menu > li > a:focus {
                background-color: transparent;
                color: white
            }

            .main-menu > li > a:hover {
                color: #f1b300;                
            }

                .main-menu > li > a:hover.dropdown-toggle > .arrow {
                    opacity: 1;
                    transform: translateX(0)
                }

            .main-menu > li > a.dropdown-toggle > .arrow {
                margin-top: -8px;
                margin-left: 45px;
                opacity: 0;
                transform: translateX(-100%);
            }

        .main-menu > li.smaller > a {
            font-size: 18px;
            margin-bottom: 0
        }

        .main-menu > li .dropdown-menu {
            padding-top: 222px;
            padding-left: 25px;
            height: 100%;
            top: 0;
            left: 532px;
            transform: translateX(-100%) scale(1,1);
            transition: 1s;
            z-index: 600;
            pointer-events: none;
            width: 400px;
            font-family: 'conthraxlight';
        }

            .main-menu > li .dropdown-menu > li > a {
                font-size: 15px;
                text-transform: uppercase;
                margin-bottom: 15px;
                font-weight: 200;
                background-color: transparent !important;
                color: white;
            }

                .main-menu > li .dropdown-menu  li > a:hover, .main-menu > li .dropdown-menu  li > a:focus {
                    color: #f1b300!important;
                    font-weight:400;

                }

            .main-menu > li .dropdown-menu > li.active > a {
                color: #00797c !important
            }

        .main-menu > li.open > .dropdown-menu {
            transform: translateX(0);
            opacity: 1;
            pointer-events: auto;
            /*padding-top:160px;*/
            transition:none;
        }

        .main-menu > li.open > a:focus, .main-menu > li.open > a, .main-menu > li.open > a:active {
            color: #00797c !important;
            background-color: transparent;
            font-weight: 400;
        }

            .main-menu > li.open > a:focus.dropdown-toggle > .arrow, .main-menu > li.open > a.dropdown-toggle > .arrow, .main-menu > li.open > a:active.dropdown-toggle > .arrow {
                opacity: 1;
                transform: translateX(0);

            }

            @media(min-width:768px){

                .main-menu > li:hover  .dropdown-menu {
                    transform: translateX(0);
                    opacity: 1;
                    pointer-events: auto;
                    /*padding-top: 160px;*/
                    transition: none;
                    display:block;
                }

                /*.main-menu > li:hover > a:focus, .main-menu > li:hover > a, .main-menu > li:hover > a:active {
                    color: #00797c !important;
                    background-color: transparent;
                    font-weight: 400;
                }

                    .main-menu > li:hover > a:focus.dropdown-toggle > .arrow, .main-menu > li:hover > a.dropdown-toggle > .arrow, .main-menu > li.open > a:active.dropdown-toggle > .arrow {
                        opacity: 1;
                        transform: translateX(0)
                    }*/
            }


.dropdown-menu {
    background-color: rgba(15, 30, 45, 0.85);
}

.social-menu {
    padding-left: 185px
}

    .social-menu li {
        display: inline-block;
        margin-top: 15px;
        margin-right: 10px;
        width: 48px;
        height: 48px;
        border: 3px solid #fff;
        border-radius: 50%;
        text-align: center;
        line-height: 50px;
        transition: all 0.6s ease-in-out;
        width: 46px;
        height: 46px;
        line-height: 40px;
        margin-right: 10px;
    }

        .social-menu li a {
            color: #fff;
            padding: 0 8px;
            font-size: 24px;
            line-height: 0;
            transition: all 0.6s ease-in-out;
            display: inline-block;
            font-size: 17px;
        }

            .social-menu li a .link-title {
                display: none
            }

        .social-menu li:last-child {
            margin-right: 0
        }

        .social-menu li:hover {
            border-color: #f1b300;
        }

            .social-menu li:hover a {
                color: #f1b300;
            }

.navmenu-fixed-right {
    left: auto !important
}

.modal-header {
    padding: 15px 15px 0 15px;
}

.modal-body button.close {
    font-size: 36px;
    padding: 15px 20px;
    margin: 0 !important;
    position: absolute;
    right: 20px;
    top: 40px;
}

.modal-content {
        background-color: transparent !important;
}

 .mobile-banner {
        display: none;
    }
.main-menu > li > a {
    font-size: 19px;
    padding-top: 7px;
    padding-bottom: 7px;
    line-height: 22px;
}

    @media (max-width:991px) {
        .sidebar {
            margin-top: 40px
        }
    }

    @media(max-width:1400px) {
        .main-menu > li > a {
            font-size: 17px;
            margin-bottom: 0px;
            line-height: 16px;
        }
    }

    #header .navbar-brand {
        margin-left: 50px
    }

    #header .quick-icons {
        margin-right: 100px
    }

    /*#navbar .close {
        margin-top: 50px
    }*/

    .navbar.navbar-default .navbar-toggle {
        left: 160px
    }

    .main-menu {
        padding-top: 20px
    }


    body #site {
        overflow: hidden !important
    }

    /*#navbar .close {
        margin-top: 30px;
        margin-left: 30px;
        width: 40px;
        height: 40px
    }*/

    /*#navbar.active .plus:before, #navbar.active .plus:after {
        width: 40px
    }*/

    /*#navbar .main-sub-menu {
        max-width: 300px;
        padding-top: 20px
    }

    .main-menu {
        padding-top: 30px;
        padding-left: 20px
    }

        .main-menu > li .dropdown-menu {
            padding-top: 30px
        }


    .social-menu {
        padding-left: 30px
    }

        .social-menu li {
            margin-top: 20px
        }*/


@media (max-width:991px) {

    #navbar {
        width: 440px
    }

        #navbar .close {
            margin-left: 15px
        }

        #navbar .main-sub-menu {
            display: none
        }
}

@media (max-width:767px) {

     .mobile-banner {
        display: block;
    }

      .desktop-banner {
        display: none;
    }
    
    .modal-body button.close {  
        top: 10px;
    }

    
.modal-body {
    top: 40px;
}

    #navbar {
        width: 100%;
        overflow-x: hidden;
        overflow-y: auto !important;
    }

        #navbar .close {
            margin-left: 20px;
            margin-top: 20px
        }

    #header .navbar-brand {
        margin-top: 20px;
        margin-left: 30px
    }

    .navbar.navbar-default .navbar-toggle {
        top: 35px;
        left: auto;
        right: 30px
    }
    h1.shadow:before {
        margin-bottom: 45px;
        height: 5px;
    }
}
.mesh-container {
    position: absolute;
    z-index: 8000;
    top: auto;
    bottom: 50px;
    left: 0;
    right: 0;
    margin: auto;
    width: 60px;
}
#scroll-down img {
    height: auto;
    max-width: 100%;
    border: none;
    -webkit-border-radius: 0;
    border-radius: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    animation-name: move;
    transition: all 0.3s ease-in-out;
    animation-iteration-count: infinite;
    animation-duration: 1.5s;
    animation-timing-function: linear;
}
#header .navbar-toggle {
    right: auto;
    left: calc(100vw - 125px) !important;
    transition: all 0.6s ease;
}


@media (max-width: 991px) {
    #header .navbar-toggle {
        top: 50px !important;
        left: calc(100vw - 100px) !important;
    }
}
/*@media (max-width: 767px) {
    #header .navbar-toggle {
        top: 45px !important;
        left: auto !important;
        right: 30px !important;
    }
}*/
#header {
    position: absolute;
    left: 0;
    right: 0;
    z-index: 1000;
}


    #header .quick-icons {
        margin-top: 100px;
        text-align: right;
        margin-right: 190px;
        position: relative;
        z-index: 9
    }

        #header .quick-icons li + li a {
            top: -10px
        }

            #header .quick-icons li + li a:before {
                top: 42px;
                right: -10px
            }

            #header .quick-icons li + li a:after {
                top: 27px;
                right: -10px
            }

        #header .quick-icons li + li img {
            width: 50px
        }

        #header .quick-icons a {
            position: relative
        }


        #header .quick-icons img {
            width: 45px;
            height: 45px;
            margin-left: 40px
        }

body.home #header .quick-icons, body.content-page #header .quick-icons {
    position: absolute;
    z-index: 9;
    top: calc(100vh - 90px);
    right: 90px;
    margin-top: 0;
    margin-right: 0;
    transition: all 0.6s ease;
    position: fixed;
    cursor: pointer;
}
body.home:not(.fp-viewing-0-9990) #header .quick-icons, body.content-page #header .quick-icons {
    top: 40px;
    /*color: #0d1e2d;*/
}
    .quick-icons-dark {
        display:none;
    }
body.home.fp-viewing-0-0 .quick-icons-dark {   
    display: block;
}
body.home.fp-viewing-0-0 .quick-icons-light {
    display: none;
}  

/*#header .quick-icons a:before, #header .quick-icons a:after {
    content: '';
    position: absolute;
    bottom: auto;
    right: 0;
    background-color: #ddd;
}

#header .quick-icons a:before {
    width: 20px;
    height: 2px;
    top: 32px;
    right: -15px
}*/



.flyout {
    background-color: rgba(15,30,45,0.95);
    position: fixed;
    top: 0;
    height: 100%;
    width: 50%;
    min-width: 400px;
    z-index: 9999;
    padding-bottom: 10vh;
    padding-top: 25vh;
    padding-right: 9vw;
    padding-left: 9vw;
    transition: transform 1.5s cubic-bezier(0.34,0.67,0.17,0.95)
}

    .flyout.slide-in.slide-in-right {
        transform: translateX(100%);
        right: 0;
        left: auto;
        transition: transform 0.8s cubic-bezier(0.34,0.67,0.17,0.95)
    }

        .flyout.slide-in.slide-in-right.active {
            transform: translateX(0)
        }

    .flyout .flyout-close {
        top: 145px;
        right: 175px;
        width: 60px;
        height: 60px;
        opacity: 1;
        position: absolute;
        background-color: transparent;
        border: 0;
        transition: all 0.3s ease-in-out;
        transform: rotateZ(0deg);
        transition: 0.5s;
    }

        .flyout .flyout-close:hover {
            transform: rotateZ(180deg);
            transition: 0.5s;
        }


    .flyout .plus {
        position: absolute;
        right: 0;
        left: 0
    }

        .flyout .plus:before {
            content: "";
            width: 60px;
            height: 2px;
            background-color: #da001a;
            display: block;
            -webkit-transform: rotate(-45deg);
            transform: rotate(-45deg)
        }

        .flyout .plus:after {
            content: "";
            width: 60px;
            height: 2px;
            background-color: #da001a;
            display: block;
            margin-top: -1px;
            -webkit-transform: rotate(45deg);
            transform: rotate(45deg)
        }

    .flyout > div {
        max-width: 600px
    }

    .flyout.flyout-news h4 {
        color: #d4d7dc;
        margin-bottom: 5px
    }

    a.item-news-btn {
        font-size: 16px;
        font-weight: 600;
        color: #f1b300;
        text-transform: uppercase;
        letter-spacing: 0.4em
    }

        .flyout.flyout-news a:hover {
            color: #ddd
        }

     p.item-news-date {
        font-size: 14px;
        color:white;
        /*color: #f1b300;*/
        letter-spacing: 0.4em;
        font-weight: 600;
        text-transform: uppercase;
        margin-bottom: 15px
    }

     p.item-news-content {
        font-size: 16px;
        font-style: italic;
        color: #a7a3a3
    }

    .flyout.flyout-news hr {
        width: 135px;
        margin: 0;
        border-top-color: #f1b300;
        margin-top: 15px;
        margin-bottom: 60px
    }

    .flyout.flyout-contact {
        z-index: 9999
    }

        .flyout.flyout-contact h3 {
            font-size: 42px;
            text-transform: none;
            color: #f1b300;
            font-style: italic;
            margin-bottom: 0
        }

        .flyout.flyout-contact h4 {
            font-size: 24px;
            text-transform: none;
            color: #d4d7dc
        }

        .flyout.flyout-contact .title {
            margin-top: 50px;
            margin-bottom: 40px
        }

        .flyout.flyout-contact p {
            font-size: 16px;
            color: #a7a3a3
        }

        .flyout.flyout-contact .contact-row {
            padding-left: 0
        }

            .flyout.flyout-contact .contact-row label {
                color: #a7a3a3;
                margin-bottom: 0
            }

            .flyout.flyout-contact .contact-row textarea {
                height: 0;
                min-height: 8vh
            }

            .flyout.flyout-contact .contact-row .form-control {
                padding-left: 0
            }

                .flyout.flyout-contact .contact-row .form-control:focus {
                    border-bottom: 1px solid #d4d7dc
                }

                .flyout.flyout-contact .contact-row .form-control::-webkit-input-placeholder {
                    color: #a7a3a3 !important
                }

                .flyout.flyout-contact .contact-row .form-control::-moz-placeholder {
                    color: #a7a3a3 !important
                }

                .flyout.flyout-contact .contact-row .form-control:-moz-placeholder {
                    color: #a7a3a3 !important
                }

                .flyout.flyout-contact .contact-row .form-control:-ms-input-placeholder {
                    color: #a7a3a3 !important
                }

            .flyout.flyout-contact .contact-row .checkbox {
                line-height: 1.6;
                font-size: 12px;
                color: #a7a3a3
            }

                .flyout.flyout-contact .contact-row .checkbox a {
                    margin-left: 0;
                    color: #a7a3a3
                }

                    .flyout.flyout-contact .contact-row .checkbox a:hover {
                        color: #f1b300
                    }

                .flyout.flyout-contact .contact-row .checkbox input[type="checkbox"]:checked + strong:before {
                    background-color: #a7a3a3
                }

                .flyout.flyout-contact .contact-row .checkbox input[type="checkbox"]:checked + strong:after {
                    top: 5px;
                    left: 4px
                }

                .flyout.flyout-contact .contact-row .checkbox strong:before {
                    border: 2px solid #a7a3a3
                }

            .flyout.flyout-contact .contact-row .send .btn-primary {
                color: #f1b300;
                margin-top: 0
            }

                .flyout.flyout-contact .contact-row .send .btn-primary:hover {
                    color: #d4d7dc
                }

            .flyout.flyout-contact .contact-row .help-block {
                margin-bottom: 0;
                line-height: 1.3
            }

        .flyout.flyout-contact .alert {
            position: absolute;
            top: 50px;
            width: 100%;
            left: 0;
            text-align: center;
            padding: 10px
        }



@media (max-width:1499px) {
    #header .navbar-brand {
        margin-left: 50px
    }

    #header .quick-icons {
        margin-right: 100px
    }

    #navbar .close {
        margin-top: 30px
    }

    .navbar.navbar-default .navbar-toggle {
        left: 160px
    }

    .main-menu {
        padding-top: 6px
    }

        .main-menu > li .dropdown-menu {
            padding-top: 160px;
        }

    .container-sidemenu {
        top: 40vh
    }

    .modal.modal-full .modal-dialog .modal-body .container-fluid {
        padding-left: 70px;
        padding-right: 70px
    }

        .modal.modal-full .modal-dialog .modal-body .container-fluid .reference-content img {
            width: 100%;
            height: auto
        }

    .flyout .flyout-close {
        top: 75px;
        right: 30px
    }

    .flyout.flyout-contact {
        padding-top: 100px
    }

    .grid .grid-item .grid-content {
        padding: 30px
    }

    .grid .grid-item .grid-inner {
        padding-left: 10%
    }
}

@media (max-width:1199px) {
    body #site {
        overflow: hidden !important
    }

    #navbar .close {
        margin-top: 30px;
        margin-left: 95px;
        width: 40px;
        height: 40px
    }

    #navbar.active .plus:before, #navbar.active .plus:after {
        width: 40px
    }

    #navbar .main-sub-menu {
        max-width: 300px;
        padding-top: 20px
    }

    .main-menu {
        padding-top: 25px;
        padding-left: 80px
    }

        .main-menu > li .dropdown-menu {
            padding-top: 110px
        }

    .social-menu {
        padding-left: 85px
    }

        .social-menu li {
            margin-top: 20px
        }

    .site-box > .elementor-container {
        padding-left: 40px;
        padding-right: 110px
    }

    .site-box .overlap-column .elementor-widget-heading.elementor-widget-heading h2.elementor-heading-title {
        margin-left: -65px
    }

    .site-box .overlap-column .elementor-widget-image, .site-box .overlap-column .elementor-button, .site-box .overlap-column .elementor-widget-emage_hover_effects {
        margin-left: -80px
    }

        .site-box .overlap-column .elementor-widget-image img, .site-box .overlap-column .elementor-button img, .site-box .overlap-column .elementor-widget-emage_hover_effects img {
            max-width: 320px !important
        }

    .flyout {
        padding-top: 15vh;
        padding-right: 5vw;
        padding-left: 5vw
    }

        .flyout .flyout-close {
            top: 20px;
            width: 50px;
            height: 50px
        }

        .flyout .plus:before, .flyout .plus:after {
            width: 50px
        }

        .flyout.flyout-contact {
            padding-top: 90px
        }

            .flyout.flyout-contact h3 {
                font-size: 32px
            }

            .flyout.flyout-contact .title {
                margin-top: 30px;
                margin-bottom: 20px
            }

            .flyout.flyout-contact .alert {
                top: 70px
            }

        .flyout .contact-row label textarea {
            padding-bottom: 5px
        }

    .page.home #header .logo > svg {
        width: 200px
    }

    .page.home .mesh-container {
        top: 55%
    }

    .page.home h2.elementor-headline.elementor-headline-animation-type-typing, .page.home .elementor-widget-heading h2.elementor-heading-title {
        font-size: 50px
    }

    .page.home .elementor-widget-heading h3.elementor-heading-title {
        font-size: 40px
    }

    .page.home.scrolled #header .navbar-brand {
        margin-top: 50px
    }

    .page.home.scrolled #header .navbar-toggle, .page.home.scrolled #header .quick-icons {
        /*top: 55px;*/
        left: 135px !important;
        left: 60px !important;
    }

    .page.home .flyout.no-more {
        display: none
    }

    .grid .grid-item .grid-inner .grid-subtitle {
        right: 20px;
        bottom: 20px;
        line-height: 1.5;
        font-size: 16px;
        padding-left: 10px
    }

    .grid .grid-item .grid-inner .plus:before, .grid .grid-item .grid-inner .plus:after {
        width: 65px
    }

    .section-work p {
        padding-right: 100px
    }

    .alert.alert-cookie {
        width: 100%;
        padding-left: 50px;
        padding-right: 50px;
        bottom: 0
    }

        .alert.alert-cookie .close {
            position: relative;
            top: 5px
        }

    .container-reference-content .reference-header {
        margin-top: 35px
    }

    .container-reference-content:after {
        display: none
    }

    .modal.modal-full .modal-dialog .modal-body .container-fluid {
        padding-left: 30px;
        padding-right: 30px
    }

    .elementor-lightbox .elementor-lightbox-item {
        padding: 10px
    }

    .elementor-lightbox .elementor-lightbox-image {
        width: 100%
    }

}

@media (max-width:991px) {
    .page.home #site .teaser #slider-home .item > video {
        height: 100%;
        width: auto;
        max-width: none
    }

    #navbar {
        width: 440px
    }

        #navbar .close {
            margin-left: 15px
        }

        #navbar .main-sub-menu {
            display: none
        }

    .main-menu {
        padding-left: 10px;
        padding-top: 10px;
        width: 440px;
        margin-top: 0;
        margin-bottom: 0;
    }

        .main-menu > li .dropdown-menu {
            left: 440px
        }

    .social-menu {
        padding-left: 25px
    }

        .social-menu li {
            margin-top: 5px;
            margin-bottom: 0;
            width: 36px;
            height: 36px;
            line-height: 30px;
        }

    .main-menu.lang-box {
        padding-top: 0;
    }

    .site-box > .elementor-container {
        padding: 0 15px 70px 15px
    }

    .site-box .elementor-widget-text-editor .elementor-text-editor h3 + p {
        margin: 0
    }

    .site-box .elementor-widget-heading.elementor-widget-heading h2.elementor-heading-title {
        font-size: 34px
    }

    .site-box .overlap-column .elementor-widget-heading.elementor-widget-heading h2.elementor-heading-title {
        margin-left: -5px
    }

    .site-box .overlap-column .elementor-widget-image {
        margin-left: -20px;
        margin-bottom: 30px
    }

        .site-box .overlap-column .elementor-widget-image img {
            max-width: 320px !important
        }

    .site-box .overlap-column .elementor-button {
        margin-left: -5px
    }

    .site-box .overlap-column .elementor-widget-emage_hover_effects {
        margin-left: -20px
    }

    .elementor-widget-text-editor .elementor-text-editor h3 {
        font-size: 30px
    }

    .contact-row {
        padding-left: 0
    }

    #header .quick-icons {
        margin-right: 45px;
        margin-top: 45px
    }

    #header .navbar-brand {
        margin-left: 45px;
        margin-top: 32px
    }

    .navbar.navbar-default .navbar-toggle {
        top: 50px
    }

    .page.home #header .navbar-brand {
        margin-top: 30px;
        margin-left: 45px
    }

    .page.home #header .navbar-toggle {
        top: 50px !important;
        left: calc(100vw - 100px) !important
    }

    .page.home.scrolled #header .navbar-brand {
        margin-top: 40px
    }

    .page.home.scrolled #header .navbar-toggle {
        left: calc(100vw - 100px) !important
    }

    .page.home h2.elementor-headline.elementor-headline-animation-type-typing, .page.home .elementor-widget-heading h2.elementor-heading-title {
        font-size: 44px
    }

    .page.home .elementor-widget-heading h3.elementor-heading-title {
        font-size: 36px
    }

    .page.home #site .teaser .teaser-content h1, .page.home #site .teaser .teaser-content h2 {
        font-size: 36px
    }

    .page.home #site .teaser .teaser-border {
        border-width: 15px
    }

    .page.home #site .teaser #slider-home .item {
        height: 100vh;
        width: 100vw;
        margin-left: 0
    }

    .flyout {
        min-width: 100%
    }

        .flyout p {
            line-height: 1.5
        }

        .flyout .flyout-close {
            width: 40px;
            height: 40px;
            top: 10px;
            right: 10px
        }

        .flyout .plus:before, .flyout .plus:after {
            width: 40px
        }

        .flyout.flyout-contact .title {
            margin-top: 20px;
            margin-bottom: 10px
        }

        .flyout.slide-in.slide-in-right {
            left: 0
        }

    .section-work {
        padding-right: 15%
    }

    .grid .grid-item .grid-inner .grid-subtitle {
        right: 20px;
        bottom: 5px
    }

    .grid.grid-r-2 > div {
        height: 50vw
    }

    .grid.grid-c-3 > div {
        width: 50%
    }

    .site-header-spacer .elementor-spacer-inner {
        height: 200px !important
    }

    .mesh-container {
        display: none
    }


    .alert.alert-cookie {
        padding-left: 100px;
        padding-right: 80px
    }

        .alert.alert-cookie .close {
            margin-left: 0
        }
}
@media (max-width: 767px) {
    .main-menu > li > .dropdown-menu {
        padding-top: 10px!important;
        padding-bottom: 10px;
        padding-left: 15px;
    }
    

.brands-new img {
    height: 88px !important;
}
    .brands-new img.mini {
        height: 68px !important; margin-top:10px;
    }

    .brands-new .logo-min {
        margin-top: 10px;
        height: 65px !important;
    }

}
@media (max-width: 991px) {
    #header {
        position: fixed;
        left: 0;
        height: 130px;
        display: block;
        top: 0;
        width: 100%;
        background: #0d1e2d;
        background: -webkit-linear-gradient(bottom, rgba(15, 30, 45, 0), rgba(15, 30, 45, 1));
        background: -o-linear-gradient(top, rgba(15, 30, 45, 0), rgba(15, 30, 45, 1));
        background: -moz-linear-gradient(top, rgba(15, 30, 45, 0), rgba(15, 30, 45, 1));
        background: linear-gradient(to top, rgba(15, 30, 45, 0), rgba(15, 30, 45, 1));
    }
}


@media (min-width: 992px) {
  body.fp-viewing-2  #header {
        position: fixed;
        left: 0;
        height: 250px;
        display: block;
        top: 0;
        z-index:100000;
        width: 100%;
        background: #0d1e2d;
        background: -webkit-linear-gradient(bottom, rgba(15, 30, 45, 0), rgba(15, 30, 45, 1));
        background: -o-linear-gradient(top, rgba(15, 30, 45, 0), rgba(15, 30, 45, 1));
        background: -moz-linear-gradient(top, rgba(15, 30, 45, 0), rgba(15, 30, 45, 1));
        background: linear-gradient(to top, rgba(15, 30, 45, 0), rgba(15, 30, 45, 1));
    }
}


@media (max-height: 568px) {
    #navbar .close {
        margin-top: 3px;
    }

    #navbar.active .plus:before, #navbar.active .plus:after {
        width: 20px;
    }

    .main-menu {
        padding-top: 0;
    }

    .main-menu > li > a {
        line-height: 11px;
        font-size: 13px;
        padding-top: 8px;
        padding-bottom: 8px;
    }
    .social-menu li {
        margin: 0 3px;
        width: 35px;
        height: 35px;
        line-height: 30px;
        border-width: 2px;
    }


    #menu-social-menu {
        margin-bottom: 0;
    }

    .main-menu > li .dropdown-menu > li > a {
        font-size: 13px;
        margin-bottom: 0;
    }

}



@media (min-height: 569px) and (max-height: 900px) {
    #navbar .close {
        margin-top: 15px;
    }

    .main-menu > li > a {
        font-size: 16px;
        padding-top: 10px;
        padding-bottom: 10px;
        line-height: 15px;
    }

    .main-menu.lang-box {
        padding-top: 0;
    }

}


