/*
Theme Name: Mezihub
Author: ModinaTheme
Author URI: https://themeforest.net/user/modinatheme/
Description: Medical and Health Care HTML Template
Version: 1.0.0
*/
/*-----------------------[Table of contents]------------------------
1.Default CSS
2.Button CSS
3.Preloader CSS
4.Back Top & Search Bar CSS
5.Animation CSS
6.Main Header CSS
7.Hero Sections CSS
8.Sections Two CSS
9.Section Three CSS
10.Section Four CSS
11.Section Six CSS
12.Section Seven CSS
13.Section Eight CSS
14.Section Nine CSS
15.Section Blog CSS
16.Section Contact Form CSS
19.About Page CSS
20.Appointment CSS
21.Pricing Plan Page CSS
22.Contact CSS
23.FAQ Page CSS
24.Shop Page CSS
25.Services Page CSS
26.Project Page CSS
27.Single Project Page CSS
28.Blog Page CSS
29.Blog Details CSS
30.Footer CSS
------------------------------------------------------------------ */
/*-----------------------[ 1.Default CSS ]------------------------*/

@import url("https://fonts.cdnfonts.com/css/satoshi");

:root {
    --body: #fff;
    --black: #000;
    --white: #fff;
    --theme-color:#2490EB;
    --theme-color-2:#02C9B8;
    --header:#28241F;
    --text:#4B5563;
    --border:#E6EFFF;
    --ratting:#F8BC26;
    --bg:#EEF5F5;
    --bg-2:#051828;
    ---box-shadow: 0px 4px 25px rgba(0, 0, 0, 0.06);
}

/* --------------------------------------------
    Template Default Fonts & Fonts Styles
---------------------------------------------- */
body {
    font-family: "Satoshi", sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 30px;
    color: var(--text);
    background-color: var(--white);
    padding: 0;
    margin: 0;
    overflow-x: hidden;
}

ul {
    padding: 0;
    margin: 0;
    list-style: none;
}

input:focus {
    color: var(--white);
    outline: none;
}

input {
    color: var(--white);
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: "Helvetica Neue", sans-serif;
    font-weight: 700;
    font-style: normal;
    margin: 0px;
    padding: 0;
    color: var(--header);
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}

h1 {
    font-size: 60px;
    line-height: 122%;
}

@media (max-width: 1399px) {
    h1 {
        font-size: 60px;
    }
}

@media (max-width: 991px) {
    h1 {
        font-size: 58px;
    }
}

@media (max-width: 767px) {
    h1 {
        font-size: 50px;
    }
}

@media (max-width: 575px) {
    h1 {
        font-size: 40px;
    }
}

@media (max-width: 470px) {
    h1 {
        font-size: 32px;
    }
}

h2 {
    font-size: 52px;
    font-weight: 500;
    line-height: 131%;
}

@media (max-width: 1199px) {
    h2 {
        font-size: 40px;
    }
}

@media (max-width: 575px) {
    h2 {
        font-size: 35px;
    }
}

@media (max-width: 470px) {
    h2 {
        font-size: 28px;
    }
}

h3 {
    font-size: 20px;
    font-weight: 500;
    line-height: 150%;
}

@media (max-width: 575px) {
    h3 {
        font-size: 20px;
    }
}

h4 {
    font-size: 22px;
    font-weight: 700;
    line-height: 150%;
}

h5 {
    font-size: 20px;
    font-weight: 500;
    line-height: 160%;
}

h6 {
    font-size: 14px;
    font-weight: 500;
}

a {
    text-decoration: none;
    outline: none !important;
    cursor: pointer;
    color: var(--header);
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}

p {
    margin: 0px;
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}

/*-----------------------[ 2.Button CSS ]------------------------*/
button {
    border: none;
    background-color: transparent;
    padding: 0;
}

.theme-btn {
    background: #e40d14;
    color: var(--white);
    display: inline-block;
    font-size: 16px;
    font-weight: 700;
    padding: 7px 30px;
    padding-left: 5px;
    border-radius: 55px;
    line-height: 1;
    text-transform: capitalize;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    position: relative;
    z-index: 1;
    font-family: "Satoshi", sans-serif;
}

    .theme-btn i {
        width: 48px;
        height: 48px;
        line-height: 48px;
        text-align: center;
        background-color: var(--white);
        color: #e40d14;
        margin-right: 20px;
        -webkit-transition: all 0.4s ease-in-out;
        transition: all 0.4s ease-in-out;
        border-radius: 50%;
    }

    .theme-btn:hover {
        background-color: var(--header);
    }

        .theme-btn:hover i {
            background-color: #e40d14;
            color: var(--white);
        }

.link-btn {
    font-size: 15px;
    font-weight: 900;
    color: #e40d14;
    text-transform: capitalize;
    display: inline-block;
    font-family: "DM Sans";
    margin-top: 10px;
}

    .link-btn:hover {
        color: var(--theme-color-2);
    }

    .link-btn i {
        margin-left: 10px;
    }

/*-----------------------[ 3.Preloader CSS ]------------------------*/
.preloader {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    cursor: default;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 100%;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    z-index: 9999999;
}

    .preloader .animation-preloader {
        z-index: 1000;
    }

        .preloader .animation-preloader .spinner {
            -webkit-animation: spinner 1s infinite linear;
            animation: spinner 1s infinite linear;
            border-radius: 50%;
            border: 3px solid rgba(0, 0, 0, 0.2);
            border-top-color: #e40d14;
            height: 9em;
            margin: 0 auto 3.5em auto;
            width: 9em;
        }

@media (max-width: 767px) {
    .preloader .animation-preloader .spinner {
        width: 7.5em;
        height: 7.5em;
        margin: 0 auto 1.5em auto;
    }
}

.preloader .animation-preloader .txt-loading {
    font: 500 5em "Helvetica Neue", sans-serif, "Satoshi", sans-serif;
    text-align: center;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    font-family: "Helvetica Neue", sans-serif;
    font-weight: 700;
}

@media (max-width: 767px) {
    .preloader .animation-preloader .txt-loading {
        font-size: 2.5em;
    }
}

.preloader .animation-preloader .txt-loading .letters-loading {
    color: #e40d14;
    position: relative;
}

    .preloader .animation-preloader .txt-loading .letters-loading:nth-child(2):before {
        -webkit-animation-delay: 0.2s;
        animation-delay: 0.2s;
    }

    .preloader .animation-preloader .txt-loading .letters-loading:nth-child(3):before {
        -webkit-animation-delay: 0.4s;
        animation-delay: 0.4s;
    }

    .preloader .animation-preloader .txt-loading .letters-loading:nth-child(4):before {
        -webkit-animation-delay: 0.6s;
        animation-delay: 0.6s;
    }

    .preloader .animation-preloader .txt-loading .letters-loading:nth-child(5):before {
        -webkit-animation-delay: 0.8s;
        animation-delay: 0.8s;
    }

    .preloader .animation-preloader .txt-loading .letters-loading:nth-child(6):before {
        -webkit-animation-delay: 1s;
        animation-delay: 1s;
    }

    .preloader .animation-preloader .txt-loading .letters-loading:nth-child(7):before {
        -webkit-animation-delay: 1.2s;
        animation-delay: 1.2s;
    }

    .preloader .animation-preloader .txt-loading .letters-loading:nth-child(8):before {
        -webkit-animation-delay: 1.4s;
        animation-delay: 1.4s;
    }

    .preloader .animation-preloader .txt-loading .letters-loading::before {
        -webkit-animation: letters-loading 4s infinite;
        animation: letters-loading 4s infinite;
        color: var(--header);
        content: attr(data-text-preloader);
        left: 0;
        opacity: 0;
        font-family: "Helvetica Neue", sans-serif;
        position: absolute;
        top: -3px;
        -webkit-transform: rotateY(-90deg);
        transform: rotateY(-90deg);
    }

.preloader p {
    font-size: 16px;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 8px;
    color: #e40d14;
}

.preloader .loader {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    font-size: 0;
    z-index: 1;
    pointer-events: none;
}

    .preloader .loader .row {
        height: 100%;
    }

    .preloader .loader .loader-section {
        padding: 0px;
    }

        .preloader .loader .loader-section .bg {
            background-color: var(--white);
            height: 100%;
            left: 0;
            width: 100%;
            -webkit-transition: all 800ms cubic-bezier(0.77, 0, 0.175, 1);
            transition: all 800ms cubic-bezier(0.77, 0, 0.175, 1);
        }

.preloader.loaded .animation-preloader {
    opacity: 0;
    -webkit-transition: 0.3s ease-out;
    transition: 0.3s ease-out;
}

.preloader.loaded .loader-section .bg {
    width: 0;
    -webkit-transition: 0.7s 0.3s allcubic-bezier(0.1, 0.1, 0.1, 1);
    transition: 0.7s 0.3s allcubic-bezier(0.1, 0.1, 0.1, 1);
}

/*-----------------------[ 4.Back To Top & Search Bar CSS ]------------------------*/

.back-to-top {
    border-radius: 10px;
    background-color: #e40d14;
    width: 50px;
    height: 50px;
    line-height: 50px;
    color: var(--white);
    font-size: 18px;
    position: fixed;
    display: inline-block;
    z-index: 9999;
    right: 30px;
    bottom: 30px;
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
    opacity: 0;
    visibility: hidden;
    -webkit-transform: translateY(20px);
    transform: translateY(20px);
    border-radius: 50%;
}

    .back-to-top:hover {
        background-color: var(--header);
        color: var(--white);
    }

    .back-to-top.show {
        opacity: 1;
        visibility: visible;
        -webkit-transform: translate(0);
        transform: translate(0);
    }

.header-search-bar {
    height: 270px;
    position: fixed;
    top: -200%;
    left: 0;
    right: 0;
    z-index: 9999;
    background: var(--white);
    -webkit-transition: .3s;
    transition: .3s;
}

    .header-search-bar.search-open {
        top: 0;
    }

.contact-search-form-box {
    margin-top: 50px;
}

    .contact-search-form-box form {
        position: relative;
    }

        .contact-search-form-box form button {
            position: absolute;
            right: 30px;
            top: 15px;
            font-size: 18px;
        }

.search-close {
    position: absolute;
    right: 50px;
    top: 35px;
    font-size: 50px;
    color: var(--header);
    font-weight: 300;
    width: 45px;
    height: 45px;
}

.search-bar .contact-search-form-box input {
    border: none;
    width: 100%;
    outline: none;
    color: var(--header);
    border-bottom: 1px solid var(--border);
    font-size: 24px;
    padding-bottom: 30px;
    font-weight: 400;
    line-height: 1;
}

@media (max-width: 767px) {
    .search-bar .contact-search-form-box input {
        font-size: 22px;
    }
}

.search-bar .contact-search-form-box input::-webkit-input-placeholder {
    color: var(--header);
}

.search-bar .contact-search-form-box input:-ms-input-placeholder {
    color: var(--header);
}

.search-bar .contact-search-form-box input::-ms-input-placeholder {
    color: var(--header);
}

.search-bar .contact-search-form-box input::placeholder {
    color: var(--header);
}

.search-bar .contact-search-form-box i {
    color: #e40d14;
}

.search-bar .contact-search-form-box p {
    color: #666C78;
    padding-top: 15px;
}

.search-bar .search-bar-title {
    font-size: 25px;
}

.section-title {
    position: relative;
    z-index: 99;
    margin-bottom: 30px;
}

@media (max-width: 767px) {
    .section-title {
        text-align: center;
        margin-bottom: 0;
    }
}

.section-title.style-3 span {
    color: var(--white);
    background: rgba(255, 255, 255, 0.11);
}

.section-title.bg-color span {
    background: rgba(209, 244, 241, 0.11);
}

.section-title h3 {
    font-size: 38px;
    font-weight: 500;
}

@media (max-width: 575px) {
    .section-title h3 {
        font-size: 30px;
    }
}

.section-title span {
    font-size: 14px;
    font-weight: 500;
    color: var(--theme-color-2);
    display: inline-block;
    position: relative;
    border-radius: 2px;
    background: rgba(2, 201, 184, 0.11);
    padding: 18px 19px;
    letter-spacing: 3.92px;
    line-height: 1px;
    margin-bottom: 15px;
}

    .section-title span.style-2 {
        border-radius: 2px;
        background: rgba(255, 255, 255, 0.11);
        color: var(--white);
        letter-spacing: 3.92px;
    }

.section-title-area {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-bottom: 30px;
}

@media (max-width: 991px) {
    .section-title-area {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        gap: 30px;
        margin-bottom: 0;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }

        .section-title-area .theme-btn {
            display: none;
        }

        .section-title-area .array-button-2 {
            display: none;
        }

        .section-title-area .text-btn {
            display: none;
        }
}

.section-title-area .section-title {
    margin-bottom: 0;
}

.center {
    text-align: center;
    margin: 0 auto;
}

.section-bg {
    background-color: var(--bg) !important;
}

.section-bg-2 {
    background-color: var(--bg-2) !important;
}

.section-bg-3 {
    background: rgba(36, 144, 235, 0.05);
}

.section-bg-4 {
    background: #1C235B;
}

.footer-bg {
    background-color: #2F304C;
}

.theme-bg {
    background-color: #e40d14 !important;
}

.theme-bg-2 {
    background-color: var(--theme-color-2) !important;
}

.section-padding {
    padding: 70px 0;
}

@media (max-width: 1199px) {
    .section-padding {
        padding: 100px 0;
    }
}

@media (max-width: 991px) {
    .section-padding {
        padding: 80px 0;
    }
}

.body-bg-4 {
    background-color: #040A3D;
}

/*-----------------------[ 5.Animation CSS ]------------------------*/

@keyframes width {
    0% {
        width: 0%;
    }

    100% {
        width: 100%;
    }
}

@-webkit-keyframes width {
    0% {
        width: 0%;
    }

    100% {
        width: 100%;
    }
}

@-webkit-keyframes arryUpDown {
    0% {
        -webkit-transform: translateY(-10px);
        transform: translateY(-10px);
    }

    100% {
        -webkit-transform: translateY(10px);
        transform: translateY(10px);
    }
}

@keyframes arryUpDown {
    0% {
        -webkit-transform: translateY(-10px);
        transform: translateY(-10px);
    }

    100% {
        -webkit-transform: translateY(10px);
        transform: translateY(10px);
    }
}

.animation__arryUpDown {
    -webkit-animation: arryUpDown 2s ease infinite alternate;
    animation: arryUpDown 2s ease infinite alternate;
}

@-webkit-keyframes arryLeftRight {
    0% {
        -webkit-transform: translateX(-10px);
        transform: translateX(-10px);
    }

    100% {
        -webkit-transform: translateX(10px);
        transform: translateX(10px);
    }
}

@keyframes arryLeftRight {
    0% {
        -webkit-transform: translateX(-10px);
        transform: translateX(-10px);
    }

    100% {
        -webkit-transform: translateX(10px);
        transform: translateX(10px);
    }
}

.animation__arryLeftRight {
    -webkit-animation: arryLeftRight 2s ease infinite alternate;
    animation: arryLeftRight 2s ease infinite alternate;
}

@-webkit-keyframes shine {
    from {
        -webkit-mask-position: 150%;
    }

    to {
        -webkit-mask-position: -50%;
    }
}

@keyframes shine {
    from {
        -webkit-mask-position: 150%;
    }

    to {
        -webkit-mask-position: -50%;
    }
}

@-webkit-keyframes cir36 {
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@keyframes cir36 {
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@keyframes width {
    0% {
        width: 0%;
    }

    100% {
        width: 100%;
    }
}

@-webkit-keyframes width {
    0% {
        width: 0%;
    }

    100% {
        width: 100%;
    }
}

@-webkit-keyframes bounce-x {
    0% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }

    50% {
        -webkit-transform: translateX(30px);
        transform: translateX(30px);
    }

    100% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }
}

@keyframes bounce-x {
    0% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }

    50% {
        -webkit-transform: translateX(30px);
        transform: translateX(30px);
    }

    100% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }
}

.bounce-x {
    -webkit-animation: bounce-x 7s infinite linear;
    animation: bounce-x 7s infinite linear;
}

.GlidingArrow {
    -webkit-animation: slide 5s linear infinite;
    animation: slide 5s linear infinite;
}

.delay1 {
    -webkit-animation-delay: 2s;
    animation-delay: 2s;
}

.delay2 {
    -webkit-animation-delay: 3s;
    animation-delay: 3s;
}

.delay3 {
    -webkit-animation-delay: 4s;
    animation-delay: 4s;
}

.delay4 {
    -webkit-animation-delay: 5s;
    animation-delay: 5s;
}

.delay5 {
    -webkit-animation-delay: 6s;
    animation-delay: 6s;
}

/* Defining animation Keyframes */
@-webkit-keyframes slide {
    0% {
        opacity: 0;
        -webkit-transform: translateX(-150);
        transform: translateX(-150);
    }

    20% {
        opacity: 1;
        -webkit-transform: translateX(-90);
        transform: translateX(-90);
    }

    80% {
        opacity: 1;
        -webkit-transform: translateX(90);
        transform: translateX(90);
    }

    100% {
        opacity: 0;
        -webkit-transform: translateX(150);
        transform: translateX(150);
    }
}

@keyframes slide {
    0% {
        opacity: 0;
        -webkit-transform: translateX(-150);
        transform: translateX(-150);
    }

    20% {
        opacity: 1;
        -webkit-transform: translateX(-90);
        transform: translateX(-90);
    }

    80% {
        opacity: 1;
        -webkit-transform: translateX(90);
        transform: translateX(90);
    }

    100% {
        opacity: 0;
        -webkit-transform: translateX(150);
        transform: translateX(150);
    }
}

.img-custom-anim-left {
    -webkit-animation: img-anim-left 1.3s forwards cubic-bezier(0.645, 0.045, 0.355, 1) 0.4s;
    animation: img-anim-left 1.3s forwards cubic-bezier(0.645, 0.045, 0.355, 1) 0.4s;
    opacity: 0;
}

@-webkit-keyframes img-anim-left {
    0% {
        -webkit-transform: translateX(-5%);
        transform: translateX(-5%);
        -webkit-clip-path: inset(0 100% 0 0);
        clip-path: inset(0 100% 0 0);
        opacity: 0;
    }

    100% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
        -webkit-clip-path: inset(0 0 0 0);
        clip-path: inset(0 0 0 0);
        opacity: 1;
    }
}

@keyframes img-anim-left {
    0% {
        -webkit-transform: translateX(-5%);
        transform: translateX(-5%);
        -webkit-clip-path: inset(0 100% 0 0);
        clip-path: inset(0 100% 0 0);
        opacity: 0;
    }

    100% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
        -webkit-clip-path: inset(0 0 0 0);
        clip-path: inset(0 0 0 0);
        opacity: 1;
    }
}

.img-custom-anim-right {
    -webkit-animation: img-anim-right 1.3s forwards cubic-bezier(0.645, 0.045, 0.355, 1) 0.4s;
    animation: img-anim-right 1.3s forwards cubic-bezier(0.645, 0.045, 0.355, 1) 0.4s;
    opacity: 0;
}

@-webkit-keyframes img-anim-right {
    0% {
        -webkit-transform: translateX(5%);
        transform: translateX(5%);
        -webkit-clip-path: inset(0 0 0 100%);
        clip-path: inset(0 0 0 100%);
        opacity: 0;
    }

    100% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
        -webkit-clip-path: inset(0 0 0 0);
        clip-path: inset(0 0 0 0);
        opacity: 1;
    }
}

@keyframes img-anim-right {
    0% {
        -webkit-transform: translateX(5%);
        transform: translateX(5%);
        -webkit-clip-path: inset(0 0 0 100%);
        clip-path: inset(0 0 0 100%);
        opacity: 0;
    }

    100% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
        -webkit-clip-path: inset(0 0 0 0);
        clip-path: inset(0 0 0 0);
        opacity: 1;
    }
}

.img-custom-anim-left {
    -webkit-animation: img-anim-left 1.3s forwards cubic-bezier(0.645, 0.045, 0.355, 1) 0.4s;
    animation: img-anim-left 1.3s forwards cubic-bezier(0.645, 0.045, 0.355, 1) 0.4s;
    opacity: 0;
}

@keyframes img-anim-left {
    0% {
        -webkit-transform: translateX(-5%);
        transform: translateX(-5%);
        -webkit-clip-path: inset(0 100% 0 0);
        clip-path: inset(0 100% 0 0);
        opacity: 0;
    }

    100% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
        -webkit-clip-path: inset(0 0 0 0);
        clip-path: inset(0 0 0 0);
        opacity: 1;
    }
}

.img-custom-anim-top {
    -webkit-animation: img-anim-top 1.3s forwards cubic-bezier(0.645, 0.045, 0.355, 1);
    animation: img-anim-top 1.3s forwards cubic-bezier(0.645, 0.045, 0.355, 1);
    opacity: 0;
}

@-webkit-keyframes img-anim-top {
    0% {
        -webkit-transform: translateY(-5%);
        transform: translateY(-5%);
        -webkit-clip-path: inset(0 0 100% 0);
        clip-path: inset(0 0 100% 0);
        opacity: 0;
    }

    100% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
        -webkit-clip-path: inset(0 0 0 0);
        clip-path: inset(0 0 0 0);
        opacity: 1;
    }
}

@keyframes img-anim-top {
    0% {
        -webkit-transform: translateY(-5%);
        transform: translateY(-5%);
        -webkit-clip-path: inset(0 0 100% 0);
        clip-path: inset(0 0 100% 0);
        opacity: 0;
    }

    100% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
        -webkit-clip-path: inset(0 0 0 0);
        clip-path: inset(0 0 0 0);
        opacity: 1;
    }
}

.img-custom-anim-bottom {
    -webkit-animation: img-anim-bottom 1.3s forwards cubic-bezier(0.645, 0.045, 0.355, 1);
    animation: img-anim-bottom 1.3s forwards cubic-bezier(0.645, 0.045, 0.355, 1);
    opacity: 0;
}

@-webkit-keyframes img-anim-bottom {
    0% {
        -webkit-transform: translateY(5%);
        transform: translateY(5%);
        -webkit-clip-path: inset(100% 0 0 0);
        clip-path: inset(100% 0 0 0);
        opacity: 0;
    }

    100% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
        -webkit-clip-path: inset(0 0 0 0);
        clip-path: inset(0 0 0 0);
        opacity: 1;
    }
}

@keyframes img-anim-bottom {
    0% {
        -webkit-transform: translateY(5%);
        transform: translateY(5%);
        -webkit-clip-path: inset(100% 0 0 0);
        clip-path: inset(100% 0 0 0);
        opacity: 0;
    }

    100% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
        -webkit-clip-path: inset(0 0 0 0);
        clip-path: inset(0 0 0 0);
        opacity: 1;
    }
}

@-webkit-keyframes rippleOne {
    70% {
        -webkit-box-shadow: 0 0 0 40px rgba(244, 68, 56, 0);
        box-shadow: 0 0 0 40px rgba(244, 68, 56, 0);
    }

    100% {
        -webkit-box-shadow: 0 0 0 0 rgba(244, 68, 56, 0);
        box-shadow: 0 0 0 0 rgba(244, 68, 56, 0);
    }
}

@keyframes rippleOne {
    70% {
        -webkit-box-shadow: 0 0 0 40px rgba(244, 68, 56, 0);
        box-shadow: 0 0 0 40px rgba(244, 68, 56, 0);
    }

    100% {
        -webkit-box-shadow: 0 0 0 0 rgba(244, 68, 56, 0);
        box-shadow: 0 0 0 0 rgba(244, 68, 56, 0);
    }
}

@keyframes cir36 {
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@-webkit-keyframes rounded {
    50% {
        -webkit-transform: rotate(15deg);
        transform: rotate(15deg);
    }
}

@keyframes rounded {
    50% {
        -webkit-transform: rotate(15deg);
        transform: rotate(15deg);
    }
}

@-webkit-keyframes up-down {
    0% {
        -webkit-transform: translateY(10px);
        transform: translateY(10px);
    }

    100% {
        -webkit-transform: translateY(-10px);
        transform: translateY(-10px);
    }
}

@keyframes up-down {
    0% {
        -webkit-transform: translateY(10px);
        transform: translateY(10px);
    }

    100% {
        -webkit-transform: translateY(-10px);
        transform: translateY(-10px);
    }
}

@-webkit-keyframes spinner {
    to {
        -webkit-transform: rotateZ(360deg);
        transform: rotateZ(360deg);
    }
}

@keyframes spinner {
    to {
        -webkit-transform: rotateZ(360deg);
        transform: rotateZ(360deg);
    }
}

@-webkit-keyframes letters-loading {
    0%, 75%, 100% {
        opacity: 0;
        -webkit-transform: rotateY(-90deg);
        transform: rotateY(-90deg);
    }

    25%, 50% {
        opacity: 1;
        -webkit-transform: rotateY(0deg);
        transform: rotateY(0deg);
    }
}

@keyframes letters-loading {
    0%, 75%, 100% {
        opacity: 0;
        -webkit-transform: rotateY(-90deg);
        transform: rotateY(-90deg);
    }

    25%, 50% {
        opacity: 1;
        -webkit-transform: rotateY(0deg);
        transform: rotateY(0deg);
    }
}

@keyframes loaderspin {
    0% {
        -webkit-transform: translate(-50%, -50%) rotate(0deg);
        transform: translate(-50%, -50%) rotate(0deg);
    }

    100% {
        -webkit-transform: translate(-50%, -50%) rotate(360deg);
        transform: translate(-50%, -50%) rotate(360deg);
    }
}

@-webkit-keyframes tpswing {
    0% {
        -webkit-transform: rotate(20deg);
        transform: rotate(20deg);
    }

    100% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
}

@keyframes tpswing {
    0% {
        -webkit-transform: rotate(20deg);
        transform: rotate(20deg);
    }

    100% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
}

@keyframes width {
    0% {
        width: 0%;
    }

    100% {
        width: 100%;
    }
}

@-webkit-keyframes width {
    0% {
        width: 0%;
    }

    100% {
        width: 100%;
    }
}

@-webkit-keyframes loaderspin {
    0% {
        -webkit-transform: translate(-50%, -50%) rotate(0deg);
        transform: translate(-50%, -50%) rotate(0deg);
    }

    100% {
        -webkit-transform: translate(-50%, -50%) rotate(360deg);
        transform: translate(-50%, -50%) rotate(360deg);
    }
}

@-webkit-keyframes loaderpulse {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }

    100% {
        -webkit-transform: scale(1.2);
        transform: scale(1.2);
    }
}

@keyframes loaderpulse {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }

    100% {
        -webkit-transform: scale(1.2);
        transform: scale(1.2);
    }
}

@keyframes rounded {
    50% {
        -webkit-transform: rotate(20deg);
        transform: rotate(20deg);
    }
}

@keyframes cir36 {
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

.float-bob-y {
    -webkit-animation-name: float-bob-y;
    animation-name: float-bob-y;
    -webkit-animation-duration: 3s;
    animation-duration: 3s;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
}

@-webkit-keyframes float-bob-y {
    0% {
        -webkit-transform: translateY(-30px);
        transform: translateY(-30px);
    }

    50% {
        -webkit-transform: translateY(-10px);
        transform: translateY(-10px);
    }

    100% {
        -webkit-transform: translateY(-30px);
        transform: translateY(-30px);
    }
}

@keyframes float-bob-y {
    0% {
        -webkit-transform: translateY(-30px);
        transform: translateY(-30px);
    }

    50% {
        -webkit-transform: translateY(-10px);
        transform: translateY(-10px);
    }

    100% {
        -webkit-transform: translateY(-30px);
        transform: translateY(-30px);
    }
}

.float-bob-x {
    -webkit-animation-name: float-bob-x;
    animation-name: float-bob-x;
    -webkit-animation-duration: 3s;
    animation-duration: 3s;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
}

@-webkit-keyframes float-bob-x {
    0% {
        -webkit-transform: translateX(0px);
        transform: translateX(30px);
    }

    50% {
        -webkit-transform: translateX(10px);
        transform: translateX(10px);
    }

    100% {
        -webkit-transform: translateX(30px);
        transform: translateX(30px);
    }
}

@keyframes float-bob-x {
    0% {
        -webkit-transform: translateX(30px);
        transform: translateX(30px);
    }

    50% {
        -webkit-transform: translateX(10px);
        transform: translateX(10px);
    }

    100% {
        -webkit-transform: translateX(30px);
        transform: translateX(30px);
    }
}

@keyframes bounce-x {
    0% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }

    50% {
        -webkit-transform: translateX(30px);
        transform: translateX(30px);
    }

    100% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }
}

.bounce-x {
    -webkit-animation: bounce-x 7s infinite linear;
    animation: bounce-x 7s infinite linear;
}

.animation-infinite {
    -webkit-animation: ShapeAnim 80s linear infinite;
    animation: ShapeAnim 80s linear infinite;
    height: 30px;
    width: 100%;
    background-repeat: repeat;
    overflow: hidden;
}

@-webkit-keyframes ShapeAnim {
    0% {
        background-position: top left;
    }

    100% {
        background-position: top left 2000px;
    }
}

@keyframes ShapeAnim {
    0% {
        background-position: top left;
    }

    100% {
        background-position: top left 2000px;
    }
}

/*-----------------------[ 6. Main Header CSS ]------------------------*/

.header-main {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 10px 0;
}

    .header-main .main-menu ul {
        margin-bottom: 0;
    }

        .header-main .main-menu ul li {
            position: relative;
            list-style: none;
            display: inline-block;
            -webkit-margin-end: 30px;
            margin-inline-end: 30px;
        }

@media (max-width: 1399px) {
    .header-main .main-menu ul li {
        -webkit-margin-end: 25px;
        margin-inline-end: 25px;
    }
}

.header-main .main-menu ul li:last-child {
    -webkit-margin-end: 0;
    margin-inline-end: 0;
}

.header-main .main-menu ul li a {
    display: inline-block;
    font-size: 16px;
    font-weight: 500;
    color: var(--header);
    font-family: "Satoshi", sans-serif;
    padding: 20px 0;
    text-align: left;
    position: relative;
    text-transform: capitalize;
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}

    .header-main .main-menu ul li a .head-icon {
        margin-left: 0;
        margin-right: 5px;
    }

    .header-main .main-menu ul li a i {
        margin-left: 5px;
        font-size: 14px;
    }

    .header-main .main-menu ul li a:hover {
        color: var(--theme-color-2) !important;
    }

.header-main .main-menu ul li .submenu {
    position: absolute;
    top: 100%;
    inset-inline-start: 0;
    min-width: 250px;
    background: var(--white);
    z-index: 99999;
    visibility: hidden;
    opacity: 0;
    -webkit-transform-origin: top center;
    transform-origin: top center;
    color: var(--header);
    -webkit-box-shadow: 0px 0px 40px 0px rgba(11, 13, 17, 0.08);
    box-shadow: 0px 0px 40px 0px rgba(11, 13, 17, 0.08);
    -webkit-transform: translateY(10px);
    transform: translateY(10px);
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
    padding: 30px 30px;
}

    .header-main .main-menu ul li .submenu li {
        display: block;
        width: 100%;
        margin: 0;
        padding: 0;
    }

        .header-main .main-menu ul li .submenu li:not(:last-child) {
            padding-bottom: 15px;
        }

        .header-main .main-menu ul li .submenu li a {
            position: relative;
            z-index: 11;
            font-size: 16px;
            font-weight: 500;
            color: var(--header);
            padding: 0 0;
            padding-bottom: 0;
            padding-top: 0;
            text-transform: u;
            font-family: "Satoshi", sans-serif;
            width: 100%;
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-align: center;
            -ms-flex-align: center;
            align-items: center;
            -webkit-box-pack: justify;
            -ms-flex-pack: justify;
            justify-content: space-between;
        }

            .header-main .main-menu ul li .submenu li a:hover {
                color: var(--white) !important;
            }

        .header-main .main-menu ul li .submenu li:last-child a {
            border: none;
        }

        .header-main .main-menu ul li .submenu li .submenu {
            inset-inline-start: 113%;
            top: 0;
            visibility: hidden;
            opacity: 0;
        }

        .header-main .main-menu ul li .submenu li:hover > a {
            color: var(--theme-color-2) !important;
        }

            .header-main .main-menu ul li .submenu li:hover > a::after {
                color: var(--theme-color-2);
            }

        .header-main .main-menu ul li .submenu li:hover > .submenu {
            -webkit-transform: translateY(1);
            transform: translateY(1);
            visibility: visible;
            opacity: 1;
        }

        .header-main .main-menu ul li .submenu li.has-dropdown > a::after {
            position: absolute;
            top: 50%;
            inset-inline-end: 25px;
            -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
            color: var(--theme-color-2);
        }

.header-main .main-menu ul li .has-homemenu {
    width: 1100px;
    padding: 30px 30px 10px 30px;
    opacity: 0;
    left: -250px;
    visibility: hidden;
    padding: 30px 30px 10px 30px;
}

@media (max-width: 991px) {
    .header-main .main-menu ul li .has-homemenu .homemenu-items {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
}

.header-main .main-menu ul li .has-homemenu .homemenu-items .homemenu {
    position: relative;
}

    .header-main .main-menu ul li .has-homemenu .homemenu-items .homemenu .homemenu-thumb {
        position: relative;
    }

        .header-main .main-menu ul li .has-homemenu .homemenu-items .homemenu .homemenu-thumb .demo-button {
            position: absolute;
            top: 50%;
            left: 50%;
            -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
            width: 90%;
            text-align: center;
            -webkit-box-pack: center;
            -ms-flex-pack: center;
            justify-content: center;
            gap: 10px;
            display: initial !important;
            justify-content: center;
            -webkit-box-orient: vertical;
            -webkit-box-direction: normal;
            -ms-flex-direction: column;
            flex-direction: column;
            opacity: 0;
            visibility: hidden;
            -webkit-transition: all 0.4s ease-in-out;
            transition: all 0.4s ease-in-out;
            margin-top: 20px;
        }

            .header-main .main-menu ul li .has-homemenu .homemenu-items .homemenu .homemenu-thumb .demo-button .theme-btn {
                padding: 12px 15px;
                color: var(--white) !important;
                font-size: 14px;
                text-align: center;
                border-radius: 100px !important;
                background-color: var(--theme-color-2);
                line-height: initial;
                -webkit-box-pack: center;
                -ms-flex-pack: center;
                justify-content: center;
            }

                .header-main .main-menu ul li .has-homemenu .homemenu-items .homemenu .homemenu-thumb .demo-button .theme-btn:hover {
                    background-color: var(--header);
                }

        .header-main .main-menu ul li .has-homemenu .homemenu-items .homemenu .homemenu-thumb::before {
            background: -webkit-gradient(linear, left top, left bottom, from(rgba(99, 92, 92, 0)), to(#252527));
            background: linear-gradient(to bottom, rgba(99, 92, 92, 0) 0%, #252527 100%);
            background-repeat: no-repeat;
            background-size: cover;
            background-position: center;
            width: 100%;
            height: 100%;
            position: absolute;
            left: 0;
            top: 0;
            overflow: hidden;
            opacity: 0;
            -webkit-transition: all 0.3s ease-in-out;
            transition: all 0.3s ease-in-out;
            content: "";
        }

        .header-main .main-menu ul li .has-homemenu .homemenu-items .homemenu .homemenu-thumb:hover::before {
            visibility: visible;
            opacity: 1;
        }

        .header-main .main-menu ul li .has-homemenu .homemenu-items .homemenu .homemenu-thumb:hover .demo-button {
            opacity: 1;
            visibility: visible;
            margin-top: 0;
        }

        .header-main .main-menu ul li .has-homemenu .homemenu-items .homemenu .homemenu-thumb:hover .homemenu-btn {
            opacity: 1;
            visibility: visible;
            bottom: 50%;
            -webkit-transform: translateY(50%);
            transform: translateY(50%);
        }

        .header-main .main-menu ul li .has-homemenu .homemenu-items .homemenu .homemenu-thumb img {
            width: 100%;
        }

    .header-main .main-menu ul li .has-homemenu .homemenu-items .homemenu .homemenu-title {
        text-align: center;
        margin: 15px auto;
        display: inline-block;
        font-size: 16px;
        font-weight: 500;
        font-family: "Satoshi", sans-serif;
    }

        .header-main .main-menu ul li .has-homemenu .homemenu-items .homemenu .homemenu-title a:hover {
            color: #e40d14 !important;
        }

.header-main .main-menu ul li:hover > a {
    color: var(--theme-color-2);
}

    .header-main .main-menu ul li:hover > a::after {
        color: var(--theme-color-2);
    }

.header-main .main-menu ul li:hover > .submenu {
    visibility: visible;
    opacity: 1;
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
}

.header-main .header-right {
    gap: 40px;
}

@media (max-width: 1399px) {
    .header-main .header-right {
        gap: 20px;
    }
}

.header-main .header-right .search-icon {
    color: var(--header);
    font-size: 18px;
}

.header-main .sidebar__toggle {
    cursor: pointer;
    font-size: 20px;
    color: var(--header);
}

.header-top-section {
    background: #172965;
    padding: 14px;
}

@media (max-width: 1199px) {
    .header-top-section {
        display: none;
    }
}

.header-top-section .header-top-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

    .header-top-section .header-top-wrapper p {
        font-size: 14px;
        font-weight: 500;
        color: rgba(255, 255, 255, 0.85);
    }

        .header-top-section .header-top-wrapper p a {
            color: var(--white);
            -webkit-text-decoration-line: underline;
            text-decoration-line: underline;
            font-weight: 700;
        }

    .header-top-section .header-top-wrapper .top-list {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        gap: 20px;
    }

        .header-top-section .header-top-wrapper .top-list li {
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-align: center;
            -ms-flex-align: center;
            align-items: center;
            gap: 15px;
        }

            .header-top-section .header-top-wrapper .top-list li i {
                color: white;
            }

            .header-top-section .header-top-wrapper .top-list li a {
                color: rgba(255, 255, 255, 0.85);
                font-size: 14px;
            }

    .header-top-section .header-top-wrapper .right-flag {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        gap: 20px;
    }

        .header-top-section .header-top-wrapper .right-flag .flag-wrap {
            position: relative;
            max-width: 106px;
            margin: 0 auto;
        }

@media (max-width: 1600px) {
    .header-top-section .header-top-wrapper .right-flag .flag-wrap {
        display: none;
    }
}

.header-top-section .header-top-wrapper .right-flag .flag-wrap .flag {
    position: absolute;
    top: 0;
    left: 15px;
    z-index: 1;
}

@media (max-width: 767px) {
    .header-top-section .header-top-wrapper .right-flag .flag-wrap .flag {
        display: none;
    }
}

.header-top-section .header-top-wrapper .right-flag .flag-wrap .flag img {
    width: 100%;
    height: 100%;
}

.header-top-section .header-top-wrapper .right-flag .flag-wrap .nice-select {
    padding: 0 0 0 45px;
    background: transparent;
    border: none;
    text-align: center;
    margin: 0 auto;
    position: relative;
    z-index: 999;
    border: none !important;
    padding-bottom: 0 !important;
    font-weight: 400 !important;
}

    .header-top-section .header-top-wrapper .right-flag .flag-wrap .nice-select span {
        font-weight: 400;
    }

    .header-top-section .header-top-wrapper .right-flag .flag-wrap .nice-select .list {
        width: 100px;
        left: 0;
        background-color: var(--white);
        border-radius: 0;
    }

    .header-top-section .header-top-wrapper .right-flag .flag-wrap .nice-select .option {
        border: none;
        background-color: #fff;
    }

        .header-top-section .header-top-wrapper .right-flag .flag-wrap .nice-select .option.selected.focus {
            background-color: #fff;
        }

    .header-top-section .header-top-wrapper .right-flag .flag-wrap .nice-select::after {
        right: 75px;
        border-bottom: 1px solid transparent;
        border-right: 1px solid transparent;
        width: 8px;
        height: 8px;
        top: 17px;
        border-bottom: 1px solid transparent;
        border-color: var(--white);
        border-right: 1px solid var(--white);
    }

    .header-top-section .header-top-wrapper .right-flag .flag-wrap .nice-select span {
        font-size: 15px;
        font-weight: 500;
        text-transform: uppercase;
        color: var(--white);
    }

.header-top-section .header-top-wrapper .right-flag .social-icon {
    gap: 15px;
    font-size: 18px;
}

@media (max-width: 1399px) {
    .header-top-section .header-top-wrapper .right-flag .social-icon {
        display: none !important;
    }
}

.header-top-section .header-top-wrapper .right-flag .social-icon a {
    color: var(--white);
}

    .header-top-section .header-top-wrapper .right-flag .social-icon a:hover {
        color: #e40d14;
    }

.header-top-section.style-2 {
    background: #EFF7FF;
    padding: 0;
}

    .header-top-section.style-2 .header-top-wrapper .top-list li i {
        color: var(--theme-color-2);
    }

    .header-top-section.style-2 .header-top-wrapper .top-list li a {
        color: #4b5563;
    }

    .header-top-section.style-2 .header-top-wrapper .top-list li p {
        color: #4b5563;
    }

    .header-top-section.style-2 .header-top-wrapper .form {
        position: relative;
        margin: 0 auto;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        border-right: 1px solid rgba(255, 255, 255, 0.2);
        padding-right: 30px;
    }

        .header-top-section.style-2 .header-top-wrapper .form .single-select {
            background-color: transparent;
            border: none;
            height: initial;
            font-size: 14px;
            font-weight: 500;
            font-family: "Helvetica Neue", sans-serif;
            color: #797979;
            padding-right: 25px;
        }

            .header-top-section.style-2 .header-top-wrapper .form .single-select::after {
                right: 0;
                width: 8px;
                height: 8px;
            }

    .header-top-section.style-2 .header-top-wrapper .social-icon {
        gap: 15px;
    }

        .header-top-section.style-2 .header-top-wrapper .social-icon a {
            color: var(--header);
        }

            .header-top-section.style-2 .header-top-wrapper .social-icon a:hover {
                color: #e40d14;
            }

.header-1 .icon-btn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 30px;
    position: relative;
}

    .header-1 .icon-btn .cart-icon {
        font-size: 28px;
    }

@media (max-width: 1399px) {
    .header-1 .icon-btn .cart-icon {
        font-size: 22px;
    }
}

.header-1 .icon-btn .cart-icon span {
    width: 22px;
    height: 22px;
    line-height: 22px;
    text-align: center;
    border-radius: 50%;
    background-color: #e40d14;
    color: var(--white);
    display: inline-block;
    font-size: 16px;
    position: absolute;
    bottom: -10px;
    right: 40px;
}

.header-1 .icon-btn .header-search {
    font-size: 25px;
}

@media (max-width: 1399px) {
    .header-1 .icon-btn .header-search {
        font-size: 18px;
    }
}

.header-1 .header-contact-info {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 30px;
}

@media (max-width: 1199px) {
    .header-1 .header-contact-info {
        display: none;
    }
}

.header-1 .header-contact-info .info-items {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 15px;
}

@media (max-width: 1399px) {
    .header-1 .header-contact-info .info-items {
        display: none;
    }
}

.header-1 .header-contact-info .info-items .icon {
    font-size: 37px;
    color: #e40d14;
}

.header-1 .header-contact-info .info-items .content h6 {
    font-size: 18px;
    font-weight: 500;
    margin-top: 10px;
}

.header-1 .header-contact-info .theme-btn {
    background-color: var(--theme-color-2);
}

    .header-1 .header-contact-info .theme-btn i {
        color: var(--theme-color-2);
    }

    .header-1 .header-contact-info .theme-btn:hover {
        background-color: var(--header);
    }

        .header-1 .header-contact-info .theme-btn:hover i {
            background-color: var(--theme-color-2);
            color: var(--white);
        }

.header-1.header-3 {
    position: absolute;
    z-index: 99999;
    width: 100%;
    right: 0;
    left: 0;
}

@media (max-width: 1399px) {
    .header-1.header-3 {
        position: static;
    }
}

.header-1.header-3 .header-left {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 50px;
}

.header-1.header-3 .mega-menu-wrapper .header-main .header-left {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 50px;
}

@media (max-width: 1199px) {
    .header-1.header-3 .mega-menu-wrapper .header-main .header-left {
        gap: 0;
    }
}

.header-1.header-3 .mega-menu-wrapper .header-main .header-right {
    gap: 15px;
}

    .header-1.header-3 .mega-menu-wrapper .header-main .header-right .icon-btn {
        border-radius: 27px;
        background: #008;
        padding: 10px 20px;
    }

        .header-1.header-3 .mega-menu-wrapper .header-main .header-right .icon-btn .cart-icon {
            color: var(--white);
        }

            .header-1.header-3 .mega-menu-wrapper .header-main .header-right .icon-btn .cart-icon span {
                bottom: 4px;
                right: 65px;
            }

        .header-1.header-3 .mega-menu-wrapper .header-main .header-right .icon-btn .header-search .search-toggle i {
            color: var(--white);
        }

.header-1.header-3 .icon-btn .cart-icon {
    font-size: 21px;
}

.header-1.header-3 .icon-btn .header-search {
    font-size: 20px;
}

@media (max-width: 1399px) {
    .header-1.header-3 .icon-btn .header-search {
        font-size: 18px;
    }
}

@media (max-width: 1199px) {
    .menu-thumb {
        display: none !important;
    }
}

.sticky {
    position: fixed !important;
    top: 0 !important;
    left: 0;
    width: 100%;
    z-index: 9999;
    -webkit-transition: all 0.9s;
    transition: all 0.9s;
    background-color: var(--white);
    -webkit-animation: 500ms ease-in-out 0s normal none 1 running fadeInDown;
    animation: 500ms ease-in-out 0s normal none 1 running fadeInDown;
    -webkit-box-shadow: var(---box-shadow);
    box-shadow: var(---box-shadow);
}

.offcanvas__info {
    background: var(--white) none repeat scroll 0 0;
    border-left: 2px solid var(--theme-color-2);
    position: fixed;
    right: 0;
    top: 0;
    width: 400px;
    height: 100%;
    -webkit-transform: translateX(calc(100% + 80px));
    transform: translateX(calc(100% + 80px));
    -webkit-transition: transform 0.45s ease-in-out, opacity 0.45s ease-in-out;
    -webkit-transition: opacity 0.45s ease-in-out, -webkit-transform 0.45s ease-in-out;
    transition: opacity 0.45s ease-in-out, -webkit-transform 0.45s ease-in-out;
    transition: transform 0.45s ease-in-out, opacity 0.45s ease-in-out;
    transition: transform 0.45s ease-in-out, opacity 0.45s ease-in-out, -webkit-transform 0.45s ease-in-out;
    z-index: 99999;
    overflow-y: scroll;
    overscroll-behavior-y: contain;
    scrollbar-width: none;
}

    .offcanvas__info.info-open {
        opacity: 1;
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }

.offcanvas__logo a img {
    width: 150px;
}

.offcanvas__wrapper {
    position: relative;
    height: 100%;
    padding: 30px 30px;
}

    .offcanvas__wrapper .offcanvas-title {
        font-size: 28px;
        margin-bottom: 15px;
    }

    .offcanvas__wrapper .offcanvas__content p {
        color: var(--header);
    }

    .offcanvas__wrapper .offcanvas__content .offcanvas__close {
        width: 45px;
        height: 45px;
        line-height: 45px;
        text-align: center;
        border-radius: 50%;
        background-color: var(--theme-color-2);
        position: relative;
        z-index: 9;
        cursor: pointer;
    }

        .offcanvas__wrapper .offcanvas__content .offcanvas__close i {
            color: var(--white);
        }

    .offcanvas__wrapper .offcanvas__content .social-icon {
        margin-top: 30px;
        gap: 10px;
        margin-bottom: 30px;
    }

        .offcanvas__wrapper .offcanvas__content .social-icon a {
            width: 52px;
            height: 52px;
            line-height: 52px;
            text-align: center;
            font-size: 16px;
            border-radius: 50%;
            display: block;
            background: transparent;
            color: var(--header);
            -webkit-transition: all .4s ease-in-out;
            transition: all .4s ease-in-out;
            text-align: center;
            border: 1px solid rgba(0, 0, 0, 0.15);
        }

            .offcanvas__wrapper .offcanvas__content .social-icon a:hover {
                background-color: var(--theme-color-2);
                color: var(--white);
                border: 1px solid var(--theme-color-2);
            }

    .offcanvas__wrapper .offcanvas__content .offcanvas__contact {
        margin-top: 20px;
        margin-bottom: 40px;
    }

        .offcanvas__wrapper .offcanvas__content .offcanvas__contact h3 {
            font-size: 28px;
            margin-bottom: 15px;
            font-weight: 400;
        }

        .offcanvas__wrapper .offcanvas__content .offcanvas__contact .contact-list li {
            font-size: 16px;
            color: var(--header);
        }

            .offcanvas__wrapper .offcanvas__content .offcanvas__contact .contact-list li:not(:last-child) {
                margin-bottom: 10px;
            }

            .offcanvas__wrapper .offcanvas__content .offcanvas__contact .contact-list li span {
                font-weight: 400;
                color: var(--header);
                font-size: 18px;
            }

            .offcanvas__wrapper .offcanvas__content .offcanvas__contact .contact-list li a {
                font-size: 16px;
                color: var(--header);
            }

        .offcanvas__wrapper .offcanvas__content .offcanvas__contact span {
            text-transform: initial;
        }

        .offcanvas__wrapper .offcanvas__content .offcanvas__contact .header-button {
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-align: center;
            -ms-flex-align: center;
            align-items: center;
        }

.offcanvas__overlay {
    position: fixed;
    height: 100%;
    width: 100%;
    background: #151515;
    z-index: 900;
    top: 0;
    opacity: 0;
    visibility: hidden;
    right: 0;
}

    .offcanvas__overlay.overlay-open {
        opacity: 0.8;
        visibility: visible;
    }

@media (max-width: 450px) {
    .offcanvas__info {
        width: 350px;
    }
}

@media (max-width: 575px) {
    .offcanvas__wrapper {
        padding: 20px;
    }
}

.breadcrumb-wrapper {
    position: relative;
    overflow: hidden;
    z-index: 9;
}

    .breadcrumb-wrapper .page-heading {
        position: relative;
        padding: 50px 0 50px;
        z-index: 9;
    }

@media (max-width: 1199px) {
    .breadcrumb-wrapper .page-heading {
        text-align: center;
    }
}

@media (max-width: 991px) {
    .breadcrumb-wrapper .page-heading {
        padding: 130px 0 130px;
    }
}

@media (max-width: 767px) {
    .breadcrumb-wrapper .page-heading {
        padding: 110px 0 110px;
    }
}

.breadcrumb-wrapper .page-heading .breadcrumb-items-area {
    padding: 30px 100px;
    border-radius: 10px;
    display: inline-block;
    position: relative;
    max-width: 860px;
    width: 100%;
}

@media (max-width: 1199px) {
    .breadcrumb-wrapper .page-heading .breadcrumb-items-area {
        background: rgba(255, 255, 255, 0.33);
        -webkit-backdrop-filter: blur(19.2px);
        backdrop-filter: blur(19.2px);
    }
}

.breadcrumb-wrapper .page-heading .breadcrumb-items-area::before {
    position: absolute;
    top: 0;
    left: 0px;
    bottom: 0;
    right: 0;
    content: "";
    background-image: url(../img/braed-bg.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    z-index: -1;
}

@media (max-width: 1199px) {
    .breadcrumb-wrapper .page-heading .breadcrumb-items-area::before {
        display: none;
    }
}

.breadcrumb-wrapper .page-heading .breadcrumb-items-area .breadcrumb-sub-title h1 {
    color: var(--white);
    font-size: 52px;
    position: relative;
    text-transform: capitalize;
    z-index: 9;
    font-weight: 500;
}

@media (max-width: 575px) {
    .breadcrumb-wrapper .page-heading .breadcrumb-items-area .breadcrumb-sub-title h1 {
        font-size: 45px;
    }
}

@media (max-width: 470px) {
    .breadcrumb-wrapper .page-heading .breadcrumb-items-area .breadcrumb-sub-title h1 {
        font-size: 40px;
    }
}

.breadcrumb-wrapper .page-heading .breadcrumb-items-area .breadcrumb-items {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-top: 20px;
    gap: 10px;
    background-color: var(--white);
    border-radius: 2px;
    padding: 15px 20px;
    line-height: 1;
}

@media (max-width: 575px) {
    .breadcrumb-wrapper .page-heading .breadcrumb-items-area .breadcrumb-items {
        margin-top: 15px;
    }
}

.breadcrumb-wrapper .page-heading .breadcrumb-items-area .breadcrumb-items li {
    color: #e40c14;
    text-transform: uppercase;
    font-weight: 500;
    font-size: 14px;
}

    .breadcrumb-wrapper .page-heading .breadcrumb-items-area .breadcrumb-items li a {
        color: #e40c14;
        -webkit-transition: all 0.4s ease-in-out;
        transition: all 0.4s ease-in-out;
    }

        .breadcrumb-wrapper .page-heading .breadcrumb-items-area .breadcrumb-items li a:hover {
            color: #e40d14;
        }

        .breadcrumb-wrapper .page-heading .breadcrumb-items-area .breadcrumb-items li a i {
            color: #e40d14;
            margin-right: 5px;
        }

    .breadcrumb-wrapper .page-heading .breadcrumb-items-area .breadcrumb-items li i {
        color: var(--white);
    }

.breadcrumb-wrapper .breadcrumb-image {
    position: absolute;
    bottom: 0;
    top: 0;
    right: 140px;
}

@media (max-width: 1600px) {
    .breadcrumb-wrapper .breadcrumb-image {
        right: 30px;
    }
}

@media (max-width: 1199px) {
    .breadcrumb-wrapper .breadcrumb-image {
        display: none;
    }
}

.breadcrumb-wrapper .breadcrumb-shape {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
}

.error-items {
    text-align: center;
}

    .error-items .error-image {
        margin-bottom: 50px;
        position: relative;
        z-index: 9;
        max-width: 545px;
        margin: 0 auto;
    }

@media (max-width: 1199px) {
    .error-items .error-image {
        margin-bottom: 40px;
    }
}

.error-items .error-image img {
    width: 100%;
    height: 100%;
}

.error-items h2 {
    margin-bottom: 20px;
    margin-top: 50px;
}

.error-items p {
    margin-bottom: 48px;
}

@media (max-width: 1199px) {
    .error-items p {
        margin-bottom: 30px;
    }
}

.header-container {
    max-width: 1590px;
    margin: 0 auto;
}

.header-container-2 {
    max-width: 1640px;
    margin: 0 auto;
}

.side_bar {
    position: fixed;
    top: 0;
    right: 0px;
    width: 420px;
    height: 100%;
    background-color: var(--white);
    padding: 40px;
    padding-top: 25px;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    -webkit-box-shadow: var(---box-shadow);
    box-shadow: var(---box-shadow);
    z-index: 99999;
    overflow-y: scroll;
}

@media (max-width: 470px) {
    .side_bar {
        width: 350px;
    }
}

.side_bar .info .icon__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 20px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

    .side_bar .info .icon__item:not(:last-child) {
        margin-bottom: 30px;
    }

    .side_bar .info .icon__item .icon {
        color: #e40d14;
        font-size: 32px;
    }

    .side_bar .info .icon__item .content p {
        margin-bottom: 5px;
    }

    .side_bar .info .icon__item .content h6 {
        font-size: 16px;
        color: var(--white);
    }

.side_bar .x-mark-icon {
    position: absolute;
    right: 40px;
    top: 25px;
    text-align: center;
    font-size: 20px;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    color: var(--header);
}

    .side_bar .x-mark-icon:hover {
        -webkit-transform: rotate(90deg);
        transform: rotate(90deg);
    }

.side_bar .cartmini__del {
    position: absolute;
    top: 10px;
    right: 10px;
    width: 25px;
    height: 25px;
    line-height: 25px;
    text-align: center;
    color: var(--header);
    font-size: 16px;
}

.side_bar p {
    color: var(--white);
}

.side_bar .cart-title {
    margin-bottom: 20px;
}

    .side_bar .cart-title h4 {
        color: var(--header);
        font-weight: 500;
    }

.side_bar .cartmini__widget {
    height: 100%;
}

    .side_bar .cartmini__widget .cartmini__widget-item {
        position: relative;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        padding: 20px;
        border-bottom: 1px solid rgba(129, 129, 129, 0.2);
        -webkit-transition: background-color 0.3s;
        transition: background-color 0.3s;
        gap: 30px;
        padding-left: 0;
        padding-top: 20px;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }

        .side_bar .cartmini__widget .cartmini__widget-item .cartmini__thumb {
            max-width: 100px;
            height: 100px;
            width: 100%;
        }

            .side_bar .cartmini__widget .cartmini__widget-item .cartmini__thumb img {
                width: 100%;
                height: 100%;
            }

        .side_bar .cartmini__widget .cartmini__widget-item .cartmini__content h5 {
            font-size: 16px;
            font-weight: 500;
            margin-bottom: 5px;
        }

.side_bar .cartmini__checkout {
    padding: 20px;
    padding-bottom: 85px;
    width: 100%;
    background: var(--white);
    border-top: 2px solid var(--border);
    margin-top: 150px;
    padding-right: 0;
    padding-left: 0;
}

    .side_bar .cartmini__checkout .cartmini__checkout-title {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }

        .side_bar .cartmini__checkout .cartmini__checkout-title h4 {
            font-size: 18px;
            display: inline-block;
            font-weight: 500;
            margin-bottom: 0;
        }

        .side_bar .cartmini__checkout .cartmini__checkout-title span {
            font-size: 20px;
            font-weight: 600;
            color: #e40d14;
        }

.side_bar .cartmini__checkout-btn .theme-btn {
    text-align: center;
    padding: 20px 60px;
}

    .side_bar .cartmini__checkout-btn .theme-btn.style-2 {
        background-color: var(--header);
    }

        .side_bar .cartmini__checkout-btn .theme-btn.style-2:hover {
            background-color: var(--theme-color-2);
        }

.side_bar_hidden {
    visibility: hidden;
    opacity: 0;
    right: -30px;
}

.mean-container a.meanmenu-reveal {
    display: none;
}

.mean-container .mean-nav {
    background: none;
    margin-top: 0;
}

.mean-container .mean-bar {
    padding: 0;
    min-height: auto;
    background: none;
}

.mean-container .mean-nav > ul {
    padding: 0;
    margin: 0;
    width: 100%;
    list-style-type: none;
    display: block !important;
}

.mean-container a.meanmenu-reveal {
    display: none !important;
}

.mean-container .mean-nav ul li a {
    width: 100%;
    padding: 10px 0;
    color: var(--header);
    font-size: 16px;
    line-height: 1.5;
    font-weight: 500;
}

    .mean-container .mean-nav ul li a.border-none {
        border: none;
    }

    .mean-container .mean-nav ul li a:hover {
        color: #e40d14;
    }

    .mean-container .mean-nav ul li a .head-icon {
        display: none;
    }

    .mean-container .mean-nav ul li a:last-child {
        border-bottom: 0;
    }

    .mean-container .mean-nav ul li a:hover {
        color: #e40d14;
    }

    .mean-container .mean-nav ul li a.mean-expand {
        margin-top: 5px;
        padding: 0 !important;
    }

.mean-container .mean-nav ul li > a > i {
    display: none;
}

.mean-container .mean-nav ul li > a.mean-expand i {
    display: inline-block;
}

.mean-container .mean-nav > ul > li:first-child > a {
    border-top: 0;
}

.mean-container .mean-nav ul li a.mean-expand.mean-clicked i {
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}

.mean-container .mean-nav ul li .mega-menu li a {
    height: 200px;
    width: 100%;
    padding: 0;
    border-top: 0;
    margin-bottom: 20px;
}

@media (max-width: 1199px) {
    .mean-container .mean-nav ul li.menu-thumb {
        display: none;
    }
}

/*-----------------------[ 7. Hero Sections CSS ]------------------------*/
.hero-1 {
    padding: 0 0 0;
}

@media (max-width: 991px) {
    .hero-1 {
        padding-top: 120px;
    }
}

@media (max-width: 767px) {
    .hero-1 {
        padding-top: 50px;
    }
}

.hero-1 .hero-content {
    margin-bottom: 170px;
}

@media (max-width: 991px) {
    .hero-1 .hero-content {
        margin-bottom: 0;
    }
}

@media (max-width: 767px) {
    .hero-1 .hero-content {
        text-align: center;
    }
}

.hero-1 .hero-content h1 {
    color: #172965;
}

@media (max-width: 575px) {
    .hero-1 .hero-content h1 {
        font-size: 40px;
    }
}

.hero-1 .hero-content p {
    font-size: 20px;
    margin-top: 15px;
}

@media (max-width: 1199px) {
    .hero-1 .hero-content p {
        font-size: 17px;
    }

        .hero-1 .hero-content p br {
            display: none;
        }
}

@media (max-width: 575px) {
    .hero-1 .hero-content p {
        font-size: 16px;
    }
}

.hero-1 .hero-content .theme-btn {
    margin-top: 50px;
}

@media (max-width: 991px) {
    .hero-1 .hero-content .theme-btn {
        margin-top: 35px;
    }
}

@media (max-width: 575px) {
    .hero-1 .hero-content .theme-btn {
        margin-top: 25px;
    }
}

@media (max-width: 1399px) {
    .hero-1 .hero-image {
        margin-left: -120px;
    }
}

@media (max-width: 1199px) {
    .hero-1 .hero-image {
        margin-left: -50px;
    }
}

@media (max-width: 991px) {
    .hero-1 .hero-image {
        margin-left: 0;
    }

        .hero-1 .hero-image img {
            width: 100%;
            height: 100%;
        }
}

.hero-2 {
    position: relative;
}

    .hero-2 .array-button-2 {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        position: absolute;
        top: 45%;
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%);
        left: 50px;
        right: 50px;
        z-index: 99;
    }

@media (max-width: 1600px) {
    .hero-2 .array-button-2 {
        display: none;
    }
}

.hero-2 .video-button {
    border-radius: 12px 0px 0px 0px;
    background: var(--white);
    padding: 50px 70px;
    position: absolute;
    right: 0;
    bottom: 140px;
    z-index: 99;
}

@media (max-width: 767px) {
    .hero-2 .video-button {
        display: none;
    }
}

.hero-2 .video-btn {
    font-size: 18px;
    color: #e40d14;
}

    .hero-2 .video-btn i {
        margin-right: 10px;
    }

.hero-2 .swiper-slide.swiper-slide-active .hero-bg {
    -webkit-transform: scale(1.35);
    transform: scale(1.35);
}

.hero-2 .swiper-slide.swiper-slide-active .hero-content {
    opacity: 1;
    -webkit-transform: translatey(0px);
    transform: translatey(0px);
    -webkit-transition: all 2500ms ease;
    transition: all 2500ms ease;
}

.hero-2 .swiper-slide.swiper-slide-active .hero-button {
    opacity: 1;
    -webkit-transform: translatey(0px);
    transform: translatey(0px);
    -webkit-transition: all 2500ms ease;
    transition: all 2500ms ease;
}

.hero-2 .hero-height {
    padding: 250px 0 250px;
}

@media (max-width: 767px) {
    .hero-2 .hero-height {
        padding: 80px 0 80px;
    }
}

.hero-2.hero-5 .hero-height {
    padding: 190px 0 190px;
}

@media (max-width: 1199px) {
    .hero-2.hero-5 .hero-height {
        padding: 170px 0;
    }
}

@media (max-width: 991px) {
    .hero-2.hero-5 .hero-height {
        padding: 140px 0;
    }
}

@media (max-width: 767px) {
    .hero-2.hero-5 .hero-height {
        padding: 110px 0;
    }
}

.hero-2.hero-5 .hero-bg::before {
    background: linear-gradient(85deg, rgba(3, 3, 66, 0.72) 26.67%, rgba(3, 3, 66, 0) 78.34%);
}

.hero-2.hero-5 .hero-content p {
    font-size: 20px;
    color: var(--white);
    max-width: 570px;
    margin-top: 20px;
}

.hero-2.hero-5 .hero-button {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 20px;
}

@media (max-width: 1199px) {
    .hero-2.hero-5 .hero-button {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        gap: 20px;
    }
}

.hero-2.hero-5 .hero-button .caller-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 16px;
}

    .hero-2.hero-5 .hero-button .caller-item .content span {
        color: var(--white);
    }

    .hero-2.hero-5 .hero-button .caller-item .content h5 a {
        color: var(--white);
    }

.hero-2 .hero-bg {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-transition: opacity 1500ms ease-in, -webkit-transform 7000ms ease;
    transition: opacity 1500ms ease-in, -webkit-transform 7000ms ease;
    -webkit-transition: opacity 1500ms ease-in, -webkit-transform 9000ms ease;
    transition: opacity 1500ms ease-in, -webkit-transform 9000ms ease;
    transition: transform 9000ms ease, opacity 1500ms ease-in;
    transition: transform 9000ms ease, opacity 1500ms ease-in, -webkit-transform 9000ms ease;
}

    .hero-2 .hero-bg::before {
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        width: 100%;
        height: 100%;
        content: "";
        /*background: linear-gradient(85deg, rgba(3, 3, 66, 0.72) 26.67%, rgba(3, 3, 66, 0) 78.34%);*/
    }

.hero-2 .hero-content {
    position: relative;
    opacity: 0;
    z-index: 3;
    position: relative;
    -webkit-transform: translateY(-150px);
    transform: translateY(-150px);
}

    .hero-2 .hero-content .icon {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        gap: 16px;
    }

        .hero-2 .hero-content .icon p {
            max-width: 275px;
            color: #FFF;
            font-family: Literata;
            font-size: 20px;
            font-style: italic;
            font-weight: 500;
        }

@media (max-width: 1199px) {
    .hero-2 .hero-content .icon p {
        font-size: 18px;
    }
}

@media (max-width: 575px) {
    .hero-2 .hero-content .icon p {
        font-size: 16px;
    }
}

.hero-2 .hero-content h1 {
    color: var(--white);
    text-transform: capitalize;
    margin-top: 20px;
}

.hero-2 .hero-button {
    margin-top: 40px;
    -webkit-transform: translateY(150px);
    transform: translateY(150px);
    opacity: 0;
    position: relative;
    z-index: 9;
}

.hero-feature-wrapper {
    border-radius: 12px;
    background: var(--white);
    -webkit-box-shadow: 14px 18px 84px 82px rgba(6, 3, 48, 0.04);
    box-shadow: 14px 18px 84px 82px rgba(6, 3, 48, 0.04);
    max-width: 950px;
    margin-top: -200px;
    position: relative;
    z-index: 9;
}

@media (max-width: 1199px) {
    .hero-feature-wrapper {
        margin-top: -50px;
    }
}

@media (max-width: 991px) {
    .hero-feature-wrapper {
        padding: 30px;
    }
}

.hero-feature-wrapper .hero-feature-icon {
    padding: 30px 30px;
    border-right: 1px solid rgba(23, 41, 101, 0.15);
}

@media (max-width: 991px) {
    .hero-feature-wrapper .hero-feature-icon {
        border-right: none;
        padding: 0;
    }
}

.hero-feature-wrapper .hero-feature-icon .icon {
    margin-bottom: 60px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 16px;
}

    .hero-feature-wrapper .hero-feature-icon .icon h4 {
        font-weight: 500;
    }

    .hero-feature-wrapper .hero-feature-icon .icon .arrow-icon {
        width: 48px;
        height: 48px;
        line-height: 48px;
        text-align: center;
        border-radius: 50%;
        background-color: var(--white);
        display: inline-block;
        -webkit-box-shadow: 14px 18px 84px 82px rgba(6, 3, 48, 0.04);
        box-shadow: 14px 18px 84px 82px rgba(6, 3, 48, 0.04);
        color: #e40d14;
    }

        .hero-feature-wrapper .hero-feature-icon .icon .arrow-icon:hover {
            background-color: #e40d14;
            color: var(--white);
        }

.hero-feature-wrapper .hero-feature-icon.border-none {
    padding-left: 0;
    border-right: none;
}

.hero-3 {
    position: relative;
    z-index: 9;
}

@media (max-width: 991px) {
    .hero-3 {
        padding-top: 100px;
    }
}

.hero-3 .container-fluid {
    padding: 0 140px;
}

@media (max-width: 1399px) {
    .hero-3 .container-fluid {
        padding: 0 70px;
    }
}

@media (max-width: 1199px) {
    .hero-3 .container-fluid {
        padding: 0 60px;
    }
}

@media (max-width: 991px) {
    .hero-3 .container-fluid {
        padding: 0 50px;
    }
}

@media (max-width: 767px) {
    .hero-3 .container-fluid {
        padding: 0 40px;
    }
}

@media (max-width: 575px) {
    .hero-3 .container-fluid {
        padding: 0 30px;
    }
}

.hero-3 .dot-shape {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: -1;
}

    .hero-3 .dot-shape img {
        width: 100%;
        height: 100%;
    }

@media (max-width: 1199px) {
    .hero-3 .dot-shape {
        display: none;
    }
}

.hero-3 .top-shape {
    position: absolute;
    left: 40%;
    top: 21%;
}

@media (max-width: 1199px) {
    .hero-3 .top-shape {
        display: none;
    }
}

.hero-3 .bottom-shape {
    position: absolute;
    left: 40%;
    bottom: 23%;
}

@media (max-width: 1199px) {
    .hero-3 .bottom-shape {
        display: none;
    }
}

.hero-3 .hero-content .star {
    margin-bottom: 20px;
}

    .hero-3 .hero-content .star i {
        color: var(--theme-color-2);
        font-size: 17px;
    }

    .hero-3 .hero-content .star span {
        display: inline-block;
        margin-left: 18px;
    }

@media (max-width: 1199px) {
    .hero-3 .hero-content .star span {
        margin-left: 0;
    }
}

.hero-3 .hero-content h1 {
    font-size: 92px;
    font-weight: 400;
    color: #172965;
    margin-bottom: 20px;
    letter-spacing: -2.76px;
    font-family: "Satoshi", sans-serif;
}

@media (max-width: 1600px) {
    .hero-3 .hero-content h1 {
        font-size: 55px;
    }
}

@media (max-width: 1399px) {
    .hero-3 .hero-content h1 {
        font-size: 57px;
    }
}

@media (max-width: 991px) {
    .hero-3 .hero-content h1 {
        font-size: 55px;
    }
}

@media (max-width: 767px) {
    .hero-3 .hero-content h1 {
        font-size: 45px;
    }
}

@media (max-width: 575px) {
    .hero-3 .hero-content h1 {
        font-size: 38px;
    }
}

.hero-3 .hero-content h1 span {
    font-weight: 700;
    color: #172965;
    font-family: "Satoshi", sans-serif;
}

.hero-3 .hero-content p {
    max-width: 614px;
}

.hero-3 .hero-content .hero-button {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 32px;
    margin-top: 50px;
}

@media (max-width: 1199px) {
    .hero-3 .hero-content .hero-button {
        margin-top: 30px;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        gap: 30px;
    }
}

.hero-3 .hero-content .hero-button .caller-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 16px;
}

.hero-3 .hero-image {
    position: relative;
    margin-right: -140px;
    margin-left: 100px;
}

@media (max-width: 1600px) {
    .hero-3 .hero-image {
        height: 765px;
    }
}

@media (max-width: 1399px) {
    .hero-3 .hero-image {
        margin-left: 0;
        height: initial;
    }
}

@media (max-width: 575px) {
    .hero-3 .hero-image {
        margin-right: 0;
    }
}

.hero-3 .hero-image img {
    width: 100%;
    height: 100%;
    border-radius: 24px;
    -o-object-fit: cover;
    object-fit: cover;
}

.hero-3 .hero-image .hero-image-2 {
    position: absolute;
    left: 30px;
    bottom: 54px;
}

.hero-3 .hero-image .group-image {
    margin-bottom: 10px;
}

.hero-3 .hero-image h6 {
    font-size: 18px;
    font-weight: 700;
    font-family: "Satoshi", sans-serif;
}

.hero-4 {
    margin: 0 50px;
}

@media (max-width: 1600px) {
    .hero-4 {
        margin: 0 40px;
    }
}

@media (max-width: 1199px) {
    .hero-4 {
        margin: 0 30px;
    }
}

.hero-4 .hero-left-items {
    padding: 120px 110px;
    border-radius: 12px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding-right: 80px;
}

@media (max-width: 1600px) {
    .hero-4 .hero-left-items {
        padding: 120px 60px;
    }
}

@media (max-width: 1399px) {
    .hero-4 .hero-left-items {
        padding: 80px 60px;
    }
}

@media (max-width: 1199px) {
    .hero-4 .hero-left-items {
        padding: 70px 50px;
        display: block;
    }
}

@media (max-width: 991px) {
    .hero-4 .hero-left-items {
        padding: 60px 40px;
    }
}

@media (max-width: 767px) {
    .hero-4 .hero-left-items {
        padding: 50px 40px;
    }
}

@media (max-width: 575px) {
    .hero-4 .hero-left-items {
        padding: 40px 30px;
    }
}

.hero-4 .hero-left-items .hero-content {
    max-width: 485px;
}

@media (max-width: 1199px) {
    .hero-4 .hero-left-items .hero-content {
        margin-bottom: 30px;
    }
}

.hero-4 .hero-left-items .hero-content span {
    font-size: 15px;
    font-weight: 700;
    line-height: 28px;
    color: var(--white);
    background-color: var(--theme-color-2);
    padding: 10px 12px;
    border-radius: 2px;
    margin-bottom: 20px;
    display: inline-block;
    line-height: 1;
}

.hero-4 .hero-left-items .hero-content h1 {
    font-size: 52px;
    font-weight: 400;
    color: #172965;
}

@media (max-width: 1600px) {
    .hero-4 .hero-left-items .hero-content h1 {
        font-size: 44px;
    }
}

@media (max-width: 575px) {
    .hero-4 .hero-left-items .hero-content h1 {
        font-size: 34px;
    }
}

.hero-4 .hero-left-items .hero-content h1 b {
    font-weight: 800;
}

.hero-4 .hero-left-items .hero-content p {
    font-size: 20px;
    font-weight: 400;
    margin-top: 20px;
}

@media (max-width: 1199px) {
    .hero-4 .hero-left-items .hero-content p {
        font-size: 16px;
    }
}

@media (max-width: 575px) {
    .hero-4 .hero-left-items .hero-content p {
        font-size: 14px;
        margin-top: 10px;
    }
}

.hero-4 .hero-left-items .hero-content .btn-area {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 20px;
    margin-top: 30px;
}

@media (max-width: 1199px) {
    .hero-4 .hero-left-items .hero-content .btn-area {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        gap: 20px;
        margin-top: 20px;
    }
}

.hero-4 .hero-left-items .hero-content .btn-area .text-btn {
    font-size: 16px;
    font-weight: 700;
    display: inline-block;
    text-decoration: underline;
    color: #e40d14;
}

    .hero-4 .hero-left-items .hero-content .btn-area .text-btn:hover {
        color: var(--header);
    }

.hero-4 .hero-left-items .hero-image {
    max-width: 523px;
}

    .hero-4 .hero-left-items .hero-image img {
        width: 100%;
        height: 100%;
    }

.hero-4 .hero-right-items li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    border-radius: 12px;
    background: rgba(255, 227, 227, 0.66);
    padding: 28px 38px;
}

@media (max-width: 1600px) {
    .hero-4 .hero-right-items li {
        padding: 20px 30px;
    }
}

.hero-4 .hero-right-items li .content span {
    font-size: 18px;
    font-weight: 700;
    color: #E4AB00;
}

.hero-4 .hero-right-items li .content h3 {
    margin-top: 8px;
}

    .hero-4 .hero-right-items li .content h3 a:hover {
        color: #e40d14;
    }

.hero-4 .hero-right-items li .content .text-btn {
    font-size: 16px;
    font-weight: 700;
    display: inline-block;
    margin-top: 8px;
    text-decoration: underline;
    color: #e40d14;
}

    .hero-4 .hero-right-items li .content .text-btn:hover {
        color: var(--header);
    }

.hero-4 .hero-right-items li .image img {
    width: 100%;
    height: 100%;
}

.hero-4 .hero-right-items li:not(:last-child) {
    margin-bottom: 24px;
}

@media (max-width: 1600px) {
    .hero-4 .hero-right-items li:not(:last-child) {
        margin-bottom: 20px;
    }
}

.hero-4 .hero-right-items li:nth-last-of-type(2) {
    background: rgba(227, 228, 255, 0.66);
}

.hero-4 .hero-right-items li:nth-last-of-type(1) {
    background: rgba(255, 248, 227, 0.66);
}

.hero-4 .hero-bottom-items {
    border-radius: 12px;
    background: #DCF3E9;
    padding: 70px 0px 70px 60px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-top: 20px;
}

@media (max-width: 1399px) {
    .hero-4 .hero-bottom-items {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        gap: 20px;
    }
}

@media (max-width: 1199px) {
    .hero-4 .hero-bottom-items {
        padding: 40px;
    }
}

@media (max-width: 767px) {
    .hero-4 .hero-bottom-items {
        padding: 40px;
    }
}

@media (max-width: 575px) {
    .hero-4 .hero-bottom-items {
        padding: 30px;
    }
}

.hero-4 .hero-bottom-items .content span {
    font-size: 15px;
    font-weight: 700;
    line-height: 28px;
    line-height: 1;
    color: var(--white);
    background-color: var(--theme-color-2);
    padding: 10px 12px;
    border-radius: 2px;
    margin-bottom: 20px;
    display: inline-block;
}

.hero-4 .hero-bottom-items .content h3 {
    font-size: 42px;
    font-weight: 400;
}

@media (max-width: 1399px) {
    .hero-4 .hero-bottom-items .content h3 {
        font-size: 36px;
    }
}

.hero-4 .hero-bottom-items .content h3 a {
    color: #172965;
}

    .hero-4 .hero-bottom-items .content h3 a:hover {
        color: #e40d14;
    }

.hero-4 .hero-bottom-items .content p {
    font-size: 20px;
    font-weight: 400;
    margin-top: 10px;
}

.hero-4 .hero-bottom-items .content .text-btn {
    font-size: 16px;
    font-weight: 700;
    display: inline-block;
    margin-top: 20px;
    text-decoration: underline;
    color: #e40d14;
}

    .hero-4 .hero-bottom-items .content .text-btn:hover {
        color: var(--header);
    }

.hero-4 .hero-bottom-items .image img {
    width: 100%;
    height: 100%;
}

.hero-4 .hero-bottom-items.style-2 {
    padding-top: 25px;
    padding-bottom: 0;
}

@media (max-width: 1600px) {
    .hero-4 .hero-bottom-items.style-2 {
        padding: 70px 0px 70px 60px;
    }
}

@media (max-width: 1399px) {
    .hero-4 .hero-bottom-items.style-2 {
        padding-top: 25px;
        padding-bottom: 0;
    }
}

@media (max-width: 1199px) {
    .hero-4 .hero-bottom-items.style-2 {
        padding: 40px;
    }
}

@media (max-width: 767px) {
    .hero-4 .hero-bottom-items.style-2 {
        padding: 40px;
    }
}

@media (max-width: 575px) {
    .hero-4 .hero-bottom-items.style-2 {
        padding: 30px;
    }
}

.hero-4 .hero-bottom-items.style-2 .content {
    max-width: 400px;
}

.hero-4 .hero-bottom-items.style-2 .image {
    max-width: 404px;
}

    .hero-4 .hero-bottom-items.style-2 .image img {
        width: 100%;
    }

/*-----------------------[ 8.Sections Two CSS ]------------------------*/

.feature-treatment-items {
    margin-top: 30px;
}

    .feature-treatment-items .feature-icon-box {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        gap: 70px;
        border-bottom: 1px solid rgba(12, 27, 43, 0.14);
        padding-bottom: 20px;
    }

        .feature-treatment-items .feature-icon-box i {
            color: #e40d14;
            font-size: 53px;
            -webkit-transition: all 0.4s ease-in-out;
            transition: all 0.4s ease-in-out;
            display: inline-block;
        }

    .feature-treatment-items p {
        margin-top: 20px;
    }

    .feature-treatment-items:hover .feature-icon-box i {
        -webkit-transform: scaleX(-1) !important;
        transform: scaleX(-1) !important;
    }

.feature-treatment-section {
    position: relative;
    z-index: 9;
}

    .feature-treatment-section .feature-shape-1 {
        position: absolute;
        z-index: -1;
        top: 15%;
        right: 10%;
    }

    .feature-treatment-section .feature-shape-2 {
        position: absolute;
        z-index: -1;
        top: 15%;
        left: 10%;
    }

.download-app-section {
    position: relative;
    z-index: 9;
}

    .download-app-section .download-shape-1 {
        position: absolute;
        z-index: -1;
        top: 5%;
        right: 25%;
    }

.counter-wrapper {
    border-radius: 12px;
    background-color: var(--theme-color-2);
    padding: 80px 90px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

@media (max-width: 1399px) {
    .counter-wrapper {
        padding: 60px 50px;
    }
}

@media (max-width: 1199px) {
    .counter-wrapper {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        gap: 30px;
        padding: 50px 40px;
    }
}

.counter-wrapper .counter-items {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 20px;
    color: var(--white);
}

    .counter-wrapper .counter-items .icon {
        width: 83px;
        height: 83px;
        line-height: 83px;
        border-radius: 50%;
        background-color: var(--white);
        text-align: center;
    }

    .counter-wrapper .counter-items h2 {
        font-size: 66px;
        color: var(--white);
    }

@media (max-width: 1399px) {
    .counter-wrapper .counter-items h2 {
        font-size: 50px;
    }
}

@media (max-width: 575px) {
    .counter-wrapper .counter-items h2 {
        font-size: 40px;
    }
}

.vedio-bg-section {
    background-attachment: fixed;
}

.vedio-wrapper {
    padding: 200px 0;
    text-align: center;
    position: relative;
}

@media (max-width: 1199px) {
    .vedio-wrapper {
        padding: 120px 0;
    }
}

.vedio-wrapper .video {
    position: relative;
}

    .vedio-wrapper .video .video-btn {
        width: 100px;
        height: 100px;
        line-height: 100px;
        text-align: center;
        border-radius: 100px;
        background-color: var(--white);
        color: #e40d14;
        display: inline-block;
        text-align: center;
        font-size: 20px;
    }

.download-app-wrapper .download-app-image {
    margin-right: 50px;
}

@media (max-width: 1199px) {
    .download-app-wrapper .download-app-image {
        margin-right: 0;
    }
}

.download-app-wrapper .download-app-image img {
    width: 100%;
    height: 100%;
    border-radius: 12px;
}

.download-app-wrapper .download-app-content .download-text {
    margin-top: 20px;
}

.download-app-wrapper .download-app-content .logo-items {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 20px;
    margin-top: 30px;
}

@media (max-width: 1199px) {
    .download-app-wrapper .download-app-content .logo-items {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
}

.download-app-wrapper-2 {
    margin-bottom: 60px;
}

@media (max-width: 1199px) {
    .download-app-wrapper-2 {
        margin-bottom: 0;
    }
}

.download-app-wrapper-2 .download-app-content .download-text {
    max-width: 650px;
    margin-top: 20px;
}

.download-app-wrapper-2 .download-app-content .download-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-top: 30px;
    gap: 30px;
}

@media (max-width: 1199px) {
    .download-app-wrapper-2 .download-app-content .download-list {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        gap: 15px;
    }
}

.download-app-wrapper-2 .download-app-content .download-list li {
    font-size: 18px;
    font-weight: 500;
}

    .download-app-wrapper-2 .download-app-content .download-list li i {
        margin-right: 5px;
        color: #e40d14;
    }

.download-app-wrapper-2 .download-app-content .logo-items {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 20px;
    margin-top: 70px;
}

@media (max-width: 1199px) {
    .download-app-wrapper-2 .download-app-content .logo-items {
        margin-top: 30px;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
}

.download-app-wrapper-2 .download-app-image {
    position: relative;
    z-index: 9;
}

    .download-app-wrapper-2 .download-app-image::before {
        width: 626px;
        height: 626px;
        line-height: 626px;
        position: absolute;
        top: 59%;
        left: 44%;
        border-radius: 50%;
        -webkit-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
        content: "";
        background-color: var(--theme-color-2);
        z-index: -1;
    }

@media (max-width: 1399px) {
    .download-app-wrapper-2 .download-app-image::before {
        display: none;
    }
}

.download-app-wrapper-2 .download-app-image .download-image-1 img {
    width: 100%;
    height: 100%;
}

.download-app-wrapper-2 .download-app-image .download-image-1.style-margin {
    margin-top: 60px;
}

@media (max-width: 1199px) {
    .download-app-wrapper-2 .download-app-image .download-image-1.style-margin {
        margin-top: 0;
    }
}

@media (max-width: 1399px) {
    .download-app-wrapper-2 .download-app-image .download-image-2 img {
        width: 100%;
        height: 100%;
    }
}

.download-app-section-2 {
    position: relative;
}

    .download-app-section-2 .download-shape-1 {
        position: absolute;
        top: 10%;
        left: 45%;
    }

    .download-app-section-2 .download-shape-2 {
        position: absolute;
        bottom: 20%;
        left: 50%;
    }

.pricing-box-items {
    border-radius: 12px;
    border: 1px solid rgba(255, 255, 255, 0.17);
    padding: 40px;
    margin-top: 30px;
    position: relative;
    z-index: 9;
    border-radius: 12px;
}

@media (max-width: 1199px) {
    .pricing-box-items {
        padding: 24px;
    }
}

.pricing-box-items::before {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    content: "";
    background: rgba(255, 255, 255, 0.04);
    z-index: -1;
    height: 48%;
    border-radius: 12px;
}

.pricing-box-items .pricing-header h3 {
    color: var(--white);
}

.pricing-box-items .pricing-header h2 {
    font-size: 78px;
    font-weight: 800;
    color: #e40d14;
}

@media (max-width: 1199px) {
    .pricing-box-items .pricing-header h2 {
        font-size: 55px;
    }
}

.pricing-box-items .pricing-header h2 sup {
    font-family: Manrope;
    font-size: 24px;
    font-weight: 700;
    top: -1.6em;
}

.pricing-box-items .pricing-header p {
    color: var(--white);
    font-size: 16px;
    margin-top: 10px;
}

.pricing-box-items .theme-btn {
    border-radius: 64px;
    padding: 20px 30px;
    width: 100%;
    text-align: center;
    margin-top: 30px;
}

    .pricing-box-items .theme-btn:hover {
        background-color: var(--white);
        color: #e40d14;
    }

.pricing-box-items .pricing-list {
    margin-top: 30px;
}

    .pricing-box-items .pricing-list li {
        font-size: 18px;
        font-weight: 500;
        color: var(--white);
    }

@media (max-width: 1199px) {
    .pricing-box-items .pricing-list li {
        font-size: 15px;
    }
}

.pricing-box-items .pricing-list li i {
    color: #e40d14;
    margin-right: 6px;
    font-size: 22px;
}

.pricing-box-items .pricing-list li:not(:last-child) {
    margin-bottom: 15px;
}

.pricing-box-items.active::before {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    content: "";
    background: var(--theme-color-2);
    height: 48%;
}

.pricing-box-items.style-2 {
    border-radius: 12px;
    border: 1px solid rgba(72, 72, 72, 0.42);
}

    .pricing-box-items.style-2 .pricing-header h3 {
        color: var(--header);
    }

    .pricing-box-items.style-2 .pricing-header h2 {
        color: #e40d14;
    }

    .pricing-box-items.style-2 .pricing-header p {
        color: var(--text);
    }

    .pricing-box-items.style-2 .pricing-list li {
        color: var(--text);
    }

    .pricing-box-items.style-2.active .pricing-header h3 {
        color: var(--white);
    }

    .pricing-box-items.style-2.active .pricing-header p {
        color: var(--white);
    }

.time-table-wrapper-2 .time-content .time-text {
    margin-top: 20px;
}

.time-table-wrapper-2 .time-box-items {
    padding: 35px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    gap: 30px;
    margin-top: 20px;
    margin-left: 40px;
    border-radius: 12px;
    border-top: 1px solid rgba(6, 3, 48, 0.09);
    border-right: 1px solid rgba(6, 3, 48, 0.09);
    border-bottom: 7px solid rgba(6, 3, 48, 0.09);
    border-left: 1px solid rgba(6, 3, 48, 0.09);
    background: var(--white);
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}

@media (max-width: 1199px) {
    .time-table-wrapper-2 .time-box-items {
        padding: 25px;
        margin-left: 0;
    }
}

@media (max-width: 575px) {
    .time-table-wrapper-2 .time-box-items {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        gap: 20px;
    }
}

.time-table-wrapper-2 .time-box-items .time-number {
    color: transparent;
    -webkit-text-stroke-width: 1px;
    -webkit-text-stroke-color: rgba(0, 53, 102, 0.35);
    font-size: 88px;
    font-weight: 400;
}

.time-table-wrapper-2 .time-box-items:hover {
    background-color: #e40d14;
}

    .time-table-wrapper-2 .time-box-items:hover .time-table-content h3 {
        color: var(--white);
    }

    .time-table-wrapper-2 .time-box-items:hover .time-table-content p {
        color: var(--white);
    }

    .time-table-wrapper-2 .time-box-items:hover .time-number {
        color: var(--white);
    }

.time-table-wrapper-2 .time-table-right-items {
    max-height: 460px;
    overflow-y: auto;
    padding-right: 50px;
}

@media (max-width: 1199px) {
    .time-table-wrapper-2 .time-table-right-items {
        padding-right: 0;
        max-height: initial;
        overflow-y: initial;
    }
}

.time-table-section-2 {
    position: relative;
}

    .time-table-section-2 .time-shape-1 {
        position: absolute;
        top: -5%;
        right: 60%;
    }

    .time-table-section-2 .time-shape-2 {
        position: absolute;
        bottom: -40px;
        left: 30%;
    }

.time-table-section {
    position: relative;
    z-index: 9;
}

    .time-table-section .time-shape-1 {
        position: absolute;
        z-index: -1;
        top: 10%;
        left: 10%;
    }

    .time-table-section .time-shape-2 {
        position: absolute;
        z-index: -1;
        top: 20%;
        right: 0%;
    }

.feature-products-4 .section-title-area .text-btn {
    font-size: 16px;
    font-weight: 700;
    display: inline-block;
    text-decoration: underline;
    color: #e40d14;
}

    .feature-products-4 .section-title-area .text-btn:hover {
        color: var(--header);
    }

.feature-wrapper-4 .feature-image {
    margin-top: 30px;
}

    .feature-wrapper-4 .feature-image img {
        width: 100%;
        height: 100%;
        border-radius: 12px;
    }

.feature-wrapper-4 .feature-product-box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    border-radius: 12px;
    border: 3px solid #e40d14;
    padding: 43px 65px;
    background: #F6F7F8;
    margin-top: 30px;
}

@media (max-width: 1199px) {
    .feature-wrapper-4 .feature-product-box {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        gap: 30px;
    }
}

@media (max-width: 991px) {
    .feature-wrapper-4 .feature-product-box {
        padding: 45px;
    }
}

@media (max-width: 767px) {
    .feature-wrapper-4 .feature-product-box {
        padding: 30px;
    }
}

.feature-wrapper-4 .feature-product-box .product-content span {
    font-size: 15px;
    font-weight: 700;
    line-height: 28px;
    line-height: 1;
    color: var(--white);
    background-color: var(--theme-color-2);
    padding: 10px 12px;
    border-radius: 2px;
    margin-bottom: 20px;
    display: inline-block;
}

.feature-wrapper-4 .feature-product-box .product-content h3 {
    font-size: 32px;
    font-weight: 400;
}

    .feature-wrapper-4 .feature-product-box .product-content h3 a {
        color: #172965;
    }

        .feature-wrapper-4 .feature-product-box .product-content h3 a:hover {
            color: #e40d14;
        }

.feature-wrapper-4 .feature-product-box .product-content p {
    font-size: 20px;
    font-weight: 400;
    margin-top: 10px;
}

.feature-wrapper-4 .feature-product-box .product-content .text-btn {
    font-size: 16px;
    font-weight: 700;
    display: inline-block;
    margin-top: 20px;
    text-decoration: underline;
    color: #e40d14;
}

    .feature-wrapper-4 .feature-product-box .product-content .text-btn:hover {
        color: var(--header);
    }

.health-caring-wrapper .health-caring-content .list-box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 60px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-top: 30px;
}

@media (max-width: 1199px) {
    .health-caring-wrapper .health-caring-content .list-box {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        gap: 20px;
    }
}

.health-caring-wrapper .health-caring-content .list-box ul li {
    font-size: 18px;
    font-weight: 500;
}

    .health-caring-wrapper .health-caring-content .list-box ul li i {
        color: #e40d14;
        margin-right: 5px;
    }

.health-caring-wrapper .health-caring-content .text-btn {
    font-size: 16px;
    font-weight: 700;
    display: inline-block;
    margin-top: 30px;
    text-decoration: underline;
    color: #e40d14;
}

    .health-caring-wrapper .health-caring-content .text-btn:hover {
        color: var(--header);
    }

.health-caring-wrapper .health-caring-image .health-image img {
    border-radius: 12px;
    width: 100%;
    height: 100%;
}

.health-caring-wrapper .health-caring-image .free-shopping {
    border-radius: 12px;
    background-color: #e40d14;
    padding: 65px 45px;
}

@media (max-width: 1399px) {
    .health-caring-wrapper .health-caring-image .free-shopping {
        padding: 30px;
    }
}

.health-caring-wrapper .health-caring-image .free-shopping h3 {
    color: var(--white);
}

.health-caring-wrapper .health-caring-image .free-shopping h2 {
    font-weight: 400;
    color: var(--white);
    margin-top: 15px;
}

.health-caring-wrapper .health-caring-image .free-shopping p {
    color: var(--white);
    margin-top: 15px;
}

.health-caring-wrapper .health-caring-image .free-shopping .theme-btn {
    background-color: var(--theme-color-2);
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
    margin-top: 40px;
}

    .health-caring-wrapper .health-caring-image .free-shopping .theme-btn i {
        background-color: var(--white);
        color: var(--theme-color-2);
    }

    .health-caring-wrapper .health-caring-image .free-shopping .theme-btn:hover {
        background-color: var(--header);
    }

        .health-caring-wrapper .health-caring-image .free-shopping .theme-btn:hover i {
            color: var(--header);
        }

.doctor-feature-box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 20px;
    border-radius: 12px;
    background: rgba(255, 255, 255, 0.09);
    padding: 20px 30px;
}

    .doctor-feature-box .icon i {
        font-size: 37px;
        color: #02c9b8;
        -webkit-transition: all 0.4s ease-in-out;
        transition: all 0.4s ease-in-out;
        display: inline-block;
    }

    .doctor-feature-box .content p {
        color: rgba(255, 255, 255, 0.79);
        font-size: 15px;
    }

    .doctor-feature-box .content h5 {
        font-size: 17px;
        font-weight: 500;
        color: white;
    }

    .doctor-feature-box:hover .icon i {
        -webkit-transform: scaleX(-1) !important;
        transform: scaleX(-1) !important;
    }

.newsletter-wrapper-4 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

@media (max-width: 767px) {
    .newsletter-wrapper-4 {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        gap: 30px;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }
}

.newsletter-wrapper-4 h3 {
    color: var(--white);
}

.newsletter-wrapper-4 form {
    max-width: 740px;
    width: 100%;
}

    .newsletter-wrapper-4 form .form-clt {
        position: relative;
    }

        .newsletter-wrapper-4 form .form-clt input {
            width: 100%;
            border: none;
            outline: none;
            padding: 24px 30px;
            line-height: 1;
            color: #6B7280;
            border-radius: 40px;
            font-size: 16px;
            font-weight: 500;
            background: #F7F9FB;
            -webkit-box-shadow: 0px 6px 17px 0px rgba(0, 0, 0, 0.05);
            box-shadow: 0px 6px 17px 0px rgba(0, 0, 0, 0.05);
        }

        .newsletter-wrapper-4 form .form-clt .arrow-icon {
            width: 50px;
            height: 50px;
            line-height: 50px;
            border-radius: 50%;
            text-align: center;
            background-color: var(--theme-color-2);
            color: var(--white);
            position: absolute;
            right: 12px;
            top: 10px;
        }

            .newsletter-wrapper-4 form .form-clt .arrow-icon i {
                margin-left: 5px;
                -webkit-transform: rotate(-40deg);
                transform: rotate(-40deg);
                -webkit-transition: all 0.4s ease-in-out;
                transition: all 0.4s ease-in-out;
            }

            .newsletter-wrapper-4 form .form-clt .arrow-icon:hover i {
                -webkit-transform: rotate(0);
                transform: rotate(0);
            }

.why-choose-us-wrapper-3 {
    margin-top: 60px;
}

    .why-choose-us-wrapper-3 .why-choose-us-box-3 {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        gap: 30px;
        border-radius: 12px;
        background-color: var(--theme-color-2);
        padding: 35px 40px 35px 30px;
        position: relative;
    }

@media (max-width: 1199px) {
    .why-choose-us-wrapper-3 .why-choose-us-box-3 {
        padding: 30px;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
}

@media (max-width: 575px) {
    .why-choose-us-wrapper-3 .why-choose-us-box-3 {
        padding: 25px;
    }
}

.why-choose-us-wrapper-3 .why-choose-us-box-3 .shape {
    position: absolute;
    right: 0;
    top: 0;
}

@media (max-width: 1199px) {
    .why-choose-us-wrapper-3 .why-choose-us-box-3 .shape {
        display: none;
    }
}

@media (max-width: 1199px) {
    .why-choose-us-wrapper-3 .why-choose-us-box-3 .why-choose-us-image {
        -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
    }
}

.why-choose-us-wrapper-3 .why-choose-us-box-3 .why-choose-us-image img {
    width: 100%;
    height: 100%;
    border-radius: 18px;
}

.why-choose-us-wrapper-3 .why-choose-us-box-3 .why-choose-us-content h2 {
    color: var(--white);
}

.why-choose-us-wrapper-3 .why-choose-us-box-3 .why-choose-us-content h5 {
    color: var(--white);
    margin-bottom: 10px;
}

.why-choose-us-wrapper-3 .why-choose-us-box-3 .why-choose-us-content p {
    color: var(--white);
    max-width: 327px;
}

.why-choose-us-wrapper-3 .why-choose-us-image img {
    width: 100%;
    height: 100%;
    border-radius: 18px;
}

.why-choose-us-wrapper-3 .why-choose-us-icon-box {
    background-color: var(--header);
    border-radius: 12px;
    padding: 26px;
}

    .why-choose-us-wrapper-3 .why-choose-us-icon-box .icon {
        color: var(--white);
        margin-bottom: 20px;
        font-size: 60px;
    }

    .why-choose-us-wrapper-3 .why-choose-us-icon-box h5 {
        color: var(--white);
        margin-bottom: 30px;
    }

    .why-choose-us-wrapper-3 .why-choose-us-icon-box .theme-btn:hover {
        background-color: var(--white);
        color: var(--header);
    }

.why-choose-us-section-3 {
    position: relative;
}

    .why-choose-us-section-3 .hand-shape {
        position: absolute;
        right: 194px;
        top: 316px;
    }

@media (max-width: 1199px) {
    .why-choose-us-section-3 .hand-shape {
        display: none;
    }
}

.feature-box-items-3 {
    background-color: var(--white);
    border-radius: 6px;
    -webkit-box-shadow: 14px 18px 84px 82px rgba(6, 3, 48, 0.03);
    box-shadow: 14px 18px 84px 82px rgba(6, 3, 48, 0.03);
    padding: 30px 25px;
}

@media (max-width: 1199px) {
    .feature-box-items-3 {
        padding: 25px 18px;
    }
}

.feature-box-items-3 .feature-icon-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 16px;
}

@media (max-width: 1199px) {
    .feature-box-items-3 .feature-icon-item {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
}

.feature-box-items-3 .feature-icon-item .content h3 {
    margin-bottom: 15px;
}

@media (max-width: 1600px) {
    .feature-box-items-3 .feature-icon-item .content h3 {
        font-size: 20px;
    }
}

.feature-box-items-3 .feature-icon-item .content p {
    max-width: 251px;
    font-size: 18px;
    font-weight: 400;
}

@media (max-width: 1600px) {
    .feature-box-items-3 .feature-icon-item .content p {
        font-size: 15px;
    }
}

.feature-box-items-3 .feature-number {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-top: 36px;
    position: relative;
    z-index: 9;
}

    .feature-box-items-3 .feature-number:before {
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        width: 100%;
        height: 100%;
        content: "";
        width: 270px;
        height: 1px;
        background: #D9D9D9;
        left: 11%;
        top: 50%;
        z-index: -1;
    }

@media (max-width: 1600px) {
    .feature-box-items-3 .feature-number:before {
        display: none;
    }
}

@media (max-width: 991px) {
    .feature-box-items-3 .feature-number:before {
        width: 210px;
    }
}

.feature-box-items-3 .feature-number h6 {
    font-size: 16px;
    font-weight: 500;
}

.feature-box-items-3 .feature-number .arrow-icon {
    width: 35px;
    height: 35px;
    line-height: 35px;
    border-radius: 100px;
    text-align: center;
    background-color: #e40d14;
    color: var(--white);
    display: inline-block;
}

    .feature-box-items-3 .feature-number .arrow-icon i {
        -webkit-transform: rotate(40deg);
        transform: rotate(40deg);
    }

.feature-section-3 {
    margin-bottom: -20px;
}

    .feature-section-3 .container-fluid {
        padding: 0 140px;
    }

@media (max-width: 1199px) {
    .feature-section-3 .container-fluid {
        padding: 0 60px;
    }
}

@media (max-width: 991px) {
    .feature-section-3 .container-fluid {
        padding: 0 50px;
    }
}

@media (max-width: 767px) {
    .feature-section-3 .container-fluid {
        padding: 0 40px;
    }
}

@media (max-width: 575px) {
    .feature-section-3 .container-fluid {
        padding: 0 30px;
    }
}

.counter-box-item-3 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 15px;
    border-radius: 12px;
    border-top: 1px solid rgba(6, 3, 48, 0.09);
    border-right: 1px solid rgba(6, 3, 48, 0.09);
    border-bottom: 7px solid rgba(6, 3, 48, 0.09);
    border-left: 1px solid rgba(6, 3, 48, 0.09);
    background: var(--white);
    padding: 15px 20px;
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}

@media (max-width: 767px) {
    .counter-box-item-3 {
        display: -ms-grid;
        display: grid;
        padding: 20px 30px;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        text-align: center;
    }

        .counter-box-item-3 .icon {
            margin: 0 auto;
        }
}

.counter-box-item-3 .icon {
    width: 83px;
    height: 83px;
    line-height: 83px;
    text-align: center;
    border-radius: 100%;
    border: 1px solid rgba(5, 24, 40, 0.11);
}

.counter-box-item-3 .content h2 {
    font-size: 66px;
    font-weight: 500;
    line-height: 1;
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}

@media (max-width: 1199px) {
    .counter-box-item-3 .content h2 {
        font-size: 60px;
    }
}

@media (max-width: 991px) {
    .counter-box-item-3 .content h2 {
        font-size: 50px;
    }
}

@media (max-width: 767px) {
    .counter-box-item-3 .content h2 {
        font-size: 40px;
    }
}

.counter-box-item-3:hover {
    background-color: #e40d14;
    border-top: 1px solid #e40d14;
    border-right: 1px solid #e40d14;
    border-bottom: 7px solid #e40d14;
    border-left: 1px solid #e40d14;
}

    .counter-box-item-3:hover .icon {
        background-color: var(--white);
    }

    .counter-box-item-3:hover .content h2 {
        color: var(--white);
    }

    .counter-box-item-3:hover .content p {
        color: var(--white);
    }

.process-wrapper-3 {
    margin-left: -20%;
    margin-right: -20%;
}

@media (max-width: 991px) {
    .process-wrapper-3 {
        margin-left: 0;
        margin-right: 0;
    }
}

.process-wrapper-3 .process-box-item-3 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 38px;
    padding: 30px;
    border-radius: 12px;
    border-top: 1px solid rgba(6, 3, 48, 0.09);
    border-right: 1px solid rgba(6, 3, 48, 0.09);
    border-bottom: 7px solid rgba(6, 3, 48, 0.09);
    border-left: 1px solid rgba(6, 3, 48, 0.09);
    background: var(--white);
    margin-top: 30px;
}

@media (max-width: 1199px) {
    .process-wrapper-3 .process-box-item-3 {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        gap: 30px;
    }
}

.process-wrapper-3 .process-box-item-3 .icon {
    width: 116px;
    height: 116px;
    line-height: 116px;
    text-align: center;
    border-radius: 100%;
    background-color: rgba(36, 144, 235, 0.08);
    position: relative;
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
    display: inline-block;
    font-size: 50px;
    color: var(--header);
}

    .process-wrapper-3 .process-box-item-3 .icon i {
        -webkit-transition: all 0.4s ease-in-out;
        transition: all 0.4s ease-in-out;
        display: inline-block;
    }

    .process-wrapper-3 .process-box-item-3 .icon .number {
        color: var(--white);
        width: 44px;
        height: 44px;
        line-height: 44px;
        text-align: center;
        border-radius: 100%;
        background-color: #e40d14;
        position: absolute;
        top: -4px;
        right: -6px;
    }

.process-wrapper-3 .process-box-item-3 .content p {
    max-width: 307px;
    margin-top: 10px;
}

.process-wrapper-3 .process-box-item-3:hover .icon i {
    -webkit-transform: scaleX(-1) !important;
    transform: scaleX(-1) !important;
}

.process-section-3 {
    position: relative;
}

    .process-section-3 .shape-1 {
        position: absolute;
        top: 208px;
        left: 194px;
    }

@media (max-width: 1199px) {
    .process-section-3 .shape-1 {
        display: none;
    }
}

.process-section-3 .shape-2 {
    position: absolute;
    top: 120px;
    right: 171px;
}

@media (max-width: 1199px) {
    .process-section-3 .shape-2 {
        display: none;
    }
}

.why-choose-us-section-5 {
    position: relative;
    z-index: 9;
}

    .why-choose-us-section-5 .top-shape {
        position: absolute;
        top: 50px;
        left: 40%;
    }

@media (max-width: 1199px) {
    .why-choose-us-section-5 .top-shape {
        display: none;
    }
}

.why-choose-us-section-5::before {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    content: "";
    background: #1C235B;
    z-index: -1;
    /*height: 74%;*/
}

@media (max-width: 1199px) {
    .why-choose-us-section-5::before {
        height: 100%;
    }
}

.why-choose-us-wrapper-5 .why-choose-us-content .text {
    color: rgba(255, 255, 255, 0.8);
    max-width: 640px;
    margin-top: 30px;
}

.why-choose-us-wrapper-5 .why-choose-us-content .why-choose-us-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 50px;
    margin-top: 60px;
    margin-bottom: 60px;
}

@media (max-width: 1199px) {
    .why-choose-us-wrapper-5 .why-choose-us-content .why-choose-us-item {
        margin-top: 30px;
        margin-bottom: 30px;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        gap: 30px;
    }
}

.why-choose-us-wrapper-5 .why-choose-us-content .why-choose-us-item .why-choose-us-icon {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 16px;
}

    .why-choose-us-wrapper-5 .why-choose-us-content .why-choose-us-item .why-choose-us-icon .content h5 {
        color: var(--white);
    }

.why-choose-us-wrapper-5 .why-choose-us-image {
    position: relative;
    margin-left: 40px;
}

@media (max-width: 1199px) {
    .why-choose-us-wrapper-5 .why-choose-us-image {
        margin-right: 0;
    }
}

.why-choose-us-wrapper-5 .why-choose-us-image .shape {
    position: absolute;
    left: -20px;
    top: 250px;
}

@media (max-width: 1199px) {
    .why-choose-us-wrapper-5 .why-choose-us-image .shape {
        top: 90px;
    }
}

@media (max-width: 991px) {
    .why-choose-us-wrapper-5 .why-choose-us-image .shape {
        top: 300px;
    }
}

@media (max-width: 575px) {
    .why-choose-us-wrapper-5 .why-choose-us-image .shape {
        top: 90px;
    }
}

.why-choose-us-wrapper-5 .why-choose-us-image img {
    width: 100%;
    height: 100%;
}

.why-choose-us-wrapper-5 .video-bg {
    border-radius: 12px;
    margin-top: 60px;
    background-attachment: fixed;
}

@media (max-width: 1199px) {
    .why-choose-us-wrapper-5 .video-bg {
        top: 90px;
    }
}

.why-choose-us-wrapper-5 .video-bg .video-wrapper {
    padding: 270px 0;
    text-align: center;
}

@media (max-width: 1199px) {
    .why-choose-us-wrapper-5 .video-bg .video-wrapper {
        padding: 200px 0;
    }
}

@media (max-width: 991px) {
    .why-choose-us-wrapper-5 .video-bg .video-wrapper {
        padding: 190px 0;
    }
}

.why-choose-us-wrapper-5 .video-bg .video-wrapper .video-btn {
    text-align: center;
    color: #e40d14;
    display: inline-block;
    text-align: center;
    font-size: 24px;
    z-index: 999;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    z-index: 99;
    width: 84px;
    height: 84px;
    line-height: 84px;
    background-color: var(--white);
    border-radius: 100%;
}

    .why-choose-us-wrapper-5 .video-bg .video-wrapper .video-btn::before {
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        width: 100%;
        height: 100%;
        content: "";
        width: 158px;
        height: 158px;
        line-height: 158px;
        border-radius: 122px;
        background: rgba(255, 255, 255, 0.44);
        top: 50%;
        left: 50%;
        -webkit-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
    }

    .why-choose-us-wrapper-5 .video-bg .video-wrapper .video-btn::after {
        position: absolute;
        content: "";
        width: 122px;
        height: 122px;
        line-height: 122px;
        border-radius: 122px;
        background: rgba(255, 255, 255, 0.44);
        top: 50%;
        left: 50%;
        -webkit-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
    }

@media (max-width: 1600px) {
    .why-choose-us-wrapper-5 .video-bg .video-wrapper .video-btn {
        width: 80px;
        height: 80px;
        line-height: 80px;
    }
}

.why-choose-us-wrapper-5 .video-bg .video-wrapper .video-btn i {
    z-index: 99;
    position: relative;
}

.pricing-wrapper-5 .pricing-content .text {
    max-width: 573px;
    margin-top: 20px;
}

.pricing-wrapper-5 .pricing-main-card {
    border-radius: 11px 11px 18px 18px;
    border: 1px solid #D9D9D9;
    margin-left: 50px;
}

@media (max-width: 1199px) {
    .pricing-wrapper-5 .pricing-main-card {
        margin-left: 0;
    }
}

.pricing-wrapper-5 .pricing-main-card .pricing-card-item {
    padding: 30px;
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
    border-radius: 0px 11px 18px 18px;
}

@media (max-width: 575px) {
    .pricing-wrapper-5 .pricing-main-card .pricing-card-item {
        padding-bottom: 0;
    }
}

.pricing-wrapper-5 .pricing-main-card .pricing-card-item:hover {
    background: #F7F8F9;
}

.pricing-wrapper-5 .pricing-main-card .pricing-card-item .pricing-top {
    border-bottom: 1px solid #D9D9D9;
    padding-bottom: 20px;
}

    .pricing-wrapper-5 .pricing-main-card .pricing-card-item .pricing-top.style-2 {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }

@media (max-width: 1199px) {
    .pricing-wrapper-5 .pricing-main-card .pricing-card-item .pricing-top.style-2 {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        gap: 20px;
    }
}

.pricing-wrapper-5 .pricing-main-card .pricing-card-item .pricing-top.style-2 span {
    color: #e40d14;
    font-weight: 500;
    font-size: 15px;
}

.pricing-wrapper-5 .pricing-main-card .pricing-card-item .pricing-top h4 {
    font-weight: 500;
}

.pricing-wrapper-5 .pricing-main-card .pricing-card-item .pricing-header {
    margin-bottom: 20px;
    margin-top: 30px;
}

    .pricing-wrapper-5 .pricing-main-card .pricing-card-item .pricing-header .header {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        gap: 10px;
    }

        .pricing-wrapper-5 .pricing-main-card .pricing-card-item .pricing-header .header h2 {
            color: #e40d14;
            margin-bottom: 10px;
        }

        .pricing-wrapper-5 .pricing-main-card .pricing-card-item .pricing-header .header span {
            font-size: 15px;
            font-weight: 500;
            font-family: "Satoshi", sans-serif;
            line-height: 1;
            border-radius: 2px;
            background: rgba(75, 85, 99, 0.07);
            padding: 10px 19px;
        }

    .pricing-wrapper-5 .pricing-main-card .pricing-card-item .pricing-header p {
        max-width: 300px;
    }

.pricing-wrapper-5 .pricing-main-card .pricing-card-item .pdf-button {
    margin-bottom: 30px;
}

    .pricing-wrapper-5 .pricing-main-card .pricing-card-item .pdf-button .theme-btn {
        background: transparent;
        border: 1.5px solid rgba(31, 31, 31, 0.39);
        color: var(--header);
        padding: 5px 3px 5px 31px;
    }

        .pricing-wrapper-5 .pricing-main-card .pricing-card-item .pdf-button .theme-btn i {
            margin-right: 0;
            background-color: #F2F3F4;
            color: var(--header);
            margin-left: 20px;
        }

        .pricing-wrapper-5 .pricing-main-card .pricing-card-item .pdf-button .theme-btn:hover {
            background-color: #e40d14;
            color: var(--white);
            border: 1px solid #e40d14;
        }

            .pricing-wrapper-5 .pricing-main-card .pricing-card-item .pdf-button .theme-btn:hover i {
                background-color: var(--white);
            }

.pricing-wrapper-5 .pricing-main-card .pricing-card-item .pricing-list {
    margin-bottom: 40px;
}

    .pricing-wrapper-5 .pricing-main-card .pricing-card-item .pricing-list li {
        font-weight: 500;
    }

        .pricing-wrapper-5 .pricing-main-card .pricing-card-item .pricing-list li i {
            color: #e40d14;
            margin-right: 5px;
        }

        .pricing-wrapper-5 .pricing-main-card .pricing-card-item .pricing-list li:not(:last-child) {
            margin-bottom: 12px;
        }

.pricing-section-5 {
    position: relative;
}

    .pricing-section-5 .shape-1 {
        position: absolute;
        left: 90px;
        bottom: 218px;
    }

@media (max-width: 1199px) {
    .pricing-section-5 .shape-1 {
        display: none;
    }
}

.pricing-section-5 .shape-2 {
    position: absolute;
    left: 383px;
    bottom: 111px;
}

@media (max-width: 1199px) {
    .pricing-section-5 .shape-2 {
        display: none;
    }
}

.scrolling-wrap {
    overflow: hidden;
    white-space: nowrap;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 30px;
    position: relative;
    z-index: 999;
}

    .scrolling-wrap .comm {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-animation: scroll 60s linear infinite;
        animation: scroll 60s linear infinite;
        gap: 40px;
        cursor: pointer;
    }

        .scrolling-wrap .comm .cmn-textslide {
            font-size: 76px;
            font-weight: 500;
            line-height: 76px;
            text-transform: uppercase;
            font-family: "Helvetica Neue", sans-serif;
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-align: center;
            -ms-flex-align: center;
            align-items: center;
            gap: 30px;
            color: transparent;
            -webkit-text-stroke-width: 1px;
            -webkit-text-stroke-color: var(--white);
            -webkit-transition: all 0.4s ease-in-out;
            transition: all 0.4s ease-in-out;
        }

            .scrolling-wrap .comm .cmn-textslide:hover {
                color: var(--white);
                -webkit-text-stroke-color: transparent;
            }

    .scrolling-wrap:hover .comm {
        -webkit-animation-play-state: paused;
        animation-play-state: paused;
    }

    .scrolling-wrap.style-2 .comm .cmn-textslide {
        -webkit-text-stroke-width: 1px;
        -webkit-text-stroke-color: #28241F;
        color: transparent;
        letter-spacing: -1.52px;
        font-family: "Helvetica Neue", sans-serif;
    }

        .scrolling-wrap.style-2 .comm .cmn-textslide:hover {
            color: var(--header);
            -webkit-text-stroke-color: transparent;
        }

@media (max-width: 1399px) {
    .scrolling-wrap .comm {
        gap: 20px;
    }
}

@media (max-width: 991px) {
    .scrolling-wrap {
        gap: 14px;
    }

        .scrolling-wrap .comm {
            gap: 14px;
        }
}

@media (max-width: 575px) {
    .scrolling-wrap .comm {
        gap: 12px;
    }
}

@-webkit-keyframes scroll {
    0% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }

    100% {
        -webkit-transform: translateX(-100%);
        transform: translateX(-100%);
    }
}

@keyframes scroll {
    0% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }

    100% {
        -webkit-transform: translateX(-100%);
        transform: translateX(-100%);
    }
}

@-webkit-keyframes scrolly {
    0% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }

    100% {
        -webkit-transform: translateY(-60%);
        transform: translateY(-60%);
    }
}

@keyframes scrolly {
    0% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }

    100% {
        -webkit-transform: translateY(-60%);
        transform: translateY(-60%);
    }
}

@-webkit-keyframes scrollRight {
    0% {
        -webkit-transform: translateX(-100%);
        transform: translateX(-100%);
    }

    100% {
        -webkit-transform: translateX(0%);
        transform: translateX(0%);
    }
}

@keyframes scrollRight {
    0% {
        -webkit-transform: translateX(-100%);
        transform: translateX(-100%);
    }

    100% {
        -webkit-transform: translateX(0%);
        transform: translateX(0%);
    }
}

.time-table-wrapper .nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 30px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    border-bottom: 1px solid rgba(31, 31, 31, 0.15);
    max-width: 780px;
    margin: 30px auto 20px;
}

    .time-table-wrapper .nav .nav-item .nav-link {
        font-size: 16px;
        font-weight: 500;
        color: #454E59;
    }

        .time-table-wrapper .nav .nav-item .nav-link.active {
            background-color: var(--theme-color-2);
            color: var(--white);
        }

.time-table-wrapper .schedule_table {
    width: 100%;
    border-collapse: collapse;
    text-align: center;
    margin-top: 30px;
}

    .time-table-wrapper .schedule_table th, .time-table-wrapper .schedule_table td {
        padding: 30px 15px;
        border: 1px solid #a8b2bc45;
        vertical-align: middle;
    }

    .time-table-wrapper .schedule_table thead {
        background-color: #f5f5f5;
    }

        .time-table-wrapper .schedule_table thead th {
            font-weight: 500;
            font-size: 18px;
            font-family: "Helvetica Neue", sans-serif;
            color: var(--white);
            text-transform: capitalize;
            background-color: #e40d14;
        }

    .time-table-wrapper .schedule_table tbody tr:nth-child(even) {
        background-color: #fafafa;
    }

    .time-table-wrapper .schedule_table tbody tr:hover {
        background-color: #f0f8ff;
    }

    .time-table-wrapper .schedule_table tbody tr td {
        min-width: 150px;
    }

        .time-table-wrapper .schedule_table tbody tr td.active {
            background: #EDF6FD;
            padding: 0;
        }

        .time-table-wrapper .schedule_table tbody tr td .time {
            font-weight: 400;
            font-size: 16px;
            color: #4B6262;
        }

        .time-table-wrapper .schedule_table tbody tr td .schedule_item {
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-orient: vertical;
            -webkit-box-direction: normal;
            -ms-flex-direction: column;
            flex-direction: column;
            -webkit-box-align: center;
            -ms-flex-align: center;
            align-items: center;
        }

            .time-table-wrapper .schedule_table tbody tr td .schedule_item .class_name {
                font-size: 14px;
                font-weight: 500;
                color: #4B5563;
                text-transform: uppercase;
                max-width: 155px;
            }

            .time-table-wrapper .schedule_table tbody tr td .schedule_item .trainer_name {
                font-size: 18px;
                color: var(--header);
                margin-top: 4px;
                font-weight: 500;
            }

            .time-table-wrapper .schedule_table tbody tr td .schedule_item .time {
                font-size: 14px;
                color: #4B5563;
            }

            .time-table-wrapper .schedule_table tbody tr td .schedule_item.rowspan {
                height: 100%;
                -webkit-box-pack: center;
                -ms-flex-pack: center;
                justify-content: center;
            }

.process-section-3 .process-dot .swiper-pagination-bullet {
    width: 250px;
    height: 3px;
    border-radius: 4px;
    background: rgba(2, 201, 184, 0.22);
    opacity: 1;
    -webkit-transition: 0.6s;
    transition: 0.6s;
    margin: 0 !important;
}

@media (max-width: 1399px) {
    .process-section-3 .process-dot .swiper-pagination-bullet {
        display: none;
    }
}

.process-section-3 .process-dot .swiper-pagination-bullet-active {
    opacity: 1;
    background: var(--theme-color-2);
}

.arrivals-products-section {
    position: relative;
}

    .arrivals-products-section .array-button-2 {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        position: absolute;
        top: 45%;
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%);
        left: 7%;
        right: 7%;
    }

@media (max-width: 1899px) {
    .arrivals-products-section .array-button-2 {
        display: none;
    }
}

.arrivals-products-section .array-button-2 .array-prev {
    background-color: var(--bg);
}

.arrivals-products-section .array-button-2 .array-next:hover {
    background-color: var(--bg);
}

.vedio-bg-section-2 {
    background-attachment: fixed;
}


/*-----------------------[ 9.Sections Three CSS ]------------------------*/

.about-wrapper .about-image {
    max-width: 515px;
    position: relative;
}

@media (max-width: 991px) {
    .about-wrapper .about-image {
        max-width: 800px;
    }
}

.about-wrapper .about-image img {
    width: 100%;
    height: 100%;
}

.about-wrapper .about-image .about-img-2 {
    max-width: 533px;
    position: absolute;
    bottom: -90%;
    left: 10%;
    z-index: 1;
}

@media (max-width: 991px) {
    .about-wrapper .about-image .about-img-2 {
        bottom: 0;
        left: 0;
        max-width: 250px;
    }
}

@media (max-width: 575px) {
    .about-wrapper .about-image .about-img-2 {
        max-width: 140px;
    }
}

.about-wrapper .about-image .about-img-2 img {
    border: 10px solid var(--white);
    border-radius: 8px;
}

.about-wrapper .about-image .about-img-3 {
    max-width: 275px;
    position: absolute;
    top: 107px;
    right: -120px;
}

@media (max-width: 991px) {
    .about-wrapper .about-image .about-img-3 {
        right: 0;
        top: 0;
    }
}

@media (max-width: 767px) {
    .about-wrapper .about-image .about-img-3 {
        max-width: 180px;
    }
}

@media (max-width: 470px) {
    .about-wrapper .about-image .about-img-3 {
        max-width: 120px;
    }
}

.about-wrapper .about-image .about-img-3 img {
    border: 10px solid var(--white);
    border-radius: 8px;
}

.about-wrapper .about-content {
    margin-left: 110px;
}

@media (max-width: 991px) {
    .about-wrapper .about-content {
        margin-left: 0;
    }
}

.about-wrapper .about-content .about-text {
    margin-top: 25px;
}

.about-wrapper .about-content .about-icon-area {
    margin-top: 40px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 80px;
}

@media (max-width: 1199px) {
    .about-wrapper .about-content .about-icon-area {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        gap: 30px;
        margin-top: 30px;
    }
}

.about-wrapper .about-content .about-icon-area .about-items {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 10px;
}

.about-wrapper .about-content .list-box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 60px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-top: 50px;
}

@media (max-width: 1199px) {
    .about-wrapper .about-content .list-box {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        gap: 30px;
        margin-top: 30px;
    }
}

.about-wrapper .about-content .list-box ul li {
    color: #454E59;
    font-size: 18px;
    font-weight: 500;
}

    .about-wrapper .about-content .list-box ul li i {
        color: #e40d14;
        margin-right: 5px;
    }

    .about-wrapper .about-content .list-box ul li:not(:last-child) {
        margin-bottom: 15px;
    }

.about-wrapper .about-content .about-btn {
    margin-top: 50px;
}

.about-section {
    position: relative;
}

    .about-section .shape-1-img {
        position: absolute;
        top: 0;
        right: 0;
    }

    .about-section .shape-2-img {
        position: absolute;
        bottom: 20px;
        left: 0;
    }

    .about-section .shape-3-img {
        position: absolute;
        bottom: 40px;
        right: 30px;
    }

.about-section-2 {
    position: relative;
    z-index: 9;
}

    .about-section-2 .about-shape-1 {
        position: absolute;
        z-index: -1;
        top: 3%;
        left: 40%;
    }

    .about-section-2 .about-shape-2 {
        position: absolute;
        z-index: -1;
        top: 5%;
        right: 15%;
    }

    .about-section-2 .about-shape-3 {
        position: absolute;
        z-index: -1;
        top: 50%;
        left: 5%;
    }

.about-wrapper-2 .about-image img {
    width: 100%;
    height: 100%;
    border-radius: 12px;
}

.about-wrapper-2 .about-image-items {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 30px;
    margin-top: 20px;
}

@media (max-width: 1399px) {
    .about-wrapper-2 .about-image-items {
        display: block;
    }
}

.about-wrapper-2 .about-image-items .about-counter-box {
    border-radius: 12px;
    background: var(--white);
    -webkit-box-shadow: 14px 18px 84px 82px rgba(6, 3, 48, 0.04);
    box-shadow: 14px 18px 84px 82px rgba(6, 3, 48, 0.04);
    padding: 34px 35px;
    max-width: 236px;
}

@media (max-width: 1399px) {
    .about-wrapper-2 .about-image-items .about-counter-box {
        margin-bottom: 15px;
        max-width: initial;
        width: 100%;
    }
}

.about-wrapper-2 .about-image-items .about-counter-box .content {
    margin-top: 20px;
}

    .about-wrapper-2 .about-image-items .about-counter-box .content h2 {
        color: #e40d14;
    }

    .about-wrapper-2 .about-image-items .about-counter-box .content p {
        margin-top: -5px;
    }

.about-wrapper-2 .about-image-items .about-image-2 img {
    width: 100%;
    height: 100%;
    border-radius: 12px;
}

.about-wrapper-2 .about-content .about-text {
    margin-top: 25px;
}

.about-wrapper-2 .about-content .list-box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 30px;
    margin-top: 30px;
    font-weight: 500;
}

@media (max-width: 1399px) {
    .about-wrapper-2 .about-content .list-box {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        gap: 15px;
    }
}

.about-wrapper-2 .about-content .list-box i {
    color: #e40d14;
    margin-right: 5px;
}

.about-wrapper-2 .about-content .about-box-items {
    margin-top: 90px;
    border-radius: 12px 0px 12px 12px;
    background: var(--white);
    -webkit-box-shadow: 14px 18px 84px 82px rgba(6, 3, 48, 0.04);
    box-shadow: 14px 18px 84px 82px rgba(6, 3, 48, 0.04);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 40px;
    padding: 30px;
}

@media (max-width: 1199px) {
    .about-wrapper-2 .about-content .about-box-items {
        display: block;
        margin-top: 30px;
    }
}

.about-wrapper-2 .about-content .about-box-items .about-img img {
    border-radius: 12px;
}

@media (max-width: 1199px) {
    .about-wrapper-2 .about-content .about-box-items .about-img img {
        width: 100%;
    }
}

@media (max-width: 1199px) {
    .about-wrapper-2 .about-content .about-box-items .number-content {
        margin-top: 15px;
    }
}

.about-wrapper-2 .about-content .about-box-items .number-content h2 {
    font-size: 52px;
    font-weight: 500;
    color: #e40d14;
}

.about-wrapper-2 .about-content .about-box-items .number-content p {
    margin-top: 10px;
}

.about-wrapper-3 .about-left-item .about-image {
    margin-bottom: 60px;
    max-width: 600px;
}

@media (max-width: 1199px) {
    .about-wrapper-3 .about-left-item .about-image {
        margin-bottom: 30px;
        max-width: initial;
    }
}

.about-wrapper-3 .about-left-item .about-image img {
    width: 100%;
    height: 100%;
    border-radius: 12px;
}

.about-wrapper-3 .about-left-item h5 {
    font-weight: 500;
}

.about-wrapper-3 .about-left-item .about-list-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 60px;
    margin-top: 30px;
}

@media (max-width: 1199px) {
    .about-wrapper-3 .about-left-item .about-list-item {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        gap: 15px;
    }
}

.about-wrapper-3 .about-left-item .about-list-item .list li {
    font-size: 18px;
    font-weight: 500;
}

    .about-wrapper-3 .about-left-item .about-list-item .list li i {
        margin-right: 5px;
        color: #e40d14;
    }

    .about-wrapper-3 .about-left-item .about-list-item .list li:not(:last-child) {
        margin-bottom: 15px;
    }

.about-wrapper-3 .about-content .about-text {
    max-width: 702px;
    margin-top: 30px;
}

.about-wrapper-3 .about-content .about-icon-items {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 70px;
    margin-top: 40px;
    margin-bottom: 55px;
}

@media (max-width: 1199px) {
    .about-wrapper-3 .about-content .about-icon-items {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        gap: 30px;
    }
}

.about-wrapper-3 .about-content .about-icon-items .icon-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 16px;
}

@media (max-width: 1199px) {
    .about-wrapper-3 .about-content .about-icon-items .icon-item {
        gap: 10px;
    }
}

.about-wrapper-3 .about-content .about-button {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 30px;
    margin-bottom: 48px;
}

@media (max-width: 1199px) {
    .about-wrapper-3 .about-content .about-button {
        margin-bottom: 30px;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
}

.about-wrapper-3 .about-content .about-button .theme-btn.style-2 {
    background-color: var(--theme-color-2);
}

    .about-wrapper-3 .about-content .about-button .theme-btn.style-2:hover {
        background-color: var(--header);
    }

.about-wrapper-3 .about-content .about-image-2 {
    position: relative;
}

    .about-wrapper-3 .about-content .about-image-2 .circle-image {
        position: absolute;
        right: -65px;
        top: -65px;
    }

@media (max-width: 1199px) {
    .about-wrapper-3 .about-content .about-image-2 .circle-image {
        top: -30px;
        right: -20px;
    }
}

@media (max-width: 991px) {
    .about-wrapper-3 .about-content .about-image-2 .circle-image {
        top: 0;
        right: 0;
    }
}

@media (max-width: 575px) {
    .about-wrapper-3 .about-content .about-image-2 .circle-image {
        display: none;
    }
}

.about-wrapper-3 .about-content .about-image-2 .circle-image img {
    -webkit-animation: cir36 10s linear infinite;
    animation: cir36 10s linear infinite;
    width: initial;
    height: initial;
}

.about-wrapper-3 .about-content .about-image-2 .circle-image .arrow-icon {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

    .about-wrapper-3 .about-content .about-image-2 .circle-image .arrow-icon i {
        font-size: 30px;
        -webkit-transform: rotate(45deg);
        transform: rotate(45deg);
    }

.about-wrapper-3 .about-content .about-image-2 img {
    width: 100%;
    height: 100%;
    border-radius: 12px;
}

.about-section-3 {
    position: relative;
}

    .about-section-3 .left-shape {
        position: absolute;
        bottom: 25%;
        left: 5%;
    }

@media (max-width: 1199px) {
    .about-section-3 .left-shape {
        display: none;
    }
}

.about-section-3 .right-shape {
    position: absolute;
    top: 25%;
    right: 10%;
}

@media (max-width: 1199px) {
    .about-section-3 .right-shape {
        display: none;
    }
}

.about-section-5 {
    position: relative;
}

    .about-section-5 .left-shape {
        position: absolute;
        top: 299px;
        left: 16px;
    }

@media (max-width: 1199px) {
    .about-section-5 .left-shape {
        display: none;
    }
}

.about-wrapper-5 .about-left-item .text {
    margin-top: 24px;
    margin-bottom: 30px;
    max-width: 702px;
}

.about-wrapper-5 .about-left-item p {
    margin-bottom: 50px;
    max-width: 702px;
    font-size: 17px;
}

@media (max-width: 1199px) {
    .about-wrapper-5 .about-left-item p {
        margin-bottom: 30px;
    }
}

.about-wrapper-5 .about-left-item .about-button-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 30px;
    margin-bottom: 60px;
}

@media (max-width: 1199px) {
    .about-wrapper-5 .about-left-item .about-button-item {
        margin-bottom: 30px;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
}

.about-wrapper-5 .about-left-item .about-button-item .client-info-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 12px;
}

    .about-wrapper-5 .about-left-item .about-button-item .client-info-item .info-content h6 {
        font-size: 16px;
        font-weight: 500;
        margin-top: 5px;
    }

.about-wrapper-5 .about-left-item .about-image {
    position: relative;
}

    .about-wrapper-5 .about-left-item .about-image .circle-image {
        position: absolute;
        right: -35px;
        top: -50px;
    }

@media (max-width: 1199px) {
    .about-wrapper-5 .about-left-item .about-image .circle-image {
        top: 0;
        right: 0;
    }
}

@media (max-width: 991px) {
    .about-wrapper-5 .about-left-item .about-image .circle-image {
        top: 0;
        right: 0;
    }
}

@media (max-width: 575px) {
    .about-wrapper-5 .about-left-item .about-image .circle-image {
        display: none;
    }
}

.about-wrapper-5 .about-left-item .about-image .circle-image img {
    -webkit-animation: cir36 10s linear infinite;
    animation: cir36 10s linear infinite;
    width: initial;
    height: initial;
}

.about-wrapper-5 .about-left-item .about-image .circle-image .arrow-icon {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

    .about-wrapper-5 .about-left-item .about-image .circle-image .arrow-icon i {
        font-size: 30px;
        -webkit-transform: rotate(45deg);
        transform: rotate(45deg);
    }

.about-wrapper-5 .about-left-item .about-image img {
    width: 100%;
    height: 100%;
    border-radius: 12px;
}

.about-wrapper-5 .about-right-item {
    margin-left: 60px;
}

@media (max-width: 1199px) {
    .about-wrapper-5 .about-right-item {
        margin-left: 0;
    }
}

.about-wrapper-5 .about-right-item .nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 45px;
}

    .about-wrapper-5 .about-right-item .nav .nav-item .nav-link {
        color: var(--header);
        -webkit-transition: all 0.4s ease-in-out;
        transition: all 0.4s ease-in-out;
        font-size: 20px;
        font-weight: 500;
        font-family: "Helvetica Neue", sans-serif;
    }

        .about-wrapper-5 .about-right-item .nav .nav-item .nav-link.active {
            color: #e40d14;
            border-bottom: 2px solid #e40d14;
            display: inline-block;
            padding-bottom: 0;
        }

.about-wrapper-5 .about-right-item .tab-content {
    margin-top: 30px;
}

    .about-wrapper-5 .about-right-item .tab-content p {
        max-width: 542px;
    }

    .about-wrapper-5 .about-right-item .tab-content .about-list-item {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        gap: 60px;
        margin-top: 30px;
        margin-bottom: 50px;
    }

@media (max-width: 1199px) {
    .about-wrapper-5 .about-right-item .tab-content .about-list-item {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        gap: 15px;
        margin-bottom: 30px;
    }
}

.about-wrapper-5 .about-right-item .tab-content .about-list-item .list li {
    font-size: 18px;
    font-weight: 500;
}

    .about-wrapper-5 .about-right-item .tab-content .about-list-item .list li i {
        margin-right: 5px;
        color: #e40d14;
    }

    .about-wrapper-5 .about-right-item .tab-content .about-list-item .list li:not(:last-child) {
        margin-bottom: 15px;
    }

.about-wrapper-5 .about-right-item .tab-content .about-image-2 img {
    width: 100%;
    height: 100%;
    border-radius: 12px;
}

.about-wrapper-5 .about-right-item .tab-content .about-icon-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 80px;
    margin-top: 50px;
}

@media (max-width: 1199px) {
    .about-wrapper-5 .about-right-item .tab-content .about-icon-item {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        gap: 30px;
    }
}

.about-wrapper-5 .about-right-item .tab-content .about-icon-item .about-icon {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 18px;
}

    .about-wrapper-5 .about-right-item .tab-content .about-icon-item .about-icon .icon {
        width: 83px;
        height: 83px;
        line-height: 83px;
        text-align: center;
        border-radius: 100%;
        border: 1px solid rgba(5, 24, 40, 0.11);
    }

    .about-wrapper-5 .about-right-item .tab-content .about-icon-item .about-icon .content h2 {
        margin-bottom: 10px;
    }


/*-----------------------[ 10.Sections Four CSS ]------------------------*/
.service-wrapper .nav {
    display: -ms-grid;
    display: grid;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 16px;
    margin-top: 30px;
}

    .service-wrapper .nav .nav-item .nav-link {
        background-color: var(--white);
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        font-size: 18px;
        font-weight: 500;
        color: var(--header);
        font-family: "Helvetica Neue", sans-serif;
        border-radius: 4px;
        padding-left: 25px;
    }

        .service-wrapper .nav .nav-item .nav-link i {
            width: 61px;
            height: 61px;
            line-height: 61px;
            border-radius: 4px;
            background-color: #e40d14;
            text-align: center;
            color: var(--white);
        }

        .service-wrapper .nav .nav-item .nav-link.active {
            background-color: #e40d14;
            color: var(--white);
        }

            .service-wrapper .nav .nav-item .nav-link.active i {
                background-color: var(--white);
                color: #e40d14;
            }

.service-wrapper .service-box-items {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border-radius: 4px;
    background: #182D3E;
    padding: 30px;
    margin-top: 30px;
    gap: 20px;
    position: relative;
    z-index: 9;
    padding-left: 50px;
    margin-left: 40px;
}

@media (max-width: 1399px) {
    .service-wrapper .service-box-items {
        padding: 20px;
        margin-left: 0;
    }
}

@media (max-width: 1199px) {
    .service-wrapper .service-box-items {
        display: block;
    }
}

@media (max-width: 1199px) {
    .service-wrapper .service-box-items .service-icon-box {
        margin-bottom: 20px;
    }
}

.service-wrapper .service-box-items .service-icon-box .icon {
    width: 94px;
    height: 94px;
    /*line-height: 105px;*/
    text-align: center;
    /*background: var(--theme-color-2);*/
    background: white;
    border-radius: 50px;
}

    .service-wrapper .service-box-items .service-icon-box .icon i {
        font-size: 45px;
        color: var(--white);
        -webkit-transition: all 0.4s ease-in-out;
        transition: all 0.4s ease-in-out;
        display: inline-block;
    }

.service-wrapper .service-box-items .service-icon-box h3 {
    margin-top: 60px;
}

@media (max-width: 1199px) {
    .service-wrapper .service-box-items .service-icon-box h3 {
        margin-top: 30px;
    }
}

.service-wrapper .service-box-items .service-icon-box h3 a {
    color: var(--white);
}

    .service-wrapper .service-box-items .service-icon-box h3 a:hover {
        color: #e40d14;
    }

.service-wrapper .service-box-items .service-icon-box p {
    color: var(--white);
    margin-top: 10px;
    font-size: 16px;
}

.service-wrapper .service-box-items .service-icon-box .theme-btn {
    background-color: transparent;
    border: 1px solid #e40d14;
}

    .service-wrapper .service-box-items .service-icon-box .theme-btn:hover {
        background-color: #e40d14;
    }

        .service-wrapper .service-box-items .service-icon-box .theme-btn:hover i {
            background-color: var(--white);
            color: #e40d14;
        }

.service-wrapper .service-box-items .service-image {
    position: relative;
}

    .service-wrapper .service-box-items .service-image img {
        width: 100%;
        height: 100%;
        border-radius: 4px;
    }

    .service-wrapper .service-box-items .service-image .post-box {
        display: inline-block;
        background-color: #e40d14;
        color: var(--white);
        padding: 12px 18px;
        line-height: 1;
        border-radius: 4px;
        position: absolute;
        top: 14px;
        left: 14px;
    }

.service-wrapper .service-box-items:hover .service-icon-box .icon i {
    -webkit-transform: scaleX(-1) !important;
    transform: scaleX(-1) !important;
}

.service-section {
    position: relative;
}

    .service-section .service-shape-1 {
        position: absolute;
        top: 40px;
        left: 30px;
    }

    .service-section .service-shape-2 {
        position: absolute;
        top: 40px;
        right: 30px;
    }

    .service-section .service-shape-3 {
        position: absolute;
        bottom: 40px;
        right: 60%;
    }

.service-box-items-2 {
    border-radius: 12px;
    background: #051828;
    padding: 40px 30px;
    margin-top: 30px;
}

@media (max-width: 575px) {
    .service-box-items-2 {
        padding: 24px;
    }
}

.service-box-items-2 .service-icon i {
    font-size: 82px;
    color: #e40d14;
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
    display: inline-block;
}

@media (max-width: 575px) {
    .service-box-items-2 .service-icon i {
        font-size: 50px;
    }
}

.service-box-items-2 h3 {
    margin-top: 40px;
}

@media (max-width: 575px) {
    .service-box-items-2 h3 {
        margin-top: 25px;
    }
}

.service-box-items-2 h3 a {
    color: var(--white);
}

.service-box-items-2 .service-list {
    margin-top: 25px;
}

    .service-box-items-2 .service-list li {
        font-size: 15px;
        font-weight: 500;
        color: var(--white);
    }

        .service-box-items-2 .service-list li i {
            color: #e40d14;
            margin-right: 6px;
            font-size: 18px;
        }

        .service-box-items-2 .service-list li:not(:last-child) {
            margin-bottom: 15px;
        }

.service-box-items-2 .service-btn {
    margin-top: 35px;
}

@media (max-width: 575px) {
    .service-box-items-2 .service-btn {
        margin-top: 25px;
    }
}

.service-box-items-2 .service-btn .theme-btn {
    background: rgba(255, 255, 255, 0.16);
    padding-right: 5px;
    padding-left: 30px;
}

    .service-box-items-2 .service-btn .theme-btn i {
        background-color: #e40d14;
        color: var(--white);
        margin-right: 0;
        margin-left: 20px;
    }

    .service-box-items-2 .service-btn .theme-btn:hover {
        background-color: #e40d14;
    }

        .service-box-items-2 .service-btn .theme-btn:hover i {
            background-color: var(--white);
            color: #e40d14;
        }

.service-box-items-2:hover {
    border-radius: 12px;
    background: var(--theme-color-2);
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}

    .service-box-items-2:hover .service-icon i {
        color: var(--white);
        -webkit-transition: all 0.4s ease-in-out;
        transition: all 0.4s ease-in-out;
    }

    .service-box-items-2:hover .service-list li i {
        color: var(--white);
        -webkit-transition: all 0.4s ease-in-out;
        transition: all 0.4s ease-in-out;
    }

    .service-box-items-2:hover .service-btn .theme-btn {
        background-color: var(--white);
        color: #e40d14;
    }

        .service-box-items-2:hover .service-btn .theme-btn i {
            background-color: #e40d14;
            color: var(--white);
        }

        .service-box-items-2:hover .service-btn .theme-btn:hover {
            background-color: #e40d14;
            color: var(--white);
        }

            .service-box-items-2:hover .service-btn .theme-btn:hover i {
                background-color: var(--white);
                color: #e40d14;
            }

.service-box-items-2.style-margin {
    margin-top: 80px;
}

@media (max-width: 1199px) {
    .service-box-items-2.style-margin {
        margin-top: 30px;
    }
}

.service-box-items-2.style-2 {
    background-color: var(--white);
    border-radius: 12px;
    border: 1px solid rgba(5, 24, 40, 0.19);
}

    .service-box-items-2.style-2 h3 a {
        color: var(--header);
    }

    .service-box-items-2.style-2 .service-list li {
        color: var(--header);
    }

    .service-box-items-2.style-2 .service-btn .theme-btn {
        background-color: rgba(36, 144, 235, 0.1);
        color: #e40d14;
        padding: 4px 4px 4px 20px;
    }

    .service-box-items-2.style-2:hover {
        background: var(--theme-color-2);
    }

        .service-box-items-2.style-2:hover .service-icon i {
            color: var(--white);
        }

        .service-box-items-2.style-2:hover h3 a {
            color: var(--white);
        }

        .service-box-items-2.style-2:hover .service-list li {
            color: var(--white);
        }

            .service-box-items-2.style-2:hover .service-list li i {
                color: var(--white);
            }

        .service-box-items-2.style-2:hover .service-btn .theme-btn {
            background-color: var(--white);
            color: #e40d14;
        }

            .service-box-items-2.style-2:hover .service-btn .theme-btn i {
                background-color: #e40d14;
                color: var(--white);
            }

            .service-box-items-2.style-2:hover .service-btn .theme-btn:hover {
                background-color: #e40d14;
                color: var(--white);
            }

                .service-box-items-2.style-2:hover .service-btn .theme-btn:hover i {
                    background-color: var(--white);
                    color: #e40d14;
                }

.service-box-items-2:hover .service-icon i {
    -webkit-transform: scaleX(-1) !important;
    transform: scaleX(-1) !important;
}

.service-details-wrapper .service-details-sidebar .sidebar-widget {
    margin-bottom: 30px;
}

    .service-details-wrapper .service-details-sidebar .sidebar-widget ul li a {
        font-size: 18px;
        font-weight: 500;
        width: 100%;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        border-radius: 4px;
        background: #F8F8F8;
        padding: 5px 20px;
    }

        .service-details-wrapper .service-details-sidebar .sidebar-widget ul li a .icon {
            background-color: var(--white);
            color: #e40d14;
            width: 43px;
            height: 35px;
            line-height: 35px;
            text-align: center;
            -webkit-transition: all 0.4s ease-in-out;
            transition: all 0.4s ease-in-out;
        }

        .service-details-wrapper .service-details-sidebar .sidebar-widget ul li a:hover {
            background-color: #e40d14;
            color: var(--white);
        }

    .service-details-wrapper .service-details-sidebar .sidebar-widget ul li:not(:last-child) {
        margin-bottom: 10px;
    }

.service-details-wrapper .service-details-sidebar .sidebar-widget-image {
    position: relative;
}

    .service-details-wrapper .service-details-sidebar .sidebar-widget-image img {
        width: 100%;
        height: 100%;
        border-radius: 5px;
    }

    .service-details-wrapper .service-details-sidebar .sidebar-widget-image .content {
        position: absolute;
        padding: 25px;
        bottom: 25px;
        left: 25px;
        right: 25px;
    }

        .service-details-wrapper .service-details-sidebar .sidebar-widget-image .content .icon {
            font-size: 70px;
            color: var(--white);
            margin-bottom: 35px;
        }

        .service-details-wrapper .service-details-sidebar .sidebar-widget-image .content h3 {
            margin-top: 15px;
        }

            .service-details-wrapper .service-details-sidebar .sidebar-widget-image .content h3 a {
                color: var(--white);
                font-size: 30px;
                font-weight: 500;
            }

.service-details-wrapper .service-details-right-items .service-img img {
    width: 100%;
    height: 100%;
    border-radius: 5px;
}

.service-details-wrapper .service-details-right-items h3 {
    font-size: 28px;
    margin-top: 20px;
}

.service-details-wrapper .service-details-right-items p {
    margin-top: 10px;
    font-size: 16px;
}

.service-details-wrapper .service-details-right-items h4 {
    font-size: 22px;
    font-weight: 500;
    margin-top: 20px;
}

.service-details-wrapper .service-details-right-items .list-box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 60px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-top: 30px;
}

@media (max-width: 1199px) {
    .service-details-wrapper .service-details-right-items .list-box {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        gap: 20px;
    }
}

.service-details-wrapper .service-details-right-items .list-box ul li {
    color: #454E59;
    font-size: 18px;
    font-weight: 500;
}

    .service-details-wrapper .service-details-right-items .list-box ul li i {
        color: #e40d14;
        margin-right: 5px;
    }

    .service-details-wrapper .service-details-right-items .list-box ul li:not(:last-child) {
        margin-bottom: 15px;
    }

.service-details-wrapper .service-details-right-items .pricing-plan {
    margin-top: 20px;
}

    .service-details-wrapper .service-details-right-items .pricing-plan .pricing-plan-list {
        background-color: var(--white);
    }

        .service-details-wrapper .service-details-right-items .pricing-plan .pricing-plan-list li {
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-pack: justify;
            -ms-flex-pack: justify;
            justify-content: space-between;
            width: 100%;
            border-bottom: 1px dashed #CCC;
            padding: 20px 0;
            gap: 30px;
        }

            .service-details-wrapper .service-details-right-items .pricing-plan .pricing-plan-list li .pricing-content h6 {
                font-size: 18px;
                font-weight: 400;
            }

            .service-details-wrapper .service-details-right-items .pricing-plan .pricing-plan-list li span {
                font-size: 18px;
                font-weight: 400;
                color: #e40d14;
                line-height: 1;
            }

            .service-details-wrapper .service-details-right-items .pricing-plan .pricing-plan-list li:not(:last-child) {
                border-bottom: 1px dashed #CCC;
            }

.service-card-items-3 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 28px;
    border-radius: 12px;
    background-color: var(--white);
    padding: 20px 10px 20px 40px;
    margin-top: 30px;
}

@media (max-width: 1199px) {
    .service-card-items-3 {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        gap: 20px;
        padding: 30px;
    }
}

.service-card-items-3.style-2 {
    padding: 20px 40px 20px 10px;
}

.service-card-items-3 .service-content .service-icon {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 18px;
    margin-bottom: 10px;
}

    .service-card-items-3 .service-content .service-icon .icon {
        font-size: 60px;
        color: #e40d14;
    }

    .service-card-items-3 .service-content .service-icon h5 a:hover {
        color: #e40d14;
    }

.service-card-items-3 .service-content p {
    max-width: 347px;
}

.service-card-items-3 .service-content .theme-btn.style-2 {
    background-color: transparent;
    border: 1.5px solid var(--theme-color-2);
    margin-top: 30px;
    color: var(--theme-color-2);
    padding: 4px 30px 4px 4px;
}

    .service-card-items-3 .service-content .theme-btn.style-2 i {
        background-color: var(--theme-color-2);
        color: var(--white);
    }

    .service-card-items-3 .service-content .theme-btn.style-2:hover {
        background-color: var(--theme-color-2);
        color: var(--white);
    }

        .service-card-items-3 .service-content .theme-btn.style-2:hover i {
            background-color: var(--white);
            color: var(--theme-color-2);
        }

@media (max-width: 1199px) {
    .service-card-items-3 .service-image {
        -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
    }
}

@media (max-width: 991px) {
    .service-card-items-3 .service-image {
        -ms-flex-preferred-size: initial;
        flex-basis: initial;
    }
}

@media (max-width: 575px) {
    .service-card-items-3 .service-image {
        -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
    }
}

.service-card-items-3 .service-image img {
    width: 100%;
    height: 100%;
    border-radius: 12px;
}

.service-section-3 {
    position: relative;
}

    .service-section-3 .shape-1 {
        position: absolute;
        top: 100px;
        left: 280px;
    }

@media (max-width: 1199px) {
    .service-section-3 .shape-1 {
        display: none;
    }
}

.service-section-3 .shape-2 {
    position: absolute;
    top: 250px;
    right: 250px;
}

@media (max-width: 1199px) {
    .service-section-3 .shape-2 {
        display: none;
    }
}

.service-section-3 .shape-3 {
    position: absolute;
    left: 93px;
    bottom: 220px;
}

@media (max-width: 1199px) {
    .service-section-3 .shape-3 {
        display: none;
    }
}

.service-box-item-5 {
    margin-top: 30px;
    background-color: var(--white);
    border-radius: 18px;
    border: 1px solid rgba(7, 2, 31, 0.15);
}

    .service-box-item-5.style-2 {
        margin-top: 60px;
    }

@media (max-width: 1199px) {
    .service-box-item-5.style-2 {
        margin-top: 30px;
    }
}

.service-box-item-5 .service-content {
    padding: 30px;
}

    .service-box-item-5 .service-content .icon {
        font-size: 80px;
        margin-bottom: 25px;
        color: #e40d14;
        -webkit-transition: all 0.4s ease-in-out;
        transition: all 0.4s ease-in-out;
        display: inline-block;
    }

    .service-box-item-5 .service-content h3 {
        margin-bottom: 30px;
    }

        .service-box-item-5 .service-content h3 a:hover {
            color: #e40d14;
        }

    .service-box-item-5 .service-content p {
        max-width: 268px;
        font-size: 16px;
        font-weight: 500;
    }

.service-box-item-5 .service-list-box {
    padding: 0 10px 10px;
}

    .service-box-item-5 .service-list-box .service-list {
        border-radius: 18px;
        background: -webkit-gradient(linear, left top, left bottom, from(#EBF5FD), to(rgba(247, 248, 249, 0)));
        background: linear-gradient(180deg, #EBF5FD 0%, rgba(247, 248, 249, 0) 100%);
        padding: 20px;
    }

        .service-box-item-5 .service-list-box .service-list li {
            font-weight: 500;
            color: #43494D;
            position: relative;
            padding-left: 20px;
            font-size: 16px;
            font-weight: 500;
        }

            .service-box-item-5 .service-list-box .service-list li::before {
                position: absolute;
                content: "";
                width: 5px;
                height: 5px;
                background-color: var(--header);
                border-radius: 30px;
                left: 0;
                top: 10px;
            }

            .service-box-item-5 .service-list-box .service-list li:not(:last-child) {
                margin-bottom: 12px;
            }

            .service-box-item-5 .service-list-box .service-list li:last-child {
                padding-left: 0;
            }

                .service-box-item-5 .service-list-box .service-list li:last-child::before {
                    display: none;
                }

        .service-box-item-5 .service-list-box .service-list .theme-btn {
            width: 100%;
            border-radius: 8px;
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-align: center;
            -ms-flex-align: center;
            align-items: center;
            -webkit-box-pack: justify;
            -ms-flex-pack: justify;
            justify-content: space-between;
            margin-top: 30px;
            padding: 18px 25px;
        }

            .service-box-item-5 .service-list-box .service-list .theme-btn i {
                width: initial;
                height: initial;
                line-height: initial;
                background-color: transparent;
                color: var(--white);
                margin-right: 0;
            }

.service-box-item-5:hover .service-content .icon {
    -webkit-transform: scaleX(-1) !important;
    transform: scaleX(-1) !important;
}

.service-section-5 {
    position: relative;
}

    .service-section-5 .left-shape {
        position: absolute;
        top: 173px;
        left: 156px;
    }

@media (max-width: 1199px) {
    .service-section-5 .left-shape {
        display: none;
    }
}

.service-section-5 .right-shape {
    position: absolute;
    top: 112px;
    right: 146px;
}

@media (max-width: 1199px) {
    .service-section-5 .right-shape {
        display: none;
    }
}
/*-----------------------[ 24.Shop CSS ]------------------------*/
.shop-section-4 .section-title-area {
    border-bottom: 1px solid rgba(58, 54, 54, 0.12);
    padding-bottom: 20px;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: end;
}

.shop-section-4 .nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 20px;
}

@media (max-width: 767px) {
    .shop-section-4 .nav {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }
}

.shop-section-4 .nav .nav-item .nav-link {
    font-size: 16px;
    font-weight: 500;
    color: #454E59;
    line-height: 1;
    padding: 14px 20px;
}

    .shop-section-4 .nav .nav-item .nav-link.active {
        background-color: var(--theme-color-2);
        color: var(--white);
    }

@media (min-width: 991px) {
    .shop-inner-wrapper .main-sidebar {
        margin-left: 20px;
    }
}

@media (max-width: 991px) {
    .shop-inner-wrapper .main-sidebar {
        margin-top: 40px;
    }
}

.shop-inner-wrapper .main-sidebar .single-sidebar-widget {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 30px;
    margin-bottom: 40px;
    background-color: transparent;
    border: 1px solid rgba(0, 0, 0, 0.15);
    border-radius: 4px;
}

    .shop-inner-wrapper .main-sidebar .single-sidebar-widget ul {
        padding-left: 0;
    }

        .shop-inner-wrapper .main-sidebar .single-sidebar-widget ul > li {
            margin-bottom: 10px;
        }

            .shop-inner-wrapper .main-sidebar .single-sidebar-widget ul > li a {
                font-size: 16px;
                font-weight: 500;
                text-transform: capitalize;
            }

                .shop-inner-wrapper .main-sidebar .single-sidebar-widget ul > li a:hover {
                    color: #e40d14;
                }

        .shop-inner-wrapper .main-sidebar .single-sidebar-widget ul ul {
            padding-left: 20px;
        }

            .shop-inner-wrapper .main-sidebar .single-sidebar-widget ul ul li {
                margin-top: 5px;
            }

    .shop-inner-wrapper .main-sidebar .single-sidebar-widget:last-child {
        margin-bottom: 0;
    }

    .shop-inner-wrapper .main-sidebar .single-sidebar-widget .wid-title {
        margin-bottom: 25px;
        padding-left: 45px;
        position: relative;
    }

        .shop-inner-wrapper .main-sidebar .single-sidebar-widget .wid-title::before {
            left: 0;
            top: 50%;
            -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
            content: "";
            height: 4px;
            width: 18px;
            border-radius: 5px;
            position: absolute;
            background-color: #e40d14;
        }

        .shop-inner-wrapper .main-sidebar .single-sidebar-widget .wid-title::after {
            left: 22px;
            top: 50%;
            -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
            content: "";
            height: 4px;
            width: 4px;
            border-radius: 50%;
            position: absolute;
            background-color: #e40d14;
        }

        .shop-inner-wrapper .main-sidebar .single-sidebar-widget .wid-title h3 {
            font-size: 20px;
            font-weight: 400;
        }

    .shop-inner-wrapper .main-sidebar .single-sidebar-widget .social-link a {
        display: inline-block;
        width: 40px;
        height: 40px;
        line-height: 40px;
        text-align: center;
        border-radius: 50%;
        background-color: var(--white);
        font-size: 14px;
        margin-right: 5px;
        margin-bottom: 5px;
    }

        .shop-inner-wrapper .main-sidebar .single-sidebar-widget .social-link a:hover {
            background-color: #e40d14;
            color: var(--white);
        }

.shop-inner-wrapper .shop-box-items {
    margin-top: 30px;
}

    .shop-inner-wrapper .shop-box-items .shop-image {
        position: relative;
        z-index: 9;
    }

        .shop-inner-wrapper .shop-box-items .shop-image img {
            width: 100%;
            height: 100%;
            border-radius: 12px;
        }

        .shop-inner-wrapper .shop-box-items .shop-image .shop-icon {
            gap: 10px;
            position: absolute;
            top: 50%;
            right: 0;
            -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
            right: 5%;
        }

            .shop-inner-wrapper .shop-box-items .shop-image .shop-icon li {
                -webkit-transform: scaleX(0);
                transform: scaleX(0);
                -webkit-transition: 0.4s ease-in-out;
                transition: 0.4s ease-in-out;
                cursor: pointer;
            }

                .shop-inner-wrapper .shop-box-items .shop-image .shop-icon li a {
                    background-color: #e40d14;
                    width: 40px;
                    height: 40px;
                    line-height: 40px;
                    display: inline-block;
                    color: var(--white);
                    text-align: center;
                    -webkit-transition: all 0.4s ease-in-out;
                    transition: all 0.4s ease-in-out;
                    border-radius: 4px;
                }

                    .shop-inner-wrapper .shop-box-items .shop-image .shop-icon li a:hover {
                        background-color: var(--header);
                    }

        .shop-inner-wrapper .shop-box-items .shop-image .post-box {
            position: absolute;
            top: 10px;
            left: 10px;
        }

            .shop-inner-wrapper .shop-box-items .shop-image .post-box li {
                border-radius: 2px;
                background: #e40d14;
                padding: 8px 13px;
                line-height: 1;
                display: inline-block;
                font-size: 14px;
                font-weight: 500;
                color: var(--white);
            }

                .shop-inner-wrapper .shop-box-items .shop-image .post-box li:nth-last-of-type(2) {
                    background-color: var(--theme-color-2);
                }

    .shop-inner-wrapper .shop-box-items .shop-content {
        margin-top: 20px;
    }

        .shop-inner-wrapper .shop-box-items .shop-content span {
            font-size: 16px;
            font-weight: 500;
            color: var(--theme-color-2);
        }

        .shop-inner-wrapper .shop-box-items .shop-content h3 {
            font-size: 20px;
            font-weight: 500;
            margin-top: 10px;
        }

            .shop-inner-wrapper .shop-box-items .shop-content h3 a:hover {
                color: #e40d14;
            }

        .shop-inner-wrapper .shop-box-items .shop-content .star {
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-align: center;
            -ms-flex-align: center;
            align-items: center;
            margin-top: 10px;
        }

            .shop-inner-wrapper .shop-box-items .shop-content .star i {
                color: #ffd02c;
            }

            .shop-inner-wrapper .shop-box-items .shop-content .star p {
                font-size: 14px;
                font-weight: 500;
                color: #8D8C8C;
                margin-left: 10px;
            }

        .shop-inner-wrapper .shop-box-items .shop-content h4 {
            font-size: 24px;
            font-weight: 500;
            color: #e40d14;
            margin-top: 10px;
        }

    .shop-inner-wrapper .shop-box-items:hover .shop-image .shop-icon li {
        -webkit-transform: scaleX(1);
        transform: scaleX(1);
    }

    .shop-inner-wrapper .shop-box-items.style-2 .shop-content {
        text-align: center;
    }

        .shop-inner-wrapper .shop-box-items.style-2 .shop-content .star {
            -webkit-box-pack: center;
            -ms-flex-pack: center;
            justify-content: center;
        }

.shop-details-wrapper .shop-details-image {
    position: relative;
}

    .shop-details-wrapper .shop-details-image .nav {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        gap: 15px;
        margin-top: -30px;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        position: relative;
        z-index: 9;
    }

        .shop-details-wrapper .shop-details-image .nav .nav-link {
            padding: 0;
            max-width: 115px;
        }

            .shop-details-wrapper .shop-details-image .nav .nav-link img {
                border-radius: 5px;
            }

    .shop-details-wrapper .shop-details-image .shop-thumb img {
        width: 100%;
        height: 100%;
        border: 1px solid rgba(115, 115, 115, 0.33);
        border-radius: 10px;
    }

.shop-details-wrapper .product-details-content {
    margin-left: 60px;
}

@media (max-width: 1399px) {
    .shop-details-wrapper .product-details-content {
        margin-left: 30px;
    }
}

@media (max-width: 991px) {
    .shop-details-wrapper .product-details-content {
        margin-left: 0;
    }
}

.shop-details-wrapper .product-details-content h2 {
    font-size: 49px;
}

@media (max-width: 767px) {
    .shop-details-wrapper .product-details-content h2 {
        font-size: 42px;
    }
}

@media (max-width: 575px) {
    .shop-details-wrapper .product-details-content h2 {
        font-size: 32px;
    }
}

.shop-details-wrapper .product-details-content .star a {
    color: #e40d14;
    font-size: 16px;
    font-weight: 600;
}

.shop-details-wrapper .product-details-content .star span {
    margin-left: 10px;
}

.shop-details-wrapper .product-details-content .price-list {
    gap: 20px;
    border-bottom: 1px solid var(--border);
    padding-bottom: 30px;
}

    .shop-details-wrapper .product-details-content .price-list h3 {
        font-size: 40px;
    }

.shop-details-wrapper .product-details-content .cart-quantity {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 16px;
    margin: 30px 0;
}

@media (max-width: 1199px) {
    .shop-details-wrapper .product-details-content .cart-quantity {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
}

.shop-details-wrapper .product-details-content .cart-quantity .qty {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border: 1px solid #E4E4E5;
    padding: 16px 24px;
    line-height: 1;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    border-radius: 8px;
}

    .shop-details-wrapper .product-details-content .cart-quantity .qty button,
    .shop-details-wrapper .product-details-content .cart-quantity .qty input {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        color: var(--header);
        font-weight: 400;
        font-size: 24px;
    }

    .shop-details-wrapper .product-details-content .cart-quantity .qty input {
        background-color: transparent;
        text-align: center;
        border-radius: 0;
        border: unset;
        outline: none;
    }

.shop-details-wrapper .product-details-content .cart-quantity .shop-btn {
    width: 100%;
    font-size: 16px;
    font-weight: 600;
    background-color: #e40d14;
    color: var(--white);
    padding: 24px 20px;
    text-align: center;
    line-height: 1;
    display: inline-block;
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
    display: inline-block;
    text-transform: capitalize;
    border-radius: 8px;
}

    .shop-details-wrapper .product-details-content .cart-quantity .shop-btn i {
        margin-right: 10px;
    }

    .shop-details-wrapper .product-details-content .cart-quantity .shop-btn:hover {
        background-color: var(--header);
    }

.shop-details-wrapper .product-details-content .cart-quantity .icon-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 10px;
}

    .shop-details-wrapper .product-details-content .cart-quantity .icon-item .icon {
        border: 1px solid #E4E4E5;
        padding: 16px 24px;
        -webkit-transition: all 0.4s ease-in-out;
        transition: all 0.4s ease-in-out;
        border-radius: 8px;
    }

        .shop-details-wrapper .product-details-content .cart-quantity .icon-item .icon:hover {
            background-color: #e40d14;
            color: var(--white);
        }

.shop-details-wrapper .product-details-content .details-info {
    position: relative;
}

    .shop-details-wrapper .product-details-content .details-info:not(:last-child) {
        margin-bottom: 10px;
    }

    .shop-details-wrapper .product-details-content .details-info span {
        font-size: 16px;
        font-weight: 500;
        text-transform: capitalize;
        position: absolute;
        left: 0;
        top: 2px;
    }

    .shop-details-wrapper .product-details-content .details-info a {
        font-size: 16px;
        font-weight: 400;
        color: var(--text);
        margin-left: 150px;
        text-transform: capitalize;
    }

.shop-details-wrapper .single-tab {
    padding-top: 60px;
}

    .shop-details-wrapper .single-tab .nav {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        border-bottom: 1px solid var(--border);
        padding-bottom: 20px;
    }

        .shop-details-wrapper .single-tab .nav .nav-link.active {
            position: relative;
        }

            .shop-details-wrapper .single-tab .nav .nav-link.active h6 {
                color: #e40d14;
            }

            .shop-details-wrapper .single-tab .nav .nav-link.active::before {
                position: absolute;
                bottom: -21px;
                left: 0;
                height: 2px;
                width: 100%;
                content: "";
                background: #e40d14;
                -webkit-transition: .3s;
                transition: .3s;
            }

@media (max-width: 470px) {
    .shop-details-wrapper .single-tab .nav .nav-link.active::before {
        display: none;
    }
}

.shop-details-wrapper .single-tab .nav .nav-link h6 {
    font-size: 18px;
    text-transform: capitalize;
}

.shop-details-wrapper .single-tab .description-items .description-content {
    margin-right: 50px;
}

@media (max-width: 1399px) {
    .shop-details-wrapper .single-tab .description-items .description-content {
        margin-right: 30px;
    }
}

@media (max-width: 991px) {
    .shop-details-wrapper .single-tab .description-items .description-content {
        margin-right: 0;
    }
}

.shop-details-wrapper .single-tab .description-items .description-content h3 {
    margin-bottom: 15px;
}

.shop-details-wrapper .single-tab .description-items .description-content .description-list-items {
    margin-top: 30px;
}

@media (max-width: 575px) {
    .shop-details-wrapper .single-tab .description-items .description-content .description-list-items {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        gap: 30px;
    }
}

.shop-details-wrapper .single-tab .description-items .description-content .description-list-items .description-list li {
    font-size: 16px;
    text-transform: capitalize;
    color: var(--header);
    font-weight: 600;
}

    .shop-details-wrapper .single-tab .description-items .description-content .description-list-items .description-list li span {
        color: var(--text);
        font-weight: 400;
    }

@media (max-width: 767px) {
    .shop-details-wrapper .single-tab .review-items .admin-items {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        gap: 30px;
    }
}

.shop-details-wrapper .single-tab .review-items .admin-items .admin-img {
    width: 100px;
    height: 100px;
}

    .shop-details-wrapper .single-tab .review-items .admin-items .admin-img img {
        border-radius: 50%;
    }

.shop-details-wrapper .single-tab .review-items .admin-items .content {
    position: relative;
    border: 1px solid var(--border);
}

    .shop-details-wrapper .single-tab .review-items .admin-items .content h5 {
        text-transform: capitalize;
    }

    .shop-details-wrapper .single-tab .review-items .admin-items .content::before {
        position: absolute;
        content: "";
        width: 30px;
        height: 30px;
        background-color: var(--white);
        border-left: 1px solid var(--border);
        border-bottom: 1px solid var(--border);
        -webkit-transform: rotate(45deg);
        transform: rotate(45deg);
        top: 40%;
        left: -16px;
    }

@media (max-width: 575px) {
    .shop-details-wrapper .single-tab .review-items .admin-items .content::before {
        display: none;
    }
}

.shop-details-wrapper .single-tab .review-items .admin-items .content .head-content h5 span {
    font-size: 14px;
    margin-left: 30px;
}

.shop-details-wrapper .single-tab .review-items .admin-items .content .star i {
    font-size: 16px;
    color: #e40d14;
}

.shop-details-wrapper .single-tab .review-title h4 {
    font-weight: 500;
    text-transform: capitalize;
}

.shop-details-wrapper .single-tab .review-title .rate-now {
    margin-top: 15px;
    gap: 15px;
}

    .shop-details-wrapper .single-tab .review-title .rate-now p {
        font-size: 16px;
        text-transform: capitalize;
    }

    .shop-details-wrapper .single-tab .review-title .rate-now i {
        font-size: 16px;
        color: #e40d14;
    }

.shop-details-wrapper .single-tab .review-form {
    margin-top: 40px;
}

    .shop-details-wrapper .single-tab .review-form .form-clt input {
        width: 100%;
        outline: none;
        border: none;
        padding: 18px 35px;
        color: var(--text);
        background-color: whitesmoke;
        font-size: 16px;
        text-transform: capitalize;
        border-radius: 8px;
    }

@media (max-width: 575px) {
    .shop-details-wrapper .single-tab .review-form .form-clt input {
        padding: 15px 20px;
    }
}

.shop-details-wrapper .single-tab .review-form .form-clt-big textarea {
    padding: 18px 35px 170px;
    width: 100%;
    outline: none;
    color: var(--text);
    background-color: whitesmoke;
    font-size: 16px;
    border: none;
    border-radius: 8px;
    text-transform: capitalize;
}

@media (max-width: 575px) {
    .shop-details-wrapper .single-tab .review-form .form-clt-big textarea {
        padding: 15px 20px;
    }
}

.shop-details-wrapper .single-tab .review-form .theme-btn {
    border-radius: 8px;
    padding: 25px 70px;
}

.arrivals-products-section .section-title-area .text-btn {
    font-size: 16px;
    font-weight: 700;
    display: inline-block;
    text-decoration: underline;
    color: #e40d14;
}

    .arrivals-products-section .section-title-area .text-btn:hover {
        color: var(--header);
    }

.arrivals-products-box-items-4 {
    margin-top: 30px;
}

    .arrivals-products-box-items-4 .arrivals-image {
        position: relative;
    }

        .arrivals-products-box-items-4 .arrivals-image img {
            width: 100%;
            height: 100%;
            border-radius: 12px;
        }

        .arrivals-products-box-items-4 .arrivals-image .shop-icon {
            gap: 10px;
            position: absolute;
            top: 50%;
            right: 0;
            -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
            right: 5%;
        }

            .arrivals-products-box-items-4 .arrivals-image .shop-icon li {
                -webkit-transform: scaleX(0);
                transform: scaleX(0);
                -webkit-transition: 0.4s ease-in-out;
                transition: 0.4s ease-in-out;
                cursor: pointer;
            }

                .arrivals-products-box-items-4 .arrivals-image .shop-icon li a {
                    background-color: #e40d14;
                    width: 40px;
                    height: 40px;
                    line-height: 40px;
                    display: inline-block;
                    color: var(--white);
                    text-align: center;
                    -webkit-transition: all 0.4s ease-in-out;
                    transition: all 0.4s ease-in-out;
                    border-radius: 4px;
                }

                    .arrivals-products-box-items-4 .arrivals-image .shop-icon li a:hover {
                        background-color: var(--header);
                    }

    .arrivals-products-box-items-4 .arrivals-content {
        text-align: center;
        margin-top: 20px;
    }

        .arrivals-products-box-items-4 .arrivals-content span {
            font-size: 16px;
            font-weight: 500;
            color: var(--theme-color-2);
            margin-bottom: 5px;
            display: inline-block;
        }

        .arrivals-products-box-items-4 .arrivals-content ul {
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-pack: center;
            -ms-flex-pack: center;
            justify-content: center;
            margin-top: 5px;
            gap: 10px;
        }

            .arrivals-products-box-items-4 .arrivals-content ul li {
                color: #e40d14;
            }

                .arrivals-products-box-items-4 .arrivals-content ul li del {
                    color: #D2D2D2;
                }

        .arrivals-products-box-items-4 .arrivals-content h5 a:hover {
            color: #e40d14;
        }

    .arrivals-products-box-items-4:hover .arrivals-image .shop-icon li {
        -webkit-transform: scaleX(1);
        transform: scaleX(1);
    }

.common-table {
    min-width: -moz-max-content;
    min-width: -webkit-max-content;
    min-width: max-content;
    width: 100%;
    overflow: hidden;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

    .common-table .cart-item-thumb {
        width: 86px;
    }

@media (max-width: 1399px) {
    .common-table .cart-item-thumb {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
}

.common-table .cart-item-thumb .head {
    color: var(--header);
    font-size: 20px;
    text-transform: capitalize;
    font-family: "Helvetica Neue", sans-serif;
    font-weight: 400;
}

.common-table .price-usd {
    font-size: 16px;
    font-weight: 500;
    color: #666C78;
}

.common-table tr {
    border-bottom: 1px solid #E4E4E5;
}

.common-table thead,
.common-table tbody {
    width: 100%;
}

    .common-table thead tr,
    .common-table tbody tr {
        width: 100%;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
    }

        .common-table thead tr th,
        .common-table thead tr td,
        .common-table tbody tr th,
        .common-table tbody tr td {
            width: 100%;
            -webkit-box-sizing: border-box;
            box-sizing: border-box;
        }

    .common-table thead tr {
        color: #1B1F2A;
        border-bottom: unset;
        border-radius: 16px 16px 0 0;
        border-bottom: 1px solid #E4E4E5;
    }

        .common-table thead tr th {
            background: unset;
            color: unset;
            border: unset;
            font-size: 16px;
            padding-bottom: 16px;
        }

    .common-table tbody tr td {
        background: transparent;
        color: unset;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        border-bottom: unset;
    }

.quantity button i {
    font-size: 16px;
}

.quantity .quantityValue {
    width: 40px;
    text-align: center;
    padding: 0;
    color: #000;
    border: unset;
}

@media (max-width: 767px) {
    .cart-list-area .table-responsive {
        overflow-x: scroll;
    }
}

@media (max-width: 991px) {
    .cart-list-area .table-responsive .table {
        width: 900px;
    }
}

.cart-list-area .coupon-items input {
    background: #F5F6FA;
    border: none;
    padding: 18px 30px;
    color: var(--text);
    line-height: 1;
    border-radius: 5px;
}

.cart-list-area .theme-btn {
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
    padding: 20px 44px;
    border-radius: 5px;
}

.cart-total-area {
    margin-top: -10px;
}

    .cart-total-area .theme-btn {
        padding: 20px 44px;
        border-radius: 5px;
    }

    .cart-total-area h3 {
        font-size: 40px;
        margin-bottom: 5px;
    }

    .cart-total-area ul {
        margin-bottom: 50px;
    }

        .cart-total-area ul li {
            font-size: 20px;
            font-weight: 600;
            color: var(--header);
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-align: center;
            -ms-flex-align: center;
            align-items: center;
            gap: 220px;
            border-bottom: 1px solid #E4E4E5;
            padding-bottom: 25px;
            padding-top: 25px;
        }

            .cart-total-area ul li .subtotal {
                color: #666C78;
                font-weight: 400;
                margin-left: -30px;
            }

            .cart-total-area ul li .price {
                font-weight: 700;
                font-size: 22px;
                -ms-flex-preferred-size: 30%;
                flex-basis: 30%;
            }

.checkout-radio {
    -webkit-box-shadow: 0px 6px 30px rgba(0, 0, 0, 0.06);
    box-shadow: 0px 6px 30px rgba(0, 0, 0, 0.06);
    border-radius: 5px;
    padding: 24px;
}

    .checkout-radio .primary-text {
        font-size: 24px;
        font-weight: 500;
        line-height: 150%;
        margin-bottom: 16px;
        color: var(--header);
        text-transform: capitalize;
    }

    .checkout-radio h4 {
        color: var(--header);
        margin-bottom: 16px;
        font-weight: 500;
    }

    .checkout-radio .checkout-radio-wrapper .checkout-radio-single .form-check-input {
        border-radius: 50%;
        width: 18px;
        height: 18px;
        -webkit-box-shadow: none;
        box-shadow: none;
        outline: none;
        border: 1px solid var(--border);
        font-weight: 500;
    }

    .checkout-radio .checkout-radio-wrapper .checkout-radio-single label {
        color: var(--header);
        text-transform: capitalize;
    }

    .checkout-radio .checkout-radio-wrapper .checkout-radio-single:not(:last-child) {
        margin-bottom: 12px;
    }

@media (max-width: 500px) {
    .checkout-radio {
        padding: 10px;
    }
}

.checkout-single-wrapper .checkout-single h4 {
    color: var(--header);
    margin-bottom: 2rem;
    font-weight: 500;
}

.checkout-single-wrapper .checkout-single .checkout-single-form .input-single textarea,
.checkout-single-wrapper .checkout-single .checkout-single-form .input-single .country-select,
.checkout-single-wrapper .checkout-single .checkout-single-form .input-single input {
    width: 100%;
    outline: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    border: 1px solid var(--border);
    border-radius: 5px;
    padding: 12px 24px;
    color: var(--header);
    text-transform: capitalize;
    font-weight: 500;
}

.checkout-single-wrapper .checkout-single .checkout-single-form .input-single label {
    color: var(--header);
    font-size: 18px;
    text-transform: capitalize;
    margin-bottom: 10px;
    font-weight: 500;
}

.checkout-single-wrapper .checkout-single .checkout-single-form .input-single ::-webkit-input-placeholder {
    color: var(--header);
}

.checkout-single-wrapper .checkout-single .checkout-single-form .input-single :-ms-input-placeholder {
    color: var(--header);
}

.checkout-single-wrapper .checkout-single .checkout-single-form .input-single ::-ms-input-placeholder {
    color: var(--header);
}

.checkout-single-wrapper .checkout-single .checkout-single-form .input-single ::placeholder {
    color: var(--header);
}

.checkout-single-wrapper .checkout-single .checkout-single-form .input-single .nice-select {
    background-color: var(--white);
}

    .checkout-single-wrapper .checkout-single .checkout-single-form .input-single .nice-select span {
        font-size: 18px;
        color: var(--header);
        font-weight: 500;
    }

    .checkout-single-wrapper .checkout-single .checkout-single-form .input-single .nice-select::after {
        border-right: 1px solid var(--header);
        border-bottom: 1px solid var(--header);
    }

    .checkout-single-wrapper .checkout-single .checkout-single-form .input-single .nice-select .list {
        width: 100%;
    }

    .checkout-single-wrapper .checkout-single .checkout-single-form .input-single .nice-select .option {
        background-color: var(--bg);
        border: none;
    }

.checkout-single-wrapper .checkout-single .checkout-single-form .payment {
    color: var(--header);
    margin-bottom: 12px;
    text-transform: capitalize;
}

.checkout-single-wrapper .boxshado-single {
    -webkit-box-shadow: 0px 6px 30px rgba(0, 0, 0, 0.06);
    box-shadow: 0px 6px 30px rgba(0, 0, 0, 0.06);
    border-radius: 5px;
    padding: 32px;
    margin-bottom: 24px;
}

@media (max-width: 575px) {
    .checkout-single-wrapper .boxshado-single {
        padding: 14px;
    }
}

.checkout-single-wrapper .checkout-single-bg {
    -webkit-box-shadow: 0px 6px 30px rgba(0, 0, 0, 0.06);
    box-shadow: 0px 6px 30px rgba(0, 0, 0, 0.06);
    border-radius: 5px;
    padding: 32px;
}

    .checkout-single-wrapper .checkout-single-bg .checkout-single-form .input-single textarea,
    .checkout-single-wrapper .checkout-single-bg .checkout-single-form .input-single .country-select,
    .checkout-single-wrapper .checkout-single-bg .checkout-single-form .input-single input {
        border: 1px solid var(--border);
        background: transparent;
        text-transform: capitalize;
    }

@media (max-width: 575px) {
    .checkout-single-wrapper .checkout-single-bg {
        padding: 14px;
    }
}

.checkout-single-wrapper .checkout-single-bg .payment-save {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 10px;
    margin-top: 20px;
}

    .checkout-single-wrapper .checkout-single-bg .payment-save input {
        width: 24px;
        height: 24px;
        border-radius: 4px;
        border: 1px solid var(--border);
        background-color: #e40d14;
        outline: none;
        color: var(--header);
    }

    .checkout-single-wrapper .checkout-single-bg .payment-save label {
        font-size: 16px;
        font-weight: 500;
        text-transform: capitalize;
    }

.checkout-single-wrapper .theme-btn {
    padding: 20px 44px;
    border-radius: 5px;
}

.price-range-wrapper {
    /* Custom thumb styling */
    /* Remove the default appearance for sliders in Firefox */
}

    .price-range-wrapper .slider-container {
        position: relative;
        width: 100%;
    }

    .price-range-wrapper .price-text label {
        color: #1b1f2a;
        font-size: 16px;
        font-weight: 500;
    }

    .price-range-wrapper .price-text input {
        color: #1b1f2a;
        font-size: 16px;
        font-weight: 500;
        background-color: transparent;
    }

    .price-range-wrapper .slider {
        -webkit-appearance: none;
        -moz-appearance: none;
        appearance: none;
        width: 100%;
        height: 6px;
        background: #ddd;
        /* Default background */
        outline: none;
        position: absolute;
        top: 0;
        pointer-events: none;
    }

        .price-range-wrapper .slider::-webkit-slider-thumb {
            -webkit-appearance: none;
            appearance: none;
            width: 18px;
            height: 18px;
            background: #e40d14;
            cursor: pointer;
            border: 2px solid #fff;
            position: relative;
            z-index: 2;
            pointer-events: all;
        }

        .price-range-wrapper .slider::-moz-range-thumb {
            width: 20px;
            height: 20px;
            background: #e40d14;
            cursor: pointer;
            border-radius: 4px;
            border: 2px solid #000;
            z-index: 2;
            position: relative;
        }

        .price-range-wrapper .slider::-ms-thumb {
            width: 20px;
            height: 20px;
            background: #e40d14;
            cursor: pointer;
            border-radius: 4px;
            border: 2px solid #000;
            z-index: 2;
            position: relative;
        }

    .price-range-wrapper input[type="range"]::-moz-range-track {
        background: transparent;
    }

.shop-notices-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-bottom: 30px;
}

@media (max-width: 1199px) {
    .shop-notices-wrapper {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        gap: 30px;
    }
}

.shop-notices-wrapper .form .single-select {
    padding: 16px 20px;
    border: none;
    font-size: 16px;
    font-weight: 400;
    outline: none;
    line-height: 1;
    height: initial;
    border: 1px solid #BFBFBF;
    background: #F2F2F2;
    color: var(--header);
    border-radius: 5px;
}

    .shop-notices-wrapper .form .single-select::after {
        right: 20px;
        border-bottom: 2px solid var(--header);
        border-right: 2px solid var(--header);
        margin-top: -5px;
        width: 8px;
        height: 8px;
    }

    .shop-notices-wrapper .form .single-select .option {
        color: var(--text);
    }

.shop-notices-wrapper .form .list {
    width: 100%;
}

.shop-notices-wrapper .form-clt {
    max-width: 300px;
    width: 100%;
    position: relative;
    z-index: 99;
}

/*-----------------------[ 21.Project CSS ]------------------------*/
.project-items {
    margin-top: 30px;
}

    .project-items .project-image img {
        width: 100%;
        height: 100%;
        border-radius: 12px;
    }

    .project-items .project-content {
        border-radius: 12px;
        background: var(--white);
        -webkit-box-shadow: 14px 18px 84px 82px rgba(6, 3, 48, 0.04);
        box-shadow: 14px 18px 84px 82px rgba(6, 3, 48, 0.04);
        padding: 32px 37px;
        border-left: 3px solid #e40d14;
        max-width: 610px;
        margin: 0 30px;
        position: relative;
        z-index: 9;
        margin-top: -55px;
    }

        .project-items .project-content h6 {
            color: var(--theme-color-2);
            line-height: 200%;
        }

        .project-items .project-content h3 a:hover {
            color: #e40d14;
        }

.project-section {
    position: relative;
    z-index: 9;
}

    .project-section .project-shape-1 {
        position: absolute;
        z-index: -1;
        top: 0;
        right: 5%;
    }

    .project-section .project-shape-2 {
        position: absolute;
        z-index: -1;
        top: 20%;
        left: 8%;
    }

.project-wrapper-2 {
    margin-left: -20%;
    margin-right: -20%;
}

@media (max-width: 1199px) {
    .project-wrapper-2 {
        margin-left: 0;
        margin-right: 0;
    }
}

.project-image-2 {
    position: relative;
}

    .project-image-2 img {
        width: 100%;
        height: 100%;
        border-radius: 12px;
    }

    .project-image-2 .project-content {
        border-radius: 12px;
        background: var(--white);
        -webkit-box-shadow: 14px 18px 84px 82px rgba(6, 3, 48, 0.04);
        box-shadow: 14px 18px 84px 82px rgba(6, 3, 48, 0.04);
        padding: 30px 30px;
        position: absolute;
        bottom: 20px;
        left: 20px;
        right: 20px;
    }

        .project-image-2 .project-content h6 {
            color: var(--theme-color-2);
            line-height: 200%;
        }

        .project-image-2 .project-content h3 a:hover {
            color: #e40d14;
        }

    .project-image-2.style-margin {
        margin-top: 44px;
    }

@media (max-width: 1199px) {
    .project-image-2.style-margin {
        margin-top: 0;
    }
}

.shop-section-4 .section-title-area {
    border-bottom: 1px solid rgba(58, 54, 54, 0.12);
    padding-bottom: 20px;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: end;
}

.shop-section-4 .nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 20px;
}

@media (max-width: 767px) {
    .shop-section-4 .nav {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }
}

.shop-section-4 .nav .nav-item .nav-link {
    font-size: 16px;
    font-weight: 500;
    color: #454E59;
    line-height: 1;
    padding: 14px 20px;
}

    .shop-section-4 .nav .nav-item .nav-link.active {
        background-color: var(--theme-color-2);
        color: var(--white);
    }

.shop-box-items {
    margin-top: 30px;
}

    .shop-box-items .shop-image {
        position: relative;
        z-index: 9;
    }

        .shop-box-items .shop-image img {
            width: 100%;
            height: 100%;
            border-radius: 12px;
        }

        .shop-box-items .shop-image .shop-icon {
            gap: 10px;
            position: absolute;
            top: 50%;
            right: 0;
            -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
            right: 5%;
        }

            .shop-box-items .shop-image .shop-icon li {
                -webkit-transform: scaleX(0);
                transform: scaleX(0);
                -webkit-transition: 0.4s ease-in-out;
                transition: 0.4s ease-in-out;
                cursor: pointer;
            }

                .shop-box-items .shop-image .shop-icon li a {
                    background-color: #e40d14;
                    width: 40px;
                    height: 40px;
                    line-height: 40px;
                    display: inline-block;
                    color: var(--white);
                    text-align: center;
                    -webkit-transition: all 0.4s ease-in-out;
                    transition: all 0.4s ease-in-out;
                    border-radius: 4px;
                }

                    .shop-box-items .shop-image .shop-icon li a:hover {
                        background-color: var(--header);
                    }

        .shop-box-items .shop-image .post-box {
            position: absolute;
            top: 10px;
            left: 10px;
        }

            .shop-box-items .shop-image .post-box li {
                border-radius: 2px;
                background: #e40d14;
                padding: 8px 13px;
                line-height: 1;
                display: inline-block;
                font-size: 14px;
                font-weight: 500;
                color: var(--white);
            }

                .shop-box-items .shop-image .post-box li:nth-last-of-type(2) {
                    background-color: var(--theme-color-2);
                }

    .shop-box-items .shop-content {
        margin-top: 20px;
    }

        .shop-box-items .shop-content span {
            font-size: 16px;
            font-weight: 500;
            color: var(--theme-color-2);
        }

        .shop-box-items .shop-content h3 {
            font-size: 20px;
            font-weight: 500;
            margin-top: 10px;
        }

            .shop-box-items .shop-content h3 a:hover {
                color: #e40d14;
            }

        .shop-box-items .shop-content .star {
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-align: center;
            -ms-flex-align: center;
            align-items: center;
            margin-top: 10px;
        }

            .shop-box-items .shop-content .star i {
                color: #ffd02c;
            }

            .shop-box-items .shop-content .star p {
                font-size: 14px;
                font-weight: 500;
                color: #8D8C8C;
                margin-left: 10px;
            }

        .shop-box-items .shop-content h4 {
            font-size: 24px;
            font-weight: 500;
            color: #e40d14;
            margin-top: 10px;
        }

    .shop-box-items:hover .shop-image .shop-icon li {
        -webkit-transform: scaleX(1);
        transform: scaleX(1);
    }

    .shop-box-items.style-2 .shop-content {
        text-align: center;
    }

        .shop-box-items.style-2 .shop-content .star {
            -webkit-box-pack: center;
            -ms-flex-pack: center;
            justify-content: center;
        }

.project-details-image-items .project-left-image img {
    width: 100%;
    height: 100%;
    border-radius: 5px;
}

@media (max-width: 1199px) {
    .project-details-image-items ul {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        gap: 20px;
    }
}

.project-details-image-items ul li .right-image {
    height: 188px;
}

    .project-details-image-items ul li .right-image img {
        width: 100%;
        height: 100%;
        -o-object-fit: cover;
        object-fit: cover;
        border-radius: 5px;
    }

.project-details-image-items ul li:not(:last-child) {
    margin-bottom: 20px;
}

@media (max-width: 1199px) {
    .project-details-image-items ul li:not(:last-child) {
        margin-bottom: 0;
    }
}

.project-details-wrapper {
    margin-top: 30px;
}

    .project-details-wrapper .project-details-sidebar .sidebar-widget {
        padding: 40px 35px;
        border-radius: 6px;
        background-color: #F7F8F9;
        margin-bottom: 30px;
    }

        .project-details-wrapper .project-details-sidebar .sidebar-widget .sideber-title {
            margin-bottom: 25px;
        }

            .project-details-wrapper .project-details-sidebar .sidebar-widget .sideber-title h4 {
                font-size: 24px;
                font-weight: 500;
                border-bottom: 1px solid #e40d14;
                display: inline-block;
                padding-bottom: 20px;
            }

        .project-details-wrapper .project-details-sidebar .sidebar-widget .project-infrom li {
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-pack: justify;
            -ms-flex-pack: justify;
            justify-content: space-between;
            -webkit-box-align: center;
            -ms-flex-align: center;
            align-items: center;
            background-color: var(--white);
            padding: 14px 20px;
        }

            .project-details-wrapper .project-details-sidebar .sidebar-widget .project-infrom li span {
                color: var(--header);
                font-size: 16px;
                font-weight: 700;
            }

            .project-details-wrapper .project-details-sidebar .sidebar-widget .project-infrom li:not(:last-child) {
                margin-bottom: 30px;
            }

        .project-details-wrapper .project-details-sidebar .sidebar-widget .social-icon {
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-pack: center;
            -ms-flex-pack: center;
            justify-content: center;
            margin-top: 30px;
            gap: 15px;
        }

            .project-details-wrapper .project-details-sidebar .sidebar-widget .social-icon a {
                color: var(--header);
                border: 1px solid rgba(32, 40, 45, 0.16);
                background: var(--white);
                width: 48px;
                height: 48px;
                line-height: 48px;
                display: inline-block;
                text-align: center;
                border-radius: 6px;
            }

                .project-details-wrapper .project-details-sidebar .sidebar-widget .social-icon a:hover {
                    color: var(--white);
                    background-color: var(--theme-color-2);
                }

    .project-details-wrapper .project-details-right-content h4 {
        font-size: 36px;
        font-weight: 500;
    }

    .project-details-wrapper .project-details-right-content p {
        font-size: 16px;
        margin-top: 10px;
    }

    .project-details-wrapper .project-details-right-content h3 {
        margin-top: 25px;
    }

    .project-details-wrapper .project-details-right-content .list-box {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        gap: 60px;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        margin-top: 30px;
    }

@media (max-width: 1199px) {
    .project-details-wrapper .project-details-right-content .list-box {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        gap: 25px;
    }
}

.project-details-wrapper .project-details-right-content .list-box ul li {
    color: #454E59;
    font-size: 18px;
    font-weight: 500;
}

    .project-details-wrapper .project-details-right-content .list-box ul li i {
        color: #e40d14;
        margin-right: 5px;
    }

    .project-details-wrapper .project-details-right-content .list-box ul li:not(:last-child) {
        margin-bottom: 15px;
    }

.project-details-wrapper .project-details-right-content .project-img {
    margin-top: 40px;
}

    .project-details-wrapper .project-details-right-content .project-img img {
        width: 100%;
        height: 100%;
        border-radius: 5px;
    }

.project-details-wrapper .project-details-right-content .slider-button {
    border-top: 1px solid #E4E4E4;
    border-bottom: 1px solid #E4E4E4;
    margin-top: 65px;
    padding: 30px 0;
}

    .project-details-wrapper .project-details-right-content .slider-button span {
        font-weight: 500;
    }

    .project-details-wrapper .project-details-right-content .slider-button .cmn-next,
    .project-details-wrapper .project-details-right-content .slider-button .cmn-prev {
        width: 70px;
        height: 70px;
        line-height: 70px;
        text-align: center;
        border-radius: 50%;
        -webkit-transition: all 0.4s;
        transition: all 0.4s;
        border: 1px solid #E4E4E4;
    }

        .project-details-wrapper .project-details-right-content .slider-button .cmn-next i,
        .project-details-wrapper .project-details-right-content .slider-button .cmn-prev i {
            color: #e40d14;
            font-size: 24px;
            -webkit-transition: all 0.4s;
            transition: all 0.4s;
        }

        .project-details-wrapper .project-details-right-content .slider-button .cmn-next:hover,
        .project-details-wrapper .project-details-right-content .slider-button .cmn-prev:hover {
            background: #e40d14;
            border-color: #e40d14;
        }

            .project-details-wrapper .project-details-right-content .slider-button .cmn-next:hover i,
            .project-details-wrapper .project-details-right-content .slider-button .cmn-prev:hover i {
                color: var(--white);
            }

    .project-details-wrapper .project-details-right-content .slider-button .previus-text {
        font-size: 22px;
        color: var(--header);
    }

.project-wrapper-3 {
    margin-left: -30%;
    margin-right: -30%;
}

@media (max-width: 1199px) {
    .project-wrapper-3 {
        margin-left: 0;
        margin-right: 0;
    }
}

.project-wrapper-3 .project-card-items-3 {
    margin-top: 30px;
}

    .project-wrapper-3 .project-card-items-3 .project-image {
        position: relative;
    }

        .project-wrapper-3 .project-card-items-3 .project-image img {
            width: 100%;
            height: 100%;
            border-radius: 12px;
        }

        .project-wrapper-3 .project-card-items-3 .project-image::before {
            position: absolute;
            top: 0;
            left: 0;
            right: 0;
            bottom: 0;
            width: 100%;
            height: 100%;
            content: "";
            border-radius: 12px;
            background: -webkit-gradient(linear, left top, left bottom, from(rgba(2, 13, 31, 0)), color-stop(86.15%, rgba(2, 13, 31, 0.66)));
            background: linear-gradient(180deg, rgba(2, 13, 31, 0) 0%, rgba(2, 13, 31, 0.66) 86.15%);
        }

        .project-wrapper-3 .project-card-items-3 .project-image .project-content {
            position: absolute;
            left: 30px;
            bottom: 30px;
        }

            .project-wrapper-3 .project-card-items-3 .project-image .project-content .project-box {
                font-family: "Satoshi", sans-serif;
                font-size: 16px;
                color: var(--white);
                border: 1px solid var(--white);
                padding: 10px 19px;
                margin-bottom: 24px;
                display: inline-block;
                line-height: 1;
            }

                .project-wrapper-3 .project-card-items-3 .project-image .project-content .project-box:hover {
                    background-color: var(--theme-color-2);
                    border: 1px solid var(--theme-color-2);
                }

            .project-wrapper-3 .project-card-items-3 .project-image .project-content h3 a {
                color: var(--white);
            }

                .project-wrapper-3 .project-card-items-3 .project-image .project-content h3 a:hover {
                    color: var(--theme-color-2);
                }

.project-wrapper-3 .array-button-2 {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-top: 60px;
}

.project-section-3 {
    position: relative;
}

    .project-section-3 .left-shape {
        position: absolute;
        top: 226px;
        left: 386px;
    }

@media (max-width: 1199px) {
    .project-section-3 .left-shape {
        display: none;
    }
}

.project-section-3 .right-shape {
    position: absolute;
    top: 105px;
    right: 194px;
}

@media (max-width: 1199px) {
    .project-section-3 .right-shape {
        display: none;
    }
}

.project-image-item-3 .project-image {
    position: relative;
    z-index: 999;
    overflow: hidden;
    height: 391px;
}

    .project-image-item-3 .project-image.style-2 {
        height: 782px;
        position: relative;
    }

@media (max-width: 767px) {
    .project-image-item-3 .project-image.style-2 {
        height: 600px;
    }
}

@media (max-width: 575px) {
    .project-image-item-3 .project-image.style-2 {
        height: 500px;
    }
}

.project-image-item-3 .project-image.style-2 .project-content {
    bottom: -34%;
}

.project-image-item-3 .project-image.style-2 .plus-icon {
    bottom: 9%;
}

@media (max-width: 767px) {
    .project-image-item-3 .project-image.style-2 .plus-icon {
        display: none;
    }
}

.project-image-item-3 .project-image img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

.project-image-item-3 .project-image .plus-icon {
    width: 39px;
    height: 39px;
    line-height: 39px;
    text-align: center;
    background-color: var(--white);
    color: #e40d14;
    display: inline-block;
    margin-bottom: 32px;
    border-radius: 100px;
    position: absolute;
    left: 50%;
    bottom: 16%;
    z-index: 9;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
    opacity: 0;
    visibility: hidden;
}

@media (max-width: 767px) {
    .project-image-item-3 .project-image .plus-icon {
        display: none;
    }
}

.project-image-item-3 .project-image .project-content {
    position: absolute;
    left: 50%;
    bottom: -70%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    background-color: #e40d14;
    border-radius: 393px;
    width: 393px;
    height: 393px;
    padding: 50px 40px;
    text-align: center;
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
    opacity: 0;
    visibility: hidden;
}

    .project-image-item-3 .project-image .project-content h5 a {
        color: var(--white);
    }

.project-image-item-3:hover .project-image .plus-icon {
    opacity: 1;
    visibility: visible;
}

.project-image-item-3:hover .project-image .project-content {
    opacity: 1;
    visibility: visible;
}

.project-wrapper-5 {
    margin-top: 60px;
    margin-right: -25%;
}

@media (max-width: 1199px) {
    .project-wrapper-5 {
        margin-top: 30px;
        margin-right: 0;
    }
}

.project-wrapper-5 .project-card-items-5 .project-image {
    position: relative;
    overflow: hidden;
    z-index: 9;
}

    .project-wrapper-5 .project-card-items-5 .project-image::before {
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        width: 100%;
        height: 100%;
        content: "";
        border-radius: 12px;
        background: -webkit-gradient(linear, left top, left bottom, from(rgba(2, 13, 31, 0)), color-stop(72.15%, rgba(2, 13, 31, 0.8)));
        background: linear-gradient(180deg, rgba(2, 13, 31, 0) 0%, rgba(2, 13, 31, 0.8) 72.15%);
    }

    .project-wrapper-5 .project-card-items-5 .project-image span {
        border-radius: 2px;
        background-color: var(--theme-color-2);
        padding: 10px 19px;
        line-height: 1;
        color: var(--white);
        position: absolute;
        left: 30px;
        top: 30px;
    }

    .project-wrapper-5 .project-card-items-5 .project-image img {
        width: 100%;
        height: 100%;
        border-radius: 12px;
    }

    .project-wrapper-5 .project-card-items-5 .project-image .project-content {
        position: absolute;
        left: 30px;
        bottom: 30px;
        z-index: 999;
    }

        .project-wrapper-5 .project-card-items-5 .project-image .project-content h3 {
            margin-bottom: 10px;
        }

            .project-wrapper-5 .project-card-items-5 .project-image .project-content h3 a {
                color: var(--white);
            }

                .project-wrapper-5 .project-card-items-5 .project-image .project-content h3 a:hover {
                    color: #e40d14;
                }

        .project-wrapper-5 .project-card-items-5 .project-image .project-content p {
            max-width: 376px;
            color: rgba(255, 255, 255, 0.8);
        }

.project-section-5 {
    position: relative;
}

    .project-section-5 .top-shape {
        position: absolute;
        top: 70px;
        left: 50%;
    }

@media (max-width: 1199px) {
    .project-section-5 .top-shape {
        display: none;
    }
}

.project-section-5 .section-title-area .array-button-2 .array-prev {
    background-color: var(--white);
    color: #e40d14;
}

    .project-section-5 .section-title-area .array-button-2 .array-prev:hover {
        background-color: var(--theme-color-2);
        color: var(--white);
    }

.project-section-5 .section-title-area .array-button-2 .array-next {
    background-color: var(--theme-color-2);
    color: var(--white);
}

    .project-section-5 .section-title-area .array-button-2 .array-next:hover {
        background-color: var(--white);
        color: #e40d14;
    }

.project-section-5::before {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    content: "";
    background: #1C235B;
    z-index: -1;
    height: 60%;
}

::-webkit-scrollbar {
    width: 6px;
    height: 4px;
}

/* Track */
::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 5px #e40d14;
    box-shadow: inset 0 0 5px #e40d14;
    border-radius: 5px;
}

/* Handle */
::-webkit-scrollbar-thumb {
    background: #e40d14;
    border-radius: 10px;
}

.fix {
    overflow: hidden;
}

.ralt {
    position: relative;
}

.ripple {
    position: relative;
}

    .ripple::before, .ripple::after {
        position: absolute;
        left: 50%;
        top: 50%;
        width: 100px;
        height: 100px;
        -webkit-transform: translateX(-50%) translateY(-50%);
        transform: translateX(-50%) translateY(-50%);
        border-radius: 50%;
        -webkit-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.9);
        box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.9);
        -webkit-animation: rippleOne 3s infinite;
        animation: rippleOne 3s infinite;
    }

    .ripple::before {
        -webkit-animation-delay: 0.9s;
        animation-delay: 0.9s;
        content: "";
        position: absolute;
        right: 0;
        bottom: 0;
    }

    .ripple::after {
        -webkit-animation-delay: 0.6s;
        animation-delay: 0.6s;
        content: "";
        position: absolute;
        right: 0;
        bottom: 0;
    }

.swiper-dot .swiper-pagination-bullet {
    width: 7px;
    height: 7px;
    -webkit-transition: 0.6s;
    transition: 0.6s;
    background: #e40d14;
    opacity: 1;
    border-radius: 7px;
}

    .swiper-dot .swiper-pagination-bullet:not(:last-child) {
        margin-right: 15px;
    }

    .swiper-dot .swiper-pagination-bullet.swiper-pagination-bullet-active {
        -webkit-transition: 0.6s;
        transition: 0.6s;
        position: relative;
    }

        .swiper-dot .swiper-pagination-bullet.swiper-pagination-bullet-active::before {
            position: absolute;
            width: 22px;
            height: 22px;
            line-height: 22px;
            top: 50%;
            left: 50%;
            -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
            border-radius: 50%;
            background-color: transparent;
            border: 1px solid #e40d14;
            content: "";
        }

.array-button {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 18px;
}

    .array-button .array-prev, .array-button .array-next {
        width: 60px;
        height: 60px;
        line-height: 60px;
        text-align: center;
        border-radius: 50%;
        background-color: var(--white);
        -webkit-transition: all 0.4s ease-in-out;
        transition: all 0.4s ease-in-out;
    }

        .array-button .array-prev:hover, .array-button .array-next:hover {
            background-color: #e40d14;
            color: var(--white);
        }

    .array-button.style-2 .array-prev {
        border: 1px solid var(--border);
    }

    .array-button.style-2 .array-next {
        border: 1px solid #e40d14;
        background-color: #e40d14;
        color: var(--white);
    }

        .array-button.style-2 .array-next:hover {
            background-color: var(--header);
        }

.array-button-2 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 18px;
}

    .array-button-2 .array-prev {
        width: 60px;
        height: 60px;
        line-height: 60px;
        text-align: center;
        border-radius: 50%;
        background-color: var(--white);
        color: #e40d14;
        -webkit-transition: all 0.4s ease-in-out;
        transition: all 0.4s ease-in-out;
        z-index: 999;
    }

        .array-button-2 .array-prev:hover {
            background-color: #e40d14;
            color: var(--white);
        }

    .array-button-2 .array-next {
        width: 60px;
        height: 60px;
        line-height: 60px;
        text-align: center;
        border-radius: 50%;
        background-color: #e40d14;
        color: var(--white);
        -webkit-transition: all 0.4s ease-in-out;
        transition: all 0.4s ease-in-out;
        z-index: 999;
    }

        .array-button-2 .array-next:hover {
            background-color: var(--white);
            color: var(--header);
        }

    .array-button-2.style-2 .array-prev {
        -webkit-box-shadow: 14px 18px 84px 82px rgba(6, 3, 48, 0.04);
        box-shadow: 14px 18px 84px 82px rgba(6, 3, 48, 0.04);
    }

@media (max-width: 575px) {
    br {
        display: none;
    }
}

/* background */
.bg-cover {
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    background-position: center;
}

.sticky-style {
    position: -webkit-sticky !important;
    position: sticky !important;
    top: 100px;
}

.slide-transtion {
    -webkit-transition-timing-function: linear;
    transition-timing-function: linear;
}

.brand-slide-element {
    width: auto;
    display: inline-block;
}

.footer-info-container {
    max-width: 1436px;
}

@media (max-width: 991px) {
    .lg-center {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        text-align: center;
    }
}

.p-reative {
    position: relative !important;
}

.team-box-items {
    margin-top: 30px;
}

    .team-box-items .team-image {
        position: relative;
    }

        .team-box-items .team-image img {
            width: 100%;
            height: 100%;
            border-radius: 12px;
        }

        .team-box-items .team-image .post-box {
            border-radius: 4px;
            display: inline-block;
            background-color: #e40d14;
            padding: 12px 18px;
            color: var(--white);
            position: absolute;
            bottom: 20px;
            left: 15px;
            line-height: 1;
        }

    .team-box-items .team-content {
        margin-top: 20px;
    }

        .team-box-items .team-content h3 {
            margin-bottom: 10px;
        }

            .team-box-items .team-content h3 a:hover {
                color: #e40d14;
            }

        .team-box-items .team-content .phone-box {
            margin-bottom: 8px;
        }

            .team-box-items .team-content .phone-box i {
                color: var(--theme-color-2);
                margin-right: 8px;
                font-size: 17px;
            }

.team-box-items-2 {
    border-radius: 12px;
    background: var(--white);
    -webkit-box-shadow: 14px 18px 84px 82px rgba(6, 3, 48, 0.03);
    box-shadow: 14px 18px 84px 82px rgba(6, 3, 48, 0.03);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 30px;
    padding: 25px;
    margin-top: 30px;
}

@media (max-width: 1199px) {
    .team-box-items-2 {
        display: block;
    }
}

.team-box-items-2 .team-image {
    max-width: 274px;
}

@media (max-width: 1199px) {
    .team-box-items-2 .team-image {
        max-width: initial;
        margin-bottom: 20px;
    }
}

.team-box-items-2 .team-image img {
    width: 100%;
    height: 100%;
    border-radius: 12px;
}

.team-box-items-2 .team-content .sub-text {
    font-size: 15px;
    font-weight: 500;
    color: #e40d14;
    border-radius: 4px;
    background: rgba(36, 144, 235, 0.07);
    padding: 11px 13px;
    line-height: 1;
    margin-bottom: 15px;
    display: inline-block;
}

.team-box-items-2 .team-content h3 {
    margin-bottom: 10px;
}

    .team-box-items-2 .team-content h3 a:hover {
        color: #e40d14;
    }

.team-box-items-2 .team-content .phone-box {
    margin-bottom: 8px;
    font-size: 16px;
    font-weight: 500;
}

    .team-box-items-2 .team-content .phone-box i {
        color: var(--theme-color-2);
        margin-right: 8px;
        font-size: 17px;
    }

    .team-box-items-2 .team-content .phone-box a {
        color: rgba(31, 31, 31, 0.65);
    }

.team-box-items-2 .team-content .email-box {
    font-size: 16px;
    font-weight: 500;
}

    .team-box-items-2 .team-content .email-box i {
        color: var(--theme-color-2);
        margin-right: 8px;
        font-size: 17px;
    }

    .team-box-items-2 .team-content .email-box a {
        color: rgba(31, 31, 31, 0.65);
    }

.team-box-items-2 .team-content .theme-btn {
    background-color: transparent;
    color: #e40d14;
    border: 1px solid #e40d14;
    margin-top: 20px;
}

    .team-box-items-2 .team-content .theme-btn i {
        background-color: rgba(36, 144, 235, 0.1);
        width: 40px;
        height: 40px;
        line-height: 40px;
    }

    .team-box-items-2 .team-content .theme-btn:hover {
        background-color: #e40d14;
        color: var(--white);
    }

        .team-box-items-2 .team-content .theme-btn:hover i {
            background-color: var(--white);
            color: #e40d14;
        }

.team-details-wrapper .team-image img {
    width: 100%;
    height: 100%;
    border-radius: 12px;
}

.team-details-wrapper .team-right-content {
    margin-left: 40px;
}

@media (max-width: 1199px) {
    .team-details-wrapper .team-right-content {
        margin-left: 0;
    }
}

.team-details-wrapper .team-right-content h5 {
    background-color: #e40d14;
    border-radius: 4px;
    font-size: 15px;
    font-weight: 500;
    font-family: "Satoshi", sans-serif;
    padding: 12px 18px;
    color: var(--white);
    display: inline-block;
    line-height: 1;
}

.team-details-wrapper .team-right-content h2 {
    margin-top: 25px;
}

.team-details-wrapper .team-right-content p {
    margin-top: 20px;
    border-bottom: 1px solid rgba(1, 28, 26, 0.25);
    padding-bottom: 20px;
}

.team-details-wrapper .team-right-content .team-infrom {
    margin-top: 20px;
}

    .team-details-wrapper .team-right-content .team-infrom li {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        gap: 50px;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        background-color: var(--white);
    }

        .team-details-wrapper .team-right-content .team-infrom li span {
            color: var(--header);
            font-size: 16px;
            font-weight: 700;
        }

        .team-details-wrapper .team-right-content .team-infrom li:not(:last-child) {
            margin-bottom: 20px;
        }

        .team-details-wrapper .team-right-content .team-infrom li .social-icon {
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-align: center;
            -ms-flex-align: center;
            align-items: center;
            gap: 15px;
        }

            .team-details-wrapper .team-right-content .team-infrom li .social-icon a {
                color: #e40d14;
                background: var(--white);
                border: 1px solid rgba(1, 28, 26, 0.25);
                width: 40px;
                height: 40px;
                line-height: 40px;
                border-radius: 50%;
                text-align: center;
            }

                .team-details-wrapper .team-right-content .team-infrom li .social-icon a:hover {
                    color: var(--white);
                    background-color: #e40d14;
                }

.team-details-wrapper .team-details-bottom {
    margin-top: 40px;
}

    .team-details-wrapper .team-details-bottom .team-left-items p {
        margin-top: 15px;
    }

    .team-details-wrapper .team-details-bottom .team-right-items {
        margin-left: 100px;
    }

@media (max-width: 1199px) {
    .team-details-wrapper .team-details-bottom .team-right-items {
        margin-left: 0;
    }
}

.team-details-wrapper .team-details-bottom .team-right-items .contact-form-box {
    margin-top: 15px;
}

    .team-details-wrapper .team-details-bottom .team-right-items .contact-form-box .form-clt input, .team-details-wrapper .team-details-bottom .team-right-items .contact-form-box .form-clt textarea {
        width: 100%;
        text-transform: capitalize;
        color: var(--header);
        border: none;
        border-bottom: 1px solid rgba(1, 28, 26, 0.15);
        padding-bottom: 18px;
    }

    .team-details-wrapper .team-details-bottom .team-right-items .contact-form-box .form-clt textarea {
        padding-bottom: 80px;
        border: none;
        border-bottom: 1px solid rgba(1, 28, 26, 0.15);
    }

    .team-details-wrapper .team-details-bottom .team-right-items .contact-form-box .theme-btn {
        background-color: var(--theme-color-2);
        -webkit-transition: all 0.4s ease-in-out;
        transition: all 0.4s ease-in-out;
    }

        .team-details-wrapper .team-details-bottom .team-right-items .contact-form-box .theme-btn i {
            background-color: var(--white);
            color: var(--theme-color-2);
        }

        .team-details-wrapper .team-details-bottom .team-right-items .contact-form-box .theme-btn:hover {
            background-color: var(--header);
        }

            .team-details-wrapper .team-details-bottom .team-right-items .contact-form-box .theme-btn:hover i {
                color: var(--header);
            }

.team-card-items-3 {
    text-align: center;
    margin-top: 30px;
    position: relative;
    z-index: 9;
}

    .team-card-items-3::before {
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        width: 100%;
        height: 100%;
        content: "";
        border-radius: 200px 200px 12px 12px;
        background: rgba(255, 255, 255, 0.03);
        width: 100%;
        height: 421px;
        top: initial;
        z-index: -1;
        -webkit-transition: all 0.4s ease-in-out;
        transition: all 0.4s ease-in-out;
    }

    .team-card-items-3 .team-image {
        width: 342px;
        height: 342px;
        margin: 0 auto;
    }

        .team-card-items-3 .team-image img {
            width: 100%;
            height: 100%;
            border-radius: 100%;
            -o-object-fit: cover;
            object-fit: cover;
        }

    .team-card-items-3 .team-content {
        margin-top: 30px;
        padding-bottom: 25px;
    }

        .team-card-items-3 .team-content p {
            border-radius: 4px;
            background: rgba(255, 255, 255, 0.07);
            padding: 11px 13px;
            color: var(--white);
            line-height: 1;
            margin-bottom: 12px;
            display: inline-block;
        }

        .team-card-items-3 .team-content h3 {
            margin-bottom: 15px;
        }

            .team-card-items-3 .team-content h3 a {
                color: var(--white);
            }

        .team-card-items-3 .team-content .team-contact {
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-align: center;
            -ms-flex-align: center;
            align-items: center;
            gap: 10px;
            margin-bottom: 12px;
            -webkit-box-pack: center;
            -ms-flex-pack: center;
            justify-content: center;
        }

            .team-card-items-3 .team-content .team-contact .icon {
                color: var(--theme-color-2);
            }

            .team-card-items-3 .team-content .team-contact h6 span {
                color: var(--white);
                font-weight: 500;
            }

            .team-card-items-3 .team-content .team-contact h6 a {
                color: var(--white);
                color: rgba(255, 255, 255, 0.65);
            }

    .team-card-items-3:hover::before {
        background-color: #e40d14;
        -webkit-transform: scale(1, 1);
        transform: scale(1, 1);
        -webkit-transform-origin: top center;
        transform-origin: top center;
    }

.team-card-items-5 {
    background-color: var(--white);
    padding: 40px 50px;
    border-radius: 12px;
    text-align: center;
    margin-top: 30px;
}

    .team-card-items-5.style-2 {
        margin-top: 60px;
    }

@media (max-width: 1199px) {
    .team-card-items-5.style-2 {
        margin-top: 30px;
    }
}

.team-card-items-5 .team-image {
    position: relative;
}

    .team-card-items-5 .team-image img {
        width: 100%;
        height: 100%;
        border-radius: 100%;
    }

    .team-card-items-5 .team-image .social-profile {
        position: absolute;
        right: 30px;
        top: 30px;
        content: "";
        -webkit-transition: all .4s ease-in-out;
        transition: all .4s ease-in-out;
        z-index: 2;
        display: inline-block;
        overflow: hidden;
    }

        .team-card-items-5 .team-image .social-profile ul {
            -webkit-transform: translateY(-100px);
            transform: translateY(-100px);
            -webkit-transition: all 0.6s ease-in-out;
            transition: all 0.6s ease-in-out;
            opacity: 0;
            visibility: hidden;
        }

            .team-card-items-5 .team-image .social-profile ul li:not(:last-child) {
                margin-bottom: 10px;
            }

            .team-card-items-5 .team-image .social-profile ul li a {
                width: 44px;
                height: 44px;
                line-height: 44px;
                text-align: center;
                font-size: 16px;
                border-radius: 50%;
                display: block;
                background: var(--white);
                color: var(--header);
                -webkit-transition: all .4s ease-in-out;
                transition: all .4s ease-in-out;
                text-align: center;
                margin: 0 auto;
            }

                .team-card-items-5 .team-image .social-profile ul li a:hover {
                    background-color: #e40d14;
                    color: var(--white);
                }

        .team-card-items-5 .team-image .social-profile .plus-btn {
            z-index: 2;
            cursor: pointer;
            width: 44px;
            height: 44px;
            line-height: 44px;
            text-align: center;
            font-size: 16px;
            border-radius: 50%;
            display: inline-block;
            background: #e40d14;
            color: var(--white);
            -webkit-transition: all .3s ease-in-out;
            transition: all .3s ease-in-out;
            margin-bottom: 10px;
        }

        .team-card-items-5 .team-image .social-profile:hover ul {
            -webkit-transform: translateY(0);
            transform: translateY(0);
            opacity: 1;
            visibility: visible;
        }

.team-card-items-5 .team-content {
    margin-top: 50px;
}

    .team-card-items-5 .team-content h4 {
        font-weight: 500;
        margin-bottom: 5px;
    }

        .team-card-items-5 .team-content h4 a:hover {
            color: #e40d14;
        }

.team-section-5 {
    position: relative;
    z-index: 9;
}

    .team-section-5 .left-shape {
        position: absolute;
        top: 260px;
        left: 151px;
        z-index: -1;
    }

@media (max-width: 1199px) {
    .team-section-5 .left-shape {
        display: none;
    }
}

.team-section-5 .right-shape {
    position: absolute;
    right: 156px;
    top: 10px;
    z-index: -1;
}

@media (max-width: 1199px) {
    .team-section-5 .right-shape {
        display: none;
    }
}

.team-section-5 .bottom-shape {
    position: absolute;
    right: 108px;
    bottom: 60px;
    z-index: -1;
}

@media (max-width: 1199px) {
    .team-section-5 .bottom-shape {
        display: none;
    }
}

.team-section .section-title-area .call-box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 20px;
    max-width: 330px;
    border-radius: 12px;
    background: #FFF;
    -webkit-box-shadow: 14px 18px 84px 82px rgba(6, 3, 48, 0.04);
    box-shadow: 14px 18px 84px 82px rgba(6, 3, 48, 0.04);
    padding: 32px 36px;
}

.faq-wrapper-3 .faq-content .text {
    max-width: 621px;
    margin-top: 15px;
}

.faq-wrapper-3 .faq-content .faq-box-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 34px;
    background-color: #e40d14;
    padding: 40px;
    width: 552px;
    border-radius: 12px;
    margin-top: 50px;
}

@media (max-width: 1199px) {
    .faq-wrapper-3 .faq-content .faq-box-item {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        margin-top: 30px;
        width: initial;
        padding: 30px;
    }
}

.faq-wrapper-3 .faq-content .faq-box-item .list li {
    font-weight: 500;
    font-size: 28px;
}

    .faq-wrapper-3 .faq-content .faq-box-item .list li:not(:last-child) {
        margin-bottom: 12px;
    }

    .faq-wrapper-3 .faq-content .faq-box-item .list li a {
        color: var(--white);
    }

.faq-wrapper-3 .faq-items .accordion-item {
    border: 0;
    background-color: var(--white);
}

    .faq-wrapper-3 .faq-items .accordion-item .accordion-header .accordion-button {
        font-weight: 500;
        color: var(--white);
        border: 0;
        border-radius: 12px 12px 0px 0px;
        -webkit-box-shadow: none;
        box-shadow: none;
        background-color: #051828;
        padding: 16px 15px 16px 25px;
        text-transform: capitalize;
        font-size: 20px;
    }

@media (max-width: 1199px) {
    .faq-wrapper-3 .faq-items .accordion-item .accordion-header .accordion-button {
        font-size: 18px;
    }
}

.faq-wrapper-3 .faq-items .accordion-item .accordion-header .accordion-button::after {
    content: "\f067";
    background: transparent;
    font-family: "Font Awesome 5 Pro";
    font-weight: 500;
    -webkit-transition: all 0.3s ease-in-out !important;
    transition: all 0.3s ease-in-out !important;
    color: var(--header);
    width: 39px;
    height: 39px;
    line-height: 39px;
    text-align: center;
    background-color: #F3F7F6;
    border-radius: 100px;
}

.faq-wrapper-3 .faq-items .accordion-item .accordion-header .accordion-button:not(.collapsed)::after {
    content: "\f068";
    background: transparent;
    font-family: "Font Awesome 5 Pro";
    font-weight: 500;
    -webkit-transform: rotate(0);
    transform: rotate(0);
    color: var(--white);
    width: 39px;
    height: 39px;
    line-height: 39px;
    text-align: center;
    background-color: #e40d14;
}

.faq-wrapper-3 .faq-items .accordion-item .accordion-header .accordion-button.collapsed {
    border-radius: 100px;
    border: 1px solid #D9D9D9;
    background: transparent;
    padding: 16px 15px 16px 25px;
    color: var(--header);
}

.faq-wrapper-3 .faq-items .accordion-item .accordion-collapse .accordion-body {
    padding-left: 30px;
    padding-top: 15px;
    color: var(--header);
    background-color: transparent;
    border: 1px solid #D9D9D9;
}

@media (max-width: 1399px) {
    .faq-wrapper-3 .faq-items .accordion-item .accordion-collapse .accordion-body {
        padding-right: 50px;
    }
}

.faq-wrapper-3 .faq-image-4 {
    margin-right: 70px;
}

@media (max-width: 1199px) {
    .faq-wrapper-3 .faq-image-4 {
        margin-right: 0;
    }
}

.faq-wrapper-3 .faq-image-4 img {
    width: 100%;
    height: 100%;
    border-radius: 12px;
}

.faq-wrapper-1 .faq-content .faq-button {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 20px;
    margin-top: 50px;
}

@media (max-width: 1199px) {
    .faq-wrapper-1 .faq-content .faq-button {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        margin-top: 30px;
    }
}

.faq-wrapper-1 .faq-content .faq-button .theme-btn {
    background-color: transparent;
    border: 1px solid #e40d14;
    color: #e40d14;
}

    .faq-wrapper-1 .faq-content .faq-button .theme-btn i {
        background-color: #e40d14;
        color: var(--white);
    }

    .faq-wrapper-1 .faq-content .faq-button .theme-btn:hover {
        background-color: #e40d14;
        color: var(--white);
    }

        .faq-wrapper-1 .faq-content .faq-button .theme-btn:hover i {
            background-color: var(--white);
            color: #e40d14;
        }

.faq-wrapper-1 .faq-content .faq-button .icon-items {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 17px;
}

    .faq-wrapper-1 .faq-content .faq-button .icon-items .icon {
        font-size: 45px;
        color: var(--theme-color-2);
    }

    .faq-wrapper-1 .faq-content .faq-button .icon-items .content h4 {
        font-weight: 500;
    }

.faq-wrapper-1 .accordion-item {
    border-radius: 4px;
    margin-top: 30px;
    border: none;
}

    .faq-wrapper-1 .accordion-item .accordion-header .accordion-button {
        font-size: 20px;
        font-weight: 500;
        color: var(--header);
        border: 0;
        border-radius: 0;
        -webkit-box-shadow: none;
        box-shadow: none;
        background-color: var(--white);
        padding: 18px 22px;
        text-transform: capitalize;
        border-radius: 4px;
        border-bottom-left-radius: 0;
        border-bottom-right-radius: 0;
    }

@media (max-width: 767px) {
    .faq-wrapper-1 .accordion-item .accordion-header .accordion-button {
        font-size: 16px;
    }
}

.faq-wrapper-1 .accordion-item .accordion-body {
    background-color: var(--white) !important;
    padding-top: 15px;
    border-top: 1px solid rgba(0, 53, 102, 0.12);
    font-size: 16px;
    font-weight: 500;
    color: #455151;
}

.faq-wrapper-5 .faq-content .text {
    max-width: 621px;
    margin-top: 20px;
}

.faq-wrapper-5 .faq-items-5 .accordion-item {
    border: 0;
    background-color: var(--white);
}

    .faq-wrapper-5 .faq-items-5 .accordion-item .accordion-header .accordion-button {
        font-weight: 500;
        color: var(--white);
        border: 0;
        border-radius: 12px 12px 0px 0px;
        -webkit-box-shadow: none;
        box-shadow: none;
        background-color: var(--header);
        padding: 16px 15px 16px 25px;
        text-transform: capitalize;
        font-size: 20px;
    }

@media (max-width: 1199px) {
    .faq-wrapper-5 .faq-items-5 .accordion-item .accordion-header .accordion-button {
        font-size: 18px;
    }
}

.faq-wrapper-5 .faq-items-5 .accordion-item .accordion-header .accordion-button::after {
    content: "\f067";
    background: transparent;
    font-family: "Font Awesome 5 Pro";
    font-weight: 500;
    -webkit-transition: all 0.3s ease-in-out !important;
    transition: all 0.3s ease-in-out !important;
    color: var(--header);
    width: 39px;
    height: 39px;
    line-height: 39px;
    text-align: center;
    background-color: #F3F7F6;
    border-radius: 100px;
}

.faq-wrapper-5 .faq-items-5 .accordion-item .accordion-header .accordion-button:not(.collapsed)::after {
    content: "\f068";
    background: transparent;
    font-family: "Font Awesome 5 Pro";
    font-weight: 500;
    -webkit-transform: rotate(0);
    transform: rotate(0);
    color: var(--white);
    width: 39px;
    height: 39px;
    line-height: 39px;
    text-align: center;
    background-color: var(--theme-color-2);
}

.faq-wrapper-5 .faq-items-5 .accordion-item .accordion-header .accordion-button.collapsed {
    border-radius: 100px;
    border: 1px solid #D9D9D9;
    background: transparent;
    padding: 16px 15px 16px 25px;
    color: var(--header);
}

.faq-wrapper-5 .faq-items-5 .accordion-item .accordion-collapse .accordion-body {
    padding-left: 30px;
    padding-top: 15px;
    color: var(--text);
    background: #F5F5F5;
    border: 1px solid #D9D9D9;
}

@media (max-width: 1399px) {
    .faq-wrapper-5 .faq-items-5 .accordion-item .accordion-collapse .accordion-body {
        padding-right: 50px;
    }
}

.faq-section-5 {
    position: relative;
}

    .faq-section-5 .shape {
        position: absolute;
        left: 141px;
        top: 42%;
    }

@media (max-width: 1199px) {
    .faq-section-5 .shape {
        display: none;
    }
}

.faq-section-5 .shape-2 {
    position: absolute;
    left: 28%;
    top: 50%;
}

@media (max-width: 1199px) {
    .faq-section-5 .shape-2 {
        display: none;
    }
}

.choose-us-wrapper .faq-items {
    max-width: 600px;
}

    .choose-us-wrapper .faq-items .accordion-item {
        border-radius: 0;
        margin-top: 0;
        border: none;
        border-bottom: 1px solid rgba(58, 54, 54, 0.32);
        padding: 15px 0;
    }

        .choose-us-wrapper .faq-items .accordion-item .accordion-header .accordion-button {
            font-size: 20px;
            font-weight: 500;
            color: var(--header);
            border: 0;
            border-radius: 0;
            -webkit-box-shadow: none;
            box-shadow: none;
            background-color: var(--white);
            padding: 10px 0;
            text-transform: capitalize;
            border-radius: 0;
            font-family: "Helvetica Neue", sans-serif;
        }

        .choose-us-wrapper .faq-items .accordion-item .accordion-body {
            background-color: var(--white) !important;
            font-size: 16px;
            font-weight: 400;
            color: #4B5563;
            padding: 0;
            border-radius: 0;
        }

.choose-us-wrapper .theme-btn {
    margin-top: 40px;
}

.choose-us-wrapper .choose-us-image img {
    width: 100%;
    height: 100%;
    border-radius: 10px;
}

.faq-hire-items .accordion-item {
    border: 0;
    background-color: var(--white);
    border: 1px solid rgba(32, 40, 45, 0.16);
    background: #F6F6F6;
    border-radius: 0;
}

    .faq-hire-items .accordion-item .accordion-header .accordion-button {
        font-weight: 500;
        color: var(--header);
        border: 0;
        -webkit-box-shadow: none;
        box-shadow: none;
        background-color: transparent;
        padding: 16px 15px 0px 25px;
        text-transform: capitalize;
        font-size: 20px;
    }

@media (max-width: 1199px) {
    .faq-hire-items .accordion-item .accordion-header .accordion-button {
        font-size: 18px;
    }
}

.faq-hire-items .accordion-item .accordion-header .accordion-button::after {
    content: "\f067";
    background: transparent;
    font-family: "Font Awesome 5 Pro";
    font-weight: 500;
    -webkit-transition: all 0.3s ease-in-out !important;
    transition: all 0.3s ease-in-out !important;
    color: var(--header);
}

.faq-hire-items .accordion-item .accordion-header .accordion-button:not(.collapsed)::after {
    content: "\f068";
    background: transparent;
    font-family: "Font Awesome 5 Pro";
    font-weight: 500;
    -webkit-transform: rotate(0);
    transform: rotate(0);
    color: var(--header);
}

.faq-hire-items .accordion-item .accordion-header .accordion-button.collapsed {
    background: transparent;
    padding: 16px 15px 16px 25px;
    color: var(--header);
    background: #F6F6F6;
}

.faq-hire-items .accordion-item .accordion-collapse .accordion-body {
    padding-left: 30px;
    padding-top: 15px;
    color: var(--header);
    background-color: transparent;
}

    .faq-hire-items .accordion-item .accordion-collapse .accordion-body .content {
        border-bottom: 1px solid rgba(32, 40, 45, 0.16);
        padding-bottom: 20px;
        margin-bottom: 24px;
    }

        .faq-hire-items .accordion-item .accordion-collapse .accordion-body .content span {
            color: var(--header);
            font-size: 16px;
            font-weight: 500;
            margin-bottom: 10px;
        }

        .faq-hire-items .accordion-item .accordion-collapse .accordion-body .content p {
            color: #626C74;
            font-weight: 400;
            margin-top: 0;
        }

        .faq-hire-items .accordion-item .accordion-collapse .accordion-body .content.style-2 {
            border-bottom: none;
            padding-bottom: 0;
            margin-bottom: 10px;
        }

        .faq-hire-items .accordion-item .accordion-collapse .accordion-body .content .theme-btn {
            margin-top: 30px;
            background-color: var(--theme-color-2);
        }

            .faq-hire-items .accordion-item .accordion-collapse .accordion-body .content .theme-btn i {
                color: var(--theme-color-2);
            }

            .faq-hire-items .accordion-item .accordion-collapse .accordion-body .content .theme-btn:hover {
                background-color: var(--header);
            }

                .faq-hire-items .accordion-item .accordion-collapse .accordion-body .content .theme-btn:hover i {
                    background-color: var(--theme-color-2);
                    color: var(--white);
                }

@media (max-width: 1399px) {
    .faq-hire-items .accordion-item .accordion-collapse .accordion-body {
        padding-right: 50px;
    }
}

.faq-hire-items p {
    font-weight: 400;
    margin-top: 60px;
}

@media (max-width: 1199px) {
    .faq-hire-items p {
        margin-top: 30px;
    }
}

.faq-hire-items p span {
    color: var(--header);
    font-weight: 500;
}

.cta-wrapper {
    padding: 300px 90px 0;
    border-radius: 12px;
    position: relative;
    z-index: 9;
}

    .cta-wrapper .cta-shape-1 {
        position: absolute;
        z-index: -1;
        top: 40%;
        right: 15%;
    }

@media (max-width: 1399px) {
    .cta-wrapper {
        padding: 120px 0 30px;
    }
}

@media (max-width: 1399px) {
    .cta-wrapper .section-title-area {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        gap: 30px;
        text-align: center;
    }

        .cta-wrapper .section-title-area br {
            display: none;
        }
}

.cta-wrapper .section-title-area .call-box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 20px;
    max-width: 330px;
    border-radius: 12px;
    background: #FFF;
    -webkit-box-shadow: 14px 18px 84px 82px rgba(6, 3, 48, 0.04);
    box-shadow: 14px 18px 84px 82px rgba(6, 3, 48, 0.04);
    padding: 32px 36px;
}

.cta-wrapper-2 {
    padding: 80px 100px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    border-radius: 12px;
}

@media (max-width: 1399px) {
    .cta-wrapper-2 {
        padding: 50px 40px;
    }
}

@media (max-width: 1199px) {
    .cta-wrapper-2 {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        gap: 30px;
    }
}

@media (max-width: 991px) {
    .cta-wrapper-2 {
        padding: 40px 30px;
    }
}

.cta-wrapper-2 .cta-left-items {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 50px;
}

@media (max-width: 991px) {
    .cta-wrapper-2 .cta-left-items {
        display: block;
    }
}

.cta-wrapper-2 .cta-left-items .icon {
    width: 124px;
    height: 124px;
    line-height: 124px;
    border-radius: 50%;
    background-color: var(--white);
    text-align: center;
}

@media (max-width: 991px) {
    .cta-wrapper-2 .cta-left-items .icon {
        margin-bottom: 20px;
    }
}

.cta-wrapper-2 .cta-left-items .content {
    max-width: 535px;
}

    .cta-wrapper-2 .cta-left-items .content h3 {
        font-size: 32px;
        font-weight: 500;
        color: var(--white);
    }

@media (max-width: 767px) {
    .cta-wrapper-2 .cta-left-items .content h3 {
        font-size: 26px;
    }
}

.cta-wrapper-2 .cta-left-items .content p {
    color: var(--white);
    margin-top: 10px;
}

.cta-wrapper-2 .cta-right-items .client-img {
    text-align: right;
}

@media (max-width: 1199px) {
    .cta-wrapper-2 .cta-right-items .client-img {
        text-align: left;
    }
}

.cta-wrapper-2 .cta-right-items .theme-btn {
    margin-top: 30px;
    background-color: transparent;
    color: var(--white);
    border: 1px solid var(--white);
}

    .cta-wrapper-2 .cta-right-items .theme-btn i {
        background-color: var(--white);
        width: 40px;
        height: 40px;
        line-height: 40px;
    }

    .cta-wrapper-2 .cta-right-items .theme-btn:hover {
        background-color: var(--white);
        color: #e40d14;
    }

        .cta-wrapper-2 .cta-right-items .theme-btn:hover i {
            background-color: #e40d14;
            color: var(--white);
        }

.cta-section-2 {
    position: relative;
    z-index: 9;
}

    .cta-section-2::before {
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        width: 100%;
        height: 100%;
        content: "";
        z-index: -1;
        background: #051828;
        height: 40%;
    }

.cta-section {
    position: relative;
    z-index: 9;
}

    .cta-section.color-bg-1 {
        position: relative;
    }

        .cta-section.color-bg-1::before {
            position: absolute;
            top: 0;
            left: 0;
            right: 0;
            bottom: 0;
            width: 100%;
            height: 100%;
            content: "";
            background: #051828;
            height: 20%;
        }

    .cta-section .team-shape-2 {
        position: absolute;
        z-index: -1;
        bottom: 25px;
        left: 10%;
    }

.counter-section {
    position: relative;
    z-index: 9;
}

    .counter-section::before {
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        width: 100%;
        height: 100%;
        content: "";
        background-color: var(--white);
        height: 50%;
        z-index: -1;
    }

.video-wrapper {
    padding: 300px 0;
    text-align: center;
}

@media (max-width: 1199px) {
    .video-wrapper {
        padding: 230px 0;
    }
}

@media (max-width: 991px) {
    .video-wrapper {
        padding: 180px 0;
    }
}

@media (max-width: 575px) {
    .video-wrapper {
        padding: 150px 0;
    }
}

.video-wrapper .video-btn {
    text-align: center;
    color: #e40d14;
    display: inline-block;
    text-align: center;
    font-size: 24px;
    z-index: 999;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    z-index: 99;
    width: 84px;
    height: 84px;
    line-height: 84px;
    background-color: var(--white);
    border-radius: 100%;
}

    .video-wrapper .video-btn::before {
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        width: 100%;
        height: 100%;
        content: "";
        width: 158px;
        height: 158px;
        line-height: 158px;
        border-radius: 122px;
        background: rgba(255, 255, 255, 0.44);
        top: 50%;
        left: 50%;
        -webkit-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
    }

    .video-wrapper .video-btn::after {
        position: absolute;
        content: "";
        width: 122px;
        height: 122px;
        line-height: 122px;
        border-radius: 122px;
        background: rgba(255, 255, 255, 0.44);
        top: 50%;
        left: 50%;
        -webkit-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
    }

@media (max-width: 1600px) {
    .video-wrapper .video-btn {
        width: 80px;
        height: 80px;
        line-height: 80px;
    }
}

.video-wrapper .video-btn i {
    z-index: 99;
    position: relative;
}

.video-play-section {
    background-attachment: fixed;
}

.cta-wrapper-5 .cta-image {
    margin-left: -54px;
}

@media (max-width: 1199px) {
    .cta-wrapper-5 .cta-image {
        margin-left: 0;
    }
}

.cta-wrapper-5 .cta-image img {
    width: 100%;
    height: 100%;
}

.cta-wrapper-5 .cta-content {
    margin-left: 60px;
}

@media (max-width: 1199px) {
    .cta-wrapper-5 .cta-content {
        margin-left: 0;
    }
}

.cta-wrapper-5 .cta-content .text {
    margin-top: 20px;
    color: var(--white);
    max-width: 574px;
}

.cta-wrapper-5 .cta-content .theme-btn {
    background-color: var(--theme-color-2);
    margin-top: 48px;
}

@media (max-width: 1199px) {
    .cta-wrapper-5 .cta-content .theme-btn {
        margin-top: 30px;
    }
}

.cta-wrapper-5 .cta-content .theme-btn:hover {
    background-color: var(--header);
}

.cta-wrapper-5 .cta-image-2 {
    margin-right: -60px;
    margin-bottom: -120px;
}

@media (max-width: 1199px) {
    .cta-wrapper-5 .cta-image-2 {
        margin-right: 0;
        margin-bottom: 0;
    }
}

.cta-wrapper-5 .cta-image-2 img {
    width: 100%;
    height: 100%;
}

.cta-section-5 {
    position: relative;
    z-index: 9;
}

    .cta-section-5::before {
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        width: 100%;
        height: 100%;
        content: "";
        z-index: -1;
        background: #1C235B;
    }

    .cta-section-5 .shape-1 {
        position: absolute;
        top: 30px;
        left: 20%;
    }

@media (max-width: 1199px) {
    .cta-section-5 .shape-1 {
        display: none;
    }
}

.cta-section-5 .shape-2 {
    position: absolute;
    bottom: 70px;
    right: 34%;
}

@media (max-width: 1199px) {
    .cta-section-5 .shape-2 {
        display: none;
    }
}

.cta-section-5 .shape-3 {
    position: absolute;
    right: 152px;
    top: 130px;
}

@media (max-width: 1199px) {
    .cta-section-5 .shape-3 {
        display: none;
    }
}

.cta-newsletter-wrapper {
    background-color: #e40d14;
    padding: 30px 44px 0;
    border-radius: 12px;
}

    .cta-newsletter-wrapper .section-title span {
        border-radius: 2px;
        background: rgba(255, 255, 255, 0.11);
        color: var(--white);
    }

    .cta-newsletter-wrapper .section-title h2 {
        font-size: 32px;
        color: var(--white);
    }

@media (max-width: 767px) {
    .cta-newsletter-wrapper .section-title h2 {
        font-size: 28px;
        line-height: 1.4;
    }
}

.cta-newsletter-wrapper .form-content {
    margin-left: 25px;
    margin-right: 25px;
}

@media (max-width: 1199px) {
    .cta-newsletter-wrapper .form-content {
        margin-left: 0;
        margin-right: 0;
    }
}

.cta-newsletter-wrapper .form-content form {
    position: relative;
}

    .cta-newsletter-wrapper .form-content form input {
        width: 100%;
        background-color: var(--white);
        border-radius: 40px;
        background: #F7F9FB;
        padding: 20px 30px;
        border: none;
        outline: none;
        line-height: 1;
        color: var(--text);
    }

@media (max-width: 767px) {
    .cta-newsletter-wrapper .form-content form input {
        padding: 15px 25px;
        font-size: 16px;
    }
}

.cta-newsletter-wrapper .form-content form .arrow-icon {
    width: 44px;
    height: 44px;
    display: inline-block;
    background-color: var(--theme-color-2);
    line-height: 44px;
    color: var(--white);
    position: absolute;
    top: 10px;
    right: 10px;
    border-radius: 50%;
}

@media (max-width: 767px) {
    .cta-newsletter-wrapper .form-content form .arrow-icon {
        width: 36px;
        height: 36px;
        line-height: 36px;
        top: 8px;
    }
}

.cta-newsletter-wrapper .form-content form .arrow-icon i {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

.cta-newsletter-wrapper .form-content p {
    color: rgba(255, 255, 255, 0.8);
    margin-top: 15px;
}

    .cta-newsletter-wrapper .form-content p a {
        color: rgba(255, 255, 255, 0.8);
        text-decoration: underline;
    }

@media (max-width: 1399px) {
    .cta-newsletter-wrapper .cta-image {
        max-width: 350px;
        margin: 0 auto;
    }

    .cta-newsletter-wrapper img {
        width: 100%;
        height: 100%;
    }
}

.cta-newsletter-wrapper.style-2 {
    padding: 60px;
    position: relative;
    z-index: 9;
}

@media (max-width: 575px) {
    .cta-newsletter-wrapper.style-2 {
        padding: 40px 30px;
    }
}

.cta-newsletter-wrapper.style-2 .form-content {
    max-width: 685px;
    margin: 30px auto 0;
}

.cta-newsletter-wrapper.style-2 .cta-img {
    position: absolute;
    bottom: 0;
    right: 70px;
}

@media (max-width: 1199px) {
    .cta-newsletter-wrapper.style-2 .cta-img {
        display: none;
    }
}

.cta-newsletter-wrapper.style-2 .left-shape {
    position: absolute;
    left: 65px;
    bottom: 20px;
    z-index: -1;
}

.cta-newsletter-section {
    position: relative;
    z-index: 9;
}

    .cta-newsletter-section::before {
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        width: 100%;
        height: 100%;
        content: "";
        background-color: var(--white);
        z-index: -1;
        height: 50%;
    }

.best-seller-wrapper {
    background-color: #2490EB;
    padding: 70px 120px;
    border-radius: 10px;
    position: relative;
}

@media (max-width: 1399px) {
    .best-seller-wrapper {
        padding-right: 90px;
    }
}

@media (max-width: 1199px) {
    .best-seller-wrapper {
        padding: 60px 100px;
        text-align: center;
    }
}

@media (max-width: 991px) {
    .best-seller-wrapper {
        padding: 50px 40px;
    }
}

@media (max-width: 767px) {
    .best-seller-wrapper {
        padding: 40px 30px;
    }
}

.best-seller-wrapper .coming-soon-timer {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 20px;
    margin-top: 30px;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-bottom: 40px;
}

@media (max-width: 1199px) {
    .best-seller-wrapper .coming-soon-timer {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        margin-bottom: 30px;
    }
}

.best-seller-wrapper .coming-soon-timer .timer-content {
    background-color: #fff;
    border-radius: 6px;
}

    .best-seller-wrapper .coming-soon-timer .timer-content h3 {
        color: var(--header);
        font-size: 33px;
        font-weight: 500;
        border-bottom: 1px solid rgba(230, 247, 252, 0.2);
        padding: 15px 30px;
        line-height: 1;
    }

    .best-seller-wrapper .coming-soon-timer .timer-content p {
        font-size: 14px;
        text-transform: uppercase;
        color: var(--text);
        font-weight: 400;
        text-align: center;
        padding: 5px;
    }

.best-seller-wrapper .theme-btn {
    background-color: var(--theme-color-2);
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}

    .best-seller-wrapper .theme-btn i {
        background-color: var(--white);
        color: var(--theme-color-2);
    }

    .best-seller-wrapper .theme-btn:hover {
        background-color: var(--header);
    }

        .best-seller-wrapper .theme-btn:hover i {
            color: var(--header);
        }

.best-seller-wrapper .doctor-image {
    position: absolute;
    bottom: 0;
    right: 100px;
}

@media (max-width: 1199px) {
    .best-seller-wrapper .doctor-image {
        display: none;
    }
}

.cooming-soon-items {
    text-align: center;
}

    .cooming-soon-items p {
        color: var(--header);
        font-size: 20px;
        font-weight: 500;
        margin-bottom: 10px;
        margin-top: 20px;
    }

@media (max-width: 575px) {
    .cooming-soon-items p {
        font-size: 16px;
    }
}

.cooming-soon-items .text {
    font-size: 100px;
    font-weight: 500;
    letter-spacing: -3px;
    text-transform: capitalize;
    margin-bottom: 20px;
}

@media (max-width: 991px) {
    .cooming-soon-items .text {
        font-size: 50px;
    }
}

@media (max-width: 575px) {
    .cooming-soon-items .text {
        font-size: 40px;
    }
}

.cooming-soon-items .coming-soon-time {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 50px;
    position: relative;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-bottom: 34px;
}

@media (max-width: 991px) {
    .cooming-soon-items .coming-soon-time {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        position: static;
        -webkit-transform: translate(0);
        transform: translate(0);
        margin-top: 30px;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        gap: 30px;
    }
}

.cooming-soon-items .coming-soon-time .timer-content {
    text-align: center;
    width: 146px;
    height: 146px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    border: 1px solid var(--header);
    border-radius: 100%;
    position: relative;
}

    .cooming-soon-items .coming-soon-time .timer-content.style-2::before {
        position: absolute;
        content: ":";
        top: 35%;
        left: -22%;
        font-size: 40px;
        color: #28241F;
    }

@media (max-width: 991px) {
    .cooming-soon-items .coming-soon-time .timer-content.style-2::before {
        display: none;
    }
}

@media (max-width: 767px) {
    .cooming-soon-items .coming-soon-time .timer-content {
        width: 100px;
        height: 100px;
    }
}

.cooming-soon-items .coming-soon-time .timer-content h2 {
    font-size: 48px;
    font-weight: 500;
    line-height: 1;
}

@media (max-width: 1199px) {
    .cooming-soon-items .coming-soon-time .timer-content h2 {
        font-size: 45px;
    }
}

@media (max-width: 991px) {
    .cooming-soon-items .coming-soon-time .timer-content h2 {
        font-size: 40px;
    }
}

@media (max-width: 767px) {
    .cooming-soon-items .coming-soon-time .timer-content h2 {
        font-size: 34px;
    }
}

@media (max-width: 575px) {
    .cooming-soon-items .coming-soon-time .timer-content h2 {
        font-size: 28px;
    }
}

.cooming-soon-items .coming-soon-time .timer-content span {
    font-size: 18px;
    font-weight: 500;
    color: var(--header);
    text-transform: uppercase;
}

@media (max-width: 1199px) {
    .cooming-soon-items .coming-soon-time .timer-content span {
        font-size: 16px;
    }
}

@media (max-width: 575px) {
    .cooming-soon-items .coming-soon-time .timer-content span {
        font-size: 14px;
    }
}

.cooming-soon-items form {
    max-width: 872px;
    width: 100%;
    text-align: center;
    margin: 0 auto;
}

.cooming-soon-items .form-clt {
    position: relative;
}

    .cooming-soon-items .form-clt input {
        width: 100%;
        outline: none;
        border-radius: 4px;
        border: 1px solid rgba(60, 60, 60, 0.3);
        color: rgba(64, 74, 61, 0.65);
        line-height: 1;
        padding: 20px;
        border-radius: 10px;
        max-width: 872px;
        font-weight: 500;
    }

        .cooming-soon-items .form-clt input::-webkit-input-placeholder {
            color: rgba(64, 74, 61, 0.65);
        }

        .cooming-soon-items .form-clt input:-ms-input-placeholder {
            color: rgba(64, 74, 61, 0.65);
        }

        .cooming-soon-items .form-clt input::-ms-input-placeholder {
            color: rgba(64, 74, 61, 0.65);
        }

        .cooming-soon-items .form-clt input::placeholder {
            color: rgba(64, 74, 61, 0.65);
        }

    .cooming-soon-items .form-clt .icon {
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        padding: 12px 36px;
        background-image: none;
        background: #e40d14;
        border-radius: 4px;
        color: var(--white);
    }

        .cooming-soon-items .form-clt .icon:hover {
            background-color: var(--header);
        }

@media (max-width: 470px) {
    .cooming-soon-items .form-clt .icon {
        position: static;
        margin-top: 20px;
    }
}

.cooming-soon-items .social-icon {
    gap: 16px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-top: 30px;
}

    .cooming-soon-items .social-icon a {
        width: 48px;
        height: 48px;
        line-height: 48px;
        text-align: center;
        border-radius: 50%;
        border-radius: 4px;
        border: 1px solid rgba(32, 40, 45, 0.16);
        display: inline-block;
        color: var(--header);
    }

        .cooming-soon-items .social-icon a:hover {
            background-color: #e40d14;
            color: var(--white);
            border: 1px solid #e40d14;
        }

.testimonial-wrapper-1 .testimonial-image {
    position: relative;
    max-width: 503px;
    margin-top: 33px;
}

@media (max-width: 1199px) {
    .testimonial-wrapper-1 .testimonial-image {
        max-width: initial;
        margin-top: 0;
    }
}

.testimonial-wrapper-1 .testimonial-image img {
    width: 100%;
    height: 100%;
}

.testimonial-wrapper-1 .testimonial-right-item {
    margin-right: -75%;
}

@media (max-width: 1199px) {
    .testimonial-wrapper-1 .testimonial-right-item {
        margin-right: 0;
    }
}

.testimonial-wrapper-1 .testimonial-right-item .testimonial-box-item-1 {
    margin-top: 30px;
    position: relative;
    z-index: 9;
    padding: 35px;
    padding-top: 0;
}

    .testimonial-wrapper-1 .testimonial-right-item .testimonial-box-item-1::before {
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        width: 100%;
        height: 100%;
        content: "";
        background-color: var(--white);
        -webkit-box-shadow: 14px 18px 84px 82px rgba(186, 183, 230, 0.4);
        box-shadow: 14px 18px 84px 82px rgba(186, 183, 230, 0.4);
        border-radius: 12px;
        z-index: -1;
        left: 75px;
        top: 40px;
        height: initial;
        width: initial;
    }

@media (max-width: 1399px) {
    .testimonial-wrapper-1 .testimonial-right-item .testimonial-box-item-1::before {
        left: 0;
    }
}

.testimonial-wrapper-1 .testimonial-right-item .testimonial-box-item-1 .client-image {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: end;
    gap: 40px;
}

    .testimonial-wrapper-1 .testimonial-right-item .testimonial-box-item-1 .client-image .star {
        color: var(--theme-color-2);
    }

    .testimonial-wrapper-1 .testimonial-right-item .testimonial-box-item-1 .client-image img {
        border-radius: 12px;
    }

.testimonial-wrapper-1 .testimonial-right-item .testimonial-box-item-1 .testimonial-content {
    margin-top: 30px;
    padding-left: 70px;
}

@media (max-width: 1399px) {
    .testimonial-wrapper-1 .testimonial-right-item .testimonial-box-item-1 .testimonial-content {
        margin-left: 0;
        padding-left: 0;
    }
}

.testimonial-wrapper-1 .testimonial-right-item .testimonial-box-item-1 .testimonial-content p {
    font-size: 20px;
    font-weight: 400;
    line-height: 144%;
    margin-bottom: 45px;
}

@media (max-width: 1199px) {
    .testimonial-wrapper-1 .testimonial-right-item .testimonial-box-item-1 .testimonial-content p {
        font-size: 16px;
        margin-bottom: 30px;
    }
}

.testimonial-wrapper-1 .testimonial-right-item .testimonial-box-item-1 .testimonial-content .info-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

@media (max-width: 1199px) {
    .testimonial-wrapper-1 .testimonial-right-item .testimonial-box-item-1 .testimonial-content .info-item {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        gap: 30px;
    }
}

.testimonial-wrapper-1 .testimonial-right-item .testimonial-box-item-1 .testimonial-content .info-item .info-content h5 {
    font-size: 18px;
    font-weight: 500;
}

.testimonial-wrapper-1 .testimonial-right-item .testimonial-box-item-1 .testimonial-content .info-item .info-content span {
    font-weight: 500;
}

.testimonial-section-1 {
    position: relative;
}

    .testimonial-section-1::before {
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        width: 100%;
        height: 100%;
        content: "";
        opacity: 0.95;
        background: rgba(255, 255, 255, 0.95);
    }

    .testimonial-section-1 .shape {
        position: absolute;
        top: 187px;
        right: 83px;
    }

@media (max-width: 1199px) {
    .testimonial-section-1 .shape {
        display: none;
    }
}

.testimonial-section-1 .shape-2 {
    position: absolute;
    bottom: 66px;
    right: 30%;
}

@media (max-width: 1199px) {
    .testimonial-section-1 .shape-2 {
        display: none;
    }
}

.testimonial-section-2 {
    position: relative;
    z-index: 9;
}

    .testimonial-section-2 .testimonial-shape-1 {
        position: absolute;
        z-index: -1;
        bottom: 10%;
        left: 40%;
    }

.testimonial-wrapper-2 .testimonial-image {
    max-width: 507px;
    position: relative;
    margin-left: 100px;
}

@media (max-width: 1199px) {
    .testimonial-wrapper-2 .testimonial-image {
        margin-left: 0;
    }
}

.testimonial-wrapper-2 .testimonial-image img {
    width: 100%;
    height: 100%;
    border-radius: 12px;
}

.testimonial-wrapper-2 .testimonial-image .counter-box {
    background-color: #e40d14;
    border-radius: 12px;
    display: inline-block;
    padding: 40px;
    position: absolute;
    bottom: 67px;
    left: -89px;
}

@media (max-width: 1199px) {
    .testimonial-wrapper-2 .testimonial-image .counter-box {
        left: 0;
        bottom: 0;
    }
}

.testimonial-wrapper-2 .testimonial-image .counter-box h2 {
    color: var(--white);
}

.testimonial-wrapper-2 .testimonial-image .counter-box p {
    color: var(--white);
}

.testimonial-wrapper-2 .testimonial-content .star-items {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 20px;
    margin-top: 25px;
}

    .testimonial-wrapper-2 .testimonial-content .star-items .star {
        color: var(--theme-color-2);
    }

@media (max-width: 767px) {
    .testimonial-wrapper-2 .testimonial-content .star-items {
        display: block;
    }
}

.testimonial-wrapper-2 .testimonial-content .testimonial-box-items {
    border-radius: 12px;
    border-top: 1px solid rgba(6, 3, 48, 0.09);
    border-right: 1px solid rgba(6, 3, 48, 0.09);
    border-bottom: 7px solid rgba(6, 3, 48, 0.09);
    border-left: 1px solid rgba(6, 3, 48, 0.09);
    background: var(--white);
    padding: 50px 45px;
    margin-bottom: 25px;
}

@media (max-width: 1199px) {
    .testimonial-wrapper-2 .testimonial-content .testimonial-box-items {
        padding: 30px;
    }
}

@media (max-width: 767px) {
    .testimonial-wrapper-2 .testimonial-content .testimonial-box-items {
        padding: 40px 35px;
    }
}

@media (max-width: 575px) {
    .testimonial-wrapper-2 .testimonial-content .testimonial-box-items {
        padding: 30px;
    }
}

.testimonial-wrapper-2 .testimonial-content .testimonial-box-items h5 {
    font-size: 18px;
    font-weight: 400;
    color: var(--text);
}

@media (max-width: 575px) {
    .testimonial-wrapper-2 .testimonial-content .testimonial-box-items h5 {
        font-size: 16px;
    }
}

.testimonial-wrapper-2 .testimonial-content .testimonial-box-items .client-info {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 20px;
    position: relative;
    margin-top: 50px;
}

@media (max-width: 767px) {
    .testimonial-wrapper-2 .testimonial-content .testimonial-box-items .client-info {
        margin-top: 30px;
    }
}

.testimonial-wrapper-2 .testimonial-content .testimonial-box-items .client-info h6 {
    font-size: 18px;
    font-weight: 500;
}

.testimonial-wrapper-2 .testimonial-content .testimonial-box-items .client-info p {
    font-size: 16px;
}

.testimonial-wrapper-2 .testimonial-content .testimonial-box-items .client-info .quote-img {
    position: absolute;
    right: 10px;
    bottom: 0px;
}

@media (max-width: 575px) {
    .testimonial-wrapper-2 .testimonial-content .testimonial-box-items .client-info .quote-img {
        position: static;
    }
}

.testimonial-wrapper-2 .testimonial-box-area {
    max-height: 560px;
    overflow-y: auto;
    padding-right: 50px;
    margin-top: 30px;
}

@media (max-width: 1199px) {
    .testimonial-wrapper-2 .testimonial-box-area {
        padding-right: 0;
        max-height: initial;
        overflow-y: initial;
    }
}

.testimonial-section-4 {
    position: relative;
    z-index: 9;
}

    .testimonial-section-4 .section-title .star-items {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        gap: 20px;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        margin-top: 20px;
    }

@media (max-width: 991px) {
    .testimonial-section-4 .section-title .star-items {
        display: none;
    }
}

.testimonial-section-4 .section-title .star-items .star {
    color: #fcd34f;
}

.testimonial-section-4 .section-title .star-items p {
    color: var(--white);
}

.testimonial-section-4 .testimonial-shape-1 {
    position: absolute;
    z-index: -1;
    top: 40%;
    left: 20%;
}

.testimonial-section-4 .testimonial-shape-2 {
    position: absolute;
    z-index: -1;
    top: 20%;
    right: 8%;
}

.testimonial-box-items-4 {
    border-radius: 12px;
    border-top: 1px solid rgba(6, 3, 48, 0.09);
    border-right: 1px solid rgba(6, 3, 48, 0.09);
    border-bottom: 7px solid rgba(6, 3, 48, 0.09);
    border-left: 1px solid rgba(6, 3, 48, 0.09);
    background: #FFF;
    padding: 20px 50px;
    margin-top: 30px;
}

@media (max-width: 1199px) {
    .testimonial-box-items-4 {
        padding: 30px;
    }
}

@media (max-width: 767px) {
    .testimonial-box-items-4 {
        padding: 25px;
    }
}

.testimonial-box-items-4 .star {
    color: #ffcd20;
}

.testimonial-box-items-4 h5 {
    font-size: 20px;
    font-weight: 500;
    color: var(--text);
    margin-top: 20px;
}

@media (max-width: 767px) {
    .testimonial-box-items-4 h5 {
        font-size: 18px;
    }
}

.testimonial-box-items-4 .client-info {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 20px;
    position: relative;
    margin-top: 40px;
}

    .testimonial-box-items-4 .client-info h6 {
        font-size: 18px;
        font-weight: 500;
    }

    .testimonial-box-items-4 .client-info p {
        font-size: 16px;
    }

    .testimonial-box-items-4 .client-info .quote-img {
        position: absolute;
        right: 10px;
        bottom: 0px;
    }

.testimonial-section-4 {
    position: relative;
    z-index: 9;
}

    .testimonial-section-4::before {
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        width: 100%;
        height: 100%;
        content: "";
        z-index: -1;
        background: #fff;
        top: 70%;
    }

.testimonial-wrapper-3 {
    position: relative;
}

    .testimonial-wrapper-3 .testimonial-card-items-3 {
        margin-top: 200px;
    }

@media (max-width: 1199px) {
    .testimonial-wrapper-3 .testimonial-card-items-3 {
        margin-top: 0;
        margin-bottom: 20px;
    }
}

.testimonial-wrapper-3 .testimonial-card-items-3.style-2 {
    margin-top: 0;
}

.testimonial-wrapper-3 .testimonial-card-items-3.style-3 {
    margin-top: 73px;
}

@media (max-width: 1199px) {
    .testimonial-wrapper-3 .testimonial-card-items-3.style-3 {
        margin-top: 0;
        margin-bottom: 20px;
    }
}

.testimonial-wrapper-3 .testimonial-card-items-3 .testimonial-image img {
    width: 100%;
    height: 100%;
    border-radius: 12px;
}

.testimonial-wrapper-3 .testimonial-box-item-3 {
    background-color: #e40d14;
    border-radius: 12px;
    border-top: 1px solid rgba(6, 3, 48, 0.09);
    border-right: 1px solid rgba(6, 3, 48, 0.09);
    border-bottom: 7px solid rgba(6, 3, 48, 0.09);
    border-left: 1px solid rgba(6, 3, 48, 0.09);
    padding: 45px 70px;
    text-align: center;
    margin-top: -150px;
}

@media (max-width: 1199px) {
    .testimonial-wrapper-3 .testimonial-box-item-3 {
        margin-top: 0;
    }
}

.testimonial-wrapper-3 .testimonial-box-item-3 .testimonial-content .star {
    /*color: var(--white);*/
    color: orange;
    margin-bottom: 20px;
}

.testimonial-wrapper-3 .testimonial-box-item-3 .testimonial-content p {
    color: var(--white);
    font-size: 18px;
    font-weight: 400;
    max-width: 415px;
    font-family: "Helvetica Neue", sans-serif;
    margin: 0 auto;
}

.testimonial-wrapper-3 .testimonial-box-item-3 .testimonial-content h5 {
    font-size: 18px;
    color: var(--white);
    margin-top: 40px;
}

.testimonial-wrapper-3 .testimonial-box-item-3 .testimonial-content span {
    color: var(--white);
}

@media (max-width: 1199px) {
    .testimonial-wrapper-3 .array-button-2 {
        display: none;
    }
}

.testimonial-wrapper-3 .array-button-2 .array-prev {
    position: absolute;
    left: 210px;
    bottom: 70px;
    background-color: #e40d14;
    color: var(--white);
}

    .testimonial-wrapper-3 .array-button-2 .array-prev:hover {
        background-color: var(--header);
    }

.testimonial-wrapper-3 .array-button-2 .array-next {
    position: absolute;
    right: 210px;
    bottom: 70px;
    background-color: var(--theme-color-2);
    color: var(--white);
}

    .testimonial-wrapper-3 .array-button-2 .array-next:hover {
        background-color: #e40d14;
    }

.testimonial-section-3 {
    position: relative;
}

    .testimonial-section-3 .star-2 {
        margin-bottom: 70px;
        text-align: center;
    }

@media (max-width: 1199px) {
    .testimonial-section-3 .star-2 {
        margin-bottom: 30px;
    }
}

.testimonial-section-3 .star-2 i {
    color: var(--theme-color-2);
    font-size: 17px;
}

.testimonial-section-3 .star-2 span {
    display: inline-block;
    margin-left: 18px;
}

.testimonial-section-3 .shape-1 {
    position: absolute;
    top: 359px;
    left: 421px;
}

@media (max-width: 1199px) {
    .testimonial-section-3 .shape-1 {
        display: none;
    }
}

.testimonial-section-3 .shape-2 {
    position: absolute;
    left: 138px;
    bottom: 280px;
}

@media (max-width: 1199px) {
    .testimonial-section-3 .shape-2 {
        display: none;
    }
}

.testimonial-section-3 .shape-3 {
    position: absolute;
    right: 74px;
    top: 87px;
}

@media (max-width: 1199px) {
    .testimonial-section-3 .shape-3 {
        display: none;
    }
}

.testimonial-section-3 .shape-4 {
    position: absolute;
    right: 415px;
    top: 370px;
}

@media (max-width: 1199px) {
    .testimonial-section-3 .shape-4 {
        display: none;
    }
}

.testimonial-section-3 .shape-5 {
    position: absolute;
    right: 275px;
    bottom: 120px;
}

@media (max-width: 1199px) {
    .testimonial-section-3 .shape-5 {
        display: none;
    }
}

.testimonial-box-item-5 {
    background-color: #f0f0f0;
    -webkit-box-shadow: 14px 18px 84px 82px rgba(186, 183, 230, 0.4);
    box-shadow: 14px 18px 84px 82px rgba(186, 183, 230, 0.4);
    border-radius: 12px;
    padding: 20px 20px 38px;
    margin-top: 30px;
}

@media (max-width: 1199px) {
    .testimonial-box-item-5 {
        padding: 20px 20px 20px;
    }
}

.testimonial-box-item-5 .client-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 40px;
}

@media (max-width: 1199px) {
    .testimonial-box-item-5 .client-item {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        gap: 20px;
    }
}

.testimonial-box-item-5 .client-item .client-image img {
    border-radius: 12px;
}

.testimonial-box-item-5 .client-item .star {
    color: var(--theme-color-2);
}

.testimonial-box-item-5 .testimonial-content {
    margin-top: 10px;
    margin-left: 70px;
}

@media (max-width: 1199px) {
    .testimonial-box-item-5 .testimonial-content {
        margin-left: 0;
    }
}

.testimonial-box-item-5 .testimonial-content p {
    font-size: 18px;
    font-weight: 400;
    line-height: 144%;
    margin-bottom: 50px;
}

@media (max-width: 1199px) {
    .testimonial-box-item-5 .testimonial-content p {
        font-size: 16px;
        margin-bottom: 30px;
    }
}

.testimonial-box-item-5 .testimonial-content .info-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

@media (max-width: 1199px) {
    .testimonial-box-item-5 .testimonial-content .info-item {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        gap: 30px;
    }
}

.testimonial-box-item-5 .testimonial-content .info-item .info-content h5 {
    font-size: 18px;
    font-weight: 500;
    margin-bottom: 10px;
}

.testimonial-box-item-5 .testimonial-content .info-item .info-content span {
    font-weight: 500;
}

.testimonial-section-5 {
    position: relative;
}

    .testimonial-section-5 .shape {
        position: absolute;
        top: 0;
        left: 350px;
    }

@media (max-width: 1199px) {
    .testimonial-section-5 .shape {
        display: none;
    }
}

.testimonial-section-5 .shape-2 {
    position: absolute;
    top: 0;
    right: 311px;
}

@media (max-width: 1199px) {
    .testimonial-section-5 .shape-2 {
        display: none;
    }
}

.testimonial-section-5 .star {
    text-align: center;
}

    .testimonial-section-5 .star i {
        color: var(--theme-color-2);
        font-size: 17px;
    }

    .testimonial-section-5 .star span {
        display: inline-block;
        margin-left: 18px;
    }

.testimonial-section-5 .testimonial-button {
    margin-top: 45px;
    text-align: center;
}

    .testimonial-section-5 .testimonial-button .theme-btn {
        background-color: transparent;
        color: #e40d14;
        border: 1px solid #e40d14;
    }

        .testimonial-section-5 .testimonial-button .theme-btn i {
            background-color: #e40d14;
            color: var(--white);
        }

        .testimonial-section-5 .testimonial-button .theme-btn:hover {
            background-color: #e40d14;
            color: var(--white);
        }

            .testimonial-section-5 .testimonial-button .theme-btn:hover .icon {
                background-color: var(--header);
            }

.instagram-wrapper {
    margin-left: -15%;
    margin-right: -15%;
}

@media (max-width: 1399px) {
    .instagram-wrapper {
        margin-right: 0;
        margin-left: 0;
    }
}

.instagram-wrapper .instagram-banner-items .banner-image {
    position: relative;
}

    .instagram-wrapper .instagram-banner-items .banner-image img {
        width: 100%;
        height: 100%;
        border-radius: 12px;
    }

    .instagram-wrapper .instagram-banner-items .banner-image::before {
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        width: 100%;
        height: 100%;
        content: "";
        background: #e40d14;
        opacity: 0.6;
        -webkit-transform: scale(1, 0);
        transform: scale(1, 0);
        -webkit-transition: -webkit-transform 500ms ease;
        transition: -webkit-transform 500ms ease;
        transition: transform 500ms ease;
        transition: transform 500ms ease, -webkit-transform 500ms ease;
        -webkit-transform-origin: bottom center;
        transform-origin: bottom center;
        z-index: 1;
        border-radius: 12px;
    }

    .instagram-wrapper .instagram-banner-items .banner-image .icon {
        position: absolute;
        width: 68px;
        height: 68px;
        line-height: 68px;
        text-align: center;
        border-radius: 50%;
        background: #e40d14;
        font-size: 28px;
        top: 50%;
        left: 50%;
        -webkit-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
        z-index: 99;
        color: var(--white);
        opacity: 0;
        -webkit-transition: all 0.4s ease-in-out;
        transition: all 0.4s ease-in-out;
    }

.instagram-wrapper .instagram-banner-items:hover .banner-image::before {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
    -webkit-transform-origin: top center;
    transform-origin: top center;
}

.instagram-wrapper .instagram-banner-items:hover .banner-image .icon {
    opacity: 1;
}


/*-----------------------[ 20.Blog Page CSS ]------------------------*/
.news-box-items {
    margin-top: 30px;
}

    .news-box-items .news-img {
        position: relative;
    }

        .news-box-items .news-img img {
            width: 100%;
            height: 100%;
            border-radius: 12px;
        }

        .news-box-items .news-img .post-box {
            border-radius: 4px;
            display: inline-block;
            background-color: var(--theme-color-2);
            padding: 10px 20px;
            color: var(--white);
            position: absolute;
            top: 24px;
            left: 24px;
            line-height: 1;
            z-index: 9;
        }

    .news-box-items .news-content {
        margin-top: 20px;
    }

@media (max-width: 1199px) {
    .news-box-items .news-content br {
        display: none;
    }
}

.news-box-items .news-content span {
    font-size: 18px;
    font-weight: 400;
    color: #e40d14;
    margin-bottom: 5px;
    position: relative;
    padding-left: 35px;
    display: inline-block;
}

    .news-box-items .news-content span::before {
        width: 24px;
        height: 1px;
        line-height: 4px;
        position: absolute;
        top: 15px;
        left: 0;
        content: "";
        background-color: #e40d14;
    }

.news-box-items .news-content h3 {
    margin-top: 10px;
}

@media (max-width: 1399px) {
    .news-box-items .news-content h3 {
        font-size: 20px;
    }
}

@media (max-width: 1199px) {
    .news-box-items .news-content h3 {
        font-size: 22px;
    }
}

.news-box-items .news-content h3 a {
    background-position: 0 95%;
    background-repeat: no-repeat;
    background-size: 0% 2px;
    display: inline;
}

    .news-box-items .news-content h3 a:hover {
        color: #e40d14;
        background-size: 100% 2px;
        background-image: -webkit-gradient(linear, left top, left bottom, from(#e40d14), to(#e40d14));
        background-image: linear-gradient(180deg, #e40d14 0%, #e40d14 100%);
    }

.news-box-items .news-content p {
    margin-top: 10px;
}

.news-section {
    position: relative;
    z-index: 9;
}

    .news-section .news-shape-1 {
        position: absolute;
        z-index: -1;
        top: 10%;
        right: 10%;
    }

    .news-section .news-shape-2 {
        position: absolute;
        z-index: -1;
        top: 10%;
        left: 10%;
    }

.news-box-items-2 {
    border-radius: 12px;
    border-top: 1px solid rgba(6, 3, 48, 0.09);
    border-right: 1px solid rgba(6, 3, 48, 0.09);
    border-bottom: 7px solid rgba(6, 3, 48, 0.09);
    border-left: 1px solid rgba(6, 3, 48, 0.09);
    background: var(--white);
    padding: 15px;
    margin-top: 30px;
}

    .news-box-items-2 .news-img img {
        width: 100%;
        height: 100%;
        border-radius: 6px;
    }

    .news-box-items-2 .news-content {
        padding: 10px;
        margin-top: 10px;
    }

        .news-box-items-2 .news-content .post-date {
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            gap: 30px;
            -webkit-box-align: center;
            -ms-flex-align: center;
            align-items: center;
        }

            .news-box-items-2 .news-content .post-date li {
                display: -webkit-box;
                display: -ms-flexbox;
                display: flex;
                gap: 7px;
                -webkit-box-align: center;
                -ms-flex-align: center;
                align-items: center;
            }

@media (max-width: 1199px) {
    .news-box-items-2 .news-content .post-date li {
        font-size: 15px;
    }
}

.news-box-items-2 .news-content .post-date li i {
    color: #e40d14;
}

.news-box-items-2 .news-content .post-date li:last-child {
    position: relative;
    padding-left: 35px;
    color: var(--theme-color-2);
}

@media (max-width: 1199px) {
    .news-box-items-2 .news-content .post-date li:last-child {
        padding-left: 20px;
    }
}

.news-box-items-2 .news-content .post-date li:last-child::before {
    width: 11px;
    height: 1px;
    line-height: 4px;
    position: absolute;
    top: 15px;
    left: 0px;
    content: "";
    background-color: #e40d14;
}

.news-box-items-2 .news-content h3 {
    margin-top: 10px;
}

@media (max-width: 1199px) {
    .news-box-items-2 .news-content h3 {
        font-size: 20px;
    }
}

.news-box-items-2 .news-content h3 a {
    background-position: 0 95%;
    background-repeat: no-repeat;
    background-size: 0% 2px;
    display: inline;
}

    .news-box-items-2 .news-content h3 a:hover {
        color: #e40d14;
        background-size: 100% 2px;
        background-image: -webkit-gradient(linear, left top, left bottom, from(#e40d14), to(#e40d14));
        background-image: linear-gradient(180deg, #e40d14 0%, #e40d14 100%);
    }

.news-box-items-2 .news-content p {
    margin-top: 8px;
    font-size: 16px;
}

.news-box-items-2 .news-content .link-btn {
    font-size: 16px;
    font-weight: 700;
    display: inline-block;
    font-family: "Satoshi", sans-serif;
}

    .news-box-items-2 .news-content .link-btn i {
        -webkit-transform: rotate(-40deg);
        transform: rotate(-40deg);
        -webkit-transition: all 0.4s ease-in-out;
        transition: all 0.4s ease-in-out;
        margin-left: 10px;
    }

    .news-box-items-2 .news-content .link-btn:hover {
        color: var(--header);
    }

        .news-box-items-2 .news-content .link-btn:hover i {
            -webkit-transform: rotate(0);
            transform: rotate(0);
        }

.news-card-items-3 {
    background-color: var(--white);
    border-radius: 12px;
    padding: 5px 5px 40px;
    margin-top: 30px;
}

    .news-card-items-3 .news-image {
        position: relative;
    }

        .news-card-items-3 .news-image .post-date {
            width: 79px;
            height: 79px;
            padding: 12px;
            text-align: center;
            border-radius: 100%;
            background: #e40d14;
            position: absolute;
            right: 30px;
            bottom: -40px;
        }

            .news-card-items-3 .news-image .post-date h3 {
                color: var(--white);
                font-weight: 500;
                font-size: 30px;
                line-height: 1;
            }

            .news-card-items-3 .news-image .post-date p {
                color: var(--white);
                font-size: 14px;
                font-weight: 500;
                text-transform: uppercase;
            }

        .news-card-items-3 .news-image img {
            width: 100%;
            height: 100%;
            border-radius: 12px;
        }

    .news-card-items-3 .news-content {
        margin-top: 34px;
        margin-left: 25px;
    }

        .news-card-items-3 .news-content span {
            font-size: 14px;
            font-weight: 500;
            color: #e40d14;
            padding: 10px 12px;
            border-radius: 2px;
            background: rgba(36, 144, 235, 0.1);
            display: inline-block;
            margin-bottom: 24px;
            line-height: 1;
        }

        .news-card-items-3 .news-content h5 {
            margin-bottom: 10px;
        }

            .news-card-items-3 .news-content h5 a:hover {
                color: #e40d14;
            }

        .news-card-items-3 .news-content p {
            font-size: 16px;
        }

.news-section-3 {
    position: relative;
}

    .news-section-3 .left-shape {
        position: absolute;
        top: 29px;
        left: 272px;
    }

@media (max-width: 1199px) {
    .news-section-3 .left-shape {
        display: none;
    }
}

.news-section-3 .right-shape {
    position: absolute;
    top: 133px;
    right: 226px;
}

@media (max-width: 1199px) {
    .news-section-3 .right-shape {
        display: none;
    }
}

.news-box-item-5 {
    background-color: var(--white);
    border-radius: 12px;
    border-top: 1px solid rgba(6, 3, 48, 0.09);
    border-right: 1px solid rgba(6, 3, 48, 0.09);
    border-bottom: 7px solid rgba(6, 3, 48, 0.09);
    border-left: 1px solid rgba(6, 3, 48, 0.09);
    padding: 40px 30px;
    margin-top: 30px;
}

@media (max-width: 575px) {
    .news-box-item-5 {
        padding: 30px;
    }
}

.news-box-item-5.style-2 {
    margin-top: 30px;
}

.news-box-item-5 .news-meta {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 40px;
    margin-bottom: 30px;
}

@media (max-width: 1199px) {
    .news-box-item-5 .news-meta {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        gap: 20px;
    }
}

.news-box-item-5 .news-meta li i {
    color: #e40d14;
    margin-right: 5px;
}

.news-box-item-5 .news-meta li.style-2 {
    position: relative;
    color: var(--theme-color-2);
}

    .news-box-item-5 .news-meta li.style-2::before {
        position: absolute;
        content: "";
        background-color: #e40d14;
        width: 11px;
        height: 1px;
        top: 16px;
        left: -24px;
    }

.news-box-item-5 h3 {
    margin-bottom: 20px;
}

    .news-box-item-5 h3 a {
        background-position: 0 95%;
        background-repeat: no-repeat;
        background-size: 0% 2px;
        display: inline;
    }

        .news-box-item-5 h3 a:hover {
            color: #e40d14;
            background-size: 100% 2px;
            background-image: -webkit-gradient(linear, left top, left bottom, from(#e40d14), to(#e40d14));
            background-image: linear-gradient(180deg, #e40d14 0%, #e40d14 100%);
        }

.news-box-item-5 p {
    max-width: 377px;
    font-size: 16px;
}

.news-card-item-5 {
    background-color: var(--white);
    border-radius: 12px;
    border-top: 1px solid rgba(6, 3, 48, 0.09);
    border-right: 1px solid rgba(6, 3, 48, 0.09);
    border-bottom: 7px solid rgba(6, 3, 48, 0.09);
    border-left: 1px solid rgba(6, 3, 48, 0.09);
    padding: 15px;
    margin-top: 30px;
}

    .news-card-item-5 .news-image img {
        width: 100%;
        height: 100%;
        border-radius: 6px;
    }

    .news-card-item-5 .news-content {
        padding: 20px 5px 15px;
    }

        .news-card-item-5 .news-content .news-meta {
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-align: center;
            -ms-flex-align: center;
            align-items: center;
            gap: 40px;
            margin-bottom: 30px;
        }

@media (max-width: 1199px) {
    .news-card-item-5 .news-content .news-meta {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        gap: 20px;
    }
}

.news-card-item-5 .news-content .news-meta li i {
    color: #e40d14;
    margin-right: 5px;
}

.news-card-item-5 .news-content .news-meta li.style-2 {
    position: relative;
    color: var(--theme-color-2);
}

    .news-card-item-5 .news-content .news-meta li.style-2::before {
        position: absolute;
        content: "";
        background-color: #e40d14;
        width: 11px;
        height: 1px;
        top: 16px;
        left: -24px;
    }

.news-card-item-5 .news-content h3 {
    margin-bottom: 20px;
}

    .news-card-item-5 .news-content h3 a {
        background-position: 0 95%;
        background-repeat: no-repeat;
        background-size: 0% 2px;
        display: inline;
    }

        .news-card-item-5 .news-content h3 a:hover {
            color: #e40d14;
            background-size: 100% 2px;
            background-image: -webkit-gradient(linear, left top, left bottom, from(#e40d14), to(#e40d14));
            background-image: linear-gradient(180deg, #e40d14 0%, #e40d14 100%);
        }

.news-card-item-5 .news-content p {
    max-width: 377px;
    font-size: 16px;
}

.news-card-item-5 .news-content .link-btn {
    color: #e40d14;
    font-weight: 700;
    font-family: "Satoshi", sans-serif;
    display: inline-block;
    margin-top: 30px;
}

    .news-card-item-5 .news-content .link-btn i {
        margin-left: 10px;
        -webkit-transform: rotate(-45deg);
        transform: rotate(-45deg);
    }

.news-section-5 {
    position: relative;
}

    .news-section-5 .shape {
        position: absolute;
        right: 283px;
        top: 60px;
    }

@media (max-width: 1199px) {
    .news-section-5 .shape {
        display: none;
    }
}

.news-wrapper-4 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    gap: 30px;
}

@media (max-width: 1199px) {
    .news-wrapper-4 {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        gap: 0;
        width: 100% !important;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }
}

.news-wrapper-4 .news-image-items {
    margin-top: 30px;
}

    .news-wrapper-4 .news-image-items .news-thumb-4 {
        height: 416px;
        width: 328px;
        position: relative;
        -webkit-transition: all 0.4s ease-in-out;
        transition: all 0.4s ease-in-out;
        overflow: hidden;
    }

@media (max-width: 1199px) {
    .news-wrapper-4 .news-image-items .news-thumb-4 {
        width: initial !important;
    }
}

.news-wrapper-4 .news-image-items .news-thumb-4 img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    border-radius: 10px;
}

.news-wrapper-4 .news-image-items .content {
    margin-top: 20px;
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
    border-radius: 8px;
    position: relative;
    z-index: 99;
}

    .news-wrapper-4 .news-image-items .content span {
        font-size: 16px;
        font-weight: 400;
        color: #e40d14;
        margin-bottom: 5px;
        position: relative;
        padding-left: 35px;
        display: inline-block;
    }

        .news-wrapper-4 .news-image-items .content span::before {
            width: 24px;
            height: 1px;
            line-height: 4px;
            position: absolute;
            top: 15px;
            left: 0;
            content: "";
            background-color: #e40d14;
        }

    .news-wrapper-4 .news-image-items .content h4 {
        font-weight: 500;
        font-size: 18px;
    }

        .news-wrapper-4 .news-image-items .content h4 a {
            background-position: 0 95%;
            background-repeat: no-repeat;
            background-size: 0% 2px;
            display: inline;
        }

            .news-wrapper-4 .news-image-items .content h4 a:hover {
                color: #e40d14;
                background-size: 100% 2px;
                background-image: -webkit-gradient(linear, left top, left bottom, from(#e40d14), to(#e40d14));
                background-image: linear-gradient(180deg, #e40d14 0%, #e40d14 100%);
            }

    .news-wrapper-4 .news-image-items .content .link-btn {
        font-size: 16px;
        font-weight: 700;
        display: inline-block;
        color: var(--header);
        font-family: "Satoshi", sans-serif;
    }

        .news-wrapper-4 .news-image-items .content .link-btn i {
            -webkit-transform: rotate(-40deg);
            transform: rotate(-40deg);
            -webkit-transition: all 0.4s ease-in-out;
            transition: all 0.4s ease-in-out;
            margin-left: 10px;
        }

        .news-wrapper-4 .news-image-items .content .link-btn:hover {
            color: #e40d14;
        }

            .news-wrapper-4 .news-image-items .content .link-btn:hover i {
                -webkit-transform: rotate(0);
                transform: rotate(0);
            }

.news-wrapper-4 .news-image-items.active .news-thumb-4 {
    width: 685px !important;
}

@media (max-width: 1399px) {
    .news-wrapper-4 .news-image-items.active .news-thumb-4 {
        width: 400px !important;
    }
}

@media (max-width: 1199px) {
    .news-wrapper-4 .news-image-items.active .news-thumb-4 {
        width: initial !important;
    }
}

.news-wrapper-4 .news-image-items.active .content {
    max-width: initial;
    position: relative;
    z-index: 99;
}

    .news-wrapper-4 .news-image-items.active .content h4 {
        font-size: 20px;
    }

.news-section-4 {
    position: relative;
    z-index: 9;
}

    .news-section-4 .right-shape {
        position: absolute;
        top: 20%;
        right: 20px;
        z-index: -1;
    }

    .news-section-4 .left-shape {
        position: absolute;
        top: 20%;
        left: 5%;
    }

.blog-wrapper .single-blog-post {
    margin-bottom: 40px;
    position: relative;
}

    .blog-wrapper .single-blog-post .video__button {
        position: absolute;
        left: 50%;
        top: 50%;
        -webkit-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
        z-index: 2;
    }

        .blog-wrapper .single-blog-post .video__button .video__btn__wrp {
            margin-bottom: 0;
        }

    .blog-wrapper .single-blog-post.post-details.format-quote .post-content {
        position: relative;
        background: transparent;
        border: none;
    }

    .blog-wrapper .single-blog-post.post-details .post-content {
        border: none;
    }

        .blog-wrapper .single-blog-post.post-details .post-content img {
            margin-top: 20px;
            margin-bottom: 20px;
            width: 100%;
            height: 450px;
            border-radius: 6px;
            -o-object-fit: cover;
            object-fit: cover;
        }

        .blog-wrapper .single-blog-post.post-details .post-content .single-post-image {
            margin-top: 20px;
            margin-bottom: 20px;
            width: 100%;
            height: 450px;
            border-radius: 6px;
            -o-object-fit: cover;
            object-fit: cover;
        }

        .blog-wrapper .single-blog-post.post-details .post-content h1 {
            font-size: 36px;
            line-height: 1.4;
        }

        .blog-wrapper .single-blog-post.post-details .post-content h1, .blog-wrapper .single-blog-post.post-details .post-content h2, .blog-wrapper .single-blog-post.post-details .post-content h3, .blog-wrapper .single-blog-post.post-details .post-content h4, .blog-wrapper .single-blog-post.post-details .post-content h5, .blog-wrapper .single-blog-post.post-details .post-content h6 {
            margin-top: 10px;
            font-weight: 500;
        }

        .blog-wrapper .single-blog-post.post-details .post-content table {
            margin-top: 20px;
        }

@media (max-width: 767px) {
    .blog-wrapper .single-blog-post.post-details .post-content h1 {
        font-size: 28px;
    }

    .blog-wrapper .single-blog-post.post-details .post-content h3 {
        font-size: 20px;
    }
}

/*-----------------------[ 21.Blog Details CSS ]------------------------*/
.blog-wrapper .single-blog-post.post-details blockquote, .blog-wrapper .single-blog-post.post-details .wp-block-quote {
    background-color: #e40d14;
    color: var(--white);
    font-size: 26px;
    line-height: 1.4;
    font-family: "Helvetica Neue", sans-serif;
    font-weight: 400;
    padding: 60px;
    text-align: center;
    margin: 40px 0px;
    position: relative;
    z-index: 1;
    border-radius: 6px;
}

    .blog-wrapper .single-blog-post.post-details blockquote a, .blog-wrapper .single-blog-post.post-details .wp-block-quote a {
        color: var(--white);
    }

        .blog-wrapper .single-blog-post.post-details blockquote a:hover, .blog-wrapper .single-blog-post.post-details .wp-block-quote a:hover {
            color: var(--text);
        }

@media (max-width: 767px) {
    .blog-wrapper .single-blog-post.post-details blockquote, .blog-wrapper .single-blog-post.post-details .wp-block-quote {
        padding: 30px 15px;
        font-size: 18px;
        line-height: 1.5;
    }
}

.blog-wrapper .single-blog-post.post-details blockquote::before, .blog-wrapper .single-blog-post.post-details .wp-block-quote::before {
    right: 30px;
    font-size: 110px;
    line-height: 1;
    font-family: "Font Awesome 5 Pro";
    position: absolute;
    content: "\f10d";
    bottom: -20px;
    color: var(--white);
    z-index: -1;
    opacity: .1;
    font-weight: 900;
}

.blog-wrapper .single-blog-post.format-video .post-featured-thumb, .blog-wrapper .single-blog-post.category-video-post .post-featured-thumb {
    z-index: 1;
    position: relative;
}

    .blog-wrapper .single-blog-post.format-video .post-featured-thumb::before, .blog-wrapper .single-blog-post.category-video-post .post-featured-thumb::before {
        position: absolute;
        width: 100%;
        height: 100%;
        left: 0;
        top: 0;
        content: "";
        background-color: #282835;
        opacity: .3;
        z-index: -1;
    }

.blog-wrapper .single-blog-post.quote-post .post-content, .blog-wrapper .single-blog-post.format-quote .post-content {
    position: relative;
    background-color: #e40d14;
    border: none;
    padding-top: 0;
    border-radius: 6px;
}

    .blog-wrapper .single-blog-post.quote-post .post-content::before, .blog-wrapper .single-blog-post.format-quote .post-content::before {
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        width: 100%;
        height: 100%;
        content: "";
        background-image: url(../img/quotepost.png);
        background-repeat: no-repeat;
        background-size: cover;
    }

.blog-wrapper .single-blog-post.quote-post .quote-content, .blog-wrapper .single-blog-post.format-quote .quote-content {
    overflow: hidden;
    padding: 50px;
    position: relative;
    z-index: 88;
}

@media (max-width: 585px) {
    .blog-wrapper .single-blog-post.quote-post .quote-content, .blog-wrapper .single-blog-post.format-quote .quote-content {
        text-align: center;
        font-size: 24px;
        padding: 30px;
    }
}

.blog-wrapper .single-blog-post.quote-post .quote-content .icon, .blog-wrapper .single-blog-post.format-quote .quote-content .icon {
    font-size: 70px;
    line-height: 80px;
    float: left;
    overflow: hidden;
    margin-right: 30px;
}

@media (max-width: 585px) {
    .blog-wrapper .single-blog-post.quote-post .quote-content .icon, .blog-wrapper .single-blog-post.format-quote .quote-content .icon {
        float: none;
        margin-bottom: 10px;
        margin-right: 0;
        font-size: 50px;
        line-height: 60px;
    }
}

.blog-wrapper .single-blog-post.quote-post .quote-content .quote-text, .blog-wrapper .single-blog-post.format-quote .quote-content .quote-text {
    overflow: hidden;
}

.blog-wrapper .single-blog-post.quote-post .quote-content h2, .blog-wrapper .single-blog-post.format-quote .quote-content h2 {
    margin-top: -2px;
    font-size: 36px;
    color: var(--white);
    font-weight: 500;
}

@media (max-width: 767px) {
    .blog-wrapper .single-blog-post.quote-post .quote-content h2, .blog-wrapper .single-blog-post.format-quote .quote-content h2 {
        font-size: 28px;
    }
}

.blog-wrapper .single-blog-post.quote-post .quote-content .post-meta, .blog-wrapper .single-blog-post.format-quote .quote-content .post-meta {
    margin-top: 10px;
}

    .blog-wrapper .single-blog-post.quote-post .quote-content .post-meta span, .blog-wrapper .single-blog-post.quote-post .quote-content .post-meta i, .blog-wrapper .single-blog-post.format-quote .quote-content .post-meta span, .blog-wrapper .single-blog-post.format-quote .quote-content .post-meta i {
        color: var(--white);
    }

.blog-wrapper .single-blog-post:last-child {
    margin-bottom: 0;
}

.blog-wrapper .single-blog-post .post-featured-thumb {
    height: 462px;
    width: 100%;
    position: relative;
    margin-bottom: -2px;
    border-radius: 6px;
}

    .blog-wrapper .single-blog-post .post-featured-thumb .post-date {
        position: absolute;
        top: 20px;
        left: 20px;
        padding: 15px 30px;
        background-color: #e40d14;
        text-align: center;
    }

        .blog-wrapper .single-blog-post .post-featured-thumb .post-date h4 {
            color: var(--white);
        }

            .blog-wrapper .single-blog-post .post-featured-thumb .post-date h4 span {
                color: var(--white);
                text-transform: uppercase;
                font-size: 15px;
            }

@media (max-width: 991px) {
    .blog-wrapper .single-blog-post .post-featured-thumb {
        height: 280px;
    }
}

@media (max-width: 767px) {
    .blog-wrapper .single-blog-post .post-featured-thumb {
        height: 230px;
    }
}

.blog-wrapper .single-blog-post .post-featured-thumb .video-play-btn {
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    z-index: 2;
}

    .blog-wrapper .single-blog-post .post-featured-thumb .video-play-btn .play-video {
        border-radius: 50%;
        width: 80px;
        height: 80px;
        line-height: 80px;
        font-size: 18px;
    }

.blog-wrapper .single-blog-post .post-content {
    padding-top: 30px;
    overflow: hidden;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

@media (max-width: 575px) {
    .blog-wrapper .single-blog-post .post-content {
        padding-top: 20px;
    }
}

.blog-wrapper .single-blog-post .post-content h2 {
    line-height: 1.4;
    font-size: 36px;
    font-weight: 500;
    text-transform: capitalize;
}

@media (max-width: 575px) {
    .blog-wrapper .single-blog-post .post-content h2 {
        font-size: 28px;
    }
}

.blog-wrapper .single-blog-post .post-content h2 a:hover {
    color: #e40d14;
}

.blog-wrapper .single-blog-post .post-content p {
    font-size: 16px;
}

@media (max-width: 767px) {
    .blog-wrapper .single-blog-post .post-content {
        padding: 30px 10px;
    }
}

@media (max-width: 414px) {
    .blog-wrapper .single-blog-post .post-content h2 {
        font-size: 22px;
    }
}

.blog-wrapper .single-blog-post .post-content .post-cat a {
    color: var(--white);
    display: inline-block;
    background-color: #e40d14;
    padding: 14px 18px 12px;
    line-height: 1;
    font-size: 16px;
    font-weight: 700;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    margin-bottom: 20px;
    text-transform: capitalize;
    font-family: 'League Spartan', sans-serif;
}

@media (max-width: 767px) {
    .blog-wrapper .single-blog-post .post-content .post-cat a {
        font-size: 12px;
    }
}

.blog-wrapper .single-blog-post .post-content .post-cat a:hover {
    background-color: var(--header);
}

.blog-wrapper .single-blog-post .post-content ul {
    margin-bottom: 0;
    list-style-type: disc;
    margin-top: 30px;
}

    .blog-wrapper .single-blog-post .post-content ul ol {
        margin-bottom: 0;
    }

    .blog-wrapper .single-blog-post .post-content ul ul {
        margin-bottom: 0;
    }

    .blog-wrapper .single-blog-post .post-content ul li {
        line-height: 1.5;
        margin-top: 10px;
        list-style-type: disc;
        color: var(--text);
        position: relative;
        font-size: 18px;
        padding-left: 30px;
    }

        .blog-wrapper .single-blog-post .post-content ul li::before {
            position: absolute;
            left: 0;
            top: 0;
            font-family: "Font Awesome 5 Pro";
            content: "\f00c";
            color: #e40d14;
        }

.blog-wrapper .single-blog-post .post-content ol {
    margin-bottom: 0;
    list-style-type: decimal;
}

    .blog-wrapper .single-blog-post .post-content ol ul {
        margin-bottom: 0;
    }

    .blog-wrapper .single-blog-post .post-content ol ol {
        margin-bottom: 0;
    }

    .blog-wrapper .single-blog-post .post-content ol li {
        line-height: 1.5;
        margin-top: 10px;
        list-style-type: decimal;
    }

.blog-wrapper .single-blog-post .post-content .post-meta {
    margin-bottom: 10px;
}

    .blog-wrapper .single-blog-post .post-content .post-meta span {
        color: var(--text);
        font-weight: 400;
        font-size: 16px;
        line-height: 1;
        display: inline-block;
        margin-right: 20px;
    }

@media (max-width: 767px) {
    .blog-wrapper .single-blog-post .post-content .post-meta span {
        font-size: 15px;
    }
}

.blog-wrapper .single-blog-post .post-content .post-meta span i {
    margin-right: 5px;
    color: #e40d14;
    font-weight: 700;
}

.blog-wrapper .single-blog-post .post-content h3 {
    font-size: 36px;
    font-weight: 500;
}

@media (max-width: 575px) {
    .blog-wrapper .single-blog-post .post-content h3 {
        font-size: 27px;
    }
}

.blog-wrapper .single-blog-post .post-content h3 a {
    background-position: 0 95%;
    background-repeat: no-repeat;
    background-size: 0% 2px;
    display: inline;
}

    .blog-wrapper .single-blog-post .post-content h3 a:hover {
        color: #e40d14;
        background-size: 100% 2px;
        background-image: -webkit-gradient(linear, left top, left bottom, from(#e40d14), to(#e40d14));
        background-image: linear-gradient(180deg, #e40d14 0%, #e40d14 100%);
    }

.blog-wrapper .single-blog-post .post-content .author-info {
    overflow: hidden;
}

    .blog-wrapper .single-blog-post .post-content .author-info .author-img {
        height: 40px;
        width: 40px;
        line-height: 40px;
        border-radius: 50%;
        background-color: #f2f2f2;
        margin-right: 15px;
        float: left;
        overflow: hidden;
        background-position: center;
        background-size: cover;
    }

@media (max-width: 767px) {
    .blog-wrapper .single-blog-post .post-content .author-info .author-img {
        margin-right: 5px;
    }
}

.blog-wrapper .single-blog-post .post-content .author-info h5 {
    display: inline-block;
    line-height: 1;
    font-size: 16px;
    margin-top: 9px;
}

    .blog-wrapper .single-blog-post .post-content .author-info h5 a:hover {
        color: #e40d14;
    }

@media (max-width: 767px) {
    .blog-wrapper .single-blog-post .post-content .author-info h5 {
        font-size: 14px;
    }
}

.blog-wrapper .single-blog-post .post-content .post-link a {
    font-weight: 700;
}

    .blog-wrapper .single-blog-post .post-content .post-link a:hover {
        color: #e40d14;
    }

@media (max-width: 767px) {
    .blog-wrapper .single-blog-post .post-content .post-link a {
        font-size: 14px;
    }
}

.blog-wrapper .single-blog-post .post-content .post-link a i {
    margin-right: 5px;
}

@media (max-width: 767px) {
    .blog-wrapper .single-blog-post .post-content .post-link a i {
        margin-right: 3px;
    }
}

@media (min-width: 991px) {
    .news-area .main-sidebar {
        margin-left: 20px;
    }
}

@media (max-width: 991px) {
    .news-area .main-sidebar {
        margin-top: 40px;
    }
}

.news-area .main-sidebar .single-sidebar-widget {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 30px;
    margin-bottom: 40px;
    background-color: transparent;
    border: 1px solid rgba(0, 0, 0, 0.15);
    border-radius: 4px;
}

    .news-area .main-sidebar .single-sidebar-widget ul {
        padding-left: 0;
    }

        .news-area .main-sidebar .single-sidebar-widget ul > li {
            margin-bottom: 10px;
        }

            .news-area .main-sidebar .single-sidebar-widget ul > li a {
                font-size: 16px;
                font-weight: 500;
                text-transform: capitalize;
            }

                .news-area .main-sidebar .single-sidebar-widget ul > li a:hover {
                    color: #e40d14;
                }

        .news-area .main-sidebar .single-sidebar-widget ul ul {
            padding-left: 20px;
        }

            .news-area .main-sidebar .single-sidebar-widget ul ul li {
                margin-top: 5px;
            }

    .news-area .main-sidebar .single-sidebar-widget:last-child {
        margin-bottom: 0;
    }

    .news-area .main-sidebar .single-sidebar-widget .wid-title {
        margin-bottom: 25px;
        padding-left: 45px;
        position: relative;
    }

        .news-area .main-sidebar .single-sidebar-widget .wid-title::before {
            left: 0;
            top: 50%;
            -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
            content: "";
            height: 4px;
            width: 18px;
            border-radius: 5px;
            position: absolute;
            background-color: #e40d14;
        }

        .news-area .main-sidebar .single-sidebar-widget .wid-title::after {
            left: 22px;
            top: 50%;
            -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
            content: "";
            height: 4px;
            width: 4px;
            border-radius: 50%;
            position: absolute;
            background-color: #e40d14;
        }

        .news-area .main-sidebar .single-sidebar-widget .wid-title h3 {
            font-size: 20px;
            font-weight: 400;
        }

    .news-area .main-sidebar .single-sidebar-widget .social-link a {
        display: inline-block;
        width: 40px;
        height: 40px;
        line-height: 40px;
        text-align: center;
        border-radius: 50%;
        background-color: var(--white);
        font-size: 14px;
        margin-right: 5px;
        margin-bottom: 5px;
    }

        .news-area .main-sidebar .single-sidebar-widget .social-link a:hover {
            background-color: #e40d14;
            color: var(--white);
        }

.search_widget form {
    width: 100%;
    position: relative;
}

    .search_widget form input {
        background-color: var(--white);
        font-size: 15px;
        padding: 20px;
        width: 100%;
        border: none;
        text-transform: capitalize;
        color: var(--header);
        border: 1px solid rgba(0, 0, 0, 0.15);
        border-radius: 4px;
    }

    .search_widget form button {
        position: absolute;
        right: 0;
        top: 0;
        width: 70px;
        font-size: 18px;
        height: 100%;
        background-color: #e40d14;
        color: var(--white);
        text-align: center;
        -webkit-transition: all .3s ease-in-out;
        transition: all .3s ease-in-out;
    }

        .search_widget form button:hover {
            background-color: var(--header);
        }

.popular-posts .single-post-item, .popular_posts .single-post-item {
    overflow: hidden;
}

    .popular-posts .single-post-item:not(:last-child), .popular_posts .single-post-item:not(:last-child) {
        margin-bottom: 35px;
    }

    .popular-posts .single-post-item .thumb, .popular_posts .single-post-item .thumb {
        height: 95px;
        width: 95px;
        background-color: #f2f2f2;
        float: left;
        overflow: hidden;
        margin-right: 20px;
        border-radius: 4px;
    }

    .popular-posts .single-post-item .post-content, .popular_posts .single-post-item .post-content {
        overflow: hidden;
    }

        .popular-posts .single-post-item .post-content h5, .popular_posts .single-post-item .post-content h5 {
            font-size: 18px;
            font-weight: 500;
            margin-bottom: 0;
            text-transform: capitalize;
        }

            .popular-posts .single-post-item .post-content h5 a:hover, .popular_posts .single-post-item .post-content h5 a:hover {
                color: #e40d14;
            }

        .popular-posts .single-post-item .post-content .post-date, .popular_posts .single-post-item .post-content .post-date {
            margin-top: 10px;
            color: #e40d14;
            font-weight: 400;
            font-size: 15px;
            text-transform: capitalize;
        }

            .popular-posts .single-post-item .post-content .post-date i, .popular_posts .single-post-item .post-content .post-date i {
                margin-right: 7px;
            }

    .popular-posts .single-post-item.style-2 .thumb, .popular_posts .single-post-item.style-2 .thumb {
        border-radius: 8px;
        border: 1px solid rgba(60, 60, 60, 0.17);
        background: var(--white);
    }

    .popular-posts .single-post-item.style-2 .post-content, .popular_posts .single-post-item.style-2 .post-content {
        overflow: hidden;
    }

        .popular-posts .single-post-item.style-2 .post-content .star, .popular_posts .single-post-item.style-2 .post-content .star {
            color: #fbbc05;
            font-size: 14px;
        }

        .popular-posts .single-post-item.style-2 .post-content h4, .popular_posts .single-post-item.style-2 .post-content h4 {
            font-size: 20px;
            font-weight: 500;
            margin-bottom: 0;
            text-transform: capitalize;
            margin-top: 5px;
        }

            .popular-posts .single-post-item.style-2 .post-content h4 a:hover, .popular_posts .single-post-item.style-2 .post-content h4 a:hover {
                color: #e40d14;
            }

        .popular-posts .single-post-item.style-2 .post-content p, .popular_posts .single-post-item.style-2 .post-content p {
            font-size: 16px;
            font-weight: 500;
            color: #e40d14;
            margin-top: 5px;
        }

.widget_categories ul li {
    display: block;
}

    .widget_categories ul li:last-child a {
        margin-bottom: 0;
    }

    .widget_categories ul li a {
        position: relative;
        background: var(--white);
        padding: 17px 20px;
        line-height: 1;
        font-size: 16px;
        font-family: "Helvetica Neue", sans-serif;
        display: block;
        margin-bottom: 12px;
        font-weight: 600;
        -webkit-transition: all 0.4s ease-in-out;
        transition: all 0.4s ease-in-out;
        border: 1px solid rgba(0, 0, 0, 0.15);
        border-radius: 4px;
    }

        .widget_categories ul li a:hover {
            color: #e40d14;
        }

        .widget_categories ul li a i {
            margin-right: 10px;
        }

        .widget_categories ul li a span {
            position: absolute;
            width: 60px;
            line-height: 55px;
            height: 100%;
            content: "";
            background-color: #e40d14;
            right: 0;
            top: 0;
            text-align: center;
            color: var(--white);
        }

.tagcloud a {
    display: inline-block;
    padding: 12px 22px;
    line-height: 1;
    font-weight: 600;
    font-size: 14px;
    border: 1px solid rgba(0, 0, 0, 0.15);
    margin-right: 8px;
    text-transform: capitalize;
    margin-bottom: 10px;
    border-radius: 4px;
}

    .tagcloud a:last-child {
        margin-right: 0;
    }

    .tagcloud a:hover {
        background-color: #e40d14;
        color: var(--white);
    }

.widget_categories ul li {
    display: block;
    margin-bottom: 10px;
}

p.sticky-label {
    position: absolute;
    right: 0;
    background: #e40d14;
    color: var(--white);
    padding: 10px 40px;
    z-index: -1;
    top: 0;
    font-weight: 700;
}

.page-nav-wrap {
    margin-top: 50px;
}

    .page-nav-wrap ul li {
        display: inline-block;
    }

        .page-nav-wrap ul li .page-numbers {
            display: inline-block;
            width: 60px;
            height: 60px;
            line-height: 60px;
            border-radius: 50%;
            background: #f6f6f6;
            font-weight: 700;
            -webkit-transition: all 0.3s ease-in-out;
            transition: all 0.3s ease-in-out;
            margin: 0 2px;
        }

            .page-nav-wrap ul li .page-numbers.current {
                background-color: #e40d14;
                color: var(--white);
            }

@media (max-width: 767px) {
    .page-nav-wrap ul li .page-numbers {
        margin-top: 10px;
        width: 50px;
        height: 50px;
        line-height: 50px;
        font-size: 14px;
    }
}

.page-nav-wrap ul li .page-numbers i {
    margin-top: 2px;
}

.page-nav-wrap ul li .page-numbers:hover {
    background-color: #e40d14;
    color: var(--white);
}

.social-share a {
    margin-left: 10px;
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}

    .social-share a:hover {
        color: #e40d14;
    }

.tag-share-wrap {
    padding-bottom: 50px;
}

    .tag-share-wrap h4 {
        margin-bottom: 25px;
        font-weight: 500;
    }

@media (max-width: 767px) {
    .tag-share-wrap h4 {
        margin-bottom: 10px;
        font-size: 18px;
    }
}

@media (max-width: 767px) {
    .tag-share-wrap .tagcloud {
        margin-bottom: 20px;
    }
}

.comments-section-wrap {
    overflow: hidden;
}

.comments-heading h3, .related-post-wrap h3, .comment-form-wrap h3 {
    font-size: 26px;
}

@media (max-width: 767px) {
    .comments-heading h3, .related-post-wrap h3, .comment-form-wrap h3 {
        font-size: 20px;
    }
}

.comments-item-list .single-comment-item {
    margin-top: 30px;
}

    .comments-item-list .single-comment-item ul {
        margin-bottom: 15px;
    }

    .comments-item-list .single-comment-item p, .comments-item-list .single-comment-item span {
        font-size: 16px;
    }

    .comments-item-list .single-comment-item .author-img {
        width: 100px;
        height: 100px;
        border-radius: 50%;
        float: left;
        overflow: hidden;
        margin-right: 30px;
    }

@media (max-width: 991px) {
    .comments-item-list .single-comment-item .author-img {
        width: 80px;
        height: 80px;
        margin-right: 20px;
    }
}

@media (max-width: 767px) {
    .comments-item-list .single-comment-item .author-img {
        width: 70px;
        height: 70px;
        margin-right: 15px;
    }
}

@media (max-width: 585px) {
    .comments-item-list .single-comment-item .author-img {
        float: none;
        margin-bottom: 20px;
    }
}

.comments-item-list .single-comment-item .author-info-comment {
    overflow: auto;
    padding-bottom: 25px;
    border-bottom: 1px solid #e2e2e2;
}

    .comments-item-list .single-comment-item .author-info-comment .info {
        position: relative;
    }

        .comments-item-list .single-comment-item .author-info-comment .info .theme-btn {
            padding: 10px 18px;
            font-size: 14px;
            position: absolute;
            top: 50%;
            right: 0;
            -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
            color: var(--text);
            border: 1px solid #ebebeb;
            background: transparent;
            border-radius: 0;
            -webkit-transition: all 0.4s ease-in-out;
            transition: all 0.4s ease-in-out;
            -webkit-box-shadow: inherit;
            box-shadow: inherit;
        }

@media (max-width: 767px) {
    .comments-item-list .single-comment-item .author-info-comment .info .theme-btn {
        font-size: 12px;
    }
}

.comments-item-list .single-comment-item .author-info-comment .info .theme-btn i {
    margin-right: 10px;
    margin-left: 0px !important;
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
    width: initial;
    height: initial;
    line-height: initial;
    background-color: transparent;
    color: #e40d14;
    -webkit-transform: translate(0);
    transform: translate(0);
}

.comments-item-list .single-comment-item .author-info-comment .info .theme-btn.minimal-btn::before, .comments-item-list .single-comment-item .author-info-comment .info .theme-btn.minimal-btn::after {
    background-color: initial;
}

.comments-item-list .single-comment-item .author-info-comment .info .theme-btn:hover {
    background-color: #e40d14;
    color: var(--white);
}

    .comments-item-list .single-comment-item .author-info-comment .info .theme-btn:hover a {
        color: var(--white) !important;
    }

    .comments-item-list .single-comment-item .author-info-comment .info .theme-btn:hover i {
        -webkit-transform: translate(0);
        transform: translate(0);
        width: initial;
        height: initial;
        line-height: initial;
        color: #fff;
    }

.comments-item-list .single-comment-item .author-info-comment .info h5 {
    margin-bottom: 5px;
    font-weight: 500;
}

@media (max-width: 767px) {
    .comments-item-list .single-comment-item .author-info-comment .info h5 {
        font-size: 16px;
    }
}

.comments-item-list .single-comment-item .author-info-comment span {
    color: #e40d14;
    font-weight: 500;
}

.comments-item-list .single-comment-item .author-info-comment .theme-btn {
    padding: 7px 18px;
    font-size: 14px;
    position: absolute;
    top: 50%;
    right: 0;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

@media (max-width: 767px) {
    .comments-item-list .single-comment-item .author-info-comment .theme-btn {
        font-size: 12px;
    }
}

.comments-item-list .single-comment-item .author-info-comment .theme-btn i {
    margin-right: 5px;
}

.comments-item-list .single-comment-item .author-info-comment .theme-btn:hover a {
    color: var(--white);
}

.comments-item-list .single-comment-item .author-info-comment .comment-text {
    margin-top: 15px;
}

.comment-form {
    background-color: var(--white);
    width: 100%;
    margin-top: 30px;
}

@media (max-width: 767px) {
    .comment-form {
        padding: 30px;
    }
}

@media (max-width: 585px) {
    .comment-form {
        padding: 30px 15px;
    }
}

.comment-form label {
    margin-bottom: 4px;
}

.comment-form input, .comment-form textarea {
    margin-bottom: 20px;
    outline: none;
    padding: 20px 30px;
    line-height: 1;
    font-size: 16px;
    width: 100%;
    border: none;
    font-weight: 400;
    text-transform: capitalize;
    color: var(--text);
    border: 1px solid rgba(0, 0, 0, 0.15);
    border-radius: 6px;
}

@media (max-width: 585px) {
    .comment-form input, .comment-form textarea {
        padding: 15px;
    }
}

.comment-form textarea {
    height: 200px;
    line-height: 1.3;
    border: 1px solid rgba(0, 0, 0, 0.15) !important;
    border-radius: 6px;
    border: none;
}

@media (max-width: 767px) {
    .comment-form textarea {
        height: 120px;
    }
}

.comment-form .theme-btn {
    display: inline-block;
    line-height: 1.2;
    padding: 22px 50px;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    margin-bottom: 0;
    margin-top: 20px;
}

@media (max-width: 767px) {
    .comment-form .theme-btn {
        padding: 20px 40px;
    }
}

@media (max-width: 585px) {
    .comment-form .theme-btn {
        padding: 15px 40px;
        font-size: 14px;
    }
}

.comment-form .theme-btn i {
    margin-right: 10px;
    width: initial;
    height: initial;
    line-height: initial;
    background-color: transparent;
    color: var(--white);
    margin-left: 0;
    margin-right: 10px;
    -webkit-transform: translate(0);
    transform: translate(0);
}

.comment-form .theme-btn:hover i {
    -webkit-transform: translate(0);
    transform: translate(0);
    color: var(--white);
}

.comment ul {
    list-style-type: disc;
}

    .comment ul ol {
        margin-bottom: 0;
    }

    .comment ul li {
        line-height: 1.5;
        margin-top: 10px;
        list-style-type: disc;
    }

.comment ol ul {
    margin-bottom: 0;
}

.comment ol ol {
    margin-bottom: 0;
}

.comment ol li {
    line-height: 1.5;
    margin-top: 10px;
}

.site_info_widget .single-contact-info {
    overflow: auto;
    margin-bottom: 20px;
}

    .site_info_widget .single-contact-info span {
        display: block;
        color: #e40d14;
    }

    .site_info_widget .single-contact-info .icon {
        width: 40px;
        height: 40px;
        line-height: 40px;
        color: var(--white);
        background-color: #e40d14;
        float: left;
        text-align: center;
        overflow: hidden;
        font-size: 16px;
        margin-right: 20px;
    }

    .site_info_widget .single-contact-info:nth-child(2n) .icon {
        background-color: #e40d14;
    }

    .site_info_widget .single-contact-info:nth-child(3n) .icon {
        background-color: #e40d14;
    }

.site_info_widget .social-link {
    margin-top: 35px;
}

    .site_info_widget .social-link a {
        margin-right: 8px !important;
    }

.alignleft {
    float: left;
    margin-right: 1.5em;
    margin-bottom: 1.5em;
}


/*-----------------------[ 22. Appointment CSS ]------------------------*/
.appointment-wrapper .appointment-items {
    border-radius: 12px;
    background-color: #e40d14;
    padding: 55px;
}

@media (max-width: 1199px) {
    .appointment-wrapper .appointment-items {
        padding: 30px;
    }
}

.appointment-wrapper .appointment-items h3 {
    font-size: 28px;
    font-weight: 500;
    color: var(--white);
}

.appointment-wrapper .appointment-items .form-clt {
    position: relative;
    margin-top: 30px;
}

@media (max-width: 767px) {
    .appointment-wrapper .appointment-items .form-clt {
        margin-top: 10px;
    }
}

.appointment-wrapper .appointment-items .form-clt p {
    font-size: 15px;
    font-weight: 500;
    color: var(--white);
    margin-bottom: 10px;
}

.appointment-wrapper .appointment-items .form-clt input, .appointment-wrapper .appointment-items .form-clt textarea {
    width: 100%;
    background: var(--white);
    border-radius: 4px;
    border: 1px solid rgba(35, 31, 32, 0.11);
    padding: 12px 20px;
    font-weight: 500;
    font-size: 15px;
    text-transform: capitalize;
    color: var(--header);
}

@media (max-width: 767px) {
    .appointment-wrapper .appointment-items .form-clt input, .appointment-wrapper .appointment-items .form-clt textarea {
        padding: 6px 10px;
    }
}

.appointment-wrapper .appointment-items .form-clt input::-webkit-input-placeholder, .appointment-wrapper .appointment-items .form-clt textarea::-webkit-input-placeholder {
    color: rgba(100, 100, 100, 0.81);
}

.appointment-wrapper .appointment-items .form-clt input:-ms-input-placeholder, .appointment-wrapper .appointment-items .form-clt textarea:-ms-input-placeholder {
    color: rgba(100, 100, 100, 0.81);
}

.appointment-wrapper .appointment-items .form-clt input::-ms-input-placeholder, .appointment-wrapper .appointment-items .form-clt textarea::-ms-input-placeholder {
    color: rgba(100, 100, 100, 0.81);
}

.appointment-wrapper .appointment-items .form-clt input::placeholder, .appointment-wrapper .appointment-items .form-clt textarea::placeholder {
    color: rgba(100, 100, 100, 0.81);
}

.appointment-wrapper .appointment-items .form-clt .single-select {
    width: 100%;
    background: var(--white);
    border-radius: 4px;
    border: 1px solid rgba(35, 31, 32, 0.11);
    padding: 17px 20px;
    font-weight: 500;
    font-size: 15px;
    text-transform: capitalize;
    color: rgba(100, 100, 100, 0.81);
    line-height: initial;
    height: initial;
}

    .appointment-wrapper .appointment-items .form-clt .single-select .list {
        width: 100%;
    }

.appointment-wrapper .appointment-items .form-clt .theme-btn {
    width: 100%;
    border-radius: 4px;
    border: 1.5px solid #FFF;
    padding: 19px 30px;
}

@media (max-width: 767px) {
    .appointment-wrapper .appointment-items .form-clt .theme-btn {
        padding: 15px 20px;
        margin-top: 20px;
    }
}

.appointment-wrapper .appointment-items .form-clt .theme-btn:hover {
    background-color: var(--white);
    color: var(--header);
}

.appointment-wrapper .appointment-image {
    height: 490px;
}

    .appointment-wrapper .appointment-image img {
        width: 100%;
        height: 100%;
        border-radius: 12px;
        -o-object-fit: cover;
        object-fit: cover;
    }

.appointment-section {
    position: relative;
    z-index: 9;
}

    .appointment-section::before {
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        width: 100%;
        height: 100%;
        content: "";
        z-index: -1;
        height: 50%;
        background: rgba(36, 144, 235, 0.05);
        top: 24px;
    }

    .appointment-section::after {
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        width: 100%;
        height: 100%;
        content: "";
        z-index: -1;
        height: initial;
        background: #051828;
        top: 50%;
    }

/*-----------------------[ 22.Contact CSS ]------------------------*/

.contact-us-item h3 {
    color: var(--white);
    font-size: 28px;
    font-weight: 500;
    margin-bottom: 20px;
}

.contact-us-item .form-clt span {
    color: var(--white);
    font-size: 15px;
    font-weight: 600;
    margin-bottom: 5px;
    display: inline-block;
}

.contact-us-item .form-clt input {
    outline: none;
    border: none;
    width: 100%;
    border-radius: 4px;
    border: 1px solid rgba(35, 31, 32, 0.11);
    background: var(--white);
    color: rgba(100, 100, 100, 0.81);
    font-size: 15px;
    font-weight: 500;
    line-height: 1;
    padding: 15px 20px;
    text-transform: capitalize;
}

    .contact-us-item .form-clt input::-webkit-input-placeholder {
        color: rgba(100, 100, 100, 0.81);
    }

    .contact-us-item .form-clt input:-ms-input-placeholder {
        color: rgba(100, 100, 100, 0.81);
    }

    .contact-us-item .form-clt input::-ms-input-placeholder {
        color: rgba(100, 100, 100, 0.81);
    }

    .contact-us-item .form-clt input::placeholder {
        color: rgba(100, 100, 100, 0.81);
    }

.contact-us-item .form-clt .form .single-select {
    border-radius: 0;
    border: none;
    padding: 15px 20px;
    height: initial;
    line-height: 1;
    border-radius: 4px;
    border: 1px solid rgba(35, 31, 32, 0.11);
    background: var(--white);
}

    .contact-us-item .form-clt .form .single-select .current {
        color: rgba(100, 100, 100, 0.81);
    }

    .contact-us-item .form-clt .form .single-select::after {
        right: 16px;
        width: 8px;
        height: 8px;
        border-bottom: 2px solid var(--text);
        border-right: 2px solid var(--text);
    }

    .contact-us-item .form-clt .form .single-select .list {
        width: 100%;
    }

.contact-us-item .theme-btn {
    width: 100%;
    padding: 19px 0;
    border-radius: 4px;
    background-color: #e40d14;
}

    .contact-us-item .theme-btn:hover {
        background-color: var(--header);
    }

.contact-section-3 {
    position: relative;
}

    .contact-section-3 .shape-1 {
        position: absolute;
        bottom: 40px;
        left: 30%;
    }

@media (max-width: 1199px) {
    .contact-section-3 .shape-1 {
        display: none;
    }
}

.contact-section-3 .shape-2 {
    position: absolute;
    right: 91px;
    top: 112px;
}

@media (max-width: 1199px) {
    .contact-section-3 .shape-2 {
        display: none;
    }
}

.contact-appointment-wrapper-5 .contact-appointment-left-item .contact-appointment-image img {
    width: 100%;
    height: 100%;
    border-radius: 12px;
}

.contact-appointment-wrapper-5 .contact-appointment-left-item .contact-appointment-list {
    margin-top: 45px;
}

    .contact-appointment-wrapper-5 .contact-appointment-left-item .contact-appointment-list h5 {
        font-weight: 500;
        margin-bottom: 15px;
    }

    .contact-appointment-wrapper-5 .contact-appointment-left-item .contact-appointment-list .contact-list {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
        gap: 90px;
    }

@media (max-width: 1199px) {
    .contact-appointment-wrapper-5 .contact-appointment-left-item .contact-appointment-list .contact-list {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        gap: 30px;
    }
}

.contact-appointment-wrapper-5 .contact-appointment-left-item .contact-appointment-list .contact-list .list li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 54px;
}

@media (max-width: 1199px) {
    .contact-appointment-wrapper-5 .contact-appointment-left-item .contact-appointment-list .contact-list .list li {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        gap: 30px;
    }
}

.contact-appointment-wrapper-5 .contact-appointment-left-item .contact-appointment-list .contact-list .list li:not(:last-child) {
    margin-bottom: 10px;
}

.contact-appointment-wrapper-5 .contact-appointment-left-item .contact-appointment-list .contact-list .caller-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 10px;
}

    .contact-appointment-wrapper-5 .contact-appointment-left-item .contact-appointment-list .contact-list .caller-item .content p {
        font-size: 18px;
        font-weight: 500;
    }

        .contact-appointment-wrapper-5 .contact-appointment-left-item .contact-appointment-list .contact-list .caller-item .content p a {
            color: var(--header);
        }

.contact-appointment-wrapper-5 .contact-appointment-box {
    border-radius: 12px;
    background-color: #e40d14;
    padding: 35px;
    margin-left: 30px;
}

@media (max-width: 1199px) {
    .contact-appointment-wrapper-5 .contact-appointment-box {
        margin-left: 0;
        padding: 30px;
    }
}

.contact-appointment-wrapper-5 .contact-appointment-box h3 {
    color: var(--white);
    font-size: 28px;
    font-weight: 500;
    margin-bottom: 20px;
}

.contact-appointment-wrapper-5 .contact-appointment-box .form-clt span {
    color: var(--white);
    font-size: 15px;
    font-weight: 600;
    margin-bottom: 5px;
    display: inline-block;
}

.contact-appointment-wrapper-5 .contact-appointment-box .form-clt input, .contact-appointment-wrapper-5 .contact-appointment-box .form-clt textarea {
    outline: none;
    border: none;
    width: 100%;
    border-radius: 4px;
    border: 1px solid rgba(35, 31, 32, 0.11);
    background: var(--white);
    color: rgba(100, 100, 100, 0.81);
    font-size: 15px;
    font-weight: 500;
    line-height: 1;
    padding: 15px 20px;
}

    .contact-appointment-wrapper-5 .contact-appointment-box .form-clt input::-webkit-input-placeholder, .contact-appointment-wrapper-5 .contact-appointment-box .form-clt textarea::-webkit-input-placeholder {
        color: rgba(100, 100, 100, 0.81);
    }

    .contact-appointment-wrapper-5 .contact-appointment-box .form-clt input:-ms-input-placeholder, .contact-appointment-wrapper-5 .contact-appointment-box .form-clt textarea:-ms-input-placeholder {
        color: rgba(100, 100, 100, 0.81);
    }

    .contact-appointment-wrapper-5 .contact-appointment-box .form-clt input::-ms-input-placeholder, .contact-appointment-wrapper-5 .contact-appointment-box .form-clt textarea::-ms-input-placeholder {
        color: rgba(100, 100, 100, 0.81);
    }

    .contact-appointment-wrapper-5 .contact-appointment-box .form-clt input::placeholder, .contact-appointment-wrapper-5 .contact-appointment-box .form-clt textarea::placeholder {
        color: rgba(100, 100, 100, 0.81);
    }

.contact-appointment-wrapper-5 .contact-appointment-box .form-clt textarea {
    padding-bottom: 130px;
    resize: none;
}

@media (max-width: 575px) {
    .contact-appointment-wrapper-5 .contact-appointment-box .form-clt textarea {
        padding-bottom: 100px;
    }
}

.contact-appointment-wrapper-5 .contact-appointment-box .form-clt .form .single-select {
    border-radius: 0;
    border: none;
    padding: 15px 20px;
    height: initial;
    line-height: 1;
    border-radius: 4px;
    border: 1px solid rgba(35, 31, 32, 0.11);
    background: var(--white);
}

    .contact-appointment-wrapper-5 .contact-appointment-box .form-clt .form .single-select .current {
        color: rgba(100, 100, 100, 0.81);
        font-size: 15px;
        font-weight: 500;
    }

    .contact-appointment-wrapper-5 .contact-appointment-box .form-clt .form .single-select::after {
        right: 22px;
        width: 8px;
        height: 8px;
        border-bottom: 2px solid var(--header);
        border-right: 2px solid var(--header);
    }

    .contact-appointment-wrapper-5 .contact-appointment-box .form-clt .form .single-select .list {
        width: 100%;
    }

.contact-appointment-wrapper-5 .contact-appointment-box .theme-btn {
    background-color: var(--theme-color-2);
}

    .contact-appointment-wrapper-5 .contact-appointment-box .theme-btn:hover {
        background-color: var(--header);
    }

.cta-newsletter-wrapper-5 {
    padding: 70px 0;
}

    .cta-newsletter-wrapper-5 .cta-newsletter-content h3 {
        font-size: 32px;
        color: var(--white);
        margin-bottom: 30px;
    }

    .cta-newsletter-wrapper-5 .cta-newsletter-content form {
        max-width: 550px;
        width: 100%;
    }

    .cta-newsletter-wrapper-5 .cta-newsletter-content .form-clt {
        position: relative;
    }

        .cta-newsletter-wrapper-5 .cta-newsletter-content .form-clt input {
            width: 100%;
            outline: none;
            border: none;
            border-radius: 40px;
            background: #F7F9FB;
            -webkit-box-shadow: 0px 6px 17px 0px rgba(0, 0, 0, 0.05);
            box-shadow: 0px 6px 17px 0px rgba(0, 0, 0, 0.05);
            color: var(--text);
            line-height: 1;
            padding: 20px;
            max-width: 550px;
            font-size: 16px;
            font-weight: 500;
        }

            .cta-newsletter-wrapper-5 .cta-newsletter-content .form-clt input::-webkit-input-placeholder {
                color: var(--text);
            }

            .cta-newsletter-wrapper-5 .cta-newsletter-content .form-clt input:-ms-input-placeholder {
                color: var(--text);
            }

            .cta-newsletter-wrapper-5 .cta-newsletter-content .form-clt input::-ms-input-placeholder {
                color: var(--text);
            }

            .cta-newsletter-wrapper-5 .cta-newsletter-content .form-clt input::placeholder {
                color: var(--text);
            }

        .cta-newsletter-wrapper-5 .cta-newsletter-content .form-clt .icon {
            position: absolute;
            top: 10px;
            right: 10px;
            bottom: 0;
            width: 44px;
            height: 44px;
            line-height: 44px;
            text-align: center;
            background: var(--theme-color-2);
            border-radius: 100px;
            color: var(--white);
            -webkit-transition: all 0.4s ease-in-out;
            transition: all 0.4s ease-in-out;
        }

            .cta-newsletter-wrapper-5 .cta-newsletter-content .form-clt .icon i {
                -webkit-transform: rotate(45deg);
                transform: rotate(45deg);
            }

            .cta-newsletter-wrapper-5 .cta-newsletter-content .form-clt .icon:hover {
                background-color: var(--header);
            }

    .cta-newsletter-wrapper-5 .cta-newsletter-content p {
        color: rgba(255, 255, 255, 0.8);
        font-weight: 500;
        font-size: 16px;
        margin-top: 10px;
    }

        .cta-newsletter-wrapper-5 .cta-newsletter-content p a {
            color: var(--white);
            -webkit-text-decoration-line: underline;
            text-decoration-line: underline;
        }

    .cta-newsletter-wrapper-5 .call-item {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        gap: 22px;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }

@media (max-width: 1199px) {
    .cta-newsletter-wrapper-5 .call-item {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
}

@media (max-width: 991px) {
    .cta-newsletter-wrapper-5 .call-item {
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: start;
    }
}

.cta-newsletter-wrapper-5 .call-item .content p {
    font-weight: 400;
    font-size: 16px;
    margin-bottom: 5px;
    color: var(--white);
}

.cta-newsletter-wrapper-5 .call-item .content h2 a {
    color: var(--white);
}

.cta-newsletter-section-5 {
    position: relative;
    z-index: 9;
}

    .cta-newsletter-section-5::before {
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        width: 100%;
        height: 100%;
        content: "";
        background: #1F1F1F;
        width: 50%;
        z-index: -1;
    }

    .cta-newsletter-section-5::after {
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        width: 100%;
        height: 100%;
        content: "";
        background: #e40d14;
        width: 50%;
        z-index: -1;
        left: initial;
    }

.contact-info-box-items {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 20px;
    border-radius: 12px;
    background: var(--white);
    -webkit-box-shadow: 14px 18px 84px 82px rgba(6, 3, 48, 0.03);
    box-shadow: 14px 18px 84px 82px rgba(6, 3, 48, 0.03);
    padding: 38px 32px;
}

    .contact-info-box-items .icon {
        width: 78px;
        height: 78px;
        line-height: 78px;
        border-radius: 50%;
        text-align: center;
        background-color: #e40d14;
        color: var(--white);
        font-size: 25px;
    }

    .contact-info-box-items .content h6 {
        font-size: 14px;
        color: var(--text);
        margin-bottom: 10px;
    }

.appointment-wrapper-2 {
    border-radius: 12px 0px 12px 12px;
    background: #FFF;
    -webkit-box-shadow: 14px 18px 84px 82px rgba(6, 3, 48, 0.04);
    box-shadow: 14px 18px 84px 82px rgba(6, 3, 48, 0.04);
    padding: 50px;
    margin-top: -140px;
    position: relative;
    z-index: 9;
}

    .appointment-wrapper-2 h3 {
        font-size: 28px;
        font-weight: 500;
        margin-bottom: 30px;
    }

    .appointment-wrapper-2 .form-clt {
        position: relative;
    }

        .appointment-wrapper-2 .form-clt p {
            font-size: 15px;
            font-weight: 500;
            color: #172965;
            margin-bottom: 10px;
        }

        .appointment-wrapper-2 .form-clt input {
            width: 100%;
            background: var(--white);
            border-radius: 4px;
            border: 1px solid rgba(35, 31, 32, 0.11);
            padding: 12px 20px;
            font-weight: 500;
            font-size: 15px;
            text-transform: capitalize;
            color: var(--header);
        }

            .appointment-wrapper-2 .form-clt input::-webkit-input-placeholder {
                color: rgba(100, 100, 100, 0.81);
            }

            .appointment-wrapper-2 .form-clt input:-ms-input-placeholder {
                color: rgba(100, 100, 100, 0.81);
            }

            .appointment-wrapper-2 .form-clt input::-ms-input-placeholder {
                color: rgba(100, 100, 100, 0.81);
            }

            .appointment-wrapper-2 .form-clt input::placeholder {
                color: rgba(100, 100, 100, 0.81);
            }

        .appointment-wrapper-2 .form-clt .single-select {
            width: 100%;
            background: var(--white);
            border-radius: 4px;
            border: 1px solid rgba(35, 31, 32, 0.11);
            padding: 17px 20px;
            font-weight: 500;
            font-size: 15px;
            text-transform: capitalize;
            color: rgba(100, 100, 100, 0.81);
            line-height: initial;
            height: initial;
        }

            .appointment-wrapper-2 .form-clt .single-select .list {
                width: 100%;
            }

        .appointment-wrapper-2 .form-clt .theme-btn {
            background-color: var(--theme-color-2);
            margin-top: 30px;
        }

            .appointment-wrapper-2 .form-clt .theme-btn i {
                color: var(--theme-color-2);
            }

            .appointment-wrapper-2 .form-clt .theme-btn:hover {
                background-color: var(--header);
            }

                .appointment-wrapper-2 .form-clt .theme-btn:hover i {
                    background-color: var(--theme-color-2);
                    color: var(--white);
                }

.map-items .googpemap iframe {
    width: 100%;
    height: 632px;
    border-radius: 10px;
}

@media (max-width: 575px) {
    .map-items .googpemap iframe {
        height: 400px;
    }
}

/*-----------------------[ 30.Footer CSS ]------------------------*/
.footer-widget-wrapper {
    padding: 30px 0 30px;
    position: relative;
}

    .footer-widget-wrapper .footer-shape {
        position: absolute;
        left: 5%;
        bottom: 0;
        z-index: -1;
    }

@media (max-width: 1199px) {
    .footer-widget-wrapper {
        padding: 70px 0 100px;
    }
}

@media (max-width: 991px) {
    .footer-widget-wrapper {
        padding: 50px 0 80px;
    }
}

.footer-widget-wrapper .single-footer-widget-area {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

@media (max-width: 1399px) {
    .footer-widget-wrapper .single-footer-widget-area {
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: start;
        gap: 100px;
    }
}

.footer-widget-wrapper .single-footer-widget {
    margin-top: 30px;
    padding-top: 50px;
}

@media (max-width: 1199px) {
    .footer-widget-wrapper .single-footer-widget {
        padding-top: 0;
    }
}

.footer-widget-wrapper .single-footer-widget.style-bg-white {
    position: relative;
    z-index: 99;
    padding: 45px 25px;
}

    .footer-widget-wrapper .single-footer-widget.style-bg-white ul {
        margin-top: 30px;
    }

        .footer-widget-wrapper .single-footer-widget.style-bg-white ul li {
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-align: center;
            -ms-flex-align: center;
            align-items: center;
            -webkit-box-pack: justify;
            -ms-flex-pack: justify;
            justify-content: space-between;
            font-size: 15px;
        }

            .footer-widget-wrapper .single-footer-widget.style-bg-white ul li:not(:last-child) {
                margin-bottom: 10px;
            }

    .footer-widget-wrapper .single-footer-widget.style-bg-white .icon {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        gap: 16px;
        margin-top: 30px;
    }

@media (max-width: 767px) {
    .footer-widget-wrapper .single-footer-widget.style-bg-white .icon {
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        vertical-align: middle;
        text-align: center;
        margin: 25px auto 0px;
        width: 250px;
    }
}

.footer-widget-wrapper .single-footer-widget.style-bg-white .icon p {
    font-size: 16px;
}

.footer-widget-wrapper .single-footer-widget.style-bg-white .icon h4 {
    font-weight: 500;
    font-size: 18px;
    font-family: "Satoshi", sans-serif;
    text-decoration: underline;
}

.footer-widget-wrapper .single-footer-widget.style-bg-white .icon .arrow-icon {
    width: 48px;
    height: 48px;
    line-height: 48px;
    text-align: center;
    border-radius: 50%;
    background-color: var(--white);
    display: inline-block;
    -webkit-box-shadow: 14px 18px 84px 82px rgba(6, 3, 48, 0.04);
    box-shadow: 14px 18px 84px 82px rgba(6, 3, 48, 0.04);
    color: #e40d14;
}

    .footer-widget-wrapper .single-footer-widget.style-bg-white .icon .arrow-icon:hover {
        background-color: #e40d14;
        color: var(--white);
    }

.footer-widget-wrapper .single-footer-widget.style-bg-white::before {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    content: "";
    background-color: var(--white);
    z-index: -1;
    border-radius: 12px;
}

.footer-widget-wrapper .single-footer-widget.style-bg-white .widget-head {
    padding-bottom: 0;
    margin-bottom: 15px;
}

@media (max-width: 767px) {
    .footer-widget-wrapper .single-footer-widget.style-bg-white .widget-head {
        text-align: center;
    }
}

.footer-widget-wrapper .single-footer-widget.style-bg-white .widget-head::before {
    display: none;
}

.footer-widget-wrapper .single-footer-widget .widget-head {
    margin-bottom: 20px;
    position: relative;
    padding-bottom: 15px;
}

    .footer-widget-wrapper .single-footer-widget .widget-head::before {
        position: absolute;
        bottom: 0;
        left: 0;
        content: "";
        background-color: #e40d14;
        height: 3px;
        width: 57px;
    }

    .footer-widget-wrapper .single-footer-widget .widget-head h3 {
        font-size: 20px;
        color: var(--white);
        font-weight: 500;
    }

.footer-widget-wrapper .single-footer-widget .list-area li {
    font-weight: 500;
    font-size: 16px;
}

    .footer-widget-wrapper .single-footer-widget .list-area li:not(:last-child) {
        margin-bottom: 5px;
    }

    .footer-widget-wrapper .single-footer-widget .list-area li a {
        color: var(--white);
        position: relative;
    }

        .footer-widget-wrapper .single-footer-widget .list-area li a:hover {
            color: #e40d14;
        }

            .footer-widget-wrapper .single-footer-widget .list-area li a:hover::before {
                background-color: #e40d14;
            }

.footer-widget-wrapper .single-footer-widget .recent-post li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 18px;
}

    .footer-widget-wrapper .single-footer-widget .recent-post li:not(:last-child) {
        margin-bottom: 14px;
    }

    .footer-widget-wrapper .single-footer-widget .recent-post li .thumb img {
        border-radius: 5px;
    }

    .footer-widget-wrapper .single-footer-widget .recent-post li .content {
        max-width: 155px;
        width: 100%;
    }

        .footer-widget-wrapper .single-footer-widget .recent-post li .content p {
            font-size: 14px;
            color: var(--theme-color-2);
            font-weight: 400;
        }

        .footer-widget-wrapper .single-footer-widget .recent-post li .content h4 {
            font-size: 15px;
            font-weight: 500;
        }

            .footer-widget-wrapper .single-footer-widget .recent-post li .content h4 a {
                color: var(--white);
            }

                .footer-widget-wrapper .single-footer-widget .recent-post li .content h4 a:hover {
                    color: #e40d14;
                }

.footer-widget-wrapper .single-footer-widget .footer-contect {
    margin-top: 30px;
}

    .footer-widget-wrapper .single-footer-widget .footer-contect li {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        gap: 15px;
        font-size: 16px;
    }

        .footer-widget-wrapper .single-footer-widget .footer-contect li i {
            font-size: 20px;
            color: #e40d14;
        }

        .footer-widget-wrapper .single-footer-widget .footer-contect li .content p {
            color: rgba(255, 255, 255, 0.8);
        }

            .footer-widget-wrapper .single-footer-widget .footer-contect li .content p a {
                color: rgba(255, 255, 255, 0.8);
            }

        .footer-widget-wrapper .single-footer-widget .footer-contect li:not(:last-child) {
            margin-bottom: 15px;
        }

.footer-widget-wrapper .single-footer-widget .footer-content .foot-title {
    font-size: 24px;
    color: var(--white);
    line-height: 162%;
    font-weight: 500;
}

@media (max-width: 767px) {
    .footer-widget-wrapper .single-footer-widget .footer-content .foot-title {
        font-size: 18px;
    }
}

@media (max-width: 767px) {
    .footer-widget-wrapper .single-footer-widget .footer-content > p {
        text-align: center !important;
    }
}

.footer-widget-wrapper .single-footer-widget .footer-content .social-icon {
    gap: 16px;
    margin-top: 30px;
}

    .footer-widget-wrapper .single-footer-widget .footer-content .social-icon a {
        background-color: rgba(255, 255, 255, 0.12);
        width: 40px;
        height: 40px;
        line-height: 40px;
        text-align: center;
        border-radius: 50%;
        color: var(--white);
        display: inline-block;
    }

        .footer-widget-wrapper .single-footer-widget .footer-content .social-icon a:hover {
            background-color: #e40d14;
        }

.footer-widget-wrapper .single-footer-widget .list-hour li {
    font-size: 16px;
    font-weight: 400;
    color: var(--white);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

    .footer-widget-wrapper .single-footer-widget .list-hour li:not(:last-child) {
        border-bottom: 1px solid rgba(255, 255, 255, 0.21);
        padding-bottom: 20px;
        margin-bottom: 20px;
    }

.footer-widget-wrapper.style-5 .single-footer-widget.style-bg-white {
    position: relative;
    z-index: 99;
    padding: 45px 25px;
}

    .footer-widget-wrapper.style-5 .single-footer-widget.style-bg-white ul {
        margin-top: 30px;
    }

        .footer-widget-wrapper.style-5 .single-footer-widget.style-bg-white ul li {
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-align: center;
            -ms-flex-align: center;
            align-items: center;
            -webkit-box-pack: justify;
            -ms-flex-pack: justify;
            justify-content: space-between;
            font-size: 15px;
        }

            .footer-widget-wrapper.style-5 .single-footer-widget.style-bg-white ul li:not(:last-child) {
                margin-bottom: 10px;
            }

    .footer-widget-wrapper.style-5 .single-footer-widget.style-bg-white .icon {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        gap: 16px;
        margin-top: 30px;
    }

        .footer-widget-wrapper.style-5 .single-footer-widget.style-bg-white .icon p {
            font-size: 16px;
        }

        .footer-widget-wrapper.style-5 .single-footer-widget.style-bg-white .icon h4 {
            font-weight: 500;
            font-size: 18px;
            font-family: "Satoshi", sans-serif;
            text-decoration: underline;
        }

        .footer-widget-wrapper.style-5 .single-footer-widget.style-bg-white .icon .arrow-icon {
            width: 48px;
            height: 48px;
            line-height: 48px;
            text-align: center;
            border-radius: 50%;
            background-color: var(--white);
            display: inline-block;
            -webkit-box-shadow: 14px 18px 84px 82px rgba(6, 3, 48, 0.04);
            box-shadow: 14px 18px 84px 82px rgba(6, 3, 48, 0.04);
            color: #e40d14;
        }

            .footer-widget-wrapper.style-5 .single-footer-widget.style-bg-white .icon .arrow-icon:hover {
                background-color: #e40d14;
                color: var(--white);
            }

    .footer-widget-wrapper.style-5 .single-footer-widget.style-bg-white::before {
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        width: 100%;
        height: 100%;
        content: "";
        background-color: var(--white);
        z-index: -1;
        border-radius: 12px;
    }

    .footer-widget-wrapper.style-5 .single-footer-widget.style-bg-white .widget-head {
        padding-bottom: 0;
        margin-bottom: 15px;
    }

        .footer-widget-wrapper.style-5 .single-footer-widget.style-bg-white .widget-head::before {
            display: none;
        }

.footer-widget-wrapper.style-5 .single-footer-widget.style-bg-5 {
    background-color: var(--theme-color-2);
    padding: 30px !important;
    border-radius: 6px;
}

    .footer-widget-wrapper.style-5 .single-footer-widget.style-bg-5 .widget-head h3 {
        color: var(--white);
    }

    .footer-widget-wrapper.style-5 .single-footer-widget.style-bg-5 .widget-head::before {
        background-color: var(--white);
    }

.footer-widget-wrapper.style-5 .single-footer-widget .widget-head h3 {
    color: var(--header);
}

.footer-widget-wrapper.style-5 .single-footer-widget .list-area li a {
    color: var(--text);
    position: relative;
}

    .footer-widget-wrapper.style-5 .single-footer-widget .list-area li a:hover {
        color: #e40d14;
    }

        .footer-widget-wrapper.style-5 .single-footer-widget .list-area li a:hover::before {
            background-color: #e40d14;
        }

.footer-widget-wrapper.style-5 .single-footer-widget .footer-content .social-icon {
    gap: 16px;
    margin-top: 30px;
}

    .footer-widget-wrapper.style-5 .single-footer-widget .footer-content .social-icon a {
        background-color: white;
        width: 40px;
        height: 40px;
        line-height: 40px;
        text-align: center;
        border-radius: 50%;
        color: var(--header);
        display: inline-block;
    }

        .footer-widget-wrapper.style-5 .single-footer-widget .footer-content .social-icon a:hover {
            background-color: #e40d14;
            color: var(--white);
        }

.footer-widget-wrapper.style-5 .single-footer-widget .footer-content p {
    color: var(--text);
}

.footer-widget-wrapper.style-5 .single-footer-widget .footer-contect2 li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 15px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

    .footer-widget-wrapper.style-5 .single-footer-widget .footer-contect2 li .icon {
        font-size: 20px;
        width: 100%;
        max-width: 54px;
        height: 54px;
        line-height: 54px;
        border-radius: 50%;
        background-color: #e40d14;
        color: var(--white);
        text-align: center;
    }

    .footer-widget-wrapper.style-5 .single-footer-widget .footer-contect2 li .content h5 {
        color: var(--header);
    }

    .footer-widget-wrapper.style-5 .single-footer-widget .footer-contect2 li .content p {
        color: var(--header);
        font-size: 20px;
        font-weight: 500;
    }

        .footer-widget-wrapper.style-5 .single-footer-widget .footer-contect2 li .content p a {
            color: var(--header);
        }

    .footer-widget-wrapper.style-5 .single-footer-widget .footer-contect2 li:not(:last-child) {
        margin-bottom: 15px;
    }

.footer-bottom {
    border-top: 1px solid rgba(255, 255, 255, 0.18);
    padding: 18px 0;
}

    .footer-bottom.style-5 {
        border-top: 1px solid rgba(212, 212, 212, 0.42);
    }

        .footer-bottom.style-5 p {
            color: var(--text) !important;
        }

    .footer-bottom .footer-bottom-wrapper {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }

@media (max-width: 767px) {
    .footer-bottom .footer-bottom-wrapper {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        gap: 25px;
    }
}

.footer-bottom .footer-bottom-wrapper p {
    color: var(--white);
    font-size: 16px;
}

.footer-bottom .footer-bottom-wrapper .social-icon {
    gap: 16px;
}

    .footer-bottom .footer-bottom-wrapper .social-icon a {
        background-color: rgba(255, 255, 255, 0.12);
        width: 40px;
        height: 40px;
        line-height: 40px;
        text-align: center;
        border-radius: 50%;
        color: var(--white);
        display: inline-block;
    }

        .footer-bottom .footer-bottom-wrapper .social-icon a:hover {
            background-color: #e40d14;
        }

.footer-section {
    position: relative;
    z-index: 9;
}

    .footer-section .left-shape {
        position: absolute;
        left: 140px;
        bottom: 140px;
        z-index: -1;
    }

    .footer-section .right-shape {
        position: absolute;
        right: 70px;
        bottom: 200px;
        z-index: -1;
    }

    .footer-section .top-shape {
        position: absolute;
        left: 45%;
        top: 5%;
        z-index: -1;
    }

.footer-card-box-item {
    border-radius: 12px;
    border: 1px solid rgba(255, 255, 255, 0.35);
    background: rgba(255, 255, 255, 0.09);
    padding: 35px 40px;
}

    .footer-card-box-item h4 {
        font-weight: 500;
        color: var(--white);
    }

    .footer-card-box-item p {
        font-size: 16px;
        font-weight: 500;
        color: var(--white);
        margin-top: 15px;
    }

    .footer-card-box-item .text-btn {
        font-size: 16px;
        font-weight: 700;
        display: inline-block;
        margin-top: 20px;
        text-decoration: underline;
        color: var(--theme-color-2);
    }

        .footer-card-box-item .text-btn:hover {
            color: #e40d14;
        }

    .footer-card-box-item.style-2 {
        background-color: var(--white);
    }

        .footer-card-box-item.style-2 h4 {
            color: #1C235B;
        }

        .footer-card-box-item.style-2 .logo-items {
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            gap: 20px;
            margin-top: 77px;
        }

@media (max-width: 1199px) {
    .footer-card-box-item.style-2 .logo-items {
        margin-top: 30px;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
}

.footer-card-box-item.style-2 .logo-items img {
    width: 100%;
    height: 100%;
}

.footer-section-4 {
    background: #1C235B;
    position: relative;
    z-index: 9;
}

    .footer-section-4 .footer-shape-1 {
        position: absolute;
        z-index: -1;
        top: 25%;
        left: 5%;
    }

    .footer-section-4 .footer-shape-2 {
        position: absolute;
        z-index: -1;
        top: 35%;
        right: 5%;
    }

    .footer-section-4 .footer-shape-3 {
        position: absolute;
        z-index: -1;
        left: 0%;
        bottom: 10%;
    }

.footer-section-5 {
    background: #EEF5F5;
    position: relative;
    z-index: 9;
}

    .footer-section-5 .footer-shape-1 {
        position: absolute;
        z-index: -1;
        top: 0%;
        right: 0%;
    }

    .footer-section-5 .footer-shape-2 {
        position: absolute;
        z-index: -1;
        top: 60%;
        left: 20%;
    }

    .footer-section-5 .footer-shape-3 {
        position: absolute;
        z-index: -1;
        bottom: 15%;
        right: 12%;
    }

.text-justify {
    text-align: justify;
}

.team-box-items-2 .team-content p {
    font-size: 14px;
}

.team-box-items-2 .team-content h3 {
    font-size: 20px;
}

.why-choose-us-wrapper-5 .why-choose-us-content .why-choose-us-item .why-choose-us-icon {
    background: white;
    padding: 10px;
    border-radius: 10px;
    margin-bottom: 10px;
}

    .why-choose-us-wrapper-5 .why-choose-us-content .why-choose-us-item .why-choose-us-icon img {
        width: 50px !important;
    }

.list-box ul li {
    position: relative;
    padding-left: 30px;
    text-align: justify;
}

  .list-box ul li::before {
        content: "\f00c";
        position: absolute;
        font-family: "Font Awesome 5 Pro";
        font-size: 15px;
        color: white;
        left: 0;
        top: 10px;
        bottom: 0;
        background: red;
        width: 10px;
        height: 10px;
        display: flex;
        align-items: center;
        justify-content: center;
        border-radius: 100%;
        padding:10px;
        
    }
