/* === globalheader === */

/*=====================================================*/
/* Advansys PageExpress Custom Responsive Stylesheet   */
/*=====================================================*/
:root {
    --empty: #fff;
}

body {
    --content-color-01: #fff;
    --content-color-02: #45464c;
    --content-color-03: #1e2323;
    --content-color-04: rgb(26 199 213);
    --content-color-05: #1c4548;
    --content-color-06: #efeff1;
    --content-color-07: #8f9d9d;
    --content-color-08: #e2e1e5;
    --content-color-09: #9a9ca3;
    --content-color-10: #1ac7d5;
    --content-color-11: #rgb(26 69 71);
    --content-color-12: #bee6e9;
    --content-color-13: #282d30;
    --content-color-14: #24282b;
    --content-color-15: #2d2d2d;
    --content-color-16: #99a1a0;
    --content-color-17: #42cfd9;
    --content-color-18: #11bdc9;
    --content-color-19: #404040;
    --content-color-20: #8df0f7;
    --common-border-radius-01: 20px;
    --common-border-radius-02: 8px;
    --desktop-padding: 70px;
    --mobile-padding: 40px;
    --scrollbar-width: 0px;
    --window-height: 100vh;
}

    body.menu_open {
        overflow: hidden;
    }

.separator {
    font-style: normal;
    padding: 0 3px;
}

.nav-05.menu_open #navbar-menu {
    width: calc(100% - var(--scrollbar-width));
}

body.menu_open, .menu_open nav, .menu_open .bottom-control {
    margin-right: var(--scrollbar-width);
}

body {
    background: var(--content-color-01);
    color: var(--content-color-02);
    font-family: "Montserrat";
    font-size: 18px;
}

.img-container {
    border-radius: var(--common-border-radius-02);
    overflow: hidden;
    height: 100%;
    position: relative;
}

    .background-title {
        color: var(--content-color-08);
        position: absolute;
        transform: rotate(-90deg);
        font-size: 265px;
        font-weight: bold;
        white-space: nowrap;
        left: 0;
        right: 0;
    }

.color-container .background-title {
    width: 161%;
}

.subtitle {
    font-weight: 600;
    color: var(--content-color-07);
    font-size: 12px;
    letter-spacing: 2.4px;
    text-transform: uppercase;
}

h1, .h1,
h2, .h2,
h3, .h3,
h4, .h4 {
    font-weight: 700;
}

h1, .h1 {
    font-family: "Montserrat";
    font-size: 70px;
    font-weight: 600;
}

h2, .h2 {
    font-family: "Montserrat";
    font-size: 55px;
    font-weight: bold;
    color: var(--content-color-03);
    letter-spacing: -1px;
}

h3, .h3 {
    font-family: "Montserrat";
    font-size: 30px;
    font-weight: bold;
}

h4, .h4 {
    font-family: "Montserrat";
    font-size: 24px;
    font-weight: 700;
    letter-spacing: -0.5px;
}


@media(min-width: 1200px) and (max-height: 700px) {
    h1, .h1 {
        font-size: 55px;
    }

    h2, .h2 {
        font-size: 38px;
    }

    h3, .h3 {
        font-size: 28px;
    }

    h4, .h4 {
        font-size: 24px;
    }
}

@media(max-width: 767px) {
    h1, .h1 {
        font-size: 48px;
    }

    h2, .h2 {
        font-size: 38px;
    }

    h3, .h3 {
        font-size: 34px;
    }

    h4, .h4 {
        font-size: 20px;
    }
}

.textwithline {
    width: fit-content;
    position: relative;
    z-index: 1;
}

    .textwithline:not(.text_part):after,
    .textwithline.text_part > span:after {
        content: "";
        position: absolute;
        height: 15px;
        width: calc(100% + 20px);
        left: -10px;
        background-color: var(--content-color-04);
        z-index: -1;
        bottom: 10px;
    }

    .textwithline.text_part > span {
        position: relative;
    }

main a {
    color: #20beca;
    font-weight: 500;
    text-decoration: none;
}

    main a:hover {
        color: #20beca;
    }

.form-control {
    min-height: 40px;
}

.btn.circle {
    padding: 23px;
    height: 30px;
    width: 30px;
    height: 56px;
    width: 56px;
}

    .btn.circle.arrow-right, .btn.circle.arrow-bottom {
        min-width: auto;
    }

.btn.arrow-right:before, .btn.arrow-bottom:before, .btn.arrow-left:before {
    position: absolute;
    font-family: "Font Awesome 5 Pro";
    font-size: 16px;
    letter-spacing: 0;
    line-height: 0;
    font-weight: 400;
}

.btn.arrow-bottom:before {
    content: "\f078";
}

.btn.arrow-right:before {
    content: "\f054";
}

.btn.arrow-left:before {
    content: "\f053";
}

.btn {
    padding: 5px 15px;
    background-color: rgb(0, 0, 0);
    color: #fff;
    cursor: pointer;
    font-size: 12px;
    line-height: 24px;
    padding: 14px 30px;
    border-radius: 40px;
    font-weight: 600;
    border: 2px solid var(--content-color-04);
    background-color: var(--content-color-04);
    text-transform: uppercase;
    display: flex;
    justify-content: center;
    align-items: center;
    letter-spacing: 2.2px;
}

    .btn.white-border {
        border-color: var(--content-color-01);
    }

    .btn.text {
        border-color: transparent;
        background-color: transparent;
        padding-left: 0;
        justify-content: start;
    }

        .btn.text:before {
            content: "\f054";
            font-family: "Font Awesome 5 Pro";
            font-size: 15px;
            font-weight: 400;
            margin-right: 9px;
        }

.arrow-right.text {
    padding-left: 30px;
    padding-right: 50px;
    border-color: var(--content-color-04);
    background-color: var(--content-color-04);
}

    .arrow-right.text:before {
        right: 20px;
    }

.simple-text-01 {
    font-weight: 500;
    font-size: 22px;
    line-height: 1.3;
    letter-spacing: -0.1px;
}

.simple-text-02 {
    font-weight: 400;
    font-size: 18px;
    letter-spacing: 0.07px;
}

.simple-text-03 {
    font-weight: 400;
    font-size: 16px;
}

    .simple-text-01 p:last-child, .simple-text-02 p:last-child, .simple-text-03 p:last-child {
        margin-bottom: 0;
    }

.transparent {
    background-color: transparent;
}

.btn:hover,
.btn:active,
.btn:focus,
.btn:focus-within {
    color: #fff;
    text-decoration: none;
    box-shadow: none !important;
    outline: none !important;
}

button:hover,
button:active,
button:focus,
button:focus-within {
    text-decoration: none;
    box-shadow: none !important;
    outline: none !important;
}

.btn-primary {
    /*padding: 5px 15px;*/
    background-color: var(--content-color-04);
    /*color: #fff;*/
    cursor: pointer;
    border: 0 !important;
    outline: none !important;
}

    .btn-primary:hover {
        color: #fff;
        text-decoration: none;
        background-color: var(--content-color-04);
        background-color: var(--content-color-04);
    }

    .btn-primary:not([disabled]):not(.disabled).active, .btn-primary:not([disabled]):not(.disabled):active, .show > .btn-primary.dropdown-toggle {
        background-color: var(--content-color-04);
        background-color: var(--content-color-04);
    }

    .btn-primary:focus, .btn-primary:active, .btn-primary:visited, .btn-primary:link {
        /*color: #fff;*/
        text-decoration: none;
        background-color: var(--content-color-04);
        border-color: #000;
    }

.btn-secondary {
    transition: 0.2s all;
    background-color: #fff;
    color: #000;
}

    .btn-secondary:hover {
        background-color: #fff;
        color: #000;
        text-decoration: none;
    }

.btn-primary:active {
    outline: none !important;
    box-shadow: none !important;
    background-color: #000;
    color: #fff;
}

.btn-share {
    position: relative;
    margin-right: 10px;
    padding: 12px 20px 12px 35px;
    text-transform: none;
    line-height: 1;
    margin-bottom: 10px;
    border-radius: 0;
}

    .btn-share span {
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        left: 0;
        display: inline-block;
        width: 40px;
        text-align: center;
    }

    .btn-share.facebook {
        background-color: #2f5a9b;
    }

    .btn-share.twitter {
        background-color: #00acf2;
    }

@media (min-width: 576px) {
    .container {
        padding-right: 0;
        padding-left: 0;
    }
}

@media (max-width: 575.98px) {
    .container {
        padding-right: 30px;
        padding-left: 30px;
    }
}

/* Quick Enquiry */
#slideOut {
    right: -400px;
    width: 400px;
    min-height: 300px;
}

    #slideOut div.container {
        padding: 15px;
    }

/* Display slideOut */
.right-tab.show {
    right: 0px !important;
}

/* Tab */
#slideOut .slideOutTab {
    cursor: pointer;
    position: absolute;
    left: -40px;
    width: 40px;
    height: 200px;
    background: rgb(68, 68, 68);
}

/* Tab Layer */
.slideOutTab div {
    text-align: center;
    position: relative;
    font-family: arial;
    font-weight: normal;
    font-size: 18px;
    color: #ffffff;
    right: 70px;
    top: 90px;
    width: 180px;
    transform: rotate(270deg);
    -ms-transform: rotate(270deg); /* IE9+ */
    writing-mode: horizontal-tb;
}

#slideOut .col-form-label {
    padding: 0 0 3px;
}

#slideOut .form-control {
    min-height: 35px;
}

#slideOut textarea.form-control {
    resize: none;
    height: 108px;
}

#slideOut .form-group {
    margin-bottom: 10px;
}

#slideOut .form-control:focus {
    outline: none
}

.form .form-error {
    display: block;
    color: #b94a48;
    margin-top: 5px;
    margin-bottom: 5px;
    line-height: 140%;
}

.form .tickbox {
    display: flex;
    align-items: flex-start;
    margin-bottom: 20px;
}

.form .radio-multi .tickbox:last-child {
    margin-bottom: 0;
}

.form .radio-multi > label {
    display: none;
}

.form input[type="checkbox"] {
    display: inline-block;
    width: auto;
    margin-top: 5px;
}

    .form input[type="checkbox"] + label {
        padding: 0 0 0 5px;
    }

.form .form-error {
    font-size: 15px
}

.form textarea.form-control {
    resize: none;
    height: 150px;
}

form input[type="checkbox"] + label + .form-error {
    display: none;
}

.form-group {
    margin-bottom: 1rem;
}

form .checkbox {
    position: absolute;
    opacity: 0;
    width: 1px;
    height: 1px;
}

    form .checkbox + label {
        position: relative;
        padding-left: 30px !important;
        cursor: pointer;
    }

        form .checkbox + label:before {
            position: absolute;
            top: 3px;
            left: 0;
            content: "";
            display: block;
            background-color: #fff;
            border-radius: 3px;
            box-shadow: inset 0 2px 2px rgba(172, 172, 172, 0.27);
            border: 1px solid #cccccc;
            width: 20px;
            height: 20px;
        }

    form .checkbox:checked + label:after {
        content: "\f00c";
        position: absolute;
        left: 4px;
        top: 5px;
        color: rgb(0, 0, 0);
        font-family: 'Font Awesome 5 Free';
        font-size: 13px;
        display: inline-block;
        font-style: normal;
        cursor: pointer;
        font-weight: 600;
    }

.form .required-star {
    color: rgb(255, 0, 0)
}

form .tickbox.has-error label:before {
    color: rgb(255, 0, 0);
    border-color: rgb(255, 0, 0);
}

.form .form-group {
    position: relative;
}

.form select.valid,
.form input.valid {
    background-image: url('/images/default/success-field.png');
    background-position: right 10px center;
    background-repeat: no-repeat;
    -webkit-background-size: 20px;
    background-size: 20px;
    border-color: #4a4a4a;
    -webkit-box-shadow: inset 0 0px 0px rgba(0, 0, 0, 0.075);
    box-shadow: inset 0 0px 0px rgba(0, 0, 0, 0.075);
}

.form select.error,
.form input.error {
    background-image: url('/images/default/error-field.png');
    background-position: right 10px center;
    background-repeat: no-repeat;
    -webkit-background-size: 20px;
    background-size: 20px;
    border: 2px solid #ff0000;
    background-color: #ffeded;
    -webkit-box-shadow: inset 0 0px 0px rgba(0, 0, 0, 0.075);
    box-shadow: inset 0 0px 0px rgba(0, 0, 0, 0.075);
}

.form .error + div.error,
.form .form-group.has-error div.error {
    color: #f00;
    position: absolute;
    right: 0;
    bottom: -22px;
    margin: 0;
}

.form .captcha .error + div.error,
.form .form-group.captcha.has-error div.error {
    position: static;
}

.form .form-group.has-error.tickbox div.error {
    display: none !important;
}

form .has-error input.error,
form .has-error select.error,
form .has-error textarea.error,
form .radio-multi.has-error .tickbox {
    background-color: rgb(255, 244, 244);
    background-image: url('/images/default/error-field.png');
    background-position: right 10px center;
    background-repeat: no-repeat;
    -webkit-background-size: 20px;
    background-size: 20px;
    border-color: #f00;
    border-width: 2px;
}

form .has-error div.error {
    color: #f00;
}

#slideOut .form-error {
    display: none;
}

#slideOut .bottom-box {
    position: relative;
    margin-bottom: 0px !important
}

    #slideOut .bottom-box .required {
        position: absolute;
        top: 10px;
        right: 0;
        font-size: 14px;
        color: rgb(68, 68, 68)
    }

