/*=====================================================*/
/* Advansys PageExpress Custom Responsive Stylesheet   */
/*=====================================================*/

:root {
  --body-background: rgb(255, 255, 255);
  --body-color: rgb(0, 0, 0);
  --body-font: "Open Sans", sans-serif;
  --h1-font: "Open Sans", sans-serif;
  --h2-font: "Open Sans", sans-serif;
  --h3-font: "Open Sans", sans-serif;
  --h4-font: "Open Sans", sans-serif;
  --text-primary: rgb(0, 0, 0);
  --text-secondary: rgb(255, 255, 0);
  --cookie-background: rgb(255, 255, 255);
  --cookie-text-color: rgb(0, 0, 0);
  --button-background: rgb(0, 0, 0);
  --quickinquiry-background: rgb(238, 238, 238);
  --quickinquiry-color: rgb(68, 68, 68);
  --quickinquiry-tab-background: (
    ((quickinquiry-tab-background))
  );
  --navbar-hamburguer-icon-color: (
    ((navbar-hamburguer-icon-color))
  );
  --navbar-phone-color: rgb(255, 255, 255);
  --sticky-header-background: (
    ((sticky-header-background))
  );
  --navbar-phone-icon: rgb(255, 255, 255);
  --nav-mobile-backgroundcolor: (
    ((nav-mobile-backgroundcolor))
  );
  --navlink-mobile-bordercolor: (
    ((navlink-mobile-bordercolor))
  );
  --nav-link-color-mobile: rgb(255, 255, 255);
  --nav-link-color: rgb(0, 0, 0);
  --footer-background: rgb(0, 0, 0);
  --footer-textcolor: rgb(255, 255, 255);
  --sticky-header-text-color: (
    ((sticky-header-text-color))
  );
  --required_color: rgb(255, 0, 0);
  --h1-fontsize: 52px;
  --h2-fontsize: 40px;
  --h3-fontsize: 28px;
  --h4-fontsize: 24px;
  --h1-fontweight: normal;
  --h2-fontweight: normal;
  --h3-fontweight: normal;
  --h4-fontweight: normal;
  --header_promo_line_bgcolor: (
    ((header_promo_line_bgcolor))
  );
  --header_promo_line_textcolor: (
    ((header_promo_line_textcolor))
  );
  /*-----------------------------------------------------------------------*/
  /* Custom Variables */
  --input_height: 40px;
  --hpl01-h: 0px;
}

/* Fonts */
@import url(/fonts/uniform/faces.css);
@import url(/fonts/fontawesome/faces.min.css);
@import url(/fonts/fontawesome6/all.min.css);

:root {
  --color-black: #393939;
  --color-white: #ffffff;
  --color-red: red;
  --color-gray: #9c9c9c;
  --color-gray-bg: #9d9d9d;
  --color-blueTr: rgba(6, 56, 122, 0.72);
  --color-orange: #e36b25;
  --color-orange-darker: #d05914;
  --color-orangeTr: rgba(243, 123, 25, 0.72);
  --font-family-1: "Uniform 1", sans-serif;
  --font-family-2: "Uniform 2", sans-serif;
  --font-family-3: "Uniform 3", sans-serif;
  --font-family-4: "Uniform 4", sans-serif;
  --font-family-5: "Uniform 5", sans-serif;
  --font-family-6: "Uniform 6", sans-serif;
  /* --font-family-6: "Uniform 6", sans-serif; */
}

@font-face {
  font-family: "Montserrat Bold";
  font-style: normal;
  font-weight: 700;
  src: url("/fonts/Montserrat-Bold.ttf") format("truetype");
}

@font-face {
  font-family: "Montserrat SemiBold";
  font-style: normal;
  font-weight: 600;
  src: url("/fonts/Montserrat-SemiBold.ttf")
    format("truetype");
}

:root {
  --font-family-num: "Montserrat Bold", sans-serif;
  --font-family-nav: "Montserrat SemiBold", sans-serif;
}

body {
  font-family: var(--font-family-3);
  font-size: 16px;
}

footer > div[id],
main > div[id] {
  scroll-margin: 100px;
}

a {
  color: var(--color-orange);
  text-decoration: none;
}

a:hover {
  color: var(--color-orange-darker);
}

.section-desc {
  color: var(--color-gray);
  font-family: var(--font-family-4);
  font-size: 14px;
  letter-spacing: 2px;
  text-transform: uppercase;
  margin-bottom: 37px;
}

h1, .h1 {
  font-size: 80px;
  line-height: 80px;
  font-family: var(--font-family-3);
}

h2, .h2 {
    font-size: 48px;
    line-height: 48px;
    font-family: var(--font-family-3);
}

h1.white,
h2.white,
.h1.white,
.h2.white {
  color: var(--color-white) !important;
}

h3,
.h3 {
  font-family: var(--h3-font);
  font-size: var(--h3-fontsize);
  font-weight: var(--h3-fontweight);
}

h4,
.h4 {
  font-family: var(--h4-font);
  font-size: var(--h4-fontsize);
  font-weight: var(--h4-fontweight);
}

