/*-----------------------------------------------------------------------------------

    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=Outfit:wght@100..900&display=swap");
:root {
    --body: #fff;
    --black: #000;
    --black2: #1e2938;
    --white: #fff;
    --theme: #c52127;
    --header: #101828;
    --text: #4a5565;
    --text-light: #7e7e7e;
    --text-2: #4a5565b2;
    --text-3: #4a5565;
    --border: #10182847;
    --bg: #1e2938;
    --bg-2: #f1e6e6;
    --bg-3: #fdf7f7;
    --box-shadow: 0px 1px 14px 0px color-mix(in srgb, var(--black) 13%, transparent);
}

.txt-theme {
    color: var(--theme);
}

.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: "Outfit", 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-family: "Outfit", 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: "Outfit", sans-serif;
    padding: 18px 34px;
    color: var(--white);
    display: inline-block;
    vertical-align: middle;
    appearance: none;
    -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: "Outfit", 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: "Outfit", 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;
}

p,
ul,
li {
    font-weight: 400;
}

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;
}
.about-left-item-style-1 .client-item img {
    width: 130px;
    height: 130px;
}
.about-left-item-style-1 .client-item .text .about-client-name {
    display: block;
    font-size: 20px;
    line-height: 1.32;
    margin: 0 0 5px;
}
.about-left-item-style-1 .client-item .text .about-client-role {
    color: var(--theme);
    text-transform: uppercase;
    font-size: 13px;
    font-weight: 600;
}
@media (max-width: 1399px) {
    .about-left-item-style-1 .client-item {
        margin-left: 0;
        margin-top: 30px;
    }
    .about-left-item-style-1 .client-item img {
        width: 116px;
        height: 116px;
    }
    .about-left-item-style-1 .client-item .text .about-client-name {
        font-size: 18px;
    }
    .about-left-item-style-1 .client-item .text .about-client-role {
        font-size: 12px;
    }
}
@media (max-width: 991px) {
    .about-left-item-style-1 .client-item img {
        width: 102px;
        height: 102px;
    }
}
@media (max-width: 575px) {
    .about-left-item-style-1 .client-item img {
        width: 88px;
        height: 88px;
    }
    .about-left-item-style-1 .client-item .text .about-client-name {
        font-size: 16px;
    }
    .about-left-item-style-1 .client-item .text .about-client-role {
        font-size: 11px;
    }
}

.about-content-style-1 .text {
    max-width: 621px;
    margin-top: 20px;
    margin-bottom: 30px;
}
.about-content-style-1 .about-box-item {
    background-color: var(--header);
    padding: 56px 100px 56px 240px;
    margin-left: -300px;
    margin-top: 60px;
}
@media (max-width: 1600px) {
    .about-content-style-1 .about-box-item {
        margin-left: 0;
        padding: 48px 100px 48px 120px;
        margin-top: 30px;
        margin-left: -115px;
    }
}
@media (max-width: 1399px) {
    .about-content-style-1 .about-box-item {
        margin-left: 0;
        padding: 40px 30px;
        margin-top: 30px;
    }
}
@media (max-width: 575px) {
    .about-content-style-1 .about-box-item {
        padding: 32px 22px;
    }
}
.about-content-style-1 .about-box-item .nav {
    display: flex;
    gap: 20px;
    margin-bottom: 30px;
    border-bottom: 1px solid color-mix(in srgb, var(--white) 22%, transparent);
    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: color-mix(in srgb, var(--white) 46%, transparent);
    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 .about-box-title {
    color: var(--white);
    font-size: 22px;
    font-weight: 500;
    text-transform: uppercase;
    line-height: 1;
    margin-bottom: 30px;
    border-bottom: 1px solid color-mix(in srgb, var(--white) 22%, transparent);
    padding-bottom: 20px;
}
@media (max-width: 1399px) {
    .about-content-style-1 .about-box-item .about-box-title {
        margin-bottom: 20px;
    }
}
.about-content-style-1 .about-box-item .content p {
    color: var(--white);
    max-width: 704px;
    margin-bottom: 0;
    font-size: 20px;
    font-weight: 400;
    opacity: 0.7;
}
@media (max-width: 1399px) {
    .about-content-style-1 .about-box-item .content p {
        margin-bottom: 0;
        font-size: 16px;
    }
}
.about-content-style-1 .about-box-item .content h6 {
    color: color-mix(in srgb, var(--white) 57%, transparent);
    text-transform: uppercase;
    font-family: "Outfit", 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-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: "Outfit", sans-serif;
    line-height: 1;
    position: relative;
    margin-bottom: 10px;
    display: inline-block;
}
.about-content-styles-3 .pro-items .progress {
    border-radius: 2px;
    background: color-mix(in srgb, var(--theme) 18%, transparent);
    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 color-mix(in srgb, var(--white) 22%, transparent);
    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: color-mix(in srgb, var(--white) 46%, transparent);
    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: color-mix(in srgb, var(--white) 57%, transparent);
    text-transform: uppercase;
    font-family: "Outfit", 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: 458px;
}
.about-content-style-2 .circle {
    margin-top: 90px;
    margin-left: 180px;
}
@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;
}
@media (max-width: 1399px) {
    .about-section-2 .right-shape {
        display: none;
    }
}
.about-section-2 .bottom-shape {
    bottom: 0;
    right: 0;
    position: absolute;
}
@media (max-width: 1399px) {
    .about-section-2 .bottom-shape {
        display: none;
    }
}

.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: color-mix(in srgb, var(--white) 46%, transparent);
    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;
}
.about-company-section-4 .js-about-company-video {
    display: block;
    width: 200px;
    height: auto;
    margin: 0 auto 20px;
}
@media (max-width: 991px) {
    .about-company-section-4 .js-about-company-video {
        width: 160px;
    }
}
@media (max-width: 767px) {
    .about-company-section-4 .js-about-company-video {
        width: 130px;
        margin-bottom: 16px;
    }
}
@media (max-width: 575px) {
    .about-company-section-4 .js-about-company-video {
        width: 112px;
    }
}

.actually-area {
    height: auto;
    display: block;
}
@media (max-width: 1199px) {
    .actually-area br {
        display: none;
    }
}

.about-company-section-4 {
    position: relative;
}
.about-company-section-4 .about-company-wrapper-4 {
    width: 100%;
    max-width: 100%;
    margin: 0;
    padding: 58px 48px;
    border: 1px solid color-mix(in srgb, var(--bg) 15%, transparent);
    background-color: transparent;
}
@media (max-width: 1199px) {
    .about-company-section-4 .about-company-wrapper-4 {
        padding: 44px 30px;
    }
}
@media (max-width: 767px) {
    .about-company-section-4 .about-company-wrapper-4 {
        padding: 30px 18px;
    }
}
.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: var(--bg-3);
    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;
    }
    .about-section-7 .about-middle-content-7 {
        padding-inline: 22px;
    }
}
@media (max-width: 575px) {
    .about-middle-content-7 .section-title h2 {
        font-size: 25px;
    }
    .about-section-7 .about-middle-content-7 {
        padding-inline: 26px;
    }
}
.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%;
}
@media (max-width: 767px) {
    .a-equil-hide-mobile-first-image {
        display: none;
    }
}

.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;
    }
}

@-webkit-keyframes rippleOne {
    70% {
        -webkit-box-shadow: 0 0 0 40px transparent;
        box-shadow: 0 0 0 40px transparent;
    }
    100% {
        -webkit-box-shadow: 0 0 0 0 transparent;
        box-shadow: 0 0 0 0 transparent;
    }
}
@keyframes rippleOne {
    70% {
        -webkit-box-shadow: 0 0 0 40px transparent;
        box-shadow: 0 0 0 40px transparent;
    }
    100% {
        -webkit-box-shadow: 0 0 0 0 transparent;
        box-shadow: 0 0 0 0 transparent;
    }
}
@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 color-mix(in srgb, var(--bg) 41%, transparent);
    border-bottom: 1px solid color-mix(in srgb, var(--bg) 41%, transparent);
    border-top: 1px solid color-mix(in srgb, var(--bg) 41%, transparent);
    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: color-mix(in srgb, var(--black) 45%, transparent);
}
.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: color-mix(in srgb, var(--text) 69.8039%, transparent);
    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: color-mix(in srgb, var(--text) 69.8039%, transparent);
}
.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: color-mix(in srgb, var(--text) 69.8039%, transparent);
    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: color-mix(in srgb, var(--text) 69.8039%, transparent);
}
.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: color-mix(in srgb, var(--black) 45%, transparent);
    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: color-mix(in srgb, var(--text) 69.8039%, transparent);
    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: color-mix(in srgb, var(--text) 69.8039%, transparent);
}
.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: var(--header);
    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: 430px;
    }
}
@media (max-width: 767px) {
    .contact-left-image-inner {
        height: 320px;
    }
    .contato-hide-mobile-image {
        display: none;
    }
}
@media (max-width: 575px) {
    .contact-left-image-inner {
        height: 260px;
    }
}
.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: var(--text);
    font-weight: 500;
    border: 1px solid color-mix(in srgb, var(--bg) 15%, transparent);
    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: color-mix(in srgb, var(--text) 55%, transparent);
    font-weight: 400;
}
.contact-right-items-inner .contact-content-style-7 .contact-form-items .form-clt textarea {
    padding-bottom: 100px;
    resize: none;
}
.contact-right-items-inner .contact-content-style-7 .contact-form-items .form-clt.has-icon > i {
    position: absolute;
    left: 16px;
    top: 50%;
    transform: translateY(-50%);
    font-size: 15px;
    color: color-mix(in srgb, var(--text) 50%, transparent);
    transition: color 0.3s ease;
    pointer-events: none;
    z-index: 1;
}
.contact-right-items-inner .contact-content-style-7 .contact-form-items .form-clt.has-icon > i + textarea ~ i,
.contact-right-items-inner .contact-content-style-7 .contact-form-items .form-clt.has-icon:has(textarea) > i {
    top: 22px;
    transform: none;
}
.contact-right-items-inner .contact-content-style-7 .contact-form-items .form-clt.has-icon input,
.contact-right-items-inner .contact-content-style-7 .contact-form-items .form-clt.has-icon textarea {
    padding-left: 44px;
}
.contact-right-items-inner .contact-content-style-7 .contact-form-items .form-clt.has-icon:focus-within > i {
    color: var(--theme);
}

.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 {
    display: block;
    width: 100%;
    height: 520px;
}
@media (max-width: 991px) {
    .contact-section-inner.section-padding {
        padding-top: 65px;
    }
    .contact-right-items-inner .section-title {
        margin-bottom: 18px;
    }
    .contact-right-items-inner .section-title h2 {
        font-size: 30px;
        line-height: 1.2;
    }
    .contact-right-items-inner .contact-content-style-7 {
        margin-top: 24px;
    }
    .contact-right-items-inner .contact-content-style-7 .contact-form-items .row {
        --bs-gutter-x: 0.875rem;
        --bs-gutter-y: 0.875rem;
    }
    .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 {
        font-size: 15px;
        padding: 10px 16px;
    }
    .contact-right-items-inner .contact-content-style-7 .contact-form-items .form-clt.has-icon > i {
        left: 14px;
        font-size: 14px;
    }
    .contact-right-items-inner .contact-content-style-7 .contact-form-items .form-clt.has-icon:has(textarea) > i {
        top: 19px;
    }
    .contact-right-items-inner .contact-content-style-7 .contact-form-items .form-clt.has-icon input,
    .contact-right-items-inner .contact-content-style-7 .contact-form-items .form-clt.has-icon textarea {
        padding-left: 38px;
    }
    .contact-right-items-inner .contact-content-style-7 .contact-form-items .form-clt textarea {
        min-height: 170px;
        padding-bottom: 12px;
    }
    .contact-section-inner .contact-bottom-items-inner.section-padding {
        padding-top: 54px;
        padding-bottom: 20px;
    }
    .contact-bottom-items-inner {
        gap: 18px;
    }
    .contact-bottom-items-inner .info-items {
        gap: 16px;
    }
    .contact-bottom-items-inner .info-items .icon {
        width: 52px;
        height: 52px;
        line-height: 52px;
        font-size: 24px;
    }
    .contact-bottom-items-inner .info-items .content h5 {
        font-size: 17px;
        margin-bottom: 3px;
    }
    .contact-bottom-items-inner .info-items .content h6,
    .contact-bottom-items-inner .info-items .content h6 a {
        font-size: 13px;
    }
    .google-map-items iframe {
        height: 360px;
    }
}
@media (max-width: 767px) {
    .contact-section-inner.section-padding {
        padding-top: 56px;
    }
    .contact-right-items-inner .section-title .sub-title {
        font-size: 13px;
        margin-bottom: 10px;
    }
    .contact-right-items-inner .section-title h2 {
        font-size: 25px;
    }
    .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 {
        font-size: 14px;
        padding: 9px 14px;
    }
    .contact-right-items-inner .contact-content-style-7 .contact-form-items .form-clt.has-icon input,
    .contact-right-items-inner .contact-content-style-7 .contact-form-items .form-clt.has-icon textarea {
        padding-left: 35px;
    }
    .contact-right-items-inner .contact-content-style-7 .contact-form-items .form-clt textarea {
        min-height: 150px;
    }
    .contact-right-items-inner .contact-content-style-7 .contact-form-items .theme-btn-main.style-2 {
        width: 100%;
        justify-content: space-between;
    }
    .contact-right-items-inner .contact-content-style-7 .contact-form-items .theme-btn-main.style-2 .theme-btn {
        font-size: 13px;
    }
    .contact-section-inner .contact-bottom-items-inner.section-padding {
        padding-top: 42px;
        padding-bottom: 14px;
    }
    .contact-bottom-items-inner .info-items {
        width: 100%;
    }
    .google-map-items iframe {
        height: 290px;
    }
}
@media (max-width: 575px) {
    .contact-section-inner.section-padding {
        padding-top: 48px;
    }
    .contact-right-items-inner .section-title h2 {
        font-size: 22px;
    }
    .contact-right-items-inner .contact-content-style-7 .contact-form-items .theme-btn-main.style-2 .theme-btn {
        font-size: 12px;
    }
    .contact-bottom-items-inner .info-items .icon {
        width: 46px;
        height: 46px;
        line-height: 46px;
        font-size: 21px;
    }
    .contact-bottom-items-inner .info-items .content h5 {
        font-size: 16px;
    }
    .contact-bottom-items-inner .info-items .content h6,
    .contact-bottom-items-inner .info-items .content h6 a {
        font-size: 12px;
    }
    .google-map-items iframe {
        height: 240px;
    }
}

.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: color-mix(in srgb, var(--text) 69.8039%, transparent);
    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: color-mix(in srgb, var(--text) 69.8039%, transparent);
}
.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: color-mix(in srgb, var(--theme) 68%, transparent);
    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: color-mix(in srgb, var(--white) 8%, transparent);
}
.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: var(--theme);
    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: var(--theme);
    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: 10px;
}
.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 var(--white);
}
.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);
}

@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: var(--black2);
    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: color-mix(in srgb, var(--bg) 61%, transparent);
}
.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: color-mix(in srgb, var(--theme) 4%, transparent);
}

@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 color-mix(in srgb, var(--black) 15%, transparent);
    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: var(--theme);
    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: "Outfit", sans-serif;
    display: block;
    margin-bottom: 12px;
    font-weight: 500;
    transition: all 0.4s ease-in-out;
    border: 1px solid color-mix(in srgb, var(--black) 15%, transparent);
    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 color-mix(in srgb, var(--black) 15%, transparent);
    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 color-mix(in srgb, var(--black) 15%, transparent);
    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: var(--bg-3);
    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: "Outfit", sans-serif;
}
.shop-box-items .content ul li del {
    color: color-mix(in srgb, var(--theme) 60%, transparent);
    font-size: 14px;
    font-weight: 600;
    font-family: "Outfit", 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 .slider::-webkit-slider-thumb {
    -webkit-appearance: none;
    appearance: none;
    width: 18px;
    height: 18px;
    background: var(--theme);
    cursor: pointer;
    border: 2px solid var(--white);
    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 var(--black);
    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 var(--black);
    z-index: 2;
    position: relative;
}
.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: "Outfit", 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: var(--black);
    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: var(--white);
    border: 1px solid color-mix(in srgb, var(--text) 30%, transparent);
    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 color-mix(in srgb, var(--black) 6%, transparent);
    border-radius: 0px;
    padding: 24px;
}
.checkout-radio .primary-text {
    font-size: 24px;
    font-weight: 500;
    line-height: 150%;
    margin-bottom: 16px;
    color: var(--header);
    text-transform: capitalize;
}
.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 color-mix(in srgb, var(--black) 6%, transparent);
    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 color-mix(in srgb, var(--black) 6%, transparent);
    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;
}
.single-product-section .shop-details-image {
    padding-right: 40px;
}
@media (max-width: 991px) {
    .single-product-section .shop-details-image {
        padding-right: 0;
    }
}
.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 color-mix(in srgb, var(--text) 17%, transparent);
    border-radius: 0px;
}
.shop-details-wrapper .shop-details-image .shop-thumb {
    box-shadow: 0px 11px 50px 11px color-mix(in srgb, var(--header) 5%, transparent);
}
.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;
}
.shop-details-wrapper .product-details-content .single-product-divider {
    width: 100%;
    max-width: 527px;
    height: 1px;
    background-color: var(--border);
    margin: 16px 0 24px;
}
@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: var(--theme);
    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: color-mix(in srgb, var(--theme) 60%, transparent);
}
.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;
}
@media (max-width: 767px) {
    .shop-details-wrapper .single-tab .nav .nav-link h6 {
        font-size: 15px;
    }
}
.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: var(--bg-3);
    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: var(--bg-3);
    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);
}

/* Product Table — Tab Produtos */
.product-table {
    width: 100%;
    border-collapse: separate;
    border-spacing: 0;
}
.product-table thead th {
    font-size: 12px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.08em;
    color: var(--white);
    background-color: var(--header);
    padding: 14px 24px;
    border: none;
}
.product-table thead th:first-child {
    border-radius: 4px 0 0 0;
}
.product-table thead th:last-child {
    border-radius: 0 4px 0 0;
}
.product-table tbody td {
    padding: 16px 24px;
    font-size: 14px;
    color: var(--text);
    border-bottom: 1px solid #10182824;
    background-color: var(--white);
    transition: background-color 0.2s ease;
}
.product-table tbody tr:nth-child(even) td {
    background-color: #f7f8f9;
}
.product-table tbody tr:last-child td {
    border-bottom: none;
}
.product-table tbody tr:hover td {
    background-color: color-mix(in srgb, var(--theme) 5%, var(--white));
}
.product-table tbody td:first-child {
    font-weight: 700;
    color: var(--header);
    white-space: nowrap;
    border-left: 3px solid transparent;
    transition:
        border-color 0.2s ease,
        background-color 0.2s ease;
}
.product-table tbody tr:hover td:first-child {
    border-left-color: var(--theme);
}
@media (max-width: 575px) {
    .product-table thead th,
    .product-table tbody td {
        padding: 12px 16px;
        font-size: 13px;
    }
}

