@use "sass:math";

:root {
    --theme-color: #ff4136;
    --theme-color2: #FE8900;
    --theme-color3: #FFC000;
    --title-color: #1A1A1A;
    --body-color: #554B4B;
    --smoke-color: #F6F2F1;
    --smoke-color2: #F5F5F5;
    --black-color: #111827;
    --black-color2: #1B1B1B;
    --gray-color: #03060E;
    --gray-color2: #E4E4E5;
    --white-color: #ffffff;
    --light-color: #bdbdbd;
    --yellow-color: #FFB539;
    --success-color: #28a745;
    --error-color: #dc3545;
    --th-border-color: #D8DDE1;
    --th-border-color2: #303030;
    --dark-color: #021526;
    --title-font: "Plus Jakarta Sans", serif;
    --body-font: "Inter", serif;
    --icon-font: "Font Awesome 6 Pro";
    --main-container: 1620px;
    --container-gutters: 30px;
    --section-space: 120px;
    --section-space-mobile: 80px;
    --section-title-space: 60px;
    --ripple-ani-duration: 5s;
}



@font-face {
    font-family: 'Recharge Bold';
    font-style: normal;
    font-weight: normal;
    src: local('Recharge Bold'), url('../fonts/fontawesome/recharge-bd.woff2') format('woff2'), url('../fonts/fontawesome/recharge-bd.woff') format('woff');
}


@media (max-width: 575px) {
    .about-item.item-active .box-content {
        -webkit-mask-image: none;
        mask-image: none;
        height: 100%;
    }
}

.about-item .box-content {
    height: 406px;
    -webkit-mask-image: url("../img/about/about-shape2-1.png");
    mask-image: url("../img/about/about-shape2-1.png");
    background-image: url("../img/about/about-shape2-1.png");
}

@media (max-width: 575px) {
    .about-item:hover .box-content {
        -webkit-mask-image: none;
        mask-image: none;
        height: 100%;
    }
}

.about-item2_wrapp {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    gap: 56px;
}

@media (max-width: 767px) {
    .about-item2_wrapp {
        gap: 20px;
    }
}

@media (max-width: 375px) {
    .about-item2_wrapp {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        gap: 30px;
    }
}

.about-item2 .icon {
    margin-bottom: 24px;
}

.about-item2 .box-title {
    margin-bottom: 5px;
}

.about-item2 .box-text {
    max-width: 255px;
}

.img-box5 .img1 {
    border-radius: 24px;
}

    .img-box5 .img1 img {
        border-radius: 24px;
    }

.img-box6 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    gap: 24px;
}

@media (max-width: 375px) {
    .img-box6 {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
    }
}

.img-box6 .img1 {
    border-radius: 24px;
}

    .img-box6 .img1 img {
        border-radius: 24px;
    }

.about1-call-wrapper.style2 .icon {
    background-color: var(--white-color);
}

.about-3 {
    background-color: #F6F2F1;
}

.about-item3 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    gap: 40px;
}

    .about-item3:not(:last-child) {
        margin-bottom: 60px;
    }

    .about-item3 .icon {
        min-width: 60px;
    }

    .about-item3 .content {
        max-width: 587px;
    }

    .about-item3 .box-title {
        font-size: 20px;
        margin-bottom: 10px;
    }

    .about-item3 .box-text {
        margin-bottom: 0;
    }

.img-box7 {
    position: relative;
    margin-right: 50px;
    z-index: 2;
}

@media (max-width: 1199px) {
    .img-box7 {
        margin-right: 0;
    }
}

.img-box7 .img1 {
    -webkit-mask-image: url("../img/about/about-shape4.png");
    mask-image: url("../img/about/about-shape4.png");
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    -webkit-mask-size: 100% 100%;
    mask-size: 100% 100%;
}

    .img-box7 .img1 img {
        width: 100%;
    }

.img-box7 .line-btn {
    position: absolute;
    right: 0;
    bottom: 0;
    z-index: 2;
}

.about-4 {
    position: relative;
    background-color: var(--white-color);
    border-radius: 50px 50px 0 0;
    margin-top: -120px;
    z-index: 9;
}

.img-box8 .img1 {
    /* -webkit-mask-image: url("../img/about/about-shape5.png"); */
    /* background-image: url("../img/about/about-shape5.png"); */
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    -webkit-mask-size: 100% 100%;
    mask-size: 100% 100%;
}

    .img-box8 .img1 img {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }

.choose-content {
    position: relative;
    z-index: 2;
}

    .choose-content .logo-icon-wrap {
        position: absolute;
        right: -10%;
        bottom: -35%;
        width: 200px;
        height: 200px;
        background: rgba(255,65,54,0.05);
        -webkit-backdrop-filter: blur(11px);
        backdrop-filter: blur(11px);
        border-radius: 50%;
    }

@media (max-width: 1500px) {
    .choose-content .logo-icon-wrap {
        bottom: 0;
    }
}

@media (max-width: 991px) {
    .choose-content .logo-icon-wrap {
        position: relative;
        bottom: 0;
        right: 0;
    }
}

.choose-content .logo-icon-wrap .logo-icon {
    background-color: var(--theme-color);
    border-color: var(--theme-color);
    color: var(--white-color);
}

.choose-content .logo-icon-wrap .logo-icon-wrap__text {
    color: var(--title-color);
}

    .choose-content .logo-icon-wrap .logo-icon-wrap__text span {
        --rotate-letter: 8deg;
        height: 80px;
        left: 35%;
        top: -8px;
    }

.team-card {
    position: relative;
    overflow: hidden;
    border-radius: 16px;
    -webkit-transition: .4s;
    transition: .4s;
    border: 1px solid var(--gray-color2);
}

    .team-card:hover .team-content {
        border-color: var(--theme-color);
    }

        .team-card:hover .team-content .team-desig {
            color: var(--theme-color);
        }

    .team-card:hover .team-img img {
        -webkit-transform: scale(1.1);
        -ms-transform: scale(1.1);
        transform: scale(1.1);
    }

    .team-card:hover .team-img::before {
        opacity: .1;
    }

    .team-card .team-img {
        position: relative;
        -webkit-transition: .4s;
        transition: .4s;
        border-radius: 0px 0px 500px 500px;
        margin: 0 65px 0;
        overflow: hidden;
        text-align: center;
    }

        .team-card .team-img::before {
            content: "";
            position: absolute;
            left: 0;
            top: 0;
            height: 100%;
            width: 100%;
            background: var(--theme-color);
            z-index: 1;
            opacity: 0;
            -webkit-transition: .4s;
            transition: .4s;
        }

        .team-card .team-img img {
            -webkit-transition: 0.4s;
            transition: 0.4s;
            border-radius: 8px 8px 500px 500px;
            margin-bottom: -10px;
            padding-top: 12px;
        }

    .team-card .box-title {
        margin-bottom: 4px;
        -webkit-transition: .4s;
        transition: .4s;
    }

    .team-card .team-desig {
        display: block;
        font-size: 18px;
        font-weight: 400;
        margin-bottom: 22px;
        color: var(--black-color);
        -webkit-transition: .4s;
        transition: .4s;
    }

    .team-card .team-content {
        padding: 38px 30px 30px;
        text-align: center;
        -webkit-transition: .4s;
        transition: .4s;
        border-top: 0;
    }

@media (max-width: 767px) {
    .team-card .team-content {
        padding: 20px;
    }
}

.team-card .team-content .th-social a {
    --icon-size: 32px;
    border-radius: 50%;
    border: 0;
    font-size: 14px;
    margin-right: 7px;
    border: 1px solid var(--th-border-color);
    color: var(--title-color);
}

    .team-card .team-content .th-social a:hover {
        background: var(--theme-color);
        border-color: var(--theme-color);
        color: var(--white-color);
    }

.team-card.style-2 {
    border-radius: 26px;
    border: 0;
    padding: 35px 10px 0 10px;
    -webkit-transition: .4s;
    transition: .4s;
}

    .team-card.style-2:hover .team-img {
        -webkit-transform: scale(1.1);
        -ms-transform: scale(1.1);
        transform: scale(1.1);
    }

        .team-card.style-2:hover .team-img::before {
            opacity: 0;
            visibility: hidden;
        }

    .team-card.style-2 .team-content {
        position: absolute;
        background: var(--white-color);
        border-radius: 16px;
        width: 91%;
        padding: 20px;
        text-align: start;
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
        bottom: 15px;
        left: 50%;
        -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        transform: translateX(-50%);
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        gap: 15px 5px;
    }

        .team-card.style-2 .team-content .team-desig {
            margin: 0;
            font-size: 16px;
        }

        .team-card.style-2 .team-content .th-social a {
            --icon-size: 40px;
            background: #FDEDEC;
            border: 0;
            color: var(--theme-color);
        }

            .team-card.style-2 .team-content .th-social a:hover {
                background: var(--theme-color);
                color: var(--white-color);
            }

    .team-card.style-2 .team-img {
        border-radius: 0;
        margin: 0;
        padding: 0 21px;
        margin-left: auto;
        margin-right: auto;
    }

        .team-card.style-2 .team-img img {
            border-radius: 0;
        }

@media (max-width: 1600px) {
    .team-card.style-2 .box-title {
        font-size: 22px;
    }

    .team-card.style-2 .team-content .th-social a {
        --icon-size: 34px;
    }

    .team-card.style-2 .team-img {
        padding: 0 0px;
    }
}

@media (max-width: 1500px) {
    .team-card.style-2 .box-title {
        font-size: 20px;
    }

    .team-card.style-2 .team-content {
        gap: 10px;
    }
}

@media (max-width: 375px) {
    .team-card.style-2 .team-content {
        gap: 10px;
        width: 96%;
        padding: 20px 15px;
    }
}

.team-card.style3 {
    background-color: #F6F2F1;
    border-radius: 26px;
    border: 0;
    padding: 35px 10px 0 10px;
    -webkit-transition: .4s;
    transition: .4s;
}

    .team-card.style3:hover .team-img {
        -webkit-transform: scale(1.1);
        -ms-transform: scale(1.1);
        transform: scale(1.1);
    }

        .team-card.style3:hover .team-img::before {
            opacity: 0;
            visibility: hidden;
        }

    .team-card.style3 .team-content {
        position: absolute;
        background: var(--white-color);
        border-radius: 16px;
        width: 91%;
        padding: 20px;
        text-align: start;
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
        bottom: 15px;
        left: 50%;
        -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        transform: translateX(-50%);
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        gap: 15px 5px;
    }

        .team-card.style3 .team-content .team-desig {
            margin: 0;
            font-size: 16px;
        }

        .team-card.style3 .team-content .th-social a {
            --icon-size: 40px;
            background: #FDEDEC;
            border: 0;
            color: var(--theme-color);
        }

            .team-card.style3 .team-content .th-social a:hover {
                background: var(--theme-color);
                color: var(--white-color);
            }

    .team-card.style3 .team-img {
        border-radius: 0;
        margin: 0;
        padding: 0 21px;
        margin-left: auto;
        margin-right: auto;
    }

        .team-card.style3 .team-img img {
            border-radius: 0;
        }

@media (max-width: 1600px) {
    .team-card.style3 .box-title {
        font-size: 22px;
    }

    .team-card.style3 .team-content .th-social a {
        --icon-size: 34px;
    }

    .team-card.style-2 .team-img {
        padding: 0 0px;
    }
}

@media (max-width: 1500px) {
    .team-card.style3 .box-title {
        font-size: 20px;
    }

    .team-card.style3 .team-content {
        gap: 10px;
    }
}

@media (max-width: 375px) {
    .team-card.style3 .team-content {
        gap: 10px;
        width: 96%;
        padding: 20px 15px;
    }
}

.team-details {
    position: relative;
    background: var(--smoke-color2);
    padding: 60px;
    overflow: hidden;
    border-radius: 32px;
    border: 0px solid var(--th-border-color);
}

@media (max-width: 1299px) {
    .team-details {
        padding: 60px 45px;
    }
}

@media (max-width: 991px) {
    .team-details {
        padding: 50px 40px;
    }
}

@media (max-width: 575px) {
    .team-details {
        padding: 40px 20px;
    }
}

.team-details img {
    width: 100%;
    border-radius: 16px;
}

@media (max-width: 1199px) {
    .team-details img {
        height: 100%;
    }
}

.team-details .th-social {
    width: 100%;
    text-align: end;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
}

@media (max-width: 767px) {
    .team-details .th-social {
        text-align: start;
    }
}

.team-details .th-social a {
    --icon-size: 40px;
    border-radius: 100%;
    color: var(--title-color);
    border: 1px solid var(--th-border-color);
    box-shadow: none;
    background-color: var(--white-color);
}

    .team-details .th-social a:hover {
        color: var(--white-color);
        background-color: var(--theme-color);
        border-color: var(--theme-color);
    }

.team-about .team-wrapp .top-wrap {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    gap: 20px;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-bottom: 20px;
}

@media (max-width: 767px) {
    .team-about .team-wrapp .top-wrap {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
    }
}

.team-about_title {
    margin-top: -0.5rem;
    margin-bottom: 25px;
    font-size: 40px;
}

@media (max-width: 767px) {
    .team-about_title {
        font-size: 24px;
    }
}

.team-about_desig {
    margin-bottom: 0px;
    color: var(--body-color);
}

.team-about_text {
    margin-bottom: 30px;
    font-size: 18px;
}

.team-about .th-btn {
    padding: 19.5px 38.9px;
}

.about-info {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 20px;
    padding: 27px 30px 27px 30px;
}

.about-info-wrap {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    margin-bottom: 40px;
    border: 1px solid var(--th-border-color);
    border-radius: 16px;
}

@media (max-width: 767px) {
    .about-info-wrap {
        grid-template-columns: repeat(1, 1fr);
    }
}

@media (max-width: 1299px) {
    .about-info {
        gap: 15px;
    }
}

@media (max-width: 575px) {
    .about-info {
        padding: 20px;
    }
}

@media (max-width: 375px) {
    .about-info {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
        padding-left: 0;
    }
}

.about-info:not(:first-child) {
    border-left: 1px solid var(--th-border-color);
}

@media (max-width: 767px) {
    .about-info:not(:first-child) {
        border-left: none;
        border-top: 1px solid var(--th-border-color);
    }
}

.about-info:nth-child(3) {
    border-left: none;
    border-top: 1px solid var(--th-border-color);
}

.about-info:last-child {
    border-top: 1px solid var(--th-border-color);
}

.about-info_icon i {
    width: 50px;
    height: 50px;
    line-height: 50px;
    color: var(--theme-color);
    background-color: var(--white-color);
    border: none;
    border-radius: 50%;
    text-align: center;
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}

    .about-info_icon i:hover {
        background-color: var(--theme-color);
        color: var(--white-color);
    }

.about-info_subtitle {
    margin-bottom: 0;
}

@media (max-width: 375px) {
    .about-info_subtitle {
        text-align: center;
    }
}

.about-info_title {
    font-family: var(--body-font);
    font-weight: 500;
    font-size: 18px;
    margin-bottom: 0;
}

    .about-info_title a {
        color: inherit;
    }

        .about-info_title a:hover {
            color: var(--theme-color);
        }

.team-contact-form {
    padding: 50px;
    background-color: var(--smoke-color);
}

    .team-contact-form textarea {
        height: 120px;
    }

    .team-contact-form .form-title {
        margin-top: -0.3em;
        margin-bottom: 25px;
    }

@media (max-width: 575px) {
    .team-contact-form {
        padding: 40px 20px;
    }
}

.skill-feature {
    text-align: left;
}

    .skill-feature:not(:last-child) {
        margin-bottom: 45px;
    }

    .skill-feature_title, .skill-feature .progress-value {
        font-size: 20px;
        font-weight: 500;
        margin-bottom: 12px;
        margin-top: -0.5em;
        font-family: var(--title-font);
        color: var(--title-color);
    }

    .skill-feature .progress {
        position: relative;
        overflow: visible;
        background: var(--smoke-color2);
        height: 12px;
        border-radius: 24px;
    }

    .skill-feature .progress-bar {
        background-color: var(--theme-color);
        height: 12px;
        border-radius: inherit;
        overflow: visible;
        position: relative;
    }

    .skill-feature .progress-value {
        position: absolute;
        top: -30px;
        right: -8px;
    }

.contact-form.team-details {
    padding: 0;
    border: 0;
    background: transparent;
    border-radius: 0;
    margin-top: 10px;
    text-align: start;
}

    .contact-form.team-details .form-control {
        background: var(--smoke-color2);
    }

    .contact-form.team-details .form-select, .contact-form.team-details select {
        background: var(--smoke-color2);
    }

.circle-progressbar {
    text-align: center;
}

.circle-top .box-title {
    font-size: 36px;
    margin-bottom: 5px;
}

@media (max-width: 767px) {
    .circle-top .box-title {
        font-size: 26px;
    }
}

.circle-top {
    margin-bottom: 30px;
}

.circular-progress {
    position: relative;
    width: 190px;
    height: 190px;
    text-align: center;
    display: inline-block;
}

    .circular-progress svg {
        width: 100%;
        height: 100%;
    }

    .circular-progress .circle-bg {
        fill: none;
        stroke: var(--smoke-color2);
        stroke-width: 3;
    }

    .circular-progress .circle {
        fill: none;
        stroke-width: 3;
        stroke-dasharray: 100;
        stroke-dashoffset: 100;
        -webkit-transition: stroke-dashoffset 1s ease;
        transition: stroke-dashoffset 1s ease;
        stroke-linecap: round;
        stroke: var(--theme-color);
    }

    .circular-progress .box-title {
        font-size: 16px;
        font-weight: 400;
        color: var(--body-color);
        margin-bottom: -0.3em;
        margin-top: 13px;
    }

    .circular-progress .circle-progressbar-content {
        position: absolute;
        top: 50%;
        left: 50%;
        -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
        font-size: 36px;
        font-weight: 700;
        color: var(--title-color);
        width: 100%;
    }

@media (max-width: 1299px) {
    .circular-progress {
        width: 170px;
        height: 170px;
    }

        .circular-progress .circle-bg {
            stroke-width: 2;
        }

        .circular-progress .circle {
            stroke-width: 2;
        }

        .circular-progress .box-title {
            font-size: 14px;
        }
}

.team-circle-progressbar:nth-child(2) .circular-progress .circle {
    stroke: var(--theme-color);
}

.team-circle-progressbar:nth-child(3) .circular-progress .circle {
    stroke: var(--theme-color3);
}

.team-circle-progressbar:nth-child(4) .circular-progress .circle {
    stroke: #162479;
}

.team-circle-progressbar:nth-child(5) .circular-progress .circle {
    stroke: var(--body-color);
}

.team-circle-progressbar:nth-child(6) .circular-progress .circle {
    stroke: var(--title-color);
}

.team-grid {
    position: relative;
    -webkit-transition: .4s;
    transition: .4s;
}

.team-grid_wrapp:nth-child(2) {
    margin-top: 50px;
}

.team-grid_wrapp:nth-child(3) {
    margin-top: 50px;
}

.team-grid .team-img {
    position: relative;
    overflow: hidden;
}

    .team-grid .team-img img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        -webkit-transition: all 0.4s ease-in-out;
        transition: all 0.4s ease-in-out;
        -webkit-mask-image: url("../img/team/team-shape.png");
        mask-image: url("../img/team/team-shape.png");
        -webkit-mask-size: 100% 100%;
        mask-size: 100% 100%;
        -webkit-mask-repeat: no-repeat;
        mask-repeat: no-repeat;
    }

.team-grid .icon-btn {
    position: absolute;
    top: 0;
    right: 0;
    background: #F6F2F1;
    --btn-size: 60px;
    color: var(--title-color);
    border-color: #F6F2F1;
    border-radius: 50%;
}

    .team-grid .icon-btn:hover {
        background: var(--theme-color);
        color: var(--white-color);
    }

.team-grid .box-title {
    margin-bottom: 0px;
}

.team-grid:hover .icon-btn {
    background: var(--theme-color);
    color: var(--white-color);
}

.team-grid:hover .team-content {
    opacity: 1;
    visibility: visible;
    bottom: 15px;
}

.team-grid .team-content {
    position: absolute;
    background: var(--white-color);
    border-radius: 16px;
    width: 91%;
    padding: 20px;
    text-align: start;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    bottom: -35px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 15px 5px;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}

    .team-grid .team-content .team-desig {
        margin: 0;
        font-size: 16px;
    }

    .team-grid .team-content .th-social a {
        --icon-size: 40px;
        background: #FDEDEC;
        border: 0;
        color: var(--theme-color);
    }

        .team-grid .team-content .th-social a:hover {
            background: var(--theme-color);
            color: var(--white-color);
        }

.testi-block {
    box-shadow: 0px 4px 20px rgba(0,0,0,0.06);
    -webkit-transition: .4s;
    transition: .4s;
    padding: 50px 40px;
    background-color: var(--white-color);
    border-radius: 16px;
}

@media (max-width: 767px) {
    .testi-block {
        padding: 40px 30px;
    }
}

@media (max-width: 375px) {
    .testi-block {
        padding: 30px 20px;
    }
}

.testi-block:hover {
    background-color: var(--smoke-color);
}

    .testi-block:hover .top-wrap .quote img {
        -webkit-filter: brightness(0) saturate(100%) invert(17%) sepia(100%) saturate(7476%) hue-rotate(1deg) brightness(98%) contrast(119%);
        filter: brightness(0) saturate(100%) invert(17%) sepia(100%) saturate(7476%) hue-rotate(1deg) brightness(98%) contrast(119%);
    }

.testi-block .top-wrap {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 10px;
    margin-bottom: 18px;
}

    .testi-block .top-wrap img {
        -webkit-transition: .3s;
        transition: .3s;
    }

.testi-block .testi-content {
    margin-bottom: 32px;
}

    .testi-block .testi-content .box-text {
        color: var(--gray-color);
        font-size: 18px;
    }

.testi-block .bottom-wrap {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-column-gap: 15px;
    -moz-column-gap: 15px;
    column-gap: 15px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    row-gap: 1px;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

    .testi-block .bottom-wrap .content .box-title {
        margin-bottom: 0px;
    }

    .testi-block .bottom-wrap .content .text {
        margin: 0;
    }

    .testi-block .bottom-wrap .team-img img {
        height: 97px;
        width: 97px;
        border-radius: 50%;
        border: 8px solid var(--white-color);
    }

    .testi-block .bottom-wrap .team-img {
        position: relative;
        margin-right: 15px;
    }

    .testi-block .bottom-wrap .box-review {
        position: absolute;
        bottom: 6px;
        right: -18px;
        height: 49px;
        width: 49px;
        text-align: center;
        background: var(--title-color);
        border-radius: 50%;
        border: 2px solid var(--white-color);
        padding: 5px;
        line-height: 17px;
    }

        .testi-block .bottom-wrap .box-review span {
            color: var(--white-color);
            line-height: 1;
            margin-top: -.3em;
        }

    .testi-block .bottom-wrap i {
        color: var(--yellow-color);
        line-height: 1;
        font-size: 12px;
    }

.slider-controller.container-width {
    max-width: 1620px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-left: auto;
    margin-right: auto;
}

.slider-pagination.slider-controller {
    margin-top: 25px;
}

.slider-pagination.swiper-pagination-progressbar {
    background: var(--title-color);
    height: var(--swiper-pagination-progressbar-size, 1px);
}

.slider-pagination.swiper-pagination-progressbar {
    background: var(--title-color);
    --swiper-pagination-progressbar-size: 1px;
}

    .slider-pagination.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
        height: 3px;
        margin-top: -1px;
    }

@media (max-width: 1199px) {
    .testi-block .testi-content .box-text {
        font-size: 17px;
    }
}

.testi-item {
    position: relative;
    z-index: 2;
    padding: 40px;
}

@media (max-width: 375px) {
    .testi-item {
        padding: 25px;
    }
}

.testi-item.style2 .box-author {
    border-radius: 50%;
    background-color: #fff;
}

@media (max-width: 991px) {
    .testi-item.style2 .box-author {
        margin: -40px 0 0 0px;
    }
}

.testi-item.style2 .box-author img {
    width: 100%;
    height: 100%;
    border-radius: 50%;
    border: 5px solid var(--white-color);
}

.testi-item:before {
    content: "";
    position: absolute;
    inset: 0;
    -webkit-mask-image: url("../img/testimonial/testi-shape.png");
    mask-image: url("../img/testimonial/testi-shape.png");
    background-color: #F6F2F1;
    -webkit-mask-size: 100% 100%;
    mask-size: 100% 100%;
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    z-index: -1;
}

@media (max-width: 575px) {
    .testi-item:before {
        -webkit-mask-image: none;
        mask-image: none;
    }
}

.testi-item .box-profile {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 48px;
}

@media (max-width: 375px) {
    .testi-item .box-profile {
        gap: 20px;
    }
}

.testi-item .box-author {
    max-width: 96px;
    margin: -32px 0 0 -32px;
}

@media (max-width: 1399px) {
    .testi-item .box-author {
        margin: -40px 0 0 -40px;
    }
}

@media (max-width: 575px) {
    .testi-item .box-author {
        margin: 0;
    }
}

.testi-item .box-author img {
    border-radius: 50%;
}

.testi-item .box-title {
    margin-bottom: 0;
}

.testi-item .box-text {
    font-weight: 400;
    font-size: 18px;
    line-height: 28px;
    letter-spacing: 0.02em;
    color: #554B4B;
    margin: 35px 0 50px 0;
}

@media (max-width: 1399px) {
    .testi-item .box-text {
        margin: 35px 0 40px 0;
    }
}

.testi-item .box-content {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;
}

.testi-item .box-review {
    text-align: center;
    background: #F6F2F1;
    border-radius: 16px;
    padding: 16px 32px;
    margin: 0 -32px -32px 0;
}

@media (max-width: 1500px) {
    .testi-item .box-review {
        padding: 20px 24px;
    }
}

@media (max-width: 1399px) {
    .testi-item .box-review {
        padding: 10px 20px;
    }
}

@media (max-width: 575px) {
    .testi-item .box-review {
        margin: 0;
    }
}

.testi-item .box-review i {
    font-size: 24px;
    color: #FFA439;
}

.testi-item .box-review .rating {
    font-weight: 600;
    font-size: 18px;
    line-height: 32px;
    letter-spacing: 0.02em;
    color: #03060E;
}

.testiSlide6 .slider-pagination.swiper-pagination-progressbar {
    background: var(--white-color);
}

.testi-card-area-2 .slider-controller {
    margin-top: 0;
}

.slider-pagination.style-2.slider-controller {
    margin-top: -80px;
}

.slider-pagination.style-2.swiper-pagination-progressbar {
    background: var(--gray-color2);
    --swiper-pagination-progressbar-size: 3px;
}

.testi-block.style-2 {
    box-shadow: none;
    text-align: center;
    padding: 0;
}

    .testi-block.style-2:hover {
        background-color: inherit;
    }

        .testi-block.style-2:hover .top-wrap .quote img {
            -webkit-filter: inherit;
            filter: inherit;
        }

    .testi-block.style-2 .top-wrap {
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
        margin-bottom: 25px;
    }

    .testi-block.style-2 .testi-content {
        margin-bottom: 35px;
    }

        .testi-block.style-2 .testi-content .box-text {
            font-size: 24px;
            line-height: 1.6;
            font-weight: 700;
        }

        .testi-block.style-2 .testi-content .box-title {
            font-weight: 700;
        }

    .testi-block.style-2 .bottom-wrap {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
    }

        .testi-block.style-2 .bottom-wrap .box-review {
            position: inherit;
            width: inherit;
            line-height: inherit;
            background: transparent;
            border-radius: 0;
            height: inherit;
            border: 0;
            padding: 0;
            margin-bottom: 10px;
        }

            .testi-block.style-2 .bottom-wrap .box-review i {
                font-size: 16px;
            }

        .testi-block.style-2 .bottom-wrap .team-img {
            margin-right: 0;
            border-radius: 50%;
            margin-bottom: 15px;
        }

            .testi-block.style-2 .bottom-wrap .team-img img {
                height: 82px;
                width: 82px;
                border-radius: 50%;
                border: 5px solid var(--theme-color);
            }

        .testi-block.style-2 .bottom-wrap .text {
            margin: 0;
        }