@media screen and (max-height: 575.97px) and (min-width: 992px) {

    h2, .h2 {
        font-size: 38px;
    }
}

    @media screen and (max-width: 1199.97px) {
        h1 {
            font-size: 72px;
            line-height: 72px;
        }

        .section-desc {
            margin-bottom: 30px;
        }
    }

    @media screen and (max-width: 991.97px) {
        h1 {
            font-size: 60px;
            line-height: 60px;
        }
    }

    @media screen and (max-width: 767.97px) {
        h1 {
            font-size: 48px;
            line-height: 48px;
        }
    }

    @media (max-width: 575.97px) {
        h1 {
            font-size: 44px;
            line-height: 44px;
        }

        h2 {
            font-size: 40px;
            line-height: 48px;
        }

        .section-desc {
            margin-bottom: 20px;
        }
    }

    .form-control {
        min-height: var(--input_height);
    }

    .btn {
        color: var(--color-white);
        font-size: 18px;
        font-family: var(--font-family-4);
        letter-spacing: -0.0025em;
        height: 62px;
        max-width: 215px;
        display: flex;
        justify-content: center;
        align-items: center;
        background-color: var(--color-orange);
        border-radius: 10px;
    }

        .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(--button-background);
        color: #fff;
        cursor: pointer;
    }

        .btn-primary:hover {
            color: #fff;
            text-decoration: none;
            background-color: var(--button-background);
            background-color: var(--button-background);
        }

        .btn-primary:not([disabled]):not(.disabled).active,
        .btn-primary:not([disabled]):not(.disabled):active,
        .show > .btn-primary.dropdown-toggle {
            background-color: var(--button-background);
            background-color: var(--button-background);
        }

        .btn-primary:focus,
        .btn-primary:active,
        .btn-primary:visited,
        .btn-primary:link {
            color: #fff;
            text-decoration: none;
            background-color: #000;
            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: var(--quickinquiry-tab-background);
    }

    /* 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.blocked {
        pointer-events: 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;
            text-wrap: auto;
            font-size: 14px;
            padding-top: 3px;
        }

    .form .form-error {
        font-size: 15px;
    }

    .form textarea.form-control {
        resize: none;
        height: 220px;
    }

    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: var(--required_color);
        border-color: var(--required_color);
    }

    .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: var(--quickinquiry-background);
        z-index: 99;
        color: var(--quickinquiry-color);
        transition-property: all;
        transition-duration: 0.5s;
        transition-timing-function: cubic-bezier(0, 1, 0.5, 1);
    }

        .right-tab iframe {
            border: none;
            width: 100%;
            height: 350px;
        }

    .right-tab-button {
        background: var(--quickinquiry-tab-background);
        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: 350px;
  position: fixed;
  z-index: 999;
  left: 20px;
  bottom: 20px;
  background-color: var(--cookie-background);
  color: var(--cookie-text-color);
  box-shadow: 0px 0px 9px 2px rgba(0, 0, 0, 0.2);
  border: 1px solid rgba(0, 0, 0, 0.2);
  padding: 30px;
}

#cookie .cookie-text {
  padding-bottom: 0;
}

#cookie .cookie_learn_more {
  padding-bottom: 10px;
}

#cookie .cookie_learn_more a {
  display: block;
  margin-top: 10px;
  color: var(--button-background);
}

#cookie .cookie_preferences_button button {
  width: 100%;
  border-radius: 0;
  margin-bottom: 10px;
  background-color: gray;
}

#cookie #cookie-content > .btn {
  width: 100%;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
} */

    /* Cookie styles Start */

    #cookie {
        position: fixed;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        background-color: rgba(0, 0, 0, 0.4);
        z-index: 1100;
    }

    .CookiePreferencesPopup {
        z-index: 1101;
    }

        .CookiePreferencesPopup .modal-content {
            --bs-modal-color: #0f0f0f;
        }

    #cookie-content {
        width: calc(100% - 40px);
        max-width: 290px;
        position: fixed;
        z-index: 999;
        left: 35px;
        bottom: 30px;
        background-color: #fff;
        color: #393939;
        box-shadow: 0 0 9px 2px rgba(0, 0, 0, 0.2);
        border: 1px solid rgba(0, 0, 0, 0.2);
        padding: 30px;
        text-align: center;
    }

    #cookie .cookie-text {
        padding-bottom: 0;
        font-size: 16px;
        font-weight: 500;
        line-height: 22px;
    }

    #cookie .cookie_learn_more {
        padding-bottom: 10px;
    }

        #cookie .cookie_learn_more a {
            display: block;
            margin-top: 10px;
            text-align: center;
            text-transform: uppercase;
            font-weight: 500;
            color: #e36b25;
            margin-bottom: 25px;
        }

    #cookie .cookie_preferences_button button {
        width: 100%;
        margin-bottom: 10px;
        background: none;
        color: #272727;
        border: 2px solid #272727;
        border-radius: 30px;
        padding: 16px 30px;
        text-transform: uppercase;
        font-family: var(--font-family-4);
    }

    #cookie #cookie-content > .btn {
        border-radius: 0;
        font-size: 16px;
        text-transform: uppercase;
        padding: 17px 30px;
        font-weight: 500;
        border-radius: 30px;
        color: #fff;
        background-color: var(--color-orange);
        width: 100%;
        font-family: var(--font-family-4);
    }

    /* Cookie styles End */

    /* Hamburger */

    .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: var(--navbar-hamburguer-icon-color);
            border-radius: 4px;
            position: absolute;
            transition: transform ease 0.15s;
        }

    /* Hamburger animations (minimised) */
    .navbar-toggler .hamburger-inner {
        top: auto;
        bottom: 0;
        transition-delay: 0.13s;
        transition-timing-function: cubic-bezier( 0.55, 0.055, 0.675, 0.19 );
        transition-duration: 0.13s;
    }

        .navbar-toggler .hamburger-inner:after {
            content: "";
            display: block;
            top: -20px;
            transition: top 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1) 0.2s, opacity 0.1s linear;
        }

        .navbar-toggler .hamburger-inner:before {
            content: "";
            display: block;
            top: -10px;
            transition: top 0.12s cubic-bezier(0.33333, 0.66667, 0.66667, 1) 0.2s, transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19);
        }

    .navbar-toggler.is-active .hamburger-inner {
        transition-delay: 0.22s;
        transition-timing-function: cubic-bezier( 0.215, 0.61, 0.355, 1 );
        transform: translate3d(0, -10px, 0) rotate(-45deg);
    }

        .navbar-toggler.is-active .hamburger-inner:after {
            top: 0;
            transition: top 0.2s cubic-bezier(0.33333, 0, 0.66667, 0.33333), opacity 0.1s linear 0.22s;
            opacity: 0;
        }

        .navbar-toggler.is-active .hamburger-inner:before {
            top: 0;
            transition: top 0.1s cubic-bezier(0.33333, 0, 0.66667, 0.33333) 0.16s, transform 0.13s cubic-bezier(0.215, 0.61, 0.355, 1) 0.25s;
            transform: rotate(-90deg);
        }

    .page404 .content-01 {
        text-align: center;
        padding: 45px 0px;
    }

    .page404 .btn {
        margin: 10px 5px auto;
    }

    .page404 .btn-wrapper {
        margin-top: 15px;
    }

    [data-var][contenteditable="true"] {
        outline: 2px dashed #254d7a;
        outline-offset: -2px;
    }

    @media (min-width: 768px) {
        body {
            margin-top: 125px;
        }

        .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;
    }

    .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;
        z-index: 1111;
    }

        .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 input[type="number"] {
        border: none !important;
        outline: none !important;
        width: 90px;
        position: relative;
        z-index: 1;
        -moz-appearance: textfield;
        text-align: center;
    }

        .pagination input[type="number"]:focus + label {
            opacity: 0;
            z-index: 0;
            pointer-events: none;
        }

        .pagination input[type="number"]::-webkit-outer-spin-button,
        .pagination
        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: 5px;
        }

    @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(--button-background);
        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 {
        height: 50px;
        width: 50px;
        border-radius: 50%;
        color: #fff;
        background-color: var(--color-orange);
        /* 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 0.3s ease-out;
        transition: transform 0.3s ease-out;
        box-shadow: 0 0 0 4px rgba(0, 0, 0, 0.1);
        -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;
    }

        .mobile-fixed-email-button:hover {
            color: #fff;
        }

    @keyframes bounce_border {
        0% {
            box-shadow: 0 0 0 4px rgba(0, 0, 0, 0.1);
        }

        17% {
            box-shadow: 0 0 0 4px rgba(0, 0, 0, 0.1);
        }

        22% {
            box-shadow: 0 0 0 8px rgba(0, 0, 0, 0.1);
        }

        25% {
            box-shadow: 0 0 0 4px rgba(0, 0, 0, 0.1);
        }

        30% {
            box-shadow: 0 0 0 8px rgba(0, 0, 0, 0.1);
        }

        35% {
            box-shadow: 0 0 0 4px rgba(0, 0, 0, 0.1);
        }

        100% {
            box-shadow: 0 0 0 4px rgba(0, 0, 0, 0.1);
        }
    }

    .cookiepref h2.title {
        font-weight: 400;
        font-size: 22px;
        margin: 0;
    }

    .cookiepref div.company_name {
        font-size: 14px;
    }

    .cookiepref .nav a {
        font-size: 14px;
        color: #000 !important;
        padding: 5px 15px !important;
    }

        .cookiepref .nav a.active {
            color: #fff !important;
            background-color: #000;
            border-radius: 0;
        }

    .cookiepref .main-body {
        display: flex;
        flex-direction: column;
    }

        .cookiepref .main-body .tabs .tab-pane:not(.active) {
            display: none;
        }

        .cookiepref .main-body .tabs .text {
            font-size: 14px;
        }

            .cookiepref .main-body .tabs .text a {
                color: var(--body-color);
            }

            .cookiepref .main-body .tabs .text > *:last-child {
                margin-bottom: 0;
            }

        .cookiepref .main-body .tabs h4 {
            font-weight: 400;
        }

    .cookiepref .line {
        position: relative;
        margin-top: 15px;
    }

        .cookiepref .line ~ .line {
            margin-top: 10px;
        }

        .cookiepref .line input {
            position: absolute;
            width: 1px;
            height: 1px;
            opacity: 0;
        }

            .cookiepref .line input + label,
            .cookiepref .line.forced label {
                padding-left: 45px;
                cursor: pointer;
                transform: translateY(0px);
                display: inline;
            }

                .cookiepref .line input + label:before,
                .cookiepref .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;
                }

                .cookiepref .line input + label:after,
                .cookiepref .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;
                }

                .cookiepref .line input:checked + label:before,
                .cookiepref .line.forced label:before {
                    background-color: #61a746;
                }

                .cookiepref .line input:checked + label:after,
                .cookiepref .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;
    }

    ol.bigdot_ol {
        column-count: 2;
        gap: 80px;
        counter-reset: item;
        list-style-type: none;
        padding-left: 0;
    }

        ol.bigdot_ol li {
            display: inline-block;
            padding-left: 50px;
            position: relative;
            padding-right: 30px;
            min-width: 100%;
            margin-bottom: 20px;
        }

            ol.bigdot_ol li:before {
                content: counter(item) "  ";
                position: absolute;
                left: 0;
                width: 36px;
                height: 36px;
                background-color: #1d1d1d;
                border-radius: 50%;
                counter-increment: item;
                color: #fff;
                display: flex;
                justify-content: center;
                align-items: center;
            }

    @media (min-width: 992px) {
        .hf-100-d {
            height: 100vh;
        }
    }

    @media (max-width: 991px) {
        .hf-100-m {
            height: 100vh;
        }
    }

    @media (min-width: 768px) {
        .cookiepref .main-body {
            display: flex;
            flex-direction: row;
            border-top: 1px solid #ccc;
            border-bottom: 1px solid #ccc;
        }

        .CookiePreferencesPopup .modal-dialog {
            min-width: 700px;
        }

        .cookiepref .nav {
            width: 200px;
        }

            .cookiepref .nav a {
                width: 200px;
                max-width: 200px;
                transition: 0.2s all;
                padding: 20px 15px !important;
            }

                .cookiepref .nav a:not(.active):hover {
                    background-color: #dfdfdf;
                }

        .cookiepref .main-body .tabs {
            border-left: 1px solid #000;
        }

        .CookiePreferencesPopup .modal-body {
            padding-left: 0;
            padding-right: 0;
        }
    }

    /* Fonts */
    @import url(./fonts/uniform/faces.css);
    @import url(./fonts/fontawesome/faces.min.css);
    /* @import url(./fonts/fontawesome6/all.min.css); */

    :root {
        --color-black: #393939;
        --color-white: #ffffff;
        --color-red: red;
        --color-gray: #9c9c9c;
        --color-gray-bg: #9d9d9d;
        --color-blueTr: rgba(6, 56, 122, 0.72);
        --color-orange: #e36b25;
        --color-orangeTr: rgba(243, 123, 25, 0.72);
        --font-family-2: "Uniform 2", sans-serif;
        --font-family-3: "Uniform 3", sans-serif;
        --font-family-4: "Uniform 4", sans-serif;
        /* --font-family-6: "Uniform 6", sans-serif; */
    }

    .whatsapplink {
    background-color: #00c307;
    color: #fff;
    width: 60px;
    height: 60px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 33px;
    text-decoration: none;
    position: fixed;
    bottom: 15px;
    left: 15px;
    z-index: 99;
    box-shadow: 0 0 0 0 rgba(0, 195, 7, 0.7);
    -webkit-animation: pulse 1.5s infinite;
}

    .whatsapplink:hover {
        text-decoration: none;
        color: #fff;
        -webkit-animation: none;
    }

@-webkit-keyframes pulse {
    0% {
        transform: scale(.9);
    }

    70% {
        transform: scale(1);
        box-shadow: 0 0 0 30px rgba(0, 195, 7, 0);
    }

    100% {
        transform: scale(.9);
        box-shadow: 0 0 0 0 rgba(0, 195, 7, 0);
    }
}
/* === globalheader === */.show-basket-popup {
    position: relative;
}

.basket-popup-body {
    position: absolute;
    right: 0;
    top: calc(100% + 15px);
    z-index: 999;
    min-width: 360px;
}

    .basket-popup-body .basket-popup-wrapper {
        background: #fff;
        border: 1px solid #000;
        width: 100%;
    }

    .basket-popup-body:before {
        content: "";
        color: #fff;
        font-weight: 600;
        position: absolute;
        top: -26px;
        right: 0px;
        font-size: 30px;
        width: 100%;
        height: 30px;
    }

    .basket-popup-body .items .popup-baket-item {
        display: flex;
        flex-direction: row;
        align-items: center;
        width: 300px;
        margin-bottom: 10px;
        padding-bottom: 10px;
        border-bottom: 1px solid #d2d2d2;
        width: 100% !important;
    }

        .basket-popup-body .items .popup-baket-item.item-hidden {
            display: none;
        }

    .basket-popup-body .items .item-list {
        padding: 15px;
    }

        .basket-popup-body .items .item-list div.popup-baket-item.item-visible-last {
            border-bottom: none;
            margin-bottom: 0;
            padding-bottom: 0;
        }

    .basket-popup-body .items .popup-baket-item .image {
        width: 80px;
        height: 80px;
        position: relative;
        overflow: hidden;
        border: 3px solid #fff;
        transition: 0.2s all;
    }

        .basket-popup-body .items .popup-baket-item .image a {
            text-decoration: none !important;
        }

        .basket-popup-body .items .popup-baket-item .image .btn-remove-item {
            position: absolute;
            z-index: 9;
            top: -3px;
            right: -3px;
            color: #fff;
            padding: 2px 4px;
            opacity: 0;
            pointer-events: none;
            background: #000;
            display: flex;
            width: 28px;
            height: 28px;
            align-items: center;
            justify-content: center;
            text-decoration: none !important;
            transition: 0.2s all;
        }

        .basket-popup-body .items .popup-baket-item .image:hover {
            cursor: pointer;
            border: 3px solid #000;
        }

            .basket-popup-body .items .popup-baket-item .image:hover .btn-remove-item {
                opacity: 1;
                pointer-events: all;
            }

        .basket-popup-body .items .popup-baket-item .image .btn-remove-item > i {
            font-size: 16px;
            transition: 0.2s all;
        }

        .basket-popup-body .items .popup-baket-item .image:hover .btn-remove-item > i {
            font-size: 20px;
        }

        .basket-popup-body .items .popup-baket-item .image:before {
            content: "";
            display: block;
            padding-bottom: 100%;
        }

        .basket-popup-body .items .popup-baket-item .image img {
            position: absolute;
            top: 50%;
            left: 50%;
            transform: translate(-50%,-50%);
            width: 100%;
        }

    .basket-popup-body .items .popup-baket-item .description {
        padding: 0 10px;
        width: auto;
        flex: 1;
        text-align: left;
    }

        .basket-popup-body .items .popup-baket-item .description .product-title {
            color: #3e3e3e;
            font-size: 16px;
            font-weight: normal;
            margin-bottom: 0;
        }

        .basket-popup-body .items .popup-baket-item .description .price {
            color: #404040;
            font-size: 20px;
            font-weight: 700;
        }

        .basket-popup-body .items .popup-baket-item .description .price-vat {
            color: gray;
            font-size: 12px;
        }


    .basket-popup-body .basket-total {
        display: flex;
        flex-direction: row;
        align-items: center;
        justify-content: space-between;
        color: #404040;
        padding: 10px 20px;
        font-weight: bold;
        font-size: 20px;
    }

    .basket-popup-body .basket-control {
        display: flex;
        flex-direction: row;
        align-items: end;
        align-items: flex-end;
        justify-content: space-between;
        padding: 0px 20px 20px 20px;
    }

        .basket-popup-body .basket-control > a {
            background: #2f292b;
            color: #fff;
            text-decoration: none;
            padding: 7px 25px;
            display: block;
            font-family: Open Sans;
            font-size: 18px;
        }

            .basket-popup-body .basket-control > a.edit-my-basket {
                color: #4c4c4c !important;
                font-size: 13px;
                background: none;
                padding: 0;
            }

                .basket-popup-body .basket-control > a.edit-my-basket:hover {
                    text-decoration: underline;
                }

                .basket-popup-body .basket-control > a.edit-my-basket > i {
                    font-size: 14px !important;
                }

        .basket-popup-body .basket-control a.checkout-now {
            border: 2px solid #2f292b;
            transition: 0.2s all;
        }

            .basket-popup-body .basket-control a.checkout-now:hover {
                background: #fff;
                color: #000 !important;
                transform: scale(1.02);
            }

            .basket-popup-body .basket-control a.checkout-now:active {
                background: #fff;
                color: #000 !important;
                transform: scale(0.98);
            }


    .basket-popup-body .btn-remove-item {
        color: #000;
        font-size: 14px;
        cursor: pointer;
    }

        .basket-popup-body .btn-remove-item:hover {
            text-decoration: underline;
        }

    .basket-popup-body .items.v-items-scroll .scroll_arrow {
        background-color: #a6a6a6;
        width: 100%;
        height: 35px;
        background-repeat: no-repeat;
        background-position: 50% 50%;
        opacity: 0.4;
        transition: 0.2s all;
        cursor: pointer;
    }

        .basket-popup-body .items.v-items-scroll .scroll_arrow:hover {
            opacity: 1;
        }

        .basket-popup-body .items.v-items-scroll .scroll_arrow.scroll_up {
            background-image: url('/images/default/angle-up-icon.svg');
        }

        .basket-popup-body .items.v-items-scroll .scroll_arrow.scroll_down {
            background-image: url('/images/default/angle-down-icon.svg');
        }

@media(max-width: 575px) {
    .basket-popup-body {
        right: 15px;
        width: calc(100vw - 30px);
    }

        .basket-popup-body .items .popup-baket-item {
            width: 100%;
        }

            .basket-popup-body .items .popup-baket-item .image .btn-remove-item {
                opacity: 1;
                pointer-events: all;
            }
}

/* === popupbasket02 === */.add-to-basket-popup {
}

@media(min-width: 768px) {
    .add-to-basket-popup .modal-dialog {
        max-width: 700px;
    }
}

.add-to-basket-popup .bootbox-close-button {
    position: absolute;
    color: #fff;
    z-index: 9;
    opacity: 1;
    right: 22px;
    top: 16px;
}

.add-to-basket-popup .title {
    text-align: center;
    background-color: #000;
    color: #fff;
    padding: 20px 0px;
    border-radius: 0.25rem;
    font-size: 18px;
}

.add-to-basket-popup .product_card {
    padding: 20px;
    box-shadow: 0px 0px 10px 3px #dedede;
    border-radius: 0.25rem;
}

    .add-to-basket-popup .product_card .product_image {
    }

        .add-to-basket-popup .product_card .product_image img {
            width: 100%;
        }


    .add-to-basket-popup .product_card .product_title {
        font-size: 16px;
        font-weight: bold;
        margin-bottom: 10px;
    }

    .add-to-basket-popup .product_card .product_attr {
        font-family: 14px;
    }

        .add-to-basket-popup .product_card .product_attr table .name > strong {
            margin-right: 10px;
        }

    .add-to-basket-popup .product_card .product_qty {
        font-size: 14px;
    }

    .add-to-basket-popup .product_card .product_net {
        font-size: 22px;
        font-weight: bold;
    }

    .add-to-basket-popup .product_card .product_gross {
        font-size: 12px;
    }

.add-to-basket-popup .actions {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
}

    .add-to-basket-popup .actions > * {
        width: calc(50% - 8px);
        font-size: 14px;
        text-transform: uppercase;
        text-decoration: none;
        padding: 18px 0px;
        text-align: center;
        border-radius: 60px;
        background-color: #000;
        border: 2px solid #000;
        font-weight: bold;
        transition: 0.2s all;
    }

    .add-to-basket-popup .actions > button {
        background-color: transparent;
        color: #000;
    }

        .add-to-basket-popup .actions > button:hover {
            background-color: #000;
            color: #fff;
        }

    .add-to-basket-popup .actions > a {
        background-color: #000;
        color: #fff;
    }

        .add-to-basket-popup .actions > a:hover {
            background-color: #fff;
            color: #000;
        }


.add-to-basket-popup .ass_title {
    text-align: center;
    font-size: 24px;
    font-weight: bold;
}

.atb_pup .assprod {
    display: none;
}

    .atb_pup .assprod.slick-initialized {
        display: block;
    }

.add-to-basket-popup .slick-arrow {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}

    .add-to-basket-popup .slick-arrow.left {
        left: 0;
    }

    .add-to-basket-popup .slick-arrow.right {
        right: 0;
    }

.atb_pup .assprod-card {
    padding: 15px;
}


.add-to-basket-popup .assprod .products-04-image {
    position: relative;
    padding-bottom: 100%;
    border-radius: 0.25rem;
    overflow: hidden;
}

    .add-to-basket-popup .assprod .products-04-image img {
        position: absolute;
        width: 100%;
        left: 50%;
        top: 50%;
        transform: translate(-50%,-50%);
    }


.atb_pup .assprod-card .products-04-title {
    font-size: 14px;
    font-weight: 500;
    text-align: center;
}


.atb_pup .assprod-card .products-04-price {
    font-size: 18px;
    text-align: center;
    font-weight: bold;
}

.atb_pup .assprod-card .product-04-btn {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    margin: 0 auto;
    font-size: 24px;
    display: flex;
    align-self: center;
    justify-content: center;
}

.add-to-basket-popup .modal-footer {
    display: none;
}


@media(max-width: 767px) {
    .add-to-basket-popup .actions {
        flex-direction: column;
    }

        .add-to-basket-popup .actions > * {
            width: 100%;
        }
}

/* === addtobasket_popup === */.navbar {
  transition: all 0.2s linear;
  padding-right: 30px;
  padding-left: 30px;
  padding-top: calc(45px + 20px);
  padding-bottom: 45px;
  border-inline: 30px solid transparent;
}

.navbar.scrolled {
  --scroll-translate: -23px;
  background-color: #fff;
  -webkit-box-shadow: 0px 0px 13px -2px black;
  box-shadow: 0px 0px 13px -2px black;
  overflow: hidden;
  padding: 20px 0;
  margin-top: 0;
}

.navbar.scrolled .site-logo {
  bottom: var(--scroll-translate);
}

.navbar.scrolled .header-phone {
  color: var(--black);
}

.navbar.scrolled .header-phone a {
  color: var(--color-orange);
}

.navbar .container {
  /*   border-inline: 30px solid #fff0; */
  transition: .3s border;
}

.navbar.scrolled .container {
  border-width: 0;
}

.navbar .header-phones {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  position: relative;
  z-index: 1;
  font-family: var(--font-family-4);
  margin-right: 70px;
}

.navbar .header-phone {
  font-size: 22px;
  line-height: 28px;
  fill: var(--color-white);
}

.svg-header-phone-black {
  fill: var(--color-black) !important;
}

.header-phones .header-phone-icon {
  fill: var(--color-white);
  width: 25px;
  display: none;
  transition: var(--bs-navbar-toggler-transition);
}

.navbar .header-phone a {
  color: var(--color-white);
}

.navbar .header-phone.email {
  font-size: 16px;
}

.navbar-toggler {
  border: none;
  width: 135px;
  padding: 21px 25px 18px 25px;
  margin: auto 0;
  position: relative;
  z-index: 1;
  background-color: var(--color-orange);
}

.navbar-toggler .hamburger span:not(.sr-only) {
  display: block;
  width: 33px;
  height: 2px;
  background: #fff;
  margin-bottom: 8px;
}

.navbar-toggler .hamburger span:last-child:not(.sr-only) {
  width: 24px;
}

.navbar .navbar-container .navbar-desk .navbar-toggler {
  border: none;
  margin-left: 31px;
  position: relative;
  z-index: 1;
  text-align: right;
  display: flex;
  justify-content: center;
  align-items: center;
  min-width: 136px;
  border-radius: 10px;
  color: #fff;
}

.navbar .navbar-container .navbar-desk .navbar-toggler .hamburger {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-end;
}

.navbar .navbar-container .navbar-desk .navbar-toggler .menu-text {
  font-family: var(--font-family-3);
  font-size: 18px;
  margin: 0px 10px 0 0;
  color: var(--color-white);
}

@media (max-width: 991.97px) {
  .navbar .header-phone {
    font-size: 16px;
    line-height: 26px;
  }

  .navbar .site-logo img {
    max-width: 220px;
  }

  .navbar .container {
    border-width: 10px;
  }
}

@media (max-width: 765px) {

  .navbar {
    padding-top: calc(25px + 20px);
    padding-bottom: 25px;
  }

  .navbar .navbar-container .navbar-desk .navbar-toggler p {
    display: none;
  }

  .navbar .navbar-container .navbar-desk .navbar-toggler {
    width: 62px;
    height: 62px;
  }

  .navbar .navbar-container .navbar-desk .navbar-toggler {
    margin: 0;
  }

  .navbar .navbar-container .navbar-desk .navbar-toggler {
    max-width: unset;
    min-width: unset;
  }

  .navbar .container {
    border-width: 20px;
  }
}

.navbar .navbar-container .navbar-desk .navbar-toggler .hamburger span:not(.sr-only) {
  width: 26px;
}


.navbar .navbar-container .navbar-desk .navbar-toggler .hamburger span:nth-child(2):not(.sr-only) {
  width: 20px;
  margin-bottom: 0;
}

.navbar-toggler:focus {
  border: none;
  outline: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.site-logo {
  font-size: 48px;
  line-height: 36px;
  font-weight: 700;
  color: var(--color-white);
}

.navbar .site-logo img {
  width: 290px;
}

.navbar.scrolled .site-logo img {
  filter: invert(100%);
  object-fit: contain;
}

@media (max-width: 991.97px) {
  .site-logo {
    font-size: 40px;
    line-height: 28px;
  }
}

@media (max-width: 575.97px) {

  .site-logo {
    font-size: 29px;
    line-height: 22px;
  }

  .navbar {
    margin-left: 0;
    margin-right: 0;
    border-inline-width: 20px;
    padding-right: 20px;
    padding-left: 20px;
  }

  .navbar .container {
    border-width: 10px;
    padding-inline: 0px;
  }
}

.site-logo:hover,
.site-logo:focus {
  text-decoration: none;
  color: var(--white);
}

#main-menu {
  position: fixed;
  top: 0;
  right: 0;
  width: 510px;
  height: 100%;
  background: var(--color-orange);
  color: var(--color-black);
  z-index: 9;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  transform: translateX(0);
  opacity: 1;
  box-shadow: 0px 0px 13px -2px var(--color-black);
  transition: all 0.2s linear;
}

#main-menu .mobile-contacts {
  display: none;
}

