/*=====================================================*/
/* Advansys PageExpress Custom Responsive Stylesheet   */
/*=====================================================*/

:root {
    --body-background: rgb(255, 255, 255);
    --body-color: #1d1d1d;
    --body-font: 'Uniform', sans-serif;
    --h1-font: 'Uniform', sans-serif;
    --h2-font: 'Uniform', sans-serif;
    --h3-font: 'Uniform', sans-serif;
    --h4-font: 'Uniform', sans-serif;

    /* Font weights mapped to Uniform variants */
    --font-weight-h1: 200;
    /* Regular 2 */
    --font-weight-h2: 200;
    /* Regular 2 */
    --font-weight-buttons: 500;
    /* Regular 4 */
    --font-weight-tab-buttons: 500;
    /* Regular 4 */
    --font-weight-text: 300;
    /* Regular 3 - Light */
    --font-weight-subtext-why: 300;
    /* Regular 3 - Light */
    --font-weight-subtext-doors: 500;
    /* Regular 4 */
    --font-weight-testimonial-author: 200;
    /* Regular 2 */
    --font-weight-links: 500;
    /* Regular 4 */
    --font-weight-footer-links: 300;
    /* Regular 3 - Light */

    /* Other variables remain the same */
    --text-primary: rgb(211, 0, 12);
    --text-secondary: rgb(255, 255, 255);
    --cookie-background: rgb(255, 255, 255);
    --cookie-text-color: rgb(0, 0, 0);
    --button-background: rgb(211, 0, 12);
    --quickinquiry-background: rgb(238, 238, 238);
    --quickinquiry-color: rgb(68, 68, 68);
    --quickinquiry-tab-background: rgb(68, 68, 68);
    --navbar-hamburguer-icon-color: rgb(255, 255, 255);
    --navbar-phone-color: rgb(255, 255, 255);
    --sticky-header-background: rgba(0, 0, 0, 0.5);
    --navbar-phone-icon: rgb(255, 255, 255);
    --nav-mobile-backgroundcolor: rgb(68, 68, 68);
    --navlink-mobile-bordercolor: rgb(102, 102, 102);
    --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: rgb(255, 255, 255);
    --required_color: rgb(255, 0, 0);
    --h1-fontsize: 72px;
    --h2-fontsize: 55px;
    --h3-fontsize: 28px;
    --h4-fontsize: 24px;
    --h1-fontweight: var(--font-weight-h1);
    --h2-fontweight: var(--font-weight-h2);
    --h3-fontweight: normal;
    --h4-fontweight: normal;
    --header_promo_line_bgcolor: #000;
    --header_promo_line_textcolor: rgb(255, 255, 255);

    /*-----------------------------------------------------------------------*/
    /* Custom Variables */
    --input_height: 52px;
    --hpl01-h: 0px;

    --block-indent: 25px;
    --block-gap: 15px;

    --nav-height: 110px;
    --block-margin: 100px;
}

body {
    background: var(--body-background);
    color: var(--body-color);
    font-family: var(--body-font);
    font-weight: var(--font-weight-text);
}

section {
    scroll-margin-top: calc(var(--nav-height) + 80px);
}

.row {
    --bs-gutter-x: 35px;
    --bs-gutter-y: 0;
}

p {
    margin-top: 0;
    margin-bottom: 20px;
    letter-spacing: -0.025em;
    font-size: 18px;
    line-height: 26px;
    color: #333333;
    font-weight: var(--font-weight-text);
}

h1,
.h1,
h2,
.h2,
h3,
.h3,
h4,
.h4 {
    font-weight: 700;
    letter-spacing: -0.025em;
    line-height: 1;
    margin-bottom: 20px;
}

h1,
.h1 {
    font-family: var(--h1-font);
    font-size: var(--h1-fontsize);
    font-weight: var(--h1-fontweight);
}

h2,
.h2 {
    font-family: var(--h2-font);
    font-size: var(--h2-fontsize);
    font-weight: var(--h2-fontweight);
}

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);
}

.btn {
    --button-color: #fff;
    --button-bg: #4cb7c5;

    --button-color-hover: #fff;
    --button-bg-hover: #41a5b3;

    height: var(--input_height);
    border-radius: var(--input_height);
    text-transform: uppercase;
    padding: 12px 30px 8px;
    line-height: 32px;
    background-color: var(--button-bg);
    color: var(--button-color);
    border: 1px solid #4cb7c5;
    letter-spacing: 0.2em;
    font-family: var(--h1-font);
    font-weight: var(--font-weight-buttons);
    font-size: 13px;
    min-height: 55px;

    line-height: 1.1;
    align-content: center;
    text-wrap: balance;
    font-weight: var(--font-weight-buttons);
}

.btn:hover {
    background-color: var(--button-bg-hover);
    color: var(--button-color-hover);
    border: 1px solid var(--button-bg-hover);
}

.btn.invert-color {
    --button-color: #fff;
    --button-bg: #4cb7c5;

    --button-color-hover: #fff;
    --button-bg-hover: #41a5b3;
}

.btn-modal {
    --button-color: #fff;
    --button-bg: #4cb7c5;

    --button-color-hover: #fff;
    --button-bg-hover: #41a5b3;

    min-width: 140px;
}

.owl-nav {
    pointer-events: none;
}

.owl-nav.disabled {
    display: none !important;
}

.owl-prev,
.owl-next {
    cursor: pointer;
    pointer-events: all;
}


@media screen and (max-width: 1199.97px) {

    p {
        font-size: 16px;
        line-height: 24px;
    }

    :root {
        --h1-fontsize: 68px;
        --h2-fontsize: 48px;
        --h3-fontsize: 28px;
        --h4-fontsize: 24px;
    }

}

@media screen and (max-width: 991.97px) {
    :root {
        --block-margin: 80px;
    }
}


@media screen and (max-width: 575.97px) {

    .container,
    .container-fluid,
    .container-lg,
    .container-md,
    .container-sm,
    .container-xl,
    .container-xxl {
        --bs-gutter-x: 60px;
    }

    :root {
        --h1-fontsize: 44px;
        --h2-fontsize: 34px;
        --h3-fontsize: 26px;
        --h4-fontsize: 24px;
    }

    :root {
        --block-margin: 60px;
    }
}

@media screen and (max-height: 575.97px) and (min-width: 576px) {
    :root {
        --h1-fontsize: 60px;
        --h2-fontsize: 42px;
        --h3-fontsize: 26px;
        --h4-fontsize: 24px;
    }
}

@media screen and (max-height: 460px) and (min-width: 576px) {
    :root {
        --h1-fontsize: 44px;
        --h2-fontsize: 34px;
        --h3-fontsize: 26px;
        --h4-fontsize: 24px;
    }
}

/* nav start */

.navbar {
    color: #fff;
    height: var(--nav-height);
    background-color: transparent;
    transition: .3s all;
    backdrop-filter: blur(0px);
}

.navbar.scrolled {
    backdrop-filter: blur(40px);
    background-color: #010101;
    height: 90px;
}

.navbar .nav-link {
    color: #fff !important;
    text-transform: uppercase;
    font-size: 14px;
    line-height: 22px;
    font-family: var(--body-font);
    font-weight: var(--font-weight-tab-buttons);
    padding: 8px 0px 0px;
}

