

/* === content_10_title_text === */

.content_10_title_text {
    margin: 90px 0px;
}

    .content_10_title_text h2 {
        margin-bottom: 30px;
    }

@media(max-width: 1199px) {
    .content_10_title_text {
        margin: 60px 0px;
    }
}

@media(max-width: 575px) {
    .content_10_title_text .text.readmore:not(.show) > :nth-of-type(n+3) {
        display: none;
    }

    .content_10_title_text .readmore-button {
        display: block;
        text-align: center;
        width: 100%;
        font-size: 13px;
        text-transform: uppercase;
        line-height: 13px;
        padding: 17px 0px;
        margin-bottom: 27px;
        background: none;
        border: none;
        outline: none;
        letter-spacing: 3px;
    }

    .content_10_title_text .btn {
        width: 100%;
    }

    .content_10_title_text .text.readmore.show + button + .btn,
    .content_10_title_text .text.readmore.show + .btn{
        margin-top: 10px;
    }
}

/* === content_10_title_text === */



/* === tabs_with_carousel === */

.tabs_with_carousel {
    --slider-height: 720px;
}

.tabs_with_carousel .image_item {
    height: var(--slider-height);
}

.tabs_with_carousel+ :is(section, div):not(.cta-01) {
    padding-top: 115px;
}

.tabs_with_carousel .tab-content-bg {
    background-color: #eaeaea;
    padding: 80px 0px;
}

.tabs_with_carousel .nav-tabs {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
}

.tabs_with_carousel .nav-link {
    font-size: 16px;
    text-transform: uppercase;
    line-height: 16px;
    padding: 21px 30px;
    border: none;
    outline: none;
    border-radius: 0;
    color: var(--body-color);
    font-weight: 500;
}


.tabs_with_carousel .nav-link.active {
    background-color: #eaeaea;
}

.tabs_with_carousel .content-title {
    margin-bottom: 20px;
}

.tabs_with_carousel .list ul {
    column-count: 2;
    padding: 0;
    list-style: none;
}

.tabs_with_carousel .list ul li {
    position: relative;
    padding-left: 25px;
    margin-bottom: 8px;
}

.tabs_with_carousel .list ul li:before {
    content: "\f058";
    font-family: 'Font Awesome 5 Pro';
    font-weight: 400;
    position: absolute;
    left: 0;
    top: -1px;
}

.tabs_with_carousel img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

.tabs_with_carousel .image_slider:not(.slick-initialized) {
    display: none;
}

.tabs_with_carousel .image_slider_wrapper {
    position: relative;
    margin-bottom: calC(-115px - 80px);
    margin-top: 20px;
}

.tabs_with_carousel .image_slider_wrapper .slick-slide>div {
    display: flex;
    flex-direction: column;
}

.tabs_with_carousel .image_slider_wrapper .image_slider {
    background-color: #eaeaea;
}

.tabs_with_carousel .image_slider_wrapper .slick-arrow {
    position: absolute;
    top: 0%;
    z-index: 2;
    color: #fff;
    background: none;
    border: none;
    outline: none;
    font-size: 60px;
    filter: drop-shadow(0px 0px 10px rgb(0, 0, 0));
    height: 100%;
    padding: 30px;
}

.tabs_with_carousel .image_slider_wrapper .slick-arrow i {
    font-family: 'Font Awesome 6 Pro';
}

.tabs_with_carousel .image_slider_wrapper .slick-arrow.prev_slide {
    left: 0px;
}


.tabs_with_carousel .image_slider_wrapper .slick-arrow.next_slide {
    right: 0px;
}

.tabs_with_carousel .mobile_select_wrapper {
    display: none;
}


@media(max-width: 1199.98px) {
    .tabs_with_carousel {
        --slider-height: 520px;
    }

    .tabs_with_carousel .list ul {
        column-count: 1;
    }
}

@media(max-width: 991.98px) {

    .tabs_with_carousel {
        --slider-height: 380px;
    }

    .tabs_with_carousel .nav-tabs {
        flex-wrap: nowrap;
        overflow: auto;
        align-items: flex-start;
        justify-content: flex-start;
        min-height: 59px;
    }

    .tabs_with_carousel .nav-tabs .nav-tab-item>button {
        text-wrap: nowrap;
    }

    .tabs_with_carousel .list ul {
        column-count: 2;
    }
}