/* Tab Descrição */
.tab-desc-layout {
    display: grid;
    grid-template-columns: 1.4fr 1fr;
    gap: 48px;
    align-items: start;
}
.tab-desc-title {
    font-size: 22px;
    font-weight: 700;
    color: var(--header);
    margin-bottom: 20px;
}
.tab-desc-text p {
    font-size: 15px;
    line-height: 1.8;
    color: var(--text);
}
.tab-desc-text p + p {
    margin-top: 16px;
}
.tab-desc-highlights {
    background-color: var(--bg-3);
    padding: 32px;
    border-left: 3px solid var(--theme);
}
.tab-desc-highlights-title {
    font-size: 16px;
    font-weight: 700;
    color: var(--header);
    margin-bottom: 20px;
    text-transform: uppercase;
    letter-spacing: 0.06em;
}
.tab-check-list {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-direction: column;
    gap: 14px;
}
.tab-check-list li {
    display: flex;
    align-items: flex-start;
    gap: 12px;
    font-size: 14px;
    line-height: 1.6;
    color: var(--text);
}
.tab-check-list li i {
    color: var(--theme);
    font-size: 16px;
    margin-top: 2px;
    flex-shrink: 0;
}
@media (max-width: 991px) {
    .tab-desc-layout {
        grid-template-columns: 1fr;
        gap: 32px;
    }
}
@media (max-width: 575px) {
    .tab-desc-highlights {
        padding: 24px;
    }
}

/* Tab Aplicações */
.tab-apps-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 16px;
}
.tab-app-card {
    display: flex;
    flex-direction: column;
    gap: 14px;
    padding: 28px 24px;
    background-color: var(--bg-3);
    transition: background-color 0.3s ease;
}
.tab-app-card:hover {
    background-color: color-mix(in srgb, var(--theme) 8%, var(--bg-3));
}
.tab-app-card i {
    font-size: 22px;
    color: var(--theme);
}
.tab-app-card span {
    font-size: 14px;
    line-height: 1.7;
    color: var(--text);
}
@media (max-width: 991px) {
    .tab-apps-grid {
        grid-template-columns: repeat(2, 1fr);
    }
}
@media (max-width: 575px) {
    .tab-apps-grid {
        grid-template-columns: 1fr;
    }
    .tab-app-card {
        padding: 22px 20px;
    }
}

.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: "Outfit", 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;
    width: 130px;
    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;
}

.video-wrapper {
    padding: 250px 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 .icon img {
    width: 88px;
    height: auto;
}
@media (max-width: 1399px) {
    .counter-wrapper .counter-item .icon img {
        width: 76px;
    }
}
@media (max-width: 991px) {
    .counter-wrapper .counter-item .icon img {
        width: 64px;
    }
}
@media (max-width: 575px) {
    .counter-wrapper .counter-item .icon img {
        width: 52px;
    }
}
.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: color-mix(in srgb, var(--theme) 4%, transparent);
}