.testi-bottom-review-wrap {
    margin-top: 60px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-column-gap: 80px;
    -moz-column-gap: 80px;
    column-gap: 80px;
    row-gap: 20px;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

    .testi-bottom-review-wrap .divider {
        height: 120px;
        width: 1px;
        background: var(--gray-color2);
    }

.testi-bottom-item {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    gap: 20px;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    row-gap: 10px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
}

    .testi-bottom-item .trust-content {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
        gap: 17px;
    }

        .testi-bottom-item .trust-content .box-title {
            margin: 0;
            font-weight: 700;
        }

        .testi-bottom-item .trust-content .icon i {
            color: #09B579;
            font-size: 25px;
        }

    .testi-bottom-item .bottom {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        gap: 15px;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
    }

        .testi-bottom-item .bottom .content .review-title {
            font-size: 18px;
            margin: 0;
            font-weight: 500;
            color: var(--gray-color);
        }

        .testi-bottom-item .bottom .content .th-social {
            line-height: 1;
        }

            .testi-bottom-item .bottom .content .th-social i {
                font-size: 13px;
                color: #FFA439;
            }

@media (max-width: 1299px) {
    .testi-bottom-review-wrap {
        -webkit-column-gap: 20px;
        -moz-column-gap: 20px;
        column-gap: 20px;
    }
}

@media (max-width: 1199px) {
    .testi-bottom-review-wrap .divider {
        height: 120px;
        width: 1px;
        background: var(--gray-color2);
        display: none;
    }
}

@media (max-width: 991px) {
    .testi-block.style-2 .testi-content .box-text {
        font-size: 20px;
        font-weight: 600;
    }

    .testi-bottom-review-wrap {
        margin-top: 35px;
    }
}

@media (max-width: 375px) {
    .testi-block.style-2 .testi-content .box-text {
        font-size: 18px;
        font-weight: 600;
    }
}

.testi-3-rating {
    background: var(--smoke-color);
    border-radius: 16px;
    text-align: center;
    padding: 60px;
}

    .testi-3-rating .rating-count {
        position: relative;
        margin-bottom: 22px;
        display: inline-block;
    }

        .testi-3-rating .rating-count .star-shape {
            position: absolute;
            top: 10px;
            right: -40%;
            width: 40px;
        }

        .testi-3-rating .rating-count h2 {
            font-size: 72px;
        }

    .testi-3-rating .reviews-star {
        margin-bottom: 35px;
    }

        .testi-3-rating .reviews-star .th-social {
            margin-bottom: 9px;
            gap: 9px;
            display: -webkit-box;
            display: -webkit-flex;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-pack: center;
            -webkit-justify-content: center;
            -ms-flex-pack: center;
            justify-content: center;
        }

            .testi-3-rating .reviews-star .th-social i {
                color: var(--yellow-color);
                font-size: 14px;
            }

        .testi-3-rating .reviews-star .review-title {
            font-size: 24px;
        }

    .testi-3-rating .th-btn {
        padding: 16px 40px;
        border-color: #999999;
        margin-bottom: 35px;
    }

    .testi-3-rating .testi-bottom-item {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
        text-align: center;
        margin: 0 auto;
    }

        .testi-3-rating .testi-bottom-item .trust-content {
            -webkit-box-pack: center;
            -webkit-justify-content: center;
            -ms-flex-pack: center;
            justify-content: center;
        }

        .testi-3-rating .testi-bottom-item .bottom {
            -webkit-box-pack: center;
            -webkit-justify-content: center;
            -ms-flex-pack: center;
            justify-content: center;
        }

.testi-block.style-2.style-3 .top-wrap {
    -webkit-box-pack: start;
    -webkit-justify-content: start;
    -ms-flex-pack: start;
    justify-content: start;
}

.testi-block.style-2.style-3 .testi-content {
    text-align: start;
    border-bottom: 1px solid var(--th-border-color);
    padding-bottom: 53px;
    margin-bottom: 50px;
}

.testi-block.style-2.style-3 .bottom-wrap {
    -webkit-box-pack: start;
    -webkit-justify-content: start;
    -ms-flex-pack: start;
    justify-content: start;
    -webkit-box-orient: inherit;
    -webkit-box-direction: inherit;
    -webkit-flex-direction: inherit;
    -ms-flex-direction: inherit;
    flex-direction: inherit;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 20px;
}

    .testi-block.style-2.style-3 .bottom-wrap .team-img {
        margin-bottom: 0;
    }

    .testi-block.style-2.style-3 .bottom-wrap .content {
        text-align: start;
        margin-top: 0em;
    }

@media (max-width: 575px) {
    .testi-block.style-2.style-3 .bottom-wrap {
        margin-bottom: -23px;
    }
}

.slider-arrow.testi-3 {
    top: 90%;
    background: transparent;
    border: 1px solid #999;
    box-shadow: none;
}

    .slider-arrow.testi-3.slider-next {
        left: auto;
        right: 0px;
    }

    .slider-arrow.testi-3.slider-prev {
        left: auto;
        right: 68px;
    }

    .slider-arrow.testi-3:hover {
        background: var(--theme-color);
        border-color: var(--theme-color);
    }

@media (max-width: 1199px) {
    .testi-3-rating {
        padding: 60px 30px;
    }
}

@media (max-width: 575px) {
    .testi-3-rating .rating-count h2 {
        font-size: 50px;
    }

    .testi-3-rating .rating-count {
        margin-bottom: 5px;
    }

    .slider-arrow.testi-3 {
        display: none;
    }

    .testi-3-rating .rating-count .star-shape {
        right: -41%;
        width: 20px;
    }
}

.testi-grid {
    position: relative;
    z-index: 2;
    text-align: center;
    max-width: 1168px;
    display: block;
    margin: auto;
}

    .testi-grid .quote {
        margin-bottom: 45px;
    }

    .testi-grid .box-text {
        font-weight: 600;
        font-size: 32px;
        line-height: 40px;
        letter-spacing: 0.02em;
        color: #03060E;
        margin-bottom: 60px;
    }

@media (max-width: 1199px) {
    .testi-grid .box-text {
        font-size: 30px;
        line-height: 40px;
    }
}

@media (max-width: 480px) {
    .testi-grid .box-text {
        font-size: 20px;
        line-height: 30px;
    }
}

.testi-grid .box-title {
    font-weight: 700;
    font-size: 24px;
    letter-spacing: 0.02em;
    color: #03060E;
    margin-bottom: 0;
}

.testiSlide7 .slider-arrow {
    background-color: transparent;
    border: 1px solid var(--title-color);
    box-shadow: none;
    color: var(--title-color);
}

@media (max-width: 1500px) {
    .testiSlide7 .slider-arrow {
        display: none;
    }
}

.testiSlide7 .slider-arrow:hover {
    background-color: var(--theme-color);
    border-color: var(--theme-color);
    color: var(--white-color);
}

.testiSlide7 .slider-arrow.slider-prev {
    left: var(--pos-x, 30px);
    right: auto;
}

.testiSlide7 .slider-arrow.slider-next {
    right: var(--pos-x, 30px);
    left: auto;
}

.counter-sec1 {
    position: relative;
    z-index: 2;
}

/*.counter-sec1:before {
        content: "";
        position: absolute;
        width: 100%;
        height: 100%;
        top: 0;
        left: 0;
        background: var(--gray-color);
        opacity: 1;
        -webkit-transition: .4s;
        -webkit-transition: .3s;
        transition: .3s;
        z-index: -1;
        background: -webkit-linear-gradient(top, transparent, var(--gray-color));
        background: linear-gradient(to bottom, transparent, var(--gray-color));
    }*/

/*.counter-sec1:after {
        content: "";
        position: absolute;
        width: 100%;
        height: 100%;
        top: 0;
        left: 0;
        background: var(--gray-color);
        opacity: .4;
        -webkit-transition: .3s;
        transition: .3s;
        z-index: -1;
    }*/

.counter-card {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    gap: 24px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.counter-card-wrap {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    position: relative;
    border-radius: 0px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative;
    z-index: 1;
    padding: 80px;
    background-color: #fff;
    box-shadow: 0px 21px 46px rgb(0 0 0 /10%);
    border-radius: 10px;
    border: 1px solid #f5951c;
}

@media (max-width: 1550px) {
    .counter-card-wrap {
        padding-left: 50px;
        padding-right: 50px;
    }
}

.counter-card-wrap .divider {
    width: 1px;
    height: 60px;
    background-color: #ffffff28;
    border: 1px dashed #b0b0b0;
}

@media (max-width: 767px) {
    .counter-card-wrap .divider {
        display: none;
    }
}

.counter-card-wrap .divider:last-of-type {
    display: none;
}

.counter-card .box-number {
    color: #1b1b1b;
    font-weight: 700;
    font-family: var(--title-font);
    font-size: 80px;
    margin-bottom: 6px;
    line-height: 80px;
    display: flex;
    align-items: center;
    justify-content: center;
}

    .counter-card .box-number .counter-number {
        font-weight: var(--title-font);
    }

@media (max-width: 1199px) {
    .counter-card .box-number {
        font-size: 30px;
    }
}

@media (max-width: 575px) {
    .counter-card .box-number {
        font-size: 25px;
    }
}

.counter-card .box-number .plus-simple {
    font-weight: 300;
    font-size: 100px;
}

.counter-card .box-text {
    font-size: 19px;
    color: #212121;
}

.counter-card .media-body {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
}

@media (max-width: 1500px) {
    .counter-card {
        gap: 15px;
    }

        .counter-card .box-number {
            font-size: 60px;
        }

        .counter-card .box-text {
            font-size: 15px;
        }
}

@media (max-width: 1199px) {
    .counter-card {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        text-align: center;
        gap: 20px;
    }

        .counter-card .box-number {
            margin-bottom: 5px;
        }
}

@media (max-width: 991px) {
    .counter-card {
        -webkit-box-flex: 45%;
        -webkit-flex: 45%;
        -ms-flex: 45%;
        flex: 45%;
        margin-bottom: 0px;
        gap: 15px;
    }

    .counter-card-wrap {
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        position: relative;
        row-gap: 40px;
    }
}

@media (max-width: 991px) and (max-width: 375px) {
    .counter-card-wrap {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
    }
}

@media (max-width: 991px) {
    .counter-card-wrap .divider:nth-child(4) {
        display: none;
    }

    .counter-card:nth-child(3), .counter-card:nth-child(4) {
        margin-bottom: 0px;
    }

    .counter-card .divider:nth-child(4) {
        display: none;
    }
}

@media (max-width: 575px) {
    .counter-card {
        -webkit-box-flex: 100%;
        -webkit-flex: 100%;
        -ms-flex: 100%;
        flex: 100%;
    }
}

@media (max-width: 375px) {
    .counter-card {
        margin-bottom: 0px;
    }

        .counter-card:last-child {
            margin-bottom: 0;
        }

        .counter-card:nth-child(3) {
            margin-bottom: 0px;
        }
}

.counter-sec2 {
    background: var(--theme-color);
}

.counter-card-wrap.style-2 {
    border-radius: 0;
    background: transparent;
    margin-top: -12px;
}

    .counter-card-wrap.style-2 .box-icon {
        background: transparent;
        border-right: 2px solid var(--theme-color);
        position: relative;
    }

        .counter-card-wrap.style-2 .box-icon::before {
            content: "";
            position: absolute;
            background: var(--theme-color);
            opacity: .20;
            width: 100%;
            height: 100%;
            right: 0;
            border-radius: 30px 0 0 30px;
        }

@media (max-width: 991px) {
    .counter-box {
        text-align: center;
    }
}

.counter-box-wrap {
    min-width: 183px;
}

    .counter-box-wrap .divider:not(:last-child) {
        border-bottom: 1px solid #E4E4E5;
        padding-bottom: 54px;
        margin-bottom: 46px;
    }

.counter-box .box-number {
    font-size: 40px;
    margin-bottom: 0;
}

.counter-box2 {
    /* border-top: 1px solid #D9D9D9; */
    /* padding-top: 60px; */
    text-align: center;
    /* padding: 60px 0px; */
}

.counter-box2_wrapp:nth-child(2) {
    /* margin-top: 80px; */
}

.counter-box2_wrapp:nth-child(3) {
    /* margin-top: 160px; */
}

@media (max-width: 767px) {
    .counter-box2_wrapp:nth-child(3) {
        /* margin-top: 80px; */
    }
}

.counter-box2 .box-number {
    font-size: 60px;
    line-height: 60px;
    margin-bottom: 10px;
    color: #fff;
}

@media (max-width: 1199px) {
    .counter-box2 .box-number {
        font-size: 60px;
        line-height: 60px;
    }
}

.counter-box2 .box-text {
    font-family: var(--title-font);
    font-weight: 400;
    font-size: 20px;
    text-transform: capitalize;
    color: #ffffff;
}

.blog-1-shape-left {
    bottom: 0;
    left: 0;
}

@media (max-width: 1399px) {
    .blog-1-shape-left {
        display: none;
    }
}

.blog-1-shape-right {
    right: 0;
    bottom: 0;
}

@media (max-width: 1399px) {
    .blog-1-shape-right {
        display: none;
    }
}

.blog-card {
    border-radius: 0px;
    border: 0px solid var(--theme-color);
    border-bottom: 0px solid var(--theme-color);
    -webkit-transition: .4s;
    transition: .4s;
    background-color: var(--white-color);
}

    .blog-card .blog-img {
        border-radius: 0px;
        overflow: hidden;
        position: relative;
        border-radius: 16px;
        height: 392px;
    }

        .blog-card .blog-img .date {
            position: absolute;
            left: 0;
            bottom: 0;
            background: var(--theme-color);
            display: block;
            padding: 25px 18px;
            color: var(--white-color);
            border-radius: 0px 8px 0px 8px;
        }

            .blog-card .blog-img .date a {
                color: var(--white-color);
                font-size: 18px;
                font-weight: 500;
            }

    .blog-card .blog-content {
        padding-top: 25px;
        position: relative;
        z-index: 3;
        border-radius: 0px;
        padding-bottom: 0px;
    }

        .blog-card .blog-content .th-btn {
            padding: 16px 38px;
            font-size: 16px;
            font-weight: 500;
            text-transform: capitalize;
        }

    .blog-card .box-title {
        margin-bottom: 22px;
        font-size: 24px;
        line-height: 1.5;
        font-weight: 700;
    }

@media (max-width: 1199px) {
    .blog-card .box-title {
        margin-bottom: 20px;
        font-size: 22px;
        line-height: 1.4;
    }
}

.blog-card .box-title a {
    background-image: -webkit-linear-gradient(right, var(--theme-color), var(--theme-color));
    background-image: linear-gradient(to left, var(--theme-color), var(--theme-color));
    background-repeat: no-repeat;
    background-position: bottom left;
    background-size: 0 2px;
    -webkit-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
}

    .blog-card .box-title a:hover {
        background-size: 0% 0px;
    }

.blog-card .blog-img {
    overflow: hidden;
}

    .blog-card .blog-img img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        -webkit-transition: 0.4s ease-in-out;
        transition: 0.4s ease-in-out;
    }

.blog-card .blog-meta {
    margin: -0.4em 0 7px 0;
}

    .blog-card .blog-meta span > i, .blog-card .blog-meta a > i {
        color: var(--theme-color);
    }

.blog-card:hover {
    border-color: var(--theme-color);
}

    .blog-card:hover .blog-img img {
        -webkit-transform: scale(1.08);
        -ms-transform: scale(1.08);
        transform: scale(1.08);
    }

@media (max-width: 1299px) {
    .blog-card .blog-img {
        height: 280px;
    }
}

@media (max-width: 991px) {
    .blog-card .box-title {
        font-size: 22px;
    }

    .blog-card .blog-img {
        height: 340px;
    }
}

@media (max-width: 767px) {
    .blog-card .box-title {
        font-size: 24px;
    }
}

@media (max-width: 410px) {
    .blog-card .box-title {
        font-size: 22px;
    }

    .blog-card .blog-img {
        height: 280px;
    }
}

@media (max-width: 350px) {
    .blog-card .box-title {
        font-size: 20px;
    }
}

.blog-2-padding-bottom {
    padding-bottom: 235px;
}

@media (max-width: 991px) {
    .blog-2-padding-bottom {
        padding-bottom: 200px;
    }
}

@media (max-width: 767px) {
    .blog-2-padding-bottom {
        padding-bottom: 140px;
    }
}

.blog-card.style-2 .blog-content {
    border: 1px solid var(--gray-color2);
    border-radius: 0px 8px 8px 8px;
    margin: -35px 24px 0px;
    background: var(--white-color);
    padding: 32px;
}

@media (max-width: 375px) {
    .blog-card.style-2 .blog-content {
        padding: 20px;
        margin: -35px 15px 0px;
    }
}

.blog-card.style-2 .blog-content .blog-meta {
    border-bottom: 1px solid var(--gray-color2);
    padding-bottom: 13px;
    margin-bottom: 25px;
}

.blog-card.style-2 .blog-img .date {
    left: 24px;
    z-index: 4;
    bottom: 34px;
    border-radius: 8px 8px 0 0;
    padding: 11px 31px;
}

@media (max-width: 375px) {
    .blog-card.style-2 .blog-img .date {
        left: 15px;
    }
}

.blog-card.style-2 .blog-img .date a {
    font-size: 24px;
    font-weight: 700;
}

    .blog-card.style-2 .blog-img .date a span {
        display: block;
        line-height: 1;
        margin-bottom: 15px;
        text-transform: uppercase;
    }

        .blog-card.style-2 .blog-img .date a span:last-child {
            margin-bottom: 0;
        }

.blog-card.style-3 .blog-img {
    height: 290px;
}

.blog-card.style-3 .blog-content .blog-meta {
    margin-bottom: 10px;
}

    .blog-card.style-3 .blog-content .blog-meta a {
        color: var(--black-color2);
        font-size: 14px;
        display: inline-block;
        position: relative;
    }

.blog-card.style-3 .blog-content .box-title {
    font-size: 32px;
    line-height: 1.25;
    margin-bottom: 15px;
}

.blog-card.style-3 .blog-content .box-text {
    border-bottom: 1px solid var(--th-border-color);
    padding-bottom: 32px;
    margin-bottom: 40px;
}

.blog-card.style-3 .blog-bottom {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 20px;
}

    .blog-card.style-3 .blog-bottom .blog-auth {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        gap: 15px;
    }

        .blog-card.style-3 .blog-bottom .blog-auth .avater {
            height: 43px;
            width: 43px;
            border-radius: 50%;
            background: #999999;
            padding: 2px;
        }

            .blog-card.style-3 .blog-bottom .blog-auth .avater img {
                width: 100%;
                height: 100%;
                border-radius: 50%;
            }

    .blog-card.style-3 .blog-bottom .media-body {
        -webkit-box-flex: 1;
        -webkit-flex: 1;
        -ms-flex: 1;
        flex: 1;
        margin-top: -.2em;
    }

        .blog-card.style-3 .blog-bottom .media-body .desig {
            font-size: 16px;
            margin: 0;
            margin-bottom: 4px;
        }

        .blog-card.style-3 .blog-bottom .media-body .name {
            font-size: 18px;
            line-height: 1;
            margin: 0;
            color: var(--gray-color);
        }

            .blog-card.style-3 .blog-bottom .media-body .name a {
                color: var(--gray-color);
            }

.blog-card.style-3 .blog-content .blog-meta a {
    margin-right: 30px;
}

    .blog-card.style-3 .blog-content .blog-meta a::after {
        content: "";
        position: absolute;
        right: -18px;
        height: 10px;
        width: 1px;
        background: var(--gray-color);
        top: 10px;
    }

    .blog-card.style-3 .blog-content .blog-meta a:last-child:after {
        display: none;
    }

.blog-3-right-wrap {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 28px;
}

.blog-card.style-3.grid-style {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    gap: 30px;
}

    .blog-card.style-3.grid-style .blog-img {
        -webkit-box-flex: 1;
        -webkit-flex: 1;
        -ms-flex: 1;
        flex: 1;
        width: 404px;
        height: 289px;
    }

    .blog-card.style-3.grid-style .blog-content {
        -webkit-box-flex: 1;
        -webkit-flex: 1;
        -ms-flex: 1;
        flex: 1;
        padding-top: 0;
    }

        .blog-card.style-3.grid-style .blog-content .box-title {
            font-size: 24px;
        }

@media (max-width: 1199px) {
    .blog-card.style-3.grid-style {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
    }
}

@media (max-width: 991px) {
    .blog-card.style-3.grid-style {
        gap: 40px;
    }

        .blog-card.style-3.grid-style .blog-img {
            width: 100%;
        }
}

@media (max-width: 767px) {
    .blog-3-right-wrap {
        gap: 40px;
    }

    .blog-card.style-3.grid-style {
        gap: 30px;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    .blog-card.style-3 .blog-content .box-title {
        font-size: 24px;
        margin-bottom: 12px;
    }
}

.blog-box {
    border-radius: 20px;
    padding: 30px;
    background-color: var(--white-color);
    box-shadow: 0px 6px 30px rgba(0,0,0,0.06);
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    gap: 30px;
}

    .blog-box .blog-img {
        width: 208px;
        border-radius: 14px;
        overflow: hidden;
    }

        .blog-box .blog-img img {
            border-radius: inherit;
            width: 100%;
            -webkit-transition: 0.4s ease-in-out;
            transition: 0.4s ease-in-out;
        }

    .blog-box .blog-content {
        -webkit-align-self: center;
        -ms-flex-item-align: center;
        align-self: center;
        -webkit-box-flex: 1;
        -webkit-flex: 1;
        -ms-flex: 1;
        flex: 1;
    }

    .blog-box .box-title {
        font-size: 22px;
        margin-bottom: 14px;
    }

        .blog-box .box-title a {
            background-image: -webkit-linear-gradient(right, var(--theme-color), var(--theme-color));
            background-image: linear-gradient(to left, var(--theme-color), var(--theme-color));
            background-repeat: no-repeat;
            background-position: bottom left;
            background-size: 0 2px;
            -webkit-transition: 0.5s ease-in-out;
            transition: 0.5s ease-in-out;
        }

            .blog-box .box-title a:hover {
                background-size: 100% 2px;
            }

    .blog-box .blog-meta {
        margin: -0.3em 0 18px 0;
    }

        .blog-box .blog-meta span > i, .blog-box .blog-meta a > i {
            color: var(--theme-color);
        }

    .blog-box .th-btn {
        margin-top: 30px;
        padding: 16px 25px;
        min-width: 152px;
        background-color: transparent;
        border: 1px solid var(--th-border-color);
        color: var(--theme-color);
        -webkit-transition: 0.4s ease-in-out;
        transition: 0.4s ease-in-out;
    }

        .blog-box .th-btn::before {
            background-color: var(--theme-color);
        }

        .blog-box .th-btn:hover {
            color: var(--white-color);
            border-color: transparent;
        }

    .blog-box:hover .blog-img img {
        -webkit-transform: scale(1.08);
        -ms-transform: scale(1.08);
        transform: scale(1.08);
    }

@media (max-width: 1199px) {
    .blog-box .blog-img {
        width: 400px;
    }

        .blog-box .blog-img img {
            max-height: 250px;
            object-fit: cover;
        }
}

@media (max-width: 991px) {
    .blog-box .blog-img {
        width: 270px;
    }
}

@media (max-width: 767px) {
    .blog-box {
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }

        .blog-box .blog-img {
            width: 100%;
        }

        .blog-box .box-title {
            font-size: 24px;
        }
}

@media (max-width: 375px) {
    .blog-box .box-title {
        font-size: 22px;
    }
}

.blog-area2 {
    background-color: var(--white-color);
    border-radius: 0 0 50px 50px;
    margin-bottom: -100px;
    position: relative;
    z-index: 3;
}

.blog-grid {
    background-color: #F6F2F1;
    border-radius: 30px;
    padding: 24px;
}

    .blog-grid .blog-img {
        border-radius: 30px;
        overflow: hidden;
        margin-bottom: 30px;
    }

    .blog-grid .blog-meta {
        font-family: var(--title-font);
        border: 1px solid rgba(10,10,12,0.1);
        padding: 4px 20px;
        display: inline-block;
        border-radius: 50px;
        font-weight: 500;
        font-size: 16px;
        line-height: 30px;
        color: #4E4E4E;
    }

    .blog-grid .box-title {
        font-size: 28px;
        margin-bottom: 0px;
    }

        .blog-grid .box-title a {
            background-image: -webkit-linear-gradient(right, var(--theme-color), var(--theme-color));
            background-image: linear-gradient(to left, var(--theme-color), var(--theme-color));
            background-repeat: no-repeat;
            background-position: bottom left;
            background-size: 0 2px;
            -webkit-transition: 0.5s ease-in-out;
            transition: 0.5s ease-in-out;
        }

            .blog-grid .box-title a:hover {
                background-size: 100% 2px;
            }

    .blog-grid .blog-img {
        overflow: hidden;
    }

        .blog-grid .blog-img img {
            width: 100%;
            -webkit-transition: 0.4s ease-in-out;
            transition: 0.4s ease-in-out;
        }

    .blog-grid .blog-meta {
        margin: -0.4em 0 18px 0;
    }

        .blog-grid .blog-meta span > i, .blog-grid .blog-meta a > i {
            color: var(--theme-color);
        }

    .blog-grid:hover .blog-img img {
        -webkit-transform: scale(1.08);
        -ms-transform: scale(1.08);
        transform: scale(1.08);
    }

@media (max-width: 991px) {
    .blog-grid .blog-content {
        padding: 20px;
    }
}

@media (max-width: 767px) {
    .blog-grid .blog-content {
        padding: 30px;
    }
}

@media (max-width: 375px) {
    .blog-grid .blog-img {
        border-radius: 10px;
    }

    .blog-grid .blog-content {
        padding: 20px;
        border-radius: 10px;
        margin-left: 10px;
        margin-right: 10px;
    }
}

.brand-area-1 {
    position: relative;
}

    .brand-area-1::before {
        content: "";
        position: absolute;
        background-color: #0a408a;
        -webkit-clip-path: path("M0 0H340.775C373.152 0 403.774 14.7176 424 40C444.226 65.2824 474.848 80 507.225 80H960H1399.43C1435.65 80 1470.39 65.6116 1496 40C1521.61 14.3884 1556.35 0 1592.57 0H1920V129.5H0V0Z");
        clip-path: path("M0 0H340.775C373.152 0 403.774 14.7176 424 40C444.226 65.2824 474.848 80 507.225 80H960H1399.43C1435.65 80 1470.39 65.6116 1496 40C1521.61 14.3884 1556.35 0 1592.57 0H1920V129.5H0V0Z");
        z-index: 5;
        height: 400px;
        left: 0;
        width: 100%;
        top: 30px;
    }

.process-play-btn-wrap {
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.brand-box {
    text-align: center;
    min-height: 122px;
    display: grid !important;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
}

    .brand-box img {
        padding: 5px 15px;
        width: 140px;
        max-width: 100%;
        -webkit-filter: none;
        filter: none;
        -webkit-transition: all 0.4s ease-in-out;
        transition: all 0.4s ease-in-out;
        cursor: pointer;
    }

    .brand-box:hover img {
        -webkit-transform: scale(1.2);
        -ms-transform: scale(1.2);
        transform: scale(1.2);
    }

.client-box-2-wrapper .swiper-slide:last-child > .brand-box-2 {
    border-right: none;
}

@media (max-width: 1600px) {
    .brand-area-1 {
        padding-bottom: 25px;
    }

        .brand-area-1::before {
            opacity: 0;
            height: 0;
            /* width: 99px; */
        }
}

.brand-area-1 .shape-mockup.z-index-1 {
    z-index: 5;
}

.marquee-section {
    position: relative;
}

.marquee-wrapper {
    background: transparent;
    padding: 16px 0 0px;
}

    .marquee-wrapper .marquee {
        position: relative;
        --duration: 120s;
        --gap: 0px;
        display: -ms-flexbox;
        display: -webkit-box;
        display: -webkit-flex;
        display: flex;
        overflow: hidden;
        -webkit-user-select: none;
        -moz-user-select: none;
        -ms-user-select: none;
        user-select: none;
        gap: var(--gap);
    }

        .marquee-wrapper .marquee:first-child {
            --duration: 100s;
        }

        .marquee-wrapper .marquee:last-child {
            --duration: 80s;
        }

        .marquee-wrapper .marquee.marquee--reverse .marquee-group {
            animation-direction: reverse;
        }

        .marquee-wrapper .marquee .marquee-group {
            -webkit-flex-shrink: 0;
            -ms-flex-negative: 0;
            flex-shrink: 0;
            display: -webkit-box;
            display: -ms-flexbox;
            display: -webkit-flex;
            display: flex;
            -webkit-box-align: center;
            -webkit-align-items: center;
            -ms-flex-align: center;
            align-items: center;
            -webkit-justify-content: space-around;
            -ms-flex-pack: distribute;
            justify-content: space-around;
            gap: var(--gap);
            min-width: 100%;
            -webkit-animation: scroll var(--duration) linear infinite;
            animation: scroll var(--duration) linear infinite;
        }

            .marquee-wrapper .marquee .marquee-group.style2 .text {
                font-weight: 300;
                font-size: 56px;
                line-height: 88px;
                letter-spacing: 0.02em;
                color: #03060E;
            }

            .marquee-wrapper .marquee .marquee-group .text {
                font-family: var(--title-font);
                font-weight: 300;
                font-size: 46px;
                line-height: 40px;
                text-align: center;
                letter-spacing: 0.01em;
                text-transform: capitalize;
                color: var(--grey-color);
                padding: 6px 20px;
                margin: 8px 5px;
                display: inline-block;
                cursor: pointer;
                -webkit-transition: all 0.4s ease-in-out;
                transition: all 0.4s ease-in-out;
            }

                .marquee-wrapper .marquee .marquee-group .text a {
                    color: var(--title-color);
                }

                    .marquee-wrapper .marquee .marquee-group .text a:hover {
                        color: var(--theme-color);
                    }

                .marquee-wrapper .marquee .marquee-group .text img {
                    margin-right: 40px;
                }

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

    100% {
        -webkit-transform: translateX(calc(-100% - var(--gap)));
        transform: translateX(calc(-100% - var(--gap)));
    }
}

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

    100% {
        -webkit-transform: translateX(calc(-100% - var(--gap)));
        transform: translateX(calc(-100% - var(--gap)));
    }
}

@media (max-width: 767px) {
    .marquee-wrapper .marquee .marquee-group .text {
        padding-bottom: 0;
    }
}

.marquee-section-3 {
    padding-bottom: 250px;
    z-index: 1;
}

@media (max-width: 991px) {
    .marquee-section-3 {
        padding-bottom: 60px;
    }
}

.checklist ul {
    padding-left: 0;
    list-style: none;
    text-align: left;
    margin-bottom: 0;
}

.checklist.list-two-column ul {
    display: inline-grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 0 50px;
}

    .checklist.list-two-column ul li {
        color: var(--title-color);
    }

@media (max-width: 767px) {
    .checklist.list-two-column ul {
        grid-template-columns: auto;
    }

        .checklist.list-two-column ul li {
            text-align: initial;
        }
}

.checklist.list-three-column ul {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 0 12px;
}

@media (max-width: 1299px) {
    .checklist.list-three-column ul {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 480px) {
    .checklist.list-three-column ul {
        grid-template-columns: repeat(1, 1fr);
    }
}

.checklist.list-three-column ul li {
    font-weight: 400;
    font-size: 16px;
    line-height: 26px;
}

.checklist.list-four-column ul {
    display: inline-grid;
    grid-template-columns: auto auto auto auto;
    gap: 0 60px;
}

@media (max-width: 1500px) {
    .checklist.list-four-column ul {
        gap: 0 30px;
    }
}

@media (max-width: 1399px) {
    .checklist.list-four-column ul {
        grid-template-columns: auto auto auto;
    }
}

@media (max-width: 1199px) {
    .checklist.list-four-column ul {
        grid-template-columns: auto auto;
    }

        .checklist.list-four-column ul li {
            text-align: initial;
        }
}

@media (max-width: 575px) {
    .checklist.list-four-column ul {
        grid-template-columns: auto;
    }
}

.checklist.list-six-column ul {
    display: inline-grid;
    grid-template-columns: auto auto auto auto auto;
    gap: 0 15px;
}

@media (max-width: 1500px) {
    .checklist.list-six-column ul {
        gap: 0 30px;
        grid-template-columns: auto auto auto auto auto;
    }
}

@media (max-width: 1399px) {
    .checklist.list-six-column ul {
        grid-template-columns: auto auto auto auto;
    }
}

@media (max-width: 1299px) {
    .checklist.list-six-column ul {
        grid-template-columns: auto auto auto;
    }
}

@media (max-width: 1199px) {
    .checklist.list-six-column ul {
        grid-template-columns: auto auto auto li;
        grid-template-columns-text-align: initial;
    }
}

@media (max-width: 991px) {
    .checklist.list-six-column ul {
        grid-template-columns: auto auto auto li;
        grid-template-columns-text-align: initial;
    }
}

@media (max-width: 575px) {
    .checklist.list-six-column ul {
        grid-template-columns: auto;
    }
}

@media (max-width: 375px) {
    .checklist.list-six-column ul {
        grid-template-columns: auto;
    }
}

.checklist li {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    gap: 10px;
}

    .checklist li > i {
        color: var(--theme-color);
        font-size: 16px;
        line-height: 28px;
    }

    .checklist li:not(:last-child) {
        margin-bottom: 10px;
    }

@media (max-width: 1199px) {
    .checklist.mb-45 {
        margin-bottom: 40px;
    }
}

.checklist.style-2 li > i {
    color: var(--theme-color);
}

@media (max-width: 991px) {
    .checklist.style2.list-six-column ul {
        gap: 11px 80px;
    }
}

@media (max-width: 767px) {
    .checklist.style2.list-six-column ul {
        gap: 11px 30px;
    }
}

.check-list ul {
    padding-left: 0;
    list-style: none;
    text-align: left;
    margin-bottom: 0;
}

.check-list li {
    color: var(--title-color);
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 10px;
    font-weight: 500;
    font-size: 18px;
    letter-spacing: 0.02em;
    padding-left: 40px;
}

    .check-list li:not(:last-child) {
        margin-bottom: 10px;
    }

    .check-list li::before {
        content: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAACXBIWXMAAAsTAAALEwEAmpwYAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAJtSURBVHgBxVVLctpAEO0eqFQlK3KC4BOEDZDKJhIXML4BnAA4gaUToJwAHcG5QJA3KRsvwg2Mb0AWIZugzpsZGf0QWKlKpRdCaLrf65553UP0j43POYjT7eDnE5HqEMdtG8VbiiUianzh6G7zVwTifHCI99dwcZJPT3h/tIvyFpHvE8+IpDGuImoeBR905yTxFK9bEvKJ3gQcRdtCAm2iPZJgJCEBPg3pJRXIoL9AhiMEfqb4tVcEPmeGWMmEYnri6D5o5hd71xacfP5671FNw3lNcE4BMJCU8nMVmMNk/m7BVx7VMHGcFqlfc5Oc0A22dPxceUrg9pd4tnm5uqAaZsB5h1jqkPBMb0t2vWmd9IHFDthHVMPy4IKsV2HRR9mf34kC1C3VMb0tB/CH8EA86M9xnsOUQCk0Eq3PNU0++4wgMuB2UQDOlymBcAuPH2UQp2W3rwQ+BLCnpXxcELyBmi5SgipTuwUcH03jHcBByKT/byDlKZ2xpALRY+BdaTVWM9PJwlOQLGxye/xKi0S51bBmfZsSULzGo21UkTF9JlCGl5CMxO0uzWwS5VedV7KlekBGGYJXka1nd7RkQ4KnBeewqPW8YT7ZqJsDAUff1gZAaFKsIk2Nx7ZL2adTZoff7XOFzQyATyxLUj/hQLNSnA24OoVtpIutRiJXFQ7dQNyeyMA41jINnsR6px3dbliHxPQKZGxi3F5YXOeKbNBEpAk2KNfTI6SoGjtBdxNIHMJAo5qmK/fFiSvzI8b3fq7fkk8QgiSXD7dJ77VxFMyvBi6mu+gYzgsufXM1XhqJMluFCSqzvYPKHtb0P+0P89YnB0RKdrwAAAAASUVORK5CYII=);
        font-family: var(--icon-font);
        position: absolute;
        left: 0;
        top: 0px;
        font-size: 32px;
        font-weight: 600;
        color: var(--theme-color);
        margin-right: 10px;
    }

    .check-list li > i {
        color: var(--theme-color);
        margin-right: 5px;
    }

.mega-hover {
    position: relative;
    overflow: hidden;
    z-index: 2;
}

    .mega-hover:after, .mega-hover:before {
        content: "";
        position: absolute;
        pointer-events: none;
        opacity: 1;
        z-index: -1;
    }

    .mega-hover:before {
        top: 0;
        right: 51%;
        bottom: 0;
        left: 50%;
        background: rgba(255,255,255,0.2);
    }

    .mega-hover:after {
        top: 50%;
        right: 0;
        bottom: 50%;
        left: 0;
        background: rgba(255,255,255,0.3);
    }

    .mega-hover:hover:before {
        left: 0;
        right: 0;
        opacity: 0;
        -webkit-transition: all 900ms linear;
        transition: all 900ms linear;
    }

    .mega-hover:hover:after {
        top: 0;
        bottom: 0;
        opacity: 0;
        -webkit-transition: all 900ms linear;
        transition: all 900ms linear;
    }

.bg-img {
    position: absolute;
    inset: 0;
    height: 100%;
    width: 100%;
}

    .bg-img img {
        width: 100%;
        height: 100%;
    }

.th-video {
    position: relative;
    border-radius: 10px;
}

    .th-video img {
        border-radius: inherit;
    }

    .th-video .play-btn {
        position: absolute;
        top: 50%;
        left: 50%;
        -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
    }

.rounded-10 {
    border-radius: 10px;
}

.rounded-20 {
    border-radius: 20px;
}

@media (max-width: 767px) {
    .rounded-20 {
        border-radius: 10px;
    }
}

.btn-wrap {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 20px 30px;
}

.filter-menu {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 10px 12px;
    margin-bottom: 60px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}

@media (max-width: 1199px) {
    .filter-menu {
        margin-bottom: 50px;
    }
}

@media (max-width: 991px) {
    .filter-menu {
        margin-top: -10px;
        margin-bottom: 45px;
        gap: 10px;
    }
}

.filter-menu .th-btn {
    border-radius: 8px;
    padding: 10px 18px;
    background-color: transparent;
    color: #4E4E4E;
    border: 1px solid var(--th-border-color);
    min-width: auto;
    text-transform: capitalize;
    font-size: 18px;
    font-weight: 400;
    margin: 0;
}

    .filter-menu .th-btn:before {
        background-color: var(--theme-color);
    }

    .filter-menu .th-btn:hover, .filter-menu .th-btn.active {
        border-color: var(--theme-color);
        color: var(--white-color);
    }

        .filter-menu .th-btn:hover:before, .filter-menu .th-btn.active:before {
            border-radius: 3px;
        }

@media (max-width: 991px) {
    .filter-menu .th-btn {
        padding: 13px 20px;
        font-size: 16px;
    }
}

.filter-menu.style-2 .th-btn {
    border-color: #999999;
    color: var(--gray-color);
}

    .filter-menu.style-2 .th-btn:before {
        background-color: var(--gray-color);
    }

    .filter-menu.style-2 .th-btn.active {
        color: var(--white-color);
        border-color: var(--gray-color);
    }

        .filter-menu.style-2 .th-btn.active:before {
            background: var(--gray-color);
        }

    .filter-menu.style-2 .th-btn:hover {
        color: var(--white-color);
        border-color: var(--gray-color);
    }

        .filter-menu.style-2 .th-btn:hover:before {
            background: var(--gray-color);
        }

@media (max-width: 1199px) {
    p.mb-40 {
        margin-bottom: 35px;
    }

    p.mb-45 {
        margin-bottom: 38px;
    }
}

.why-sec-1 {
    position: relative;
    z-index: 2;
}

    .why-sec-1:before {
        content: "";
        width: 100%;
        height: 100%;
        position: absolute;
        inset: 0;
        background: var(--gray-color);
        z-index: -1;
        opacity: .7;
    }

.why-right-review-wrap {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    gap: 20px;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

    .why-right-review-wrap .trust-content {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        gap: 10px;
    }

        .why-right-review-wrap .trust-content .icon i {
            color: #09B579;
            font-size: 24px;
        }

        .why-right-review-wrap .trust-content .box-title {
            color: var(--white-color);
            margin: 0;
        }

    .why-right-review-wrap .client {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        gap: 11px;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
    }

        .why-right-review-wrap .client .content .th-social {
            line-height: 1;
        }

            .why-right-review-wrap .client .content .th-social i {
                color: var(--yellow-color);
                font-size: 12px;
            }

        .why-right-review-wrap .client .content .review-title {
            color: var(--white-color);
            font-size: 18px;
            font-weight: 500;
            margin: 0;
        }

.why-card-1 {
    background: var(--white-color);
    border-radius: 16px;
    text-align: center;
    padding: 75px 60px 60px;
    position: relative;
}

    .why-card-1:hover .hover-icon {
        opacity: 1;
        visibility: visible;
    }

    .why-card-1:hover .why-card-1__icon img {
        -webkit-transform: rotateY(180deg);
        transform: rotateY(180deg);
    }

    .why-card-1 .hover-icon {
        position: absolute;
        left: 0;
        bottom: 0;
        visibility: hidden;
        opacity: 0;
        -webkit-transition: opacity 0.4s ease, visibility 0.4s ease;
        transition: opacity 0.4s ease, visibility 0.4s ease;
        -webkit-transition-delay: 0.3s;
        transition-delay: 0.3s;
    }

.why-card-1__icon {
    margin-bottom: 40px;
    position: relative;
    z-index: 1;
    text-align: center;
}

    .why-card-1__icon img {
        -webkit-transition: 0.4s ease-in-out;
        transition: 0.4s ease-in-out;
    }

    .why-card-1__icon:before {
        content: "";
        position: absolute;
        height: 80px;
        width: 80px;
        border-radius: 6px;
        background: #FDEDEC;
        z-index: -1;
        left: 50%;
        -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        transform: translateX(-50%);
        top: -15px;
    }

.why-card-1__content {
    margin-bottom: 40px;
}

    .why-card-1__content .box-title {
        margin-bottom: 8px;
    }

    .why-card-1__content .box-text {
        color: var(--title-color);
    }

@media (max-width: 1299px) {
    .why-card-1 {
        padding: 50px 30px 30px;
    }
}

@media (max-width: 1199px) {
    .why-right-review-wrap {
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
    }
}

@media (max-width: 991px) {
    .why-card-1 {
        padding: 55px 40px 40px;
    }
}

@media (max-width: 575px) {
    .why-card-1 {
        padding: 40px 25px 25px;
    }
}

.why-card-1.style-2 {
    position: relative;
    text-align: start;
    padding: 40px;
    background-size: cover !important;
    background-repeat: no-repeat;
    background-position: center center;
    overflow: hidden;
    z-index: 1;
    border: 1px solid #D8DDE161;
    background: -webkit-linear-gradient(left, var(--white-color), var(--smoke-color));
    background: linear-gradient(to right, var(--white-color), var(--smoke-color));
}

@media (max-width: 375px) {
    .why-card-1.style-2 {
        padding: 25px;
    }
}

.why-card-1.style-2::before {
    content: "";
    position: absolute;
    inset: 0;
    padding: 1px;
    background: -webkit-linear-gradient(right, transparent, var(--th-border-color));
    background: -webkit-linear-gradient(right, transparent, rgba(216,221,225,0.2));
    background: linear-gradient(to left, transparent, rgba(216,221,225,0.2));
    mask-composite: add, add;
    -webkit-mask-composite: xor;
    mask-composite: exclude;
    z-index: -1;
    opacity: .99;
}

.why-card-1.style-2 .why-card-1__icon {
    text-align: start;
    height: 80px;
    width: 80px;
    border-radius: 50%;
    background: #FDEDEC;
    text-align: center;
    line-height: 80px;
    margin-bottom: 25px;
}

    .why-card-1.style-2 .why-card-1__icon:before {
        left: 0;
        -webkit-transform: inherit;
        -ms-transform: inherit;
        transform: inherit;
        opacity: 0;
    }

.why-card-1.style-2 .box-title {
    margin-bottom: 15px;
    width: 50%;
}

.why-card-1.style-2 .count {
    position: absolute;
    right: 40px;
    font-size: 57px;
    color: var(--body-color);
    opacity: .2;
    top: 37px;
}

@media (max-width: 1600px) {
    .why-card-1.style-2 .box-title {
        width: 75%;
    }
}

@media (max-width: 1299px) {
    .why-card-1.style-2 .box-title {
        width: 100%;
    }
}

@media (max-width: 375px) {
    .why-card-1.style-2 .count {
        font-size: 47px;
        right: 10px;
    }
}

.why-card-1.style-2.style-3 {
    background-color: transparent;
    padding: 25px;
    border: 0;
}

    .why-card-1.style-2.style-3:hover .why-card-1__icon {
        background: var(--theme-color);
    }

        .why-card-1.style-2.style-3:hover .why-card-1__icon img {
            -webkit-filter: brightness(0) invert(1);
            filter: brightness(0) invert(1);
        }

    .why-card-1.style-2.style-3::before {
        opacity: 0;
    }

    .why-card-1.style-2.style-3 .count {
        top: 4px;
        right: 5px;
    }

    .why-card-1.style-2.style-3 .why-card-1__content {
        margin-bottom: 70px;
    }

        .why-card-1.style-2.style-3 .why-card-1__content .box-title {
            width: 100%;
        }

    .why-card-1.style-2.style-3 .why-card-1__icon {
        height: 64px;
        width: 64px;
        background: var(--smoke-color);
        line-height: 64px;
    }

        .why-card-1.style-2.style-3 .why-card-1__icon img {
            width: 38px;
        }

@media (max-width: 1500px) {
    .why-card-1.style-2.style-3 .why-card-1__content .box-title {
        font-size: 22px;
    }
}

@media (max-width: 375px) {
    .why-card-1.style-2.style-3 .why-card-1__content .box-title {
        font-size: 20px;
    }
}

@media (max-width: 320px) {
    .why-card-1.style-2.style-3 .count {
        top: 24px;
        right: 40px;
    }
}

.why-card-1.style-2.style-4 {
    border: 0;
    background: var(--white-color);
    padding: 28px;
}

    .why-card-1.style-2.style-4 .box-title {
        width: 100%;
        margin-bottom: 7px;
    }

    .why-card-1.style-2.style-4 .why-card-1__icon {
        background: var(--smoke-color);
        height: 64px;
        width: 64px;
        line-height: 64px;
        margin-bottom: 35px;
    }

        .why-card-1.style-2.style-4 .why-card-1__icon img {
            width: 39px;
        }

.featureSlider .progress-number {
    color: var(--title-color);
    font-size: 18px;
}

.featureSlider .slider-controller {
    margin-right: 0 !important;
}

@media (max-width: 1699px) {
    .featureSlider {
        margin: 0;
    }
}

.featureSlider .swiper-slide.swiper-slide-active .feature-item .box-number {
    color: var(--theme-color);
}

.feature-item {
    max-width: 361px;
}

    .feature-item .box-number {
        font-weight: 700;
        font-size: 57px;
        line-height: 57px;
        letter-spacing: 0.02em;
        color: var(--title-color);
        display: block;
        margin-bottom: 15px;
    }

    .feature-item .box-title {
        margin-bottom: 5px;
    }

    .feature-item .box-text {
        max-width: 336px;
        margin-bottom: 0;
    }

@media (max-width: 767px) {
    .feature-item .box-text {
        max-width: 100%;
    }
}

.progressbar {
    position: relative;
    height: 4px;
    background: #fff;
    margin-bottom: 20px;
    z-index: 2;
}

    .progressbar .swiper-pagination-progressbar-fill {
        background: var(--theme-color);
    }

.custom-pagination {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    gap: 20px;
    list-style: none;
    margin-top: -48px;
    padding: 0;
    z-index: 9;
    margin-bottom: 64px;
}

.custom-bullet {
    cursor: pointer;
}

    .custom-bullet span {
        position: relative;
        display: inline-block;
        width: 56px;
        height: 56px;
        line-height: 56px;
        background: #FFFFFF;
        border: 1px solid #E4E4E6;
        border-radius: 50%;
        text-align: center;
        font-weight: bold;
        -webkit-transition: all 0.3s ease;
        transition: all 0.3s ease;
        z-index: 2;
    }

        .custom-bullet span:before {
            content: "";
            position: absolute;
            inset: 21px;
            width: 12px;
            height: 12px;
            border-radius: 50%;
            background-color: #999999;
        }

    .custom-bullet.active span {
        border-color: var(--theme-color);
        color: #fff;
    }

        .custom-bullet.active span:before {
            background-color: var(--theme-color);
        }

.room-item {
    border-top: 1px solid #D4D4D4;
    padding: 16px;
}

    .room-item:last-child {
        border-bottom: 1px solid #D4D4D4;
    }

    .room-item .room-item-content {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
        background-color: transparent;
        padding: 16px 134px;
        border-radius: 24px;
        -webkit-transition: all 0.4s ease-in-out;
        transition: all 0.4s ease-in-out;
    }

@media (max-width: 1699px) {
    .room-item .room-item-content {
        padding: 16px 20px;
    }
}

@media (max-width: 991px) {
    .room-item .room-item-content {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: start;
        -webkit-align-items: flex-start;
        -ms-flex-align: start;
        align-items: flex-start;
    }
}

.room-item .room-item-content:hover {
    background-color: #F5F5F5;
}

    .room-item .room-item-content:hover .icon-btn {
        background: var(--title-color);
        border-color: var(--title-color);
        color: var(--white-color);
    }

@media (max-width: 1199px) {
    .room-item {
        display: grid;
        grid-template-columns: auto;
        gap: 30px;
        padding: 30px;
    }
}

.room-item_wrapp {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 65px;
}

@media (max-width: 767px) {
    .room-item_wrapp {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: start;
        -webkit-align-items: flex-start;
        -ms-flex-align: start;
        align-items: flex-start;
        gap: 30px;
    }
}

.room-item .number {
    font-family: var(--title-font);
    font-weight: 700;
    font-size: 57px;
    -webkit-text-stroke-width: 1px;
    -webkit-text-stroke-color: var(--title-color);
    color: transparent;
    margin-bottom: 10px;
}

.room-item .box-img {
    border-radius: 16px;
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}

    .room-item .box-img img {
        border-radius: 16px;
        -webkit-transition: all 0.4s ease-in-out;
        transition: all 0.4s ease-in-out;
    }

.room-item .box-title {
    font-weight: 600;
    font-size: 32px;
    letter-spacing: 0.02em;
    color: #000000;
}

@media (max-width: 1500px) {
    .room-item .box-title {
        font-size: 24px;
    }
}

.room-item .box-desig {
    font-weight: 400;
    font-size: 16px;
    color: #6C6D71;
    margin-bottom: 0;
}

.room-item .description {
    max-width: 565px;
    display: block;
}

@media (max-width: 1399px) {
    .room-item .description {
        max-width: 400px;
        margin-right: 30px;
    }
}

@media (max-width: 991px) {
    .room-item .description {
        max-width: 100%;
        margin-right: 0;
    }
}

.room-item .box-btn .icon-btn {
    width: 56px;
    height: 56px;
    line-height: 56px;
    background: #F6F2F1;
    border-radius: 48px;
}

.feature-sec-5 {
    position: relative;
    background-color: #F6F2F1;
    border-radius: 30px;
    margin: 0 60px;
}

@media (max-width: 1799px) {
    .feature-sec-5 {
        margin: 0;
        border-radius: 0;
    }
}

.feature-grid {
    background-color: var(--white-color);
    -webkit-mask-image: url("../img/why/why-shape-1.png");
    mask-image: url("../img/why/why-shape-1.png");
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    -webkit-mask-size: 100% 100%;
    mask-size: 100% 100%;
    padding: 50px 60px 50px 40px;
}

@media (max-width: 1299px) {
    .feature-grid {
        padding: 30px 50px 30px 30px;
    }
}

.feature-grid .box-wrapp {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    gap: 30px;
    border-bottom: 1px solid rgba(10,10,12,0.08);
    padding-bottom: 30px;
    margin-bottom: 40px;
}

@media (max-width: 1299px) {
    .feature-grid .box-wrapp {
        gap: 16px;
    }
}

@media (max-width: 1199px) {
    .feature-grid .box-wrapp {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
    }
}

.feature-grid .box-icon {
    min-width: 80px;
    height: 80px;
    line-height: 80px;
    text-align: center;
    background: var(--theme-color);
    border-radius: 50%;
}

@media (max-width: 1199px) {
    .feature-grid .box-icon {
        max-width: 80px;
    }
}

.feature-grid .box-icon img {
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}

.feature-grid .box-title {
    max-width: 220px;
}

.feature-grid .box-text {
    font-size: 18px;
}

.feature-grid:hover .box-icon img {
    -webkit-transform: rotateY(180deg);
    transform: rotateY(180deg);
}

.agencies-card {
    border-radius: 16px;
    background: var(--smoke-color);
    overflow: hidden;
}

    .agencies-card:hover .agencies-content .brand-icon img {
        -webkit-transform: rotateY(180deg);
        transform: rotateY(180deg);
    }

    .agencies-card:hover .agencies-img img {
        -webkit-transform: scale(1.1);
        -ms-transform: scale(1.1);
        transform: scale(1.1);
    }

    .agencies-card .agencies-img {
        border-radius: 16px 16px 0 0;
        margin-bottom: 40px;
        overflow: hidden;
    }

        .agencies-card .agencies-img img {
            height: 100%;
            width: 100%;
            border-radius: 16px 16px 0 0;
            -webkit-transition: .4s;
            transition: .4s;
        }

    .agencies-card .agencies-content {
        border-bottom: 1px solid var(--th-border-color);
        margin-bottom: 30px;
        padding: 0 30px;
        position: relative;
    }

        .agencies-card .agencies-content .brand-icon {
            height: 100px;
            width: 100px;
            text-align: center;
            line-height: 100px;
            background: var(--white-color);
            border-radius: 100%;
            box-shadow: rgba(100,100,111,0.2) 0px 7px 29px 0px;
            position: absolute;
            right: 30px;
            top: -79px;
        }

            .agencies-card .agencies-content .brand-icon img {
                -webkit-transition: .4s;
                transition: .4s;
            }

        .agencies-card .agencies-content .box-text {
            display: -webkit-box;
            display: -webkit-flex;
            display: -ms-flexbox;
            display: flex;
            gap: 10px;
            font-weight: 500;
            margin-bottom: 20px;
        }

        .agencies-card .agencies-content .agencies-list {
            margin: 0;
            padding: 0;
            padding-bottom: 20px;
        }

            .agencies-card .agencies-content .agencies-list li {
                list-style: none;
                display: -webkit-box;
                display: -webkit-flex;
                display: -ms-flexbox;
                display: flex;
                gap: 60px;
            }

                .agencies-card .agencies-content .agencies-list li p {
                    font-size: 16px;
                    font-weight: 500;
                    margin-bottom: 10px;
                }

                    .agencies-card .agencies-content .agencies-list li p:first-child {
                        width: 20%;
                    }

                    .agencies-card .agencies-content .agencies-list li p a {
                        color: var(--body-color);
                    }

                        .agencies-card .agencies-content .agencies-list li p a:hover {
                            color: var(--theme-color);
                        }

    .agencies-card .agencies-bottom {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
        justify-content: space-between;
        padding: 0 30px 30px 30px;
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        gap: 15px;
    }

        .agencies-card .agencies-bottom .th-social {
            -webkit-box-flex: 1;
            -webkit-flex: 1;
            -ms-flex: 1;
            flex: 1;
            display: -webkit-box;
            display: -webkit-flex;
            display: -ms-flexbox;
            display: flex;
            gap: 6px;
        }

            .agencies-card .agencies-bottom .th-social a {
                --icon-size: 40px;
                border-radius: 50%;
                color: var(--theme-color);
                background: var(--white-color);
                border: 0;
            }

                .agencies-card .agencies-bottom .th-social a:hover {
                    background: var(--theme-color);
                    color: var(--white-color);
                }

@media (max-width: 375px) {
    .agencies-card .agencies-bottom {
        padding: 0 20px 20px 20px;
    }

    .agencies-card .agencies-content {
        padding: 0 20px;
    }

        .agencies-card .agencies-content .brand-icon {
            right: 20px;
        }
}

.accordion-card {
    -webkit-transition: 0.4s ease-in-out;
    transition: 0.4s ease-in-out;
    border-radius: 8px;
    overflow: hidden;
    text-align: left;
    position: relative;
    z-index: 3;
    border: 0px solid var(--th-border-color);
    background: var(--white-color);
}

    .accordion-card:not(:last-child) {
        margin-bottom: 20px;
    }

    .accordion-card .accordion-button {
        font-size: 18px;
        font-weight: 600;
        font-family: var(--title-font);
        border-color: var(--th-border-color);
        color: var(--title-color);
        background-color: var(--white-color);
        border-radius: 8px;
        padding: 27px 40px 27px 40px;
        min-height: 58px;
        gap: 15px;
        margin-bottom: 0;
        text-align: left;
        -webkit-transition: 0.3s;
        transition: 0.3s;
        position: relative;
        border: 0;
        -webkit-box-align: start;
        -webkit-align-items: flex-start;
        -ms-flex-align: start;
        align-items: flex-start;
    }

@media (max-width: 575px) {
    .accordion-card .accordion-button {
        gap: 10px;
    }
}

.accordion-card .accordion-button:after {
    content: "\2b";
    height: 100%;
    width: auto;
    line-height: 1;
    background-color: transparent;
    background-image: none;
    font-family: var(--icon-font);
    color: var(--gray-color);
    font-weight: 600;
    font-size: 1em;
    display: grid;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
    position: absolute;
    top: 0;
    right: 40px;
    -webkit-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
}

.accordion-card .accordion-button:focus {
    outline: none;
    box-shadow: none;
}

.accordion-card .accordion-button:not(.collapsed) {
    box-shadow: none;
    border-radius: 0;
    position: relative;
}

    .accordion-card .accordion-button:not(.collapsed):before {
        position: absolute;
        content: "";
        bottom: 0;
        width: 93%;
        height: 0px;
        background-color: var(--th-border-color);
    }

    .accordion-card .accordion-button:not(.collapsed):after {
        content: '\f068';
        -webkit-transform: rotateX(180deg);
        transform: rotateX(180deg);
        color: var(--theme-color);
    }

.accordion-card .accordion-collapse {
    border: none;
}

.accordion-card .accordion-body {
    border-radius: 0;
    border: none;
    padding: 0px 80px 31px 70px;
}

.accordion-card .faq-text {
    margin-bottom: -0.48em;
}

.accordion-card:has(.show) {
    border-radius: 8px;
}

    .accordion-card:has(.show) .accordion-button {
        color: var(--title-color);
    }

    .accordion-card:has(.show) .faq-text {
        color: var(--body-color);
    }

.accordion-bottom__item.active {
    -webkit-box-flex: 200%;
    -webkit-flex: 200%;
    -ms-flex: 200%;
    flex: 200%;
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}

    .accordion-bottom__item.active .accordion-list-box .icon-box {
        background: var(--theme-color);
        color: var(--white-color);
    }

        .accordion-bottom__item.active .accordion-list-box .icon-box i {
            -webkit-transform: rotate(-180deg);
            -ms-transform: rotate(-180deg);
            transform: rotate(-180deg);
        }

.accordion-bottom__item.active {
    margin-left: -276px;
    z-index: 5;
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}

.accordion-bottom {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
}

.accordion-bottom__item {
    cursor: pointer;
    -webkit-box-flex: 100%;
    -webkit-flex: 100%;
    -ms-flex: 100%;
    flex: 100%;
}

    .accordion-bottom__item .accordion-list-box {
        padding: 30px;
        border: 1px solid #303030;
        margin-bottom: 30px;
        background: var(--black-color2);
        position: relative;
        height: 114px;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
    }

        .accordion-bottom__item .accordion-list-box .accordion-content {
            display: -webkit-box;
            display: -webkit-flex;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-align: center;
            -webkit-align-items: center;
            -ms-flex-align: center;
            align-items: center;
            padding-right: 25px;
        }

            .accordion-bottom__item .accordion-list-box .accordion-content .box-text {
                opacity: 0;
                visibility: hidden;
                height: 0;
                -webkit-transition: opacity 0.5s ease-in-out, visibility 0.5s ease-in-out, height 0.5s ease-in-out;
                transition: opacity 0.5s ease-in-out, visibility 0.5s ease-in-out, height 0.5s ease-in-out;
                line-height: 22px;
                margin-top: -.43em;
                -webkit-box-flex: 1;
                -webkit-flex: 1;
                -ms-flex: 1;
                flex: 1;
            }

        .accordion-bottom__item .accordion-list-box .box-title {
            font-size: 20px;
            font-weight: 400;
            margin: 0;
            width: auto;
            -webkit-box-flex: 1;
            -webkit-flex: 1;
            -ms-flex: 1;
            flex: 1;
        }

        .accordion-bottom__item .accordion-list-box .icon-box {
            height: 100%;
            width: 50px;
            background: #303030;
            position: absolute;
            top: 0;
            right: 0;
            text-align: center;
            display: -webkit-box;
            display: -webkit-flex;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-pack: center;
            -webkit-justify-content: center;
            -ms-flex-pack: center;
            justify-content: center;
            -webkit-box-align: center;
            -webkit-align-items: center;
            -ms-flex-align: center;
            align-items: center;
            -webkit-transition: .4s;
            transition: .4s;
        }

            .accordion-bottom__item .accordion-list-box .icon-box i {
                -webkit-transition: .4s;
                transition: .4s;
            }

.faq-img-box3 {
    position: relative;
    z-index: 3;
}

.accordion-bottom__item.active .accordion-list-box .accordion-content .box-text {
    opacity: 1;
    visibility: visible;
    height: auto;
    border-left: 1px solid var(--th-border-color2);
    padding-left: 25px;
    margin-left: 7px;
    width: auto;
}

.accordion-bottom__item.active .accordion-list-box .accordion-content .box-title {
    width: 100%;
    -webkit-transition: .4s;
    transition: .4s;
}

@media (max-width: 1299px) {
    .accordion-bottom__item .accordion-list-box .accordion-content .box-title {
        width: 290%;
    }
}

@media (max-width: 991px) {
    .accordion-bottom__item .accordion-list-box .accordion-content .box-text {
        opacity: 1;
        visibility: visible;
        height: auto;
        border-left: 1px solid transparent;
        padding-left: 25px;
        margin-left: 7px;
        width: 100%;
        -webkit-transition: .5s;
        transition: .5s;
    }

    .accordion-bottom__item .accordion-list-box .accordion-content {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-pack: start;
        -webkit-justify-content: start;
        -ms-flex-pack: start;
        justify-content: start;
        -webkit-box-align: start;
        -webkit-align-items: flex-start;
        -ms-flex-align: start;
        align-items: flex-start;
    }

    .accordion-bottom__item .accordion-list-box {
        height: auto;
        text-align: start;
        -webkit-box-pack: start;
        -webkit-justify-content: start;
        -ms-flex-pack: start;
        justify-content: start;
    }

        .accordion-bottom__item .accordion-list-box .accordion-content .box-title {
            width: auto;
        }

        .accordion-bottom__item .accordion-list-box .accordion-content .box-text {
            height: 0;
            opacity: 0;
            display: none;
        }

    .accordion-bottom__item.active .accordion-list-box .accordion-content .box-text {
        opacity: 1;
        display: block;
    }

    .accordion-bottom__item .accordion-list-box .box-title {
        margin-bottom: 0;
        padding-bottom: 0;
    }

    .accordion-bottom__item.active .accordion-list-box .accordion-content .box-title {
        margin-bottom: 25px;
    }

    .accordion-bottom__item .accordion-list-box .accordion-content .box-text {
        padding-left: 0;
        padding-right: 25px;
        border: 0;
    }

    .accordion-bottom__item.active {
        margin-left: 0;
    }

        .accordion-bottom__item.active .accordion-list-box .accordion-content .box-text {
            padding-left: 0;
            border: 0;
        }

    .accordion-card .accordion-body {
        padding: 0px 50px 31px 45px;
    }
}

@media (max-width: 767px) {
    .accordion-card .accordion-button {
        padding: 27px 41px 15px 27px;
    }

        .accordion-card .accordion-button::after {
            right: 27px;
        }
}

@media (max-width: 420px) {
    .accordion-bottom__item .accordion-list-box {
        padding: 20px;
    }

        .accordion-bottom__item .accordion-list-box .accordion-content .box-title {
            padding-right: 20px;
        }
}

.accordion-card.style-2 .accordion-button::after {
    height: 40px;
    width: 40px;
    text-align: center;
    line-height: 40px;
    background: var(--smoke-color);
    border-radius: 50%;
    top: 21px;
    right: 41px;
    -webkit-transition: .4s;
    transition: .4s;
}

.accordion-card.style-2 .accordion-body {
    padding: 0px 88px 31px 70px;
}

@media (max-width: 991px) {
    .accordion-card.style-2 .accordion-body {
        padding: 0px 40px 31px 40px;
    }
}

@media (max-width: 575px) {
    .accordion-card.style-2 .accordion-button::after {
        right: 30px;
        height: 0;
        width: 0;
    }

    .accordion-card .accordion-button {
        padding: 27px 50px 27px 27px;
    }

    .accordion-card.style-2 .accordion-body {
        padding: 0px 30px 31px 30px;
    }

    .accordion-card .accordion-button::after {
        right: 25px;
    }
}

@media (max-width: 375px) {
    .accordion-card .accordion-button {
        padding: 20px 40px 20px 20px;
    }

    .accordion-card .accordion-body {
        padding: 0px 20px 25px 20px;
    }

    .accordion-card .accordion-button::after {
        right: 18px;
    }
}

.faq-1-inner-thumb {
    position: relative;
}

    .faq-1-inner-thumb .img-1 img {
        border-radius: 0 0 400px 400px;
    }

    .faq-1-inner-thumb .img-2 {
        position: absolute;
        right: 0;
        top: 52%;
        background: var(--white-color);
        padding: 10px;
        border-radius: 400px 400px 0 0;
    }

        .faq-1-inner-thumb .img-2 img {
            border-radius: 400px 400px 0 0;
        }

@media (max-width: 991px) {
    .faq-1-inner-thumb .img-2 {
        width: 250px;
    }
}

@media (max-width: 575px) {
    .faq-1-inner-thumb .img-2 {
        width: 200px;
        top: 52%;
    }
}

@media (max-width: 375px) {
    .faq-1-inner-thumb .img-2 {
        width: 160px;
        top: 50%;
    }
}

.th-faq-wrapper .accordion-card .accordion-button {
    background: var(--smoke-color);
}

.th-faq-wrapper .accordion-card .accordion-body {
    background: var(--smoke-color);
}

.service-card:hover .box-content .icon-wrap img {
    -webkit-transform: rotateY(180deg);
    transform: rotateY(180deg);
}

.service-card:hover .box-thumb img {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
}

.service-card .box-thumb {
    border-radius: 16px;
    overflow: hidden;
    -webkit-transition: .4s;
    transition: .4s;
}

    .service-card .box-thumb img {
        -webkit-transition: .4s;
        transition: .4s;
        width: 100%;
    }

.service-card .box-content {
    padding: 30px;
    background: var(--white-color);
    border: 1px solid var(--th-border-color);
    border-radius: 16px;
    margin-top: -60px;
    margin-left: 24px;
    margin-right: 24px;
    background-color: var(--white-color);
    position: relative;
    z-index: 1;
}

    .service-card .box-content .icon-wrap {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
        margin-bottom: 30px;
    }

        .service-card .box-content .icon-wrap .icon {
            height: 80px;
            width: 80px;
            border-radius: 50%;
            background: #FDEDEC;
            text-align: center;
            line-height: 80px;
        }

            .service-card .box-content .icon-wrap .icon img {
                -webkit-transition: .4s;
                transition: .4s;
            }

        .service-card .box-content .icon-wrap .number h3 {
            font-size: 57px;
            color: var(--body-color);
            opacity: .2;
            margin: 0;
        }

@media (max-width: 575px) {
    .service-card .box-content {
        padding: 20px;
        margin-left: 10px;
        margin-right: 10px;
    }
}

.page-single .page-img img {
    border-radius: 16px;
}

.page-single .page-img .tag-wrap {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    gap: 10px;
    padding: 0;
    margin-top: 30px;
    color: var(--white-color);
    font-size: 16px;
}

    .page-single .page-img .tag-wrap li {
        list-style: none;
        background: var(--theme-color);
        border-radius: 20px;
        padding: 4px 20px;
    }

        .page-single .page-img .tag-wrap li .box-review {
            display: -webkit-box;
            display: -webkit-flex;
            display: -ms-flexbox;
            display: flex;
            color: var(--white-color);
            gap: 5px;
            -webkit-box-align: center;
            -webkit-align-items: center;
            -ms-flex-align: center;
            align-items: center;
        }

            .page-single .page-img .tag-wrap li .box-review i {
                font-size: 12px;
                color: var(--yellow-color);
            }

            .page-single .page-img .tag-wrap li .box-review .rating {
                color: var(--black-color);
            }

    .page-single .page-img .tag-wrap .box-review-wrap {
        background: var(--smoke-color);
    }

.page-title {
    font-size: 38px;
    font-weight: 600;
    letter-spacing: 0.01em;
    color: var(--gray-color);
}

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

.page-img {
    margin-bottom: 35px;
    overflow: hidden;
    border-radius: 0px;
}

    .page-img img {
        width: 100%;
    }

.page-single {
    margin-bottom: 30px;
}

.service-feature {
    background-color: var(--white-color);
    padding: 20px 20px 20px 70px;
    box-shadow: 0px 0px 30px rgba(0,0,0,0.06);
    border-radius: 10px;
    overflow: hidden;
    position: relative;
    z-index: 2;
}

.service-feature-wrap {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 24px;
}

@media (max-width: 767px) {
    .service-feature-wrap {
        grid-template-columns: repeat(1, 1fr);
    }
}

.service-feature .box-icon {
    background: var(--smoke-color2);
    width: 80px;
    height: 80px;
    line-height: 80px;
    text-align: center;
    border-radius: 99px;
    position: absolute;
    top: -20px;
    left: -20px;
    z-index: 2;
}

    .service-feature .box-icon:after {
        content: '';
        position: absolute;
        inset: 10px;
        background-color: var(--theme-color);
        border-radius: inherit;
        z-index: -1;
    }

.service-feature .box-title {
    font-size: 24px;
    font-weight: 600;
    margin-bottom: 10px;
    margin-top: -0.3em;
}

.checklist li {
    font-size: 18px;
}

.shape-mockup.jump.process-1-shape {
    right: 0;
    bottom: 0;
}

.process-thumb {
    border-radius: 24px;
    margin-left: -240px;
}

    .process-thumb .img-box1 {
        position: relative;
    }

@media (max-width: 1199px) {
    .process-thumb .img-box1 {
        width: 100%;
    }
}

.process-thumb img {
    border-radius: 24px;
}

@media (max-width: 1199px) {
    .process-thumb img {
        width: 100%;
    }
}

@media (max-width: 1199px) {
    .process-thumb {
        margin-left: 0;
    }
}

.process-thumb .video-container {
    border-radius: 24px;
}

    .process-thumb .video-container video {
        border-radius: 24px;
        height: 100%;
    }

.process-bottom-item {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    gap: 25px;
    margin-bottom: 12px;
    position: relative;
}

    .process-bottom-item:last-child:before {
        display: none;
    }

    .process-bottom-item::before {
        position: absolute;
        left: 27px;
        width: 1px;
        height: 104%;
        border-right: 2px dashed var(--theme-color);
        content: "";
        top: 13px;
        z-index: -1;
    }

@media (max-width: 375px) {
    .process-bottom-item::before {
        display: none;
    }
}

@media (max-width: 375px) {
    .process-bottom-item {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        gap: 20px;
    }
}

.process-bottom-item:hover .process-bottom-item__icon img {
    -webkit-transform: rotateY(180deg);
    transform: rotateY(180deg);
}

.process-bottom-item__icon {
    height: 56px;
    width: 56px;
    line-height: 56px;
    text-align: center;
    background: var(--theme-color);
    border-radius: 50%;
}

    .process-bottom-item__icon img {
        -webkit-transition: all 0.4s ease;
        transition: all 0.4s ease;
    }

.process-bottom-item__content {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
}

    .process-bottom-item__content .box-title {
        font-size: 30px;
        margin-bottom: 7px;
    }

@media (max-width: 1199px) {
    .process-bottom-item__content .box-title {
        font-size: 24px;
    }
}

.process-box.style-2 {
    text-align: center;
    padding: 0 22px;
    position: relative;
    -webkit-transition: .4s;
    transition: .4s;
}

    .process-box.style-2:before {
        width: 300px;
        position: absolute;
        content: '"';
        border-top: 2px dashed var(--theme-color);
        top: 104px;
        right: -190px;
        z-index: -1;
    }

@media (max-width: 991px) {
    .process-box.style-2:before {
        display: none;
    }
}

.process-box.style-2 .box-icon {
    height: 220px;
    width: 220px;
    line-height: 200px;
    text-align: center;
    background: var(--theme-color);
    border-radius: 100%;
    margin: 0 auto 30px;
    position: relative;
    border: 11px solid var(--white-color);
}

    .process-box.style-2 .box-icon::before {
        content: '';
        width: 220px;
        height: 220px;
        position: absolute;
        top: -10px;
        left: -10px;
        border: 2px dashed var(--theme-color);
        border-radius: inherit;
    }

    .process-box.style-2 .box-icon .number {
        position: absolute;
        display: block;
        right: 0;
        width: 58px;
        height: 58px;
        background: var(--theme-color);
        border-radius: 50%;
        line-height: 58px;
        color: var(--white-color);
        font-size: 30px;
        border: 2px solid transparent;
        font-weight: 500;
        -webkit-transition: .4s;
        transition: .4s;
        display: block;
    }

.process-box.style-2 .box-title {
    font-size: 30px;
    margin-bottom: 12px;
}

@media (max-width: 767px) {
    .process-box.style-2 .box-title {
        font-size: 24px;
    }
}

.process-box.style-2:hover .box-icon .number {
    background: var(--theme-color);
    border-color: var(--white-color);
}

.process-box.style-2:hover .box-icon::before {
    -webkit-animation: spin 10s linear infinite;
    animation: spin 10s linear infinite;
}

.col-xl-4:last-child .process-box.style-2:before {
    display: none;
}

.process-box.style-2:hover .box-icon img {
    -webkit-transform: rotateY(-180deg);
    transform: rotateY(-180deg);
}

.process-box.style-2.theme-3:before {
    z-index: 1;
}

.process-box.style-2.theme-3 .box-icon {
    z-index: 2;
    border: 10px solid #242c2e;
    background: var(--black-color2);
}

    .process-box.style-2.theme-3 .box-icon::before {
        border-color: var(--theme-color);
    }

    .process-box.style-2.theme-3 .box-icon .number {
        background: var(--theme-color);
    }

.process-box.style-2.theme-3:hover .box-icon .number {
    background: var(--theme-color);
}

.price-card {
    background-color: var(--white-color);
    border-radius: 8px;
    -webkit-transition: .4s;
    transition: .4s;
    border: 1px solid var(--th-border-color);
    position: relative;
    z-index: 1;
}

    .price-card:hover {
        border-color: var(--theme-color);
    }

        .price-card:hover .price-card_top .icon img {
            -webkit-transform: rotateY(180deg);
            transform: rotateY(180deg);
        }

    .price-card .price-card_top {
        padding: 30px;
        padding-bottom: 0;
    }

        .price-card .price-card_top .price-card_title {
            font-size: 24px;
            margin-bottom: 35px;
        }

        .price-card .price-card_top .icon {
            height: 70px;
            width: 70px;
            text-align: center;
            line-height: 70px;
            background: var(--smoke-color);
            border-radius: 50%;
            margin-bottom: 30px;
        }

            .price-card .price-card_top .icon img {
                -webkit-transition: .4s;
                transition: .4s;
            }

    .price-card .tag {
        position: absolute;
        right: 0;
        background: var(--theme-color);
        padding: 5px 34px;
        top: 46px;
        font-size: 18px;
        color: var(--white-color);
        text-transform: capitalize;
        -webkit-clip-path: polygon(100% 0, 100% 50%, 100% 100%, 0 98%, 11% 51%, 0 0);
        clip-path: polygon(100% 0, 100% 50%, 100% 100%, 0 98%, 11% 51%, 0 0);
    }

.price-card_title {
    font-size: 24px;
    line-height: 1.3;
    font-weight: 700;
    margin-bottom: 40px;
    -webkit-transition: .4s;
    transition: .4s;
}

@media (max-width: 991px) {
    .price-card_title {
        font-size: 24px;
    }
}

.price-card .price-card_price-wrap {
    background: var(--smoke-color);
    padding: 20px 30px;
}

    .price-card .price-card_price-wrap .box-text {
        margin: 0;
        font-size: 16px;
        font-weight: 400;
        color: var(--body-color);
    }

    .price-card .price-card_price-wrap .price-card_price {
        font-size: 40px;
        line-height: 1;
        color: var(--theme-color);
        font-weight: 600;
        margin-bottom: 7px;
    }

        .price-card .price-card_price-wrap .price-card_price .duration {
            font-size: 16px;
            color: var(--body-color);
            font-weight: 400;
        }

.price-card_content {
    margin-top: 40px;
    padding: 0 30px 30px;
}

    .price-card_content .checklist {
        margin-bottom: 45px;
    }

        .price-card_content .checklist li {
            padding-bottom: 2px;
            -webkit-transition: .4s;
            transition: .4s;
            border-bottom: 0px solid #E0E0E0;
            -webkit-box-align: center;
            -webkit-align-items: center;
            -ms-flex-align: center;
            align-items: center;
            color: #0D0D0C;
        }

            .price-card_content .checklist li.unavailable {
                opacity: .5;
            }

            .price-card_content .checklist li:last-child {
                border-bottom: 0;
                padding-bottom: 0;
                margin-bottom: 0;
            }

            .price-card_content .checklist li.unavailable i {
                color: #303030;
            }

            .price-card_content .checklist li i {
                font-size: 25px;
                -webkit-transition: .4s;
                transition: .4s;
                margin-right: 4px;
            }

.price-card .price-card_bottom {
    margin-top: 42px;
}

.price-video-wrapper {
    height: 500px;
    position: relative;
    border-radius: 24px;
}

    .price-video-wrapper .gallery-video-wrap {
        -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
    }

@media (max-width: 1399px) {
    .price-video-wrapper .gallery-video-wrap {
        left: 50%;
    }
}

@media (max-width: 991px) {
    .price-card .price-card_top {
        padding: 30px 20px;
        padding-bottom: 0;
    }

    .price-card .price-card_price-wrap .price-card_price {
        font-size: 33px;
    }

    .price-card .price-card_price-wrap {
        padding: 20px 20px;
    }

    .price-card_content {
        margin-top: 40px;
        padding: 0 20px 30px;
    }
}

@media (max-width: 767px) {
    .price-video-wrapper .gallery-video-wrap {
        top: 50%;
    }

    .price-card .price-card_price-wrap .price-card_price {
        font-size: 35px;
    }
}

@media (max-width: 375px) {
    .price-card_content {
        margin-top: 30px;
        padding: 0 20px 20px;
    }

    .price-card .price-card_top {
        padding: 20px;
        padding-bottom: 0;
    }

    .price-card .price-card_price-wrap .price-card_price {
        font-size: 30px;
    }
}

.pricing-tabs {
    margin-top: 31px;
    margin-bottom: 60px;
}

    .pricing-tabs.style2 .switch-area .toggler {
        color: var(--white-color);
    }

    .pricing-tabs.style2 .switch-area .toggle {
        height: 36px;
    }

    .pricing-tabs.style2 .switch-area .switch {
        left: 3px;
        top: 3px;
        bottom: 3px;
        right: 45%;
    }

    .pricing-tabs.style2 .switch-area .check:checked ~ .switch {
        right: 3px;
        left: 47%;
    }

    .pricing-tabs .discount-tag {
        color: var(--theme-color);
        font-size: 16px;
        font-weight: 500;
        font-family: var(--body-font);
        position: absolute;
        bottom: -3px;
        -webkit-transform: translate(-35px, 100%);
        -ms-transform: translate(-35px, 100%);
        transform: translate(-35px, 100%);
        display: -webkit-inline-box;
        display: -webkit-inline-flex;
        display: -ms-inline-flexbox;
        display: inline-flex;
        -webkit-box-align: end;
        -webkit-align-items: end;
        -ms-flex-align: end;
        align-items: end;
        gap: 10px;
    }

@media (max-width: 575px) {
    .pricing-tabs {
        margin-bottom: 0px;
    }

        .pricing-tabs .discount-tag {
            display: none;
        }
}

.switch-area {
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 20px;
}

    .switch-area .toggler {
        -webkit-transition: .2s;
        transition: .2s;
        font-weight: 600;
        font-size: 20px;
        font-family: var(--body-font);
        color: var(--white-color);
        background: transparent;
        margin-bottom: -0.4em;
        cursor: pointer;
    }

    .switch-area .toggle {
        position: relative;
        width: 70px;
        height: 36px;
        border-radius: 100px;
        background-color: var(--theme-color);
        overflow: hidden;
        box-shadow: inset 0 0 2px 1px rgba(0,0,0,0.05);
    }

    .switch-area .check {
        position: absolute;
        display: block;
        cursor: pointer;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        opacity: 0;
        z-index: 6;
        visibility: visible;
    }

        .switch-area .check:checked ~ .switch {
            right: 3px;
            left: 53%;
            -webkit-transition: 0.25s cubic-bezier(0.785, 0.135, 0.15, 0.86);
            transition: 0.25s cubic-bezier(0.785, 0.135, 0.15, 0.86);
            -webkit-transition-property: left, right;
            transition-property: left, right;
            -webkit-transition-delay: .08s, 0s;
            transition-delay: .08s, 0s;
        }

    .switch-area .switch {
        position: absolute;
        left: 3px;
        top: 3px;
        bottom: 3px;
        right: 53%;
        background-color: var(--white-color);
        border-radius: 36px;
        z-index: 1;
        -webkit-transition: 0.25s cubic-bezier(0.785, 0.135, 0.15, 0.86);
        transition: 0.25s cubic-bezier(0.785, 0.135, 0.15, 0.86);
        -webkit-transition-property: left, right;
        transition-property: left, right;
        -webkit-transition-delay: 0s, .08s;
        transition-delay: 0s, .08s;
        box-shadow: 0 1px 2px rgba(0,0,0,0.2);
    }

.wrapper-full.hide {
    display: none;
}

.wrapper-pack.hide {
    display: none;
}

.price-sec-1.before-none::before {
    display: none;
}

.price-card.style-2 {
    border: 1px solid var(--theme-color);
}

.popular-list-1 {
    padding: 0;
    background: var(--white-color);
    border: 1px solid #E4E4E5;
    -webkit-transition: .4s;
    transition: .4s;
    border-radius: 16px;
    overflow: hidden;
}

    .popular-list-1:hover .car-bottom .th-btn {
        background: var(--title-color);
        color: var(--white-color);
    }

    .popular-list-1:hover .thumb-wrapper:before {
        opacity: .5;
        visibility: visible;
    }

    .popular-list-1:hover .thumb-wrapper .popular-badge p {
        background: var(--theme-color);
    }

    .popular-list-1 .thumb-wrapper {
        position: relative;
        max-height: 270px;
        overflow: hidden;
    }

        .popular-list-1 .thumb-wrapper::before {
            position: absolute;
            content: "";
            inset: 0;
            width: 100%;
            height: 100%;
            z-index: 2;
            background: -webkit-linear-gradient(left, var(--gray-color) 0%, rgba(3,6,14,0) 100%);
            background: linear-gradient(to right, var(--gray-color) 0%, rgba(3,6,14,0) 100%);
            -webkit-transition: .4s;
            transition: .4s;
            opacity: 0;
            visibility: hidden;
            border-radius: 16px 16px 0 0;
        }

        .popular-list-1 .thumb-wrapper img {
            width: 100%;
            height: 100%;
            object-fit: cover;
            border-radius: 16px 16px 0 0;
        }

    .popular-list-1 .tag-list {
        position: absolute;
        top: 10px;
        right: 12px;
        height: 34px;
        width: 34px;
        line-height: 34px;
        text-align: center;
        color: var(--black-color);
        background: var(--white-color);
        border: 1px solid var(--th-border-color);
        -webkit-transition: .4s;
        transition: .4s;
    }

        .popular-list-1 .tag-list i {
            color: var(--title-color);
            -webkit-transition: .4s;
            transition: .4s;
        }

        .popular-list-1 .tag-list:hover {
            background-color: var(--theme-color);
        }

            .popular-list-1 .tag-list:hover i {
                color: var(--white-color);
            }

    .popular-list-1 .actions {
        position: absolute;
        top: 10px;
        right: 5px;
        text-align: center;
        z-index: 1;
        -webkit-transition: 0.4s ease-in-out;
        transition: 0.4s ease-in-out;
        display: grid;
        -webkit-align-content: center;
        -ms-flex-line-pack: center;
        align-content: center;
        width: 40px;
        gap: 7px;
        z-index: 3;
    }

        .popular-list-1 .actions .icon-btn {
            height: 35px;
            width: 35px;
            line-height: 35px;
            text-align: center;
            color: var(--white-color);
            background: #ffffff6e;
            border: 1px solid var(--white-color);
            -webkit-transition: .4s;
            transition: .4s;
            border-radius: 50%;
        }

            .popular-list-1 .actions .icon-btn:hover {
                background-color: var(--theme-color);
                border-color: var(--theme-color);
                color: var(--white-color);
            }

    .popular-list-1 .property-content {
        padding: 30px 0 32px;
    }

    .popular-list-1 .media-body {
        border-bottom: 1px solid var(--th-border-color);
        margin-bottom: 11px;
        padding: 0 30px 26px;
    }

        .popular-list-1 .media-body .box-title {
            margin-bottom: 2px;
            font-weight: 700;
        }

@media (max-width: 767px) {
    .popular-list-1 .media-body .box-title {
        font-size: 22px;
    }
}

.popular-list-1 .media-body .box-title span {
    color: var(--title-color);
}

.popular-list-1 .media-body .box-text {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    gap: 10px;
    margin: 0;
    font-size: 14px;
    font-weight: 500;
}

.popular-list-1 .property-featured {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding-left: 0;
    border-bottom: 1px solid var(--th-border-color);
    padding: 13px 30px 13px;
    margin: 0;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    row-gap: 5px;
    -webkit-column-gap: 10px;
    -moz-column-gap: 10px;
    column-gap: 10px;
}

    .popular-list-1 .property-featured li {
        list-style: none;
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        gap: 5px;
        font-size: 14px;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
        position: relative;
    }

        .popular-list-1 .property-featured li .icon img {
            margin-top: -2px;
        }

        .popular-list-1 .property-featured li::after {
            content: "";
            font-weight: 400;
            z-index: 1;
            font-size: 12px;
            width: 1px;
            height: 14px;
            background: var(--th-border-color);
            right: -40%;
            position: absolute;
        }

@media (max-width: 1550px) {
    .popular-list-1 .property-featured li::after {
        right: -28%;
    }
}

@media (max-width: 1460px) {
    .popular-list-1 .property-featured li::after {
        right: -20%;
    }
}

@media (max-width: 1400px) {
    .popular-list-1 .property-featured li::after {
        display: none;
    }
}

.popular-list-1 .property-featured li:after:last-child {
    display: none;
}

.popular-list-1 .property-featured li:last-child:after {
    display: none;
}

.popular-list-1 .property-bottom {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    gap: 10px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 32px 30px 0;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

@media (max-width: 767px) {
    .popular-list-1 .property-bottom {
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
}

.popular-list-1 .property-bottom .box-title {
    font-size: 24px;
    color: var(--title-color);
    margin-bottom: 0;
    font-weight: 700;
}

.popular-list-1 .property-bottom .th-btn {
    color: var(--body-color);
    font-weight: 500;
}

    .popular-list-1 .property-bottom .th-btn:hover {
        color: var(--white-color);
    }

@media (max-width: 1299px) {
    .popular-list-1 .property-bottom .th-btn.sm {
        padding: 15px 14px;
    }
}

.popular-list-1 .thumb-wrapper .icon-wrap .slider-arrow {
    --icon-size: 32px;
    border-radius: 50%;
    border-color: transparent;
    background: #ffffff6e;
    color: var(--white-color);
    --pos-x: 0px;
    opacity: 0;
    visibility: hidden;
}

    .popular-list-1 .thumb-wrapper .icon-wrap .slider-arrow:hover {
        background: var(--theme-color);
        color: var(--white-color);
    }

.popular-list-1 .thumb-wrapper .popular-badge {
    position: absolute;
    top: 23px;
    left: 30px;
    z-index: 3;
}

    .popular-list-1 .thumb-wrapper .popular-badge p {
        background: rgba(3,6,14,0.7);
        font-size: 14px;
        font-weight: 500;
        color: var(--white-color);
        padding: 6px 14px;
        border-radius: 8px;
        -webkit-transition: .4s;
        transition: .4s;
    }

    .popular-list-1 .thumb-wrapper .popular-badge img {
        position: absolute;
        top: -24px;
        left: 50%;
        -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        transform: translateX(-50%);
        width: 54px;
        height: 30px;
    }

.popular-list-1:hover .thumb-wrapper .icon-wrap .slider-arrow {
    opacity: 1;
    visibility: visible;
    --pos-x: 20px;
}

.popular-list-1 .actions.style-2 {
    grid-template-columns: 1fr 1fr;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    gap: 10px;
    position: absolute;
    width: inherit;
    right: inherit;
    gap: 9px;
    opacity: 0;
    left: 50%;
    top: 40%;
}

    .popular-list-1 .actions.style-2 .icon-btn {
        background: #FDEDEC;
        border: 0;
        color: var(--theme-color);
        font-size: 16px;
    }

        .popular-list-1 .actions.style-2 .icon-btn:hover {
            background-color: var(--theme-color);
            color: var(--white-color);
        }

            .popular-list-1 .actions.style-2 .icon-btn:hover .action-text {
                opacity: 1;
                visibility: visible;
                top: -20px;
            }

    .popular-list-1 .actions.style-2 a .action-text {
        background-color: var(--white-color);
        display: inline-block;
        color: var(--title-color);
        font-size: 12px;
        font-family: var(--title-font);
        font-weight: 500;
        padding: 7px 8px 8px 11px;
        border-radius: 4px;
        position: absolute;
        -webkit-transform: translate(0, -50%);
        -ms-transform: translate(0, -50%);
        transform: translate(0, -50%);
        right: 0;
        top: -40px;
        -webkit-transition: all 0.6s ease-in-out;
        transition: all 0.6s ease-in-out;
        min-width: 112px;
        line-height: 1;
        left: -41px;
        opacity: 0;
        visibility: hidden;
        -webkit-transition: .4s;
        transition: .4s;
    }

        .popular-list-1 .actions.style-2 a .action-text::before {
            content: "";
            position: absolute;
            width: 10px;
            height: 8px;
            background: var(--white-color);
            -webkit-clip-path: polygon(50% 0%, 0% 100%, 100% 100%);
            clip-path: polygon(50% 0%, 0% 100%, 100% 100%);
            -webkit-transform: rotate(178deg);
            -ms-transform: rotate(178deg);
            transform: rotate(178deg);
            bottom: -6px;
            left: 46%;
        }

.popular-list-1:hover .actions.style-2 {
    opacity: 1;
    top: 50%;
}

.popular-list-1 .thumb-wrapper .th-slider.swiper-fade.swiper-initialized {
    max-height: 274px;
}

@media (max-width: 1299px) {
    .popular-list-1 .media-body {
        padding: 0 20px 26px;
    }

    .popular-list-1 .property-featured {
        padding: 13px 20px 13px;
    }

    .popular-list-1 .property-bottom {
        padding: 32px 20px 0;
    }
}

.popular-list-1.list-style {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    gap: 30px;
}

    .popular-list-1.list-style .thumb-wrapper {
        -webkit-box-flex: 1;
        -webkit-flex: 1;
        -ms-flex: 1;
        flex: 1;
        width: 50%;
        max-height: 287px;
        overflow: hidden;
    }

        .popular-list-1.list-style .thumb-wrapper img {
            border-radius: 16px 0px 0 0;
        }

        .popular-list-1.list-style .thumb-wrapper .th-slider.swiper-fade.swiper-initialized {
            max-height: 287px;
        }

    .popular-list-1.list-style .property-content {
        -webkit-box-flex: 1;
        -webkit-flex: 1;
        -ms-flex: 1;
        flex: 1;
        width: 50%;
    }

        .popular-list-1.list-style .property-content .media-body {
            padding-left: 0;
        }

        .popular-list-1.list-style .property-content .property-bottom {
            padding-left: 0;
        }

@media (max-width: 767px) {
    .popular-list-1.list-style {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
    }

        .popular-list-1.list-style .thumb-wrapper {
            width: 100%;
            height: 287px;
        }

            .popular-list-1.list-style .thumb-wrapper img {
                border-radius: 16px 0px 0 0;
            }

            .popular-list-1.list-style .thumb-wrapper .th-slider.swiper-fade.swiper-initialized {
                height: 287px;
            }

        .popular-list-1.list-style .property-content {
            width: 100%;
            padding: 0 22px 28px;
        }
}

@media (max-width: 425px) {
    .popular-list-1.list-style .thumb-wrapper {
        width: 100%;
        height: inherit;
    }

        .popular-list-1.list-style .thumb-wrapper .th-slider.swiper-fade.swiper-initialized {
            height: inherit;
        }
}

.property-values-1-video {
    position: relative;
}

    .property-values-1-video .play-btn {
        position: absolute;
        --icon-size: 78px;
        border-radius: 50%;
        background-color: rgba(255,255,255,0.3);
        text-align: center;
        top: 50%;
        left: 38%;
        -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
        color: var(--white-color);
        font-size: 26px;
    }

        .property-values-1-video .play-btn i {
            border: 0;
        }

    .property-values-1-video .video-thumb {
        margin-left: -200px;
    }

        .property-values-1-video .video-thumb img {
            border-radius: 0 50% 50% 0;
        }

.property-values-1-counter-wrapper {
    width: 524px;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 24px;
}

.property-values-1-counter {
    background: var(--white-color);
    border: 1px solid var(--gray-color2);
    border-radius: 12px;
    text-align: center;
    padding: 30px;
    -webkit-transition: .4s;
    transition: .4s;
}

    .property-values-1-counter:hover {
        border-color: var(--theme-color);
    }

        .property-values-1-counter:hover .icon img {
            -webkit-transform: rotateY(180deg);
            transform: rotateY(180deg);
        }

    .property-values-1-counter .icon {
        height: 60px;
        width: 60px;
        text-align: center;
        background: var(--smoke-color);
        line-height: 60px;
        border-radius: 50%;
        margin-left: auto;
        margin-right: auto;
        margin-bottom: 5px;
    }

        .property-values-1-counter .icon img {
            -webkit-transition: 0.4s ease-in-out;
            transition: 0.4s ease-in-out;
        }

    .property-values-1-counter .counter {
        font-size: 40px;
        font-weight: 700;
        margin-bottom: 5px;
    }

        .property-values-1-counter .counter .counter-number {
            margin-right: -5px;
        }

@media (max-width: 1500px) {
    .property-values-1-video .play-btn {
        left: 45%;
    }
}

@media (max-width: 1199px) {
    .property-values-1-counter-wrapper {
        width: 480px;
    }
}

@media (max-width: 991px) {
    .property-values-1-content {
        text-align: center;
    }

    .property-values-1-counter-wrapper {
        width: auto;
    }
}

@media (max-width: 575px) {
    .property-values-1-counter-wrapper {
        grid-template-columns: 1fr;
    }
}

.property-values-2-item {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 24px;
}

    .property-values-2-item.style2 .thumb {
        border-radius: 24px;
    }

        .property-values-2-item.style2 .thumb img {
            border-radius: 24px;
        }

        .property-values-2-item.style2 .thumb:before {
            left: 0;
            bottom: 0;
            border-radius: 24px;
        }

        .property-values-2-item.style2 .thumb:hover::before {
            width: 100%;
            height: 100%;
        }

    .property-values-2-item .thumb {
        position: relative;
        border-radius: 32px;
        overflow: hidden;
    }

        .property-values-2-item .thumb:hover .hover-content {
            opacity: 1;
            visibility: visible;
            bottom: 40px;
        }

        .property-values-2-item .thumb:before {
            content: "";
            position: absolute;
            left: -54px;
            bottom: -68px;
            height: 0px;
            width: 0px;
            background: var(--gray-color);
            z-index: 1;
            opacity: .5;
            border-radius: 50%;
            -webkit-transition: .4s;
            transition: .4s;
        }

        .property-values-2-item .thumb img {
            border-radius: 32px;
            width: 100%;
        }

        .property-values-2-item .thumb .plus-icon {
            position: absolute;
            height: 48px;
            width: 48px;
            text-align: center;
            line-height: 48px;
            border-radius: 50%;
            color: var(--white-color);
            background: var(--theme-color);
            left: 40px;
            bottom: 40px;
            -webkit-transition: .4s;
            transition: .4s;
            opacity: 1;
            visibility: visible;
            z-index: 2;
        }

.hover-content {
    position: absolute;
    left: 40px;
    bottom: 0px;
    max-width: 330px;
    opacity: 0;
    visibility: visible;
    -webkit-transition: .4s;
    transition: .4s;
    z-index: 3;
}

    .hover-content .box-title {
        font-size: 32px;
        color: var(--white-color);
    }

    .hover-content .box-text {
        color: var(--white-color);
        margin-bottom: 25px;
    }

.property-values-2-item:hover .plus-icon {
    opacity: 0;
    visibility: hidden;
    bottom: 0;
}

.property-values-2-item .thumb:hover::before {
    width: 480px;
    height: 460px;
}

@media (max-width: 1299px) {
    .property-values-2-item .thumb:hover .hover-content {
        bottom: 15px;
    }

    .hover-content .box-text {
        color: var(--white-color);
        margin-bottom: 18px;
        line-height: 1.4;
    }
}

@media (max-width: 1199px) {
    .hover-content .box-title {
        font-size: 26px;
        line-height: 1.1;
    }
}

@media (max-width: 480px) {
    .hover-content {
        left: 15px;
    }

    .property-values-2-item .thumb:hover .hover-content {
        bottom: 15px;
    }

    .hover-content .box-title {
        font-size: 22px;
        margin-bottom: 6px;
    }
}

@media (max-width: 375px) {
    .property-values-2-item .thumb {
        min-height: 200px;
    }

        .property-values-2-item .thumb img {
            height: 100%;
            object-fit: cover;
        }
}

.popular-list-1.style-2 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    border: 0;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: transparent;
}

    .popular-list-1.style-2:hover .thumb-wrapper .popular-badge p {
        background: var(--theme-color);
        color: var(--white-color);
    }

    .popular-list-1.style-2 .thumb-wrapper {
        max-height: inherit;
        border-radius: 16px;
    }

        .popular-list-1.style-2 .thumb-wrapper img {
            border-radius: 16px;
        }

        .popular-list-1.style-2 .thumb-wrapper .popular-badge img {
            border-radius: 0;
        }

    .popular-list-1.style-2 .media-body {
        margin-bottom: 0px;
    }

    .popular-list-1.style-2 .property-content {
        box-shadow: rgba(116,125,129,0.2) 0px 1px 13px 0px;
        margin-left: -155px;
        z-index: 2;
        background: var(--white-color);
        border-radius: 24px;
    }

    .popular-list-1.style-2 .property-featured li::after {
        height: 32px;
    }

    .popular-list-1.style-2 .thumb-wrapper .popular-badge p {
        background: #FDEDEC;
        color: var(--title-color);
        -webkit-transition: .4s;
        transition: .4s;
    }

    .popular-list-1.style-2 .agent-wrap {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        gap: 20px;
        padding: 0 30px;
        margin-top: 20px;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
    }

        .popular-list-1.style-2 .agent-wrap .agent-thumb {
            width: 50px;
            height: 50px;
            border-radius: 50%;
        }

            .popular-list-1.style-2 .agent-wrap .agent-thumb img {
                height: 100%;
                width: 100%;
                border-radius: 50%;
            }

        .popular-list-1.style-2 .agent-wrap .agent-content .box-title {
            font-size: 18px;
            margin-bottom: 0px;
        }

    .popular-list-1.style-2 .property-bottom {
        gap: 24px;
        -webkit-flex-wrap: nowrap;
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    }

        .popular-list-1.style-2 .property-bottom .box-title {
            margin-right: 20px;
        }

@media (max-width: 1500px) {
    .popular-list-1.style-2 .property-content {
        margin-left: -260px;
    }
}

@media (max-width: 1399px) {
    .popular-list-1.style-2 .property-content {
        margin-left: -350px;
    }
}

@media (max-width: 1199px) {
    .popular-list-1.style-2 .property-content {
        margin-left: -40px;
    }
}

@media (max-width: 767px) {
    .popular-list-1.style-2 {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
    }

        .popular-list-1.style-2 .property-content {
            margin-left: 0;
            width: 100%;
            margin-top: -30px;
            margin-bottom: 1px;
        }
}

@media (max-width: 375px) {
    .popular-list-1.style-2 .property-bottom {
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }

    .popular-list-1 .property-bottom .box-title {
        font-size: 21px;
    }
}

.th-sort-bar.property-style {
    background: transparent;
    margin: 0 0px 46px 0;
    padding: 0;
}

    .th-sort-bar.property-style .box-title {
        margin: 0;
        font-size: 40px;
        font-weight: 700;
    }

    .th-sort-bar.property-style .sorting-filter-wrap {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        gap: 14px;
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }

    .th-sort-bar.property-style .nav {
        gap: 14px;
    }

        .th-sort-bar.property-style .nav a {
            height: 40px;
            width: 40px;
            line-height: 40px;
            border-radius: 8px;
            margin: 0;
        }

    .th-sort-bar.property-style select {
        height: 40px;
        border-radius: 8px;
    }

    .th-sort-bar.property-style .nav a.active, .th-sort-bar.property-style .nav a:hover {
        background: var(--theme-color);
        color: var(--white-color);
        border-color: var(--theme-color);
    }

.popular-list-1.list-style .property-featured li::after {
    right: -91%;
}

.popular-list-1.grid-style .property-featured li::after {
    right: -97%;
}

@media (max-width: 1550px) {
    .popular-list-1.list-style .property-featured li::after {
        right: -78%;
    }

    .popular-list-1.list-style .property-featured li::after {
        right: -78%;
    }
}

@media (max-width: 1470px) {
    .popular-list-1.list-style .property-featured li::after {
        right: -61%;
    }
}

@media (max-width: 991px) {
    .th-sort-bar.property-style .box-title {
        font-size: 32px;
    }
}

.property-slider1 {
    margin-bottom: 7px;
}

    .property-slider1 .propery-single-slide {
        position: relative;
        height: 650px;
        width: 100%;
        border-radius: 16px !important;
        z-index: 3;
        overflow: hidden;
    }

        .property-slider1 .propery-single-slide:before {
            content: "";
            position: absolute;
            inset: 0;
            z-index: 3;
            /* background: var(--gray-color); */
            opacity: .4;
            border-radius: 16px !important;
        }

        .property-slider1 .propery-single-slide img {
            border-radius: 16px;
            height: 100%;
            width: 100%;
            /* cursor: url(../img/icon/360deg-cursor.svg),auto; */
        }

        .property-slider1 .propery-single-slide .panolens-canvas {
            position: absolute;
            inset: 0;
            cursor: url(../img/icon/360deg-cursor.svg),auto;
            z-index: 2;
            border-radius: 16px;
        }

            .property-slider1 .propery-single-slide .panolens-canvas:before {
                content: "";
                position: absolute;
                inset: 0;
                z-index: 1;
                background: var(--gray-color);
                opacity: .4;
            }



        .property-slider1 .property-slider-img img {
            border-radius: 16px;
        }

    .property-slider1 .slider-arrow {
        top: auto;
        bottom: 40px;
        left: -23px;
        --icon-size: 48px;
        opacity: 1;
        visibility: visible;
        -webkit-transform: none;
        -ms-transform: none;
        transform: none;
        line-height: 46px;
        border: 1px solid var(--gray-color2);
    }

        .property-slider1 .slider-arrow.slider-next {
            left: auto;
            right: -23px;
        }

@media (max-width: 1399px) {
    .property-slider1 .slider-arrow {
        bottom: 17px;
    }
}

@media (max-width: 1299px) {
    .property-slider1 .slider-arrow {
        bottom: 32px;
    }
}

@media (max-width: 1199px) {
    .property-slider1 .slider-arrow {
        bottom: 40px;
    }
}

.property-thumb-slider .swiper-slide {
    position: relative;
    border-radius: 8px;
}

    .property-thumb-slider .swiper-slide:after {
        content: '';
        position: absolute;
        inset: 0;
        background: var(--title-color);
        opacity: 0;
        border-radius: 16px;
        -webkit-transition: 0.4s;
        transition: 0.4s;
    }

    .property-thumb-slider .swiper-slide.swiper-slide-thumb-active:after {
        opacity: 0.6;
    }

.property-page-single p {
    color: #222020;
    font-size: 16px;
    line-height: 33px;
}

.property-meta-wrap {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    gap: 15px;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

    .property-meta-wrap .property-meta {
        display: -webkit-inline-box;
        display: -webkit-inline-flex;
        display: -ms-inline-flexbox;
        display: inline-flex;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
        gap: 16px;
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }

        .property-meta-wrap .property-meta .property-tag {
            background: var(--theme-color);
            font-size: 18px;
            color: var(--white-color);
            border-radius: 50px;
            padding: 5.5px 16px;
        }

            .property-meta-wrap .property-meta .property-tag:hover {
                background: var(--black-color2);
            }

        .property-meta-wrap .property-meta a {
            color: var(--black-color);
            display: -webkit-inline-box;
            display: -webkit-inline-flex;
            display: -ms-inline-flexbox;
            display: inline-flex;
            gap: 8px;
            -webkit-box-align: center;
            -webkit-align-items: center;
            -ms-flex-align: center;
            align-items: center;
        }

            .property-meta-wrap .property-meta a i {
                margin-right: 2px;
                font-size: 12px;
                color: var(--theme-color);
            }

    .property-meta-wrap .wishlist-icon .icon-btn {
        --btn-size: 36px;
        border-radius: 50%;
        color: var(--body-color);
    }

.page-title {
    font-size: 35px;
    font-weight: 600;
    letter-spacing: 0.01em;
    color: var(--gray-color);
    font-family: 'Inter';
}

.page-title-wrap {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    border-bottom: 1px solid var(--th-border-color);
    margin-bottom: 30px;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.page-features {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 15px;
    margin-bottom: 20px;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

    .page-features .box-text {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        gap: 10px;
        margin: 0;
        font-size: 18px;
        font-weight: 500;
        color: var(--gray-color);
    }

        .page-features .box-text .icon {
            margin-top: -1px;
        }

    .page-features .property-featured {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
        justify-content: space-between;
        padding-left: 0;
        margin: 0;
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        row-gap: 5px;
        -webkit-column-gap: 61px;
        -moz-column-gap: 61px;
        column-gap: 61px;
    }

@media (max-width: 1299px) {
    .page-features .property-featured {
        -webkit-column-gap: 30px;
        -moz-column-gap: 30px;
        column-gap: 30px;
    }
}

.page-features .property-featured li {
    list-style: none;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    gap: 5px;
    font-size: 14px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative;
}

    .page-features .property-featured li:after {
        content: "";
        font-weight: 400;
        z-index: 1;
        font-size: 12px;
        width: 1px;
        height: 14px;
        background: var(--th-border-color);
        right: -40%;
        position: absolute;
    }

@media (max-width: 1299px) {
    .page-features .property-featured li:after {
        display: none;
    }
}

.page-features .property-featured li:last-child::after {
    display: none;
}

.page-features .property-featured li .icon img {
    margin-top: -2px;
}

.property-grid-list {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    background: var(--smoke-color);
    border-radius: 8px;
    padding: 40px 30px;
    list-style: none;
    margin: 0;
    gap: 20px;
}

@media (max-width: 1500px) {
    .property-grid-list {
        grid-template-columns: repeat(5, 1fr);
    }
}

@media (max-width: 1399px) {
    .property-grid-list {
        grid-template-columns: repeat(4, 1fr);
    }
}

@media (max-width: 1299px) {
    .property-grid-list {
        grid-template-columns: repeat(3, 1fr);
    }
}

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

@media (max-width: 575px) {
    .property-grid-list {
        grid-template-columns: repeat(1, 1fr);
    }
}

@media (max-width: 375px) {
    .property-grid-list {
        grid-template-columns: repeat(2, 1fr);
        padding: 30px 20px;
        gap: 18px 15px;
    }
}

.property-grid-list li {
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
    gap: 12px;
}

    .property-grid-list li .property-grid-list-icon {
        -webkit-box-flex: 0;
        -webkit-flex: none;
        -ms-flex: none;
        flex: none;
        width: 44px;
        height: 44px;
        line-height: 39px;
        border-radius: 4px;
        border: 1px solid var(--body-color);
        text-align: center;
    }

    .property-grid-list li .property-grid-list-title {
        font-size: 14px;
        font-weight: 600;
        color: var(--body-color);
        margin-bottom: 0;
        font-family: var(--body-font);
    }

    .property-grid-list li .property-grid-list-text {
        font-size: 14px;
        font-weight: 400;
        color: var(--body-color);
        margin-bottom: -0.3em;
        font-family: var(--body-font);
    }

.hightlighes-title-wrap {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 12px;
}

    .hightlighes-title-wrap .house-sell {
        font-size: 18px;
        margin-left: 20px;
        position: relative;
    }

        .hightlighes-title-wrap .house-sell:before {
            content: "";
            left: -20px;
            top: 14px;
            height: 12px;
            width: 12px;
            background: #27AE60;
            position: absolute;
            border-radius: 50%;
        }

.property-gallery-card {
    position: relative;
}

    .property-gallery-card::before {
        content: "";
        position: absolute;
        inset: 0;
        background: var(--gray-color);
        height: 100%;
        width: 0%;
        border-radius: 8px;
        z-index: 1;
        opacity: .5;
        visibility: hidden;
        -webkit-transition: .4s;
        transition: .4s;
    }

    .property-gallery-card .property-gallery-card-img {
        border-radius: 8px;
        overflow: hidden;
        -webkit-transition: 0.4s;
        transition: 0.4s;
    }

        .property-gallery-card .property-gallery-card-img img {
            width: 100%;
            height: 215px;
            object-fit: cover;
        }

    .property-gallery-card .icon-btn {
        position: absolute;
        left: 50%;
        top: 50%;
        -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
        width: auto;
        height: auto;
        line-height: normal;
        border: 0;
        background: transparent;
        color: var(--white-color);
        font-size: 15px;
        opacity: 0;
        height: 36px;
        border: 0;
        width: 36px;
        text-align: center;
        line-height: 36px;
        background: var(--white-color);
        border-radius: 50%;
        outline: 20px solid #ffffff45;
        z-index: 2;
    }

        .property-gallery-card .icon-btn i {
            color: var(--theme-color);
        }

    .property-gallery-card:hover .property-gallery-card-img {
        border-color: var(--white-color);
    }

    .property-gallery-card:hover .icon-btn {
        opacity: 1;
    }

    .property-gallery-card:hover::before {
        visibility: visible;
        width: 100%;
    }

.fea-anim-checklist .checklist.list-six-column li {
    font-size: 16px;
    font-weight: 400;
    color: var(--body-color);
}

    .fea-anim-checklist .checklist.list-six-column li::before {
        content: "\f0c8";
        font-family: "Font Awesome 6 Pro";
        font-weight: 400;
        color: var(--body-color);
    }

.property-grid-plan {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    gap: 47px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

    .property-grid-plan .property-grid-thumb {
        display: inline-block;
        border-radius: 16px;
        padding: 35px 24px;
        -webkit-box-flex: 0;
        -webkit-flex: none;
        -ms-flex: none;
        flex: none;
        border: 1px solid var(--th-border-color);
    }

        .property-grid-plan .property-grid-thumb img {
            width: 100%;
        }

    .property-grid-plan .property-grid-title {
        font-size: 24px;
        font-weight: 600;
        margin-bottom: 35px;
        color: var(--title-color);
    }

    .property-grid-plan .property-grid-text {
        font-size: 18px;
        color: var(--body-color);
        line-height: 1.777;
    }

@media (max-width: 1299px) {
    .property-grid-plan {
        display: block;
    }

        .property-grid-plan .property-grid-thumb {
            margin-bottom: 30px;
        }

        .property-grid-plan .property-grid-title {
            margin-bottom: 15px;
        }
}

.property-tab {
    border: 0;
    margin-bottom: 16px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    gap: 8px;
}

    .property-tab .nav-item .nav-link {
        border: 1px solid var(--theme-color);
        border-radius: 50px;
        background: transparent;
        font-size: 16px;
        font-weight: 400;
        color: var(--body-color);
        padding: 8px 12px;
    }

        .property-tab .nav-item .nav-link.active {
            background: var(--theme-color);
            color: var(--white-color);
        }

.location-map {
    position: relative;
}

    .location-map .contact-map {
        line-height: 0px;
        max-width: 1520px;
        margin: 0 auto;
    }

        .location-map .contact-map iframe {
            width: 100%;
            height: 365px;
            border-radius: 16px;
        }

    .location-map .location-map-address {
        border-radius: 10px;
        background: var(--white-color);
        overflow: hidden;
        display: -webkit-inline-box;
        display: -webkit-inline-flex;
        display: -ms-inline-flexbox;
        display: inline-flex;
        padding: 16px;
        gap: 14px;
        max-width: 252px;
        position: absolute;
        right: 95px;
        bottom: 50px;
    }

@media (max-width: 375px) {
    .location-map .location-map-address {
        right: 15px;
    }
}

.location-map .location-map-address .thumb {
    width: 67px;
    height: 64px;
    border-radius: 8px;
    overflow: hidden;
    border: 1px solid var(--theme-color);
}

    .location-map .location-map-address .thumb img {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }

.location-map .location-map-address .title {
    color: var(--title-color);
    font-size: 14px;
    font-weight: 600;
    margin-bottom: 0;
    font-family: var(--body-font);
}

.location-map .location-map-address .text {
    font-size: 14px;
    font-weight: 400;
    color: var(--body-color);
    margin-bottom: 8px;
    font-family: var(--body-font);
}

    .location-map .location-map-address .text:last-child {
        margin-bottom: 0;
    }

.video-box2 {
    border-radius: 16px;
    overflow: hidden;
}

    .video-box2 img {
        height: 365px;
        object-fit: cover;
    }

@media (max-width: 1399px) {
    .property-slider1 .propery-single-slide {
        height: 510px;
    }
}

@media (max-width: 1199px) {
    .property-slider1 .propery-single-slide {
        height: 410px;
    }
}

@media (max-width: 767px) {
    .property-slider1 .propery-single-slide {
        height: 380px;
    }
}

@media (max-width: 575px) {
    .property-slider1 .propery-single-slide {
        height: 224px;
    }
}

@media (max-width: 375px) {
    .property-slider1 .propery-single-slide {
        height: 320px;
    }
}

.project-card {
    background: #FFFFFF;
    border-radius: 0px;
    padding: 20px 20px 30px 20px;
    box-shadow: 14px 14px 40px 0px rgba(0, 0, 0, 0.2);
    margin-bottom: 50px;
    min-height: 395px;
    transition: all 0.6s ease;
}

    .project-card:hover {
        -webkit-transform: translateY(-5px);
        transform: translateY(-10px);
        -webkit-transition: 0.5s;
        transition: 0.5s;
    }

    .project-card .box-img {
        border-radius: 0px;
        margin-bottom: 40px;
        height: auto;
        overflow: hidden;
    }

        .project-card .box-img img {
            width: 100%;
            border-radius: 0px;
        }

    .project-card .box-wrapp {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
    }

@media (max-width: 767px) {
    .project-card .box-wrapp {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: start;
        -webkit-align-items: flex-start;
        -ms-flex-align: start;
        align-items: flex-start;
    }
}

.project-card .box-title {
    font-weight: 700;
    font-size: 30px;
    line-height: 40px;
    text-transform: capitalize;
    color: #0A0A0C;
}

@media (max-width: 1299px) {
    .project-card .box-title {
        font-size: 24px;
    }
}

.project-card .box-text {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    gap: 7px;
    font-weight: 400;
    font-size: 17px;
    letter-spacing: 0.02em;
    color: #4E4E4E;
    margin-bottom: 0;
}

.project-card .icon-btn {
    width: 80px;
    height: 80px;
    line-height: 80px;
    text-align: center;
    background: var(--theme-color);
    color: var(--white-color);
    font-size: 25px;
    border-radius: 50%;
    border-color: var(--theme-color);
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}

@media (max-width: 767px) {
    .project-card .icon-btn {
        margin-top: 20px;
    }
}

.project-card .icon-btn:hover {
    background-color: var(--title-color);
    border-color: var(--title-color);
}

.gallery-card {
    position: relative;
}

    .gallery-card .gallery-img {
        position: relative;
        border-radius: 16px;
        -webkit-transition: 0.4s;
        transition: 0.4s;
        overflow: hidden;
        max-height: 620px;
        z-index: 2;
    }

        .gallery-card .gallery-img::before {
            content: "";
            position: absolute;
            width: 100%;
            height: 100%;
            top: 0;
            left: 0;
            background: -webkit-linear-gradient(top, transparent, var(--gray-color));
            background: linear-gradient(to bottom, transparent, var(--gray-color));
            opacity: .6;
            -webkit-transition: .4s;
            transition: .4s;
            z-index: 1;
        }

        .gallery-card .gallery-img:hover .gallery-content .box-text {
            color: var(--title-color);
        }

        .gallery-card .gallery-img:hover .gallery-content .box-title {
            color: var(--title-color);
        }

        .gallery-card .gallery-img:hover .gallery-img img {
            -webkit-transform: scale(1.01);
            -ms-transform: scale(1.01);
            transform: scale(1.01);
        }

        .gallery-card .gallery-img:hover .gallery-content-wrapper::before {
            opacity: 1;
            visibility: visible;
        }

        .gallery-card .gallery-img img {
            border-radius: 16px;
            -webkit-transition: .5s;
            transition: .5s;
            width: 100%;
            height: 100%;
            object-fit: cover;
            -webkit-transform: scale(1);
            -ms-transform: scale(1);
            transform: scale(1);
        }

@media (max-width: 1199px) {
    .gallery-card .gallery-img img {
        border-radius: 0px;
    }
}

@media (max-width: 991px) {
    .gallery-card .gallery-img img {
        border-radius: 0px;
    }
}

.gallery-card .gallery-content-wrapper {
    border-radius: 8px;
    -webkit-transition: .4s;
    transition: .4s;
    position: relative;
    z-index: 3;
    padding: 20px;
}

    .gallery-card .gallery-content-wrapper:before {
        content: "";
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        background: var(--white-color);
        z-index: -1;
        border-radius: 8px;
        opacity: 0;
        visibility: hidden;
        -webkit-transition: .4s;
        transition: .4s;
    }

.gallery-card .gallery-content {
    position: absolute;
    bottom: 20px;
    width: 91%;
    opacity: 1;
    -webkit-transition: .4s;
    transition: .4s;
    left: 50%;
    -webkit-transform: translate(-50%, 0%);
    -ms-transform: translate(-50%, 0%);
    transform: translate(-50%, 0%);
    border-radius: 8px;
    background-color: transparent;
    transition: .4s;
    z-index: 2;
}

.gallery-card .box-title {
    margin-bottom: 0;
    color: var(--white-color);
    font-size: 27px;
    font-weight: 600;
}

.gallery-card .box-text {
    color: var(--white-color);
    margin-bottom: 0;
    font-size: 16px;
    -webkit-transition: .4s;
    transition: .4s;
}

.gallery-card:hover .gallery-img img {
    -webkit-transform: scale(1.08);
    -ms-transform: scale(1.08);
    transform: scale(1.08);
}

.gallery-card:hover .gallery-img:before {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
}

.slider-pagination-wrapper.gallery-1-pagi {
    text-align: center;
    font-size: 18px;
    color: var(--title-color);
    font-weight: 600;
    margin-top: 20px;
    margin-bottom: 15px;
}

    .slider-pagination-wrapper.gallery-1-pagi .slider-pagination2 .current-slide {
        margin-right: 130px;
        position: relative;
    }

        .slider-pagination-wrapper.gallery-1-pagi .slider-pagination2 .current-slide::before {
            content: "";
            height: 2px;
            width: 82px;
            position: absolute;
            background: #f5951c;
            left: 47px;
            top: 11px;
        }

    .slider-pagination-wrapper.gallery-1-pagi .slider-pagination2 .total-slides {
        color: #f5951c;
    }

@media (max-width: 1500px) {
    .gallery-1 .slider-arrow.style2 {
        display: none;
    }
}

@media (max-width: 1199px) {
    .gallery-card .gallery-content {
        bottom: 12px;
        width: 95%;
    }
}

@media (max-width: 375px) {
    .gallery-1 .slider-arrow.style2 {
        display: none;
    }
}

.gallery-2-slider-wrap {
    margin-right: -300px;
}

    .gallery-2-slider-wrap .slider-arrow.slider-next {
        right: 300px;
    }

@media (min-width: 1922px) {
    .gallery-2-slider-wrap {
        margin-right: -650px;
    }
}

@media (max-width: 1399px) {
    .gallery-2-slider-wrap {
        margin-right: 0px;
    }

        .gallery-2-slider-wrap .slider-arrow.slider-next {
            right: var(--pos-x, -30px);
            left: auto;
        }
}

.gallery-card.style-2 .gallery-img {
    border-radius: 32px;
    max-height: inherit;
}

.gallery-card.style-2 {
    border-radius: 32px;
}

    .gallery-card.style-2:hover .gallery-content .gallery-content-wrapper .link {
        opacity: 1;
    }

    .gallery-card.style-2 .gallery-img {
        border-radius: 32px;
    }

    .gallery-card.style-2 .gallery-content .gallery-content-wrapper {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
        border-radius: 16px !important;
        -webkit-transition: 0.4s;
        transition: 0.4s;
    }

        .gallery-card.style-2 .gallery-content .gallery-content-wrapper .link {
            -webkit-transition: inherit;
            transition: inherit;
            opacity: 0;
            -webkit-transition: .4s;
            transition: .4s;
        }

            .gallery-card.style-2 .gallery-content .gallery-content-wrapper .link a {
                height: 40px;
                width: 40px;
                border-radius: 50%;
                text-align: center;
                border: 1px solid var(--theme-color);
                display: block;
                line-height: 40px;
            }

@media (max-width: 1299px) {
    .gallery-card.style-2 .box-title {
        font-size: 18px;
    }
}

.gallery-video-wrap {
    position: absolute;
    z-index: 3;
    left: 50%;
    top: 50%;
    height: 220px;
    width: 220px;
    border: 1px solid #D8DDE170;
    border-radius: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

    .gallery-video-wrap .video-box1 .play-btn > i {
        --icon-size: 120px;
    }

    .gallery-video-wrap .play-btn::after {
        background-color: var(--gray-color);
    }

    .gallery-video-wrap .play-btn::before {
        background-color: var(--gray-color);
    }

    .gallery-video-wrap .video-box1 {
        margin-top: 0;
    }

        .gallery-video-wrap .video-box1 .play-btn > i {
            background: #ffffff4f;
            font-size: 45px;
        }

            .gallery-video-wrap .video-box1 .play-btn > i::before {
                background: transparent;
            }

            .gallery-video-wrap .video-box1 .play-btn > i::after {
                background: transparent;
            }

.gallery-sec-4 {
    position: relative;
}

.gallery-slider4 {
    position: relative;
}

    .gallery-slider4 .slider-pagination2 .current-slide {
        font-size: 18px;
        font-weight: 600;
        color: #E4E4E5;
    }

    .gallery-slider4 .slider-pagination2 .total-slides {
        display: none;
    }

    .gallery-slider4 .swiper-pagination-bullets .swiper-pagination-bullet::before {
        inset: inherit;
    }

    .gallery-slider4 .slider-pagination-wrapper {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
        gap: 20px;
        position: absolute;
        bottom: 120px;
        right: 150px;
        z-index: 3;
    }

        .gallery-slider4 .slider-pagination-wrapper .line {
            width: 80px;
            height: 2px;
            background: var(--theme-color);
        }

        .gallery-slider4 .slider-pagination-wrapper .style-2 {
            border: 0;
            background: transparent;
            color: var(--theme-color);
            cursor: pointer;
        }

            .gallery-slider4 .slider-pagination-wrapper .style-2:hover {
                color: var(--white-color);
            }

.gallery-4-inner {
    position: relative;
    z-index: 1;
    padding: 120px 0;
}

    .gallery-4-inner::before {
        content: "";
        width: 100%;
        height: 100%;
        position: absolute;
        inset: 0;
        background: -webkit-linear-gradient(top, transparent, var(--gray-color));
        background: linear-gradient(to bottom, transparent, var(--gray-color));
        opacity: .5;
        z-index: -1;
    }

.popular-list-1.style-3 {
    background: var(--smoke-color);
    padding: 50px 0 45px;
}

    .popular-list-1.style-3 .title-area {
        padding-left: 30px;
    }

    .popular-list-1.style-3 .property-featured li::after {
        width: 1px;
        height: 25px;
        right: -100%;
    }

    .popular-list-1.style-3 .agent-wrap {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        gap: 15px;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
        padding-left: 30px;
        margin-top: 35px;
    }

        .popular-list-1.style-3 .agent-wrap .thumb {
            border-radius: 50%;
            background: var(--white-color);
            height: 51px;
            width: 51px;
            padding: 1px;
        }

            .popular-list-1.style-3 .agent-wrap .thumb img {
                border-radius: 50%;
            }

        .popular-list-1.style-3 .agent-wrap .content .box-title {
            font-size: 18px;
            line-height: 1.2;
            margin-bottom: 0;
        }

@media (max-width: 1399px) {
    .gallery-video-wrap {
        left: 60%;
    }
}

@media (max-width: 991px) {
    .gallery-slider4 .slider-pagination-wrapper {
        bottom: 60px;
        right: 37px;
        z-index: 3;
    }

    .gallery-4-inner {
        padding: 120px 0 130px;
    }

    .gallery-video-wrap .video-box1 .play-btn > i {
        --icon-size: 90px;
        font-size: 35px;
    }

    .gallery-4-inner {
        padding: 270px 0 130px;
    }

    .gallery-video-wrap {
        height: 150px;
        width: 150px;
        top: 8%;
        left: 50%;
        -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        transform: translateX(-50%);
    }

        .gallery-video-wrap .video-box1 {
            top: 50%;
        }
}

@media (max-width: 575px) {
    .popular-list-1.style-3 {
        padding: 20px 0 20px;
    }
}

.gallery-card2:hover .gallery-img:before {
    width: 100%;
    height: 100%;
    opacity: .5;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
}

.gallery-card2:hover .gallery-img .popular-popup-image {
    visibility: visible;
    opacity: 1;
}

.gallery-card2 .gallery-img {
    position: relative;
    border-radius: 0px;
    z-index: 2;
}

    .gallery-card2 .gallery-img:before {
        content: "";
        inset: 0;
        width: 100%;
        height: 100%;
        background: var(--gray-color);
        position: absolute;
        border-radius: 0px;
        z-index: 1;
        opacity: 0;
        -webkit-transition: .4s;
        transition: .4s;
        -webkit-transform: scale(0);
        -ms-transform: scale(0);
        transform: scale(0);
    }

    .gallery-card2 .gallery-img .popular-popup-image {
        position: absolute;
        left: 50%;
        top: 50%;
        -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
        height: 54px;
        width: 54px;
        text-align: center;
        line-height: 54px;
        background: var(--white-color);
        border-radius: 50%;
        z-index: 1;
        font-size: 21px;
        outline: 35px solid #ffffff38;
        opacity: 0;
        visibility: hidden;
        -webkit-transition: .5s;
        transition: .5s;
    }

        .gallery-card2 .gallery-img .popular-popup-image:hover {
            background: #03a2c5;
            color: var(--white-color);
        }

    .gallery-card2 .gallery-img img {
        border-radius: 0px;
        width: 100%;
    }

@media (max-width: 1199px) {
    .gallery-card2 .gallery-img .popular-popup-image {
        height: 45px;
        width: 45px;
        line-height: 45px;
        outline: 20px solid #ffffff38;
    }
}

@media (max-width: 375px) {
    .gallery-card2 .gallery-img .popular-popup-image {
        height: 45px;
        width: 45px;
        line-height: 45px;
        outline: 20px solid #ffffff38;
    }
}

.widget.widget_search.search-style {
    padding: 0;
    border: 0;
    width: 660px;
}

    .widget.widget_search.search-style .search-form button {
        background: var(--theme-color);
        color: var(--white-color);
        width: 40px;
        height: 40px;
        font-size: 14px;
    }

        .widget.widget_search.search-style .search-form button:hover {
            background: var(--smoke-color);
            color: var(--theme-color);
        }

    .widget.widget_search.search-style .search-form input {
        height: 40px;
        padding: 27px 75px 27px 30px;
        border-radius: 8px;
    }

@media (max-width: 1399px) {
    .widget.widget_search.search-style {
        width: auto;
    }
}

.explore-single-slide {
    width: 100%;
    height: 650px;
    position: relative;
}

@media (max-width: 1199px) {
    .explore-single-slide {
        height: 480px;
    }
}

@media (max-width: 767px) {
    .explore-single-slide {
        height: 350px;
    }
}

.explore-single-slide img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.explore-single-item {
    position: relative;
    z-index: 2;
}

    .explore-single-item .icon-wrap {
        position: absolute;
        left: 7%;
        bottom: 16%;
        z-index: 1;
        height: 40px;
        width: 40px;
        line-height: 40px;
        text-align: center;
        background: var(--theme-color);
        border-radius: 50%;
        font-size: 18px;
        color: var(--white-color);
        -webkit-transition: .4s;
        transition: .4s;
        cursor: pointer;
        outline: 30px solid transparent;
    }

        .explore-single-item .icon-wrap:hover {
            background: var(--white-color);
            color: var(--theme-color);
        }

.popular-list-1.explore-card {
    position: absolute;
    left: 9.4%;
    bottom: 12%;
    background: var(--white-color);
    z-index: 1;
    width: 690px;
    padding: 60px 55px;
    outline: 30px solid transparent;
}

    .popular-list-1.explore-card .media-body .box-title {
        font-size: 40px;
        margin-bottom: 5px;
        line-height: 1;
    }

    .popular-list-1.explore-card .media-body .price {
        font-size: 24px;
        margin-bottom: 20px;
    }

        .popular-list-1.explore-card .media-body .price .month {
            font-size: 18px;
            color: var(--body-color);
        }

    .popular-list-1.explore-card .media-body .box-text {
        font-size: 18px;
        font-weight: 400;
    }

    .popular-list-1.explore-card .media-body {
        border: 0;
        padding: 0;
        padding-bottom: 15px;
    }

    .popular-list-1.explore-card .bottom-wrap {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
    }

        .popular-list-1.explore-card .bottom-wrap .property-featured {
            border: 0;
            padding: 0;
        }

    .popular-list-1.explore-card .property-bottom {
        margin: 0;
        padding: 0;
    }

    .popular-list-1.explore-card .property-content {
        padding: 0;
    }

    .popular-list-1.explore-card .bottom-wrap .property-featured li {
        margin-right: 28px;
    }

        .popular-list-1.explore-card .bottom-wrap .property-featured li:after {
            height: 30px;
            right: -18px;
        }

.popular-list-1.explore-card {
    opacity: 0;
    -webkit-transition: .4s;
    transition: .4s;
    visibility: hidden;
    -webkit-transform: scale(0.8);
    -ms-transform: scale(0.8);
    transform: scale(0.8);
}

    .popular-list-1.explore-card.active {
        opacity: 1;
        -webkit-transition: .4s;
        transition: .4s;
        visibility: visible;
        -webkit-transform: scale(1);
        -ms-transform: scale(1);
        transform: scale(1);
    }

.icon-wrap .animation {
    position: relative;
}

    .icon-wrap .animation::after {
        content: '';
        position: absolute;
        width: 40px;
        height: 40px;
        background: var(--white-color);
        opacity: 0.2;
        border-radius: 50%;
        top: 0px;
        left: 0px;
        -webkit-animation-duration: var(--ripple-ani-duration);
        animation-duration: var(--ripple-ani-duration);
        -webkit-animation-timing-function: ease-in-out;
        animation-timing-function: ease-in-out;
        -webkit-animation-iteration-count: infinite;
        animation-iteration-count: infinite;
        -webkit-animation-name: ripple;
        animation-name: ripple;
    }

@media (max-width: 1500px) {
    .popular-list-1.explore-card {
        left: 10.4%;
    }
}

@media (max-width: 1299px) {
    .panoramaSlide1 .slider-arrow.style3 {
        display: none;
    }

    .explore-single-item .explore-single-slide {
        height: 600px;
    }
}

@media (max-width: 991px) {
    .popular-list-1.explore-card {
        left: 11.3%;
        width: 600px;
        padding: 50px 45px;
    }

        .popular-list-1.explore-card .media-body .box-title {
            font-size: 30px;
        }

        .popular-list-1.explore-card .media-body .box-text {
            font-size: 16px;
            font-weight: 400;
        }
}

@media (max-width: 767px) {
    .popular-list-1.explore-card .media-body .box-title {
        font-size: 28px;
    }

    .popular-list-1.explore-card .bottom-wrap .property-featured li {
        margin-right: 20px;
    }

    .explore-single-item .icon-wrap {
        left: 3%;
    }

    .popular-list-1.explore-card {
        left: 8.3%;
        padding: 45px 30px;
        width: 80%;
    }

    .explore-single-item .property-featured {
        -webkit-column-gap: 0px;
        -moz-column-gap: 0px;
        column-gap: 0px;
    }
}

@media (max-width: 575px) {
    .popular-list-1.explore-card .bottom-wrap .property-featured li {
        margin-right: 12px;
    }
}

@media (max-width: 490px) {
    .popular-list-1.explore-card {
        padding: 30px 20px;
        width: 82%;
        left: 55px;
    }
}

@media (max-width: 375px) {
    .popular-list-1.explore-card .media-body .box-title {
        font-size: 25px;
    }

    .popular-list-1.explore-card .media-body .price {
        font-size: 18px;
        margin-bottom: 15px;
    }

    .popular-list-1.explore-card {
        padding: 30px 16px;
        width: 84%;
        left: 47px;
    }

        .popular-list-1.explore-card .bottom-wrap {
            -webkit-box-align: start;
            -webkit-align-items: start;
            -ms-flex-align: start;
            align-items: start;
            -webkit-box-orient: vertical;
            -webkit-box-direction: normal;
            -webkit-flex-direction: column;
            -ms-flex-direction: column;
            flex-direction: column;
            gap: 12px;
        }

            .popular-list-1.explore-card .bottom-wrap .property-featured li {
                margin-right: 10px;
                font-size: 13px;
                gap: 3px;
            }

                .popular-list-1.explore-card .bottom-wrap .property-featured li .icon {
                    width: 20px;
                }
}

.explore-single-item {
    min-height: 603px;
}

    .explore-single-item.style2 .slider-pagination.style-2.swiper-pagination-bullets {
        margin: 60px 0 0px 0;
        padding: 0;
    }

    .explore-single-item.style2 .explore-card {
        height: 531px;
        position: relative;
        z-index: 2;
    }

        .explore-single-item.style2 .explore-card .box-content {
            position: absolute;
            left: 56px;
            bottom: 56px;
            z-index: 3;
        }

        .explore-single-item.style2 .explore-card .box-title {
            color: var(--white-color);
            margin-bottom: 0;
        }

        .explore-single-item.style2 .explore-card .box-text {
            display: -webkit-box;
            display: -webkit-flex;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-align: center;
            -webkit-align-items: center;
            -ms-flex-align: center;
            align-items: center;
            gap: 8px;
            color: var(--white-color);
            margin-bottom: 0;
        }

        .explore-single-item.style2 .explore-card .icon-btn {
            position: absolute;
            top: 18px;
            right: 25px;
            --btn-size: 72px;
            background-color: var(--theme-color);
            border-color: var(--theme-color);
            color: var(--white-color);
            font-size: 20px;
            border-radius: 50%;
            z-index: 4;
        }

@media (max-width: 1500px) {
    .explore-single-item.style2 .explore-card .icon-btn {
        top: 0;
        right: 0;
    }
}

.explore-single-item.style2 .box-img {
    position: relative;
    -webkit-mask-image: url("../img/explore-cites/bg-shape.png");
    mask-image: url("../img/explore-cites/bg-shape.png");
    -webkit-mask-size: 100% 100%;
    mask-size: 100% 100%;
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    height: 531px;
    height: 100%;
    width: 100%;
    cursor: url(../img/icon/360deg-cursor.svg),auto;
    z-index: 2;
}

    .explore-single-item.style2 .box-img:before {
        content: "";
        position: absolute;
        inset: 0;
        z-index: 3;
        background: -webkit-linear-gradient(top, rgba(3,6,14,0) 0%, rgba(3,6,14,0.4) 100%);
        background: linear-gradient(180deg, rgba(3,6,14,0) 0%, rgba(3,6,14,0.4) 100%);
    }

    .explore-single-item.style2 .box-img img {
        height: 100%;
        width: 100%;
        cursor: url(../img/icon/360deg-cursor.svg),auto;
    }

    .explore-single-item.style2 .box-img .panolens-canvas {
        position: absolute;
        inset: 0;
        cursor: url(../img/icon/360deg-cursor.svg),auto;
        z-index: 2;
        border-radius: 16px;
    }

        .explore-single-item.style2 .box-img .panolens-canvas:before {
            content: "";
            position: absolute;
            inset: 0;
            z-index: 1;
            background: -webkit-linear-gradient(top, rgba(3,6,14,0) 0%, rgba(3,6,14,0.4) 100%);
            background: linear-gradient(180deg, rgba(3,6,14,0) 0%, rgba(3,6,14,0.4) 100%);
        }

.explore-single-item.style2 .swiper-slide {
    position: relative;
    height: 531px;
}

.explore-single-item .main-container {
    overflow: hidden;
}

.explore-single-item .panoramaSlide1 {
    height: 850px;
}

@media (max-width: 1199px) {
    .explore-single-item .panoramaSlide1 {
        height: 680px;
    }
}

@media (max-width: 767px) {
    .explore-single-item .panoramaSlide1 {
        height: 550px;
    }
}

.explore-single-item .swiper-slide {
    position: relative;
}

.explore-single-item .swiper-container {
    cursor: default;
}

.explore-single-item .explore-single-slide {
    position: relative;
    height: 850px;
    width: 100%;
    position: fixed;
    z-index: 3;
    height: 100%;
    width: 100%;
    cursor: url(../img/icon/360deg-cursor.svg),auto;
}

    .explore-single-item .explore-single-slide:before {
        content: "";
        position: absolute;
        inset: 0;
        z-index: 3;
        background: rgba(3,6,14,0.4);
    }

    .explore-single-item .explore-single-slide img {
        height: 100%;
        width: 100%;
        cursor: url(../img/icon/360deg-cursor.svg),auto;
    }

    .explore-single-item .explore-single-slide .panolens-canvas {
        position: absolute;
        inset: 0;
        cursor: url(../img/icon/360deg-cursor.svg),auto;
        z-index: 2;
        border-radius: 16px;
    }

        .explore-single-item .explore-single-slide .panolens-canvas:before {
            content: "";
            position: absolute;
            inset: 0;
            z-index: 1;
            background: rgba(3,6,14,0.4);
        }

    .explore-single-item .explore-single-slide .panolens-canvas {
        position: absolute;
        inset: 0;
        cursor: url(../img/icon/360deg-cursor.svg),auto;
        z-index: 2;
    }

        .explore-single-item .explore-single-slide .panolens-canvas:before {
            content: "";
            position: absolute;
            inset: 0;
            z-index: 1;
            background: rgba(3,6,14,0.4);
        }

@media (max-width: 375px) {
    .panoramaSlide1 .slider-arrow.style3 {
        display: none;
    }
}

.category-card {
    background-color: var(--white-color);
    border: 1px solid var(--gray-color2);
    padding: 0px 30px 30px 30px;
    text-align: center;
    -webkit-transition: 0.4s ease-in-out;
    transition: 0.4s ease-in-out;
    border-radius: 8px;
    margin-top: 50px;
}

    .category-card .box-icon {
        width: 100px;
        height: 100px;
        line-height: 100px;
        background-color: var(--white-color);
        margin: 0 auto 20px auto;
        border-radius: 50%;
        border: 1px solid var(--gray-color2);
        margin-top: -50px;
        z-index: 2;
        position: relative;
        -webkit-transition: .5s;
        transition: .5s;
    }

        .category-card .box-icon::before {
            content: "";
            position: absolute;
            width: 24px;
            height: 24px;
            background: var(--theme-color);
            border-radius: 50%;
            right: 22px;
            top: 22px;
            z-index: -1;
            opacity: .5;
            -webkit-transition: .5s;
            transition: .5s;
        }

    .category-card .box-title {
        font-size: 20px;
        margin-bottom: -.1em;
        -webkit-transition: 0.1s;
        transition: 0.1s;
        margin-top: 30px;
        -webkit-transition: .4s;
        transition: .4s;
    }

        .category-card .box-title a:hover {
            color: var(--title-color);
        }

            .category-card .box-title a:hover span {
                color: var(--title-color);
            }

    .category-card .box-subtitle {
        font-size: 18px;
        margin-bottom: -.3em;
        -webkit-transition: .4s;
        transition: .4s;
    }

    .category-card:hover {
        border-color: var(--theme-color);
    }

        .category-card:hover .box-icon img {
            -webkit-transform: rotateY(180deg);
            transform: rotateY(180deg);
            -webkit-filter: invert(1);
            filter: invert(1);
        }

        .category-card:hover .box-icon::before {
            width: 100%;
            height: 100%;
            background: var(--theme-color);
            opacity: 1;
            right: 0px;
            top: 0px;
        }

@media (max-width: 400px) {
    .category-card {
        border-radius: 20px;
    }
}

.category-card.style-2 {
    margin-top: 0;
    padding: 30px;
    border: 0;
    background: var(--smoke-color);
}

    .category-card.style-2:hover {
        background: var(--theme-color);
    }

        .category-card.style-2:hover .box-title {
            color: var(--white-color);
        }

            .category-card.style-2:hover .box-title:hover {
                color: var(--title-color);
            }

        .category-card.style-2:hover .box-subtitle {
            color: var(--white-color);
        }

        .category-card.style-2:hover .box-icon img {
            -webkit-filter: invert(0);
            filter: invert(0);
        }

    .category-card.style-2 .box-icon {
        margin: 0;
        margin: 0 auto;
    }

        .category-card.style-2 .box-icon::before {
            display: none;
        }

    .category-card.style-2 .box-title {
        margin-top: 10px;
        -webkit-transition: inherit;
        transition: inherit;
    }

.slider-pagination.style-2.swiper-pagination-bullets {
    margin: 60px 0 20px 0;
    padding-bottom: 1px;
    line-height: 16px;
}

    .slider-pagination.style-2.swiper-pagination-bullets .swiper-pagination-bullet {
        --swiper-pagination-bullet-size: 16px;
        --swiper-pagination-bullet-horizontal-gap: 10px;
        border: 1px solid var(--body-color);
    }

        .slider-pagination.style-2.swiper-pagination-bullets .swiper-pagination-bullet.swiper-pagination-bullet-active {
            border-color: var(--theme-color);
        }

.category-box {
    text-align: center;
}

    .category-box .box-icon {
        width: 150px;
        height: 150px;
        line-height: 150px;
        margin: 0 auto 20px auto;
        border-radius: 999px;
        position: relative;
        z-index: 2;
    }

        .category-box .box-icon:before, .category-box .box-icon:after {
            content: '';
            position: absolute;
            border-radius: inherit;
            z-index: -1;
        }

        .category-box .box-icon:before {
            inset: 11px;
            background-color: var(--white-color);
        }

        .category-box .box-icon:after {
            inset: 0;
            border: 2px dashed var(--th-border-color);
        }

@media (max-width: 375px) {
    .category-box .box-icon {
        width: 130px;
        height: 130px;
        line-height: 130px;
    }
}

.category-box .box-title {
    font-size: 20px;
    margin-bottom: 5px;
}

@media (max-width: 375px) {
    .category-box .box-title {
        font-size: 18px;
    }
}

.category-box .box-text {
    font-size: 14px;
}

.category-box:hover .box-icon img {
    -webkit-transform: rotateY(180deg);
    transform: rotateY(180deg);
}

.category-box:hover .box-icon:after {
    border-color: var(--theme-color);
    -webkit-animation: spin 10s linear infinite;
    animation: spin 10s linear infinite;
}

.category-sec-2 {
    z-index: 3;
}

.service-offer-wrapper {
    padding: 50px 40px;
    background-size: cover;
    background-position: inherit;
}

    .service-offer-wrapper .service-offer-box {
        width: 50%;
    }

@media (max-width: 1299px) {
    .service-offer-wrapper .service-offer-box {
        width: 65%;
    }
}

@media (max-width: 991px) {
    .service-offer-wrapper .service-offer-box {
        width: 50%;
    }
}

@media (max-width: 767px) {
    .service-offer-wrapper .service-offer-box {
        width: 65%;
    }
}

@media (max-width: 450px) {
    .service-offer-wrapper .service-offer-box {
        width: 85%;
    }
}

@media (max-width: 400px) {
    .service-offer-wrapper .service-offer-box {
        width: 100%;
    }
}

.service-offer-wrapper .service-offer-box .box-title {
    font-size: 34px;
    color: var(--white-color);
    margin-bottom: 12px;
}

@media (max-width: 767px) {
    .service-offer-wrapper .service-offer-box .box-title {
        font-size: 30px;
    }
}

.service-offer-wrapper .service-offer-box .box-text {
    color: var(--th-border-color);
    margin-bottom: 32px;
}

.download-sec-1 {
    position: relative;
    z-index: 2;
    padding: 220px 0 190px;
}

    .download-sec-1:before {
        content: "";
        position: absolute;
        inset: 0;
        width: 100%;
        height: 100%;
        background-color: var(--gray-color);
        z-index: -1;
        left: 0;
        top: 0;
        opacity: .7;
    }

.scan-download-wrap {
    margin-left: 200px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative;
}

    .scan-download-wrap .scan-download-card {
        margin-left: 100px;
    }

        .scan-download-wrap .scan-download-card h5 {
            font-size: 18px;
            color: var(--white-color);
            text-align: end;
            line-height: 1.5;
            font-weight: 600;
        }

    .scan-download-wrap .download-logo-circle {
        position: relative;
        display: inline-block;
        margin: initial;
    }

    .scan-download-wrap .download-thumb {
        position: absolute;
        right: 40px;
        top: -100px;
        z-index: -1;
    }

    .scan-download-wrap .scan-download-card {
        position: absolute;
        -webkit-animation: 5;
        animation: 5;
        left: 309px;
        top: 99%;
    }

        .scan-download-wrap .scan-download-card .scan-download-card-inner {
            position: relative;
        }

            .scan-download-wrap .scan-download-card .scan-download-card-inner h5 {
                position: absolute;
                width: 50%;
                top: -48%;
                left: -101%;
            }

            .scan-download-wrap .scan-download-card .scan-download-card-inner .shape {
                position: absolute;
                top: -70%;
                right: 46%;
            }

@media (max-width: 1600px) {
    .scan-download-wrap .scan-download-card {
        left: 216px;
    }
}

@media (max-width: 1500px) {
    .scan-download-wrap .scan-download-card {
        left: 230px;
        width: 150px;
        top: 108%;
    }

        .scan-download-wrap .scan-download-card .scan-download-card-inner .shape {
            top: -76%;
            right: 40%;
        }

    .download-text-left .sec-title {
        font-size: 48px;
    }
}

@media (max-width: 1399px) {
    .scan-download-wrap {
        margin-left: -20px;
    }

        .scan-download-wrap .scan-download-card {
            left: 290px;
            width: 150px;
            top: 108%;
        }

    .download-text-left .sec-title {
        font-size: 38px;
    }
}

@media (max-width: 1299px) {
    .scan-download-wrap .scan-download-card {
        left: 189px;
        width: 150px;
        top: 108%;
    }
}

@media (max-width: 1199px) {
    .download-sec-1 {
        padding: 120px 0 190px;
    }

    .download-text-left {
        margin-bottom: 176px;
    }

    .scan-download-wrap .download-thumb {
        top: -183px;
    }

    .scan-download-wrap {
        margin-left: 67px;
    }

        .scan-download-wrap .scan-download-card {
            left: 189px;
            width: 150px;
            top: 70%;
        }
}

@media (max-width: 991px) {
    .scan-download-wrap {
        margin-left: 0px;
    }

    .scan-download-wrap {
        text-align: start;
        -webkit-box-pack: justify;
        -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -webkit-box-align: start;
        -webkit-align-items: start;
        -ms-flex-align: start;
        align-items: start;
        row-gap: 25px;
        -webkit-column-gap: 15px;
        -moz-column-gap: 15px;
        column-gap: 15px;
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
    }

        .scan-download-wrap .download-thumb {
            position: static;
        }

        .scan-download-wrap .scan-download-card {
            position: inherit;
            margin-left: 0;
        }

        .scan-download-wrap .scan-download-card {
            position: static;
        }

    .download-sec-1 {
        padding: 120px 0 120px;
    }

    .download-text-left {
        margin-bottom: 30px;
    }
}

@media (max-width: 767px) {
    .download-text-left {
        margin-bottom: 100px;
    }

    .download-sec-1 {
        padding: 100px 0 100px;
    }
}

@media (max-width: 575px) {
    .scan-download-wrap .download-thumb {
        width: 220px;
        text-align: center;
        margin-left: auto;
        margin-right: auto;
    }

    .download-text-left .sec-title {
        font-size: 32px;
    }
}

@media (max-width: 375px) {
    .download-text-left {
        margin-bottom: 30px;
    }

    .scan-download-wrap .scan-download-card .scan-download-card-inner .qr-code-box {
        width: 109px;
    }

    .scan-download-wrap {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    .download-text-left .sec-title {
        font-size: 28px;
    }

    .scan-download-wrap .scan-download-card .scan-download-card-inner .qr-code-box {
        width: 90px;
    }

    .scan-download-wrap .scan-download-card .scan-download-card-inner .shape {
        width: 80px;
    }

    .scan-download-wrap .download-thumb {
        width: 180px;
    }

    .scan-download-wrap .scan-download-card .scan-download-card-inner h5 {
        left: -57%;
        top: -85%;
    }

    .scan-download-wrap .scan-download-card {
        margin-top: 35px;
        margin-right: -93px;
    }
}

.download-2-thumbs .top {
    margin-bottom: 10px;
}

    .download-2-thumbs .top img {
        border-radius: 148px 148px 0 0;
    }

.download-2-thumbs .bottom {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    gap: 20px;
}

    .download-2-thumbs .bottom .left img {
        border-radius: 148px 148px 148px 0;
    }

    .download-2-thumbs .bottom .right img {
        border-radius: 0 142px 142px 0;
    }

.scan-download-2-wrap {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-top: 130px;
}

.scan-download-item-wrap {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 24px;
}

@media (max-width: 1199px) {
    .scan-download-item-wrap {
        grid-template-columns: 1fr;
    }
}

.scan-download-item-wrap .scan-download-item {
    padding: 20px 30px;
    gap: 15px;
    border-radius: 8px;
    background: var(--gray-color);
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

@media (max-width: 1500px) {
    .scan-download-item-wrap .scan-download-item {
        padding: 30px 15px;
    }
}

.scan-download-item-wrap .scan-download-item__content {
    width: calc(100% - 105px);
}

    .scan-download-item-wrap .scan-download-item__content p {
        color: var(--white-color);
        margin: 0;
        font-size: 18px;
        line-height: 1.2;
    }

@media (max-width: 1399px) {
    .scan-download-item-wrap .scan-download-item__content p {
        font-size: 15px;
    }
}

.scan-download-item-wrap .scan-download-item__content .box-title {
    color: var(--white-color);
    margin: 0;
}

@media (max-width: 1399px) {
    .scan-download-item-wrap .scan-download-item__content .box-title {
        font-size: 20px;
    }
}

.scan-download-item-wrap .scan-download-item__thumb.help img {
    width: 111px;
}

.scan-download-item-wrap .scan-download-item.scan .scan-download-item__thumb img {
    width: 51px;
}

.title-area.download-2 {
    padding: 0 75px;
}

.scan-download-card {
    position: relative;
    z-index: 5;
}

    .scan-download-card .download-text {
        font-size: 18px;
        width: 90%;
        display: inline-block;
        text-align: end;
        line-height: 1.4;
        font-weight: 600;
    }

    .scan-download-card .scan-2-arrow {
        position: absolute;
        top: -91px;
        left: -91px;
        z-index: 3;
    }

.scan-download-card-wrap {
    position: absolute;
    right: -2px;
    top: -15%;
}

    .scan-download-card-wrap .scan-download-item-wrap {
        position: relative;
        top: 40px;
    }

.download-thumb.style-2 {
    text-align: end;
    position: relative;
    z-index: 1;
}

    .download-thumb.style-2 .download-2-round-bg {
        position: absolute;
        top: 50%;
        left: 60%;
        -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
        z-index: -1;
        width: 122%;
    }

@media (max-width: 1399px) {
    .download-thumb.style-2 .download-2-round-bg {
        display: none;
    }
}

@media (max-width: 1299px) {
    .title-area.download-2 {
        padding: 0 0px;
    }

    .scan-download-card-wrap {
        position: absolute;
        right: 10px;
        top: -28%;
    }
}

@media (max-width: 1199px) {
    .download-thumb.style-2 {
        text-align: center;
    }

    .download-thumb.style-2 {
        position: absolute;
        width: 135px;
        right: 25px;
        top: 57%;
    }

    .scan-download-2-wrap {
        -webkit-box-pack: start;
        -webkit-justify-content: start;
        -ms-flex-pack: start;
        justify-content: start;
    }

    .scan-download-card-wrap {
        position: absolute;
        right: 59px;
        top: -25%;
    }
}

@media (max-width: 991px) {
    .download-2-thumbs .top {
        margin-bottom: 20px;
    }

    .download-2-thumbs {
        text-align: center;
    }

        .download-2-thumbs .bottom {
            gap: 23px;
            -webkit-box-pack: center;
            -webkit-justify-content: center;
            -ms-flex-pack: center;
            justify-content: center;
        }

    .scan-download-card-wrap {
        right: inherit;
        left: 228px;
    }

    .download-thumb.style-2 {
        right: 80px;
        top: 74%;
    }
}

@media (max-width: 575px) {
    .scan-download-card .scan-2-arrow {
        position: absolute;
        top: -38px;
        left: -64px;
        z-index: 3;
        width: 100px;
    }

    .scan-download-card-wrap {
        position: absolute;
        right: 99px;
        top: -26%;
    }

    .download-thumb.style-2 {
        position: static;
        text-align: center;
        margin: 0 auto;
    }

    .scan-download-2-wrap {
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
    }
}

.download-3-bg-inner {
    position: relative;
    z-index: 2;
    padding: 180px 0 0px;
    border-radius: 40px;
}

    .download-3-bg-inner:before {
        content: "";
        position: absolute;
        inset: 0;
        width: 100%;
        height: 100%;
        background-color: var(--gray-color);
        z-index: -1;
        left: 0;
        top: 0;
        opacity: .43;
        border-radius: 40px;
    }

@media (min-width: 1600px) {
    .download-sec-3 {
        margin: 0 60px;
    }
}

.download-3-left {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: last baseline;
    -webkit-align-items: last baseline;
    -ms-flex-align: last baseline;
    align-items: last baseline;
    position: relative;
    margin-bottom: -190px;
    position: relative;
    z-index: 4;
}

    .download-3-left .map-icon-box {
        background: #03060E30;
        display: inline-block;
        height: 181px;
        width: 181px;
        text-align: center;
        line-height: 181px;
        border: 1px solid #ffffff38;
        border-radius: 50%;
    }

        .download-3-left .map-icon-box img {
            border-radius: 50%;
        }

    .download-3-left .content-box {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        gap: 5px;
        position: absolute;
        top: -50px;
        left: 89px;
    }

        .download-3-left .content-box img {
            margin-top: -75px;
        }

        .download-3-left .content-box .box-title {
            color: var(--white-color);
            font-size: 18px;
        }

.download-get-in-touch {
    background: var(--white-color);
    box-shadow: rgba(149,157,165,0.2) 0px 8px 24px;
    border-radius: 16px;
    padding: 68px;
    margin-bottom: -245px;
}

@media (max-width: 1500px) {
    .download-get-in-touch {
        padding: 48px;
    }
}

.download-get-in-touch .form-group label {
    font-size: 18px;
    margin-bottom: 12px;
}

.download-get-in-touch textarea.form-control, .download-get-in-touch textarea {
    height: 180px;
}

.marquee-section-2.shape-mockup-wrap {
    z-index: 1;
}

.marquee-section-2 {
    z-index: 1;
    padding-bottom: 120px;
}

@media (max-width: 991px) {
    .marquee-section-2 {
        padding-bottom: 0;
    }
}

@media (max-width: 1299px) {
    .download-get-in-touch {
        padding: 30px;
    }

    .testi-3-rating {
        padding: 30px;
    }
}

@media (max-width: 1199px) {
    .download-get-in-touch {
        padding: 50px 40px;
        margin-bottom: -245px;
    }

    .download-3-left .content-box {
        top: -70px;
        left: 45px;
    }
}

@media (max-width: 991px) {
    .download-get-in-touch {
        padding: 50px 40px;
        margin-bottom: 80px;
    }

    .download-3-left {
        margin-bottom: 30px;
    }
}

@media (max-width: 575px) {
    .download-get-in-touch {
        padding: 50px 40px;
    }

    .download-3-left .content-box {
        left: 46px;
    }
}

@media (max-width: 450px) {
    .scan-download-card-wrap {
        right: inherit;
        left: 130px;
    }
}

@media (max-width: 420px) {
    .download-3-left .content-box img {
        margin-top: -75px;
        width: 100px;
    }
}

@media (max-width: 375px) {
    .download-3-left .content-box .box-title {
        color: var(--white-color);
        font-size: 15px;
    }

    .download-get-in-touch {
        padding: 45px 21px;
    }
}

.vide-sec-1 .container {
    max-width: 1720px;
    height: 680px;
    border-radius: 50px;
    position: relative;
}

@media (max-width: 1199px) {
    .vide-sec-1 .container {
        height: 570px;
    }
}

@media (max-width: 575px) {
    .vide-sec-1 .container {
        height: 470px;
    }
}

@media (max-width: 375px) {
    .vide-sec-1 .container {
        height: 400px;
        border-radius: 30px;
    }
}

.video-box1 {
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

    .video-box1 .play-btn > i {
        color: var(--white-color);
        background-color: var(--theme-color);
        --icon-size: 80px;
        border: 0;
    }

        .video-box1 .play-btn > i::after {
            background-color: var(--theme-color);
        }

        .video-box1 .play-btn > i::before {
            background-color: var(--theme-color);
        }

.vide-sec-2 {
    margin-top: -125px;
}

.video-bg-2-wrap {
    max-width: 1840px;
    height: 710px;
    border-radius: 40px;
    position: relative;
}

    .video-bg-2-wrap:before {
        border-radius: 40px;
    }

.video-box1 {
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    margin-top: 20px;
}

    .video-box1 .play-btn > i {
        color: var(--white-color);
        background-color: var(--theme-color);
        --icon-size: 80px;
        border: 0;
    }

        .video-box1 .play-btn > i::after {
            background-color: var(--theme-color);
        }

        .video-box1 .play-btn > i::before {
            background-color: var(--theme-color);
        }

    .video-box1.style-2 {
        z-index: 3;
    }

        .video-box1.style-2 .play-btn {
            position: relative;
            z-index: 4;
            -webkit-backdrop-filter: blur(16px);
            backdrop-filter: blur(16px);
            border-radius: 50%;
            background-color: #ffffff61;
            height: 100px;
            width: 100px;
            text-align: center;
            line-height: 100px;
        }

            .video-box1.style-2 .play-btn::after {
                display: none;
            }

            .video-box1.style-2 .play-btn::before {
                display: none;
            }

            .video-box1.style-2 .play-btn i {
                background-color: transparent;
            }

                .video-box1.style-2 .play-btn i:before {
                    background: transparent;
                }

.video-wrapper {
    position: relative;
}

    .video-wrapper .vide-text-wrap {
        position: absolute;
        left: -40px;
        top: -35px;
    }

.vide-text-wrap {
    display: inline-block;
    min-height: 174px;
    min-width: 174px;
    border-radius: 50%;
    z-index: 1;
    font-size: 16px;
    font-family: var(--title-font);
    font-weight: 400;
    color: var(--white-color);
    text-align: center;
    -webkit-transform: rotate(30deg);
    -ms-transform: rotate(30deg);
    transform: rotate(30deg);
    animation: spin-video 6s infinite alternate-reverse;
}

    .vide-text-wrap span {
        --rotate-letter: 14deg;
        min-height: 84px;
        position: absolute;
        min-width: 97px;
        left: 19px;
        top: -3px;
        -webkit-transform-origin: bottom center;
        -ms-transform-origin: bottom center;
        transform-origin: bottom center;
        -webkit-transform: rotate(var(--rotate-letter));
        -ms-transform: rotate(var(--rotate-letter));
        transform: rotate(var(--rotate-letter));
    }

        .vide-text-wrap span.char2 {
            -webkit-transform: rotate(calc(var(--rotate-letter) * 2));
            -ms-transform: rotate(calc(var(--rotate-letter) * 2));
            transform: rotate(calc(var(--rotate-letter) * 2));
        }

        .vide-text-wrap span.char3 {
            -webkit-transform: rotate(calc(var(--rotate-letter) * 3));
            -ms-transform: rotate(calc(var(--rotate-letter) * 3));
            transform: rotate(calc(var(--rotate-letter) * 3));
        }

        .vide-text-wrap span.char4 {
            -webkit-transform: rotate(calc(var(--rotate-letter) * 4));
            -ms-transform: rotate(calc(var(--rotate-letter) * 4));
            transform: rotate(calc(var(--rotate-letter) * 4));
        }

        .vide-text-wrap span.char5 {
            -webkit-transform: rotate(calc(var(--rotate-letter) * 5));
            -ms-transform: rotate(calc(var(--rotate-letter) * 5));
            transform: rotate(calc(var(--rotate-letter) * 5));
        }

        .vide-text-wrap span.char6 {
            -webkit-transform: rotate(calc(var(--rotate-letter) * 6));
            -ms-transform: rotate(calc(var(--rotate-letter) * 6));
            transform: rotate(calc(var(--rotate-letter) * 6));
        }

        .vide-text-wrap span.char7 {
            -webkit-transform: rotate(calc(var(--rotate-letter) * 7));
            -ms-transform: rotate(calc(var(--rotate-letter) * 7));
            transform: rotate(calc(var(--rotate-letter) * 7));
        }

        .vide-text-wrap span.char8 {
            -webkit-transform: rotate(calc(var(--rotate-letter) * 8));
            -ms-transform: rotate(calc(var(--rotate-letter) * 8));
            transform: rotate(calc(var(--rotate-letter) * 8));
        }

        .vide-text-wrap span.char9 {
            -webkit-transform: rotate(calc(var(--rotate-letter) * 9));
            -ms-transform: rotate(calc(var(--rotate-letter) * 9));
            transform: rotate(calc(var(--rotate-letter) * 9));
        }

        .vide-text-wrap span.char10 {
            -webkit-transform: rotate(calc(var(--rotate-letter) * 10));
            -ms-transform: rotate(calc(var(--rotate-letter) * 10));
            transform: rotate(calc(var(--rotate-letter) * 10));
        }

        .vide-text-wrap span.char11 {
            -webkit-transform: rotate(calc(var(--rotate-letter) * 11));
            -ms-transform: rotate(calc(var(--rotate-letter) * 11));
            transform: rotate(calc(var(--rotate-letter) * 11));
        }

        .vide-text-wrap span.char12 {
            -webkit-transform: rotate(calc(var(--rotate-letter) * 12));
            -ms-transform: rotate(calc(var(--rotate-letter) * 12));
            transform: rotate(calc(var(--rotate-letter) * 12));
        }

        .vide-text-wrap span.char13 {
            -webkit-transform: rotate(calc(var(--rotate-letter) * 13));
            -ms-transform: rotate(calc(var(--rotate-letter) * 13));
            transform: rotate(calc(var(--rotate-letter) * 13));
        }

        .vide-text-wrap span.char14 {
            -webkit-transform: rotate(calc(var(--rotate-letter) * 14));
            -ms-transform: rotate(calc(var(--rotate-letter) * 14));
            transform: rotate(calc(var(--rotate-letter) * 14));
        }

        .vide-text-wrap span.char15 {
            -webkit-transform: rotate(calc(var(--rotate-letter) * 15));
            -ms-transform: rotate(calc(var(--rotate-letter) * 15));
            transform: rotate(calc(var(--rotate-letter) * 15));
        }

        .vide-text-wrap span.char16 {
            -webkit-transform: rotate(calc(var(--rotate-letter) * 16));
            -ms-transform: rotate(calc(var(--rotate-letter) * 16));
            transform: rotate(calc(var(--rotate-letter) * 16));
        }

        .vide-text-wrap span.char17 {
            -webkit-transform: rotate(calc(var(--rotate-letter) * 17));
            -ms-transform: rotate(calc(var(--rotate-letter) * 17));
            transform: rotate(calc(var(--rotate-letter) * 17));
        }

        .vide-text-wrap span.char18 {
            -webkit-transform: rotate(calc(var(--rotate-letter) * 18));
            -ms-transform: rotate(calc(var(--rotate-letter) * 18));
            transform: rotate(calc(var(--rotate-letter) * 18));
        }

        .vide-text-wrap span.char19 {
            -webkit-transform: rotate(calc(var(--rotate-letter) * 19));
            -ms-transform: rotate(calc(var(--rotate-letter) * 19));
            transform: rotate(calc(var(--rotate-letter) * 19));
        }

        .vide-text-wrap span.char20 {
            -webkit-transform: rotate(calc(var(--rotate-letter) * 20));
            -ms-transform: rotate(calc(var(--rotate-letter) * 20));
            transform: rotate(calc(var(--rotate-letter) * 20));
        }

        .vide-text-wrap span.char21 {
            -webkit-transform: rotate(calc(var(--rotate-letter) * 21));
            -ms-transform: rotate(calc(var(--rotate-letter) * 21));
            transform: rotate(calc(var(--rotate-letter) * 21));
        }

        .vide-text-wrap span.char22 {
            -webkit-transform: rotate(calc(var(--rotate-letter) * 22));
            -ms-transform: rotate(calc(var(--rotate-letter) * 22));
            transform: rotate(calc(var(--rotate-letter) * 22));
        }

        .vide-text-wrap span.char23 {
            -webkit-transform: rotate(calc(var(--rotate-letter) * 23));
            -ms-transform: rotate(calc(var(--rotate-letter) * 23));
            transform: rotate(calc(var(--rotate-letter) * 23));
        }

        .vide-text-wrap span.char24 {
            -webkit-transform: rotate(calc(var(--rotate-letter) * 24));
            -ms-transform: rotate(calc(var(--rotate-letter) * 24));
            transform: rotate(calc(var(--rotate-letter) * 24));
        }

        .vide-text-wrap span.char25 {
            -webkit-transform: rotate(calc(var(--rotate-letter) * 25));
            -ms-transform: rotate(calc(var(--rotate-letter) * 25));
            transform: rotate(calc(var(--rotate-letter) * 25));
        }

        .vide-text-wrap span.char26 {
            -webkit-transform: rotate(calc(var(--rotate-letter) * 26));
            -ms-transform: rotate(calc(var(--rotate-letter) * 26));
            transform: rotate(calc(var(--rotate-letter) * 26));
        }

        .vide-text-wrap span.char27 {
            -webkit-transform: rotate(calc(var(--rotate-letter) * 27));
            -ms-transform: rotate(calc(var(--rotate-letter) * 27));
            transform: rotate(calc(var(--rotate-letter) * 27));
        }

        .vide-text-wrap span.char28 {
            -webkit-transform: rotate(calc(var(--rotate-letter) * 28));
            -ms-transform: rotate(calc(var(--rotate-letter) * 28));
            transform: rotate(calc(var(--rotate-letter) * 28));
        }

        .vide-text-wrap span.char29 {
            -webkit-transform: rotate(calc(var(--rotate-letter) * 29));
            -ms-transform: rotate(calc(var(--rotate-letter) * 29));
            transform: rotate(calc(var(--rotate-letter) * 29));
        }

        .vide-text-wrap span.char30 {
            -webkit-transform: rotate(calc(var(--rotate-letter) * 30));
            -ms-transform: rotate(calc(var(--rotate-letter) * 30));
            transform: rotate(calc(var(--rotate-letter) * 30));
        }

        .vide-text-wrap span.char31 {
            -webkit-transform: rotate(calc(var(--rotate-letter) * 31));
            -ms-transform: rotate(calc(var(--rotate-letter) * 31));
            transform: rotate(calc(var(--rotate-letter) * 31));
        }

        .vide-text-wrap span.char32 {
            -webkit-transform: rotate(calc(var(--rotate-letter) * 32));
            -ms-transform: rotate(calc(var(--rotate-letter) * 32));
            transform: rotate(calc(var(--rotate-letter) * 32));
        }

        .vide-text-wrap span.char33 {
            -webkit-transform: rotate(calc(var(--rotate-letter) * 33));
            -ms-transform: rotate(calc(var(--rotate-letter) * 33));
            transform: rotate(calc(var(--rotate-letter) * 33));
        }

@-webkit-keyframes spin-video {
    0% {
        -webkit-transform: rotate(0);
        transform: rotate(0);
    }

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

@keyframes spin-video {
    0% {
        -webkit-transform: rotate(0);
        transform: rotate(0);
    }

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

@media (max-width: 1199px) {
    .video-bg-2-wrap {
        height: 600px;
    }
}

@media (max-width: 767px) {
    .video-bg-2-wrap {
        height: 530px;
    }

    .video-box1 {
        top: 56%;
    }
}

@media (max-width: 575px) {
    .video-bg-2-wrap {
        height: 470px;
    }
}

.cta-2-area {
    padding: 60px 0 120px;
}

.cta-box1-2 .thumb {
    position: relative;
    z-index: 1;
    margin-left: -102px;
}

    .cta-box1-2 .thumb .th-btn {
        position: absolute;
        right: 72px;
        bottom: 70px;
    }

@media (max-width: 1299px) {
    .cta-box1-2 .thumb .th-btn {
        bottom: 50px;
    }
}

@media (max-width: 1199px) {
    .cta-box1-2 .thumb .th-btn {
        bottom: 35px;
    }
}

@media (max-width: 425px) {
    .cta-box1-2 .thumb .th-btn {
        bottom: 30px;
    }
}

.cta-box1-2 .thumb .cta-content-title {
    position: absolute;
    z-index: 2;
    top: 138px;
    left: 142px;
}

@media (max-width: 1399px) {
    .cta-box1-2 .thumb .cta-content-title {
        top: 112px;
    }
}

@media (max-width: 1199px) {
    .cta-box1-2 .thumb .cta-content-title {
        top: 95px;
        left: 116px;
    }
}

@media (max-width: 575px) {
    .cta-box1-2 .thumb .cta-content-title {
        top: 130px;
        left: 150px;
    }
}

@media (max-width: 425px) {
    .cta-box1-2 .thumb .cta-content-title {
        top: 117px;
        left: 120px;
    }
}

@media (max-width: 375px) {
    .cta-box1-2 .thumb .cta-content-title {
        top: 90px;
        left: 105px;
    }
}

.cta-box1-2 .thumb .cta-content-title .box-title {
    color: var(--white-color);
    font-size: 90px;
    margin-bottom: 0;
    padding-bottom: 0;
}

.cta-box1-2 .thumb .cta-content-title .title-area .box-title {
    font-size: 53px;
    line-height: 1.4;
}

@media (max-width: 1299px) {
    .cta-box1-2 .thumb .cta-content-title .title-area .box-title {
        font-size: 40px;
    }
}

@media (max-width: 575px) {
    .cta-box1-2 .thumb .cta-content-title .title-area .box-title {
        font-size: 30px;
    }
}

.cta-box1-2 .thumb .cta-content-title .title-area .box-title.style1 {
    font-size: 90px;
    line-height: 1.2;
    padding-left: 26px;
}

@media (max-width: 1299px) {
    .cta-box1-2 .thumb .cta-content-title .title-area .box-title.style1 {
        font-size: 60px;
    }
}

@media (max-width: 1199px) {
    .cta-box1-2 .thumb .cta-content-title .title-area .box-title.style1 {
        font-size: 48px;
    }
}

@media (max-width: 575px) {
    .cta-box1-2 .thumb .cta-content-title .title-area .box-title.style1 {
        font-size: 30px;
    }
}

.cta-box1-2 .thumb .cta-content-title .title-area .sec-title.style1 {
    font-size: 84px;
    color: var(--white-color);
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    margin-left: 132px;
    line-height: 1;
    margin-top: -0.24em;
}

@media (max-width: 1299px) {
    .cta-box1-2 .thumb .cta-content-title .title-area .sec-title.style1 {
        font-size: 65px;
        margin-left: 97px;
    }
}

@media (max-width: 1299px) {
    .cta-box1-2 .thumb .cta-content-title .title-area .sec-title.style1 {
        font-size: 50px;
    }
}

@media (max-width: 575px) {
    .cta-box1-2 .thumb .cta-content-title .title-area .sec-title.style1 {
        font-size: 35px;
    }
}

.cta-box1-2 .thumb .cta-content-title .title-area .sec-title.style1 .percent {
    font-size: 40px;
    margin-left: 7px;
    margin-top: 40px;
}

@media (max-width: 1199px) {
    .cta-box1-2 .thumb .cta-content-title .title-area .sec-title.style1 .percent {
        margin-top: 0;
        font-size: 36;
    }
}

@media (max-width: 575px) {
    .cta-box1-2 .thumb .cta-content-title .title-area .sec-title.style1 .percent {
        font-size: 27px;
    }
}

.cta-box1-2 .thumb .cta-content-title .title-area .sec-title.style1 .up-to {
    font-size: 20px;
    margin-bottom: 23px;
    display: inline-block;
    padding-left: 10px;
}

@media (max-width: 575px) {
    .cta-box1-2 .thumb .cta-content-title .title-area .sec-title.style1 .up-to {
        font-size: 17px;
    }
}

.service-offer-wrapper.style-2 {
    height: 320px;
    border-radius: 30px;
}

    .service-offer-wrapper.style-2 .service-offer-box {
        width: 50%;
    }

@media (max-width: 575px) {
    .service-offer-wrapper.style-2 .service-offer-box {
        width: 100%;
    }
}

.cta-4-area-inner {
    border-radius: 100px;
    margin: 0 80px;
    position: relative;
}

    .cta-4-area-inner:before {
        border-radius: 100px;
    }

@media (max-width: 1500px) {
    .cta-4-area-inner {
        margin: inherit;
        border-radius: 0;
    }

        .cta-4-area-inner:before {
            border-radius: inherit;
        }
}

.shape-mockup.cta-4-shape-lef {
    left: 42px;
    z-index: 1;
    top: 0;
    height: 100%;
}

    .shape-mockup.cta-4-shape-lef img {
        height: 100%;
    }

@media (max-width: 1650px) {
    .shape-mockup.cta-4-shape-lef {
        left: 0px;
    }
}

@media (max-width: 1399px) {
    .shape-mockup.cta-4-shape-lef {
        left: -85px;
    }
}

@media (max-width: 1199px) {
    .shape-mockup.cta-4-shape-lef {
        display: none;
    }
}

.shape-mockup.cta-4-shape-right {
    z-index: 1;
    right: -10px;
    top: 0;
}

@media (max-width: 1650px) {
    .shape-mockup.cta-4-shape-right {
        right: -60px;
    }
}

@media (max-width: 1399px) {
    .shape-mockup.cta-4-shape-right {
        right: -185px;
    }
}

@media (max-width: 1199px) {
    .shape-mockup.cta-4-shape-right {
        display: none;
    }
}

.cta-box4 .title-area {
    margin-bottom: 35px;
}

    .cta-box4 .title-area .box-title {
        font-size: 54px;
        line-height: 1.19;
    }

@media (max-width: 1299px) {
    .cta-box4 .title-area .box-title {
        font-size: 45px;
    }
}

@media (max-width: 1199px) {
    .cta-box4 .title-area .box-title {
        font-size: 32px;
    }
}

@media (max-width: 991px) {
    .cta-box4 .title-area .box-title {
        font-size: 28px;
    }
}

.cta-box4 .title-area .box-text {
    color: #A1A6B0;
    max-width: 76%;
    margin: 0 auto 0px;
}

@media (max-width: 991px) {
    .cta-box4 .title-area .box-text {
        max-width: 90%;
    }
}

@media (max-width: 767px) {
    .cta-box4 .title-area .box-text {
        max-width: 100%;
    }
}

.offer-card {
    padding: 70px 40px;
    border-radius: 30px;
    background-position: top left;
}

@media (max-width: 575px) {
    .offer-card {
        padding: 55px 40px;
        border-radius: 20px;
    }
}

@media (max-width: 375px) {
    .offer-card {
        padding: 40px 20px;
    }
}

.offer-card .box-subtitle {
    font-size: 20px;
    font-weight: 600;
    margin-top: -0.4em;
    margin-bottom: 20px;
    display: block;
}

.offer-card .box-title {
    font-size: 30px;
    line-height: 40px;
    font-weight: 700;
    margin-bottom: 33px;
}

@media (max-width: 375px) {
    .offer-card .box-title {
        font-size: 26px;
    }
}

.offer-box {
    padding: 40px 30px;
    border-radius: 20px;
    background-position: left center;
}

    .offer-box .box-subtitle {
        font-size: 14px;
        font-weight: 500;
        text-transform: uppercase;
        line-height: 24px;
        padding: 0 13px;
        margin-bottom: 21px;
        border-radius: 99px;
        display: inline-block;
        background-color: var(--theme-color);
        color: var(--white-color);
    }

    .offer-box .box-title {
        margin-bottom: 23px;
    }

.offer-grid {
    padding: 40px 30px 40px 30px;
    border-radius: 20px;
    background-position: top left;
    height: 100%;
}

    .offer-grid .box-subtitle {
        font-size: 18px;
        font-weight: 500;
        margin-top: -0.4em;
        margin-bottom: 20px;
        display: block;
    }

    .offer-grid .box-title {
        font-weight: 700;
        margin-bottom: 33px;
    }

.offer-block {
    padding: 27px 40px 40px 40px;
    border-radius: 30px;
    background-color: var(--smoke-color2);
}

    .offer-block .box-img {
        position: absolute;
        bottom: 0;
        right: 0;
        z-index: 2;
    }

@media (max-width: 767px) {
    .offer-block .box-img {
        max-width: 55%;
    }
}

.offer-block .box-subtitle {
    font-size: 14px;
    font-weight: 500;
    text-transform: uppercase;
    margin-top: -0.36em;
    margin-bottom: 16px;
    display: block;
    color: var(--theme-color);
}

.offer-block .box-heading {
    display: block;
    font-family: var(--title-font);
    font-size: 20px;
    font-weight: 300;
    color: var(--theme-color);
    margin-bottom: 10px;
    margin-top: -0.4em;
}

.offer-block .box-title {
    font-size: 36px;
    font-weight: 300;
    margin-bottom: 0;
    position: relative;
    z-index: 3;
}

    .offer-block .box-title b {
        font-weight: 700;
    }

.offer-block .box-text {
    margin-bottom: 22px;
    position: relative;
    z-index: 3;
}

.offer-block .box-content {
    position: relative;
    padding: 35px;
    border: 5px solid var(--white-color);
    border-radius: 15px;
    box-sizing: border-box;
}

    .offer-block .box-content:after {
        content: '';
        position: absolute;
        right: -5px;
        bottom: -5px;
        height: 70%;
        width: 80%;
        border-bottom: 5px solid var(--th-border-color);
        border-right: 5px solid var(--th-border-color);
        border-radius: 0 0 15px 0;
    }

.offer-block .box-shape {
    position: absolute;
    inset: 0;
}

    .offer-block .box-shape img {
        width: 100%;
        height: 100%;
    }

@media (max-width: 575px) {
    .offer-block {
        padding: 30px;
        border-radius: 20px;
    }

        .offer-block .box-img {
            max-width: 50%;
        }

        .offer-block .box-subtitle {
            margin-bottom: 12px;
        }

        .offer-block .box-content {
            padding: 15px;
            border: 3px solid var(--white-color);
        }
}

@media (max-width: 375px) {
    .offer-block {
        padding: 25px;
    }

        .offer-block .box-title {
            font-size: 30px;
        }
}

.dealership-advantages {
    margin-bottom: 27px;
}

.dealership-advantages__item .box-title {
    color: var(--white-color);
    margin-bottom: 12px;
    position: relative;
    margin-left: 22px;
    z-index: 1;
}

    .dealership-advantages__item .box-title:before {
        content: "";
        position: absolute;
        left: -22px;
        height: 46px;
        width: 46px;
        background: var(--theme-color);
        z-index: -1;
        border-radius: 50%;
        opacity: .2;
        top: -7px;
    }

.dealership-advantages__item .box-text {
    color: #8D929C;
}

.dealership-thumb-1 {
    margin: -130px 20px -120px -300px;
    height: 940px;
    position: relative;
}

@media (max-width: 991px) {
    .dealership-thumb-1 {
        margin: 0;
        height: inherit;
    }
}

.dealership-thumb-1 img {
    height: 100%;
    width: 100%;
    object-fit: cover;
}

.deal-2-offer {
    position: absolute;
    right: 5%;
    top: 7%;
    z-index: 1;
}

.countdown-style1 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    max-width: 390px;
    padding: 0;
    list-style: none;
    text-align: center;
}

    .countdown-style1 li .count-number {
        width: 80px;
        height: 80px;
        width: 90px;
        border-radius: 20px;
        background: #444;
        line-height: 80px;
        font-size: 37px;
        border: 1px solid var(--theme-color);
        font-family: var(--title-font);
        font-weight: 600;
        margin-bottom: 10px;
    }

    .countdown-style1 .count-number {
        font-size: 24px;
        line-height: 22px;
        font-weight: bold;
        color: var(--white-color);
    }

    .countdown-style1 .count-name {
        font-size: 18px;
        color: var(--white-color);
        font-family: var(--title-font);
        text-transform: uppercase;
    }

.deal-2-content-wrap {
    padding: 120px 0 120px;
}

    .deal-2-content-wrap .title-area .sec-title {
        font-size: 74px;
        margin-bottom: 15px;
    }

    .deal-2-content-wrap .title-area .sec-text {
        color: var(--th-border-color);
        font-size: 18px;
        padding-bottom: 10px;
    }

.deal-price-2 .box-title {
    color: var(--theme-color);
    margin-bottom: 12px;
}

    .deal-price-2 .box-title .box-title {
        color: #8D929C;
        margin-left: 7px;
        font-weight: 400;
        font-size: 20px;
    }

.deal-sec-area {
    position: relative;
    z-index: 3;
    margin-bottom: 40px;
}

    .deal-sec-area:before {
        content: '';
        position: absolute;
        inset: 40px -40px -40px -40px;
        background-color: var(--smoke-color2);
        border-top: 5px solid var(--theme-color);
        border-radius: 50px;
        z-index: -1;
    }

.deal-2-counter-list-wrap .box-title {
    font-size: 28px;
    color: var(--white-color);
    margin-bottom: 21px;
}

.deal-box-2-wrap {
    position: relative;
}

    .deal-box-2-wrap .deal-box-2-thumb {
        margin-right: -300px;
        margin-top: -20px;
    }

@media (max-width: 1700px) {
    .deal-box-2-wrap .deal-box-2-thumb {
        margin-right: -126px;
    }
}

@media (max-width: 1580px) {
    .deal-box-2-wrap .deal-box-2-thumb {
        margin-right: -50px;
    }
}

@media (max-width: 1299px) {
    .deal-2-offer {
        right: 2%;
    }
}

@media (max-width: 1199px) {
    .deal-sec-2 {
        padding: 100px 0 100px;
    }

    .deal-2-content-wrap {
        padding: 0px 0 0px;
    }

        .deal-2-content-wrap .title-area .sec-title {
            font-size: 50px;
        }

    .deal-box-2-wrap .deal-box-2-thumb {
        margin-right: 0px;
        margin-top: 10px;
    }
}

@media (max-width: 991px) {
    .deal-2-content-wrap .title-area .sec-title {
        font-size: 40px;
        margin-bottom: 10px;
    }
}

@media (max-width: 767px) {
    .deal-2-content-wrap .title-area .sec-title {
        font-size: 35px;
    }

    .deal-2-offer {
        right: 0;
        top: 1%;
    }
}

@media (max-width: 575px) {
    .counter-list.countdown-style1 {
        max-width: 100%;
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        gap: 20px;
    }

        .counter-list.countdown-style1 li {
            width: 46%;
        }

    .countdown-style1 li .count-number {
        width: 100%;
    }

    .deal-2-offer {
        width: 105px;
    }
}

@media (max-width: 375px) {
    .counter-list.countdown-style1 {
        gap: 10px;
    }
}

.deal-3-container {
    margin: 0 auto;
    border-radius: 50px;
    position: relative;
}

    .deal-3-container::after {
        content: "";
        position: absolute;
        right: 0;
        width: 50%;
        height: 100%;
        background: var(--theme-color);
        top: 0;
        z-index: 1;
        border-radius: 0 50px 50px 0;
    }

@media (min-width: 1400px) {
    .deal-3-container {
        max-width: 1560px;
    }
}

.deal-3-content-wrap {
    padding: 120px 0;
}

    .deal-3-content-wrap .title-area {
        margin-bottom: 0;
    }

    .deal-3-content-wrap .th-btn {
        margin-bottom: 0;
        margin-top: 15px;
    }

.deal-box-3-wrap .deal-box-3-thumb {
    margin-left: 35px;
    margin-right: -100px;
    position: relative;
    z-index: 4;
}

@media (max-width: 1500px) {
    .deal-box-3-wrap .deal-box-3-thumb {
        margin-right: 0px;
    }
}

@media (max-width: 1199px) {
    .deal-box-3-wrap .deal-box-3-thumb {
        margin-left: 0;
    }
}

@media (max-width: 991px) {
    .deal-3-container::after {
        display: none;
    }

    .deal-3-content-wrap {
        padding: 0px 0;
    }

    .deal-3-container {
        padding: 80px 0;
    }
}

.dealership-advantages.style-2 {
    margin-bottom: 0px;
    margin-top: 5px;
}

    .dealership-advantages.style-2 .box-title {
        font-weight: 400;
        color: var(--title-color);
    }

    .dealership-advantages.style-2 .dealership-advantages__item {
        margin-bottom: 10px;
    }

.dealership-thumb-2 {
    position: relative;
}

    .dealership-thumb-2 img {
        height: 417px;
        object-fit: cover;
        width: 100%;
        border-radius: 30px;
    }

    .dealership-thumb-2 a {
        position: absolute;
        top: 7%;
        left: 10%;
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        gap: 12px;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-transition: .4s;
        transition: .4s;
        color: var(--title-color);
    }

        .dealership-thumb-2 a:hover {
            color: var(--theme-color);
        }

            .dealership-thumb-2 a:hover .icon {
                background: var(--theme-color);
                color: var(--white-color);
            }

        .dealership-thumb-2 a .icon {
            height: 46px;
            width: 46px;
            line-height: 46px;
            background: var(--white-color);
            text-align: center;
            border-radius: 50%;
            -webkit-transition: .4s;
            transition: .4s;
        }

.dealership-card {
    background: var(--smoke-color);
    padding: 40px;
}

    .dealership-card .box-icon {
        background: var(--white-color);
        display: inline-block;
        margin-bottom: 38px;
        padding: 3px 10px;
    }

    .dealership-card .media-body .box-title {
        font-size: 28px;
        margin-bottom: 10px;
    }

.deal-info-wrapper {
    padding-left: 0;
}

    .deal-info-wrapper li {
        list-style: none;
        padding-left: 0;
    }

    .deal-info-wrapper .location {
        margin-bottom: 15px;
    }

        .deal-info-wrapper .location i {
            color: var(--theme-color);
            margin-right: 5px;
        }

        .deal-info-wrapper .location a {
            color: var(--title-color);
        }

    .deal-info-wrapper .deal-item-wrap {
        padding-left: 0;
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        gap: 15px 20px;
        margin-bottom: 10px;
    }

        .deal-info-wrapper .deal-item-wrap li {
            margin-bottom: 11px;
            display: -webkit-box;
            display: -webkit-flex;
            display: -ms-flexbox;
            display: flex;
            -webkit-align-content: center;
            -ms-flex-line-pack: center;
            align-content: center;
            margin: 0;
        }

            .deal-info-wrapper .deal-item-wrap li i {
                color: var(--theme-color);
                margin-right: 10px;
            }

            .deal-info-wrapper .deal-item-wrap li a {
                color: var(--title-color);
                margin-top: -.35em;
            }

                .deal-info-wrapper .deal-item-wrap li a:hover {
                    color: var(--theme-color);
                }

    .deal-info-wrapper .box-review {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
        margin-bottom: 30px;
        gap: 2px;
    }

        .deal-info-wrapper .box-review i {
            font-size: 12px;
            color: var(--yellow-color);
        }

        .deal-info-wrapper .box-review .rating {
            font-size: 14px;
            margin-bottom: 0;
            margin-left: 12px;
        }

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

@media (max-width: 991px) {
    .dealership-card .media-body .box-title {
        font-size: 24px;
        margin-bottom: 7px;
    }
}

.dealership-card.list {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 10px 40px;
}

    .dealership-card.list .box-icon {
        padding: 10px 30px;
        margin: 0;
    }

    .dealership-card.list .deal-top-wrap {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        gap: 10px 22px;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }

    .dealership-card.list .deal-info-wrapper .deal-item-wrap {
        margin: 0;
    }

    .dealership-card.list .deal-info-wrapper .box-review {
        margin: 0;
        margin-top: -.35em;
    }

@media (max-width: 991px) {
    .dealership-card.list {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        gap: 30px;
    }

        .dealership-card.list .media-body {
            text-align: center;
        }

        .dealership-card.list .deal-top-wrap {
            -webkit-box-pack: center;
            -webkit-justify-content: center;
            -ms-flex-pack: center;
            justify-content: center;
        }

        .dealership-card.list .deal-info-wrapper .deal-item-wrap {
            -webkit-box-pack: center;
            -webkit-justify-content: center;
            -ms-flex-pack: center;
            justify-content: center;
        }
}

.dealership-details-top-wrap .dealership-top {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-bottom: 20px;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 0px 23px;
}

    .dealership-details-top-wrap .dealership-top .left .box-title {
        font-size: 28px;
        margin-bottom: 5px;
    }

    .dealership-details-top-wrap .dealership-top .left .location {
        margin-bottom: 0;
    }

        .dealership-details-top-wrap .dealership-top .left .location a {
            color: var(--title-color);
        }

        .dealership-details-top-wrap .dealership-top .left .location i {
            color: var(--theme-color);
            margin-right: 6px;
        }

    .dealership-details-top-wrap .dealership-top .right .box-review {
        font-size: 13px;
        text-align: end;
    }

        .dealership-details-top-wrap .dealership-top .right .box-review i {
            color: var(--yellow-color);
            font-size: 12px;
        }

        .dealership-details-top-wrap .dealership-top .right .box-review .rating {
            margin-top: -.3em;
            font-size: 15px;
        }

.dealership-details-top-contact {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 15px 50px;
    margin-bottom: 40px;
}

    .dealership-details-top-contact .info-box {
        margin: 0;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
    }

        .dealership-details-top-contact .info-box .info-box_icon {
            width: 46px;
            height: 46px;
            min-width: 46px;
            line-height: 46px;
            font-size: 16px;
            background-color: transparent;
            color: var(--theme-color);
            border-radius: 30px;
            text-align: center;
            margin-right: 15px;
            border: 1px solid var(--th-border-color);
        }

        .dealership-details-top-contact .info-box .info-contnt {
            margin-top: -.65em;
        }

            .dealership-details-top-contact .info-box .info-contnt .footer-info-title {
                font-size: 16px;
                margin-bottom: 5px;
                color: var(--body-color);
                font-weight: normal;
                font-family: var(--body-font);
            }

            .dealership-details-top-contact .info-box .info-contnt .info-box_text {
                font-size: 18px;
                color: var(--title-color);
                font-weight: 500;
            }

                .dealership-details-top-contact .info-box .info-contnt .info-box_text a {
                    font-size: 18px;
                    color: var(--title-color);
                    font-weight: 500;
                }

                    .dealership-details-top-contact .info-box .info-contnt .info-box_text a:hover {
                        color: var(--theme-color);
                    }

.dealership-content {
    padding-bottom: 35px;
}

.inventory-top-filer-wrap.dealership-details-filter {
    padding-bottom: 0;
    border: 0;
    margin-bottom: 20px;
}

.dealer-rating {
    border: 1px solid var(--th-border-color);
    padding: 30px;
}

.average-rating-box {
    background: var(--theme-color);
    padding: 40px 15px;
    text-align: center;
}

    .average-rating-box p {
        color: var(--white-color);
        margin-bottom: 5px;
    }

    .average-rating-box .rating-big {
        color: var(--white-color);
        margin-bottom: 8px;
        line-height: 1;
    }

        .average-rating-box .rating-big .small {
            font-size: 18px;
            margin-left: -5px;
            display: inline-block;
        }

    .average-rating-box .box-review i {
        color: var(--yellow-color);
        font-size: 16px;
    }

    .average-rating-box .box-review .rating {
        color: var(--white-color);
        font-size: 14px;
    }

.dealer-rating-item .box-title {
    font-size: 20px;
    font-weight: 400;
    margin-bottom: 6px;
}

.dealer-rating-item .box-review .rating {
    font-size: 14px;
}

.dealer-rating-item .box-review i {
    font-size: 13px;
    color: var(--yellow-color);
}

.reviews-wrap {
    border: 1px solid var(--th-border-color);
    padding: 30px;
}

    .reviews-wrap .reviews-item:not(:last-child) {
        padding-bottom: 5px;
        border-bottom: 1px solid var(--th-border-color);
        margin-bottom: 30px;
    }

@media (max-width: 575px) {
    .dealer-rating {
        padding: 20px;
    }

    .reviews-wrap {
        padding: 20px;
    }
}

@media (max-width: 375px) {
    .dealership-details-top-contact .info-box .info-box_icon {
        width: 40px;
        height: 40px;
        min-width: 40px;
        line-height: 40px;
        font-size: 15px;
        margin-right: 8px;
    }

    .dealership-details-top-contact .info-box .info-contnt .info-box_text a {
        font-size: 16px;
    }

    .dealership-details-top-contact .info-box .info-contnt .info-box_text {
        font-size: 16px;
    }

    .dealer-rating {
        padding: 20px;
    }
}

.tab-menu1 {
    gap: 10px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
}

    .tab-menu1 .tab-btn {
        font-size: 14px;
        padding: 4px 12px;
        background-color: var(--smoke-color2);
        border: 1px solid var(--th-border-color);
        border-radius: 6px;
    }

        .tab-menu1 .tab-btn.active {
            background-color: var(--theme-color);
            border-color: var(--theme-color);
            color: var(--white-color);
        }

.best-price-car-sec-1 {
    position: relative;
}

    .best-price-car-sec-1:before {
        content: "";
        position: absolute;
        inset: 0;
        height: 100%;
        background-color: var(--smoke-color);
        z-index: -1;
        width: 1560px;
        margin: auto;
        top: 0;
    }

    .best-price-car-sec-1::after {
        content: "";
        position: absolute;
        left: 50%;
        top: 0;
        -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        transform: translateX(-50%);
        width: 25%;
        height: 100%;
        z-index: -1;
        background: #EDEDED;
    }

@media (max-width: 1399px) {
    .best-price-car-sec-1::after {
        width: 30%;
    }
}

@media (max-width: 1199px) {
    .best-price-car-sec-1::after {
        width: 40%;
    }
}

@media (max-width: 991px) {
    .best-price-car-sec-1::after {
        width: 43%;
    }
}

@media (max-width: 767px) {
    .best-price-car-sec-1::after {
        width: 70%;
    }
}

.slider-area.best-price-car-content-slider-area::before {
    content: "";
    position: absolute;
    height: 2px;
    background: var(--th-border-color);
    width: 1560px;
    margin: auto;
    inset: 0;
    margin-left: -120px;
    top: -188px;
}

.slider-arrow.best-price-arrow {
    background: var(--theme-color);
    border-color: var(--white-color);
    color: var(--white-color);
}

    .slider-arrow.best-price-arrow:hover {
        background-color: var(--title-color);
    }

.best-price-car-gallery-slider .swiper-slide.swiper-slide-visible.swiper-slide-active .best-price-car-gallery-1 {
    -webkit-transform: scale(1.4);
    -ms-transform: scale(1.4);
    transform: scale(1.4);
}

@media (max-width: 991px) {
    .best-price-car-gallery-slider .swiper-slide.swiper-slide-visible.swiper-slide-active .best-price-car-gallery-1 {
        -webkit-transform: scale(1);
        -ms-transform: scale(1);
        transform: scale(1);
    }
}

.best-price-car-gallery-1 {
    text-align: center;
    -webkit-transition: .4s;
    transition: .4s;
    margin: 45px 60px;
}

@media (max-width: 1600px) {
    .best-price-car-gallery-1 {
        margin: 45px 40px;
    }
}

@media (max-width: 1400px) {
    .best-price-car-gallery-1 {
        margin: 45px 30px;
    }
}

@media (max-width: 991px) {
    .best-price-car-gallery-1 {
        margin: 15px 30px;
    }
}

@media (max-width: 575px) {
    .best-price-car-gallery-1 {
        margin: 0px 30px 10px;
    }
}

@media (max-width: 1399px) {
    .slider-arrow.best-price-arrow {
        --pos-x: 20px;
    }
}

@media (max-width: 1299px) {
    .slider-arrow.best-price-arrow {
        display: block;
    }
}

.feature-list-1.best-price-car-content {
    background: transparent;
    border: 0;
    text-align: center;
    box-shadow: none;
}

    .feature-list-1.best-price-car-content .box-title-price {
        color: var(--theme-color);
        margin-bottom: 28px;
        background: var(--white-color);
        display: inline-block;
        padding: 3px 21px;
        opacity: 0;
        -webkit-transition: .4s;
        transition: .4s;
    }

    .feature-list-1.best-price-car-content .car-bottom .link-btn {
        opacity: 0;
    }

.best-price-car-content-slider-area .swiper-slide.swiper-slide-active {
    margin-top: -0px;
}

    .best-price-car-content-slider-area .swiper-slide.swiper-slide-active .feature-list-1.best-price-car-content .box-title-price {
        opacity: 1;
    }

    .best-price-car-content-slider-area .swiper-slide.swiper-slide-active .feature-list-1.best-price-car-content .media-body .box-title {
        font-size: 34px;
    }

@media (max-width: 991px) {
    .best-price-car-content-slider-area .swiper-slide.swiper-slide-active .feature-list-1.best-price-car-content .media-body .box-title {
        font-size: 28px;
    }
}

.best-price-car-content-slider-area .swiper-slide.swiper-slide-active .feature-list-1.best-price-car-content .car-bottom .link-btn {
    opacity: 1;
}

.best-price-car-sec-1.style-2::before {
    display: none;
}

.best-price-car-sec-1.style-2::after {
    content: "";
    position: absolute;
    left: 50%;
    top: 120px;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    width: 33%;
    height: 43%;
    z-index: -1;
    background: var(--theme-color);
    opacity: .09;
    border-radius: 30px;
}

.best-price-car-sec-1.style-2 .slider-area.best-price-car-content-slider-area::before {
    display: none;
}

.best-price-car-sec-1.style-2 .feature-list-1 .media-body {
    border-bottom: 0;
}

.best-price-car-sec-1.style-2 .feature-list-1.best-price-car-content {
    opacity: 0;
    visibility: hidden;
    box-shadow: none;
}

    .best-price-car-sec-1.style-2 .feature-list-1.best-price-car-content .box-title-price {
        opacity: 0;
    }

.best-price-car-sec-1.style-2 .best-price-car-content-slider-area .swiper-slide.swiper-slide-visible.swiper-slide-active .feature-list-1.best-price-car-content {
    opacity: 1;
    visibility: visible;
}

    .best-price-car-sec-1.style-2 .best-price-car-content-slider-area .swiper-slide.swiper-slide-visible.swiper-slide-active .feature-list-1.best-price-car-content .box-title-price {
        opacity: 1;
    }

    .best-price-car-sec-1.style-2 .best-price-car-content-slider-area .swiper-slide.swiper-slide-visible.swiper-slide-active .feature-list-1.best-price-car-content .car-bottom .link-btn {
        opacity: 1;
    }

.slider-arrow.best-price-arrow {
    left: var(--pos-x, 10%);
}

    .slider-arrow.best-price-arrow.slider-next {
        right: var(--pos-x, 10%);
        left: auto;
    }

.best-price-car-gallery-1.style-2 img {
    opacity: .4;
    -webkit-transition: .3s;
    transition: .3s;
}

@media (max-width: 991px) {
    .best-price-car-gallery-1.style-2 img {
        opacity: 1;
    }
}

.feature-list-1.best-price-car-content.bike-bestt {
    padding-bottom: 0;
}

    .feature-list-1.best-price-car-content.bike-bestt .car-content {
        padding: 20px 10px 0px 10px;
    }

.slider-arrow.slider-prev.best_price_arrow-2 {
    --pos-x: 8%;
}

.slider-arrow.slider-next.best_price_arrow-2 {
    --pos-x: 8%;
}

@media (max-width: 1500px) {
    .slider-arrow.slider-prev.best_price_arrow-2 {
        --pos-x: 0%;
    }

    .slider-arrow.slider-next.best_price_arrow-2 {
        --pos-x: 0%;
    }
}

@media (max-width: 1299px) {
    .slider-arrow.best_price_arrow-2 {
        display: block;
    }
}

@media (max-width: 1199px) {
    .slider-arrow.best_price_arrow-2 {
        --pos-x: 50px;
    }
}

@media (max-width: 999px) {
    .slider-arrow.best_price_arrow-2 {
        --pos-x: 20px;
    }
}

.best-price-car-gallery-slider.style-2 .swiper-slide.swiper-slide-active .best-price-car-gallery-1 {
    -webkit-transform: scale(1.4);
    -ms-transform: scale(1.4);
    transform: scale(1.4);
}

@media (max-width: 767px) {
    .best-price-car-gallery-slider.style-2 .swiper-slide.swiper-slide-active .best-price-car-gallery-1 {
        -webkit-transform: scale(1.2);
        -ms-transform: scale(1.2);
        transform: scale(1.2);
    }
}

@media (max-width: 575px) {
    .best-price-car-gallery-slider.style-2 .swiper-slide.swiper-slide-active .best-price-car-gallery-1 {
        -webkit-transform: scale(1);
        -ms-transform: scale(1);
        transform: scale(1);
    }
}

.best-price-car-gallery-slider.style-2 .swiper-slide.swiper-slide-active .best-price-car-gallery-1 img {
    opacity: 1;
}

@media (max-width: 1399px) {
    .best-price-car-sec-1.style-2::after {
        height: 41%;
    }
}

@media (max-width: 1299px) {
    .best-price-car-sec-1.style-2::after {
        height: 38%;
    }
}

@media (max-width: 1199px) {
    .best-price-car-sec-1.style-2::after {
        height: 46%;
    }

    .feature-list-1.best-price-car-content.bike-best .car-content {
        padding: 60px 10px 0px 10px;
    }
}

@media (max-width: 991px) {
    .best-price-car-sec-1.style-2::after {
        width: 43%;
        height: 42%;
        border-radius: 30px;
    }

    .feature-list-1.best-price-car-content.bike-best .car-content {
        padding: 60px 10px 0px 10px;
    }

    .best-price-car-gallery-1.style-2 {
        margin: 0px 20px 30px;
    }
}

@media (max-width: 767px) {
    .best-price-car-sec-1.style-2::after {
        height: 39%;
        border-radius: 30px;
    }
}

@media (max-width: 575px) {
    .best-price-car-sec-1.style-2::after {
        height: 35%;
        border-radius: 10px;
    }

    .feature-list-1.best-price-car-content.bike-best .car-content {
        padding: 10px 10px 0px 10px;
    }
}

@media (max-width: 450px) {
    .best-price-car-sec-1.style-2::after {
        height: 33%;
        border-radius: 10px;
    }

    .feature-list-1.best-price-car-content.bike-best .car-content {
        padding: 0px 10px 0px 10px;
    }
}

@media (max-width: 375px) {
    .best-price-car-sec-1.style-2::after {
        height: 29%;
        border-radius: 10px;
    }
}

.car-single-tab-wrp {
    padding: 40px;
    border: 1px solid var(--th-border-color);
}

    .car-single-tab-wrp .form-group {
        margin-bottom: 0;
    }

.sell-car-form-top {
    border: 1px solid var(--th-border-color);
    padding: 30px;
    padding-bottom: 66px;
    margin-bottom: 40px;
}

    .sell-car-form-top .nav.nav-tabs.custom {
        display: grid;
        grid-template-columns: 1fr 1fr 1fr;
        gap: 15px 15px;
    }

        .sell-car-form-top .nav.nav-tabs.custom .nav-link.sell-car-tab {
            display: -webkit-box;
            display: -webkit-flex;
            display: -ms-flexbox;
            display: flex;
            background: transparent;
            border: 0;
            padding: 0;
            gap: 15px;
            text-transform: capitalize;
            text-align: start;
            font-weight: 700;
            width: 100%;
        }

            .sell-car-form-top .nav.nav-tabs.custom .nav-link.sell-car-tab .tab-number .number {
                height: 36px;
                width: 36px;
                display: inline-block;
                line-height: 36px;
                color: var(--title-color);
                border: 1px solid var(--th-border-color);
                border-radius: 50%;
                text-align: center;
            }

            .sell-car-form-top .nav.nav-tabs.custom .nav-link.sell-car-tab .media-body {
                position: relative;
            }

                .sell-car-form-top .nav.nav-tabs.custom .nav-link.sell-car-tab .media-body:before {
                    content: "";
                    position: absolute;
                    left: 0;
                    bottom: -35px;
                    height: 8px;
                    width: 100%;
                    background: var(--th-border-color);
                }

                .sell-car-form-top .nav.nav-tabs.custom .nav-link.sell-car-tab .media-body .box-title {
                    color: var(--title-color);
                    font-size: 24px;
                    display: inline-block;
                    margin-bottom: 4px;
                }

                .sell-car-form-top .nav.nav-tabs.custom .nav-link.sell-car-tab .media-body .box-tex {
                    color: var(--body-color);
                    display: block;
                    font-weight: 400;
                    line-height: 1;
                }

.nav.nav-tabs.custom .nav-link.sell-car-tab.active .tab-number .number {
    background: var(--theme-color);
    color: var(--white-color);
    border-color: var(--theme-color);
}

.nav.nav-tabs.custom .nav-link.sell-car-tab.active .media-body::before {
    background: var(--theme-color);
}

.upload-car-wrapper {
    border: 1px solid var(--th-border-color);
    padding: 30px;
}

.upload-photo-input {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    gap: 10px 15px;
    -webkit-box-align: end;
    -webkit-align-items: end;
    -ms-flex-align: end;
    align-items: end;
}

    .upload-photo-input .icon-btn-wrap {
        height: 56px;
        width: 56px;
        background: var(--smoke-color);
        text-align: center;
        line-height: 56px;
        border: 1px solid var(--th-border-color);
    }

        .upload-photo-input .icon-btn-wrap:hover {
            background: var(--theme-color);
            border-color: var(--theme-color);
            color: var(--white-color);
        }

    .upload-photo-input .input-item {
        width: 76%;
    }

@media (max-width: 991px) {
    .sell-car-form-top .nav.nav-tabs.custom {
        grid-template-columns: 1fr 1fr;
        gap: 70px 15px;
    }

    .car-single-tab-wrp {
        padding: 30px;
    }
}

@media (max-width: 767px) {
    .sell-car-form-top .nav.nav-tabs.custom {
        grid-template-columns: 1fr;
        gap: 70px 15px;
    }
}

@media (max-width: 575px) {
    .sell-car-form-top {
        padding: 20px;
        padding-bottom: 65px;
    }

    .car-single-tab-wrp {
        padding: 20px;
    }

    .upload-car-wrapper {
        padding: 20px;
    }
}

@media (max-width: 375px) {
    .sell-car-form-top .nav.nav-tabs.custom .nav-link.sell-car-tab {
        gap: 10px;
    }

        .sell-car-form-top .nav.nav-tabs.custom .nav-link.sell-car-tab .media-body .box-title {
            font-size: 21px;
            margin-bottom: 2px;
        }
}

.px-5 {
    padding-right: 5px;
    padding-left: 5px;
}

.px-10 {
    padding-right: 10px;
    padding-left: 10px;
}

.px-15 {
    padding-right: 15px;
    padding-left: 15px;
}

.px-20 {
    padding-right: 20px;
    padding-left: 20px;
}

.px-25 {
    padding-right: 25px;
    padding-left: 25px;
}

.px-30 {
    padding-right: 30px;
    padding-left: 30px;
}

.px-35 {
    padding-right: 35px;
    padding-left: 35px;
}

.px-40 {
    padding-right: 40px;
    padding-left: 40px;
}

.px-45 {
    padding-right: 45px;
    padding-left: 45px;
}

.px-50 {
    padding-right: 50px;
    padding-left: 50px;
}

.py-5 {
    padding-top: 5px;
    padding-bottom: 5px;
}

.py-10 {
    padding-top: 10px;
    padding-bottom: 10px;
}

.py-15 {
    padding-top: 15px;
    padding-bottom: 15px;
}

.py-20 {
    padding-top: 20px;
    padding-bottom: 20px;
}

.py-25 {
    padding-top: 25px;
    padding-bottom: 25px;
}

.py-30 {
    padding-top: 30px;
    padding-bottom: 30px;
}

.py-35 {
    padding-top: 35px;
    padding-bottom: 35px;
}

.py-40 {
    padding-top: 40px;
    padding-bottom: 40px;
}

.py-45 {
    padding-top: 45px;
    padding-bottom: 45px;
}

.py-50 {
    padding-top: 50px;
    padding-bottom: 50px;
}

.pt-5 {
    padding-top: 5px;
}

.pt-10 {
    padding-top: 10px;
}

.pt-15 {
    padding-top: 15px;
}

.pt-20 {
    padding-top: 20px;
}

.pt-25 {
    padding-top: 25px;
}

.pt-30 {
    padding-top: 30px;
}

.pt-35 {
    padding-top: 35px;
}

.pt-40 {
    padding-top: 40px;
}

.pt-45 {
    padding-top: 45px;
}

.pt-50 {
    padding-top: 50px;
}

.pb-5 {
    padding-bottom: 5px;
}

.pb-10 {
    padding-bottom: 10px;
}

.pb-15 {
    padding-bottom: 15px;
}

.pb-20 {
    padding-bottom: 20px;
}

.pb-25 {
    padding-bottom: 25px;
}

.pb-30 {
    padding-bottom: 30px;
}

.pb-35 {
    padding-bottom: 35px;
}

.pb-40 {
    padding-bottom: 40px;
}

.pb-45 {
    padding-bottom: 45px;
}

.pb-50 {
    padding-bottom: 50px;
}

.pl-5 {
    padding-left: 5px;
}

.pl-10 {
    padding-left: 10px;
}

.pl-15 {
    padding-left: 15px;
}

.pl-20 {
    padding-left: 20px;
}

.pl-25 {
    padding-left: 25px;
}

.pl-30 {
    padding-left: 30px;
}

.pl-35 {
    padding-left: 35px;
}

.pl-40 {
    padding-left: 40px;
}

.pl-45 {
    padding-left: 45px;
}

.pl-50 {
    padding-left: 50px;
}

.pr-5 {
    padding-right: 5px;
}

.pr-10 {
    padding-right: 10px;
}

.pr-15 {
    padding-right: 15px;
}

.pr-20 {
    padding-right: 20px;
}

.pr-25 {
    padding-right: 25px;
}

.pr-30 {
    padding-right: 30px;
}

.pr-35 {
    padding-right: 35px;
}

.pr-40 {
    padding-right: 40px;
}

.pr-45 {
    padding-right: 45px;
}

.pr-50 {
    padding-right: 50px;
}

.pb-60 {
    padding-bottom: 60px;
}

.mx-5 {
    margin-right: 5px;
    margin-left: 5px;
}

.mx-10 {
    margin-right: 10px;
    margin-left: 10px;
}

.mx-15 {
    margin-right: 15px;
    margin-left: 15px;
}

.mx-20 {
    margin-right: 20px;
    margin-left: 20px;
}

.mx-25 {
    margin-right: 25px;
    margin-left: 25px;
}

.mx-30 {
    margin-right: 30px;
    margin-left: 30px;
}

.mx-35 {
    margin-right: 35px;
    margin-left: 35px;
}

.mx-40 {
    margin-right: 40px;
    margin-left: 40px;
}

.mx-45 {
    margin-right: 45px;
    margin-left: 45px;
}

.mx-50 {
    margin-right: 50px;
    margin-left: 50px;
}

.my-5 {
    margin-top: 5px;
    margin-bottom: 5px;
}

.my-10 {
    margin-top: 10px;
    margin-bottom: 10px;
}

.my-15 {
    margin-top: 15px;
    margin-bottom: 15px;
}

.my-20 {
    margin-top: 20px;
    margin-bottom: 20px;
}

.my-25 {
    margin-top: 25px;
    margin-bottom: 25px;
}

.my-30 {
    margin-top: 30px;
    margin-bottom: 30px;
}

.my-35 {
    margin-top: 35px;
    margin-bottom: 35px;
}

.my-40 {
    margin-top: 40px;
    margin-bottom: 40px;
}

.my-45 {
    margin-top: 45px;
    margin-bottom: 45px;
}

.my-50 {
    margin-top: 50px;
    margin-bottom: 50px;
}

.mt-5 {
    margin-top: 5px;
}

.mt-10 {
    margin-top: 10px;
}

.mt-15 {
    margin-top: 15px;
}

.mt-20 {
    margin-top: 20px;
}

.mt-25 {
    margin-top: 25px;
}

.mt-30 {
    margin-top: 30px;
}

.mt-35 {
    margin-top: 35px;
}

.mt-40 {
    margin-top: 40px;
}

.mt-45 {
    margin-top: 45px;
}

.mt-50 {
    margin-top: 50px;
}

.mb-5 {
    margin-bottom: 5px;
}

.mb-10 {
    margin-bottom: 10px;
}

.mb-15 {
    margin-bottom: 15px;
}

.mb-20 {
    margin-bottom: 20px;
}

.mb-25 {
    margin-bottom: 25px;
}

.mb-30 {
    margin-bottom: 30px;
}

.mb-35 {
    margin-bottom: 35px;
}

.mb-40 {
    margin-bottom: 40px;
}

.mb-45 {
    margin-bottom: 45px;
}

.mb-50 {
    margin-bottom: 50px;
}

.ml-5 {
    margin-left: 5px;
}

.ml-10 {
    margin-left: 10px;
}

.ml-15 {
    margin-left: 15px;
}

.ml-20 {
    margin-left: 20px;
}

.ml-25 {
    margin-left: 25px;
}

.ml-30 {
    margin-left: 30px;
}

.ml-35 {
    margin-left: 35px;
}

.ml-40 {
    margin-left: 40px;
}

.ml-45 {
    margin-left: 45px;
}

.ml-50 {
    margin-left: 50px;
}

.mr-5 {
    margin-right: 5px;
}

.mr-10 {
    margin-right: 10px;
}

.mr-15 {
    margin-right: 15px;
}

.mr-20 {
    margin-right: 20px;
}

.mr-25 {
    margin-right: 25px;
}

.mr-30 {
    margin-right: 30px;
}

.mr-35 {
    margin-right: 35px;
}

.mr-40 {
    margin-right: 40px;
}

.mr-45 {
    margin-right: 45px;
}

.mr-50 {
    margin-right: 50px;
}

.mb-80 {
    margin-bottom: 80px;
}

.mb-60 {
    margin-bottom: 60px;
}

.mb-55 {
    margin-bottom: 55px;
}

.mb-50 {
    margin-bottom: 50px;
}

.mt-40 {
    margin-top: 40px;
}

.mb-33 {
    margin-bottom: 33px;
}

.mb-28 {
    margin-bottom: 28px;
}

.mt-n1 {
    margin-top: -.25rem;
}

.mt-n2 {
    margin-top: -.45rem;
}

.mt-n3 {
    margin-top: -0.8rem;
}

.mt-n4 {
    margin-top: -1.5rem;
}

.mt-n5 {
    margin-top: -3rem;
}

.mb-n1 {
    margin-bottom: -.25rem;
}

.mb-n2 {
    margin-bottom: -.45rem;
}

.mb-n3 {
    margin-bottom: -0.8rem;
}

.mb-n4 {
    margin-bottom: -1.5rem;
}

.mb-n5 {
    margin-bottom: -3rem;
}

.space, .space-top {
    padding-top: var(--section-space);
}

.space, .space-bottom {
    padding-bottom: var(--section-space);
}

.space-extra, .space-extra-top {
    padding-top: calc(var(--section-space) - 30px);
}

.space-extra, .space-extra-bottom {
    padding-bottom: calc(var(--section-space) - 30px);
}

.space-extra2, .space-extra2-top {
    padding-top: calc(var(--section-space) - 40px);
}

.space-extra2, .space-extra2-bottom {
    padding-bottom: calc(var(--section-space) - 40px);
}

@media (max-width: 991px) {
    .space, .space-top {
        padding-top: var(--section-space-mobile);
    }

    .space, .space-bottom {
        padding-bottom: var(--section-space-mobile);
    }

    .space-extra, .space-extra-top {
        padding-top: calc(var(--section-space-mobile) - 30px);
    }

    .space-extra, .space-extra-bottom {
        padding-bottom: calc(var(--section-space-mobile) - 30px);
    }

    .space-top-md-none {
        padding-top: 0;
    }

    .space-extra2, .space-extra2-top {
        padding-top: 70px;
    }

    .space-extra2, .space-extra2-bottom {
        padding-bottom: 70px;
    }
}





/*---------------------------custom css-----------------------*/


.about-item-area {
    display: flex;
}


@media (min-width: 1200px ) and (max-width: 1399.8px) {
    .about-item .box-content {
        margin-left: -28%;
    }

    .about-item .box-left {
        min-width: 150px;
        margin-left: 50px;
    }
}


.about-1-wrapper {
    position: relative;
    padding: 100px 0px 0px;
}

.counter {
    position: relative;
    padding: 80px 0px;
    background-color: #005193;
    margin: 80px 0px;
}

.counter {
    background-image: url('../img/service/counter-bg.jpg');
    background-repeat: no-repeat;
    background-position: center bottom;
    background-size: cover;
    z-index: 1;
}

    .counter:before {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background-color: #1c1c1ccf;
        /* opacity: 0.75; */
        z-index: -1;
    }

.about-2 {
    position: relative;
    padding: 100px 0px 0px;
}

.gallery-sec-1 {
    position: relative;
    padding: 70px 0px 100px;
}

.choose-sec {
    position: relative;
    padding: 80px 0px 0px;
}

.our-services {
    position: relative;
    padding: 100px 0px 60px;
}

.testomnials {
    position: relative;
    padding: 100px 0px 0px;
}

.more-btn {
    position: relative;
    display: inline-block;
    padding: 8px 30px;
    color: #393939;
    font-size: 18px;
    border: 1px solid #393939;
    margin-top: 15px;
}

    .more-btn:hover {
        background-color: #f5951c;
        border-color: #f5951c;
        color: #ffffff;
    }

@media (max-width: 767px) {
    .about-item-area {
        display: flex;
        flex-wrap: wrap;
    }

    .about-2 {
        padding: 40px 0px;
    }

    .counter {
        padding: 40px 0px 0px;
    }

    .our-services {
        padding: 40px 0px 0px;
    }

    .testomnials {
        padding: 40px 0px 0px;
    }

    .about-item .box-left {
        display: flex;
        justify-content: space-between;
        align-items: center;
        flex-direction: row-reverse;
    }

    .about-1-wrapper {
        padding: 40px 0px 0px;
    }

    .project-card {
        min-height: 450px;
    }

    .footer-top-shape svg {
        height: 30px;
    }

    .footer-default.footer-layout3 .widget-area {
        padding: 50px 0 50px;
    }

    .copy-right {
        text-align: center;
    }

    .hero-style6 {
        padding: 200px 0 100px 0;
    }

    .counter-box2 .box-text {
        font-size: 16px;
    }

    .pb-80 {
        padding-bottom: 40px !important;
    }

    .pt-80 {
        padding-top: 40px !important;
    }

    .title-area.mb-50, .sec-title.mb-50 {
        margin-bottom: 10px;
    }

    .property-details {
        padding: 40px 0px !important;
    }

    .plot-availability {
        padding: 40px 0px !important;
    }

    .event-title {
        font-size: 32px !important;
    }

    .gallery-inner-sec {
        padding: 40px 0px !important;
    }

    .contact-area-2 {
        padding: 60px 0px 0px !important;
    }

    .google-map {
        padding: 40px 0px 0px !important;
    }
}




@media (min-width: 1200px) and (max-width: 1399.8px) {
    .container, .container-lg, .container-md, .container-sm, .container-xl {
        max-width: 1240px;
    }
}

.pb-80 {
    padding-bottom: 80px;
}

.pt-80 {
    padding-top: 80px;
}


.contact-area-2 {
    position: relative;
    padding: 100px 0px 0px;
}

.google-map {
    position: relative;
    padding: 100px 0px;
}

.property-details {
    position: relative;
    padding: 100px 0px;
}

.gallery-inner-sec {
    position: relative;
    padding: 100px 0px;
}

.plot-availability {
    position: relative;
    padding: 100px 0px;
}


    .plot-availability .heading {
        font-weight: 700;
        color: #3a2e2e;
        background-image: linear-gradient(90deg, #0094cb 17.66%, #d32e7e 29.75%);
        background-clip: text;
        -webkit-text-fill-color: transparent;
        background-size: 200% auto;
        font-size: 49px;
    }

    .plot-availability .sub-text {
        max-width: 700px;
        margin: 0 auto;
        color: #555;
    }

    .plot-availability .form-box {
        background-color: #ffffff;
        border-radius: 10px;
        box-shadow: 0px 21px 46px rgb(0 0 0 /10%);
        border: 1px solid #b36026;
    }

    .plot-availability .form-label {
        font-weight: 600;
        color: #3a2e2e;
    }

    .plot-availability .btn-primary {
        background-color: #a05e30;
        border: none;
        background: #f5951c;
    }

    .plot-availability .btn-secondary {
        background-color: #b17348;
        border: none;
        background: #f5951c;
    }

    .plot-availability .btn:hover {
        opacity: 0.9;
    }

.event-header {
    text-align: center;
}

.event-title {
    font-size: 50px;
}


.whatsapp {
    display: inline-block;
    position: fixed;
    right: 32px;
    bottom: 150px;
    background: limegreen;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    color: #fff !important;
    text-align: center;
    line-height: 62px;
    z-index: 99999999999;
    animation: ripple-out 1.5s ease-in-out infinite;
}

    .whatsapp i {
        font-size: 32px;
    }

@keyframes ripple-out {
    0% {
        box-shadow: 0 0 0 0 rgba(37, 211, 102, 0.5);
    }

    100% {
        box-shadow: 0 0 0 14px rgba(37, 211, 102, 0);
    }
}







.aboutSwiper {
    width: 100%;
    height: 100%;
    position: relative;
    border-radius: 0px;
    /* overflow: hidden; */
}

    .aboutSwiper img {
        width: 100%;
        height: auto;
        display: block;
    }

/* Move arrows to bottom-right */
.about-next,
.about-prev {
    color: #fff;
    bottom: 10px;
    top: auto;
}

.about-next {
    right: 10px;
}

.about-prev {
    right: 50px;
}

/* Optional: arrow background circle */
.about-next, .about-prev {
    background: rgba(0,0,0,0.5);
    padding: 10px;
    border-radius: 0;
    width: 40px;
    height: 40px;
}

.about-next,
.about-prev {
    position: absolute;
    top: 50%; /* bottom position */
    width: 55px;
    height: 55px;
    border-radius: 50%;
    background: #ffffff3d;
    box-shadow: 0 4px 15px rgba(0,0,0,0.25);
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    z-index: 10;
    opacity: 0;
    visibility: hidden;
    transition: 0.3s ease;
    cursor: pointer;
    transform: translate(-50%, -50%);
    backdrop-filter: blur(10px);
}



.aboutSwiper:hover .about-prev,
.aboutSwiper:hover .about-next {
    opacity: 1;
    visibility: visible;
}

/* arrow position */
.about-next {
    right: 100px;
}

.about-prev {
    left: 150px;
}

    /* Font Awesome long arrow */
    .about-next i,
    .about-prev i {
        font-size: 25px;
        color: #ffffff;
        font-weight: 200;
    }





.info-section {
    position: relative;
    padding: 60px 0px;
}



    .info-section .section-title {
        font-size: 40px;
        margin-bottom: 15px;
    }

    .info-section .section-text {
        font-size: 1.1rem;
        line-height: 1.7;
        color: #333;
    }


    .info-section .info-section {
        background: #fafafa;
    }

.box-right {
    right: 14% !important;
    left: auto !important;
}

.text-area-box {
    position: absolute;
    top: 0;
    left: 14%;
    width: 42.865vw;
    min-height: 27.813vw;
    padding: 0 6.406vw;
    display: flex;
    flex-direction: column;
    justify-content: center;
    /* gap: 1.875vw; */
    background-color: #ffffff;
    /* box-shadow: -0.313vw 0.521vw 1.25vw rgba(0, 0, 0, 0.1); */
    box-shadow: -6px 5px 24px rgba(0, 0, 0, 0.1);
    z-index: 1;
    transition: all 0.3s ease;
}

    .text-area-box:hover {
        -webkit-transform: translateY(-5px);
        transform: translateY(-10px);
        -webkit-transition: 0.5s;
        transition: 0.5s;
    }

.main-area-box {
    width: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    position: relative;
    -webkit-flex-direction: row-reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
    padding-top: 3.646vw;
}

@media (max-width: 768px) {
    .info-section .section-img {
        margin-top: 20px;
    }
}


.section-img {
    /* border-radius:16px; */
}



@media (max-width: 767px) {
    .text-area-box {
        left: 0;
        width: 100%;
        min-height: auto;
        padding: 20px 20px;
        position: relative;
    }

    .about-area-13 {
        padding: 40px 0px;
    }

    .box-right {
        right: 0% !important;
    }

    .info-section {
        padding: 0px 0px;
    }

        .info-section .section-title {
            font-size: 30px;
        }
}


/*-----------------------------------------projects---------------------------*/

.about-section {
    background-color: #ffffff;
    color: #333;
    overflow: hidden;
    position: relative;
    /*margin:80px 0px;*/
}

    .about-section .about-image {
        padding: 0;
        position: relative;
    }

    .about-section .about-img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        min-height: 450px;
        display: block;
    }

    .about-section .about-content {
        display: flex;
        align-items: center;
        justify-content: center;
        padding: 70px 80px;
        /* background-color: #faf8f5; */
        /* width: 100%; */
    }

    .about-section .about-inner {
        max-width: 620px;
    }

    .about-section .about-title {
        font-size: 40px;
        font-weight: 700;
        margin-bottom: 15px;
        color: #111111;
    }

    .about-section .about-text {
        font-size: 20px;
        line-height: 36px;
        margin-bottom: 20px;
    }

    .about-section .about-points {
        list-style: none;
        padding: 0;
        margin: 25px 0 35px 0;
    }

        .about-section .about-points li {
            position: relative;
            padding-left: 40px;
            font-size: 16px;
            margin-bottom: 12px;
            color: #333;
        }

            .about-section .about-points li i {
                position: absolute;
                left: 0;
                top: 4px;
                color: #0b63ce;
                font-size: 18px;
            }

    .about-section .about-btn {
        display: inline-block;
        background-color: #0672cb;
        color: #fff;
        font-weight: 600;
        text-decoration: none;
        padding: 14px 40px;
        border-radius: 0px;
        transition: all 0.3s ease;
    }

        .about-section .about-btn:hover {
            background-color: #094fa8;
        }



.about-counter-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    min-height: 500px;
    display: block;
}

.about-counter-content {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 70px 80px;
    background-color: #fff;
}

.test-title {
    padding: 0px 50px 0px 30px;
}

    .test-title h3 {
        font-size: 22px;
        color: #005e5e;
        font-weight: 500;
    }


.text-area-box:hover {
    -webkit-transform: translateY(-5px);
    transform: translateY(-10px);
    -webkit-transition: 0.5s;
    transition: 0.5s;
}

@media (min-width: 1200px) and (max-width: 1399.8px) {
    .info-section .section-img {
        width: 36.458vw;
        height: auto;
        margin-right: 60px;
    }

    .text-area-box {
        top: 40px;
        padding: 20px 2.406vw;
    }
}

@media (min-width: 1200px) and (max-width: 1399.8px) {
    .box-right-img .section-img {
        width: 36.458vw;
        height: auto;
        margin-left: 95px;
    }
}

.counter-box2_wrapp {
    text-align: center;
    position: relative;
}


.counter-box2 .media-body {
    text-align: center;
}


.counter-box2_wrapp {
    border-right: 1px solid #797979;
    padding: 20px 0;
}

    .counter-box2_wrapp:last-child {
        border-right: none;
    }

.project-heading {
    position: relative;
    padding: 40px 0px;
}




.whatsapp {
    display: inline-block;
    position: fixed;
    right: 30px;
    bottom: 150px;
    background: limegreen;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    color: #fff !important;
    text-align: center;
    line-height: 63px;
    z-index: 99999999999;
    animation: ripple-out 1.5s ease-in-out infinite;
}

    .whatsapp i {
        font-size: 32px;
    }

@keyframes ripple-out {
    0% {
        box-shadow: 0 0 0 0 rgba(37, 211, 102, 0.5);
    }

    100% {
        box-shadow: 0 0 0 14px rgba(37, 211, 102, 0);
    }
}





.vision-mission-list {
    list-style: none;
    padding: 0;
    margin: 0;
}

    .vision-mission-list li {
        position: relative;
        padding-left: 36px;
        margin-bottom: 15px;
        font-size: 1.1rem;
        line-height: 1.6;
        color: #333;
    }

    .vision-mission-list .check-icon {
        position: absolute;
        left: 0;
        top: 4px;
        width: 24px;
        height: 24px;
        background: #f5951c;
        border-radius: 50%;
        display: flex;
        align-items: center;
        justify-content: center;
    }

        .vision-mission-list .check-icon::before {
            content: "\f00c"; /* Font Awesome check icon */
            font-family: "Font Awesome 6 Free";
            font-weight: 900;
            color: #fff;
            font-size: 12px;
        }


@media (max-width: 767px) {
    .about-section .about-content {
        padding: 30px 10px;
    }

    .about-section .about-title {
        font-size: 30px;
        margin-bottom: 12px;
    }

    .about-section .about-text {
        font-size: 17px;
        line-height: 30px;
    }

    .project-heading {
        position: relative;
        padding: 40px 0px 0px;
    }
}









.about-circle-logo {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background-color: #fff;
    box-shadow: 0px 0px 30px 0px #0000004D;
    border-radius: 50%;
    width: 170px;
    height: 170px;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    transition: all 0.6s ease-in-out;
    z-index: 1;
}

    .about-circle-logo::before {
        content: '';
        display: block;
        position: absolute;
        width: 100%;
        height: 100%;
        background-color: #d1ae38;
        top: 0;
        left: 0;
        transform: scale(0);
        transition: all 0.5s ease-in-out;
        border-radius: 50%;
    }

    .about-circle-logo img {
        max-width: 140px;
        transition: all 0.4s ease-in-out;
        border-radius: 0px;
    }

.counter-sec1 {
    position: relative;
    margin: 100px 0px;
}

.about-area-9 {
    position: relative;
    padding: 100px 0px 0px;
}










.vision-mission-section {
    background: #f8f8f8;
    position: relative;
    padding: 100px 0px;
}

.section-title {
    font-size: 40px;
    font-weight: 700;
    margin-bottom: 10px;
}

.section-subtext {
    font-size: 16px;
    color: #555;
}

.vm-box {
    background: #fff;
    /*padding: 25px;*/
    border-radius: 0px;
    box-shadow: -6px 5px 24px rgba(0, 0, 0, 0.1);
    transition: 0.3s;
}

    .vm-box:hover {
        transform: translateY(-5px);
        box-shadow: 0 6px 20px rgba(0,0,0,0.12);
    }

.vm-icon {
    width: 60px;
    height: 60px;
    background: #ff7a00;
    color: #fff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 26px;
    margin-bottom: 15px;
}

.vm-title {
    font-size: 28px;
    font-weight: 700;
    margin-bottom: 15px;
}

.vm-list {
    padding-left: 0;
    margin: 0;
    list-style: none;
}

    .vm-list li {
        position: relative;
        margin-bottom: 10px;
        padding-left: 28px;
        font-size: 16px;
        color: #333;
    }

        .vm-list li::before {
            content: "\f00c";
            font-family: "Font Awesome 6 Free";
            font-weight: 900;
            position: absolute;
            left: 0;
            top: 2px;
            background: #ff7a00;
            color: #fff;
            width: 20px;
            height: 20px;
            border-radius: 50%;
            font-size: 12px;
            display: flex;
            align-items: center;
            justify-content: center;
        }

.vm-content {
    padding: 25px;
}

/*.vm-icon-img{
    height:300px;
    overflow:hidden;
}*/






/*--------------------------event-------------------------*/
.event-section {
    padding: 100px 0;
}

.event-header {
    text-align: center;
    margin-bottom: 80px;
}

.event-title {
    font-size: 50px;
    font-weight: 700;
    margin-bottom: 20px;
    /* text-align: unset; */
    /* text-transform: uppercase; */
    /* letter-spacing: .5px; */
}

.event-description {
    max-width: 900px;
    margin: 0 auto;
    color: #555;
    font-size: 17px;
    line-height: 1.8;
}

.event-content {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    position: relative;
    gap: 30px;
}

.event-card {
    background: #02819d;
    padding: 40px;
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.08);
    /* border-radius: 8px; */
    flex: 1 1 40%;
    z-index: 2;
    /* margin-top: -60px; */
    padding: 70px 105px 70px 70px;
    /* background-color: #fff; */
    margin-right: -130px;
    position: relative;
    /* z-index: 1; */
    box-shadow: 1px 1px 10px -7px #000;
    max-width: 600px;
}

.event-subtitle {
    text-transform: uppercase;
    color: #ffffff;
    font-size: 17px;
}

.event-card-title {
    font-size: 42px;
    font-weight: 700;
    margin-top: 10px;
    margin-bottom: 15px;
    text-transform: uppercase;
    letter-spacing: .5px;
    color: #fff;
}

.event-card-text {
    color: #ffffff;
    margin-bottom: 25px;
    font-size: 17px;
}

.event-link {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    text-decoration: none;
    font-weight: 500;
    color: #000;
    transition: all 0.3s ease;
}

    .event-link:hover {
        color: #007bff;
    }

.event-image {
    flex: 0 1 65%;
}

    .event-image img {
        width: 100%;
        /* border-radius: 8px; */
        display: block;
    }

.conf-overlay {
    margin-left: -130px;
    margin-right: 0px !important;
}

/* Responsive */
@media (max-width: 991px) {
    .event-content {
        /* flex-direction: column; */
    }

    .event-card {
        margin-top: 0;
    }
}




.b-top-right img {
    /* border-top-right-radius: 170px; */
}


.b-top-left img {
    /* border-top-left-radius: 170px; */
}


.cs_about_shape_1 {
    right: 0;
    top: 25%;
    transform: translateY(-50%);
    z-index: 0;
}


.event-card svg {
    fill: #fff;
}

.event-card a {
    color: #fff;
    font-size: 20px;
    gap: 10px;
    text-decoration: none;
    border-bottom: 1px solid #fff;
    padding: 10px 0px;
}

.event-card-text strong {
    color: #ffc16d;
}




.event-image {
    flex: 1 1 40%;
    min-width: 350px;
    position: relative;
}

    .event-image .swiper {
        width: 100%;
        height: 100%;
    }

    .event-image img {
        width: 100%;
        height: auto;
        display: block;
    }


.aboutSwiper .swiper-slide::before {
    content: "";
    position: absolute;
    inset: 0;
    /* background: linear-gradient(to bottom, rgba(0,0,0,0.5), rgba(0,0,0,0.1)); */
    z-index: 5;
    pointer-events: none;
}



.aboutSwiper .swiper-slide {
    transition: 0.5s all;
}

    .aboutSwiper .swiper-slide:hover {
        transform: translateY(-10px);
    }


.dropdown-header h3 a {
    color: #0299d8;
}


.btn-link:hover {
    color: #ffffff;
}


.featured-gallery {
    display: flex;
    gap: 15px; /* spacing between images */
    flex-wrap: wrap;
    justify-content: center;
}

.featured-item {
    width: calc(50% - 15px); /* 4 items in a row with gap */
    text-align: center;
}

.featured-image {
    width: 100%;
    height: auto;
    border-radius: 6px;
}

@media (min-width: 1200px) and (max-width:1399.8px) {
    .event-card {
        padding: 30px 60px 30px 60px;
        max-width: 470px;
    }

    .counter-card .box-number .plus-simple {
        font-size: 80px;
    }

    .counter-card .box-number {
        line-height: 60px;
    }

    .dropdown-header {
        padding: 20px 0px;
    }

    .search-row {
        margin-bottom: 10px;
    }

    .project-card {
        min-height: 564px;
    }
}


@media (max-width: 767px) {
    .event-card {
        padding: 30px 30px 30px 30px;
        margin-right: 0px;
    }

    .conf-overlay {
        margin-left: 0px;
        margin-right: 0px !important;
    }

    .menu-left {
        width: 100%;
        padding: 10px 20px;
    }

    .menu-blue {
        display: none;
    }

    .menu-right {
        display: none;
    }

    .menu-bottom {
        display: none;
    }

    .dropdown-header h3 {
        font-size: 25px;
    }

    .dropdown-header {
        padding: 16px 0px;
    }

    .sub-links li {
        display: flex;
    }

    .hero-logo-section {
        height: 80vh;
    }

    .event-card-title {
        font-size: 32px;
    }

    .section-title {
        font-size: 32px;
    }

    .vision-mission-section {
        padding: 40px 0px;
    }

    .counter-sec1 {
        margin: 40px 0px;
    }

    .about-area-9 {
        padding: 40px 0px 0px;
    }

    .about-circle-logo {
        width: 120px;
        height: 120px;
    }

        .about-circle-logo img {
            max-width: 100px;
        }

    .menu-panel {
        left: -100%;
        transition: left .4s ease;
    }

        .menu-panel.open {
            left: 0;
        }

    .menu-panel {
        transition: left 0.8s ease;
    }

    .event-section {
        padding: 30px 0;
    }

    .mfp-image-holder .mfp-close, .mfp-iframe-holder .mfp-close {
        line-height: 32px;
        right: -5px;
        top: 25px;
        height: 30px;
        width: 30px;
    }

    .contact-all-wrapper .contact-form-thumb {
        border-radius: 0 0px 0px 0;
    }

        .contact-all-wrapper .contact-form-thumb img {
            border-radius: 0 0px 0px 0;
        }

    .th-mobile-menu ul li li a {
        font-size: 14px;
    }
}

@media (min-width: 767px) and (max-width: 991px) {
    .event-card {
        padding: 30px 30px 30px 30px;
    }

    .featured-item {
        width: calc(100% - 15px);
    }

    .dropdown-header {
        padding: 16px 0px;
    }

        .dropdown-header h3 {
            font-size: 24px;
        }

    .menu-left {
        padding: 10px 18px;
    }

    .vm-box {
        min-height: 514px;
    }

    .mfp-image-holder .mfp-close, .mfp-iframe-holder .mfp-close {
        right: -5px;
        top: 23px;
    }
}


.custom-slider:before {
    position: relative !important;
}



.event-image::before {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(to bottom, rgba(0,0,0,0.5), rgba(0,0,0,0.1));
    pointer-events: none;
}

.event-image {
    transition: 0.5s all;
}

    .event-image:hover {
        transform: translateY(-10px);
    }
