﻿body {
    font-family: "Montserrat", sans-serif;
    scroll-behavior: smooth
}

.dmb-6 {
    margin-bottom: 60px !important
}

.main-title {
    text-align: center;
    font-weight: 500;
    font-size: 20px;
    line-height: 24px;
    letter-spacing: .4em;
    text-transform: uppercase
}

.main-cta {
    display: inline-flex;
    align-items: center;
    font-weight: 600;
    font-size: 16px;
    line-height: 26px;
    letter-spacing: .1em;
    color: #3e63bf;
    text-decoration: none
}

    .main-cta:hover {
        color: #3e63bf
    }

    .main-cta i {
        display: inline-block;
        margin-left: 5px
    }

.dogustech-ae #cookieseal-banner {
    background-color: #1E3755;
}

    .dogustech-ae #cookieseal-banner button {
        background-color: #F5F5F5;
        color: #1E3755;
    }

.search {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 52px;
    height: 52px;
    border-radius: 50%;
    -webkit-backdrop-filter: blur(5px);
    backdrop-filter: blur(5px);
    background-color: rgba(255, 255, 255, .14);
    cursor: pointer;
    position: relative
}

    .search i {
        color: #fff
    }

.search-input {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    height: 39px;
    border: 1px solid #dadada;
    border-radius: 20px;
    width: 335px;
    background-color: #f8f8f8
}

    .search-input input {
        height: 100%;
        width: 75%;
        border: none;
        outline: none;
        background-color: #f8f8f8;
        margin-left: 8px
    }

.search-input-wrapper {
    display: none
}



.search-input-close {
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    -webkit-backdrop-filter: blur(5px);
    backdrop-filter: blur(5px);
    background-color: #e4e4e4;
    height: 39px;
    width: 39px;
    cursor: pointer
}

    .search-input-close i {
        color: #000
    }

.search-wrapper {
    margin-left: 50px
}

.search-container {
    padding-top: 215px;
    margin-bottom: 60px
}

    .search-container h4 {
        text-align: center;
        letter-spacing: .3em;
        color: #333;
        font-weight: 400;
        font-size: 30px;
        line-height: 20px;
        margin-bottom: 50px;
        text-transform: uppercase
    }

.search-content {
    display: flex;
    justify-content: space-between;
    flex-direction: row-reverse;
    align-items: center;
    background: #f8f8f8;
    opacity: .7;
    border: 1px solid #dadada;
    border-radius: 20px;
    max-width: 463px;
    height: 39px;
    position: relative;
    margin-left: auto;
    margin-right: auto
}

    .search-content input {
        width: 93%;
        height: 100%;
        border: none;
        outline: none;
        border-top-right-radius: 20px;
        border-bottom-right-radius: 20px;
        background: #f8f8f8
    }

    .search-content i {
        display: inline-block;
        margin-left: .5rem
    }

.search-result-container h4 {
    text-align: center;
    color: #333;
    font-weight: 500;
    font-size: 18px;
    line-height: 32px;
    opacity: .7;
    margin-bottom: 60px
}

    .search-result-container h4 span {
        font-weight: 800
    }

.search-result-wrapper {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    border-bottom: 1px solid #d9d9d9;
    margin-bottom: 40px
}

.search-result-wrapper-image {
    border-radius: 5px
}

.search-result-wrapper-content {
    margin-left: 26px;
    padding-bottom: 48px
}

    .search-result-wrapper-content p {
        opacity: .7;
        font-weight: 500;
        font-size: 16px;
        line-height: 32px;
        color: #333;
        display: -webkit-box;
        -webkit-line-clamp: 4;
        -webkit-box-orient: vertical;
        overflow: hidden
    }

        .search-result-wrapper-content p span {
            font-weight: 700
        }

    .search-result-wrapper-content a {
        display: none
    }

.search-result-slider-container {
    margin-top: 100px;
    margin-bottom: 200px
}

    .search-result-slider-container h4 {
        color: #333;
        letter-spacing: .4em;
        font-weight: 500;
        font-size: 20px;
        line-height: 24px;
        margin-bottom: 60px;
        text-transform: uppercase
    }

    .search-result-slider-container .swiper-slide {
        display: flex;
        flex-direction: column;
        height: auto
    }

    .search-result-slider-container .swiper-slide-image img {
        width: 100%
    }

    .search-result-slider-container .swiper-slide-content {
        padding: 15px
    }

        .search-result-slider-container .swiper-slide-content p {
            font-weight: 500;
            font-size: 16px;
            line-height: 26px;
            color: #3c3c3c;
            margin-bottom: 36px
        }

.hamburger-icon {
    margin-left: auto
}

    .hamburger-icon .close-menu {
        display: none
    }

.hamburger-container {
    position: fixed;
    height: calc(100vh - 60px);
    width: 100%;
    bottom: 0;
    left: -100%;
    background-color: #fff;
    z-index: 999;
    transition: .3s left ease
}

.hamburger-wrapper {
    padding-top: 50px
}

    .hamburger-wrapper .accordion-item {
        border: none
    }

    .hamburger-wrapper .accordion-button {
        color: #215fac;
        text-transform: uppercase;
        font-weight: 600;
        font-size: 16px;
        line-height: 20px
    }

        .hamburger-wrapper .accordion-button a {
            padding-left: 20px;
            color: #215fac;
            text-decoration: none
        }

        .hamburger-wrapper .accordion-button:not(.collapsed) {
            background-color: unset;
            box-shadow: unset
        }

            .hamburger-wrapper .accordion-button:not(.collapsed) i {
                transform: rotate(45deg)
            }

        .hamburger-wrapper .accordion-button:focus {
            border: none;
            border-color: unset;
            box-shadow: unset
        }

        .hamburger-wrapper .accordion-button::after {
            display: none
        }

        .hamburger-wrapper .accordion-button i {
            display: inline-block;
            margin-right: 10px;
            color: #215fac;
            transition: .3s transform ease
        }

    .hamburger-wrapper .accordion-body {
        padding-top: unset;
        padding-bottom: unset
    }

        .hamburger-wrapper .accordion-body ul {
            margin-bottom: unset;
            list-style-type: none
        }

            .hamburger-wrapper .accordion-body ul li:not(:last-child) {
                margin-bottom: 20px
            }

            .hamburger-wrapper .accordion-body ul li a {
                color: #000;
                text-transform: uppercase;
                font-weight: 500;
                font-size: 12px;
                line-height: 15px;
                display: inline-block;
                text-decoration: none
            }

.isShow {
    left: 0 !important
}

.header {
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 99
}

.header-other {
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.9) 0%, rgba(255, 255, 255, 0.5) 100%);
    box-shadow: 0px 4px 8px rgba(0, 0, 0, .1);
    position: sticky
}

    .header-other .header-wrapper {
        padding-top: 30px;
        padding-bottom: 30px
    }

        .header-other .header-wrapper .nav-list-item:hover a {
            color: #1f5fac
        }

            .header-other .header-wrapper .nav-list-item:hover a::before {
                background-color: #1f5fac
            }

        .header-other .header-wrapper .nav-list-item a {
            color: #333
        }

        .header-other .header-wrapper .nav-list-item-dropdown {
            background-color: #fff;
            border-radius: 3px
        }

            .header-other .header-wrapper .nav-list-item-dropdown ul li:hover {
                background-color: #eaedf4
            }

                .header-other .header-wrapper .nav-list-item-dropdown ul li:hover a {
                    color: #1f5fac !important
                }

            .header-other .header-wrapper .nav-list-item-dropdown ul li a {
                color: #333 !important
            }

        .header-other .header-wrapper .search {
            background: rgba(51, 51, 51, .14);
            -webkit-backdrop-filter: blur(5px);
            backdrop-filter: blur(5px)
        }

            .header-other .header-wrapper .search i {
                color: #333
            }