.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: var(--text);
}
@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: var(--theme);
}
.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 var(--bg-2);
    padding-bottom: 20px;
    margin-bottom: 20px;
    max-width: 302px;
    width: 100%;
    color: var(--text);
}
.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%;
}
.our-impact-wrapper .our-imapact-left-item .counter-items {
    display: flex;
    align-items: center;
    gap: 60px;
    margin-top: 150px;
    margin-right: -130px;
}
@media (max-width: 1399px) {
    .our-impact-wrapper .our-imapact-left-item .counter-items {
        margin-top: 60px;
        flex-wrap: wrap;
        gap: 30px;
        margin-right: 0;
    }
}
@media (max-width: 991px) {
    .our-impact-wrapper .our-imapact-left-item .counter-items {
        margin-top: 30px;
    }
}
.our-impact-wrapper .our-imapact-left-item .counter-items .cont-item h6 {
    font-weight: 700;
    text-transform: uppercase;
    border-bottom: 1px solid var(--bs-gray-400);
    padding-bottom: 20px;
    margin-bottom: 20px;
    color: var(--text);
}
.our-impact-wrapper .our-imapact-left-item .counter-items .cont-item .icon-item {
    display: flex;
    align-items: center;
    gap: 10px;
}
.our-impact-wrapper .our-imapact-left-item .counter-items .cont-item .icon-item img {
    width: 48px;
    height: 48px;
}
@media (max-width: 1399px) {
    .our-impact-wrapper .our-imapact-left-item .counter-items .cont-item .icon-item img {
        width: 42px;
        height: 42px;
    }
}
@media (max-width: 991px) {
    .our-impact-wrapper .our-imapact-left-item .counter-items .cont-item .icon-item img {
        width: 36px;
        height: 36px;
    }
}
@media (max-width: 575px) {
    .our-impact-wrapper .our-imapact-left-item .counter-items .cont-item .icon-item img {
        width: 30px;
        height: 30px;
    }
}
.our-impact-wrapper .our-imapact-left-item .counter-items .cont-item .icon-item h2 {
    font-size: 42px;
    font-weight: 700;
}
@media (max-width: 1399px) {
    .our-impact-wrapper .our-imapact-left-item .counter-items .cont-item .icon-item h2 {
        font-size: 30px;
    }
}
.our-impact-wrapper .our-imapact-left-item .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 {
    text-wrap: pretty;
    margin-top: 20px;
    max-width: 777px;
}
.our-impact-wrapper .impact-content .impact-results-btn {
    margin-top: 24px;
}
.our-impact-wrapper .impact-content .list-item {
    display: flex;
    align-items: start;
    justify-content: space-between;
    margin-top: 65px;
}
.our-impact-wrapper .impact-content .impact-results-btn + .list-item {
    margin-top: 32px;
}
@media (max-width: 1399px) {
    .our-impact-wrapper .impact-content .list-item {
        flex-wrap: wrap;
        gap: 30px;
        margin-top: 20px;
    }
    .our-impact-wrapper .impact-content .impact-results-btn + .list-item {
        margin-top: 20px;
    }
}
.our-impact-wrapper .impact-content .list-item .list li {
    color: var(--text3);
}
.our-impact-wrapper .impact-content .list-item .list li i {
    margin-right: 8px;
    color: var(--theme);
}
.our-impact-wrapper .impact-content .list-item .list li:not(:last-child) {
    margin-bottom: 10px;
}
.our-impact-wrapper .impact-content .list-item .impact-image {
    max-width: 456px;
    overflow: hidden;
}
@media (max-width: 1399px) {
    .our-impact-wrapper .impact-content .list-item .impact-image {
        max-width: initial;
    }
}
.our-impact-wrapper .impact-content .list-item .impact-image img {
    width: 100%;
    height: 100%;
}

.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: color-mix(in srgb, var(--black) 15%, transparent);
    z-index: -1;
}
.feature-bg-section .count-box {
    padding: 56px 45px 103px;
    background-color: var(--white);
    text-align: center;
    position: absolute;
    right: 280px;
    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 .icon img {
    width: 80px;
    height: auto;
}
@media (max-width: 1600px) {
    .feature-bg-section .count-box .icon img {
        width: 72px;
    }
}
@media (max-width: 1399px) {
    .feature-bg-section .count-box .icon img {
        width: 64px;
    }
}
.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 h2 {
    margin-left: 70px;
    color: var(--white);
    font-size: 64px;
    font-weight: 900;
    text-transform: uppercase;
    text-shadow: 0 0 30px #00000056;
}
@media (max-width: 1399px) {
    .feature-bg-wrapper h2 {
        font-size: 58px;
        margin-left: 0;
    }
}
@media (max-width: 991px) {
    .feature-bg-wrapper h2 {
        font-size: 42px;
    }
}
@media (max-width: 767px) {
    .feature-bg-wrapper h2 {
        font-size: 36px;
    }
}
@media (max-width: 575px) {
    .feature-bg-wrapper h2 {
        font-size: 30px;
    }
}

.feature-box-wrapper {
    background-color: var(--bg-3);
    padding: 70px;
    position: relative;
    margin-top: -70px;
    z-index: 999;
}
@media (max-width: 1399px) {
    .feature-box-wrapper {
        padding: 30px;
        margin-top: 0;
    }
}
.feature-box-wrapper .shape {
    position: absolute;
    top: 0;
    left: 0;
}
@media (max-width: 1399px) {
    .feature-box-wrapper .shape {
        display: none;
    }
}

.feature-top-style {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-left: 240px;
}
@media (max-width: 1399px) {
    .feature-top-style {
        margin-left: 0;
        flex-wrap: wrap;
        gap: 25px;
    }
}
.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;
}
@media (max-width: 1399px) {
    .feature-list-bottom {
        margin-left: 0;
        flex-wrap: wrap;
        gap: 25px;
        margin-top: 30px;
    }
}
.feature-list-bottom .info-item {
    display: flex;
    align-items: center;
    gap: 12px;
}
.feature-list-bottom .info-item img {
    width: 180px;
    height: auto;
}
@media (max-width: 1399px) {
    .feature-list-bottom .info-item img {
        width: 156px;
    }
}
@media (max-width: 991px) {
    .feature-list-bottom .info-item img {
        width: 132px;
    }
}
@media (max-width: 575px) {
    .feature-list-bottom .info-item img {
        width: 112px;
    }
}
@media (max-width: 1399px) {
    .feature-list-bottom .info-item {
        flex-wrap: wrap;
    }
}
.feature-list-bottom .list-item {
    display: flex;
    align-items: center;
    gap: 64px;
}
@media (max-width: 1399px) {
    .feature-list-bottom .list-item {
        flex-wrap: wrap;
        gap: 15px;
    }
}
.feature-list-bottom .list-item .list li {
    font-size: 18px;
    font-weight: 500;
    color: var(--text);
    display: flex;
    align-items: center;
    gap: 10px;
}
.feature-list-bottom .list-item .list li img {
    width: 24px;
    height: 24px;
}
@media (max-width: 991px) {
    .feature-list-bottom .list-item .list li img {
        width: 21px;
        height: 21px;
    }
}
@media (max-width: 575px) {
    .feature-list-bottom .list-item .list li img {
        width: 18px;
        height: 18px;
    }
}
.feature-list-bottom .list-item .list li:not(:last-child) {
    margin-bottom: 15px;
}

@media (max-width: 1399px) {
    .feature-box-section {
        overflow: hidden;
        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;
    }
}

.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: var(--theme);
    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: 470px;
}
@media (max-width: 1399px) {
    .our-process-right-iteme-style-1 .our-process-item .content p {
        max-width: 430px;
    }
}
@media (max-width: 991px) {
    .our-process-right-iteme-style-1 .our-process-item .content p {
        max-width: 390px;
    }
}
@media (max-width: 767px) {
    .our-process-right-iteme-style-1 .our-process-item .content p {
        max-width: 100%;
    }
}
.our-process-right-iteme-style-1 .line-shape {
    position: absolute;
    left: 140px;
    top: 10px;
}
@media (max-width: 1399px) {
    .our-process-right-iteme-style-1 .line-shape {
        display: none;
    }
}
.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;
}
@media (max-width: 1399px) {
    .our-process-section .fram-shape {
        display: none;
    }
}
.our-process-section .fram-shape img {
    width: 100%;
    height: 100%;
}

.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;
}
@media (max-width: 1399px) {
    .our-impact-section-3 .section-title-area .count-box {
        display: none;
    }
}
.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 .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: color-mix(in srgb, var(--white) 8%, transparent);
    margin: 0 auto;
}
.impact-icon-item-style-3 h5 {
    margin-top: 40px;
    margin-bottom: 20px;
    color: var(--white);
}
.impact-icon-item-style-3 p {
    color: color-mix(in srgb, var(--white) 80%, transparent);
    text-align: center;
    margin: 0 auto;
}
.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;
}
@media (max-width: 1399px) {
    .impact-image-style-5 .bg-box {
        display: none;
    }
}
.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: "Outfit", 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: color-mix(in srgb, var(--theme) 18%, transparent);
    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;
}
@media (max-width: 1600px) {
    .impact-section-5 .piler-shape {
        display: none;
    }
}
.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;
    }
}

.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: "Outfit", 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;
}
@media (max-width: 1399px) {
    .our-funfact-section .global-shape {
        display: none;
    }
}
.our-funfact-section .right-shape {
    position: absolute;
    top: 0;
    right: 80px;
}
@media (max-width: 1600px) {
    .our-funfact-section .right-shape {
        display: none;
    }
}

.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: color-mix(in srgb, var(--black) 45%, transparent);
}
.why-choose-us-section-5 .textt {
    font-size: 198px;
    font-weight: 900;
    text-transform: uppercase;
    color: var(--white);
    position: absolute;
    bottom: 10px;
    left: 30px;
    right: 30px;
}
@media (max-width: 1899px) {
    .why-choose-us-section-5 .textt {
        font-size: 145px;
    }
}
@media (max-width: 1399px) {
    .why-choose-us-section-5 .textt {
        display: none;
    }
}

.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: "Outfit", 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);
}

.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%;
    opacity: 0.2;
}

.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: var(--header);
    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 var(--bg);
    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 color-mix(in srgb, var(--bg) 15%, transparent);
    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 {
    font-size: 72px;
    font-weight: 400;
    line-height: 153%;
    color: var(--bg);
    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 var(--bg-2);
    padding-top: 20px;
    font-size: 18px;
    font-weight: 500;
}

.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-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 .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.style-2 {
    margin-top: 30px;
}
.work-process-items-style-4:hover .icon img {
    animation: wobble 1.5s ease-in-out;
}

.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 color-mix(in srgb, var(--bg) 28%, transparent);
}
@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 var(--text);
    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;
}
@media (max-width: 1600px) {
    .feature-section-inner .shape-1 {
        display: none;
    }
}