@media(max-width: 575.98px) {

    .tabs_with_carousel {
        --slider-height: 320px;
    }

    .tabs_with_carousel .tab-content-bg {
        padding: 60px 0px;
    }

    .tabs_with_carousel .nav-tabs {
        opacity: 0;
        width: 1px;
        max-width: 1px;
        height: 1px;
        max-height: 1px;
        position: absolute;
        pointer-events: none;
    }

    .tabs_with_carousel .mobile_select_wrapper {
        display: block;
        background-color: #fff;
        width: 100%;
        margin-bottom: 30px;
        text-align: left;
        display: flex;
        align-items: center;
        flex-direction: row;
        color: #1b1b1b;
        padding-top: 0;
        padding-bottom: 0;
        padding-right: 20px;
    }

    .tabs_with_carousel .mobile_select_wrapper .mobile_select {
        color: #1b1b1b;
        font-size: 16px;
        text-transform: uppercase;
        padding: 0;
        background: none;
        border: none;
        outline: none;
        appearance: none;
        -webkit-appearance: none;
        width: 100%;
        text-overflow: ellipsis;
        min-height: 16px;
        line-height: 16px;
        padding: 20px 0px;
    }

    .tabs_with_carousel .list ul {
        column-count: 1;
    }

    .tabs_with_carousel .image_slider_wrapper .slick-arrow {
        font-size: 42px;
    }

    .tabs_with_carousel .image_slider_wrapper .slick-arrow i {
        font-weight: 100;
    }
}
/* === tabs_with_carousel === */



/* === call-to-action-01 === */


#call-to-action-01-1172 {
	 --cta-01-background: rgb(22, 22, 22);
	 --cta-01-background-image: url(/scripts/placeholder/1000/1000/1000x1000/36/darkgrey);
	 --cta-01-color: #fff;
}

.cta-01 {
    padding: 150px 0;
    background-color: var(--cta-01-background);
    background-image: url('var(--cta-01-background-image)');
    background-position: center center;
    background-size: cover;
    color: var(--cta-01-color);
    text-align: center;
}


.tabs_with_carousel + :is(section,div).cta-01 {
    padding-top: 255px;
}


.cta-01,
.cta-01 .container,
.cta-01 .container .row {
}

.cta-01-title {
    margin-bottom: 10px;
}

    .cta-01-title span {
        text-transform: uppercase;
    }

.cta-01-text {
    margin: 0 auto 30px;
    font-size: 26px;
}

    .cta-01-text p:last-of-type {
        margin-bottom: 0;
    }


.cta-01-phone {
    text-transform: uppercase;
    margin-top: 10px;
    font-weight: 700;
}

@media(max-width: 991px) {
    .cta-01 {
        padding: 135px 0px;
    }

    .tabs_with_carousel + :is(section, div).cta-01 {
        padding-top: 230px;
    }

    .cta-01-text {
        font-size: 24px;
    }
}

@media(max-width: 767px) {
    .cta-01 {
        padding: 100px 0px;
    }

    .tabs_with_carousel + :is(section, div).cta-01 {
        padding-top: 220px;
    }

    .cta-01-title span {
        display: block;
        text-align: center;
    }
}

/* === call-to-action-01 === */



/* === process_steps_01 === */

.process_steps_01 {
    padding: 120px 0 60px;
    position: relative;
}

[class^="content"] + .process_steps_01 {
    padding-top: 52px;
}

.process_steps_01:before {
    color: #f3f3f3;
}

.ps01-main-title {
    margin-top: 18px;
}

.ps01-items {
    text-align: center;
    position: relative;
}

    .ps01-items > div {
        height: 209px;
        min-width: 0;
    }

.ps01-right-arrow {
    width: 22px;
    height: 22px;
    padding: 0;
    margin-bottom: 55px;
    background-image: url("/images/default/right-arrow-dark.svg");
    background-repeat: no-repeat;
    background-size: contain;
}

.ps01-item {
    position: relative;
    padding: 21px 15px 21px;
}

.ps01-image {
    display: inline-block;
    position: relative;
    width: 82px;
    height: 82px;
}

    .ps01-image > img {
        width: 68px;
        position: absolute;
        left: 50%;
        top: 50%;
        transform: translate(-50%,-50%);
        object-fit: cover;
    }

.ps01-image-number-badge {
    position: absolute;
    top: -13px;
    left: 50%;
    width: 82px;
    height: 82px;
    border-radius: 50%;
    line-height: 45px;
    color: #fff;
    font-size: 24px;
    font-weight: 400;
    transform: translateX(-50%) scale(1);
    background-color: #161616;
    display: grid;
    align-content: center;
    font-family: var(--h1-font);
    transition: 0.3s all;
}

.ps01-items > div:hover .ps01-image-number-badge {
    transform: translateX(-50%) scale(1.2);
}

.ps01-title {
    margin-top: 10px;
    font-size: 16px;
    text-transform: uppercase;
    font-weight: 400;
}