.header-wrapper {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-top: 40px;
    padding-bottom: 40px
}

    .header-wrapper .nav-list {
        display: flex;
        align-items: center;
        list-style-type: none;
        padding-left: unset;
        margin-bottom: unset
    }

    .header-wrapper .nav-list-item {
        position: relative
    }

        .header-wrapper .nav-list-item a {
            color: #fff;
            text-decoration: none;
            font-weight: 600;
            font-size: 12px;
            line-height: 15px;
            text-transform: uppercase;
            position: relative
        }

            .header-wrapper .nav-list-item a::before {
                content: "";
                position: absolute;
                width: 90%;
                height: 1px;
                border-radius: 3px;
                background-color: #fff;
                bottom: -3px;
                margin-left: auto;
                margin-right: auto;
                display: inline-block;
                left: 0;
                right: 0;
                visibility: hidden
            }

            .header-wrapper .nav-list-item a:hover::before {
                visibility: visible
            }

        .header-wrapper .nav-list-item:not(:last-child) {
            margin-right: 105px
        }

        .header-wrapper .nav-list-item:hover .nav-list-item-dropdown {
            visibility: visible
        }

    .header-wrapper .nav-list-item-dropdown {
        position: absolute;
        width: 250px;
        border-radius: 3px;
        background-color: rgba(255, 255, 255, .14);
        top: 24px;
        visibility: hidden
    }

        .header-wrapper .nav-list-item-dropdown ul {
            list-style-type: none;
            padding-left: unset
        }

            .header-wrapper .nav-list-item-dropdown ul li {
                border-radius: 3px;
                cursor: pointer
            }

                .header-wrapper .nav-list-item-dropdown ul li:hover {
                    background-color: #fff
                }

                    .header-wrapper .nav-list-item-dropdown ul li:hover a {
                        color: #1f5fac
                    }

                .header-wrapper .nav-list-item-dropdown ul li a {
                    font-weight: 600;
                    font-size: 12px;
                    line-height: 15px;
                    padding: 15px;
                    width: 100%;
                    height: 100%;
                    display: inline-block;
                }

                    .header-wrapper .nav-list-item-dropdown ul li a:hover::before {
                        display: none
                    }

.header-right {
    display: flex;
    align-items: center;
    justify-content: space-between
}

.home-banner-background {
    height: 100vh;
    position: relative
}

    .home-banner-background img {
        height: 100%;
        width: 100%
    }

.home-banner-overlay-top {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 50%;
    background: linear-gradient(180deg, rgba(21, 38, 60, 0) 0%, rgba(21, 38, 60, 0.7) 100%);
    transform: rotate(-180deg)
}

.home-banner-overlay-bottom {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 60%;
    background: linear-gradient(180deg, rgba(21, 38, 60, 0) 0%, rgba(21, 38, 60, 0.7) 100%)
}

.home-banner-wrapper {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0
}

.home-banner-content {
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%)
}

    .home-banner-content h1 {
        font-weight: 400;
        font-size: 48px;
        line-height: 59px;
        color: #fff;
        margin-bottom: 22px;
        max-width: 616px;
    }

        .home-banner-content h1 span {
            display: block
        }

    .home-banner-content p {
        font-weight: 400;
        font-size: 20px;
        line-height: 30px;
        color: #fff;
        max-width: 559px;
    }

        .home-banner-content p span {
            display: block
        }

.home-statistics-container {
    padding-top: 103px;
    padding-bottom: 50px
}

.home-statistics-item {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 82px
}

    .home-statistics-item p {
        color: #1f5fac;
        margin-bottom: unset
    }

        .home-statistics-item p:first-child {
            font-weight: 600;
            font-size: 59.8646px;
            line-height: 44px;
            letter-spacing: -0.02em;
            margin-right: 12px
        }

        .home-statistics-item p:last-child {
            font-weight: 500;
            font-size: 24.9436px;
            line-height: 31px
        }

            .home-statistics-item p:last-child span {
                display: block
            }

.home-about-container {
    background: linear-gradient(0deg, rgba(255, 255, 255, 0.2), rgba(255, 255, 255, 0.2)), url(../img/upload/home-about-background.png), #d9d9d9;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    padding-top: 169px;
    padding-bottom: 155px;
    position: relative
}

    .home-about-container::before {
        content: "";
        position: absolute;
        background-image: url(../img/svg/about-bg.svg);
        background-position: center center;
        background-repeat: no-repeat;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0
    }

.home-about-content {
    position: relative;
    margin-left: 23%;
}

    .home-about-content h4 {
        color: #333;
        font-weight: 500;
        font-size: 20px;
        line-height: 24px;
        letter-spacing: .4em;
        margin-bottom: 28px
    }

    .home-about-content p {
        font-feature-settings: "liga" off, "rclt" off;
        font-style: normal;
        font-weight: 400;
        font-size: 16px;
        line-height: 35px;
        color: #333;
        margin-bottom: 60px;
        width: 80%
    }

.home-about-slider .swiper-navs {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    margin-top: 10px
}

.home-about-slider .swiper-nav {
    display: flex;
    align-items: center;
    justify-content: center
}

    .home-about-slider .swiper-nav i {
        font-size: 20px
    }

.home-about-slider .swiper-nav-right {
    margin-left: 35px
}

.home-product-container {
    padding-top: 88px;
    padding-bottom: 176px;
    background: linear-gradient(0deg, rgba(21, 38, 60, 0.5), rgba(21, 38, 60, 0.5)), url(../img/upload/home-product-background.png), #d9d9d9;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover
}

    .home-product-container h2 {
        color: #fff;
        margin-bottom: 110px
    }

    .home-product-container .swiper-slide {
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        justify-content: flex-start;
        height: auto
    }

    .home-product-container .swiper-slide-image {
        width: 100%
    }

        .home-product-container .swiper-slide-image img {
            width: 100%
        }

    .home-product-container .swiper-slide-content {
        background-color: #fff;
        padding: 20px;
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        width: 100%;
        height: 100%;
    }

        .home-product-container .swiper-slide-content p {
            font-weight: 500;
            font-size: 16px;
            line-height: 26px;
            color: #3c3c3c;
            font-feature-settings: "liga" off
        }

.home-reference-container {
    padding-top: 122px;
    padding-bottom: 202px
}

    .home-reference-container h2 {
        margin-bottom: 84px
    }

