@charset "UTF-8";
/*-----------------------------------------------------------------------------------

    Theme Name: Buildnow 
    Author: wowtheme7
    Author URI: https://themeforest.net/user/wowtheme7/portfolio
    Description: "Buildnow - Construction HTML Template
    Version: 1.0.0

-----------------------------------------------------------------------------------

    TABLE OF CONTENTS
    -------------------------------------------------------------------------------

    01. Basic
        01.01 Mixins
        01.02 Variables
        01.03 Buttons
        01.04 Typography

    02. Template Section Styles
        02.01 About
        02.02 Animation
        02.03 Brand
        02.04 Contact
        02.05 CTA
        02.06 Shop
        02.07 FAQ
        02.08 Feature
        02.09 Footer
        02.10 Header
        02.11 Helping
        02.12 Hero
        02.13 Marquee
        02.14 MeanMenu
        02.15 News
        02.16 Preloader
        02.17 Pricing
        02.18 Section
        02.19 Service
        02.20 Team/Speaker
        02.21 Project
        02.22 Testimonial

-----------------------------------------------------------------------------------*/
/*----------------------------------------*/
/*  01. Basic
/*----------------------------------------*/
@import url("https://fonts.googleapis.com/css2?family=Unbounded:wght@200..900&amp;display=swap");
@import url("https://fonts.googleapis.com/css2?family=Barlow:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&amp;display=swap");
@import url("https://fonts.googleapis.com/css2?family=Manrope:wght@200..800&amp;display=swap");

:root {
    --body: #fff;
    --black: #000;
    --black2: #222222;
    --white: #fff;
    --theme: #F45B1E;
    --header: #1E2023;
    --text: #767676;
    --text-2: #5C6672B2;
    --text-3: #5C6672;
    --border: #1E202347;
    --bg: #1E2023;
    --bg-2: #D8D8D8;
    --bg-3: #F8F7F0;
    --box-shadow: 0px 1px 14px 0px rgba(0, 0, 0, 0.13);
}

.theme-btn-main {
    display: inline-flex;
    align-items: center;
    gap: 0;
    position: relative;
    transition: all 0.4s ease;
    text-transform: uppercase;
}

    .theme-btn-main.style-2 {
        background-color: var(--theme);
        padding: 7px 30px;
        padding-right: 7px;
    }

        .theme-btn-main.style-2 .theme-btn-arrow-left,
        .theme-btn-main.style-2 .theme-btn-arrow-right {
            width: 43px;
            height: 43px;
            background: var(--white);
            color: var(--theme);
        }

        .theme-btn-main.style-2 .theme-btn {
            background-color: transparent;
            padding: 0;
            margin-right: 17px;
            font-weight: 600;
        }

        .theme-btn-main.style-2:hover {
            padding-right: 30px;
            padding-left: 9px;
        }

            .theme-btn-main.style-2:hover .theme-btn {
                background-color: transparent;
            }

            .theme-btn-main.style-2:hover .theme-btn-arrow-left {
                left: 5px;
            }

    .theme-btn-main:hover .theme-btn-arrow-left {
        scale: 1;
    }

    .theme-btn-main:hover .theme-btn-arrow-right {
        scale: 0;
    }

    .theme-btn-main:hover .theme-btn {
        transform: translateX(56px);
    }

    .theme-btn-main .theme-btn-arrow-left,
    .theme-btn-main .theme-btn-arrow-right {
        width: 53px;
        height: 53px;
        display: inline-flex;
        align-items: center;
        justify-content: center;
        background: var(--theme);
        color: var(--white);
        transition: 0.4s;
        text-align: center;
    }

@media (max-width: 575px) {
    .theme-btn-main .theme-btn-arrow-left,
    .theme-btn-main .theme-btn-arrow-right {
        width: 48px;
        height: 48px;
    }
}

.theme-btn-main .theme-btn-arrow-left {
    scale: 0;
    position: absolute;
    left: 3px;
}

.theme-btn-main .theme-btn {
    background: var(--theme);
    color: var(--white);
    font-weight: 600;
    font-size: 16px;
    padding: 13px 30px;
    display: inline-flex;
    font-family: "Barlow", sans-serif;
    align-items: center;
    gap: 30px;
    transition: 0.4s;
}

@media (max-width: 575px) {
    .theme-btn-main .theme-btn {
        font-size: 14px;
        padding: 10px 25px;
    }
}

.theme-btn-main:hover .theme-btn {
    background-color: var(--header);
}

.theme-btn-main:hover .theme-btn-arrow-left,
.theme-btn-main:hover .theme-btn-arrow-right {
    background-color: var(--white);
}

.link-btn {
    color: var(--header);
    font-weight: 700;
    font-weight: "Barlow", sans-serif;
    text-decoration: underline;
    transition: all 0.4s ease-in-out;
}

    .link-btn i {
        margin-left: 15px;
    }

    .link-btn:hover {
        color: var(--theme);
    }

.theme-btn-2 {
    font-size: 16px;
    font-weight: 600;
    position: relative;
    z-index: 1;
    overflow: hidden;
    background-color: var(--theme);
    font-family: "Unbounded", sans-serif;
    padding: 18px 34px;
    color: var(--white);
    display: inline-block;
    vertical-align: middle;
    -webkit-appearance: none;
    border: none;
    outline: none !important;
    transition: all 0.4s ease-in-out;
    text-transform: uppercase;
}

@media (max-width: 575px) {
    .theme-btn-2 {
        font-size: 14px;
        padding: 12px 26px;
    }
}

.theme-btn-2 i {
    margin-left: 5px;
}

.theme-btn-2::before {
    content: "";
    height: 0px;
    width: 0px;
    background-color: var(--white);
    position: absolute;
    top: 50%;
    left: 50%;
    transition: all 0.5s ease-in-out;
    z-index: -1;
}

.theme-btn-2:hover {
    color: var(--header);
}

    .theme-btn-2:hover::before {
        height: 400px;
        width: 200%;
        top: -70%;
        left: -46%;
    }

/* --------------------------------------------
    Template Default Fonts & Fonts Styles
 ---------------------------------------------- */
body {
    font-family: "Barlow", sans-serif;
    font-size: 18px;
    font-weight: 500;
    line-height: 31px;
    color: var(--text);
    background-color: var(--white);
    padding: 0;
    margin: 0;
    overflow-x: hidden;
}

ul {
    padding: 0;
    margin: 0;
    list-style: none;
}

button {
    border: none;
    background-color: transparent;
    padding: 0;
}

input:focus {
    color: var(--white);
    outline: none;
}

input {
    color: var(--white);
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: "Unbounded", sans-serif;
    margin: 0px;
    padding: 0;
    color: var(--header);
    transition: all 0.4s ease-in-out;
}

h1 {
    font-size: 80px;
    font-weight: 900;
    line-height: 100%;
}

@media (max-width: 1600px) {
    h1 {
        font-size: 68px;
    }
}

@media (max-width: 1399px) {
    h1 {
        font-size: 40px;
    }
}

@media (max-width: 1199px) {
    h1 {
        font-size: 40px;
    }
}

@media (max-width: 991px) {
    h1 {
        font-size: 56px;
    }
}

@media (max-width: 767px) {
    h1 {
        font-size: 45px;
    }
}

@media (max-width: 575px) {
    h1 {
        font-size: 34px;
    }
}

@media (max-width: 470px) {
    h1 {
        font-size: 28px;
    }
}

h2 {
    font-size: 44px;
    font-weight: 700;
    line-height: 123%;
}

@media (max-width: 1399px) {
    h2 {
        font-size: 36px;
    }
}

@media (max-width: 1199px) {
    h2 {
        font-size: 36px;
    }
}

@media (max-width: 991px) {
    h2 {
        font-size: 34px;
    }
}

@media (max-width: 767px) {
    h2 {
        font-size: 28px;
    }
}

@media (max-width: 575px) {
    h2 {
        font-size: 25px;
    }
}

h3 {
    font-size: 32px;
    font-weight: 700;
    line-height: 98%;
}

@media (max-width: 1199px) {
    h3 {
        font-size: 20px;
    }
}

h4 {
    font-size: 28px;
    font-weight: 500;
    line-height: 98%;
}

@media (max-width: 1199px) {
    h4 {
        font-size: 20px;
    }
}

h5 {
    font-size: 18px;
    font-weight: 600;
    line-height: 222%;
}

h6 {
    font-size: 16px;
    font-weight: 600;
}

a {
    text-decoration: none;
    outline: none !important;
    cursor: pointer;
    color: var(--header);
    transition: all 0.4s ease-in-out;
}

p {
    margin: 0px;
    transition: all 0.4s ease-in-out;
}

span {
    margin: 0px;
}

/*----------------------------------------*/
/*  02. Template Section Styles
/*----------------------------------------*/
.about-left-item-style-1 .about-image {
    max-width: 702px;
    position: relative;
    z-index: 999;
    overflow: hidden;
}

@media (max-width: 1399px) {
    .about-left-item-style-1 .about-image {
        max-width: initial;
    }
}

.about-left-item-style-1 .about-image img {
    width: 100%;
    height: 100%;
}

.about-left-item-style-1 .client-item {
    display: flex;
    align-items: center;
    gap: 16px;
    margin-top: 40px;
    margin-left: 60px;
}

@media (max-width: 1399px) {
    .about-left-item-style-1 .client-item {
        margin-left: 0;
        margin-top: 30px;
    }
}

.about-content-style-1 .text {
    max-width: 621px;
    margin-top: 20px;
    margin-bottom: 30px;
}

.about-content-style-1 .about-box-item {
    position: relative;
    background-color: var(--header);
    padding: 40px 100px 40px 240px;
    margin-left: -300px;
    margin-top: 60px;
}

@media (max-width: 1600px) {
    .about-content-style-1 .about-box-item {
        margin-left: 0;
        padding: 30px;
        margin-top: 30px;
        padding: 40px 100px 40px 120px;
        margin-left: -115px;
    }
}

@media (max-width: 1399px) {
    .about-content-style-1 .about-box-item {
        margin-left: 0;
        padding: 30px;
        margin-top: 30px;
    }
}

.about-content-style-1 .about-box-item .nav {
    display: flex;
    gap: 20px;
    margin-bottom: 30px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.22);
    padding-bottom: 20px;
}

@media (max-width: 1399px) {
    .about-content-style-1 .about-box-item .nav {
        flex-wrap: wrap;
        gap: 20px;
        margin-bottom: 20px;
    }
}

.about-content-style-1 .about-box-item .nav li {
    font-size: 16px;
    font-weight: 500;
}

@media (max-width: 1199px) {
    .about-content-style-1 .about-box-item .nav li {
        font-size: 16px;
    }
}

.about-content-style-1 .about-box-item .nav li .nav-link {
    color: rgba(255, 255, 255, 0.46);
    transition: all 0.4s ease-in-out;
    line-height: 1;
    padding: 0;
}

    .about-content-style-1 .about-box-item .nav li .nav-link.active {
        position: relative;
        color: var(--theme);
        padding: 0;
    }

.about-content-style-1 .about-box-item .content p {
    color: var(--white);
    max-width: 704px;
    margin-bottom: 70px;
    font-size: 20px;
    font-weight: 600;
}

@media (max-width: 1399px) {
    .about-content-style-1 .about-box-item .content p {
        margin-bottom: 30px;
        font-size: 16px;
    }
}

.about-content-style-1 .about-box-item .content h6 {
    color: rgba(255, 255, 255, 0.57);
    text-transform: uppercase;
    font-family: "Barlow", sans-serif;
}

.about-content-style-1 .about-box-item .content .icon-item {
    display: flex;
    align-items: center;
    gap: 30px;
    margin-top: 20px;
}

    .about-content-style-1 .about-box-item .content .icon-item h2 {
        color: var(--white);
    }

.about-content-style-1 .about-box-item .array-button {
    display: flex;
    align-items: center;
    gap: 12px;
    position: absolute;
    z-index: 999;
    bottom: 76px;
    right: 98px;
}

@media (max-width: 991px) {
    .about-content-style-1 .about-box-item .array-button {
        display: none;
    }
}

.about-content-style-1 .about-box-item .array-button .array-prev, .about-content-style-1 .about-box-item .array-button .array-next {
    width: 55px;
    height: 56px;
    line-height: 56px;
    text-align: center;
    color: var(--white);
    background-color: rgba(255, 255, 255, 0.4);
    transition: all 0.4s ease-in-out;
}

    .about-content-style-1 .about-box-item .array-button .array-prev:hover, .about-content-style-1 .about-box-item .array-button .array-next:hover {
        background-color: var(--theme);
        color: var(--white);
    }

.about-section {
    position: relative;
    z-index: 9;
}

    .about-section .shape1 {
        position: absolute;
        top: 0;
        right: 0;
        z-index: -1;
    }

@media (max-width: 1399px) {
    .about-section .shape1 {
        display: none;
    }
}

.counter-section {
    position: relative;
    z-index: 9;
}

    .counter-section .shape1 {
        position: absolute;
        top: 0;
        right: 0;
        z-index: -1;
    }

@media (max-width: 1399px) {
    .counter-section .shape1 {
        display: none;
    }
}

.about-content-styles-3 .text {
    max-width: 621px;
    margin-top: 20px;
    margin-bottom: 30px;
}

.about-content-styles-3 .pro-items {
    width: 100%;
    width: 621px;
}

@media (max-width: 1399px) {
    .about-content-styles-3 .pro-items {
        width: 100%;
    }
}

.about-content-styles-3 .pro-items:not(:last-child) {
    margin-bottom: 25px;
}

.about-content-styles-3 .pro-items .pro-head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 10px;
}

    .about-content-styles-3 .pro-items .pro-head .title {
        font-size: 16px;
        font-weight: 500;
        color: #43494D;
    }

    .about-content-styles-3 .pro-items .pro-head .point {
        font-size: 16px;
        font-weight: 700;
        color: var(--header);
        font-family: "Barlow", sans-serif;
        line-height: 1;
        position: relative;
        margin-bottom: 10px;
        display: inline-block;
    }

.about-content-styles-3 .pro-items .progress {
    border-radius: 2px;
    background: rgba(244, 91, 30, 0.18);
    justify-content: flex-start;
    align-items: center;
    position: relative;
    display: flex;
    height: 6px;
    width: 100%;
}

.about-content-styles-3 .pro-items .progress-value {
    animation: load 3s normal forwards;
    border-radius: 0;
    background: var(--theme);
    height: 6px;
    width: 0;
}

.about-content-styles-3 .pro-items .style-two {
    animation: load2 3s normal forwards;
}

@keyframes load {
    0% {
        width: 0;
    }

    100% {
        width: 90%;
    }
}

@keyframes load2 {
    0% {
        width: 0;
    }

    100% {
        width: 75%;
    }
}

.about-content-styles-3 .list-item {
    display: flex;
    align-items: center;
    gap: 70px;
    margin-top: 45px;
    margin-bottom: 45px;
}

@media (max-width: 1399px) {
    .about-content-styles-3 .list-item {
        margin-top: 30px;
        margin-bottom: 30px;
        flex-wrap: wrap;
        gap: 12px;
    }
}

.about-content-styles-3 .list-item .list li {
    color: var(--text);
}

    .about-content-styles-3 .list-item .list li i {
        margin-right: 5px;
        color: var(--theme);
    }

    .about-content-styles-3 .list-item .list li:not(:last-child) {
        margin-bottom: 12px;
    }

.about-content-styles-3 .about-box-item {
    background-color: var(--header);
    padding: 40px 100px 40px 240px;
    margin-left: -240px;
    margin-top: 60px;
}

@media (max-width: 1600px) {
    .about-content-styles-3 .about-box-item {
        margin-left: 0;
        padding: 30px;
        margin-top: 30px;
        padding: 40px 100px 40px 120px;
        margin-left: -115px;
    }
}

@media (max-width: 1399px) {
    .about-content-styles-3 .about-box-item {
        margin-left: 0;
        padding: 30px;
        margin-top: 30px;
    }
}

.about-content-styles-3 .about-box-item .nav {
    display: flex;
    gap: 20px;
    margin-bottom: 30px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.22);
    padding-bottom: 20px;
}

@media (max-width: 1399px) {
    .about-content-styles-3 .about-box-item .nav {
        flex-wrap: wrap;
        gap: 20px;
        margin-bottom: 20px;
    }
}

.about-content-styles-3 .about-box-item .nav li {
    font-size: 16px;
    font-weight: 500;
}

@media (max-width: 1199px) {
    .about-content-styles-3 .about-box-item .nav li {
        font-size: 16px;
    }
}

.about-content-styles-3 .about-box-item .nav li .nav-link {
    color: rgba(255, 255, 255, 0.46);
    transition: all 0.4s ease-in-out;
    line-height: 1;
    padding: 0;
}

    .about-content-styles-3 .about-box-item .nav li .nav-link.active {
        position: relative;
        color: var(--theme);
        padding: 0;
    }

.about-content-styles-3 .about-box-item .content p {
    color: var(--white);
    max-width: 704px;
    margin-bottom: 70px;
    font-size: 20px;
    font-weight: 600;
}

@media (max-width: 1399px) {
    .about-content-styles-3 .about-box-item .content p {
        margin-bottom: 30px;
        font-size: 16px;
    }
}

.about-content-styles-3 .about-box-item .content h6 {
    color: rgba(255, 255, 255, 0.57);
    text-transform: uppercase;
    font-family: "Barlow", sans-serif;
}

.about-content-styles-3 .about-box-item .content .icon-item {
    display: flex;
    align-items: center;
    gap: 30px;
    margin-top: 20px;
}

    .about-content-styles-3 .about-box-item .content .icon-item h2 {
        color: var(--white);
    }

.about-section .container-fluid {
    padding: 0 120px;
}

@media (max-width: 1899px) {
    .about-section .container-fluid {
        padding: 0 70px;
    }
}

@media (max-width: 1600px) {
    .about-section .container-fluid {
        padding: 0 50px;
    }
}

@media (max-width: 1399px) {
    .about-section .container-fluid {
        padding: 0 30px;
    }
}

@media (max-width: 575px) {
    .about-section .container-fluid {
        padding: 0 15px;
    }
}

.about-image-style-2 {
    position: relative;
    max-width: 704px;
}

@media (max-width: 1199px) {
    .about-image-style-2 {
        max-width: initial;
    }
}

.about-image-style-2 img {
    width: 100%;
    height: 100%;
}

.about-image-style-2 .box {
    background-color: var(--theme);
    padding: 40px;
    position: absolute;
    top: -70px;
    left: -100px;
    text-align: center;
}

@media (max-width: 1600px) {
    .about-image-style-2 .box {
        left: -10px;
    }
}

@media (max-width: 1399px) {
    .about-image-style-2 .box {
        display: none;
    }
}

.about-image-style-2 .box h2 {
    font-size: 42px;
    color: var(--white);
}

.about-image-style-2 .box p {
    font-weight: 700;
    color: var(--header);
    color: var(--white);
    text-transform: uppercase;
}

.about-content-style-2 {
    margin-left: 30px;
}

@media (max-width: 1399px) {
    .about-content-style-2 {
        margin-left: 0;
    }
}

.about-content-style-2 h4 {
    font-size: 24px;
    font-weight: 600;
    margin-bottom: 20px;
    text-transform: uppercase;
    line-height: 160%;
}

@media (max-width: 1399px) {
    .about-content-style-2 h4 {
        font-size: 20px;
    }

        .about-content-style-2 h4 br {
            display: none;
        }
}

.about-content-style-2 p {
    max-width: 100%;
    text-align: justify
}

.about-content-style-2 .list-item {
    display: flex;
    align-items: start;
    margin-top: 40px;
}

    .about-content-style-2 .list-item .list li {
        color: var(--text3);
    }

        .about-content-style-2 .list-item .list li i {
            margin-right: 8px;
            color: var(--theme);
        }

        .about-content-style-2 .list-item .list li:not(:last-child) {
            margin-bottom: 10px;
        }

    .about-content-style-2 .list-item .impact-image {
        max-width: 456px;
        overflow: hidden;
    }

@media (max-width: 1399px) {
    .about-content-style-2 .list-item .impact-image {
        max-width: initial;
    }
}

.about-content-style-2 .list-item .impact-image img {
    width: 100%;
    height: 100%;
}

.about-content-style-2 .circle {
    margin-top: 0px;
    margin-left: 50px;
}

@media (max-width: 1199px) {
    .about-content-style-2 .circle {
        margin-left: 0;
        margin-top: 30px;
    }
}

.about-content-style-2 .circle .circle-image {
    position: relative;
    display: inline-block;
}

    .about-content-style-2 .circle .circle-image img {
        display: block;
        animation: spin 15s linear infinite;
    }

    .about-content-style-2 .circle .circle-image h3 {
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        color: var(--theme);
        font-size: 30px;
        font-weight: 700;
        pointer-events: none;
    }

.about-section-2 {
    position: relative;
}

    .about-section-2 .top-section {
        display: flex;
        gap: 140px;
        margin-bottom: 48px;
    }

@media (max-width: 1399px) {
    .about-section-2 .top-section {
        flex-wrap: wrap;
        gap: 0px;
        margin-bottom: 30px;
    }
}

.about-section-2 .right-shape {
    position: absolute;
    right: 240px;
    top: 0;
}

.about-section-2 .bottom-shape {
    bottom: 0;
    right: 0;
    position: absolute;
}


.about-left-item-style-5 .left-content {
    margin-left: 117px;
}

@media (max-width: 1600px) {
    .about-left-item-style-5 .left-content {
        margin-left: 90px;
    }
}

@media (max-width: 1399px) {
    .about-left-item-style-5 .left-content {
        margin-left: 0;
    }
}

.about-left-item-style-5 .left-content .text {
    max-width: 621px;
    margin-top: 20px;
    margin-bottom: 30px;
}

.about-left-item-style-5 .about-image {
    max-width: 528px;
    position: relative;
    z-index: 999;
    overflow: hidden;
    margin-top: 70px;
}

@media (max-width: 1399px) {
    .about-left-item-style-5 .about-image {
        max-width: initial;
        margin-top: 30px;
    }
}

.about-left-item-style-5 .about-image img {
    width: 100%;
    height: 100%;
}

.about-content-style-5 {
    margin-top: 260px;
}

@media (max-width: 1600px) {
    .about-content-style-5 {
        margin-top: 280px;
    }
}

@media (max-width: 1399px) {
    .about-content-style-5 {
        margin-top: 0;
    }
}

.about-content-style-5 .about-box-item {
    background-color: var(--header);
    padding: 60px 60px 60px 70px;
    margin-left: -255px;
    z-index: 999;
    position: relative;
}

@media (max-width: 1600px) {
    .about-content-style-5 .about-box-item {
        margin-left: -220px;
    }
}

@media (max-width: 1399px) {
    .about-content-style-5 .about-box-item {
        margin-left: 0;
        padding: 30px;
        margin-top: 30px;
    }
}

.about-content-style-5 .about-box-item .nav {
    display: flex;
    gap: 20px;
    margin-bottom: 50px;
}

@media (max-width: 1399px) {
    .about-content-style-5 .about-box-item .nav {
        flex-wrap: wrap;
        gap: 20px;
        margin-bottom: 20px;
    }
}

.about-content-style-5 .about-box-item .nav li {
    font-size: 16px;
    font-weight: 500;
}

@media (max-width: 1199px) {
    .about-content-style-5 .about-box-item .nav li {
        font-size: 16px;
    }
}

.about-content-style-5 .about-box-item .nav li .nav-link {
    color: rgba(255, 255, 255, 0.46);
    transition: all 0.4s ease-in-out;
    line-height: 1;
    padding: 0;
}

    .about-content-style-5 .about-box-item .nav li .nav-link.active {
        position: relative;
        color: var(--theme);
        padding: 0;
    }

.about-content-style-5 .about-box-item .content p {
    color: var(--white);
    max-width: 704px;
    margin-bottom: 70px;
    font-size: 20px;
    font-weight: 600;
}

@media (max-width: 1399px) {
    .about-content-style-5 .about-box-item .content p {
        margin-bottom: 30px;
        font-size: 16px;
    }
}

.about-content-style-5 .about-box-item .content .list-item {
    display: flex;
    align-items: center;
    gap: 70px;
    margin-top: 70px;
}

@media (max-width: 1399px) {
    .about-content-style-5 .about-box-item .content .list-item {
        margin-top: 30px;
        flex-wrap: wrap;
        gap: 12px;
    }
}

.about-content-style-5 .about-box-item .content .list-item .list li {
    color: var(--white);
}

    .about-content-style-5 .about-box-item .content .list-item .list li i {
        margin-right: 5px;
        color: var(--theme);
    }

    .about-content-style-5 .about-box-item .content .list-item .list li:not(:last-child) {
        margin-bottom: 12px;
    }

.about-section-5 {
    position: relative;
}

    .about-section-5 .container-fluid {
        padding: 0 230px;
    }

@media (max-width: 1899px) {
    .about-section-5 .container-fluid {
        padding: 0 70px;
    }
}

@media (max-width: 1600px) {
    .about-section-5 .container-fluid {
        padding: 0 50px;
    }
}

@media (max-width: 1399px) {
    .about-section-5 .container-fluid {
        padding: 0 30px;
    }
}

@media (max-width: 575px) {
    .about-section-5 .container-fluid {
        padding: 0 15px;
    }
}

.about-section-5 .right-shape {
    position: absolute;
    right: 200px;
    top: 0px;
}

@media (max-width: 1600px) {
    .about-section-5 .right-shape {
        display: none;
    }
}

.about-section-5 .count-box {
    padding: 40px 45px 80px;
    text-align: center;
    clip-path: polygon(100% 0, 100% 24%, 100% 100%, 50% 87%, 46% 88%, 0 100%, 0 0);
    background-color: var(--theme);
    position: absolute;
    right: 513px;
    top: 170px;
    z-index: 99999;
}

@media (max-width: 1600px) {
    .about-section-5 .count-box {
        right: 300px;
        top: 200px;
    }
}

@media (max-width: 1399px) {
    .about-section-5 .count-box {
        display: none;
    }
}

.about-section-5 .count-box h2 {
    font-size: 42px;
    font-weight: 700;
    color: var(--white);
    margin-top: 10px;
    margin-bottom: 5px;
}

.about-section-5 .count-box p {
    color: var(--white);
    text-transform: uppercase;
    font-weight: 700;
}

.about-company-wrapper-4 {
    text-align: center;
    max-width: 1224px;
    margin: 0 auto;
}

    .about-company-wrapper-4 .theme-btn-main {
        margin-top: 30px;
    }

.actually-area {
    height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
}

@media (max-width: 1199px) {
    .actually-area {
        height: initial;
        padding: 100px 0;
    }

        .actually-area br {
            display: none;
        }
}

.about-company-section-4 {
    position: relative;
}

    .about-company-section-4 .shape-1 {
        position: absolute;
        bottom: 10px;
        left: 0;
    }

@media (max-width: 1199px) {
    .about-company-section-4 .shape-1 {
        display: none;
    }
}

.about-company-section-4 .shape-2 {
    position: absolute;
    top: 100px;
    right: 90px;
}

@media (max-width: 1199px) {
    .about-company-section-4 .shape-2 {
        display: none;
    }
}

.about-section-4 {
    margin-left: 30px;
}

@media (max-width: 1399px) {
    .about-section-4 {
        margin-right: 20px;
    }
}

@media (max-width: 1199px) {
    .about-section-4 {
        margin-left: 20px;
    }
}

.about-image-left-4 img {
    width: 100%;
    height: 100%;
}

.about-right-content-4 {
    margin-left: 40px;
}

@media (max-width: 1199px) {
    .about-right-content-4 {
        margin-left: 0;
    }
}

.about-right-content-4 .list-item {
    display: flex;
    align-items: center;
    gap: 64px;
    margin-top: 25px;
}

@media (max-width: 1899px) {
    .about-right-content-4 .list-item {
        gap: 40px;
    }
}

@media (max-width: 1399px) {
    .about-right-content-4 .list-item {
        flex-wrap: wrap;
        gap: 15px;
    }
}

@media (max-width: 1199px) {
    .about-right-content-4 .list-item {
        gap: 30px;
    }
}

@media (max-width: 767px) {
    .about-right-content-4 .list-item {
        display: block;
    }
}

.about-right-content-4 .list-item .list li {
    display: flex;
    align-items: center;
    gap: 8px;
}

    .about-right-content-4 .list-item .list li i {
        color: var(--theme);
    }

    .about-right-content-4 .list-item .list li:not(:last-child) {
        margin-bottom: 15px;
    }

@media (max-width: 767px) {
    .about-right-content-4 .list-item .about-image {
        margin-top: 30px;
    }
}

.about-right-content-4 .list-item .about-image img {
    width: 100%;
    height: 100%;
}

.about-right-content-4 .about-bottom-items {
    display: flex;
    align-items: center;
    gap: 50px;
    margin-top: 30px;
}

@media (max-width: 1199px) {
    .about-right-content-4 .about-bottom-items {
        flex-wrap: wrap;
        gap: 20px;
    }
}

.about-right-content-4 .about-bottom-items .client-info {
    display: flex;
    align-items: center;
    gap: 20px;
}

@media (max-width: 575px) {
    .about-right-content-4 .about-bottom-items .client-info {
        flex-wrap: wrap;
        gap: 10px;
    }
}

.about-right-content-4 .about-bottom-items .client-info p {
    max-width: 172px;
}

.about-feature-box-4 {
    background-color: rgb(248, 247, 240);
    padding: 40px 30px;
}

    .about-feature-box-4 .top-icon-area {
        display: flex;
        align-items: center;
        gap: 20px;
    }

        .about-feature-box-4 .top-icon-area h4 {
            font-size: 20px;
            font-weight: 700;
        }

    .about-feature-box-4:hover .top-icon-area .icon {
        animation: wobble 1.5s ease-in-out;
    }

.about-wrapper-7 {
    margin-top: 80px;
}

.about-left-items-7 {
    position: relative;
}

@media (max-width: 1199px) {
    .about-left-items-7 {
        margin: 0 auto;
        max-width: 650px;
    }
}

.about-left-items-7 img {
    width: 100%;
    height: 100%;
}

.about-left-items-7 .about-sm-thumb {
    max-width: 282px;
    position: absolute;
    top: -90px;
    right: -130px;
}

@media (max-width: 1199px) {
    .about-left-items-7 .about-sm-thumb {
        right: 20px;
    }
}

.about-middle-content-7 {
    margin-left: 130px;
    text-align: center;
}

@media (max-width: 1199px) {
    .about-middle-content-7 {
        margin-left: 0;
        max-width: 670px;
        margin: 0 auto;
    }
}

@media (max-width: 1600px) {
    .about-middle-content-7 .section-title h2 {
        font-size: 32px;
    }
}

@media (max-width: 1399px) {
    .about-middle-content-7 .section-title h2 {
        font-size: 26px;
    }
}

@media (max-width: 1199px) {
    .about-middle-content-7 .section-title h2 {
        font-size: 36px;
    }
}

@media (max-width: 991px) {
    .about-middle-content-7 .section-title h2 {
        font-size: 34px;
    }
}

@media (max-width: 767px) {
    .about-middle-content-7 .section-title h2 {
        font-size: 28px;
    }
}

@media (max-width: 575px) {
    .about-middle-content-7 .section-title h2 {
        font-size: 25px;
    }
}

.about-middle-content-7 .client-image {
    margin-bottom: 20px;
}

@media (max-width: 1199px) {
    .about-right-image {
        margin: 0 auto;
        max-width: 650px;
    }
}

.about-right-image img {
    width: 100%;
    height: 100%;
}

.about-bottom-area-7 {
    margin-top: 20px;
    margin-right: -50px;
}

@media (max-width: 1199px) {
    .about-bottom-area-7 {
        margin-right: 0;
    }
}

.about-bottom-area-7 .about-thumb-7 {
    margin-top: 30px;
}

    .about-bottom-area-7 .about-thumb-7 img {
        width: 100%;
        height: 100%;
    }

.about-bottom-area-7 .about-middle-area {
    text-align: center;
    margin-left: 20px;
    margin-right: 20px;
}

@media (max-width: 1199px) {
    .about-bottom-area-7 .about-middle-area {
        margin-right: 0;
        margin-left: 0;
    }
}

.about-bottom-area-7 .about-middle-area .counter-area {
    display: flex;
    align-items: center;
    justify-content: space-between;
    text-align: center;
}

@media (max-width: 1199px) {
    .about-bottom-area-7 .about-middle-area .counter-area {
        flex-wrap: wrap;
        gap: 30px;
        justify-content: center;
    }
}

.about-bottom-area-7 .about-middle-area .counter-area h2 {
    font-size: 40px;
    font-weight: 400;
    color: var(--theme);
}

.about-bottom-area-7 .about-middle-area .theme-btn-main {
    margin-top: 70px;
}

@media (max-width: 991px) {
    .about-bottom-area-7 .about-middle-area .theme-btn-main {
        margin-top: 40px;
    }
}

@media (max-width: 1399px) {
    .about-image-left-8 .about-image img {
        width: 100%;
        height: 100%;
    }
}

.about-image-left-8 .feature-box-item {
    display: inline-block;
    margin-right: -330px;
    margin-left: 40px;
    margin-top: 50px;
    text-align: center;
}

@media (max-width: 1399px) {
    .about-image-left-8 .feature-box-item {
        margin-left: 0;
        gap: 40px;
        margin-right: -230px;
    }
}

@media (max-width: 1199px) {
    .about-image-left-8 .feature-box-item {
        margin-right: 0;
    }
}

@media (max-width: 991px) {
    .about-image-left-8 .feature-box-item {
        margin-bottom: 50px;
    }
}

@media (max-width: 1399px) {
    .about-image-left-8 .feature-box-item .feature-item {
        margin-top: 30px;
    }
}

.about-image-left-8 .feature-box-item .feature-item .icon {
    position: relative;
    z-index: 2;
}

.about-image-left-8 .feature-box-item .feature-item .content {
    margin-top: 10px;
}

    .about-image-left-8 .feature-box-item .feature-item .content span {
        font-size: 18px;
        font-weight: 700;
        color: var(--header);
        letter-spacing: 1.08px;
        font-family: "Manrope", sans-serif;
    }

    .about-image-left-8 .feature-box-item .feature-item .content p {
        font-size: 20px;
        font-weight: 600;
        margin-top: 10px;
    }

.about-image-left-8 .feature-box-item .feature-item:hover .icon img {
    animation: jello 1s;
}

.about-right-content-8 .about-text {
    max-width: 621px;
    margin-top: 20px;
    margin-bottom: 40px;
}

.about-right-content-8 .client-image-item {
    display: flex;
    justify-content: space-between;
}

@media (max-width: 1199px) {
    .about-right-content-8 .client-image-item .client-box {
        display: none;
    }
}

@media (max-width: 991px) {
    .about-right-content-8 .client-image-item .client-box {
        display: block;
    }
}

.about-right-content-8 .client-image-item .client-box .client-info {
    display: flex;
    align-items: center;
    gap: 16px;
    margin-bottom: 30px;
}

@media (max-width: 1399px) {
    .about-right-content-8 .client-image-item .client-box .client-info {
        flex-wrap: wrap;
        margin-bottom: 20px;
    }
}

.about-right-content-8 .client-image-item .client-box .client-info .text h3 {
    font-size: 24px;
    font-weight: 400;
    margin-bottom: 20px;
    letter-spacing: -1.44px;
}

@media (max-width: 1399px) {
    .about-right-content-8 .client-image-item .client-box .client-info .text h3 {
        font-size: 24px;
        margin-bottom: 10px;
    }
}

@media (max-width: 1399px) {
    .about-right-content-8 .client-image-item .image img {
        width: 100%;
        height: 100%;
    }
}

.about-section-9 {
    position: relative;
}

    .about-section-9 .shape-left {
        position: absolute;
        top: 90px;
        left: 0;
    }

@media (max-width: 1600px) {
    .about-section-9 .shape-left {
        opacity: 0.4;
    }
}

.about-section-9 .shape-right {
    position: absolute;
    bottom: 0;
    right: 70px;
}

@media (max-width: 1399px) {
    .about-section-9 .shape-right {
        opacity: 0.5;
    }
}

.about-section-9 .section-title-area {
    margin-bottom: 60px;
}

.about-wrapper-9 .about-counter-item-9 {
    margin-top: -20px;
}

    .about-wrapper-9 .about-counter-item-9 .about-content {
        margin-bottom: 60px;
    }

@media (max-width: 767px) {
    .about-wrapper-9 .about-counter-item-9 .about-content {
        margin-bottom: 40px;
    }
}

.about-wrapper-9 .about-counter-item-9 .about-content h2 {
    font-size: 72px;
    font-weight: 800;
    border-bottom: 1px solid #8C8C8C;
    color: transparent;
    -webkit-text-stroke-width: 1px;
    -webkit-text-stroke-color: #8C8C8C;
    background: transparent;
    font-family: "Manrope", sans-serif;
}

@media (max-width: 767px) {
    .about-wrapper-9 .about-counter-item-9 .about-content h2 {
        font-size: 50px;
    }
}

@media (max-width: 575px) {
    .about-wrapper-9 .about-counter-item-9 .about-content h2 {
        font-size: 40px;
    }
}

.about-wrapper-9 .about-counter-item-9 .about-content p {
    font-size: 20px;
    font-weight: 500;
    color: var(--text);
    position: relative;
    padding-left: 20px;
    margin-top: 10px;
}

@media (max-width: 767px) {
    .about-wrapper-9 .about-counter-item-9 .about-content p {
        font-size: 16px;
    }
}

.about-wrapper-9 .about-counter-item-9 .about-content p::before {
    position: absolute;
    content: "";
    width: 4px;
    height: 4px;
    border-radius: 30px;
    background-color: var(--text);
    top: 15px;
    left: 0;
}

.about-wrapper-9 .about-image-9 {
    position: relative;
}

@media (max-width: 1199px) {
    .about-wrapper-9 .about-image-9 img {
        width: 100%;
        height: 100%;
    }
}

@media (max-width: 991px) {
    .about-wrapper-9 .icon-box-items {
        margin-top: 20px;
    }
}

.about-wrapper-9 .icon-box-items .icon-box {
    display: flex;
    gap: 35px;
}

@media (max-width: 1199px) {
    .about-wrapper-9 .icon-box-items .icon-box {
        gap: 20px;
    }

        .about-wrapper-9 .icon-box-items .icon-box img {
            width: 60px;
            height: 60px;
        }
}

@media (max-width: 991px) {
    .about-wrapper-9 .icon-box-items .icon-box {
        gap: 35px;
    }

        .about-wrapper-9 .icon-box-items .icon-box img {
            width: initial;
            height: initial;
        }
}

.about-wrapper-9 .icon-box-items .icon-box:not(:last-child) {
    margin-bottom: 40px;
    padding-bottom: 40px;
    border-bottom: 1px solid rgba(118, 118, 118, 0.22);
}

.about-wrapper-9 .icon-box-items .icon-box .content h3 {
    font-size: 20px;
    font-weight: 700;
    font-family: "Manrope", sans-serif;
}

@media (max-width: 1199px) {
    .about-wrapper-9 .icon-box-items .icon-box .content h3 {
        font-size: 18px;
        font-weight: 600;
    }
}

@media (max-width: 991px) {
    .about-wrapper-9 .icon-box-items .icon-box .content h3 {
        font-size: 20px;
        font-weight: 700;
    }
}

.about-wrapper-9 .icon-box-items .icon-box .content p {
    font-size: 20px;
    font-weight: 400;
    line-height: 155%;
    margin-top: 15px;
    max-width: 260px;
}

@media (max-width: 1399px) {
    .about-wrapper-9 .icon-box-items .icon-box .content p {
        font-size: 18px;
    }
}

@media (max-width: 991px) {
    .about-wrapper-9 .icon-box-items .icon-box .content p {
        font-size: 20px;
    }
}

.about-section-10 {
    position: relative;
}

    .about-section-10 .container-fluid {
        padding: 0 100px;
    }

@media (max-width: 1899px) {
    .about-section-10 .container-fluid {
        padding: 0 40px;
    }
}

@media (max-width: 1600px) {
    .about-section-10 .container-fluid {
        padding: 0 30px;
    }
}

@media (max-width: 1399px) {
    .about-section-10 .container-fluid {
        padding: 0 20px;
    }
}

@media (max-width: 1199px) {
    .about-section-10 .container-fluid {
        padding: 0 20px;
    }
}

@media (max-width: 575px) {
    .about-section-10 .container-fluid {
        padding: 0 10px;
    }
}

.about-item-style-10 {
    border-right: 1px solid rgba(30, 32, 35, 0.1);
    height: 100%;
}

@media (max-width: 1899px) {
    .about-item-style-10 {
        border-right: none;
    }
}

.about-item-style-10 .section-title-area {
    display: flex;
    flex-direction: column;
    align-items: initial;
    justify-content: space-between;
    height: 100%;
}

@media (max-width: 767px) {
    .about-item-style-10 .section-title-area {
        display: none;
    }
}

.about-item-style-10 .section-title-area .image {
    margin-top: auto;
}

@media (max-width: 1600px) {
    .about-item-style-10 .section-title-area .image img {
        width: 100%;
        height: 100%;
    }
}

.about-item-style-10 .about-content .title {
    max-width: 700px;
    font-weight: 500;
    letter-spacing: -2.08px;
    margin-bottom: 35px;
}

.about-item-style-10 .about-content .mission-box-area {
    display: flex;
    gap: 70px;
}

@media (max-width: 1399px) {
    .about-item-style-10 .about-content .mission-box-area {
        gap: 50px;
    }
}

.about-item-style-10 .about-content .mission-box-area .mission-item {
    margin-top: 180px;
}

@media (max-width: 1399px) {
    .about-item-style-10 .about-content .mission-box-area .mission-item {
        margin-top: 100px;
    }
}

.about-item-style-10 .about-content .mission-box-area .mission-item h3 {
    font-size: 24px;
    font-weight: 700;
    font-family: "Manrope", sans-serif;
    margin-bottom: 10px;
}

.about-item-style-10 .about-content .mission-box-area .mission-item p {
    max-width: 360px;
    font-size: 20px;
    font-weight: 400;
}

@media (max-width: 1399px) {
    .about-item-style-10 .about-content .mission-box-area .mission-item p {
        font-size: 16px;
    }
}

.about-item-style-10 .about-counter-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.about-item-style-10 .about-counter-img .counter-item {
    display: flex;
    align-items: center;
    gap: 40px;
    margin-top: 60px;
}

    .about-item-style-10 .about-counter-img .counter-item h2 {
        font-size: 120px;
        font-weight: 700;
        font-family: "Manrope", sans-serif;
    }

@media (max-width: 1399px) {
    .about-item-style-10 .about-counter-img .counter-item h2 {
        font-size: 70px;
    }
}

@media (max-width: 1199px) {
    .about-item-style-10 .about-counter-img .counter-item h2 {
        font-size: 120px;
    }
}

@media (max-width: 991px) {
    .about-item-style-10 .about-counter-img .counter-item h2 {
        font-size: 90px;
    }
}

@media (max-width: 767px) {
    .about-item-style-10 .about-counter-img .counter-item h2 {
        font-size: 50px;
    }
}

.about-item-style-10 .about-counter-img .counter-item p {
    font-size: 30px;
    font-weight: 700;
    font-family: "Manrope", sans-serif;
    color: var(--header);
}

@media (max-width: 1399px) {
    .about-item-style-10 .about-counter-img .counter-item p {
        font-size: 24px;
    }
}

@media (max-width: 1199px) {
    .about-item-style-10 .about-counter-img .counter-item p {
        font-size: 30px;
    }
}

@media (max-width: 991px) {
    .about-item-style-10 .about-counter-img .counter-item p {
        font-size: 24px;
    }
}

.about-section-title-area {
    margin-bottom: 30px;
}

    .about-section-title-area .about-btn-area {
        display: flex;
        justify-content: space-between;
        margin-top: 70px;
    }

@media (max-width: 1199px) {
    .about-section-title-area .about-btn-area {
        flex-wrap: wrap;
        margin-top: 30px;
    }
}

.about-section-title-area .about-btn-area .counter-items-area .counter-item {
    margin-top: 20px;
    display: flex;
    align-items: center;
    gap: 20px;
}

    .about-section-title-area .about-btn-area .counter-items-area .counter-item h3 {
        font-size: 50px;
    }

    .about-section-title-area .about-btn-area .counter-items-area .counter-item p {
        font-weight: 700;
    }

@media (max-width: 1199px) {
    .about-section-title-area .about-btn-area .button-box {
        margin-top: 30px;
    }
}

@media (max-width: 1199px) and (max-width: 991px) {
    .about-section-title-area .about-btn-area .button-box p br {
        display: none;
    }
}

@media (max-width: 1199px) and (max-width: 575px) {
    .about-section-title-area .about-btn-area .button-box p {
        font-size: 16px;
    }
}

.about-section-title-area .about-btn-area .button-box .theme-btn-main {
    margin-top: 35px;
}

.about-image-style-11 {
    margin-top: 30px;
}

    .about-image-style-11 img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        border-radius: 14px;
    }

.about-image-style-13 {
    display: flex;
    align-items: center;
    gap: 20px;
    margin-left: -60px;
}

@media (max-width: 1399px) {
    .about-image-style-13 {
        margin-left: 0;
    }
}

@media (max-width: 1399px) {
    .about-image-style-13 .left-img img {
        width: 100%;
        height: 100%;
    }
}

.about-image-style-13 .right-img {
    display: grid;
    gap: 20px;
}

@media (max-width: 1399px) {
    .about-image-style-13 .right-img img {
        width: 100%;
        height: 100%;
    }
}

.about-content-style-13 {
    margin-right: -30px;
}

@media (max-width: 1399px) {
    .about-content-style-13 {
        margin-right: 0;
    }
}

.about-content-style-13 .text {
    margin-top: 20px;
    max-width: 600px;
}

.about-content-style-13 .list-item-box-area span {
    color: var(--header);
    font-weight: 600;
    font-size: 15px;
    line-height: 1;
    letter-spacing: -0.6px;
    text-transform: capitalize;
    display: inline-block;
    margin-top: 30px;
}

.about-content-style-13 .list-item-box-area .list-item {
    display: flex;
    align-items: center;
    gap: 60px;
    margin-top: 40px;
    margin-bottom: 40px;
}

@media (max-width: 1399px) {
    .about-content-style-13 .list-item-box-area .list-item {
        flex-wrap: wrap;
    }
}

@media (max-width: 1199px) {
    .about-content-style-13 .list-item-box-area .list-item {
        gap: 10px;
    }
}

@media (max-width: 991px) {
    .about-content-style-13 .list-item-box-area .list-item {
        gap: 60px;
    }
}

@media (max-width: 575px) {
    .about-content-style-13 .list-item-box-area .list-item {
        gap: 10px;
    }
}

.about-content-style-13 .list-item-box-area .list-item .list li {
    color: var(--text3);
}

    .about-content-style-13 .list-item-box-area .list-item .list li i {
        margin-right: 8px;
        color: var(--theme);
    }

    .about-content-style-13 .list-item-box-area .list-item .list li:not(:last-child) {
        margin-bottom: 10px;
    }

@-webkit-keyframes rippleOne {
    70% {
        -webkit-box-shadow: 0 0 0 40px rgba(244, 68, 56, 0);
        box-shadow: 0 0 0 40px rgba(244, 68, 56, 0);
    }

    100% {
        -webkit-box-shadow: 0 0 0 0 rgba(244, 68, 56, 0);
        box-shadow: 0 0 0 0 rgba(244, 68, 56, 0);
    }
}

@keyframes rippleOne {
    70% {
        -webkit-box-shadow: 0 0 0 40px rgba(244, 68, 56, 0);
        box-shadow: 0 0 0 40px rgba(244, 68, 56, 0);
    }

    100% {
        -webkit-box-shadow: 0 0 0 0 rgba(244, 68, 56, 0);
        box-shadow: 0 0 0 0 rgba(244, 68, 56, 0);
    }
}

@keyframes cir36 {
    100% {
        transform: rotate(360deg);
    }
}

@keyframes rounded {
    50% {
        transform: rotate(15deg);
    }
}

@keyframes up-down {
    0% {
        transform: translateY(10px);
    }

    100% {
        transform: translateY(-10px);
    }
}

@-webkit-keyframes spinner {
    to {
        -webkit-transform: rotateZ(360deg);
        transform: rotateZ(360deg);
    }
}

@keyframes spinner {
    to {
        -webkit-transform: rotateZ(360deg);
        transform: rotateZ(360deg);
    }
}

@-webkit-keyframes letters-loading {
    0%, 75%, 100% {
        opacity: 0;
        transform: rotateY(-90deg);
    }

    25%, 50% {
        opacity: 1;
        transform: rotateY(0deg);
    }
}

@keyframes letters-loading {
    0%, 75%, 100% {
        opacity: 0;
        transform: rotateY(-90deg);
    }

    25%, 50% {
        opacity: 1;
        transform: rotateY(0deg);
    }
}

@keyframes loaderspin {
    0% {
        transform: translate(-50%, -50%) rotate(0deg);
    }

    100% {
        transform: translate(-50%, -50%) rotate(360deg);
    }
}

@keyframes tpswing {
    0% {
        -webkit-transform: rotate(20deg);
        -ms-transform: rotate(20deg);
        transform: rotate(20deg);
    }

    100% {
        -webkit-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        transform: rotate(0deg);
    }
}

@keyframes width {
    0% {
        width: 0%;
    }

    100% {
        width: 100%;
    }
}

@-webkit-keyframes width {
    0% {
        width: 0%;
    }

    100% {
        width: 100%;
    }
}

@-webkit-keyframes loaderspin {
    0% {
        transform: translate(-50%, -50%) rotate(0deg);
    }

    100% {
        transform: translate(-50%, -50%) rotate(360deg);
    }
}

@keyframes loaderpulse {
    0% {
        transform: scale(1);
    }

    100% {
        transform: scale(1.2);
    }
}

@keyframes rounded {
    50% {
        transform: rotate(20deg);
    }
}

@keyframes cir36 {
    100% {
        transform: rotate(360deg);
    }
}

.float-bob-y {
    -webkit-animation-name: float-bob-y;
    animation-name: float-bob-y;
    -webkit-animation-duration: 3s;
    animation-duration: 3s;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
}

@-webkit-keyframes float-bob-y {
    0% {
        -webkit-transform: translateY(-30px);
        transform: translateY(-30px);
    }

    50% {
        -webkit-transform: translateY(-10px);
        transform: translateY(-10px);
    }

    100% {
        -webkit-transform: translateY(-30px);
        transform: translateY(-30px);
    }
}

@keyframes float-bob-y {
    0% {
        -webkit-transform: translateY(-30px);
        transform: translateY(-30px);
    }

    50% {
        -webkit-transform: translateY(-10px);
        transform: translateY(-10px);
    }

    100% {
        -webkit-transform: translateY(-30px);
        transform: translateY(-30px);
    }
}

.float-bob-x {
    -webkit-animation-name: float-bob-x;
    animation-name: float-bob-x;
    -webkit-animation-duration: 3s;
    animation-duration: 3s;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
}

@-webkit-keyframes float-bob-x {
    0% {
        -webkit-transform: translateX(0px);
        transform: translateX(30px);
    }

    50% {
        -webkit-transform: translateX(10px);
        transform: translateX(10px);
    }

    100% {
        -webkit-transform: translateX(30px);
        transform: translateX(30px);
    }
}

@keyframes float-bob-x {
    0% {
        -webkit-transform: translateX(30px);
        transform: translateX(30px);
    }

    50% {
        -webkit-transform: translateX(10px);
        transform: translateX(10px);
    }

    100% {
        -webkit-transform: translateX(30px);
        transform: translateX(30px);
    }
}

@keyframes bounce-x {
    0% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }

    50% {
        -webkit-transform: translateX(30px);
        transform: translateX(30px);
    }

    100% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }
}

.bounce-x {
    -webkit-animation: bounce-x 7s infinite linear;
    animation: bounce-x 7s infinite linear;
}

@keyframes criss-cross-left {
    0% {
        left: -20px;
    }

    50% {
        left: 50%;
        width: 20px;
        height: 20px;
    }

    100% {
        left: 50%;
        width: 375px;
        height: 375px;
    }
}

@keyframes criss-cross-right {
    0% {
        right: -20px;
    }

    50% {
        right: 50%;
        width: 20px;
        height: 20px;
    }

    100% {
        right: 50%;
        width: 375px;
        height: 375px;
    }
}

@keyframes rotated2 {
    0% {
        transform: rotate(0);
    }

    100% {
        transform: rotate(-360deg);
    }
}

@keyframes wave {
    0% {
        transform: translateX(0);
    }

    50% {
        transform: translateX(-25%);
    }

    100% {
        transform: translateX(-50%);
    }
}

@keyframes zoom {
    0% {
        transform: scale(0.5);
    }

    50% {
        transform: scale(1);
    }

    100% {
        transform: scale(0.5);
    }
}

@keyframes translateY2 {
    0% {
        -webkit-transform: translateY(-30px);
        -moz-transform: translateY(-30px);
        -ms-transform: translateY(-30px);
        -o-transform: translateY(-30px);
        transform: translateY(-30px);
    }

    100% {
        -webkit-transform: translateY(20px);
        -moz-transform: translateY(20px);
        -ms-transform: translateY(20px);
        -o-transform: translateY(20px);
        transform: translateY(20px);
    }
}

@keyframes translateX2 {
    0% {
        -webkit-transform: translateX(-30px);
        -moz-transform: translateX(-30px);
        -ms-transform: translateX(-30px);
        -o-transform: translateX(-30px);
        transform: translateX(-30px);
    }

    100% {
        -webkit-transform: translatXY(20px);
        -moz-transform: translateX(20px);
        -ms-transform: translateX(20px);
        -o-transform: translateX(20px);
        transform: translateX(20px);
    }
}

@keyframes moving {
    0% {
        transform: translatey(0px);
    }

    20% {
        transform: translateX(-50px);
    }

    50% {
        transform: translatey(-40px);
    }

    100% {
        transform: translatey(0px);
    }
}
/*img-animation**********************/
.img-custom-anim-right {
    animation: img-anim-right 1.3s forwards cubic-bezier(0.645, 0.045, 0.355, 1) 0.4s;
    opacity: 0;
}

@keyframes img-anim-right {
    0% {
        transform: translateX(5%);
        clip-path: inset(0 0 0 100%);
        opacity: 0;
    }

    100% {
        transform: translateX(0);
        clip-path: inset(0 0 0 0);
        opacity: 1;
    }
}

.img-custom-anim-left {
    animation: img-anim-left 1.3s forwards cubic-bezier(0.645, 0.045, 0.355, 1) 0.4s;
    opacity: 0;
}

@keyframes img-anim-left {
    0% {
        transform: translateX(-5%);
        clip-path: inset(0 100% 0 0);
        opacity: 0;
    }

    100% {
        transform: translateX(0);
        clip-path: inset(0 0 0 0);
        opacity: 1;
    }
}

.img-custom-anim-top {
    animation: img-anim-top 1.3s forwards cubic-bezier(0.645, 0.045, 0.355, 1);
    opacity: 0;
}

@keyframes img-anim-top {
    0% {
        transform: translateY(-5%);
        clip-path: inset(0 0 100% 0);
        opacity: 0;
    }

    100% {
        transform: translateY(0);
        clip-path: inset(0 0 0 0);
        opacity: 1;
    }
}

@keyframes slideInLeft {
    to {
        opacity: 1;
        transform: translateX(0);
    }
}

@keyframes slideInRight {
    to {
        opacity: 1;
        transform: translateX(0);
    }
}

@keyframes shine {
    0% {
        left: -100%;
    }

    50% {
        left: 100%;
    }

    100% {
        left: 100%;
    }
}

.animation-infinite {
    animation: ShapeAnim 80s linear infinite;
    height: 30px;
    width: 100%;
    background-repeat: repeat;
    overflow: hidden;
}

.img-custom-anim-bottom {
    animation: img-anim-bottom 1.3s forwards cubic-bezier(0.645, 0.045, 0.355, 1);
    opacity: 0;
}

@keyframes img-anim-bottom {
    0% {
        transform: translateY(5%);
        clip-path: inset(100% 0 0 0);
        opacity: 0;
    }

    100% {
        transform: translateY(0);
        clip-path: inset(0 0 0 0);
        opacity: 1;
    }
}

@keyframes sparkle {
    0% {
        opacity: 0;
        transform: scale(0.5);
    }

    50% {
        opacity: 1;
        transform: scale(1.5);
    }

    100% {
        opacity: 0;
        transform: scale(0.5);
    }
}

@keyframes borderAnim {
    0% {
        width: 0;
    }

    100% {
        width: 44px;
    }
}

@keyframes dance {
    0% {
        -webkit-transform: scale(0.8);
    }

    100% {
        -webkit-transform: scale(1);
    }
}

@-webkit-keyframes slideInUp {
    0% {
        -webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0);
        visibility: visible;
    }

    100% {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

@keyframes slideInUp {
    0% {
        -webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0);
        visibility: visible;
    }

    100% {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

.slideInUp {
    -webkit-animation-name: slideInUp;
    animation-name: slideInUp;
}

@-webkit-keyframes slideInLeft {
    0% {
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0);
        visibility: visible;
    }

    100% {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

@keyframes slideInLeft {
    0% {
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0);
        visibility: visible;
    }

    100% {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

.slideInLeft {
    -webkit-animation-name: slideInLeft;
    animation-name: slideInLeft;
}

@-webkit-keyframes slideInRight {
    0% {
        -webkit-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0);
        visibility: visible;
    }

    100% {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

@keyframes slideInRight {
    0% {
        -webkit-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0);
        visibility: visible;
    }

    100% {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

.slideInRight {
    -webkit-animation-name: slideInRight;
    animation-name: slideInRight;
}

@keyframes scroll {
    0% {
        transform: translateX(0);
    }

    100% {
        transform: translateX(-100%);
    }
}

@keyframes scrolly {
    0% {
        transform: translateY(0);
    }

    100% {
        transform: translateY(-60%);
    }
}

@keyframes scrolls {
    0% {
        transform: translateX(0);
    }

    100% {
        transform: translateX(100%);
    }
}

@keyframes zoomIn {
    from {
        opacity: 0;
        transform: scale(0.5);
    }

    to {
        opacity: 1;
        transform: scale(1);
    }
}

.img_left_animation {
    animation: left-animation 2000ms forwards cubic-bezier(0.4, 0.98, 0.52, 0.99);
    opacity: 0;
}

@keyframes left-animation {
    0% {
        clip-path: inset(0 100% 0 0);
        opacity: 0;
    }

    100% {
        clip-path: inset(0 0 0 0);
        opacity: 1;
    }
}

.img_right_animation {
    animation: right-animation 2000ms forwards cubic-bezier(0.4, 0.98, 0.52, 0.99);
    opacity: 0;
}

@keyframes right-animation {
    0% {
        clip-path: inset(0 0 0 100%);
        opacity: 0;
    }

    100% {
        clip-path: inset(0 0 0 0);
        opacity: 1;
    }
}

.img_top_animation {
    animation: top-animation 2000ms forwards cubic-bezier(0.4, 0.98, 0.52, 0.99);
    opacity: 0;
}

@keyframes top-animation {
    0% {
        clip-path: inset(0 0 100% 0);
        opacity: 0;
    }

    100% {
        clip-path: inset(0 0 0 0);
        opacity: 1;
    }
}

.img_bottom_animation {
    animation: bottom-animation 2000ms forwards cubic-bezier(0.4, 0.98, 0.52, 0.99);
    opacity: 0;
}

@keyframes bottom-animation {
    0% {
        clip-path: inset(100% 0 0 0);
        opacity: 0;
    }

    100% {
        clip-path: inset(0 0 0 0);
        opacity: 1;
    }
}

@keyframes spin {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

@keyframes jello {
    11.1% {
        -webkit-transform: none;
        transform: none;
    }

    22.2% {
        -webkit-transform: skewX(-12.5deg) skewY(-12.5deg);
        transform: skewX(-12.5deg) skewY(-12.5deg);
    }

    33.3% {
        -webkit-transform: skewX(6.25deg) skewY(6.25deg);
        transform: skewX(6.25deg) skewY(6.25deg);
    }

    44.4% {
        -webkit-transform: skewX(-3.125deg) skewY(-3.125deg);
        transform: skewX(-3.125deg) skewY(-3.125deg);
    }

    55.5% {
        -webkit-transform: skewX(1.5625deg) skewY(1.5625deg);
        transform: skewX(1.5625deg) skewY(1.5625deg);
    }

    66.6% {
        -webkit-transform: skewX(-0.78125deg) skewY(-0.78125deg);
        transform: skewX(-0.78125deg) skewY(-0.78125deg);
    }

    77.7% {
        -webkit-transform: skewX(0.390625deg) skewY(0.390625deg);
        transform: skewX(0.390625deg) skewY(0.390625deg);
    }

    88.8% {
        -webkit-transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
        transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
    }

    100% {
        -webkit-transform: none;
        transform: none;
    }
}

@keyframes scroll {
    0% {
        transform: translateX(0);
    }

    100% {
        transform: translateX(-100%);
    }
}

@keyframes scrolly {
    0% {
        transform: translateY(0);
    }

    100% {
        transform: translateY(-60%);
    }
}

@keyframes scrolls {
    0% {
        transform: translateX(0);
    }

    100% {
        transform: translateX(100%);
    }
}

@-webkit-keyframes slideInRight {
    0% {
        opacity: 0;
        -webkit-transform: translateX(2000px);
        transform: translateX(2000px);
    }

    100% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }
}

@keyframes slideInRight {
    0% {
        opacity: 0;
        -webkit-transform: translateX(2000px);
        -ms-transform: translateX(2000px);
        transform: translateX(2000px);
    }

    100% {
        -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
        transform: translateX(0);
    }
}

.slideInRight {
    -webkit-animation-name: slideInRight;
    animation-name: slideInRight;
}

@-webkit-keyframes slideInUp {
    0% {
        -webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0);
        visibility: visible;
    }

    100% {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

@keyframes slideInUp {
    0% {
        -webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0);
        visibility: visible;
    }

    100% {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

.slideInUp {
    -webkit-animation-name: slideInUp;
    animation-name: slideInUp;
}

@keyframes heartbeat {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }

    14% {
        -webkit-transform: scale(1.3);
        transform: scale(1.3);
    }

    28% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }

    42% {
        -webkit-transform: scale(1.3);
        transform: scale(1.3);
    }

    70% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}

@keyframes scroll {
    0% {
        transform: translateX(0);
    }

    100% {
        transform: translateX(-100%);
    }
}

@keyframes scrolly {
    0% {
        transform: translateY(0);
    }

    100% {
        transform: translateY(-60%);
    }
}

@keyframes scrolls {
    0% {
        transform: translateX(0);
    }

    100% {
        transform: translateX(100%);
    }
}

.brand-image {
    position: relative;
    overflow: hidden;
}

    .brand-image img {
        opacity: 0.4;
        transition: all 0.6s ease;
    }

    .brand-image .brand-img-1 {
        position: absolute;
        top: 0;
        left: 50%;
        transform: translateX(-50%);
        width: 100%;
        height: 100%;
        display: flex;
        align-items: center;
        justify-content: center;
    }

        .brand-image .brand-img-1 img {
            opacity: 0.4;
            transition: all 0.6s ease;
            transform: translateY(0);
        }

        .brand-image .brand-img-1:last-child img {
            transform: translateY(-350%);
            opacity: 0;
        }

    .brand-image:hover > img {
        opacity: 0;
        transform: scale(1.1);
    }

    .brand-image:hover .brand-img-1:first-child img {
        transform: translateY(100%);
        opacity: 0;
    }

    .brand-image:hover .brand-img-1:last-child img {
        transform: translateY(0);
        opacity: 1;
    }

@media (max-width: 1399px) {
    .brand-section-3 {
        margin-top: 100px;
    }
}

@media (max-width: 991px) {
    .brand-section-3 {
        margin-top: 80px;
    }
}

.brand-box-7 {
    height: 290px;
    line-height: 290px;
    border-right: 1px solid rgba(9, 0, 37, 0.41);
    border-bottom: 1px solid rgba(9, 0, 37, 0.41);
    border-top: 1px solid rgba(9, 0, 37, 0.41);
    text-align: center;
    position: relative;
    overflow: hidden;
}

    .brand-box-7 .brand-img-1 {
        position: absolute;
        top: 0;
        left: 50%;
        transform: translateX(-50%);
        width: 100%;
        height: 100%;
        display: flex;
        align-items: center;
        justify-content: center;
    }

        .brand-box-7 .brand-img-1 img {
            opacity: 0.4;
            transition: all 0.6s ease;
            transform: translateY(0);
        }

        .brand-box-7 .brand-img-1:last-child img {
            transform: translateY(-350%);
            opacity: 0;
        }

    .brand-box-7:hover .brand-img-1:first-child img {
        transform: translateY(100%);
        opacity: 0;
    }

    .brand-box-7:hover .brand-img-1:last-child img {
        transform: translateY(0);
        opacity: 1;
    }

.contact-wrapper {
    position: relative;
    padding: 120px 120px 40px;
}

@media (max-width: 1399px) {
    .contact-wrapper {
        padding: 30px;
    }
}

.contact-wrapper::before {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    content: "";
    background: rgba(17, 17, 17, 0.45);
}

.contact-wrapper.faq-page {
    margin-bottom: 45px;
    position: relative;
    z-index: 99;
}

@media (max-width: 1399px) {
    .contact-wrapper.faq-page {
        margin-bottom: 0;
    }
}

.contact-box {
    background-color: var(--white);
    padding: 50px 60px;
    position: relative;
    margin-top: 48px;
}

@media (max-width: 1399px) {
    .contact-box {
        padding: 30px;
        margin-top: 30px;
    }
}

.contact-box .contact-form-items .form-clt {
    position: relative;
}

    .contact-box .contact-form-items .form-clt input,
    .contact-box .contact-form-items .form-clt textarea {
        width: 100%;
        border: none;
        outline: none;
        background: #F6F6F6;
        color: rgba(92, 102, 114, 0.6980392157);
        font-weight: 500;
        border: 1px solid #EBEBEB;
        padding: 12px 20px;
    }

@media (max-width: 767px) {
    .contact-box .contact-form-items .form-clt input,
    .contact-box .contact-form-items .form-clt textarea {
        padding: 14px 20px;
    }
}

@media (max-width: 575px) {
    .contact-box .contact-form-items .form-clt input,
    .contact-box .contact-form-items .form-clt textarea {
        padding: 12px 18px;
    }
}

.contact-box .contact-form-items .form-clt input::placeholder,
.contact-box .contact-form-items .form-clt textarea::placeholder {
    color: rgba(92, 102, 114, 0.6980392157);
}

.contact-box .contact-form-items .form-clt input:focus,
.contact-box .contact-form-items .form-clt textarea:focus {
    border-color: var(--theme);
}

.contact-box .contact-form-items .form-clt textarea {
    padding-bottom: 100px;
    resize: none;
}

.contact-box .contact-form-items button.theme-btn-main.style-2 {
    background-color: var(--header);
}

    .contact-box .contact-form-items button.theme-btn-main.style-2 .theme-btn-arrow-left,
    .contact-box .contact-form-items button.theme-btn-main.style-2 .theme-btn-arrow-right {
        color: var(--header);
    }

    .contact-box .contact-form-items button.theme-btn-main.style-2:hover {
        background-color: var(--theme);
    }

.contact-section {
    margin-bottom: -60px;
}

@media (max-width: 1399px) {
    .contact-section {
        margin-bottom: 100px;
    }
}

@media (max-width: 991px) {
    .contact-section {
        margin-bottom: 80px;
    }
}

.contact-section .container-fluid {
    padding: 0 200px;
}

@media (max-width: 1899px) {
    .contact-section .container-fluid {
        padding: 0 70px;
    }
}

@media (max-width: 1600px) {
    .contact-section .container-fluid {
        padding: 0 50px;
    }
}

@media (max-width: 1399px) {
    .contact-section .container-fluid {
        padding: 0 30px;
    }
}

@media (max-width: 575px) {
    .contact-section .container-fluid {
        padding: 0 15px;
    }
}

.contact-image-style-2 {
    position: relative;
    max-width: 549px;
    overflow: hidden;
}

@media (max-width: 1399px) {
    .contact-image-style-2 {
        max-width: initial;
    }
}

@media (max-width: 991px) {
    .contact-image-style-2 {
        height: 580px;
    }
}

@media (max-width: 767px) {
    .contact-image-style-2 {
        height: 500px;
    }
}

.contact-image-style-2 img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.contact-image-style-2 .contact-box {
    background-color: var(--white);
    padding: 35px 44px;
    position: absolute;
    left: 30px;
    bottom: 30px;
}

@media (max-width: 1399px) {
    .contact-image-style-2 .contact-box {
        padding: 30px;
        left: 0;
        bottom: 0;
    }
}

.contact-image-style-2 .contact-box h4 {
    margin-bottom: 20px;
    font-size: 24px;
}

@media (max-width: 1399px) {
    .contact-image-style-2 .contact-box h4 {
        font-size: 20px;
    }
}

.contact-image-style-2 .contact-box h4 a {
    color: var(--header);
}

.contact-content-style-2 h3 {
    font-size: 28px;
    font-weight: 500;
    margin-bottom: 30px;
}

@media (max-width: 1399px) {
    .contact-content-style-2 h3 {
        font-size: 20px;
    }
}

.contact-content-style-2 .contact-form-items .form-clt {
    position: relative;
}

    .contact-content-style-2 .contact-form-items .form-clt input, .contact-content-style-2 .contact-form-items .form-clt textarea {
        width: 100%;
        border: none;
        outline: none;
        background: #F6F6F6;
        color: rgba(92, 102, 114, 0.6980392157);
        font-weight: 500;
        border: 1px solid #EBEBEB;
        padding: 12px 20px;
    }

@media (max-width: 767px) {
    .contact-content-style-2 .contact-form-items .form-clt input, .contact-content-style-2 .contact-form-items .form-clt textarea {
        padding: 14px 20px;
    }
}

@media (max-width: 575px) {
    .contact-content-style-2 .contact-form-items .form-clt input, .contact-content-style-2 .contact-form-items .form-clt textarea {
        padding: 12px 18px;
    }
}

.contact-content-style-2 .contact-form-items .form-clt input::placeholder, .contact-content-style-2 .contact-form-items .form-clt textarea::placeholder {
    color: rgba(92, 102, 114, 0.6980392157);
}

.contact-content-style-2 .contact-form-items .form-clt textarea {
    padding-bottom: 100px;
    resize: none;
}

@media (max-width: 1399px) {
    .contact-section-2 {
        overflow: hidden;
    }
}

.counter-wrapper-4 {
    max-width: 1392px;
    margin: 0 auto;
    position: relative;
    z-index: 99;
}

    .counter-wrapper-4::before {
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        width: 100%;
        height: 100%;
        content: "";
        background: rgba(17, 17, 17, 0.45);
        z-index: 1;
    }

.contact-content-style-4 {
    background-color: var(--white);
    padding: 55px 60px;
    margin: 0 auto;
    z-index: 1;
    position: relative;
}

@media (max-width: 1199px) {
    .contact-content-style-4 {
        margin-top: 30px;
        padding: 40px;
    }
}

@media (max-width: 991px) {
    .contact-content-style-4 {
        padding: 35px;
    }
}

@media (max-width: 767px) {
    .contact-content-style-4 {
        padding: 30px;
    }
}

.contact-content-style-4 .contact-form-items .form-clt {
    position: relative;
}

    .contact-content-style-4 .contact-form-items .form-clt input, .contact-content-style-4 .contact-form-items .form-clt textarea {
        width: 100%;
        border: none;
        outline: none;
        background: #F6F6F6;
        color: rgba(92, 102, 114, 0.6980392157);
        font-weight: 500;
        border: 1px solid #EBEBEB;
        padding: 12px 20px;
    }

@media (max-width: 767px) {
    .contact-content-style-4 .contact-form-items .form-clt input, .contact-content-style-4 .contact-form-items .form-clt textarea {
        padding: 14px 20px;
    }
}

@media (max-width: 575px) {
    .contact-content-style-4 .contact-form-items .form-clt input, .contact-content-style-4 .contact-form-items .form-clt textarea {
        padding: 12px 18px;
    }
}

.contact-content-style-4 .contact-form-items .form-clt input::placeholder, .contact-content-style-4 .contact-form-items .form-clt textarea::placeholder {
    color: rgba(92, 102, 114, 0.6980392157);
}

.contact-content-style-4 .contact-form-items .form-clt textarea {
    padding-bottom: 100px;
    resize: none;
}

.contact-content-style-4 .contact-form-items .theme-btn-main {
    background-color: var(--header);
}

.contact-bottom-items {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 60px;
    z-index: 1;
    position: relative;
}

@media (max-width: 1199px) {
    .contact-bottom-items {
        flex-wrap: wrap;
        gap: 30px;
        justify-content: start;
    }
}

.contact-bottom-items .info-items {
    display: flex;
    align-items: center;
    gap: 20px;
}

    .contact-bottom-items .info-items .icon {
        width: 60px;
        height: 60px;
        line-height: 60px;
        text-align: center;
        background-color: var(--theme);
        color: var(--white);
        text-align: center;
        border-radius: 4px;
        font-size: 30px;
    }

    .contact-bottom-items .info-items .content h5 {
        font-size: 18px;
        font-family: 500;
        color: var(--white);
        margin-bottom: 5px;
    }

    .contact-bottom-items .info-items .content h6 {
        font-size: 14px;
        font-weight: 400;
        color: var(--white);
    }

        .contact-bottom-items .info-items .content h6 a {
            color: var(--white);
            font-size: 14px;
            font-weight: 400;
        }

    .contact-bottom-items .info-items:hover .icon i {
        animation: wobble 1.5s ease-in-out;
    }

.contact-section-4 {
    position: relative;
    z-index: 9;
}

    .contact-section-4::before {
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        width: 100%;
        height: 100%;
        content: "";
        background: #1E2023;
        height: 55%;
        z-index: -1;
    }

    .contact-section-4 .container {
        max-width: 1144px;
    }

.contact-section-inner .container {
    max-width: 1144px;
}

.contact-section-inner .container {
    max-width: 1520px;
}

@media (max-width: 991px) {
    .contact-left-image-inner {
        height: 600px;
    }
}

@media (max-width: 767px) {
    .contact-left-image-inner {
        height: 500px;
    }
}

.contact-left-image-inner img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.contact-right-items-inner {
    margin-left: 60px;
}

@media (max-width: 1199px) {
    .contact-right-items-inner {
        margin-left: 0;
    }
}

.contact-right-items-inner .contact-information-list {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 30px;
}

@media (max-width: 1199px) {
    .contact-right-items-inner .contact-information-list {
        flex-wrap: wrap;
        gap: 30px;
        justify-content: start;
        margin-top: 40px;
    }
}

.contact-right-items-inner .contact-information-list li {
    display: flex;
    gap: 25px;
}

    .contact-right-items-inner .contact-information-list li .content h5 {
        font-size: 18px;
        font-weight: 800;
    }

.contact-right-items-inner .contact-content-style-7 {
    margin-top: 40px;
}

@media (max-width: 1199px) {
    .contact-right-items-inner .contact-content-style-7 {
        margin-top: 30px;
    }
}

.contact-right-items-inner .contact-content-style-7 .contact-form-items .form-clt {
    position: relative;
}

    .contact-right-items-inner .contact-content-style-7 .contact-form-items .form-clt input, .contact-right-items-inner .contact-content-style-7 .contact-form-items .form-clt textarea {
        width: 100%;
        border: none;
        outline: none;
        background: var(--white);
        color: rgb(98, 108, 116);
        font-weight: 500;
        border: 1px solid rgb(217, 217, 217);
        padding: 12px 20px;
    }

@media (max-width: 767px) {
    .contact-right-items-inner .contact-content-style-7 .contact-form-items .form-clt input, .contact-right-items-inner .contact-content-style-7 .contact-form-items .form-clt textarea {
        padding: 14px 20px;
    }
}

@media (max-width: 575px) {
    .contact-right-items-inner .contact-content-style-7 .contact-form-items .form-clt input, .contact-right-items-inner .contact-content-style-7 .contact-form-items .form-clt textarea {
        padding: 12px 18px;
    }
}

.contact-right-items-inner .contact-content-style-7 .contact-form-items .form-clt input::placeholder, .contact-right-items-inner .contact-content-style-7 .contact-form-items .form-clt textarea::placeholder {
    color: rgba(92, 102, 114, 0.6980392157);
}

.contact-right-items-inner .contact-content-style-7 .contact-form-items .form-clt textarea {
    padding-bottom: 100px;
    resize: none;
}

.contact-bottom-items-inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    z-index: 1;
    position: relative;
}

@media (max-width: 1199px) {
    .contact-bottom-items-inner {
        flex-wrap: wrap;
        gap: 30px;
        justify-content: start;
    }
}

.contact-bottom-items-inner .info-items {
    display: flex;
    align-items: center;
    gap: 25px;
}

    .contact-bottom-items-inner .info-items .icon {
        width: 60px;
        height: 60px;
        line-height: 60px;
        text-align: center;
        background-color: var(--theme);
        color: var(--white);
        text-align: center;
        font-size: 30px;
    }

    .contact-bottom-items-inner .info-items .content h5 {
        font-size: 18px;
        font-family: 500;
        margin-bottom: 5px;
    }

    .contact-bottom-items-inner .info-items .content h6 {
        font-size: 14px;
        font-weight: 400;
    }

        .contact-bottom-items-inner .info-items .content h6 a {
            font-size: 14px;
            font-weight: 400;
        }

    .contact-bottom-items-inner .info-items:hover .icon i {
        animation: wobble 1.5s ease-in-out;
    }

.google-map-items iframe {
    width: 100%;
    height: 665px;
}

.contact-wrapper-7 {
    max-width: 1520px;
    margin-left: 50px;
}

@media (max-width: 1600px) {
    .contact-wrapper-7 {
        margin-left: 20px;
        margin-right: 20px;
    }
}

@media (max-width: 1199px) {
    .contact-left-items-style-7 {
        height: 500px;
    }
}

.contact-left-items-style-7 img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.contact-content-right-style-7 {
    margin-left: 50px;
}

@media (max-width: 1199px) {
    .contact-content-right-style-7 {
        margin-left: 0;
    }
}

.contact-content-right-style-7 .contact-information-list {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 100px;
    margin-top: 50px;
}

@media (max-width: 1600px) {
    .contact-content-right-style-7 .contact-information-list {
        gap: 30px;
    }

        .contact-content-right-style-7 .contact-information-list br {
            display: none;
        }
}

@media (max-width: 1399px) {
    .contact-content-right-style-7 .contact-information-list {
        flex-wrap: wrap;
        gap: 30px;
        justify-content: start;
        margin-top: 40px;
    }
}

.contact-content-right-style-7 .contact-information-list li {
    display: flex;
    gap: 25px;
}

    .contact-content-right-style-7 .contact-information-list li .content h5 {
        color: var(--white);
        font-size: 18px;
        font-weight: 800;
    }

    .contact-content-right-style-7 .contact-information-list li .content p {
        color: var(--white);
    }

        .contact-content-right-style-7 .contact-information-list li .content p a {
            color: var(--white);
        }

.contact-content-right-style-7 .contact-content-style-7 {
    margin-top: 50px;
}

@media (max-width: 1199px) {
    .contact-content-right-style-7 .contact-content-style-7 {
        margin-top: 30px;
    }
}

.contact-content-right-style-7 .contact-content-style-7 .contact-form-items .form-clt {
    position: relative;
}

    .contact-content-right-style-7 .contact-content-style-7 .contact-form-items .form-clt input, .contact-content-right-style-7 .contact-content-style-7 .contact-form-items .form-clt textarea {
        width: 100%;
        border: none;
        outline: none;
        background: #F6F6F6;
        color: rgba(92, 102, 114, 0.6980392157);
        font-weight: 500;
        border: 1px solid #EBEBEB;
        padding: 12px 20px;
    }

@media (max-width: 767px) {
    .contact-content-right-style-7 .contact-content-style-7 .contact-form-items .form-clt input, .contact-content-right-style-7 .contact-content-style-7 .contact-form-items .form-clt textarea {
        padding: 14px 20px;
    }
}

@media (max-width: 575px) {
    .contact-content-right-style-7 .contact-content-style-7 .contact-form-items .form-clt input, .contact-content-right-style-7 .contact-content-style-7 .contact-form-items .form-clt textarea {
        padding: 12px 18px;
    }
}

.contact-content-right-style-7 .contact-content-style-7 .contact-form-items .form-clt input::placeholder, .contact-content-right-style-7 .contact-content-style-7 .contact-form-items .form-clt textarea::placeholder {
    color: rgba(92, 102, 114, 0.6980392157);
}

.contact-content-right-style-7 .contact-content-style-7 .contact-form-items .form-clt textarea {
    padding-bottom: 100px;
    resize: none;
}

.instagram-section h2 {
    font-size: 80px;
    font-weight: 900;
    text-transform: uppercase;
    text-align: center;
    margin-bottom: -30px;
}

@media (max-width: 1399px) {
    .instagram-section h2 {
        font-size: 60px;
        margin-bottom: 30px;
    }
}

@media (max-width: 991px) {
    .instagram-section h2 {
        font-size: 40px;
    }
}

@media (max-width: 767px) {
    .instagram-section h2 {
        font-size: 23px;
    }
}

.instagram-items-style-1 .instagram-image {
    position: relative;
    overflow: hidden;
}

    .instagram-items-style-1 .instagram-image.style-1 {
        margin-top: 65px;
    }

    .instagram-items-style-1 .instagram-image img {
        width: 100%;
        height: 100%;
    }

    .instagram-items-style-1 .instagram-image::before {
        top: 0;
        left: 0;
        height: 100%;
        width: 100%;
        transform: scale(0.7);
        content: "";
        position: absolute;
        background: rgba(244, 91, 30, 0.68);
        z-index: 1;
        transition: 0.5s;
        opacity: 0;
        visibility: hidden;
    }

    .instagram-items-style-1 .instagram-image .icon {
        position: absolute;
        font-size: 38px;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        z-index: 99;
        color: var(--white);
        opacity: 0;
        transition: all 0.4s ease-in-out;
    }

    .instagram-items-style-1 .instagram-image:hover::before {
        transform: scale(1);
        opacity: 1;
        visibility: visible;
    }

    .instagram-items-style-1 .instagram-image:hover .icon {
        opacity: 1;
    }

.instagram-items-style-1.style-2 {
    margin-top: 30px;
}

.social-list {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 100px 0 40px;
}

@media (max-width: 1399px) {
    .social-list {
        padding: 50px 0 50px;
        flex-wrap: wrap;
        gap: 20px;
    }
}

@media (max-width: 991px) {
    .social-list {
        padding: 40px 0 40px;
    }
}

@media (max-width: 767px) {
    .social-list {
        padding: 30px 0 30px;
    }
}

.social-list a {
    color: var(--white);
    text-transform: uppercase;
    font-weight: 500;
}

    .social-list a i {
        margin-right: 10px;
    }

.cta-content-style-2 {
    position: relative;
    z-index: 99;
}

@media (max-width: 991px) {
    .cta-content-style-2 {
        padding-top: 80px;
        text-align: center;
    }
}

.cta-content-style-2 h2 {
    color: var(--white);
    margin-bottom: 10px;
}

.cta-content-style-2 p {
    color: var(--white);
    max-width: 728px;
    margin-bottom: 30px;
}

.cta-content-style-2 .cta-button-item {
    display: flex;
    align-items: center;
    gap: 24px;
}

@media (max-width: 1399px) {
    .cta-content-style-2 .cta-button-item {
        flex-wrap: wrap;
    }
}

@media (max-width: 991px) {
    .cta-content-style-2 .cta-button-item {
        justify-content: center;
    }
}

.cta-content-style-2 .cta-button-item .cta-button .theme-btn-main.style-2 {
    background-color: var(--header);
}

    .cta-content-style-2 .cta-button-item .cta-button .theme-btn-main.style-2 .theme-btn-arrow-left,
    .cta-content-style-2 .cta-button-item .cta-button .theme-btn-main.style-2 .theme-btn-arrow-right {
        color: var(--header);
    }

.cta-content-style-2 .cta-button-item .call-item {
    display: flex;
    align-items: center;
    gap: 10px;
}

    .cta-content-style-2 .cta-button-item .call-item .icon {
        width: 54px;
        height: 54px;
        line-height: 54px;
        text-align: center;
        color: var(--white);
        background: rgba(255, 255, 255, 0.08);
    }

    .cta-content-style-2 .cta-button-item .call-item h5 {
        font-weight: 500;
    }

        .cta-content-style-2 .cta-button-item .call-item h5 a {
            color: var(--white);
        }

.cta-section-2 {
    position: relative;
}

@media (max-width: 1399px) {
    .cta-section-2 {
        overflow: hidden;
    }
}

.cta-section-2 .right-shape {
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
}

@media (max-width: 1399px) {
    .cta-section-2 .right-shape {
        display: none;
    }
}

.cta-section-2 .right-shape img {
    width: 100%;
    height: 100%;
}

.cta-image-style-2 {
    position: relative;
    margin-top: -60px;
    text-align: right;
}

@media (max-width: 1399px) {
    .cta-image-style-2 {
        margin-top: 0;
    }
}

@media (max-width: 991px) {
    .cta-image-style-2 {
        max-width: 360px;
        margin: 0 auto;
    }
}

@media (max-width: 1399px) {
    .cta-image-style-2 img {
        width: 100%;
        height: 100%;
    }
}

.cta-bg-wrapper {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 67px 0;
}

@media (max-width: 1399px) {
    .cta-bg-wrapper {
        padding: 50px;
        flex-wrap: wrap;
        gap: 30px;
    }
}

@media (max-width: 991px) {
    .cta-bg-wrapper {
        padding: 40px;
    }
}

@media (max-width: 575px) {
    .cta-bg-wrapper {
        padding: 30px;
    }
}

.cta-bg-wrapper .cta-contact-item {
    display: flex;
    align-items: center;
    gap: 90px;
    position: relative;
}

@media (max-width: 1399px) {
    .cta-bg-wrapper .cta-contact-item {
        flex-wrap: wrap;
        gap: 30px;
    }
}

.cta-bg-wrapper .cta-contact-item .contact-item {
    display: flex;
    align-items: center;
    gap: 15px;
}

    .cta-bg-wrapper .cta-contact-item .contact-item .icon {
        background-color: var(--white);
        color: var(--theme);
        border-radius: 100px;
        text-align: center;
        width: 72px;
        height: 72px;
        line-height: 72px;
        font-size: 24px;
    }

    .cta-bg-wrapper .cta-contact-item .contact-item .content span {
        color: var(--white);
    }

    .cta-bg-wrapper .cta-contact-item .contact-item .content h5 {
        font-weight: 500;
    }

@media (max-width: 1399px) {
    .cta-bg-wrapper .cta-contact-item .contact-item .content h5 {
        font-size: 16px;
    }
}

.cta-bg-wrapper .cta-contact-item .contact-item .content h5 a {
    color: var(--white);
}

.cta-bg-section {
    position: relative;
}

    .cta-bg-section::before {
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        width: 100%;
        height: 100%;
        content: "";
        background: #F45B1E;
        opacity: 0.91;
    }

.cta-bg-wrapper-5 {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

@media (max-width: 1399px) {
    .cta-bg-wrapper-5 {
        gap: 30px;
    }
}

@media (max-width: 1199px) {
    .cta-bg-wrapper-5 {
        padding: 60px 0;
    }
}

@media (max-width: 991px) {
    .cta-bg-wrapper-5 {
        padding: 40px;
        padding-left: 0;
        padding-right: 0;
        flex-wrap: wrap;
    }
}

@media (max-width: 575px) {
    .cta-bg-wrapper-5 {
        padding: 30px;
        padding-left: 0;
        padding-right: 0;
    }
}

@media (max-width: 767px) {
    .cta-bg-wrapper-5 .cta-content .cta-button {
        margin-top: 30px;
    }
}

.cta-bg-wrapper-5 .cta-content .cta-button .theme-btn-main.style-2 {
    background-color: var(--header);
}

    .cta-bg-wrapper-5 .cta-content .cta-button .theme-btn-main.style-2 .theme-btn-arrow-left,
    .cta-bg-wrapper-5 .cta-content .cta-button .theme-btn-main.style-2 .theme-btn-arrow-right {
        color: var(--header);
    }

    .cta-bg-wrapper-5 .cta-content .cta-button .theme-btn-main.style-2:hover {
        background-color: var(--header);
    }

.cta-bg-wrapper-5 .cta-man {
    position: relative;
    margin-top: 30px;
}

@media (max-width: 1199px) {
    .cta-bg-wrapper-5 .cta-man {
        display: none;
    }
}

.cta-bg-wrapper-5 .cta-man img {
    width: 100%;
    height: 100%;
}

.cta-bg-wrapper-5 .cta-contact-item {
    position: relative;
}

    .cta-bg-wrapper-5 .cta-contact-item .contact-item {
        display: flex;
        align-items: center;
        gap: 15px;
        margin-bottom: 60px;
    }

@media (max-width: 1399px) {
    .cta-bg-wrapper-5 .cta-contact-item .contact-item {
        margin-bottom: 30px;
    }
}

.cta-bg-wrapper-5 .cta-contact-item .contact-item .icon {
    background-color: var(--white);
    color: var(--theme);
    border-radius: 100px;
    text-align: center;
    width: 72px;
    height: 72px;
    line-height: 72px;
    font-size: 24px;
}

.cta-bg-wrapper-5 .cta-contact-item .contact-item .content span {
    color: var(--white);
}

.cta-bg-wrapper-5 .cta-contact-item .contact-item .content h5 {
    font-weight: 500;
}

@media (max-width: 1399px) {
    .cta-bg-wrapper-5 .cta-contact-item .contact-item .content h5 {
        font-size: 16px;
    }
}

.cta-bg-wrapper-5 .cta-contact-item .contact-item .content h5 a {
    color: var(--white);
}

.cta-bg-section-5 {
    position: relative;
}

    .cta-bg-section-5::before {
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        width: 100%;
        height: 100%;
        content: "";
        background: #F45B1E;
        opacity: 0.91;
    }

    .cta-bg-section-5 .left-shape {
        position: absolute;
        left: 0;
        top: 0;
        bottom: 0;
        z-index: 1;
    }

@media (max-width: 1600px) {
    .cta-bg-section-5 .left-shape {
        display: none;
    }
}

.cta-bg-section-5 .right-shape {
    position: absolute;
    right: 90px;
    top: 0;
    bottom: 0;
    z-index: 999;
}

@media (max-width: 1600px) {
    .cta-bg-section-5 .right-shape {
        display: none;
    }
}

.instagram-image-style-5 {
    position: relative;
}

    .instagram-image-style-5.style-height {
        height: 888px;
    }

@media (max-width: 1600px) {
    .instagram-image-style-5.style-height {
        height: 662px;
    }
}

@media (max-width: 1399px) {
    .instagram-image-style-5.style-height {
        height: 462px;
    }

        .instagram-image-style-5.style-height img {
            object-fit: cover;
        }
}

.instagram-image-style-5.style-height img {
    object-fit: cover;
}

.instagram-image-style-5 img {
    width: 100%;
    height: 100%;
}

.instagram-image-style-5::before {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    content: "";
    background: var(--theme);
    opacity: 0.6;
    transform: scale(1, 0);
    transition: transform 500ms ease;
    transform-origin: bottom center;
    z-index: 1;
    border-radius: 6px;
}

.instagram-image-style-5 .icon {
    position: absolute;
    font-size: 50px;
    transform: translate(-50%, -50%);
    top: 20%;
    left: 80%;
    transform: translate(50%, -50%) scale(0.5);
    display: inline-block;
    z-index: 99;
    color: var(--white);
    opacity: 0;
    transition: all 0.4s ease-in-out;
}

.instagram-image-style-5:hover::before {
    transform: scale(1, 1);
    transform-origin: top center;
}

.instagram-image-style-5:hover .icon {
    opacity: 1;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) scale(1);
}

.instagram-box-style-5 {
    text-align: center;
    background-color: var(--bg-3);
    padding: 66px 50px;
}

@media (max-width: 1600px) {
    .instagram-box-style-5 {
        padding: 40px 30px;
    }
}

@media (max-width: 1399px) {
    .instagram-box-style-5 {
        padding: 66px 50px;
    }
}

@media (max-width: 991px) {
    .instagram-box-style-5 {
        padding: 30px;
    }
}

.instagram-box-style-5 .icon {
    text-align: center;
    margin: 0 auto;
}

.instagram-box-style-5 h4 {
    font-size: 24px;
    font-weight: 700;
    margin-top: 20px;
    margin-bottom: 30px;
    line-height: 150%;
}

@media (max-width: 1600px) {
    .instagram-box-style-5 h4 {
        font-size: 20px;
        margin-bottom: 10px;
        margin-top: 10px;
    }
}

@media (max-width: 1399px) {
    .instagram-box-style-5 h4 {
        margin-bottom: 30px;
        margin-top: 20px;
    }
}

@media (max-width: 991px) {
    .instagram-box-style-5 h4 {
        margin-bottom: 15px;
    }
}

.instagram-box-style-5 p {
    max-width: 381px;
    text-align: center;
    margin: 0 auto;
}

@media (max-width: 1600px) {
    .instagram-box-style-5 p {
        font-size: 15px;
    }
}

@media (max-width: 1399px) {
    .instagram-box-style-5 p {
        font-size: 16px;
    }
}

.instagram-box-style-5 .link-btn {
    color: var(--theme);
    display: inline-block;
    margin-top: 30px;
}

@media (max-width: 1600px) {
    .instagram-box-style-5 .link-btn {
        margin-top: 10px;
    }
}

@media (max-width: 1399px) {
    .instagram-box-style-5 .link-btn {
        margin-top: 30px;
    }
}

@media (max-width: 991px) {
    .instagram-box-style-5 .link-btn {
        margin-top: 15px;
    }
}

.instagram-section-5 {
    margin: 0 20px;
}

@media (max-width: 575px) {
    .instagram-section-5 {
        margin: 0 15px;
    }
}

.cta-project-area-4 {
    max-width: 1630px;
    background-color: var(--theme);
    padding: 100px 0;
    margin: 0 auto;
}

@media (max-width: 991px) {
    .cta-project-area-4 {
        padding: 80px 0;
    }
}

.cta-project-wrapper-4 {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

@media (max-width: 1199px) {
    .cta-project-wrapper-4 {
        flex-wrap: wrap;
        gap: 20px;
    }
}

.cta-project-wrapper-4 .counter-items {
    min-width: 400px;
}

    .cta-project-wrapper-4 .counter-items h2 {
        color: var(--white);
        font-size: 72px;
        font-weight: 400;
    }

@media (max-width: 767px) {
    .cta-project-wrapper-4 .counter-items h2 {
        font-size: 60px;
    }
}

@media (max-width: 575px) {
    .cta-project-wrapper-4 .counter-items h2 {
        font-size: 50px;
    }
}

.cta-project-wrapper-4 .counter-items h5 {
    color: var(--white);
}

.cta-project-wrapper-4 p {
    max-width: 448px;
    color: var(--white);
}

.cta-project-wrapper-4 .theme-btn-main {
    background-color: var(--header);
}

.cta-project-section-4 {
    position: relative;
    z-index: 9;
}

    .cta-project-section-4::before {
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        width: 100%;
        height: 100%;
        content: "";
        background: var(--header);
        height: 55%;
        z-index: -1;
    }

.cta-wrapper-4 {
    background-color: var(--theme);
    position: relative;
    margin-top: 113px;
}

@media (max-width: 1199px) {
    .cta-wrapper-4 {
        margin-top: 0;
    }
}

.cta-wrapper-4 .cta-image-style-4 {
    position: absolute;
    top: -115px;
    bottom: 0;
}

.cta-content-style-4 {
    padding: 78px 88px;
}

@media (max-width: 991px) {
    .cta-content-style-4 {
        padding: 40px 50px;
    }
}

@media (max-width: 767px) {
    .cta-content-style-4 {
        padding: 30px 40px;
    }
}

@media (max-width: 575px) {
    .cta-content-style-4 {
        padding: 20px 30px;
    }
}

.cta-content-style-4 h2 {
    color: var(--white);
    margin-bottom: 12px;
}

    .cta-content-style-4 h2.title-8 {
        font-size: 52px;
        line-height: 125%;
        font-family: "Manrope", sans-serif;
    }

@media (max-width: 1199px) {
    .cta-content-style-4 h2.title-8 {
        font-size: 42px;
    }
}

@media (max-width: 575px) {
    .cta-content-style-4 h2.title-8 {
        font-size: 35px;
    }
}

.cta-content-style-4 p {
    color: var(--white);
    max-width: 728px;
    margin-bottom: 30px;
}

.cta-content-style-4 .cta-button-item {
    display: flex;
    align-items: center;
    gap: 24px;
}

@media (max-width: 991px) {
    .cta-content-style-4 .cta-button-item {
        flex-wrap: wrap;
        gap: 30px;
    }
}

.cta-content-style-4 .cta-button-item .cta-button .theme-btn-main.style-2 {
    background-color: var(--header);
}

    .cta-content-style-4 .cta-button-item .cta-button .theme-btn-main.style-2 .theme-btn-arrow-left,
    .cta-content-style-4 .cta-button-item .cta-button .theme-btn-main.style-2 .theme-btn-arrow-right {
        color: var(--header);
    }

    .cta-content-style-4 .cta-button-item .cta-button .theme-btn-main.style-2:hover {
        background-color: var(--header);
    }

.cta-content-style-4 .cta-button-item .call-item {
    display: flex;
    align-items: center;
    gap: 15px;
}

    .cta-content-style-4 .cta-button-item .call-item .icon {
        width: 54px;
        height: 54px;
        line-height: 54px;
        text-align: center;
        color: var(--white);
        border: 1px solid rgb(255, 255, 255);
    }

    .cta-content-style-4 .cta-button-item .call-item h5 {
        font-weight: 500;
    }

        .cta-content-style-4 .cta-button-item .call-item h5 a {
            color: var(--white);
        }

        .cta-content-style-4 .cta-button-item .call-item h5.phone {
            font-size: 28px;
            font-weight: 500;
            font-family: "Manrope", sans-serif;
        }

@media (max-width: 1199px) {
    .cta-image-style-4 {
        display: none;
    }
}

.cta-image-style-4 img {
    width: 100%;
    height: 100%;
}

.cta-section-4 {
    position: relative;
    z-index: 999;
}

    .cta-section-4::before {
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        width: 100%;
        height: 100%;
        content: "";
        z-index: -1;
        background: rgb(34, 34, 34);
        top: 50%;
        height: initial;
    }

.cta-top-bg-wrapperr-7 .cta-top-wrapper {
    position: relative;
    padding: 250px 0 110px;
}

@media (max-width: 1399px) {
    .cta-top-bg-wrapperr-7 .cta-top-wrapper {
        padding: 100px 0 100px;
    }
}

@media (max-width: 991px) {
    .cta-top-bg-wrapperr-7 .cta-top-wrapper {
        padding: 80px 0 80px;
    }
}

.cta-top-bg-wrapperr-7 .cta-top-wrapper .right-shape {
    position: absolute;
    right: 90px;
    top: 65px;
}

@media (max-width: 1399px) {
    .cta-top-bg-wrapperr-7 .cta-top-wrapper .right-shape {
        display: none;
    }
}

.cta-top-bg-wrapperr-7 .cta-top-wrapper::before {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    content: "";
    background: rgba(9, 0, 37, 0.61);
}

.cta-top-bg-wrapperr-7 .cta-top-wrapper .cta-left-content .theme-btn-main {
    margin-top: 30px;
}

.cta-top-bg-wrapperr-7 .cta-bg-bottom .cta-bg-itemss {
    display: flex;
    align-items: center;
    gap: 40px;
    align-items: end;
}

@media (max-width: 1399px) {
    .cta-top-bg-wrapperr-7 .cta-bg-bottom .cta-bg-itemss {
        flex-wrap: wrap;
        gap: 30px;
    }
}

.cta-top-bg-wrapperr-7 .cta-bg-bottom .cta-bg-itemss .left-item {
    display: flex;
    align-items: center;
    gap: 60px;
    padding-bottom: 110px;
}

@media (max-width: 1399px) {
    .cta-top-bg-wrapperr-7 .cta-bg-bottom .cta-bg-itemss .left-item {
        gap: 0px;
        padding-top: 100px;
    }
}

@media (max-width: 991px) {
    .cta-top-bg-wrapperr-7 .cta-bg-bottom .cta-bg-itemss .left-item {
        padding-bottom: 0px;
        flex-wrap: wrap;
        gap: 30px;
        padding-top: 80px;
    }
}

.cta-top-bg-wrapperr-7 .cta-bg-bottom .cta-bg-itemss .left-item .left-text span {
    color: var(--white);
    text-transform: uppercase;
    font-weight: 500;
}

.cta-top-bg-wrapperr-7 .cta-bg-bottom .cta-bg-itemss .left-item .left-text .icon-item {
    display: flex;
    align-items: center;
    gap: 30px;
    margin-top: 100px;
    min-width: 351px;
}

@media (max-width: 1399px) {
    .cta-top-bg-wrapperr-7 .cta-bg-bottom .cta-bg-itemss .left-item .left-text .icon-item {
        margin-top: 30px;
        flex-wrap: wrap;
        gap: 20px;
    }
}

.cta-top-bg-wrapperr-7 .cta-bg-bottom .cta-bg-itemss .left-item .left-text .icon-item .icon {
    width: 117px;
    height: 117px;
    line-height: 117px;
    text-align: center;
    border-radius: 100px;
    background-color: var(--theme);
}

@media (max-width: 1399px) {
    .cta-top-bg-wrapperr-7 .cta-bg-bottom .cta-bg-itemss .left-item .left-text .icon-item .icon {
        width: 90px;
        height: 90px;
        line-height: 90px;
    }
}

.cta-top-bg-wrapperr-7 .cta-bg-bottom .cta-bg-itemss .left-item .left-text .icon-item .content h2 {
    font-size: 60px;
    color: var(--white);
}

@media (max-width: 1399px) {
    .cta-top-bg-wrapperr-7 .cta-bg-bottom .cta-bg-itemss .left-item .left-text .icon-item .content h2 {
        font-size: 40px;
    }
}

.cta-top-bg-wrapperr-7 .cta-bg-bottom .cta-bg-itemss .left-item .left-text .icon-item .content p {
    color: var(--white);
    text-transform: uppercase;
    font-size: 18px;
    font-weight: 600;
}

@media (max-width: 1399px) {
    .cta-top-bg-wrapperr-7 .cta-bg-bottom .cta-bg-itemss .left-item .left-text .icon-item .content p {
        font-size: 16px;
    }
}

.cta-top-bg-wrapperr-7 .cta-bg-bottom .cta-bg-itemss .left-item .list-item span {
    text-transform: uppercase;
    color: var(--white);
    font-weight: 500;
}

.cta-top-bg-wrapperr-7 .cta-bg-bottom .cta-bg-itemss .left-item .list-item .list {
    margin-top: 100px;
}

@media (max-width: 1399px) {
    .cta-top-bg-wrapperr-7 .cta-bg-bottom .cta-bg-itemss .left-item .list-item .list {
        margin-top: 30px;
    }
}

.cta-top-bg-wrapperr-7 .cta-bg-bottom .cta-bg-itemss .left-item .list-item .list li {
    color: var(--white);
    font-weight: 600;
    font-size: 15.5px;
}

@media (max-width: 1399px) {
    .cta-top-bg-wrapperr-7 .cta-bg-bottom .cta-bg-itemss .left-item .list-item .list li {
        font-size: 14.5px;
    }
}

@media (max-width: 991px) {
    .cta-top-bg-wrapperr-7 .cta-bg-bottom .cta-bg-itemss .left-item .list-item .list li {
        font-size: 15.5px;
    }
}

.cta-top-bg-wrapperr-7 .cta-bg-bottom .cta-bg-itemss .left-item .list-item .list li:not(:last-child) {
    margin-bottom: 10px;
}

.cta-top-bg-wrapperr-7 .cta-bg-bottom .cta-bg-itemss .left-item .list-item .list li i {
    margin-right: 10px;
    color: var(--theme);
}

.cta-top-bg-wrapperr-7 .cta-bg-bottom .cta-bg-itemss .cta-right-image {
    margin-top: -270px;
}

@media (max-width: 1399px) {
    .cta-top-bg-wrapperr-7 .cta-bg-bottom .cta-bg-itemss .cta-right-image {
        margin-top: 0;
        max-width: 255px;
        height: 330px;
    }
}

@media (max-width: 991px) {
    .cta-top-bg-wrapperr-7 .cta-bg-bottom .cta-bg-itemss .cta-right-image {
        max-width: initial;
        height: initial;
    }
}

.cta-top-bg-wrapperr-7 .cta-bg-bottom .cta-bg-itemss .cta-right-image img {
    width: 100%;
    height: 100%;
}

.cta-bannerr-section-7 {
    margin: 0 27px;
}

@media (max-width: 1399px) {
    .cta-bannerr-section-7 {
        margin: 0 15px;
    }
}

.cta-bg-71 {
    background-color: rgba(40, 83, 230, 0.04);
}

@media (min-width: 991px) {
    .shop-main-sidebar {
        margin-left: 20px;
    }
}

@media (max-width: 991px) {
    .shop-main-sidebar {
        margin-top: 40px;
    }
}

.shop-main-sidebar .single-sidebar-widget {
    box-sizing: border-box;
    padding: 30px;
    margin-bottom: 40px;
    background-color: transparent;
    border: 1px solid rgba(0, 0, 0, 0.15);
    border-radius: 0px;
}

    .shop-main-sidebar .single-sidebar-widget ul {
        padding-left: 0;
    }

        .shop-main-sidebar .single-sidebar-widget ul > li {
            margin-bottom: 10px;
        }

            .shop-main-sidebar .single-sidebar-widget ul > li a {
                font-size: 16px;
                font-weight: 400;
                text-transform: capitalize;
            }

                .shop-main-sidebar .single-sidebar-widget ul > li a:hover {
                    color: var(--theme);
                }

        .shop-main-sidebar .single-sidebar-widget ul ul {
            padding-left: 20px;
        }

            .shop-main-sidebar .single-sidebar-widget ul ul li {
                margin-top: 5px;
            }

    .shop-main-sidebar .single-sidebar-widget:last-child {
        margin-bottom: 0;
    }

    .shop-main-sidebar .single-sidebar-widget .wid-title {
        margin-bottom: 25px;
        padding-left: 45px;
        position: relative;
    }

        .shop-main-sidebar .single-sidebar-widget .wid-title::before {
            left: 0;
            top: 50%;
            transform: translateY(-50%);
            content: "";
            height: 4px;
            width: 18px;
            border-radius: 0px;
            position: absolute;
            background-color: var(--theme);
        }

        .shop-main-sidebar .single-sidebar-widget .wid-title::after {
            left: 22px;
            top: 50%;
            transform: translateY(-50%);
            content: "";
            height: 4px;
            width: 4px;
            border-radius: 50%;
            position: absolute;
            background-color: var(--theme);
        }

        .shop-main-sidebar .single-sidebar-widget .wid-title h3 {
            font-size: 24px;
            font-weight: 400;
        }

    .shop-main-sidebar .single-sidebar-widget .social-link a {
        display: inline-block;
        width: 40px;
        height: 40px;
        line-height: 40px;
        text-align: center;
        border-radius: 50%;
        background-color: var(--white);
        font-size: 14px;
        margin-right: 5px;
        margin-bottom: 5px;
    }

        .shop-main-sidebar .single-sidebar-widget .social-link a:hover {
            background-color: var(--theme);
            color: var(--white);
        }

    .shop-main-sidebar .single-sidebar-widget .popular-posts .single-post-item, .shop-main-sidebar .single-sidebar-widget .popular_posts .single-post-item {
        overflow: hidden;
    }

        .shop-main-sidebar .single-sidebar-widget .popular-posts .single-post-item:not(:last-child), .shop-main-sidebar .single-sidebar-widget .popular_posts .single-post-item:not(:last-child) {
            margin-bottom: 35px;
        }

        .shop-main-sidebar .single-sidebar-widget .popular-posts .single-post-item .thumb, .shop-main-sidebar .single-sidebar-widget .popular_posts .single-post-item .thumb {
            height: 95px;
            width: 95px;
            background-color: #f2f2f2;
            float: left;
            overflow: hidden;
            margin-right: 20px;
        }

        .shop-main-sidebar .single-sidebar-widget .popular-posts .single-post-item .post-content, .shop-main-sidebar .single-sidebar-widget .popular_posts .single-post-item .post-content {
            overflow: hidden;
        }

            .shop-main-sidebar .single-sidebar-widget .popular-posts .single-post-item .post-content h5, .shop-main-sidebar .single-sidebar-widget .popular_posts .single-post-item .post-content h5 {
                font-size: 18px;
                font-weight: 500;
                margin-bottom: 0;
                text-transform: capitalize;
            }

                .shop-main-sidebar .single-sidebar-widget .popular-posts .single-post-item .post-content h5 a:hover, .shop-main-sidebar .single-sidebar-widget .popular_posts .single-post-item .post-content h5 a:hover {
                    color: var(--theme);
                }

            .shop-main-sidebar .single-sidebar-widget .popular-posts .single-post-item .post-content .post-date, .shop-main-sidebar .single-sidebar-widget .popular_posts .single-post-item .post-content .post-date {
                margin-top: 10px;
                color: var(--theme);
                font-weight: 400;
                font-size: 15px;
                text-transform: capitalize;
            }

                .shop-main-sidebar .single-sidebar-widget .popular-posts .single-post-item .post-content .post-date i, .shop-main-sidebar .single-sidebar-widget .popular_posts .single-post-item .post-content .post-date i {
                    margin-right: 7px;
                }

        .shop-main-sidebar .single-sidebar-widget .popular-posts .single-post-item.style-2 .post-content, .shop-main-sidebar .single-sidebar-widget .popular_posts .single-post-item.style-2 .post-content {
            overflow: hidden;
        }

            .shop-main-sidebar .single-sidebar-widget .popular-posts .single-post-item.style-2 .post-content .star, .shop-main-sidebar .single-sidebar-widget .popular_posts .single-post-item.style-2 .post-content .star {
                color: rgb(251, 188, 5);
                font-size: 14px;
            }

            .shop-main-sidebar .single-sidebar-widget .popular-posts .single-post-item.style-2 .post-content h4, .shop-main-sidebar .single-sidebar-widget .popular_posts .single-post-item.style-2 .post-content h4 {
                font-size: 20px;
                font-weight: 500;
                margin-bottom: 0;
                text-transform: capitalize;
                margin-top: 5px;
            }

                .shop-main-sidebar .single-sidebar-widget .popular-posts .single-post-item.style-2 .post-content h4 a:hover, .shop-main-sidebar .single-sidebar-widget .popular_posts .single-post-item.style-2 .post-content h4 a:hover {
                    color: var(--theme);
                }

            .shop-main-sidebar .single-sidebar-widget .popular-posts .single-post-item.style-2 .post-content p, .shop-main-sidebar .single-sidebar-widget .popular_posts .single-post-item.style-2 .post-content p {
                font-size: 16px;
                font-weight: 500;
                color: var(--theme);
                margin-top: 5px;
            }

    .shop-main-sidebar .single-sidebar-widget .widget_categories ul li {
        display: block;
    }

        .shop-main-sidebar .single-sidebar-widget .widget_categories ul li:last-child a {
            margin-bottom: 0;
        }

        .shop-main-sidebar .single-sidebar-widget .widget_categories ul li a {
            position: relative;
            background: var(--white);
            padding: 17px 20px;
            line-height: 1;
            font-size: 16px;
            font-family: "Unbounded", sans-serif;
            display: block;
            margin-bottom: 12px;
            font-weight: 500;
            transition: all 0.4s ease-in-out;
            border: 1px solid rgba(0, 0, 0, 0.15);
            border-radius: 0px;
        }

            .shop-main-sidebar .single-sidebar-widget .widget_categories ul li a:hover {
                color: var(--theme);
            }

            .shop-main-sidebar .single-sidebar-widget .widget_categories ul li a i {
                margin-right: 10px;
            }

            .shop-main-sidebar .single-sidebar-widget .widget_categories ul li a span {
                position: absolute;
                width: 60px;
                line-height: 55px;
                height: 100%;
                content: "";
                background-color: var(--theme);
                right: 0;
                top: 0;
                text-align: center;
                color: var(--white);
            }

.shop-main-sidebar .tagcloud a {
    display: inline-block;
    padding: 12px 22px;
    line-height: 1;
    font-weight: 600;
    font-size: 14px;
    border: 1px solid rgba(0, 0, 0, 0.15);
    margin-right: 8px;
    text-transform: capitalize;
    margin-bottom: 10px;
    border-radius: 0px;
}

    .shop-main-sidebar .tagcloud a:last-child {
        margin-right: 0;
    }

    .shop-main-sidebar .tagcloud a:hover {
        background-color: var(--theme);
        color: var(--white);
    }

.shop-main-sidebar .search_widget form {
    width: 100%;
    position: relative;
}

    .shop-main-sidebar .search_widget form input {
        background-color: var(--white);
        font-size: 15px;
        padding: 20px;
        width: 100%;
        border: none;
        text-transform: capitalize;
        color: var(--header);
        border: 1px solid rgba(0, 0, 0, 0.15);
        border-radius: 0px;
    }

    .shop-main-sidebar .search_widget form button {
        position: absolute;
        right: 0;
        top: 0;
        width: 70px;
        font-size: 18px;
        height: 100%;
        background-color: var(--theme);
        color: var(--white);
        text-align: center;
        transition: all 0.3s ease-in-out;
    }

        .shop-main-sidebar .search_widget form button:hover {
            background-color: var(--header);
        }

.shop-box-items {
    padding: 38px;
    background: rgb(254, 245, 241);
    text-align: center;
    transition: all 0.4s ease-in-out;
    position: relative;
    z-index: 9;
}

    .shop-box-items .sale-icon {
        background: var(--theme);
        padding: 10px 14px;
        line-height: 1;
        display: inline-block;
        font-size: 13px;
        font-weight: 600;
        color: var(--white);
        position: absolute;
        top: 15px;
        left: 20px;
    }

    .shop-box-items .discount-icon {
        background: var(--theme);
        padding: 10px 14px;
        line-height: 1;
        display: inline-block;
        font-size: 13px;
        font-weight: 600;
        color: var(--white);
        position: absolute;
        top: 15px;
        right: 20px;
    }

    .shop-box-items .shop-image {
        position: relative;
        z-index: 9;
        padding-top: 50px;
        transition: all 0.4s ease-in-out;
        height: 130px;
    }

        .shop-box-items .shop-image .shop-icon {
            gap: 10px;
            position: absolute;
            bottom: -30%;
            left: 0;
            transform: translateY(-50%);
            right: 0;
            transition: all 0.4s ease-in-out;
        }

            .shop-box-items .shop-image .shop-icon li {
                transform: scaleX(0);
                transition: 0.4s ease-in-out;
                cursor: pointer;
            }

                .shop-box-items .shop-image .shop-icon li a {
                    background-color: var(--white);
                    width: 45px;
                    height: 45px;
                    line-height: 45px;
                    display: inline-block;
                    color: #3C3C3C;
                    text-align: center;
                    transition: all 0.4s ease-in-out;
                    border-radius: 50%;
                }

                    .shop-box-items .shop-image .shop-icon li a:hover {
                        background-color: var(--header);
                        color: var(--white);
                    }

    .shop-box-items .content {
        margin-top: 100px;
        transition: all 0.4s ease-in-out;
    }

        .shop-box-items .content .star {
            color: var(--theme);
        }

        .shop-box-items .content h5 {
            font-size: 16px;
            font-weight: 600;
            margin-top: 6px;
            transition: all 0.4s ease-in-out;
        }

            .shop-box-items .content h5 a:hover {
                color: var(--theme);
            }

        .shop-box-items .content ul {
            display: flex;
            gap: 18px;
            align-items: center;
            margin-top: 8px;
            justify-content: center;
        }

            .shop-box-items .content ul li {
                color: var(--theme);
                font-size: 14px;
                font-weight: 600;
                font-family: "Unbounded", sans-serif;
            }

                .shop-box-items .content ul li del {
                    color: rgba(244, 91, 30, 0.6);
                    font-size: 14px;
                    font-weight: 600;
                    font-family: "Unbounded", sans-serif;
                }

    .shop-box-items:hover .shop-image .shop-icon li {
        transform: scaleX(1);
    }

.price-range-wrapper .slider-container {
    position: relative;
    width: 100%;
}

.price-range-wrapper .price-text label {
    color: #1b1f2a;
    font-size: 16px;
    font-weight: 500;
}

.price-range-wrapper .price-text input {
    color: #1b1f2a;
    font-size: 16px;
    font-weight: 500;
    background-color: transparent;
}

.price-range-wrapper .slider {
    -webkit-appearance: none;
    appearance: none;
    width: 100%;
    height: 6px;
    background: #ddd; /* Default background */
    outline: none;
    position: absolute;
    top: 0;
    pointer-events: none;
}

.price-range-wrapper {
    /* Custom thumb styling */
}

    .price-range-wrapper .slider::-webkit-slider-thumb {
        -webkit-appearance: none;
        appearance: none;
        width: 18px;
        height: 18px;
        background: var(--theme);
        cursor: pointer;
        border: 2px solid #fff;
        position: relative;
        z-index: 2;
        pointer-events: all;
    }

    .price-range-wrapper .slider::-moz-range-thumb {
        width: 20px;
        height: 20px;
        background: var(--theme);
        cursor: pointer;
        border-radius: 4px;
        border: 2px solid #000;
        z-index: 2;
        position: relative;
    }

    .price-range-wrapper .slider::-ms-thumb {
        width: 20px;
        height: 20px;
        background: var(--theme);
        cursor: pointer;
        border-radius: 0px;
        border: 2px solid #000;
        z-index: 2;
        position: relative;
    }

.price-range-wrapper {
    /* Remove the default appearance for sliders in Firefox */
}

    .price-range-wrapper input[type=range]::-moz-range-track {
        background: transparent;
    }

.shop-notices-wrapper {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 30px;
}

@media (max-width: 1199px) {
    .shop-notices-wrapper {
        flex-wrap: wrap;
        gap: 30px;
    }
}

.shop-notices-wrapper .form .single-select {
    padding: 16px 20px;
    border: none;
    font-size: 16px;
    font-weight: 400;
    outline: none;
    line-height: 1;
    height: initial;
    border: 1px solid #BFBFBF;
    background: #F2F2F2;
    color: var(--header);
    border-radius: 0px;
}

    .shop-notices-wrapper .form .single-select::after {
        right: 20px;
        border-bottom: 2px solid var(--header);
        border-right: 2px solid var(--header);
        margin-top: -5px;
        width: 8px;
        height: 8px;
    }

    .shop-notices-wrapper .form .single-select .option {
        color: var(--text);
    }

.shop-notices-wrapper .form .list {
    width: 100%;
}

.shop-notices-wrapper .form-clt {
    max-width: 300px;
    width: 100%;
    position: relative;
    z-index: 99;
}

.common-table {
    min-width: -moz-max-content;
    min-width: max-content;
    width: 100%;
    overflow: hidden;
    box-sizing: border-box;
}

    .common-table .cart-item-thumb {
        width: 86px;
    }

@media (max-width: 1399px) {
    .common-table .cart-item-thumb {
        flex-wrap: wrap;
    }
}

.common-table .cart-item-thumb .head {
    color: var(--header);
    font-size: 14px;
    text-transform: capitalize;
    font-family: "Unbounded", sans-serif;
    font-weight: 500;
}

.common-table .price-usd {
    font-size: 16px;
    font-weight: 500;
    color: var(--header);
}

.common-table tr {
    border-bottom: 1px solid #E4E4E5;
}

.common-table thead,
.common-table tbody {
    width: 100%;
}

    .common-table thead tr,
    .common-table tbody tr {
        width: 100%;
        display: flex;
        box-sizing: border-box;
    }

        .common-table thead tr th,
        .common-table thead tr td,
        .common-table tbody tr th,
        .common-table tbody tr td {
            width: 100%;
            box-sizing: border-box;
        }

    .common-table thead tr {
        color: #1B1F2A;
        border-bottom: unset;
        border-radius: 16px 16px 0 0;
        border-bottom: 1px solid #E4E4E5;
    }

        .common-table thead tr th {
            background: unset;
            color: unset;
            border: unset;
            font-size: 16px;
            padding-bottom: 16px;
        }

    .common-table tbody tr td {
        background: transparent;
        color: unset;
        box-sizing: border-box;
        border-bottom: unset;
    }

.quantity button i {
    font-size: 16px;
}

.quantity .quantityValue {
    width: 40px;
    text-align: center;
    padding: 0;
    color: #000;
    border: unset;
}

@media (max-width: 767px) {
    .cart-list-area .table-responsive {
        overflow-x: scroll;
    }
}

@media (max-width: 991px) {
    .cart-list-area .table-responsive .table {
        width: 900px;
    }
}

.cart-list-area .coupon-items input {
    background: rgb(255, 255, 255);
    border: 1px solid rgba(60, 60, 60, 0.3);
    padding: 18px 30px;
    color: var(--text);
    line-height: 1;
    border-radius: 0px;
}

.cart-list-area .theme-btn {
    transition: all 0.4s ease-in-out;
}

.cart-total-area {
    margin-top: -10px;
}

    .cart-total-area h3 {
        font-size: 40px;
        margin-bottom: 5px;
    }

    .cart-total-area ul {
        margin-bottom: 50px;
    }

        .cart-total-area ul li {
            font-size: 20px;
            font-weight: 600;
            color: var(--header);
            display: flex;
            align-items: center;
            gap: 220px;
            border-bottom: 1px solid #E4E4E5;
            padding-bottom: 25px;
            padding-top: 25px;
        }

            .cart-total-area ul li .subtotal {
                color: #666C78;
                font-weight: 400;
                margin-left: -30px;
            }

            .cart-total-area ul li .price {
                font-weight: 700;
                font-size: 22px;
                flex-basis: 30%;
            }

.checkout-radio {
    box-shadow: 0px 6px 30px rgba(0, 0, 0, 0.06);
    border-radius: 0px;
}

    .checkout-radio .primary-text {
        font-size: 24px;
        font-weight: 500;
        line-height: 150%;
        margin-bottom: 16px;
        color: var(--header);
        text-transform: capitalize;
    }

.checkout-radio {
    padding: 24px;
}

    .checkout-radio h4 {
        color: var(--header);
        margin-bottom: 16px;
        font-weight: 500;
    }

    .checkout-radio .checkout-radio-wrapper .checkout-radio-single .form-check-input {
        border-radius: 50%;
        width: 18px;
        height: 18px;
        box-shadow: none;
        outline: none;
        border: 1px solid var(--border);
        font-weight: 500;
    }

    .checkout-radio .checkout-radio-wrapper .checkout-radio-single label {
        color: var(--header);
        text-transform: capitalize;
    }

    .checkout-radio .checkout-radio-wrapper .checkout-radio-single:not(:last-child) {
        margin-bottom: 12px;
    }

@media (max-width: 500px) {
    .checkout-radio {
        padding: 10px;
    }
}

.checkout-single-wrapper .checkout-single h4 {
    color: var(--header);
    margin-bottom: 2rem;
    font-weight: 500;
}

.checkout-single-wrapper .checkout-single .checkout-single-form .input-single textarea,
.checkout-single-wrapper .checkout-single .checkout-single-form .input-single .country-select,
.checkout-single-wrapper .checkout-single .checkout-single-form .input-single input {
    width: 100%;
    outline: none;
    box-shadow: none;
    border: 1px solid #D9D9D9;
    border-radius: 0px;
    padding: 12px 24px;
    color: var(--header);
    text-transform: capitalize;
    font-weight: 500;
}

.checkout-single-wrapper .checkout-single .checkout-single-form .input-single label {
    color: var(--header);
    font-size: 18px;
    text-transform: capitalize;
    margin-bottom: 10px;
    font-weight: 500;
}

.checkout-single-wrapper .checkout-single .checkout-single-form .input-single ::placeholder {
    color: var(--header);
}

.checkout-single-wrapper .checkout-single .checkout-single-form .input-single .nice-select {
    background-color: var(--white);
    border-radius: 0;
    padding: 12px 24px;
    height: initial;
    line-height: initial;
}

    .checkout-single-wrapper .checkout-single .checkout-single-form .input-single .nice-select span {
        font-size: 18px;
        color: var(--header);
        font-weight: 500;
    }

    .checkout-single-wrapper .checkout-single .checkout-single-form .input-single .nice-select::after {
        border-right: 1px solid #D9D9D9;
        border-bottom: 1px solid #D9D9D9;
    }

    .checkout-single-wrapper .checkout-single .checkout-single-form .input-single .nice-select .list {
        width: 100%;
    }

    .checkout-single-wrapper .checkout-single .checkout-single-form .input-single .nice-select .option {
        background-color: var(--bg);
        border: none;
    }

.checkout-single-wrapper .checkout-single .checkout-single-form .payment {
    color: var(--header);
    margin-bottom: 12px;
    text-transform: capitalize;
}

.checkout-single-wrapper .boxshado-single {
    box-shadow: 0px 6px 30px rgba(0, 0, 0, 0.06);
    border-radius: 0px;
    padding: 32px;
    margin-bottom: 24px;
}

@media (max-width: 575px) {
    .checkout-single-wrapper .boxshado-single {
        padding: 14px;
    }
}

.checkout-single-wrapper .checkout-single-bg {
    box-shadow: 0px 6px 30px rgba(0, 0, 0, 0.06);
    border-radius: 0px;
    padding: 32px;
}

    .checkout-single-wrapper .checkout-single-bg .checkout-single-form .input-single textarea,
    .checkout-single-wrapper .checkout-single-bg .checkout-single-form .input-single .country-select,
    .checkout-single-wrapper .checkout-single-bg .checkout-single-form .input-single input {
        border: 1px solid #D9D9D9;
        background: transparent;
        text-transform: capitalize;
    }

@media (max-width: 575px) {
    .checkout-single-wrapper .checkout-single-bg {
        padding: 14px;
    }
}

.checkout-single-wrapper .checkout-single-bg .payment-save {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-top: 20px;
}

    .checkout-single-wrapper .checkout-single-bg .payment-save input {
        width: 24px;
        height: 24px;
        border-radius: 0px;
        border: 1px solid #D9D9D9;
        background-color: var(--theme);
        outline: none;
        color: var(--header);
    }

    .checkout-single-wrapper .checkout-single-bg .payment-save label {
        font-size: 16px;
        font-weight: 500;
        text-transform: capitalize;
    }

.checkout-single-wrapper .theme-btn::before {
    background-color: var(--header);
}

.checkout-single-wrapper .theme-btn:hover {
    color: var(--white);
}

.shop-details-wrapper .shop-details-image {
    position: relative;
}

    .shop-details-wrapper .shop-details-image img {
        width: 100%;
        height: 100%;
    }

    .shop-details-wrapper .shop-details-image .nav {
        display: flex;
        align-items: center;
        gap: 15px;
        margin-top: 10px;
        justify-content: center;
        position: relative;
        z-index: 9;
    }

        .shop-details-wrapper .shop-details-image .nav .nav-link {
            padding: 0;
            max-width: 115px;
            border: 1px solid rgba(60, 60, 60, 0.17);
            border-radius: 0px;
        }

    .shop-details-wrapper .shop-details-image .shop-thumb {
        box-shadow: 0px 11px 50px 11px rgba(1, 53, 102, 0.05);
    }

        .shop-details-wrapper .shop-details-image .shop-thumb img {
            width: 100%;
            height: 100%;
        }

.shop-details-wrapper .product-details-content {
    margin-left: 60px;
}

@media (max-width: 1399px) {
    .shop-details-wrapper .product-details-content {
        margin-left: 30px;
    }
}

@media (max-width: 991px) {
    .shop-details-wrapper .product-details-content {
        margin-left: 0;
    }
}

.shop-details-wrapper .product-details-content h2 {
    font-size: 36px;
    font-weight: 600;
    line-height: 164%;
    max-width: 527px;
}

@media (max-width: 767px) {
    .shop-details-wrapper .product-details-content h2 {
        font-size: 42px;
    }
}

@media (max-width: 575px) {
    .shop-details-wrapper .product-details-content h2 {
        font-size: 28px;
    }
}

.shop-details-wrapper .product-details-content .star a {
    color: rgb(242, 193, 5);
    font-size: 16px;
    font-weight: 600;
}

.shop-details-wrapper .product-details-content .star span {
    margin-left: 10px;
}

.shop-details-wrapper .product-details-content .price-list {
    gap: 20px;
    border-bottom: 1px solid var(--border);
    padding-bottom: 30px;
}

    .shop-details-wrapper .product-details-content .price-list ul {
        display: flex;
        gap: 25px;
        margin-top: 10px;
    }

        .shop-details-wrapper .product-details-content .price-list ul li {
            font-size: 40px;
            color: var(--theme);
        }

            .shop-details-wrapper .product-details-content .price-list ul li del {
                color: rgba(244, 91, 30, 0.6);
            }

.shop-details-wrapper .product-details-content .cart-quantity {
    display: flex;
    align-items: center;
    gap: 16px;
    margin: 30px 0;
}

@media (max-width: 1199px) {
    .shop-details-wrapper .product-details-content .cart-quantity {
        flex-wrap: wrap;
    }
}

.shop-details-wrapper .product-details-content .cart-quantity .qty {
    display: flex;
    align-items: center;
    border: 1px solid #E4E4E5;
    padding: 16px 24px;
    line-height: 1;
    justify-content: space-between;
    border-radius: 0px;
}

    .shop-details-wrapper .product-details-content .cart-quantity .qty button,
    .shop-details-wrapper .product-details-content .cart-quantity .qty input {
        display: flex;
        align-items: center;
        justify-content: center;
        color: var(--header);
        font-weight: 400;
        font-size: 24px;
    }

    .shop-details-wrapper .product-details-content .cart-quantity .qty input {
        background-color: transparent;
        text-align: center;
        border-radius: 0;
        border: unset;
        outline: none;
    }

.shop-details-wrapper .product-details-content .cart-quantity .shop-btn {
    width: 100%;
    font-size: 16px;
    font-weight: 600;
    background-color: var(--theme);
    color: var(--white);
    padding: 24px 20px;
    text-align: center;
    line-height: 1;
    display: inline-block;
    transition: all 0.4s ease-in-out;
    display: inline-block;
    text-transform: capitalize;
    border-radius: 0px;
}

    .shop-details-wrapper .product-details-content .cart-quantity .shop-btn i {
        margin-right: 10px;
    }

    .shop-details-wrapper .product-details-content .cart-quantity .shop-btn::before {
        background-color: var(--header);
    }

.shop-details-wrapper .product-details-content .cart-quantity .icon-item {
    display: flex;
    align-items: center;
    gap: 10px;
}

    .shop-details-wrapper .product-details-content .cart-quantity .icon-item .icon {
        border: 1px solid #E4E4E5;
        padding: 16px 24px;
        transition: all 0.4s ease-in-out;
    }

        .shop-details-wrapper .product-details-content .cart-quantity .icon-item .icon:hover {
            background-color: var(--theme);
            color: var(--white);
        }

.shop-details-wrapper .product-details-content .details-info {
    position: relative;
}

    .shop-details-wrapper .product-details-content .details-info:not(:last-child) {
        margin-bottom: 10px;
    }

    .shop-details-wrapper .product-details-content .details-info span {
        font-size: 16px;
        font-weight: 500;
        text-transform: capitalize;
        position: absolute;
        left: 0;
        top: 2px;
    }

    .shop-details-wrapper .product-details-content .details-info a {
        font-size: 16px;
        font-weight: 400;
        color: var(--text);
        margin-left: 150px;
        text-transform: capitalize;
    }

.shop-details-wrapper .single-tab {
    padding-top: 60px;
}

    .shop-details-wrapper .single-tab .nav {
        justify-content: center;
        border-bottom: 1px solid var(--border);
        padding-bottom: 20px;
    }

        .shop-details-wrapper .single-tab .nav .nav-link.active {
            position: relative;
        }

            .shop-details-wrapper .single-tab .nav .nav-link.active h6 {
                color: var(--theme);
            }

            .shop-details-wrapper .single-tab .nav .nav-link.active::before {
                position: absolute;
                bottom: -21px;
                left: 0;
                height: 2px;
                width: 100%;
                content: "";
                background: var(--theme);
                transition: 0.3s;
            }

@media (max-width: 767px) {
    .shop-details-wrapper .single-tab .nav .nav-link.active::before {
        display: none;
    }
}

.shop-details-wrapper .single-tab .nav .nav-link h6 {
    font-size: 18px;
    text-transform: capitalize;
}

.shop-details-wrapper .single-tab .description-items .description-content {
    margin-right: 50px;
}

@media (max-width: 1399px) {
    .shop-details-wrapper .single-tab .description-items .description-content {
        margin-right: 30px;
    }
}

@media (max-width: 991px) {
    .shop-details-wrapper .single-tab .description-items .description-content {
        margin-right: 0;
    }
}

.shop-details-wrapper .single-tab .description-items .description-content h3 {
    margin-bottom: 15px;
}

.shop-details-wrapper .single-tab .description-items .description-content .description-list-items {
    margin-top: 30px;
}

@media (max-width: 575px) {
    .shop-details-wrapper .single-tab .description-items .description-content .description-list-items {
        flex-wrap: wrap;
        gap: 30px;
    }
}

.shop-details-wrapper .single-tab .description-items .description-content .description-list-items .description-list li {
    font-size: 16px;
    text-transform: capitalize;
    color: var(--header);
    font-weight: 600;
}

    .shop-details-wrapper .single-tab .description-items .description-content .description-list-items .description-list li span {
        color: var(--text);
        font-weight: 400;
    }

@media (max-width: 767px) {
    .shop-details-wrapper .single-tab .review-items .admin-items {
        justify-content: center;
        gap: 30px;
    }
}

.shop-details-wrapper .single-tab .review-items .admin-items .admin-img {
    width: 100px;
    height: 100px;
}

    .shop-details-wrapper .single-tab .review-items .admin-items .admin-img img {
        border-radius: 50%;
    }

.shop-details-wrapper .single-tab .review-items .admin-items .content {
    position: relative;
    border: 1px solid var(--border);
}

    .shop-details-wrapper .single-tab .review-items .admin-items .content h5 {
        text-transform: capitalize;
    }

    .shop-details-wrapper .single-tab .review-items .admin-items .content::before {
        position: absolute;
        content: "";
        width: 30px;
        height: 30px;
        background-color: var(--white);
        border-left: 1px solid var(--border);
        border-bottom: 1px solid var(--border);
        transform: rotate(45deg);
        top: 40%;
        left: -16px;
    }

@media (max-width: 575px) {
    .shop-details-wrapper .single-tab .review-items .admin-items .content::before {
        display: none;
    }
}

.shop-details-wrapper .single-tab .review-items .admin-items .content .head-content h5 span {
    font-size: 14px;
    margin-left: 30px;
}

.shop-details-wrapper .single-tab .review-items .admin-items .content .star i {
    font-size: 16px;
    color: var(--theme);
}

.shop-details-wrapper .single-tab .review-title h4 {
    font-weight: 500;
    text-transform: capitalize;
}

.shop-details-wrapper .single-tab .review-title .rate-now {
    margin-top: 15px;
    gap: 15px;
}

    .shop-details-wrapper .single-tab .review-title .rate-now p {
        font-size: 16px;
        text-transform: capitalize;
    }

    .shop-details-wrapper .single-tab .review-title .rate-now i {
        font-size: 16px;
        color: var(--theme);
    }

.shop-details-wrapper .single-tab .review-form {
    margin-top: 40px;
}

    .shop-details-wrapper .single-tab .review-form .form-clt input {
        width: 100%;
        outline: none;
        border: none;
        padding: 18px 35px;
        color: var(--text);
        background-color: rgb(245, 245, 245);
        font-size: 16px;
        text-transform: capitalize;
        border-radius: 0px;
    }

@media (max-width: 575px) {
    .shop-details-wrapper .single-tab .review-form .form-clt input {
        padding: 15px 20px;
    }
}

.shop-details-wrapper .single-tab .review-form .form-clt-big textarea {
    padding: 18px 35px 170px;
    width: 100%;
    outline: none;
    color: var(--text);
    background-color: rgb(245, 245, 245);
    font-size: 16px;
    border: none;
    border-radius: 0px;
    text-transform: capitalize;
}

@media (max-width: 575px) {
    .shop-details-wrapper .single-tab .review-form .form-clt-big textarea {
        padding: 15px 20px;
    }
}

.shop-details-wrapper .single-tab .review-form .theme-btn::before {
    background-color: var(--header);
}

.shop-details-wrapper .single-tab .review-form .theme-btn:hover {
    color: var(--white);
}

.faq-items-style-3 .accordion .accordion-item {
    border: none;
    margin-bottom: 18px;
    background: var(--white);
    padding: 0;
    border: 1px solid #D9D9D9;
    border-radius: 0 !important;
}

    .faq-items-style-3 .accordion .accordion-item h2 button {
        font-size: 18px;
        line-height: 1;
        font-weight: 500;
        box-shadow: none;
        border-radius: 0 !important;
        padding: 24px 30px;
        font-family: "Unbounded", sans-serif;
        color: var(--header);
    }

@media (max-width: 1199px) {
    .faq-items-style-3 .accordion .accordion-item h2 button {
        font-size: 14px;
        font-weight: 400;
        padding: 24px 16px;
        line-height: 1.5;
        padding-right: 60px;
    }
}

.faq-items-style-3 .accordion .accordion-item .accordion-body {
    padding: 20px 30px;
}

    .faq-items-style-3 .accordion .accordion-item .accordion-body p {
        color: var(--text);
        line-height: 32px;
        font-weight: 400;
        font-size: 16px;
    }

@media (max-width: 575px) {
    .faq-items-style-3 .accordion .accordion-item .accordion-body p {
        width: 100%;
        font-size: 14px;
        line-height: 28px;
    }
}

.faq-items-style-3 .accordion .accordion-button {
    background-color: var(--header);
    color: var(--white) !important;
}

    .faq-items-style-3 .accordion .accordion-button::after {
        display: none;
    }

    .faq-items-style-3 .accordion .accordion-button::before {
        position: absolute;
        content: "\f068";
        font-family: "Font Awesome 6 Pro";
        font-weight: 700;
        top: 50%;
        transform: translateY(-50%);
        right: 22px;
        font-size: 14px;
        text-align: center;
        transition: all 0.4s ease-in-out;
        color: var(--white);
        width: 39px;
        height: 39px;
        line-height: 39px;
        border-radius: 100px;
        text-align: center;
        background-color: var(--theme);
    }

@media (max-width: 1399px) {
    .faq-items-style-3 .accordion .accordion-button::before {
        width: 30px;
        height: 30px;
        line-height: 30px;
    }
}

.faq-items-style-3 .accordion .accordion-button.collapsed {
    background-color: transparent;
    color: var(--header) !important;
}

    .faq-items-style-3 .accordion .accordion-button.collapsed::before {
        content: "+";
        font-family: "Font Awesome 6 Pro";
        color: var(--theme);
        background-color: var(--bg-3);
    }

.faq-content-style-3 .circle {
    margin-top: 110px;
    margin-left: 115px;
}

@media (max-width: 1399px) {
    .faq-content-style-3 .circle {
        margin-left: 15px;
        margin-top: 30px;
    }
}

.faq-content-style-3 .circle .circle-image {
    position: relative;
    display: inline-block;
}

    .faq-content-style-3 .circle .circle-image::before {
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        width: 100%;
        height: 100%;
        content: "";
        background-color: var(--theme);
        width: 162px;
        height: 162px;
        line-height: 162px;
        text-align: center;
        border-radius: 100px;
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
    }

    .faq-content-style-3 .circle .circle-image img {
        display: block;
        animation: spin 15s linear infinite;
    }

    .faq-content-style-3 .circle .circle-image i {
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        color: var(--white);
        font-size: 30px;
    }

.faq-section {
    position: relative;
    z-index: 9;
}

    .faq-section .faq-shape {
        position: absolute;
        left: 40px;
        bottom: 0;
        z-index: -1;
    }

@media (max-width: 1600px) {
    .faq-section .faq-shape {
        display: none;
    }
}

.video-wrapper {
    padding: 150px 0;
    text-align: center;
}

@media (max-width: 1199px) {
    .video-wrapper {
        padding: 150px 0;
    }
}

@media (max-width: 991px) {
    .video-wrapper {
        padding: 120px 0;
    }
}

.video-wrapper .video-btn {
    width: 150px;
    height: 150px;
    line-height: 150px;
    display: inline-block;
    background: var(--white);
    color: var(--theme);
    text-align: center;
    border-radius: 100%;
    font-size: 32px;
    position: relative;
}

    .video-wrapper .video-btn:hover {
        background-color: var(--theme);
        color: var(--white);
    }

@media (max-width: 1399px) {
    .video-wrapper .video-btn {
        width: 90px;
        height: 90px;
        line-height: 90px;
    }
}

.video-wrapper .video-btn::before {
    width: 150px;
    height: 150px;
}

@media (max-width: 1399px) {
    .video-wrapper .video-btn::before {
        width: 90px;
        height: 90px;
    }
}

.video-wrapper .video-btn::after {
    width: 150px;
    height: 150px;
}

@media (max-width: 1399px) {
    .video-wrapper .video-btn::after {
        width: 90px;
        height: 90px;
    }
}

.counter-wrapper {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

@media (max-width: 1399px) {
    .counter-wrapper {
        flex-wrap: wrap;
        gap: 25px;
    }
}

.counter-wrapper .counter-item .icon {
    margin-bottom: 20px;
}

.counter-wrapper .counter-item .content h2 {
    font-size: 46px;
    font-weight: 700;
}

@media (max-width: 1399px) {
    .counter-wrapper .counter-item .content h2 {
        font-size: 30px;
    }
}

.counter-wrapper .counter-item .content p {
    color: #687799;
    font-size: 20px;
    font-weight: 500;
}

@media (max-width: 1399px) {
    .counter-wrapper .counter-item .content p {
        font-size: 16px;
    }
}

.counter-wrapper .counter-item:hover .icon img {
    animation: jello 1s;
}

.feature-wrapper {
    background-color: var(--bg-3);
    padding: 20px;
    margin-top: 48px;
}

@media (max-width: 1399px) {
    .feature-wrapper {
        margin-top: 30px;
    }
}

.feature-wrapper.style-2 {
    background-color: rgba(40, 83, 230, 0.04);
}

.feature-image-style-1 {
    max-width: 610px;
    position: relative;
}

@media (max-width: 1399px) {
    .feature-image-style-1 {
        max-width: initial;
    }
}

.feature-image-style-1 img {
    width: 100%;
    height: 100%;
}

.feature-image-style-1 .box {
    background-color: var(--header);
    padding: 40px;
    position: absolute;
    top: 100px;
    left: -100px;
    text-align: center;
}

@media (max-width: 1600px) {
    .feature-image-style-1 .box {
        left: -50px;
    }
}

@media (max-width: 1399px) {
    .feature-image-style-1 .box {
        display: none;
    }
}

.feature-image-style-1 .box h2 {
    font-size: 42px;
    color: var(--white);
}

.feature-image-style-1 .box p {
    font-weight: 700;
    color: var(--header);
    color: var(--white);
    text-transform: uppercase;
}

.feature-image-style-1 .box.style-2 {
    background-color: var(--theme);
}

.feature-content-style-1 {
    margin-left: 40px;
}

@media (max-width: 1399px) {
    .feature-content-style-1 {
        margin-left: 0;
    }
}

.feature-content-style-1 h4 {
    font-size: 24px;
    font-weight: 600;
    text-transform: uppercase;
    line-height: 167%;
}

@media (max-width: 1399px) {
    .feature-content-style-1 h4 {
        font-size: 20px;
    }
}

@media (max-width: 575px) {
    .feature-content-style-1 h4 {
        font-size: 16px;
    }
}

@media (max-width: 1399px) {
    .feature-content-style-1 h4 br {
        display: none;
    }
}

.feature-content-style-1 p {
    max-width: 615px;
    margin-top: 30px;
}

.feature-content-style-1 .list-item {
    display: flex;
    align-items: center;
    gap: 30px;
    margin-top: 40px;
    margin-bottom: 40px;
}

@media (max-width: 1399px) {
    .feature-content-style-1 .list-item {
        margin-top: 30px;
        margin-bottom: 30px;
    }
}

@media (max-width: 991px) {
    .feature-content-style-1 .list-item {
        flex-wrap: wrap;
    }
}

.feature-content-style-1 .list-item .thumb {
    overflow: hidden;
}

    .feature-content-style-1 .list-item .thumb img {
        width: 100%;
        height: 100%;
    }

.feature-content-style-1 .list-item .list li {
    font-weight: 500;
    color: #5C6672;
}

@media (max-width: 1399px) {
    .feature-content-style-1 .list-item .list li {
        font-size: 14px;
    }
}

@media (max-width: 991px) {
    .feature-content-style-1 .list-item .list li {
        font-size: 16px;
    }
}

.feature-content-style-1 .list-item .list li i {
    margin-right: 10px;
    color: var(--theme);
}

    .feature-content-style-1 .list-item .list li i.style-2 {
        color: rgb(40, 83, 230);
    }

.feature-content-style-1 .list-item .list li:not(:last-child) {
    margin-bottom: 10px;
}

.feature-content-style-1 .feature-button-item {
    display: flex;
    align-items: center;
    gap: 18px;
}

@media (max-width: 1399px) {
    .feature-content-style-1 .feature-button-item {
        flex-wrap: wrap;
    }
}

.feature-content-style-1 .feature-button-item h6 {
    font-weight: 600;
}

.feature-section-6 {
    position: relative;
}

    .feature-section-6 .shape-1 {
        position: absolute;
        top: 0;
        left: 0;
    }

.feature-section {
    position: relative;
}

    .feature-section .top-shape {
        position: absolute;
        right: 200px;
        top: 0;
    }

@media (max-width: 1600px) {
    .feature-section .top-shape {
        right: 110px;
    }
}

@media (max-width: 1399px) {
    .feature-section .top-shape {
        display: none;
    }
}

.feature-impact-wrapper {
    padding: 10px;
    position: relative;
    margin-top: -50px;
}

@media (max-width: 1399px) {
    .feature-impact-wrapper {
        margin-top: 0;
    }
}

.feature-impact-wrapper .right-shape {
    position: absolute;
    top: 0;
    right: 80px;
}

@media (max-width: 1399px) {
    .feature-impact-wrapper .right-shape {
        display: none;
    }
}

.feature-impact-left-style-1 {
    background-color: var(--theme);
    position: relative;
    padding: 30px 0px 0 40px;
    height: 599px;
}

@media (max-width: 1399px) {
    .feature-impact-left-style-1 {
        padding: 30px 0px 0 30px;
    }
}

.feature-impact-left-style-1 .theme-btn-main {
    margin-top: 100px;
}

@media (max-width: 1399px) {
    .feature-impact-left-style-1 .theme-btn-main {
        margin-top: 30px;
    }
}

.feature-impact-left-style-1 .build-shape {
    position: absolute;
    right: 0;
    bottom: 0;
}

.feature-impact-content-style-1 {
    margin-left: 30px;
}

@media (max-width: 1399px) {
    .feature-impact-content-style-1 {
        margin-left: 0;
    }
}

.feature-impact-content-style-1 h4 {
    font-size: 24px;
    font-weight: 600;
    text-transform: uppercase;
    line-height: 180%;
}

@media (max-width: 1399px) {
    .feature-impact-content-style-1 h4 {
        font-size: 20px;
    }

        .feature-impact-content-style-1 h4 br {
            display: none;
        }
}

.feature-impact-content-style-1 .counter-items {
    display: flex;
    align-items: center;
    gap: 60px;
    margin-top: 150px;
}

@media (max-width: 1399px) {
    .feature-impact-content-style-1 .counter-items {
        margin-top: 30px;
        flex-wrap: wrap;
        gap: 30px;
    }
}

.feature-impact-content-style-1 .counter-items .cont-item h6 {
    font-weight: 700;
    text-transform: uppercase;
    border-bottom: 1px solid #D8D8D8;
    padding-bottom: 20px;
    margin-bottom: 20px;
    max-width: 302px;
    width: 100%;
    color: #5C6672;
}

.feature-impact-content-style-1 .counter-items .cont-item .icon-item {
    display: flex;
    align-items: center;
    gap: 10px;
}

    .feature-impact-content-style-1 .counter-items .cont-item .icon-item h2 {
        font-size: 42px;
        font-weight: 700;
    }

@media (max-width: 1399px) {
    .feature-impact-content-style-1 .counter-items .cont-item .icon-item h2 {
        font-size: 30px;
    }
}

.feature-impact-content-style-1 .counter-items .cont-item:hover .icon-item img {
    animation: wobble 1.5s ease-in-out;
}

@media (max-width: 1399px) {
    .feature-impact-section {
        margin-top: 100px;
    }
}

@media (max-width: 991px) {
    .feature-impact-section {
        margin-top: 80px;
    }
}

.our-impact-wrapper .our-imapact-left-item .impact-image {
    max-width: 372px;
    overflow: hidden;
}

@media (max-width: 1399px) {
    .our-impact-wrapper .our-imapact-left-item .impact-image {
        max-width: initial;
    }
}

@media (max-width: 991px) {
    .our-impact-wrapper .our-imapact-left-item .impact-image {
        height: 500px;
    }

        .our-impact-wrapper .our-imapact-left-item .impact-image img {
            object-fit: cover;
        }
}

.our-impact-wrapper .our-imapact-left-item .impact-image img {
    width: 100%;
    height: 100%;
}

.counter-items {
    display: flex;
    align-items: center;
    gap: 60px;
    margin-top: 90px;
    margin-right: -130px;
}

    .counter-items .cont-item h6 {
        font-weight: 700;
        text-transform: uppercase;
        border-bottom: 1px solid #D8D8D8;
        padding-bottom: 20px;
        margin-bottom: 20px;
        color: #5C6672;
    }

    .counter-items .cont-item .icon-item {
        display: flex;
        align-items: center;
        gap: 10px;
    }

        .counter-items .cont-item .icon-item h2 {
            font-size: 42px;
            font-weight: 700;
        }

@media (max-width: 1399px) {
    .counter-items .cont-item .icon-item h2 {
        font-size: 30px;
    }
}

.counter-items .cont-item:hover .icon-item img {
    animation: wobble 1.5s ease-in-out;
}

.our-impact-wrapper .impact-content {
    margin-left: -80px;
}

@media (max-width: 1399px) {
    .our-impact-wrapper .impact-content {
        margin-left: 0;
    }
}

.our-impact-wrapper .impact-content .section-title h2 {
    font-size: 40px;
}

@media (max-width: 1399px) {
    .our-impact-wrapper .impact-content .section-title h2 {
        font-size: 36px;
    }
}

@media (max-width: 1199px) {
    .our-impact-wrapper .impact-content .section-title h2 {
        font-size: 36px;
    }
}

@media (max-width: 991px) {
    .our-impact-wrapper .impact-content .section-title h2 {
        font-size: 34px;
    }
}

@media (max-width: 767px) {
    .our-impact-wrapper .impact-content .section-title h2 {
        font-size: 28px;
    }
}

@media (max-width: 575px) {
    .our-impact-wrapper .impact-content .section-title h2 {
        font-size: 25px;
    }
}

.our-impact-wrapper .impact-content .text {
    margin-top: 20px;
    max-width: 777px;
}

.feature-bg-section {
    position: relative;
    z-index: 9;
}

    .feature-bg-section::before {
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        width: 100%;
        height: 100%;
        content: "";
        background: rgba(17, 17, 17, 0.33);
        z-index: -1;
    }

    .feature-bg-section::after {
        width: 10px;
        height: 10px;
        position: absolute;
        content: "";
        background-color: #C94611;
        clip-path: polygon(100% 0, 0% 100%, 100% 100%);
        top: -9px;
        right: 615px;
    }

@media (max-width: 1399px) {
    .feature-bg-section::after {
        display: none;
    }
}

.feature-bg-section .count-box {
    padding: 56px 45px 103px;
    background-color: var(--white);
    text-align: center;
    position: absolute;
    top: -10px;
    right: 339px;
    clip-path: polygon(100% 0, 100% 24%, 100% 100%, 50% 87%, 46% 88%, 0 100%, 0 0);
}

@media (max-width: 1399px) {
    .feature-bg-section .count-box {
        display: none;
    }
}

.feature-bg-section .count-box::before {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    content: "";
    background-color: var(--theme);
    height: 363px;
    clip-path: polygon(100% 0, 100% 24%, 100% 100%, 50% 87%, 46% 88%, 0 100%, 0 0);
    z-index: -1;
}

.feature-bg-section .count-box h2 {
    font-size: 42px;
    font-weight: 700;
    color: var(--white);
    margin-top: 10px;
    margin-bottom: 5px;
}

.feature-bg-section .count-box p {
    color: var(--white);
    text-transform: uppercase;
    font-weight: 700;
}

.feature-bg-wrapper {
    padding: 395px 0 100px;
    position: relative;
}

@media (max-width: 1399px) {
    .feature-bg-wrapper {
        padding: 190px 0 170px;
    }
}

@media (max-width: 991px) {
    .feature-bg-wrapper {
        padding: 80px 0 150px;
    }
}

.feature-bg-wrapper::after {
    width: 10px;
    height: 10px;
    position: absolute;
    content: "";
    background-color: #C94611;
    clip-path: polygon(100% 100%, 0 0, 0 100%);
    top: -9px;
    right: 58px;
}

@media (max-width: 1399px) {
    .feature-bg-wrapper::after {
        display: none;
    }
}

.feature-bg-wrapper h2 {
    margin-left: 70px;
    color: var(--white);
    font-size: 88px;
    font-weight: 900;
    text-transform: uppercase;
}

@media (max-width: 1399px) {
    .feature-bg-wrapper h2 {
        font-size: 80px;
        margin-left: 0;
    }
}

@media (max-width: 991px) {
    .feature-bg-wrapper h2 {
        font-size: 58px;
    }
}

@media (max-width: 767px) {
    .feature-bg-wrapper h2 {
        font-size: 50px;
    }
}

@media (max-width: 575px) {
    .feature-bg-wrapper h2 {
        font-size: 40px;
    }
}

.feature-box-wrapper {
    background-color: var(--bg-3);
    padding: 70px;
    position: relative;
    margin-top: -70px;
    z-index: 999;
}

    .feature-box-wrapper .shape {
        position: absolute;
        top: 0;
        left: 50px;
    }

.feature-top-style {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-left: 240px;
}

    .feature-top-style h4 {
        font-size: 24px;
        font-weight: 600;
        text-transform: uppercase;
        max-width: 490px;
        line-height: 150%;
    }

@media (max-width: 1399px) {
    .feature-top-style h4 {
        font-size: 18px;
    }
}

.feature-top-style .theme-btn-main {
    background-color: var(--header);
}

.feature-list-bottom {
    display: flex;
    align-items: center;
    margin-top: 80px;
    justify-content: space-between;
    margin-left: 80px;
}

    .feature-list-bottom .info-item {
        display: flex;
        align-items: center;
        gap: 12px;
    }

    .feature-list-bottom .list-item {
        display: flex;
        align-items: center;
        gap: 64px;
    }

        .feature-list-bottom .list-item .list li {
            font-size: 18px;
            font-weight: 500;
            color: rgb(69, 78, 89);
            display: flex;
            gap: 10px;
        }

            .feature-list-bottom .list-item .list li:not(:last-child) {
                margin-bottom: 15px;
            }

@media (max-width: 1399px) {
    .feature-box-section {
        margin-top: -100px;
    }
}

@media (max-width: 991px) {
    .feature-box-section {
        margin-top: -80px;
    }
}

.counter-wrapper-2 {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

@media (max-width: 1399px) {
    .counter-wrapper-2 {
        flex-wrap: wrap;
        gap: 30px;
    }
}

.counter-wrapper-2.style-3 .counter-item h2 {
    font-weight: 400;
}

.counter-wrapper-2 .counter-item h2 {
    font-size: 72px;
}

@media (max-width: 1399px) {
    .counter-wrapper-2 .counter-item h2 {
        font-size: 50px;
    }
}

@media (max-width: 991px) {
    .counter-wrapper-2 .counter-item h2 {
        font-size: 40px;
    }
}

.counter-wrapper-2 .counter-item p {
    font-size: 18px;
    font-weight: 500;
}

@media (max-width: 1399px) {
    .counter-wrapper-2 .counter-item p {
        font-size: 16px;
    }
}

.counter-section-13 {
    border-bottom: 1px solid rgba(30, 32, 35, 0.1);
}

@media (max-width: 991px) {
    .counter-section-13 {
        border-bottom: none;
    }
}

.counter-wrapper-13 {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

@media (max-width: 1399px) {
    .counter-wrapper-13 {
        flex-wrap: wrap;
        gap: 25px;
    }
}

@media (max-width: 991px) {
    .counter-wrapper-13 {
        justify-content: center;
    }
}

.counter-wrapper-13 .counter-item {
    position: relative;
    display: flex;
    gap: 25px;
    padding: 65px 0;
}

@media (max-width: 1199px) {
    .counter-wrapper-13 .counter-item {
        gap: 20px;
    }
}

.counter-wrapper-13 .counter-item:not(:last-child) {
    border-right: 1px solid rgba(30, 32, 35, 0.1);
    padding-right: 65px;
}

@media (max-width: 1199px) {
    .counter-wrapper-13 .counter-item:not(:last-child) {
        padding-right: 0;
        border-right: none;
    }
}

@media (max-width: 991px) {
    .counter-wrapper-13 .counter-item:not(:last-child) {
        padding-bottom: 0;
    }
}

.counter-wrapper-13 .counter-item:not(:last-child)::before {
    position: absolute;
    bottom: -6px;
    right: -6px;
    width: 10px;
    height: 10px;
    content: "";
    background-color: var(--theme);
    transform: rotate(45deg);
}

@media (max-width: 1199px) {
    .counter-wrapper-13 .counter-item:not(:last-child)::before {
        content: none;
    }
}

.counter-wrapper-13 .counter-item h2 {
    font-size: 30px;
    margin-bottom: 12px;
}

@media (max-width: 1199px) {
    .counter-wrapper-13 .counter-item h2 {
        font-size: 28px;
    }
}

@media (max-width: 991px) {
    .counter-wrapper-13 .counter-item h2 {
        font-size: 30px;
    }
}

.counter-wrapper-13 .counter-item p {
    font-size: 16px;
    font-weight: 700;
    color: var(--header);
}

.counter-wrapper-13 .text {
    font-size: 18px;
    font-weight: 500;
    line-height: 156%;
}

.our-process-right-iteme-style-1 {
    position: relative;
    margin-left: 100px;
}

@media (max-width: 1399px) {
    .our-process-right-iteme-style-1 {
        margin-left: 0;
    }
}

.our-process-right-iteme-style-1 .our-process-item {
    display: flex;
    align-items: center;
    gap: 65px;
    margin-bottom: 85px;
}

@media (max-width: 1399px) {
    .our-process-right-iteme-style-1 .our-process-item {
        margin-bottom: 30px;
    }
}

@media (max-width: 991px) {
    .our-process-right-iteme-style-1 .our-process-item {
        flex-wrap: wrap;
        gap: 30px;
        margin-bottom: 30px;
    }
}

@media (max-width: 767px) {
    .our-process-right-iteme-style-1 .our-process-item {
        gap: 0px;
    }
}

.our-process-right-iteme-style-1 .our-process-item .number {
    font-weight: 400;
    font-size: 72px;
    color: transparent;
    -webkit-text-stroke-width: 1px;
    -webkit-text-stroke-color: var(--theme);
    background: transparent;
    width: 110px;
}

@media (max-width: 1399px) {
    .our-process-right-iteme-style-1 .our-process-item .number {
        width: initial;
        font-size: 55px;
    }
}

.our-process-right-iteme-style-1 .our-process-item .content h5 {
    text-transform: uppercase;
}

.our-process-right-iteme-style-1 .our-process-item .content p {
    max-width: 415px;
}

.our-process-right-iteme-style-1 .line-shape {
    position: absolute;
    left: 140px;
    top: 10px;
}



    .our-process-right-iteme-style-1 .line-shape img {
        height: 640px;
    }

.our-process-section {
    position: relative;
}

    .our-process-section .fram-shape {
        position: absolute;
        bottom: -200px;
        left: -105px;
    }



        .our-process-section .fram-shape img {
            width: 100%;
            height: 100%;
        }

.our-impact-section-3 {
    position: relative;
}

    .our-impact-section-3 .crean-shape {
        position: absolute;
        bottom: 0;
        right: 0;
    }

@media (max-width: 1899px) {
    .our-impact-section-3 .crean-shape {
        opacity: 0.3;
    }
}

.our-impact-section-3 .section-title-area {
    display: flex;
    align-items: center;
    gap: 145px;
}

@media (max-width: 1399px) {
    .our-impact-section-3 .section-title-area {
        flex-wrap: wrap;
        gap: 30px;
    }
}

.our-impact-section-3 .section-title-area .count-box {
    padding: 56px 45px 103px;
    background-color: var(--white);
    text-align: center;
    clip-path: polygon(100% 0, 100% 24%, 100% 100%, 50% 87%, 46% 88%, 0 100%, 0 0);
    background-color: var(--theme);
    margin-top: -120px;
}



    .our-impact-section-3 .section-title-area .count-box h2 {
        font-size: 42px;
        font-weight: 700;
        color: var(--white);
        margin-top: 10px;
        margin-bottom: 5px;
    }

    .our-impact-section-3 .section-title-area .count-box p {
        color: var(--white);
        text-transform: uppercase;
        font-weight: 700;
    }

.our-impact-section-3 .container-fluid {
    padding: 0 60px;
}

@media (max-width: 1600px) {
    .our-impact-section-3 .container-fluid {
        padding: 0 50px;
    }
}

@media (max-width: 1399px) {
    .our-impact-section-3 .container-fluid {
        padding: 0 30px;
    }
}

@media (max-width: 575px) {
    .our-impact-section-3 .container-fluid {
        padding: 0 15px;
    }
}

.feature-bg-image-style-3 {
    position: relative;
    margin-bottom: 60px;
}

@media (max-width: 1399px) {
    .feature-bg-image-style-3 {
        height: 739px;
        margin-bottom: 30px;
    }

        .feature-bg-image-style-3 img {
            object-fit: cover;
        }
}

@media (max-width: 991px) {
    .feature-bg-image-style-3 {
        height: 650px;
    }
}

@media (max-width: 767px) {
    .feature-bg-image-style-3 {
        margin-top: 30px;
        height: 500px;
    }
}

.feature-bg-image-style-3 img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.feature-bg-image-style-3 .vedio-box {
    position: absolute;
    left: 20%;
    bottom: 10%;
}

@media (max-width: 1899px) {
    .feature-bg-image-style-3 .vedio-box {
        left: 13%;
    }
}

@media (max-width: 1600px) {
    .feature-bg-image-style-3 .vedio-box {
        left: 4%;
    }
}

@media (max-width: 1399px) {
    .feature-bg-image-style-3 .vedio-box {
        left: 50%;
        top: 50%;
        transform: translate(-50%, -50%);
    }
}

.feature-bg-image-style-3 .vedio-box .video-btn {
    width: 150px;
    height: 150px;
    line-height: 150px;
    display: inline-block;
    background: var(--white);
    color: var(--theme);
    text-align: center;
    border-radius: 100%;
    font-size: 32px;
    position: relative;
}

    .feature-bg-image-style-3 .vedio-box .video-btn:hover {
        background-color: var(--theme);
        color: var(--white);
    }

@media (max-width: 1399px) {
    .feature-bg-image-style-3 .vedio-box .video-btn {
        width: 90px;
        height: 90px;
        line-height: 90px;
    }
}

.feature-bg-image-style-3 .vedio-box .video-btn::before {
    width: 150px;
    height: 150px;
}

@media (max-width: 1399px) {
    .feature-bg-image-style-3 .vedio-box .video-btn::before {
        width: 90px;
        height: 90px;
    }
}

.feature-bg-image-style-3 .vedio-box .video-btn::after {
    width: 150px;
    height: 150px;
}

@media (max-width: 1399px) {
    .feature-bg-image-style-3 .vedio-box .video-btn::after {
        width: 90px;
        height: 90px;
    }
}

.feature-bg-image-style-3 .feature-bottom-item {
    position: absolute;
    right: 0;
    bottom: 0;
    display: flex;
    align-items: center;
    gap: 135px;
}

@media (max-width: 1399px) {
    .feature-bg-image-style-3 .feature-bottom-item {
        flex-wrap: wrap;
        gap: 30px;
    }
}

@media (max-width: 767px) {
    .feature-bg-image-style-3 .feature-bottom-item {
        display: none;
    }
}

.feature-bg-image-style-3 .feature-bottom-item .video-btn {
    width: 150px;
    height: 150px;
    line-height: 150px;
    display: inline-block;
    background: var(--white);
    color: var(--theme);
    text-align: center;
    border-radius: 100%;
    font-size: 25px;
    position: relative;
}

    .feature-bg-image-style-3 .feature-bottom-item .video-btn:hover {
        background-color: var(--theme);
        color: var(--white);
    }

@media (max-width: 1399px) {
    .feature-bg-image-style-3 .feature-bottom-item .video-btn {
        width: 90px;
        height: 90px;
        line-height: 90px;
    }
}

.feature-bg-image-style-3 .feature-bottom-item .video-btn::before {
    width: 150px;
    height: 150px;
}

@media (max-width: 1399px) {
    .feature-bg-image-style-3 .feature-bottom-item .video-btn::before {
        width: 90px;
        height: 90px;
    }
}

.feature-bg-image-style-3 .feature-bottom-item .video-btn::after {
    width: 150px;
    height: 150px;
}

@media (max-width: 1399px) {
    .feature-bg-image-style-3 .feature-bottom-item .video-btn::after {
        width: 90px;
        height: 90px;
    }
}

.feature-bg-image-style-3 .feature-bottom-item .feature-box {
    display: flex;
    align-items: center;
    gap: 100px;
    background-color: var(--header);
    padding: 44px 50px;
}

@media (max-width: 1399px) {
    .feature-bg-image-style-3 .feature-bottom-item .feature-box {
        padding: 30px 20px;
    }
}

.feature-bg-image-style-3 .feature-bottom-item .feature-box .feature-left p {
    max-width: 448px;
    color: var(--white);
    margin-bottom: 40px;
}

@media (max-width: 1399px) {
    .feature-bg-image-style-3 .feature-bottom-item .feature-box .feature-left p {
        font-size: 15px;
    }
}

.feature-bg-image-style-3 .feature-bottom-item .feature-box .feature-left .list {
    display: flex;
    align-items: center;
    gap: 30px;
}

@media (max-width: 1399px) {
    .feature-bg-image-style-3 .feature-bottom-item .feature-box .feature-left .list {
        flex-wrap: wrap;
        gap: 20px;
    }
}

.feature-bg-image-style-3 .feature-bottom-item .feature-box .feature-left .list li {
    color: var(--white);
}

@media (max-width: 1600px) {
    .feature-bg-image-style-3 .feature-bottom-item .feature-box .feature-left .list li {
        font-size: 16px;
    }
}

.feature-bg-image-style-3 .feature-bottom-item .feature-box .feature-left .list li i {
    color: var(--theme);
    margin-right: 5px;
}

.feature-bg-image-style-3 .feature-bottom-item .feature-box .feature-right p {
    max-width: 448px;
    color: var(--white);
    margin-bottom: 45px;
}

@media (max-width: 1399px) {
    .feature-bg-image-style-3 .feature-bottom-item .feature-box .feature-right p {
        font-size: 15px;
        margin-bottom: 30px;
    }
}

.feature-bg-image-style-3 .feature-bottom-item .feature-box .feature-right .theme-btn-2 {
    text-align: center;
    font-weight: 500;
    font-size: 14px;
    text-transform: uppercase;
}

.impact-icon-item-style-3 {
    text-align: center;
}

    .impact-icon-item-style-3 .icon {
        width: 108px;
        height: 108px;
        text-align: center;
        border-radius: 100px;
        line-height: 108px;
        background: rgba(255, 255, 255, 0.08);
        margin: 0 auto;
        position: relative;
        z-index: 999;
    }

    .impact-icon-item-style-3 h5 {
        margin-top: 40px;
        margin-bottom: 20px;
        color: var(--white);
    }

    .impact-icon-item-style-3 p {
        color: rgba(255, 255, 255, 0.8);
        text-align: center;
        margin: 0 auto;
    }

    .impact-icon-item-style-3 .content-style-9 h5 {
        font-size: 22px;
        font-weight: 600;
        line-height: 183%;
        letter-spacing: -0.44px;
        font-family: "Manrope", sans-serif;
    }

    .impact-icon-item-style-3:hover .icon img {
        animation: wobble 1.5s ease-in-out;
    }

.feature-items-styls-3 .top-item {
    display: flex;
    align-items: start;
    gap: 12px;
    margin-bottom: 22px;
}

    .feature-items-styls-3 .top-item h5 {
        font-size: 20px;
        font-weight: 700;
    }

.feature-items-styls-3 p {
    max-width: 359px;
}

.feature-items-styls-3:hover .top-item img {
    animation: wobble 1.5s ease-in-out;
}

.bg-content {
    padding: 530px 0 120px;
}

@media (max-width: 1399px) {
    .bg-content {
        padding: 100px 0 100px;
    }
}

@media (max-width: 991px) {
    .bg-content {
        padding: 190px 0 80px;
    }
}

.bg-content .bg-button {
    margin-top: 30px;
}

.bg-content.style-5 {
    padding: 430px 0 120px;
}

@media (max-width: 1600px) {
    .bg-content.style-5 {
        padding: 350px 0 110px;
    }
}

@media (max-width: 1199px) {
    .bg-content.style-5 {
        padding: 230px 0 80px;
    }
}

@media (max-width: 767px) {
    .bg-content.style-5 {
        padding-top: 190px;
        padding-bottom: 80px;
    }
}

.bg-content.style-5 h2 {
    font-size: 72px;
}

@media (max-width: 1199px) {
    .bg-content.style-5 h2 {
        font-size: 52px;
    }
}

@media (max-width: 991px) {
    .bg-content.style-5 h2 {
        font-size: 45px;
    }
}

@media (max-width: 767px) {
    .bg-content.style-5 h2 {
        font-size: 39px;
    }
}

@media (max-width: 575px) {
    .bg-content.style-5 h2 {
        font-size: 35px;
    }
}

.bg-section {
    margin-top: -120px;
}

@media (max-width: 1399px) {
    .bg-section {
        margin-top: 0px;
    }
}

.impact-image-style-5 {
    position: relative;
}

    .impact-image-style-5 img {
        width: 100%;
        height: 100%;
    }

    .impact-image-style-5 .bg-box {
        display: flex;
        align-items: center;
        gap: 34px;
        background-color: var(--header);
        padding: 35px 80px;
        position: absolute;
        left: 108px;
        top: -98px;
        min-width: 458px;
    }



        .impact-image-style-5 .bg-box h2 {
            color: var(--theme);
            font-weight: 400;
            font-size: 72px;
        }

        .impact-image-style-5 .bg-box p {
            color: var(--theme);
            font-size: 18px;
            font-weight: 500;
        }

.impact-content-style-5 {
    margin-left: 30px;
}

@media (max-width: 1399px) {
    .impact-content-style-5 {
        margin-left: 0;
    }
}

.impact-content-style-5 h5 {
    text-transform: uppercase;
}

@media (max-width: 1399px) {
    .impact-content-style-5 h5 {
        font-size: 16px;
    }
}

.impact-content-style-5 p {
    max-width: 590px;
    margin-top: 40px;
}

@media (max-width: 1399px) {
    .impact-content-style-5 p {
        margin-top: 30px;
    }
}

.impact-content-style-5 .progress-wrap {
    margin-top: 40px;
    margin-bottom: 48px;
}

@media (max-width: 1399px) {
    .impact-content-style-5 .progress-wrap {
        margin-bottom: 30px;
        margin-top: 30px;
    }
}

.impact-content-style-5 .progress-wrap .pro-items {
    width: 100%;
}

    .impact-content-style-5 .progress-wrap .pro-items:not(:last-child) {
        margin-bottom: 25px;
    }

    .impact-content-style-5 .progress-wrap .pro-items .pro-head {
        display: flex;
        align-items: center;
        justify-content: space-between;
        margin-bottom: 10px;
    }

        .impact-content-style-5 .progress-wrap .pro-items .pro-head .title {
            font-size: 16px;
            font-weight: 500;
            color: #43494D;
        }

        .impact-content-style-5 .progress-wrap .pro-items .pro-head .point {
            font-size: 16px;
            font-weight: 700;
            color: var(--header);
            font-family: "Barlow", sans-serif;
            line-height: 1;
            position: relative;
            margin-bottom: 10px;
            display: inline-block;
        }

    .impact-content-style-5 .progress-wrap .pro-items .progress {
        border-radius: 2px;
        background: rgba(244, 91, 30, 0.18);
        justify-content: flex-start;
        align-items: center;
        position: relative;
        display: flex;
        height: 6px;
        width: 100%;
    }

    .impact-content-style-5 .progress-wrap .pro-items .progress-value {
        animation: load 3s normal forwards;
        border-radius: 0;
        background: var(--theme);
        height: 6px;
        width: 0;
    }

    .impact-content-style-5 .progress-wrap .pro-items .style-two {
        animation: load2 3s normal forwards;
    }

@keyframes load {
    0% {
        width: 0;
    }

    100% {
        width: 90%;
    }
}

@keyframes load2 {
    0% {
        width: 0;
    }

    100% {
        width: 75%;
    }
}

.impact-section-5 {
    position: relative;
}

    .impact-section-5 .piler-shape {
        position: absolute;
        top: 287px;
        right: 10px;
    }



    .impact-section-5 .impact-top-content-style-5 {
        display: flex;
        align-items: start;
        gap: 340px;
        margin-bottom: 60px;
        margin-left: 150px;
    }

@media (max-width: 1399px) {
    .impact-section-5 .impact-top-content-style-5 {
        flex-wrap: wrap;
        gap: 30px;
        margin-bottom: 30px;
        margin-left: 0;
    }
}

@media (max-width: 991px) {
    .impact-section-5 .impact-top-content-style-5 {
        display: grid;
        gap: 0;
    }
}

.impact-section-5 .impact-top-content-style-5 .section-title .style-12 {
    color: var(--theme);
}

.impact-section-5 .impact-top-content-style-5 .section-title h2 {
    max-width: 770px;
}

.funfact--left-item-style-1 .top-content {
    display: flex;
    align-items: center;
    gap: 20px;
    margin-bottom: 30px;
}

@media (max-width: 1399px) {
    .funfact--left-item-style-1 .top-content {
        flex-wrap: wrap;
    }
}

.funfact--left-item-style-1 .top-content .cont h6 {
    font-size: 14px;
    font-weight: 500;
    color: #B2B2B2;
    font-family: "Barlow", sans-serif;
    text-transform: uppercase;
}

.funfact--left-item-style-1 .top-content .cont .star {
    color: #F0B010;
}

    .funfact--left-item-style-1 .top-content .cont .star span {
        color: var(--white);
        font-weight: 700;
        display: inline-block;
        margin-right: 20px;
    }

.funfact--left-item-style-1 .top-content .icon {
    width: 42px;
    height: 42px;
    line-height: 42px;
    text-align: center;
    color: var(--white);
    background-color: var(--theme);
    border-radius: 100px;
}

.funfact--left-item-style-1 h2 {
    font-size: 72px;
    font-weight: 900;
    color: var(--white);
    margin-bottom: 60px;
    text-transform: uppercase;
}

@media (max-width: 1399px) {
    .funfact--left-item-style-1 h2 {
        font-size: 45px;
        margin-bottom: 30px;
    }
}

@media (max-width: 991px) {
    .funfact--left-item-style-1 h2 {
        font-size: 40px;
    }
}

@media (max-width: 575px) {
    .funfact--left-item-style-1 h2 {
        font-size: 30px;
    }
}

.funfact--left-item-style-1 .group-item {
    display: flex;
    align-items: center;
    gap: 22px;
    margin-bottom: 90px;
}

@media (max-width: 1399px) {
    .funfact--left-item-style-1 .group-item {
        margin-bottom: 30px;
        flex-wrap: wrap;
        gap: 20px;
    }
}

.funfact--left-item-style-1 .group-item p {
    font-size: 20px;
    font-weight: 500;
    color: var(--white);
    max-width: 238px;
}

@media (max-width: 1399px) {
    .funfact--left-item-style-1 .group-item p {
        font-size: 16px;
    }
}

.funfact--left-item-style-1 .funfact-image {
    max-width: 728px;
    overflow: hidden;
}

@media (max-width: 1399px) {
    .funfact--left-item-style-1 .funfact-image {
        max-width: initial;
    }
}

.funfact--left-item-style-1 .funfact-image img {
    width: 100%;
    height: 100%;
}

.funfact-right-item-style-1 {
    margin-left: 40px;
    margin-top: 60px;
}

@media (max-width: 1399px) {
    .funfact-right-item-style-1 {
        margin-top: 0;
        margin-left: 0;
    }
}

.funfact-right-item-style-1 .funfact-content {
    max-width: 388px;
    margin-bottom: 80px;
}

@media (max-width: 1399px) {
    .funfact-right-item-style-1 .funfact-content {
        margin-bottom: 30px;
    }
}

.funfact-right-item-style-1 .funfact-content h2 {
    font-size: 72px;
    font-weight: 900;
    color: #8C8C8C;
    border-bottom: 1px solid #8C8C8C;
}

@media (max-width: 1399px) {
    .funfact-right-item-style-1 .funfact-content h2 {
        font-size: 40px;
    }
}

.funfact-right-item-style-1 .funfact-content p {
    font-size: 20px;
    font-weight: 500;
    color: var(--white);
    position: relative;
    padding-left: 20px;
    margin-top: 10px;
}

@media (max-width: 1399px) {
    .funfact-right-item-style-1 .funfact-content p {
        font-size: 16px;
    }
}

.funfact-right-item-style-1 .funfact-content p::before {
    position: absolute;
    content: "";
    width: 4px;
    height: 4px;
    border-radius: 30px;
    background-color: var(--white);
    top: 15px;
    left: 0;
}

.our-funfact-section {
    position: relative;
    z-index: 9;
}

    .our-funfact-section::before {
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        width: 100%;
        height: 100%;
        content: "";
        background-color: var(--header);
        z-index: -1;
        height: 85%;
    }

@media (max-width: 1399px) {
    .our-funfact-section::before {
        height: 100%;
    }
}

.our-funfact-section .global-shape {
    position: absolute;
    top: 120px;
    right: 0;
    z-index: -1;
}



.our-funfact-section .right-shape {
    position: absolute;
    top: 0;
    right: 80px;
}



.why-choose-us-section-5 {
    position: relative;
    z-index: 9;
}

    .why-choose-us-section-5::before {
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        width: 100%;
        height: 100%;
        content: "";
        background-color: rgba(17, 17, 17, 0.45);
    }

    .why-choose-us-section-5 .textt {
        font-size: 198px;
        font-weight: 900;
        text-transform: uppercase;
        color: transparent;
        -webkit-text-stroke-width: 1px;
        -webkit-text-stroke-color: var(--white);
        background: transparent;
        position: absolute;
        bottom: 10px;
        left: 30px;
        right: 30px;
    }

@media (max-width: 1899px) {
    .why-choose-us-section-5 .textt {
        font-size: 145px;
    }
}



.choose-us-wrapper {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

@media (max-width: 1399px) {
    .choose-us-wrapper {
        flex-wrap: wrap;
        gap: 30px;
    }
}

.choose-us-wrapper .video-btn {
    width: 150px;
    height: 150px;
    line-height: 150px;
    display: inline-block;
    background: var(--white);
    color: var(--theme);
    text-align: center;
    border-radius: 100%;
    font-size: 25px;
    position: relative;
}

    .choose-us-wrapper .video-btn:hover {
        background-color: var(--theme);
        color: var(--white);
    }

@media (max-width: 1399px) {
    .choose-us-wrapper .video-btn {
        width: 90px;
        height: 90px;
        line-height: 90px;
    }
}

.choose-us-wrapper .video-btn::before {
    width: 150px;
    height: 150px;
}

@media (max-width: 1399px) {
    .choose-us-wrapper .video-btn::before {
        width: 90px;
        height: 90px;
        line-height: 90px;
    }
}

.choose-us-wrapper .video-btn::after {
    width: 150px;
    height: 150px;
}

@media (max-width: 1399px) {
    .choose-us-wrapper .video-btn::after {
        width: 90px;
        height: 90px;
        line-height: 90px;
    }
}

.choose-us-wrapper .choose-us-box {
    background-color: var(--theme);
    padding: 70px;
    position: relative;
    margin-bottom: -165px;
}

@media (max-width: 1399px) {
    .choose-us-wrapper .choose-us-box {
        margin-bottom: 0;
        padding: 30px;
    }
}

.choose-us-wrapper .choose-us-box .text {
    max-width: 565px;
    color: var(--white);
    margin-top: 20px;
    margin-bottom: 20px;
}

.choose-us-wrapper .choose-us-box .faq-items .accordion .accordion-item {
    border: none;
    margin-bottom: 10px;
    background: var(--theme);
    padding: 0;
    border-bottom: 1px solid var(--white);
    padding-bottom: 10px;
}

    .choose-us-wrapper .choose-us-box .faq-items .accordion .accordion-item.style-2 {
        border-bottom: none;
        padding-bottom: 0;
        margin-bottom: 0;
    }

    .choose-us-wrapper .choose-us-box .faq-items .accordion .accordion-item h3 button {
        font-size: 20px;
        line-height: 1;
        font-weight: 700;
        box-shadow: none;
        border-radius: 0 !important;
        padding: 20px 0px;
        font-family: "Unbounded", sans-serif;
        color: var(--white);
    }

@media (max-width: 575px) {
    .choose-us-wrapper .choose-us-box .faq-items .accordion .accordion-item h3 button {
        font-size: 16px;
    }
}

.choose-us-wrapper .choose-us-box .faq-items .accordion .accordion-item .accordion-body {
    padding: 0px 0px;
}

    .choose-us-wrapper .choose-us-box .faq-items .accordion .accordion-item .accordion-body p {
        color: var(--white);
        line-height: 32px;
        font-weight: 400;
        font-size: 16px;
        max-width: 565px;
    }

@media (max-width: 575px) {
    .choose-us-wrapper .choose-us-box .faq-items .accordion .accordion-item .accordion-body p {
        width: 100%;
        font-size: 14px;
        line-height: 28px;
    }
}

.choose-us-wrapper .choose-us-box .faq-items .accordion .accordion-button {
    background-color: var(--theme);
    color: var(--white) !important;
}

    .choose-us-wrapper .choose-us-box .faq-items .accordion .accordion-button::after {
        display: none;
    }

    .choose-us-wrapper .choose-us-box .faq-items .accordion .accordion-button::before {
        position: absolute;
        content: "\e093";
        font-family: "Font Awesome 6 Pro";
        font-weight: 700;
        transform: rotate(90deg);
        top: 13px;
        right: 22px;
        font-size: 14px;
        text-align: center;
        transition: all 0.4s ease-in-out;
        color: var(--theme);
        width: 40px;
        height: 40px;
        line-height: 40px;
        text-align: center;
        background-color: var(--white);
    }

@media (max-width: 1399px) {
    .choose-us-wrapper .choose-us-box .faq-items .accordion .accordion-button::before {
        width: 30px;
        height: 30px;
        line-height: 30px;
    }
}

.choose-us-wrapper .choose-us-box .faq-items .accordion .accordion-button.collapsed {
    background-color: transparent;
    color: var(--white) !important;
}

    .choose-us-wrapper .choose-us-box .faq-items .accordion .accordion-button.collapsed::before {
        content: "\e09f";
        font-family: "Font Awesome 6 Pro";
        color: var(--theme);
        background-color: var(--white);
        transform: rotate(0);
    }

.why-choose-us-section-8 {
    position: relative;
}

    .why-choose-us-section-8 .build-shape {
        position: absolute;
        top: 0;
        right: 0;
    }

@media (max-width: 1199px) {
    .why-choose-us-section-8 .build-shape img {
        opacity: 0.5;
    }
}

@media (max-width: 1399px) {
    .choose-us-wrapper-8 .choose-image-1 img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        position: relative;
        z-index: 22;
    }
}

.choose-us-wrapper-8 .choose-us-content-8 {
    margin-left: -40px;
}

@media (max-width: 1399px) {
    .choose-us-wrapper-8 .choose-us-content-8 {
        margin-left: 0;
    }
}

.choose-us-wrapper-8 .choose-us-content-8 .section-title .sub-title {
    color: var(--theme) !important;
}

@media (max-width: 1399px) {
    .choose-us-wrapper-8 .choose-us-content-8 .section-title h2 {
        font-size: 34px;
    }
}

.choose-us-wrapper-8 .choose-us-content-8 .choose-text {
    margin-top: 25px;
    max-width: 430px;
}

.choose-us-wrapper-8 .choose-us-content-8 .list {
    position: relative;
    max-width: 365px;
    background-color: var(--white);
    padding: 25px 30px;
    margin-top: 30px;
    margin-bottom: 40px;
    border-radius: 5px;
    z-index: 22;
}

@media (max-width: 1399px) {
    .choose-us-wrapper-8 .choose-us-content-8 .list {
        padding: 17px 20px;
    }
}

@media (max-width: 991px) {
    .choose-us-wrapper-8 .choose-us-content-8 .list {
        padding: 25px 30px;
    }
}

.choose-us-wrapper-8 .choose-us-content-8 .list li {
    font-weight: 500;
    font-size: 16px;
    color: #5C6672;
}

@media (max-width: 1399px) {
    .choose-us-wrapper-8 .choose-us-content-8 .list li {
        font-size: 14px;
    }
}

@media (max-width: 991px) {
    .choose-us-wrapper-8 .choose-us-content-8 .list li {
        font-size: 16px;
    }
}

.choose-us-wrapper-8 .choose-us-content-8 .list li i {
    margin-right: 10px;
    color: var(--theme);
}

.choose-us-wrapper-8 .choose-us-content-8 .list li:not(:last-child) {
    margin-bottom: 10px;
}

.choose-us-wrapper-8 .choose-image-2-box .circle-item {
    position: relative;
    margin-bottom: 90px;
    margin-left: 100px;
    display: inline-block;
    line-height: 0;
}

@media (max-width: 1399px) {
    .choose-us-wrapper-8 .choose-image-2-box .circle-item {
        margin-left: 0;
        margin-bottom: 50px;
    }
}

@media (max-width: 991px) {
    .choose-us-wrapper-8 .choose-image-2-box .circle-item {
        margin-top: 20px;
    }
}

.choose-us-wrapper-8 .choose-image-2-box .circle-item .circle-image {
    position: relative;
}

    .choose-us-wrapper-8 .choose-image-2-box .circle-item .circle-image img {
        display: block;
        max-width: 100%;
        height: auto;
        animation: spin 15s linear infinite;
    }

.choose-us-wrapper-8 .choose-image-2-box .circle-item .icon {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100px;
    height: 100px;
    line-height: 100px;
    text-align: center;
    border-radius: 50%;
    background-color: var(--theme);
    display: flex;
    align-items: center;
    justify-content: center;
}

    .choose-us-wrapper-8 .choose-image-2-box .circle-item .icon img {
        max-width: 60%;
        height: auto;
        display: block;
    }

@media (max-width: 1399px) {
    .choose-us-wrapper-8 .choose-image-2-box .circle-item .icon {
        width: 90px;
        height: 90px;
        line-height: 90px;
    }
}

.choose-us-wrapper-8 .choose-image-2-box .circle-item:hover .icon img {
    animation: jello 1s;
}

@media (max-width: 1899px) {
    .choose-us-wrapper-8 .choose-image-2-box img {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }
}

.why-choose-us-section-9 {
    position: relative;
}

    .why-choose-us-section-9 .left-shape {
        position: absolute;
        top: 90px;
        left: 0;
    }

@media (max-width: 1399px) {
    .why-choose-us-section-9 .left-shape {
        opacity: 0.3;
    }
}

.why-choose-us-section-9 .right-shape {
    position: absolute;
    bottom: 0;
    right: 75px;
}

@media (max-width: 991px) {
    .why-choose-us-section-9 .right-shape {
        display: none;
    }
}

.choose-us-wrapper-9 {
    margin-top: 30px;
    display: inline-block;
}

    .choose-us-wrapper-9 .choose-us-content-9 .choose-steps {
        position: relative;
        display: flex;
        flex-direction: column;
        gap: 50px;
    }

        .choose-us-wrapper-9 .choose-us-content-9 .choose-steps .choose-line {
            position: absolute;
            left: 138px;
            top: 0;
            bottom: 0;
            width: 5px;
        }

@media (max-width: 1199px) {
    .choose-us-wrapper-9 .choose-us-content-9 .choose-steps .choose-line {
        left: 125px;
    }
}

@media (max-width: 450px) {
    .choose-us-wrapper-9 .choose-us-content-9 .choose-steps .choose-line {
        left: 110px;
    }
}

.choose-us-wrapper-9 .choose-us-content-9 .choose-steps .choose-line .choose-line-track {
    position: absolute;
    inset: 0;
    background: rgba(244, 91, 30, 0.1);
    border-radius: 999px;
}

.choose-us-wrapper-9 .choose-us-content-9 .choose-steps .choose-line .choose-line-active {
    position: absolute;
    left: 0;
    top: 0;
    width: 5px;
    height: 100px;
    background: var(--theme);
    border-radius: 999px;
    transition: top 0.28s ease;
}

.choose-us-wrapper-9 .choose-us-content-9 .choose-steps .choose-us-tab-item {
    display: grid;
    grid-template-columns: 64px 1fr;
    gap: 120px;
    align-items: start;
    border: 0;
    padding: 0;
    background: transparent;
    text-align: left;
    cursor: pointer;
}

@media (max-width: 1199px) {
    .choose-us-wrapper-9 .choose-us-content-9 .choose-steps .choose-us-tab-item {
        gap: 95px;
    }
}

@media (max-width: 450px) {
    .choose-us-wrapper-9 .choose-us-content-9 .choose-steps .choose-us-tab-item {
        gap: 75px;
    }
}

.choose-us-wrapper-9 .choose-us-content-9 .choose-steps .choose-us-tab-item .choose-number {
    width: 100px;
    height: 100px;
    line-height: 100px;
    text-align: center;
    border-radius: 50%;
    font-size: 35px;
    font-weight: 700;
    background-color: rgba(244, 91, 30, 0.1);
    color: var(--header);
    transition: all 0.4s ease-in-out;
}

@media (max-width: 575px) {
    .choose-us-wrapper-9 .choose-us-content-9 .choose-steps .choose-us-tab-item .choose-number {
        width: 90px;
        height: 90px;
        line-height: 90px;
    }
}

.choose-us-wrapper-9 .choose-us-content-9 .choose-steps .choose-us-tab-item .choose-content h3 {
    margin-bottom: 17px;
    font-size: 20px;
    font-weight: 700;
    font-family: "Manrope", sans-serif;
}

@media (max-width: 1199px) {
    .choose-us-wrapper-9 .choose-us-content-9 .choose-steps .choose-us-tab-item .choose-content h3 {
        font-size: 18px;
    }
}

@media (max-width: 575px) {
    .choose-us-wrapper-9 .choose-us-content-9 .choose-steps .choose-us-tab-item .choose-content h3 {
        font-size: 16px;
    }
}

.choose-us-wrapper-9 .choose-us-content-9 .choose-steps .choose-us-tab-item .choose-content p {
    font-size: 20px;
    color: var(--text);
    line-height: 155%;
    max-width: 350px;
}

@media (max-width: 1199px) {
    .choose-us-wrapper-9 .choose-us-content-9 .choose-steps .choose-us-tab-item .choose-content p {
        font-size: 18px;
    }
}

@media (max-width: 575px) {
    .choose-us-wrapper-9 .choose-us-content-9 .choose-steps .choose-us-tab-item .choose-content p {
        font-size: 16px;
    }
}

.choose-us-wrapper-9 .choose-us-content-9 .choose-steps .choose-us-tab-item.is-active .choose-number {
    background: var(--theme);
    color: var(--white);
}

.choose-us-wrapper-9 .choose-image-9 {
    margin-left: 52px;
}

@media (max-width: 991px) {
    .choose-us-wrapper-9 .choose-image-9 {
        margin-left: 0;
    }
}

.choose-us-wrapper-9 .choose-image-9 img {
    width: 100%;
    height: 100%;
    transition: opacity 0.22s ease, transform 0.22s ease;
}

.choose-us-wrapper-9 .choose-image-9.is-switching img {
    opacity: 0;
    transform: scale(0.985);
}

@media (max-width: 1199px) {
    .choose-us-image-10 img {
        width: 100%;
        height: 100%;
    }
}

.choose-us-content-10 .text {
    margin-top: 20px;
}

.choose-us-content-10 .award-box-area {
    margin-top: 50px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: relative;
}

@media (max-width: 575px) {
    .choose-us-content-10 .award-box-area {
        flex-wrap: wrap;
        gap: 40px;
    }
}

.choose-us-content-10 .award-box-area::before {
    content: "";
    position: absolute;
    top: 45px;
    left: 0;
    width: 100%;
    height: 1px;
    background: var(--theme);
}

@media (max-width: 575px) {
    .choose-us-content-10 .award-box-area::before {
        content: none;
    }
}

.choose-us-content-10 .award-box-area .award-items h3 {
    font-size: 24px;
    font-weight: 700;
    font-family: "Manrope", sans-serif;
}

.choose-us-content-10 .award-box-area .award-items .award-content {
    margin-top: 55px;
    position: relative;
}

@media (max-width: 575px) {
    .choose-us-content-10 .award-box-area .award-items .award-content {
        margin-top: 20px;
    }
}

.choose-us-content-10 .award-box-area .award-items .award-content ::after {
    content: "";
    position: absolute;
    left: 0;
    top: -33px;
    width: 15px;
    height: 18px;
    background-image: url("../img/home-10/trangle-shape.svg");
    background-size: contain;
    background-repeat: no-repeat;
}

@media (max-width: 575px) {
    .choose-us-content-10 .award-box-area .award-items .award-content ::after {
        content: none;
    }
}

.choose-us-content-10 .award-box-area .award-items .award-content h3 {
    font-size: 24px;
    font-weight: 700;
    margin-bottom: 10px;
    font-family: "Manrope", sans-serif;
}

@media (max-width: 767px) {
    .choose-us-content-10 .award-box-area .award-items .award-content h3 {
        font-size: 22px;
    }
}

@media (max-width: 575px) {
    .choose-us-content-10 .award-box-area .award-items .award-content h3 {
        font-size: 20px;
    }
}

.choose-us-content-10 .choose-us-btn {
    margin-top: 40px;
}

.flooring-wrapper-4 {
    background-color: var(--white);
    margin-top: 110px;
    padding: 25px;
    position: relative;
    z-index: 9;
}

@media (max-width: 1199px) {
    .flooring-wrapper-4 {
        margin-top: 30px;
    }
}

.flooring-wrapper-4 .shape-1 {
    position: absolute;
    text-align: center;
    left: 0;
    right: 0;
    top: -70px;
    z-index: -1;
    max-width: 1200px;
    margin: 0 auto;
}

@media (max-width: 1199px) {
    .flooring-wrapper-4 .shape-1 {
        display: none;
    }
}

.flooring-wrapper-4 .shape-1 img {
    width: 100%;
}

.flooring-left-content {
    padding: 40px;
    position: relative;
    z-index: 9;
}

@media (max-width: 1199px) {
    .flooring-left-content {
        padding: 30px;
    }
}

@media (max-width: 470px) {
    .flooring-left-content {
        padding: 20px;
    }
}

.flooring-left-content h3 {
    font-size: 32px;
    font-weight: 700;
    max-width: 336px;
    line-height: 128%;
}

@media (max-width: 1399px) {
    .flooring-left-content h3 {
        line-height: 145%;
    }
}

@media (max-width: 1199px) {
    .flooring-left-content h3 {
        line-height: 142%;
        font-size: 30px;
    }
}

@media (max-width: 991px) {
    .flooring-left-content h3 {
        font-size: 28px;
        line-height: 137%;
    }
}

@media (max-width: 767px) {
    .flooring-left-content h3 {
        font-size: 26px;
        line-height: 134%;
    }
}

@media (max-width: 575px) {
    .flooring-left-content h3 {
        font-size: 24px;
        line-height: 132%;
    }
}

@media (max-width: 470px) {
    .flooring-left-content h3 {
        font-size: 22px;
        line-height: 128%;
    }
}

.flooring-left-content p {
    margin-top: 15px;
}

@media (max-width: 1199px) {
    .flooring-left-content p br {
        display: none;
    }
}

.flooring-left-content .list-items {
    margin-top: 20px;
}

    .flooring-left-content .list-items li {
        position: relative;
        margin-left: 20px;
    }

        .flooring-left-content .list-items li::before {
            position: absolute;
            content: "";
            width: 5px;
            height: 5px;
            background-color: #1E2023;
            border-radius: 30px;
            top: 14px;
            left: -20px;
        }

        .flooring-left-content .list-items li:not(:last-child) {
            margin-bottom: 10px;
        }

.flooring-left-content .flooring-btn {
    max-width: 316px;
    width: 100%;
    border: 1px solid rgb(30, 32, 35);
    padding: 20px 25px;
    line-height: 1;
    display: inline-flex;
    justify-content: space-between;
    margin-top: 30px;
}

    .flooring-left-content .flooring-btn:hover {
        background-color: var(--theme);
        color: var(--white);
        border: 1px solid var(--theme);
    }

.flooring-image img {
    width: 100%;
    height: 100%;
}

.icon-feature-box-area li {
    display: flex;
    align-items: center;
    gap: 20px;
    border: 1px solid rgba(7, 2, 31, 0.15);
    padding: 30px;
}

@media (max-width: 991px) {
    .icon-feature-box-area li {
        flex-wrap: wrap;
        gap: 20px;
    }
}

.icon-feature-box-area li .content p {
    margin-top: 5px;
}

.icon-feature-box-area li:not(:last-child) {
    margin-bottom: 25px;
}

.icon-feature-box-area li:hover .icon img {
    animation: wobble 1.5s ease-in-out;
}

.counter-area-4 h2 {
    -webkit-text-stroke-width: 1px;
    -webkit-text-stroke-color: rgb(30, 32, 35);
    font-size: 72px;
    font-weight: 400;
    line-height: 153%;
    color: transparent;
    line-height: 1;
    margin-bottom: 20px;
}

@media (max-width: 1199px) {
    .counter-area-4 h2 {
        font-size: 65px;
    }
}

@media (max-width: 767px) {
    .counter-area-4 h2 {
        font-size: 60px;
    }
}

@media (max-width: 575px) {
    .counter-area-4 h2 {
        font-size: 50px;
    }
}

@media (max-width: 470px) {
    .counter-area-4 h2 {
        font-size: 45px;
    }
}

.counter-area-4 p {
    border-top: 1px solid rgb(213, 213, 213);
    padding-top: 20px;
    font-size: 18px;
    font-weight: 500;
}

.counter-area-4.counter-area-11 h2 {
    -webkit-text-stroke-color: var(--white);
}

.counter-area-4.counter-area-11 p {
    border-top: 1px solid var(--white);
    color: var(--white);
}

.counter-section-11 {
    padding: 90px 0;
}

.work-process-section-4 {
    position: relative;
}

    .work-process-section-4 .shape-1 {
        position: absolute;
        top: 30%;
        left: 35%;
    }

@media (max-width: 1600px) {
    .work-process-section-4 .shape-1 {
        left: 30%;
    }
}

@media (max-width: 1399px) {
    .work-process-section-4 .shape-1 {
        left: 32%;
    }
}

@media (max-width: 1199px) {
    .work-process-section-4 .shape-1 {
        display: none;
    }
}

.work-process-section-4 .shape-2 {
    position: absolute;
    top: 30%;
    right: 37%;
}

@media (max-width: 1600px) {
    .work-process-section-4 .shape-2 {
        right: 33%;
    }
}

@media (max-width: 1399px) {
    .work-process-section-4 .shape-2 {
        right: 32%;
    }
}

@media (max-width: 1199px) {
    .work-process-section-4 .shape-2 {
        display: none;
    }
}

.work-process-top-text {
    font-size: 88px;
    font-weight: 900;
    color: #E3E1D6;
    text-align: center;
    text-transform: uppercase;
    margin-bottom: -35px;
}

@media (max-width: 1199px) {
    .work-process-top-text {
        margin-bottom: 0;
        font-size: 80px;
    }
}

@media (max-width: 991px) {
    .work-process-top-text {
        font-size: 75px;
    }
}

@media (max-width: 767px) {
    .work-process-top-text {
        font-size: 70px;
    }
}

@media (max-width: 575px) {
    .work-process-top-text {
        font-size: 60px;
    }
}

@media (max-width: 470px) {
    .work-process-top-text {
        font-size: 50px;
    }
}

.work-process-section-4 .section-title .title-style-2 {
    color: var(--theme) !important;
}

.work-process-items-style-4 {
    max-width: 375px;
}

@media (max-width: 1199px) {
    .work-process-items-style-4 {
        margin: 30px auto 0;
        text-align: center;
    }
}

.work-process-items-style-4 .icon {
    width: 220px;
    height: 220px;
    line-height: 220px;
    background-color: var(--white);
    text-align: center;
    border-radius: 50%;
    position: relative;
    margin: 0 auto;
}

    .work-process-items-style-4 .icon .text {
        background-color: var(--theme);
        color: var(--white);
        border-radius: 50px;
        padding: 10px 20px;
        line-height: 1;
        text-align: center;
        position: absolute;
        bottom: 24px;
        right: -22px;
        text-transform: capitalize;
    }

    .work-process-items-style-4 .icon.style-11 {
        background-color: transparent;
        border: 1px solid rgba(244, 91, 30, 0.35);
    }

.work-process-items-style-4 .content {
    margin-top: 45px;
    text-align: center;
}

@media (max-width: 1199px) {
    .work-process-items-style-4 .content {
        margin-top: 30px;
    }
}

.work-process-items-style-4 .content h4 {
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 15px;
}

.work-process-items-style-4 .content.content-style-10 h4 {
    font-size: 24px;
    line-height: 167%;
    letter-spacing: -0.48px;
    font-family: "Manrope", sans-serif;
}

.work-process-items-style-4.style-2 {
    margin-top: 30px;
}

.work-process-items-style-4:hover .icon img {
    animation: wobble 1.5s ease-in-out;
}

.work-process-section-10 {
    position: relative;
}

    .work-process-section-10 .shape-1 {
        top: 48%;
    }

    .work-process-section-10 .shape-2 {
        top: 48%;
    }

.flooring-text {
    font-size: 72px;
    font-weight: 600;
    color: var(--white);
}

@media (max-width: 1399px) {
    .flooring-text {
        font-size: 58px;
    }
}

@media (max-width: 1199px) {
    .flooring-text {
        font-size: 50px;
    }
}

@media (max-width: 991px) {
    .flooring-text {
        text-align: center;
        font-size: 45px;
    }
}

@media (max-width: 767px) {
    .flooring-text {
        font-size: 38px;
    }
}

@media (max-width: 575px) {
    .flooring-text {
        font-size: 33px;
    }
}

@media (max-width: 470px) {
    .flooring-text {
        font-size: 26px;
    }
}

.scrolling-wrap-1 {
    overflow: hidden;
    white-space: nowrap;
    display: flex;
    gap: 0px;
    padding: 65px 0;
    border-bottom: 1px solid rgba(30, 32, 35, 0.28);
}

@media (max-width: 1399px) {
    .scrolling-wrap-1 {
        padding: 30px 0;
    }
}

.scrolling-wrap-1 .comm {
    display: flex;
    align-items: center;
    animation: scroll 60s linear infinite;
    gap: 50px;
    cursor: pointer;
}

@media (max-width: 1399px) {
    .scrolling-wrap-1 .comm {
        gap: 40px;
    }
}

.scrolling-wrap-1 .comm .cmn-textslide {
    font-size: 22px;
    font-weight: 500;
    line-height: normal;
    text-transform: uppercase;
    color: var(--header);
    display: flex;
    align-items: center;
    gap: 45px;
    position: relative;
    padding-left: 50px;
}

@media (max-width: 575px) {
    .scrolling-wrap-1 .comm .cmn-textslide {
        gap: 30px;
    }
}

.scrolling-wrap-1 .comm .cmn-textslide::before {
    position: absolute;
    content: "";
    width: 7px;
    height: 7px;
    background-color: var(--theme);
    top: 50%;
    transform: translateY(-50%);
    left: 0;
}

.scrolling-wrap-1:hover .comm {
    animation-play-state: paused;
}

.feature-wrapper-inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    max-width: 1205px;
    margin: 0 auto;
}

@media (max-width: 1199px) {
    .feature-wrapper-inner {
        flex-wrap: wrap;
        gap: 30px;
        padding: 0 30px;
    }
}

.feature-wrapper-inner p {
    max-width: 776px;
}

.feature-wrapper-inner .circle-box {
    position: relative;
    z-index: 99;
}

    .feature-wrapper-inner .circle-box .text-image img {
        width: initial;
        height: initial;
        animation: cir36 10s linear infinite;
    }

    .feature-wrapper-inner .circle-box .arrow-icon {
        text-align: center;
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        color: var(--header);
    }

        .feature-wrapper-inner .circle-box .arrow-icon i {
            transform: rotate(-45deg);
            transition: all 0.4s ease-in-out;
        }

.feature-counter-wrapper-inner {
    max-width: 1440px;
    margin-left: 100px;
    position: relative;
    z-index: 99;
}

@media (max-width: 1600px) {
    .feature-counter-wrapper-inner {
        margin-left: 50px;
        margin-right: 50px;
    }
}

@media (max-width: 1399px) {
    .feature-counter-wrapper-inner {
        margin-left: 30px;
        margin-left: 30px;
    }
}

@media (max-width: 1199px) {
    .feature-counter-wrapper-inner {
        margin-left: 20px;
        margin-left: 20px;
    }
}

.feature-counter-wrapper-inner .feature-box-items h2 {
    font-weight: 300;
    font-size: 72px;
    border-bottom: 1px solid rgb(116, 116, 116);
    padding-bottom: 20px;
}

@media (max-width: 991px) {
    .feature-counter-wrapper-inner .feature-box-items h2 {
        font-size: 58px;
    }
}

@media (max-width: 767px) {
    .feature-counter-wrapper-inner .feature-box-items h2 {
        font-size: 48px;
    }
}

@media (max-width: 575px) {
    .feature-counter-wrapper-inner .feature-box-items h2 {
        font-size: 40px;
    }
}

.feature-counter-wrapper-inner .feature-box-items p {
    margin-top: 20px;
}

.feature-section-inner {
    position: relative;
}

    .feature-section-inner .shape-1 {
        position: absolute;
        bottom: -3px;
        right: 0;
    }



.bg-content-6 {
    padding: 300px 0 100px;
}

@media (max-width: 1399px) {
    .bg-content-6 {
        padding: 100px 0 100px;
    }
}

@media (max-width: 991px) {
    .bg-content-6 {
        padding: 80px 0 80px;
        text-align: center;
    }
}

.bg-content-6 h2 {
    font-size: 72px;
    font-weight: 900;
}

@media (max-width: 1199px) {
    .bg-content-6 h2 {
        font-size: 50px;
    }
}

@media (max-width: 767px) {
    .bg-content-6 h2 {
        font-size: 38px;
    }
}

@media (max-width: 575px) {
    .bg-content-6 h2 {
        font-size: 34px;
    }
}

@media (max-width: 991px) {
    .bg-content-6 h2 {
        text-align: center;
    }

        .bg-content-6 h2 br {
            display: none;
        }
}

.bg-content-6 .bg-button {
    margin-top: 30px;
}

.bg-content-6 p {
    max-width: 522px;
    color: var(--white);
    margin-left: auto;
}

@media (max-width: 991px) {
    .bg-content-6 p {
        text-align: center;
        margin: 30px auto 0;
    }
}

.highly-skill-section-6 {
    background-color: rgba(40, 83, 230, 0.04);
}

    .highly-skill-section-6 .highly-skill-top {
        display: flex;
        align-items: start;
        gap: 340px;
        margin-bottom: 48px;
    }

@media (max-width: 1399px) {
    .highly-skill-section-6 .highly-skill-top {
        flex-wrap: wrap;
        gap: 30px;
        margin-bottom: 30px;
    }
}

@media (max-width: 991px) {
    .highly-skill-section-6 .highly-skill-top {
        gap: 0;
    }
}

.highly-skill-section-6 .highly-skill-top .section-title h2 {
    max-width: 771px;
}

.highly-skill-left-content-style-6 .info-item {
    display: flex;
    align-items: center;
    gap: 20px;
}

@media (max-width: 470px) {
    .highly-skill-left-content-style-6 .info-item {
        flex-wrap: wrap;
    }
}

.highly-skill-left-content-style-6 ul {
    margin-top: 50px;
}

    .highly-skill-left-content-style-6 ul li {
        display: flex;
        align-items: center;
        gap: 20px;
        background-color: var(--white);
        border: 1px solid rgba(7, 2, 31, 0.15);
        padding: 20px 30px;
    }

@media (max-width: 470px) {
    .highly-skill-left-content-style-6 ul li {
        display: grid;
    }
}

.highly-skill-left-content-style-6 ul li .content h3 {
    font-size: 16px;
    font-weight: 600;
}

.highly-skill-left-content-style-6 ul li:not(:last-child) {
    margin-bottom: 25px;
}

.highly-skill-thumb-style-6 {
    margin-left: 30px;
}

@media (max-width: 1199px) {
    .highly-skill-thumb-style-6 {
        margin-left: 0;
    }
}

.highly-skill-thumb-style-6 img {
    width: 100%;
    height: 100%;
}

.feature-main-items-6 {
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-bottom: 1px solid rgba(255, 255, 255, 0.42);
    padding-bottom: 70px;
    margin-bottom: 70px;
}

@media (max-width: 1399px) {
    .feature-main-items-6 {
        padding-bottom: 30px;
        margin-bottom: 30px;
    }
}

@media (max-width: 991px) {
    .feature-main-items-6 {
        flex-wrap: wrap;
        gap: 15px;
        align-items: start;
    }
}

.feature-main-items-6 .text h3 {
    color: var(--white);
    font-size: 56px;
    font-weight: 500;
}

@media (max-width: 1399px) {
    .feature-main-items-6 .text h3 {
        font-size: 45px;
    }
}

@media (max-width: 991px) {
    .feature-main-items-6 .text h3 {
        font-size: 40px;
    }
}

@media (max-width: 767px) {
    .feature-main-items-6 .text h3 {
        font-size: 30px;
    }
}

@media (max-width: 575px) {
    .feature-main-items-6 .text h3 {
        font-size: 25px;
    }
}

.feature-main-items-6 .content p {
    color: var(--white);
    max-width: 346px;
    font-size: 18px;
    font-weight: 500;
}

@media (max-width: 1399px) {
    .feature-main-items-6 .content p {
        font-size: 16px;
    }
}

.feature-main-items-6 .content.style-2 {
    margin-left: -20px;
}

@media (max-width: 991px) {
    .feature-main-items-6 .content.style-2 {
        margin-left: 0;
    }
}

.feature-main-items-6 .list li {
    color: var(--white);
    font-size: 18px;
    font-weight: 600;
    position: relative;
    padding-left: 18px;
}

@media (max-width: 1399px) {
    .feature-main-items-6 .list li {
        font-size: 16px;
    }
}

.feature-main-items-6 .list li::before {
    position: absolute;
    content: "";
    width: 5px;
    height: 5px;
    border-radius: 20px;
    background-color: var(--white);
    top: 15px;
    left: 0;
}

.feature-main-items-6 .list li:not(:last-child) {
    margin-bottom: 10px;
}

.feature-bg-6 {
    background-color: #090025;
}

.impact-wrapper-7 .impacts-left-items {
    margin-right: 50px;
}

    .impact-wrapper-7 .impacts-left-items .impects-items {
        display: flex;
        align-items: center;
        gap: 30px;
    }

        .impact-wrapper-7 .impacts-left-items .impects-items .circle-icon {
            background-color: var(--theme);
            width: 50px;
            height: 50px;
            line-height: 50px;
            text-align: center;
            border-radius: 50%;
            color: var(--white);
        }

            .impact-wrapper-7 .impacts-left-items .impects-items .circle-icon:hover {
                background-color: var(--header);
                color: var(--white);
            }

.impact-wrapper-7 .impacts-right-items .impact-text {
    margin-top: 25px;
}

.impact-wrapper-7 .impacts-right-items .theme-btn-main {
    background-color: var(--header);
    margin-top: 30px;
}

.impact-wrapper-7 .impacts-right-items .icon-box-area {
    margin-top: 50px;
    max-width: 377px;
}

    .impact-wrapper-7 .impacts-right-items .icon-box-area .top-icon {
        display: flex;
        align-items: center;
        gap: 20px;
    }

        .impact-wrapper-7 .impacts-right-items .icon-box-area .top-icon h4 {
            font-size: 20px;
            font-weight: 700;
        }

    .impact-wrapper-7 .impacts-right-items .icon-box-area p {
        margin-top: 20px;
    }

.complet-feature-section-7 {
    position: relative;
    z-index: 99;
}

    .complet-feature-section-7::before {
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        width: 100%;
        height: 100%;
        content: "";
        background: rgba(20, 37, 0, 0.43);
    }

    .complet-feature-section-7 .container {
        max-width: 1662px;
    }

.complet-feature-left-items-style-7 h2 {
    font-size: 112px;
    font-weight: 500;
    color: var(--white);
    line-height: 112%;
}

@media (max-width: 1899px) {
    .complet-feature-left-items-style-7 h2 {
        font-size: 70px;
    }
}

@media (max-width: 1600px) {
    .complet-feature-left-items-style-7 h2 {
        font-size: 65px;
    }
}

@media (max-width: 991px) {
    .complet-feature-left-items-style-7 h2 {
        font-size: 55px;
    }
}

@media (max-width: 767px) {
    .complet-feature-left-items-style-7 h2 {
        font-size: 48px;
    }
}

@media (max-width: 575px) {
    .complet-feature-left-items-style-7 h2 {
        font-size: 40px;
    }
}

@media (max-width: 1600px) {
    .complet-feature-left-items-style-7 h2 br {
        display: none;
    }
}

.complet-feature-right-items-style-7 {
    margin-left: 60px;
}

@media (max-width: 1899px) {
    .complet-feature-right-items-style-7 {
        margin-left: 0;
    }
}

.complet-feature-right-items-style-7 .complet-feature-box-items {
    background-color: var(--white);
    position: relative;
    z-index: 99;
    padding: 35px 40px;
}

    .complet-feature-right-items-style-7 .complet-feature-box-items h3 {
        font-size: 20px;
        margin-top: 35px;
        line-height: 170%;
        color: rgb(0, 53, 102);
    }

    .complet-feature-right-items-style-7 .complet-feature-box-items .list-items {
        margin-top: 25px;
    }

        .complet-feature-right-items-style-7 .complet-feature-box-items .list-items li {
            position: relative;
            margin-left: 20px;
            color: var(--text);
        }

            .complet-feature-right-items-style-7 .complet-feature-box-items .list-items li::before {
                position: absolute;
                content: "";
                width: 5px;
                height: 5px;
                background-color: var(--text);
                border-radius: 30px;
                top: 14px;
                left: -20px;
            }

            .complet-feature-right-items-style-7 .complet-feature-box-items .list-items li:not(:last-child) {
                margin-bottom: 10px;
            }

    .complet-feature-right-items-style-7 .complet-feature-box-items:hover .icon img {
        animation: wobble 1.5s ease-in-out;
    }

.footer-wrapper {
    padding: 50px 0;
}

@media (max-width: 1399px) {
    .footer-wrapper {
        padding: 50px 0;
    }
}

@media (max-width: 991px) {
    .footer-wrapper {
        padding: 50px 0;
    }
}

.footer-wrapper.style-3 {
    padding: 90px 0 80px;
    position: relative;
}

@media (max-width: 991px) {
    .footer-wrapper.style-3 {
        padding: 50px 0 80px;
    }
}

.footer-wrapper .footer-newsletter {
    display: flex;
    align-items: center;
    gap: 250px;
    margin-bottom: 80px;
}

@media (max-width: 1399px) {
    .footer-wrapper .footer-newsletter {
        flex-wrap: wrap;
        gap: 20px;
        margin-bottom: 0px;
    }
}

.footer-wrapper .footer-newsletter .content p {
    color: var(--white);
    font-size: 18px;
    font-weight: 500;
    margin-top: 30px;
    max-width: 344px;
}

@media (max-width: 1399px) {
    .footer-wrapper .footer-newsletter .content p {
        font-size: 16px;
    }
}

.footer-wrapper .footer-newsletter .newsletter-content {
    width: 100%;
    max-width: 571px;
}

    .footer-wrapper .footer-newsletter .newsletter-content h4 {
        font-size: 24px;
        color: var(--white);
        margin-bottom: 30px;
    }

@media (max-width: 1399px) {
    .footer-wrapper .footer-newsletter .newsletter-content h4 {
        font-size: 20px;
    }
}

.footer-wrapper .footer-newsletter .newsletter-content .from-item {
    max-width: 571px;
    width: 100%;
}

.footer-wrapper .footer-newsletter .newsletter-content form {
    max-width: 571px;
    width: 100%;
}

.footer-wrapper .footer-newsletter .newsletter-content .form-clt {
    position: relative;
}

    .footer-wrapper .footer-newsletter .newsletter-content .form-clt input {
        width: 100%;
        outline: none;
        border: none;
        background-color: var(--white);
        color: var(--text2);
        line-height: 1;
        padding: 18px 24px;
        max-width: 571px;
        padding-right: 200px;
    }

@media (max-width: 1399px) {
    .footer-wrapper .footer-newsletter .newsletter-content .form-clt input {
        padding: 18px 18px;
    }
}

.footer-wrapper .footer-newsletter .newsletter-content .form-clt input::placeholder {
    color: var(--text2);
}

.footer-wrapper .footer-newsletter .newsletter-content .form-clt .theme-btn {
    position: absolute;
    top: 4px;
    right: 4px;
    bottom: 4px;
    line-height: 1;
    background-color: var(--theme);
    color: var(--white);
    padding: 15px 20px;
    font-weight: 600;
    transition: all 0.4s ease-in-out;
}

    .footer-wrapper .footer-newsletter .newsletter-content .form-clt .theme-btn:hover {
        background-color: var(--header);
    }

.footer-wrapper .single-footer-widget {
    margin-top: 30px;
}
    .footer-wrapper .single-footer-widget p {
        margin-top: 25px;
        color: #fff;
        font-size: 16px;
        text-align: justify;
    }
    .footer-wrapper .single-footer-widget .footer-contact {
        margin-top: 30px;
    }
    .footer-wrapper .single-footer-widget .footer-contact h4 {
        margin-bottom: 20px;
        font-size: 24px;
    }

@media (max-width: 1399px) {
    .footer-wrapper .single-footer-widget .footer-contact h4 {
        font-size: 20px;
    }
}

.footer-wrapper .single-footer-widget .footer-contact h4 a {
    color: var(--white);
}

    .footer-wrapper .single-footer-widget .footer-contact h4 a:hover {
        color: var(--theme);
    }

.footer-wrapper .single-footer-widget .footer-contact h5 {
    font-size: 20px;
    font-weight: 600;
    color: var(--white);
    margin-top: 20px;
}

.footer-wrapper .single-footer-widget .footer-contact p {
    color: var(--white);
    max-width: 344px;
}

.footer-wrapper .single-footer-widget .footer-contact .social-list-3 {
    display: flex;
    align-items: center;
    gap: 20px;
    margin-top: 15px;
}

    .footer-wrapper .single-footer-widget .footer-contact .social-list-3 a {
        color: var(--white);
    }

        .footer-wrapper .single-footer-widget .footer-contact .social-list-3 a:hover {
            color: var(--theme);
        }

.footer-wrapper .single-footer-widget .widget-title {
    margin-bottom: 30px;
}

    .footer-wrapper .single-footer-widget .widget-title h4 {
        font-size: 22px;
        font-weight: 600;
        color: var(--white);
        position: relative;
    }

    .footer-wrapper .single-footer-widget .widget-title.widget-title-9 h4 {
        font-size: 24px;
        line-height: 167%;
        letter-spacing: -0.48px;
        font-family: "Manrope", sans-serif;
    }

.footer-wrapper .single-footer-widget .list-area li {
    transition: all 0.4s ease-in-out;
    font-size: 18px;
    font-weight: 500;
    position: relative;
}

    .footer-wrapper .single-footer-widget .list-area li:not(:last-child) {
        margin-bottom: 10px;
    }

    .footer-wrapper .single-footer-widget .list-area li a {
        color: var(--white);
    }

    .footer-wrapper .single-footer-widget .list-area li:hover {
        margin-left: 5px;
    }

        .footer-wrapper .single-footer-widget .list-area li:hover a {
            color: var(--theme);
        }

        .footer-wrapper .single-footer-widget .list-area li:hover::before {
            background-color: var(--theme);
        }

.footer-wrapper .single-footer-widget .map-items .googpemap iframe {
    width: 100%;
    height: 282px;
}

@media (max-width: 575px) {
    .footer-wrapper .single-footer-widget .map-items .googpemap iframe {
        height: 300px;
    }
}

.footer-wrapper .single-footer-widget .contact-content p {
    color: var(--white);
    margin-bottom: 50px;
}

@media (max-width: 1399px) {
    .footer-wrapper .single-footer-widget .contact-content p {
        margin-bottom: 30px;
    }
}

.footer-wrapper .single-footer-widget .contact-content form {
    max-width: 350px;
    width: 100%;
}

.footer-wrapper .single-footer-widget .contact-content .form-clt {
    position: relative;
}

    .footer-wrapper .single-footer-widget .contact-content .form-clt input {
        width: 100%;
        outline: none;
        border: none;
        background-color: transparent;
        color: rgba(246, 246, 246, 0.59);
        line-height: 1;
        padding: 0 0 24px;
        max-width: 350px;
        border-bottom: 1px solid rgba(255, 255, 255, 0.28);
    }

@media (max-width: 1399px) {
    .footer-wrapper .single-footer-widget .contact-content .form-clt input {
        padding: 18px 18px;
    }
}

.footer-wrapper .single-footer-widget .contact-content .form-clt input::placeholder {
    color: rgba(246, 246, 246, 0.59);
}

.footer-wrapper .single-footer-widget .contact-content .form-clt .themes-btn {
    position: absolute;
    top: 4px;
    right: 4px;
    bottom: 4px;
    color: var(--theme);
    font-weight: 600;
    text-decoration: underline;
}

    .footer-wrapper .single-footer-widget .contact-content .form-clt .themes-btn i {
        color: var(--theme);
        margin-left: 5px;
    }

.footer-wrapper .social-list-2 {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 80px;
}

@media (max-width: 1399px) {
    .footer-wrapper .social-list-2 {
        margin-top: 30px;
        flex-wrap: wrap;
        gap: 20px;
    }
}

.footer-wrapper .social-list-2 a {
    color: var(--white);
    text-transform: uppercase;
    font-weight: 500;
}

    .footer-wrapper .social-list-2 a i {
        margin-right: 10px;
    }

    .footer-wrapper .social-list-2 a:hover {
        color: var(--theme);
    }

.footer-wrapper .footer-contact-form {
    background-color: var(--white);
    padding: 30px;
    width: 315px;
    margin-top: -105px;
    position: relative;
    z-index: 9;
}

@media (max-width: 1399px) {
    .footer-wrapper .footer-contact-form {
        margin-top: 30px;
    }
}

.footer-wrapper .footer-contact-form .footer-shape {
    position: absolute;
    top: -10px;
    left: -8px;
}

@media (max-width: 1399px) {
    .footer-wrapper .footer-contact-form .footer-shape {
        display: none;
    }
}

.footer-wrapper .footer-contact-form .footer-shape-2 {
    position: absolute;
    top: -10px;
    right: -8px;
}

@media (max-width: 1399px) {
    .footer-wrapper .footer-contact-form .footer-shape-2 {
        display: none;
    }
}

.footer-wrapper .footer-contact-form .icon {
    margin-bottom: 30px;
}

.footer-wrapper .footer-contact-form h3 {
    font-size: 20px;
    line-height: 1.5;
    font-weight: 700;
}

.footer-wrapper .footer-contact-form p {
    margin-top: 5px;
}

.footer-wrapper .footer-contact-form form {
    position: relative;
    margin-top: 25px;
}

    .footer-wrapper .footer-contact-form form input {
        width: 100%;
        border: none;
        background-color: #F0F0F0;
        padding: 0 18px;
        line-height: 1;
        color: var(--text);
        height: 52px;
        line-height: 52px;
    }

        .footer-wrapper .footer-contact-form form input::placeholder {
            color: var(--text);
        }

.footer-wrapper .footer-contact-form .theme-btn-2 {
    width: 100%;
    height: 52px;
    line-height: 52px;
    padding: 0 20px;
    margin-top: 14px;
    font-size: 14px;
    font-weight: 500;
    text-transform: uppercase;
    border-radius: 0;
}

    .footer-wrapper .footer-contact-form .theme-btn-2::before {
        background-color: var(--header);
    }

    .footer-wrapper .footer-contact-form .theme-btn-2:hover {
        color: var(--white);
    }

.footer-bottom {
    background-color: #454545;
}

    .footer-bottom .footer-wrapper {
        padding: 20px 0;
        text-align: center;
    }

.footer-bottom .footer-wrapper p {
    color: var(--white);
}

    .footer-bottom .footer-wrapper p a {
        color: var(--white);
    }

        .footer-bottom .footer-wrapper p a:hover {
            color: var(--theme);
        }

@media (max-width: 1399px) {
    .footer-bottom .footer-wrapper p {
        font-size: 16px;
    }
}

.footer-bottom .footer-wrapper .flag-wrap {
    position: relative;
    max-width: 130px;
}

    .footer-bottom .footer-wrapper .flag-wrap .single-select {
        padding: 0 0 0 45px;
        background: transparent !important;
        border: none;
        text-align: center;
        padding-right: 30px;
        margin: 0 auto;
        position: relative;
        z-index: 999;
        border: none !important;
        padding-bottom: 0 !important;
        font-weight: 400 !important;
        height: initial;
        line-height: initial;
    }

        .footer-bottom .footer-wrapper .flag-wrap .single-select span {
            font-weight: 400;
        }

        .footer-bottom .footer-wrapper .flag-wrap .single-select .list {
            width: 100%;
            left: 0;
            background-color: var(--white);
            border-radius: 0;
            top: -84px;
        }

        .footer-bottom .footer-wrapper .flag-wrap .single-select .option {
            border: none;
            background-color: #fff;
        }

            .footer-bottom .footer-wrapper .flag-wrap .single-select .option.selected.focus {
                background-color: #fff;
            }

        .footer-bottom .footer-wrapper .flag-wrap .single-select::after {
            right: 0;
            border-bottom: 1px solid transparent;
            border-right: 1px solid transparent;
            width: 8px;
            height: 8px;
            top: 10px;
            border-bottom: 1px solid transparent;
            border-color: var(--white);
            border-right: 1px solid var(--white);
        }

        .footer-bottom .footer-wrapper .flag-wrap .single-select span {
            font-size: 15px;
            font-weight: 500;
            text-transform: uppercase;
            color: var(--white);
        }

    .footer-bottom .footer-wrapper .flag-wrap .flag {
        position: absolute;
        top: -5px;
        left: 15px;
        z-index: 1;
    }

        .footer-bottom .footer-wrapper .flag-wrap .flag img {
            width: 100%;
            height: 100%;
        }

.footer-section {
    position: relative;
}

    .footer-section .right-shape {
        position: absolute;
        right: 50px;
        top: 0;
    }



    .footer-section .left-shape {
        position: absolute;
        top: 0;
        bottom: 0;
        left: 0;
        height: 748px;
    }


        .footer-section .left-shape img {
            width: 70%;
            height: 100%;
        }

.footer-section-5 {
    position: relative;
}

@media (max-width: 1399px) {
    .footer-section-5 {
        overflow: hidden;
    }
}

.footer-section-5::before {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    content: "";
    background-color: rgba(34, 34, 34, 0.88);
}

@media (max-width: 1399px) {
    .footer-section-5 {
        overflow: hidden;
    }
}

.footer-section-5 .right-shape22 {
    position: absolute;
    bottom: 0;
    right: 100px;
}

@media (max-width: 1600px) {
    .footer-section-5 .right-shape22 {
        display: none;
    }
}

.footer-section-5 .left-shapess {
    position: absolute;
    top: 0;
    left: 100px;
}

@media (max-width: 1600px) {
    .footer-section-5 .left-shapess {
        display: none;
    }
}

.footer-section-5 .right-shape {
    position: absolute;
    right: 0;
    top: 30px;
    z-index: 1;
}

@media (max-width: 1600px) {
    .footer-section-5 .right-shape {
        display: none;
    }
}

.footer-bottom-5 {
    background-color: var(--theme);
    padding: 20px 0;
    position: relative;
    z-index: 999;
}

    .footer-bottom-5 .footer-wrapper-5 {
        display: flex;
        align-items: center;
        justify-content: space-between;
    }

@media (max-width: 991px) {
    .footer-bottom-5 .footer-wrapper-5 {
        justify-content: center;
    }
}

.footer-bottom-5 .footer-wrapper-5 p {
    color: var(--white);
}

@media (max-width: 767px) {
    .footer-bottom-5 .footer-wrapper-5 p {
        text-align: center;
    }
}

@media (max-width: 1399px) {
    .footer-bottom-5 .footer-wrapper-5 {
        flex-wrap: wrap;
        gap: 20px;
    }
}

@media (max-width: 767px) {
    .footer-bottom-5 .footer-wrapper-5 {
        justify-content: center;
    }
}

.footer-widget-wrapper-4 {
    padding: 90px 0 120px;
}

@media (max-width: 1199px) {
    .footer-widget-wrapper-4 {
        padding: 70px 0 100px;
    }
}

@media (max-width: 991px) {
    .footer-widget-wrapper-4 {
        padding: 50px 0 80px;
    }
}

.footer-widget-wrapper-4 .single-footer-widget {
    margin-top: 30px;
}

    .footer-widget-wrapper-4 .single-footer-widget .widget-head {
        margin-bottom: 30px;
    }

        .footer-widget-wrapper-4 .single-footer-widget .widget-head h3 {
            font-size: 20px;
            font-weight: 600;
            color: var(--white);
        }

        .footer-widget-wrapper-4 .single-footer-widget .widget-head.style-8 h3 {
            font-size: 24px;
            line-height: 167%;
            letter-spacing: -0.5px;
            font-family: "Manrope", sans-serif;
        }

    .footer-widget-wrapper-4 .single-footer-widget .footer-content p {
        color: var(--white);
        max-width: 355px;
    }

    .footer-widget-wrapper-4 .single-footer-widget .footer-content h4 a:hover {
        color: var(--theme);
    }

    .footer-widget-wrapper-4 .single-footer-widget .list-area li {
        font-weight: 400;
        font-size: 16px;
    }

@media (max-width: 1399px) {
    .footer-widget-wrapper-4 .single-footer-widget .list-area li {
        font-size: 15px;
    }
}

.footer-widget-wrapper-4 .single-footer-widget .list-area li:not(:last-child) {
    margin-bottom: 15px;
}

.footer-widget-wrapper-4 .single-footer-widget .list-area li a {
    color: var(--white);
    position: relative;
    padding-left: 20px;
}

    .footer-widget-wrapper-4 .single-footer-widget .list-area li a::before {
        position: absolute;
        top: 8px;
        left: 0;
        width: 6px;
        height: 6px;
        content: "";
        background-color: rgba(255, 255, 255, 0.32);
        transition: all 0.4s ease-in-out;
    }

    .footer-widget-wrapper-4 .single-footer-widget .list-area li a:hover {
        color: var(--theme);
    }

        .footer-widget-wrapper-4 .single-footer-widget .list-area li a:hover::before {
            background-color: var(--theme);
        }

.footer-widget-wrapper-4 .single-footer-widget form {
    margin-top: 30px;
}

.footer-widget-wrapper-4 .single-footer-widget .form-clt input {
    width: 100%;
    border: none;
    outline: none;
    background: #FFF;
    padding: 18px 30px;
    line-height: 1;
    color: var(--text);
    max-width: 358px;
    text-transform: capitalize;
}

@media (max-width: 767px) {
    .footer-widget-wrapper-4 .single-footer-widget .form-clt input {
        max-width: initial;
    }
}

.footer-widget-wrapper-4 .single-footer-widget .theme-btn {
    margin-top: 20px;
    padding: 20px 30px;
    line-height: 1;
    background-color: var(--theme);
    color: var(--white);
    font-weight: 600;
    max-width: 358px;
}

@media (max-width: 767px) {
    .footer-widget-wrapper-4 .single-footer-widget .theme-btn {
        max-width: initial;
    }
}

.footer-widget-wrapper-4 .single-footer-widget .social-icon {
    display: flex;
    gap: 30px;
    align-items: center;
    margin-top: 30px;
}

    .footer-widget-wrapper-4 .single-footer-widget .social-icon a {
        color: rgba(255, 255, 255, 0.53);
        font-size: 25px;
    }

        .footer-widget-wrapper-4 .single-footer-widget .social-icon a:hover {
            color: var(--white);
        }

.footer-widget-wrapper-4 .single-footer-widget .recent-post li {
    display: flex;
    align-items: center;
    gap: 20px;
}

    .footer-widget-wrapper-4 .single-footer-widget .recent-post li .thumb {
        max-width: 99px;
        width: 100%;
    }

        .footer-widget-wrapper-4 .single-footer-widget .recent-post li .thumb img {
            width: 100%;
            height: 100%;
        }

    .footer-widget-wrapper-4 .single-footer-widget .recent-post li .content p {
        color: var(--theme);
        font-size: 16px;
    }

    .footer-widget-wrapper-4 .single-footer-widget .recent-post li .content h4 {
        font-size: 16px;
        font-weight: 600;
        margin-top: 5px;
        max-width: 234px;
        line-height: 150%;
    }

        .footer-widget-wrapper-4 .single-footer-widget .recent-post li .content h4 a {
            color: var(--white);
        }

            .footer-widget-wrapper-4 .single-footer-widget .recent-post li .content h4 a:hover {
                color: var(--theme);
            }

    .footer-widget-wrapper-4 .single-footer-widget .recent-post li:not(:last-child) {
        margin-bottom: 25px;
    }

.footer-widget-wrapper-4 .single-footer-widget .recent-post.post-8 h4 {
    font-family: "Manrope", sans-serif;
}

.footer-bottom-4 {
    background-color: rgba(255, 255, 255, 0.1);
    padding: 15px 0;
    border-top-left-radius: 48px;
    border-top-right-radius: 48px;
    margin: 0 50px;
}

@media (max-width: 1399px) {
    .footer-bottom-4 {
        margin: 0 20px;
    }
}

@media (max-width: 991px) {
    .footer-bottom-4 {
        border-top-left-radius: 30px;
        border-top-right-radius: 30px;
    }
}

.footer-bottom-4 .footer-bottom-wrapper {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

@media (max-width: 1199px) {
    .footer-bottom-4 .footer-bottom-wrapper {
        flex-wrap: wrap;
        gap: 30px;
        justify-content: center;
        text-align: center;
    }
}

.footer-bottom-4 .footer-bottom-wrapper .text-1 {
    color: rgba(255, 255, 255, 0.75);
}

.style-9 .list-area-9 li {
    padding-left: 0 !important;
}

    .style-9 .list-area-9 li::before {
        content: none !important;
    }

    .style-9 .list-area-9 li i {
        margin-right: 5px;
    }

.style-9 .footer-contact-style-9 {
    background-color: var(--theme);
}

    .style-9 .footer-contact-style-9 h3 {
        color: var(--white);
        font-size: 24px;
        font-weight: 600;
        line-height: 166.7%;
        letter-spacing: -0.48px;
        font-family: "Manrope", sans-serif;
    }

    .style-9 .footer-contact-style-9 p {
        color: var(--white);
    }

    .style-9 .footer-contact-style-9 .theme-btn-2 {
        background-color: var(--white);
        color: var(--theme);
    }

.style-9 .footer-contact-style-12 {
    background-color: var(--theme);
}

    .style-9 .footer-contact-style-12 h3 {
        color: var(--white);
    }

    .style-9 .footer-contact-style-12 p {
        color: var(--white);
    }

    .style-9 .footer-contact-style-12 .theme-btn-2 {
        background-color: var(--white);
        color: var(--theme);
    }

.footer-bottom-5 {
    background-color: #3F3F3F;
}

    .footer-bottom-5 p {
        color: #F6F6F6;
    }

@media (max-width: 1199px) {
    .menu-thumb {
        display: none !important;
    }
}

.header-main {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 7px 0;
    position: relative;
}

    .header-main .main-menu ul {
        margin-bottom: 0;
    }

        .header-main .main-menu ul .menu-thumb {
            position: inherit;
        }

        .header-main .main-menu ul li {
            position: relative;
            list-style: none;
            display: inline-block;
            margin-inline-end: 35px;
        }

@media (max-width: 1399px) {
    .header-main .main-menu ul li {
        margin-inline-end: 25px;
    }
}

.header-main .main-menu ul li:last-child {
    margin-inline-end: 0;
}

.header-main .main-menu ul li a {
    display: inline-block;
    font-size: 16px;
    font-weight: 500;
    color: #414141;
    font-family: "Barlow", sans-serif;
    padding: 20px 0;
    text-align: left;
    position: relative;
    text-transform: capitalize;
    transition: all 0.4s ease-in-out;
}

    .header-main .main-menu ul li a i {
        margin-left: 4px;
        font-size: 10px;
    }

    .header-main .main-menu ul li a:hover {
        color: var(--theme) !important;
    }

.header-main .main-menu ul li .submenu {
    position: absolute;
    top: 100%;
    inset-inline-start: 0;
    min-width: 240px;
    background: var(--white);
    padding: 20px 0;
    border-radius: 0;
    z-index: 99999;
    visibility: hidden;
    opacity: 0;
    transform-origin: top center;
    color: #414141;
    transform: translateY(-10px);
    transition: all 0.4s ease-in-out;
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}

    .header-main .main-menu ul li .submenu li {
        display: block;
        width: 100%;
        margin: 0;
    }

        .header-main .main-menu ul li .submenu li a {
            position: relative;
            z-index: 11;
            font-size: 16px;
            font-weight: 500;
            color: #414141;
            line-height: 38px;
            padding: 0px 0px 0px 32px;
            padding-right: 22px;
            width: 100%;
            display: flex;
            align-items: center;
            justify-content: space-between;
        }

            .header-main .main-menu ul li .submenu li a:hover {
                color: var(--theme) !important;
            }

        .header-main .main-menu ul li .submenu li:last-child a {
            border: none;
        }

        .header-main .main-menu ul li .submenu li .submenu {
            inset-inline-start: 100%;
            top: 0;
            visibility: hidden;
            opacity: 0;
            border-top-left-radius: 0;
            border-bottom-left-radius: 0;
        }

        .header-main .main-menu ul li .submenu li:hover > a {
            color: var(--theme) !important;
            margin-left: 10px;
        }

            .header-main .main-menu ul li .submenu li:hover > a::before {
                width: 10px;
            }

            .header-main .main-menu ul li .submenu li:hover > a::after {
                color: var(--theme);
            }

        .header-main .main-menu ul li .submenu li:hover > .submenu {
            -webkit-transform: translateY(1);
            -moz-transform: translateY(1);
            -ms-transform: translateY(1);
            -o-transform: translateY(1);
            transform: translateY(1);
            visibility: visible;
            opacity: 1;
        }

        .header-main .main-menu ul li .submenu li.has-dropdown > a::after {
            position: absolute;
            top: 50%;
            inset-inline-end: 25px;
            -webkit-transform: translateY(-50%);
            -moz-transform: translateY(-50%);
            -ms-transform: translateY(-50%);
            -o-transform: translateY(-50%);
            transform: translateY(-50%);
            color: var(--theme);
        }

.header-main .main-menu ul li .has-homemenu {
    padding: 20px 20px 10px 20px !important;
    opacity: 0;
    visibility: hidden;
    position: absolute;
    left: 0;
    right: 0;
    padding: 0;
    width: 100%;
    z-index: 999;
    overflow: hidden;
    margin: auto;
    max-height: 740px;
    overflow-y: auto;
    overflow-x: hidden;
}

    .header-main .main-menu ul li .has-homemenu .homemenu-items .homemenu {
        position: relative;
    }

        .header-main .main-menu ul li .has-homemenu .homemenu-items .homemenu .homemenu-thumb {
            position: relative;
        }

            .header-main .main-menu ul li .has-homemenu .homemenu-items .homemenu .homemenu-thumb .demo-button {
                position: absolute;
                top: 50%;
                transform: translateY(-50%);
                text-align: center;
                opacity: 0;
                visibility: hidden;
                transition: all 0.4s ease-in-out;
                margin-top: 20px;
                left: 25px;
                right: 25px;
                gap: 12px;
                display: grid;
                align-items: center;
                justify-content: center;
            }

                .header-main .main-menu ul li .has-homemenu .homemenu-items .homemenu .homemenu-thumb .demo-button .theme-btn-main {
                    width: initial;
                    justify-content: initial;
                    display: inline-block;
                    padding-right: 7px;
                    padding-top: 8px;
                    padding-bottom: 8px;
                }

                    .header-main .main-menu ul li .has-homemenu .homemenu-items .homemenu .homemenu-thumb .demo-button .theme-btn-main:hover .theme-btn {
                        padding-right: 25px;
                        padding-left: 5px;
                    }

                    .header-main .main-menu ul li .has-homemenu .homemenu-items .homemenu .homemenu-thumb .demo-button .theme-btn-main:hover .theme-btn-arrow-left {
                        top: 6px;
                    }

                .header-main .main-menu ul li .has-homemenu .homemenu-items .homemenu .homemenu-thumb .demo-button .theme-btn {
                    padding: 0 25px;
                    display: inline-block;
                    padding-right: 0;
                }

                .header-main .main-menu ul li .has-homemenu .homemenu-items .homemenu .homemenu-thumb .demo-button .theme-btn-arrow-right {
                    margin-left: -5px;
                }

            .header-main .main-menu ul li .has-homemenu .homemenu-items .homemenu .homemenu-thumb::before {
                background: -webkit-gradient(linear, left top, left bottom, from(rgba(20, 19, 19, 0)), to(#5e5ef6));
                background: linear-gradient(to bottom, rgba(99, 92, 92, 0) 0%, #252527 100%);
                background-repeat: no-repeat;
                background-size: cover;
                background-position: center;
                width: 100%;
                height: 100%;
                position: absolute;
                left: 0;
                top: 0;
                overflow: hidden;
                opacity: 0;
                -webkit-transition: all 0.3s ease-in-out;
                transition: all 0.3s ease-in-out;
                content: "";
            }

            .header-main .main-menu ul li .has-homemenu .homemenu-items .homemenu .homemenu-thumb:hover .homemenu-btn {
                opacity: 1;
                visibility: visible;
                bottom: 50%;
                transform: translateY(50%);
            }

            .header-main .main-menu ul li .has-homemenu .homemenu-items .homemenu .homemenu-thumb img {
                width: 100%;
                height: 100%;
            }

            .header-main .main-menu ul li .has-homemenu .homemenu-items .homemenu .homemenu-thumb a {
                padding: 0;
            }

        .header-main .main-menu ul li .has-homemenu .homemenu-items .homemenu:hover .homemenu-thumb::before {
            visibility: visible;
            opacity: 1;
        }

        .header-main .main-menu ul li .has-homemenu .homemenu-items .homemenu:hover .homemenu-thumb .demo-button {
            opacity: 1;
            visibility: visible;
            margin-top: 0;
        }

        .header-main .main-menu ul li .has-homemenu .homemenu-items .homemenu .homemenu-title {
            text-align: center;
            margin: 15px auto;
            display: inline-block;
            font-size: 14px;
            font-weight: 500;
        }

            .header-main .main-menu ul li .has-homemenu .homemenu-items .homemenu .homemenu-title a {
                font-size: 14px;
                font-weight: 500;
                font-family: "Unbounded", sans-serif;
                color: var(--header);
            }

                .header-main .main-menu ul li .has-homemenu .homemenu-items .homemenu .homemenu-title a:hover {
                    color: var(--theme);
                }

    .header-main .main-menu ul li .has-homemenu::-webkit-scrollbar {
        display: none;
    }

.header-main .main-menu ul li {
    /* Hide scrollbar - Firefox */
}

    .header-main .main-menu ul li .has-homemenu {
        scrollbar-width: none;
    }

.header-main .main-menu ul li {
    /* Hide scrollbar - IE/Edge */
}

    .header-main .main-menu ul li .has-homemenu {
        -ms-overflow-style: none;
    }

    .header-main .main-menu ul li:hover > a {
        color: var(--theme);
    }

        .header-main .main-menu ul li:hover > a::after {
            color: var(--theme);
        }

    .header-main .main-menu ul li:hover > .submenu {
        visibility: visible;
        opacity: 1;
        transform: translateY(0px);
    }

.header-main .header-right {
    gap: 50px;
}

@media (max-width: 1399px) {
    .header-main .header-right {
        gap: 20px;
    }
}

.header-main .sidebar__toggle {
    cursor: pointer;
    font-size: 20px;
}

.header-1 {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 9999;
    background-color: #414141;
}

    .header-1::before {
        position: absolute;
        top: 0;
        bottom: 0;
        right: 0;
        content: "";
        height: 100px;
        width: 270px;
        background-color: var(--theme);
    }

@media (max-width: 991px) {
    .header-1::before {
        display: none;
    }
}

@media (max-width: 575px) {
    .header-1 .header-logo img {
        width: 160px;
    }
}

.header-1 .container-fluid {
    padding: 0 180px;
    padding-right: 50px;
}

@media (max-width: 1899px) {
    .header-1 .container-fluid {
        padding-left: 70px;
    }
}

@media (max-width: 1600px) {
    .header-1 .container-fluid {
        padding-left: 50px;
    }
}

@media (max-width: 1399px) {
    .header-1 .container-fluid {
        padding-left: 20px;
    }
}

@media (max-width: 991px) {
    .header-1 .container-fluid {
        padding-right: 30px;
    }
}

.header-1 .header-right-icon {
    display: flex;
    align-items: center;
    gap: 28px;
}

    .header-1 .header-right-icon .search-toggler {
        font-size: 18px;
        color: #fff;
    }

        .header-1 .header-right-icon .search-toggler:hover {
            color: var(--theme);
        }

    .header-1 .header-right-icon .cart-icon {
        font-size: 20px;
        position: relative;
        color: #fff;
    }

@media (max-width: 1399px) {
    .header-1 .header-right-icon .cart-icon {
        font-size: 22px;
    }
}

.header-1 .header-right-icon .cart-icon span {
    width: 19px;
    height: 19px;
    line-height: 19px;
    text-align: center;
    border-radius: 50%;
    background-color: var(--theme);
    color: var(--white);
    display: inline-block;
    font-size: 12px;
    position: absolute;
    bottom: -6px;
    right: -9px;
}

.header-1 .header-main .main-menu ul li a {
    color: #fff;
    padding: 15px 0;
}

    .header-1 .header-main .main-menu ul li a:hover {
        color: var(--theme) !important;
    }

.header-1 .header-main .main-menu ul li .submenu li a {
    color: #414141;
}

    .header-1 .header-main .main-menu ul li .submenu li a:hover {
        color: var(--theme) !important;
    }

.header-1 .header-main .main-menu ul li .submenu li:hover > a {
    color: var(--theme) !important;
    margin-left: 10px;
}

.header-1 .header-main .main-menu ul li .submenu li.has-dropdown > a::after {
    color: var(--theme);
}

.header-1 .header-main .main-menu ul li:hover > a {
    color: var(--theme);
}

    .header-1 .header-main .main-menu ul li:hover > a::after {
        color: var(--theme);
    }

.header-1 .header-main .main-menu ul li:hover > .submenu {
    visibility: visible;
    opacity: 1;
    transform: translateY(0px);
}

.header-1 .header-main .sidebar__toggle {
    cursor: pointer;
    font-size: 18px;
}

.header-1 .header__hamburger {
    display: flex;
    align-items: center;
    gap: 50px;
    margin-left: 35px;
    padding-top: 13px;
}

@media (max-width: 991px) {
    .header-1 .header__hamburger {
        margin-left: 0;
        gap: 20px;
        padding-top: 0;
    }
}

.header-1 .header__hamburger .contact-btn {
    color: var(--white);
    font-size: 16px;
    font-weight: 600;
}

@media (max-width: 767px) {
    .header-1 .header__hamburger .contact-btn {
        display: none;
    }
}

.header-1 .header-bar {
    position: relative;
    width: 40px;
    height: 24px;
}

@media (max-width: 575px) {
    .header-1 .header-bar {
        width: 28px;
    }
}

.header-1 .header-bar span {
    position: absolute;
    width: 100%;
    height: 2px;
    display: inline-block;
    transition: all 0.3s;
    left: 0;
    background: var(--white);
    overflow: hidden;
}

    .header-1 .header-bar span:first-child {
        top: 0;
        background: var(--white);
        left: 0;
    }

    .header-1 .header-bar span:nth-child(2) {
        top: 44%;
        background: var(--white);
    }

    .header-1 .header-bar span:last-child {
        bottom: 0;
        background: var(--white);
    }

.header-1 .header-bar.active span:first-child {
    transform: rotate(45deg) translate(3px, 9px);
}

.header-1 .header-bar.active span:nth-child(2) {
    opacity: 0;
}

.header-1 .header-bar.active span:last-child {
    transform: rotate(-45deg) translate(3px, -9px);
}

.header-1 .header-bar:hover {
    cursor: pointer;
}

.header-1.header-4 {
    background-color: #F8F7F0;
}

    .header-1.header-4::before {
        background-color: #1E2023;
    }

    .header-1.header-4 .container-fluid {
        padding: 0 110px;
        padding-right: 50px;
    }

@media (max-width: 1899px) {
    .header-1.header-4 .container-fluid {
        padding-left: 115px;
    }
}

@media (max-width: 1600px) {
    .header-1.header-4 .container-fluid {
        padding-left: 50px;
    }
}

@media (max-width: 1399px) {
    .header-1.header-4 .container-fluid {
        padding-left: 20px;
    }
}

@media (max-width: 991px) {
    .header-1.header-4 .container-fluid {
        padding-right: 30px;
    }
}

.header-1.header-4 .header-right-icon .search-toggler {
    font-size: 18px;
    color: #414141;
}

    .header-1.header-4 .header-right-icon .search-toggler:hover {
        color: var(--theme);
    }

.header-1.header-4 .header-right-icon .cart-icon {
    color: #414141;
}

.header-1.header-4 .header-main .main-menu ul li a {
    color: #414141;
}

    .header-1.header-4 .header-main .main-menu ul li a:hover {
        color: var(--theme) !important;
    }

.header-1.header-4 .header-main .main-menu ul li .submenu li a {
    color: #414141;
}

    .header-1.header-4 .header-main .main-menu ul li .submenu li a:hover {
        color: var(--theme) !important;
    }

.header-1.header-4 .header-main .main-menu ul li .submenu li:hover > a {
    color: var(--theme) !important;
    margin-left: 10px;
}

.header-1.header-4 .header-main .main-menu ul li .submenu li.has-dropdown > a::after {
    color: var(--theme);
}

.header-1.header-4 .header-main .main-menu ul li:hover > a {
    color: var(--theme);
}

    .header-1.header-4 .header-main .main-menu ul li:hover > a::after {
        color: var(--theme);
    }

.header-1.header-4 .header-main .main-menu ul li:hover > .submenu {
    visibility: visible;
    opacity: 1;
    transform: translateY(0px);
}

.header-1.header-4 .header__hamburger .contact-btn {
    color: var(--white);
}

@media (max-width: 991px) {
    .header-1.header-4 .header__hamburger .contact-btn {
        color: var(--header);
    }
}

.header-1.header-4 .header-bar {
    position: relative;
    width: 40px;
    height: 24px;
}

@media (max-width: 575px) {
    .header-1.header-4 .header-bar {
        width: 28px;
    }
}

.header-1.header-4 .header-bar span {
    position: absolute;
    width: 100%;
    height: 2px;
    display: inline-block;
    transition: all 0.3s;
    left: 0;
    background: var(--white);
    overflow: hidden;
}

@media (max-width: 991px) {
    .header-1.header-4 .header-bar span {
        background-color: var(--header);
    }
}

.header-1.header-4 .header-bar span:first-child {
    top: 0;
    background: var(--white);
    left: 0;
}

@media (max-width: 991px) {
    .header-1.header-4 .header-bar span:first-child {
        background-color: var(--header);
    }
}

.header-1.header-4 .header-bar span:nth-child(2) {
    top: 44%;
    background: var(--white);
}

@media (max-width: 991px) {
    .header-1.header-4 .header-bar span:nth-child(2) {
        background-color: var(--header);
    }
}

.header-1.header-4 .header-bar span:last-child {
    bottom: 0;
    background: var(--white);
}

@media (max-width: 991px) {
    .header-1.header-4 .header-bar span:last-child {
        background-color: var(--header);
    }
}

.header-1.header-4 .header-bar.active span:first-child {
    transform: rotate(45deg) translate(3px, 9px);
}

.header-1.header-4 .header-bar.active span:nth-child(2) {
    opacity: 0;
}

.header-1.header-4 .header-bar.active span:last-child {
    transform: rotate(-45deg) translate(3px, -9px);
}

.header-1.header-4 .header-bar:hover {
    cursor: pointer;
}

.header-1.header-5 {
    background-color: var(--white);
    z-index: 99;
}

    .header-1.header-5 .header-left {
        display: flex;
        align-items: center;
        gap: 110px;
    }

@media (max-width: 1600px) {
    .header-1.header-5 .header-left {
        gap: 55px;
    }
}

@media (max-width: 1399px) {
    .header-1.header-5 .header-left {
        gap: 35px;
    }
}

.header-1.header-5::before {
    background-color: var(--theme);
    height: 100%;
}

.header-1.header-5 .container-fluid {
    padding: 0 140px;
    padding-right: 50px;
}

@media (max-width: 1899px) {
    .header-1.header-5 .container-fluid {
        padding-left: 80px;
    }
}

@media (max-width: 1600px) {
    .header-1.header-5 .container-fluid {
        padding-left: 50px;
    }
}

@media (max-width: 1399px) {
    .header-1.header-5 .container-fluid {
        padding-left: 30px;
    }
}

@media (max-width: 991px) {
    .header-1.header-5 .container-fluid {
        padding-right: 30px;
    }
}

.header-1.header-5 .header__hamburger {
    padding-top: 0;
}

.header-6 .header-main .main-menu ul li a {
    color: #fff;
    padding: 15px 0;
}

    .header-6 .header-main .main-menu ul li a:hover {
        color: var(--theme) !important;
    }

.header-6 .header-main .main-menu ul li .submenu li a {
    color: #414141;
}

    .header-6 .header-main .main-menu ul li .submenu li a:hover {
        color: var(--theme) !important;
    }

.header-6 .header-main .main-menu ul li .submenu li:hover > a {
    color: var(--theme) !important;
    margin-left: 10px;
}

.header-6 .header-main .main-menu ul li .submenu li.has-dropdown > a::after {
    color: var(--theme);
}

.header-6 .header-main .main-menu ul li:hover > a {
    color: var(--theme);
}

    .header-6 .header-main .main-menu ul li:hover > a::after {
        color: var(--theme);
    }

.header-6 .header-main .main-menu ul li:hover > .submenu {
    visibility: visible;
    opacity: 1;
    transform: translateY(0px);
}

.header-6 .header-main .sidebar__toggle {
    cursor: pointer;
    font-size: 18px;
}

.header-6 .header-bar {
    position: relative;
    width: 40px;
    height: 24px;
}

@media (max-width: 575px) {
    .header-6 .header-bar {
        width: 28px;
    }
}

.header-6 .header-bar span {
    position: absolute;
    width: 100%;
    height: 2px;
    display: inline-block;
    transition: all 0.3s;
    left: 0;
    background: var(--white);
    overflow: hidden;
}

    .header-6 .header-bar span:first-child {
        top: 0;
        background: var(--white);
        left: 0;
    }

    .header-6 .header-bar span:nth-child(2) {
        top: 44%;
        background: var(--white);
    }

    .header-6 .header-bar span:last-child {
        bottom: 0;
        background: var(--white);
    }

.header-6 .header-bar.active span:first-child {
    transform: rotate(45deg) translate(3px, 9px);
}

.header-6 .header-bar.active span:nth-child(2) {
    opacity: 0;
}

.header-6 .header-bar.active span:last-child {
    transform: rotate(-45deg) translate(3px, -9px);
}

.header-6 .header-bar:hover {
    cursor: pointer;
}

@media (max-width: 575px) {
    .header-6 .header-logo img {
        width: 160px;
    }
}

.header-6 .header-right-icon {
    display: flex;
    align-items: center;
    gap: 0;
}

    .header-6 .header-right-icon .search-toggler {
        display: inline-block;
        width: 65px;
        height: 60px;
        line-height: 60px;
        background-color: var(--white);
        color: var(--header);
        text-align: center;
        font-size: 18px;
    }

@media (max-width: 767px) {
    .header-6 .header-right-icon .search-toggler {
        font-size: 15px;
        width: 48px;
        height: 48px;
        line-height: 48px;
    }
}

.header-6 .header-right-icon .search-toggler:hover {
    background-color: var(--theme);
    color: var(--white);
}

.header-6 .header-right-icon .contacts-btn {
    display: inline-block;
    height: 60px;
    line-height: 60px;
    color: var(--white);
    padding: 0 42px;
    font-size: 16px;
    font-weight: 600;
    text-transform: uppercase;
    background-color: var(--header);
}



    .header-6 .header-right-icon .contacts-btn:hover {
        background-color: var(--theme);
        color: var(--white);
    }

.header-7 {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 9999;
}

    .header-7 .container-fluid {
        padding: 0 60px;
    }

@media (max-width: 1899px) {
    .header-7 .container-fluid {
        padding: 0 50px;
    }
}

@media (max-width: 1600px) {
    .header-7 .container-fluid {
        padding: 0 40px;
    }
}

@media (max-width: 1399px) {
    .header-7 .container-fluid {
        padding: 0 30px;
    }
}

@media (max-width: 1199px) {
    .header-7 .container-fluid {
        padding: 0 20px;
    }
}

.header-7 .header-main .main-menu ul li a {
    color: #fff;
    padding: 15px 0;
}

    .header-7 .header-main .main-menu ul li a:hover {
        color: var(--theme) !important;
    }

.header-7 .header-main .main-menu ul li .submenu li a {
    color: #414141;
}

    .header-7 .header-main .main-menu ul li .submenu li a:hover {
        color: var(--theme) !important;
    }

.header-7 .header-main .main-menu ul li .submenu li:hover > a {
    color: var(--theme) !important;
    margin-left: 10px;
}

.header-7 .header-main .main-menu ul li .submenu li.has-dropdown > a::after {
    color: var(--theme);
}

.header-7 .header-main .main-menu ul li:hover > a {
    color: var(--theme);
}

    .header-7 .header-main .main-menu ul li:hover > a::after {
        color: var(--theme);
    }

.header-7 .header-main .main-menu ul li:hover > .submenu {
    visibility: visible;
    opacity: 1;
    transform: translateY(0px);
}

.header-7 .header-main .sidebar__toggle {
    cursor: pointer;
    font-size: 18px;
}

.header-7 .header-bar {
    position: relative;
    width: 40px;
    height: 24px;
}

@media (max-width: 575px) {
    .header-7 .header-bar {
        width: 28px;
    }
}

.header-7 .header-bar span {
    position: absolute;
    width: 100%;
    height: 2px;
    display: inline-block;
    transition: all 0.3s;
    left: 0;
    background: var(--white);
    overflow: hidden;
}

    .header-7 .header-bar span:first-child {
        top: 0;
        background: var(--white);
        left: 0;
    }

    .header-7 .header-bar span:nth-child(2) {
        top: 44%;
        background: var(--white);
    }

    .header-7 .header-bar span:last-child {
        bottom: 0;
        background: var(--white);
    }

.header-7 .header-bar.active span:first-child {
    transform: rotate(45deg) translate(3px, 9px);
}

.header-7 .header-bar.active span:nth-child(2) {
    opacity: 0;
}

.header-7 .header-bar.active span:last-child {
    transform: rotate(-45deg) translate(3px, -9px);
}

.header-7 .header-bar:hover {
    cursor: pointer;
}

@media (max-width: 575px) {
    .header-7 .header-logo img {
        width: 160px;
    }
}

.header-7 .header-right-icon {
    display: flex;
    align-items: center;
    gap: 20px;
}

    .header-7 .header-right-icon .search-toggler {
        color: var(--white);
    }

@media (max-width: 767px) {
    .header-7 .header-right-icon .search-toggler {
        font-size: 15px;
    }
}

.header-7 .header-right-icon .search-toggler:hover {
    color: var(--theme);
}

.header-7 .header-right-icon .contacts-btn {
    display: inline-block;
    height: 60px;
    line-height: 60px;
    color: var(--white);
    padding: 0 42px;
    font-size: 16px;
    font-weight: 600;
    text-transform: uppercase;
    background-color: transparent;
    border: 1px solid var(--white);
}

@media (max-width: 1199px) {
    .header-7 .header-right-icon .contacts-btn {
        display: none;
    }
}

.header-7 .header-right-icon .contacts-btn:hover {
    background-color: var(--theme);
    color: var(--white);
    border: 1px solid var(--theme);
}

.hero-section-2 {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 9999;
}

    .hero-section-2 .container-fluid {
        padding: 0 140px;
        padding-right: 50px;
    }

@media (max-width: 1899px) {
    .hero-section-2 .container-fluid {
        padding: 0 60px;
    }
}

@media (max-width: 1600px) {
    .hero-section-2 .container-fluid {
        padding: 0 50px;
    }
}

@media (max-width: 1399px) {
    .hero-section-2 .container-fluid {
        padding: 0 40px;
    }
}

@media (max-width: 1199px) {
    .hero-section-2 .container-fluid {
        padding: 0 30px;
    }
}

@media (max-width: 991px) {
    .hero-section-2 .container-fluid {
        padding-right: 30px;
    }
}

@media (max-width: 575px) {
    .hero-section-2 .container-fluid {
        padding: 0 15px;
    }
}

.hero-section-2 .header-top {
    background-color: #414141;
    padding: 10px 0;
}

@media (max-width: 1199px) {
    .hero-section-2 .header-top {
        display: none;
    }
}

.hero-section-2 .header-top-wrapper {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

    .hero-section-2 .header-top-wrapper p {
        font-size: 16px;
        font-weight: 500;
        position: relative;
        color: var(--white);
        padding-left: 20px;
    }

@media (max-width: 1899px) {
    .hero-section-2 .header-top-wrapper p {
        font-size: 15px;
    }
}

@media (max-width: 1600px) {
    .hero-section-2 .header-top-wrapper p {
        font-size: 13px;
    }
}

.hero-section-2 .header-top-wrapper p::before {
    position: absolute;
    top: 55%;
    transform: translateY(-50%);
    left: 0;
    content: "";
    width: 9px;
    height: 9px;
    line-height: 9px;
    border-radius: 9px;
    background-color: var(--theme);
}

.hero-section-2 .header-top-wrapper .contact-list {
    display: flex;
    align-items: center;
    gap: 50px;
}

@media (max-width: 1600px) {
    .hero-section-2 .header-top-wrapper .contact-list {
        gap: 20px;
    }
}

.hero-section-2 .header-top-wrapper .contact-list li {
    display: flex;
    align-items: center;
    gap: 20px;
}

@media (max-width: 1600px) {
    .hero-section-2 .header-top-wrapper .contact-list li {
        gap: 10px;
    }
}

.hero-section-2 .header-top-wrapper .contact-list li .icon {
    width: 32px;
    height: 32px;
    line-height: 32px;
    text-align: center;
    background: rgba(255, 255, 255, 0.08);
    color: var(--white);
    font-size: 14px;
}

.hero-section-2 .header-top-wrapper .contact-list li .content h4 {
    color: var(--white);
    font-size: 15px;
    font-weight: 500;
    font-family: system-ui;
}

@media (max-width: 1899px) {
    .hero-section-2 .header-top-wrapper .contact-list li .content h4 {
        font-size: 15px;
    }
}

@media (max-width: 1600px) {
    .hero-section-2 .header-top-wrapper .contact-list li .content h4 {
        font-size: 13px;
    }
}

.hero-section-2 .header-top-wrapper .contact-list li .content h4 a {
    color: var(--white);
}

.hero-section-2.header-section-3 .header-top {
    background-color: var(--white);
    border-bottom: 1px solid #E9E9E9;
}

.hero-section-2.header-section-3 .header-top-wrapper p {
    color: #414141;
}

.hero-section-2.header-section-3 .header-top-wrapper .contact-list li .icon {
    background: var(--theme);
}

.hero-section-2.header-section-3 .header-top-wrapper .contact-list li .content h4 {
    color: var(--header);
}

    .hero-section-2.header-section-3 .header-top-wrapper .contact-list li .content h4 a {
        color: var(--header);
    }

.hero-section-6 {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 9999;
}

    .hero-section-6 .container-fluid {
        padding: 0 100px;
    }

@media (max-width: 1899px) {
    .hero-section-6 .container-fluid {
        padding: 0 50px;
    }
}

@media (max-width: 1600px) {
    .hero-section-6 .container-fluid {
        padding: 0 40px;
    }
}

@media (max-width: 1399px) {
    .hero-section-6 .container-fluid {
        padding: 0 30px;
    }
}

@media (max-width: 1199px) {
    .hero-section-6 .container-fluid {
        padding: 0 20px;
    }
}

.hero-section-6 .header-top {
    background-color: #fff;
    padding: 10px 0;
}

@media (max-width: 1199px) {
    .hero-section-6 .header-top {
        display: none;
    }
}

.hero-section-6 .header-top-wrapper {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

    .hero-section-6 .header-top-wrapper p {
        font-size: 16px;
        font-weight: 500;
        position: relative;
        color: var(--text);
        padding-left: 20px;
    }

@media (max-width: 1899px) {
    .hero-section-6 .header-top-wrapper p {
        font-size: 15px;
    }
}

@media (max-width: 1600px) {
    .hero-section-6 .header-top-wrapper p {
        font-size: 13px;
    }
}

.hero-section-6 .header-top-wrapper p::before {
    position: absolute;
    top: 55%;
    transform: translateY(-50%);
    left: 0;
    content: "";
    width: 9px;
    height: 9px;
    line-height: 9px;
    border-radius: 9px;
    background-color: var(--theme);
}

.hero-section-6 .header-top-wrapper .contact-list {
    display: flex;
    align-items: center;
    gap: 50px;
}

@media (max-width: 1600px) {
    .hero-section-6 .header-top-wrapper .contact-list {
        gap: 20px;
    }
}

.hero-section-6 .header-top-wrapper .contact-list li {
    display: flex;
    align-items: center;
    gap: 20px;
}

@media (max-width: 1600px) {
    .hero-section-6 .header-top-wrapper .contact-list li {
        gap: 10px;
    }
}

.hero-section-6 .header-top-wrapper .contact-list li .icon {
    width: 32px;
    height: 32px;
    line-height: 32px;
    text-align: center;
    background: rgba(244, 91, 30, 0.1);
    color: var(--theme);
    font-size: 14px;
}

.hero-section-6 .header-top-wrapper .contact-list li .content h4 {
    color: var(--text);
    font-size: 15px;
    font-weight: 500;
    font-family: "Barlow", sans-serif;
}

@media (max-width: 1899px) {
    .hero-section-6 .header-top-wrapper .contact-list li .content h4 {
        font-size: 15px;
    }
}

@media (max-width: 1600px) {
    .hero-section-6 .header-top-wrapper .contact-list li .content h4 {
        font-size: 13px;
    }
}

.hero-section-6 .header-top-wrapper .contact-list li .content h4 a {
    color: var(--text);
}

.header-2 {
    position: relative;
    z-index: 9999;
    background-color: var(--white);
}

    .header-2::before {
        position: absolute;
        top: 0;
        bottom: 0;
        right: 0;
        content: "";
        height: 100px;
        width: 270px;
        background-color: var(--theme);
    }

@media (max-width: 1399px) {
    .header-2::before {
        width: 250px;
    }
}

@media (max-width: 1199px) {
    .header-2::before {
        width: 245px;
    }
}

@media (max-width: 991px) {
    .header-2::before {
        display: none;
    }
}

@media (max-width: 575px) {
    .header-2 .header-logo img {
        width: 160px;
    }
}

.header-2 .header-right-icon {
    display: flex;
    align-items: center;
    gap: 28px;
}

    .header-2 .header-right-icon .search-toggler {
        font-size: 18px;
        color: var(--header);
    }

        .header-2 .header-right-icon .search-toggler:hover {
            color: var(--theme);
        }

    .header-2 .header-right-icon .cart-icon {
        font-size: 20px;
        position: relative;
        color: var(--header);
    }

@media (max-width: 1399px) {
    .header-2 .header-right-icon .cart-icon {
        font-size: 22px;
    }
}

@media (max-width: 991px) {
    .header-2 .header-right-icon .cart-icon {
        color: var(--header);
    }
}

.header-2 .header-right-icon .cart-icon span {
    width: 19px;
    height: 19px;
    line-height: 19px;
    text-align: center;
    border-radius: 50%;
    background-color: var(--theme);
    color: var(--white);
    display: inline-block;
    font-size: 12px;
    position: absolute;
    bottom: -6px;
    right: -9px;
}

.header-2 .header__hamburger {
    display: flex;
    align-items: center;
    gap: 50px;
    margin-left: 35px;
    padding-top: 0px;
}

@media (max-width: 991px) {
    .header-2 .header__hamburger {
        margin-left: 0;
        gap: 20px;
        padding-top: 0;
    }
}

.header-2 .header__hamburger .contact-btn {
    color: var(--white);
    font-size: 16px;
    font-weight: 600;
}

@media (max-width: 991px) {
    .header-2 .header__hamburger .contact-btn {
        color: var(--header);
    }
}

@media (max-width: 767px) {
    .header-2 .header__hamburger .contact-btn {
        display: none;
    }
}

.header-2 .header-bar {
    position: relative;
    width: 40px;
    height: 24px;
}

@media (max-width: 575px) {
    .header-2 .header-bar {
        width: 28px;
    }
}

.header-2 .header-bar span {
    position: absolute;
    width: 100%;
    height: 2px;
    display: inline-block;
    transition: all 0.3s;
    left: 0;
    background: var(--white);
    overflow: hidden;
}

@media (max-width: 991px) {
    .header-2 .header-bar span {
        background-color: var(--header);
    }
}

.header-2 .header-bar span:first-child {
    top: 0;
    background: var(--white);
    left: 0;
}

@media (max-width: 991px) {
    .header-2 .header-bar span:first-child {
        background-color: var(--header);
    }
}

.header-2 .header-bar span:nth-child(2) {
    top: 44%;
    background: var(--white);
}

@media (max-width: 991px) {
    .header-2 .header-bar span:nth-child(2) {
        background-color: var(--header);
    }
}

.header-2 .header-bar span:last-child {
    bottom: 0;
    background: var(--white);
}

@media (max-width: 991px) {
    .header-2 .header-bar span:last-child {
        background-color: var(--header);
    }
}

.header-2 .header-bar.active span:first-child {
    transform: rotate(45deg) translate(3px, 9px);
}

.header-2 .header-bar.active span:nth-child(2) {
    opacity: 0;
}

.header-2 .header-bar.active span:last-child {
    transform: rotate(-45deg) translate(3px, -9px);
}

.header-2 .header-bar:hover {
    cursor: pointer;
}

.sticky {
    position: fixed !important;
    top: 0 !important;
    left: 0;
    width: 100%;
    z-index: 9999;
    transition: all 0.9s;
    background-color: #fff;
    -webkit-animation: 500ms ease-in-out 0s normal none 1 running fadeInDown;
    animation: 500ms ease-in-out 0s normal none 1 running fadeInDown;
    box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
}

    .sticky.header-1 {
        background-color: #414141;
        box-shadow: none;
    }

    .sticky.header-6 {
        background-color: #414141;
        box-shadow: none;
    }

    .sticky.header-7 {
        background-color: #414141;
        box-shadow: none;
    }

    .sticky.header-5 {
        background-color: var(--white);
        box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
    }

    .sticky.header-4 {
        background-color: var(--white);
        box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
    }

.offcanvas__info {
    background: var(--white) none repeat scroll 0 0;
    border-left: 2px solid var(--theme);
    position: fixed;
    right: 0;
    top: 0;
    width: 400px;
    height: 100%;
    -webkit-transform: translateX(calc(100% + 80px));
    -moz-transform: translateX(calc(100% + 80px));
    -ms-transform: translateX(calc(100% + 80px));
    -o-transform: translateX(calc(100% + 80px));
    transform: translateX(calc(100% + 80px));
    -webkit-transition: transform 0.45s ease-in-out, opacity 0.45s ease-in-out;
    -moz-transition: transform 0.45s ease-in-out, opacity 0.45s ease-in-out;
    transition: transform 0.45s ease-in-out, opacity 0.45s ease-in-out;
    z-index: 999999;
    overflow-y: scroll;
    overscroll-behavior-y: contain;
    scrollbar-width: none;
}

    .offcanvas__info.info-open {
        opacity: 1;
        -webkit-transform: translateX(0);
        -moz-transform: translateX(0);
        -ms-transform: translateX(0);
        -o-transform: translateX(0);
        transform: translateX(0);
    }

@media (max-width: 575px) {
    .offcanvas__logo a img {
        width: 150px;
    }
}

.offcanvas__wrapper {
    position: relative;
    height: 100%;
    padding: 30px 30px;
}

    .offcanvas__wrapper .offcanvas-title {
        font-size: 32px;
        margin-bottom: 15px;
        font-weight: 500;
    }

    .offcanvas__wrapper .offcanvas__content p {
        color: var(--text);
    }

    .offcanvas__wrapper .offcanvas__content .offcanvas__close {
        width: 45px;
        height: 45px;
        line-height: 45px;
        text-align: center;
        border-radius: 50%;
        background-color: var(--theme);
        position: relative;
        z-index: 9;
        cursor: pointer;
    }

        .offcanvas__wrapper .offcanvas__content .offcanvas__close i {
            color: var(--white);
        }

    .offcanvas__wrapper .offcanvas__content .social-icon {
        margin-top: 30px;
        gap: 10px;
        margin-bottom: 30px;
    }

        .offcanvas__wrapper .offcanvas__content .social-icon a {
            width: 48px;
            height: 48px;
            line-height: 48px;
            text-align: center;
            font-size: 16px;
            display: block;
            background: transparent;
            color: var(--header);
            -webkit-transition: all 0.4s ease-in-out;
            transition: all 0.4s ease-in-out;
            text-align: center;
            border: 1px solid var(--border);
        }

            .offcanvas__wrapper .offcanvas__content .social-icon a:hover {
                background-color: var(--theme);
                color: var(--white);
                border: 1px solid var(--theme);
            }

    .offcanvas__wrapper .offcanvas__content .offcanvas__contact {
        margin-top: 20px;
    }

        .offcanvas__wrapper .offcanvas__content .offcanvas__contact h3 {
            font-size: 20px;
            margin-bottom: 25px;
            font-weight: 500;
        }

        .offcanvas__wrapper .offcanvas__content .offcanvas__contact .contact-list {
            margin-bottom: 50px;
        }

            .offcanvas__wrapper .offcanvas__content .offcanvas__contact .contact-list li {
                display: flex;
                align-items: center;
                gap: 20px;
            }

                .offcanvas__wrapper .offcanvas__content .offcanvas__contact .contact-list li .icon {
                    width: 48px;
                    height: 48px;
                    line-height: 48px;
                    text-align: center;
                    border-radius: 50%;
                    background-color: var(--theme);
                    color: var(--white);
                }

                .offcanvas__wrapper .offcanvas__content .offcanvas__contact .contact-list li .content p {
                    color: var(--text);
                }

                .offcanvas__wrapper .offcanvas__content .offcanvas__contact .contact-list li .content h4 {
                    color: var(--header);
                    font-size: 16px;
                    font-weight: 500;
                    font-family: "Unbounded", sans-serif;
                }

                    .offcanvas__wrapper .offcanvas__content .offcanvas__contact .contact-list li .content h4 a {
                        color: var(--header);
                    }

                .offcanvas__wrapper .offcanvas__content .offcanvas__contact .contact-list li:not(:last-child) {
                    margin-bottom: 18px;
                }

        .offcanvas__wrapper .offcanvas__content .offcanvas__contact span {
            text-transform: initial;
        }

    .offcanvas__wrapper .offcanvas__content .offcanvas-button {
        margin-top: 300px;
        display: flex;
        align-items: center;
        gap: 20px;
    }

@media (max-width: 1399px) {
    .offcanvas__wrapper .offcanvas__content .offcanvas-button {
        margin-top: 30px;
    }
}

@media (max-width: 575px) {
    .offcanvas__wrapper .offcanvas__content .offcanvas-button {
        margin-top: 20px;
        margin-bottom: 10px;
    }
}

.offcanvas__overlay {
    position: fixed;
    height: 100%;
    width: 100%;
    background: #151515;
    z-index: 99999;
    top: 0;
    opacity: 0;
    visibility: hidden;
    right: 0;
}

    .offcanvas__overlay.overlay-open {
        opacity: 0.8;
        visibility: visible;
    }

@media (max-width: 450px) {
    .offcanvas__info {
        width: 350px;
    }
}

@media (max-width: 575px) {
    .offcanvas__wrapper {
        padding: 20px;
    }
}

.breadcrumb-wrapper {
    position: relative;
}

    .breadcrumb-wrapper::before {
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        width: 100%;
        height: 100%;
        content: "";
        background: rgba(17, 17, 17, 0.3);
    }

    .breadcrumb-wrapper .page-heading {
        padding: 295px 0 150px;
        position: relative;
    }

@media (max-width: 1199px) {
    .breadcrumb-wrapper .page-heading {
        padding-top: 230px;
        padding-bottom: 155px;
    }
}

@media (max-width: 767px) {
    .breadcrumb-wrapper .page-heading {
        text-align: center;
        padding-top: 210px;
        padding-bottom: 150px;
    }
}

.breadcrumb-wrapper .page-heading .breadcrumb-list {
    display: flex;
    align-items: center;
    gap: 6px;
    margin-bottom: 10px;
}

@media (max-width: 767px) {
    .breadcrumb-wrapper .page-heading .breadcrumb-list {
        justify-content: center;
    }
}

.breadcrumb-wrapper .page-heading .breadcrumb-list li {
    font-weight: 500;
    color: var(--white);
    text-transform: uppercase;
}

    .breadcrumb-wrapper .page-heading .breadcrumb-list li a {
        color: var(--white);
        margin-left: 15px;
        position: relative;
    }

        .breadcrumb-wrapper .page-heading .breadcrumb-list li a::before {
            position: absolute;
            content: "";
            width: 6px;
            height: 6px;
            background-color: var(--white);
            top: 10px;
            left: -15px;
        }

        .breadcrumb-wrapper .page-heading .breadcrumb-list li a:hover {
            color: var(--theme);
        }

.breadcrumb-wrapper .page-heading .breadcrumb-title {
    font-size: 66px;
    font-weight: 700;
    color: var(--white);
    font-family: "Unbounded", sans-serif;
    text-transform: uppercase;
}

@media (max-width: 1199px) {
    .breadcrumb-wrapper .page-heading .breadcrumb-title {
        font-size: 55px;
    }
}

@media (max-width: 575px) {
    .breadcrumb-wrapper .page-heading .breadcrumb-title {
        font-size: 44px;
    }
}

@media (max-width: 470px) {
    .breadcrumb-wrapper .page-heading .breadcrumb-title {
        font-size: 35px;
    }
}

.error-items {
    text-align: center;
}

    .error-items .thumb {
        max-width: 625px;
        margin: 0 auto;
    }

        .error-items .thumb img {
            width: 100%;
            height: 100%;
        }

    .error-items .content {
        max-width: 760px;
        margin: 40px auto 0;
        text-align: center;
    }

        .error-items .content h2 {
            font-size: 55px;
            font-weight: 500;
            margin-bottom: 15px;
        }

@media (max-width: 991px) {
    .error-items .content h2 {
        font-size: 45px;
    }
}

@media (max-width: 575px) {
    .error-items .content h2 {
        font-size: 40px;
    }
}

.error-items .content p {
    margin-bottom: 40px;
}

::-webkit-scrollbar {
    width: 8px;
    height: 8px;
}

/* Track */
::-webkit-scrollbar-track {
    box-shadow: inset 0 0 5px var(--bg);
    border-radius: 5px;
}

/* Handle */
::-webkit-scrollbar-thumb {
    background: var(--theme);
    border-radius: 10px;
}

.fix {
    overflow: hidden;
}

.ralt {
    position: relative;
}

.ripple {
    position: relative;
}

    .ripple::before, .ripple::after {
        position: absolute;
        left: 50%;
        top: 50%;
        width: 30px;
        height: 30px;
        -webkit-transform: translateX(-50%) translateY(-50%);
        transform: translateX(-50%) translateY(-50%);
        border-radius: 50%;
        box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.6);
        -webkit-animation: rippleOne 3s infinite;
        animation: rippleOne 3s infinite;
    }

    .ripple::before {
        -webkit-animation-delay: 0.9s;
        animation-delay: 0.9s;
        content: "";
        position: absolute;
        right: 0;
        bottom: 0;
    }

    .ripple::after {
        -webkit-animation-delay: 0.6s;
        animation-delay: 0.6s;
        content: "";
        position: absolute;
        right: 0;
        bottom: 0;
    }

.array-buttons {
    display: flex;
    align-items: center;
    gap: 20px;
}

    .array-buttons .array-prev {
        width: 55px;
        height: 55px;
        line-height: 55px;
        text-align: center;
        color: var(--theme);
        border: 1px solid var(--theme);
        transition: all 0.4s ease-in-out;
        z-index: 999;
        background-color: var(--white);
    }

        .array-buttons .array-prev:hover {
            background-color: var(--theme);
            color: var(--white);
        }

    .array-buttons .array-next {
        width: 55px;
        height: 55px;
        line-height: 55px;
        text-align: center;
        color: var(--theme);
        border: 1px solid var(--theme);
        transition: all 0.4s ease-in-out;
        z-index: 999;
        background-color: var(--white);
    }

        .array-buttons .array-next:hover {
            background-color: var(--theme);
            color: var(--white);
        }

.swiper-dot {
    text-align: center;
}

    .swiper-dot .swiper-pagination-bullet {
        width: 5px;
        height: 5px;
        transition: 0.6s;
        background-color: var(--white);
        border-radius: 0;
        opacity: 1;
        position: relative;
    }

        .swiper-dot .swiper-pagination-bullet:not(:last-child) {
            margin-right: 15px;
        }

        .swiper-dot .swiper-pagination-bullet.swiper-pagination-bullet-active {
            background-color: var(--theme);
            border: 1px solid var(--theme);
            transition: 0.6s;
            position: relative;
            width: 5px;
            height: 5px;
            border-radius: 0;
        }

            .swiper-dot .swiper-pagination-bullet.swiper-pagination-bullet-active::before {
                position: absolute;
                top: 0;
                left: 0;
                right: 0;
                bottom: 0;
                width: 100%;
                height: 100%;
                content: "";
                border: 1px solid var(--theme);
                width: 20px;
                height: 20px;
                left: 50%;
                top: 50%;
                transform: translate(-50%, -50%);
            }

.swiper-dot-2 {
    text-align: center;
}

    .swiper-dot-2 .swiper-pagination-bullet {
        width: 5px;
        height: 5px;
        transition: 0.6s;
        background-color: var(--white);
        border-radius: 30px;
        opacity: 1;
        position: relative;
    }

        .swiper-dot-2 .swiper-pagination-bullet:not(:last-child) {
            margin-bottom: 30px;
        }

        .swiper-dot-2 .swiper-pagination-bullet.swiper-pagination-bullet-active {
            background-color: var(--theme);
            border: 1px solid var(--theme);
            transition: 0.6s;
            position: relative;
            width: 5px;
            height: 5px;
            border-radius: 30px;
        }

            .swiper-dot-2 .swiper-pagination-bullet.swiper-pagination-bullet-active::before {
                position: absolute;
                top: 0;
                left: 0;
                right: 0;
                bottom: 0;
                width: 100%;
                height: 100%;
                content: "";
                border: 1px solid var(--theme);
                width: 20px;
                height: 20px;
                left: 50%;
                top: 50%;
                transform: translate(-50%, -50%);
                border-radius: 50%;
            }

.bg-cover {
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    background-position: center;
}

.slide-transtion {
    -webkit-transition-timing-function: linear;
    transition-timing-function: linear;
}

.brand-slide-element {
    width: auto;
    display: inline-block;
}

.footer-bg {
    background-color: var(--header);
}

.page-nav-wrap {
    margin-top: 60px;
}

    .page-nav-wrap ul li {
        display: inline-block;
    }

        .page-nav-wrap ul li.active .page-numbers {
            background-color: var(--theme);
            color: var(--white);
            border: 1px solid var(--theme);
        }

        .page-nav-wrap ul li .page-numbers.current {
            background-color: var(--theme);
            color: var(--white);
        }

        .page-nav-wrap ul li .page-numbers {
            display: inline-block;
            width: 48px;
            height: 48px;
            text-align: center;
            line-height: 48px;
            border-radius: 100px;
            border: 1px solid var(--theme);
            background: transparent;
            color: var(--theme);
            font-weight: 600;
            font-size: 18px;
            transition: all 0.3s ease-in-out;
            margin: 0 5px;
        }

            .page-nav-wrap ul li .page-numbers i {
                margin-top: 2px;
            }

            .page-nav-wrap ul li .page-numbers:hover {
                background-color: var(--theme);
                color: var(--white);
                border: 1px solid var(--theme);
            }

.sticky-style {
    position: sticky !important;
    top: 100px;
}

.split-text {
    overflow: hidden;
    position: relative;
}

.box-shadow-1 {
    box-shadow: 8px 6px 51.3px 151px rgba(10, 3, 46, 0.03) !important;
}

.box-bg-1 {
    background-color: #f7f7f7 !important;
}

.container-2 {
    max-width: 1320px;
}

.text-clr {
    color: var(--text);
}

.text-black2 {
    color: var(--black2);
}

.theme-clr {
    color: var(--theme) !important;
}

.theme-border {
    border: 1px solid var(--theme);
}

.py-onehalf {
    padding-top: 6px;
    padding-bottom: 6px;
}

.mt-30 {
    margin-top: 30px;
}

.mb-30 {
    margin-bottom: 30px;
}

.link-effect {
    background-position: 0 95%;
    background-repeat: no-repeat;
    background-size: 0% 2px;
    display: inline;
}

    .link-effect:hover {
        color: var(--theme);
        background-size: 100% 2px;
        background-image: linear-gradient(180deg, var(--theme) 0%, var(--theme) 100%);
    }

.fs-10 {
    font-size: 10px;
}

.fs-12 {
    font-size: 12px;
}

.fs-14 {
    font-style: 14px;
}

.fs-16 {
    font-style: 16px;
}

.fs-18 {
    font-style: 18px;
}

.fs-25 {
    font-size: 25px;
}

@media (max-width: 1399px) {
    .fs-25 {
        font-size: 22px;
    }
}

@media (max-width: 1199px) {
    .fs-25 {
        font-size: 20px;
    }
}

@media (max-width: 767px) {
    .fs-25 {
        font-size: 19px;
    }
}

.body-font {
    font-family: "Barlow", sans-serif;
}

.heading-font {
    font-family: "Unbounded", sans-serif;
}

@media (min-width: 1400px) {
    .container1320 {
        max-width: 1350px;
        margin: 0 auto;
    }
}

.image__effect {
    position: relative;
    overflow: hidden;
    border-radius: 10px;
    width: 100%;
}

    .image__effect::after {
        content: "";
        position: absolute;
        width: 200%;
        height: 0%;
        left: 50%;
        top: 50%;
        background-color: rgba(255, 255, 255, 0.3);
        transform: translate(-50%, -50%) rotate(-45deg);
        z-index: 1;
    }

    .image__effect img {
        width: 100%;
        height: 100%;
        border-radius: 10px;
        transition: all 1.5s ease-out;
    }

    .image__effect:hover::after {
        height: 250%;
        transition: all 600ms linear;
        background-color: transparent;
    }

    .image__effect:hover img {
        -webkit-transform: scale3d(1.1, 1.1, 1);
        transform: scale3d(1.1, 1.1, 1);
    }

.d-center {
    display: flex;
    align-items: center;
    justify-content: center;
}

.section-bg-1 {
    background-color: var(--bg);
}

.text-bg {
    background-color: var(--text);
}

.black-bg {
    background-color: var(--black);
}

.theme-bg {
    background-color: var(--theme);
}

.slide-transtion {
    -webkit-transition-timing-function: linear;
    transition-timing-function: linear;
}

.brand-slide-element {
    width: auto;
    display: inline-block;
}

.swiper-dot-1 {
    text-align: center;
    margin-top: 60px;
    z-index: 1;
}

    .swiper-dot-1 .swiper-pagination-bullet {
        width: 12px;
        height: 12px;
        transition: 0.6s;
        border: 1px solid var(--theme);
        background-color: transparent;
        opacity: 1;
        border-radius: 0px;
    }

        .swiper-dot-1 .swiper-pagination-bullet:not(:last-child) {
            margin-right: 10px;
        }

        .swiper-dot-1 .swiper-pagination-bullet.swiper-pagination-bullet-active {
            background-color: var(--theme);
            transition: 0.6s;
            position: relative;
        }

            .swiper-dot-1 .swiper-pagination-bullet.swiper-pagination-bullet-active::before {
                position: absolute;
                width: 20px;
                height: 20px;
                line-height: 20px;
                top: 50%;
                left: 50%;
                transform: translate(-50%, -50%);
                border-radius: 0;
                background-color: transparent;
                border: 1px solid var(--theme);
                content: "";
            }

.custom-container-2 {
    max-width: 1224px;
    margin: 0 auto;
}

.custom-container-3 {
    max-width: 1220px;
    margin: 0 auto;
}

.actually-area .t_line > div {
    background-image: linear-gradient(to right, var(--header) 50%, rgba(15, 23, 42, 0.2980392157) 50%);
    background-size: 200% 100%;
    background-position-x: 100%;
    color: transparent;
    background-clip: text;
    -webkit-background-clip: text;
}

.hero-1 {
    background-color: var(--header);
}

@media (max-width: 991px) {
    .hero-1 {
        padding-bottom: 80px;
    }
}

.hero-1 .container-fluid {
    padding: 0 180px;
}

@media (max-width: 1899px) {
    .hero-1 .container-fluid {
        padding: 0 70px;
        padding-right: 0;
    }
}

@media (max-width: 1600px) {
    .hero-1 .container-fluid {
        padding: 0 50px;
        padding-right: 0;
    }
}

@media (max-width: 1399px) {
    .hero-1 .container-fluid {
        padding: 0 30px;
        padding-right: 0;
    }
}

@media (max-width: 991px) {
    .hero-1 .container-fluid {
        padding-right: 30px;
    }
}

.hero-1 .hero-content {
    padding-top: 170px;
    padding-bottom: 56px;
    position: relative;
}

@media (max-width: 1600px) {
    .hero-1 .hero-content {
        padding-bottom: 0px;
    }
}

.hero-1 .hero-content h1 {
    color: var(--white);
    text-transform: uppercase;
    margin-bottom: 55px;
    position: relative;
    z-index: 999;
    line-height: 115%;
    margin-right: -70px;
}

@media (max-width: 1399px) {
    .hero-1 .hero-content h1 {
        margin-bottom: 30px;
        line-height: 125%;
        margin-right: 0;
    }
}

.hero-1 .hero-content .hero-bottom {
    display: flex;
    align-items: center;
    gap: 110px;
    margin-top: 120px;
}

@media (max-width: 1600px) {
    .hero-1 .hero-content .hero-bottom {
        gap: 70px;
        margin-top: 70px;
    }
}

@media (max-width: 1399px) {
    .hero-1 .hero-content .hero-bottom {
        gap: 30px;
        margin-top: 80px;
    }
}

@media (max-width: 991px) {
    .hero-1 .hero-content .hero-bottom {
        flex-wrap: wrap;
        gap: 30px;
        margin-top: 30px;
    }
}

.hero-1 .hero-content .hero-bottom .circle-image {
    position: relative;
}

    .hero-1 .hero-content .hero-bottom .circle-image img {
        animation: spin 15s linear infinite;
    }

    .hero-1 .hero-content .hero-bottom .circle-image h3 {
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        color: var(--theme);
    }

.hero-1 .hero-content .hero-bottom .content p {
    font-weight: 700;
    color: rgba(255, 255, 255, 0.66);
    text-transform: uppercase;
    display: inline-block;
    border-bottom: 1px solid rgba(255, 255, 255, 0.33);
    padding-bottom: 30px;
    margin-bottom: 18px;
}

.hero-1 .hero-content .hero-bottom .content .count-item {
    display: flex;
    align-items: center;
    gap: 22px;
}

    .hero-1 .hero-content .hero-bottom .content .count-item h2 {
        color: var(--white);
        font-size: 42px;
    }

.hero-1 .hero-image {
    margin-right: -187px;
    position: relative;
}

@media (max-width: 1600px) {
    .hero-1 .hero-image {
        margin-right: -50px;
        height: 830px;
    }

        .hero-1 .hero-image img {
            object-fit: cover;
        }
}

@media (max-width: 1399px) {
    .hero-1 .hero-image {
        margin-right: 0;
    }
}

@media (max-width: 991px) {
    .hero-1 .hero-image {
        margin-top: 30px;
        height: 700px;
    }
}

@media (max-width: 767px) {
    .hero-1 .hero-image {
        height: 500px;
    }
}

.hero-1 .hero-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.hero-1 .hero-image .hero-box-item {
    display: flex;
    align-items: center;
    gap: 88px;
    padding: 54px 65px 13px;
    background-color: var(--white);
    position: absolute;
    bottom: 0;
    right: 0;
}

@media (max-width: 1399px) {
    .hero-1 .hero-image .hero-box-item {
        flex-wrap: wrap;
        gap: 30px;
        padding: 30px;
    }
}

@media (max-width: 575px) {
    .hero-1 .hero-image .hero-box-item {
        position: static;
        margin-top: 30px;
    }
}

.hero-1 .hero-image .hero-box-item .icon-item {
    display: flex;
    align-items: center;
    gap: 14px;
}

    .hero-1 .hero-image .hero-box-item .icon-item .content span {
        color: rgb(159, 159, 159);
    }

    .hero-1 .hero-image .hero-box-item .icon-item .content h5 {
        font-weight: 500;
        line-height: 190%;
    }

        .hero-1 .hero-image .hero-box-item .icon-item .content h5 a:hover {
            color: var(--theme);
        }

.hero-section-2 .swiper-slide.swiper-slide-active .hero-bg {
    border-radius: 20px;
}

.hero-section-2 .swiper-slide.swiper-slide-active .hero-content {
    opacity: 1;
}

.hero-section-2 .swiper-slide.swiper-slide-active .hero-button {
    opacity: 1;
}

.hero-2 {
    padding: 150px 0 0px;
    position: relative;
    z-index: 999;
}

@media (max-width: 1399px) {
    .hero-2 {
        padding: 150px 0 0px;
    }
}

@media (max-width: 1199px) {
    .hero-2 {
        padding: 150px 0 0px;
    }
}

@media (max-width: 991px) {
    .hero-2 {
        padding: 150px 0 0px;
    }
}

@media (max-width: 767px) {
    .hero-2 {
        padding: 80px 0 0px;
    }
}

.hero-2 img {
    width: 100%;
    height: auto;
}

.hero-2 .container-fluid {
    padding: 0 140px;
}

@media (max-width: 1899px) {
    .hero-2 .container-fluid {
        padding: 0 60px;
    }
}

@media (max-width: 1600px) {
    .hero-2 .container-fluid {
        padding: 0 50px;
    }
}

@media (max-width: 1399px) {
    .hero-2 .container-fluid {
        padding: 0 40px;
    }
}

@media (max-width: 1199px) {
    .hero-2 .container-fluid {
        padding: 0 30px;
    }
}

@media (max-width: 575px) {
    .hero-2 .container-fluid {
        padding: 0 15px;
    }
}

.hero-2 .hero-content {
    position: relative;
    opacity: 0;
    z-index: 99;
    position: relative;
    transform: translateY(-150px);
}

    .hero-2 .hero-content .sub-text {
        text-transform: uppercase;
        color: var(--white);
        position: relative;
        padding-left: 20px;
        margin-bottom: 5px;
        display: inline-block;
    }

@media (max-width: 1399px) {
    .hero-2 .hero-content .sub-text {
        padding-left: 0;
    }
}

.hero-2 .hero-content .sub-text::before {
    position: absolute;
    content: "";
    width: 6px;
    height: 6px;
    background-color: var(--white);
    left: 0;
    top: 10px;
}



.hero-2 .hero-content h2 {
    color: var(--white);
    font-size: 88px;
    font-weight: 900;
    margin-bottom: 5px;
}

@media (max-width: 1399px) {
    .hero-2 .hero-content h2 {
        font-size: 50px;
    }
}

@media (max-width: 991px) {
    .hero-2 .hero-content h2 {
        font-size: 40px;
    }
}

@media (max-width: 575px) {
    .hero-2 .hero-content h2 {
        font-size: 35px;
    }
}

.hero-2 .hero-content h1 {
    color: transparent;
    -webkit-text-stroke-width: 1px;
    -webkit-text-stroke-color: var(--white);
    background: transparent;
    font-size: 160px;
    font-weight: 900;
}

@media (max-width: 1399px) {
    .hero-2 .hero-content h1 {
        font-size: 130px;
    }
}

@media (max-width: 991px) {
    .hero-2 .hero-content h1 {
        font-size: 110px;
    }
}

@media (max-width: 767px) {
    .hero-2 .hero-content h1 {
        font-size: 80px;
    }
}

@media (max-width: 575px) {
    .hero-2 .hero-content h1 {
        font-size: 72px;
    }
}

@media (max-width: 470px) {
    .hero-2 .hero-content h1 {
        font-size: 59px;
    }
}

.hero-2 .hero-content p {
    font-size: 18px;
    font-weight: 500;
    color: var(--white);
    max-width: 651px;
    margin-top: 30px;
}

.hero-2 .hero-button {
    display: flex;
    align-items: center;
    gap: 20px;
    margin-top: 40px;
    transform: translateY(150px);
    opacity: 0;
    position: relative;
    z-index: 9;
}

@media (max-width: 1399px) {
    .hero-2 .hero-button {
        flex-wrap: wrap;
    }
}

.hero-2 .hero-button .theme-btn-main.style-2.style-hero {
    background-color: var(--white);
    color: var(--header);
}

    .hero-2 .hero-button .theme-btn-main.style-2.style-hero .theme-btn-arrow-left,
    .hero-2 .hero-button .theme-btn-main.style-2.style-hero .theme-btn-arrow-right {
        background: var(--header);
        color: var(--white);
    }

    .hero-2 .hero-button .theme-btn-main.style-2.style-hero .theme-btn {
        color: var(--header) !important;
    }

.hero-section-2 {
    position: relative;
}

    .hero-section-2 .array-buttons {
        display: grid;
        gap: 20px;
        position: absolute;
        right: 60px;
        top: 50%;
        transform: translateY(-50%);
        z-index: 999;
    }

        .hero-section-2 .array-buttons .array-prev {
            width: 63px;
            height: 63px;
            line-height: 63px;
            background-color: rgba(255, 255, 255, 0.3);
            color: var(--white);
            transition: all 0.4s ease-in-out;
        }

            .hero-section-2 .array-buttons .array-prev:hover {
                background-color: var(--theme);
            }

        .hero-section-2 .array-buttons .array-next {
            width: 63px;
            height: 63px;
            line-height: 63px;
            background-color: rgba(255, 255, 255, 0.3);
            color: var(--white);
            transition: all 0.4s ease-in-out;
            position: relative;
            z-index: 999;
            border: none;
        }

            .hero-section-2 .array-buttons .array-next:hover {
                background-color: var(--theme);
            }

@media (max-width: 1399px) {
    .hero-section-2 .array-buttons {
        display: none;
    }
}

.hero-section-2 .hero-box {
    padding: 30px;
    position: absolute;
    padding-top: 0;
    right: 0;
    bottom: -100px;
    z-index: 999;
    display: flex;
    align-items: end;
    justify-content: space-between;
    width: 600px;
    z-index: 9;
}

    .hero-section-2 .hero-box::before {
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        width: 100%;
        height: 100%;
        content: "";
        background-color: var(--theme);
        z-index: -1;
        top: 18px;
        height: initial;
    }

@media (max-width: 1399px) {
    .hero-section-2 .hero-box {
        flex-wrap: wrap;
        gap: 30px;
    }
}

@media (max-width: 767px) {
    .hero-section-2 .hero-box {
        padding: 30px;
    }
}

.hero-section-2 .hero-box .content h3 {
    font-size: 24px;
    font-weight: 600;
    color: var(--white);
    line-height: 146%;
}

.hero-section-2 .hero-box .content .link-btn {
    color: var(--white);
    display: inline-block;
    margin-top: 40px;
    font-size: 16px;
}

.hero-section-2 .hero-box .content.content-9 h3 {
    font-size: 32px;
    font-weight: 700;
    line-height: 128%;
    letter-spacing: -1.3px;
    font-family: "Manrope", sans-serif;
}

.hero-section-2 .hero-box .client-items .text {
    margin-top: 18px;
}

    .hero-section-2 .hero-box .client-items .text .sign-image img {
        filter: brightness(0) invert(1);
        width: initial;
        height: initial;
    }

    .hero-section-2 .hero-box .client-items .text span {
        color: var(--white);
        text-transform: uppercase;
        margin-top: 5px;
        display: inline-block;
    }

.hero-3 {
    position: relative;
    padding: 530px 0 120px;
}

@media (max-width: 1399px) {
    .hero-3 {
        padding: 330px 0 100px;
    }
}

@media (max-width: 1199px) {
    .hero-3 {
        padding: 210px 0 120px;
    }
}

@media (max-width: 991px) {
    .hero-3 {
        padding: 190px 0 130px;
    }
}

@media (max-width: 767px) {
    .hero-3 {
        padding: 160px 0 120px;
    }
}

.hero-3::before {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    content: "";
    background: rgba(17, 17, 17, 0.3);
}

.hero-3 .container-fluid {
    padding: 0 250px;
}

@media (max-width: 1899px) {
    .hero-3 .container-fluid {
        padding: 0 70px;
    }
}

@media (max-width: 1600px) {
    .hero-3 .container-fluid {
        padding: 0 50px;
    }
}

@media (max-width: 1399px) {
    .hero-3 .container-fluid {
        padding: 0 30px;
    }
}

@media (max-width: 575px) {
    .hero-3 .container-fluid {
        padding: 0 15px;
    }
}

.hero-3 .video-image {
    position: absolute;
    right: 215px;
    top: 38%;
    z-index: 999;
}

@media (max-width: 1899px) {
    .hero-3 .video-image {
        right: 110px;
    }
}



.hero-3 .video-image img {
    width: 100%;
    height: 100%;
    border: 1px solid var(--white);
}

.hero-3 .video-image .video-btn {
    width: 60px;
    height: 60px;
    line-height: 60px;
    display: inline-block;
    background: var(--white);
    color: var(--theme);
    text-align: center;
    border-radius: 100%;
    font-size: 18px;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}

@media (max-width: 1399px) {
    .hero-3 .video-image .video-btn {
        width: 90px;
        height: 90px;
        line-height: 90px;
    }
}

.hero-3 .video-image .video-btn::before {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    content: "";
    width: 70px;
    height: 70px;
    background-color: rgba(255, 255, 255, 0.24);
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    border-radius: 100px;
}

@media (max-width: 1399px) {
    .hero-3 .video-image .video-btn::before {
        width: 150px;
        height: 150px;
    }
}

.hero-3 .video-image .video-btn::after {
    position: absolute;
    content: "";
    width: 80px;
    height: 80px;
    background-color: rgba(255, 255, 255, 0.24);
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    border-radius: 100px;
}

@media (max-width: 1399px) {
    .hero-3 .video-image .video-btn::after {
        width: 120px;
        height: 120px;
    }
}

.hero-3 .hero-content {
    position: relative;
}

    .hero-3 .hero-content h1 {
        color: var(--white);
        text-transform: uppercase;
        font-size: 160px;
        font-weight: 900;
    }

@media (max-width: 1600px) {
    .hero-3 .hero-content h1 {
        font-size: 130px;
    }
}

@media (max-width: 1199px) {
    .hero-3 .hero-content h1 {
        font-size: 120px;
    }
}

@media (max-width: 991px) {
    .hero-3 .hero-content h1 {
        font-size: 90px;
    }
}

@media (max-width: 767px) {
    .hero-3 .hero-content h1 {
        font-size: 80px;
        text-align: center;
        line-height: 130%;
    }
}

@media (max-width: 575px) {
    .hero-3 .hero-content h1 {
        font-size: 60px;
    }
}

@media (max-width: 470px) {
    .hero-3 .hero-content h1 {
        font-size: 50px;
    }
}

.hero-3 .hero-content h1 span {
    margin-left: 600px;
}

@media (max-width: 1899px) {
    .hero-3 .hero-content h1 span {
        margin-left: 530px;
    }
}

@media (max-width: 1399px) {
    .hero-3 .hero-content h1 span {
        margin-left: 280px;
    }
}

@media (max-width: 1199px) {
    .hero-3 .hero-content h1 span {
        margin-left: 220px;
    }
}

@media (max-width: 991px) {
    .hero-3 .hero-content h1 span {
        margin-left: 180px;
    }
}

@media (max-width: 767px) {
    .hero-3 .hero-content h1 span {
        margin-left: 0;
    }
}

.hero-3 .hero-content .hero-button {
    display: flex;
    align-items: center;
    gap: 20px;
    margin-top: -130px;
}

@media (max-width: 1600px) {
    .hero-3 .hero-content .hero-button {
        margin-top: -110px;
    }
}

@media (max-width: 1399px) {
    .hero-3 .hero-content .hero-button {
        flex-wrap: wrap;
        margin-top: 20px;
    }
}

@media (max-width: 991px) {
    .hero-3 .hero-content .hero-button {
        justify-content: center;
    }
}

.hero-3 .hero-content .hero-button .theme-btn-main.style-2.style-hero {
    background-color: var(--white);
    color: var(--header);
}

    .hero-3 .hero-content .hero-button .theme-btn-main.style-2.style-hero .theme-btn-arrow-left,
    .hero-3 .hero-content .hero-button .theme-btn-main.style-2.style-hero .theme-btn-arrow-right {
        background: var(--header);
        color: var(--white);
    }

    .hero-3 .hero-content .hero-button .theme-btn-main.style-2.style-hero .theme-btn {
        color: var(--header) !important;
    }

.hero-4 {
    padding-top: 190px;
    margin: 0 40px;
}

@media (max-width: 1199px) {
    .hero-4 {
        margin: 0 20px;
    }
}

@media (max-width: 991px) {
    .hero-4 {
        padding-top: 150px;
    }
}

.hero-4 .hero-title {
    font-size: 88px;
    margin-left: 70px;
    line-height: 107%;
}

@media (max-width: 1199px) {
    .hero-4 .hero-title br {
        display: none;
    }
}

@media (max-width: 1600px) {
    .hero-4 .hero-title {
        font-size: 73px;
        line-height: 125%;
        margin-left: 25px;
    }
}

@media (max-width: 1399px) {
    .hero-4 .hero-title {
        margin-left: 0;
        font-size: 70px;
        line-height: 115%;
    }
}

@media (max-width: 1199px) {
    .hero-4 .hero-title {
        margin-left: 0;
        font-size: 50px;
        line-height: 117%;
    }
}

@media (max-width: 991px) {
    .hero-4 .hero-title {
        font-size: 48px;
        line-height: 145%;
    }
}

@media (max-width: 767px) {
    .hero-4 .hero-title {
        font-size: 37px;
        line-height: 135%;
    }
}

@media (max-width: 575px) {
    .hero-4 .hero-title {
        font-size: 32px;
        line-height: 130%;
    }
}

@media (max-width: 470px) {
    .hero-4 .hero-title {
        font-size: 25px;
        line-height: 146%;
    }
}

.hero-4 .hero-title span {
    color: var(--white);
    z-index: 99;
    position: relative;
    margin-left: 100px;
    display: inline-block;
}

@media (max-width: 1600px) {
    .hero-4 .hero-title span {
        margin-left: 40px;
    }
}

@media (max-width: 1399px) {
    .hero-4 .hero-title span {
        margin-left: 0;
        color: var(--header);
    }
}

@media (max-width: 1199px) {
    .hero-4 .hero-title span {
        margin-left: 0;
        color: var(--header);
    }
}

.hero-4 .hero-text-items {
    max-width: 408px;
    margin-left: auto;
    margin-right: 20px;
}

@media (max-width: 1600px) {
    .hero-4 .hero-text-items {
        max-width: 350px;
    }
}

@media (max-width: 1199px) {
    .hero-4 .hero-text-items {
        margin-left: 0;
    }
}

@media (max-width: 991px) {
    .hero-4 .hero-text-items {
        margin-top: 10px;
    }
}

.hero-4 .hero-text-items p {
    margin-bottom: 20px;
}

@media (max-width: 991px) {
    .hero-4 .hero-text-items p {
        margin-bottom: 30px;
    }
}

.hero-4 .hero-image {
    position: relative;
    margin-top: -190px;
}

    .hero-4 .hero-image img {
        width: 100%;
        height: 100%;
    }

@media (max-width: 1600px) {
    .hero-4 .hero-image {
        margin-top: -185px;
    }
}

@media (max-width: 1399px) {
    .hero-4 .hero-image {
        margin-top: 30px;
    }
}

@media (max-width: 1199px) {
    .hero-4 .hero-image .fix {
        height: 600px;
    }

    .hero-4 .hero-image img {
        object-fit: cover;
    }
}

@media (max-width: 991px) {
    .hero-4 .hero-image .fix {
        height: 500px;
    }
}

.hero-4 .hero-image::before {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    content: "";
    background: rgba(30, 32, 35, 0.35);
}

.hero-4 .hero-image .hero-text {
    position: absolute;
    color: var(--white);
    max-width: 545px;
    bottom: 80px;
    right: 70px;
    text-transform: capitalize;
    z-index: 9;
}

@media (max-width: 1199px) {
    .hero-4 .hero-image .hero-text {
        bottom: 20px;
        right: 20px;
        left: 20px;
    }
}

.hero-4 .hero-image .circle-box {
    width: 160px;
    height: 160px;
    line-height: 156px;
    background-color: var(--theme);
    border: 3px solid var(--white);
    border-radius: 50%;
    text-align: center;
    position: absolute;
    top: -80px;
    right: 30%;
    z-index: 1;
}

@media (max-width: 1199px) {
    .hero-4 .hero-image .circle-box {
        top: 50%;
        left: 50%;
        right: initial;
        transform: translate(-50%, -50%);
    }
}

.hero-4 .hero-image .circle-box .text-image img {
    width: initial;
    height: initial;
    animation: cir36 10s linear infinite;
}

.hero-4 .hero-image .circle-box .arrow-icon {
    color: var(--white);
    text-align: center;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

    .hero-4 .hero-image .circle-box .arrow-icon i {
        transform: rotate(-45deg);
        transition: all 0.4s ease-in-out;
    }

.hero-4 .hero-box-items-4 {
    margin-top: 20px;
}

    .hero-4 .hero-box-items-4 .hero-image-items {
        position: relative;
    }

@media (max-width: 1399px) {
    .hero-4 .hero-box-items-4 .hero-image-items {
        height: 400px;
    }

        .hero-4 .hero-box-items-4 .hero-image-items img {
            object-fit: cover;
        }
}

.hero-4 .hero-box-items-4 .hero-image-items img {
    width: 100%;
    height: 100%;
}

.hero-4 .hero-box-items-4 .hero-image-items .content {
    position: absolute;
    bottom: 30px;
    left: 30px;
    right: 30px;
    max-width: 364px;
    border-top: 1px solid var(--white);
    padding-top: 20px;
}

    .hero-4 .hero-box-items-4 .hero-image-items .content h3 {
        font-size: 28px;
        color: var(--white);
    }

@media (max-width: 1399px) {
    .hero-4 .hero-box-items-4 .hero-image-items .content h3 {
        font-size: 24px;
        line-height: 130%;
    }
}

.hero-4 .hero-box-items-4 .hero-image-items .content .link-btn {
    color: var(--white);
    margin-top: 10px;
    display: inline-block;
    transition: all 0.4s ease-in-out;
    font-weight: 700;
    font-size: 16px;
}

    .hero-4 .hero-box-items-4 .hero-image-items .content .link-btn i {
        margin-left: 7px;
    }

    .hero-4 .hero-box-items-4 .hero-image-items .content .link-btn:hover {
        color: var(--theme);
    }

.hero-4 .hero-box-items-4 .hero-middle-box-items {
    position: relative;
}

@media (max-width: 1399px) {
    .hero-4 .hero-box-items-4 .hero-middle-box-items {
        height: 400px;
    }

        .hero-4 .hero-box-items-4 .hero-middle-box-items img {
            object-fit: cover;
        }
}

.hero-4 .hero-box-items-4 .hero-middle-box-items img {
    width: 100%;
    height: 100%;
}

.hero-4 .hero-box-items-4 .hero-middle-box-items .content {
    position: absolute;
    bottom: 30px;
    left: 30px;
    right: 30px;
}

    .hero-4 .hero-box-items-4 .hero-middle-box-items .content h2 {
        color: var(--white);
        font-size: 72px;
        font-weight: 400;
        border-bottom: 1px solid var(--white);
        padding-bottom: 20px;
    }

    .hero-4 .hero-box-items-4 .hero-middle-box-items .content h3 {
        margin-top: 20px;
        font-size: 28px;
        color: var(--white);
    }

.hero-4 .hero-box-items-4 .hero-middle-box-items .arrow-btn {
    width: 84px;
    height: 82px;
    line-height: 82px;
    background-color: var(--white);
    color: var(--theme);
    position: absolute;
    top: 0;
    right: 0;
    text-align: center;
    font-size: 23px;
}

    .hero-4 .hero-box-items-4 .hero-middle-box-items .arrow-btn:hover {
        background-color: var(--theme);
        color: var(--white);
    }

.hero-5 {
    position: relative;
    z-index: 9;
    padding-top: 80px;
}

    .hero-5 .hero-info {
        position: absolute;
        top: 56%;
        right: 78px;
        transform: translateY(-50%);
    }

@media (max-width: 1199px) {
    .hero-5 {
        padding-top: 100px;
        padding-bottom: 0px;
    }
}

@media (max-width: 991px) {
    .hero-5 {
        padding-top: 210px;
        padding-bottom: 0;
    }
}

@media (max-width: 767px) {
    .hero-5 {
        padding-top: 190px;
    }
}

@media (max-width: 575px) {
    .hero-5 {
        padding-top: 150px;
    }
}

.hero-5 .container-fluid {
    padding: 0 140px;
}

@media (max-width: 1899px) {
    .hero-5 .container-fluid {
        padding: 0 70px;
    }
}

@media (max-width: 1600px) {
    .hero-5 .container-fluid {
        padding: 0 50px;
    }
}

@media (max-width: 1399px) {
    .hero-5 .container-fluid {
        padding: 0 30px;
    }
}

@media (max-width: 575px) {
    .hero-5 .container-fluid {
        padding: 0 15px;
    }
}

.hero-5 .hero-content {
    position: relative;
}

@media (max-width: 991px) {
    .hero-5 .hero-content {
        text-align: center;
    }
}

.hero-5 .hero-content h1 {
    font-size: 88px;
    font-weight: 400;
    line-height: 123%;
}

@media (max-width: 1600px) {
    .hero-5 .hero-content h1 {
        font-size: 70px;
    }
}

@media (max-width: 1399px) {
    .hero-5 .hero-content h1 {
        font-size: 60px;
    }
}

@media (max-width: 1199px) {
    .hero-5 .hero-content h1 {
        font-size: 52px;
    }
}

@media (max-width: 767px) {
    .hero-5 .hero-content h1 {
        font-size: 40px;
    }
}

@media (max-width: 575px) {
    .hero-5 .hero-content h1 {
        font-size: 31px;
    }
}

@media (max-width: 470px) {
    .hero-5 .hero-content h1 {
        font-size: 28px;
    }
}

.hero-5 .hero-content h1 span {
    font-weight: 900;
    border-bottom: 3px solid var(--header);
    display: inline-block;
    margin-bottom: 10px;
}

@media (max-width: 1399px) {
    .hero-5 .hero-content h1 span {
        font-weight: 700;
    }
}

.hero-5 .hero-content .hero-button {
    display: flex;
    align-items: center;
    gap: 20px;
    margin-top: 30px;
}

@media (max-width: 1399px) {
    .hero-5 .hero-content .hero-button {
        flex-wrap: wrap;
        margin-top: 20px;
    }
}

@media (max-width: 991px) {
    .hero-5 .hero-content .hero-button {
        justify-content: center;
    }
}

.hero-5 .hero-content .hero-button .theme-btn-main.style-2.style-hero {
    background-color: var(--header);
    color: var(--white);
}

    .hero-5 .hero-content .hero-button .theme-btn-main.style-2.style-hero .theme-btn-arrow-left,
    .hero-5 .hero-content .hero-button .theme-btn-main.style-2.style-hero .theme-btn-arrow-right {
        background: var(--white);
        color: var(--theme);
    }

    .hero-5 .hero-content .hero-button .theme-btn-main.style-2.style-hero .theme-btn {
        color: var(--white) !important;
    }

.hero-5 .hero-image {
    margin-left: -240px;
}

@media (max-width: 1199px) {
    .hero-5 .hero-image {
        margin-left: -25%;
        max-width: 500px;
        text-align: center;
    }
}

@media (max-width: 991px) {
    .hero-5 .hero-image {
        margin-left: 0;
        margin: 0 auto;
    }
}

.hero-5 .hero-image img {
    width: 100%;
    height: 100%;
}

.hero-5 .hero-shape {
    position: absolute;
    right: 0;
    bottom: 0;
    top: 0;
    z-index: -1;
}

@media (max-width: 1199px) {
    .hero-5 .hero-shape {
        display: none;
    }
}

.hero-5 .hero-shape img {
    width: 100%;
    height: 100%;
}

.hero-7 {
    padding: 250px 60px 45px;
    position: relative;
    z-index: 99;
}

@media (max-width: 1899px) {
    .hero-7 {
        padding-left: 40px;
        padding-right: 40px;
    }
}

@media (max-width: 1600px) {
    .hero-7 {
        padding-top: 300px;
    }
}

@media (max-width: 1399px) {
    .hero-7 {
        padding-left: 30px;
        padding-right: 30px;
    }
}

@media (max-width: 1199px) {
    .hero-7 {
        padding-left: 20px;
        padding-right: 20px;
        padding-top: 180px;
    }
}

@media (max-width: 991px) {
    .hero-7 {
        padding-top: 150px;
    }
}

.hero-7::before {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    content: "";
    background: rgba(20, 37, 0, 0.43);
}

.hero-7 .hero-title-1 {
    font-size: 166px;
    font-weight: 500;
    color: var(--white);
    position: relative;
    z-index: 1;
    text-transform: uppercase;
    margin-bottom: -125px;
}

@media (max-width: 1600px) {
    .hero-7 .hero-title-1 {
        font-size: 100px;
    }
}

@media (max-width: 1199px) {
    .hero-7 .hero-title-1 {
        display: none;
    }
}

.hero-7 .hero-title-2 {
    font-size: 66px;
    font-weight: 700;
    max-width: 564px;
    color: var(--white);
    position: relative;
    z-index: 1;
    text-transform: uppercase;
    margin-bottom: 85px;
}

@media (max-width: 1600px) {
    .hero-7 .hero-title-2 {
        font-size: 47px;
    }
}

@media (max-width: 1199px) {
    .hero-7 .hero-title-2 {
        max-width: initial;
        font-size: 54px;
        text-align: center;
        margin-bottom: 0;
    }
}

@media (max-width: 767px) {
    .hero-7 .hero-title-2 {
        font-size: 40px;
    }
}

@media (max-width: 575px) {
    .hero-7 .hero-title-2 {
        font-size: 36px;
    }
}

@media (max-width: 470px) {
    .hero-7 .hero-title-2 {
        font-size: 28px;
    }
}

.hero-7 .hero-image {
    position: absolute;
    z-index: 1;
    left: 20%;
    bottom: 0;
}

@media (max-width: 1600px) {
    .hero-7 .hero-image {
        left: 12%;
    }
}

@media (max-width: 1199px) {
    .hero-7 .hero-image {
        display: none;
    }
}

.hero-7 .hero-contact-form-box {
    background: var(--white);
    padding: 35px;
    position: relative;
    z-index: 1;
    max-width: 599px;
    background: rgba(255, 255, 255, 0.08);
    border: 1px solid rgba(255, 255, 255, 0.64);
    backdrop-filter: blur(31.55px);
    margin-left: auto;
}

@media (max-width: 1199px) {
    .hero-7 .hero-contact-form-box {
        margin: 0 auto;
        padding: 28px;
    }
}

.hero-7 .hero-contact-form-box h3 {
    margin-bottom: 30px;
    font-size: 24px;
    font-weight: 600;
    line-height: 135%;
    color: var(--white);
}

@media (max-width: 1199px) {
    .hero-7 .hero-contact-form-box h3 {
        text-align: center;
    }
}

@media (max-width: 575px) {
    .hero-7 .hero-contact-form-box h3 {
        font-size: 17px;
    }
}

.hero-7 .hero-contact-form-box .form-clt {
    position: relative;
}

    .hero-7 .hero-contact-form-box .form-clt .icon {
        position: absolute;
        right: 20px;
        top: 16px;
    }

    .hero-7 .hero-contact-form-box .form-clt input, .hero-7 .hero-contact-form-box .form-clt textarea {
        line-height: 1;
        padding: 20px 20px;
        width: 100%;
        text-transform: capitalize;
        color: var(--white);
        background: rgba(255, 255, 255, 0.09);
        border: 1px solid rgba(255, 255, 255, 0.62);
    }

        .hero-7 .hero-contact-form-box .form-clt input::placeholder, .hero-7 .hero-contact-form-box .form-clt textarea::placeholder {
            color: var(--white);
        }

    .hero-7 .hero-contact-form-box .form-clt textarea {
        padding-bottom: 120px;
    }

.hero-6 {
    position: relative;
}

    .hero-6 .array-button {
        display: flex;
        align-items: center;
        gap: 12px;
        position: absolute;
        z-index: 99;
        bottom: 75px;
        left: 100px;
    }

@media (max-width: 991px) {
    .hero-6 .array-button {
        display: none;
    }
}

.hero-6 .array-button .array-prev, .hero-6 .array-button .array-next {
    width: 55px;
    height: 56px;
    line-height: 56px;
    text-align: center;
    color: var(--theme);
    background-color: var(--white);
    transition: all 0.4s ease-in-out;
}

    .hero-6 .array-button .array-prev:hover, .hero-6 .array-button .array-next:hover {
        background-color: var(--theme);
        color: var(--white);
    }

.hero-6 .swiper-slide.swiper-slide-active .hero-bg {
    -webkit-transform: scale(1.35);
    transform: scale(1.35);
    border-radius: 20px;
}

.hero-6 .swiper-slide.swiper-slide-active .hero-content {
    opacity: 1;
    transform: translatey(0px);
    transition: all 2500ms ease;
}

.hero-6 .swiper-slide.swiper-slide-active .hero-right-items {
    opacity: 1;
    transform: translatey(0px);
    transition: all 2500ms ease;
}

.hero-6 .swiper-slide.swiper-slide-active .hero-button {
    opacity: 1;
    transform: translatey(0px);
    transition: all 2500ms ease;
}

.hero-6 .hero-height {
    padding: 250px 100px 75px;
}

@media (max-width: 1899px) {
    .hero-6 .hero-height {
        padding: 230px 50px 70px;
    }
}

@media (max-width: 1600px) {
    .hero-6 .hero-height {
        padding: 200px 40px 65px;
    }
}

@media (max-width: 1399px) {
    .hero-6 .hero-height {
        padding: 200px 30px 60px;
    }
}

@media (max-width: 1199px) {
    .hero-6 .hero-height {
        padding: 200px 20px 50px;
    }
}

@media (max-width: 991px) {
    .hero-6 .hero-height {
        padding-top: 160px;
    }
}

@media (max-width: 767px) {
    .hero-6 .hero-height {
        padding-top: 140px;
    }
}

.hero-6 .hero-bg {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-transition: opacity 1500ms ease-in, -webkit-transform 7000ms ease;
    transition: opacity 1500ms ease-in, -webkit-transform 7000ms ease;
    transition: transform 9000ms ease, opacity 1500ms ease-in;
    transition: transform 9000ms ease, opacity 1500ms ease-in, -webkit-transform 9000ms ease;
}

    .hero-6 .hero-bg::before {
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        width: 100%;
        height: 100%;
        content: "";
        background: rgba(9, 0, 37, 0.3);
    }

.hero-6 .hero-content {
    transform: translateY(-150px);
    opacity: 0;
    z-index: 99;
    position: relative;
    transform: translateY(-150px);
}

@media (max-width: 1199px) {
    .hero-6 .hero-content {
        margin-bottom: 50px;
    }
}

.hero-6 .hero-content h1 {
    color: var(--white);
    margin-top: 20px;
    font-size: 112px;
    font-weight: 500;
    max-width: 790px;
}

@media (max-width: 1600px) {
    .hero-6 .hero-content h1 {
        font-size: 95px;
        line-height: 128%;
    }
}

@media (max-width: 1399px) {
    .hero-6 .hero-content h1 {
        font-size: 85px;
    }
}

@media (max-width: 1199px) {
    .hero-6 .hero-content h1 {
        font-size: 72px;
    }
}

@media (max-width: 991px) {
    .hero-6 .hero-content h1 {
        font-size: 68px;
    }
}

@media (max-width: 767px) {
    .hero-6 .hero-content h1 {
        font-size: 55px;
    }
}

@media (max-width: 575px) {
    .hero-6 .hero-content h1 {
        font-size: 45px;
    }
}

@media (max-width: 470px) {
    .hero-6 .hero-content h1 {
        font-size: 35px;
    }
}

@media (max-width: 1199px) {
    .hero-6 .hero-content h1 br {
        display: none;
    }
}

.hero-6 .hero-right-items {
    margin-left: auto;
    margin-right: 20px;
    max-width: 560px;
    transform: translateY(150px);
    opacity: 0;
    z-index: 99;
    position: relative;
}

    .hero-6 .hero-right-items h2 {
        color: var(--white);
        position: relative;
        z-index: 1;
        font-size: 44px;
        font-weight: 700;
    }

@media (max-width: 1199px) {
    .hero-6 .hero-right-items h2 {
        margin-bottom: 38px;
    }
}

@media (max-width: 767px) {
    .hero-6 .hero-right-items h2 {
        font-size: 32px;
    }
}

@media (max-width: 575px) {
    .hero-6 .hero-right-items h2 {
        font-size: 28px;
    }
}

.hero-6 .hero-right-items .hero-btn {
    max-width: 500px;
    width: 100%;
    padding: 20px 25px;
    line-height: 1;
    margin-top: 30px;
    background-color: var(--theme);
    color: var(--white);
    position: relative;
    z-index: 1;
    display: inline-block;
    text-align: center;
}

    .hero-6 .hero-right-items .hero-btn:hover {
        background-color: var(--white);
        color: var(--theme);
    }

.hero-box-items-6 {
    margin-top: 20px;
}

    .hero-box-items-6 .hero-image-items {
        position: relative;
    }

        .hero-box-items-6 .hero-image-items::before {
            position: absolute;
            top: 0;
            left: 0;
            right: 0;
            bottom: 0;
            width: 100%;
            height: 100%;
            content: "";
            background: rgba(9, 0, 37, 0.42);
        }

@media (max-width: 1399px) {
    .hero-box-items-6 .hero-image-items {
        height: 400px;
    }

        .hero-box-items-6 .hero-image-items img {
            object-fit: cover;
        }
}

.hero-box-items-6 .hero-image-items img {
    width: 100%;
    height: 100%;
}

.hero-box-items-6 .hero-image-items .content {
    position: absolute;
    bottom: 30px;
    left: 30px;
    right: 30px;
    max-width: 364px;
    border-top: 1px solid var(--white);
    padding-top: 20px;
}

    .hero-box-items-6 .hero-image-items .content h3 {
        font-size: 28px;
        color: var(--white);
    }

@media (max-width: 1399px) {
    .hero-box-items-6 .hero-image-items .content h3 {
        font-size: 24px;
        line-height: 130%;
    }
}

.hero-box-items-6 .hero-image-items .content .link-btn {
    color: var(--white);
    margin-top: 10px;
    display: inline-block;
    transition: all 0.4s ease-in-out;
    font-weight: 700;
    font-size: 16px;
}

    .hero-box-items-6 .hero-image-items .content .link-btn i {
        margin-left: 7px;
    }

    .hero-box-items-6 .hero-image-items .content .link-btn:hover {
        color: var(--theme);
    }

.hero-box-items-6 .hero-middle-box-items {
    position: relative;
}

    .hero-box-items-6 .hero-middle-box-items::before {
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        width: 100%;
        height: 100%;
        content: "";
        background: rgba(9, 0, 37, 0.42);
    }

@media (max-width: 1399px) {
    .hero-box-items-6 .hero-middle-box-items {
        height: 400px;
    }

        .hero-box-items-6 .hero-middle-box-items img {
            object-fit: cover;
        }
}

.hero-box-items-6 .hero-middle-box-items img {
    width: 100%;
    height: 100%;
}

.hero-box-items-6 .hero-middle-box-items .content {
    position: absolute;
    bottom: 30px;
    left: 30px;
    right: 30px;
}

    .hero-box-items-6 .hero-middle-box-items .content h2 {
        color: var(--white);
        font-size: 72px;
        font-weight: 400;
        border-bottom: 1px solid var(--white);
        padding-bottom: 20px;
    }

    .hero-box-items-6 .hero-middle-box-items .content h3 {
        margin-top: 20px;
        font-size: 28px;
        color: var(--white);
    }

.hero-8 {
    background-color: var(--header);
    position: relative;
}

    .hero-8 .thumb-1 {
        position: absolute;
        top: 15%;
        left: 135px;
    }

@media (max-width: 1600px) {
    .hero-8 .thumb-1 {
        max-width: 250px;
        top: 15%;
    }

        .hero-8 .thumb-1 img {
            width: 100%;
            height: 100%;
        }
}

@media (max-width: 1199px) {
    .hero-8 .thumb-1 {
        display: none;
    }
}

.hero-8 .thumb-2 {
    position: absolute;
    right: 120px;
    top: 15%;
}

@media (max-width: 1899px) {
    .hero-8 .thumb-2 {
        max-width: 250px;
        top: 15%;
    }

        .hero-8 .thumb-2 img {
            width: 100%;
            height: 100%;
        }
}

@media (max-width: 1199px) {
    .hero-8 .thumb-2 {
        display: none;
    }
}

.hero-8 .hero-content-area-8 {
    padding: 300px 0 150px;
    position: relative;
}

@media (max-width: 1199px) {
    .hero-8 .hero-content-area-8 {
        padding-bottom: 220px;
        padding-top: 180px;
    }
}

@media (max-width: 575px) {
    .hero-8 .hero-content-area-8 {
        padding-bottom: 0;
        padding-top: 150px;
    }
}

.hero-8 .hero-content-area-8 h1 {
    color: var(--white);
    font-size: 155px;
    font-weight: 500;
    text-transform: uppercase;
    line-height: 103.23%;
    letter-spacing: -7.75px;
    font-family: "Manrope", sans-serif;
}

@media (max-width: 1399px) {
    .hero-8 .hero-content-area-8 h1 {
        font-size: 80px;
        text-align: center;
    }
}

@media (max-width: 991px) {
    .hero-8 .hero-content-area-8 h1 {
        font-size: 60px;
    }
}

@media (max-width: 767px) {
    .hero-8 .hero-content-area-8 h1 {
        font-size: 50px;
    }
}

@media (max-width: 575px) {
    .hero-8 .hero-content-area-8 h1 {
        font-size: 44px;
    }
}

@media (max-width: 470px) {
    .hero-8 .hero-content-area-8 h1 {
        font-size: 34px;
    }
}

.hero-8 .hero-content-area-8 h1 span {
    margin-left: 190px;
}

@media (max-width: 1399px) {
    .hero-8 .hero-content-area-8 h1 span {
        margin-left: 0;
    }
}

.hero-8 .hero-content-area-8 .hero-image-box-8 {
    display: flex;
    align-items: center;
    gap: 100px;
}

@media (max-width: 1199px) {
    .hero-8 .hero-content-area-8 .hero-image-box-8 {
        justify-content: center;
        margin-top: 30px;
    }
}

@media (max-width: 575px) {
    .hero-8 .hero-content-area-8 .hero-image-box-8 {
        margin-bottom: 50px;
    }
}

@media (max-width: 1600px) {
    .hero-8 .hero-content-area-8 .hero-image-box-8 .hero-image {
        max-width: 700px;
    }
}

@media (max-width: 1399px) {
    .hero-8 .hero-content-area-8 .hero-image-box-8 .hero-image {
        max-width: 600px;
    }
}

@media (max-width: 1199px) {
    .hero-8 .hero-content-area-8 .hero-image-box-8 .hero-image {
        display: none;
    }
}

.hero-8 .hero-content-area-8 .hero-image-box-8 .hero-image img {
    width: 100%;
    height: 100%;
}

.hero-8 .hero-content-area-8 .hero-image-box-8 .hero-bottom {
    display: flex;
    align-items: center;
    margin-left: -50px;
    gap: 30px;
}

@media (max-width: 1600px) {
    .hero-8 .hero-content-area-8 .hero-image-box-8 .hero-bottom {
        margin-left: 0;
    }
}

@media (max-width: 575px) {
    .hero-8 .hero-content-area-8 .hero-image-box-8 .hero-bottom {
        flex-wrap: wrap;
        gap: 30px;
        justify-content: center;
    }
}

.hero-8 .hero-content-area-8 .hero-image-box-8 .hero-bottom .circle-image {
    position: relative;
    display: inline-block;
}

    .hero-8 .hero-content-area-8 .hero-image-box-8 .hero-bottom .circle-image img {
        animation: spin 15s linear infinite;
        position: relative;
    }

    .hero-8 .hero-content-area-8 .hero-image-box-8 .hero-bottom .circle-image h3 {
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        color: var(--theme);
        font-weight: 700;
    }

.hero-8 .hero-content-area-8 .hero-image-box-8 .hero-bottom .content p {
    font-weight: 500;
    color: rgba(255, 255, 255, 0.66);
    text-transform: uppercase;
    display: inline-block;
    border-bottom: 1px solid rgba(255, 255, 255, 0.33);
    padding-bottom: 30px;
    margin-bottom: 18px;
    font-size: 16px;
}

.hero-8 .hero-content-area-8 .hero-image-box-8 .hero-bottom .content .count-item {
    display: flex;
    align-items: center;
    gap: 22px;
}

    .hero-8 .hero-content-area-8 .hero-image-box-8 .hero-bottom .content .count-item h2 {
        color: var(--white);
        font-size: 42px;
        font-weight: 700;
        font-family: "Manrope", sans-serif;
    }

.hero-8 .hero-content-area-8 .hero-box-item {
    display: flex;
    align-items: center;
    gap: 88px;
    padding: 54px 65px 13px;
    background-color: var(--white);
    position: absolute;
    bottom: 0;
    right: 0;
}

@media (max-width: 1399px) {
    .hero-8 .hero-content-area-8 .hero-box-item {
        flex-wrap: wrap;
        gap: 30px;
        padding: 30px;
    }
}

@media (max-width: 575px) {
    .hero-8 .hero-content-area-8 .hero-box-item {
        position: static;
        margin-top: 30px;
    }
}

.hero-8 .hero-content-area-8 .hero-box-item .icon-item {
    display: flex;
    align-items: center;
    gap: 14px;
}

    .hero-8 .hero-content-area-8 .hero-box-item .icon-item .content span {
        color: rgb(159, 159, 159);
    }

    .hero-8 .hero-content-area-8 .hero-box-item .icon-item .content h5 {
        font-weight: 500;
        line-height: 190%;
    }

        .hero-8 .hero-content-area-8 .hero-box-item .icon-item .content h5 a:hover {
            color: var(--theme);
        }

.hero-9 {
    position: relative;
}

    .hero-9 .hero-bg::before {
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        width: 100%;
        height: 100%;
        content: "";
        background: rgba(17, 17, 17, 0.5);
    }

@media (max-width: 767px) {
    .hero-9 .hero-content {
        text-align: center;
    }
}

.hero-9 .hero-content h1 {
    font-size: 122px;
    font-weight: 500;
    color: var(--white);
    letter-spacing: -3.7px;
    line-height: 112.3%;
    text-transform: uppercase;
    position: relative;
    z-index: 22;
    font-family: "Manrope", sans-serif;
}

@media (max-width: 1199px) {
    .hero-9 .hero-content h1 {
        font-size: 85px;
    }
}

@media (max-width: 991px) {
    .hero-9 .hero-content h1 {
        font-size: 70px;
    }
}

@media (max-width: 767px) {
    .hero-9 .hero-content h1 {
        font-size: 60px;
    }
}

@media (max-width: 575px) {
    .hero-9 .hero-content h1 {
        font-size: 50px;
    }
}

@media (max-width: 470px) {
    .hero-9 .hero-content h1 {
        font-size: 40px;
    }
}

@media (max-width: 767px) {
    .hero-9 .hero-button {
        justify-content: center;
    }
}

.hero-section-10 {
    position: relative;
}

    .hero-section-10 .swiper-slide.swiper-slide-active .hero-bg {
        -webkit-transform: scale(1.35);
        transform: scale(1.35);
        border-radius: 20px;
    }

    .hero-section-10 .swiper-slide.swiper-slide-active .hero-content {
        opacity: 1;
        transform: translatey(0px);
        transition: all 2500ms ease;
    }

    .hero-section-10 .swiper-slide.swiper-slide-active .hero-button {
        opacity: 1;
        transform: translatey(0px);
        transition: all 2500ms ease;
    }

    .hero-section-10 .array-buttons {
        display: grid;
        gap: 20px;
        position: absolute;
        right: 60px;
        top: 50%;
        transform: translateY(-50%);
        z-index: 999;
    }

        .hero-section-10 .array-buttons .array-prev {
            width: 63px;
            height: 63px;
            line-height: 63px;
            background-color: var(--white);
            color: var(--header);
            border: 1px solid transparent;
            transition: all 0.4s ease-in-out;
        }

            .hero-section-10 .array-buttons .array-prev:hover {
                background-color: var(--theme);
                color: var(--white);
            }

        .hero-section-10 .array-buttons .array-next {
            width: 63px;
            height: 63px;
            line-height: 63px;
            background-color: var(--white);
            color: var(--header);
            transition: all 0.4s ease-in-out;
            position: relative;
            z-index: 999;
            border: none;
        }

            .hero-section-10 .array-buttons .array-next:hover {
                background-color: var(--theme);
                color: var(--white);
            }

.hero-10 {
    padding: 350px 0 200px;
    position: relative;
    z-index: 999;
}

@media (max-width: 1399px) {
    .hero-10 {
        padding: 270px 0 190px;
    }
}

@media (max-width: 1199px) {
    .hero-10 {
        padding: 250px 0 170px;
    }
}

@media (max-width: 991px) {
    .hero-10 {
        padding: 210px 0 140px;
    }
}

@media (max-width: 767px) {
    .hero-10 {
        padding: 160px 0 110px;
    }
}

.hero-10 .hero-bg {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-transition: opacity 1500ms ease-in, -webkit-transform 7000ms ease;
    transition: opacity 1500ms ease-in, -webkit-transform 7000ms ease;
    transition: transform 9000ms ease, opacity 1500ms ease-in;
    transition: transform 9000ms ease, opacity 1500ms ease-in, -webkit-transform 9000ms ease;
    z-index: 9;
}

    .hero-10 .hero-bg::before {
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        width: 100%;
        height: 100%;
        content: "";
        background: linear-gradient(90deg, rgb(17, 17, 17) 0%, rgba(17, 17, 17, 0) 100%);
        z-index: -1;
    }

.hero-10 .container-fluid {
    padding: 0 140px;
}

@media (max-width: 1899px) {
    .hero-10 .container-fluid {
        padding: 0 60px;
    }
}

@media (max-width: 1600px) {
    .hero-10 .container-fluid {
        padding: 0 50px;
    }
}

@media (max-width: 1399px) {
    .hero-10 .container-fluid {
        padding: 0 40px;
    }
}

@media (max-width: 1199px) {
    .hero-10 .container-fluid {
        padding: 0 30px;
    }
}

@media (max-width: 575px) {
    .hero-10 .container-fluid {
        padding: 0 15px;
    }
}

.hero-10 .hero-content {
    position: relative;
    opacity: 0;
    z-index: 99;
    position: relative;
    transform: translateY(-150px);
}

@media (max-width: 991px) {
    .hero-10 .hero-content {
        text-align: center;
    }
}

.hero-10 .hero-content .sub-text {
    text-transform: uppercase;
    color: var(--white);
    position: relative;
    padding-left: 20px;
    margin-bottom: 5px;
    display: inline-block;
}

@media (max-width: 1399px) {
    .hero-10 .hero-content .sub-text {
        padding-left: 0;
    }
}

.hero-10 .hero-content .sub-text::before {
    position: absolute;
    content: "";
    width: 6px;
    height: 6px;
    background-color: var(--white);
    left: 0;
    top: 10px;
}

.hero-10 .hero-content h1 {
    color: var(--white);
    font-size: 90px;
    font-weight: 600;
    line-height: 110%;
    letter-spacing: -1.8px;
    text-transform: uppercase;
    margin-bottom: 30px;
    font-family: "Manrope", sans-serif;
}

@media (max-width: 1399px) {
    .hero-10 .hero-content h1 {
        font-size: 80px;
    }
}

@media (max-width: 1199px) {
    .hero-10 .hero-content h1 {
        font-size: 70px;
    }
}

@media (max-width: 991px) {
    .hero-10 .hero-content h1 {
        font-size: 60px;
    }
}

@media (max-width: 767px) {
    .hero-10 .hero-content h1 {
        font-size: 50px;
    }
}

@media (max-width: 470px) {
    .hero-10 .hero-content h1 {
        font-size: 40px;
    }
}

.hero-10 .hero-content p {
    font-size: 18px;
    font-weight: 500;
    color: var(--white);
    max-width: 790px;
}

@media (max-width: 991px) {
    .hero-10 .hero-content p {
        margin: 0 auto;
    }
}

.hero-10 .hero-button {
    display: flex;
    align-items: center;
    gap: 20px;
    margin-top: 40px;
    transform: translateY(150px);
    opacity: 0;
    position: relative;
    z-index: 9;
}

@media (max-width: 1399px) {
    .hero-10 .hero-button {
        flex-wrap: wrap;
    }
}

@media (max-width: 991px) {
    .hero-10 .hero-button {
        justify-content: center;
    }
}

.hero-10 .hero-button .theme-btn-main.style-2.style-hero {
    background-color: var(--white);
    color: var(--header);
}

    .hero-10 .hero-button .theme-btn-main.style-2.style-hero .theme-btn-arrow-left,
    .hero-10 .hero-button .theme-btn-main.style-2.style-hero .theme-btn-arrow-right {
        background: var(--header);
        color: var(--white);
    }

    .hero-10 .hero-button .theme-btn-main.style-2.style-hero .theme-btn {
        color: var(--header) !important;
    }

.hero-11 {
    padding: 300px 0 125px;
    position: relative;
    z-index: 999;
}

@media (max-width: 1399px) {
    .hero-11 {
        padding: 270px 0 125px;
    }
}

@media (max-width: 1199px) {
    .hero-11 {
        padding: 250px 0 125px;
    }
}

@media (max-width: 991px) {
    .hero-11 {
        padding: 210px 0 125px;
    }
}

@media (max-width: 767px) {
    .hero-11 {
        padding: 180px 0 130px;
    }
}

@media (max-width: 575px) {
    .hero-11 {
        padding: 160px 0 120px;
    }
}

@media (max-width: 500px) {
    .hero-11 {
        padding: 150px 0 120px;
    }
}

.hero-11 .container-fluid {
    padding: 0 75px 0 100px;
}

@media (max-width: 1600px) {
    .hero-11 .container-fluid {
        padding: 0 60px 0 80px;
    }
}

@media (max-width: 1399px) {
    .hero-11 .container-fluid {
        padding: 0 50px 0 65px;
    }
}

@media (max-width: 1199px) {
    .hero-11 .container-fluid {
        padding: 0 40px 0 50px;
    }
}

@media (max-width: 991px) {
    .hero-11 .container-fluid {
        padding: 0 30px 0 40px;
    }
}

@media (max-width: 767px) {
    .hero-11 .container-fluid {
        padding: 0 20px 0 25px;
    }
}

@media (max-width: 575px) {
    .hero-11 .container-fluid {
        padding: 0 15px 0 15px;
    }
}

.hero-11 .hero-content {
    position: relative;
    opacity: 0;
    z-index: 99;
    position: relative;
    transform: translateY(-150px);
}

@media (max-width: 991px) {
    .hero-11 .hero-content {
        text-align: center;
    }
}

.hero-11 .hero-content h1 {
    color: var(--white);
    font-size: 78px;
    font-weight: 900;
    line-height: 131%;
    max-width: 910px;
    text-transform: uppercase;
}

@media (max-width: 1399px) {
    .hero-11 .hero-content h1 {
        font-size: 70px;
    }
}

@media (max-width: 1199px) {
    .hero-11 .hero-content h1 {
        font-size: 60px;
    }
}

@media (max-width: 991px) {
    .hero-11 .hero-content h1 {
        font-size: 52px;
    }
}

@media (max-width: 767px) {
    .hero-11 .hero-content h1 {
        font-size: 46px;
    }
}

@media (max-width: 575px) {
    .hero-11 .hero-content h1 {
        font-size: 40px;
    }
}

@media (max-width: 470px) {
    .hero-11 .hero-content h1 {
        font-size: 32px;
    }
}

.hero-11 .hero-button {
    margin-top: 220px;
    display: flex;
    align-items: center;
    gap: 20px;
    transform: translateY(150px);
    opacity: 0;
    position: relative;
    z-index: 9;
}

@media (max-width: 1399px) {
    .hero-11 .hero-button {
        margin-top: 180px;
        flex-wrap: wrap;
    }
}

@media (max-width: 1199px) {
    .hero-11 .hero-button {
        margin-top: 130px;
    }
}

@media (max-width: 991px) {
    .hero-11 .hero-button {
        margin-top: 100px;
        justify-content: center;
    }
}

@media (max-width: 767px) {
    .hero-11 .hero-button {
        margin-top: 70px;
    }
}

@media (max-width: 575px) {
    .hero-11 .hero-button {
        margin-top: 50px;
    }
}

@media (max-width: 470px) {
    .hero-11 .hero-button {
        margin-top: 40px;
    }
}

.hero-11 .hero-button .phone-call {
    font-size: 22px;
    color: var(--white);
}

.hero-11 .hero-button .hero-text-11 {
    color: var(--white);
    font-size: 20px;
    max-width: 365px;
    margin-left: auto;
}

@media (max-width: 991px) {
    .hero-11 .hero-button .hero-text-11 {
        margin-left: initial;
        text-align: center;
        margin-top: 10px;
    }
}

@media (max-width: 575px) {
    .hero-11 .hero-button .hero-text-11 {
        font-size: 16px;
    }
}

.hero-6 {
    position: relative;
}

    .hero-6 .array-button {
        display: flex;
        align-items: center;
        gap: 12px;
        position: absolute;
        z-index: 99;
        bottom: 75px;
        left: 100px;
    }

@media (max-width: 991px) {
    .hero-6 .array-button {
        display: none;
    }
}

.hero-6 .array-button .array-prev, .hero-6 .array-button .array-next {
    width: 55px;
    height: 56px;
    line-height: 56px;
    text-align: center;
    color: var(--theme);
    background-color: var(--white);
    transition: all 0.4s ease-in-out;
}

    .hero-6 .array-button .array-prev:hover, .hero-6 .array-button .array-next:hover {
        background-color: var(--theme);
        color: var(--white);
    }

.hero-6 .swiper-slide.swiper-slide-active .hero-bg {
    -webkit-transform: scale(1.35);
    transform: scale(1.35);
    border-radius: 20px;
}

.hero-6 .swiper-slide.swiper-slide-active .hero-content {
    opacity: 1;
    transform: translatey(0px);
    transition: all 2500ms ease;
}

.hero-6 .swiper-slide.swiper-slide-active .hero-right-items {
    opacity: 1;
    transform: translatey(0px);
    transition: all 2500ms ease;
}

.hero-6 .swiper-slide.swiper-slide-active .hero-button {
    opacity: 1;
    transform: translatey(0px);
    transition: all 2500ms ease;
}

.hero-6 .hero-height {
    padding: 250px 100px 75px;
}

@media (max-width: 1899px) {
    .hero-6 .hero-height {
        padding: 230px 50px 70px;
    }
}

@media (max-width: 1600px) {
    .hero-6 .hero-height {
        padding: 200px 40px 65px;
    }
}

@media (max-width: 1399px) {
    .hero-6 .hero-height {
        padding: 200px 30px 60px;
    }
}

@media (max-width: 1199px) {
    .hero-6 .hero-height {
        padding: 200px 20px 50px;
    }
}

@media (max-width: 991px) {
    .hero-6 .hero-height {
        padding-top: 160px;
    }
}

@media (max-width: 767px) {
    .hero-6 .hero-height {
        padding-top: 140px;
    }
}

.hero-6 .hero-bg {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-transition: opacity 1500ms ease-in, -webkit-transform 7000ms ease;
    transition: opacity 1500ms ease-in, -webkit-transform 7000ms ease;
    transition: transform 9000ms ease, opacity 1500ms ease-in;
    transition: transform 9000ms ease, opacity 1500ms ease-in, -webkit-transform 9000ms ease;
}

    .hero-6 .hero-bg::before {
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        width: 100%;
        height: 100%;
        content: "";
        background: rgba(9, 0, 37, 0.3);
    }

.hero-6 .hero-content {
    transform: translateY(-150px);
    opacity: 0;
    z-index: 99;
    position: relative;
    transform: translateY(-150px);
}

@media (max-width: 1199px) {
    .hero-6 .hero-content {
        margin-bottom: 50px;
    }
}

.hero-6 .hero-content h1 {
    color: var(--white);
    margin-top: 20px;
    font-size: 112px;
    font-weight: 500;
    max-width: 790px;
}

@media (max-width: 1600px) {
    .hero-6 .hero-content h1 {
        font-size: 95px;
        line-height: 128%;
    }
}

@media (max-width: 1399px) {
    .hero-6 .hero-content h1 {
        font-size: 85px;
    }
}

@media (max-width: 1199px) {
    .hero-6 .hero-content h1 {
        font-size: 72px;
    }
}

@media (max-width: 991px) {
    .hero-6 .hero-content h1 {
        font-size: 68px;
    }
}

@media (max-width: 767px) {
    .hero-6 .hero-content h1 {
        font-size: 55px;
    }
}

@media (max-width: 575px) {
    .hero-6 .hero-content h1 {
        font-size: 45px;
    }
}

@media (max-width: 470px) {
    .hero-6 .hero-content h1 {
        font-size: 35px;
    }
}

@media (max-width: 1199px) {
    .hero-6 .hero-content h1 br {
        display: none;
    }
}

.hero-6 .hero-right-items {
    margin-left: auto;
    margin-right: 20px;
    max-width: 560px;
    transform: translateY(150px);
    opacity: 0;
    z-index: 99;
    position: relative;
}

    .hero-6 .hero-right-items h2 {
        color: var(--white);
        position: relative;
        z-index: 1;
        font-size: 44px;
        font-weight: 700;
    }

@media (max-width: 1199px) {
    .hero-6 .hero-right-items h2 {
        margin-bottom: 38px;
    }
}

@media (max-width: 767px) {
    .hero-6 .hero-right-items h2 {
        font-size: 32px;
    }
}

@media (max-width: 575px) {
    .hero-6 .hero-right-items h2 {
        font-size: 28px;
    }
}

.hero-6 .hero-right-items .hero-btn {
    max-width: 500px;
    width: 100%;
    padding: 20px 25px;
    line-height: 1;
    margin-top: 30px;
    background-color: var(--theme);
    color: var(--white);
    position: relative;
    z-index: 1;
    display: inline-block;
    text-align: center;
}

    .hero-6 .hero-right-items .hero-btn:hover {
        background-color: var(--white);
        color: var(--theme);
    }

.hero-section-12 {
    position: relative;
}

@media (max-width: 991px) {
    .hero-section-12 .array-button {
        display: none;
    }
}

.hero-section-12 .array-button .array-prev {
    width: 55px;
    height: 56px;
    line-height: 56px;
    text-align: center;
    color: var(--white);
    background-color: rgba(255, 255, 255, 0.4);
    position: absolute;
    z-index: 99;
    top: 50%;
    left: 94px;
    transition: all 0.4s ease-in-out;
}

    .hero-section-12 .array-button .array-prev:hover {
        background-color: var(--theme);
    }

.hero-section-12 .array-button .array-next {
    width: 55px;
    height: 56px;
    line-height: 56px;
    text-align: center;
    color: var(--white);
    background-color: rgba(255, 255, 255, 0.4);
    position: absolute;
    z-index: 99;
    top: 50%;
    right: 94px;
    transition: all 0.4s ease-in-out;
}

    .hero-section-12 .array-button .array-next:hover {
        background-color: var(--theme);
    }

.hero-section-12 .swiper-slide.swiper-slide-active .hero-bg {
    -webkit-transform: scale(1.35);
    transform: scale(1.35);
    border-radius: 20px;
}

.hero-section-12 .swiper-slide.swiper-slide-active .hero-content {
    opacity: 1;
    transform: translatey(0px);
    transition: all 2500ms ease;
}

.hero-section-12 .swiper-slide.swiper-slide-active .hero-right-items {
    opacity: 1;
    transform: translatey(0px);
    transition: all 2500ms ease;
}

.hero-section-12 .swiper-slide.swiper-slide-active .hero-button {
    opacity: 1;
    transform: translatey(0px);
    transition: all 2500ms ease;
}

.hero-12 {
    padding: 300px 0 170px;
}

@media (max-width: 1399px) {
    .hero-12 {
        padding: 270px 0 150px;
    }
}

@media (max-width: 1199px) {
    .hero-12 {
        padding: 250px 0 130px;
    }
}

@media (max-width: 991px) {
    .hero-12 {
        padding: 210px 0 115px;
    }
}

@media (max-width: 767px) {
    .hero-12 {
        padding: 160px 0 100px;
    }
}

.hero-12 .hero-bg {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-transition: opacity 1500ms ease-in, -webkit-transform 7000ms ease;
    transition: opacity 1500ms ease-in, -webkit-transform 7000ms ease;
    transition: transform 9000ms ease, opacity 1500ms ease-in;
    transition: transform 9000ms ease, opacity 1500ms ease-in, -webkit-transform 9000ms ease;
}

    .hero-12 .hero-bg::before {
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        width: 100%;
        height: 100%;
        content: "";
        background: rgba(17, 17, 17, 0.6);
        z-index: -1;
    }

.hero-12 .hero-content {
    text-align: center;
    transform: translateY(-150px);
    opacity: 0;
    z-index: 99;
    position: relative;
    transform: translateY(-150px);
}

@media (max-width: 1199px) {
    .hero-12 .hero-content {
        margin-bottom: 50px;
    }
}

.hero-12 .hero-content h1 {
    font-size: 94px;
    color: var(--white);
    text-transform: uppercase;
    line-height: 117%;
}

@media (max-width: 1600px) {
    .hero-12 .hero-content h1 {
        font-size: 75px;
    }
}

@media (max-width: 1399px) {
    .hero-12 .hero-content h1 {
        font-size: 80px;
    }
}

@media (max-width: 1199px) {
    .hero-12 .hero-content h1 {
        font-size: 64px;
    }
}

@media (max-width: 991px) {
    .hero-12 .hero-content h1 {
        font-size: 52px;
    }
}

@media (max-width: 767px) {
    .hero-12 .hero-content h1 {
        font-size: 42px;
    }
}

@media (max-width: 575px) {
    .hero-12 .hero-content h1 {
        font-size: 32px;
    }
}

.hero-12 .hero-button {
    justify-content: center;
    display: flex;
    align-items: center;
    gap: 20px;
    margin-top: 40px;
    margin-bottom: 140px;
    transform: translateY(150px);
    opacity: 0;
    position: relative;
    z-index: 9;
}

@media (max-width: 1199px) {
    .hero-12 .hero-button {
        margin-bottom: 110px;
    }
}

@media (max-width: 991px) {
    .hero-12 .hero-button {
        margin-top: 20px;
        margin-bottom: 90px;
    }
}

@media (max-width: 575px) {
    .hero-12 .hero-button {
        margin-top: 15px;
        margin-bottom: 50px;
        flex-wrap: wrap;
        justify-content: center;
    }
}

.hero-12 .hero-right-items {
    display: flex;
    align-items: center;
    max-width: 870px;
    margin: 0 auto;
    justify-content: space-between;
    transform: translateY(150px);
    opacity: 0;
    z-index: 99;
    position: relative;
}

@media (max-width: 1399px) {
    .hero-12 .hero-right-items {
        flex-wrap: wrap;
        gap: 30px;
        justify-content: center;
    }
}

.hero-12 .hero-right-items .counter-item .content {
    text-align: center;
}

    .hero-12 .hero-right-items .counter-item .content h2 {
        font-size: 48px;
        font-weight: 700;
        color: var(--white);
    }

@media (max-width: 1399px) {
    .hero-12 .hero-right-items .counter-item .content h2 {
        font-size: 30px;
    }
}

.hero-12 .hero-right-items .counter-item .content p {
    color: var(--white);
    font-size: 18px;
    font-weight: 500;
    text-transform: uppercase;
}

@media (max-width: 1399px) {
    .hero-12 .hero-right-items .counter-item .content p {
        font-size: 16px;
    }
}

.hero-13 {
    background-color: var(--header);
}

    .hero-13 .container-fluid {
        padding: 0 140px;
    }

@media (max-width: 1899px) {
    .hero-13 .container-fluid {
        padding: 0 70px;
    }
}

@media (max-width: 1600px) {
    .hero-13 .container-fluid {
        padding: 0 40px;
    }
}

@media (max-width: 1399px) {
    .hero-13 .container-fluid {
        padding: 0 25px;
    }
}

@media (max-width: 991px) {
    .hero-13 .container-fluid {
        padding-right: 20px;
    }
}

@media (max-width: 575px) {
    .hero-13 .container-fluid {
        padding-right: 15px;
    }
}

.hero-13 .hero-content {
    padding-top: 220px;
    padding-bottom: 110px;
    position: relative;
}

@media (max-width: 991px) {
    .hero-13 .hero-content {
        padding-bottom: 0px;
        padding-top: 150px;
    }
}

.hero-13 .hero-content h1 {
    color: var(--white);
    font-size: 50px;
    margin-bottom: 25px;
    margin-top: 10px;
    position: relative;
    z-index: 999;
    line-height: 115%;
}

@media (max-width: 1600px) {
    .hero-13 .hero-content h1 {
        font-size: 44px;
    }
}

@media (max-width: 1399px) {
    .hero-13 .hero-content h1 {
        font-size: 38px;
    }
}

@media (max-width: 1199px) {
    .hero-13 .hero-content h1 {
        font-size: 34px;
    }
}

@media (max-width: 767px) {
    .hero-13 .hero-content h1 {
        font-size: 28px;
    }
}

@media (max-width: 575px) {
    .hero-13 .hero-content h1 {
        font-size: 26px;
        line-height: 120%;
    }
}

.hero-13 .hero-content p {
    color: var(--white);
    max-width: 730px;
}

.hero-13 .hero-content .hero-music-img {
    margin-top: 80px;
}

@media (max-width: 1399px) {
    .hero-13 .hero-content .hero-music-img img {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }
}

@media (max-width: 991px) {
    .hero-13 .hero-content .hero-music-img {
        margin-top: 50px;
    }
}

.hero-13 .hero-image {
    margin-right: -145px;
    position: relative;
    height: 100%;
    overflow: hidden;
}

    .hero-13 .hero-image img {
        width: 100%;
        height: 100%;
        display: block;
        object-fit: cover;
        object-position: center;
    }

@media (max-width: 1899px) {
    .hero-13 .hero-image {
        margin-right: 0;
    }
}

@media (max-width: 1600px) {
    .hero-13 .hero-image {
        min-height: 820px;
    }
}

@media (max-width: 1399px) {
    .hero-13 .hero-image {
        min-height: 760px;
    }
}

@media (max-width: 1199px) {
    .hero-13 .hero-image {
        min-height: 680px;
    }
}

@media (max-width: 991px) {
    .hero-13 .hero-image {
        margin-top: 30px;
        min-height: 520px;
    }
}

.scrolling-wrap {
    overflow: hidden;
    white-space: nowrap;
    display: flex;
    gap: 40px;
}

    .scrolling-wrap .comm {
        display: flex;
        align-items: center;
        animation: scroll 60s linear infinite;
        gap: 40px;
        cursor: pointer;
    }

        .scrolling-wrap .comm .cmn-textslide {
            font-size: 80px;
            font-weight: 900;
            line-height: 99px;
            text-transform: capitalize;
            color: transparent;
            -webkit-text-stroke-width: 1px;
            -webkit-text-stroke-color: var(--header);
            background: transparent;
            font-family: "Unbounded", sans-serif;
            display: flex;
            align-items: center;
            gap: 15px;
        }

@media (max-width: 575px) {
    .scrolling-wrap .comm .cmn-textslide {
        line-height: 88px;
    }
}

.scrolling-wrap:hover .comm {
    animation-play-state: paused;
}

@media (max-width: 1399px) {
    .scrolling-wrap .comm {
        gap: 20px;
    }
}

@media (max-width: 991px) {
    .scrolling-wrap {
        gap: 14px;
    }

        .scrolling-wrap .comm {
            gap: 14px;
        }
}

@media (max-width: 575px) {
    .scrolling-wrap .comm {
        gap: 12px;
    }
}

.scrolling-wrap-2 {
    overflow: hidden;
    white-space: nowrap;
    display: flex;
    gap: 0px;
    margin-top: 30px;
}

    .scrolling-wrap-2 .comm {
        display: flex;
        align-items: center;
        animation: scroll 60s linear infinite;
        gap: 80px;
        cursor: pointer;
    }

        .scrolling-wrap-2 .comm .cmn-textslide {
            font-size: 22px;
            font-weight: 500;
            line-height: 27px;
            color: var(--header);
            font-family: system-ui;
            display: flex;
            align-items: center;
            position: relative;
        }

            .scrolling-wrap-2 .comm .cmn-textslide::before {
                position: absolute;
                content: "";
                width: 7px;
                height: 7px;
                background-color: var(--theme);
                top: 50%;
                transform: translateY(-50%);
                left: -42px;
            }

@media (max-width: 1600px) {
    .scrolling-wrap-2 .comm .cmn-textslide::before {
        display: none;
    }
}

.scrolling-wrap-2:hover .comm {
    animation-play-state: paused;
}

@media (max-width: 1399px) {
    .scrolling-wrap-2 .comm {
        gap: 20px;
    }
}

@media (max-width: 991px) {
    .scrolling-wrap-2 {
        gap: 14px;
    }

        .scrolling-wrap-2 .comm {
            gap: 14px;
        }
}

@media (max-width: 575px) {
    .scrolling-wrap-2 .comm {
        gap: 12px;
    }
}

.mean-container a.meanmenu-reveal {
    display: none;
}

.mean-container .mean-nav {
    background: none;
    margin-top: 0;
}

.mean-container .mean-bar {
    padding: 0;
    min-height: auto;
    background: none;
}

.mean-container .mean-nav > ul {
    padding: 0;
    margin: 0;
    width: 100%;
    list-style-type: none;
    display: block !important;
}

.mean-container a.meanmenu-reveal {
    display: none !important;
}

.mean-container .mean-nav ul li a {
    width: 100%;
    padding: 10px 0;
    color: #414141;
    font-size: 16px;
    line-height: 1.5;
    font-weight: 500;
    text-transform: capitalize;
    border-bottom: 1px solid #E5E5E5 !important;
    border: none;
    font-family: "Barlow", sans-serif;
}

    .mean-container .mean-nav ul li a:hover {
        color: var(--theme);
    }

    .mean-container .mean-nav ul li a:last-child {
        border-bottom: 0;
    }

    .mean-container .mean-nav ul li a:hover {
        color: var(--theme);
    }

    .mean-container .mean-nav ul li a.mean-expand {
        margin-top: 5px;
        padding: 0 !important;
    }

.mean-container .mean-nav ul li > a > i {
    display: none;
}

.mean-container .mean-nav ul li > a.mean-expand i {
    display: inline-block;
    font-size: 16px;
}

.mean-container .mean-nav > ul > li:first-child > a {
    border-top: 0;
}

.mean-container .mean-nav ul li a.mean-expand.mean-clicked i {
    transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transition: all 0.4s ease-in-out;
}

.mean-container .mean-nav ul li .mega-menu li a {
    height: 200px;
    width: 100%;
    padding: 0;
    border-top: 0;
    margin-bottom: 20px;
}

.news-card-items-style-1 {
    margin-top: 30px;
}

    .news-card-items-style-1 .news-image {
        position: relative;
        overflow: hidden;
    }

        .news-card-items-style-1 .news-image .box {
            position: absolute;
            top: 0;
            left: 0;
            background-color: var(--white);
            display: flex;
            align-items: center;
            gap: 12px;
            padding: 20px 40px;
            z-index: 999;
        }

@media (max-width: 1199px) {
    .news-card-items-style-1 .news-image .box {
        padding: 16px 20px;
    }
}

.news-card-items-style-1 .news-image .box h2 {
    font-size: 36px;
    font-weight: 500;
}

.news-card-items-style-1 .news-image .box span {
    color: #91969C;
    font-weight: 500;
}

.news-card-items-style-1 .news-image img {
    width: 100%;
    height: 100%;
    position: relative;
    display: block;
    object-fit: cover;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}

    .news-card-items-style-1 .news-image img:first-child {
        position: absolute;
        left: 0;
        top: 0;
        right: 0;
        bottom: 0;
        z-index: 1;
        -webkit-transform: translateX(50%) scaleX(2);
        transform: translate(50%) scaleX(2);
        opacity: 0;
        -webkit-filter: blur(10px);
        filter: blur(10px);
    }

.news-card-items-style-1 .news-content {
    margin-top: 30px;
}

    .news-card-items-style-1 .news-content .tag {
        display: flex;
        align-items: center;
        gap: 30px;
        margin-bottom: 15px;
    }

        .news-card-items-style-1 .news-content .tag span {
            color: #5C6672;
        }

            .news-card-items-style-1 .news-content .tag span i {
                margin-right: 8px;
            }

            .news-card-items-style-1 .news-content .tag span.style-2 {
                position: relative;
                padding-left: 30px;
            }

                .news-card-items-style-1 .news-content .tag span.style-2::before {
                    position: absolute;
                    content: "";
                    width: 5px;
                    height: 5px;
                    background-color: #8B9298;
                    top: 12px;
                    border-radius: 30px;
                    left: 0;
                }

    .news-card-items-style-1 .news-content h3 {
        font-size: 28px;
        font-weight: 500;
        line-height: 150%;
        margin-bottom: 30px;
    }

@media (max-width: 1399px) {
    .news-card-items-style-1 .news-content h3 {
        font-size: 20px;
        margin-bottom: 15px;
    }
}

@media (max-width: 575px) {
    .news-card-items-style-1 .news-content h3 {
        font-size: 20px;
    }
}

.news-card-items-style-1 .news-content h3 a {
    background-position: 0 95%;
    background-repeat: no-repeat;
    background-size: 0% 2px;
    display: inline;
}

    .news-card-items-style-1 .news-content h3 a:hover {
        color: var(--theme);
        background-size: 100% 2px;
        background-image: linear-gradient(180deg, var(--theme) 0%, var(--theme) 100%);
    }

.news-card-items-style-1:hover .news-image img:first-child {
    -webkit-transform: translateX(0) scaleX(1);
    transform: translate(0) scaleX(1);
    opacity: 1;
    -webkit-filter: blur(0);
    filter: blur(0);
}

.news-card-items-style-1:hover .news-image img:nth-child(2) {
    -webkit-transform: translateX(-50%) scaleX(2);
    transform: translateX(-50%) scaleX(2);
    opacity: 0;
    -webkit-filter: blur(10px);
    filter: blur(10px);
}

.news-card-items-style-2 {
    margin-top: 30px;
    position: relative;
    z-index: 9;
}

    .news-card-items-style-2 .news-image {
        position: relative;
        overflow: hidden;
    }

        .news-card-items-style-2 .news-image .box {
            position: absolute;
            bottom: 0;
            right: 0;
            background-color: var(--theme);
            display: flex;
            align-items: center;
            gap: 12px;
            padding: 20px 40px;
            z-index: 999;
        }

@media (max-width: 1199px) {
    .news-card-items-style-2 .news-image .box {
        padding: 12px 22px;
    }
}

.news-card-items-style-2 .news-image .box h2 {
    font-size: 36px;
    font-weight: 500;
    color: var(--white);
}

@media (max-width: 1199px) {
    .news-card-items-style-2 .news-image .box h2 {
        font-size: 30px;
    }
}

.news-card-items-style-2 .news-image .box span {
    color: var(--white);
    font-weight: 500;
}

.news-card-items-style-2 .news-image .box.box-style-13 {
    top: 0;
    right: 0;
    bottom: initial;
}

.news-card-items-style-2 .news-image img {
    width: 100%;
    height: 100%;
    position: relative;
    display: block;
    object-fit: cover;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}

    .news-card-items-style-2 .news-image img:first-child {
        position: absolute;
        left: 0;
        top: 0;
        right: 0;
        bottom: 0;
        z-index: 1;
        -webkit-transform: translateX(50%) scaleX(2);
        transform: translate(50%) scaleX(2);
        opacity: 0;
        -webkit-filter: blur(10px);
        filter: blur(10px);
    }

.news-card-items-style-2 .news-content {
    margin-top: 30px;
}

    .news-card-items-style-2 .news-content .tag {
        display: flex;
        align-items: center;
        gap: 30px;
        margin-bottom: 15px;
    }

        .news-card-items-style-2 .news-content .tag span {
            color: #5C6672;
        }

            .news-card-items-style-2 .news-content .tag span i {
                margin-right: 8px;
                color: var(--theme);
            }

            .news-card-items-style-2 .news-content .tag span.style-2 {
                position: relative;
                padding-left: 30px;
            }

                .news-card-items-style-2 .news-content .tag span.style-2::before {
                    position: absolute;
                    content: "";
                    width: 5px;
                    height: 5px;
                    background-color: #8B9298;
                    top: 12px;
                    border-radius: 30px;
                    left: 0;
                }

    .news-card-items-style-2 .news-content h3 {
        font-size: 22px;
        font-weight: 500;
        line-height: 150%;
    }

@media (max-width: 1399px) {
    .news-card-items-style-2 .news-content h3 {
        font-size: 20px;
    }
}

@media (max-width: 575px) {
    .news-card-items-style-2 .news-content h3 {
        font-size: 20px;
    }
}

.news-card-items-style-2 .news-content h3 a {
    background-position: 0 95%;
    background-repeat: no-repeat;
    background-size: 0% 2px;
    display: inline;
}

    .news-card-items-style-2 .news-content h3 a:hover {
        color: var(--theme);
        background-size: 100% 2px;
        background-image: linear-gradient(180deg, var(--theme) 0%, var(--theme) 100%);
    }


.news-card-items-style-2 .news-content p {
    color: #767676;
    margin-top: 15px;
}

.news-card-items-style-2:hover .news-image img:first-child {
    -webkit-transform: translateX(0) scaleX(1);
    transform: translate(0) scaleX(1);
    opacity: 1;
    -webkit-filter: blur(0);
    filter: blur(0);
}

.news-card-items-style-2:hover .news-image img:nth-child(2) {
    -webkit-transform: translateX(-50%) scaleX(2);
    transform: translateX(-50%) scaleX(2);
    opacity: 0;
    -webkit-filter: blur(10px);
    filter: blur(10px);
}

@media (max-width: 767px) {
    .news-card-items-style-2.style-5 {
        text-align: center;
    }
}

.news-card-items-style-2.style-5 .news-content {
    margin-bottom: 30px;
}

@media (max-width: 767px) {
    .news-card-items-style-2.style-5 .news-content .tag {
        justify-content: center;
    }
}

@media (max-width: 991px) {
    .news-card-items-style-2.style-5 .news-content h3 {
        font-size: 18px;
    }
}

.news-card-items-style-2.style-5 .news-image {
    margin-bottom: 30px;
}

    .news-card-items-style-2.style-5 .news-image .box {
        background-color: var(--white);
        right: initial;
        left: 0;
    }

        .news-card-items-style-2.style-5 .news-image .box h2 {
            color: var(--theme);
        }

        .news-card-items-style-2.style-5 .news-image .box span {
            color: var(--text);
        }

.news-card-items-style-2.style-5 p {
    margin-bottom: 30px;
}

.news-card-items-style-2.style-5 .theme-btn-main.style-2 {
    background-color: var(--header);
}

    .news-card-items-style-2.style-5 .theme-btn-main.style-2 .theme-btn-arrow-left,
    .news-card-items-style-2.style-5 .theme-btn-main.style-2 .theme-btn-arrow-right {
        color: var(--header);
    }

    .news-card-items-style-2.style-5 .theme-btn-main.style-2:hover {
        background-color: var(--header);
    }

.news-card-items-style-2.news-items-style-2 .box {
    gap: 18px;
}

    .news-card-items-style-2.news-items-style-2 .box h2 {
        font-size: 48px;
        font-weight: 500;
        font-family: "Manrope", sans-serif;
    }

.news-card-items-style-2.news-items-style-2 .news-content h3 {
    font-size: 28px;
    font-weight: 600;
    line-height: 146%;
    letter-spacing: -0.56px;
    font-family: "Manrope", sans-serif;
}

.news-section-2 {
    position: relative;
}

    .news-section-2 .left-shape {
        position: absolute;
        left: 0;
        top: 0;
    }

        .news-section-2 .left-shape img {
            width: 70%;
            height: 100%;
        }

.news-card-items-style-3 {
    margin-top: 30px;
}

    .news-card-items-style-3 .news-image {
        position: relative;
        overflow: hidden;
    }

        .news-card-items-style-3 .news-image img {
            width: 100%;
            height: 100%;
            position: relative;
            display: block;
            object-fit: cover;
            -webkit-transition: all 500ms ease;
            transition: all 500ms ease;
        }

            .news-card-items-style-3 .news-image img:first-child {
                position: absolute;
                left: 0;
                top: 0;
                right: 0;
                bottom: 0;
                z-index: 1;
                -webkit-transform: translateX(50%) scaleX(2);
                transform: translate(50%) scaleX(2);
                opacity: 0;
                -webkit-filter: blur(10px);
                filter: blur(10px);
            }

    .news-card-items-style-3 .news-content {
        margin-top: 30px;
    }

        .news-card-items-style-3 .news-content .tag {
            display: flex;
            align-items: center;
            gap: 30px;
            margin-bottom: 15px;
            position: relative;
        }

            .news-card-items-style-3 .news-content .tag span {
                color: #5C6672;
            }

                .news-card-items-style-3 .news-content .tag span i {
                    margin-right: 8px;
                    color: var(--theme);
                }

                .news-card-items-style-3 .news-content .tag span.style-2 {
                    position: relative;
                    padding-left: 30px;
                }

                    .news-card-items-style-3 .news-content .tag span.style-2::before {
                        position: absolute;
                        content: "";
                        width: 5px;
                        height: 5px;
                        background-color: #8B9298;
                        top: 12px;
                        border-radius: 30px;
                        left: 0;
                    }

        .news-card-items-style-3 .news-content h3 {
            font-size: 22px;
            font-weight: 500;
            line-height: 150%;
            position: relative;
        }

@media (max-width: 1399px) {
    .news-card-items-style-3 .news-content h3 {
        font-size: 20px;
    }
}

@media (max-width: 575px) {
    .news-card-items-style-3 .news-content h3 {
        font-size: 20px;
    }
}

.news-card-items-style-3 .news-content h3 a {
    background-position: 0 95%;
    background-repeat: no-repeat;
    background-size: 0% 2px;
    display: inline;
}

    .news-card-items-style-3 .news-content h3 a:hover {
        color: var(--theme);
        background-size: 100% 2px;
        background-image: linear-gradient(180deg, var(--theme) 0%, var(--theme) 100%);
    }

.news-card-items-style-3 .news-content p {
    color: #767676;
    margin-top: 15px;
    position: relative;
}

.news-card-items-style-3:hover .news-image img:first-child {
    -webkit-transform: translateX(0) scaleX(1);
    transform: translate(0) scaleX(1);
    opacity: 1;
    -webkit-filter: blur(0);
    filter: blur(0);
}

.news-card-items-style-3:hover .news-image img:nth-child(2) {
    -webkit-transform: translateX(-50%) scaleX(2);
    transform: translateX(-50%) scaleX(2);
    opacity: 0;
    -webkit-filter: blur(10px);
    filter: blur(10px);
}

.news-section-3 .section-title-area {
    display: flex;
    align-items: center;
    gap: 140px;
    justify-content: initial;
}

.news-card-items-style-4 {
    margin-top: 30px;
}

    .news-card-items-style-4 .news-image {
        position: relative;
        overflow: hidden;
    }

        .news-card-items-style-4 .news-image img {
            width: 100%;
            height: 100%;
            position: relative;
            display: block;
            object-fit: cover;
            -webkit-transition: all 500ms ease;
            transition: all 500ms ease;
        }

            .news-card-items-style-4 .news-image img:first-child {
                position: absolute;
                left: 0;
                top: 0;
                right: 0;
                bottom: 0;
                z-index: 1;
                -webkit-transform: translateX(50%) scaleX(2);
                transform: translate(50%) scaleX(2);
                opacity: 0;
                -webkit-filter: blur(10px);
                filter: blur(10px);
            }

    .news-card-items-style-4 .news-content {
        margin-top: 30px;
        text-align: center;
    }

        .news-card-items-style-4 .news-content .tag {
            display: flex;
            align-items: center;
            gap: 30px;
            margin-bottom: 15px;
            justify-content: center;
        }

            .news-card-items-style-4 .news-content .tag span {
                color: #5C6672;
            }

                .news-card-items-style-4 .news-content .tag span i {
                    margin-right: 8px;
                    color: var(--theme);
                }

                .news-card-items-style-4 .news-content .tag span.style-2 {
                    position: relative;
                    padding-left: 30px;
                }

                    .news-card-items-style-4 .news-content .tag span.style-2::before {
                        position: absolute;
                        content: "";
                        width: 5px;
                        height: 5px;
                        background-color: #8B9298;
                        top: 12px;
                        border-radius: 30px;
                        left: 0;
                    }

        .news-card-items-style-4 .news-content h3 {
            font-size: 22px;
            font-weight: 500;
            line-height: 150%;
        }

@media (max-width: 1399px) {
    .news-card-items-style-4 .news-content h3 {
        font-size: 20px;
    }
}

@media (max-width: 575px) {
    .news-card-items-style-4 .news-content h3 {
        font-size: 20px;
    }
}

.news-card-items-style-4 .news-content h3 a {
    background-position: 0 95%;
    background-repeat: no-repeat;
    background-size: 0% 2px;
    display: inline;
}

    .news-card-items-style-4 .news-content h3 a:hover {
        color: var(--theme);
        background-size: 100% 2px;
        background-image: linear-gradient(180deg, var(--theme) 0%, var(--theme) 100%);
    }

.news-card-items-style-4 .news-content p {
    color: #767676;
    margin-top: 15px;
}

.news-card-items-style-4 .news-content.news-content-8 {
    text-align: left;
}

    .news-card-items-style-4 .news-content.news-content-8 .tag {
        justify-content: left;
    }

    .news-card-items-style-4 .news-content.news-content-8 h3 {
        font-size: 28px;
        font-weight: 600;
        line-height: 146%;
        letter-spacing: -0.5px;
        font-family: "Manrope", sans-serif;
    }

.news-card-items-style-4:hover .news-image img:first-child {
    -webkit-transform: translateX(0) scaleX(1);
    transform: translate(0) scaleX(1);
    opacity: 1;
    -webkit-filter: blur(0);
    filter: blur(0);
}

.news-card-items-style-4:hover .news-image img:nth-child(2) {
    -webkit-transform: translateX(-50%) scaleX(2);
    transform: translateX(-50%) scaleX(2);
    opacity: 0;
    -webkit-filter: blur(10px);
    filter: blur(10px);
}

.news-details-post .news-details-image img {
    width: 100%;
    height: 100%;
}

.news-details-post .news-details-content {
    margin-top: 50px;
}

@media (max-width: 1199px) {
    .news-details-post .news-details-content {
        margin-top: 30px;
    }
}

.news-details-post .news-details-content .news-list {
    display: flex;
    align-items: center;
    gap: 40px;
    margin-bottom: 10px;
}

    .news-details-post .news-details-content .news-list li {
        color: var(--header);
    }

        .news-details-post .news-details-content .news-list li i {
            color: var(--theme);
        }

        .news-details-post .news-details-content .news-list li.style-1 {
            position: relative;
        }

            .news-details-post .news-details-content .news-list li.style-1::before {
                position: absolute;
                content: "";
                width: 4px;
                height: 4px;
                background-color: #898d90;
                top: 14px;
                left: -20px;
            }

.news-details-post .news-details-content h2 {
    font-size: 44px;
    font-weight: 500;
    margin-bottom: 20px;
}

@media (max-width: 1199px) {
    .news-details-post .news-details-content h2 {
        font-size: 35px;
    }
}

@media (max-width: 767px) {
    .news-details-post .news-details-content h2 {
        font-size: 25px;
    }
}

.news-details-post .news-details-content p {
    max-width: 761px;
}

.news-details-post .news-details-content .sideber {
    border-left: 3px solid var(--theme);
    padding: 35px;
    margin-top: 40px;
    margin-bottom: 45px;
    background-color: rgba(244, 91, 30, 0.06);
}

@media (max-width: 1199px) {
    .news-details-post .news-details-content .sideber {
        margin-top: 30px;
        margin-bottom: 30px;
        padding: 28px;
    }
}

.news-details-post .news-details-content .sideber h3 {
    max-width: 692px;
    font-size: 28px;
    font-weight: 600;
    line-height: 130%;
}

@media (max-width: 1199px) {
    .news-details-post .news-details-content .sideber h3 {
        font-size: 24px;
    }
}

@media (max-width: 575px) {
    .news-details-post .news-details-content .sideber h3 {
        font-size: 22px;
        line-height: 140%;
    }
}

@media (max-width: 470px) {
    .news-details-post .news-details-content .sideber h3 {
        font-size: 18px;
    }
}

.news-details-post .news-details-content .sideber .info-item-area {
    display: flex;
    align-items: end;
    justify-content: space-between;
    margin-top: 40px;
}

    .news-details-post .news-details-content .sideber .info-item-area .client-info {
        display: flex;
        align-items: center;
        gap: 20px;
    }

        .news-details-post .news-details-content .sideber .info-item-area .client-info span {
            font-size: 18px;
            font-weight: 500;
            position: relative;
            color: #003566;
            display: inline-block;
            margin-left: 30px;
            font-style: italic;
        }

            .news-details-post .news-details-content .sideber .info-item-area .client-info span::before {
                position: absolute;
                top: 0;
                left: 0;
                right: 0;
                bottom: 0;
                width: 100%;
                height: 100%;
                content: "";
                background-color: #003566;
                width: 18px;
                height: 1px;
                left: -30px;
                top: 18px;
            }

.news-details-post .news-details-content h4 {
    font-size: 24px;
    font-weight: 500;
    margin-bottom: 10px;
}

@media (max-width: 575px) {
    .news-details-post .news-details-content h4 {
        font-size: 20px;
    }
}

.news-details-post .news-details-content .list {
    margin-top: 20px;
    margin-bottom: 40px;
}

    .news-details-post .news-details-content .list li img {
        margin-right: 8px;
    }

    .news-details-post .news-details-content .list li:not(:last-child) {
        margin-bottom: 10px;
    }

.news-details-post .news-details-content .news-image-2 img {
    width: 100%;
    height: 100%;
}

.news-details-post .news-details-content .text {
    margin-top: 30px;
    line-height: 136%;
}

.news-details-post .news-details-content .list-item li {
    position: relative;
    line-height: 225%;
    margin-left: 20px;
}

    .news-details-post .news-details-content .list-item li:not(:last-child) {
        margin-bottom: 20px;
    }

    .news-details-post .news-details-content .list-item li::before {
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        width: 100%;
        height: 100%;
        content: "";
        width: 6px;
        height: 6px;
        background-color: #4b5563;
        border-radius: 30px;
        top: 15px;
        left: -15px;
    }

.news-details-post .news-details-content .comment-area {
    margin-top: 80px;
}

@media (max-width: 1199px) {
    .news-details-post .news-details-content .comment-area {
        margin-top: 30px;
    }
}

.news-details-post .news-details-content .comment-area h3 {
    font-size: 36px;
    font-weight: 700;
    margin-bottom: 30px;
}

@media (max-width: 1199px) {
    .news-details-post .news-details-content .comment-area h3 {
        font-size: 25px;
    }
}

@media (max-width: 575px) {
    .news-details-post .news-details-content .comment-area h3 {
        font-size: 20px;
    }
}

.news-details-post .news-details-content .comment-area .blog-single-comment {
    display: flex;
    gap: 18px;
    margin-bottom: 45px;
}

@media (max-width: 1199px) {
    .news-details-post .news-details-content .comment-area .blog-single-comment {
        margin-bottom: 30px;
    }
}

@media (max-width: 991px) {
    .news-details-post .news-details-content .comment-area .blog-single-comment {
        flex-wrap: wrap;
    }
}

.news-details-post .news-details-content .comment-area .blog-single-comment .image img {
    max-width: initial;
}

.news-details-post .news-details-content .comment-area .blog-single-comment .content h6 {
    color: #5c6672;
    margin-bottom: 20px;
}

    .news-details-post .news-details-content .comment-area .blog-single-comment .content h6 span {
        color: var(--header);
        font-size: 18px;
        font-weight: 700;
    }

.news-details-post .news-details-content .comment-area .blog-single-comment .content .single-box {
    border: 1px solid rgba(0, 53, 102, 0.15);
    padding: 30px;
    margin-bottom: 10px;
}

.news-details-post .news-details-content .comment-area .blog-single-comment .content .reply {
    color: var(--theme);
    font-weight: 500;
}

    .news-details-post .news-details-content .comment-area .blog-single-comment .content .reply i {
        margin-left: 5px;
    }

.news-details-post .news-details-content .comment-area .blog-single-comment.style-2 {
    margin-left: 110px;
}

@media (max-width: 1199px) {
    .news-details-post .news-details-content .comment-area .blog-single-comment.style-2 {
        margin-left: 0;
    }
}

.news-details-post .news-details-content .comment-form-wrap {
    margin-top: 80px;
}

@media (max-width: 1199px) {
    .news-details-post .news-details-content .comment-form-wrap {
        margin-top: 30px;
    }
}

.news-details-post .news-details-content .comment-form-wrap h3 {
    font-size: 36px;
    font-weight: 700;
    margin-bottom: 10px;
}

@media (max-width: 1199px) {
    .news-details-post .news-details-content .comment-form-wrap h3 {
        font-size: 25px;
    }
}

@media (max-width: 575px) {
    .news-details-post .news-details-content .comment-form-wrap h3 {
        font-size: 20px;
    }
}

.news-details-post .news-details-content .comment-form-wrap p {
    margin-bottom: 50px;
}

@media (max-width: 1199px) {
    .news-details-post .news-details-content .comment-form-wrap p {
        margin-bottom: 30px;
    }
}

.news-details-post .news-details-content .comment-form-wrap .form-clt span {
    color: var(--header);
    display: inline-block;
    margin-bottom: 10px;
    font-size: 16px;
    font-weight: 500;
    text-transform: capitalize;
}

.news-details-post .news-details-content .comment-form-wrap .form-clt input,
.news-details-post .news-details-content .comment-form-wrap .form-clt textarea {
    width: 100%;
    outline: none;
    border: none;
    background: #F4F5EC;
    padding: 15px 20px;
    font-weight: 400;
    color: var(--text);
}

    .news-details-post .news-details-content .comment-form-wrap .form-clt input::placeholder,
    .news-details-post .news-details-content .comment-form-wrap .form-clt textarea::placeholder {
        color: #f7f7f7;
    }

.news-details-post .news-details-content .comment-form-wrap .form-clt textarea {
    padding-bottom: 150px;
    resize: none;
}

.news-details-post .news-details-content .comment-form-wrap .form-check .form-check-input {
    float: left;
    margin-left: -10px;
    transform: translateY(4px);
}

@media (max-width: 767px) {
    .news-details-post .news-details-content .comment-form-wrap .form-check .form-check-input {
        transform: translateY(23px);
    }
}

.news-details-post .news-details-content .comment-form-wrap .form-check .form-check-label {
    font-size: 15px;
    color: #454e63;
    margin-left: 10px;
}

.main-sideber .single-sideber-widget {
    margin-bottom: 48px;
}

@media (max-width: 1199px) {
    .main-sideber .single-sideber-widget {
        margin-bottom: 30px;
    }
}

.main-sideber .single-sideber-widget .widget-title {
    margin-bottom: 30px;
}

    .main-sideber .single-sideber-widget .widget-title h3 {
        font-size: 24px;
        font-weight: 600;
    }

.main-sideber .single-sideber-widget .search-widget form {
    width: 100%;
    position: relative;
}

    .main-sideber .single-sideber-widget .search-widget form input {
        font-size: 16px;
        font-weight: 500;
        padding: 16px 20px;
        width: 100%;
        color: #6F7783;
        border: 1px solid rgba(34, 48, 53, 0.25);
    }

    .main-sideber .single-sideber-widget .search-widget form button {
        position: absolute;
        right: 20px;
        top: 20px;
        font-size: 18px;
        color: #5b696d;
        text-align: center;
    }

.main-sideber .single-sideber-widget .recent-post-area .recent-items {
    display: flex;
    align-items: center;
    gap: 20px;
}

    .main-sideber .single-sideber-widget .recent-post-area .recent-items:not(:last-child) {
        margin-bottom: 20px;
    }

    .main-sideber .single-sideber-widget .recent-post-area .recent-items .recent-thumb img {
        border-radius: 0;
    }

    .main-sideber .single-sideber-widget .recent-post-area .recent-items .recent-content ul li {
        color: var(--theme);
    }

    .main-sideber .single-sideber-widget .recent-post-area .recent-items .recent-content h6 {
        font-weight: 500;
        margin-top: 5px;
        line-height: 162%;
        font-size: 16px;
    }

        .main-sideber .single-sideber-widget .recent-post-area .recent-items .recent-content h6 a {
            background-position: 0 95%;
            background-repeat: no-repeat;
            background-size: 0% 2px;
            display: inline;
        }

            .main-sideber .single-sideber-widget .recent-post-area .recent-items .recent-content h6 a:hover {
                color: var(--theme);
                background-size: 100% 2px;
                background-image: linear-gradient(180deg, var(--theme) 0%, var(--theme) 100%);
            }

.main-sideber .single-sideber-widget ul li {
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-size: 16px;
    font-weight: 400;
    color: #4b5563;
    transition: all 0.4s ease-in-out;
}

    .main-sideber .single-sideber-widget ul li a {
        color: #4b5563;
    }

    .main-sideber .single-sideber-widget ul li span {
        transition: all 0.4s ease-in-out;
        color: #4b5563;
    }

    .main-sideber .single-sideber-widget ul li:not(:last-child) {
        margin-bottom: 15px;
        border-bottom: 1px solid rgba(34, 48, 53, 0.25);
        padding-bottom: 15px;
    }

    .main-sideber .single-sideber-widget ul li:hover a {
        color: var(--theme);
    }

    .main-sideber .single-sideber-widget ul li:hover span {
        color: var(--theme);
    }

.main-sideber .single-sideber-widget .tagcloud a {
    font-size: 16px;
    font-weight: 500;
    text-decoration: underline;
    color: #5b696d;
    margin-bottom: 10px;
    display: inline-block;
    margin-right: 36px;
}

@media (max-width: 1199px) {
    .main-sideber .single-sideber-widget .tagcloud a {
        margin-right: 25px;
    }
}

.main-sideber .single-sideber-widget .tagcloud a:last-child {
    margin-right: 0;
    margin-bottom: 0;
}

.main-sideber .single-sideber-widget .tagcloud a:hover {
    color: var(--theme);
}

.news-left-content .news-item {
    margin-bottom: 30px;
}

    .news-left-content .news-item .news-thumb {
        position: relative;
        z-index: 9;
        overflow: hidden;
    }

        .news-left-content .news-item .news-thumb img {
            width: 100%;
            height: 100%;
            transition-delay: 0.1s;
            transition-timing-function: ease-in-out;
            transition-duration: 0.7s;
            transition-property: all;
        }

        .news-left-content .news-item .news-thumb .post-date {
            width: 91px;
            height: 88px;
            padding: 8px;
            text-align: center;
            background-color: var(--theme);
            position: absolute;
            bottom: 0px;
            left: 0px;
            padding-top: 18px;
        }

            .news-left-content .news-item .news-thumb .post-date h4 {
                color: var(--white);
            }

            .news-left-content .news-item .news-thumb .post-date p {
                color: var(--white);
                font-weight: 400;
            }

    .news-left-content .news-item .news-content {
        margin-top: 30px;
    }

        .news-left-content .news-item .news-content .user-box {
            display: flex;
            align-items: center;
            gap: 30px;
        }

            .news-left-content .news-item .news-content .user-box .user-item {
                font-size: 15px;
                font-weight: 500;
            }

                .news-left-content .news-item .news-content .user-box .user-item i {
                    margin-right: 6px;
                    font-size: 22px;
                }

            .news-left-content .news-item .news-content .user-box span {
                background: rgba(244, 91, 30, 0.12);
                color: var(--theme);
                padding: 10px 15px;
                display: inline-block;
                line-height: 1;
            }

        .news-left-content .news-item .news-content h4 {
            margin-top: 15px;
            font-size: 36px;
            font-weight: 700;
            max-width: 720px;
            line-height: 140%;
        }

@media (max-width: 1199px) {
    .news-left-content .news-item .news-content h4 {
        font-size: 26px;
    }
}

@media (max-width: 575px) {
    .news-left-content .news-item .news-content h4 {
        font-size: 22px;
    }
}

.news-left-content .news-item .news-content h4 a {
    background-position: 0 95%;
    background-repeat: no-repeat;
    background-size: 0% 2px;
    display: inline;
}

    .news-left-content .news-item .news-content h4 a:hover {
        color: var(--theme);
        background-size: 100% 2px;
        background-image: linear-gradient(180deg, var(--theme) 0%, var(--theme) 100%);
    }

.news-left-content .news-item .news-content p {
    max-width: 775px;
}

.news-left-content .news-item:hover .news-thumb img {
    transform: scale(1.1) rotate(2deg);
}

.news-card-item-style-7 {
    margin-top: 30px;
}

    .news-card-item-style-7 .news-image {
        position: relative;
        overflow: hidden;
    }

        .news-card-item-style-7 .news-image .hover-img {
            width: 100%;
            height: 100%;
            position: relative;
            display: block;
            object-fit: cover;
            -webkit-transition: all 500ms ease;
            transition: all 500ms ease;
        }

            .news-card-item-style-7 .news-image .hover-img:first-child {
                position: absolute;
                left: 0;
                top: 0;
                right: 0;
                bottom: 0;
                z-index: 1;
                -webkit-transform: translateX(50%) scaleX(2);
                transform: translate(50%) scaleX(2);
                opacity: 0;
                -webkit-filter: blur(10px);
                filter: blur(10px);
            }

        .news-card-item-style-7 .news-image .user-box {
            display: flex;
            align-items: center;
            justify-content: space-between;
            background: var(--white);
            box-shadow: 8px 6px 51.3px 18px rgba(10, 3, 46, 0.03);
            padding: 10px;
            position: absolute;
            left: 15px;
            right: 15px;
            bottom: 5px;
            z-index: 9999;
        }

            .news-card-item-style-7 .news-image .user-box .user-item {
                display: flex;
                align-items: center;
                gap: 15px;
            }

                .news-card-item-style-7 .news-image .user-box .user-item .user-image img {
                    width: initial;
                    height: initial;
                }

                .news-card-item-style-7 .news-image .user-box .user-item .content span {
                    color: rgba(102, 102, 102, 0.74);
                }

            .news-card-item-style-7 .news-image .user-box .arrow-icon {
                color: var(--white);
                background-color: var(--theme);
                text-align: center;
                width: 50px;
                height: 50px;
                line-height: 50px;
                text-align: center;
            }

                .news-card-item-style-7 .news-image .user-box .arrow-icon i {
                    transform: rotate(-45deg);
                    transition: all 0.4s ease-in-out;
                }

                .news-card-item-style-7 .news-image .user-box .arrow-icon:hover {
                    background-color: var(--header);
                    color: var(--white);
                }

                    .news-card-item-style-7 .news-image .user-box .arrow-icon:hover i {
                        transform: rotate(0);
                    }

    .news-card-item-style-7 .news-content {
        background: var(--white);
        box-shadow: 8px 6px 51.3px 95px rgba(10, 3, 46, 0.03);
        padding: 50px 35px 35px;
        margin-top: -20px;
        position: relative;
        z-index: 999;
        border-bottom: 2px solid var(--theme);
    }

@media (max-width: 1399px) {
    .news-card-item-style-7 .news-content {
        padding: 30px;
    }
}

.news-card-item-style-7 .news-content span {
    color: var(--theme);
    border-bottom: 1px dashed #CDCDCD;
    padding-bottom: 15px;
    font-size: 16px;
    font-weight: 700;
    margin-bottom: 15px;
    display: inline-block;
    position: relative;
    padding-left: 40px;
    width: 316px;
}

    .news-card-item-style-7 .news-content span::before {
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        width: 100%;
        height: 100%;
        content: "";
        width: 28px;
        height: 1px;
        right: initial;
        background-color: var(--theme);
        top: 16px;
    }

.news-card-item-style-7 .news-content .news-list {
    display: flex;
    align-items: center;
    gap: 40px;
    margin-bottom: 10px;
}

@media (max-width: 1399px) {
    .news-card-item-style-7 .news-content .news-list {
        gap: 20px;
    }
}

.news-card-item-style-7 .news-content .news-list li {
    position: relative;
    font-size: 16px;
    font-weight: 700;
}

    .news-card-item-style-7 .news-content .news-list li.style-2::before {
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        width: 100%;
        height: 100%;
        content: "";
        width: 5px;
        height: 5px;
        top: 10px;
        left: -20px;
        background-color: var(--text);
    }

@media (max-width: 1399px) {
    .news-card-item-style-7 .news-content .news-list li.style-2::before {
        left: -15px;
    }
}

.news-card-item-style-7 .news-content h3 {
    margin-bottom: 10px;
    font-size: 22px;
    font-weight: 500;
    line-height: 155%;
}

@media (max-width: 1199px) {
    .news-card-item-style-7 .news-content h3 {
        font-size: 18px;
    }
}

@media (max-width: 767px) {
    .news-card-item-style-7 .news-content h3 {
        font-size: 20px;
    }
}

@media (max-width: 575px) {
    .news-card-item-style-7 .news-content h3 {
        font-size: 18px;
    }
}

.news-card-item-style-7 .news-content h3 a {
    background-position: 0 95%;
    background-repeat: no-repeat;
    background-size: 0% 2px;
    display: inline;
}

    .news-card-item-style-7 .news-content h3 a:hover {
        color: var(--theme);
        background-size: 100% 2px;
        background-image: linear-gradient(180deg, var(--theme) 0%, var(--theme) 100%);
    }

.news-card-item-style-7 .news-content p {
    font-size: 18px;
    font-weight: 700;
    max-width: 316px;
}

@media (max-width: 1199px) {
    .news-card-item-style-7 .news-content p {
        font-size: 16px;
    }
}

.news-card-item-style-7:hover .news-image .hover-img:first-child {
    -webkit-transform: translateX(0) scaleX(1);
    transform: translate(0) scaleX(1);
    opacity: 1;
    -webkit-filter: blur(0);
    filter: blur(0);
}

.news-card-item-style-7:hover .news-image .hover-img:nth-child(2) {
    -webkit-transform: translateX(-50%) scaleX(2);
    transform: translateX(-50%) scaleX(2);
    opacity: 0;
    -webkit-filter: blur(10px);
    filter: blur(10px);
}

.news-section-7 .section-title p {
    max-width: 808px;
    margin: 0 auto;
    margin-top: 20px;
}

.news-box-items-style-6 {
    margin-top: 30px;
}

    .news-box-items-style-6 .news-thumb {
        position: relative;
        overflow: hidden;
    }

        .news-box-items-style-6 .news-thumb .box {
            position: absolute;
            bottom: 0;
            right: 0;
            background-color: var(--white);
            display: flex;
            align-items: center;
            gap: 15px;
            padding: 20px 40px;
            z-index: 999;
        }

            .news-box-items-style-6 .news-thumb .box h2 {
                font-size: 36px;
                font-weight: 500;
                color: var(--theme);
            }

            .news-box-items-style-6 .news-thumb .box span {
                color: var(--theme);
                font-weight: 500;
            }

        .news-box-items-style-6 .news-thumb img {
            width: 100%;
            height: 100%;
            position: relative;
            display: block;
            object-fit: cover;
            -webkit-transition: all 500ms ease;
            transition: all 500ms ease;
        }

            .news-box-items-style-6 .news-thumb img:first-child {
                position: absolute;
                left: 0;
                top: 0;
                right: 0;
                bottom: 0;
                z-index: 1;
                -webkit-transform: translateX(50%) scaleX(2);
                transform: translate(50%) scaleX(2);
                opacity: 0;
                -webkit-filter: blur(10px);
                filter: blur(10px);
            }

    .news-box-items-style-6 .news-content {
        margin-top: 25px;
    }

        .news-box-items-style-6 .news-content .tag {
            display: flex;
            align-items: center;
            gap: 30px;
            margin-bottom: 15px;
        }

            .news-box-items-style-6 .news-content .tag span {
                color: #5C6672;
            }

                .news-box-items-style-6 .news-content .tag span i {
                    margin-right: 8px;
                    color: var(--theme);
                }

                .news-box-items-style-6 .news-content .tag span.style-2 {
                    position: relative;
                    padding-left: 30px;
                }

                    .news-box-items-style-6 .news-content .tag span.style-2::before {
                        position: absolute;
                        content: "";
                        width: 5px;
                        height: 5px;
                        background-color: #8B9298;
                        top: 12px;
                        border-radius: 30px;
                        left: 0;
                    }

        .news-box-items-style-6 .news-content h3 {
            font-size: 22px;
            font-weight: 500;
            line-height: 150%;
            max-width: 392px;
        }

            .news-box-items-style-6 .news-content h3 a {
                background-position: 0 95%;
                background-repeat: no-repeat;
                background-size: 0% 2px;
                display: inline;
            }

                .news-box-items-style-6 .news-content h3 a:hover {
                    color: var(--theme);
                    background-size: 100% 2px;
                    background-image: linear-gradient(180deg, var(--theme) 0%, var(--theme) 100%);
                }

        .news-box-items-style-6 .news-content p {
            margin-top: 10px;
        }

    .news-box-items-style-6:hover .news-thumb img:first-child {
        -webkit-transform: translateX(0) scaleX(1);
        transform: translate(0) scaleX(1);
        opacity: 1;
        -webkit-filter: blur(0);
        filter: blur(0);
    }

    .news-box-items-style-6:hover .news-thumb img:nth-child(2) {
        -webkit-transform: translateX(-50%) scaleX(2);
        transform: translateX(-50%) scaleX(2);
        opacity: 0;
        -webkit-filter: blur(10px);
        filter: blur(10px);
    }

.news-section-10 {
    padding: 120px 0 220px;
    margin-bottom: -120px;
}

.preloader {
    position: fixed;
    width: 100%;
    height: 100%;
    z-index: 999999;
    background: var(--header);
    top: 0;
    left: 0;
    display: flex;
    align-items: center;
    justify-content: center;
}

    .preloader .spinner-wrap {
        width: 180px;
        height: 180px;
        position: relative;
    }

        .preloader .spinner-wrap .preloader-logo {
            width: 75%;
            position: absolute;
            top: 50%;
            left: 50%;
            transform: translate(-50%, -50%);
        }

        .preloader .spinner-wrap .spinner {
            position: relative;
            width: 100%;
            height: 100%;
            border: 2px solid #fff;
            border-top: 3px solid var(--theme);
            border-radius: 100%;
            position: absolute;
            top: 0;
            bottom: 0;
            left: 0;
            right: 0;
            margin: auto;
            animation: spin 2s infinite linear;
        }

@keyframes spin {
    from {
        transform: rotate(0deg);
    }

    to {
        transform: rotate(360deg);
    }
}

.back-to-top {
    background-color: var(--theme);
    width: 50px;
    height: 50px;
    line-height: 50px;
    color: var(--white);
    font-size: 18px;
    position: fixed;
    display: inline-block;
    z-index: 999;
    right: 15px;
    bottom: 60px;
    transition: all 0.4s ease-in-out;
    opacity: 0;
    visibility: hidden;
    transform: translateY(20px);
}

    .back-to-top:hover {
        background-color: var(--header);
        color: var(--white);
    }

    .back-to-top.show {
        opacity: 1;
        visibility: visible;
        transform: translate(0);
    }

.cursor-outer {
    -webkit-margin-start: -12px;
    margin-inline-start: -12px;
    margin-top: -12px;
    width: 30px;
    height: 30px;
    border: 1px solid var(--theme);
    background-color: var(--theme);
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    z-index: 10000000;
    opacity: 0.34;
    -webkit-transition: all 0.4s ease-out 0s;
    transition: all 0.4s ease-out 0s;
}

    .cursor-outer.cursor-hover {
        opacity: 0.14;
    }

    .cursor-outer.cursor-big {
        opacity: 0;
    }

.mouseCursor {
    position: fixed;
    top: 0;
    inset-inline-start: 0;
    inset-inline-end: 0;
    bottom: 0;
    pointer-events: none;
    border-radius: 50%;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    visibility: hidden;
    text-align: center;
}

    .mouseCursor.cursor-big {
        width: 20px;
        height: 20px;
        -webkit-margin-start: -12px;
        margin-inline-start: -12px;
        margin-top: -12px;
    }

.cursor-inner {
    -webkit-margin-start: -3px;
    margin-inline-start: -3px;
    margin-top: -3px;
    width: 10px;
    height: 10px;
    z-index: 10000001;
    background-color: var(--theme);
    opacity: 1;
    -webkit-transition: all 0.24s ease-out 0s;
    transition: all 0.24s ease-out 0s;
}

    .cursor-inner span {
        color: var(--text);
        line-height: 60px;
        opacity: 0;
        text-transform: uppercase;
        letter-spacing: 1px;
        font-size: 12px;
    }

    .cursor-inner.cursor-big span {
        opacity: 1;
    }

    .cursor-inner.cursor-hover {
        -webkit-margin-start: -10px;
        margin-inline-start: -10px;
        margin-top: -10px;
        width: 30px;
        height: 30px;
        background-color: var(--theme);
        border: 1px solid #686363;
        opacity: 0;
    }

.cursor-outer {
    -webkit-margin-start: -12px;
    margin-inline-start: -12px;
    margin-top: -12px;
    width: 30px;
    height: 30px;
    border: 1px solid var(--theme);
    background-color: var(--theme);
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    z-index: 10000000;
    opacity: 0.34;
    -webkit-transition: all 0.4s ease-out 0s;
    transition: all 0.4s ease-out 0s;
}

    .cursor-outer.cursor-hover {
        opacity: 0.14;
    }

    .cursor-outer.cursor-big {
        opacity: 0;
    }

.mouseCursor {
    position: fixed;
    top: 0;
    inset-inline-start: 0;
    inset-inline-end: 0;
    bottom: 0;
    pointer-events: none;
    border-radius: 50%;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    visibility: hidden;
    text-align: center;
}

    .mouseCursor.cursor-big {
        width: 20px;
        height: 20px;
        -webkit-margin-start: -12px;
        margin-inline-start: -12px;
        margin-top: -12px;
    }

.cursor-inner {
    -webkit-margin-start: -3px;
    margin-inline-start: -3px;
    margin-top: -3px;
    width: 10px;
    height: 10px;
    z-index: 10000001;
    background-color: var(--theme);
    opacity: 1;
    -webkit-transition: all 0.24s ease-out 0s;
    transition: all 0.24s ease-out 0s;
}

    .cursor-inner span {
        color: var(--text);
        line-height: 60px;
        opacity: 0;
        text-transform: uppercase;
        letter-spacing: 1px;
        font-size: 12px;
    }

    .cursor-inner.cursor-big span {
        opacity: 1;
    }

    .cursor-inner.cursor-hover {
        -webkit-margin-start: -10px;
        margin-inline-start: -10px;
        margin-top: -10px;
        width: 30px;
        height: 30px;
        background-color: var(--theme);
        border: 1px solid #686363;
        opacity: 0;
    }

.search-popup {
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: -2;
    -webkit-transition: all 1s ease;
    -khtml-transition: all 1s ease;
    -moz-transition: all 1s ease;
    -ms-transition: all 1s ease;
    -o-transition: all 1s ease;
    transition: all 1s ease;
}

.search-popup__overlay {
    position: fixed;
    width: 224vw;
    height: 224vw;
    top: calc(90px - 112vw);
    right: calc(50% - 112vw);
    z-index: 3;
    display: block;
    -webkit-border-radius: 50%;
    -khtml-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%;
    -webkit-transform: scale(0);
    -khtml-transform: scale(0);
    -moz-transform: scale(0);
    -ms-transform: scale(0);
    -o-transform: scale(0);
    transform: scale(0);
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transition: transform 0.8s ease-in-out;
    -khtml-transition: transform 0.8s ease-in-out;
    -moz-transition: transform 0.8s ease-in-out;
    -ms-transition: transform 0.8s ease-in-out;
    -o-transition: transform 0.8s ease-in-out;
    transition: transform 0.8s ease-in-out;
    transition-delay: 0s;
    transition-delay: 0.3s;
    -webkit-transition-delay: 0.3s;
    background-color: #000000;
    opacity: 0.7;
    cursor: url(../img/close.png), auto;
}

@media (max-width: 767px) {
    .search-popup__overlay {
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        transform: none;
        width: 100%;
        height: 100%;
        border-radius: 0;
        transform: translateY(-110%);
    }
}

.search-popup__content {
    position: fixed;
    width: 0;
    max-width: 560px;
    padding: 30px 15px;
    left: 50%;
    top: 50%;
    opacity: 0;
    z-index: 3;
    -webkit-transform: translate(-50%, -50%);
    -khtml-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    -webkit-transition: opacity 0.5s 0s, width 0.8s 0.8s cubic-bezier(0.225, 0.01, 0.475, 1.01), transform 0.2s 0s;
    -khtml-transition: opacity 0.5s 0s, width 0.8s 0.8s cubic-bezier(0.225, 0.01, 0.475, 1.01), transform 0.2s 0s;
    -moz-transition: opacity 0.5s 0s, width 0.8s 0.8s cubic-bezier(0.225, 0.01, 0.475, 1.01), transform 0.2s 0s;
    -ms-transition: opacity 0.5s 0s, width 0.8s 0.8s cubic-bezier(0.225, 0.01, 0.475, 1.01), transform 0.2s 0s;
    -o-transition: opacity 0.5s 0s, width 0.8s 0.8s cubic-bezier(0.225, 0.01, 0.475, 1.01), transform 0.2s 0s;
    transition: opacity 0.5s 0s, width 0.8s 0.8s cubic-bezier(0.225, 0.01, 0.475, 1.01), transform 0.2s 0s;
    transition-delay: 0s, 0.8s, 0s;
    transition-delay: 0s, 0.4s, 0s;
    transition-delay: 0.2s;
    -webkit-transition-delay: 0.2s;
}

.search-popup__form {
    position: relative;
}

    .search-popup__form input[type=search],
    .search-popup__form input[type=text] {
        width: 100%;
        height: 66px;
        border: none;
        outline: none;
        padding-left: 20px;
        background-color: var(--white);
        font-size: 16px;
        font-weight: 400;
        color: var(--text);
        transition: all 500ms ease;
    }

        .search-popup__form input[type=search]:focus,
        .search-popup__form input[type=text]:focus {
            color: var(--header);
        }

    .search-popup__form .search-btn {
        padding: 0;
        width: 66px;
        height: 66px;
        display: flex;
        justify-content: center;
        align-items: center;
        position: absolute;
        top: 0;
        right: -1px;
        border-radius: 0;
        font-size: 20px;
        color: var(--white);
        background-color: var(--theme);
        transition: all 0.4s ease-in-out;
    }

        .search-popup__form .search-btn:hover {
            background-color: var(--header);
        }

    .search-popup__form .eolexi-btn svg {
        width: 1em;
        height: 1em;
        fill: currentColor;
    }

.search-popup.active {
    z-index: 999999;
}

    .search-popup.active .search-popup__overlay {
        top: auto;
        bottom: calc(90px - 112vw);
        -webkit-transform: scale(1);
        -khtml-transform: scale(1);
        -moz-transform: scale(1);
        -ms-transform: scale(1);
        -o-transform: scale(1);
        transform: scale(1);
        transition-delay: 0s;
        -webkit-transition-delay: 0s;
        opacity: 0.7;
        -webkit-transition: transform 1.6s cubic-bezier(0.4, 0, 0, 1);
        -khtml-transition: transform 1.6s cubic-bezier(0.4, 0, 0, 1);
        -moz-transition: transform 1.6s cubic-bezier(0.4, 0, 0, 1);
        -ms-transition: transform 1.6s cubic-bezier(0.4, 0, 0, 1);
        -o-transition: transform 1.6s cubic-bezier(0.4, 0, 0, 1);
        transition: transform 1.6s cubic-bezier(0.4, 0, 0, 1);
    }

@media (max-width: 767px) {
    .search-popup.active .search-popup__overlay {
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        transform: none;
        width: 100%;
        height: 100%;
        border-radius: 0;
        transform: translateY(0%);
    }
}

.search-popup.active .search-popup__content {
    width: 100%;
    opacity: 1;
    transition-delay: 0.7s;
    -webkit-transition-delay: 0.7s;
}

.pricing-card-items-style-1 {
    margin-top: 30px;
    border: 1px solid #E6E6E6;
    padding: 45px 14px 14px;
    background-color: var(--white);
}

    .pricing-card-items-style-1 .pricing-header {
        margin-left: 20px;
    }

        .pricing-card-items-style-1 .pricing-header h2 {
            color: var(--theme);
            font-size: 44px;
            font-weight: 600;
            margin-bottom: 10px;
        }

            .pricing-card-items-style-1 .pricing-header h2 sub {
                font-weight: 500;
                font-size: 18px;
                color: #5C6672 !important;
                font-family: "Barlow", sans-serif;
                text-transform: uppercase;
            }

        .pricing-card-items-style-1 .pricing-header h3 {
            font-size: 20px;
            font-weight: 500;
            text-transform: uppercase;
            margin-top: 10px;
        }

    .pricing-card-items-style-1 .pricing-box {
        background-color: var(--bg-3);
        padding: 23px 20px;
        margin-bottom: 25px;
        margin-top: 30px;
    }

        .pricing-card-items-style-1 .pricing-box p {
            font-size: 15px;
            font-weight: 500;
            line-height: 167%;
            color: #767676;
        }

    .pricing-card-items-style-1 h5 {
        font-weight: 500;
        padding: 0 20px;
    }

    .pricing-card-items-style-1 .pricing-list {
        margin-top: 10px;
        margin-bottom: 30px;
        padding: 0 20px;
    }

        .pricing-card-items-style-1 .pricing-list li {
            font-weight: 500;
            color: #5C6672;
        }

@media (max-width: 1399px) {
    .pricing-card-items-style-1 .pricing-list li {
        font-size: 15px;
    }
}

.pricing-card-items-style-1 .pricing-list li:not(:last-child) {
    margin-bottom: 5px;
}

.pricing-card-items-style-1 .pricing-list li i {
    margin-right: 10px;
    color: var(--theme);
}

.pricing-card-items-style-1 .pricing-btn {
    border: 1px solid var(--theme);
    text-transform: uppercase;
    padding: 12px 0;
    width: 100%;
    text-align: center;
    font-weight: 600;
    color: var(--theme);
    font-family: "Barlow", sans-serif;
    transition: all 0.4s ease-in-out;
    display: inline-block;
}

    .pricing-card-items-style-1 .pricing-btn:hover {
        background-color: var(--theme);
        color: var(--white);
    }

    .pricing-card-items-style-1 .pricing-btn.style-5:hover {
        background-color: var(--header);
    }

.pricing-section {
    position: relative;
    z-index: 9;
}

    .pricing-section .left-shape {
        position: absolute;
        top: 120px;
        left: 0;
        z-index: -1;
    }

@media (max-width: 1600px) {
    .pricing-section .left-shape {
        display: none;
    }
}

.pricing-section .right-shape {
    position: absolute;
    right: 0;
    top: 120px;
}

@media (max-width: 1600px) {
    .pricing-section .right-shape {
        display: none;
    }
}

.pricing-section.style-5 .pricing-toggle-wrapper-2 {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-bottom: 20px;
}

@media (max-width: 767px) {
    .pricing-section.style-5 .pricing-toggle-wrapper-2 {
        margin-top: 30px;
    }
}

.pricing-section.style-5 .pricing-toggle-wrapper-2 .switch {
    position: relative;
    display: inline-block;
    width: 90px;
    height: 38px;
}

    .pricing-section.style-5 .pricing-toggle-wrapper-2 .switch input {
        opacity: 0;
        width: 0;
        height: 0;
    }

    .pricing-section.style-5 .pricing-toggle-wrapper-2 .switch .slider {
        position: absolute;
        cursor: pointer;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        background-color: transparent;
        border: 1px solid var(--theme);
        transition: 0.4s;
        border-radius: 34px;
    }

        .pricing-section.style-5 .pricing-toggle-wrapper-2 .switch .slider:before {
            content: "";
            position: absolute;
            height: 22px;
            width: 22px;
            left: 6px;
            bottom: 6px;
            background-color: var(--theme);
            transition: 0.4s;
            border-radius: 50%;
        }

    .pricing-section.style-5 .pricing-toggle-wrapper-2 .switch input:checked + .slider {
        background-color: transparent;
    }

        .pricing-section.style-5 .pricing-toggle-wrapper-2 .switch input:checked + .slider:before {
            transform: translateX(50px);
        }

.pricing-section.style-5 .pricing-toggle-wrapper-2 .toggle-label {
    font-weight: 700;
    text-transform: uppercase;
    color: #111;
    font-size: 18px;
    cursor: pointer;
    transition: 0.3s;
}

    .pricing-section.style-5 .pricing-toggle-wrapper-2 .toggle-label.active {
        color: var(--theme);
    }

.pricing-section .pricing-toggle-wrapper {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 12px;
    margin-bottom: 20px;
}

@media (max-width: 767px) {
    .pricing-section .pricing-toggle-wrapper {
        margin-top: 30px;
    }
}

.pricing-section .pricing-toggle-wrapper .switch {
    position: relative;
    display: inline-block;
    width: 90px;
    height: 38px;
}

    .pricing-section .pricing-toggle-wrapper .switch input {
        opacity: 0;
        width: 0;
        height: 0;
    }

    .pricing-section .pricing-toggle-wrapper .switch .slider {
        position: absolute;
        cursor: pointer;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        background-color: transparent;
        border: 1px solid var(--theme);
        transition: 0.4s;
        border-radius: 34px;
    }

        .pricing-section .pricing-toggle-wrapper .switch .slider:before {
            content: "";
            position: absolute;
            height: 22px;
            width: 22px;
            left: 6px;
            bottom: 6px;
            background-color: var(--theme);
            transition: 0.4s;
            border-radius: 50%;
        }

    .pricing-section .pricing-toggle-wrapper .switch input:checked + .slider {
        background-color: transparent;
    }

        .pricing-section .pricing-toggle-wrapper .switch input:checked + .slider:before {
            transform: translateX(50px);
        }

.pricing-section .pricing-toggle-wrapper .toggle-label {
    font-weight: 700;
    text-transform: uppercase;
    color: #111;
    font-size: 18px;
    cursor: pointer;
    transition: 0.3s;
}

    .pricing-section .pricing-toggle-wrapper .toggle-label.active {
        color: var(--theme);
    }

.section-title {
    position: relative;
    z-index: 99;
    margin-bottom: 30px;
}

@media (max-width: 767px) {
    .section-title {
        margin-bottom: 0;
    }
}

.section-title .sub-title {
    font-size: 14px;
    font-weight: 600;
    color: var(--header);
    font-family: "Barlow", sans-serif;
    margin-bottom: 15px;
    text-transform: uppercase;
    display: inline-block;
    position: relative;
    padding-left: 20px;
}

    .section-title .sub-title::before {
        position: absolute;
        content: "";
        width: 6px;
        height: 6px;
        background-color: var(--theme);
        left: 0;
        top: 50%;
        transform: translateY(-50%);
    }

    .section-title .sub-title.style-2::before {
        background-color: var(--white);
    }

    .section-title .sub-title.color {
        color: var(--header);
    }

    .section-title .sub-title.style-3 {
        color: var(--theme);
    }

@media (max-width: 991px) {
    .section-title h2 br {
        display: none;
    }
}

.section-title h2.title {
    font-size: 52px;
    font-weight: 700;
    line-height: 125%;
    letter-spacing: -2px;
    font-family: "Manrope", sans-serif;
}

@media (max-width: 1399px) {
    .section-title h2.title {
        font-size: 44px;
    }
}

@media (max-width: 1199px) {
    .section-title h2.title {
        font-size: 40px;
    }
}

@media (max-width: 991px) {
    .section-title h2.title {
        font-size: 36px;
    }
}

@media (max-width: 767px) {
    .section-title h2.title {
        font-size: 32px;
    }
}

@media (max-width: 575px) {
    .section-title h2.title {
        font-size: 28px;
    }
}

.section-title-area {
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: relative;
    z-index: 9;
    margin-bottom: 30px;
}

    .section-title-area .section-title-2 {
        margin-bottom: 0;
    }

    .section-title-area .section-title {
        margin-bottom: 0;
    }

@media (max-width: 1199px) {
    .section-title-area {
        flex-wrap: wrap;
        gap: 30px;
    }
}

@media (max-width: 767px) {
    .section-title-area {
        margin-bottom: 0;
    }
}

.center {
    text-align: center;
    margin: 0 auto;
}

.section-bg {
    background-color: var(--bg-2);
}

.bg-color-3 {
    background-color: var(--bg-3);
}

.theme-bg {
    background-color: var(--theme);
}

.header-bg {
    background-color: var(--header);
}

.footer-bg {
    background-color: var(--black2);
}

.section-padding {
    padding: 80px 0;
}

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

@media (max-width: 991px) {
    .section-padding {
        padding: 50px 0;
    }
}
@media (max-width: 575px) {
    .section-padding {
        padding: 20px 0;
    }
}
.contact-bg {
    background: #F4F5EC;
}

.service-wrapper {
    display: flex;
    align-items: center;
    gap: 0px;
    justify-content: space-between;
    overflow: hidden;
}

@media (max-width: 1199px) {
    .service-wrapper {
        display: grid;
        grid-template-columns: repeat(3, 1fr);
        gap: 30px;
    }
}

@media (max-width: 991px) {
    .service-wrapper {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
    }
}

@media screen and (max-width: 700px) {
    .service-wrapper {
        display: grid;
        grid-template-columns: repeat(1, 1fr);
    }
}

.service-wrapper .service-hover-item {
    transition: all 0.4s ease-in-out;
}

    .service-wrapper .service-hover-item .service-image {
        position: relative;
        height: 769px;
        -webkit-transition: all 0.6s ease-in-out;
        transition: all 0.6s ease-in-out;
        overflow: hidden;
        width: 400px;
    }

@media (max-width: 1600px) {
    .service-wrapper .service-hover-item .service-image {
        width: 320px;
    }
}

@media (max-width: 1399px) {
    .service-wrapper .service-hover-item .service-image {
        height: 542px;
    }
}

@media (max-width: 1199px) {
    .service-wrapper .service-hover-item .service-image {
        width: initial !important;
    }
}

@media (max-width: 991px) {
    .service-wrapper .service-hover-item .service-image {
        height: 500px;
    }
}

.service-wrapper .service-hover-item .service-image::before {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    content: "";
    background: rgba(17, 17, 17, 0.55);
}

.service-wrapper .service-hover-item .service-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.service-wrapper .service-hover-item .service-image .service-item {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
    transition: all 0.4s ease-in-out;
    overflow: hidden;
    max-width: 375px;
    width: 100%;
}

@media (max-width: 1399px) {
    .service-wrapper .service-hover-item .service-image .service-item {
        padding: 0 20px;
    }
}

.service-wrapper .service-hover-item .service-image .service-item .icon {
    width: 96px;
    height: 96px;
    line-height: 96px;
    text-align: center;
    background-color: var(--theme);
    margin: 0 auto;
    transition: all 0.4s ease-in-out;
}

    .service-wrapper .service-hover-item .service-image .service-item .icon:hover {
        background-color: var(--header);
    }

@media (max-width: 1399px) {
    .service-wrapper .service-hover-item .service-image .service-item .icon {
        width: 70px;
        height: 70px;
        line-height: 70px;
    }
}

.service-wrapper .service-hover-item .service-image .service-item .icon img {
    width: initial;
    height: initial;
}

.service-wrapper .service-hover-item .service-image .service-item h3 {
    line-height: 150%;
    margin-top: 100px;
    margin-bottom: 10px;
}

@media (max-width: 1600px) {
    .service-wrapper .service-hover-item .service-image .service-item h3 {
        font-size: 24px;
    }
}

@media (max-width: 1399px) {
    .service-wrapper .service-hover-item .service-image .service-item h3 {
        margin-top: 30px;
        font-size: 20px;
    }
}

.service-wrapper .service-hover-item .service-image .service-item h3 a {
    background-position: 0 95%;
    background-repeat: no-repeat;
    background-size: 0% 2px;
    display: inline;
    color: var(--white);
}

    .service-wrapper .service-hover-item .service-image .service-item h3 a:hover {
        color: var(--theme);
        background-size: 100% 2px;
        background-image: linear-gradient(180deg, var(--theme) 0%, var(--theme) 100%);
    }

.service-wrapper .service-hover-item .service-image .service-item p {
    font-size: 16px;
    font-weight: 500;
    color: var(--white);
    max-width: 372px;
    text-align: center;
    transition: all 0.4s ease-in-out;
    opacity: 0;
    visibility: hidden;
}

@media (max-width: 1399px) {
    .service-wrapper .service-hover-item .service-image .service-item p {
        font-size: 16px;
        opacity: 1;
        visibility: visible;
    }
}

.service-wrapper .service-hover-item .service-image .service-item .chervon-icon {
    width: 55px;
    height: 55px;
    line-height: 55px;
    text-align: center;
    background: rgba(255, 255, 255, 0.32);
    display: inline-block;
    margin-top: 80px;
    color: var(--white);
    transition: all 0.4s ease-in-out;
}

@media (max-width: 1399px) {
    .service-wrapper .service-hover-item .service-image .service-item .chervon-icon {
        margin-top: 30px;
    }
}

.service-wrapper .service-hover-item .service-image .service-item .chervon-icon:hover {
    background-color: var(--theme);
}

.service-wrapper .service-hover-item.active .service-image {
    z-index: 10;
    overflow: hidden;
    width: 720px;
}

@media (max-width: 1600px) {
    .service-wrapper .service-hover-item.active .service-image {
        width: 500px;
    }
}

@media (max-width: 1399px) {
    .service-wrapper .service-hover-item.active .service-image {
        width: 450px;
    }
}

.service-wrapper .service-hover-item.active .service-image p {
    opacity: 1;
    visibility: visible;
}

.service-wrapper .service-hover-item:hover {
    cursor: pointer;
}

    .service-wrapper .service-hover-item:hover .service-image .service-item .icon img {
        animation: wobble 1.5s ease-in-out;
    }

.service-top-item {
    display: flex;
    align-items: start;
    gap: 80px;
    justify-content: center;
    margin-bottom: 48px;
}

@media (max-width: 1399px) {
    .service-top-item {
        flex-wrap: wrap;
        gap: 0px;
        justify-content: start;
    }
}

@media (max-width: 767px) {
    .service-top-item {
        justify-content: start;
    }
}

.service-top-item .service-right {
    display: flex;
    align-items: center;
    gap: 100px;
}

@media (max-width: 1399px) {
    .service-top-item .service-right {
        flex-wrap: wrap;
        gap: 30px;
    }
}

.service-card-items-style-2 .service-image {
    position: relative;
    overflow: hidden;
}

    .service-card-items-style-2 .service-image .hover-img {
        width: 100%;
        height: 100%;
        position: relative;
        display: block;
        object-fit: cover;
        -webkit-transition: all 500ms ease;
        transition: all 500ms ease;
    }

        .service-card-items-style-2 .service-image .hover-img:first-child {
            position: absolute;
            left: 0;
            top: 0;
            right: 0;
            bottom: 0;
            z-index: 1;
            -webkit-transform: translateX(50%) scaleX(2);
            transform: translate(50%) scaleX(2);
            opacity: 0;
            -webkit-filter: blur(10px);
            filter: blur(10px);
        }

    .service-card-items-style-2 .service-image::before {
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        width: 100%;
        height: 100%;
        content: "";
        background: rgba(17, 17, 17, 0.4);
        z-index: 2;
    }

    .service-card-items-style-2 .service-image .service-content {
        position: absolute;
        left: 30px;
        bottom: 30px;
        z-index: 99;
    }

        .service-card-items-style-2 .service-image .service-content .icon {
            width: 85px;
            height: 85px;
            line-height: 85px;
            text-align: center;
            background-color: var(--theme);
            margin-bottom: 30px;
            transition: all 0.4s ease-in-out;
        }

            .service-card-items-style-2 .service-image .service-content .icon:hover {
                background-color: var(--header);
            }

            .service-card-items-style-2 .service-image .service-content .icon img {
                width: initial;
                height: initial;
            }

        .service-card-items-style-2 .service-image .service-content h3 {
            font-size: 28px;
            font-weight: 700;
            line-height: 150%;
        }

@media (max-width: 1399px) {
    .service-card-items-style-2 .service-image .service-content h3 {
        font-size: 20px;
    }
}

@media (max-width: 575px) {
    .service-card-items-style-2 .service-image .service-content h3 {
        font-size: 20px;
    }
}

.service-card-items-style-2 .service-image .service-content h3 a {
    background-position: 0 95%;
    background-repeat: no-repeat;
    background-size: 0% 2px;
    display: inline;
    color: var(--white);
}

    .service-card-items-style-2 .service-image .service-content h3 a:hover {
        color: var(--theme);
        background-size: 100% 2px;
        background-image: linear-gradient(180deg, var(--theme) 0%, var(--theme) 100%);
    }

.service-card-items-style-2:hover .service-image img:first-child {
    -webkit-transform: translateX(0) scaleX(1);
    transform: translate(0) scaleX(1);
    opacity: 1;
    -webkit-filter: blur(0);
    filter: blur(0);
}

.service-card-items-style-2:hover .service-image img:nth-child(2) {
    -webkit-transform: translateX(-50%) scaleX(2);
    transform: translateX(-50%) scaleX(2);
    opacity: 0;
    -webkit-filter: blur(10px);
    filter: blur(10px);
}

.service-card-items-style-2:hover .service-image .service-content .icon img {
    animation: wobble 1.5s ease-in-out;
}

.service-section {
    position: relative;
}

    .service-section .left-shape {
        position: absolute;
        left: 0;
        bottom: 0;
        top: 0;
    }

    .service-section .service-slider {
        margin-right: -350px;
        margin-top: 48px;
    }

@media (max-width: 1600px) {
    .service-section .service-slider {
        margin-right: -75px;
    }
}

@media (max-width: 1399px) {
    .service-section .service-slider {
        margin-right: 0;
    }
}

.service-section .section-title-area .array-buttons {
    display: flex;
    align-items: center;
    gap: 20px;
}

    .service-section .section-title-area .array-buttons .array-prev {
        background-color: rgba(255, 255, 255, 0.2);
        border: none;
        color: var(--white);
    }

        .service-section .section-title-area .array-buttons .array-prev:hover {
            background-color: var(--theme);
        }

    .service-section .section-title-area .array-buttons .array-next {
        background-color: rgba(255, 255, 255, 0.2);
        border: none;
        color: var(--white);
    }

        .service-section .section-title-area .array-buttons .array-next:hover {
            background-color: var(--theme);
        }

.service-box-item-3-style-3 {
    background-color: var(--white);
    margin-top: 30px;
    border: 1px solid rgba(7, 2, 31, 0.15);
    padding: 30px 20px;
    position: relative;
    transition: all 0.4s ease-in-out;
}

    .service-box-item-3-style-3 .top-item {
        margin-left: 0px;
    }
    .service-box-item-3-style-3 .item {
        display: flex;
        gap: 20px;
        align-items: center;
        margin-bottom: 15px;
    }
        .service-box-item-3-style-3 .top-item .icon {
            margin-bottom: 0px;
        }

            .service-box-item-3-style-3 .top-item .icon img {
                transition: 0.3s;
            }

        .service-box-item-3-style-3 .top-item .content h3 {
            margin-bottom: 0px;
            font-size: 24px;
            font-weight: 700;
            line-height: 150%;
        }

@media (max-width: 1399px) {
    .service-box-item-3-style-3 .top-item .content h3 {
        font-size: 20px;
    }
}

.service-box-item-3-style-3 .top-item .content h3 a {
    background-position: 0 95%;
    background-repeat: no-repeat;
    background-size: 0% 2px;
    display: inline;
}

    .service-box-item-3-style-3 .top-item .content h3 a:hover {
        color: var(--theme);
        background-size: 100% 2px;
        background-image: linear-gradient(180deg, var(--theme) 0%, var(--theme) 100%);
    }

.service-box-item-3-style-3 .top-item .content h3.title {
    font-size: 28px;
    line-height: 128.6%;
    font-family: "Manrope", sans-serif;
}
.service-box-item-3-style-3 .top-item p {
    text-align: justify;
}
@media (max-width: 1899px) {
    .service-box-item-3-style-3 .top-item p {
        font-size: 15px;
    }
}

@media (max-width: 1399px) {
    .service-box-item-3-style-3 .top-item p {
        font-size: 16px;
    }
}

.service-box-item-3-style-3 .list-item {
    padding: 25px;
    margin-top: 30px;
    background: linear-gradient(180deg, rgba(153, 165, 55, 0.09) 0%, rgba(153, 165, 55, 0) 100%);
}

@media (max-width: 1600px) {
    .service-box-item-3-style-3 .list-item {
        padding: 20px;
    }
}

@media (max-width: 1399px) {
    .service-box-item-3-style-3 .list-item {
        padding: 25px;
    }
}

.service-box-item-3-style-3 .list-item .service-list {
    margin-bottom: 30px;
}

    .service-box-item-3-style-3 .list-item .service-list li {
        font-weight: 500;
        color: #43494D;
        position: relative;
        padding-left: 15px;
    }

@media (max-width: 1899px) {
    .service-box-item-3-style-3 .list-item .service-list li {
        font-size: 15px;
    }
}

@media (max-width: 1600px) {
    .service-box-item-3-style-3 .list-item .service-list li {
        font-size: 14px;
    }
}

@media (max-width: 1399px) {
    .service-box-item-3-style-3 .list-item .service-list li {
        font-size: 15px;
    }
}

.service-box-item-3-style-3 .list-item .service-list li::before {
    position: absolute;
    content: "";
    width: 5px;
    height: 5px;
    border-radius: 50px;
    background-color: var(--black);
    top: 10px;
    left: 0;
}

.service-box-item-3-style-3 .list-item .service-list li:not(:last-child) {
    margin-bottom: 10px;
}

.service-box-item-3-style-3 .list-item .theme-btn-2 {
    background-color: transparent;
    justify-content: space-between;
    border: 1px solid var(--header);
    color: var(--header);
    width: 100%;
    display: flex;
    align-items: center;
    padding: 15px 25px;
    font-weight: 600;
    font-size: 16px;
    font-family: "Barlow", sans-serif;
}

    .service-box-item-3-style-3 .list-item .theme-btn-2::before {
        background-color: var(--theme);
    }

    .service-box-item-3-style-3 .list-item .theme-btn-2 i {
        transform: rotate(-45deg);
        transition: all 0.4s ease-in-out;
    }

    .service-box-item-3-style-3 .list-item .theme-btn-2:hover {
        color: var(--white);
        border: 1px solid var(--theme);
    }

        .service-box-item-3-style-3 .list-item .theme-btn-2:hover i {
            color: var(--white);
            transform: rotate(0deg);
        }

.service-box-item-3-style-3:hover {
    transform: translateY(-10px);
}

    .service-box-item-3-style-3:hover .top-item .icon img {
        animation: zoomIn 0.5s linear;
    }

.service-section-3 {
    position: relative;
    z-index: 9;
}

    .service-section-3 .build-shape {
        position: absolute;
        right: 0;
        top: 0;
        z-index: -1;
    }


    .service-section-3 .service-slider-2 {
        margin-left: -60px;
        margin-right: -60px;
    }

@media (max-width: 1399px) {
    .service-section-3 .service-slider-2 {
        margin-left: 8px;
        margin-right: 8px;
    }
}

.service-box-main-item-style-5 {
    position: relative;
    z-index: 99;
}

    .service-box-main-item-style-5 .service-box-item-style-5 {
        background-color: var(--white);
        padding: 10px 10px 30px;
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        opacity: 0;
        visibility: hidden;
        transform: translateY(40px);
        transition: 0.4s ease;
    }

        .service-box-main-item-style-5 .service-box-item-style-5 .service-image {
            position: relative;
        }

            .service-box-main-item-style-5 .service-box-item-style-5 .service-image img {
                width: 100%;
                height: 100%;
            }

            .service-box-main-item-style-5 .service-box-item-style-5 .service-image .icon {
                position: absolute;
                right: 30px;
                bottom: -50px;
                width: 100px;
                height: 100px;
                line-height: 100px;
                text-align: center;
                background-color: var(--theme);
            }

@media (max-width: 1399px) {
    .service-box-main-item-style-5 .service-box-item-style-5 .service-image .icon {
        width: 90px;
        height: 90px;
        line-height: 90px;
        bottom: -20px;
    }
}

.service-box-main-item-style-5 .service-box-item-style-5 .service-image .icon img {
    width: initial;
    height: initial;
}

.service-box-main-item-style-5 .service-box-item-style-5 .service-content {
    margin-left: 20px;
    margin-top: 30px;
}

    .service-box-main-item-style-5 .service-box-item-style-5 .service-content h4 {
        font-size: 24px;
        font-weight: 700;
        line-height: 150%;
        margin-bottom: 10px;
    }

@media (max-width: 1399px) {
    .service-box-main-item-style-5 .service-box-item-style-5 .service-content h4 {
        font-size: 20px;
    }
}

@media (max-width: 575px) {
    .service-box-main-item-style-5 .service-box-item-style-5 .service-content h4 {
        font-size: 20px;
    }
}

.service-box-main-item-style-5 .service-box-item-style-5 .service-content h4 a {
    background-position: 0 95%;
    background-repeat: no-repeat;
    background-size: 0% 2px;
    display: inline;
}

    .service-box-main-item-style-5 .service-box-item-style-5 .service-content h4 a:hover {
        color: var(--theme);
        background-size: 100% 2px;
        background-image: linear-gradient(180deg, var(--theme) 0%, var(--theme) 100%);
    }

.service-box-main-item-style-5 .service-content-item-style-5 {
    padding: 45px 35px;
    background-color: var(--white);
    transition: 0.4s ease;
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
}

@media (max-width: 1399px) {
    .service-box-main-item-style-5 .service-content-item-style-5 {
        padding: 30px;
    }
}

.service-box-main-item-style-5 .service-content-item-style-5 h4 {
    color: var(--theme);
    margin-bottom: 30px;
}

.service-box-main-item-style-5 .service-content-item-style-5 .icon img {
    width: initial;
    height: initial;
}

.service-box-main-item-style-5 .service-content-item-style-5 .service-content {
    margin-top: 118px;
    transition: 0.4s ease;
}

@media (max-width: 1399px) {
    .service-box-main-item-style-5 .service-content-item-style-5 .service-content {
        margin-top: 50px;
    }
}

.service-box-main-item-style-5 .service-content-item-style-5 .service-content h4 {
    font-size: 24px;
    font-weight: 700;
    line-height: 150%;
    margin-bottom: 10px;
}

@media (max-width: 1399px) {
    .service-box-main-item-style-5 .service-content-item-style-5 .service-content h4 {
        font-size: 20px;
    }
}

@media (max-width: 575px) {
    .service-box-main-item-style-5 .service-content-item-style-5 .service-content h4 {
        font-size: 20px;
    }
}

.service-box-main-item-style-5 .service-content-item-style-5 .service-content h4 a {
    background-position: 0 95%;
    background-repeat: no-repeat;
    background-size: 0% 2px;
    display: inline;
}

    .service-box-main-item-style-5 .service-content-item-style-5 .service-content h4 a:hover {
        color: var(--theme);
        background-size: 100% 2px;
        background-image: linear-gradient(180deg, var(--theme) 0%, var(--theme) 100%);
    }

.service-box-main-item-style-5.active .service-box-item-style-5 {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
}

.service-box-main-item-style-5.active .service-content-item-style-5 {
    opacity: 0;
    visibility: hidden;
    transform: translateY(-40px);
}

.service-box-main-item-style-5:hover .service-box-item-style-5 {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
}

    .service-box-main-item-style-5:hover .service-box-item-style-5 .service-image .icon img {
        animation: wobble 1.5s ease-in-out;
    }

.service-box-main-item-style-5:hover .service-content-item-style-5 {
    opacity: 0;
    visibility: hidden;
    transform: translateY(-40px);
}

.service-section-5 .service-top-item {
    display: flex;
    align-items: start;
    gap: 80px;
    justify-content: center;
    margin-bottom: 48px;
}

@media (max-width: 1399px) {
    .service-section-5 .service-top-item {
        flex-wrap: wrap;
        gap: 0px;
        justify-content: center;
        text-align: center;
    }
}

.service-section-5 .service-top-item .service-right {
    display: flex;
    align-items: center;
    gap: 100px;
}

@media (max-width: 1399px) {
    .service-section-5 .service-top-item .service-right {
        flex-wrap: wrap;
        gap: 30px;
        justify-content: center;
    }
}

@media (max-width: 1399px) {
    .service-section-5 {
        padding-bottom: 100px !important;
    }
}

@media (max-width: 991px) {
    .service-section-5 {
        padding-bottom: 80px !important;
    }
}

.service-section-4 .section-title {
    margin-left: 450px;
}

@media (max-width: 1199px) {
    .service-section-4 .section-title {
        margin-left: 0;
        text-align: center;
    }
}

.service-thumb-box-items-4 {
    padding: 10px;
    position: relative;
    z-index: 99;
    padding-top: 0;
    margin-top: 30px;
}

    .service-thumb-box-items-4::before {
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        width: 100%;
        height: 100%;
        content: "";
        background: var(--white);
        top: 30px;
        z-index: -1;
        height: initial;
    }

    .service-thumb-box-items-4 .icon {
        position: relative;
        z-index: 1;
        width: 75px;
        height: 75px;
        line-height: 75px;
        text-align: center;
        background-color: var(--theme);
        margin-left: auto;
        justify-content: end;
    }

    .service-thumb-box-items-4 .content {
        padding: 0 15px;
        margin-top: -15px;
    }

        .service-thumb-box-items-4 .content h5 {
            max-width: 180px;
            line-height: 161%;
        }

            .service-thumb-box-items-4 .content h5 a:hover {
                color: var(--theme);
            }

        .service-thumb-box-items-4 .content p {
            margin-top: 7px;
        }

            .service-thumb-box-items-4 .content p.text {
                font-size: 16px;
            }

        .service-thumb-box-items-4 .content.style-9 h5 {
            font-size: 24px;
            font-weight: 600;
            line-height: 121%;
            letter-spacing: -0.48px;
            font-family: "Manrope", sans-serif;
        }

    .service-thumb-box-items-4 .thumb {
        margin-top: 30px;
        overflow: hidden;
        position: relative;
    }

        .service-thumb-box-items-4 .thumb img {
            width: 100%;
            height: 100%;
            position: relative;
            display: block;
            object-fit: cover;
            -webkit-transition: all 500ms ease;
            transition: all 500ms ease;
        }

            .service-thumb-box-items-4 .thumb img:first-child {
                position: absolute;
                left: 0;
                top: 0;
                right: 0;
                bottom: 0;
                z-index: 1;
                -webkit-transform: translateX(50%) scaleX(2);
                transform: translate(50%) scaleX(2);
                opacity: 0;
                -webkit-filter: blur(10px);
                filter: blur(10px);
            }

    .service-thumb-box-items-4:hover .thumb img:first-child {
        -webkit-transform: translateX(0) scaleX(1);
        transform: translate(0) scaleX(1);
        opacity: 1;
        -webkit-filter: blur(0);
        filter: blur(0);
    }

    .service-thumb-box-items-4:hover .thumb img:nth-child(2) {
        -webkit-transform: translateX(-50%) scaleX(2);
        transform: translateX(-50%) scaleX(2);
        opacity: 0;
        -webkit-filter: blur(10px);
        filter: blur(10px);
    }

    .service-thumb-box-items-4:hover .icon img {
        animation: wobble 1.5s ease-in-out;
    }

.service-details-content .service-image img {
    width: 100%;
    height: 100%;
}

.service-details-content h2 {
    font-size: 46px;
    font-weight: 500;
    margin-top: 20px;
}

@media (max-width: 767px) {
    .service-details-content h2 {
        font-size: 38px;
    }
}

@media (max-width: 575px) {
    .service-details-content h2 {
        font-size: 32px;
    }
}

.service-details-content p {
    margin-top: 20px;
}

.service-details-content .list-items {
    display: flex;
    align-items: center;
    gap: 80px;
    margin-top: 30px;
}

@media (max-width: 1199px) {
    .service-details-content .list-items {
        flex-wrap: wrap;
        gap: 30px;
    }
}

.service-details-content .list-items ul li {
    font-size: 18px;
    font-weight: 500;
}

    .service-details-content .list-items ul li:not(:last-child) {
        margin-bottom: 20px;
    }

    .service-details-content .list-items ul li img {
        margin-right: 10px;
    }

.service-details-content h3 {
    font-size: 24px;
    font-weight: 600;
    margin-top: 60px;
}

@media (max-width: 1199px) {
    .service-details-content h3 {
        font-size: 20px;
    }
}

.service-details-content .service-list-items-2 {
    position: relative;
    z-index: 9;
    margin-top: 30px;
}

    .service-details-content .service-list-items-2::before {
        position: absolute;
        top: 10px;
        left: 0;
        width: 10px;
        height: 10px;
        border-radius: 50%;
        content: "";
        background-color: var(--theme);
    }

    .service-details-content .service-list-items-2 .text {
        font-size: 18px;
        font-weight: 400;
        margin-left: 30px;
    }

        .service-details-content .service-list-items-2 .text b {
            font-size: 18px;
            font-weight: 600;
            color: var(--header);
        }

.main-sideber .sideber-box {
    padding: 30px 28px;
    background-color: var(--white);
    box-shadow: 5px 5px 76.7px 91px rgba(8, 4, 56, 0.05);
    margin-bottom: 30px;
}

    .main-sideber .sideber-box h3 {
        font-size: 24px;
        font-weight: 600;
    }

@media (max-width: 1199px) {
    .main-sideber .sideber-box h3 {
        font-size: 20px;
    }
}

@media (max-width: 1399px) {
    .main-sideber .sideber-box {
        margin-bottom: 30px;
        padding: 30px 22px;
    }
}

.main-sideber .sideber-box .service-categories {
    margin-top: 30px;
}

    .main-sideber .sideber-box .service-categories li {
        display: flex;
        align-items: center;
        justify-content: space-between;
    }

        .main-sideber .sideber-box .service-categories li:not(:last-child) {
            border-bottom: 1px solid rgba(34, 48, 53, 0.25);
            padding-bottom: 20px;
            margin-bottom: 20px;
        }

        .main-sideber .sideber-box .service-categories li span i {
            color: var(--theme);
        }

        .main-sideber .sideber-box .service-categories li:hover a {
            color: var(--theme);
        }

.main-sideber .sideber-image {
    position: relative;
    z-index: 9;
}

@media (max-width: 991px) {
    .main-sideber .sideber-image {
        height: 500px;
    }
}

.main-sideber .sideber-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.main-sideber .sideber-image .content-box {
    background: rgba(255, 255, 255, 0.12);
    border: 1px solid rgba(255, 255, 255, 0.74);
    backdrop-filter: blur(8.25px);
    padding: 20px 40px;
    position: absolute;
    bottom: 30px;
    left: 30px;
    right: 30px;
}

@media (max-width: 1199px) {
    .main-sideber .sideber-image .content-box {
        left: 10px;
        right: 10px;
        bottom: 10px;
        padding: 20px 10px;
    }
}

.main-sideber .sideber-image .content-box h4 {
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 10px;
    color: var(--white);
    text-align: center;
}

.main-sideber .sideber-image .content-box .phone-area {
    display: flex;
    align-items: center;
    gap: 20px;
    background-color: var(--theme);
    padding: 20px 30px;
}

    .main-sideber .sideber-image .content-box .phone-area .icon {
        color: var(--theme);
        font-size: 30px;
    }

    .main-sideber .sideber-image .content-box .phone-area .content p {
        font-weight: 500;
        color: var(--white);
    }

    .main-sideber .sideber-image .content-box .phone-area .content a {
        color: var(--white);
    }

.service-wrapper-6 .service-left-item {
    margin-top: 30px;
}

@media (max-width: 1399px) {
    .service-wrapper-6 .service-left-item {
        margin-top: 0;
    }
}

.service-wrapper-6 .service-left-item h3 {
    margin-left: 60px;
    line-height: 131%;
}

@media (max-width: 1600px) {
    .service-wrapper-6 .service-left-item h3 {
        font-size: 26px;
        margin-left: 40px;
    }
}

@media (max-width: 1399px) {
    .service-wrapper-6 .service-left-item h3 {
        margin-left: 0;
        font-size: 20px;
    }
}

.service-wrapper-6 .service-left-item .service-card-items-6 {
    margin-top: 70px;
}

@media (max-width: 1399px) {
    .service-wrapper-6 .service-left-item .service-card-items-6 {
        margin-top: 30px;
    }
}

.service-wrapper-6 .service-left-item .service-card-items-6 .service-image {
    position: relative;
    z-index: 9;
    overflow: hidden;
}

@media (max-width: 991px) {
    .service-wrapper-6 .service-left-item .service-card-items-6 .service-image {
        height: 500px;
    }

        .service-wrapper-6 .service-left-item .service-card-items-6 .service-image img {
            object-fit: cover;
        }
}

.service-wrapper-6 .service-left-item .service-card-items-6 .service-image::before {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    content: "";
    background: rgba(9, 0, 37, 0.33);
    z-index: 999;
}

.service-wrapper-6 .service-left-item .service-card-items-6 .service-image img {
    width: 100%;
    height: 100%;
    position: relative;
    display: block;
    object-fit: cover;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}

    .service-wrapper-6 .service-left-item .service-card-items-6 .service-image img:first-child {
        position: absolute;
        left: 0;
        top: 0;
        right: 0;
        bottom: 0;
        z-index: 1;
        -webkit-transform: translateX(50%) scaleX(2);
        transform: translate(50%) scaleX(2);
        opacity: 0;
        -webkit-filter: blur(10px);
        filter: blur(10px);
    }

.service-wrapper-6 .service-left-item .service-card-items-6 .service-image .service-content {
    position: absolute;
    bottom: 30px;
    left: 30px;
    z-index: 999;
}

    .service-wrapper-6 .service-left-item .service-card-items-6 .service-image .service-content span {
        color: var(--white);
        font-weight: 500;
        text-transform: uppercase;
    }

@media (max-width: 1199px) {
    .service-wrapper-6 .service-left-item .service-card-items-6 .service-image .service-content span {
        font-size: 14px;
    }
}

.service-wrapper-6 .service-left-item .service-card-items-6 .service-image .service-content h4 {
    font-weight: 600;
    margin-top: 10px;
}

    .service-wrapper-6 .service-left-item .service-card-items-6 .service-image .service-content h4 a {
        background-position: 0 95%;
        background-repeat: no-repeat;
        background-size: 0% 2px;
        display: inline;
        color: var(--white);
    }

        .service-wrapper-6 .service-left-item .service-card-items-6 .service-image .service-content h4 a:hover {
            color: var(--theme);
            background-size: 100% 2px;
            background-image: linear-gradient(180deg, var(--theme) 0%, var(--theme) 100%);
        }

.service-wrapper-6 .service-left-item .service-card-items-6 .service-image .service-content .theme-btn-main {
    background-color: transparent;
    border: 1px solid var(--white);
    margin-top: 30px;
}

    .service-wrapper-6 .service-left-item .service-card-items-6 .service-image .service-content .theme-btn-main .theme-btn-arrow-right {
        color: var(--header);
    }

    .service-wrapper-6 .service-left-item .service-card-items-6 .service-image .service-content .theme-btn-main:hover {
        background-color: var(--theme);
        border: 1px solid var(--theme);
    }

        .service-wrapper-6 .service-left-item .service-card-items-6 .service-image .service-content .theme-btn-main:hover .theme-btn-arrow-left {
            color: var(--theme);
        }

.service-wrapper-6 .service-left-item .service-card-items-6:hover .service-image img:first-child {
    -webkit-transform: translateX(0) scaleX(1);
    transform: translate(0) scaleX(1);
    opacity: 1;
    -webkit-filter: blur(0);
    filter: blur(0);
}

.service-wrapper-6 .service-left-item .service-card-items-6:hover .service-image img:nth-child(2) {
    -webkit-transform: translateX(-50%) scaleX(2);
    transform: translateX(-50%) scaleX(2);
    opacity: 0;
    -webkit-filter: blur(10px);
    filter: blur(10px);
}

.service-wrapper-6 .service-right-item {
    margin-left: 90px;
}

@media (max-width: 1600px) {
    .service-wrapper-6 .service-right-item {
        margin-left: 70px;
    }
}

@media (max-width: 1399px) {
    .service-wrapper-6 .service-right-item {
        margin-left: 0;
    }
}

.service-wrapper-6 .service-right-item .service-card-items-6.style-3 {
    margin-left: 44px;
}

@media (max-width: 1399px) {
    .service-wrapper-6 .service-right-item .service-card-items-6.style-3 {
        margin-left: 0;
    }
}

.service-wrapper-6 .service-right-item .service-card-items-6.style-3 .service-image {
    height: 418px;
}

@media (max-width: 1399px) {
    .service-wrapper-6 .service-right-item .service-card-items-6.style-3 .service-image {
        height: initial;
    }
}

.service-wrapper-6 .service-right-item .service-card-items-6.style-3 .service-image img {
    object-fit: cover;
}

.service-wrapper-6 .service-right-item .service-card-items-6 .service-image {
    position: relative;
    z-index: 9;
    overflow: hidden;
    height: 540px;
    max-width: 475px;
}

@media (max-width: 1600px) {
    .service-wrapper-6 .service-right-item .service-card-items-6 .service-image {
        height: 430px;
    }
}

@media (max-width: 1399px) {
    .service-wrapper-6 .service-right-item .service-card-items-6 .service-image {
        height: initial;
        max-width: initial;
    }
}

.service-wrapper-6 .service-right-item .service-card-items-6 .service-image::before {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    content: "";
    background: rgba(9, 0, 37, 0.33);
    z-index: 999;
}

.service-wrapper-6 .service-right-item .service-card-items-6 .service-image img {
    width: 100%;
    height: 100%;
    position: relative;
    display: block;
    object-fit: cover;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}

    .service-wrapper-6 .service-right-item .service-card-items-6 .service-image img:first-child {
        position: absolute;
        left: 0;
        top: 0;
        right: 0;
        bottom: 0;
        z-index: 1;
        -webkit-transform: translateX(50%) scaleX(2);
        transform: translate(50%) scaleX(2);
        opacity: 0;
        -webkit-filter: blur(10px);
        filter: blur(10px);
    }

.service-wrapper-6 .service-right-item .service-card-items-6 .service-image .service-content {
    position: absolute;
    bottom: 30px;
    left: 30px;
    z-index: 999;
}

    .service-wrapper-6 .service-right-item .service-card-items-6 .service-image .service-content span {
        color: var(--white);
        font-weight: 500;
        text-transform: uppercase;
    }

@media (max-width: 1199px) {
    .service-wrapper-6 .service-right-item .service-card-items-6 .service-image .service-content span {
        font-size: 14px;
    }
}

.service-wrapper-6 .service-right-item .service-card-items-6 .service-image .service-content h4 {
    font-weight: 600;
    margin-top: 10px;
}

@media (max-width: 991px) {
    .service-wrapper-6 .service-right-item .service-card-items-6 .service-image .service-content h4 {
        font-size: 23px;
    }
}

.service-wrapper-6 .service-right-item .service-card-items-6 .service-image .service-content h4 a {
    background-position: 0 95%;
    background-repeat: no-repeat;
    background-size: 0% 2px;
    display: inline;
    color: var(--white);
}

    .service-wrapper-6 .service-right-item .service-card-items-6 .service-image .service-content h4 a:hover {
        color: var(--theme);
        background-size: 100% 2px;
        background-image: linear-gradient(180deg, var(--theme) 0%, var(--theme) 100%);
    }

.service-wrapper-6 .service-right-item .service-card-items-6 .service-image .service-content .theme-btn-main {
    background-color: transparent;
    border: 1px solid var(--white);
    margin-top: 30px;
}

    .service-wrapper-6 .service-right-item .service-card-items-6 .service-image .service-content .theme-btn-main .theme-btn-arrow-right {
        color: var(--header);
    }

    .service-wrapper-6 .service-right-item .service-card-items-6 .service-image .service-content .theme-btn-main:hover {
        background-color: var(--theme);
        border: 1px solid var(--theme);
    }

        .service-wrapper-6 .service-right-item .service-card-items-6 .service-image .service-content .theme-btn-main:hover .theme-btn-arrow-left {
            color: var(--theme);
        }

.service-wrapper-6 .service-right-item .service-card-items-6:hover .service-image img:first-child {
    -webkit-transform: translateX(0) scaleX(1);
    transform: translate(0) scaleX(1);
    opacity: 1;
    -webkit-filter: blur(0);
    filter: blur(0);
}

.service-wrapper-6 .service-right-item .service-card-items-6:hover .service-image img:nth-child(2) {
    -webkit-transform: translateX(-50%) scaleX(2);
    transform: translateX(-50%) scaleX(2);
    opacity: 0;
    -webkit-filter: blur(10px);
    filter: blur(10px);
}

.service-wrapper-6 .service-right-item .bottom-content {
    margin-top: 65px;
}

@media (max-width: 1600px) {
    .service-wrapper-6 .service-right-item .bottom-content {
        margin-top: 60px;
    }
}

@media (max-width: 1399px) {
    .service-wrapper-6 .service-right-item .bottom-content {
        margin-top: 30px;
    }
}

.service-wrapper-6 .service-right-item .bottom-content h2 {
    font-size: 72px;
    font-weight: 300;
    text-transform: uppercase;
    margin-bottom: 20px;
}

@media (max-width: 1600px) {
    .service-wrapper-6 .service-right-item .bottom-content h2 {
        font-size: 45px;
    }
}

@media (max-width: 1399px) {
    .service-wrapper-6 .service-right-item .bottom-content h2 {
        font-size: 40px;
    }
}

@media (max-width: 991px) {
    .service-wrapper-6 .service-right-item .bottom-content h2 {
        font-size: 40px;
    }
}

@media (max-width: 767px) {
    .service-wrapper-6 .service-right-item .bottom-content h2 {
        font-size: 35px;
    }
}

@media (max-width: 575px) {
    .service-wrapper-6 .service-right-item .bottom-content h2 {
        font-size: 30px;
    }
}

.services-section-7 {
    position: relative;
}

    .services-section-7 .container-fluid {
        padding: 0 80px;
    }

@media (max-width: 1899px) {
    .services-section-7 .container-fluid {
        padding: 0 50px;
    }
}

@media (max-width: 1600px) {
    .services-section-7 .container-fluid {
        padding: 0 30px;
    }
}

@media (max-width: 1399px) {
    .services-section-7 .container-fluid {
        padding: 0 15px;
    }
}

.services-section-7 .right-shape {
    position: absolute;
    right: 50px;
    bottom: 0;
}

    .services-section-7 .right-shape img {
        width: 100%;
        height: 100%;
    }

.service-section-7 .section-title-area .countent-items h2 {
    font-size: 166px;
    font-weight: 500;
    color: var(--theme);
}

@media (max-width: 1399px) {
    .service-section-7 .section-title-area .countent-items h2 {
        font-size: 100px;
    }
}

@media (max-width: 1199px) {
    .service-section-7 .section-title-area .countent-items h2 {
        font-size: 90px;
    }
}

@media (max-width: 991px) {
    .service-section-7 .section-title-area .countent-items h2 {
        font-size: 72px;
    }
}

@media (max-width: 767px) {
    .service-section-7 .section-title-area .countent-items h2 {
        font-size: 58px;
    }
}

@media (max-width: 575px) {
    .service-section-7 .section-title-area .countent-items h2 {
        font-size: 46px;
    }
}

.service-section-7 .section-title-area .countent-items p {
    font-size: 24px;
    font-weight: 600;
    color: var(--white);
    letter-spacing: 0.56em;
    text-align: center;
}

@media (max-width: 1199px) {
    .service-section-7 .section-title-area .countent-items p {
        font-size: 16px;
    }
}

.service-card-items-7 {
    margin-top: 30px;
    padding: 15px;
    background: #FFFFFF;
    border: 1px solid rgba(30, 32, 35, 0.12);
    box-shadow: 10px 16px 120px 1px rgba(4, 7, 56, 0.12);
    transition: all 0.4s ease-in-out;
}

    .service-card-items-7 .service-thumb {
        position: relative;
        z-index: 1;
        overflow: hidden;
    }

        .service-card-items-7 .service-thumb img {
            width: 100%;
            height: 100%;
            position: relative;
            display: block;
            object-fit: cover;
            -webkit-transition: all 500ms ease;
            transition: all 500ms ease;
        }

            .service-card-items-7 .service-thumb img:first-child {
                position: absolute;
                left: 0;
                top: 0;
                right: 0;
                bottom: 0;
                z-index: 1;
                -webkit-transform: translateX(50%) scaleX(2);
                transform: translate(50%) scaleX(2);
                opacity: 0;
                -webkit-filter: blur(10px);
                filter: blur(10px);
            }

    .service-card-items-7 .service-content {
        text-align: center;
        padding: 25px;
    }

        .service-card-items-7 .service-content .icon {
            width: 88px;
            height: 88px;
            line-height: 88px;
            background-color: var(--theme);
            text-align: center;
            margin: 0 auto;
            margin-top: -65px;
            position: relative;
            z-index: 1;
        }

        .service-card-items-7 .service-content h4 {
            font-size: 20px;
            font-weight: 700;
            margin-top: 35px;
        }

            .service-card-items-7 .service-content h4 a:hover {
                color: var(--theme);
            }

        .service-card-items-7 .service-content p {
            max-width: 307px;
            margin: 15px auto 40px;
        }

        .service-card-items-7 .service-content .link-btn {
            color: var(--theme);
        }

            .service-card-items-7 .service-content .link-btn:hover {
                color: var(--header);
            }

    .service-card-items-7:hover {
        border-bottom: 3px solid var(--theme);
    }

        .service-card-items-7:hover .service-thumb img:first-child {
            -webkit-transform: translateX(0) scaleX(1);
            transform: translate(0) scaleX(1);
            opacity: 1;
            -webkit-filter: blur(0);
            filter: blur(0);
        }

        .service-card-items-7:hover .service-thumb img:nth-child(2) {
            -webkit-transform: translateX(-50%) scaleX(2);
            transform: translateX(-50%) scaleX(2);
            opacity: 0;
            -webkit-filter: blur(10px);
            filter: blur(10px);
        }

        .service-card-items-7:hover .service-content .icon img {
            animation: wobble 1.5s ease-in-out;
        }

.service-wrapper-7 {
    margin-left: -80px;
    margin-right: -80px;
}

@media (max-width: 1199px) {
    .service-wrapper-7 {
        margin-left: 0;
        margin-right: 0;
    }
}

.service-section-7 {
    position: relative;
    z-index: 9;
}

    .service-section-7 .swiper {
        overflow: initial;
    }

    .service-section-7::before {
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        width: 100%;
        height: 100%;
        content: "";
        background: var(--white);
        top: 75%;
        z-index: -1;
    }

.service-section-9 .section-title {
    text-align: center;
    margin-left: 0;
}

    .service-section-9 .section-title .sub-title {
        color: var(--theme);
    }

    .service-section-9 .section-title h2 {
        color: var(--header) !important;
        justify-content: center;
    }

.service-section-10 .sub-title {
    color: var(--theme);
}

.service-section-10 .container-fluid {
    padding: 0 140px;
}

@media (max-width: 1899px) {
    .service-section-10 .container-fluid {
        padding: 0 60px;
    }
}

@media (max-width: 1600px) {
    .service-section-10 .container-fluid {
        padding: 0 50px;
    }
}

@media (max-width: 1399px) {
    .service-section-10 .container-fluid {
        padding: 0 35px;
    }
}

@media (max-width: 1199px) {
    .service-section-10 .container-fluid {
        padding: 0 30px;
    }
}

@media (max-width: 575px) {
    .service-section-10 .container-fluid {
        padding: 0 15px;
    }
}

.service-card-items-10 {
    margin-top: 30px;
    transition: all 0.4s ease-in-out;
}

    .service-card-items-10 .service-thumb {
        position: relative;
        z-index: 1;
        overflow: hidden;
    }

        .service-card-items-10 .service-thumb img {
            width: 100%;
            height: 100%;
            position: relative;
            display: block;
            object-fit: cover;
            -webkit-transition: all 500ms ease;
            transition: all 500ms ease;
        }

            .service-card-items-10 .service-thumb img:first-child {
                position: absolute;
                left: 0;
                top: 0;
                right: 0;
                bottom: 0;
                z-index: 1;
                -webkit-transform: translateX(50%) scaleX(2);
                transform: translate(50%) scaleX(2);
                opacity: 0;
                -webkit-filter: blur(10px);
                filter: blur(10px);
            }

    .service-card-items-10 .service-content {
        position: relative;
        background: var(--header);
        padding: 23px 23px 23px 30px;
        z-index: 9999;
    }

@media (max-width: 1399px) {
    .service-card-items-10 .service-content {
        padding: 20px;
    }
}

@media (max-width: 991px) {
    .service-card-items-10 .service-content {
        padding: 23px 23px 23px 30px;
    }
}

.service-card-items-10 .service-content .icon {
    width: 75px;
    height: 75px;
    line-height: 75px;
    background-color: var(--white);
    text-align: center;
    margin: 0 auto;
    position: absolute;
    top: -75px;
    left: 0;
    z-index: 999;
}

    .service-card-items-10 .service-content .icon img {
        width: 44px;
        height: 44px;
        position: relative;
        z-index: 999;
    }

.service-card-items-10 .service-content .user-item-box {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

    .service-card-items-10 .service-content .user-item-box .user-item .content span {
        font-size: 16px;
        font-weight: 600;
        color: var(--white);
    }

    .service-card-items-10 .service-content .user-item-box .user-item .content h4 a {
        margin-top: 8px;
        font-size: 22px;
        font-weight: 600;
        line-height: 132%;
        letter-spacing: -0.44px;
        color: var(--white);
        font-family: "Manrope", sans-serif;
    }

        .service-card-items-10 .service-content .user-item-box .user-item .content h4 a:hover {
            color: var(--theme);
        }

@media (max-width: 1600px) {
    .service-card-items-10 .service-content .user-item-box .user-item .content h4 a {
        font-size: 18px;
    }
}

@media (max-width: 991px) {
    .service-card-items-10 .service-content .user-item-box .user-item .content h4 a {
        font-size: 22px;
    }
}

.service-card-items-10 .service-content .user-item-box .arrow-icon {
    color: var(--white);
    background-color: var(--theme);
    text-align: center;
    width: 64px;
    height: 64px;
    line-height: 64px;
    text-align: center;
}

@media (max-width: 1399px) {
    .service-card-items-10 .service-content .user-item-box .arrow-icon {
        width: 50px;
        height: 50px;
        line-height: 50px;
    }
}

@media (max-width: 991px) {
    .service-card-items-10 .service-content .user-item-box .arrow-icon {
        width: 64px;
        height: 64px;
        line-height: 64px;
    }
}

.service-card-items-10 .service-content .user-item-box .arrow-icon:hover {
    background-color: var(--white);
    color: var(--header);
}

.service-card-items-10:hover .service-thumb img:first-child {
    -webkit-transform: translateX(0) scaleX(1);
    transform: translate(0) scaleX(1);
    opacity: 1;
    -webkit-filter: blur(0);
    filter: blur(0);
}

.service-card-items-10:hover .service-thumb img:nth-child(2) {
    -webkit-transform: translateX(-50%) scaleX(2);
    transform: translateX(-50%) scaleX(2);
    opacity: 0;
    -webkit-filter: blur(10px);
    filter: blur(10px);
}

.service-card-items-10:hover .icon img {
    animation: jello 1s;
}

.service-section-11 .section-title {
    margin-left: 0;
    text-align: center;
}

    .service-section-11 .section-title h2 {
        text-align: center;
    }

.service-thumb-box-items-11 {
    background: var(--white);
    border: 1px solid rgba(30, 32, 35, 0.12);
    box-shadow: 10px 16px 120px rgba(4, 7, 56, 0.12);
    padding: 0px 0 30px 28px;
    transition: all 0.4s ease-in-out;
}

@media (max-width: 1399px) {
    .service-thumb-box-items-11 {
        max-width: initial;
        padding-right: 28px;
    }
}

@media (max-width: 767px) {
    .service-thumb-box-items-11 {
        margin-top: 50px;
    }
}

.service-thumb-box-items-11 .icon {
    background-color: #FF7D44;
    margin-top: -40px;
    margin-right: -35px;
}

@media (max-width: 1399px) {
    .service-thumb-box-items-11 .icon {
        margin-right: 0;
    }
}

.service-thumb-box-items-11 .content {
    padding: 0;
}

    .service-thumb-box-items-11 .content h5 {
        margin-top: 10px;
        max-width: initial;
    }

@media (max-width: 1399px) {
    .service-thumb-box-items-11 .content h5 {
        max-width: 135px;
    }
}

@media (max-width: 767px) {
    .service-thumb-box-items-11 .content h5 {
        max-width: initial;
    }
}

.service-thumb-box-items-11 .content h5 a {
    color: #003566;
}

.service-thumb-box-items-11 .content p {
    max-width: 265px;
}

.service-thumb-box-items-11 .arrow-icon {
    height: 58px;
    width: 58px;
    line-height: 58px;
    text-align: center;
    position: absolute;
    right: 0;
    top: 35%;
    background-color: #003566;
    z-index: 999;
    transition: all 0.4s ease-in-out;
}

    .service-thumb-box-items-11 .arrow-icon a i {
        color: var(--white);
    }

    .service-thumb-box-items-11 .arrow-icon:hover {
        background-color: var(--theme);
    }

.service-thumb-box-items-11 .thumb {
    margin-top: 40px;
    margin-right: -45px;
}

@media (max-width: 1399px) {
    .service-thumb-box-items-11 .thumb {
        margin-right: 0;
    }
}

.service-thumb-box-items-11:hover {
    border-bottom: 3px solid var(--theme);
}

.service-box-main-item-style-12 {
    position: relative;
    z-index: 99;
}

    .service-box-main-item-style-12 .service-box-item-style-12 {
        background-color: var(--theme);
        padding: 45px 30px 25px 30px;
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        opacity: 0;
        visibility: hidden;
        transform: translateY(40px);
        transition: all 0.4s ease-in-out;
        height: 100%;
    }

@media (max-width: 1399px) {
    .service-box-main-item-style-12 .service-box-item-style-12 {
        opacity: 0;
        visibility: hidden;
        transform: translateY(-40px);
    }
}

.service-box-main-item-style-12 .service-box-item-style-12 .service-content h4 {
    font-size: 20px;
    font-weight: 700;
    line-height: 150%;
    margin-bottom: 25px;
    margin-top: 15px;
}

@media (max-width: 1399px) {
    .service-box-main-item-style-12 .service-box-item-style-12 .service-content h4 {
        font-size: 20px;
    }
}

@media (max-width: 575px) {
    .service-box-main-item-style-12 .service-box-item-style-12 .service-content h4 {
        font-size: 20px;
    }
}

.service-box-main-item-style-12 .service-box-item-style-12 .service-content h4 a {
    background-position: 0 95%;
    background-repeat: no-repeat;
    background-size: 0% 2px;
    display: inline;
}

    .service-box-main-item-style-12 .service-box-item-style-12 .service-content h4 a:hover {
        color: var(--white);
        background-size: 100% 2px;
        background-image: linear-gradient(180deg, var(--white) 0%, var(--white) 100%);
    }

.service-box-main-item-style-12 .service-box-item-style-12 .service-image {
    position: relative;
}

    .service-box-main-item-style-12 .service-box-item-style-12 .service-image img {
        width: 100%;
        height: 100%;
    }

.service-box-main-item-style-12 .service-box-item-style-12 .service-btn-area {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 25px;
}

    .service-box-main-item-style-12 .service-box-item-style-12 .service-btn-area .link-btn {
        text-decoration: none;
        font-size: 16px;
        font-weight: 600;
        text-transform: uppercase;
        line-height: 1;
    }

        .service-box-main-item-style-12 .service-box-item-style-12 .service-btn-area .link-btn i {
            margin-left: 10px;
        }

.service-box-main-item-style-12 .service-content-item-style-12 {
    padding: 45px 30px;
    background-color: var(--white);
    transition: 0.4s ease;
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
    margin-top: 30px;
    box-shadow: 10px 16px 120px rgba(4, 7, 56, 0.12);
}

@media (max-width: 1399px) {
    .service-box-main-item-style-12 .service-content-item-style-12 {
        padding: 30px;
        opacity: 1;
        visibility: visible;
        transform: translateY(0);
        text-align: center;
    }
}

.service-box-main-item-style-12 .service-content-item-style-12 .service-content {
    margin-bottom: 85px;
    transition: 0.4s ease;
}

@media (max-width: 1399px) {
    .service-box-main-item-style-12 .service-content-item-style-12 .service-content {
        margin-bottom: 30px;
    }
}

.service-box-main-item-style-12 .service-content-item-style-12 .service-content p {
    margin-bottom: 15px;
}

.service-box-main-item-style-12 .service-content-item-style-12 .service-content h4 {
    font-size: 20px;
    font-weight: 700;
    line-height: 180%;
}

@media (max-width: 1399px) {
    .service-box-main-item-style-12 .service-content-item-style-12 .service-content h4 {
        font-size: 20px;
    }
}

@media (max-width: 575px) {
    .service-box-main-item-style-12 .service-content-item-style-12 .service-content h4 {
        font-size: 20px;
    }
}

.service-box-main-item-style-12 .service-content-item-style-12 .service-content h4 a {
    background-position: 0 95%;
    background-repeat: no-repeat;
    background-size: 0% 2px;
    display: inline;
}

    .service-box-main-item-style-12 .service-content-item-style-12 .service-content h4 a:hover {
        color: var(--theme);
        background-size: 100% 2px;
        background-image: linear-gradient(180deg, var(--theme) 0%, var(--theme) 100%);
    }

.service-box-main-item-style-12 .service-content-item-style-12 .icon {
    margin-bottom: 85px;
    height: 144px;
    width: 144px;
}

@media (max-width: 1399px) {
    .service-box-main-item-style-12 .service-content-item-style-12 .icon {
        margin: 0 auto 40px;
    }
}

.service-box-main-item-style-12 .service-content-item-style-12 .icon img {
    width: 100%;
    height: 100%;
}

.service-box-main-item-style-12 .service-content-item-style-12 .icon.icon-13 {
    text-align: center;
}

.service-box-main-item-style-12 .service-content-item-style-12 .link-btn {
    text-decoration: none;
    font-size: 16px;
    font-weight: 600;
    text-transform: uppercase;
    line-height: 1;
}

    .service-box-main-item-style-12 .service-content-item-style-12 .link-btn i {
        margin-left: 10px;
    }

.service-box-main-item-style-12.active .service-box-item-style-12 {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
}

@media (max-width: 1399px) {
    .service-box-main-item-style-12.active .service-box-item-style-12 {
        opacity: 0;
        visibility: hidden;
        transform: translateY(-40px);
    }
}

.service-box-main-item-style-12.active .service-box-item-style-12 .service-content p {
    color: var(--white);
}

.service-box-main-item-style-12.active .service-box-item-style-12 .service-content h4 a {
    color: var(--white);
}

.service-box-main-item-style-12.active .service-box-item-style-12 .service-btn-area .link-btn {
    color: var(--white);
}

.service-box-main-item-style-12.active .service-box-item-style-12 .service-btn-area .icon img {
    animation: wobble 1.5s ease-in-out;
}

.service-box-main-item-style-12.active .service-content-item-style-12 {
    opacity: 0;
    visibility: hidden;
    transform: translateY(-40px);
}

@media (max-width: 1399px) {
    .service-box-main-item-style-12.active .service-content-item-style-12 {
        opacity: 1;
        visibility: visible;
        transform: translateY(0);
    }
}

.service-box-main-item-style-12:hover .service-box-item-style-12 {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
}

    .service-box-main-item-style-12:hover .service-box-item-style-12 .service-content p {
        color: var(--white);
    }

    .service-box-main-item-style-12:hover .service-box-item-style-12 .service-content h4 a {
        color: var(--white);
    }

    .service-box-main-item-style-12:hover .service-box-item-style-12 .service-btn-area .link-btn {
        color: var(--white);
    }

    .service-box-main-item-style-12:hover .service-box-item-style-12 .service-btn-area .icon img {
        animation: wobble 1.5s ease-in-out;
    }

.service-box-main-item-style-12:hover .service-content-item-style-12 {
    opacity: 0;
    visibility: hidden;
    transform: translateY(-40px);
}

/* 
.service-box-main-item-style-12 {
    position: relative;
    z-index: 99;
    min-height: 520px;
    margin-top: 30px;

    .service-box-item-style-12 {
        background-color: $theme-color;
        padding: 45px 30px 25px;
        position: absolute;
        inset: 0;
        width: 100%;
        height: 100%;
        opacity: 0;
        visibility: hidden;
        transform: translateY(40px);
        @include transition;

        .service-content {

            h4 {
                font-size: 20px;
                font-weight: 700;
                line-height: 150%;
                margin: 15px 0 25px;

                a {
                    background-position: 0 95%;
                    background-repeat: no-repeat;
                    background-size: 0% 2px;
                    display: inline;

                    &:hover {
                        color: $white;
                        background-size: 100% 2px;
                        background-image: linear-gradient($white, $white);
                    }

                    @include breakpoint(max-xxl) {
                        br { display: none; }
                    }
                }
            }
        }

        .service-image {
            img {
                @include imgw;
            }
        } 

        .service-btn-area {
            @include flex;
            justify-content: space-between;
            margin-top: 50px;

            .link-btn {
                font-size: 16px;
                font-weight: 600;
                text-transform: uppercase;
                text-decoration: none;

                i {
                    margin-left: 10px;
                }
            }
        }
    }

    .service-content-item-style-12 {
        padding: 45px 30px;
        background-color: $white;
        opacity: 1;
        visibility: visible;
        transform: translateY(0);
        height: 100%;
        margin-top: 0;
        box-shadow: 10px 16px 120px rgba(4, 7, 56, 0.12);
        transition: .4s ease;

        @include breakpoint(max-xxl) {
            padding: 30px;
        }

        .service-content {
            margin-bottom: 85px;

            p {
                margin-bottom: 15px;
            }

            h4 {
                font-size: 20px;
                font-weight: 700;
                line-height: 180%;

                a {
                    background-position: 0 95%;
                    background-repeat: no-repeat;
                    background-size: 0% 2px;
                    display: inline;
                    color: #003566;

                    &:hover {
                        color: $theme-color;
                        background-size: 100% 2px;
                        background-image: linear-gradient($theme-color, $theme-color);
                    }
                }
            }
        }

        .icon {
            margin-bottom: 85px;
            height: 144px;
            width: 144px;

            img {
                @include imgw;
            }
        }

        .link-btn {
            font-size: 16px;
            font-weight: 600;
            text-transform: uppercase;
            text-decoration: none;

            i {
                 margin-left: 10px; 
            }
        }
    }


    &:hover, &.active {

        .service-box-item-style-12 {
            opacity: 1;
            visibility: visible;
            transform: translateY(0);

            .service-content {
                p{
                    color: $white;
                }

                h4 {
                    a {
                        color: $white;
                    }
                } 
            }

            .service-btn-area {


                .link-btn {
                    color: $white;
                }

                .icon img {
                    animation: wobble 1.5s ease-in-out;
                }
            }
        }

        .service-content-item-style-12 {
            opacity: 0;
            visibility: hidden;
            transform: translateY(-40px);
        }
    }

     @include breakpoint(max-xxl) {
        height: 500px;
    }

    @include breakpoint(max-xl) {
        height: 640px;
    }

    @include breakpoint(max-lg) {
        height: 460px;
    }

    @include breakpoint(max-md) {
        height: 440px;
    }

    @include breakpoint(max-sm) {
        height: auto;          // mobile এ auto height
        min-height: 380px;
    }

    @include breakpoint(max-xxsmall) {
        min-height: 340px;
        padding-bottom: 10px;
    }
} */
.team-card-item {
    margin-top: 30px;
}

    .team-card-item .team-image {
        position: relative;
    }

        .team-card-item .team-image img {
            width: 100%;
            height: 100%;
        }

        .team-card-item .team-image .social-profile {
            position: absolute;
            right: 20px;
            bottom: -20px;
            content: "";
            -webkit-transition: all 0.4s ease-in-out;
            transition: all 0.4s ease-in-out;
            z-index: 2;
            display: inline-block;
            overflow: hidden;
            z-index: 99;
        }

            .team-card-item .team-image .social-profile ul {
                transform: translateY(100px);
                transition: all 0.6s ease-in-out;
                opacity: 0;
                visibility: hidden;
            }

                .team-card-item .team-image .social-profile ul li {
                    margin-bottom: 5px;
                }

                    .team-card-item .team-image .social-profile ul li a {
                        width: 50px;
                        height: 50px;
                        line-height: 50px;
                        text-align: center;
                        font-size: 16px;
                        font-weight: 500;
                        display: block;
                        background: var(--white);
                        color: var(--header);
                        -webkit-transition: all 0.4s ease-in-out;
                        transition: all 0.4s ease-in-out;
                        text-align: center;
                        margin: 0 auto;
                    }

                        .team-card-item .team-image .social-profile ul li a:hover {
                            background: var(--theme);
                            color: var(--white);
                        }

            .team-card-item .team-image .social-profile .plus-btn {
                z-index: 9;
                cursor: pointer;
                width: 50px;
                height: 50px;
                line-height: 50px;
                text-align: center;
                font-size: 16px;
                font-weight: 500;
                display: inline-block;
                background: var(--theme);
                color: var(--white);
                transition: all 0.4s ease-in-out;
                margin-top: 5px;
            }

    .team-card-item .team-content {
        margin-top: 20px;
    }

        .team-card-item .team-content h5 {
            line-height: 150%;
        }

            .team-card-item .team-content h5 a {
                background-position: 0 95%;
                background-repeat: no-repeat;
                background-size: 0% 2px;
                display: inline;
            }

                .team-card-item .team-content h5 a:hover {
                    color: var(--theme);
                    background-size: 100% 2px;
                    background-image: linear-gradient(180deg, var(--theme) 0%, var(--theme) 100%);
                }

        .team-card-item .team-content.content-style h5 {
            font-size: 24px;
            font-weight: 600;
            line-height: 167%;
            letter-spacing: -0.5px;
            font-family: "Manrope", sans-serif;
        }

    .team-card-item:hover .team-image .social-profile ul {
        transform: translateY(0);
        opacity: 1;
        visibility: visible;
    }

    .team-card-item:hover .team-image .social-profile .plus-btn {
        background: var(--theme);
        color: var(--white);
    }

    .team-card-item.team-card-item-13 .social-profile-13 {
        position: absolute;
        right: 20px;
        top: 20px;
        content: "";
        transition: all 0.4s ease-in-out;
        display: inline-block;
        overflow: hidden;
        background-color: var(--theme);
        z-index: 99;
        border-radius: 4px;
        opacity: 0;
        visibility: hidden;
        transform: translateY(-60px);
    }

        .team-card-item.team-card-item-13 .social-profile-13 ul {
            padding: 16px 14px;
            text-align: center;
        }

            .team-card-item.team-card-item-13 .social-profile-13 ul li:not(:last-child) {
                margin-bottom: 5px;
            }

            .team-card-item.team-card-item-13 .social-profile-13 ul li a {
                font-size: 16px;
                font-weight: 500;
                color: var(--white);
                transition: all 0.4s ease-in-out;
            }

                .team-card-item.team-card-item-13 .social-profile-13 ul li a:hover {
                    color: var(--header);
                }

    .team-card-item.team-card-item-13 .team-content {
        background-color: var(--white);
        text-align: center;
        padding: 30px;
        margin-top: 0;
    }

    .team-card-item.team-card-item-13:hover .social-profile-13 {
        transform: translateY(0);
        opacity: 1;
        visibility: visible;
    }

.team-section {
    position: relative;
}

    .team-section .left-shape {
        position: absolute;
        top: 0;
        left: 50px;
    }

    .team-section .right-shape {
        position: absolute;
        right: 0;
        bottom: 0;
    }

    .team-section .team-slider-3 {
        margin-left: -100px;
        margin-right: -100px;
    }

@media (max-width: 1399px) {
    .team-section .team-slider-3 {
        margin-left: 10px;
        margin-right: 10px;
    }
}

.team-section .team-slider-3 .team-card-item .team-content {
    background-color: var(--white);
    padding: 30px;
    margin-top: -15px;
    position: relative;
    z-index: 9;
}

    .team-section .team-slider-3 .team-card-item .team-content.team-style-8 {
        background-color: var(--bg-3);
    }

        .team-section .team-slider-3 .team-card-item .team-content.team-style-8 h5 {
            font-size: 24px;
            font-weight: 600;
            line-height: 167%;
            letter-spacing: -0.5px;
            font-family: "Manrope", sans-serif;
        }

.team-section-4 .section-title p {
    max-width: 621px;
    margin: 0 auto;
    text-align: center;
}

.team-details-content .top-text {
    font-size: 13px;
    font-weight: 600;
    color: var(--theme);
}

.team-details-content h2 {
    font-size: 46px;
    font-weight: 700;
    margin-top: 10px;
}

@media (max-width: 575px) {
    .team-details-content h2 {
        font-size: 38px;
    }
}

.team-details-content .team-text {
    margin-top: 10px;
}

.team-details-content .progress-wrap {
    margin-top: 20px;
}

    .team-details-content .progress-wrap .pro-items {
        width: 100%;
    }

        .team-details-content .progress-wrap .pro-items:not(:last-child) {
            margin-bottom: 30px;
        }

        .team-details-content .progress-wrap .pro-items .pro-head {
            display: flex;
            align-items: center;
            justify-content: space-between;
            margin-bottom: 10px;
        }

            .team-details-content .progress-wrap .pro-items .pro-head .title {
                color: var(--header);
            }

            .team-details-content .progress-wrap .pro-items .pro-head .point {
                font-size: 16px;
                color: var(--header);
            }

        .team-details-content .progress-wrap .pro-items .progress {
            background: rgba(244, 91, 30, 0.1);
            justify-content: flex-start;
            align-items: center;
            position: relative;
            display: flex;
            height: 6px;
            width: 100%;
        }

        .team-details-content .progress-wrap .pro-items .progress-value {
            animation: load 3s normal forwards;
            background: var(--theme);
            height: 6px;
            width: 0;
        }

        .team-details-content .progress-wrap .pro-items .style-two {
            animation: load2 3s normal forwards;
        }

        .team-details-content .progress-wrap .pro-items .style-three {
            animation: load3 3s normal forwards;
        }

@keyframes load {
    0% {
        width: 0;
    }

    100% {
        width: 75%;
    }
}

@keyframes load2 {
    0% {
        width: 0;
    }

    100% {
        width: 80%;
    }
}

.team-details-content ul {
    margin-top: 30px;
}

    .team-details-content ul li {
        display: flex;
        align-items: center;
        gap: 20px;
    }

        .team-details-content ul li .icon {
            font-size: 18px;
            color: var(--theme);
        }

        .team-details-content ul li p {
            color: #616766;
            font-size: 16px;
            font-weight: 500;
        }

            .team-details-content ul li p a {
                color: #616766;
            }

        .team-details-content ul li:not(:last-child) {
            margin-bottom: 15px;
        }

.team-details-content h3 {
    font-size: 24px;
    font-weight: 500;
    margin-top: 80px;
}

.team-details-content h4 {
    font-size: 24px;
    font-weight: 500;
    margin-top: 50px;
}

.team-details-content .list-items {
    display: flex;
    align-items: center;
    gap: 80px;
}

@media (max-width: 1199px) {
    .team-details-content .list-items {
        gap: 25px;
        flex-wrap: wrap;
    }
}

.team-details-content .list-items ul li {
    font-size: 18px;
    font-weight: 500;
}

    .team-details-content .list-items ul li:not(:last-child) {
        margin-bottom: 20px;
    }

    .team-details-content .list-items ul li img {
        margin-right: 5px;
    }

.team-card-item-4 {
    margin-top: 30px;
}

    .team-card-item-4 .team-image {
        position: relative;
        overflow: hidden;
    }

        .team-card-item-4 .team-image img {
            width: 100%;
            height: 100%;
        }

        .team-card-item-4 .team-image .social-profile {
            position: absolute;
            right: 20px;
            bottom: 20px;
            content: "";
            -webkit-transition: all 0.4s ease-in-out;
            transition: all 0.4s ease-in-out;
            z-index: 2;
            display: inline-block;
            overflow: hidden;
            z-index: 99;
        }

            .team-card-item-4 .team-image .social-profile ul {
                transform: translateY(100px);
                transition: all 0.6s ease-in-out;
                opacity: 0;
                visibility: hidden;
            }

                .team-card-item-4 .team-image .social-profile ul li {
                    margin-bottom: 5px;
                }

                    .team-card-item-4 .team-image .social-profile ul li a {
                        width: 50px;
                        height: 50px;
                        line-height: 50px;
                        text-align: center;
                        font-size: 16px;
                        font-weight: 500;
                        display: block;
                        background: var(--white);
                        color: var(--header);
                        -webkit-transition: all 0.4s ease-in-out;
                        transition: all 0.4s ease-in-out;
                        text-align: center;
                        margin: 0 auto;
                    }

                        .team-card-item-4 .team-image .social-profile ul li a:hover {
                            background: var(--theme);
                            color: var(--white);
                        }

            .team-card-item-4 .team-image .social-profile .plus-btn {
                z-index: 9;
                cursor: pointer;
                width: 50px;
                height: 50px;
                line-height: 50px;
                text-align: center;
                font-size: 16px;
                font-weight: 500;
                display: inline-block;
                background: var(--theme);
                color: var(--white);
                transition: all 0.4s ease-in-out;
                margin-top: 5px;
            }

    .team-card-item-4 .team-content {
        margin-top: 20px;
        background-color: var(--white);
        padding: 30px;
        margin-top: -40px;
        position: relative;
        z-index: 1;
        margin-left: 40px;
    }

        .team-card-item-4 .team-content h5 {
            line-height: 150%;
        }

            .team-card-item-4 .team-content h5 a {
                background-position: 0 95%;
                background-repeat: no-repeat;
                background-size: 0% 2px;
                display: inline;
            }

                .team-card-item-4 .team-content h5 a:hover {
                    color: var(--theme);
                    background-size: 100% 2px;
                    background-image: linear-gradient(180deg, var(--theme) 0%, var(--theme) 100%);
                }

    .team-card-item-4:hover .team-image img:nth-child(2) {
        -webkit-transform: translateX(-50%) scaleX(2);
        transform: translateX(-50%) scaleX(2);
        opacity: 0;
        -webkit-filter: blur(10px);
        filter: blur(10px);
    }

    .team-card-item-4:hover .team-image .social-profile ul {
        transform: translateY(0);
        opacity: 1;
        visibility: visible;
    }

    .team-card-item-4:hover .team-image .social-profile .plus-btn {
        background: var(--theme);
        color: var(--white);
    }

.team-padding-add {
    padding-bottom: 150px !important;
}

@media (max-width: 1399px) {
    .team-padding-add {
        padding-bottom: 120px !important;
    }
}

@media (max-width: 1199px) {
    .team-padding-add {
        padding-bottom: 100px !important;
    }
}

@media (max-width: 991px) {
    .team-padding-add {
        padding-bottom: 80px !important;
    }
}

.team-section-51 {
    background-color: rgba(40, 83, 230, 0.04);
}

    .team-section-51 .container-fluid {
        max-width: 1640px;
    }

@media (max-width: 1399px) {
    .project-details-section .team-left-image img {
        width: 100%;
        height: 100%;
    }
}

.team-section-12 {
    position: relative;
}

    .team-section-12 .crean-shape {
        position: absolute;
        top: 0;
        left: 67px;
    }

@media (max-width: 1899px) {
    .team-section-12 .crean-shape {
        opacity: 0.3;
    }
}

.team-section-12 .fram-shape {
    position: absolute;
    bottom: -200px;
    left: -105px;
}

.project-section {
    overflow: hidden;
}

    .project-section .container-fluid {
        padding: 0 80px;
        overflow: hidden;
    }

@media (max-width: 1899px) {
    .project-section .container-fluid {
        padding: 0 70px;
    }
}

@media (max-width: 1600px) {
    .project-section .container-fluid {
        padding: 0 50px;
    }
}

@media (max-width: 1399px) {
    .project-section .container-fluid {
        padding: 0 30px;
    }
}

@media (max-width: 575px) {
    .project-section .container-fluid {
        padding: 0 15px;
    }
}

.project-section h2 {
    font-size: 80px;
    font-weight: 900;
    text-align: center;
    margin-bottom: 48px;
}

@media (max-width: 1399px) {
    .project-section h2 {
        font-size: 60px;
        margin-bottom: 30px;
    }
}

@media (max-width: 991px) {
    .project-section h2 {
        font-size: 40px;
    }
}

@media (max-width: 767px) {
    .project-section h2 {
        font-size: 23px;
    }
}

.project-section .swiper {
    overflow: hidden;
}

.project-section .swiper-slide {
    transition: transform 0.6s ease, opacity 0.6s ease;
    transform: scale(0.85);
    margin: 0;
    z-index: 1;
    position: relative;
}

    .project-section .swiper-slide .project-card-item-style-1 .project-image {
        height: 632px;
    }

@media (max-width: 991px) {
    .project-section .swiper-slide .project-card-item-style-1 .project-image {
        height: 550px;
    }
}

@media (max-width: 767px) {
    .project-section .swiper-slide .project-card-item-style-1 .project-image {
        height: 450px;
    }
}

.project-section .swiper-slide .project-card-item-style-1 .project-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.6s ease;
}

.project-section .swiper-slide-active {
    transform: scale(1);
    z-index: 3;
}

    .project-section .swiper-slide-active .project-card-item-style-1 .project-image .project-box {
        opacity: 1;
        visibility: visible;
    }

    .project-section .swiper-slide-active .project-card-item-style-1 .project-image img {
        transform: scale(1.18);
    }

.project-card-item-style-1 .project-image {
    height: 632px;
    position: relative;
}

    .project-card-item-style-1 .project-image img {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }

    .project-card-item-style-1 .project-image .project-box {
        background-color: var(--white);
        display: flex;
        align-items: center;
        justify-content: space-between;
        padding: 20px;
        opacity: 0;
        visibility: hidden;
        transition: all 0.4s ease-in-out;
        position: absolute;
        left: -30px;
        bottom: 20px;
        max-width: 538px;
        width: 100%;
    }

@media (max-width: 1600px) {
    .project-card-item-style-1 .project-image .project-box {
        left: -15px;
    }
}

@media (max-width: 1399px) {
    .project-card-item-style-1 .project-image .project-box {
        left: -20px;
    }
}

@media (max-width: 991px) {
    .project-card-item-style-1 .project-image .project-box {
        flex-wrap: wrap;
        gap: 20px;
        left: 0px;
        max-width: 320px;
    }
}

.project-card-item-style-1 .project-image .project-box .content h4 {
    margin-bottom: 10px;
    font-size: 24px;
    font-weight: 600;
}

@media (max-width: 1399px) {
    .project-card-item-style-1 .project-image .project-box .content h4 {
        font-size: 20px;
    }
}

.project-card-item-style-1 .project-image .project-box .content h4 a {
    background-position: 0 95%;
    background-repeat: no-repeat;
    background-size: 0% 2px;
    display: inline;
}

    .project-card-item-style-1 .project-image .project-box .content h4 a:hover {
        color: var(--theme);
        background-size: 100% 2px;
        background-image: linear-gradient(180deg, var(--theme) 0%, var(--theme) 100%);
    }

.project-card-item-style-1 .project-image .project-box .content .list li {
    display: flex;
    align-items: center;
    gap: 50px;
    font-weight: 600;
    color: #535A63;
}

    .project-card-item-style-1 .project-image .project-box .content .list li span {
        font-weight: 500;
        color: #91969C;
    }

    .project-card-item-style-1 .project-image .project-box .content .list li:not(:last-child) {
        margin-bottom: 10px;
    }

.project-card-item-style-1 .project-image .project-box .arrow {
    width: 69px;
    line-height: 69px;
    height: 69px;
    text-align: center;
    color: var(--white);
    background-color: var(--theme);
    font-size: 25px;
    transition: all 0.4s ease-in-out;
}

    .project-card-item-style-1 .project-image .project-box .arrow:hover {
        background-color: var(--header);
    }

.project-box-items-style-2 .project-image {
    position: relative;
    overflow: hidden;
}

    .project-box-items-style-2 .project-image img {
        width: 100%;
        height: 100%;
        position: relative;
        display: block;
        object-fit: cover;
        -webkit-transition: all 500ms ease;
        transition: all 500ms ease;
    }

        .project-box-items-style-2 .project-image img:first-child {
            position: absolute;
            left: 0;
            top: 0;
            right: 0;
            bottom: 0;
            z-index: 1;
            -webkit-transform: translateX(50%) scaleX(2);
            transform: translate(50%) scaleX(2);
            opacity: 0;
            -webkit-filter: blur(10px);
            filter: blur(10px);
        }

    .project-box-items-style-2 .project-image::before {
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        width: 100%;
        height: 100%;
        content: "";
        background: linear-gradient(186.68deg, rgba(17, 17, 17, 0) 59.3%, rgba(17, 17, 17, 0.86) 90.19%);
        opacity: 0;
        visibility: hidden;
        transition: all 0.4s ease-in-out;
    }

    .project-box-items-style-2 .project-image .arrow {
        width: 79px;
        height: 79px;
        line-height: 79px;
        text-align: center;
        color: var(--white);
        background-color: var(--theme);
        top: 30px;
        position: absolute;
        font-size: 25px;
        right: -30px;
        opacity: 0;
        display: inline-block;
        visibility: hidden;
        transition: all 0.4s ease-in-out;
    }

@media (max-width: 1199px) {
    .project-box-items-style-2 .project-image .arrow {
        width: 50px;
        height: 50px;
        line-height: 50px;
        font-size: 16px;
    }
}

.project-box-items-style-2 .project-image .arrow:hover {
    background-color: var(--header);
}

.project-box-items-style-2 .project-image .content {
    position: absolute;
    left: -30px;
    bottom: 30px;
    opacity: 0;
    visibility: hidden;
    transition: all 0.4s ease-in-out;
}

    .project-box-items-style-2 .project-image .content h3 {
        font-size: 28px;
        font-weight: 700;
        line-height: 150%;
    }

@media (max-width: 1399px) {
    .project-box-items-style-2 .project-image .content h3 {
        font-size: 20px;
    }
}

@media (max-width: 575px) {
    .project-box-items-style-2 .project-image .content h3 {
        font-size: 20px;
    }
}

.project-box-items-style-2 .project-image .content h3 a {
    background-position: 0 95%;
    background-repeat: no-repeat;
    background-size: 0% 2px;
    display: inline;
    color: var(--white);
}

    .project-box-items-style-2 .project-image .content h3 a:hover {
        color: var(--theme);
        background-size: 100% 2px;
        background-image: linear-gradient(180deg, var(--theme) 0%, var(--theme) 100%);
    }

.project-box-items-style-2:hover .project-image::before {
    opacity: 1;
    visibility: visible;
    z-index: 999;
}

.project-box-items-style-2:hover .project-image img:first-child {
    -webkit-transform: translateX(0) scaleX(1);
    transform: translate(0) scaleX(1);
    opacity: 1;
    -webkit-filter: blur(0);
    filter: blur(0);
}

.project-box-items-style-2:hover .project-image img:nth-child(2) {
    -webkit-transform: translateX(-50%) scaleX(2);
    transform: translateX(-50%) scaleX(2);
    opacity: 0;
    -webkit-filter: blur(10px);
    filter: blur(10px);
}

.project-box-items-style-2:hover .project-image .arrow {
    opacity: 1;
    visibility: visible;
    right: 30px;
    z-index: 999;
}

.project-box-items-style-2:hover .project-image .content {
    left: 30px;
    opacity: 1;
    visibility: visible;
    z-index: 999;
}

.project-section-2 .project-slider-2 {
    margin-left: -300px;
    margin-right: -300px;
}

@media (max-width: 1399px) {
    .project-section-2 .project-slider-2 {
        margin-left: 0;
        margin-right: 0;
    }
}

.project-section-2 .project-slider-2 .swiper-wrapper {
    align-items: center;
}

.project-card-item-style-5 .content {
    margin-bottom: 30px;
}

    .project-card-item-style-5 .content p {
        font-weight: 500;
        text-transform: uppercase;
    }

    .project-card-item-style-5 .content h3 {
        font-size: 28px;
        font-weight: 600;
        line-height: 160%;
    }

@media (max-width: 1399px) {
    .project-card-item-style-5 .content h3 {
        font-size: 20px;
    }
}

@media (max-width: 575px) {
    .project-card-item-style-5 .content h3 {
        font-size: 20px;
    }
}

.project-card-item-style-5 .content h3 a {
    background-position: 0 95%;
    background-repeat: no-repeat;
    background-size: 0% 2px;
    display: inline;
}

    .project-card-item-style-5 .content h3 a:hover {
        color: var(--theme);
        background-size: 100% 2px;
        background-image: linear-gradient(180deg, var(--theme) 0%, var(--theme) 100%);
    }

.project-card-item-style-5 .project-image {
    position: relative;
    overflow: hidden;
}

    .project-card-item-style-5 .project-image img {
        width: 100%;
        height: 100%;
        position: relative;
        display: block;
        object-fit: cover;
        -webkit-transition: all 500ms ease;
        transition: all 500ms ease;
    }

        .project-card-item-style-5 .project-image img:first-child {
            position: absolute;
            left: 0;
            top: 0;
            right: 0;
            bottom: 0;
            z-index: 1;
            -webkit-transform: translateX(50%) scaleX(2);
            transform: translate(50%) scaleX(2);
            opacity: 0;
            -webkit-filter: blur(10px);
            filter: blur(10px);
        }

.project-card-item-style-5:hover .project-image img:first-child {
    -webkit-transform: translateX(0) scaleX(1);
    transform: translate(0) scaleX(1);
    opacity: 1;
    -webkit-filter: blur(0);
    filter: blur(0);
}

.project-card-item-style-5:hover .project-image img:nth-child(2) {
    -webkit-transform: translateX(-50%) scaleX(2);
    transform: translateX(-50%) scaleX(2);
    opacity: 0;
    -webkit-filter: blur(10px);
    filter: blur(10px);
}

.project-section-5 .project-slider-5 {
    margin-left: -330px;
    margin-right: -430px;
}

@media (max-width: 1399px) {
    .project-section-5 .project-slider-5 {
        margin-left: 10px;
        margin-right: 10px;
    }
}

.project-section-5 .shop-pagi-items {
    text-align: center;
    margin-bottom: 80px;
}

    .project-section-5 .shop-pagi-items .project-dot .swiper-pagination-bullet {
        width: 505px;
        height: 1px;
        border-radius: 0;
        background: rgba(30, 32, 35, 0.19);
        opacity: 1;
        transition: 0.6s;
        margin: 0 !important;
    }

@media (max-width: 1899px) {
    .project-section-5 .shop-pagi-items .project-dot .swiper-pagination-bullet {
        width: 340px;
    }
}

.project-section-5 .shop-pagi-items .project-dot .swiper-pagination-bullet-active {
    opacity: 1;
    background: var(--theme);
    width: 395px;
    height: 2px;
}

@media (max-width: 767px) {
    .project-section-5 .shop-pagi-items .project-dot {
        display: none;
    }
}

.project-thumb-box-4 {
    position: relative;
    z-index: 99;
    margin-top: 30px;
    overflow: hidden;
    height: 396px;
}

@media (max-width: 767px) {
    .project-thumb-box-4 {
        height: 480px;
    }
}

.project-thumb-box-4 img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    position: relative;
    display: block;
    object-fit: cover;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}

    .project-thumb-box-4 img:first-child {
        position: absolute;
        left: 0;
        top: 0;
        right: 0;
        bottom: 0;
        z-index: 1;
        -webkit-transform: translateX(50%) scaleX(2);
        transform: translate(50%) scaleX(2);
        opacity: 0;
        -webkit-filter: blur(10px);
        filter: blur(10px);
    }

.project-thumb-box-4 .project-content-area {
    display: flex;
    align-items: center;
    gap: 120px;
    background-color: var(--white);
    padding: 30px;
    position: absolute;
    bottom: 20px;
    left: -100px;
    opacity: 0;
    visibility: hidden;
    transition: all 0.4s ease-in-out;
    z-index: 99;
}

@media (max-width: 1600px) {
    .project-thumb-box-4 .project-content-area {
        flex-wrap: wrap;
        gap: 30px !important;
    }
}

.project-thumb-box-4 .project-content-area .content h4 {
    font-size: 24px;
    font-weight: 600;
    margin-bottom: 18px;
}

@media (max-width: 1199px) {
    .project-thumb-box-4 .project-content-area .content h4 {
        line-height: 132%;
    }
}

.project-thumb-box-4 .project-content-area .content h4 a:hover {
    color: var(--theme);
}

.project-thumb-box-4 .project-content-area .content ul li {
    display: flex;
    gap: 30px;
}

    .project-thumb-box-4 .project-content-area .content ul li b {
        font-size: 16px;
        font-weight: 600;
        color: #535A63;
    }

    .project-thumb-box-4 .project-content-area .content ul li span {
        color: #91969C;
        font-size: 16px;
        font-weight: 500;
    }

.project-thumb-box-4 .project-content-area .content.content-style-10 h4 {
    font-family: "Manrope", sans-serif;
}

.project-thumb-box-4 .project-content-area .arrow-btn {
    width: 69px;
    height: 67px;
    line-height: 67px;
    background-color: var(--theme);
    color: var(--white);
    text-align: center;
    font-size: 20px;
}

    .project-thumb-box-4 .project-content-area .arrow-btn:hover {
        background-color: var(--header);
        color: var(--white);
    }

.project-thumb-box-4.style-2 .project-content-area {
    gap: 60px;
    padding: 24px;
}

@media (max-width: 1600px) {
    .project-thumb-box-4.style-2 .project-content-area {
        flex-wrap: wrap;
        gap: 30px !important;
    }
}

.project-thumb-box-4.style-2 .project-content-area .content h4 {
    font-size: 18px;
    font-weight: 500;
    margin-bottom: 10px;
}

@media (max-width: 1199px) {
    .project-thumb-box-4.style-2 .project-content-area .content h4 {
        line-height: 132%;
    }
}

.project-thumb-box-4.style-2 .project-content-area .arrow-btn {
    width: 50px;
    height: 48px;
    line-height: 48px;
    font-size: 15px;
}

.project-thumb-box-4:hover img:first-child {
    -webkit-transform: translateX(0) scaleX(1);
    transform: translate(0) scaleX(1);
    opacity: 1;
    -webkit-filter: blur(0);
    filter: blur(0);
}

.project-thumb-box-4:hover img:nth-child(2) {
    -webkit-transform: translateX(-50%) scaleX(2);
    transform: translateX(-50%) scaleX(2);
    opacity: 0;
    -webkit-filter: blur(10px);
    filter: blur(10px);
}

.project-thumb-box-4:hover .project-content-area {
    opacity: 1;
    visibility: visible;
    left: 0;
}

.project-details-sidebar {
    margin-top: 40px;
}

    .project-details-sidebar .sidebar-widget {
        background-color: #F9F9F9;
        padding: 40px;
    }

@media (max-width: 1399px) {
    .project-details-sidebar .sidebar-widget {
        padding: 26px;
    }
}

.project-details-sidebar .sidebar-widget .sideber-title {
    margin-bottom: 20px;
}

    .project-details-sidebar .sidebar-widget .sideber-title h4 {
        font-size: 18px;
        font-weight: 700;
    }

.project-details-sidebar .sidebar-widget .project-infrom li {
    display: flex;
    align-items: center;
    gap: 30px;
}

    .project-details-sidebar .sidebar-widget .project-infrom li .icon {
        width: 50px;
        height: 50px;
        line-height: 50px;
        border-radius: 50%;
        text-align: center;
        background-color: var(--white);
        color: var(--theme);
    }

    .project-details-sidebar .sidebar-widget .project-infrom li .content h4 {
        font-size: 16px;
        font-weight: 600;
    }

@media (max-width: 1399px) {
    .project-details-sidebar .sidebar-widget .project-infrom li .content h4 {
        line-height: 1.4;
    }
}

.project-details-sidebar .sidebar-widget .project-infrom li:not(:last-child) {
    margin-bottom: 25px;
}

.project-details-top-image {
    margin-bottom: 40px;
}

    .project-details-top-image img {
        width: 100%;
        height: 100%;
    }

.project-details-content h2 {
    font-size: 46px;
    font-weight: 500;
}

@media (max-width: 767px) {
    .project-details-content h2 {
        font-size: 38px;
    }
}

@media (max-width: 575px) {
    .project-details-content h2 {
        font-size: 32px;
    }
}

.project-details-content p {
    margin-top: 20px;
}

.project-details-content h3 {
    font-size: 28px;
    font-weight: 600;
    margin-top: 20px;
}

@media (max-width: 575px) {
    .project-details-content h3 {
        font-size: 20px;
    }
}

.project-details-content .image-items {
    margin-top: 30px;
}

    .project-details-content .image-items .project-image img {
        width: 100%;
        height: 100%;
    }

.project-details-content .slider-button {
    border-top: 1px solid #E4E4E4;
    border-bottom: 1px solid #E4E4E4;
    margin-top: 65px;
    padding: 25px 0;
}

    .project-details-content .slider-button span {
        font-weight: 500;
    }

    .project-details-content .slider-button .cmn-next,
    .project-details-content .slider-button .cmn-prev {
        width: 70px;
        height: 70px;
        line-height: 70px;
        text-align: center;
        border-radius: 50%;
        transition: all 0.4s;
        border: 1px solid #E4E4E4;
    }

        .project-details-content .slider-button .cmn-next i,
        .project-details-content .slider-button .cmn-prev i {
            color: var(--theme);
            font-size: 24px;
            transition: all 0.4s;
        }

        .project-details-content .slider-button .cmn-next:hover,
        .project-details-content .slider-button .cmn-prev:hover {
            background: var(--theme);
            border-color: var(--theme);
        }

            .project-details-content .slider-button .cmn-next:hover i,
            .project-details-content .slider-button .cmn-prev:hover i {
                color: var(--white);
            }

    .project-details-content .slider-button .previus-text {
        font-size: 22px;
        color: var(--header);
    }

    .project-details-content .slider-button .icon-gird {
        font-size: 40px;
        color: #0F172A;
    }

.gallery-section-inner {
    margin: 25px;
}

.gallery-card-item-inner .gallery-image {
    position: relative;
}

    .gallery-card-item-inner .gallery-image img {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }

    .gallery-card-item-inner .gallery-image::before {
        top: 0;
        left: 0;
        height: 100%;
        width: 100%;
        transform: scale(0.7);
        content: "";
        position: absolute;
        background: rgba(244, 91, 30, 0.68);
        z-index: 1;
        transition: 0.5s;
        opacity: 0;
        visibility: hidden;
    }

    .gallery-card-item-inner .gallery-image .icon {
        position: absolute;
        font-size: 38px;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        z-index: 99;
        color: var(--white);
        opacity: 0;
        transition: all 0.4s ease-in-out;
    }

    .gallery-card-item-inner .gallery-image.style-height {
        height: 905px;
    }

@media (max-width: 1600px) {
    .gallery-card-item-inner .gallery-image.style-height {
        height: 660px;
    }
}

@media (max-width: 1399px) {
    .gallery-card-item-inner .gallery-image.style-height {
        height: 635px;
    }
}

.gallery-card-item-inner .gallery-image.style-height img {
    object-fit: cover;
}

.gallery-card-item-inner:hover .gallery-image::before {
    transform: scale(1);
    opacity: 1;
    visibility: visible;
}

.gallery-card-item-inner:hover .gallery-image .icon {
    opacity: 1;
}

.gallery-card-item-inner.style-2 {
    margin-top: 30px;
}

.gallery-section-61 {
    margin: 27px;
}

@media (max-width: 1199px) {
    .gallery-section-61 {
        margin: 20px;
    }
}

.gallery-section-61 .gallery-card-item-inner .gallery-image.style-height {
    height: 882px;
}

@media (max-width: 1600px) {
    .gallery-section-61 .gallery-card-item-inner .gallery-image.style-height {
        height: 655px;
    }
}

@media (max-width: 1399px) {
    .gallery-section-61 .gallery-card-item-inner .gallery-image.style-height {
        height: 610px;
    }
}

@media (max-width: 1199px) {
    .gallery-section-61 .gallery-card-item-inner .gallery-image.style-height {
        height: 500px;
    }
}

.project-wrapper-7 {
    margin-left: -290px;
    margin-right: -290px;
}

@media (max-width: 1199px) {
    .project-wrapper-7 {
        margin-left: 0;
        margin-right: 0;
    }
}

.project-box-area-style-7 {
    display: flex;
    align-items: center;
    gap: 55px;
    margin-top: 30px;
}

@media (max-width: 1199px) {
    .project-box-area-style-7 {
        display: block;
        gap: 30px;
    }
}

.project-box-area-style-7 .project-thumb {
    overflow: hidden;
    position: relative;
    z-index: 9;
}

@media (max-width: 1199px) {
    .project-box-area-style-7 .project-thumb {
        height: 450px;
    }

        .project-box-area-style-7 .project-thumb img {
            object-fit: cover;
        }
}

.project-box-area-style-7 .project-thumb img {
    width: 100%;
    height: 100%;
    position: relative;
    display: block;
    object-fit: cover;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}

    .project-box-area-style-7 .project-thumb img:first-child {
        position: absolute;
        left: 0;
        top: 0;
        right: 0;
        bottom: 0;
        z-index: 1;
        -webkit-transform: translateX(50%) scaleX(2);
        transform: translate(50%) scaleX(2);
        opacity: 0;
        -webkit-filter: blur(10px);
        filter: blur(10px);
    }

@media (max-width: 1199px) {
    .project-box-area-style-7 .project-content {
        margin-top: 25px;
        text-align: center;
    }
}

.project-box-area-style-7 .project-content h2 {
    font-size: 112px;
    font-weight: 500;
    color: rgba(234, 234, 234, 0.65);
}

@media (max-width: 1199px) {
    .project-box-area-style-7 .project-content h2 {
        font-size: 55px;
        line-height: 1;
    }
}

.project-box-area-style-7 .project-content .text-box {
    font-size: 14px;
    font-weight: 600;
    border: 1px solid var(--theme);
    padding: 0 20px;
    text-align: center;
    height: 40px;
    line-height: 3;
    display: inline-block;
    margin-top: 25px;
    color: var(--theme);
    transition: all 0.4s ease-in-out;
}

    .project-box-area-style-7 .project-content .text-box:hover {
        background-color: var(--theme);
        color: var(--white);
    }

.project-box-area-style-7 .project-content h3 {
    font-size: 24px;
    margin-top: 30px;
}

    .project-box-area-style-7 .project-content h3 a:hover {
        color: var(--theme);
    }

.project-box-area-style-7 .project-content .location-area {
    margin-top: 30px;
    display: flex;
    align-items: center;
    gap: 20px;
}

@media (max-width: 1199px) {
    .project-box-area-style-7 .project-content .location-area {
        justify-content: center;
    }
}

.project-box-area-style-7 .project-content .location-area .icon {
    width: 35px;
    height: 34px;
    background-color: rgba(244, 91, 30, 0.1);
    color: var(--theme);
    text-align: center;
}

.project-box-area-style-7:hover .project-thumb img:first-child {
    -webkit-transform: translateX(0) scaleX(1);
    transform: translate(0) scaleX(1);
    opacity: 1;
    -webkit-filter: blur(0);
    filter: blur(0);
}

.project-box-area-style-7:hover .project-thumb img:nth-child(2) {
    -webkit-transform: translateX(-50%) scaleX(2);
    transform: translateX(-50%) scaleX(2);
    opacity: 0;
    -webkit-filter: blur(10px);
    filter: blur(10px);
}

.project-section-8 .section-title-area {
    align-items: initial;
}

    .project-section-8 .section-title-area .title {
        font-size: 52px;
        font-weight: 700;
        line-height: 125%;
        letter-spacing: -2px;
        font-family: "Manrope", sans-serif;
    }

.project-thumb-box-8 {
    margin-top: 30px;
}

    .project-thumb-box-8 .project-image {
        position: relative;
        overflow: hidden;
    }

        .project-thumb-box-8 .project-image img {
            width: 100%;
            height: 100%;
            object-fit: cover;
            position: relative;
            display: block;
            object-fit: cover;
            -webkit-transition: all 500ms ease;
            transition: all 500ms ease;
        }

            .project-thumb-box-8 .project-image img:first-child {
                position: absolute;
                left: 0;
                top: 0;
                right: 0;
                bottom: 0;
                z-index: 1;
                -webkit-transform: translateX(50%) scaleX(2);
                transform: translate(50%) scaleX(2);
                opacity: 0;
                -webkit-filter: blur(10px);
                filter: blur(10px);
            }

    .project-thumb-box-8 .project-content-area {
        display: flex;
        align-items: center;
        justify-content: space-between;
        padding: 20px 0;
        transition: all 0.4s ease-in-out;
    }

        .project-thumb-box-8 .project-content-area .content h4 {
            margin-bottom: 13px;
            font-size: 28px;
            font-weight: 600;
            line-height: 107%;
            font-family: "Manrope", sans-serif;
        }

@media (max-width: 1399px) {
    .project-thumb-box-8 .project-content-area .content h4 {
        font-size: 20px;
    }
}

.project-thumb-box-8 .project-content-area .content h4 a {
    background-position: 0 95%;
    background-repeat: no-repeat;
    background-size: 0% 2px;
    display: inline;
}

    .project-thumb-box-8 .project-content-area .content h4 a:hover {
        color: var(--theme);
        background-size: 100% 2px;
        background-image: linear-gradient(180deg, var(--theme) 0%, var(--theme) 100%);
    }

.project-thumb-box-8 .project-content-area .content ul li {
    display: flex;
    align-items: center;
    gap: 50px;
    color: #535A63;
}

    .project-thumb-box-8 .project-content-area .content ul li span {
        font-weight: 500;
        color: #91969C;
    }

    .project-thumb-box-8 .project-content-area .content ul li:not(:last-child) {
        margin-bottom: 5px;
    }

.project-thumb-box-8 .project-content-area .arrow-btn {
    width: 69px;
    line-height: 69px;
    height: 69px;
    text-align: center;
    color: var(--header);
    border: 1px solid var(--border);
    font-size: 25px;
    transition: all 0.4s ease-in-out;
}

.project-thumb-box-8:hover img:first-child {
    -webkit-transform: translateX(0) scaleX(1);
    transform: translate(0) scaleX(1);
    opacity: 1;
    -webkit-filter: blur(0);
    filter: blur(0);
}

.project-thumb-box-8:hover img:nth-child(2) {
    -webkit-transform: translateX(-50%) scaleX(2);
    transform: translateX(-50%) scaleX(2);
    opacity: 0;
    -webkit-filter: blur(10px);
    filter: blur(10px);
}

.project-thumb-box-8:hover .arrow-btn {
    background-color: var(--theme);
    color: var(--white);
    border: 1px solid transparent;
}

.project-thumb-box-8.style-2 {
    margin-top: -205px;
}

@media (max-width: 1199px) {
    .project-thumb-box-8.style-2 {
        margin-top: -185px;
    }
}

@media (max-width: 991px) {
    .project-thumb-box-8.style-2 {
        margin-top: -156px;
    }
}

@media (max-width: 767px) {
    .project-thumb-box-8.style-2 {
        margin-top: 0;
    }
}

.project-box-items-style-9 {
    margin-top: 30px;
}

    .project-box-items-style-9 .project-image {
        position: relative;
        overflow: hidden;
    }

        .project-box-items-style-9 .project-image img {
            width: 100%;
            height: 100%;
        }

        .project-box-items-style-9 .project-image::before {
            top: 0;
            left: 0;
            height: 100%;
            width: 100%;
            transform: scale(0.7);
            content: "";
            position: absolute;
            background: rgba(30, 32, 35, 0.5);
            z-index: 1;
            transition: 0.5s;
            opacity: 0;
            visibility: hidden;
        }

        .project-box-items-style-9 .project-image .view-btn {
            width: 100px;
            height: 100px;
            line-height: 100px;
            text-align: center;
            color: var(--white);
            border-radius: 50%;
            background-color: var(--theme);
            position: absolute;
            top: 50%;
            left: 50%;
            transform: translate(-50%, -50%);
            font-size: 18px;
            font-weight: 600;
            opacity: 0;
            display: inline-block;
            visibility: hidden;
            transition: all 0.4s ease-in-out;
        }

@media (max-width: 1199px) {
    .project-box-items-style-9 .project-image .view-btn {
        width: 70px;
        height: 70px;
        line-height: 70px;
        font-size: 16px;
    }
}

.project-box-items-style-9 .project-image .view-btn:hover {
    background-color: var(--white);
    color: var(--theme);
}

.project-box-items-style-9 .project-image .content {
    position: absolute;
    left: -30px;
    bottom: 40px;
    opacity: 0;
    visibility: hidden;
    transition: all 0.4s ease-in-out;
}

    .project-box-items-style-9 .project-image .content p {
        color: var(--white);
        margin-bottom: 10px;
    }

    .project-box-items-style-9 .project-image .content h3 {
        font-size: 20px;
        font-weight: 600;
        letter-spacing: -0.6px;
        font-family: "Manrope", sans-serif;
    }

        .project-box-items-style-9 .project-image .content h3 a {
            background-position: 0 95%;
            background-repeat: no-repeat;
            background-size: 0% 2px;
            display: inline;
            color: var(--white);
        }

            .project-box-items-style-9 .project-image .content h3 a:hover {
                color: var(--theme);
                background-size: 100% 2px;
                background-image: linear-gradient(180deg, var(--theme) 0%, var(--theme) 100%);
            }

.project-box-items-style-9:hover .project-image::before {
    transform: scale(1);
    opacity: 1;
    visibility: visible;
}

.project-box-items-style-9:hover .project-image .view-btn {
    opacity: 1;
    visibility: visible;
    right: 30px;
    z-index: 999;
}

.project-box-items-style-9:hover .project-image .content {
    left: 30px;
    opacity: 1;
    visibility: visible;
    z-index: 999;
}

.project-section-11 {
    position: relative;
}

@media (max-width: 1399px) {
    .project-section-11 .custom-container-2 {
        padding: 0 60px;
    }
}

@media (max-width: 1199px) {
    .project-section-11 .custom-container-2 {
        padding: 0 50px;
    }
}

@media (max-width: 991px) {
    .project-section-11 .custom-container-2 {
        padding: 0 40px;
    }
}

@media (max-width: 767px) {
    .project-section-11 .custom-container-2 {
        padding: 0 20px;
    }
}

@media (max-width: 470px) {
    .project-section-11 .custom-container-2 {
        padding: 0 15px;
    }
}

.project-section-11 .container-fluid {
    padding: 0 150px;
}

@media (max-width: 1600px) {
    .project-section-11 .container-fluid {
        padding: 0 70px;
    }
}

@media (max-width: 1399px) {
    .project-section-11 .container-fluid {
        padding: 0 60px;
    }
}

@media (max-width: 1199px) {
    .project-section-11 .container-fluid {
        padding: 0 50px;
    }
}

@media (max-width: 991px) {
    .project-section-11 .container-fluid {
        padding: 0 40px;
    }
}

@media (max-width: 767px) {
    .project-section-11 .container-fluid {
        padding: 0 20px;
    }
}

@media (max-width: 470px) {
    .project-section-11 .container-fluid {
        padding: 0 15px;
    }
}

@media (max-width: 575px) {
    .project-section-11 .section-title-area .project-btn-area p br {
        display: none;
    }
}

.project-box-items-style-11 {
    position: relative;
}

    .project-box-items-style-11 .thumb {
        margin-top: 30px;
        overflow: hidden;
        position: relative;
    }

        .project-box-items-style-11 .thumb img {
            width: 100%;
            height: 100%;
            position: relative;
            display: block;
            object-fit: cover;
            z-index: 888;
            -webkit-transition: all 500ms ease;
            transition: all 500ms ease;
        }

            .project-box-items-style-11 .thumb img:first-child {
                position: absolute;
                left: 0;
                top: 0;
                right: 0;
                bottom: 0;
                z-index: 1;
                -webkit-transform: translateX(50%) scaleX(2);
                transform: translate(50%) scaleX(2);
                opacity: 0;
                -webkit-filter: blur(10px);
                filter: blur(10px);
            }

        .project-box-items-style-11 .thumb .content {
            position: absolute;
            left: -30px;
            bottom: 40px;
            opacity: 0;
            visibility: hidden;
            z-index: -1;
            transition: all 0.4s ease-in-out;
        }

            .project-box-items-style-11 .thumb .content h3 {
                font-size: 20px;
                font-weight: 600;
                letter-spacing: -0.6px;
                background-color: var(--white);
                padding: 12px 30px;
            }

@media (max-width: 1600px) {
    .project-box-items-style-11 .thumb .content h3 {
        font-size: 18px;
        padding: 10px 17px;
    }
}

.project-box-items-style-11 .thumb .content h3 a {
    color: var(--header);
}

.project-box-items-style-11 .thumb .content h3:hover a {
    color: var(--theme);
}

.project-box-items-style-11 .thumb .content p {
    background-color: var(--theme);
    color: var(--white);
    padding: 5px 0;
    margin-top: 8px;
    justify-content: center;
    width: 155px;
    display: flex;
    position: relative;
    z-index: -1;
}

@media (max-width: 1600px) {
    .project-box-items-style-11 .thumb .content p {
        padding: 3px;
    }
}

.project-box-items-style-11:hover .thumb img:first-child {
    -webkit-transform: translateX(0) scaleX(1);
    transform: translate(0) scaleX(1);
    opacity: 1;
    -webkit-filter: blur(0);
    filter: blur(0);
}

.project-box-items-style-11:hover .thumb img:nth-child(2) {
    -webkit-transform: translateX(-50%) scaleX(2);
    transform: translateX(-50%) scaleX(2);
    opacity: 0;
    -webkit-filter: blur(10px);
    filter: blur(10px);
}

.project-box-items-style-11:hover .content {
    left: 0;
    opacity: 1;
    visibility: visible;
    z-index: 999;
}

.testimonial-image-style-1 {
    overflow: hidden;
}

    .testimonial-image-style-1 img {
        width: 100%;
        height: 100%;
    }

.testimonial-right-style-1 {
    position: relative;
    margin-left: 50px;
}

@media (max-width: 1399px) {
    .testimonial-right-style-1 {
        margin-left: 0;
    }
}

.testimonial-right-style-1 .testimonial-content-style-1 .star {
    margin-bottom: 20px;
    color: var(--theme);
}

.testimonial-right-style-1 .testimonial-content-style-1 p {
    color: var(--header);
    font-size: 26px;
    font-weight: 500;
    margin-top: 10px;
    font-family: "Unbounded", sans-serif;
    max-width: 646px;
    line-height: 182%;
}

@media (max-width: 1399px) {
    .testimonial-right-style-1 .testimonial-content-style-1 p {
        font-size: 16px;
    }
}

.testimonial-right-style-1 .testimonial-content-style-1 .info-item {
    display: flex;
    align-items: center;
    gap: 15px;
    margin-top: 40px;
}

    .testimonial-right-style-1 .testimonial-content-style-1 .info-item img {
        border: 1px solid #91969C;
        border-radius: 100px;
    }

    .testimonial-right-style-1 .testimonial-content-style-1 .info-item .content span {
        color: #91969C;
        font-weight: 500;
    }

.testimonial-right-style-1 .array-buttons {
    position: absolute;
    right: 50px;
    top: 100px;
    display: grid;
    gap: 30px;
}

.testimonial-section {
    position: relative;
}

    .testimonial-section .left-shape {
        position: absolute;
        left: 140px;
        top: 0;
    }

        .testimonial-section .left-shape img {
            height: 556px;
        }

@media (max-width: 1600px) {
    .testimonial-section .left-shape {
        display: none;
    }
}

.testimonial-box-item-style-2 {
    background-color: var(--white);
    padding: 45px 30px;
}

@media (max-width: 1399px) {
    .testimonial-box-item-style-2 {
        padding: 30px;
    }
}

.testimonial-box-item-style-2 .star {
    color: var(--theme);
    margin-bottom: 10px;
}

.testimonial-box-item-style-2 p {
    margin-top: 15px;
}

.testimonial-box-item-style-2 .info-item {
    display: flex;
    align-items: center;
    gap: 15px;
    margin-top: 125px;
}

@media (max-width: 1399px) {
    .testimonial-box-item-style-2 .info-item {
        margin-top: 30px;
    }
}

.testimonial-box-item-style-2 .info-item img {
    border: 1px solid #91969C;
    border-radius: 100px;
}

.testimonial-box-item-style-2 .info-item .content span {
    color: #91969C;
    font-weight: 500;
    font-size: 15px;
}

.testimonial-box-item-style-2.testimonial-style-10 {
    background-color: var(--bg-3);
}

    .testimonial-box-item-style-2.testimonial-style-10 h5 {
        font-size: 24px;
        font-weight: 600;
        letter-spacing: -0.5px;
        line-height: 167%;
        font-family: "Manrope", sans-serif;
    }

    .testimonial-box-item-style-2.testimonial-style-10 .info-item h6 {
        font-size: 20px;
        font-weight: 700;
        font-family: "Manrope", sans-serif;
    }

.testimonial-box-item-style-new {
    background-color: var(--header);
    padding: 50px 40px;
}

@media (max-width: 1399px) {
    .testimonial-box-item-style-new {
        padding: 30px;
    }
}

.testimonial-box-item-style-new h2 {
    color: var(--theme);
    margin-bottom: 10px;
}

    .testimonial-box-item-style-new h2 sub {
        font-size: 18px;
        font-weight: 500;
        margin-top: 10px;
    }

.testimonial-box-item-style-new p {
    color: rgba(255, 255, 255, 0.74);
    margin-bottom: 120px;
}

@media (max-width: 1399px) {
    .testimonial-box-item-style-new p {
        margin-bottom: 30px;
    }
}

.testimonial-box-item-style-new .group-image {
    margin-bottom: 20px;
    margin-top: 30px;
}

.testimonial-box-item-style-new h6 {
    color: var(--white);
    font-family: "Barlow", sans-serif;
}

.testimonial-section-2 .testimonial-top {
    display: flex;
    align-items: start;
    gap: 155px;
    margin-bottom: 48px;
}

@media (max-width: 1399px) {
    .testimonial-section-2 .testimonial-top {
        display: grid;
        justify-content: center;
        gap: 0;
        text-align: center;
        max-width: 700px;
        margin: 0 auto 30px;
    }

        .testimonial-section-2 .testimonial-top .section-title {
            margin-bottom: 0;
        }
}

.testimonial-top-item {
    display: flex;
    align-items: start;
    justify-content: space-between;
    margin-bottom: 80px;
}

@media (max-width: 1399px) {
    .testimonial-top-item {
        gap: 30px;
        margin-bottom: 30px;
    }
}

@media (max-width: 991px) {
    .testimonial-top-item {
        flex-wrap: wrap;
        gap: 30px;
    }
}

.testimonial-top-item .left-content p {
    color: var(--white);
    max-width: 704px;
    margin-top: 20px;
    margin-bottom: 60px;
}

@media (max-width: 1399px) {
    .testimonial-top-item .left-content p {
        margin-bottom: 30px;
    }
}

.testimonial-top-item .left-content .info-item {
    display: flex;
    align-items: center;
    gap: 10px;
}

@media (max-width: 1399px) {
    .testimonial-top-item .left-content .info-item {
        flex-wrap: wrap;
    }
}

.testimonial-top-item .left-content .info-item span {
    color: var(--white);
}

.testimonial-top-item .testimonial-image {
    margin-right: -175px;
    max-width: 646px;
    margin-top: -150px;
    margin-left: 60px;
}

@media (max-width: 1899px) {
    .testimonial-top-item .testimonial-image {
        margin-right: -36px;
    }
}

@media (max-width: 1399px) {
    .testimonial-top-item .testimonial-image {
        margin-top: 0;
        margin-right: 0;
        margin-left: 0;
    }
}

.testimonial-top-item .testimonial-image img {
    width: 100%;
    height: 100%;
}

.testimonial-section-3 {
    position: relative;
}

@media (max-width: 1399px) {
    .testimonial-section-3 {
        overflow: hidden;
    }
}

.testimonial-section-3 .left-shape {
    position: absolute;
    left: 0;
    top: 0;
}

.testimonial-section-3 .piler-shape {
    position: absolute;
    right: 90px;
    bottom: 34px;
}

@media (max-width: 1600px) {
    .testimonial-section-3 .piler-shape {
        display: none;
    }
}

.testimonial-section-3::before {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    content: "";
    background-color: var(--white);
    top: 65%;
}

@media (max-width: 1399px) {
    .testimonial-section-3::before {
        top: 100%;
    }
}

.testimonial-card-items-style-3 {
    background-color: var(--white);
    border: 1px solid #D4D4D4;
    padding: 45px 30px;
    position: relative;
}

@media (max-width: 1399px) {
    .testimonial-card-items-style-3 {
        padding: 30px;
    }
}

.testimonial-card-items-style-3 .star {
    color: var(--theme);
    margin-bottom: 10px;
}

.testimonial-card-items-style-3 p {
    max-width: 332px;
    margin-bottom: 125px;
    margin-top: 20px;
}

@media (max-width: 1399px) {
    .testimonial-card-items-style-3 p {
        margin-bottom: 30px;
    }
}

.testimonial-card-items-style-3 .client-item {
    display: flex;
    align-items: center;
    gap: 10px;
}

    .testimonial-card-items-style-3 .client-item .content h6 {
        font-weight: 500;
    }

@media (max-width: 1399px) {
    .testimonial-card-items-style-3 .client-item .content span {
        font-size: 14px;
    }
}

.testimonial-box-item-style-5 {
    background-color: var(--header);
    padding: 50px 40px;
}

@media (max-width: 1399px) {
    .testimonial-box-item-style-5 {
        padding: 30px;
    }
}

.testimonial-box-item-style-5 h2 {
    color: var(--theme);
    margin-bottom: 10px;
}

    .testimonial-box-item-style-5 h2 sub {
        font-size: 18px;
        font-weight: 500;
        margin-top: 10px;
    }

.testimonial-box-item-style-5 p {
    color: rgba(255, 255, 255, 0.74);
    margin-bottom: 120px;
}

@media (max-width: 1399px) {
    .testimonial-box-item-style-5 p {
        margin-bottom: 30px;
    }
}

.testimonial-box-item-style-5 .group-image {
    margin-bottom: 20px;
    margin-top: 30px;
}

.testimonial-box-item-style-5 h6 {
    color: var(--white);
    font-family: "Barlow", sans-serif;
}

.testimonial-section-5 {
    position: relative;
    z-index: 9;
}

@media (max-width: 1600px) {
    .testimonial-section-5 {
        overflow: hidden;
    }
}

.testimonial-section-5 .testimonial-top {
    display: flex;
    align-items: start;
    gap: 155px;
    margin-bottom: 48px;
}

@media (max-width: 1399px) {
    .testimonial-section-5 .testimonial-top {
        flex-wrap: wrap;
        gap: 60px;
        margin-bottom: 30px;
    }
}

@media (max-width: 991px) {
    .testimonial-section-5 .testimonial-top {
        flex-wrap: wrap;
        gap: 0px;
        margin-bottom: 30px;
    }
}

@media (max-width: 1399px) {
    .testimonial-section-5 .testimonial-top .section-title {
        margin-bottom: 0;
    }
}

@media (max-width: 1399px) {
    .testimonial-section-5 .testimonial-top .section-title h2 {
        max-width: 500px;
    }
}

@media (max-width: 991px) {
    .testimonial-section-5 .testimonial-top .section-title h2 {
        max-width: initial;
    }
}

.testimonial-section-5 .right-shape {
    position: absolute;
    right: 0;
    top: -120px;
    z-index: -1;
}

@media (max-width: 1600px) {
    .testimonial-section-5 .right-shape {
        display: none;
    }
}

.testimonial-section-5 .left-shape {
    position: absolute;
    left: -60px;
    top: -173px;
    height: 1193px;
    bottom: 0;
}

@media (max-width: 1600px) {
    .testimonial-section-5 .left-shape {
        display: none;
    }
}

.testimonial-section-5 .left-shape img {
    width: 100%;
    height: 100%;
}

.testimonial-section-4 .top-section {
    display: flex;
    gap: 140px;
    margin-bottom: 25px;
}

@media (max-width: 1399px) {
    .testimonial-section-4 .top-section {
        display: grid;
        justify-content: center;
        text-align: center;
        gap: 0;
        margin-bottom: 30px;
    }
}

.testimonial-box-items-4 {
    background-color: var(--white);
    padding: 40px;
}

    .testimonial-box-items-4 .star {
        color: var(--theme);
    }

    .testimonial-box-items-4 h5 {
        margin-top: 10px;
        border-bottom: 1px solid rgb(30, 32, 35);
        padding-bottom: 10px;
    }

    .testimonial-box-items-4 .info-item {
        display: flex;
        align-items: center;
        gap: 20px;
        margin-top: 45px;
    }

        .testimonial-box-items-4 .info-item img {
            border-radius: 100px;
            border: 1px solid #91969C;
        }

        .testimonial-box-items-4 .info-item .content span {
            color: #91969C;
            font-weight: 500;
            font-size: 15px;
            margin-top: 5px;
        }

    .testimonial-box-items-4.testimonial-items-13 {
        background-color: var(--bg-3);
    }

        .testimonial-box-items-4.testimonial-items-13 h5 {
            border-bottom: none;
        }

@media (max-width: 1399px) {
    .testimonial-section-5 {
        margin-top: 100px;
    }
}

@media (max-width: 991px) {
    .testimonial-section-5 {
        margin-top: 80px;
    }
}

.testimonial-left-box-style-6 {
    background-color: var(--white);
    padding: 50px 45px;
    position: relative;
    z-index: 9;
    margin-bottom: 15px;
}

@media (max-width: 1199px) {
    .testimonial-left-box-style-6 {
        padding: 40px 35px;
    }
}

@media (max-width: 767px) {
    .testimonial-left-box-style-6 {
        padding: 30px;
    }
}

.testimonial-left-box-style-6 .bg-1 {
    position: absolute;
    left: 10px;
    right: 0;
    bottom: -8px;
    width: 100%;
    height: 8px;
    background: #FEEAE2;
    width: calc(100% - 20px);
}

.testimonial-left-box-style-6 .bg-2 {
    position: absolute;
    left: 20px;
    right: 0;
    bottom: -15px;
    width: 100%;
    height: 8px;
    background: #F9CDBC;
    width: calc(100% - 40px);
}

.testimonial-left-box-style-6 .testimonial-icon-area {
    display: flex;
    align-items: center;
    gap: 25px;
}

    .testimonial-left-box-style-6 .testimonial-icon-area .star {
        color: var(--theme);
        margin-bottom: 10px;
    }

.testimonial-left-box-style-6 .testi-text {
    font-size: 24px;
    margin-top: 30px;
    line-height: 167%;
}

@media (max-width: 1399px) {
    .testimonial-left-box-style-6 .testi-text {
        font-size: 22px;
    }
}

@media (max-width: 1199px) {
    .testimonial-left-box-style-6 .testi-text {
        font-size: 20px;
    }
}

@media (max-width: 767px) {
    .testimonial-left-box-style-6 .testi-text {
        font-size: 18px;
    }
}

@media (max-width: 575px) {
    .testimonial-left-box-style-6 .testi-text {
        font-size: 16px;
    }
}

@media (max-width: 470px) {
    .testimonial-left-box-style-6 .testi-text {
        font-size: 15px;
    }
}

.testimonial-left-box-style-6 .testimonial-bottom-area {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 60px;
}

@media (max-width: 1199px) {
    .testimonial-left-box-style-6 .testimonial-bottom-area {
        flex-wrap: wrap;
        margin-top: 30px;
        justify-content: start;
        gap: 30px;
    }
}

.testimonial-left-box-style-6 .testimonial-bottom-area .info-item {
    display: flex;
    align-items: center;
    gap: 15px;
}

@media (max-width: 1399px) {
    .testimonial-left-box-style-6 .testimonial-bottom-area .info-item {
        margin-top: 30px;
    }
}

.testimonial-left-box-style-6 .testimonial-bottom-area .info-item img {
    border: 1px solid #91969C;
    border-radius: 100px;
}

.testimonial-left-box-style-6 .testimonial-bottom-area .info-item .content span {
    color: #91969C;
    font-weight: 500;
    font-size: 15px;
}

.testimonial-section-6 {
    position: relative;
    z-index: 9;
}

    .testimonial-section-6::before {
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        width: 100%;
        height: 100%;
        content: "";
        background: rgba(9, 0, 37, 0.61);
        z-index: -1;
    }

    .testimonial-section-6 .testimonial-right-items-style-6 {
        position: relative;
        z-index: 1;
        max-width: 505px;
        margin-left: 50px;
    }

@media (max-width: 1199px) {
    .testimonial-section-6 .testimonial-right-items-style-6 {
        margin-left: 0;
        max-width: initial;
    }
}

.testimonial-section-6 .testimonial-right-items-style-6 .testimonial-text {
    margin-top: 25px;
    color: var(--white);
}

.testimonial-section-6 .testimonial-right-items-style-6 .reviwe-area {
    display: flex;
    align-items: center;
    gap: 80px;
    margin-top: 100px;
}

@media (max-width: 1199px) {
    .testimonial-section-6 .testimonial-right-items-style-6 .reviwe-area {
        flex-wrap: wrap;
        gap: 30px;
        margin-top: 30px;
    }

        .testimonial-section-6 .testimonial-right-items-style-6 .reviwe-area img {
            width: 100%;
        }
}

.testimonial-left-content-style-7 {
    max-width: 670px;
}

    .testimonial-left-content-style-7 .star {
        color: var(--theme);
    }

        .testimonial-left-content-style-7 .star i {
            margin-right: 6px;
        }

    .testimonial-left-content-style-7 h4 {
        margin-top: 25px;
        line-height: 162%;
    }

@media (max-width: 767px) {
    .testimonial-left-content-style-7 h4 {
        margin-top: 16px;
    }
}

.testimonial-left-content-style-7 .info-item {
    display: flex;
    align-items: center;
    gap: 20px;
    margin-top: 50px;
}

@media (max-width: 991px) {
    .testimonial-left-content-style-7 .info-item {
        margin-top: 25px;
    }
}

.testimonial-left-content-style-7 .info-item img {
    border-radius: 100px;
    border: 1px solid #91969C;
}

.testimonial-left-content-style-7 .info-item .content span {
    color: #91969C;
    font-weight: 500;
    font-size: 15px;
    margin-top: 5px;
}

.testimonial-section-7 .array-button {
    display: grid;
    align-items: center;
    gap: 12px;
}

@media (max-width: 991px) {
    .testimonial-section-7 .array-button {
        display: none;
    }
}

.testimonial-section-7 .array-button .array-prev, .testimonial-section-7 .array-button .array-next {
    width: 55px;
    height: 56px;
    line-height: 56px;
    text-align: center;
    color: var(--theme);
    background-color: transparent;
    transition: all 0.4s ease-in-out;
    border: 1px solid var(--theme);
}

    .testimonial-section-7 .array-button .array-prev:hover, .testimonial-section-7 .array-button .array-next:hover {
        background-color: var(--theme);
        color: var(--white);
    }

.testimonial-box-item-style-8 {
    display: flex;
    gap: 30px;
}

@media (max-width: 1199px) {
    .testimonial-box-item-style-8 {
        gap: 0;
        justify-content: space-around;
    }
}

.testimonial-box-item-style-8 .section-title-area {
    display: flex;
    flex-direction: column;
    align-items: initial;
    text-align: center;
}

@media (max-width: 1199px) {
    .testimonial-box-item-style-8 .section-title-area {
        display: none;
    }
}

.testimonial-box-item-style-8 .section-title-area .section-title .sub-title {
    color: var(--theme);
}

.testimonial-box-item-style-8 .section-title-area .counter-item {
    margin-top: auto;
}

    .testimonial-box-item-style-8 .section-title-area .counter-item .count {
        font-size: 700;
        font-size: 70px;
        font-size: 88px;
        font-family: "Manrope", sans-serif;
    }

    .testimonial-box-item-style-8 .section-title-area .counter-item p {
        font-size: 16px;
    }

.testimonial-box-item-style-8 .testimonial-image {
    position: relative;
}

    .testimonial-box-item-style-8 .testimonial-image .image img {
        width: 100%;
        height: 100%;
    }

    .testimonial-box-item-style-8 .testimonial-image .customar-box {
        position: absolute;
        left: 50%;
        bottom: 35px;
        transform: translate(-50%);
        background-color: var(--bg-3);
        border-radius: 58px;
        max-width: 290px;
        width: 100%;
        padding: 22px 0;
        text-align: center;
    }

        .testimonial-box-item-style-8 .testimonial-image .customar-box p {
            margin-top: 5px;
        }

.testimonial-right-style-8 {
    position: relative;
}

    .testimonial-right-style-8 h2 {
        font-size: 52px;
        font-weight: 700;
        line-height: 125%;
        letter-spacing: -2px;
        font-family: "Manrope", sans-serif;
    }

@media (max-width: 991px) {
    .testimonial-right-style-8 h2 {
        font-size: 32px;
    }
}

.testimonial-right-style-8 h2.style-12 {
    font-family: "Unbounded", sans-serif;
    font-size: 44px;
    font-weight: 700;
    line-height: 134%;
}

@media (max-width: 991px) {
    .testimonial-right-style-8 h2.style-12 {
        font-size: 32px;
    }

        .testimonial-right-style-8 h2.style-12 br {
            display: none;
        }
}

@media (max-width: 767px) {
    .testimonial-right-style-8 {
        margin-top: 50px;
    }
}

.testimonial-right-style-8 .testimonial-content-style-8 {
    position: relative;
    background-color: var(--white);
    padding: 40px 38px;
    margin-top: 30px;
}

@media (max-width: 991px) {
    .testimonial-right-style-8 .testimonial-content-style-8 {
        padding: 22px;
    }
}

.testimonial-right-style-8 .testimonial-content-style-8 .star {
    margin-bottom: 10px;
    color: var(--theme);
}

.testimonial-right-style-8 .testimonial-content-style-8 h3 {
    color: var(--header);
    font-size: 18px;
    font-weight: 600;
    margin-top: 10px;
    line-height: 222%;
    padding-bottom: 15px;
    margin-bottom: 18px;
    border-bottom: 1px solid rgba(30, 32, 35, 0.2);
}

@media (max-width: 1399px) {
    .testimonial-right-style-8 .testimonial-content-style-8 h3 {
        font-size: 16px;
    }
}

.testimonial-right-style-8 .testimonial-content-style-8 p {
    max-width: 516px;
}

.testimonial-right-style-8 .testimonial-content-style-8 .info-item {
    display: flex;
    align-items: center;
    gap: 15px;
    margin-top: 40px;
}

    .testimonial-right-style-8 .testimonial-content-style-8 .info-item img {
        border: 1px solid #91969C;
        border-radius: 100px;
    }

    .testimonial-right-style-8 .testimonial-content-style-8 .info-item .content span {
        color: #91969C;
        font-weight: 500;
    }

@media (max-width: 991px) {
    .testimonial-right-style-8 .testimonial-content-style-8 .info-item .content span {
        font-size: 14px;
    }
}

.testimonial-right-style-8 .array-buttons {
    position: absolute;
    right: 40px;
    bottom: 40px;
    gap: 20px;
}