.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: color-mix(in srgb, var(--theme) 4%, transparent);
}
.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 color-mix(in srgb, var(--bg) 15%, transparent);
    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 color-mix(in srgb, var(--white) 42%, transparent);
    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: color-mix(in srgb, var(--theme) 43%, transparent);
}
.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: var(--header);
}
.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: 90px 0 120px;
}
@media (max-width: 1399px) {
    .footer-wrapper {
        padding: 80px 0 100px;
    }
}
@media (max-width: 991px) {
    .footer-wrapper {
        padding: 50px 0 80px;
    }
}
.footer-wrapper.style-3 {
    padding: 72px 0;
    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.style-3 .footer-main-row {
    justify-content: space-between;
    row-gap: 10px;
}
.footer-wrapper.style-3 .footer-main-row > [class*="col-"] {
    flex: 0 0 auto;
}
.footer-wrapper.style-3 .footer-main-row .footer-col-about,
.footer-wrapper.style-3 .footer-main-row .footer-col-contact {
    width: 100%;
    max-width: 310px;
}
.footer-wrapper.style-3 .footer-main-row .footer-col-products,
.footer-wrapper.style-3 .footer-main-row .footer-col-links {
    width: fit-content;
}
.footer-wrapper.style-3 .footer-main-row .footer-col-divider {
    width: 1px;
    height: auto;
    margin: 0;
    border: 0;
    background-color: color-mix(in srgb, var(--white) 32%, transparent);
    padding: 0;
}
@media (max-width: 1399px) {
    .footer-wrapper.style-3 .footer-main-row .footer-col-about,
    .footer-wrapper.style-3 .footer-main-row .footer-col-contact {
        max-width: 280px;
    }
}
@media (max-width: 991px) {
    .footer-wrapper.style-3 .footer-main-row {
        justify-content: flex-start;
        row-gap: 0;
    }
    .footer-wrapper.style-3 .footer-main-row .footer-col-about,
    .footer-wrapper.style-3 .footer-main-row .footer-col-contact,
    .footer-wrapper.style-3 .footer-main-row .footer-col-products,
    .footer-wrapper.style-3 .footer-main-row .footer-col-links {
        width: 100%;
        max-width: 100%;
    }
    .footer-wrapper.style-3 .footer-main-row .footer-col-divider {
        display: none;
    }
}
.footer-wrapper .single-footer-widget .footer-equil-logo {
    width: 140px;
    height: auto;
}
@media (max-width: 575px) {
    .footer-wrapper .single-footer-widget .footer-equil-logo {
        width: 150px;
    }
}
.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: #ffffff8c;
    max-width: 344px;
}
.footer-wrapper .single-footer-widget .footer-contact .social-list-3 {
    display: flex;
    align-items: center;
    gap: 20px;
    margin-top: 30px;
}
.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 .footer-contact .social-list-3 .footer-instagram-link {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    padding: 10px 16px;
    border-radius: 999px;
    border: 1px solid color-mix(in srgb, var(--white) 24%, transparent);
    background-color: color-mix(in srgb, var(--white) 10%, transparent);
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 600;
    letter-spacing: 0.04em;
    transition: all 0.4s ease-in-out;
}
.footer-wrapper .single-footer-widget .footer-contact .social-list-3 .footer-instagram-link i {
    font-size: 16px;
}
.footer-wrapper .single-footer-widget .footer-contact .social-list-3 .footer-instagram-link:hover {
    color: var(--white);
    border-color: var(--theme);
    background-color: var(--theme);
}
@media (max-width: 575px) {
    .footer-wrapper .single-footer-widget .footer-contact .social-list-3 .footer-instagram-link {
        padding: 9px 14px;
        font-size: 12px;
        gap: 8px;
    }
    .footer-wrapper .single-footer-widget .footer-contact .social-list-3 .footer-instagram-link i {
        font-size: 14px;
    }
}
.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 .list-area li {
    transition: all 0.4s ease-in-out;
    font-size: 16px;
    font-weight: 500;
    position: relative;
    padding-left: 20px;
}
.footer-wrapper .single-footer-widget .list-area li::before {
    position: absolute;
    content: "";
    width: 5px;
    height: 5px;
    background: color-mix(in srgb, var(--white) 32%, transparent);
    left: 0;
    top: 15px;
    transition: all 0.4s ease-in-out;
}
.footer-wrapper .single-footer-widget .list-area li:not(:last-child) {
    margin-bottom: 10px;
}
.footer-wrapper.style-3 .footer-main-row .footer-col-contact .list-area li a i {
    margin-right: 8px;
    color: var(--theme);
    font-size: 14px;
}
.footer-wrapper.style-3 .footer-main-row .footer-col-contact .list-area li {
    padding-left: 0;
}
.footer-wrapper.style-3 .footer-main-row .footer-col-contact .list-area li::before {
    display: none;
}
.footer-wrapper.style-3 .footer-main-row .footer-col-contact .list-area li:hover {
    margin-left: 0;
}
@media (max-width: 575px) {
    .footer-wrapper.style-3 .footer-main-row .footer-col-contact .list-area li a i {
        font-size: 13px;
        margin-right: 6px;
    }
}
.footer-wrapper .single-footer-widget .list-area li a {
    color: #ffffff8c;
}
.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: color-mix(in srgb, var(--bg-3) 59%, transparent);
    line-height: 1;
    padding: 0 0 24px;
    max-width: 350px;
    border-bottom: 1px solid color-mix(in srgb, var(--white) 28%, transparent);
}
@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: color-mix(in srgb, var(--bg-3) 59%, transparent);
}
.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: var(--header);
    border-top: 1px solid var(--bg);
}
.footer-bottom .footer-wrapper {
    padding: 20px 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
@media (max-width: 1399px) {
    .footer-bottom .footer-wrapper {
        flex-wrap: wrap;
        gap: 20px;
    }
}
.footer-bottom .footer-wrapper p {
    color: var(--white);
    font-size: 13px;
}
.footer-bottom .footer-wrapper p a {
    color: var(--white);
}
.footer-bottom .footer-wrapper p a:hover {
    color: var(--theme);
}
.footer-bottom .footer-wrapper .developed-by {
    display: flex;
    align-items: center;
    gap: 12px;
    color: var(--white);
    font-size: 13px;
}
.footer-bottom .footer-wrapper .developed-by img {
    position: relative;
    top: -2px;
    width: 62px;
    height: auto;
}
@media (max-width: 575px) {
    .footer-bottom .footer-wrapper .developed-by {
        gap: 10px;
    }
    .footer-bottom .footer-wrapper .developed-by img {
        width: 56px;
    }
}
.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: var(--white);
}
.footer-bottom .footer-wrapper .flag-wrap .single-select .option.selected.focus {
    background-color: var(--white);
}
.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;
}
@media (max-width: 1399px) {
    .footer-section .right-shape {
        display: none;
    }
}
.footer-section .left-shape {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    height: 748px;
}
@media (max-width: 1600px) {
    .footer-section .left-shape {
        display: none;
    }
}
.footer-section .left-shape img {
    width: 100%;
    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: color-mix(in srgb, var(--black2) 88%, transparent);
}
@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 .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: color-mix(in srgb, var(--white) 32%, transparent);
    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: var(--white);
    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: color-mix(in srgb, var(--white) 53%, transparent);
    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-bottom-4 {
    background-color: color-mix(in srgb, var(--white) 10%, transparent);
    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: color-mix(in srgb, var(--white) 75%, transparent);
}

@media (max-width: 1199px) {
    .menu-thumb {
        display: none !important;
    }
}

.header-main {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 10px 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: var(--header);
    font-family: "Outfit", 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: var(--header);
    transform: translateY(-10px);
    transition: all 0.4s ease-in-out;
    box-shadow: color-mix(in srgb, var(--text) 20%, transparent) 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: var(--header);
    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(transparent), to(#5e5ef6));
    background: linear-gradient(to bottom, transparent 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: "Outfit", 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: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: var(--header);
}
.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: var(--white);
}
.header-1 .header-right-icon .search-toggler:hover {
    color: var(--theme);
}
.header-1 .header-right-icon .cart-icon {
    font-size: 20px;
    position: relative;
    color: var(--white);
}
@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: var(--white);
    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: var(--header);
}
.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: var(--bg-3);
}
.header-1.header-4::before {
    background-color: var(--header);
}
.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: var(--header);
}
.header-1.header-4 .header-right-icon .search-toggler:hover {
    color: var(--theme);
}
.header-1.header-4 .header-right-icon .cart-icon {
    color: var(--header);
}
.header-1.header-4 .header-main .main-menu ul li a {
    color: var(--header);
}
.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: var(--header);
}
.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: var(--white);
    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: var(--header);
}
.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);
}
@media (max-width: 1399px) {
    .header-6 .header-right-icon .contacts-btn {
        display: none;
    }
}
.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: var(--white);
    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: var(--header);
}
.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: 990;
}
.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: var(--header);
    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: 15px;
    font-weight: 500;
    position: relative;
    color: var(--white);
    padding-left: 20px;
}
@media (max-width: 1899px) {
    .hero-section-2 .header-top-wrapper p {
        font-size: 14px;
    }
}
@media (max-width: 1600px) {
    .hero-section-2 .header-top-wrapper p {
        font-size: 12px;
    }
}
.hero-section-2 .header-top-wrapper p::before {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
    content: "";
    width: 6px;
    height: 6px;
    line-height: 6px;
    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: 14px;
}
@media (max-width: 1600px) {
    .hero-section-2 .header-top-wrapper .contact-list li {
        gap: 7px;
    }
}
.hero-section-2 .header-top-wrapper .contact-list li .icon {
    width: 28px;
    height: 28px;
    line-height: 28px;
    text-align: center;
    background: color-mix(in srgb, var(--white) 8%, transparent);
    color: var(--white);
    font-size: 12px;
}
.hero-section-2 .header-top-wrapper .contact-list li .content h4 {
    color: var(--white);
    font-size: 14px;
    font-weight: 500;
    font-family: "Outfit", sans-serif;
}
@media (max-width: 1899px) {
    .hero-section-2 .header-top-wrapper .contact-list li .content h4 {
        font-size: 14px;
    }
}
@media (max-width: 1600px) {
    .hero-section-2 .header-top-wrapper .contact-list li .content h4 {
        font-size: 12px;
    }
}
.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: var(--header);
}
.hero-section-2.header-section-3 .header-top-wrapper .contact-list li .icon {
    background: var(--bg-2);
    color: 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-2.header-section-3 .header-top-wrapper .contact-list li .content h4 a:hover {
    color: var(--theme);
}
.hero-section-2 .header-main .header-logo {
    width: 145px;
}
.hero-section-2 .header-main .header-logo img {
    width: 100%;
    height: auto;
}
@media (max-width: 991px) {
    .hero-section-2 .header-main .header-logo {
        width: 132px;
    }
}
@media (max-width: 575px) {
    .hero-section-2 .header-main .header-logo {
        width: 96px;
    }
}

.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: var(--white);
    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: 15px;
    font-weight: 500;
    position: relative;
    color: var(--text);
    padding-left: 20px;
}
@media (max-width: 1899px) {
    .hero-section-6 .header-top-wrapper p {
        font-size: 14px;
    }
}
@media (max-width: 1600px) {
    .hero-section-6 .header-top-wrapper p {
        font-size: 12px;
    }
}
.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: color-mix(in srgb, var(--theme) 10%, transparent);
    color: var(--theme);
    font-size: 14px;
}
.hero-section-6 .header-top-wrapper .contact-list li .content h4 {
    color: var(--text);
    font-size: 14px;
    font-weight: 500;
    font-family: "Outfit", sans-serif;
}
@media (max-width: 1899px) {
    .hero-section-6 .header-top-wrapper .contact-list li .content h4 {
        font-size: 14px;
    }
}
@media (max-width: 1600px) {
    .hero-section-6 .header-top-wrapper .contact-list li .content h4 {
        font-size: 12px;
    }
}
.hero-section-6 .header-top-wrapper .contact-list li .content h4 a {
    color: var(--text);
}