#main-menu .mobile-contacts a {
  color: var(--color-orange);
}

#main-menu .mobile-contacts .phone-number a {
  font-size: 22px;
}

#main-menu .mobile-contacts .email-data a {
  font-size: 16px;
}

#main-menu.collapse:not(.show) {
  -webkit-transform: translateX(510px);
  transform: translateX(510px);
  opacity: 0;
}

#main-menu .navbar-toggler {
  position: absolute;
  top: 40px;
  right: 40px;
  padding: 0;
  margin: 0;
  width: 27px;
  height: 27px;
}

#main-menu .navbar-toggler:focus {
  -webkit-box-shadow: none;
  box-shadow: none;
}

#main-menu .navbar-toggler .hamburger span:not(.sr-only) {
  display: block;
  background: #fff;
  position: absolute;
}

#main-menu .navbar-toggler .hamburger span:nth-child(1):not(.sr-only) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

#main-menu .navbar-toggler .hamburger span:nth-child(2):not(.sr-only) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  width: 33px !important;
}

#main-menu>.navbar-nav {
  margin-left: 86px;
}

#main-menu>.col-12 {
  width: auto;
}

#main-menu .header-phone {
  margin-top: 4.5rem;
  font-weight: 600;
}

#main-menu .nav-item a {
  color: var(--color-white);
}

#main-menu .nav-item-dedicated .nav-link {
  font-size: 30px;
  color: var(--color-white);
}

#main-menu .socials {
  margin-top: auto;
}

#main-menu .contacts {
  margin-top: 40px;
  width: 100%;
  font-size: 18px;
  line-height: 28px;
  color: var(--color-white);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background: var(--color-orange);
  padding: 15px;
}

#main-menu .contacts .contact {
  margin-bottom: 0;
}

#main-menu .contacts a {
  color: var(--color-white);
  font-weight: 700;
}

#main-menu {
  width: 100%;
  max-width: 460px;
  justify-content: space-between;
}

#main-menu>.navbar-nav .nav-item {
  width: 100%;
}

#main-menu>.navbar-nav {
  margin: 0;
  padding: 80px 0px 90px !important;
  width: 100%;
  text-align: center;
  height: 100%;
  justify-content: center;
  align-items: center;
  overflow: auto;
}

#main-menu .nav-link {
  color: var(--color-white) !important;
  font-weight: 600;
  font-family: var(--font-family-nav);
  font-size: 22px;
  line-height: 26px;
  padding: 15px 0;
}

#main-menu .nav-link[href="/"] {
  font-size: 0;
  justify-content: center;
  align-items: center;
  display: flex;
}

#main-menu .nav-link[href="/"]::before {
  font-family: "Font Awesome 5 Pro";
  content: "\f015";
  font-weight: 400;
  font-size: 22px;
}

#main-menu .mobile-contacts {
  display: flex;
  flex-direction: column;
  margin-left: 0px;
  padding-bottom: 50px;
  position: absolute;
  bottom: 0;
  width: 100%;
  text-align: center;
  padding-top: 20px;
  background: var(--color-orange);
}

#main-menu .mobile-contacts .phone-number a {
  font-weight: 700;
  font-family: var(--font-family-num);
  font-size: 20px;
  line-height: 1;
}

#main-menu .mobile-contacts a {
  color: var(--color-white);
}

.nav-item-dedicated a {
  color: var(--color-white) !important;
  font-size: 24px !important;
  font-weight: 600 !important;
  letter-spacing: 0 !important;
}

@media (max-height: 520px) {

  #main-menu .mobile-contacts {
    padding-bottom: 20px;
  }

  #main-menu .navbar-toggler {
    top: 30px;
    right: 30px;
  }

  #main-menu>.navbar-nav {
    padding: 30px 0px 70px !important;
  }
}

@media (max-width: 575.97px) {

  #main-menu {
    max-width: unset;
  }

}

@media (max-width: 380px) {

  #main-menu .nav-item-dedicated .nav-link {
    font-size: 24px;
    color: var(--color-white);
  }
}

@media (max-width: 380px) {
  #main-menu {
    width: 100%;
  }
}

.nav-link {
  font-weight: 500;
  font-size: 22px;
  line-height: 50px;
}

.nav-link:focus,
.nav-link:hover {
  color: var(--color-black);
  outline: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}