.right-tab {
    display: none;
    position: fixed;
    top: 200px;
    width: 370px;
    right: -370px;
    background: rgb(238, 238, 238);
    z-index: 99;
    color: rgb(68, 68, 68);
    transition-property: all;
    transition-duration: .5s;
    transition-timing-function: cubic-bezier(0, 1, 0.5, 1);
}

    .right-tab iframe {
        border: none;
        width: 100%;
        height: 350px;
    }

.right-tab-button {
    background: rgb(68, 68, 68);
    width: 40px;
    height: 40px;
    text-align: center;
    color: #fff;
    font-size: 18px;
    line-height: 40px;
    cursor: pointer;
    position: absolute;
    top: 0;
    left: -40px;
}

    .right-tab-button > i {
        line-height: 40px;
    }

#facebook-feed {
    top: 405px;
    z-index: 9998;
}

#twitter-feed {
    top: 450px;
    z-index: 9997;
}

#instagram-feed {
    top: 495px;
    z-index: 9996;
}

.right-tab-content {
    padding: 15px;
}

/* Cookie Warning */
#cookie {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,0.2);
    z-index: 1100;
}

.CookiePreferencesPopup {
    z-index: 1101;
}

#cookie-content {
    width: calc(100% - 40px);
    max-width: 298px;
    position: fixed;
    z-index: 999;
    left: 20px;
    bottom: 20px;
    background-color: rgb(255, 255, 255);
    color: rgb(0, 0, 0);
    box-shadow: 0px 0px 9px 2px rgba(0,0,0,0.2);
    border: 1px solid rgba(0,0,0,0.2);
    padding: 30px;
    border-radius: 10px;
    text-align: center;
}

#cookie .cookie-text {
    padding-bottom: 0;
    font-size: 16px;
}

#cookie .cookie_learn_more {
    padding-bottom: 10px;
}

    #cookie .cookie_learn_more a {
        display: block;
        margin: 15px 0px 15px;
        color: #20beca;
        text-decoration: none;
        text-transform: uppercase;
        font-weight: 500;
        font-size: 12px;
        letter-spacing: 2px;
    }

#cookie .cookie_preferences_button button {
    width: 100%;
    border-radius: 40px;
    margin-bottom: 10px;
    color: #6f7177;
    border-color: #6f7177;
    background-color: transparent;
}

#cookie #cookie-content > .btn {
    width: 100%;
    border-radius: 40px;
}

/* Hamburger */
.hamburger {
    position: absolute;
    top: 50%;
    left: 15px;
    padding: 5px;
    display: inline-block;
    cursor: pointer;
    transition: opacity, filter linear 0.15s;
    background-color: transparent;
    border: none;
    transform: translateY(-50%);
}

.hamburger-box {
    width: 30px;
    height: 24px;
    display: inline-block;
    position: relative;
}

.hamburger-inner {
    display: block;
    top: 50%;
    margin-top: -2px;
}

    .hamburger-inner,
    .hamburger-inner::before,
    .hamburger-inner::after {
        content: "";
        width: 30px;
        height: 3px;
        background-color: rgb(255, 255, 255);
        border-radius: 4px;
        position: absolute;
        transition: transform ease .15s;
    }

/* Hamburger animations (minimised) */
.navbar-toggler .hamburger-inner {
    top: auto;
    bottom: 0;
    transition-delay: .13s;
    transition-timing-function: cubic-bezier(.55,.055,.675,.19);
    transition-duration: .13s
}

    .navbar-toggler .hamburger-inner:after {
        content: "";
        display: block;
        top: -20px;
        transition: top .2s cubic-bezier(.33333,.66667,.66667,1) .2s,opacity .1s linear
    }

    .navbar-toggler .hamburger-inner:before {
        content: "";
        display: block;
        top: -10px;
        transition: top .12s cubic-bezier(.33333,.66667,.66667,1) .2s,transform .13s cubic-bezier(.55,.055,.675,.19)
    }

.navbar-toggler.is-active .hamburger-inner {
    transition-delay: .22s;
    transition-timing-function: cubic-bezier(.215,.61,.355,1);
    transform: translate3d(0,-10px,0) rotate(-45deg)
}

    .navbar-toggler.is-active .hamburger-inner:after {
        top: 0;
        transition: top .2s cubic-bezier(.33333,0,.66667,.33333),opacity .1s linear .22s;
        opacity: 0
    }

    .navbar-toggler.is-active .hamburger-inner:before {
        top: 0;
        transition: top .1s cubic-bezier(.33333,0,.66667,.33333) .16s,transform .13s cubic-bezier(.215,.61,.355,1) .25s;
        transform: rotate(-90deg)
    }

.page404 .content-01 {
    text-align: center;
    padding: 45px 0px;
}

.page404 .btn-wrapper {
    margin-top: 15px;
}

[data-var][contenteditable=true] {
    outline: 2px dashed #254d7a;
    outline-offset: -2px;
}

@media (min-width: 768px) {

    .right-tab {
        display: block
    }
}

@media (max-height: 750px) {

    #slideOut {
        top: 20vh;
    }

    #facebook-feed {
        top: calc(20vh + 205px);
    }

    #twitter-feed {
        top: calc(20vh + 250px);
    }

    #instagram-feed {
        top: calc(20vh + 295px);
    }
}

@media (max-height: 650px) {
    .right-tab {
        display: none;
    }
}

.bootbox .bootbox-close-button {
    position: absolute;
    right: 15px;
    top: 15px;
    border: none !important;
    outline: none !important;
    background-color: transparent;
    font-size: 40px;
    line-height: 40px;
}

.bootbox.popup-login.show {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}

.bootbox.popup-login .modal-dialog {
    position: absolute !important;
    top: 50% !important;
    left: 50% !important;
    transform: translate(-50%,-50%) !important;
    width: 600px;
    margin: 0;
    max-width: none;
}

.bootbox.popup-login.show .modal-dialog .login_form {
    padding-top: 0px;
}


.bootbox.popup-login.show .spin-loader {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: rgba(0,0,0,0.7);
    color: #fff;
    pointer-events: none;
}

.bootbox.popup-login .modal-dialog .help-block.form-error {
    color: rgb(185, 74, 72);
}

.bootbox.popup-login .modal-dialog .passblock {
    position: relative;
    margin-bottom: 30px;
}


.bootbox.popup-login .modal-dialog .login_form #reset-password {
    position: absolute;
    bottom: -25px;
    left: 15px;
    cursor: pointer;
    font-size: 14px;
}

    .bootbox.popup-login .modal-dialog .login_form #reset-password:hover {
        text-decoration: underline;
    }

.bootbox.popup-login .modal-content {
    border-radius: 0;
}

.bootbox.popup-login .modal-dialog .modal-body {
    padding-bottom: 0;
}

.bootbox.popup-login .modal-dialog .bottom_suggestion {
    margin-bottom: 0;
    margin-left: -30px;
    margin-right: -30px;
    background: #b9b9b9;
    margin-top: 15px;
}

    .bootbox.popup-login .modal-dialog .bottom_suggestion a {
        color: #000;
        padding: 15px 0px;
        display: block;
    }

.bootbox.popup-login #loginform button.btn[type=submit] {
    border-radius: 0;
    width: 100%;
}

.account_popup_dialog {
    position: absolute;
    top: calc(100% + 15px);
    right: -60px;
    width: 240px;
    text-align: left;
    background: #fff;
    border: 1px solid #000;
}

    .account_popup_dialog:before {
        content: "";
        position: absolute;
        right: 60px;
        width: 20px;
        height: 40px;
        top: -40px;
    }

    .account_popup_dialog .item a {
        color: #000;
        display: block;
        width: 100%;
        padding: 2px 15px;
        transition: all 0.1s;
        text-decoration: none;
    }

        .account_popup_dialog .item a i {
            margin-right: 10px;
        }

        .account_popup_dialog .item a:hover,
        .account_popup_dialog .item a:active {
            background: #000;
            color: #fff;
        }


.bootbox.popup-login.show .modal-dialog .login_form .form-errors .error-line {
    padding-left: 15px;
    padding-right: 15px;
    margin-bottom: 10px;
    color: rgb(185, 74, 72);
}

.message-container {
    position: fixed;
    bottom: 15px;
    right: 15px;
    width: 300px;
    display: flex;
    flex-direction: column;
    align-items: center;
}

    .message-container .messagepopupmessage {
        position: relative;
        background: #d7d7d7;
        padding: 15px;
        border-radius: 5px;
        margin-top: 15px;
        border: 1px solid #b9b9b9;
        font-size: 14px;
        width: 100%;
    }

        .message-container .messagepopupmessage .close {
            position: absolute;
            top: 0px;
            right: 0px;
            font-size: 16px;
            border-radius: 50%;
            width: 20px;
            height: 20px;
            display: flex;
            align-items: center;
            justify-content: center;
            opacity: 0.2;
            cursor: pointer;
            transition: 0.2s opacity;
        }

            .message-container .messagepopupmessage:hover .close,
            .message-container .messagepopupmessage .close:active {
                opacity: 1;
            }


@media(max-width: 575px) {
    .message-container {
        left: 15px;
        right: 15px;
        width: auto;
    }

        .message-container .messagepopupmessage {
            width: 100%;
            margin-top: 5px;
        }

            .message-container .messagepopupmessage .close {
                font-size: 20px;
            }
}

#modal_backdrop.invisible {
    -webkit-transition: visibility 0.3s ease-out;
    transition: visibility 0.3s ease-out;
}

#modal_backdrop.WOLoading i {
    display: none;
}

#modal_backdrop .modal-backdrop {
    opacity: 0;
    -webkit-transition: opacity 0.3s ease-out;
    transition: opacity 0.3s ease-out;
}

#modal_backdrop.invisible .modal-backdrop i {
    animation: none !important;
}

#modal_backdrop:not(.invisible) .modal-backdrop {
    opacity: 0.7;
    color: #fff;
    z-index: 1100;
}

    #modal_backdrop:not(.invisible) .modal-backdrop i {
        width: auto;
    }

.select2-container--default .select2-selection--single {
    min-height: 38px !important;
}

    .select2-container--default .select2-selection--single .select2-selection__rendered {
        line-height: 38px !important;
    }

    .select2-container--default .select2-selection--single .select2-selection__arrow {
        height: 38px !important;
        line-height: 38px !important;
    }

.captcha.captcha-image img {
    background-color: #fff;
    border-radius: 3px;
    box-shadow: inset 0 2px 2px rgba(172, 172, 172, 0.27);
    border: 1px solid #cccccc;
    width: 150px;
    height: 40px;
}

.captcha-image-reload {
    display: flex;
}


.captcha_whatis {
    cursor: pointer;
    font-size: small;
}

.sash_image {
    max-width: 100%;
    position: absolute;
    left: 50%;
    top: 50%;
    width: 100%;
    height: auto;
    transform: translate(-50%,-50%);
    z-index: 2;
    margin-top: -1px;
    margin-left: -1px;
}


.form-control:focus {
    box-shadow: none !important;
    border: 1px solid #ced4da;
}

.d-empty:after {
    content: "\00a0";
}

.sash-svg-container {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 2;
    pointer-events: none;
}

    .sash-svg-container img.sash_image, .sash-svg-container object {
        position: static;
    }

.sash-alignment-top_left img.sash_image, .sash-alignment-top_left object {
    transform: rotate(0);
}

.sash-alignment-top_right img.sash_image, .sash-alignment-top_right object {
    transform: rotate(90deg);
}

.sash-alignment-bottom_right img.sash_image, .sash-alignment-bottom_right object {
    transform: rotate(180deg);
}

.sash-alignment-bottom_left img.sash_image, .sash-alignment-bottom_left object {
    transform: rotate(270deg);
}


.modal-header > *:first-letter {
    text-transform: capitalize;
}

.loading-wrapper {
    position: relative;
}

    .loading-wrapper .loading-block {
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        background-color: rgba(0,0,0,0.3);
    }

        .loading-wrapper .loading-block:before {
            content: "";
            background-image: url('/images/default/dots_loading_w.svg');
            width: 110px;
            height: 20px;
            position: absolute;
            left: 50%;
            top: 50%;
            transform: translate(-50%,-50%);
        }

.pagination li {
    cursor: pointer;
}

.pagination > * {
    margin-left: 2px;
    margin-right: 2px;
}

.pagination .pagination-input {
    position: relative;
}

.pagination .onpageclick {
    padding: 5px 0px;
    text-align: center;
    min-width: 36px;
}

    .pagination .onpageclick > * {
        pointer-events: none;
    }

    .pagination .onpageclick.disabled {
        pointer-events: none;
        opacity: 0.6;
    }

.pagination .pagination-input label {
    margin: 0;
    position: absolute;
    z-index: 2;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    text-align: center;
    background-color: #fff;
    cursor: pointer;
    opacity: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: 0.3s opacity;
}

.pagination .pagination-input input[type="number"] {
    border: none !important;
    outline: none !important;
    width: 90px;
    position: relative;
    z-index: 1;
    -moz-appearance: textfield;
    text-align: center;
}

    .pagination .pagination-input input[type="number"]:focus + label {
        opacity: 0;
        z-index: 0;
        pointer-events: none;
    }

    .pagination .pagination-input input[type="number"]::-webkit-outer-spin-button,
    .pagination .pagination-input input[type="number"]::-webkit-inner-spin-button {
        -webkit-appearance: none;
        margin: 0;
    }

.pagination .page-item.active .page-link {
    background-color: #000;
    border-color: #000;
}

@media(max-width: 767px) {
    .pagination .pagination-input input[type="number"] {
        width: 100%;
    }

    .pagination .pagination-input {
        width: 100%;
    }
}