.navbar .nav-link {
    background:
        linear-gradient(to right, transparent, transparent),
        linear-gradient(to right, #fff, #fff);
    background-size: 100% 2px, 0 2px;
    background-position: 100% 120%, 0 44px;
    background-repeat: no-repeat;
    transition: background-size 400ms;
}

.navbar .nav-link:hover,
.navbar .nav-link:focus {
    background-size: 0 2px, 100% 2px;
}

.contact-btn {
    color: #fff;
    border: 1px #fff solid !important;
    height: var(--input_height);
    height: var(--input_height);
    text-transform: uppercase;
    align-content: center;
    font-size: 14px;
    font-family: var(--body-font);
    font-weight: var(--font-weight-buttons);
    transition: .3s all;
    backdrop-filter: blur(0px);
    letter-spacing: -0.025em;
    background-color: transparent;
}

.contact-btn:hover,
.contact-btn:focus {
    backdrop-filter: blur(10px);
    background-color: #fff;
    color: #161616;
}

.navbar .navbar-brand.logo {
    position: absolute;
    left: calc(var(--bs-gutter-x) * .5);
    top: 0;
    display: flex;
    align-items: flex-start;
    height: 100%;
    transition: all 0.3s ease;
}

.navbar .navbar-brand.logo img {
    width: auto;
    height: 150px;
    padding-top: 20px;
    object-fit: contain;
    transition: all 0.3s ease;
    opacity: 1;
}

.navbar .navbar-brand.logo img.logo-scrolled {
    position: absolute;
    opacity: 0;
    height: 60px;
    padding: 0;
    width: auto;
}

.navbar.scrolled .navbar-brand.logo img:not(.logo-scrolled) {
    pointer-events: none;
    opacity: 0;
}

.navbar.scrolled .navbar-brand.logo img.logo-scrolled {
    align-items: center;
    opacity: 1;
}

.topnav {
    width: 100%;
    height: 100%;
}

.navbar .container {
    display: flex;
    justify-content: end;
    align-items: center;
    height: 100%;
    position: relative;
    gap: 15px;
}

.navbar .navbar-nav {
    display: flex;
    flex-flow: row;
    gap: 40px;
}

.navbar-toggler {
    background-color: #4cb7c5;
    border: 1px solid #4cb7c5;
    border-radius: 50% !important;
    height: var(--input_height);
    color: #fff;
    display: flex;
    padding: 0;
    transition: .3s all;
    aspect-ratio: 1/1;
}

.navbar-toggler.btn:active,
.navbar-toggler.btn:focus,
.navbar-toggler.btn:hover {
    border: 1px solid #41a5b3;
    color: #41a5b3 !;
    background-color: #41a5b3;
    box-shadow: unset;
}

.hamburger-inner {
    transition: .3s all;
}

.hamburger-inner,
.hamburger-inner::before,
.hamburger-inner::after {
    content: "";
    width: 100%;
    height: 2px;
    background-color: #fff;
    border-radius: 4px;
    position: absolute;
    transition: transform ease 0.15s;
    transition-duration: 0.15s;
    transition-timing-function: ease;
    transition-delay: 0s;
}

.navbar-toggler:focus .hamburger-inner,
.navbar-toggler:focus .hamburger-inner::before,
.navbar-toggler:focus .hamburger-inner::after,

.navbar-toggler:hover .hamburger-inner,
.navbar-toggler:hover .hamburger-inner::before,
.navbar-toggler:hover .hamburger-inner::after {
    background-color: var(--button-color-hover);
}

.navbar-toggler-text {
    font-size: 0;
    position: absolute;
}

.navbar-toggler-icon {
    display: none;
}

/* Header phone styles */
.header-phone {
    display: flex;
    align-items: center;
    color: #fff;
    text-decoration: none;
    font-size: 18px;
    font-weight: var(--font-weight-buttons);
    transition: .3s all;
    gap: 10px;
    background-color: #4cb7c5;
    border: 1px solid #4cb7c5;
    height: var(--input_height);
    padding-inline: 20px;
    border-radius: 50px;
    min-height: 55px;
}

.header-phone:active,
.header-phone:focus,
.header-phone:hover {
    border: 1px solid #41a5b3;
    color: #41a5b3 !;
    background-color: #41a5b3;
    box-shadow: unset;
}

.header-phone i {
    font-size: 20px;
    color: #fff;
}

.header-phone:hover,
.header-phone:focus {
    color: #fff;
}

.navbar.scrolled .header-phone {
    color: #fff;
}

.hamburger-box {
    margin: auto;
    left: 0;
    width: 20px;
    height: 18px;
    display: inline-block;
    position: relative;
}

.hamburger-inner::after {
    content: "";
    display: block;
    top: -16px;
    transition: top 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1) 0.2s, opacity 0.1s linear;
}


.hamburger-inner::before {
    content: "";
    display: block;
    top: -8px;
    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);
}

.hamburger-inner {
    top: auto;
    bottom: 0;
    left: 0;
    transition-delay: 0.13s;
    transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    transition-duration: 0.13s;
}

#main-menu {
    position: fixed;
    height: 100vh !important;
    width: 500px;
    max-width: 100%;
    top: 0;
    bottom: 0;
    right: 0;
    transform: translateX(0px);
    transition: .3s all;
    z-index: 1050;
}

#main-menu .main-menu-wrapper {
    position: relative;
    padding: 100px 40px 100px;
    background-color: #4cb7c5;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

#main-menu .main-menu-wrapper .background-overlay {
    position: absolute;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    top: 0;
    left: 0;
    right: 0;
    overflow: hidden;
    z-index: 0;
}

#main-menu .main-menu-wrapper .background-overlay svg {
    fill: #42acba;
    width: 120%;
    height: 120%;
    min-width: 1200px;
    min-height: 1100px;
    position: absolute;
    top: 45%;
    left: 0%;
    transform: translate(-50%, -50%);
}

#main-menu.collapsing {
    width: 0 !important;
    transform: translateX(500px);
}

#main-menu::after {
    content: "";
    position: fixed;
    top: 0;
    right: 0;
    width: 100vw;
    height: 100vh;
    background-color: rgba(0, 0, 0, 0.5);
    backdrop-filter: blur(5px);
    -webkit-backdrop-filter: blur(5px);
    z-index: -1;
    opacity: 1;
    transition: all 0.3s ease;
}

#main-menu.collapsing::after {
    opacity: 0;
    backdrop-filter: blur(0px);
    -webkit-backdrop-filter: blur(0px);
    background-color: rgba(0, 0, 0, 0);
}

#main-menu.collapse:not(.show)::before {
    opacity: 0;
    pointer-events: none;
}

#main-menu .navbar-toggler {
    position: absolute;
    top: 30px;
    right: 30px;
    background-color: transparent !important;
    border: unset !important;
}

#main-menu .navbar-toggler i {
    margin: auto;
    font-size: 30px;
    padding-left: 2px;
    font-weight: 300;
}

#main-menu .navbar-nav {
    position: relative;
    display: flex;
    flex-flow: column;
    align-items: center;
    width: 100%;
    gap: unset;
    overflow: auto;
    height: auto;
    max-height: 100%;
}

#main-menu .nav-item {
    width: fit-content;
}

#main-menu .nav-link {
    padding: 0;
    color: #fff !important;
    text-transform: capitalize;
    font-size: 24px;
    line-height: 60px;
    font-family: var(--body-font);
    font-weight: var(--font-weight-tab-buttons);
}

#main-menu .menu-footer {
    margin-top: 30px;
    display: flex;
    flex-flow: column;
}

#main-menu .menu-footer a {
    font-size: 18px;
    line-height: 26px;
    color: #fff;
    text-decoration: none;
    font-family: var(--body-font);
    font-weight: 500;
    width: fit-content;
}