@media (max-width: 320px) {
  .navbar-toggler {
    margin-left: -10px !important;
  }

  .navbar .header-phones {
    margin-right: -10px !important;
  }
}

@media screen and (max-width: 575.97px) {

  .navbar .site-logo img {
    max-width: 200px;
    width: 80%;
  }

}


@media screen and (max-height: 575.97px) and (max-width: 991.97px) {
  .navbar.scrolled {
    padding: 10px 0;
    margin-top: 0;
    height: 70px;
  }

  .navbar.scrolled .container {
    height: 100%;
  }

  .navbar.scrolled .navbar-desk {
    height: 100%;
  }

  .navbar .navbar-container .navbar-desk .navbar-toggler {
    padding-top: 15px;
    padding-bottom: 10px;
    height: 100%;
  }

  .navbar {
    padding-top: 50px;
  }
}


@media screen and (max-width: 767.97px) {
  .navbar .navbar-container .navbar-desk .navbar-toggler {
    padding-inline: 12px;
    aspect-ratio: 1/1;
    width: unset;
  }

  .navbar .navbar-container .navbar-desk .navbar-toggler .menu-text {
    position: absolute;
    font-size: 0;
  }
}

@media screen and (max-width: 575.97px) {
  .navbar {
    padding-top: 40px;
  }
}
/* === nav-01 === *//* Main banner styles Start */
.main-banner {
    height: 100vh;
    height: 100svh;
    min-height: 660px;
    position: relative;
    margin-top: -125px;
    border: 30px solid #fff;
    border-radius: 40px;
    max-width: 1920px;
    margin-inline: auto;
    /* overflow: hidden; */

    --main-banner-image: url(/images/photo-2025-05-27-09-14-41-2.jpg);
    overflow: hidden;
}

    .main-banner .bg {
        content: "";
        background-image: var( --main-banner-image, url(/images/banner_image.jpg) );
        background-size: cover;
        background-position: center;
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        border-radius: 20px;
        overflow: hidden;
    }

        .main-banner .bg:after {
            content: "";
            background: rgba(0, 0, 0, 0.3);
            background: linear-gradient( 0deg, rgba(0, 0, 0, 0) 4%, rgba(0, 0, 0, 0.29733900396095936) 76%, rgba(0, 0, 0, 0.6978992280505952) 100% );
            position: absolute;
            left: 0;
            top: 0;
            width: 100%;
            height: 100%;
        }

    .main-banner .container {
        z-index: 1;
        border-inline: 30px solid #fff0;
    }

@media (max-width: 575px) {
    .main-banner {
        min-height: 100vh;
        min-height: 100svh;
    }
}

.main-banner .banner-content {
    margin-bottom: 70px;
}

.banner-title {
    line-height: 1;
    text-wrap: balance;
    width: fit-content;
    position: relative;
    /* letter-spacing: -0.025em; */
}

.main-banner .banner-title:before {
    content: "";
    background-color: rgba(0, 0, 0, 0.65);
    position: absolute;
    right: -100dvw;
    top: 0;
    width: 200dvw;
    height: 200dvh;
    transform: rotate(60deg);
    z-index: -1;
    transform-origin: center top;
}


@media screen and (max-width: 991.97px) {
    .navbar.scrolled .top-line {
        display: none !important;
    }

    .main-banner .scroll-to-block {
        display: none;
    }

    .main-banner .container {
        border-width: 10px;
    }

    .main-banner .banner-content {
        margin-bottom: 40px;
    }
}

.main-banner .banner-text {
    font-size: 24px;
    font-weight: 500;
}

.main-banner .btn {
    color: var(--color-white);
    background-color: #e36b25;
    font-size: 18px;
    font-family: var(--font-family-4);
    letter-spacing: -0.0025em;
    height: 62px;
    max-width: 215px;
    display: flex;
    justify-content: center;
    align-items: center;
    border: none;
    border-radius: 10px;
}

.main-banner .scroll-to {
    display: block;
    position: absolute;
    right: -73px;
    bottom: 73px;
    transform: rotate(90deg);
    background-color: #000;
    opacity: 0.71;
    width: 220px;
    height: 75px;
    padding-top: 20px;
    padding-left: 30px;
    border-radius: 0 20px 0 20px;
    z-index: 1;
}

.main-banner .scroll-line {
    display: block;
    position: absolute;
    width: 270px;
    height: 1px;
    background-color: #e36b25;
    transform: rotate(90deg);
    right: -80px;
    bottom: 85px;
    z-index: 2;
}

.main-banner .scroll-to p {
    text-transform: uppercase;
    font-size: 12px;
    font-family: "Uniform 4";
    letter-spacing: 1px;
    color: #fff;
}

@media screen and (max-width: 1599.97px) {
    .main-banner .bg::before {
        left: -95%;
    }
}

@media screen and (max-width: 1199.97px) {
    .main-banner .bg::before {
        left: -95%;
    }

    .main-banner {
        border-width: 25px;
    }
}

@media screen and (max-width: 991.97px) {
    .main-banner .bg::before {
        left: -110%;
    }
}

@media screen and (max-width: 767.97px) {
    .main-banner .bg::before {
        content: unset;
    }

    .main-banner .banner-content {
        text-align: center;
        background-color: rgba(0, 0, 0, 0.65);
    }

    .main-banner .container {
        max-width: 100%;
        border-width: 0px;
    }

        .main-banner .container .row {
            margin: 0;
        }

    .main-banner .btn {
        margin-inline: auto;
    }

    .main-banner .banner-content {
        margin: 0;
        padding: 30px 15px;
    }

    .main-banner {
        margin-top: 0;
    }

    .banner-title br {
        display: none;
    }

    .main-banner .banner-title:before {
        display: none;
    }
}

@media screen and (max-width: 575.97px) {
    .main-banner {
        border-width: 20px;
    }

        .main-banner .container {
            padding-right: 0;
            padding-left: 0;
        }

        .main-banner .banner-title {
            font-size: 44px;
            line-height: 44px;
        }
}

@media screen and (max-height: 575.97px) and (min-width: 992px) {
    .main-banner {
        min-height: 640px;
    }

    .banner-title {
        font-size: 60px;
    }
}

@media screen and (max-height: 575.97px) and (max-width: 767.97px) {
    .main-banner {
        min-height: 360px;
    }

        .main-banner .banner-content {
            height: 100%;
            align-content: end;
            padding-top: 90px;
            max-height: fit-content;
        }
}

@media screen and (max-height: 575.97px) and (max-width: 575.97px) {
    .main-banner {
        min-height: 430px;
    }
}

/* === main-banner === */#page-description {
  margin-top: 60px;
  margin-bottom: 90px;
}

#page-description .description-text p {
  margin-bottom: 0;
}

@media (max-width: 991.98px) {
  #page-description {
    padding: 0 0 100px;
  }
}

#page-description .description-content {
  display: flex;
  justify-content: center;
}

#page-description .description-content .description-text {
  font-family: var(--font-family-5);
  font-size: 40px;
  line-height: 50px;
  max-width: 1000px;
  font-weight: 300;
  text-wrap: balance;
}

#page-description .description-content .description-text b {
  font-family: var(--font-family-3);
  color: var(--color-orange);
  font-weight: 300;
  text-wrap: nowrap;
}

@media screen and (max-width: 1199.97px) {
  #page-description .description-content .description-text {
    font-size: 36px;
    line-height: 44px;
  }

  #page-description {
    margin-top: 80px;
    margin-bottom: 90px;
    padding: unset;
  }
}

@media screen and (max-width: 991.97px) {
  #page-description {
    margin-top: 70px;
    margin-bottom: 80px;
  }
}

@media screen and (max-width: 765.97px) {
  #page-description .description-content .description-text {
    font-size: 30px;
    line-height: 36px;
  }

  #page-description {
    margin-top: 30px;
    margin-bottom: 60px;
  }
}


@media (max-width: 575.97px) {
  #page-description .description-content .description-text {
    font-size: 24px;
    line-height: 32px;
  }

  #page-description {
    margin-top: 30px;
    margin-bottom: 50px;
  }

  #page-description .description-content .description-text b {
    text-wrap: balance;
  }
}
/* === confidence-block === */.about-us {
  margin-top: 60px;
  overflow: hidden;
}

.about-us .row {
  --bs-gutter-x: 100px;
}

.about-us .img-wrapper {
  height: 100%;
}

.about-us .links-group {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-end;
  padding-top: 33px;
  border-top: 1px solid var(--color-orange);
  max-width: 240px;
  float: right;
  margin-top: 98px;
  font-family: var(--font-family-4);
  font-size: 18px;
}

.about-us .links-group i {
  margin-right: 10px;
}

.about-us .text-content .section-text p:first-child {
  margin-top: 40px;
}

.about-us .text-content .section-text p:last-child {
  margin-bottom: 40px;
}

.about-us .text-content .section-text p {
  margin-top: 20px;
  margin-bottom: 20px;
  font-size: 18px;
  line-height: 26px;
}

.about-us .driven-success {
  background-image: url("/images/bg/driven-success-bg.webp");
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  padding: 43px 35px;
  text-align: center;
  color: #fff;
  border-radius: 10px;
  width: calc(100% - 73px);
}

@media (max-width: 767px) {
  .driven-success {
    margin-top: 20px;
  }
}

.about-us .driven-success h2 {
  font-size: 42px;
  line-height: 42px;
}

.about-us .driven-success .rating {
  font-size: 24px;
  margin-bottom: 27px;
}

.about-us .driven-success .section-desc {
  color: #f1cab4;
  font-size: 14px;
}

.about-us .img-wrapper {
  position: relative;
}

.about-us .image-overlay {
  position: absolute;
  max-height: calc(100% - 30px);
  height: 260px;
  border-radius: 6px;
  left: 15px;
  top: 15px;
  bottom: 15px;
  object-position: top left;
  object-fit: contain;
  display: flex;
  background-color: #fff;
  justify-content: center;
  align-items: center;
  flex-flow: column;
  padding: 5px;
  gap: 5px;
}

.about-us .image {
  width: 100%;
  height: 100%;
  border-radius: 10px;
  object-fit: cover;
}

@media screen and (max-width: 1199.97px) {

  .about-us {
    overflow-x: hidden;
    overflow-x: clip;
    overflow-y: visible;
    z-index: 2;
    position: relative;
  }

  .about-us .row {
    --bs-gutter-x: 80px;
  }

  .about-us .driven-success {
    width: 100%;
    margin-bottom: -50px;
  }

  .about-us .driven-success .section-desc {
    margin-bottom: 20px;
  }

  .about-us .driven-success h2 {
    font-size: 36px;
    line-height: 36px;
    margin-bottom: 20px;
  }

  .about-us .driven-success .rating {
    margin-bottom: 0;
  }

  .about-us .links-group {
    padding-top: 20px;
  }

  .about-us .text-content .section-text p:last-child {
    margin-bottom: 60px;
  }

  .about-us .text-content .section-text p:first-child {
    margin-top: 30px;
  }
}

@media screen and (max-width: 991.97px) {
  .about-us .links-group {
    margin-top: 0;
    float: left;
    align-items: start;
    padding-top: 25px;
    width: 100%;
    max-width: 240px;
  }

  .about-us .links-group .link {
    line-height: 1.6;
  }

  .about-us .row {
    --bs-gutter-x: 20px;
  }

  .about-us .driven-success {
    padding: 40px 20px;
  }

  .about-us .img-wrapper {
    height: 360px;
    min-height: fit-content;
  }

  .about-us .img-wrapper {
    margin-bottom: 40px;
  }

  .about-us .text-content .section-text p:last-child {
    margin-bottom: 30px;
  }

  .about-us .driven-success {
    margin-top: 30px;
  }
}


@media screen and (max-width: 765.97px) {

  .about-us .img-wrapper {
    margin-bottom: 30px;
  }

}

@media screen and (max-width: 575.97px) {


  .about-us .image-overlay {
    flex-flow: row-reverse wrap;
    min-height: 70px;
    height: unset;
    width: max-content;
    top: unset;
    bottom: 15px;
    padding: 15px;
  }

  .about-us .image-overlay .accreditation-badge {
    max-height: 70px;
    width: auto;
    object-fit: contain;
  }

  .about-us .driven-success h2 {
    font-size: 26px;
    line-height: 30px;
  }

  .about-us .driven-success .rating {
    font-size: 20px;
  }

  .about-us {
    margin-top: 50px;
  }

  .about-us .text-content .section-text p:first-child {
    margin-top: 20px;
  }

  .section-text.collapsed {
    max-height: 130px;
    overflow: hidden;
    position: relative;
  }

  .read-more-btn {
    display: block;
    padding: 0;
    font-size: 16px;
    color: var(--color-orange);
    background-color: transparent;
    border: none;
    border-radius: 5px;
    cursor: pointer;
    text-align: center;
    margin-bottom: 20px;
    font-family: var(--font-family-4);
    font-size: 18px;
  }

  .about-us .text-content .section-text p:last-child {
    margin-bottom: 20px;
  }

  .about-us .driven-success {
    margin-bottom: -64px;
  }

  .about-us .img-wrapper {
    height: 300px;
  }

}
/* === about-us === */.service-section {
  padding-top: 120px;
  padding-bottom: 140px;
  margin-top: -57px;
  background-color: #f1f1f1;
  overflow-x: hidden;
  overflow-x: clip;
  overflow-y: visible;
}