.bottom-control {
    position: fixed;
    right: 15px;
    bottom: 15px;
    z-index: 400;
}

    .bottom-control > * ~ * {
        margin-top: 12px;
    }

@media(min-width: 768px) {
    .bottom-control {
        opacity: 0.4;
        transition: 0.2s all;
    }

        .bottom-control:hover {
            opacity: 1;
        }
}

.backtotop {
    height: 50px;
    width: 50px;
    border-radius: 50%;
    color: #fff;
    background-color: var(--content-color-04);
    font-size: 20px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    pointer-events: none;
    opacity: 0;
    cursor: pointer;
    transition: 0.4s all;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    z-index: 1031;
}

    .backtotop.show {
        opacity: 1;
        transition: 0.4s all;
        pointer-events: all;
    }

.mobile-fixed-email-button, .mobile-fixed-phone-button {
    height: 50px;
    width: 50px;
    border-radius: 50%;
    color: #fff !important;
    background-color: var(--content-color-10) !important;
    background-image: url("/images/default/email-icon.svg");
    background-repeat: no-repeat;
    background-position: center;
    background-size: 40%;
    -webkit-transform: scale(1);
    transform: scale(1);
    z-index: 100;
    -webkit-transition: transform .3s ease-out;
    transition: transform .3s ease-out;
    box-shadow: 0 0 0 4px #20beca7a;
    -webkit-animation: bounce_border 5s ease-out 1.5s infinite;
    -webkit-transform-origin: 50% 50%;
    animation: bounce_border 5s ease-out 1.5s infinite;
    transform-origin: 50% 50%;
    justify-content: center;
    align-items: center;
    z-index: 1;
    text-decoration: none !important;
}

    .mobile-fixed-email-button:hover {
        color: #fff;
    }

    .mobile-fixed-phone-button {
        position: fixed;
        left: 15px;
        bottom: 15px;
    }

@keyframes bounce_border {
    0% {
        box-shadow: 0 0 0 4px #20beca7a
    }

    17% {
        box-shadow: 0 0 0 4px #20beca7a
    }

    22% {
        box-shadow: 0 0 0 8px #20beca7a
    }

    25% {
        box-shadow: 0 0 0 4px #20beca7a
    }

    30% {
        box-shadow: 0 0 0 8px #20beca7a
    }

    35% {
        box-shadow: 0 0 0 4px #20beca7a
    }

    100% {
        box-shadow: 0 0 0 4px #20beca7a
    }
}

#cookie_preferences_form h2.title {
    font-weight: 400;
    font-size: 22px;
    margin: 0;
}

#cookie_preferences_form div.company_name {
    font-size: 14px;
}

#cookie_preferences_form .nav a {
    font-size: 14px;
    color: #000 !important;
    padding: 5px 15px !important;
}

    #cookie_preferences_form .nav a.active {
        color: #fff !important;
        background-color: #000;
        border-radius: 0;
    }

#cookie_preferences_form .main-body {
    display: flex;
    flex-direction: column;
}


    #cookie_preferences_form .main-body .tabs .tab-pane:not(.active) {
        display: none;
    }

    #cookie_preferences_form .main-body .tabs .text {
        font-size: 14px;
    }

        #cookie_preferences_form .main-body .tabs .text a {
            color: rgb(69, 70, 76);
        }

        #cookie_preferences_form .main-body .tabs .text > *:last-child {
            margin-bottom: 0;
        }

    #cookie_preferences_form .main-body .tabs h4 {
        font-weight: 400;
    }

#cookie_preferences_form .line {
    position: relative;
}

    #cookie_preferences_form .line ~ .line {
        margin-top: 10px;
    }


    #cookie_preferences_form .line input {
        position: absolute;
        width: 1px;
        height: 1px;
        opacity: 0;
    }

        #cookie_preferences_form .line input + label,
        #cookie_preferences_form .line.forced label {
            padding-left: 45px;
            cursor: pointer;
            transform: translateY(0px);
        }

            #cookie_preferences_form .line input + label:before,
            #cookie_preferences_form .line.forced label:before {
                content: "";
                width: 40px;
                height: 20px;
                display: block;
                background-color: #f38787;
                position: absolute;
                left: 0;
                top: 3px;
                border-radius: 20px;
                border: 1px solid #cccccc;
                transition: 0.2s all;
            }

            #cookie_preferences_form .line input + label:after,
            #cookie_preferences_form .line.forced label:after {
                content: "";
                height: 18px;
                width: 18px;
                display: block;
                border-radius: 50%;
                background-color: #fff;
                position: absolute;
                left: 1px;
                top: 4px;
                transition: 0.2s all;
            }


            #cookie_preferences_form .line input:checked + label:before,
            #cookie_preferences_form .line.forced label:before {
                background-color: #61a746;
            }

            #cookie_preferences_form .line input:checked + label:after,
            #cookie_preferences_form .line.forced label:after {
                left: 20px;
            }

body.backdrop-open {
    overflow: hidden;
}

.form_plr {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    pointer-events: none;
    display: flex;
    align-items: center;
    justify-content: center;
}

.leaflet-container,
.leaflet-container * {
    outline: none !important;
}

.fixed-top {
    transition: 0.3s all, margin-right 0s;
}

@media(min-width: 768px) {
    #cookie_preferences_form .main-body {
        display: flex;
        flex-direction: row;
        border-top: 1px solid #ccc;
        border-bottom: 1px solid #ccc;
    }


    .CookiePreferencesPopup .modal-dialog {
        min-width: 700px;
    }

    #cookie_preferences_form .nav {
        width: 200px;
    }

        #cookie_preferences_form .nav a {
            width: 200px;
            max-width: 200px;
            transition: 0.2s all;
            padding: 20px 15px !important;
        }

            #cookie_preferences_form .nav a:not(.active):hover {
                background-color: #dfdfdf;
            }

    #cookie_preferences_form .main-body .tabs {
        border-left: 1px solid #000;
    }

    .CookiePreferencesPopup .modal-body {
        padding-left: 0;
        padding-right: 0;
    }
}

@media (max-width: 1199.98px) {
    h1, .h1 {
        font-size: 65px;
    }

    h2, .h2 {
        font-size: 43px;
    }

    h3, .h3 {
        font-size: 28px;
    }
}

@media (min-width: 992px) and (max-width: 1020px) {
    .container, .container-lg, .container-md, .container-sm {
        max-width: 938px;
    }
}

@media (min-width: 768px) and (max-width: 780px) {
    .container, .container-lg, .container-md, .container-sm {
        max-width: 715px;
    }
}

@media (min-width: 576px) and (max-width: 590px) {
    .container, .container-lg, .container-md, .container-sm {
        max-width: 520px;
    }
}

@media (max-width: 991.98px) {
    body {
        --desktop-padding: 50px;
    }
}

@media (max-width: 767.98px) {
    h1, .h1 {
        font-size: 60px;
    }

    h2, .h2 {
        font-size: 42px;
    }
}

@media (max-width: 575.98px) {
    body {
        --desktop-padding: 42px;
    }

    h1, .h1 {
        font-size: 45px;
    }

    h2, .h2 {
        font-size: 38px;
    }

    h3, .h3 {
        font-size: 22px;
    }

    .simple-text-01 {
        font-size: 20px;
    }

    .textwithline:not(.text_part):after,
    .textwithline.text_part > span:after {
        height: 7px;
        bottom: 0;
    }
}


.modal.bootbox .btn {
}

.video_placeholder_popup .modal-dialog {
    min-width: 900px;
    max-width: 95dvw;
    max-height: 90dvh;
}

.video_placeholder_popup .modal-footer {
    display: none;
}

.video_placeholder_popup .modal-dialog iframe {
    width: 100%;
    min-height: 60dvh;
    max-height: 80dvh;
}
.mt-3px {
    margin-top: 3px;
}
@media (max-width: 991.98px) {
    .simple-text-01 {
        font-size: 20px;
    }
    h1, .h1 {
        font-size: 55px;
    }

}
/* === globalheader === *//* === nav-05 === */

.nav-05 {
    color: var(--content-color-01);
}

    .nav-05 .logo {
        width: 27%;
    }

.fixed-top.scrolled {
    box-shadow: 0 8px 8px -6px rgb(0 0 0/20%);
}

.nav-05 .nav-item {
    padding: 16px 20.6px;
}

.nav-05 .nav-link {
    position: relative;
}

    .nav-05 .nav-link.currentpage:before {
        content: "";
        position: absolute;
        width: calc(100% + 7px);
        height: 6px;
        top: 13px;
        background-color: var(--content-color-04);
        z-index: -1;
        left: -3px;
    }

.nav-05 .logo img {
    max-height: 100px;
    max-width: 270px;
    object-fit: cover;
    transition: 0.3s all;
    width: 100%;
    height: auto;
    margin-bottom: -62px;
}

.nav-05 .topnav {
    display: flex;
    flex-direction: row;
    align-items: start;
    height: 76px;
    background-color: transparent;
    position: relative;
    z-index: 2;
    transition: 0.3s all;
    padding: 25px 35px 0;
}

.nav-phone,
.nav-email {
    display: flex;
    flex-direction: row;
    color: var(--content-color-04);
}

.nav-email {
    margin-left: 20px;
}

    .nav-phone svg,
    .nav-email svg {
        height: 44px;
        transition: 0.3s all;
    }


    .nav-phone div,
    .nav-email div {
        font-size: 22px;
        color: rgba(var(--navdark),1);
        line-height: 22px;
        font-weight: 600;
    }


    .nav-phone a,
    .nav-email a {
        font-size: 16px;
        font-weight: bold;
        text-decoration: none;
        color: rgba(var(--navdark),1);
        white-space: nowrap;
        transition: 0.3s all;
        display: inline-block;
        margin-left: 8px;
        letter-spacing: 0.3px;
    }

.nav-05 .contacts {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
}

.nav-05 .social {
    display: flex;
    flex-direction: row;
    justify-content: center;
    margin-left: 15px;
    margin-right: 5px;
}

    .nav-05 .social a {
        width: 35px;
        height: 35px;
        padding: 0;
        background-color: rgba(var(--navdark),1);
        display: flex;
        align-items: center;
        justify-content: center;
        border-radius: 50%;
        text-decoration: none;
        border: 2px solid rgba(var(--navdark),1);
        transition: 0.3s all;
        border: 2px solid var(--content-color-01) !important;
        font-size: 14px;
        margin-left: 5px !important;
    }

        .nav-05 .social a ~ a {
            margin-left: 7px;
        }

        .nav-05 .social a > i {
            color: #fff;
        }

        .nav-05 .social a > svg {
            fill: #fff;
            width: 13px;
            height: 13px;
        }

.nav-05 .contact-btn {
    white-space: nowrap;
    margin-left: 15px;
    transition: 0.3s all;
    height: 35px;
    letter-spacing: 2.2px;
    padding: 0px 14px;
}

    .nav-05 .contact-btn:before {
        content: "";
        font-weight: 400;
        font-size: 18px;
        font-family: "Font Awesome 5 Pro";
        margin-right: 9px;
    }

.nav-05 .bottomnav {
    background-color: transparent;
    transition: 0.3s all;
    position: relative;
    z-index: 1;
    padding: 0 29px;
}

.nav-05 .navbar {
    padding: 0;
}

.nav-05 #navbar-menu {
    justify-content: end;
    padding: 0;
}

.nav-link.dropdown-switch:after {
    content: "\f078";
    font-family: "Font Awesome 5 Pro";
    font-weight: 400;
    font-size: 12px;
    margin-left: 5px;
    bottom: 3px;
    position: relative;
}

.nav-item {
    font-size: 16px;
    font-weight: 600;
}

    .nav-item .nav-link {
        color: var(--content-color-01);
        text-decoration: none;
        letter-spacing: 0.2px;
    }

    .nav-item.lvl1 > .nav-link {
        padding: 0;
    }

    .nav-item.lvl1 > span.nav-link {
        cursor: context-menu;
    }

    .nav-item.lvl1 {
        transition: 0.3s all;
    }


.nav-05.scrolled .topnav, .blog-entry .nav-05 .topnav {
    background-color: rgba(var(--navdark),1);
    height: 75px;
}

.nav-05.scrolled .logo img, .blog-entry .nav-05 .logo img {
    max-height: 75px;
    max-width: 150px;
}

.nav-05.scrolled .nav-phone svg,
.nav-05.scrolled .nav-email svg,
.blog-entry .nav-05 .nav-phone svg,
.blog-entry .nav-05 .nav-email svg {
    fill: rgba(var(--navbg),1);
}

.nav-05.scrolled .nav-phone div, .nav-05.scrolled .nav-email div,
.nav-05.scrolled .nav-phone a, .nav-05.scrolled .nav-email a,
.blog-entry .nav-05 .nav-phone div, .blog-entry .nav-05 .nav-email div,
.blog-entry .nav-05 .nav-phone a, .blog-entry .nav-05 .nav-email a {
    color: rgba(var(--navbg),1);
}

.nav-05 .fas {
    position: relative;
    font-size: 18px;
}

.nav-05.scrolled .social a, .blog-entry .nav-05 .social a {
    border: 2px solid rgba(var(--navbg),1);
}

.nav-05 .logob {
    display: none;
}

@media(min-width: 768px) {
    .nav-05.scrolled .nav-phone a,
    .blog-entry .nav-05 .nav-phone a {
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        left: 175px;
        border-left: 2px solid var(--content-color-04);
        margin-top: 3px;
        padding-left: 15px;
    }
}