#main-menu .menu-footer a {
    background: linear-gradient(to right, transparent, transparent), linear-gradient(to right, #fff, #fff);
    background-position-x: 0%, 0%;
    background-position-y: 0%, 0%;
    background-repeat: repeat, repeat;
    background-size: 100% 2px, 0 2px;
    background-position: 100% 120%, 0 24px;
    background-repeat: no-repeat;
    transition: background-size 400ms;
}

#main-menu .menu-footer a:hover,
#main-menu .menu-footer a:focus {
    background-size: 0 2px, 100% 2px;
}

#main-menu .menu-footer a {
    font-size: 18px;
    line-height: 26px;
    color: #fff;
    text-decoration: none;
    font-family: var(--body-font);
    width: fit-content;
}

#main-menu .menu-footer .socials {
    display: flex;
    flex-flow: column;
}

#main-menu .menu-footer .socials .social-buttons {
    display: flex;
    gap: 10px;
    margin-top: 30px;
}

#main-menu .menu-footer .socials .social-button {
    width: 55px;
    height: 55px;
    display: flex;
    padding: 0;
    border: unset;
    background-color: #fff;
    color: #010101;
}

#main-menu .menu-footer .socials .social-button i,
#main-menu .menu-footer .socials .social-button svg {
    display: flex;
    width: fit-content;
    height: 20px;
    font-size: 22px;
    object-fit: contain;
    margin: auto;
    text-align: center;
    letter-spacing: 0;
    transition: .3s all;
}

#main-menu .menu-footer .socials .social-button:hover i,
#main-menu .menu-footer .socials .social-button:hover svg {
    scale: 1.2;
}

@media screen and (max-width: 767.97px) {
    .header-phone {
        padding: 0;
        width: auto;
        justify-content: center;
        aspect-ratio: 1/1;
    }

    .header-phone span {
        display: none;
    }
}

@media screen and (max-width: 575.97px) {

    .navbar .navbar-brand.logo {
        width: 50%;
        display: flex;
        justify-content: start;
        align-items: center;
    }

    .navbar .navbar-brand.logo img.logo-scrolled {
        position: relative;
        opacity: 0;
        height: 100%;
        max-height: 80px;
        padding: 0;
        opacity: 1;
        width: auto;
    }

    .navbar .navbar-brand.logo img:not(.logo-scrolled) {
        pointer-events: none;
        opacity: 0;
        display: none;
    }

    #main-menu .main-menu-wrapper {
        padding: 60px 30px;
    }
}

/* nav end */

/* banner start */

.hidden-h1 {
    position: absolute;
    visibility: hidden;
    pointer-events: none;
    opacity: 0;
    width: 0;
    height: 0;
}

.main-page-banner {
    position: relative;
    height: auto;
    min-height: calc(100svh - 80px);
    margin-bottom: var(--block-margin);
    display: flex;
    align-items: end;
}

.main-page-banner .content-title {
    margin-bottom: 0;
}

@media screen and (min-width: 1920.03px) {
    .main-page-banner {
        min-height: fit-content;
    }
}

.main-page-banner .image {
    height: 100%;
    width: 100%;
    object-fit: cover;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    position: absolute;
}

.main-page-banner .image img {
    height: 100%;
    width: 100%;
    object-fit: cover;
}

.main-page-banner .image::after {
    content: "";
    display: flex;
    width: 100%;
    height: 100%;
    position: absolute;
    background-color: #000;
    opacity: 38%;
    top: 0;
}

.main-page-banner .image::before {
    content: "";
    display: flex;
    position: absolute;
    top: 0;
    bottom: 0;
    z-index: 0;
    width: 100%;
    height: 100%;
    background: rgb(0, 0, 0, 0);
    background: linear-gradient(180deg, rgba(0, 0, 0, 0.78) 0%, rgba(0, 0, 0, 0) 55%);
}

.main-page-banner .overlay {
    position: absolute;
    height: 100%;
    width: 70%;
    right: 0;
    z-index: 0;
    overflow: hidden;
}

.main-page-banner .overlay svg {
    fill: rgb(0, 0, 0, .13);
    width: 129%;
    height: 120%;
    left: 0;
    top: 10%;
    position: relative;
}

.main-page-banner .container {
    position: relative;
    padding-bottom: 90px;
    padding-top: calc(var(--nav-height) + 80px);
    z-index: 1;
}

.main-page-banner .container .row {
    height: auto;
}

.main-page-banner .container .row>div {
    height: auto;
    align-content: end;
}

.main-page-banner .content-block,
.main-page-banner .content-block .content-text {
    color: #fff;
}

.main-page-banner .content-block .btn {
    margin-top: 20px;
    max-width: 320px;
    backdrop-filter: blur(1px);
}

.main-page-banner .content-block h1 {
    color: #fff;
    text-wrap: balance;
    line-height: 1;
    font-family: var(--h1-font);
    font-weight: var(--font-weight-h1);
    font-size: var(--h1-fontsize);
    margin-bottom: 0;
    text-shadow: #000 0 0 50px;
}

.main-page-banner .content-block p {
    font-size: 26px;
    line-height: 36px;
    margin-bottom: 0;
    text-shadow: #000 0 0 20px;
    font-weight: var(--font-weight-text);
    text-wrap: balance;
}

.main-page-banner .content-block hr {
    width: 100px;
    opacity: 1;
    border-width: 2px;
    margin: 30px 0;
}

.main-page-banner .form-block {
    background-color: rgba(0, 0, 0, 0.6);
    height: 100%;
    padding: 40px 50px 50px;
    height: fit-content;
}

.main-page-banner .form-block h2 {
    font-size: 36px;
    line-height: 36px;
    color: #fff;
    margin-bottom: 20px;
}

.main-page-banner .form-block textarea {
    height: 143px;
}

@media screen and (max-height: 860px) {
    .main-page-banner .content-block {
        position: sticky;
        top: 180px;
        justify-content: center;
        display: flex;
        flex-flow: column;
        height: fit-content;
        min-height: calc(100vh - 190px);
    }

    .main-page-banner .container .row>div {
        align-content: unset;
    }
}


@media screen and (max-height: 575.97px) {
    .main-page-banner .content-block p {
        font-size: 22px;
        line-height: 26px;
    }
}

@media screen and (max-height: 460px) {
    .main-page-banner .col-form {
        display: none !important;
    }

    .main-page-banner .container .row>div {
        width: 100%;
        text-align: center;
    }

    .main-page-banner .content-block hr {
        margin-inline: auto;
        display: none;
    }

    .main-page-banner .content-block .btn {
        display: block !important;
        margin-inline: auto;
        width: 100%;
    }

    .main-page-banner .content-block p {
        font-size: 20px;
        line-height: 26px;
    }

    .main-page-banner .container {
        padding-bottom: 50px;
        padding-top: calc(var(--nav-height) + 20px);
    }

    .navbar .navbar-brand {
        padding: 0;
    }

    .navbar .navbar-brand.logo img {
        height: 90px;
        padding-top: 0;
    }
}

@media screen and (max-width: 1199.97px) {
    .main-page-banner .form-block {
        padding: 40px 35px;
    }

    .main-page-banner .content-block p {
        font-size: 22px;
        line-height: 32px;
    }

    .navbar .container {
        gap: 10px;
    }
}

@media screen and (max-width: 767.97px) {
    .main-page-banner .overlay {
        width: 100%;
        min-width: 700px;
    }
}