@media (max-width: 425.98px) {
  .service-section {
    padding: 40px 0;
  }
}

#current-slide-num {
  font-size: 32px;
}

.service-section .service-section-content {
  display: grid;
  grid-template-columns: 415px 1fr;
  gap: 38px;
  width: 100%;
  margin-top: 40px;
  position: relative;
}

.service-section-slider-arrows {
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: center;
  max-height: 62px;
  margin-right: auto;
  margin-left: 0;
  gap: 10px;
  color: #7f8f46;
  right: 0px;
  margin-top: -105px;
}

.service-section-slider-arrows .slider-nav-btn {
  width: 63px;
  height: 63px;
  background: var(--color-orange);
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  border: none;
  border-radius: 10px;
  cursor: pointer;
  padding: 0;
}

.service-section-slider-arrows .slider-nav-btn i {
  font-size: 18px;
}

/* .service-section-slider-arrows i {
  width: 63px;
  height: 63px;
  background: var(--color-orange);
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  font-size: 18px;
  border-radius: 10px;
  cursor: pointer;
} */

.service-section-slider-arrows img {
  height: 20px;
  width: 20px;
}

.service-section-content-info-slider {
  flex: 0;
  display: flex;
  gap: 15px;
  position: relative;
  max-width: 100%;
  user-select: none;
}

#slider {
  position: relative;
  display: block;
  min-height: 500px !important;
}

.service-section-slider-element {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  text-align: center;
  height: 500px;
  max-width: 415px;
  transition: transform 0.4s ease-in-out, opacity 0.4s ease-in-out;
  opacity: 1 !important;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}

.service-section-slider-element.active-third-slider {
  opacity: 1;
}

.service-section-slider-element img {
  width: 415px;
  height: 415px;
  border-radius: 10px;
  transition: 0.35s ease-in-out;
  object-fit: cover;
}

.service-section .service-section-slider-element .service-title {
  display: flex;
  align-items: center;
  justify-content: left;
  width: 100%;
  color: var(--color-orange);
}

.service-section .service-section-slider-element .case-summary {
  text-align: left;
  font-size: 18px;
  line-height: 26px;
  color: #393939;
  opacity: 0;
  max-height: 1px;
  transition: 0.35s ease-in-out;
}

.service-section-slider-element:hover .case-summary {
  opacity: 1;
  max-height: 500px;
  padding-bottom: 30px;
}

.service-section .service-section-slider-element .service-content {
  transition: 0.35s ease-in-out;
  border-bottom: 1px solid #c5c5c5;
}

.service-section .service-section-slider-element .service-title h3 {
  margin: 0;
}

.service-section .service-section-slider-element .service-title h3 {
    font-size: 30px;
    line-height: 72px;
    container-name: sidebar;
    font-family: "Uniform 3";
}

.service-section .service-section-slider-element .service-title i {
  font-size: 20px;
  line-height: 72px;
  padding-top: 6px;
  margin-left: 15px;
  font-weight: 500;
  font-family: "Font Awesome 6 Pro";
}

.active-third-slider {
  transform: translateX(0);
}

.service-section-slider-element h1 {
  font-size: clamp(12px, 2.5vw, 30px);
  font-weight: bold;
  color: #0c2229;
}

.service-section-slider-element p {
  min-height: 100px;
  max-height: 100px;
  font-size: clamp(14px, 1.5vw, 16px);
}

.service-section-slider-element .buttons {
  opacity: 0;
  position: absolute;
  bottom: -20px;
  transform: translateY(200px);
  transition: 0.3s;
  display: flex;
  flex-direction: column;
  gap: 10px;
}

#slider.active {
  cursor: grabbing;
  cursor: -webkit-grabbing;
}

#slider {
  cursor: grab;
  cursor: -webkit-grab;
  overflow-y: visible;
}

.service-section-slider-element .buttons button,
.service-section-slider-element .buttons a {
  border: none;
  border-radius: 30px;
  padding: 20px 55px;
  font-weight: 700;
  font-size: 12px;
  letter-spacing: 2.4px;
  color: #fff;
  white-space: nowrap;
  background-color: #6c7e36;
  text-transform: uppercase;
}

.service-section-slider-element .buttons button {
  background-color: #0c2229;
}

.service-section-slider-element .buttons a {
  background-color: #6c7e36;
}

.service-section-slider-element:hover .buttons {
  opacity: 1;
  transform: translateY(5px);
}

.service-section-slider-element:hover img {
  height: 360px;
}

.service-section-slider-arrows-counter {
  display: none !important;
  /*flex*/
  flex-direction: row;
  gap: 10px;
  align-items: center;
  justify-content: center;
}

@media (max-width: 1199.97px) {

  .service-section {
    position: relative;
    z-index: 1;
  }

  .service-section-slider-element a {
    background-color: #f1f1f1;
    position: absolute;
    width: calc(100% + 30px);
    left: -15px;
    right: -15px;
    border-radius: 10px;
  }

  .service-section-slider-element a .service-content {
    margin-inline: 15px;
  }

  .service-section-slider-element a:hover .service-content {
    border-color: transparent;
  }

  .service-section-slider-element:hover .case-summary {
    padding-bottom: 15px;
  }


  .service-section {
    padding-top: 120px;
    padding-bottom: 100px;
    margin-top: 0px;
  }
}

@media screen and (max-width: 991.97px) {
  .service-section {
    padding-top: 100px;
  }
}

@media screen and (max-width: 765.97px) {

  .service-section .service-section-content {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-top: 20px;
    height: auto;
  }

  .service-section-slider-arrows {
    margin-left: auto;
    display: flex;
    margin-top: -88px;
  }

  .service-section-slider-arrows img {
    width: 20px;
    gap: 10px;
  }

  .service-section-content-info-slider {
    width: 100%;
    order: 2;
    align-items: center;
    margin-top: 20px;
  }
}


@media screen and (max-width: 575.97px) {

  .service-section .service-section-slider-element .service-title h3 {
    line-height: 1.1;
  }

  .service-section .service-section-slider-element .case-summary {
    text-align: center;
  }

  .service-section-slider-arrows {
    display: none;
  }

  .service-section-slider-element a {
    width: 100%;
    left: 0;
    right: 0;
  }

  .service-section-slider-element img {
    width: 100%;
    height: 420px;
  }

  .service-section-slider-element a .service-content {
    margin: 0;
  }

  .service-section {
    padding-top: 160px;
    padding-bottom: 100px;
  }

  .service-section-content-info-slider {
    margin-top: 0;
  }

  .service-section .service-section-content {
    margin-top: 30px;
  }
}
/* === service-featurette-03 === */.call-us-section {
  padding: 140px 0 130px 0;
  background-color: var(--color-orange);
  color: var(--color-white);
  position: relative;
  overflow: hidden;
}

.call-us-section .block-title {
  text-align: right;
  font-size: 80px;
  line-height: 80px;
}

.call-us-section .row {
  --bs-gutter-x: 20px;
}

.call-us-section .block-desc {
  font-size: 30px;
  line-height: 40px;
}

.call-us-section .block-desc p {
  margin-top: 10px;
}

.call-us-section .block-desc a {
  color: var(--color-white);
  font-family: var(--font-family-4);
  text-wrap: nowrap;
}

.call-us-section a.btn {
  background: #272727;
  height: 63px;
  margin: 0;
  padding: 0;
  width: 190px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 18px;
  font-family: var(--font-family-4);
  color: var(--color-white);
  border: none;
  border-radius: 10px;
}

.call-us-section .container {
  position: relative;
  z-index: 1;
}

.call-us-section .bg-1-wrapper {
  position: absolute;
  top: 0;
  left: -320px;
  z-index: 0;
}

.call-us-section .bg-1-wrapper img {
  position: relative;
  top: -80px;
}

.call-us-section .bg-2-wrapper {
  position: absolute;
  top: 0;
  right: -160px;
  z-index: 0;
}

.call-us-section .bg-2-wrapper img {
  position: relative;
  top: -280px;
}

@media screen and (max-height: 575.97px) and (min-width: 992px) {
    .call-us-section .block-title {
        font-size: 60px;
    }
}

@media screen and (max-width: 1199.97px) {
  .call-us-section .row {
    --bs-gutter-x: 80px;
  }
}

@media screen and (max-width: 991.97px) {
  .call-us-section {
    text-align: center;
    text-wrap: balance;
  }

  .call-us-section .block-title {
    text-align: center;
    font-size: 72px;
    line-height: 72px;
  }

  .call-us-section a.btn {
    margin: auto;
    min-width: 200px;
  }

  .call-us-section .bg-1-wrapper img {
    left: -350px;
    top: -20px;
  }

  .call-us-section .bg-2-wrapper img {
    top: -250px;
    right: 40px;
  }

  .call-us-section {
    padding: 120px 0 100px 0;
  }
}


@media screen and (max-width: 765.97px) {
  .call-us-section .bg-1-wrapper img {
    left: -400px;
    top: -20px;
  }

  .call-us-section .bg-2-wrapper img {
    top: -250px;
    right: -100px;
  }
}


@media screen and (max-width: 575.97px) {

  .call-us-section {
    padding: 80px 0 80px 0;
  }

  .call-us-section .block-title {
    font-size: 60px;
    line-height: 60px;
  }

  .call-us-section .block-desc {
    font-size: 24px;
    line-height: 32px;
  }
}
/* === call-to-action-01 === */#how-works {
  padding: 120px 0 110px 0;
}

#how-works .how-works-head {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

#how-works .how-works-head .work-title h3 {
  text-align: center;
  font-size: 48px;
  font-family: var(--font-family-3);
  margin-bottom: 40px;
  line-height: 1;
}

@media (max-width: 575.98px) {
  #how-works .how-works-head .work-title h3 {
    font-size: 40px;
  }
}

#how-works .how-works-slider {
  overflow-x: scroll;
  user-select: none;
  scrollbar-width: none;
  position: relative;
}

#how-works .how-works-slider::-webkit-scrollbar {
  display: none;
}

#how-works .how-works-slider .slider-container::before {
  content: "";
  width: 76%;
  left: 12%;
  right: 12%;
  position: absolute;
  z-index: 1;
  height: 1px;
  background-image: linear-gradient(to right,
      var(--color-orange) 50%,
      rgba(255, 255, 255, 0) 0%);
  background-size: 12px 3px;
  background-repeat: repeat-x;
  margin-top: 24.5px;
  margin-bottom: 24.5px;
  background-image: unset;
}

#how-works .how-works-slider .slider-container .how-work-items {
  display: flex;
  position: relative;
  width: 100%;
  min-width: fit-content;
}

#how-works .how-work-item {
  min-width: 185px;
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  text-align: center;
  position: relative;
  z-index: 2;
  --image-size: 50px
}

#how-works .how-work-item .work-item-number {
  width: var(--image-size);
  height: var(--image-size);
  background-color: var(--color-orange);
  border-radius: 50%;
  font-family: var(--font-family-2);
  color: var(--color-white);
  display: flex;
  justify-content: center;
  align-items: center;
}

#how-works .how-work-item::before,
#how-works .how-work-item::after {
  content: "";
  top: calc((var(--image-size) - 4px)/2);
  width: calc((100%/2 - var(--image-size)/2));
  position: absolute;
  height: 2px;
  background: linear-gradient(to right, transparent 50%, var(--color-orange) 50%);
  background-size: 10px 2px, 100% 2px
}

#how-works .how-work-items .how-work-item:first-of-type:before,
#how-works .how-work-items .how-work-item:last-of-type:after {
  content: unset
}

#how-works .how-work-item::before {
  left: 0;
  background-position: left
}

#how-works .how-work-item::after {
  right: 0;
  background-position: right
}

/* Icon placeholders */
#how-works .how-work-item .how-work-icon:after {
  font-family: "Font Awesome 6 Pro";
  font-size: 72px;
  color: var(--color-orange);
}

#how-works .how-work-item:nth-of-type(1) .how-work-icon:after {
  content: "\e1e6";
  font-weight: 100;
}

#how-works .how-work-item:nth-of-type(2) .how-work-icon:after {
  content: "\e1d0";
  font-weight: 100;
}