.ps01-text {
    padding: 16px 20px 0;
    visibility: hidden;
    opacity: 0;
    -webkit-transition: visibility 0.3s linear 0s, opacity 0.3s ease-out;
    transition: visibility 0.3s linear 0s, opacity 0.3s ease-out;
}

.ps01-items > div:hover .ps01-text {
    visibility: visible;
    opacity: 1;
}

.ps01-text > *:last-child {
    margin-bottom: 0;
}

.process_steps_01 .ps01-items .line {
    height: 2px;
    border-top: 3px dashed #313131;
    width: 1px;
    min-width: 1px;
    position: absolute;
    margin: 0;
}

@media (max-width: 1459px) {

    .process_steps_01 {
        padding: 80px 0 95px;
    }

    .ps01-title {
        font-size: 24px;
        margin-top: 20px;
    }

    .ps01-text {
        padding: 28px 0 0;
    }
}

@media(max-width: 1199px) {
    .process_steps_01 {
        padding: 60px 0px;
    }

    .ps01-main-title {
        text-align: center;
        margin-bottom: 30px;
    }

        .ps01-main-title br {
            display: none;
        }

    .ps01-items > div {
        height: auto;
    }

    .ps01-title {
        font-size: 16px;
        margin-top: 5px;
    }
}

@media (max-width: 991px) {

    .process_steps_01 {
        padding: 93px 0 68px;
    }

    .ps01-main-title {
        margin-top: 24px;
    }

    .ps01-title {
        margin-top: 0px;
    }

    .ps01-text {
        padding: 23px 0 0;
    }

    .ps01-items {
        margin-top: 0px;
    }

    .ps01-item {
        padding: 40px 30px 21px;
    }
}

@media (max-width: 991px) and (min-width: 576px) {

    .ps01-items > span:nth-of-type(3) {
        display: none;
    }
}

@media (max-width: 767px) {

    .ps01-items {
        flex-wrap: nowrap;
        overflow: auto;
    }

        .ps01-items > div{
            padding: 0px 40px;
        }

        .ps01-item {
            padding: 40px 0 21px;
        }

    .ps01-text {
        display: none;
    }
}

@media (max-width: 575px) {

    .process_steps_01 {
        padding: 64px 0 33px;
    }

    .ps01-items > span:nth-of-type(2n) {
        display: none;
    }

    .ps01-items > div.ps01-wrapper {

        margin: 0 auto;
    }

    .ps01-right-arrow {
        margin-bottom: 44px;
    }
}

/* === process_steps_01 === */



/* === featurettes-05-grid === */

.featurettes-05-grid {
    background-color: #eaeaea;
    padding: 105px 0px;
}

    .featurettes-05-grid .row {
        --bs-gutter-x: 35px;
        --bs-gutter-y: var(--bs-gutter-x);
    }


    .featurettes-05-grid h2 {
        margin-bottom: 30px;
    }

    .featurettes-05-grid .wrapper {
        aspect-ratio: 1/0.68;
        width: 100%;
        height: 100%;
    }

    .featurettes-05-grid .item {
        position: relative;
        width: 100%;
        height: 100%;
        display: flex;
        flex-direction: column;
    }

    .featurettes-05-grid img {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }

    .featurettes-05-grid .item .title {
        font-size: 16px;
        line-height: 16px;
        text-transform: uppercase;
        background-color: #fff;
        padding: 27px 25px;
        margin-bottom: 0;
    }

    .featurettes-05-grid .item.cta {
        background-color: #161616;
        color: #fff;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        text-align: center;
        height: 100%;
        width: 100%;
    }

        .featurettes-05-grid .item.cta h3 {
            font-size: 36px;
            font-weight: 300;
            margin-bottom: 10px;
            line-height: 42px;
        }


        .featurettes-05-grid .item.cta p {
            font-size: 16px;
        }


@media(max-width: 1199px) {
    .featurettes-05-grid {
        padding: 60px 0px;
    }

        .featurettes-05-grid .item .title {
            font-size: 14px;
            line-height: 14px;
        }

        .featurettes-05-grid .item.cta h3 {
            font-size: 26px;
            line-height: 26px;
        }

        .featurettes-05-grid .item.cta p {
            font-size: 14px;
        }

        .featurettes-05-grid .btn {
            font-size: 10px;
            padding: 13px 30px;
        }
}