.header-2 {
    position: relative;
    z-index: 990;
    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: 0;
}
@media (max-width: 991px) {
    .header-2 .header__hamburger {
        margin-left: 0;
        gap: 20px;
    }
}
.header-2 .header__hamburger .contact-btn {
    color: var(--white);
    text-transform: uppercase;
    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;
        height: 19px;
    }
}
.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: var(--white);
    -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: color-mix(in srgb, var(--text) 20%, transparent) 0px 8px 24px;
}
.sticky.header-1 {
    background-color: var(--header);
    box-shadow: none;
}
.sticky.header-6 {
    background-color: var(--header);
    box-shadow: none;
}
.sticky.header-7 {
    background-color: var(--header);
    box-shadow: none;
}
.sticky.header-5 {
    background-color: var(--white);
    box-shadow: color-mix(in srgb, var(--text) 20%, transparent) 0px 8px 24px;
}
.sticky.header-4 {
    background-color: var(--white);
    box-shadow: color-mix(in srgb, var(--text) 20%, transparent) 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;
}

.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: 88px;
    }
}

.offcanvas__wrapper {
    position: relative;
    height: 100%;
    padding: 30px 30px;
}
.offcanvas__wrapper .offcanvas-title {
    font-size: 20px;
    margin-bottom: 15px;
    font-weight: 500;
}

.offcanvas__logo a img {
    width: 120px;
}

.offcanvas__wrapper .offcanvas__content p {
    color: var(--text);
    line-height: 1.4;
}
.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: 40px;
}
.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);
    flex-shrink: 0;
}
.offcanvas__wrapper .offcanvas__content .offcanvas__contact .contact-list li .content p {
    color: var(--text);
    font-size: 15px;
    font-weight: 500;
}
.offcanvas__wrapper .offcanvas__content .offcanvas__contact .contact-list li .content h4 {
    color: var(--header);
    font-size: 16px;
    font-weight: 500;
    font-family: "Outfit", sans-serif;
}
.offcanvas__wrapper .offcanvas__content .offcanvas__contact .contact-list li .content h4 a {
    color: var(--header);
    line-height: 1.24;
}
.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: color-mix(in srgb, var(--black) 30%, transparent);
}
.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;
    font-size: 16px;
    color: var(--white);
    text-transform: uppercase;
}
@media (max-width: 767px) {
    .breadcrumb-wrapper .page-heading .breadcrumb-list li {
        font-size: 14px;
    }
}
@media (max-width: 575px) {
    .breadcrumb-wrapper .page-heading .breadcrumb-list li {
        font-size: 13px;
    }
}
.breadcrumb-wrapper .page-heading .breadcrumb-list li a {
    color: var(--white);
    margin-left: 0;
    position: relative;
}
.breadcrumb-wrapper .page-heading .breadcrumb-list li:first-child a {
    margin-left: 0.9375em;
}
.breadcrumb-wrapper .page-heading .breadcrumb-list li:first-child a::before {
    position: absolute;
    content: "";
    width: 0.375em;
    height: 0.375em;
    background-color: var(--theme);
    top: 50%;
    left: -0.9375em;
    transform: translateY(-50%);
}
.breadcrumb-wrapper .page-heading .breadcrumb-list li a:hover {
    color: var(--theme);
}
.breadcrumb-wrapper .page-heading .breadcrumb-title {
    font-size: 56px;
    font-weight: 700;
    color: var(--white);
    font-family: "Outfit", sans-serif;
    text-transform: uppercase;
}
@media (max-width: 1199px) {
    .breadcrumb-wrapper .page-heading .breadcrumb-title {
        font-size: 48px;
    }
}
@media (max-width: 991px) {
    .breadcrumb-wrapper .page-heading .breadcrumb-title {
        font-size: 42px;
    }
}
@media (max-width: 767px) {
    .breadcrumb-wrapper .page-heading .breadcrumb-title {
        font-size: 36px;
    }
}
@media (max-width: 575px) {
    .breadcrumb-wrapper .page-heading .breadcrumb-title {
        font-size: 30px;
    }
}

.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;
}
:root {
    --equil-header-h: 0px;
    --equil-footer-h: 0px;
}
.error-page-section {
    background-color: var(--white);
}
.error-page-section .error-page-inner {
    min-height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    padding: 36px 0;
}
.error-page-section .error-page-content {
    max-width: 760px;
    margin: 0 auto;
}
.error-page-section .error-page-code {
    display: inline-block;
    color: var(--theme);
    font-weight: 700;
    font-size: 18px;
    letter-spacing: 0.12em;
    margin-bottom: 12px;
}
.error-page-section .error-page-content h1 {
    margin-bottom: 14px;
    font-size: 56px;
    line-height: 1.08;
}
.error-page-section .error-page-content p {
    font-size: 18px;
    margin: 0 auto 34px;
    max-width: 650px;
}
@media (max-width: 991px) {
    .error-page-section .error-page-content h1 {
        font-size: 46px;
    }
    .error-page-section .error-page-content p {
        font-size: 17px;
        margin-bottom: 28px;
    }
}
@media (max-width: 767px) {
    .error-page-section .error-page-inner {
        padding: 24px 0;
    }
    .error-page-section .error-page-code {
        font-size: 15px;
        margin-bottom: 10px;
    }
    .error-page-section .error-page-content h1 {
        font-size: 36px;
        margin-bottom: 12px;
    }
    .error-page-section .error-page-content p {
        font-size: 15px;
        margin-bottom: 24px;
    }
}
@media (max-width: 575px) {
    .error-page-section .error-page-content h1 {
        font-size: 30px;
    }
    .error-page-section .error-page-content p {
        font-size: 14px;
        margin-bottom: 20px;
    }
}

.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 color-mix(in srgb, var(--white) 60%, transparent);
    -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);
    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);
    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 {
    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.current {
    background-color: var(--theme);
    color: var(--white);
}
.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 color-mix(in srgb, var(--bg) 3%, transparent) !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;
}

.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: "Outfit", sans-serif;
}

.heading-font {
    font-family: "Outfit", 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: color-mix(in srgb, var(--white) 30%, transparent);
    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);
}

.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%, color-mix(in srgb, var(--header) 29.8039%, transparent) 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: color-mix(in srgb, var(--white) 66%, transparent);
    text-transform: uppercase;
    display: inline-block;
    border-bottom: 1px solid color-mix(in srgb, var(--white) 33%, transparent);
    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: var(--text-light);
}
.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 {
    -webkit-transform: scale(1.35);
    transform: scale(1.35);
    border-radius: 20px;
}
.hero-section-2 .swiper-slide.swiper-slide-active .hero-content {
    opacity: 1;
    transform: translatey(0px);
    transition: all 2500ms ease;
}
.hero-section-2 .swiper-slide.swiper-slide-active .hero-button {
    opacity: 1;
    transform: translatey(0px);
    transition: all 2500ms ease;
}

.hero-2 {
    padding: 300px 0 220px;
    position: relative;
    z-index: 999;
}
@media (max-width: 1399px) {
    .hero-2 {
        padding: 270px 0 190px;
    }
}
@media (max-width: 1199px) {
    .hero-2 {
        padding: 250px 0 170px;
    }
}
@media (max-width: 991px) {
    .hero-2 {
        padding: 210px 0 140px;
    }
}
@media (max-width: 767px) {
    .hero-2 {
        padding: 160px 0 110px;
    }
}
.hero-2 .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-section-2 .banner-active-equil .hero-2 .hero-bg {
    -webkit-transition:
        opacity 1800ms ease-in,
        -webkit-transform 15000ms ease;
    transition:
        opacity 1800ms ease-in,
        -webkit-transform 15000ms ease;
    transition:
        transform 15000ms ease,
        opacity 1800ms ease-in;
    transition:
        transform 15000ms ease,
        opacity 1800ms ease-in,
        -webkit-transform 15000ms ease;
}
.hero-2 .hero-bg::before {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    content: "";
    background: color-mix(in srgb, var(--black) 10%, transparent);
    z-index: -1;
}
.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-bg::before {
        background: color-mix(in srgb, var(--black) 40%, transparent);
    }
}
.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);
    font-size: 13px;
    position: relative;
    padding-left: 20px;
    margin-bottom: 5px;
    display: inline-block;
}
@media (max-width: 1399px) {
    .hero-2 .hero-content .sub-text {
        font-size: 12px;
        padding-left: 0;
    }
}
@media (max-width: 575px) {
    .hero-2 .hero-content .sub-text {
        font-size: 11px;
    }
}
.hero-2 .hero-content .sub-text::before {
    position: absolute;
    content: "";
    width: 6px;
    height: 6px;
    background-color: var(--theme);
    left: 0;
    top: 11.5px;
}
@media (max-width: 1399px) {
    .hero-2 .hero-content .sub-text::before {
        display: none;
    }
}
.hero-2 .hero-content h2 {
    color: var(--white);
    font-size: 60px;
    font-weight: 500;
    margin-bottom: 5px;
}
@media (max-width: 1399px) {
    .hero-2 .hero-content h2 {
        font-size: 35px;
    }
}
@media (max-width: 991px) {
    .hero-2 .hero-content h2 {
        font-size: 28px;
    }
}
@media (max-width: 575px) {
    .hero-2 .hero-content h2 {
        font-size: 25px;
    }
}
.hero-2 .hero-content h1 {
    color: var(--white);
    font-size: 112px;
    font-weight: 700;
}
@media (max-width: 1399px) {
    .hero-2 .hero-content h1 {
        font-size: 91px;
    }
}
@media (max-width: 991px) {
    .hero-2 .hero-content h1 {
        font-size: 77px;
    }
}
@media (max-width: 767px) {
    .hero-2 .hero-content h1 {
        font-size: 56px;
    }
}
@media (max-width: 575px) {
    .hero-2 .hero-content h1 {
        font-size: 50px;
    }
}
@media (max-width: 470px) {
    .hero-2 .hero-content h1 {
        font-size: 41px;
    }
}
.hero-section-2 .swiper-slide:not(:first-child) .hero-content h1 {
    margin-top: -20px;
}
@media (max-width: 1399px) {
    .hero-section-2 .swiper-slide:not(:first-child) .hero-content h1 {
        margin-top: -16px;
    }
}
@media (max-width: 991px) {
    .hero-section-2 .swiper-slide:not(:first-child) .hero-content h1 {
        margin-top: -12px;
    }
}
@media (max-width: 767px) {
    .hero-section-2 .swiper-slide:not(:first-child) .hero-content h1 {
        margin-top: -10px;
    }
}
@media (max-width: 575px) {
    .hero-section-2 .swiper-slide:not(:first-child) .hero-content h1 {
        margin-top: -8px;
    }
}
.hero-2 .hero-content p {
    font-size: 18px;
    font-weight: 500;
    color: var(--white);
    max-width: 520px;
    margin-top: 30px;
}
@media (max-width: 1399px) {
    .hero-2 .hero-content p {
        font-size: 15px;
        max-width: 500px;
    }
}
@media (max-width: 1199px) {
    .hero-2 .hero-content p {
        font-size: 15px;
        max-width: 470px;
    }
}
@media (max-width: 991px) {
    .hero-2 .hero-content p {
        font-size: 14px;
        max-width: 430px;
    }
}
@media (max-width: 767px) {
    .hero-2 .hero-content p {
        font-size: 14px;
        max-width: 100%;
        margin-top: 24px;
    }
}
@media (max-width: 575px) {
    .hero-2 .hero-content p {
        font-size: 14px;
        margin-top: 20px;
    }
}
.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: color-mix(in srgb, var(--white) 30%, transparent);
    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: color-mix(in srgb, var(--white) 30%, transparent);
    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: 50px 55px;
    position: absolute;
    padding-top: 0;
    padding-bottom: 32px;
    right: 0;
    bottom: -100px;
    z-index: 999;
    display: flex;
    align-items: end;
    justify-content: space-between;
    width: 700px;
    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(--bg-3);
    z-index: -1;
    top: 18px;
    height: initial;
}
@media (max-width: 1399px) {
    .hero-section-2 .hero-box {
        position: static;
        width: 100%;
        flex-wrap: wrap;
        gap: 30px;
    }
}
@media (max-width: 767px) {
    .hero-section-2 .hero-box {
        padding: 30px;
        padding-bottom: 24px;
    }
}
.hero-section-2 .hero-box .content h3 {
    font-size: 22px;
    font-weight: 600;
    color: var(--header);
    line-height: 146%;
}
@media (max-width: 991px) {
    .hero-section-2 .hero-box .content h3 {
        font-size: 16px;
    }
}
@media (max-width: 575px) {
    .hero-section-2 .hero-box .content h3 {
        font-size: 14px;
    }
}
.hero-section-2 .hero-box .content .link-btn {
    color: var(--theme);
    display: inline-block;
    margin-top: 15px;
    font-size: 15px;
}
@media (max-width: 575px) {
    .hero-section-2 .hero-box .content .link-btn {
        font-size: 11px;
    }
}
.hero-section-2 .hero-box .client-items .text {
    margin-top: 18px;
}
.hero-section-2 .hero-box .client-items .text .sign-image img {
    filter: none;
    width: initial;
    height: initial;
}
.hero-section-2 .hero-box .client-items .text span {
    display: inline-block;
    color: var(--header);
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 600;
    line-height: 1.44;
    margin-top: -2px;
}
@media (max-width: 991px) {
    .hero-section-2 .hero-box .client-items .text span {
        font-size: 11px;
    }
}
@media (max-width: 575px) {
    .hero-section-2 .hero-box .client-items .text span {
        font-size: 10px;
    }
}