@media screen and (max-width: 575.97px) {
    .main-page-banner {
        text-align: center;
    }

    .main-page-banner .content-block hr {
        margin-inline: auto;
    }

    .main-page-banner .content-block .content-text {
        text-wrap: balance;
    }

    .main-page-banner .content-block .btn {
        max-width: 100%;
    }

    .main-page-banner .content-block p {
        font-size: 20px;
        line-height: 26px;
    }

    .main-page-banner .container {
        padding-bottom: 80px;
    }

}

/* banner end */

/* content1 start */

.content-01 {
    margin-top: var(--block-margin);
    margin-bottom: var(--block-margin);
    overflow-x: clip;
}

.content-01-title {
    text-wrap: balance;
}

.content-01-text p:last-of-type {
    margin-bottom: 0;
}

.content-01-btn {
    --button-color: #fff;
    --button-bg: #4cb7c5;
    border-color: #4cb7c5 !important;

    --button-color-hover: #fff;
    --button-bg-hover: #41a5b3;
    line-height: 1.1;
    align-content: center;
    text-wrap: balance;
    font-weight: var(--font-weight-buttons);
}

.content-01 .overlay {
    position: absolute;
    top: 40px;
    left: 120px;
    z-index: -1;
}

.content-01 .overlay svg {
    fill: #ededed;
    width: fit-content;
    height: 260px;
}

@media screen and (max-width: 991.97px) {

    .content-01 .overlay {
        top: -40px;
        left: unset;
        right: -40px;
        width: 330px;
    }

}

@media screen and (max-width: 575.97px) {
    .content-01 .overlay {
        display: none;
    }
}

/* content1 end */

/* tabs start */

.content-01-tabs {
    margin-top: var(--block-margin);
    color: #232323;
}

.content-01-tabs .tab-content {
    padding: 90px 0 var(--block-margin);
}

.content-01-tabs .tab-content-bg {
    width: 100%;
    background-color: #eaeaea;
}

.content-01-tabs .tab-content-bg .container {
    position: relative;
}

.content-01-tabs .tab-content-bg .container .row {
    position: relative;
    z-index: 1;
}

.content-01-tabs .tab-content-bg .overlay {
    position: absolute;
    width: 45%;
    height: 250px;
    right: 0;
    padding-right: calc(var(--bs-gutter-x) * .5);
    padding-left: calc(var(--bs-gutter-x) * .5);
    overflow: hidden;
    z-index: 0;
}

.content-01-tabs .tab-content-bg .overlay svg {
    fill: #f4f4f4;
    position: absolute;
    bottom: 0;
}

.content-01-tabs .nav-tabs {
    border: unset;
    justify-content: center;
}

.content-01-tabs .nav-tabs .nav-link {
    border: unset;
    border-radius: 0;
    font-size: 16px;
    line-height: 22px;
    letter-spacing: -.025em;
    text-decoration: none;
    color: #4cb7c5;
    font-weight: var(--font-weight-tab-buttons);
    margin: 0 20px;
    padding: 20px 28px 12px;
    font-family: var(--body-font);
    text-transform: uppercase;
}

.content-01-tabs .nav-tabs .nav-link:first-of-type {
    margin-left: 0;
}

.content-01-tabs .nav-tabs .nav-link:last-of-type {
    margin-right: 0;
}

.content-01-tabs .nav-item.show .nav-link,
.content-01-tabs .nav-tabs .nav-link.active {
    color: #1d1d1d;
    background-color: #eaeaea;
}

.content-01-tabs .tab-content ul li {
    font-size: 18px;
    line-height: 26px;
    margin-bottom: 12px;
    display: flex;
    font-weight: var(--font-weight-text);
}

.content-01-tabs .tab-content ul {
    list-style: none;
    padding-left: 0;
    text-align: left;
    margin-bottom: 0;
    color: #333333;
    column-count: 2;
}

.content-01-tabs .tab-content ul li::before {
    content: "";
    padding-right: 10px;
    font-family: "Font Awesome 6 Pro";
    font-weight: 400;
    color: #4cb7c5;
}

.content-01-tabs h3 {
    font-size: 30px;
    line-height: 30px;
    font-weight: 700;
    margin-bottom: 30px;
    margin-top: 18px;
    text-transform: uppercase;
}

.content-01-tabs .tab-text p {
    font-weight: var(--font-weight-text);
    color: #333333;
}

.content-01-tabs .tab-text p:last-child {
    margin-bottom: 0;
}

.content-01-tabs .col-images {
    --slider-height: 520px;
    max-height: min(var(--slider-height), 100svh);
    width: 100%;
    object-fit: cover;

    position: relative;
}


.content-01-tabs .col-images .slider-overlay {
    position: absolute;

    --slider-overlay-padding: 30px;

    bottom: calc(100% - calc(min(var(--slider-height), 100svh) + var(--block-margin)*2) + var(--slider-overlay-padding) - 30px);
    right: var(--slider-overlay-padding);
    height: auto;
    width: 200px;
    padding-right: calc(var(--bs-gutter-x) * .5);
    padding-left: calc(var(--bs-gutter-x) * .5);
    overflow: hidden;
    z-index: 2;
}

.content-01-tabs .col-images .slider-overlay svg {
    fill: #4cb7c5;
}

.content-01-tabs .col-images .tab-image-slider {
    margin-top: 30px;
    transition: .3s opacity;
    opacity: 0;
}

.content-01-tabs .col-images .tab-image-slider:not(.owl-hidden) {
    opacity: 1;
}

.content-01-tabs .tab-image-slider .owl-item {
    background-color: #010101;
}

.content-01-tabs .col-images img {
    width: 100%;
    height: calc(min(var(--slider-height), 100svh) + var(--block-margin)*2);
    object-fit: cover;
}

.content-01-tabs .tab-content-border-left {
    position: relative;
}

.content-01-tabs .tab-content-border-left::before {
    content: "";
    position: absolute;
    margin: 2% 0 3%;
    height: 95%;
    left: 0;
    border-left: 1px solid #cecece;
}

.content-01-tabs .tab-image-slider {
    position: relative;
    overflow-x: hidden;
    overflow-x: clip;
    overflow-y: visible;
    height: 100%;
    height: calc(min(var(--slider-height), 100svh) + var(--block-margin)*2);
}

.content-01-tabs .owl-carousel .owl-stage-outer {
    overflow-x: hidden;
    overflow-x: clip;
    overflow-y: visible;
}

.content-01-tabs .tab-image-slider .owl-item,
.content-01-tabs .tab-image-slider .owl-stage-outer,
.content-01-tabs .tab-image-slider .owl-stage {
    height: 100%;
}

.content-01-tabs .tab-image-slider .owl-nav {
    position: absolute;
    width: 100%;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    justify-content: space-between;
    display: flex;
    color: #fff;
    padding: 30px;
}

.content-01-tabs .tab-image-slider .owl-nav i {
    text-decoration: none;
    font-style: normal;
    width: 80px;
    height: 80px;
    font-size: 80px;
    justify-content: center;
    align-content: center;
}

@media screen and (max-width: 1199.97px) {
    .content-01-tabs .col-images {
        --slider-height: 320px;
    }
}

@media screen and (max-width: 991.97px) {
    .content-01-tabs .col-images {
        --slider-height: 220px;
    }

}


@media (min-width: 1400px) {

    .content-01-tabs .row {
        --bs-gutter-x: 90px !important;
    }

    .content-01-tabs .col-tab-image img {
        width: calc(1 *var(--bs-gutter-x) + 100%);
        left: calc(-0.5 * var(--bs-gutter-x));
        position: relative;
    }

}