@media(max-width: 767px) {
    .featurettes-05-grid .row {
        --bs-gutter-x: 16px;
        --bs-gutter-y: var(--bs-gutter-x);
    }

    .featurettes-05-grid .wrapper {
        aspect-ratio: 1/0.9;
    }

    .featurettes-05-grid .item .title {
        padding: 27px 15px;
        letter-spacing: -0.5px;
    }

    .featurettes-05-grid .item.cta {
        padding: 0px 30px;
    }

        .featurettes-05-grid .item.cta h3 {
            font-size: 30px;
            line-height: 30px;
        }

    .featurettes-05-grid .btn {
        font-size: 12px;
        padding: 13px 30px;
    }

        .featurettes-05-grid .btn span {
            display: none;
        }
}

/* === featurettes-05-grid === */



/* === testimonial-05-carousel === */

.testimonial-05-carousel {
    padding: 135px 0px;
}


.testimonial-05-carousel .nav {
    margin-top: 40px;
    display: flex;
    flex-direction: row;
    align-items: center;
}

.testimonial-05-carousel .slick-arrow {
    font-size: 48px;
    background: none;
    outline: none;
    border: none;
    padding: 0px 10px;
}

.testimonial-05-carousel .slide_count {
    font-size: 18px;
    line-height: 60px;
    transform: translateY(-24px);
}

.testimonial-05-carousel .slide_count .current {
    font-size: 60px;
    transform: translateY(30px);
    display: inline-block;
}

.testimonial-05-carousel .author {
    font-family: 'MsMadi Regular';
    font-size: 60px;
    line-height: 60px;
    color: #333333;
    padding-top: 30px;
    padding-bottom: 20px;
}


@media(max-width: 1199px) {
    .testimonial-05-carousel :is(h2, .h2) br {
        display: none;
    }
}

@media(max-width: 991px) {
    .testimonial-05-carousel h2 {
        text-align: center;
        margin-bottom: 30px;
    }

    .testimonial-05-carousel .nav {
        margin-top: 0;
    }

    .testimonial-05-carousel .testimonial-carousel {
        padding: 0px 40px;
    }

    .testimonial-05-carousel .item {
        text-align: center;
    }

    .testimonial-05-carousel .slick-arrow {
        position: absolute;
        top: 0;
        height: calc(100% - 75px - 40px);
    }

    .testimonial-05-carousel .slick-arrow.prev_slide {
        left: 0;
    }

    .testimonial-05-carousel .slick-arrow.next_slide {
        right: 0;
    }

    .testimonial-05-carousel .slide_count {
        text-align: center;
    }


    .testimonial-05-carousel .nav {
        justify-content: center;
    }
}

@media(max-width: 767px) {
    .testimonial-05-carousel {
        padding: 60px 0px;
    }
}

@media(max-width: 575px) {
    .testimonial-05-carousel .item .review.readmore:not(.show) {
        display: -webkit-box;
        max-width: 200px;
        -webkit-line-clamp: 10;
        -webkit-box-orient: vertical;
        overflow: hidden;
        width: 100%;
        min-width: 100%;
    }

    .testimonial-05-carousel .readmore-button {
        display: block;
        text-align: center;
        width: 100%;
        font-size: 13px;
        text-transform: uppercase;
        line-height: 13px;
        padding: 17px 0px;
        margin-bottom: 27px;
        background: none;
        border: none;
        outline: none;
        letter-spacing: 3px;
    }

    .testimonial-05-carousel .slick-arrow {
        font-size: 36px;
    }

    .testimonial-05-carousel .slick-arrow.prev_slide {
        left: -14px;
    }

    .testimonial-05-carousel .slick-arrow.next_slide {
        right: -14px;
    }
}
/* === testimonial-05-carousel === */



/* === gallery_05_slider === */

.gallery_05_slider {
    overflow-x: hidden;
    overflow-x: clip;
    overflow-y: visible;
    position: relative;
    --gallery-gap: 8px;
}

.gallery_05_slider::before {
    content: "";
    position: absolute;
    background-color: #151515;
    left: 0;
    right: 0;
    height: 100px;
    bottom: 0;
}

.gallery_05_slider .slick-slide {
    margin: 0 calc(var(--gallery-gap) / 2);
}

.gallery_05_slider .slick-list {
    margin: 0 calc(var(--gallery-gap) / -2);
}

.gallery_05_slider .slick-list {
    overflow: visible !important;
}

.gallery_05_slider .gallery-carousel .item img {
    max-width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
    object-position: center;
    max-height: 800px;
    aspect-ratio: 1/1;
}

.gallery_05_slider .gallery-carousel .owl-stage-outer {
    overflow: visible;
}