.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: color-mix(in srgb, var(--black) 30%, transparent);
}
.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;
    }
}
@media (max-width: 1399px) {
    .hero-3 .video-image {
        display: none;
    }
}
.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: color-mix(in srgb, var(--white) 24%, transparent);
    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: color-mix(in srgb, var(--white) 24%, transparent);
    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: color-mix(in srgb, var(--bg) 35%, transparent);
}
.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: color-mix(in srgb, var(--theme) 43%, transparent);
}
.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: color-mix(in srgb, var(--white) 8%, transparent);
    border: 1px solid color-mix(in srgb, var(--white) 64%, transparent);
    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: color-mix(in srgb, var(--white) 9%, transparent);
    border: 1px solid color-mix(in srgb, var(--white) 62%, transparent);
}
.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: color-mix(in srgb, var(--bg) 30%, transparent);
}
.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: color-mix(in srgb, var(--bg) 42%, transparent);
}
@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: color-mix(in srgb, var(--bg) 42%, transparent);
}
@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);
}

.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: 64px;
    font-weight: 700;
    line-height: 79px;
    opacity: 0.12;
    text-transform: capitalize;
    color: var(--header);
    font-family: "Outfit", sans-serif;
    display: flex;
    align-items: center;
    gap: 15px;
}
.scrolling-wrap .comm .cmn-textslide img {
    width: 52px;
    height: auto;
}
@media (max-width: 1399px) {
    .scrolling-wrap .comm .cmn-textslide {
        font-size: 56px;
        line-height: 70px;
    }
    .scrolling-wrap .comm .cmn-textslide img {
        width: 46px;
    }
}
@media (max-width: 991px) {
    .scrolling-wrap .comm .cmn-textslide {
        font-size: 48px;
        line-height: 60px;
    }
    .scrolling-wrap .comm .cmn-textslide img {
        width: 40px;
    }
}
@media (max-width: 575px) {
    .scrolling-wrap .comm .cmn-textslide {
        font-size: 42px;
        line-height: 52px;
    }
    .scrolling-wrap .comm .cmn-textslide img {
        width: 34px;
    }
}
.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;
    text-transform: uppercase;
    color: var(--header);
    font-family: "Outfit", sans-serif;
    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: var(--header);
    font-size: 16px;
    line-height: 1.5;
    font-weight: 500;
    text-transform: capitalize;
    border-bottom: 1px solid #e5e5e5 !important;
    border: none;
    font-family: "Outfit", 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: var(--text);
}
.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%);
}
@media (max-width: 1399px) {
    .news-card-items-style-1 .news-content h3 a br {
        display: none;
    }
}
.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 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: var(--text);
}
.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%);
}
@media (max-width: 1399px) {
    .news-card-items-style-2 .news-content h3 a br {
        display: none;
    }
}
.news-card-items-style-2 .news-content p {
    color: var(--text);
    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-section-2 {
    position: relative;
}
.news-section-2 .left-shape {
    position: absolute;
    left: 0;
    top: 0;
}
@media (max-width: 1399px) {
    .news-section-2 .left-shape {
        display: none;
    }
}

.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: var(--text);
}
.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%);
}
@media (max-width: 1399px) {
    .news-card-items-style-3 .news-content h3 a br {
        display: none;
    }
}
.news-card-items-style-3 .news-content p {
    color: var(--text);
    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: var(--text);
}
.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%);
}
@media (max-width: 1399px) {
    .news-card-items-style-4 .news-content h3 a br {
        display: none;
    }
}
.news-card-items-style-4 .news-content p {
    color: var(--text);
    margin-top: 15px;
}
.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: color-mix(in srgb, var(--theme) 6%, transparent);
}
@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: var(--text);
    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 color-mix(in srgb, var(--header) 15%, transparent);
    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 color-mix(in srgb, var(--text) 25%, transparent);
}
.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 color-mix(in srgb, var(--text) 25%, transparent);
    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: color-mix(in srgb, var(--theme) 12%, transparent);
    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 color-mix(in srgb, var(--bg) 3%, transparent);
    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: color-mix(in srgb, var(--text) 74%, transparent);
}
.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 color-mix(in srgb, var(--bg) 3%, transparent);
    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: var(--text);
}
.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);
}

.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: 62%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.preloader .spinner-wrap .spinner {
    position: relative;
    width: 100%;
    height: 100%;
    border: 2px solid var(--white);
    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: 30px;
    bottom: 30px;
    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: var(--black);
    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: var(--text) !important;
    font-family: "Outfit", 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: var(--text);
}
.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: var(--text);
}
@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: "Outfit", 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: "Outfit", 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);
}
@media (max-width: 991px) {
    .section-title h2 br {
        display: none;
    }
}

.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);
}

.section-padding {
    padding: 120px 0;
}
@media (max-width: 1199px) {
    .section-padding {
        padding: 100px 0;
    }
}
@media (max-width: 991px) {
    .section-padding {
        padding: 80px 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: color-mix(in srgb, var(--black) 55%, transparent);
}
.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%);
}
@media (max-width: 1399px) {
    .service-wrapper .service-hover-item .service-image .service-item h3 a br {
        display: none;
    }
}
.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: color-mix(in srgb, var(--white) 32%, transparent);
    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 .section-title h2 br {
        display: none;
    }
}
@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: color-mix(in srgb, var(--black) 40%, transparent);
    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: 48px;
    height: 48px;
}
@media (max-width: 1399px) {
    .service-card-items-style-2 .service-image .service-content .icon img {
        width: 42px;
        height: 42px;
    }
}
@media (max-width: 991px) {
    .service-card-items-style-2 .service-image .service-content .icon img {
        width: 36px;
        height: 36px;
    }
}
@media (max-width: 575px) {
    .service-card-items-style-2 .service-image .service-content .icon img {
        width: 30px;
        height: 30px;
    }
}
.service-card-items-style-2 .service-image .service-content h3 {
    text-wrap: balance;
    font-size: 28px;
    font-weight: 700;
    line-height: 1.2;
    text-shadow: 0 0 32px var(--bs-black);
}
@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%);
}
@media (max-width: 1399px) {
    .service-card-items-style-2 .service-image .service-content h3 a br {
        display: none;
    }
}
.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;
    height: 995px;
}
@media (max-width: 1600px) {
    .service-section .left-shape {
        display: none;
    }
}
.service-section .left-shape img {
    height: 1003px;
}
.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: 10px;
}
.service-section .section-title-area .array-buttons .array-prev {
    background-color: color-mix(in srgb, var(--white) 20%, transparent);
    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: color-mix(in srgb, var(--white) 20%, transparent);
    border: none;
    color: var(--white);
}
.service-section .section-title-area .array-buttons .array-next:hover {
    background-color: var(--theme);
}
.service-products-section {
    background-color: var(--bg-3);
}
.service-products-section .section-title .sub-title,
.service-products-section .section-title h2 {
    color: var(--header) !important;
}
.service-products-section .section-title-area .array-buttons .array-prev,
.service-products-section .section-title-area .array-buttons .array-next {
    background-color: var(--white);
    border: 1px solid color-mix(in srgb, var(--header) 20%, transparent);
    color: var(--header);
}
.service-products-section .section-title-area .array-buttons .array-prev:hover,
.service-products-section .section-title-area .array-buttons .array-next:hover {
    background-color: var(--header);
    color: var(--white);
}
.service-products-section .service-card-items-style-2 .service-image .service-content {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: flex-start;
    width: calc(100% - 60px);
    height: 170px;
}
.service-products-section .service-card-items-style-2 .service-image .service-content .icon {
    margin-bottom: 0;
    flex-shrink: 0;
}
.service-products-section .service-card-items-style-2 .service-image .service-content h3 {
    margin: 0;
}
@media (max-width: 1399px) {
    .service-products-section .service-card-items-style-2 .service-image .service-content {
        height: 150px;
    }
}
@media (max-width: 575px) {
    .service-products-section .service-card-items-style-2 .service-image .service-content {
        left: 20px;
        bottom: 20px;
        width: calc(100% - 40px);
        height: 136px;
    }
}