@media(min-width: 1400px) {
        .nav-05 .navbar-toggler + .nav-item.lvl1 {
        padding-left: 0;
    }

    .nav-05.scrolled, .blog-entry .nav-05 {
        height: 71px;
        background-color: #fff;
        box-shadow: 0px 0px 10px 3px rgba(0,0,0,0.2);
    }

        .nav-05.scrolled .bottomnav, .blog-entry .nav-05 .bottomnav {
            position: absolute;
            top: 50%;
            left: 0;
            width: fit-content;
            transform: translateY(-50%);
            z-index: 2;
            margin-left: auto;
            right: 0;
        }

        .nav-05.scrolled img.logob, .blog-entry .nav-05 img.logob {
            display: block;
            margin: 0;
            position: absolute;
            left: 15px;
            top: 50%;
            transform: translateY(-50%);
        }

        .nav-05.scrolled img:not(.logob), .blog-entry .nav-05 img:not(.logob) {
            display: none;
        }

        .nav-05.scrolled .nav-item .nav-link, .blog-entry .nav-05 .nav-item .nav-link {
            color: #231f20;
        }

        .nav-05.scrolled .social,
        .nav-05.scrolled .contact-btn,
        .blog-entry .nav-05 .social,
        .blog-entry .nav-05 .contact-btn {
            display: none;
        }

        .nav-05.scrolled .contact-btn,
        .blog-entry .nav-05 .contact-btn {
            padding: 13px 30px;
        }

    .nav-05:not(.scrolled, .blog-entry) #navbar-menu .nav-phone {
        display: none;
    }


    .nav-05.scrolled #navbar-menu .nav-phone,
    .blog-entry .nav-05 #navbar-menu .nav-phone {
        display: block;
    }


    .nav-item.lvl1:not(.item-dropdown):hover,
    .nav-item.lvl1.show:not(.item-dropdown) {
        background-color: rgba(var(--navdark),1);
    }

        .nav-item.lvl1:not(.item-dropdown):hover > .nav-link,
        .nav-item.lvl1.show:not(.item-dropdown) > .nav-link {
            color: rgba(var(--navbg),1);
        }

    .nav-05.scrolled .nav-item.lvl1:not(.item-dropdown):hover > .nav-link,
    .nav-05.scrolled .nav-item.lvl1.show:not(.item-dropdown) > .nav-link,
    .blog-entry .nav-05 .nav-item.lvl1:not(.item-dropdown):hover > .nav-link,
    .blog-entry .nav-05 .nav-item.lvl1.show:not(.item-dropdown) > .nav-link {
        color: #231f20;
    }


    .nav-item.lvl1.item-dropdown > .nav-link {
        position: relative;
        overflow: hidden;
    }

    .nav-item.lvl1.item-dropdown:hover > .nav-link,
    .nav-item.lvl1.show.item-dropdown > .nav-link {
        color: rgba(var(--navbg),1);
    }

    .nav-05.scrolled .nav-item.lvl1.item-dropdown:hover > .nav-link,
    .nav-05.scrolled .nav-item.lvl1.show.item-dropdown > .nav-link,
    .blog-entry .nav-05 .nav-item.lvl1.item-dropdown:hover > .nav-link,
    .blog-entry .nav-05 .nav-item.lvl1.show.item-dropdown > .nav-link {
        color: #231f20;
    }

    .nav-item.lvl1.item-dropdown:hover > .nav-link:before,
    .nav-item.lvl1.show.item-dropdown > .nav-link:before {
        transform: translateY(0%);
    }


    .nav-05.scrolled #navbar-menu .nav-phone .nav-link,
    .blog-entry .nav-05 #navbar-menu .nav-phone .nav-link {
        color: #20beca;
    }


    .nav-item.item-dropdown > .dropdown-item-menu {
        background-color: #20beca;
        width: 1100px;
        padding: 45px 0px;
        opacity: 0;
        pointer-events: none;
        transition: 0.3s opacity;
        position: fixed;
        right: 2rem;
        margin-top: 13px;
        border-radius: 10px;
        padding-top: 0;
        padding-bottom: 0;
        overflow: hidden;
        pointer-events: none;
    }

        .nav-item.item-dropdown > .dropdown-item-menu > .container{
            max-width: 100%;
        }

        .nav-item.item-dropdown.lvl1 > .dropdown-item-menu {
            box-shadow: 0px 0px 10px 4px #0000002e;
        }

    .nav-item.item-dropdown.show > .dropdown-item-menu {
        pointer-events: all;
    }

    .nav-item.item-dropdown.show.lvl1 > .dropdown-item-menu {
        pointer-events: all;
        opacity: 1;
        padding-top: 0;
        padding-bottom: 0;
    }

    .nav-item.item-dropdown > .dropdown-item-menu > div > .navlinks-wrapper {
        --bs-gutter-x: 1.5rem;
        --bs-gutter-y: 0;
        display: flex;
        flex-direction: row;
        align-items: flex-start;
        justify-content: flex-start;
        flex-wrap: wrap;
        margin-top: calc(-1 * var(--bs-gutter-y));
        align-items: stretch;
    }

    .nav-item.item-dropdown.lvl1 > .dropdown-item-menu > div > .navlinks-wrapper > .nav-item:nth-child(2) {
        width: 66%;
        max-width: 66%;
        flex: 66% 1 1;
        padding-left: calc(.5 * var(--bs-gutter-x));
        padding-right: calc(.5 * var(--bs-gutter-x));
        position: relative;
    }

        .nav-item.item-dropdown.lvl1 > .dropdown-item-menu > div > .navlinks-wrapper > .nav-item:nth-child(2):before {
            content: "";
            background-image: url(/images/menu_left.png);
            background-repeat: no-repeat;
            background-size: auto;
            background-position: 92% 55%;
            width: 86px;
            height: 799px;
            position: absolute;
            right: 5%;
            bottom: -88%;
        }

    .nav-item.item-dropdown.lvl1 > .dropdown-item-menu > div > .navlinks-wrapper > .nav-item .nav-link.dropdown-switch {
        padding: 20px 20px 0px 20px;
    }

    .nav-item.item-dropdown.lvl1 > .dropdown-item-menu > div > .navlinks-wrapper > .nav-item:nth-child(2) .nav-link.dropdown-switch {
        color: #7fedf5;
        font-size: 12px;
        text-transform: uppercase;
        letter-spacing: 2px;
    }

    .nav-item.item-dropdown.lvl1 > .dropdown-item-menu > div > .navlinks-wrapper > .nav-item:nth-child(3) .nav-link.dropdown-switch {
        color: #20beca;
        font-size: 12px;
        text-transform: uppercase;
        letter-spacing: 2px;
    }

    .nav-item.item-dropdown.lvl1 > .dropdown-item-menu > div > .navlinks-wrapper > .nav-item:nth-child(3) {
        width: 34%;
        max-width: 34%;
        flex: 34% 1 1;
        padding-left: calc(.5 * var(--bs-gutter-x));
        padding-right: calc(.5 * var(--bs-gutter-x));
        background-color: #fff;
        position: relative;
    }

        .nav-item.item-dropdown.lvl1 > .dropdown-item-menu > div > .navlinks-wrapper > .nav-item:nth-child(3):before {
            content: "";
            background-image: url(/images/menu_right.png);
            background-repeat: no-repeat;
            background-size: auto;
            background-position: 92% 55%;
            width: 86px;
            height: 799px;
            position: absolute;
            right: 5%;
            bottom: -88%;
            opacity: 0.4;
        }

        .nav-item.item-dropdown.lvl1 > .dropdown-item-menu > div > .navlinks-wrapper > .nav-item:nth-child(3) .nav-item {
            color: #1e2323;
        }

    .nav-item.item-dropdown > .dropdown-item-menu .nav-link {
        color: rgba(var(--navbg),1);
        text-decoration: none;
        text-transform: none;
        font-weight: 500;
        padding-left: 0;
        padding-right: 0;
        overflow: hidden;
    }

    .nav-item.lvl2.item-dropdown {
        display: flex;
        flex-direction: column;
    }

        .nav-item.lvl2.item-dropdown > .nav-link {
            width: 100%;
            display: block;
            min-width: 100%;
            padding-left: 0;
            padding-right: 0;
            background-color: rgba(var(--navlightdark),1);
            padding: 35px 35px 0px 35px;
        }

    .nav-item.lvl2 .dropdown-item-menu {
        position: static;
        transform: none;
        opacity: 1;
        width: 100%;
        background: transparent;
        padding: 20px 6px 20px 6px;
        background-color: rgba(var(--navlightdark),1);
        margin-top: 0;
    }

        .nav-item.lvl2 .dropdown-item-menu > div > .navlinks-wrapper {
            flex-direction: column;
        }

    .nav-item.item-dropdown > .dropdown-item-menu > div > .navlinks-wrapper > .nav-item.lvl3 {
        width: 100%;
        flex: 100%;
        max-width: 100%;
    }

    .nav-item.item-dropdown > .dropdown-item-menu .nav-item.lvl3 > .nav-link {
        padding-left: 20px;
        position: relative;
        font-size: 14px;
    }

    .nav-item.lvl3 > .nav-link:before {
        content: "\f105";
        font-family: "Font Awesome 5 Pro";
        font-weight: 300;
        font-size: 20px;
        position: absolute;
        left: 0;
        top: 5px;
    }

    .nav-05 .close_menu {
        display: none !important;
    }

    .mobile-menu-links {
        display: none;
    }

    .navlinks-wrapper-title {
        display: none;
    }

    .nav-item.item-dropdown.lvl1 {
        position: relative;
    }

        .nav-item.item-dropdown.lvl1:before {
            content: "";
            background-color: #20beca;
            position: absolute;
            left: 0;
            top: 0;
            width: 100%;
            height: 100%;
            border-top-left-radius: 10px;
            border-top-right-radius: 10px;
            transition: 0.3s all;
            opacity: 0;
            pointer-events: none;
            z-index: 1;
        }

        .nav-item.item-dropdown.lvl1.show:before {
            opacity: 1;
        }

        .nav-item.item-dropdown.lvl1 > .nav-link {
            z-index: 2;
        }

    .nav-item.item-dropdown.lvl2 .dropdown-item-menu .navlinks-wrapper {
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
    }

    .nav-item.item-dropdown > .dropdown-item-menu > div > .navlinks-wrapper > .nav-item.lvl3 {
        width: 50%;
        max-width: 50%;
        padding: 0px 15px 0px 15px;
    }

        .nav-item.item-dropdown > .dropdown-item-menu > div > .navlinks-wrapper > .nav-item.lvl3 > .nav-link {
            font-size: 16px;
            font-weight: 600;
            padding-left: 0;
        }

            .nav-item.item-dropdown > .dropdown-item-menu > div > .navlinks-wrapper > .nav-item.lvl3 > .nav-link:before {
                display: none !important;
            }

    .nav-item.item-dropdown.lvl1 > .dropdown-item-menu > div > .navlinks-wrapper > .nav-item:nth-child(3) .nav-item.lvl3 {
        width: 100%;
        max-width: 100%;
    }

    .nav-item.lvl2 > .nav-link.dropdown-switch:after {
        display: none !important;
    }
}