@media (min-width: 1600px) {
    .content-01-tabs .col-tab-image img {
        left: 0;
        width: calc(0.5 *var(--bs-gutter-x) + 100%);
    }

}


@media screen and (max-width: 1399.97px) {
    .content-01-tabs {
        overflow-x: clip;
    }

    .content-01-tabs .benefits {
        height: 100%;
        margin-left: calc(var(--bs-gutter-x) * -.5 - 20px);
    }

    .content-01-tabs .benefits img {
        height: 100%;
        max-height: unset;
    }

    .content-01-tabs .btn {
        padding-inline: 0;
        width: 240px;
    }

}

@media screen and (max-width: 1199.97px) {

    .content-01-tabs .tab-content {
        padding-bottom: 120px;
    }



    .content-01-tabs .nav-tabs {
        display: flex;
        flex-flow: row;
        overflow: auto;
    }

    .content-01-tabs .nav-tabs .nav-link {
        text-wrap: nowrap;
    }
}


@media screen and (max-width: 991.97px) {

    .content-01-tabs .col-images .slider-overlay {
        width: 120px;
    }

    .content-01-tabs .tab-content-bg .overlay {
        top: 0px;
        height: 210px;
        width: 330px;
        left: unset;
        right: -40px;
        padding: 0;
    }

    .content-01-tabs h3 {
        display: none;
    }

    .content-01-tabs h2 {
        margin-bottom: 20px;
    }

    .content-01-tabs .tab-text {
        margin-bottom: 20px;
    }

    .content-01-tabs .tab-content-border-left .btn {
        margin-top: 20px;
    }

    .content-01-tabs .tab-content-border-left::before {
        content: unset;
    }

    .content-01-tabs .tab-content {
        position: relative;
    }

    .content-01-tabs .col-tab-image {
        position: absolute;
        right: 0;
        height: 320px;
    }

    .content-01-tabs .benefits {
        height: 100%;
        margin-left: calc(var(--bs-gutter-x) * -.5);
        margin-right: calc(var(--bs-gutter-x) * -.5);
    }

    .content-01-tabs .tab-content ul {
        column-count: 1;
    }

    .content-01-tabs .tab-content ul li {
        width: 100%;
        display: flex;
        flex-flow: row;
        text-wrap: balance;
        height: fit-content;
        font-size: 16px;
        line-height: 24px;
        margin-bottom: 5px;
    }

    .content-01-tabs .tab-content ul li::before {
        height: 100%;
        width: fit-content;
        display: flex;
        font-size: 16px;
        line-height: 24px;
        padding-right: 6px;
    }

    .content-01-tabs .nav-tabs {
        justify-content: center;
    }

    .content-01-tabs .tab-content {
        padding: 80px 0 70px;
    }

    .content-01-tabs .tab-text p {
        font-weight: normal;
    }

    .content-01-tabs .nav-tabs .nav-link {
        padding: 20px 20px 12px;
    }
}


@media screen and (max-width: 767.97px) {

    .content-01-tabs .nav-tabs .nav-link {
        font-size: 18px;
        line-height: 44px;
    }

    .content-01-tabs .tab-content ul {
        column-count: 1;
    }

    .content-01-tabs .col-tab-image {
        height: 410px;
    }

    .content-01-tabs .tab-content {
        padding: 70px 0 60px;
    }
}

@media screen and (max-width: 575.97px) {

    .content-01-tabs .col-images .slider-overlay {
        width: 100px;
        padding: 0;
        margin-right: -15px;
    }

    .content-01-tabs>.container {
        /*  padding: 0; */
        overflow: visible;
    }

    .content-01-tabs>.container .row>col-12 {
        overflow: scroll;
    }

    .content-01-tabs .nav-tabs {
        width: fit-content;
        overflow: hidden;
    }

    .content-01-tabs {
        --scrollbar-background: #eaeaea;
        --scrollbar-width: 2px;
        --scrollbar-height: 2px;
        --scrollbar-thumb: #41a5b3;
        --scrollbar-corner: #eaeaea;
        --scrollbar-thumb-width: 6px;
        --scrollbar-thumb-height: 6px;
        --scrollbar-radius: 0;
        --scrollbar-shadow: 0px 0px 10px #eaeaea;
        --scrollbar-corner-background: #eaeaea;
        --scrollbar-corner-width: 2px;
        --scrollbar-corner-height: 2px;
        --scrollbar-corner-radius: 0;
    }

    @-moz-document url-prefix() {
        .content-01-tabs {
            scrollbar-color: var(--scrollbar-thumb) transparent;
            scrollbar-width: thin;
        }

    }

    .content-01-tabs ::-webkit-scrollbar {
        height: var(--scrollbar-height);
        width: var(--scrollbar-width);
        background: var(--scrollbar-background);
    }

    .content-01-tabs ::-webkit-scrollbar-thumb {
        background: var(--scrollbar-thumb);
        height: var(--scrollbar-thumb-height);
        width: var(--scrollbar-thumb-width);
        -webkit-border-radius: var(--scrollbar-radius);
        -webkit-box-shadow: var(--scrollbar-shadow);
    }

    .content-01-tabs ::-webkit-scrollbar-corner {
        background: var(--scrollbar-corner);
    }

    .content-01-tabs .col-images .tab-image-slider {
        margin-top: 30px;
        margin-left: -30px;
        margin-right: -30px;
        width: calc(100% + 60px);
    }

    .content-01-tabs .tab-image-slider .owl-nav i {
        width: 40px;
        height: 40px;
        font-size: 40px;
        font-weight: 300;
    }

    .content-01-tabs .tab-image-slider .owl-nav {
        padding: 10px;
    }

    .content-01-tabs>.container {
        /* padding: 0; */
        overflow: auto;
    }

    .content-01-tabs h2 {
        margin-bottom: 16px;
    }

    .content-01-tabs .tab-content-border-left .btn {
        width: 100%;
    }

    .content-01-tabs {
        padding-top: 30px;
    }

    .content-01-tabs .tab-content {
        padding: 50px 0;
    }
}

/* tabs end */

/* cta end */

.cta-01 {
    background-color: #4cb7c5;
    margin-bottom: var(--block-margin);
    padding-bottom: var(--block-margin);
    padding-top: calc(var(--block-margin) * 2);
    color: #fff;
    position: relative;
    overflow: hidden;
}

.cta-01 .overlay {
    position: absolute;
    height: 110%;
    width: 100%;
    top: -5%;
    z-index: 0;
}

.cta-01 .overlay svg {
    position: relative;
    width: 1000px;
    height: auto;
    fill: #3caab8;
    left: 50%;
    transform: translateX(-50%);
}

.cta-01 .container {
    position: relative;
    z-index: 1;
}

.cta-01 .cta-wrapper {
    display: flex;
    flex-flow: column;
    justify-content: center;
    justify-items: center;
    align-items: center;
    padding: 80px 0;
}

.cta-01 .cta-01-title {
    margin-bottom: 0px;
    text-align: center;
    text-wrap: balance;
}

.cta-01 .cta-01-text p {
    color: #fff;
    margin-bottom: 20px;
    font-size: 26px;
    line-height: 36px;
    text-align: center;
    font-weight: var(--font-weight-text);
}

.cta-01 .cta-01-btn {
    --button-color: #fff;
    --button-bg: #161616;

    --button-color-hover: #161616;
    --button-bg-hover: #fff;
    border-color: #161616;

    max-width: 100%;
    min-width: 260px;
}