.home-services-container {
    padding-top: 72px;
    padding-bottom: 100px
}

    .home-services-container h2 {
        margin-bottom: 60px
    }

    .home-services-container .nav {
        margin-bottom: 100px
    }

    .home-services-container .nav-tabs {
        border-bottom: unset
    }

    .home-services-container .nav-item:not(:last-child) {
        margin-right: 60px
    }

    .home-services-container .nav-link {
        color: #333;
        font-weight: 400;
        font-size: 16px;
        line-height: 20px;
        opacity: .5;
        border: unset;
        display: inline-block
    }

        .home-services-container .nav-link.active {
            color: #1f5fac;
            opacity: 1
        }

    .home-services-container .tab-content {
        margin-left: 15%
    }

    .home-services-container .tab-pane {
        position: relative
    }

        .home-services-container .tab-pane .swiper-slide {
            display: flex;
            align-items: flex-start
        }

        .home-services-container .tab-pane .swiper-slide-content {
            padding-left: 40px
        }

        .home-services-container .tab-pane .swiper-slide-content-numbers {
            display: flex;
            align-items: center;
            margin-bottom: 30px
        }

        .home-services-container .tab-pane .swiper-slide-content-numbers-circle {
            display: flex;
            align-items: center;
            justify-content: center;
            min-width: 45px;
            height: 45px;
            border-radius: 50%;
            border: 1px solid #3d7cc9;
            font-weight: 700;
            font-size: 16px;
            line-height: 20px;
            color: #000
        }

        .home-services-container .tab-pane .swiper-slide-content-numbers p {
            margin-bottom: unset;
            text-transform: uppercase;
            letter-spacing: .3em;
            margin-left: 16px;
            color: #000;
            font-weight: 700;
            font-size: 14px;
            line-height: 20px
        }

            .home-services-container .tab-pane .swiper-slide-content-numbers p span {
                display: block
            }

        .home-services-container .tab-pane .swiper-slide-content-title {
            letter-spacing: .25em;
            color: #000;
            font-weight: 700;
            font-size: 24px;
            line-height: 40px;
            display: -webkit-box;
            -webkit-line-clamp: 3;
            -webkit-box-orient: vertical;
            overflow: hidden;
            margin-bottom: 30px
        }

        .home-services-container .tab-pane .swiper-slide-content-text {
            color: #000;
            letter-spacing: .1em;
            font-weight: 400;
            font-size: 14px;
            line-height: 25px;
            margin-bottom: 30px
        }

        .home-services-container .tab-pane .swiper-nav {
            position: absolute;
            top: 50%;
            transform: translateY(-50%);
            display: flex;
            align-items: center;
            justify-content: center;
            width: 60px;
            height: 60px;
            border-radius: 50%;
            background-color: rgba(166, 165, 165, .7);
            z-index: 99
        }

            .home-services-container .tab-pane .swiper-nav i {
                color: #fff
            }

        .home-services-container .tab-pane .swiper-nav-right {
            background-color: rgba(0, 0, 0, .7);
            right: 10%
        }

        .home-services-container .tab-pane .swiper-nav-left {
            left: -10%
        }

.home-footer-bottom {
    background-color: #262a34
}

.home-footer-bottom-wrapper {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-top: 36px;
    padding-bottom: 44px
}

    .home-footer-bottom-wrapper .copyright {
        font-weight: 200;
        font-size: 14px;
        line-height: 20px;
        color: #fff;
        margin-bottom: unset
    }

    .home-footer-bottom-wrapper ul {
        display: flex;
        align-items: center;
        padding-left: unset;
        margin-bottom: unset;
        list-style-type: none
    }

        .home-footer-bottom-wrapper ul li:not(:last-child) {
            margin-right: 20px
        }

        .home-footer-bottom-wrapper ul li a {
            font-weight: 200;
            font-size: 11px;
            line-height: 15px;
            text-align: center;
            color: #fff;
            text-decoration: none
        }

.page-wrapper {
    margin-top: 70px;
    margin-bottom: 5rem;
}

    .page-wrapper a {
        color: #3c3c3c;
        text-decoration: none;
    }

        .page-wrapper a:hover {
            text-decoration: underline;
        }

    .page-wrapper .page-wrapper-title {
        font-weight: 700;
        font-size: 40px;
        line-height: 49px;
        color: #231d4f;
        text-align: center;
        margin-bottom: 1.25rem;
    }

    .page-wrapper .page-wrapper-subtitle {
        font-weight: 700;
        font-size: 25px;
        line-height: 49px;
        color: #231d4f;
    }

    .page-wrapper .page-wrapper-text {
        color: #3c3c3c;
        font-weight: 400;
        font-size: 16px;
        line-height: 26px;
        margin-bottom: 28px;
    }
    .page-wrapper-text a.cookie-link {
        color: #231d4f;
        font-weight: bold;
        text-decoration: underline;
    }

    .page-wrapper .page-wrapper-list > li {
        list-style: disc;
        font-weight: 400;
    }

    .page-wrapper .page-wrapper-list > li {
        margin-bottom: 1rem;
    }

    .page-wrapper .page-wrapper-olist > li {
        font-weight: 700;
    }

        .page-wrapper .page-wrapper-olist > li:not(:last-child) {
            margin-bottom: 1rem;
        }

    .page-wrapper .table {
        border: 1px solid #000;
    }

        .page-wrapper .table tr > td,
        .page-wrapper .table tr > th {
            border-right: 1px solid #000;
            border-bottom: 1px solid #000;
            color: #3c3c3c;
            font-weight: 400;
            font-size: 16px;
            line-height: 26px;
        }

.contact-banner-container {
    padding-top: 106px
}

.contact-content-container {
    margin-top: 60px;
    margin-bottom: 120px
}

    .contact-content-container .content-title {
        color: #000;
        font-weight: 600;
        font-size: 24px;
        line-height: 29px;
        margin-bottom: 30px
    }

    .contact-content-container .content-text {
        color: #000;
        font-weight: 400;
        font-size: 20px;
        line-height: 24px;
        margin-bottom: 20px
    }

        .contact-content-container .content-text span {
            display: block
        }

    .contact-content-container .content-item {
        margin-bottom: 30px;
        display: flex;
        align-items: center
    }

        .contact-content-container .content-item span {
            width: 60px;
            height: 60px;
            display: flex;
            align-items: center;
            justify-content: center;
            background-color: #1f5fac;
            border-radius: 50%
        }

        .contact-content-container .content-item a {
            display: inline-block;
            text-decoration: none;
            color: #000;
            margin-left: 20px;
            font-weight: 400;
            font-size: 20px;
            line-height: 24px
        }

.success-bg {
    background-image: url(../img/upload/success-page-bg.png) !important
}