@media(max-width: 1399px) {
    .nav-05 .logo {
        width: auto;
        margin-right: 30px;
    }

    .nav-item > .nav-link.dropdown-switch {
        cursor: pointer !important;
    }

    .nav-05 #navbar-menu .nav-item {
        position: relative;
    }

    .nav-item > .nav-link.dropdown-switch {
        width: fit-content;
        position: initial;
    }

    .nav-05 .contact-btn {
        position: absolute;
        right: 140px;
        left: auto;
        top: 50%;
        transform: none;
        transform: translateY(-50%);
    }

    .nav-05 .social {
        position: absolute;
        right: 125px;
        left: auto;
        top: 50%;
        transform: none;
        transform: translateY(-50%);
    }

    .nav-05 .topnav .navbar-toggler {
        position: absolute;
        right: 15px;
        left: auto;
        top: 50%;
        transform: translateY(-50%);
        white-space: nowrap;
        margin-left: 15px;
        transition: 0.3s all;
        height: 35px;
        letter-spacing: 2.2px;
        padding: 0px 14px;
        background-color: #fff;
        color: #20beca;
        border: 0;
    }

    .nav-05 #navbar-menu .navbar-toggler {
        top: 36px;
        right: 35px;
        padding: 0;
        position: absolute;
    }

    .nav-05 .navbar-toggler .text {
        margin-left: 15px;
    }

    .hamburger-box {
        width: 16px;
        height: 14px;
    }

    .hamburger-inner, .hamburger-inner::before, .hamburger-inner::after {
        background-color: #20beca;
        width: 16px;
        height: 2px;
    }

    .navbar-toggler .hamburger-inner::before {
        top: -6px;
    }

    .navbar-toggler .hamburger-inner::after {
        top: -12px;
    }

    .nav-05.scrolled:not(.menu_open) .hamburger-inner, .nav-05.scrolled:not(.menu_open) .hamburger-inner::before, .nav-05.scrolled:not(.menu_open) .hamburger-inner::after,
    .blog-entry .nav-05:not(.menu_open) .hamburger-inner, .blog-entry .nav-05:not(.menu_open) .hamburger-inner::before, .blog-entry .nav-05:not(.menu_open) .hamburger-inner::after {
        background-color: #fff;
    }

    .nav-05.scrolled:not(.menu_open) .navbar-toggler, .blog-entry .nav-05:not(.menu_open) .navbar-toggler {
        background-color: var(--content-color-04);
    }

        .nav-05.scrolled:not(.menu_open) .navbar-toggler .text, .blog-entry .nav-05:not(.menu_open) .navbar-toggler .text {
            color: #fff;
        }

    .nav-05.scrolled .contact-btn,
    .nav-05.scrolled .social,
    .blog-entry .nav-05 .contact-btn,
    .blog-entry .nav-05.social {
        display: none;
    }

    .nav-05 .bottomnav {
        background-color: #20beca;
        z-index: 2;
    }

    .nav-item .nav-link {
        color: #fff;
    }

    .nav-item.lvl1 {
        border: 0;
    }


    .hpl01 + nav.fixed-top:not(.scrolled, .blog-entry) #navbar-menu {
        height: calc(100vh - 100px);
        overflow: auto;
        max-height: calc(100vh - 100px);
    }

    .nav-05.scrolled,
    .blog-entry .nav-05 {
        height: 71px;
        background-color: #fff;
    }

        .nav-05.scrolled img.logob,
        .blog-entry .nav-05 img.logob {
            display: block;
            margin: 0;
            position: absolute;
            left: 15px;
            top: 50%;
            transform: translateY(-50%);
        }

        .nav-05.scrolled img:not(.logob),
        .blog-entry .nav-05 img:not(.logob) {
            display: none;
        }

        
    .nav-05 #navbar-menu {
        position: fixed;
        background-color: #20beca;
        left: 0;
        top: 0;
        width: 100%;
        height: 100% !important;
        padding-top: 75px;
        overflow: auto;
        background-image: url(/images/handcomenubg.png);
        background-repeat: no-repeat;
        background-position: 75% 50%;
        z-index: 2 !important;
        display: block;
        transform: translateY(-100%);
        transition: transform 0.25s ease-out;
        overflow: hidden;
    }

    .menu_open .hamburger-inner, .menu_open .hamburger-inner::before, .menu_open .hamburger-inner::after {
        width: 30px;
        height: 3px;
    }

    .nav-05.menu_open #navbar-menu {
        transform: translateY(0%);
        transition: transform 0.25s ease-in;
    }

    .nav-05.menu_open .bottomnav {
        z-index: 2;
    }

    .nav-05.menu_open .nav-item.nav-phone {
        display: none !important;
    }

    .nav-05 .close_menu {
        position: absolute;
        right: 20px;
        top: 15px;
        background: none;
        border: none;
        outline: none;
        color: #fff;
        font-size: 30px;
        z-index: 999;
    }

    .nav-05 .nav-link.currentpage:before {
        display: none;
    }

    .nav-05 .bottomnav .navbar-toggler .text {
        display: none;
    }

    .nav-05 #navbar-menu .navbar-toggler {
        background-color: transparent !important;
        transition: none !important;
        border: none;
        padding: 0;
    }

    .item-dropdown.lvl2 .dropdown-item-menu .container {
        padding-left: 0;
        padding-right: 0;
    }

    .nav-05 .bottomnav .hamburger-inner, .nav-05 .bottomnav .hamburger-inner::before, .nav-05 .bottomnav .hamburger-inner::after {
        background-color: #fff;
    }

    .nav-05.menu_open .nav-phone,
    .nav-05.menu_open .logo,
    .nav-05.menu_open .social,
    .nav-05.menu_open .contact-btn {
        display: none;
    }

    .nav-05 .mobile-menu-links {
        position: absolute;
        bottom: 0;
        left: 0;
        width: 100%;
        height: 85px;
        display: flex;
        flex-direction: row;
        align-items: center;
        justify-content: center;
        background-color: #1ab1bc;
        z-index: 2;
    }

        .nav-05 .mobile-menu-links .social,
        .nav-05 .mobile-menu-links .contact-btn {
            display: flex;
            transform: none;
            position: static;
        }

    .nav-item.lvl1 {
        margin: 10px 25px;
        padding: 0 !important;
    }

        .nav-item.lvl1 > .nav-link {
            font-size: 24px;
        }

    .nav-link.dropdown-switch:after {
        content: "";
        display: none;
    }

    .lvl1 > .dropdown-item-menu {
        position: fixed;
        background-color: #20beca;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        padding-top: 80px;
        max-height: calc(100vh);
        overflow: auto;
        background-image: url(/images/handcomenubg.png);
        background-repeat: no-repeat;
        background-position: 75% 80%;
        z-index: 1;
        transform: translateX(100%);
        transition: 0.3s all;
        z-index: 3;
    }


    .lvl1.item-dropdown.show > .dropdown-item-menu {
        transform: translateX(0px);
    }

    .dropdown-switch {
        position: relative;
    }

        .dropdown-switch > .dd_caret {
            position: absolute;
            top: 0;
            right: 0;
            height: 100%;
            width: 36px;
            display: flex;
            align-items: center;
            justify-content: center;
        }

    .nav-05 #navbar-menu .navbar-toggler {
        z-index: 4;
    }

    .dropdown-switch > .dd_caret:before {
        content: "\f054";
        font-family: "Font Awesome 5 Pro";
        font-weight: 400;
        font-size: 20px;
    }

    .dropdown-item-menu .container {
        position: relative;
    }

    .navlinks-wrapper-title {
        font-size: 30px;
        font-weight: 700;
        line-height: 75px;
        position: absolute;
        top: -75px;
        left: 30px;
        display: flex;
        align-items: center;
        left: 0;
    }

        .navlinks-wrapper-title.lvl1:before {
            content: "\f053";
            font-family: "Font Awesome 5 Pro";
            font-weight: 400;
            font-size: 20px !important;
            display: inline-flex;
            width: 40px;
            height: 40px;
            border: 2px solid #fff;
            align-items: center;
            justify-content: center;
            border-radius: 50%;
            margin-right: 15px;
            font-size: 26px;
            transition: 0.3s all;
            cursor: pointer;
            letter-spacing: -0.9px;
        }

        .navlinks-wrapper-title.lvl1:hover:before {
            color: #20beca;
            background-color: #fff;
        }

        .navlinks-wrapper-title.lvl2 {
            font-weight: 600;
            font-size: 14px;
            color: var(--content-color-20);
            text-transform: uppercase;
            letter-spacing: 2.6px;
            position: relative;
            top: 0;
            left: 0 !important;
            line-height: 1;
            padding-top: 30px;
            padding-bottom: 14px;
        }

    .item-dropdown.lvl2 {
        margin-bottom: 21px;
    }

    .nav-item.lvl3 .nav-link {
        padding-bottom: 0;
    }

    .hoveritem.show .nav-item > .nav-link.dropdown-switch {
        display: none;
    }

    .lvl2 .nav-link.dropdown-switch {
        display: block;
    }

    .nav-05 .lvl1 > .dropdown-item-menu .nav-item {
        padding: 0px 0px;
    }

    .nav-05 .lvl1 > .dropdown-item-menu .nav-link {
        font-size: 18px;
        padding-left: 0;
        padding-right: 0;
    }

    .nav-05.menu_open .topnav {
        width: 50px;
        right: 0;
        left: auto;
        float: right;
    }
}

@media(max-width: 991px) {
    .nav-05 .contacts {
        flex-direction: column;
    }

    .nav-phone svg, .nav-email svg {
        display: none;
    }

    .nav-phone div span,
    .nav-email div span {
        display: none;
    }
}

@media(max-width: 767px) {
    .nav-05 .logo img:not(.logob) {
        display: block;
        margin: 0;
        position: absolute;
        left: 15px;
        top: 50%;
        transform: translateY(-50%);
        width: 240px;
    }

    .nav-05.scrolled .logo img:not(.logob),
    .blog-entry .nav-05 .logo img:not(.logob) {
        opacity: 0;
        pointer-events: none;
    }

    .nav-05 .social,
    .nav-05 .contact-btn {
        display: none;
    }

    .nav-05 .nav-phone a {
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        right: 145px;
    }

    .nav-05 div.nav-phone {
        display: none;
    }
}

@media(max-width: 575px) {
    .nav-05 .logo img {
        width: 170px !important;
    }

    .nav-05 .contacts {
        display: none;
    }

    .navlinks-wrapper-title.lvl2 {
        font-size: 12px;
    }

    .navlinks-wrapper-title {
        left: 30px !important;
    }
}

/* === nav-05 === *//* === content-header-03 === */

.content-header-03 {
    background-size: cover;
    background-position: center;
    text-align: center;
    height: 550px;
    position: relative;
}

    .content-header-03:before {
        content: "";
        background: rgb(0,0,0);
        background: linear-gradient(0deg, rgba(0,0,0,0) 0%, rgba(0,0,0,1) 100%);
        display: block;
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        height: 50%;
        opacity: 0.4;
    }

.content-header-03-title {
    color: #fff;
}

.content-header-03 .subtitle {
    color: #fff;
    margin-bottom: 10px;
}


@media(max-height: 750px) and (min-width: 1200px){
    .content-header-03{
        height: 350px;
    }
}

@media (max-width: 575.98px) {
    .content-header-03 {
        height: 380px;
    }

}
@media (max-width: 767.98px) {
    .content-header-03-title {
        max-width:400px;
        margin:auto;
    }
}
@media (max-width: 575.98px) {
    .content-header-03-title {
        font-size: 45px;
        margin-bottom: 36px !important;
        line-height: 47px;
    }
}
/* === content-header-03 === *//* === content-01 === */

.content-01 {
    padding: var(--desktop-padding) 0 calc(var(--desktop-padding) + 5px);
    text-align: center;
    background-color: rgb(255, 255, 255);
    color: var(--content-color-02);
}

.content-01-title {
    margin-bottom: 20px;
}

h3.content-01-title {
    font-style: italic;
}

.content-01-text {
    margin: auto;
    /*    max-width: 860px;*/
}

.content-01 .textwithline {
    padding-top: 23px;
    letter-spacing: -0.9px;
    margin: auto;
    color: var(--content-color-05);
}

    .content-01 .textwithline:after {
        bottom: 0px;
        height: 12px;
    }

.content-01 table td {
    padding: 1rem;
}

    .content-01 table td:first-child {
        padding-left: 0rem;
    }

    .content-01 table td:last-child {
        padding-right: 0rem;
    }

@media (max-width: 991.98px) {
    .content-01 .textwithline {
        padding-top: 10px;
    }
}

@media (max-width: 575.98px) {
    .content-01 .textwithline {
        padding-top: 20px;
    }

        .content-01 .textwithline:after {
            bottom: 0px;
            height: 7px;
        }
}

/* === content-01 === *//* === featurettes-05 === */

.featurettes-05 {
    overflow: hidden;
}
    .featurettes-05 h2 {
        font-size: 55px;
        color: #1e2323;
    }
    .featurettes-05 .featurettes-05-imagewrapper {
        font-size: 14px;
        color: #9a9ca3;
    }
    .featurettes-05 .featurettes-05-date-line {
        font-size: 18px;
        color: #1e2323;
        font-weight: 700;
        margin-top:8px;
    }
    .featurettes-05 > .container {
        padding: 50px 0px 60px;
    }

    .featurettes-05 .color-container {
        padding: calc(var(--desktop-padding) + 16px) 0 calc(var(--desktop-padding) + 10px);
    }

    .featurettes-05 .row {
        --bs-gutter-x: 2rem;
    }

.featurettes-05-item {
    position: relative;
    overflow: hidden;
    padding: 25px 27px 25px;
    padding-right: 16px;
    height: 100%;
    border-radius: 12px;
    background-color: var(--content-color-01);
}

.featurettes-05 .main-title {
    margin-top: 20px;
    margin-bottom: 30px;
}

.featurettes-05-counter {
    font-size: 14px;
    top: 0;
    right: 0;
    font-weight: 500;
    color: var(--content-color-09);
    position: absolute;
    margin-top: 17px;
    margin-right: 22px;
}
.featurettes-05-text {
    font-size:16px;
}
.featurettes-05 .background-title {
    top: 180px;
}

.featurettes-05-item:after {
    content: "\f054";
    position: absolute;
    font-family: "Font Awesome 5 Pro";
    font-size: 16px;
    letter-spacing: 0;
    line-height: 0;
    font-weight: 400;
    right: 25px;
    bottom: 36px;
    color: var(--content-color-04);
}

.featurettes-05-image {
    position: relative;
    object-fit: cover;
    height: 100%;
    max-height: 60px;
    object-fit: contain;
    object-position: left;
    max-width: 65px;
}

.featurettes-05 .container {
    position: relative;
}

.featurettes-05-title {
    width: 100%;
    margin-bottom: 11px;
    color: var(--content-color-04);
}

.featurettes-05-text {
    height: auto;
}

    .featurettes-05-text p:last-child {
        margin-bottom: 0;
    }

.featurettes-05-btn {
    background-color: transparent;
    text-decoration: none;
    padding: 10px 20px;
    border-radius: 40px;
}

.featurettes-05 .row {
    padding: 0 20px;
}

.featurettes-05 .featurettes-05-content > a {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: none;
    border: 0;
    border-radius: 0;
}

.featurettes-05 .featurettes-05-item {
    position: relative;
    box-shadow: 0px 0px 0px 0px rgba(0,0,0,0.2);
    transition: 0.3s all;
}

    .featurettes-05 .featurettes-05-item:hover {
        box-shadow: 0px 0px 10px 1px rgba(0,0,0,0.2);
        transform: scale(1.05)
    }

        .featurettes-05 .featurettes-05-item:hover:active,
        .featurettes-05 .featurettes-05-item:active {
            transform: scale(1.01);
        }

.featurettes-05 .color-container {
    position: absolute;
    background-color: var(--content-color-06);
    border-radius: 20px;
    width: calc(100% + 153px);
    height: 100%;
    overflow: hidden;
    left: 50%;
    top: 0;
    transform: translateX(-50%);
    pointer-events: none;
}