.products-showcase-section {
    background-color: var(--bg-3);
    position: relative;
}
.products-showcase-section.products-page-white {
    background-color: var(--white);
}
.products-showcase-title-area {
    display: flex;
    align-items: end;
    justify-content: space-between;
    gap: 20px;
}
.products-showcase-section .section-title .sub-title,
.products-showcase-section .section-title h2 {
    color: var(--header) !important;
}
.products-showcase-nav {
    display: flex;
    align-items: center;
    gap: 16px;
}
.products-showcase-nav .products-showcase-prev,
.products-showcase-nav .products-showcase-next {
    width: 55px;
    height: 55px;
    line-height: 55px;
    background-color: var(--white);
    border: 1px solid color-mix(in srgb, var(--header) 20%, transparent);
    color: var(--header);
    transition: all 0.4s ease-in-out;
}
.products-showcase-nav .products-showcase-prev:hover,
.products-showcase-nav .products-showcase-next:hover {
    background-color: var(--header);
    color: var(--white);
}
.products-showcase-slider {
    margin-top: 48px;
}
.products-showcase-slider .swiper-wrapper {
    align-items: stretch;
}
.products-showcase-slider .swiper-slide {
    height: auto;
}
.product-showcase-card {
    background-color: var(--white);
    border: 1px solid color-mix(in srgb, var(--theme) 16%, transparent);
    display: flex;
    flex-direction: column;
    height: 100%;
    transition: all 0.4s ease-in-out;
    overflow: hidden;
}
.product-showcase-image {
    width: 100%;
    overflow: hidden;
    border-bottom: 1px solid color-mix(in srgb, var(--theme) 10%, transparent);
}
.product-showcase-image a {
    display: block;
}
.product-showcase-image img {
    width: 100%;
    height: auto;
    display: block;
    transition: transform 0.5s ease-in-out;
}
.product-showcase-card:hover .product-showcase-image img {
    transform: scale(1.08);
}
.product-showcase-content {
    padding: 24px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 14px;
    flex: 1;
}
.product-showcase-icon {
    width: 54px;
    height: 54px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: var(--theme);
}
.product-showcase-icon img {
    width: 30px;
    height: 30px;
}
.product-showcase-content h3 {
    font-size: 24px;
    font-weight: 700;
    line-height: 1.3;
    min-height: calc(1.3em * 2);
    margin: 0;
}
.product-showcase-content h3 a {
    color: var(--header);
}
.product-showcase-content h3 a:hover {
    color: var(--theme);
}
.product-showcase-desc {
    margin: 0;
    font-size: 14px;
    line-height: 1.7;
    color: var(--text);
}
.product-showcase-link {
    color: var(--theme);
    display: inline-block;
    margin-top: auto;
    font-size: 16px;
    font-weight: 600;
}
.product-showcase-link i {
    margin-left: 6px;
    font-size: 14px;
}
.product-showcase-link:hover {
    color: var(--header);
}
.products-showcase-section.products-page-white .product-showcase-card {
    border: 1px solid color-mix(in srgb, var(--bg) 15%, transparent);
}

.results-stack-section {
    position: relative;
}
.results-stack-section.results-page-white {
    background-color: var(--white);
}
.results-stack-list {
    margin-top: 48px;
    position: relative;
    counter-reset: result-counter;
}
.results-stack-card {
    display: flex;
    align-items: stretch;
    background-color: var(--white);
    border: 1px solid color-mix(in srgb, var(--bg) 15%, transparent);
    overflow: hidden;
    position: relative;
    transition: box-shadow 0.45s ease;
}
.results-stack-card::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 5px;
    height: 100%;
    background: linear-gradient(180deg, var(--theme) 0%, color-mix(in srgb, var(--theme) 40%, transparent) 100%);
    z-index: 2;
    opacity: 0;
    transition: opacity 0.4s ease;
}
.results-stack-card:hover::before {
    opacity: 1;
}
.results-stack-card:not(:last-child) {
    margin-bottom: 40px;
}
.results-stack-card:hover {
    box-shadow: 0 20px 56px color-mix(in srgb, var(--header) 18%, transparent);
}
.results-stack-media {
    flex: 0 0 52%;
    max-width: 52%;
    min-height: 320px;
    display: block;
    overflow: hidden;
    position: relative;
}
.results-stack-media img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.6s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
.results-stack-card:hover .results-stack-media img {
    transform: scale(1.08);
}
.results-stack-content {
    flex: 1;
    padding: 48px 52px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    gap: 14px;
    position: relative;
}
.results-stack-number {
    position: absolute;
    top: 16px;
    right: 20px;
    font-size: 72px;
    font-weight: 800;
    line-height: 1;
    color: color-mix(in srgb, var(--header) 6%, transparent);
    letter-spacing: -0.03em;
    font-variant-numeric: tabular-nums;
    z-index: 1;
    pointer-events: none;
    transition: color 0.4s ease;
}
.results-stack-card:hover .results-stack-number {
    color: color-mix(in srgb, var(--theme) 12%, transparent);
}
.results-stack-tag {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    color: var(--theme);
    background-color: color-mix(in srgb, var(--theme) 10%, transparent);
    padding: 4px 14px;
    border-radius: 100px;
    transition:
        background-color 0.3s ease,
        color 0.3s ease;
}
.results-stack-card:hover .results-stack-tag {
    background-color: var(--theme);
    color: var(--white);
}
.results-stack-content h3 {
    font-size: 28px;
    font-weight: 700;
    line-height: 1.2;
    margin: 0;
    color: var(--header);
}
.results-stack-content p {
    margin: 0;
    max-width: 62ch;
    line-height: 1.7;
    color: var(--text);
}
.results-stack-empty {
    background-color: var(--white);
    border: 1px dashed color-mix(in srgb, var(--theme) 30%, transparent);
    text-align: center;
    padding: 40px 24px;
}
.results-stack-empty p {
    margin: 0;
}
@media (max-width: 1399px) {
    .results-stack-list {
        margin-top: 40px;
    }
    .results-stack-card:not(:last-child) {
        margin-bottom: 26px;
    }
    .results-stack-media {
        flex-basis: 50%;
        max-width: 50%;
        min-height: 280px;
    }
    .results-stack-number {
        font-size: 62px;
    }
    .results-stack-content {
        padding: 30px 32px;
    }
    .results-stack-content h3 {
        font-size: 31px;
    }
}
@media (max-width: 1199px) {
    .results-stack-card:not(:last-child) {
        margin-bottom: 24px;
    }
    .results-stack-media {
        flex-basis: 48%;
        max-width: 48%;
        min-height: 250px;
    }
    .results-stack-number {
        font-size: 54px;
    }
    .results-stack-content {
        padding: 26px 28px;
    }
    .results-stack-content h3 {
        font-size: 28px;
    }
}
@media (max-width: 991px) {
    .results-stack-card:not(:last-child) {
        margin-bottom: 22px;
    }
    .results-stack-media {
        flex-basis: 46%;
        max-width: 46%;
        min-height: 220px;
    }
    .results-stack-number {
        font-size: 46px;
    }
    .results-stack-content {
        padding: 22px 22px;
        gap: 12px;
    }
    .results-stack-content h3 {
        font-size: 24px;
    }
}
@media (max-width: 767px) {
    .results-stack-card {
        flex-direction: column;
        position: relative;
        top: auto;
    }
    .results-stack-card::before {
        width: 100%;
        height: 4px;
    }
    .results-stack-media {
        flex-basis: auto;
        max-width: 100%;
        min-height: 260px;
    }
    .results-stack-number {
        font-size: 48px;
    }
    .results-stack-tag {
        font-size: 10px;
        padding: 3px 12px;
    }
    .results-stack-content {
        padding: 22px 20px;
    }
    .results-stack-content h3 {
        font-size: 22px;
    }
}
@media (max-width: 575px) {
    .results-stack-list {
        margin-top: 24px;
    }
    .results-stack-card:not(:last-child) {
        margin-bottom: 18px;
    }
    .results-stack-media {
        min-height: 220px;
    }
    .results-stack-number {
        font-size: 40px;
    }
    .results-stack-tag {
        font-size: 9px;
        padding: 2px 10px;
    }
    .results-stack-content {
        padding: 18px 16px;
    }
    .results-stack-content h3 {
        font-size: 20px;
    }
}
@media (max-width: 1399px) {
    .products-showcase-title-area {
        flex-wrap: wrap;
        gap: 25px;
    }
    .products-showcase-slider {
        margin-top: 32px;
    }
    .product-showcase-content {
        padding: 20px;
    }
    .product-showcase-content h3 {
        font-size: 20px;
    }
    .product-showcase-desc {
        font-size: 14px;
    }
    .product-showcase-icon {
        width: 50px;
        height: 50px;
    }
    .product-showcase-icon img {
        width: 28px;
        height: 28px;
    }
    .product-showcase-link {
        font-size: 15px;
    }
}
@media (max-width: 767px) {
    .products-showcase-nav .products-showcase-prev,
    .products-showcase-nav .products-showcase-next {
        width: 48px;
        height: 48px;
        line-height: 48px;
    }
    .product-showcase-icon {
        width: 46px;
        height: 46px;
    }
    .product-showcase-icon img {
        width: 24px;
        height: 24px;
    }
    .product-showcase-content h3 {
        font-size: 18px;
    }
    .product-showcase-desc {
        font-size: 13px;
        line-height: 1.65;
    }
    .product-showcase-link {
        font-size: 14px;
    }
}
@media (max-width: 575px) {
    .products-showcase-slider {
        margin-top: 24px;
    }
    .products-showcase-nav {
        gap: 10px;
    }
    .products-showcase-nav .products-showcase-prev,
    .products-showcase-nav .products-showcase-next {
        width: 44px;
        height: 44px;
        line-height: 44px;
    }
    .product-showcase-content {
        padding: 16px;
    }
    .product-showcase-content h3 {
        font-size: 17px;
    }
    .product-showcase-content h3 {
        min-height: calc(1.3em * 2);
    }
    .product-showcase-desc {
        font-size: 13px;
    }
    .product-showcase-link {
        font-size: 13px;
    }
}