@media screen and (max-width: 991.97px) {
    .cta-01 .overlay {
        display: flex;
    }

    .cta-01 .overlay svg {
        width: 90%;
        min-width: 720px;
        align-self: end;
    }
}

@media screen and (max-width: 575.97px) {
    .cta-01 .cta-01-text p {
        font-size: 22px;
        line-height: 32px;
    }

    .cta-01 {
        padding-bottom: 40px;
    }


    .cta-01 .cta-01-title {
        margin-bottom: 10px;
    }
}

/* cta end */

/* process steps start */

.process_steps_01 {
    margin-top: var(--block-margin);
    margin-bottom: var(--block-margin);
    overflow: hidden;
}

.process_steps_01 .ps01-items {
    display: flex;
    justify-content: space-between;
    position: relative;
}

.process_steps_01 .ps01-items::before {
    content: unset;
    position: absolute;
    display: flex;
    left: 10%;
    right: 10%;
    top: 40px;
    height: 0px;
    border-top: 2px dashed #161616;
    z-index: 0;
}

.process_steps_01 .ps01-main-title {
    text-wrap: balance;
    text-align: center;
    margin-bottom: 40px;
}

.process_steps_01 .ps01-item {
    display: flex;
    flex-flow: column;
    align-items: center;
    gap: 20px;
    min-width: 20%;
    position: relative;
}

.process_steps_01 .ps01-image {
    background-color: #4cb7c5;
    height: 90px;
    width: 90px;
    color: #fff;
    display: block;
    align-content: center;
    text-align: center;
    border-radius: 50%;
    font-size: 24px;
    font-weight: var(--font-weight-buttons);
    font-family: var(--h1-font);
}

.process_steps_01 .ps01-image-number-badge {
    padding-top: 4px;
    display: block;
}

.process_steps_01 .ps01-icon {
    width: 100%;
    height: 100%;
    color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
}

.process_steps_01 .ps01-icon i {
    font-size: 36px;
}

.process_steps_01 .ps01-title {
    font-size: 18px;
    line-height: 22px;
    color: #1d1d1d;
    font-family: var(--body-font);
    font-weight: 300;
    text-align: center;
}

@media screen and (max-width: 991.97px) {
    .process_steps_01 .ps01-main-title {
        text-align: center;
        margin-bottom: 30px;
    }
}


@media screen and (max-width: 575.97px) {

    .process_steps_01 .ps01-icon i {
        font-size: 26px;
    }

    .process_steps_01 .ps01-title {
        text-align: left;
    }

    .process_steps_01 .ps01-items {
        flex-flow: column;
        width: fit-content;
        margin: auto;
        gap: 20px;
    }

    .process_steps_01 .ps01-item {
        flex-flow: row;
        align-items: center;
    }

    .process_steps_01 .ps01-image {
        height: 60px;
        width: 60px;
    }

    .process_steps_01 .ps01-title {
        margin-bottom: 0;
    }

    .process_steps_01 .ps01-items::before {
        top: 0;
        left: 45px;
        right: unset;
        height: 100%;
        width: 0;
        border-top: unset;
        border-left: 2px dashed #161616;
    }

    .process_steps_01 .ps01-main-title {
        font-family: var(--h1-font);
        font-size: var(--h1-fontsize);
        font-weight: var(--h1-fontweight);
    }
}

/* process steps end */

/* design block start */

.design-block {
    padding-top: var(--block-margin);
    padding-bottom: var(--block-margin);
    margin-top: var(--block-margin);
    margin-bottom: var(--block-margin);
    background-color: #eaeaea;
    scroll-margin-top: 90px;
    position: relative;
    overflow: hidden;
}

.design-block .overlay {
    position: absolute;
    height: auto;
    width: 100%;
    top: -42%;
    z-index: 0;
}

.design-block .overlay svg {
    position: relative;
    height: 100%;
    width: 1000px;
    fill: #f4f4f4;
    left: 50%;
    transform: translateX(-50%);
}

.design-block .container {
    position: relative;
    z-index: 1;
}

.design-block .design-block-heading {
    margin-bottom: 3rem;
}

.design-block .design-block-cards {
    --bs-gutter-x: 35px;
    --bs-gutter-y: 35px;
}

.design-block .design-card {
    border: none;
    background-color: #fff;
}

.design-block .design-card:not(.dark-card) h3 {
    text-transform: uppercase;
    font-weight: 300;
    font-family: var(--h1-font);
    font-weight: 500;
    font-size: 16px;
    line-height: 1.2;
    margin-bottom: 0;
    text-align: left;
    padding: 25px 25px;
}

.design-block .card-img-top {
    aspect-ratio: 2/1;
    object-fit: cover;
}

.design-block .dark-card {
    background-color: #161616;
    color: #fff;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    border: none;
    box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075);
    padding: 40px 25px;
}

.design-block .dark-card .btn-outline-light {
    --button-color: #fff;
    --button-bg: transparent;

    --button-color-hover: #010101;
    --button-bg-hover: #fff;
}

.design-block .dark-card h3 {
    font-size: 36px;
    line-height: 36px;
    text-transform: none;
    margin-bottom: 10px;
    text-align: center;
    text-wrap: balance;
}

.design-block .dark-card p {
    margin-bottom: 0;
    color: #fff;
    margin-bottom: 15px;
    text-wrap: balance;
}

@media screen and (max-width: 991.97px) {

    .design-block .overlay {
        display: flex;
        top: unset;
        height: 100%;
    }

    .design-block .overlay svg {
        width: 90%;
        height: auto;
        min-width: 720px;
        align-self: end;
        justify-self: end;
    }

    .design-block .dark-card h3 {
        font-size: 28px;
        line-height: 28px;
    }

    .design-block .dark-card {
        padding: 40px 25px;
    }

    .design-block .card-img-top {
        aspect-ratio: 5/3;
    }
}

@media screen and (max-width: 767.97px) {
    .design-block .card-img-top {
        aspect-ratio: 2/1;
    }
}

@media screen and (max-width: 575.97px) {
    .design-block .design-block-heading h2 {
        font-family: var(--h1-font);
        font-size: var(--h1-fontsize);
        font-weight: var(--h1-fontweight);
    }

    .design-block .dark-card {
        padding: 50px 30px;
        height: fit-content;
    }

    .design-block .dark-card .btn {
        padding-inline: 10px;
        width: 100%;
        max-width: 280px;
        text-wrap: balance;
        line-height: 1.1;
    }
}

/* design block end */

/* testimonials start */

.testimonials {
    margin-top: var(--block-margin);
    margin-bottom: var(--block-margin);
    padding-top: 35px;
    padding-bottom: 35px;
}

.testimonials h2 {
    font-size: var(--h2-fontsize);
    line-height: calc(var(--h2-fontsize) + 10px);
    text-wrap: balance;
}

.testimonials .container {
    position: relative;
}

.testimonials .overlay {
    position: absolute;
    top: -50px;
    left: 160px;
    z-index: -1;
}

.testimonials .overlay svg {
    fill: #ededed;
    width: fit-content;
    height: 260px;
}

.testimonials .owl-carousel .testimonial-slide {
    text-align: left;
}

.testimonials .testimonial-nav {
    display: flex;
    flex-flow: row;
    color: #333333 !important;
    line-height: 1;
    font-family: var(--body-font);
}

.testimonials .slide-display {
    width: 120px;
    display: flex;
    justify-content: center;
    align-items: start;
}