.success-container {
    display: flex;
    align-items: center;
    justify-content: center;
    height: calc(100vh - 116px);
    margin-bottom: 150px;
    background-image: url(../img/upload/error-background.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center
}

.success-wrapper {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column
}

    .success-wrapper h2 {
        color: #1f5fac;
        font-weight: 900;
        font-size: 140px;
        line-height: 168px;
        letter-spacing: .16em;
        margin-bottom: 30px;
        text-align: center
    }

    .success-wrapper p {
        color: #333;
        opacity: .5;
        font-weight: 500;
        font-size: 20px;
        line-height: 32px;
        text-align: center;
        width: 70%;
        margin-left: auto;
        margin-right: auto;
        margin-bottom: 30px
    }

    .success-wrapper a {
        padding: 11px 16px;
        color: #fff;
        background-color: #1f5fac;
        border-radius: 5px;
        font-weight: 500;
        font-size: 16px;
        line-height: 28px;
        text-decoration: none
    }

.product-banner-container {
    padding-top: 100px;
    padding-bottom: 100px
}

.product-banner-left {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    max-width: 365px
}

    .product-banner-left h1 {
        color: #333;
        letter-spacing: .2em;
        font-weight: 600;
        font-size: 32px;
        line-height: 39px;
        margin-bottom: 26px
    }

    .product-banner-left .title {
        color: #333;
        font-weight: 500;
        font-size: 20px;
        line-height: 32px;
        padding-bottom: 26px;
        position: relative;
        border-bottom: 1px solid rgba(51, 51, 51, .3)
    }

    .product-banner-left .subtitle {
        color: #333;
        font-weight: 300;
        font-size: 14px;
        line-height: 25px;
        margin-bottom: 26px
    }

    .product-banner-left a {
        color: #fff;
        background-color: #1f5fac;
        border-radius: 5px;
        padding: 11px 16px;
        text-decoration: none;
        font-weight: 500;
        font-size: 16px;
        line-height: 28px
    }

.product-list-container {
    padding-top: 20px;
    padding-bottom: 100px
}

    .product-list-container h2 {
        margin-bottom: 60px
    }

.product-list-right {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    padding-left: 60px
}

.product-list-right-item {
    display: flex;
    align-items: center;
    position: relative;
    width: 100%;
    padding-bottom: 20px
}

    .product-list-right-item::before {
        content: "";
        position: absolute;
        height: 1px;
        background-color: #333;
        opacity: .3;
        bottom: 0;
        right: 0;
        width: 89%
    }

    .product-list-right-item:not(:last-child) {
        margin-bottom: 35px
    }

    .product-list-right-item span {
        display: inline-flex;
        border-radius: 50%;
        align-items: center;
        justify-content: center;
        min-width: 45px;
        min-height: 45px;
        border: 1px solid #3d7cc9;
        color: #000;
        font-weight: 700;
        font-size: 16px;
        line-height: 20px
    }

    .product-list-right-item p {
        margin-left: 20px;
        color: #333;
        font-weight: 500;
        font-size: 16px;
        line-height: 20px;
        margin-bottom: unset;
        width: 75%
    }

.product-should-container {
    padding-top: 75px;
    padding-bottom: 100px
}

    .product-should-container h2 {
        margin-bottom: 60px
    }

.product-should-left {
    width: 90%
}

    .product-should-left ul {
        padding-left: unset;
        list-style-type: disc
    }

        .product-should-left ul li {
            color: #3c3c3c;
            font-weight: 400;
            font-size: 16px;
            line-height: 26px;
            margin-bottom: 28px
        }

.product-increase-container {
    padding-top: 50px;
    padding-bottom: 150px
}

    .product-increase-container h2 {
        margin-bottom: 82px
    }

    .product-increase-container .swiper-container {
        padding: 5px 10px 5px 10px
    }

    .product-increase-container .swiper-slide {
        padding: 30px;
        box-shadow: 0px 4px 8px rgba(0, 0, 0, .1);
        border-radius: 5px;
        background-color: #fff;
        display: flex;
        height: auto
    }

    .product-increase-container .swiper-slide-inner {
        display: flex;
        align-items: center;
        justify-content: center;
        flex-direction: column
    }

        .product-increase-container .swiper-slide-inner .title {
            margin-top: 30px;
            margin-bottom: 15px;
            color: #3c3c3c;
            font-weight: 600;
            font-size: 16px;
            line-height: 26px;
            text-align: center
        }

        .product-increase-container .swiper-slide-inner .text {
            color: #3c3c3c;
            font-weight: 400;
            font-size: 16px;
            line-height: 26px;
            text-align: center
        }

.product-background {
    position: relative
}

    .product-background::before {
        content: "";
        position: absolute;
        top: 0;
        width: 100%;
        height: 80%;
        background: url(../img/svg/product-should-bg.svg);
        background-size: cover;
        background-repeat: no-repeat;
        z-index: -1
    }

.services-offering-container {
    padding-top: 50px;
    padding-bottom: 135px
}

    .services-offering-container h2 {
        margin-bottom: 60px
    }

.services-offering-list {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start
}

.services-offering-list-item {
    display: flex;
    align-items: center
}

    .services-offering-list-item span {
        display: inline-flex;
        align-items: center;
        justify-content: center;
        width: 60px;
        height: 60px;
        border-radius: 50%;
        background-color: #1f5fac;
        margin-right: 20px
    }

    .services-offering-list-item p {
        margin-bottom: unset;
        color: #000;
        font-weight: 400;
        font-size: 20px;
        line-height: 24px
    }

    .services-offering-list-item:not(:last-child) {
        margin-bottom: 30px
    }

.services-data-container {
    padding-top: 100px;
    padding-bottom: 50px
}

.services-data-left {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    max-width: 349px
}

    .services-data-left h1 {
        letter-spacing: .2em;
        text-transform: uppercase;
        color: #333;
        font-size: 32px;
        font-weight: 600;
        line-height: 39px;
        margin-bottom: 26px
    }

    .services-data-left .title {
        color: #333;
        font-weight: 500;
        font-size: 20px;
        line-height: 32px;
        padding-bottom: 26px;
        border-bottom: 1px solid rgba(51, 51, 51, .3)
    }

    .services-data-left .text {
        color: #333;
        font-size: 14px;
        font-weight: 300;
        line-height: 25px
    }

.services-data-right .swiper-slide {
    display: flex;
    align-items: flex-start;
    height: auto;
}

.services-data-right .swiper-slide-content {
    padding-left: 40px
}

.services-data-right .swiper-slide-content-numbers {
    display: flex;
    align-items: center;
    margin-bottom: 30px
}

.services-data-right .swiper-slide-content-numbers-circle {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 45px;
    height: 45px;
    border-radius: 50%;
    border: 1px solid #3d7cc9;
    font-weight: 700;
    font-size: 16px;
    line-height: 20px;
    color: #000
}

.services-data-right .swiper-slide-content-numbers p {
    margin-bottom: unset;
    text-transform: uppercase;
    letter-spacing: .3em;
    margin-left: 16px;
    color: #000;
    font-weight: 700;
    font-size: 14px;
    line-height: 20px
}

    .services-data-right .swiper-slide-content-numbers p span {
        display: block
    }

.services-data-right .swiper-slide-content-title {
    letter-spacing: .25em;
    color: #000;
    font-weight: 700;
    font-size: 24px;
    line-height: 40px;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    margin-bottom: 30px;
    text-transform: uppercase;
}

.services-detail-banner-background {
    position: relative
}

.services-detail-banner-wrapper {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 9;
    height: 100%
}

.services-detail-banner-content {
    position: absolute;
    left: 0;
    top: 40%;
    transform: translateY(-40%)
}

    .services-detail-banner-content h1 {
        letter-spacing: .3em;
        color: #fff;
        font-weight: 400;
        font-size: 30px;
        line-height: 20px;
        margin-bottom: 95px
    }

.services-detail-banner-left {
    max-width: 413px
}

    .services-detail-banner-left p {
        letter-spacing: .25em;
        color: #fff;
        font-weight: 700;
        font-size: 24px;
        line-height: 40px
    }

.services-detail-banner-right p {
    font-weight: 400;
    font-size: 16px;
    line-height: 26px;
    color: #fff
}

.services-detail-box-container {
    padding-top: 95px;
    padding-bottom: 110px;
    position: relative
}

    .services-detail-box-container::before {
        content: "";
        position: absolute;
        top: 0;
        width: 100%;
        height: 100%;
        background-image: url(../img/svg/box-bg.svg);
        background-size: cover;
        background-repeat: no-repeat;
        background-position: right center;
        z-index: -1
    }

    .services-detail-box-container h2 {
        margin-bottom: 53px
    }

.services-detail-box-item {
    display: flex;
    align-items: center;
    justify-content: center;
    height: auto;
    border: 1.5px solid rgba(33, 95, 172, .3);
    filter: drop-shadow(0px 4px 8px rgba(0, 0, 0, 0.1));
    border-radius: 5px;
    padding: 56px 27px
}

    .services-detail-box-item span {
        display: inline-block;
        position: relative;
    }

    .services-detail-box-item:hover {
        cursor: pointer;
    }

        .services-detail-box-item:hover span {
            color: #fff;
        }

    .services-detail-box-item span::before {
        content: '';
        position: absolute;
        left: 0;
        bottom: 0;
        width: 100%;
        background-color: #001331;
        height: 100%;
        z-index: -1;
        visibility: hidden;
    }

    .services-detail-box-item:hover span::before {
        visibility: visible;
    }

    .services-detail-box-item p {
        color: #333;
        opacity: .8;
        font-weight: 500;
        font-size: 16px;
        line-height: 26px;
        text-align: center;
        margin-bottom: unset
    }

.services-detail-badge-container {
    background-color: #001331;
    padding-top: 70px;
    padding-bottom: 70px
}

.services-detail-badge-left {
    max-width: 464px
}

    .services-detail-badge-left h2 {
        letter-spacing: .4em;
        color: #fff;
        font-weight: 500;
        font-size: 20px;
        line-height: 24px;
        margin-bottom: 60px
    }

    .services-detail-badge-left p {
        font-weight: 400;
        font-size: 16px;
        line-height: 26px;
        color: #fff
    }

.services-detail-slider-container {
    padding-top: 150px;
    padding-bottom: 250px
}

    .services-detail-slider-container h2 {
        margin-bottom: 100px
    }

.services-detail-slider-inner {
    position: relative;
    margin-left: 15%
}

    .services-detail-slider-inner .swiper-slide {
        display: flex;
        align-items: flex-start
    }

    .services-detail-slider-inner .swiper-slide-content {
        padding-left: 40px
    }

    .services-detail-slider-inner .swiper-slide-content-numbers {
        display: flex;
        align-items: center;
        margin-bottom: 30px
    }

    .services-detail-slider-inner .swiper-slide-content-numbers-circle {
        display: flex;
        align-items: center;
        justify-content: center;
        width: 45px;
        height: 45px;
        border-radius: 50%;
        border: 1px solid #3d7cc9;
        font-weight: 700;
        font-size: 16px;
        line-height: 20px;
        color: #000
    }

    .services-detail-slider-inner .swiper-slide-content-numbers p {
        margin-bottom: unset;
        text-transform: uppercase;
        letter-spacing: .3em;
        margin-left: 16px;
        color: #000;
        font-weight: 700;
        font-size: 14px;
        line-height: 20px
    }

        .services-detail-slider-inner .swiper-slide-content-numbers p span {
            display: block
        }

    .services-detail-slider-inner .swiper-slide-content-title {
        letter-spacing: .25em;
        color: #000;
        font-weight: 700;
        font-size: 24px;
        line-height: 40px;
        display: -webkit-box;
        -webkit-line-clamp: 3;
        -webkit-box-orient: vertical;
        overflow: hidden;
        margin-bottom: 30px
    }

    .services-detail-slider-inner .swiper-slide-content-text {
        color: #000;
        letter-spacing: .1em;
        font-weight: 400;
        font-size: 14px;
        line-height: 25px;
        margin-bottom: 30px
    }

    .services-detail-slider-inner .swiper-nav {
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        display: flex;
        align-items: center;
        justify-content: center;
        width: 60px;
        height: 60px;
        border-radius: 50%;
        background-color: rgba(166, 165, 165, .7);
        z-index: 99
    }

        .services-detail-slider-inner .swiper-nav i {
            color: #fff
        }

    .services-detail-slider-inner .swiper-nav-right {
        background-color: rgba(0, 0, 0, .7);
        right: 10%
    }

    .services-detail-slider-inner .swiper-nav-left {
        left: -10%
    }

.about-background {
    background: linear-gradient(0deg, rgba(255, 255, 255, 0.2), rgba(255, 255, 255, 0.2)), url(../img/upload/home-about-background.png), #d9d9d9;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    height: 587px;
    width: 100%;
    position: absolute;
    z-index: -1
}

    .about-background::before {
        content: "";
        position: absolute;
        background-image: url(../img/svg/about-bg.svg);
        background-position: center center;
        background-repeat: no-repeat;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0
    }

.about-container {
    position: relative
}

.about-wrapper {
    padding-top: 70px;
    padding-bottom: 120px
}

.about-left h1 {
    letter-spacing: .2em;
    text-transform: uppercase;
    color: #333;
    font-weight: 600;
    font-size: 32px;
    line-height: 39px;
    margin-bottom: 26px
}

.about-left p {
    color: #333;
    font-weight: 500;
    font-size: 20px;
    line-height: 32px;
    margin-bottom: 88px;
    max-width: 375px
}

.about-left-content {
    background-color: #fff;
    padding: 40px;
    margin-bottom: 65px
}

    .about-left-content p {
        font-weight: 400;
        font-size: 16px;
        line-height: 35px;
        margin-bottom: 40px;
        max-width: 100%
    }

        .about-left-content p:last-child {
            margin-bottom: unset
        }

.about-left-statistics-list {
    display: flex;
    align-items: center;
    justify-content: center
}

    .about-left-statistics-list:not(:last-child) {
        margin-bottom: 60px
    }

.about-left-statistics-list-item {
    display: flex;
    align-items: center;
    justify-content: center
}

    .about-left-statistics-list-item:last-child {
        margin-left: 150px
    }

    .about-left-statistics-list-item p {
        color: #1f5fac;
        margin-bottom: unset
    }

        .about-left-statistics-list-item p:first-child {
            letter-spacing: -0.02em;
            font-weight: 600;
            font-size: 59.8646px;
            line-height: 44px;
            margin-right: 12px
        }

        .about-left-statistics-list-item p:last-child {
            font-weight: 500;
            font-size: 24.9436px;
            line-height: 31px
        }

            .about-left-statistics-list-item p:last-child span {
                display: block
            }

.about-right {
    display: flex;
    justify-content: flex-end
}

.footer {
    position: relative;
    padding-bottom: 60px
}

    .footer::before {
        content: "";
        position: absolute;
        bottom: 0;
        width: 100%;
        height: 640px;
        background-color: #1e3755;
        z-index: -1
    }

.footer-wrapper {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: repeat(2, 1fr)
}

.footer-wrapper-text {
    grid-row-start: 1;
    grid-row-end: 2;
    grid-column-start: 1;
    grid-column-end: 2;
    padding-top: 66px;
    width: 75%
}

    .footer-wrapper-text h4 {
        font-weight: 700;
        font-size: 40px;
        line-height: 49px;
        color: #231d4f;
        margin-bottom: 40px
    }

    .footer-wrapper-text p {
        font-weight: 500;
        font-size: 16px;
        line-height: 32px;
        color: #333;
        opacity: .5;
        margin-bottom: 20px
    }

.footer-wrapper-form {
    grid-row-start: 1;
    grid-row-end: 3;
    grid-column-start: 2;
    grid-column-end: 3;
    background: #eaedf4;
    border-radius: 20px;
    padding: 40px
}

    .footer-wrapper-form p {
        font-weight: 600;
        font-size: 22px;
        line-height: 25px;
        color: #5f6377;
        margin-bottom: 46px
    }

    .footer-wrapper-form .item {
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        justify-content: flex-start;
        margin-bottom: 20px
    }

    .footer-wrapper-form .item-text {
        font-weight: 400;
        font-size: 14px;
        line-height: 21px;
        color: #22221f;
        margin-top: 40px;
        margin-bottom: 20px
    }

        .footer-wrapper-form .item-text a {
            color: #005db9
        }

    .footer-wrapper-form .item label {
        color: #231d4f;
        font-weight: 600;
        font-size: 14px;
        line-height: 21px;
        margin-bottom: 7px
    }

    .footer-wrapper-form .item input,
    .footer-wrapper-form .item select,
    .footer-wrapper-form .item textarea {
        width: 100%;
        outline: none;
        background: #fff;
        border: 1px solid #fff;
        border-radius: 5px;
        height: 48px;
        color: #a5a5a5;
        font-weight: 400;
        font-size: 16px;
        line-height: 28px;
        padding-left: 16px
    }

        .footer-wrapper-form .item input::-moz-placeholder,
        .footer-wrapper-form .item select::-moz-placeholder,
        .footer-wrapper-form .item textarea::-moz-placeholder {
            color: #a5a5a5;
            font-weight: 400;
            font-size: 16px;
            line-height: 28px
        }

        .footer-wrapper-form .item input::placeholder,
        .footer-wrapper-form .item select::placeholder,
        .footer-wrapper-form .item textarea::placeholder {
            color: #a5a5a5;
            font-weight: 400;
            font-size: 16px;
            line-height: 28px
        }

    .footer-wrapper-form .item select {
        -webkit-appearance: none;
        -moz-appearance: none;
        appearance: none
    }

    .footer-wrapper-form .item textarea {
        resize: none;
        height: 120px
    }

    .footer-wrapper-form .check {
        display: flex;
        align-items: flex-start;
        margin-bottom: 20px
    }

        .footer-wrapper-form .check input {
            display: none
        }

            .footer-wrapper-form .check input:checked + .cb i {
                visibility: visible
            }

        .footer-wrapper-form .check .cb {
            display: inline-flex;
            align-items: center;
            justify-content: center;
            min-width: 1rem;
            min-height: 1rem;
            border: 1px solid #d6d2cc;
            border-radius: 2px;
            position: relative;
            margin-right: 6px
        }

            .footer-wrapper-form .check .cb i {
                position: absolute;
                top: 50%;
                left: 50%;
                transform: translate(-50%, -50%);
                color: #3e63bf;
                font-size: 13px;
                visibility: hidden
            }

        .footer-wrapper-form .check span {
            opacity: .8;
            font-style: normal;
            font-weight: 400;
            font-size: 14px;
            line-height: 21px;
            color: #5f6377
        }

            .footer-wrapper-form .check span a {
                color: #5f6377
            }

/* .footer-wrapper-form button {
        margin-top: 40px;
        padding: 11px 66px;
        background-color: #3e63bf;
        border-radius: 5px;
        color: #fff;
        font-weight: 600;
        font-size: 18px;
        line-height: 28px;
        border: none;
        outline: none
    }*/

.footer-wrapper-list {
    padding-top: 60px;
    padding-bottom: 60px;
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    padding-right: 100px;
    grid-row-start: 2;
    grid-row-end: 3;
    grid-column-start: 1;
    grid-column-end: 2
}

    .footer-wrapper-list .title {
        letter-spacing: .2em;
        text-transform: uppercase;
        color: #fff;
        font-weight: 700;
        font-size: 16px;
        line-height: 20px;
        margin-bottom: 20px;
        cursor: pointer
    }

    .footer-wrapper-list .subtitle {
        text-decoration: none;
        color: #fff;
        font-weight: 400;
        font-size: 14px;
        line-height: 17px;
        display: block;
        margin-bottom: 20px
    }

    .footer-wrapper-list .page-list {
        margin-bottom: 60px
    }

    .footer-wrapper-list .social {
        display: flex;
        align-items: center;
        justify-content: flex-start
    }

        .footer-wrapper-list .social p {
            margin-bottom: unset;
            font-weight: 200;
            font-size: 14px;
            line-height: 17px;
            color: #fff;
            margin-right: 5px
        }

        .footer-wrapper-list .social a {
            display: flex;
            align-items: center;
            justify-content: center;
            border-radius: 50%;
            -webkit-backdrop-filter: blur(5px);
            backdrop-filter: blur(5px);
            background-color: rgba(255, 255, 255, .14);
            width: 36px;
            height: 36px;
            text-decoration: none
        }

            .footer-wrapper-list .social a i {
                color: #fff
            }

    .footer-wrapper-list ul {
        list-style-type: none
    }

        .footer-wrapper-list ul li {
            margin-bottom: 15px
        }

            .footer-wrapper-list ul li a {
                font-weight: 200;
                font-size: 14px;
                line-height: 17px;
                color: #fff;
                text-decoration: none
            }
    .footer-wrapper-list .footer-wrapper-list .contact-title {
        text-decoration: none;
        color: inherit;
    }
    @media(max-width: 767px) {
        .page-wrapper {
        margin-top: 2rem;
        margin-bottom: 0;
    }

    .mpr-0 {
        padding-right: 0
    }

    .dmb-6 {
        margin-bottom: 15px !important
    }

    .search {
        width: 32px;
        height: 32px
    }

        .search i {
            color: #1f5fac
        }

    .search-wrapper {
        margin-left: unset;
        margin-right: 21px
    }

    .search-input {
        width: 200px
    }

        .search-input input {
            width: 60%
        }

    .search-container {
        padding-top: 105px;
        margin-bottom: 30px
    }

        .search-container h4 {
            font-size: 24px;
            line-height: 29px;
            margin-bottom: 40px
        }

    .search-result-container h4 {
        font-size: 14px;
        line-height: 32px
    }

    .search-result-wrapper {
        flex-direction: column
    }

    .search-result-wrapper-image {
        width: 100%;
        margin-bottom: 14px
    }

        .search-result-wrapper-image a {
            display: block
        }

        .search-result-wrapper-image img {
            width: 100%
        }

    .search-result-wrapper-content {
        margin-left: unset;
        padding-bottom: 20px
    }

        .search-result-wrapper-content p {
            font-size: 14px;
            line-height: 25px
        }

        .search-result-wrapper-content a {
            display: inline-flex
        }

    .search-result-slider-container {
        margin-bottom: 130px
    }

        .search-result-slider-container h4 {
            text-align: center;
            font-size: 18px;
            line-height: 22px;
            margin-bottom: 40px
        }

    .main-title {
        font-size: 18px;
        line-height: 22px
    }

    .header {
        position: sticky;
    }

        .header .container {
            padding: 0
        }

    .header-other {
        box-shadow: unset
    }

        .header-other .header-wrapper {
            padding-top: 10px;
            padding-bottom: 10px
        }

            .header-other .header-wrapper .search {
                background: none
            }

                .header-other .header-wrapper .search i {
                    color: #005db9
                }

    .header-wrapper {
        background-color: #fff;
        box-shadow: 0px 2px 8px rgba(51, 51, 51, .1);
        padding-right: var(--bs-gutter-x, 0.75rem);
        padding-left: var(--bs-gutter-x, 0.75rem);
        padding-top: 10px;
        padding-bottom: 10px
    }

        .header-wrapper .nav {
            display: none
        }

    .home-banner {
        position: relative
    }

    .home-banner-background {
        height: 375px
    }

    .home-banner-content {
        left: 1rem;
        right: 1rem;
        top: 60%;
        transform: translateY(-60%)
    }

        .home-banner-content h1 {
            font-size: 30px;
            line-height: 37px
        }

            .home-banner-content h1 span {
                display: inline-block
            }

        .home-banner-content p {
            font-size: 16px
        }

    .home-statistics-container {
        padding-top: 62px;
        padding-bottom: 60px
    }

    .home-statistics-item {
        margin-bottom: 23px
    }

        .home-statistics-item p:first-child {
            font-size: 35px
        }

        .home-statistics-item p:last-child {
            font-size: 15px;
            line-height: 19.5px
        }

    .home-about-container {
        padding-top: 40px;
        padding-bottom: 43px
    }

        .home-about-container::before {
            background-size: contain
        }

    .home-about-content {
        margin-bottom: 40px;
        margin-left: unset;
    }

        .home-about-content h4 {
            font-size: 18px;
            line-height: 22px;
            letter-spacing: .4em;
            margin-bottom: 20px
        }

        .home-about-content p {
            font-size: 14px;
            width: 90%;
            margin-bottom: 20px
        }

    .home-about-slider img {
        width: 100%
    }

    .home-product-container {
        padding-bottom: 120px
    }

        .home-product-container h2 {
            margin-bottom: 84px
        }

        .home-product-container .swiper-slide-content {
            padding: 14px
        }

            .home-product-container .swiper-slide-content p {
                font-size: 14px;
                line-height: 19px;
                width: 95%;
                margin-bottom: 41px
            }

    .home-reference-container {
        padding-top: 52px;
        padding-bottom: 52px
    }

        .home-reference-container h2 {
            margin-bottom: 40px
        }

    .home-services-container {
        padding-bottom: 50px
    }

        .home-services-container .container {
            padding-right: 0
        }

        .home-services-container h2 {
            margin-bottom: 50px
        }

        .home-services-container .nav {
            margin-bottom: 40px;
            flex-wrap: nowrap;
            justify-content: flex-start !important;
            overflow-x: auto
        }

            .home-services-container .nav::-webkit-scrollbar {
                display: none
            }

        .home-services-container .nav-item:not(:last-child) {
            margin-right: unset
        }

        .home-services-container .nav-link {
            font-size: 16px;
            line-height: 20px;
            white-space: nowrap
        }

        .home-services-container .tab-content {
            margin-left: unset
        }

        .home-services-container .tab-pane .swiper-container {
            padding-bottom: 40px
        }

        .home-services-container .tab-pane .swiper-nav {
            display: none
        }

        .home-services-container .tab-pane .swiper-slide {
            flex-direction: column
        }

        .home-services-container .tab-pane .swiper-slide-image img {
            width: 100%
        }

        .home-services-container .tab-pane .swiper-slide-content {
            padding: 16px;
            box-shadow: 0px 4px 8px rgba(0, 0, 0, .1);
            border-radius: 3px;
            width: 90%;
            margin-left: auto;
            margin-right: auto;
            margin-top: -42px;
            background-color: #fff
        }

        .home-services-container .tab-pane .swiper-slide-content-numbers {
            margin-bottom: 20px
        }

        .home-services-container .tab-pane .swiper-slide-content-numbers-circle {
            min-width: 35px;
            height: 35px;
            font-size: 14px;
            line-height: 17px
        }

        .home-services-container .tab-pane .swiper-slide-content-title {
            font-size: 16px;
            line-height: 28.8px;
            margin-bottom: 20px
        }

        .home-services-container .tab-pane .swiper-slide-content-text {
            margin-bottom: 20px
        }

    .home-footer-bottom-wrapper {
        padding-top: 30px;
        padding-bottom: 30px;
        flex-direction: column-reverse
    }

        .home-footer-bottom-wrapper ul {
            margin-bottom: 30px;
            flex-wrap: wrap;
            align-items: flex-start;
            justify-content: center;
            width: 100%
        }

            .home-footer-bottom-wrapper ul li {
                display: flex;
                align-items: center;
                justify-content: center;
                margin-bottom: 20px;
                flex: 0 0 45%
            }

                .home-footer-bottom-wrapper ul li:not(:last-child) {
                    margin-right: unset
                }

                .home-footer-bottom-wrapper ul li a {
                    font-size: 10px;
                    line-height: 12px
                }

        .home-footer-bottom-wrapper .copyright {
            font-size: 14px;
            line-height: 17px
        }

    .contact-banner-container {
        padding-top: unset
    }

        .contact-banner-container .container {
            padding: 0
        }

    .contact-content-container {
        margin-top: 30px;
        margin-bottom: 103px
    }

        .contact-content-container .content {
            margin-bottom: 40px
        }

        .contact-content-container .content-title {
            font-size: 18px;
            line-height: 22px
        }

        .contact-content-container .content-text {
            font-size: 16px;
            line-height: 20px
        }

            .contact-content-container .content-text span {
                display: inline-block
            }

        .contact-content-container .content-item:last-child {
            margin-bottom: unset
        }

        .contact-content-container .content-item span {
            width: 40px;
            height: 40px
        }

            .contact-content-container .content-item span img {
                max-width: 18px;
                max-height: 18px
            }

        .contact-content-container .content-item a {
            font-size: 16px;
            line-height: 20px
        }

    .success-container {
        height: calc(100vh - 60px);
        margin-bottom: 30px
    }

    .success-wrapper h2 {
        font-size: 60px;
        line-height: 72px;
        margin-bottom: 10px
    }

    .success-wrapper p {
        width: 100%;
        margin-bottom: 30px;
        font-size: 14px;
        line-height: 19.6px
    }

    .product-banner-container {
        padding-top: 40px;
        padding-bottom: 40px
    }

    .product-banner-left {
        align-items: center;
        justify-content: center;
        max-width: 100%
    }

        .product-banner-left h1 {
            font-size: 24px;
            line-height: 29px;
            letter-spacing: .2em;
            text-align: center
        }

        .product-banner-left .title {
            border-bottom: unset;
            font-size: 16px;
            text-align: center;
            padding-bottom: unset;
            margin-bottom: 26px
        }

    .product-banner-left-mobile-image {
        padding-bottom: 26px;
        border-bottom: 1px solid rgba(51, 51, 51, .3)
    }

    .product-banner-left .subtitle {
        margin-top: 26px;
        margin-bottom: 26px
    }

    .product-list-container {
        padding-bottom: 50px
    }

    .product-list-wrapper {
        flex-direction: column-reverse
    }

    .product-list-right {
        padding-left: unset;
        margin-bottom: 40px
    }

    .product-list-right-item:not(:last-child) {
        margin-bottom: 17px
    }

    .product-list-right-item span {
        width: 40px;
        height: 40px;
        font-size: 14px;
        line-height: 17px
    }

    .product-list-right-item p {
        width: 100%;
        font-size: 16px;
        line-height: 20px
    }

    .product-should-container {
        padding-top: 42px
    }

        .product-should-container h2 {
            margin-bottom: 32px
        }

    .product-should-left {
        margin-bottom: 40px;
        width: 100%;
        padding-left: 16px
    }

        .product-should-left ul li {
            margin-bottom: 28px;
            font-size: 14px;
            line-height: 19.6px
        }

    .product-increase-container {
        padding-top: unset
    }

        .product-increase-container h2 {
            margin-bottom: 43px
        }

        .product-increase-container .swiper-slide {
            padding: 20px
        }

        .product-increase-container .swiper-slide-inner .title {
            font-size: 14px
        }

        .product-increase-container .swiper-slide-inner .text {
            font-size: 14px
        }

    .product-background::before {
        background: url(../img/svg/product-should-mobile-bg.svg);
        background-size: cover;
        background-repeat: no-repeat;
        height: 100%
    }

    .services-offering-container {
        padding-top: 30px;
        padding-bottom: 60px
    }

        .services-offering-container h2 {
            margin-bottom: 47px
        }

    .services-offering-list-item {
        margin-bottom: 20px
    }

        .services-offering-list-item:not(:last-child) {
            margin-bottom: 20px
        }

        .services-offering-list-item span {
            width: 40px;
            height: 40px
        }

        .services-offering-list-item p {
            font-size: 16px;
            line-height: 20px
        }

    .services-data-container {
        padding-top: 40px;
        padding-bottom: 30px
    }

    .services-data-left {
        max-width: 100%;
        margin-bottom: 25px
    }

        .services-data-left h1 {
            font-size: 24px;
            line-height: 29px
        }

        .services-data-left .title {
            font-size: 16px;
            line-height: 28.8px
        }

    .services-data-right .swiper-container {
        padding-bottom: 40px
    }

    .services-data-right .swiper-nav {
        display: none
    }

    .services-data-right .swiper-slide {
        flex-direction: column
    }

    .services-data-right .swiper-slide-image {
        width: 100%
    }

        .services-data-right .swiper-slide-image img {
            width: 100%
        }

    .services-data-right .swiper-slide-content {
        padding: 16px;
        box-shadow: 0px 4px 8px rgba(0, 0, 0, .1);
        border-radius: 3px;
        width: 90%;
        margin-left: auto;
        margin-right: auto;
        margin-top: -42px;
        background-color: #fff;
        height: 100%;
    }

    .services-data-right .swiper-slide-content-numbers {
        margin-bottom: 20px
    }

    .services-data-right .swiper-slide-content-numbers-circle {
        width: 35px;
        height: 35px;
        font-size: 14px;
        line-height: 17px
    }

    .services-data-right .swiper-slide-content-title {
        font-size: 16px;
        line-height: 28.8px;
        margin-bottom: 20px
    }

    .services-detail-banner-content {
        left: 16px;
        right: 16px
    }

        .services-detail-banner-content h1 {
            font-size: 20px;
            line-height: 20px;
            margin-bottom: 55px;
            margin-top: 80px
        }

    .services-detail-banner-left {
        max-width: 100%;
        margin-bottom: 40px
    }

        .services-detail-banner-left p {
            font-size: 18px;
            line-height: 32.4px
        }

    .services-detail-banner-right {
        padding: 16px;
        background-color: #fff
    }

        .services-detail-banner-right p {
            color: #333;
            font-size: 14px;
            line-height: 26px
        }

    .services-detail-box-container {
        padding-top: 155px;
        padding-bottom: 72px
    }

        .services-detail-box-container h2 {
            margin-bottom: 34px
        }

    .services-detail-box-wrapper {
        flex-wrap: nowrap;
        overflow-x: scroll;
        justify-content: flex-start !important
    }

        .services-detail-box-wrapper::-webkit-scrollbar {
            display: none
        }

    .services-detail-box-item {
        padding: 50px 11px
    }

        .services-detail-box-item p {
            font-size: 14px
        }

    .services-detail-badge-container {
        padding-bottom: 40px
    }

    .services-detail-badge-left {
        max-width: 100%;
        margin-bottom: 20px
    }

        .services-detail-badge-left h2 {
            font-size: 18px;
            line-height: 22px;
            margin-bottom: 40px
        }

        .services-detail-badge-left p {
            font-size: 14px
        }

    .services-detail-slider-container {
        padding-top: 62px;
        padding-bottom: 140px
    }

        .services-detail-slider-container h2 {
            margin-bottom: 54px
        }

    .services-detail-slider-inner {
        margin-left: unset
    }

        .services-detail-slider-inner .swiper-container {
            padding-bottom: 40px
        }

        .services-detail-slider-inner .swiper-nav {
            display: none
        }

        .services-detail-slider-inner .swiper-slide {
            flex-direction: column
        }

        .services-detail-slider-inner .swiper-slide-image {
            width: 100%
        }

            .services-detail-slider-inner .swiper-slide-image img {
                width: 100%
            }

        .services-detail-slider-inner .swiper-slide-content {
            padding: 16px;
            box-shadow: 0px 4px 8px rgba(0, 0, 0, .1);
            border-radius: 3px;
            width: 90%;
            margin-left: auto;
            margin-right: auto;
            margin-top: -42px;
            background-color: #fff
        }

        .services-detail-slider-inner .swiper-slide-content-numbers {
            margin-bottom: 20px
        }

        .services-detail-slider-inner .swiper-slide-content-numbers-circle {
            width: 35px;
            height: 35px;
            font-size: 14px;
            line-height: 17px
        }

        .services-detail-slider-inner .swiper-slide-content-title {
            font-size: 16px;
            line-height: 28.8px;
            margin-bottom: 20px
        }

        .services-detail-slider-inner .swiper-slide-content-text {
            margin-bottom: 20px
        }

    .about-background {
        height: 786px
    }

    .about-wrapper {
        padding-top: 40px;
        padding-bottom: 50px
    }

    .about-left h1 {
        font-size: 24px;
        line-height: 29px;
        margin-bottom: 20px
    }

    .about-left p {
        max-width: 100%;
        margin-bottom: 40px;
        font-size: 18px
    }

    .about-left-content {
        padding: 16px;
        margin-bottom: 20px
    }

        .about-left-content p {
            font-size: 14px;
            line-height: 26px;
            margin-bottom: 20px
        }

    .about-left-statistics-list {
        justify-content: space-evenly
    }

        .about-left-statistics-list:not(:last-child) {
            margin-bottom: 23px
        }

    .about-left-statistics-list-item:last-child {
        margin-left: 30px
    }

    .about-left-statistics-list-item p {
        margin-bottom: unset
    }

        .about-left-statistics-list-item p:first-child {
            font-size: 35px
        }

        .about-left-statistics-list-item p:last-child {
            font-size: 19px;
            line-height: 19.5px
        }

    .about-left-mobile-image {
        margin-bottom: 60px
    }

    .footer::before {
        height: 777px
    }

    .footer-wrapper {
        grid-template-rows: auto;
        grid-template-columns: auto
    }

    .footer-wrapper-text {
        grid-row-start: 1;
        grid-row-end: 2;
        grid-column-start: 1;
        grid-column-end: 2;
        width: 100%;
        padding-top: 22px
    }

        .footer-wrapper-text h4 {
            margin-bottom: 20px;
            font-size: 20px;
            line-height: 24px
        }

        .footer-wrapper-text p {
            font-size: 15px
        }

    .footer-wrapper-form {
        grid-row-start: 2;
        grid-row-end: 3;
        grid-column-start: 1;
        grid-column-end: 2;
        padding: 20px 18px
    }

        .footer-wrapper-form p {
            text-align: center;
            font-size: 18px;
            margin-bottom: 20px
        }

        .footer-wrapper-form .item-text {
            margin-top: 20px;
            margin-bottom: 10px;
            font-size: 12px;
            text-align: left
        }

        .footer-wrapper-form .check {
            align-items: center;
            margin-bottom: 10px
        }

            .footer-wrapper-form .check span {
                font-size: 12px
            }

        .footer-wrapper-form button {
            margin-top: 20px
        }

    .footer-wrapper-list {
        grid-row-start: 3;
        grid-row-end: 4;
        grid-column-start: 1;
        grid-column-end: 2;
        padding-right: unset;
        padding-bottom: unset;
        padding-top: 40px
    }

        .footer-wrapper-list .title {
            font-size: 14px;
            line-height: 17px;
            margin-bottom: 15px
        }

        .footer-wrapper-list .subtitle {
            font-size: 12px;
            line-height: 15px;
            margin-bottom: 10px
        }

        .footer-wrapper-list ul {
            display: none
        }

        .footer-wrapper-list .page-list {
            margin-bottom: 20px
        }

        .footer-wrapper-list .social p {
            font-size: 12px;
            line-height: 15px
        }

        .footer-wrapper-list .social a {
            width: 28px;
            height: 28px
        }
}


.button {
    margin-top: 40px;
    padding: 11px 66px;
    top: calc(50vh - 25px) !important;
    left: calc(50vw - 100px) !important;
    background-image: none !important;
    font-weight: 600;
    font-size: 18px;
    line-height: 28px;
    border: none !important;
    outline: none !important;
    background-color: #3e63bf !important;
    color: white !important;
    font-size: 18px !important;
    border-radius: 5px;
    cursor: pointer !important;
    transition: all 0.2s ease-out !important;
}


    .button:active {
        background-color: #dd4b4b;
    }

        .button:active::after {
            opacity: 0.3;
        }

.loading {
    border-radius: 50px;
    left: calc(50vw - 25px);
}

.button.loading::after {
    width: 40px;
    left: 5px;
    top: 12px;
    border-radius: 100%;
}

.spinner {
    display: block;
    width: 34px;
    height: 34px;
    top: 8px;
    left: calc(50% - 17px);
    background: transparent;
    box-sizing: border-box;
    border-top: 4px solid white;
    border-left: 4px solid transparent;
    border-right: 4px solid transparent;
    border-bottom: 4px solid transparent;
    border-radius: 100%;
    animation: spin 0.6s ease-out infinite;
}

@keyframes spin {
    100% {
        transform: rotate(360deg)
    }
}