.gallery_05_slider .owl-prev i,
.gallery_05_slider .owl-next i {
    font-size: 66px;
    line-height: 60px;
    width: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.gallery_05_slider .owl-prev,
.gallery_05_slider .owl-next {
    cursor: pointer;
    color: #fff !important;
    background-color: transparent !important;
    border: unset !important;
    padding: 0;
    pointer-events: all;
    max-height: 150px;
}

.gallery_05_slider .item {
    background-color: #eaeaea;
    aspect-ratio: 1 / 1;
}

.gallery_05_slider .container {
    position: relative;
}

.gallery_05_slider .owl-nav {
    position: absolute;
    left: -100px;
    right: -100px;
    top: 0;
    bottom: 0;
    justify-content: space-between;
    display: flex;
    color: #fff;
    padding: 0px;
    height: 100%;
    pointer-events: none;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.gallery_05_slider .gallery-carousel:not(.slick-initialized) {
    display: flex;
    aspect-ratio: 2/1;
    gap: 10px;
}

.gallery_05_slider .gallery-carousel:not(.slick-initialized) .item img {
    width: 100%;
    height: 100%;
}

.gallery_05_slider .gallery-carousel:not(.slick-initialized) .item {
    display: none;
    width: 100%;
}

.gallery_05_slider .gallery-carousel:not(.slick-initialized) .item:nth-child(1),
.gallery_05_slider .gallery-carousel:not(.slick-initialized) .item:nth-child(2) {
    display: block;
}


@media screen and (min-width: 2000px) {
    .gallery_05_slider.gallery-carousel .owl-stage-outer {
        overflow: hidden;
    }

    .gallery_05_slider .owl-nav {
        left: 40px;
        right: 40px;
    }
}

@media screen and (max-width: 1599.97px) {
    .gallery_05_slider .owl-nav {
        left: -70px;
        right: -70px;
    }
}

@media screen and (max-width: 1480px) {
    .gallery_05_slider .owl-nav {
        left: 40px;
        right: 40px;
    }
}

@media screen and (max-width: 1399.98px) {
    .gallery_05_slider .owl-nav {
        left: -70px;
        right: -70px;
    }
}

@media screen and (max-width: 1280px) {
    .gallery_05_slider .owl-nav {
        left: 20px;
        right: 20px;
    }
}

@media screen and (max-width: 1199.98px) {
    .gallery_05_slider .owl-nav {
        left: -70px;
        right: -70px;
    }
}

@media screen and (max-width: 1100px) {
    .gallery_05_slider .owl-nav {
        left: 20px;
        right: 20px;
    }
}

@media screen and (max-width: 991.98px) {
    .gallery_05_slider .owl-nav {
        left: -60px;
        right: -60px;
    }
}

@media screen and (max-width: 850px) {
    .gallery_05_slider .owl-nav {
        left: 20px;
        right: 20px;
    }
}

@media screen and (max-width: 767.98px) {
    .gallery_05_slider .owl-nav {
        left: -60px;
        right: -60px;
    }
}

@media screen and (max-width: 670px) {
    .gallery_05_slider .owl-nav {
        left: 20px;
        right: 20px;
    }
}

@media screen and (max-width: 1199.98px) {
    .gallery_05_slider {
        --gallery-gap: 6px;
    }
}

@media screen and (max-width: 767.98px) {
    .gallery_05_slider {
        --gallery-gap: 4px;
    }
}

@media screen and (max-width: 575.97px) {
    .gallery_05_slider .owl-nav {
        left: 0px;
        right: 0px;
    }

    .gallery_05_slider .slick-slider {
        padding: 0 22px;
    }

    .gallery_05_slider.gallery-carousel {
        left: -30px;
        right: -30px;
        width: calc(100% + 60px);
    }

    .gallery_05_slider .owl-nav i {
        width: 40px;
        height: 40px;
        font-size: 36px;
        font-weight: 100;
    }

    .gallery_05_slider .owl-nav {
        padding: 10px 5px;
    }
}
/* === gallery_05_slider === */



/* === footer-06 === */

.footer-06 {
    padding-top: 120px;
    padding-bottom: 50px;
    background-color: #151515;
    color: #fff;
    font-size: 22px;
    line-height: 32px;
    overflow: hidden;
    position: relative;
}

    .footer-06:before {
        content: "";
        height: 268px;
        background-image: url(/images/default/bg-arrow-light.svg);
        width: 60%;
        position: absolute;
        left: -20%;
        z-index: 1;
        opacity: 1;
        background-size: contain;
        top: 85%;
        pointer-events: none;
        transform: translateY(-50%);
    }

    .footer-06 h2,
    .footer-06 a {
        color: #fff;
        text-decoration: none;
    }

    .footer-06 h2 {
        margin-bottom: 45px;
    }

    .footer-06 .footer-container .container > .row {
        justify-content: space-between;
    }

    .footer-06 form .form-control {
        border-radius: 0;
    }

    .footer-06 form div.error {
        font-size: 16px;
        float: right;
        position: static;
    }

    .footer-06 form .form-title,
    .footer-06 form .form-text {
        display: none;
    }

    .footer-06 form label {
        font-size: 15px !important;
        line-height: 30px !important;
    }

    .footer-06 form input:not([type="checkbox"]) {
        min-height: 50px;
    }

    .footer-06 form button[type="submit"] {
        padding: 23px 40px;
        letter-spacing: 2px;
        height: 56px;
        width: max-content;
        display: flex;
        justify-content: center;
        align-items: center;
        font-size: 12px;
        text-transform: uppercase;
        text-decoration: none;
        border: none;
        box-shadow: none;
        margin-top: 20px;
        border: 1px solid #fff;
    }

    .footer-06 form .required {
        display: none;
    }

    .footer-06 form .tickbox {
        position: relative;
        margin-top: 30px;
        margin-bottom: 26px;
    }

        .footer-06 form .tickbox input {
            margin-top: 5px;
            position: absolute;
            height: 20px;
            width: 20px;
            border-radius: 0;
            padding: 11px;
        }

        .footer-06 form .tickbox label {
            padding-left: 45px !important;
            font-size: 15px !important;
            line-height: 22px !important;
            position: relative;
            cursor: pointer;
        }

        .footer-06 form .tickbox input.error {
            background-image: none !important;
        }

        .footer-06 form .tickbox label ~ div.error {
            display: none !important;
        }

    .footer-06 form .form-check-input:checked {
        background-color: var(--color-yellow);
        border-color: var(--color-yellow);
        box-shadow: 1px 1px 2px 1px var(--color-yellow);
    }

        .footer-06 form .form-check-input:checked[type="checkbox"] {
            background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3e%3cpath fill='none' stroke='%23202020' stroke-linecap='round' stroke-linejoin='round' stroke-width='4' d='m6 10 3 3 6-6'/%3e%3c/svg%3e") !important;
        }

    .footer-06 form .col-form-label {
        font-size: 15px;
        line-height: 15px !important;
        margin-bottom: 5px;
        padding: 0;
    }

        .footer-06 form .col-form-label .required-star {
            display: none;
        }

    .footer-06 .container {
        position: relative;
        z-index: 1;
    }

    .footer-06 .wrapper-bg img {
        position: absolute;
        left: 0;
        bottom: 0;
        height: auto;
    }

    .footer-06 .footer-contacts {
        margin-top: 40px;
    }

    .footer-06 .contact-info h4 {
        color: var(--color-yellow);
        margin-bottom: 0;
        font-size: 24px;
        font-weight: 500;
        display: flex;
        align-items: center;
    }

    .footer-06 .contact-info svg {
        width: 20px;
        margin-right: 15px;
        fill: var(--color-yellow);
    }

    .footer-06 .contact-info a {
        color: var(--red);
        text-decoration: none;
        font-size: 18px;
        line-height: 24px;
        font-weight: 500;
    }

        .footer-06 .contact-info a.phone-info {
            margin-bottom: 30px;
        }

    .footer-06 .contact-info .contact-group:nth-child(1) {
        margin-bottom: 30px;
    }

    .footer-06 .contact-info .office-info {
        font-size: 16px;
        line-height: 24px;
        width: 250px;
    }

        .footer-06 .contact-info .office-info p {
            color: #fff;
        }

    .footer-06 .contact-group {
        margin-bottom: 30px;
    }

    .footer-06 .contact-info .block-title {
        font-size: 18px;
        line-height: 24px;
        color: #fff;
        font-weight: 500;
        margin-bottom: 5px;
    }

    .footer-06 .contact-info .content {
        width: 400px;
        margin-bottom: 30px;
    }

    .footer-06 .address {
    }

        .footer-06 .address p {
            margin: 0;
            font-size: 18px;
            line-height: 22px;
        }

    .footer-06 .contact-info .social-buttons {
        display: flex;
        gap: 10px;
        margin-top: 30px;
    }

        .footer-06 .contact-info .social-buttons > a {
            width: 56px;
            height: 56px;
            font-size: 18px;
            color: var(--body-color);
            background-color: #fff;
            display: flex;
            justify-content: center;
            align-items: center;
            border-radius: 50%;
        }

        .footer-06 .contact-info .social-buttons .sr-only {
            border: 0;
            clip: rect(0, 0, 0, 0);
            height: 1px;
            margin: -1px;
            overflow: hidden;
            padding: 0;
            position: absolute;
            width: 1px;
        }

        .footer-06 .contact-info .social-buttons svg {
            fill: var(--body-color);
            margin-right: 0;
        }

    .footer-06 .footer-main-text p {
        font-size: 26px;
        line-height: 34px;
        font-weight: 300;
        color: #fff;
        max-width: 522px;
    }

    .footer-06 .footer-nav {
        margin-top: 130px;
    }

        .footer-06 .footer-nav .footer-links {
            padding: 0;
            list-style-type: none;
        }

            .footer-06 .footer-nav .footer-links .lvl1 .nav-link {
                font-size: 22px;
                line-height: 28px;
                font-weight: var(--font-medium);
                text-decoration: none;
                color: #fff;
            }

    .footer-06 .chas img {
        width: 239px;
        margin-top: 30px;
    }

main .footer-06 {
    background-color: #fff;
    color: var(--body-color);
}

    main .footer-06 h2, main .footer-06 a,
    main .footer-06 .contact-info .block-title,
    main .footer-06 .footer-main-text p {
        color: var(--body-color);
    }

    main .footer-06 .contact-info .social-buttons > a {
        color: #fff;
        background-color: var(--body-color);
    }

    main .footer-06 .contact-info .social-buttons svg {
        fill: #fff;
    }

    main .footer-06 .chas img {
        filter: brightness(0);
    }

.main footer-06 .footer-main-text p {
    color: var(--body-color);
}

main .footer-06 form .form-control {
    background-color: #e2e2e2;
}


/* ====================== */
/* MIN-WIDTH MEDIA QUERIES */
/* ====================== */

@media (min-width: 576px) and (max-width: 768px) {
    .footer-06 .contact-info .social-buttons {
        position: absolute;
        left: 10px;
        top: 200px;
    }
}

@media (min-width: 576px) {
    .footer-06 form .col-12 {
        display: grid;
        grid-template-columns: 1fr 1fr;
        grid-template-rows: auto;
        gap: 25px 38px;
    }

        .footer-06 form .col-12 > .form-field {
            grid-column: 1/3;
            margin: 0;
        }

            .footer-06 form .col-12 > .form-field:nth-child(1) {
                grid-column: 1/2;
            }

            .footer-06 form .col-12 > .form-field:nth-child(2) {
                grid-column: 2/3;
            }

            .footer-06 form .col-12 > .form-field:nth-child(3) {
                grid-column: 1/3;
            }

            .footer-06 form .col-12 > .form-field:nth-child(4) {
                grid-column: 1/3;
            }
}

@media (min-width: 1398px) {
    .footer-06 .footer-form .form-field.text,
    .footer-06 .footer-form .form-field.telephone,
    .footer-06 .footer-form .form-field.email {
        width: 100%;
    }

        .footer-06 .footer-form .form-field.text input,
        .footer-06 .footer-form .form-field.telephone input,
        .footer-06 .footer-form .form-field.email input {
        }
    /* .footer-06 .footer-form form .row:nth-child(1) {
    gap: 36px;
  } */
    .footer-06 .footer-form form .row:nth-child(1) .col-12.col-md-6 {
        width: auto;
    }
}


/* ====================== */
/* MAX-WIDTH MEDIA QUERIES */
/* ====================== */

@media (max-width: 1199.98px) {
    .footer-06 .wrapper-bg img {
        width: 90%;
    }

    .footer-06 h2 {
        margin-bottom: 25px;
    }

    .footer-06 .footer-main-text p {
        font-size: 24px;
        line-height: 30px;
    }
}

@media (max-width: 991.98px) {
    .footer-06 {
        padding-top: 90px;
    }

        .footer-06 .footer-info {
            display: flex;
            flex-direction: column;
        }

            .footer-06 .footer-info .footer-main-text {
                width: 100%;
            }

                .footer-06 .footer-info .footer-main-text p {
                    font-size: 18px;
                    line-height: 24px;
                    font-weight: 300;
                }

        .footer-06 .contact-info p,
        .footer-06 .contact-info a {
            font-weight: 300;
        }

        .footer-06 .footer-info .footer-main-text br.full {
            display: none;
        }

        .footer-06 .footer-info .contact-info {
            width: 100%;
            display: grid;
            grid-template-columns: 1fr 1fr;
        }

        .footer-06 .footer-contacts {
            margin-top: 20px;
        }

        .footer-06 .contact-info .social-buttons {
            position: static;
        }

        .footer-06 .chas {
            position: relative;
            padding: 25px 0px;
            margin-top: 15px;
        }

            .footer-06 .chas::before {
                content: "";
                background-color: #1b1b1b;
                position: absolute;
                left: -50dvw;
                width: 200dvw;
                height: 100%;
                z-index: -1;
                top: 0;
            }

            .footer-06 .chas img {
                width: 139px;
                margin-top: 0px;
            }
}

@media (max-width: 991.98px) {
    .footer-06 .footer-nav {
        margin-top: 70px;
    }

        .footer-06 .footer-nav .footer-links {
            align-items: flex-start !important;
        }

            .footer-06 .footer-nav .footer-links a {
                font-size: 16px;
            }
}

@media (max-width: 767.98px) {
    .footer-06 {
        padding-bottom: 30px;
    }

        .footer-06 .footer-info {
            flex-direction: column;
        }

            .footer-06 .footer-info .footer-main-text {
                width: 100%;
            }

                .footer-06 .footer-info .footer-main-text br {
                    display: none;
                }

                .footer-06 .footer-info .footer-main-text p {
                    width: 100%;
                }

            .footer-06 .footer-info .contact-info {
                display: flex;
                width: 100%;
            }

                .footer-06 .footer-info .contact-info .address {
                    width: 220px;
                }

        .footer-06 .footer-nav .footer-links {
            flex-direction: column !important;
            align-items: center !important;
        }

            .footer-06 .footer-nav .footer-links a {
                font-size: 18px;
                padding: 15px;
            }

        .footer-06 .contact-info .office-info {
            width: auto;
        }

        .footer-06 form button {
            margin: 0 auto;
        }

        .footer-06 .footer-info .contact-info {
            display: grid;
            grid-template-columns: 1fr;
        }

        .footer-06 .chas {
            margin: 20px 0px;
        }

            .footer-06 .chas img {
                width: 199px;
            }
}


@media (max-width: 575.98px) {
    .footer-06 {
        padding-top: 60px;
    }

    .footer-06 .contact-info .social-buttons {
        grid-area: 2 / 2;
        margin-top: -20px !important;
    }

    .footer-06 .footer-form {
        margin-top: 50px;
    }

    .footer-06 .footer-info {
        flex-direction: column;
    }

        .footer-06 .footer-info .footer-main-text {
            width: 100%;
        }

            .footer-06 .footer-info .footer-main-text br.mob {
                display: none;
            }

            .footer-06 .footer-info .footer-main-text br.full {
                display: none;
            }

            .footer-06 .footer-info .footer-main-text p {
                margin-bottom: 10px;
                font-size: 18px;
                line-height: 26px;
            }

        .footer-06 .footer-info .contact-info {
            flex-direction: column;
            width: 100%;
        }

            .footer-06 .footer-info .contact-info .address {
                width: 270px;
            }

    .footer-06 .footer-form button {
        margin: 0 auto;
        width: 320px;
    }

    .footer-06 .footer-nav {
        margin-top: 70px;
    }

        .footer-06 .footer-nav .footer-links {
            align-items: center !important;
        }
}

/* === footer-06 === */



/* === footer-06-min === */

.footer-06-min {
    padding: 50px 0 55px;
    background-color: #151515;
    color: #fff;
    border-top: 1px solid #363636;
}

    .footer-06-min a {
        color: #fff;
        text-decoration: none;
    }

    .footer-06-min .footer-nav {
        display: flex;
        font-size: 16px;
        justify-content: space-between;
        font-weight: 500;
    }

        .footer-06-min .footer-nav a {
            font-family: var(--h1-font);
            font-size: 18px;
            text-transform: uppercase;
            font-weight: 400;
        }

    .footer-06-min .footer-copy {
        margin-top: 35px;
        display: flex;
        justify-content: space-between;
        font-size: 14px;
        line-height: 36px;
    }

        .footer-06-min .footer-copy .advansys {
            font-family: Arial, Helvetica, sans-serif;
            font-weight: 700;
        }

/* ====================== */
/* MAX-WIDTH MEDIA QUERIES */
/* ====================== */

@media (max-width: 1199px) {
    .footer-06-min .footer-nav a {
        font-size: 16px;
        line-height: 14px;
    }
}

@media (max-width: 991.98px) {
    .footer-06-min .footer-nav {
        font-size: 16px;
        display: grid;
        grid-template-columns: repeat(4, 1fr);
        text-align: left;
    }
}

@media(max-width: 767px) {
    .footer-06-min {
        padding: 40px 0px;
    }

        .footer-06-min .footer-copy {
            margin-top: 25px;
        }
}

@media (max-width: 575px) {
    .footer-06-min .footer-nav {
        display: grid;
        grid-template-columns: 1fr 1fr;
    }

    .footer-06-min .footer-copy {
        flex-direction: column;
    }

    .footer-06-min a.sitemap {
        display: block;
    }
}

/* === footer-06-min === */