.featurettes-05 .background-title {
    color: var(--content-color-08);
    position: absolute;
    transform: rotate(-90deg);
    font-size: 434px;
    font-weight: bold;
    white-space: nowrap;
    left: 0;
    right: 0;
    letter-spacing: -69px;
}
@media (max-width: 1399.98px) {
   /* .featurettes-05 .background-title {
        transform: rotate(-90deg) translateX(-44%);
    }*/
    .featurettes-05 h2 {
        font-size: 50px;
        color: #1e2323;
    }
}

@media (max-width: 991.98px) {
    .featurettes-05 h2 {
        font-size: 40px;
        color: #1e2323;
    }
    .featurettes-05 .row {
        padding: 0 35px;
    }

    .featurettes-05 .main-title {
        margin-top: 12px;
        margin-bottom: 25px;
    }

    .featurettes-05 .color-container {
        padding: calc(var(--desktop-padding) + 16px) 0 calc(var(--desktop-padding) / 2);
    }

    .featurettes-05 .background-title {
        /* transform: rotate(-90deg) translateX(-50%);*/
        font-size: 265px;
        letter-spacing: -39px;
    }
/*
    .featurettes-05 .slick-initialized .slick-slide {
        width: 341px !important;
    }
    .featurettes-05 .slick-initialized .slick-slide:last-child {
        width: 684px !important;
    }*/
    
}
@media (width >= 575.98px) {
  /*  .featurettes-05 .slick-initialized .slick-slide {
        width: 253px !important;
    }

        .featurettes-05 .slick-initialized .slick-slide:last-child {
            width: 508px !important;
        }*/
}
@media (width >= 767.98px) {
  /*  .featurettes-05 .slick-initialized .slick-slide {
        width: 341px !important;
    }

        .featurettes-05 .slick-initialized .slick-slide:last-child {
            width: 684px !important;
        }*/
}

@media (max-width: 767.98px) {
    .featurettes-05 .background-title {
        /*transform: rotate(-90deg) translateX(-100%);*/
        font-size: 224px;
        letter-spacing: -11px;
    }

    .featurettes-05 {
        overflow: hidden;
    }

        .featurettes-05 .color-container {
            width: 100%;
            border-radius: 0;
        }
        .featurettes-05 h2 {
            font-size: 36px;
            color: #1e2323;
        }
        

}

@media (max-width: 575.98px) {
    .featurettes-05 h2 {
        font-size: 30px;
        color: #1e2323;
    }
    .featurettes-05 .slick-initialized .slick-slide {
        width: unset;
    }

      /*  .featurettes-05 .slick-initialized .slick-slide:last-child {
            width: unset;
        }*/
    .featurettes-05 .color-container {
        margin: 0;
        
    }

    .featurettes-05 .main-title {
        margin-bottom: 12px;
    }

    .featurettes-05 .row {
        padding: 0;
    }

    .featurettes-05 .background-title {
        font-size: 226px;
        transform: rotate(-90deg) translateX(-71%);
        top: -74px;
    }
   
}


.featurettes05-items.slick-initialized .slick-track > .slick-slide {
    height: auto;
    padding-right: calc(var(--bs-gutter-x) * .5);
    padding-left: calc(var(--bs-gutter-x) * .5);
}

.featurettes-05 .slick-list {
    overflow: visible;
}

.featurettes-05 .btn {
    border: 2px solid #1e2323;
    background-color: transparent;
    color: #1e2323;
    margin-left: 20px;
    margin-right: 20px;
}

.featurettes-05 .featurettes05-carousel-arrows {
    position: absolute;
    top: 50%;
    width: 100%
}

.featurettes-05 .prev-slide {
    float: left;
    padding-left: 15px;
}

.featurettes-05 .next-slide {
    float: right;
}

.featurettes-05 .slick-disabled {
    display: none !important;
}

.featurettes-05 .slick-list {
    margin-top: var(--bs-gutter-y);
}
@media (min-width: 991.98px) {
 /*   .featurettes-05 .slick-initialized .slick-slide {
        width: 25% !important;
    }
        .featurettes-05 .slick-initialized .slick-slide:last-child {
            width: 50% !important;
        }*/
}
@media (max-width: 767.98px) {
    .featurettes-05 .btn {
        margin-left: 6px;
        margin-right: 6px;
    }

        .featurettes-05 .btn.circle {
            height: 49px;
            width: 49px;
        }
}

/* === featurettes-05 === *//* === blog-featured === */

.blog-featured01 {
    padding: 60px 0px;
    /*margin-top: 180px*/
    overflow: hidden;
}
.blogfeatured-item {
    background-color: #ebebec;
}
.blog-featured01 .row {
    --bs-gutter-x: 38px;
    --bs-gutter-y: 38px;
}
.blogfeatured-items.slick-initialized .slick-track > .slick-slide {
    height: auto;
    padding-right: calc(var(--bs-gutter-x) * .5);
    padding-left: calc(var(--bs-gutter-x) * .5);
}
.blog-featured01 .slick-list {
    overflow: visible;
}
.blog-featured01 .btn {
    border: 2px solid #1e2323;
    background-color: transparent;
    color: #1e2323;
    margin-left:20px;
    margin-right:20px;

}

.blog-featured01 .blog-carousel-arrows {
    position: absolute;
    top: 60%;
    width: 100%
}
.blog-featured01 .prev-slide {
    float: left;
    padding-left: 15px;
}
.blog-featured01 .next-slide {
    float: right;
}
.blog-featured01 .slick-disabled {
    display:none !important;
}
.blog-featured01 h1 {
    text-align: center;
    margin-bottom: 45px;
}

    .blog-featured01 .blogfeatured-item {
        border-radius: 10px;
        overflow: hidden;
        position: relative;
        height: 100%;
    }

.blogfeatured-item.top-item {
    display: flex;
    align-items: flex-end;
    min-height: 300px;
    padding: 25px;
    color: #fff;
}


    .blogfeatured-item.top-item:before {
        content: "";
        z-index: 2;
        background: rgba(0, 0, 0, 0.7);
        background: linear-gradient(180deg, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 1) 100%);
        position: absolute;
        left: 0;
        bottom: 0;
        width: 100%;
        height: 100%;
        opacity: 0.7;
        transition: 0.3s all;
    }

    .blogfeatured-item.top-item:hover:before {
        opacity: 1;
    }

    .blogfeatured-item.top-item > a {
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        z-index: 4;
    }

.blog-featured01 img {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: 1;
}

.blog-featured01 .content {
    position: relative;
    z-index: 3;
}

    .blog-featured01 .content h2 {
        font-size: 24px;
        line-height: 28px;
        color: #fff;
        color: var(--content-color-04);
    }

.blog-featured01 .top-item .content h2 {
    color: #fff;
}

.blog-featured01 .content .date {
    font-size: 14px;
}

.blog-featured01 .image-wrapper {
    height: 210px;
    position: relative;
    overflow: hidden;
}
.blog-featured01 h2 {
    font-size: 55px;
    color: #1e2323;
    margin-bottom:30PX;
}
/*.blogfeatured-item:not(.top-item) {
    box-shadow: 0px 0px 10px 5px rgba(0,0,0,0.1);
}*/
.blogfeatured-item:not(.top-item) .content {
    padding: 25px;
}

    .blogfeatured-item:not(.top-item) .title {
        margin-top: 15px;
        margin-bottom: 15px;
    }


.blog-featured01 .brief {
    font-size: 16px;
}

.blog-featured01 .content > a {
    margin-top: 10px;
    display: flex;
    align-items: center;
    color: var(--content-color-04);
    font-size: 12px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 2.2px;
}

    .blog-featured01 .content > a svg {
        width: 15px;
        height: 15px;
        margin-right: 10px;
    }

.blog-featured01 .hidden-item {
    margin: 0 !important;
}

    .blog-featured01 .hidden-item .blogfeatured-item {
        display: none;
    }

.blog-featured01 .show_more {
    height: 50px;
    width: 100%;
    display: block;
}
@media (max-width: 1399.98px) {
    .blog-featured01 h2 {
        font-size: 50px;
        color: #1e2323;
    }
}
@media (max-width: 991.98px) {
    .blog-featured01 h2 {
        font-size: 40px;
        color: #1e2323;
    }
}
@media (max-width: 767.98px) {
    .blog-featured01 h2 {
        font-size: 36px;
        color: #1e2323;
    }
    .blog-featured01 .btn.circle {
        height: 49px;
        width: 49px;
    }
    .blog-featured01 .btn {
        margin-left: 6px;
        margin-right: 6px;
    }
}
@media (max-width: 575.98px) {
    .blog-featured01 h2 {
        font-size: 30px;
        color: #1e2323;
    }

}
/* === blog-featured === *//* === useful_links2 === */

.useful-links2 {
    background-color: var(--content-color-06);
    padding: calc(var(--desktop-padding) + 7px) 0 var(--desktop-padding);
    overflow: hidden;
    position:relative;
    border-radius:20px;
}

    .useful-links2 .position-relative {
        z-index:1;
    }


    .useful-links2 .color-container {
        position: absolute;
        background-color: var(--content-color-06);
        border-radius: 20px;
        width: calc(100% + 153px);
        height: 100%;
        overflow: hidden;
        left: 50%;
        top: 0;
        transform: translateX(-50%);
        pointer-events: none;
        padding: calc(var(--desktop-padding) + 16px) 0 calc(var(--desktop-padding) + 10px);
        z-index: 1;
    }
    .useful-links2 .background-title {
        color: var(--content-color-08);
        position: absolute;
        transform: rotate(0deg);
        font-size: 434px;
        font-weight: bold;
        white-space: nowrap;
        left: -100px;
        right: 0;
        letter-spacing: -24px;
        top: 90px;
    }




    .useful-links2 .subtitle {
        margin-bottom: 20px;
    }
    .useful-links2 .text {
        font-size: 18px;
        color: #45464c;
        max-width: 530px;
    }

    .useful-links2 .title {
        margin-bottom: 30px;
        margin-bottom: 30px;
        font-size: 55px;
        color: #1e2323;
    }


    .useful-links2 .row {
        --bs-gutter-x: 2rem;
    }

    .useful-links2 .text-line {
        background-color: var(--content-color-01);
        display: flex;
        align-items: center;
        padding: 20px 26px;
        letter-spacing: 2.5px;
        border-radius: var(--common-border-radius-02);
        font-weight: 600;
        font-size: 12px;
        color: var(--content-color-04) !important;
        text-decoration: none !important;
        text-transform: uppercase;
        height: 100%;
    }

        .useful-links2 .text-line:before {
            content: "\f054";
            font-family: "Font Awesome 5 Pro";
            font-size: 15px;
            font-weight: 400;
            margin-right: 11px;
            line-height: 0;
        }

    .useful-links2 .line-container {
        margin-bottom: 13px;
    }

@media(min-width: 1200px) and (max-height: 700px) {
    .useful-links2 {
        padding: calc(var(--desktop-padding) * 0.6) 0;
    }
}


@media (max-width: 991.98px) {
    .useful-links2 {
        padding: var(--desktop-padding) 0;
    }

        .useful-links2 .subtitle {
            margin-bottom: 12px;
        }

        .useful-links2 .title {
            margin-bottom: 18px;
        }
}
@media (max-width: 1399.98px) {
    .useful-links2 .title {
        font-size: 50px;
    }
}
@media (max-width: 991.98px) {
    .useful-links2 .title {
        font-size: 40px;
    }
}
@media (max-width: 767.98px) {
    .useful-links2 .title {
        font-size: 36px;
    }
    .useful-links2 {
        border-top-left-radius: 0;
        border-top-right-radius: 0;
    }
}
@media (max-width: 575.98px) {
    .useful-links2 .title {
        font-size: 30px;
    }
    
}
/* === useful_links2 === *//* === call-to-action-01 === */

.cta-01 {
    padding: 70px 0;
    background-color: rgb(153, 153, 153);
    background-image: url('/images/harris-xero-gold.jpg');
    background-position: center center;
    background-blend-mode: luminosity;
    background-size: cover;
    color: #fff;
    position: relative;
    margin-top: -20px;
}
body:has(.useful-links2) .cta-01::before { 
    display:none;
}
    .cta-01:before,
    .cta-01:after {
        content: "";
        display: block;
        position: absolute;
        left: 0;
        height: 20px;
        width: 100%;
        background-color: #fff;
    }

    .cta-01:before {
        border-bottom-left-radius: 20px;
        border-bottom-right-radius: 20px;
        top: 0;
    }

    .cta-01:after {
        border-top-left-radius: 20px;
        border-top-right-radius: 20px;
        bottom: 0;
    }

    .cta-01,
    .cta-01 .container,
    .cta-01 .container .row {
        min-height: 509px;
    }

.cta-01-title {
    font-size: 70px;
    font-weight: 600;
    margin-bottom: 14px;
    color: var(--content-color-01);
    letter-spacing: -1.8px;
    line-height: 1.1;
}

    .cta-01-title.textwithline:after {
        height: 23px;
        bottom: 5px;
    }

    .cta-01-title.textwithline.text_part:after {
        display: none;
    }

.cta-01-text {
    margin: 0 auto 22px;
    max-width: 790px;
    margin-left: 0;
    letter-spacing: 0px;
}

    .cta-01-text p:last-of-type {
        margin-bottom: 0;
    }

.cta-01-btn {
    max-width: 218px;
}

.cta-01-phone {
    text-transform: uppercase;
    margin-top: 10px;
    font-weight: 700;
}

@media(max-height:700px) and (min-width: 1200px) {
    .cta-01, .cta-01 .container, .cta-01 .container .row {
        min-height: 300px;
    }
}