.testimonials .current-slide {
    font-family: var(--body-font);
    font-weight: 300;
    width: 70px;
    text-align: left;
    font-size: 60px;
    padding-top: 2px;
}

.testimonials .total-slides {
    font-size: 18px;
    width: auto;
    text-align: left;
    padding-top: 4px;
}

.testimonials .separator-slide {
    padding-top: 4px;
}

.testimonials .owl-prev,
.testimonials .owl-next {
    cursor: pointer;
    color: #333333 !important;
    background-color: transparent !important;
    border: unset !important;
    padding: 0;

    font-size: 50px;
    line-height: 60px;
}

.testimonials .separator-slide,
.testimonials .current-slide,
.testimonials .total-slides {
    font-weight: 300;
}

.testimonials .blockquote {
    margin-bottom: 1rem;
    font-size: 18px;
    line-height: 28px;
    color: #333333;
    font-weight: var(--font-weight-text);
}

.testimonials .blockquote-footer::before {
    content: unset;
}

.testimonials .blockquote-footer {
    font-family: var(--h1-font);
    font-weight: var(--font-weight-testimonial-author);
    margin-top: 0;
    margin-bottom: 0;
    font-size: 14px;
    line-height: 26px;
    color: #333333;
    text-transform: uppercase;
}

.testimonials .blockquote p {
    margin-bottom: 30px;
}

@media screen and (max-width: 1199.97px) {

    .testimonials .overlay {
        left: 80px;
    }
}

@media screen and (max-width: 991.97px) {

    .testimonials .overlay {
        display: none;
        top: -20px;
        bottom: -20px;
        left: 0;
        right: 0;
        width: 100%;
        height: calc(100% + 40px);
    }

    .testimonials .overlay svg {
        width: 100%;
        height: 100%;
    }

    .testimonials {
        padding-top: 0;
        padding-bottom: 0;
    }

    .testimonials h2 {
        text-align: center;
    }

    .testimonials .blockquote {
        text-align: center;
        margin-bottom: 0;
    }

    .testimonials .owl-carousel .owl-stage {
        display: flex;
        align-items: center;
    }

    .testimonials .testimonial-nav {
        justify-content: center;
    }
}

@media screen and (max-width: 76797px) {
    .testimonial-nav {
        margin-top: 40px;
    }
}

@media screen and (max-width: 575.97px) {
    .testimonials h2 {
        font-family: var(--h1-font);
        font-size: var(--h1-fontsize);
        font-weight: var(--h1-fontweight);
    }
}

/* testimonials end */

/* gallery start */

.gallery {
    overflow-x: hidden;
    overflow-x: clip;
    overflow-y: visible;
    position: relative
}

.gallery::before {
    content: "";
    position: absolute;
    background-color: #151515;
    left: 0;
    right: 0;
    height: 100px;
    bottom: 0;
}

.gallery .owl-carousel .item img {
    max-width: 100%;
    height: auto;
    display: block;
    object-fit: cover;
    max-height: 800px;
    aspect-ratio: 1/1;
}

.gallery .owl-carousel .owl-stage-outer {
    overflow: visible;
}

.gallery .owl-prev i,
.gallery .owl-next i {
    font-size: 50px;
    line-height: 60px;
}

.gallery .owl-prev,
.gallery .owl-next {
    cursor: pointer;
    color: #fff !important;
    background-color: transparent !important;
    border: unset !important;
    padding: 0;
}

.gallery .owl-carousel .owl-item {
    background-color: #eaeaea;
    aspect-ratio: 1 / 1;
}

.gallery .owl-nav {
    position: absolute;
    left: -80px;
    right: -80px;
    top: 0;
    bottom: 0;
    justify-content: space-between;
    display: flex;
    color: #fff;
    padding: 0px;
}

.gallery .gallery-carousel:not(.owl-loaded) {
    display: flex;
    aspect-ratio: 2/1;
    gap: 10px;
}

.gallery .gallery-carousel:not(.owl-loaded) .item img {
    width: 100%;
    height: 100%;
}

.gallery .gallery-carousel:not(.owl-loaded) .item {
    display: none;
    width: 100%;
}

.gallery .gallery-carousel:not(.owl-loaded) .item:nth-child(1),
.gallery .gallery-carousel:not(.owl-loaded) .item:nth-child(2) {
    display: block;
}


@media screen and (min-width: 2000px) {
    .gallery .owl-carousel .owl-stage-outer {
        overflow: hidden;
    }

    .gallery .owl-nav {
        left: 40px;
        right: 40px;
    }
}

@media screen and (max-width: 1599.97px) {
    .gallery .owl-nav {
        left: 40px;
        right: 40px;
    }
}

@media screen and (max-width: 575.97px) {
    .gallery .owl-nav {
        left: 0px;
        right: 0px;
    }

    .gallery .gallery-carousel {
        left: -30px;
        right: -30px;
        width: calc(100% + 60px);
    }

    .gallery .owl-nav i {
        width: 40px;
        height: 40px;
        font-size: 40px;
        font-weight: 300;
    }

    .gallery .owl-nav {
        padding: 10px;
    }


}

/* gallery end */

/* footer start*/

/* Form section */
footer {
    background: #151515;
    position: relative;
    overflow: hidden;
}

footer .form-section,
footer .footer-section {
    position: relative;
    z-index: 2;
}

footer .overlay {
    width: 50%;
    position: absolute;
    z-index: 1;
    bottom: 0;
    left: 0;
    height: 70%;
    display: flex;
    justify-content: end;
    align-items: end;
}

footer .overlay svg {
    fill: #1a1a1a;
    margin-right: 8.33333333%;
    max-width: 900px;
    min-width: 800px;
}

.form-section {
    padding-top: calc(var(--block-margin) * 1.5);
    padding-bottom: var(--block-margin);
    color: #fff;
    position: relative;
    z-index: 0;
    overflow: hidden;
}

.form-section .main-text {
    font-size: 26px;
    line-height: 30px;
    margin-bottom: 20px;
    font-family: var(--h1-font);
    font-weight: var(--font-weight-subtext-why);
    letter-spacing: -0.05em;
}

.form-section .sub-text {
    font-family: var(--body-font);
    font-weight: var(--font-weight-links);
    font-size: 18px;
    line-height: 26px;
    margin-bottom: 20px;
}

.form-section .sub-text span {
    font-family: var(--body-font);
    font-weight: 500;
}

.form-section .socials {
    margin-bottom: 30px;
    display: flex;
    flex-flow: column;
}

.form-section .socials a {
    font-size: 18px;
    line-height: 26px;
    color: #4cb7c5;
    text-decoration: none;
    font-family: var(--body-font);
    font-weight: 500;
    width: fit-content;

    text-wrap: nowrap;
    overflow: hidden;
    width: 100%;
    max-width: fit-content;
    text-overflow: ellipsis;
}