#how-works .how-work-item:nth-of-type(3) .how-work-icon:after {
  content: "\f248";
  font-weight: 100;
}

#how-works .how-work-item:nth-of-type(4) .how-work-icon:after {
  content: "\f316";
  font-weight: 100;
}

#how-works .how-work-item:nth-child(5) .how-work-icon:after {
  content: "\f85e";
  font-weight: 100;
}

#how-works .how-work-item {
  gap: 10px;
}

#how-works .how-work-item .work-title {
  font-weight: 500;
  margin-bottom: 0;
  font-size: 24px;
  line-height: 30px;
  font-family: var(--font-family-3);
}

#how-works .how-works-slider .slider-container .how-work-items .how-work-item:first-child,
#how-works .how-works-slider .slider-container .how-work-items .how-work-item:last-child {
  margin-left: 0;
  margin-right: 0;
}

@media screen and (max-width: 991.97px) {

  #how-works .how-works-slider .slider-container .how-work-items {
    display: flex;
    flex-wrap: wrap;
  }

  #how-works .how-work-item {
    width: calc((100% - 40px) / 3);
  }

  #how-works .how-works-slider .slider-container::before {
    content: unset;
  }

  #how-works .how-work-item .work-item-number {
    z-index: 1;
  }

  #how-works .how-works-slider {
    overflow: hidden;
  }

  #how-works .how-work-item {
    gap: 5px;
  }

  #how-works .how-work-items .how-work-item:first-of-type:before,
  #how-works .how-work-items .how-work-item:last-of-type:after {}
}

@media screen and (max-width: 991.97px) and (min-width: 576px) {
  #how-works .how-work-items .how-work-item:nth-child(3)::after {
    left: calc((100% - var(--image-size))/2 + var(--image-size));
    right: unset;
    width: 300px;
  }

  #how-works .how-work-items .how-work-item:nth-child(4)::before {
    right: calc((100% - var(--image-size))/2 + var(--image-size));
    left: unset;
    width: 300px;
  }
}

@media screen and (max-width: 765.97px) {
  #how-works .how-work-item {
    min-width: unset
  }
}

@media screen and (max-width: 575.97px) {
  #how-works .how-works-slider .slider-container .how-work-items {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
  }

  #how-works .how-work-item {
    width: calc((100% - 20px) / 2);
  }

  #how-works {
    padding: 80px 0 70px 0;
  }

  #how-works .how-work-items .how-work-item::before,
  #how-works .how-work-items .how-work-item::after {
    width: calc((100%/2 - var(--image-size)/2) + 20px);
  }

  #how-works .how-work-item::after {
    right: -20px;
  }

  #how-works .how-work-item::before {
    left: -20px;
  }

  #how-works .how-work-items .how-work-item:nth-child(2)::after {
    left: calc((100% - var(--image-size))/2 + var(--image-size));
    right: unset;
    width: 300px;
  }

  #how-works .how-work-items .how-work-item:nth-child(3)::before {
    right: calc((100% - var(--image-size))/2 + var(--image-size));
    left: unset;
    width: 300px;
  }

  #how-works .how-work-items .how-work-item:nth-child(4)::after {
    left: calc((100% - var(--image-size))/2 + var(--image-size));
    right: unset;
    width: 300px;
  }

  #how-works .how-work-items .how-work-item:nth-child(5)::before {
    right: calc((100% - var(--image-size))/2 + var(--image-size));
    left: unset;
    width: 300px;
  }

}

@media screen and (max-width: 379.97px) {
  #how-works .how-work-item .work-title {
    font-size: 20px;
    line-height: 24px;
  }

  #how-works .how-work-item {
    --image-size: 40px;
  }

  #how-works .how-work-item .how-work-icon::after {
    font-size: 50px;
  }
}
/* === process_steps_01 === */.insta-gallery {
  padding: 50px 0 60px;
  position: relative;
  z-index: 2;
}

.insta-gallery .gallery-container {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-template-rows: repeat(3, 1fr);
  grid-column-gap: 35px;
  grid-row-gap: 35px;
}

.insta-gallery .gallery-container .gallery-item img {
  width: 100%;
  height: 100%;
  border-radius: 10px;
  aspect-ratio: 1/1;
  object-fit: cover;
}

.insta-gallery .gallery-container .gallery-item:nth-child(1) {
  grid-area: 1 / 1 / 3 / 3;
}

.insta-gallery .gallery-container .gallery-item:nth-child(2) {
  grid-area: 1 / 3 / 2 / 4;
}

.insta-gallery .gallery-container .gallery-item:nth-child(3) {
  grid-area: 1 / 4 / 2 / 5;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
}

.insta-gallery .gallery-container .gallery-item:nth-child(3) h3 {
  font-size: 48px;
  line-height: 52px;
  font-family: var(--font-family-3);
  margin-bottom: 0;
}

.insta-gallery .gallery-container .gallery-item:nth-child(4) {
  grid-area: 2 / 3 / 3 / 4;
}

.insta-gallery .gallery-container .gallery-item:nth-child(5) {
  grid-area: 2 / 4 / 3 / 5;
}

.insta-gallery .gallery-container .gallery-item:nth-child(6) {
  grid-area: 3 / 2 / 4 / 3;
}

.insta-gallery .gallery-container .gallery-item:nth-child(7) {
  grid-area: 3 / 3 / 4 / 4;
}

.insta-gallery .gallery-container .gallery-item:nth-child(3)::after {
  content: none;
}

.insta-gallery .gallery-container .gallery-item:hover img {
  border-radius: 10px;
}

.insta-gallery .gallery-container .gallery-item {
  position: relative;
}

.insta-gallery .gallery-container .gallery-item::after {
  content: "";
  background-image: url("/images/insta/gallery-hover.png");
  background-size: cover;
  background-position: center;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  transition: opacity 0.3s ease-in-out;
  z-index: 1;
  border-radius: 10px;
}

.insta-gallery .gallery-container .gallery-item:hover::after {
  opacity: 1;
}

.insta-gallery .gallery-container .gallery-item .overlay-content {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
  opacity: 0;
  transition: opacity 0.3s ease-in-out;
  z-index: 2;
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.insta-gallery .gallery-container .gallery-item a {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
  opacity: 0;
  transition: opacity 0.3s ease-in-out;
  z-index: 2;
}

.insta-gallery .gallery-container .gallery-item:hover .overlay-content {
  opacity: 1;
}

.insta-gallery .gallery-container .gallery-item .overlay-content i {
  font-size: 36px;
  margin-bottom: 10px;
  color: #fff;
}

.insta-gallery .gallery-container .gallery-item .overlay-content p {
  font-size: 18px;
  line-height: 24px;
  color: #fff;
  margin-bottom: 0;
  font-family: var(--font-family-4);
}

@media (max-width: 1199.97px) {
  .insta-gallery .gallery-container .gallery-item:nth-child(3) h3 {
    font-size: 40px;
    line-height: 40px;
  }

  .insta-gallery .gallery-container {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
  }
}

@media (max-width: 991.97px) {
  .insta-gallery .gallery-container .gallery-item:nth-child(3) h3 {
    font-size: 36px;
    line-height: 42px;
  }

  .insta-gallery .gallery-container {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }

  .insta-gallery {
    padding-top: 0;
  }

  .insta-gallery .gallery-container {
    grid-template-columns: repeat(3, 1fr);
    grid-template-rows: repeat(3, 1fr);
  }

  .insta-gallery .gallery-container .gallery-item:nth-child(1) {
    grid-area: 1 / 1 / 3 / 3;
    /* 2x2 */
  }

  .insta-gallery .gallery-container .gallery-item:nth-child(2) {
    display: none;
  }

  .insta-gallery .gallery-container .gallery-item:nth-child(3) {
    grid-area: 1 / 3 / 2 / 4;
  }

  .insta-gallery .gallery-container .gallery-item:nth-child(4) {
    grid-area: 2 / 3 / 2 / 3;
  }

  .insta-gallery .gallery-container .gallery-item:nth-child(5) {
    grid-area: 3 / 2 / 4 / 3;
  }

  .insta-gallery .gallery-container .gallery-item:nth-child(6) {
    grid-area: 3 / 3 / 4 / 4;
  }

  .insta-gallery .gallery-container .gallery-item:nth-child(7) {
    display: none;
  }
}


@media screen and (max-width: 765.97px) {
  .insta-gallery .gallery-container {
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: auto;
  }

  .insta-gallery .gallery-container .gallery-item:nth-child(3) {
    display: none;
  }

  .insta-gallery .gallery-container .gallery-item:nth-child(1),
  .insta-gallery .gallery-container .gallery-item:nth-child(2),
  .insta-gallery .gallery-container .gallery-item:nth-child(4),
  .insta-gallery .gallery-container .gallery-item:nth-child(5),
  .insta-gallery .gallery-container .gallery-item:nth-child(6),
  .insta-gallery .gallery-container .gallery-item:nth-child(7) {
    grid-area: auto;
  }

}

@media screen and (max-width: 575.97px) {

  .insta-gallery .gallery-container {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
  }

  .insta-gallery .gallery-container {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: auto;
  }

  .insta-gallery .gallery-container .gallery-item:nth-child(3) {
    display: block;
    grid-area: 1 / 1 / 1 / 3;
  }

  .insta-gallery .gallery-container .gallery-item:nth-child(1),
  .insta-gallery .gallery-container .gallery-item:nth-child(2),
  .insta-gallery .gallery-container .gallery-item:nth-child(4),
  .insta-gallery .gallery-container .gallery-item:nth-child(5),
  .insta-gallery .gallery-container .gallery-item:nth-child(6),
  .insta-gallery .gallery-container .gallery-item:nth-child(7) {
    grid-area: auto;
  }

  .insta-gallery .gallery-container .gallery-item:nth-child(3) h3 {
    font-size: 40px;
    line-height: 40px;
    margin-bottom: 20px;
  }

}
/* === gallery-inst === */.testimonials {
  padding-top: 325px;
  margin-top: -220px;
  background-color: #f1f1f1;
  position: relative;
  z-index: 1;
  margin-bottom: 160px;
}

@media (max-width: 991.98px) {
  .testimonials-header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
  }
}

@media (max-width: 991.98px) {
  .testimonials-nav-btns {
    margin: auto 0;
  }
}

.testimonial {
  background: none;
  border-radius: 10px;
  font-size: 18px;
  line-height: 26px;
  padding: 60px 0 35px;
}

.testimonial .row {
  --bs-gutter-x: 100px;
}

.testimonial .testimonial-brief {
  font-family: var(--font-family-3);
  font-size: 22px;
  line-height: 32px;
  margin-bottom: 36px !important;
}

#testimonials-section .block-header h3 {
    font-size: 48px;
    line-height: 50px;
    font-family: "Uniform 3";
}

#testimonials-section .testimonials-nav-btns {
  display: flex;
  margin-top: 80px;
}

#testimonials-section .testimonials-nav-btns button {
  width: 63px;
  height: 63px;
  background-color: var(--color-orange);
  border: none;
  border-radius: 10px;
}

/* #testimonials-section .testimonials-nav-btns button:nth-child(2),
#testimonials-section .testimonials-nav-btns button:nth-child(3) {
  display: none !important;
} */

#testimonials-section .testimonials-nav-btns button i {
  color: var(--color-white);
  font-size: 18px;
}

.testimonial .testimonial-author {
  font-family: var(--font-family-4);
  text-transform: uppercase;
  font-weight: normal;
  font-size: 14px;
  line-height: 32px;
  letter-spacing: 0.2rem;
  margin-bottom: 0;
}

.testimonials-nav-btns button {
  color: var(--color-orange);
  font-size: 39px;
  line-height: 0;
  padding: 0;
}

.testimonials-nav-btns button.next-slide {
  margin-left: 10px;
}

.testimonials-nav-btns button:focus,
.testimonials-nav-btns button:hover {
  outline: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.featurette .featurette-inner .featurette-title {
  margin-top: 130px;
}

.featurette .featurette-inner .featurette-description {
  max-height: 60%;
  overflow-y: scroll;
  scrollbar-width: none;
}

.featurette .featurette-inner .featurette-description::-webkit-scrollbar {
  display: none;
}

.testimonials .bg-wrapper {
  position: absolute;
  right: 0;
  bottom: -100px;
  pointer-events: none;
  z-index: -1;
  height: calc(100% + 100px - 220px);
  display: flex;
  justify-content: end;
}

.testimonials .bg-wrapper img {
  height: 100%;
  object-position: left bottom;
  object-fit: contain;
}

#testimonials-section .testimonials-nav-btns {
  margin-bottom: -30px;
}