@media (max-width: 1399.98px) {
    .cta-01 {
        background-position: 86% center;
    }

        .cta-01 .container .row > .col-12:first-child {
            max-width: 600px;
        }
}

@media (max-width: 1199.98px) {
    .cta-01 {
        background-position: 80% center;
    }

    .cta-01-title {
        font-size: 65px;
    }

    .cta-01 .container .row > .col-12:first-child {
        max-width: 525px;
    }
}

@media (max-width: 991.98px) {
    .cta-01 {
        background-position: 59% center;
    }
}

@media (max-width: 767.98px) {
    .cta-01 {
        background-position: 25% center;
    }

        .cta-01, .cta-01 .container, .cta-01 .container .row {
            min-height: 455px;
        }

    .cta-01-title {
        font-size: 65px;
    }
}

@media (max-height: 567px) {
    .cta-01-title {
        font-size: 50px;
    }
}

@media (max-width: 575.98px) {
    .cta-01-title {
        font-size: 50px;
    }

    .cta-01, .cta-01 .container, .cta-01 .container .row {
        min-height: 400px;
    }
}

@media (max-width: 420px) {
    .cta-01-title {
        font-size: 45px;
    }
}

/* === call-to-action-01 === *//* === faq-02 === */

.faq02b {
    padding: calc(var(--desktop-padding) * 0.6) 0;
    background-color: var(--content-color-01);
    position: relative;
    border-radius: var(--common-border-radius-01) var(--common-border-radius-01) 0 0;
    scroll-margin-top: 95px;
}

    .faq02b ul {
        padding-left: 25px;
        list-style: none;
    }

        .faq02b ul li {
            position: relative;
        }

            .faq02b ul li::before {
                content: "";
                position: absolute;
                width: 15px;
                height: 18px;
                background-size: 100%;
                left: -24px;
                background-position: center;
                top: 3px;
            }

    .faq02b .block-top-text {
        color: var(--content-color-05);
    }

    .faq02b .benefits .block-top-text {
        color: #5c76a7;
    }

    .faq02b .benefits-part .background-title {
        font-size: 215px;
        top: 70%;
        color: var(--content-color-18);
    }

.faq-titles {
    width: 60.3%;
}

.benefits-part {
    width: 39.7%;
    padding-left: 60px;
}

.faq02b .benefits .title {
    font-size: 48px;
    font-weight: bold;
    margin-bottom: 12px;
    z-index: 1;
    line-height: 1;
    margin-top: 23px;
}

/*.faq02b .faq-body p {
    margin-bottom: 0;
}*/

.faq02b .faq-item {
    padding: 27px 0px 25px;
}

.faq02b .faq-toggle {
    border: 0;
    outline: none !important;
    width: 100%;
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    justify-content: space-between;
    font-weight: bold;
    padding: 0;
    text-align: left;
    background-color: transparent;
    color: var(--content-color-04);
    letter-spacing: -0.1px;
    line-height: 1.3;
    position: relative;
    padding-right: 55px;
    margin: 0;
}

.faq02b .benefits .text {
    letter-spacing: -0.6px;
    z-index: 1;
}

.faq02b .faq-toggle svg:nth-child(1) {
    width: 22px;
    fill: #369339;
}

.faq02b .faq-toggle svg:nth-child(2) {
    width: 16px;
    fill: #000;
}


.faq02b .faq-toggle:not(.collapsed) svg:nth-child(1) {
    display: none;
}

.faq02b .faq-toggle.collapsed svg:nth-child(2) {
    display: none;
}

.faq-toggle .btn2:before {
    margin-right: 18px;
    font-size: 25px;
    font-family: "Font Awesome 5 Pro";
    transition: color 0.4s, top 0.4s, margin 0.4s, font-size 0.15s ease-out, right 0.15s ease-out;
}

.faq-toggle:not(.collapsed) .btn2:hover:before {
    right: 0;
}

.faq-toggle .btn2:before {
    content: "\f054";
    color: var(--content-color-04);
}

.faq-toggle:not(.collapsed) .btn2:before {
    content: "\f00d";
    display: flex;
    justify-content: center;
    width: 100%;
    font-size: 25px;
    font-weight: 200;
    color: var(--content-color-19);
    margin-right: 35px;
}

.faq02b .faq-toggle .btn2::after {
    padding: 20px;
    transition: all 0.4s;
}

.faq02b .benefits:before {
    content: "";
    height: 21.5%;
    width: 65%;
    position: absolute;
    bottom: 0px;
    right: -118px;
}

.faq-toggle .btn2:after {
    margin: 0;
}

.faq02b .faq-body {
    padding-right: 65px;
    margin-top: 4px;
}

.faq02b .faq-item:first-child {
    border-top: 1px solid rgb(230 230 230);
}

.faq02b .faq-item {
    border-bottom: 1px solid rgb(230 230 230);
}
    .faq02b .faq-item .faq-toggle {
        cursor: pointer;
    }

.faq02b-btn {
    margin-top: 27px;
    padding-top: 17px;
    padding-bottom: 17px;
}

    .faq02b-btn svg {
        width: 16px;
        fill: #fff;
        margin-left: 15px;
        transform: translateY(-1px);
    }

.faq02b .title {
    margin-top: 17px;
    letter-spacing: -1.5px;
    margin-bottom: 26px;
}