.form-section .socials a {
    background:
        linear-gradient(to right, transparent, transparent),
        linear-gradient(to right, #4cb7c5, #4cb7c5);
    background-size: 100% 2px, 0 2px;
    background-position: 100% 120%, 0 24px;
    background-repeat: no-repeat;
    transition: background-size 400ms;
}

.form-section .socials a:hover,
.form-section .socials a:focus {
    background-size: 0 2px, 100% 2px;
}

.form-section .socials .social-buttons {
    display: flex;
    gap: 10px;
    margin-top: 30px;
}

.form-section .socials .social-button {
    width: 55px;
    height: 55px;
    display: flex;
    padding: 0;
    border: unset;
    background-color: #fff;
    color: #010101;
}

.form-section .socials .social-button i,
.form-section .socials .social-button svg {
    display: flex;
    width: fit-content;
    height: 20px;
    font-size: 22px;
    object-fit: contain;
    margin: auto;
    text-align: center;
    letter-spacing: 0;
    transition: .3s all;
}

.form-section .socials .social-button:hover i,
.form-section .socials .social-button:hover svg {
    scale: 1.2;
}

.form-section .form {
    margin-top: 2px;
}

.form-section .image-wrapper {
    position: absolute;
    left: -164px;
    width: 55%;
    top: 354px;
    z-index: -1;
}

@media (max-width: 1199.97px) {
    .form-section .title {
        font-size: 40px;
    }

    .form-section .main-text {
        font-size: 22px;
        line-height: 26px;
    }

    .form-section .text-small {
        margin-top: 14px;
    }

    .form-section {
        padding: 86px 0 80px;
    }
}

@media (max-width: 991.97px) {

    .form-section .main-text {
        font-size: 20px;
        line-height: 24px;
    }

    .form-section {
        padding: 100px 0 65px;
    }

    .form-section .text-col {
        margin-bottom: 30px;
    }

}

@media (max-width: 767.97px) {
    .form-section {
        padding: 70px 0 65px;
    }

    .form-section .text-small {
        margin-top: 22px;
        margin-bottom: 24px;
    }

    .form-section .text-col {
        display: block;
        text-align: center;
    }

    .form-section .socials {
        align-items: center;
    }

    .form-section .chas {
        padding-left: 52px;
    }

    .form-section .form-group.bottom-box {
        justify-content: center;
        display: flex;
        ;
    }
}

@media (max-width: 575.98px) {
    .form-section {
        padding: 65px 0 45px;
    }

    .form-section .title {
        font-size: 44px;
    }

    .form-section .text-small {
        margin-top: 16px;
        margin-bottom: 20px;
        line-height: 20px;
    }

    .form-section .main-text {
        font-size: 21px;
        text-wrap: balance;
    }

    .form-section .title {
        margin-bottom: 16px;
        text-wrap: balance;
    }

    .form-section .socials .social-buttons {
        margin-top: 20px;
    }

    .form-section .socials {
        text-align: left;
    }

    .form-section .form-group.bottom-box .btn {
        width: 100%;
    }
}

@media (max-height: 600px) {
    .form-section {
        padding-top: 60px;
    }
}

.footer .footer-title {
    font-size: 20px;
    margin-bottom: 10px;
}

.footer .footer-links p {
    font-size: 14px;
    margin-bottom: 5px;
}

.footer .footer-links a {
    font-size: 14px;
    color: #212529;
}

.footer2,
.footer2 a {
    color: #212529;
    font-size: 14px;
}

/* form end*/

/* footer start*/

.footer-section {
    padding-top: 45px;
    padding-bottom: 45px;
    border-top: 1px solid #363636;
    color: #fff;
    font-size: 14px;
    line-height: 14px;
    font-family: var(--body-font);
    font-weight: var(--font-weight-text);
}

.footer-section .row {
    --bs-gutter-y: 35px;
}

.footer-section .nav-link {
    padding: 0;
    color: #fff !important;
    font-size: 16px;
    line-height: 18px;
    font-family: var(--body-font);
    font-weight: var(--font-weight-footer-links);
}

.footer-section .nav-link {
    background:
        linear-gradient(to right, transparent, transparent),
        linear-gradient(to right, #fff, #fff);
    background-size: 100% 2px, 0 2px;
    background-position: 100% 120%, 0 20px;
    background-repeat: no-repeat;
    transition: background-size 400ms;
}

.footer-section .nav-link:hover,
.footer-section .nav-link:focus {
    background-size: 0 2px, 100% 2px;
}

.footer-section a {
    color: #fff;
    text-decoration: none;
}

.footer-section .advansys {
    font-family: var(--body-font);
    letter-spacing: -0.025em;
    font-weight: 700;
}

.footer-section .footer-content {
    display: flex;
    justify-content: space-between;
    gap: 16px;
    flex-wrap: wrap;
}

.footer-section .website-design,
.footer-section .website-design a {
    font-family: var(--body-font);
    font-weight: var(--font-weight-text);
}

@media (max-width: 1199.98px) {}

@media (max-width: 991.98px) {

    .footer-section .footer-content:not(:last-child) {
        margin-bottom: 6px;
    }
}

@media (max-width: 767.98px) {

    .footer-section .cookie-info {
        display: block;
    }

    .footer-section .footer-content {
        text-align: center;
        display: flex;
        flex-flow: column;
        justify-content: center;
    }

    .footer-section .separator {
        display: none;
    }

    .footer-section .footer-menu .nav {
        justify-content: center !important;
        flex-flow: column;
        align-items: center;
        gap: 15px;
    }

    .footer-section .footer-menu .nav .nav-item {
        width: fit-content;
    }
}

@media (max-width: 575.98px) {
    .footer-section {
        padding: 30px 0;
    }
}

/* footer end*/

/* form start */

.form-block .form-field {
    font-size: 22px;
    line-height: 32px;
    margin-bottom: 10px;
}

.form-block .col-form-label {
    font-size: 16px;
    line-height: 40px;
    padding: 0;
    color: #edede8;
}

.form-block textarea.form-control {
    padding-top: 16px;
    padding-bottom: 16px;
}

.form-block .btn {}

.form-block .form-control {
    border: none;
    border-radius: 0px;
    min-height: 50px;
    color: #5a5a5a;
}

.form-block .form-control:focus {
    box-shadow: none;
    color: #151515;
}

.form-block .form input[type=checkbox] {
    display: inline-block;
    width: auto;
    margin-top: 5px;
    position: absolute;
    opacity: 0;
    width: 1px;
    height: 1px;
}

.form-block .checkbox+label::before {
    content: "";
    background-color: #fff;
    display: block;
    width: 19px;
    height: 19px;
    position: absolute;
    left: 0;
    top: 0;
    border: none !important;
    border-radius: 0px;
}

.form-block .checkbox+label {
    padding-left: 34px !important;
    font-size: 14px;
    line-height: 20px;
    letter-spacing: -0.02rem;
    color: #edede8;
    position: relative;
    cursor: pointer;
}

.form-block .form-group.tickbox {
    margin-top: 20px;
    margin-bottom: 26px;
}

.form-block textarea {
    height: 230px;
    resize: none;
}

.form-block .checkbox:checked+label::after {
    content: "";
    font-family: "Font Awesome 6 Pro";
    font-weight: bold;
    color: #000;
    position: absolute;
    left: 0px;
    text-align: center;
    width: 19px;
    top: -1px;
    font-size: 14px;
}


.form-block .decoration-image {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.form-block label.error {
    display: none !important;
}

.form-block input.error,
.form-block select.error,
.form-block textarea.error,
.form-block .radio-multi.has-error .tickbox {
    background-color: #ffc8c8;
    background-image: url("/images/error-field.png");
    background-position: right 10px center;
    background-repeat: no-repeat;
    background-size: 20px;
}

.form-block .checkbox.error+label::before {
    background-color: #ffc8c8;
}

@media screen and (max-width: 1199.97px) {
    .form-block .row {
        --bs-gutter-x: 20px;
        --bs-gutter-y: 0;
    }

    .form-block .form-field {
        margin-bottom: 10px;
    }

    .form-block textarea {
        height: 180px;
    }

    .form-block .col-form-label {
        line-height: 30px;
    }
}

/* form end */