.service-box-item-3-style-3 {
    background-color: var(--white);
    margin-top: 30px;
    border: 1px solid color-mix(in srgb, var(--bg) 15%, transparent);
    padding: 40px 8px 5px;
    position: relative;
    transition: all 0.4s ease-in-out;
}
.service-box-item-3-style-3 .top-item {
    margin-left: 22px;
}
.service-box-item-3-style-3 .top-item .icon {
    margin-bottom: 30px;
}
.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: 15px;
    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%);
}
@media (max-width: 1899px) {
    .service-box-item-3-style-3 .top-item .content p {
        font-size: 15px;
    }
}
@media (max-width: 1399px) {
    .service-box-item-3-style-3 .top-item .content p {
        font-size: 16px;
    }
}
.service-box-item-3-style-3 .list-item {
    padding: 25px;
    margin-top: 30px;
    background: var(--bg-3);
}
@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 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: "Outfit", 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;
}
@media (max-width: 1399px) {
    .service-section-3 .build-shape {
        display: none;
    }
}
.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%);
}
@media (max-width: 1399px) {
    .service-box-main-item-style-5 .service-box-item-style-5 .service-content h4 a br {
        display: none;
    }
}
.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%);
}
@media (max-width: 1399px) {
    .service-box-main-item-style-5 .service-content-item-style-5 .service-content h4 a br {
        display: none;
    }
}
.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 .section-title h2 br {
        display: none;
    }
}
@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 .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 color-mix(in srgb, var(--bg) 5%, transparent);
    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 color-mix(in srgb, var(--text) 25%, transparent);
    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: color-mix(in srgb, var(--white) 12%, transparent);
    border: 1px solid color-mix(in srgb, var(--white) 74%, transparent);
    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: color-mix(in srgb, var(--bg) 33%, transparent);
    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: color-mix(in srgb, var(--bg) 33%, transparent);
    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;
    }
}
@media (max-width: 1399px) {
    .service-wrapper-6 .service-right-item .bottom-content h2 br {
        display: none;
    }
}

.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;
}
@media (max-width: 1399px) {
    .services-section-7 .right-shape {
        display: none;
    }
}
.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: var(--white);
    border: 1px solid color-mix(in srgb, var(--bg) 12%, transparent);
    box-shadow: 10px 16px 120px 1px color-mix(in srgb, var(--header) 12%, transparent);
    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;
}

.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: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-section {
    position: relative;
}
.team-section .left-shape {
    position: absolute;
    top: 0;
    left: 50px;
}
@media (max-width: 1399px) {
    .team-section .left-shape {
        display: none;
    }
}
.team-section .right-shape {
    position: absolute;
    right: 0;
    bottom: 0;
}
@media (max-width: 1399px) {
    .team-section .right-shape {
        display: none;
    }
}
.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-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: color-mix(in srgb, var(--theme) 10%, transparent);
    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(--bg-3);
    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-member-popup {
    display: none;
    width: min(960px, 92vw);
    padding: 0;
}
.team-member-popup .team-member-popup-inner {
    display: grid;
    grid-template-columns: minmax(260px, 360px) 1fr;
    align-items: center;
    background-color: var(--white);
    border: 1px solid color-mix(in srgb, var(--bg) 15%, transparent);
}
.team-member-popup .team-member-popup-photo img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.team-member-popup .team-member-popup-content {
    padding: 34px 34px 32px;
}
.team-member-popup .team-member-popup-content h3 {
    margin: 0 0 8px;
    font-size: 34px;
}
.team-member-popup .team-member-popup-content .team-member-popup-role {
    margin: 0 0 16px;
    color: var(--theme);
    font-weight: 600;
}
.team-member-popup .team-member-popup-content p {
    margin: 0;
    line-height: 1.75;
}
@media (max-width: 991px) {
    .team-member-popup .team-member-popup-inner {
        grid-template-columns: 1fr;
    }
    .team-member-popup .team-member-popup-photo {
        max-height: 300px;
    }
    .team-member-popup .team-member-popup-content {
        padding: 24px 22px;
    }
    .team-member-popup .team-member-popup-content h3 {
        font-size: 28px;
    }
}
@media (max-width: 575px) {
    .team-member-popup .team-member-popup-photo {
        max-height: 240px;
    }
    .team-member-popup .team-member-popup-content h3 {
        font-size: 24px;
    }
}

.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: color-mix(in srgb, var(--theme) 4%, transparent);
}
.team-section-51 .container-fluid {
    max-width: 1640px;
}

@media (max-width: 1399px) {
    .project-details-section .team-left-image img {
        width: 100%;
        height: 100%;
    }
}

.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, transparent 59.3%, color-mix(in srgb, var(--black) 86%, transparent) 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%);
}
@media (max-width: 1399px) {
    .project-box-items-style-2 .project-image .content h3 a br {
        display: none;
    }
}
.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;
}
.project-section-2 .project-box-items-style-2:hover .project-image::before {
    opacity: 0;
    visibility: hidden;
}
@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;
}
@media (max-width: 1399px) {
    .project-section-5 .shop-pagi-items {
        display: none;
    }
}
.project-section-5 .shop-pagi-items .project-dot .swiper-pagination-bullet {
    width: 505px;
    height: 1px;
    border-radius: 0;
    background: color-mix(in srgb, var(--bg) 19%, transparent);
    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 .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: color-mix(in srgb, var(--theme) 68%, transparent);
    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: color-mix(in srgb, var(--bg-2) 65%, transparent);
}
@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: color-mix(in srgb, var(--theme) 10%, transparent);
    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);
}

.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: "Outfit", 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;
}
@media (max-width: 1399px) {
    .testimonial-right-style-1 .array-buttons {
        display: none;
    }
}

.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-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: color-mix(in srgb, var(--white) 74%, transparent);
    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: "Outfit", sans-serif;
}
@media (max-width: 1399px) {
    .testimonial-box-item-style-new h6 br {
        display: none;
    }
}

.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;
}
@media (max-width: 1399px) {
    .testimonial-section-3 .left-shape {
        display: none;
    }
}
.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: color-mix(in srgb, var(--white) 74%, transparent);
    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: "Outfit", sans-serif;
}
@media (max-width: 1399px) {
    .testimonial-box-item-style-5 h6 br {
        display: none;
    }
}

.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 var(--bg);
    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;
}

@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: color-mix(in srgb, var(--bg) 61%, transparent);
    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);
}

@media (max-width: 575px) {
    .offcanvas__wrapper .offcanvas-title,
    .offcanvas__wrapper .offcanvas__content p {
        display: none;
    }
    .offcanvas__wrapper .offcanvas__content .offcanvas__contact .contact-list li .content h4 a {
        font-size: 14px;
    }
    .offcanvas__wrapper .offcanvas__content .offcanvas__contact .contact-list li .icon {
        width: 40px;
        height: 40px;
        line-height: 40px;
    }

    p,
    ul,
    ol,
    li {
        font-size: 15px;
        line-height: 1.6;
    }

    .hero-section-2 .hero-box .content .link-btn {
        margin-top: 24px;
    }

    .array-buttons {
        gap: 12px;
    }
    .service-section .section-title-area .array-buttons {
        gap: 10px;
    }
    .service-products-section .service-card-items-style-2 .service-image .service-content .icon {
        width: 62px;
        height: 62px;
        line-height: 62px;
        margin-bottom: 18px;
    }
    .service-products-section .service-card-items-style-2 .service-image .service-content .icon img {
        width: 30px;
        height: 30px;
    }
    .array-buttons .array-prev,
    .array-buttons .array-next {
        width: 46px;
        height: 46px;
        line-height: 46px;
        font-size: 13px;
    }
    .array-buttons .array-prev i,
    .array-buttons .array-next i {
        font-size: 13px;
    }

    .counter-wrapper {
        display: grid;
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 20px 14px;
    }
    .counter-wrapper .counter-item {
        text-align: center;
    }
    .counter-wrapper .counter-item .icon {
        margin-bottom: 12px;
    }
    .counter-wrapper .counter-item .icon img {
        width: 52px;
        max-width: none;
    }
    .counter-wrapper .counter-item .content h2 {
        font-size: 24px;
    }
    .counter-wrapper .counter-item .content p {
        font-size: 14px;
        line-height: 1.45;
    }

    .about-content-style-1 .about-box-item .about-box-title {
        font-size: 18px;
    }

    .our-process-right-iteme-style-1 .our-process-item .number {
        font-size: 40px;
    }
    .our-process-right-iteme-style-1 .our-process-item .content h5 {
        font-size: 15px;
    }

    .faq-content-style-3 .circle {
        display: none;
    }

    .footer-wrapper.style-3 {
        padding: 44px 0 52px;
    }
    .footer-wrapper.style-3 .footer-main-row {
        row-gap: 14px;
    }
    .footer-wrapper .single-footer-widget {
        margin-top: 20px;
    }
    .footer-wrapper .single-footer-widget .footer-equil-logo {
        width: 132px;
    }
    .footer-wrapper .single-footer-widget .footer-contact h4 {
        font-size: 19px;
        margin-bottom: 14px;
    }
    .footer-wrapper .single-footer-widget .footer-contact h5 {
        font-size: 16px;
        margin-top: 14px;
    }
    .footer-wrapper .single-footer-widget .footer-contact p {
        font-size: 14px;
        line-height: 1.55;
    }
    .footer-wrapper .single-footer-widget .footer-contact .social-list-3 {
        margin-top: 20px;
        gap: 12px;
    }
    .footer-wrapper .single-footer-widget .widget-title {
        margin-bottom: 18px;
    }
    .footer-wrapper .single-footer-widget .widget-title h4 {
        font-size: 18px;
    }
    .footer-wrapper .single-footer-widget .list-area li {
        font-size: 14px;
    }
    .footer-wrapper .single-footer-widget .list-area li:not(:last-child) {
        margin-bottom: 8px;
    }

    .footer-bottom .footer-wrapper {
        justify-content: center;
        flex-direction: column;
        gap: 10px;
        text-align: center;
    }
    .footer-bottom .footer-wrapper p,
    .footer-bottom .footer-wrapper .developed-by {
        font-size: 12px;
    }
    .footer-bottom .footer-wrapper .developed-by {
        justify-content: center;
    }
    .footer-bottom .footer-wrapper .developed-by img {
        width: 50px;
    }
}

.fancybox__backdrop {
    background: rgb(24 24 27 / 90%) !important;
}

.fancybox__caption {
    display: none !important;
}

/* Policy pages */
.policy-page-content {
    padding-top: 6px;
}

.policy-page-head {
    margin-bottom: 44px;
}

.policy-page-content p {
    margin: 0 0 18px;
    font-size: 18px;
    font-weight: 400;
    color: var(--text);
    line-height: 1.7;
}

.policy-page-content h3 {
    margin: 36px 0 14px;
    padding-top: 18px;
    border-top: 1px solid color-mix(in srgb, var(--theme) 18%, transparent);
    color: var(--header);
    font-size: 28px;
}

.policy-page-content ul {
    margin: 0 0 22px;
    padding: 0;
    list-style: none;
}

.policy-page-content ul li {
    position: relative;
    padding-left: 22px;
    margin-bottom: 10px;
    color: var(--text);
    line-height: 1.7;
}

.policy-page-content ul li::before {
    position: absolute;
    top: 10px;
    left: 0;
    width: 9px;
    height: 9px;
    border-radius: 50%;
    content: "";
    background-color: var(--theme);
}

@media (max-width: 991px) {
    .policy-page-head {
        margin-bottom: 34px;
    }

    .policy-page-content p {
        font-size: 16px;
    }

    .policy-page-content h3 {
        font-size: 24px;
        margin-top: 28px;
    }
}

@media (max-width: 767px) {
    .policy-page-head {
        margin-bottom: 26px;
    }

    .policy-page-content h3 {
        font-size: 21px;
        padding-top: 14px;
    }
}