@media screen and (max-width: 1399.97px) {

  .testimonials {
    overflow: hidden;
    overflow: clip;
    overflow-y: visible;
  }

  .testimonials .bg-wrapper {
    position: absolute;
    right: -100px;
    bottom: -110px;
    pointer-events: none;
  }

  .testimonials .bg-wrapper img {
    height: 100%;
    object-position: left bottom;
    object-fit: contain;
  }

  #testimonials-section .testimonials-nav-btns {
    display: flex;
    margin-top: 40px;
  }

}

@media screen and (max-width: 1199.97px) {
  .testimonials {
    margin-top: -170px;
    padding-top: 240px;
  }

  .testimonials .bg-wrapper {
    width: 100%;
    bottom: -50px;
    height: calc(100% + 50px - 170px);
  }
}

@media screen and (max-width: 991.97px) {

  .testimonials {
    padding-top: 170px;
    margin-bottom: 100px;
  }

  .testimonial {
    padding: 0;
  }

  #testimonials-section .block-header h3 br {
    display: none;
  }

  #testimonials-section .block-header h3 {
    text-wrap: balance;
    margin-bottom: 30px;
  }

  .testimonials .bg-wrapper {
    right: -50%;
    width: 100%;
    bottom: -50px;
  }

  #testimonials-section .testimonials-nav-btns {
    justify-content: center;
    z-index: 1;
  }
}

@media screen and (max-width: 765.97px) {
  .testimonials {
    text-align: center;
    margin-bottom: 100px;
  }

  .testimonials .bg-wrapper img {
    width: 98%;
  }

  .testimonials .bg-wrapper {
    right: -25%;
  }
}


@media screen and (max-width: 575.97px) {
  #testimonials-section .block-header h3 {
    font-size: 40px;
    line-height: 40px;
  }

  .testimonials {
    padding-top: 200px
  }

  .testimonials .bg-wrapper {
    width: 500px;
    right: -150px;
  }
}
/* === testimonial-carousel === */.map_w_coord {
    position: relative;
    overflow-x: hidden;
    overflow-x: clip;
    overflow-y: visible;
    --block_h: 780px;
    --block_overlay: 80px;
    padding-bottom: var(--block_overlay);
    margin-top: 200px;
    height: calc(var(--block_h) - var(--block_overlay));
}

.contact03 + .map_w_coord {
    margin-top: 40px;
}

.map_w_coord .map-wrapper {
    height: var(--block_h);
    border-top-right-radius: 12px;
    border-bottom-right-radius: 12px;
    overflow: hidden;
}

--block_overlay .map_w_coord .block_bg {
    position: absolute;
    right: 0;
    top: 0;
    height: var(--block_h);
    width: 50%;
    z-index: 1;
    pointer-events: none;
    background-repeat: no-repeat;
    background-position: 60% 50%;
    background-size: auto 150%, 100% 100%;
}

.map_w_coord .map-wrapper {
    position: absolute;
    left: 0;
    top: 0;
    width: 50%;
    z-index: 0;
}

.map_w_coord .map-02 {
    width: 100%;
    height: 100%;
}

.map_w_coord .leaflet-map-pane .leaflet-layer {
    -webkit-filter: grayscale(1);
    filter: grayscale(1);
}

.map_w_coord .map_content {
    position: relative;
    z-index: 11;
    padding-left: 100px;
    margin-top: 60px;
}

.map_w_coord .pre-header {
    color: var(--color-gray);
    font-family: var(--font-family-4);
    font-size: 14px;
    letter-spacing: 2px;
    text-transform: uppercase;
    margin-bottom: 37px;
}

.map_w_coord h2 {
    margin-bottom: 40px;
}

.map_w_coord .control h2 {
    color: #fff
}

.map_w_coord .control .coord_items {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    font-size: 24px;
    color: #fff;
    font-weight: 500;
    padding-left: 0px;
}

    .map_w_coord .control .coord_items .item {
        position: relative;
        cursor: help;
        color: var(--color-orange);
    }

    .map_w_coord .control .coord_items > .item {
        margin-top: 10px;
    }

    /*.map_w_coord .control .coord_items>.item:before {
    content: "";
    background-color: var(--color-orange);
    height: 2px;
    width: 125px;
    position: absolute;
    top: calc(50% + 1px);
    transform: translateY(-50%);
    right: calc(100% + 23px);
}*/

    .map_w_coord .control .coord_items > .item:after {
        content: "\f061";
        font-family: "Font Awesome 5 Pro";
        font-size: 16px;
        position: absolute;
        top: calc(50% + 1px);
        transform: translateY(-50%);
        left: -35px;
    }

.map_w_coord .coord_dots {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 600;
    pointer-events: none;
}

.map_w_coord .leaflet-container::after {
    z-index: 601;
}

.map_w_coord .coord_dots .dot {
    position: absolute;
    transition: 0.4s all;
}

    .map_w_coord .coord_dots .dot:after {
        content: "";
        background-color: #fff;
        border: 4px solid var(--color-orange);
        width: 20px;
        height: 20px;
        transform: translate(-50%, -50%);
        border-radius: 50%;
        display: block;
        transition: 0.3s all;
        position: relative;
        z-index: 1;
    }

    .map_w_coord .coord_dots .dot.active:after {
        width: 30px;
        height: 30px;
    }

.map_w_coord .coord_dots:has(.dot.active) .dot:not(.active) {
    opacity: 0.4;
}

.map_w_coord .coord_dots .dot .dot_rect {
    position: absolute;
    display: none;
}

.map_w_coord .leaflet-marker-icon {
    display: none;
}


.map_w_coord .coord_dots .dot .dot_rect.t {
    border-top: 2px solid var(--color-orange);
}

.map_w_coord .coord_dots .dot .dot_rect.r {
    border-right: 2px solid var(--color-orange);
    margin-right: -1px;
}

.map_w_coord .coord_dots .dot .dot_rect.l {
    border-left: 2px solid var(--color-orange);
    margin-left: -1px;
}

.map_w_coord .coord_dots .dot .dot_rect.b {
    border-bottom: 2px solid var(--color-orange);
    margin-bottom: -1px;
}

@media(max-width: 991.97px) {
    .map_w_coord {
        --block_h: 400px;
        margin-top: 100px;
        --block_overlay: 0px;
    }

        .map_w_coord .h-100 {
            height: unset !important;
        }

        .map_w_coord .map_content {
            padding-left: 0;
            margin-top: 0px;
        }

        .map_w_coord .pre-header,
        .map_w_coord h2 {
            margin-bottom: 30px;
        }

        .map_w_coord .map-wrapper {
            position: relative;
            width: 100%;
            max-width: 720px;
            margin: auto;
            right: 0;
            left: 0;
            border-radius: 12px;
        }

        .map_w_coord .block_bg {
            display: none;
        }

        .map_w_coord .control .coord_items {
            display: none;
        }

        .map_w_coord .coord_dots .dot {
            z-index: var(--dotindex);
        }

            .map_w_coord .coord_dots .dot .dot_rect {
                display: none;
            }

            .map_w_coord .coord_dots .dot:before {
                content: attr(data-city);
                color: var(--color-orange);
                font-size: 12px;
                font-weight: 600;
                z-index: 11;
                position: absolute;
                bottom: calc(100% + 12px);
                left: calc(50% - 10px);
                transform: translateX(-50%);
                text-align: center;
                line-height: 12px;
                background-color: #fff;
                border-radius: 3px;
                padding: 1px 3px;
                border: 2px solid var(--color-orange);
            }

        .map_w_coord h2 {
            color: var(--bs-body-color);
        }
}


@media screen and (max-width: 765.97px) {
    .map_w_coord .map-wrapper {
        max-width: 540px;
    }
}

@media (max-width: 575.97px) {
    .map_w_coord .map-wrapper {
        max-width: 100%;
        width: calc(100% - 60px);
        margin-inline: 30px;
    }

    .map_w_coord .pre-header,
    .map_w_coord h2 {
        margin-bottom: 20px;
    }

    .map_w_coord h2 {
        font-size: 40px;
        line-height: 40px;
    }
}

/* === map-02 === */.footer_05_brochure {
  padding-top: 200px;
  padding-bottom: 100px;
  background-color: #272727;
}

.footer_05_brochure .footer-bg {
  color: var(--bs-white);
  border-radius: 0 !important;
}

.footer_05_brochure .logos {
  clear: both;
}

.footer_05_brochure .contact-links a {
  margin-top: 0px !important;
  color: var(--color-orange);
  text-decoration: none;
  font-weight: 500;
  font-size: 18px;
  line-height: 26px;
  font-family: var(--font-family-4);
}

.footer_05_brochure .contact-links a span {
  font-size: 16px;
  line-height: 16px;
}

.footer_05_brochure .contact-content a {
  font-size: 20px;
  margin: 0;
}

.footer_05_brochure .contact-content a:last-child {
  font-size: 20px;
  margin: 0;
}

.footer_05_brochure .addr-content p {
  font-family: var(--font-family-3);
  line-height: 28px;
  font-size: 20px;
  margin: 0;
  display: flex;
  flex-flow: column;
}

.footer_05_brochure .addr-content,
.footer_05_brochure .contact-content {
  margin-bottom: 30px;
}

.footer_05_brochure .social a {
  float: left;
  background-color: var(--color-orange);
  width: 63px;
  height: 63px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 10px;
  margin-right: 10px;
  border-radius: 0;
  text-decoration: none;
  position: relative;
  overflow: clip;
  border-radius: 10px;
}

.footer_05_brochure .social a::before {
  content: "";
  position: absolute;
  top: -102%;
  left: -126%;
  width: 160px;
  height: 160px;
  /* background-image: url(../Images/Adeptify-Symbol.svg); */
  background-size: cover;
  background-position: left;
  opacity: 0.3;
  z-index: 0;
  mix-blend-mode: overlay;
}

.footer_05_brochure .social a svg {
  color: #fff;
  fill: #fff;
  width: 26px;
  height: auto;
}

.footer_05_brochure .social a i {
  color: #fff;
  color: #fff;
  font-size: 26px;
}

.footer_05_brochure .social {
  width: 240px;
}

.footer_05_brochure .logos {
  width: 235px;
  padding-top: 0px;
}

.footer_05_brochure .logos img {
  margin-top: 30px;
  margin-bottom: 0px;
  width: 100%;
}

.footer_05_brochure .footer_05_top_title {
  text-transform: uppercase;
  font-size: 14px;
  padding-bottom: 25px;
  border-bottom: 4px dashed #fff;
  margin-bottom: 25px;
  max-width: 40%;
}

.footer_05_brochure .footer_05_main_title h2,
.footer_05_brochure .form-title {
  margin-bottom: 30px;
  line-height: 60px;
  font-size: 60px;
  font-weight: 500;
}

/* 
.footer_05_brochure .footer_05_form {
    margin-top: 90px;
}
 */
.footer_05_brochure .footer_05_main_text {
  font-size: 20px;
  line-height: 26px;
  margin-bottom: 30px;
}

.footer_05_brochure .footer_05_main_text p {
  margin-bottom: 0;
  font-size: 22px;
  line-height: 32px;
  text-wrap: balance;
}

.footer_05_brochure form input,
.footer_05_brochure form select,
.footer_05_brochure form textarea {
  background-color: #fff;
  min-height: 50px;
  border: none !important;
  outline: none !important;
  border-radius: var(--border-radius) !important;
  min-height: 64px;
  border-radius: 10px !important;
}

.footer_05_brochure form .has-error input.error,
.footer_05_brochure form .has-error select.error,
.footer_05_brochure form .has-error textarea.error {
  background-color: #ffc8c8;
}

.footer_05_brochure form .required-star {
  color: #fff;
}

.footer_05_brochure form .col-form-label {
  padding-top: 0;
  font-size: 16px;
  line-height: 30px;
  font-weight: 300;
}

.footer_05_brochure form .checkbox + label {
  padding-left: 30px !important;
  font-size: 15px;
  line-height: 25px;
  padding-top: 1px;
}

.footer_05_brochure form .checkbox + label::before {
  content: "";
  background-color: #fff;
  display: block;
  width: 20px;
  height: 20px;
  border-radius: 0;
  box-shadow: unset;
  border: unset;
  border-radius: 4px !important;
}

.footer_05_brochure form .tickbox.has-error label::before {
  background-color: rgb(255, 0, 0);
}

.footer_05_brochure form .checkbox:checked + label:before {
  content: "";
}

.footer_05_brochure form .checkbox:checked + label:after {
  content: "\f00c";
  font-family: "Font Awesome 5 Pro";
  font-weight: bold;
  color: #000;
  position: absolute;
  left: 3px;
  top: 2px;
  font-size: 14px;
  color: var(--color-orange);
}

.footer_05_brochure .form-field.textarea,
.footer_05_brochure .form .tickbox {
  margin-bottom: 30px;
}