.faq02b .benefits {
    padding: 60px 64px;
    border-radius: var(--common-border-radius-02);
    position: relative;
    background-color: var(--content-color-10);
    color: #fff;
    overflow: hidden;
    margin-left: 10px;
    text-align: center;
    min-height: 572px;
    align-items: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.faq02b .textwithline:after {
    background-color: var(--content-color-01);
    height: 18px;
    bottom: -4px;
}

.faq02b .faq_list {
    margin-top: 0px;
}

.faq02b .accordion-collapse {
    max-height: 0 !important;
    display: block;
    transition: 0.4s all;
    overflow: hidden;
}

.faq02b .faq-toggle:not(.collapsed) + div {
    max-height: 1000px !important;
    margin-top: 9px;
}

.faq02b button:not(.collapsed) .btn2 {
    opacity: 0.3;
}

.faq02b .benefits::after {
    content: "";
    width: 148px;
    height: 83px;
    display: block;
    background-size: cover;
    background-repeat: no-repeat;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: -36px;
}

.faq02b .bline:first-child {
    border-bottom: 1px solid #38383870;
}

.faq02b .bline {
    border-bottom: 1px solid #38383870;
}

.faq02b .bline {
    display: flex;
    flex-direction: row;
    align-items: center;
}

    .faq02b .bline .bicon {
        min-width: 40px;
    }

        .faq02b .bline .bicon img {
            max-width: 30px;
            max-height: 24px;
        }

    .faq02b .bline .btext {
        font-size: 16px;
        font-weight: 400;
        padding: 11.7px 0px;
        margin-left: 25px;
        position: relative;
    }

        .faq02b .bline .btext:before {
            content: "\f054";
            font-family: 'Font Awesome 5 Pro';
            position: absolute;
            left: -24px;
        }

.faq02b .benefits .faq02b-btn {
    width: 100%;
    white-space: nowrap;
    margin-top: 15px;
    max-width: 215px;
    padding: 14px;
    z-index: 1;
}

.faq02b .btn2 {
    right: 0;
    position: absolute;
    font-weight: 400;
    margin-right: 11px;
}

@media(min-width: 1200px) and (max-height: 700px) {
    .faq02b {
        padding: calc(var(--desktop-padding) * 0.6) 0;
    }
}

@media (max-width: 1199.98px) {
    .faq02b .benefits {
        padding: 42px 35px
    }
}

@media (max-width: 991.98px) {
    .benefits-part {
        width: 50%;
        padding-left: 12px;
    }

    .faq02b {
        padding: var(--desktop-padding) 0;
    }

        .faq02b .title {
            margin-top: 12px;
            margin-bottom: 20px;
        }

        .faq02b .benefits .title {
            font-size: 45px;
        }
}

@media (max-width: 767.98px) {
    .faq02b .bothparts {
        display: flex;
        flex-direction: column;
    }

    .faq-titles {
        width: 100%;
    }

    .benefits-part {
        width: 100%;
        padding-left: 0;
    }

    .faq02b .benefits {
        margin-left: 0;
    }

        .faq02b .benefits .title {
            font-size: 45px;
        }

    .faq02b .benefits {
        min-height: 365px;
    }

    .faq02b .btn2, .faq-toggle .btn2:before {
        margin-right: 0 !important;
    }

    .faq02b .faq-toggle {
        padding-right: 30px;
    }

    .faq02b .faq-body {
        padding-right: 0;
    }
}

@media (max-width: 575.98px) {
    .case-studies-carousel-arrows {
        margin-top: 22px;
    }

    .faq02b .benefits {
        min-height: 340px;
    }

    .faq02b {
        z-index: 1;
    }
}
.faq02b .readmoree {
    display: none;
}
.faq02b-btn {
    max-width: 218px;
}
@media (max-width: 1399.98px) {
    .faq02b h2 {
        font-size: 50px;
    }
}
@media (max-width: 991.98px) {
    .faq02b h2 {
        font-size: 40px;
    }
    .faq02b .benefits-part {
        display: none;
    }
    .faq-titles {
        width:100%;
    }
}
@media (max-width: 767.98px) {
    .faq02b h2 {
        font-size: 36px;
    }
}
@media (max-width: 575.98px) {
    .faq02b h2 {
        font-size: 30px;
    }
}
/* === faq-02 === *//* === our-team-01 === */

.our-team-01 {
  padding: 20px 0 20px;
  position:relative;
  overflow:hidden;
}
    .our-team-01::before {
        content: "";
        background-color: #ebebec;
        position: absolute;
        left: 20px;
        right: 20px;
        top: 0;
        bottom: 0;
        border-radius: 20px;
        z-index: -1;
    }/*
.our-team-title {
  font-size: 25px;
  font-weight: 300;
  line-height: 30px;
  margin-bottom: 30px;
}

.employee {
  margin-bottom: 30px;
}

.employee-image {
  margin-bottom: 20px;
}

.employee-image img {
  width: 100%;
  max-width: 100%;
}

.employee-name {
  font-size: 21px;
  font-weight: 700;
  line-height: 25px;
  margin-bottom: 5px;
}

.employee-position {
  font-size: 19px;
  font-weight: 300;
  line-height: 28px;
}*/















.team-title {
    font-weight: 700;
    font-size: 55px;
    letter-spacing: -0.5px;
    margin-bottom: 50px;
}


/* Card-like person block */
.person-card {
    background: #ffffff;
    border-radius: 10px;
    box-shadow: 0 6px 14px rgba(0,0,0,0.06);
    padding: 26px 22px;
    min-height: 140px;
}


    .person-card .avatar {
        width: 124px;
        height: 124px;
        object-fit: cover;
        border-radius: 50%;
        /*box-shadow: 0 6px 12px rgba(0,0,0,0.06);
        border: 6px solid #f3f4f4;*/ /* subtle ring to match sample */
        object-position: 0 top;
    }


.person-name {
    font-weight: 700;
    font-size: 24px;
    margin-bottom: 2px;
}

.person-role {
    text-transform: uppercase;
    letter-spacing: 1px;
    font-size: 12px;
    color: #bababa;
}


.person-contact a {
    font-size:15px;
    text-decoration: none;
    display: block;
    margin-top: 6px;
}
.person-contact a.mt-3px {
    margin-top:3px;
}

/* spacing when avatar on left and content on right */
.person-inner {
    gap: 18px;
}


@media (max-width: 767.98px) {
    .team-title {
        font-size: 30px;
    }

    .person-card {
        padding: 30px;
    }
}


.our-team-items.slick-initialized .slick-track > .slick-slide {
    height: auto;
    padding-right: calc(var(--bs-gutter-x) * .5);
    padding-left: calc(var(--bs-gutter-x) * .5);
}

.our-team-01 .slick-list {
    overflow: visible;
}

.our-team-01 .btn {
    border: 2px solid #1e2323;
    background-color: transparent;
    color: #1e2323;
    margin-left: 20px;
    margin-right: 20px;
}

.our-team-01 .our-team-carousel-arrows {
    position: absolute;
    top: 50%;
    width: 100%
}

.our-team-01 .prev-slide {
    float: left;
    padding-left: 15px;
}

.our-team-01 .next-slide {
    float: right;
}

.our-team-01 .slick-disabled {
    display: none !important;
}
@media (max-width: 1399.98px) {
   .team-title {
        font-size: 50px;
    }
}
@media (max-width: 991.98px) {
    .team-title {
        font-size: 40px;
    }
}
@media (max-width: 767.98px) {
    .team-title {
        font-size: 36px;
    }
    .our-team-01 .person-card.d-flex {
        display:block !important;
    }
    .our-team-01 .person-card .avatar {
        width:100%;
        height:unset;
        aspect-ratio: 1 / 1;
        margin-bottom:15px;
    }
    .our-team-01::before {
        border-radius: 0;
        left: 0;
        right: 0;
    }
}
@media (max-width: 575.98px) {
    .team-title {
        font-size: 30px;
    }
    .our-team-01 .person-card .avatar {
        width: 200px;
        height: unset;
        aspect-ratio: 1 / 1;
        margin-bottom: 15px;
        left: 50%;
        position: relative;
        margin-left: -100px;
    }
    .our-team-01 .align-items-center {
        text-align:center;
    }
}
@media (max-width: 767.98px) {
    .our-team-01 .btn {
        margin-left: 6px;
        margin-right: 6px;
    }

        .our-team-01 .btn.circle {
            height: 49px;
            width: 49px;
        }
}
/* === our-team-01 === *//* === video-3-in-row === */

.video3inrow {
    position: relative;
    overflow: hidden;
    margin: 0px 0px 0px;
    padding: 70px 0px 70px;
}
    .video3inrow .video_placeholder video {
        width: 100%;
        height: 100%;
        display: inline-block;
        vertical-align: middle;
    }

    .video3inrow .video_placeholder {
        display: inline-block;
        vertical-align: middle;
    }

 /*   .video3inrow::before {
        content: "";
        background-color: #ebebec;
        position: absolute;
        left: 65px;
        right: 65px;
        top: 0;
        bottom: 0;
        border-radius: 20px;
        z-index: -1;
    }*/


    .video3inrow .row {
        --bs-gutter-x: 65px;
        --bs-gutter-y: 85px;
    }

    .video3inrow .block_title {
        margin-bottom: 20px;
    }

    .video3inrow .read_line {
        font-size: 24px;
        color: #e6351f;
        font-weight: 600;
        margin-bottom: 15px;
    }

    .video3inrow .image-wrapper {
        width: 100%;
        height: 100%;
        overflow: hidden;
        border-radius: 10px;
    }

        .video3inrow .image-wrapper img {
            width: 100%;
            height: 100%;
            object-fit: cover;
        }

  /*  .video3inrow .videos:not(.slick-initialized) {
        display: none;
    }*/

    .video3inrow .videos .slick-list {
        overflow: visible;
    }
    /* the slides */
    .video3inrow .videos .slick-slide {
        margin: 0 16px;
    }

    /* the parent */
    .video3inrow .videos .slick-list {
        margin: 0 -16px;
    }

    .video3inrow .videos .item {
        position: relative;
        overflow: hidden;
        border-radius: 10px;
    }

        .video3inrow .videos .item .video_placeholder {
            width: 100%;
            height: auto;
            aspect-ratio: 305/207;
            background-position: center;
            background-size: cover;
            cursor: pointer;
        }

        .video3inrow .videos .item:not(:has(iframe))::before {
            content: "";
            background-color: rgba(0,0,0,0.47);
            position: absolute;
            left: 0;
            top: 0;
            width: 100%;
            height: 100%;
            pointer-events: none;
            z-index: 1;
        }
.video_placeholder_popup video {
    height:85vh;

}

.video_placeholder_popup .bootbox-body {
    text-align:center;
}
.video3inrow .videos .item:not(:has(iframe))::after {
    content: "\f04b";
    font-family: 'Font Awesome 5 Free';
    background-color: rgba(255,255,255,0.47);
    z-index: 2;
    position: absolute;
    left: 50%;
    top: 50%;
    width: 70px;
    height: 70px;
    place-content: center;
    display: grid;
    font-weight: 700;
    color: #fff;
    font-size: 20px;
    border-radius: 50%;
    transform: translate(-50%,-50%);
    pointer-events: none;
    transition: 0.4s all;
}

        .video3inrow .videos .item:hover::after {
            transform: translate(-50%,-50%) scale(1.05);
        }

    .video3inrow .videos_nav {
        display: flex;
        align-items: center;
        justify-content: flex-end;
        margin-top: 10px;
        gap: 6px;
    }

        .video3inrow .videos_nav button {
            width: 70px;
            height: 70px;
            border-radius: 50%;
            background: #fff;
            border: none;
            outline: none;
            font-size: 24px;
            display: grid;
            place-content: center;
        }


@media(max-width: 1199px) {
    .video3inrow::before {
        left: 0px;
        right: 0px;
    }
}

@media(max-width: 991px) {
    .video3inrow {
        padding: 65px 0px 40px;
    }

        .video3inrow::before {
            bottom: 20px;
        }

        .video3inrow .row {
            --bs-gutter-x: 20px;
            --bs-gutter-y: 30px;
        }

        .video3inrow .videos_nav {
            justify-content: center;
        }

            .video3inrow .videos_nav button {
                width: 56px;
                height: 56px;
            }

        /* the slides */
        .video3inrow .videos .slick-slide {
            margin: 0 10px;
        }

        /* the parent */
        .video3inrow .videos .slick-list {
            margin: 0 -10px;
        }
}
.video3inrow .video_placeholder .hidden {
    display: none;
}
@media(max-width: 915px) {
    .video_placeholder_popup .modal-dialog {
        min-width: unset;
        max-width: 95dvw;
        max-height: 90dvh;
    }
}



.video-items.slick-initialized .slick-track > .slick-slide {
    height: auto;
    padding-right: calc(var(--bs-gutter-x) * .5);
    padding-left: calc(var(--bs-gutter-x) * .5);
}

.video3inrow .slick-list {
    overflow: visible;
}

.video3inrow .btn {
    border: 2px solid #1e2323;
    background-color: transparent;
    color: #1e2323;
    margin-left: 20px;
    margin-right: 20px;
}

.video3inrow .video-carousel-arrows {
    position: absolute;
    top: 50%;
    width: 100%
}

.video3inrow .prev-slide {
    float: left;
    padding-left: 15px;
}

.video3inrow .next-slide {
    float: right;
}

.video3inrow .slick-disabled {
    display: none !important;
}
.video3inrow .slick-list {
    margin-top: var(--bs-gutter-y);
}
@media (max-width: 1399.98px) {
    .video3inrow .block_title {
        font-size: 50px;
    }
}
@media (max-width: 991.98px) {
    .video3inrow .block_title {
        font-size: 40px;
    }
}
@media (max-width: 575.98px) {
    .video3inrow .block_title {
        font-size: 30px;
    }
}
@media (max-width: 767.98px) {
    .video3inrow .btn {
        margin-left: 6px;
        margin-right: 6px;
    }

        .video3inrow .btn.circle {
            height: 49px;
            width: 49px;
        }
}
/* === video-3-in-row === *//* === useful_links === */

.useful-links {
    background-color: var(--content-color-06);
    padding: calc(var(--desktop-padding) + 7px) 0 var(--desktop-padding);
}

    .useful-links .subtitle {
        margin-bottom: 20px;
    }

    .useful-links .title {
        margin-bottom: 30px;
    }

    .useful-links .row {
        --bs-gutter-x: 2rem;
    }

    .useful-links .text-line {
        background-color: var(--content-color-01);
        display: flex;
        align-items: center;
        padding: 20px 26px;
        letter-spacing: 2.5px;
        border-radius: var(--common-border-radius-02);
        font-weight: 600;
        font-size: 12px;
        color: var(--content-color-04) !important;
        text-decoration: none !important;
        text-transform: uppercase;
        height: 100%;
    }

        .useful-links .text-line:before {
            content: "\f054";
            font-family: "Font Awesome 5 Pro";
            font-size: 15px;
            font-weight: 400;
            margin-right: 11px;
            line-height: 0;
        }
    .useful-links.arrow_down .text-line:before {
        content: "\f33d";
    }

    .useful-links .line-container {
        margin-bottom: 13px;
    }

@media(min-width: 1200px) and (max-height: 700px) {
    .useful-links {
        padding: calc(var(--desktop-padding) * 0.6) 0;
    }
}




@media (max-width: 1399.98px) {
    .useful-links .title {
        font-size: 50px;
    }
}
@media (max-width: 991.98px) {
    .useful-links {
        padding: var(--desktop-padding) 0;
    }

        .useful-links .subtitle {
            margin-bottom: 12px;
        }

        .useful-links .title {
            margin-bottom: 18px;
        }

        .useful-links .title {
            font-size: 40px;
        }
}
@media (max-width: 767.98px) {
    .useful-links .title {
        font-size: 36px;
    }
}
@media (max-width: 575.98px) {
    .useful-links .title {
        font-size: 30px;
    }
}
/* === useful_links === *//* === accreditations === */

.accreditations {
    padding: calc(var(--desktop-padding) + -28px) 0 calc(var(--desktop-padding) + -15px);
}
    .accreditations .subtitle {
        margin-bottom: 27px;
    }
    .accreditations .accreditations-img {
        object-fit: contain;
        max-height: 75px;
    }
.accr-img-container {
    width: auto;
    height: 100%;
    display: flex;
    justify-content: center;
}
@media (max-width: 1199.98px) {
    .accr-img-container {
        margin-bottom: 30px;
        height: 55px;
    }
    .accr-items {
        margin-bottom: -30px;
    }
}
@media (max-width: 991.98px) {
    .accreditations {
        padding: var(--desktop-padding) 0;
    }
        .accreditations .subtitle {
            margin-bottom: 22px;
        }
    .accr-img-container {
        margin-bottom: 30px;
        height: 38px;
    }
}
@media (max-width: 767.98px) {

    .accr-img-container {
        flex: 0;
        height: 62px;
    }
}
@media (max-width: 575.98px) {
    .accr-img-container {
        
    }
    .accr-img-container:last-child:nth-child(odd) {
        width: 100%;
    }
    .accreditations .accreditations-img {
        max-width: 120px;
    }
    .accr-img-container {
        height: 40px;
    }
}
@media (max-width: 425.98px) {


    .accreditations .accreditations-img {
        max-width: 90px;
    }

}
/* === accreditations === *//* === footer-06 === */

.footer-06 {
    padding: 0;
}

    .footer-06 .row {
        --bs-gutter-x: 2rem;
    }

.footer-06-block {
    background-color: var(--content-color-04);
    color: var(--content-color-01);
    border-radius: var(--common-border-radius-02);
    height: 100%;
    padding: 37px 46px;
}

    .footer-06-block .title {
        color: var(--content-color-01);
        font-size: 36px;
        letter-spacing: -1.2px;
        margin-bottom: 2px;
    }

.footer-06 .icon {
    font-size: 32px;
    margin-bottom: 3px;
}

.footer-06 .tel a {
    text-decoration: none !important;
    color: var(--content-color-01) !important;
    font-weight: 500;
    font-size: 18px;
}

.footer-06 .email a {
    text-decoration: none !important;
    color: var(--content-color-01) !important;
    font-weight: 500;
    font-size: 16px;
}

.footer-06 .addr {
    font-weight: 400;
    font-size: 16px;
    line-height: 1.4;
}

    .footer-06 .addr p {
        margin-bottom: 2px;
    }

.footer-06 .btn.circle {
    border-color: var(--content-color-01);
    font-size: 17px;
    margin-left: 5px;
    margin-top: 5px;
    height: 25px;
    width: 25px;
}

    .footer-06 .btn.circle svg {
        width: 16px;
        height: 16px;
        min-width: 16px;
        min-height: 16px;
        fill: #fff;
    }

    .footer-06 .social {
        flex-wrap: wrap;
        flex-direction: row;
        align-items: end;
        height: fit-content;
        align-self: end;
    }

@media (max-width: 1199.98px) {
    .footer-06 .row .col-12 {
        margin-top: calc(var(--bs-gutter-x) * .5 * 2);
    }
}

@media (max-width: 991.98px) {
    .footer-06 .row .col-12 {
        margin-top: calc(var(--bs-gutter-x) * .5 * 1.5);
    }
}

@media (max-width: 767.98px) {
    .footer-06 .row {
        --bs-gutter-x: 1.5rem;
    }

    .footer-06-block .title {
        font-size: 28px;
    }
}

@media (max-width: 575.98px) {
    .footer-06 .row .col-12, .footer-06 .row .col:not(:first-child) {
        margin-top: calc(var(--bs-gutter-x) * .5 * 1.5);
    }

    .footer-06 .row {
        display: flex;
        flex-direction: column;
    }

    .footer-06 .social {
        width: 100%;
    }

    .footer-06-block {
        padding: 27px;
    }
}

/* === footer-06 === *//* === footer-01 === */

.footer-01 {
    padding: calc(var(--desktop-padding) + -18px) 0;
    background-color: var(--content-color-01);
}

    .footer-01 .row {
        --bs-gutter-x: 2rem;
    }

    .footer-01 p {
        margin-bottom: 0px;
    }

        .footer-01 p.addr_line span:after {
            content: ",";
        }

        .footer-01 p.addr_line span:last-of-type:after {
            content: "";
        }

    .footer-01 a {
        text-decoration: none;
        color: inherit !important;
    }

.footer-01-title {
    font-weight: 700;
    font-size: 22px;
    margin-bottom: 23px;
    letter-spacing: -0.4px;
    margin-top: 5px;
}

.footer-01 .footer-name-design {
    margin-top: 32px;
    font-weight: 400;
    font-size: 14px;
    letter-spacing: 0.1px;
}

.footer-01 .link {
    margin-bottom: 8.6px;
}

.footer-01 .footer-links a {
    color: var(--content-color-03) !important;
    text-decoration: none !important;
    font-size: 16px;
    font-weight: 400;
    min-width: 50px;
    display: inline-block;
}

.footer-01-design a {
    color: var(--content-color-03) !important;
    text-decoration: none !important;
}

.footer-logo {
    max-width: 100%;
}

@media (max-width: 991.98px) {
    .footer-01 {
        padding: var(--desktop-padding) 0 calc(var(--desktop-padding) + -18px);
    }
}

@media (max-width: 767.98px) {
    .footer-01-title {
        margin-top: 0;
    }
    .footer-01 {
        padding-bottom:60px;
    }
    .footer-links {
        margin-bottom: 20px;
    }

    .footer-01 .footer-name-design {
        margin-top: 20px;
    }
}

@media (max-width: 575px) {
    .footer-01 .col-12 {
        margin-bottom: 30px
    }

    .footer-01-title {
        margin-bottom: 10px;
    }

    .footer-01 .col-12 {
        margin-bottom: 10px;
    }

    .footer-links {
        margin-bottom: 10px;
    }

    .footer-01 .footer-name-design {
        margin-bottom: 15px;
    }
}

/* === footer-01 === */