.footer_05_brochure .form-group.bottom-box {
  margin-bottom: 0;
}

.footer_05_brochure form button[type="submit"] {
  max-width: 180px;
  margin-bottom: 0;
}

.footer_05_brochure form button[type="submit"]::before {
  content: unset;
}

.footer_05_brochure form button[type="submit"]:active {
  background-color: #fff;
  color: #000;
}

.footer_05_brochure form .required {
  display: none;
}

.footer_05_brochure .foonter05_grid {
  display: flex;
  flex-wrap: wrap;
}

.footer_05_brochure .foonter05_grid .content_wrapper {
  width: 50%;
  padding-bottom: 50%;
  position: relative;
}

.footer_05_brochure .foonter05_grid .content {
  position: absolute;
  display: flex;
  width: 90%;
  height: 90%;
  align-content: center;
  flex-direction: column;
  text-align: center;
  margin-top: 30px;
  left: 5%;
  top: 5%;
}

.footer_05_brochure .content .icon {
  font-size: 60px;
  margin-bottom: 15px;
}

.footer_05_brochure .content .icon_title {
  font-size: 32px;
  font-weight: 300;
  margin-bottom: 10px;
}

.footer_05_brochure .content .icon_text {
  font-size: 13px;
  margin-bottom: 10px;
}

.footer_05_brochure .content .icon_link {
  color: #fff;
  font-size: 22px;
  font-weight: bold;
}

.footer_05_brochure .content .icon_link a {
  color: #fff;
}

.footer_05_brochure .social_links {
  display: flex;
  flex-direction: row;
  justify-content: center;
  flex-wrap: wrap;
}

.footer_05_brochure .social_links a {
  display: flex;
  color: #fff;
  width: 50px;
  height: 50px;
  align-items: center;
  justify-content: center;
  border: 2px solid #fff;
  border-radius: 50%;
  margin: 7px;
  text-decoration: none;
  transition: 0.3s all;
  overflow: hidden;
}

.footer_05_brochure .social_links a:hover {
  background-color: #fff;
  color: #000;
}

.footer_05_brochure .social_links a i {
  font-size: 22px;
}

.footer_05_brochure .social_links a img,
.footer_05_brochure .social_links a svg {
  width: 24px;
  height: auto;
  fill: #fff;
}

.footer_05_brochure .social_links a svg {
  transition: 0.3s fill, 0.3s stroke;
  fill: #fff !important;
  stroke: #fff !important;
}

.footer_05_brochure .social_links a:hover svg {
  fill: #000 !important;
  stroke: #000 !important;
}

.footer_05_brochure .content .reg_info {
  font-size: 14px;
}

.footer_05_brochure .content .reg_info > p {
  margin-bottom: 5px;
}

.footer_05_brochure .content .reg_info > p:last-of-type {
  margin-bottom: 0;
}

.footer_05_brochure .footer05_bottom {
  font-size: 14px;
  color: #fff;
}

.footer_05_brochure .footer05_bottom a {
  color: #fff;
  text-decoration: none;
}

.footer_05_brochure .captcha.captcha-image,
.footer_05_brochure .captcha.captcha-image *:not(i) {
  height: 100%;
}

.footer_05_brochure .captcha.captcha-image .reload_captcha {
  background-color: #fff;
  color: #16171a;
}

.footer_05_brochure .captcha_whatis {
  color: #fff;
}

.footer_05_brochure form button[type="submit"] {
  border: none;
  padding: 22px 25px 18px 25px;
  background-color: var(--color-orange);
  min-width: 220px;
  border-radius: 10px;
  font-family: var(--font-family-4);
}

@media screen and (max-width: 1599.97px) {
  .footer_05_brochure .footer_05_main_title h2,
  .footer_05_brochure .form-title {
    font-size: 48px;
    line-height: 48px;
  }

  .footer_05_main_text {
    padding-right: 40px;
  }

  .footer_05_brochure {
    padding-bottom: 60px;
  }
}

@media (min-width: 992px) and (max-width: 1199.97px) {
  .footer_05_brochure .foonter05_grid .content_wrapper {
    padding-bottom: 70%;
  }
}

@media (max-width: 991.97px) {
  .footer_05_brochure {
    padding-top: 240px;
    padding-bottom: 40px;
  }

  .col-social {
    margin-top: calc(48px + 30px);
  }

  .footer_05_main_text {
    padding-right: 0;
  }

  .footer_05_brochure .contact-links a {
    overflow: hidden;
    text-overflow: ellipsis;
    width: 100%;
    display: inline-block;
    text-wrap: nowrap;
  }

  .footer_05_brochure .addr-content,
  .footer_05_brochure .contact-content {
    margin-bottom: 20px;
  }

  .footer_05_brochure .footer_05_form {
    margin-top: 50px;
  }

  .footer_05_brochure .row {
    --bs-gutter-x: 30px;
  }

  .footer_05_brochure form input,
  .footer_05_brochure form select,
  .footer_05_brochure form textarea {
    min-height: 62px;
  }

  .footer_05_brochure .social a {
    width: 60px;
    height: 60px;
  }

  .footer_05_brochure .contact-links {
    margin-top: calc(82px);
  }

  .footer_05_brochure .footer_05_main_text p {
    text-wrap: balance;
  }
}

@media (max-width: 767.97px) {
  .footer_05_brochure {
    padding-top: 220px;
    padding-bottom: 30px;
  }

  .footer_05_brochure .contact-links {
    margin-top: 0;
  }

  .footer_05_brochure .footer_05_form {
    margin-top: 50px;
  }

  .footer_05_brochure .addr-content p {
    font-size: 18px;
    line-height: 26px;
  }

  .footer_05_brochure form button[type="submit"] {
    margin: auto;
  }
}

@media (max-width: 575.97px) {
  .footer_05_brochure .footer-bg {
    padding-inline: 0;
  }

  .footer_05_brochure {
    padding-bottom: 0;
    padding-top: 180px;
  }

  .footer_05_brochure .footer_05_main_title h2,
  .footer_05_brochure .form-title {
    font-size: 40px;
    line-height: 40px;
  }
}

.footer_05_brochure.page-contact-us .col-right {
  display: none;
}

@media (min-width: 768px) {
  .footer_05_brochure.page-contact-us .col-left {
    width: 100%;
  }

  .footer_05_brochure.page-contact-us .col-left .row > div {
    width: 100%;
  }

  .footer_05_brochure.page-contact-us
    .col-left
    .contact-container {
    display: flex;
  }

  .footer_05_brochure.page-contact-us
    .col-left
    .contact-links {
    margin-top: 0;
    width: 50%;
  }

  .footer_05_brochure.page-contact-us .col-left .social {
    width: 50%;
    max-width: 250px;
  }

  .footer_05_brochure.page-contact-us .social a {
    width: calc((100% - 24px) / 3);
    aspect-ratio: 1/1;
    height: unset;
  }
}

@media (min-width: 992px) {
  .footer_05_brochure.page-contact-us .col-left .row > div {
    width: 40%;
  }

  .footer_05_brochure.page-contact-us
    .col-left
    .row
    > div.contact-container {
    display: flex;
    flex-flow: row-reverse;
    justify-content: space-around;
    width: 60%;
    margin-top: 20px;
  }

  .footer_05_brochure.page-contact-us
    .col-left
    .contact-links {
    width: 50%;
    margin-top: 0;
    padding-right: calc(var(--bs-gutter-x) * 0.5);
    padding-left: calc(var(--bs-gutter-x) * 0.5);
  }

  .footer_05_brochure.page-contact-us .col-left .social {
    width: 50%;
    padding-right: calc(var(--bs-gutter-x) * 0.5 - 8px);
    padding-left: 0;
  }
}

/* === footer-05-brochure === */.footer-04-ecommerce {
    background-color: #272727;
    color: var(--bs-white);
    border-radius: 0 !important;
    padding-top: var(--block-padding);
}

.map_w_coord+.footer-04-ecommerce {
    padding-top: 80px;
}


.footer-04-ecommerce .footer-bg {
    padding-bottom: 50px;
    padding-top: 50px;
    border-radius: 0 !important;
}

.footer-04-ecommerce a {
    text-decoration: none;
}

.footer-04-ecommerce .col-additional-links a {
    color: #a7aeb8;
    font-size: 15px;
    line-height: 35px;
}

.footer-04-ecommerce .column-title {
    color: #fff;
    font-size: 18px;
    font-weight: bold;
    text-transform: uppercase;
    margin-bottom: 15px;
    margin-top: 30px;
}

.footer-04-ecommerce .site-authors {
    text-align: left;
}

.footer-04-ecommerce .footer-logo {
    margin-left: auto;
    max-height: 150px;
}

.footer-04-ecommerce .footer-info span {
    margin-bottom: 10px;
}

.footer-04-ecommerce .footer-info a {
    color: #ffffff;
}

.footer-04-ecommerce .footer-info b {
    color: #ffffff;
    font-weight: 500;
    font-family: var(--font-family-4);
}

.footer-04-ecommerce .link-list .footer-link a {
    color: var(--bs-white);
    font-size: 20px;
    line-height: 40px;
    display: block;
    width: 100%;
    font-family: var(--font-family-3);
}

.footer-04-ecommerce .contact-with-us {
    display: flex;
    flex-direction: row;
    margin-top: 25px;
    margin-bottom: 25px;
    align-items: center;
}

.footer-04-ecommerce .contact-with-us .title {
    color: #fff;
    font-size: 18px;
    font-weight: bold;
    margin-right: 10px;
}

.footer-04-ecommerce .contact-with-us .icons {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
}

.footer-04-ecommerce .contact-with-us .icons>a {
    background: #4b4b4b;
    width: 40px;
    height: 40px;
    line-height: 40px;
    margin: 0 5px;
    margin-bottom: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 24px;
    border-radius: 50%;
    text-decoration: none;
    transition: 0.1s all;
}

.footer-04-ecommerce .contact-with-us .icons>a:hover,
.footer-04-ecommerce .contact-with-us .icons>a:active {
    background: #fff;
    color: #4b4b4b;
}

.footer-04-ecommerce .last-footer {
    color: #fff;
    font-style: normal;
    font-size: 14px;
}

.footer-04-ecommerce .last-footer a {
    color: #fff;
    font-size: 14px;
    width: 100%;
    text-decoration: none;
    font-family: var(--font-family-3);
}

.footer-04-ecommerce .footer-info em.separator {
    color: #fff;
    font-style: normal;
    margin-left: 5px;
    margin-right: 5px;
}

#footer_column01 {
    margin-top: 10px;
    font-size: 14px;
}

@media(max-width: 991.97px) {


    .footer-04-ecommerce .container {
        margin-top: 0 !important;
    }

    .additional-links {}

    .additional-links .footer-link {
        width: 33%;
        display: inline-block;
    }

    .additional-links .footer-link a {}

    .footer-04-ecommerce .contact-with-us {
        justify-content: center;
        align-items: center;
    }

    .footer-04-ecommerce .last-footer {
        text-align: center;
    }

    .footer-04-ecommerce .link-list .footer-link a {
        font-size: 18px;
    }
}

@media(min-width: 768px) {
    .footer-04-ecommerce #footer_column02 {
        display: flex;
        flex-flow: row;
        justify-content: space-between;
    }

    .footer-04-ecommerce #footer_column01 .footer-info {
        display: flex;
        flex-flow: row;
        justify-content: space-between;
    }
}

@media(max-width: 767.97px) {

    .footer-04-ecommerce #footer_column02 {
        display: flex;
        flex-flow: row;
        flex-wrap: wrap;
        justify-content: center;
    }

    .footer-04-ecommerce #footer_column02 .footer-link {
        width: calc(100% / 3);
        text-align: center;
    }

    #footer_column01 {
        text-align: center;
        margin-top: 30px;
    }

    .footer-04-ecommerce .site-authors {
        text-align: center;
    }

    .footer-04-ecommerce .footer-info span {
        display: flex;
        flex-flow: column;
        margin-bottom: 2px;
    }

    .footer-04-ecommerce .footer-info em.separator {
        display: none;
    }

}

@media(max-width: 575.97px) {

    .footer-04-ecommerce,
    .footer-04-ecommerce .site-authors {
        text-align: center;
    }

    .footer-04-ecommerce .footer-info span {
        margin-bottom: 4px;
    }

    .footer-04-ecommerce .row:not(.footer-info) {
        gap: 20px
    }

    .footer-04-ecommerce #footer_column02 .footer-link {
        width: 100%;
    }

    .footer-04-ecommerce .footer-bg {
        padding-bottom: 40px;
        padding-top: 40px;
    }

    #footer_column01 {
        margin-top: 10px;
    }
}
/* === footer-04-ecommerce === */