:root {
    --theme-color: #79b62a;
    --theme-color2: #c2df93;
    --theme-color3: #ecf8f8;
    --title-color: var(--dark-color);
    --body-color: var(--gray-color);
    --dark-color: #203e5f;
    --dark-color2: #053131;
    --dark-color3: #114f4f;
    --gray-color: #5a7779;
    --gray-color2: #90b4b6;
    --white-color: #ffffff;
    --light-color: #edfbfb;
    --light-color2: #f4f8ec;
    --orange-color: #ff9d10;
    --success-color: #28a745;
    --error-color: #ff0000;
    --bs-text-color1: #10171d;
    --bs-text-color2: rgba(255, 255, 255, 0.70);
    --bs-bg-color1: rgba(6, 50, 50, 0.4);
    --bs-bg-color2: rgba(0, 0, 0, 0.60);
    --bs-bg-color3: rgba(2, 27, 27, 0.7);
    --bs-bg-color4: rgba(236, 248, 248, 0.2);
    --bs-bg-color5: rgba(255, 255, 255, 0.30);
    --bs-bg-color6: rgba(255, 255, 255, 0.50);
    --bs-bg-color7: rgba(6, 50, 50, 0.10);
    --bs-bg-color8: rgba(6, 50, 50, 0.8);
    --bs-bg-color9: rgba(255, 255, 255, .3);
    --bs-bg-color10: rgba(255, 255, 255, 0.10);
    --bs-bg-color11: rgba(209, 219, 219, 0.3);
    --bs-bg-color12: rgba(255, 255, 255, 0.2);
    --bs-bg-color13: rgba(6, 50, 50, 0.70);
    --bs-border-color: rgba(255, 255, 255, 0.10);
    --bs-border-color2: rgba(255, 255, 255, 0.2);
    --bs-border-color3: rgba(0, 0, 0, .05);
    --bs-border-color4: rgba(212, 226, 226, 0.3);
    --bs-border-color5: rgba(0, 67, 70, 0.10);
    --bs-border-color6: rgba(6, 50, 50, 0.15);
    --bs-border-color7: rgba(6, 50, 50, 0.1);
    --bs-border-color8: #dce4d9;
    --bs-border-color9: rgba(255, 255, 255, 0.30);
    --bs-border-color10: rgba(6, 50, 50, 0.10);
    --bs-border-color11: rgba(255, 255, 255, 0.2);
    --bs-border-color12: rgba(6, 50, 50, 0.2);
    --bs-border-color13: rgba(255, 255, 255, 0.15);
    --title-font: "Inter", sans-serif;
    --body-font: "Inter", sans-serif;
    --icon-font: "Font Awesome 6 Pro";
    --main-container: 1320px;
    --container-gutters: 24px;
    --section-space: 80px;
    --section-space-mobile: 40px;
    --section-space-small-mobile: 40px;
    --section-title-space: 70px;
    --ripple-ani-duration: 5s
}

.p-top-left {
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1
}

.p-top-right {
    position: absolute;
    top: 0;
    right: 0;
    z-index: -1
}

.p-bottom-left {
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: -1
}

.p-bottom-right {
    position: absolute;
    bottom: 0;
    right: 0;
    z-index: -1
}

html,body {
    scroll-behavior: smooth !important
}

body {
    font-family: var(--body-font);
    font-size: 16px;
    font-weight: 400;
    color: var(--body-color);
    line-height: 26px;
    background: var(--dark-color);
    overflow-x: hidden;
    -webkit-font-smoothing: antialiased
}

body::-webkit-scrollbar {
    width: 8px;
    height: 8px
}

body::-webkit-scrollbar-thumb {
    background-color: var(--white-color);
    background-image: -webkit-linear-gradient(45deg, var(--theme-color) 25%, transparent 20%, transparent 50%, var(--theme-color) 50%, var(--theme-color) 75%, transparent 75%, transparent);
    border-radius: 3px
}

html.lenis,html.lenis body {
    height: auto
}

.lenis.lenis-smooth {
    scroll-behavior: auto !important
}

.lenis.lenis-smooth [data-lenis-prevent] {
    overscroll-behavior: contain
}

.lenis.lenis-stopped {
    overflow: hidden
}

section {
    position: relative;
    z-index: 1
}

section>.outer-box {
    margin: 0 60px;
    position: relative;
    z-index: 1;
    overflow: hidden
}

@media(max-width: 1399px) {
    section>.outer-box {
        margin:0 12px
    }
}

@media(max-width: 540px) {
    section>.outer-box {
        margin:0
    }
}

iframe {
    border: none;
    width: 100%
}

.slick-slide:focus,button:focus,a:focus,a:active,input,input:hover,input:focus,input:active,textarea,textarea:hover,textarea:focus,textarea:active {
    outline: none
}

input:focus {
    outline: none;
    box-shadow: none
}

img:not([draggable]),embed,object,video {
    max-width: 100%;
    height: auto
}

ul {
    list-style-type: none;
    margin-bottom: 0;
    padding: 0;
    list-style: none
}

ol {
    list-style-type: decimal
}

table {
    margin: 0 0 1.5em;
    width: 100%;
    border-collapse: collapse;
    border-spacing: 0;
    border: 1px solid var(--bs-border-color)
}

th {
    font-weight: 700;
    color: var(--title-color)
}

td,th {
    border: 1px solid var(--bs-border-color);
    padding: 9px 12px
}

a {
    color: var(--title-color);
    text-decoration: none;
    outline: 0
}

a:hover {
    color: var(--theme-color)
}

a:active,a:focus,a:hover,a:visited {
    text-decoration: none;
    outline: 0
}

a,button {
    outline: none;
    border: none;
    background: rgba(0,0,0,0);
    transition: all ease .4s
}

img {
    border: none;
    max-width: 100%
}

ins {
    text-decoration: none
}

pre {
    font-family: var(--body-font);
    background: #f5f5f5;
    color: #666;
    font-size: 14px;
    margin: 20px 0;
    overflow: auto;
    padding: 20px;
    white-space: pre-wrap;
    word-wrap: break-word
}

span.ajax-loader:empty,p:empty {
    display: none
}

p {
    font-family: var(--body-font);
    margin: 0 0 15px 0;
    color: var(--gray-color);
    line-height: 1.75
}

h1 a,h2 a,h3 a,h4 a,h5 a,h6 a,p a,span a {
    font-size: inherit;
    font-family: inherit;
    font-weight: inherit;
    line-height: inherit
}

.h1,h1,.h2,h2,.h3,h3,.h4,h4,.h5,h5,.h6,h6 {
    font-family: var(--title-font);
    color: var(--title-color);
    text-transform: none;
    font-weight: 600;
    line-height: 1.4;
    margin: 0 0 15px 0
}

.h1,h1 {
    font-size: 62px;
    line-height: 72px
}

.h2,h2 {
    font-size: 42px;
    line-height: 50px
}

.h3,h3 {
    font-size: 36px;
    line-height: 1.417
}

.h4,h4 {
    font-size: 24px;
    line-height: 1.417
}

.h5,h5 {
    font-size: 22px;
    line-height: 1.417;
    font-weight: 600
}

.h6,h6 {
    font-size: 18px;
    line-height: 1.5
}

@media(max-width: 1399px) {
    .h1,h1 {
        font-size:48px
    }
}

@media(max-width: 1199px) {
    .h1,h1 {
        font-size:44px;
        line-height: 1.3
    }

    .h2,h2 {
        font-size: 40px;
        line-height: 1.25
    }

    .h3,h3 {
        font-size: 30px
    }

    .h4,h4 {
        font-size: 24px
    }

    .h5,h5 {
        font-size: 20px
    }

    .h6,h6 {
        font-size: 16px
    }
}

@media(max-width: 767px) {
    .h1,h1 {
        font-size:40px
    }

    .h2,h2 {
        font-size: 34px;
        line-height: 1.3
    }

    .h3,h3 {
        font-size: 26px
    }

    .h4,h4 {
        font-size: 22px
    }

    .h5,h5 {
        font-size: 18px
    }

    .h6,h6 {
        font-size: 16px
    }
}

@media(max-width: 575px) {
    .h1,h1 {
        font-size:34px;
        line-height: 1.35
    }

    .h2,h2 {
        font-size: 30px
    }
}

@media(max-width: 375px) {
    .h1,h1 {
        font-size:32px
    }
}

.container {
    max-width: calc(var(--main-container) + var(--container-gutters))
}

@media(max-width: 1399px) {
    :root {
        --main-container: 1250px
    }
}

.container2 {
    max-width: 1330px;
    margin: auto
}

@media(min-width: 1400px) {
    .container,.container-lg,.container-md,.container-sm,.container-xl,.container-xxl {
        max-width:calc(var(--main-container) + var(--container-gutters))
    }

    .container2 {
        max-width: 1330px
    }
}

@media only screen and (min-width: 1300px) {
    .container2.px-0,.container-xxl.px-0,.container-xl.px-0,.container-lg.px-0,.container-md.px-0,.container-sm.px-0,.container.px-0 {
        max-width:var(--main-container)
    }

    .container2 {
        max-width: 1330px
    }
}

@media(max-width: 1399px) {
    .container2 {
        max-width:1140px
    }
}

@media(max-width: 1199px) {
    .container2 {
        max-width:960px
    }
}

@media(max-width: 991px) {
    .container2 {
        max-width:720px
    }
}

@media(max-width: 767px) {
    .container2 {
        max-width:540px
    }
}

@media only screen and (max-width: 1600px) {
    .container-fluid.px-0 {
        padding-left:15px !important;
        padding-right: 15px !important
    }

    .container-fluid.px-0 .row {
        margin-left: 0 !important;
        margin-right: 0 !important
    }
}

.gx-5 {
    --bs-gutter-x: 5px
}

.gy-5 {
    --bs-gutter-y: 5px
}

.gx-10 {
    --bs-gutter-x: 10px
}

.gy-10 {
    --bs-gutter-y: 10px
}

.gx-15 {
    --bs-gutter-x: 15px
}

.gy-15 {
    --bs-gutter-y: 15px
}

.gx-20 {
    --bs-gutter-x: 20px
}

.gy-20 {
    --bs-gutter-y: 20px
}

.gx-25 {
    --bs-gutter-x: 25px
}

.gy-25 {
    --bs-gutter-y: 25px
}

.gx-30 {
    --bs-gutter-x: 30px
}

.gy-30 {
    --bs-gutter-y: 30px
}

.gx-35 {
    --bs-gutter-x: 35px
}

.gy-35 {
    --bs-gutter-y: 35px
}

.gx-40 {
    --bs-gutter-x: 40px
}

.gy-40 {
    --bs-gutter-y: 40px
}

.gx-45 {
    --bs-gutter-x: 45px
}

.gy-45 {
    --bs-gutter-y: 45px
}

.gx-50 {
    --bs-gutter-x: 50px
}

.gy-50 {
    --bs-gutter-y: 50px
}

.gx-55 {
    --bs-gutter-x: 55px
}

.gy-55 {
    --bs-gutter-y: 55px
}

.gx-60 {
    --bs-gutter-x: 60px
}

.gy-60 {
    --bs-gutter-y: 60px
}

.gx-65 {
    --bs-gutter-x: 65px
}

.gy-65 {
    --bs-gutter-y: 65px
}

.gx-70 {
    --bs-gutter-x: 70px
}

.gy-70 {
    --bs-gutter-y: 70px
}

.gx-75 {
    --bs-gutter-x: 75px
}

.gy-75 {
    --bs-gutter-y: 75px
}

.gx-80 {
    --bs-gutter-x: 80px
}

.gy-80 {
    --bs-gutter-y: 80px
}

.gx-85 {
    --bs-gutter-x: 85px
}

.gy-85 {
    --bs-gutter-y: 85px
}

.gx-90 {
    --bs-gutter-x: 90px
}

.gy-90 {
    --bs-gutter-y: 90px
}

.gx-95 {
    --bs-gutter-x: 95px
}

.gy-95 {
    --bs-gutter-y: 95px
}

.gx-100 {
    --bs-gutter-x: 100px
}

.gy-100 {
    --bs-gutter-y: 100px
}

.gx-105 {
    --bs-gutter-x: 105px
}

.gy-105 {
    --bs-gutter-y: 105px
}

.gx-110 {
    --bs-gutter-x: 110px
}

.gy-110 {
    --bs-gutter-y: 110px
}

.gx-115 {
    --bs-gutter-x: 115px
}

.gy-115 {
    --bs-gutter-y: 115px
}

.gx-120 {
    --bs-gutter-x: 120px
}

.gy-120 {
    --bs-gutter-y: 120px
}

.gx-125 {
    --bs-gutter-x: 125px
}

.gy-125 {
    --bs-gutter-y: 125px
}

.gx-130 {
    --bs-gutter-x: 130px
}

.gy-130 {
    --bs-gutter-y: 130px
}

.gx-135 {
    --bs-gutter-x: 135px
}

.gy-135 {
    --bs-gutter-y: 135px
}

.gx-140 {
    --bs-gutter-x: 140px
}

.gy-140 {
    --bs-gutter-y: 140px
}

.gx-145 {
    --bs-gutter-x: 145px
}

.gy-145 {
    --bs-gutter-y: 145px
}

.gx-150 {
    --bs-gutter-x: 150px
}

.gy-150 {
    --bs-gutter-y: 150px
}

.-gx-5 {
    --bs-gutter-x: 5px
}

.-gy-5 {
    --bs-gutter-y: 5px
}

.-gx-10 {
    --bs-gutter-x: 10px
}

.-gy-10 {
    --bs-gutter-y: 10px
}

.-gx-15 {
    --bs-gutter-x: 15px
}

.-gy-15 {
    --bs-gutter-y: 15px
}

.-gx-20 {
    --bs-gutter-x: 20px
}

.-gy-20 {
    --bs-gutter-y: 20px
}

.-gx-25 {
    --bs-gutter-x: 25px
}

.-gy-25 {
    --bs-gutter-y: 25px
}

.-gx-30 {
    --bs-gutter-x: 30px
}

.-gy-30 {
    --bs-gutter-y: 30px
}

.-gx-35 {
    --bs-gutter-x: 35px
}

.-gy-35 {
    --bs-gutter-y: 35px
}

.-gx-40 {
    --bs-gutter-x: 40px
}

.-gy-40 {
    --bs-gutter-y: 40px
}

.-gx-45 {
    --bs-gutter-x: 45px
}

.-gy-45 {
    --bs-gutter-y: 45px
}

.-gx-50 {
    --bs-gutter-x: 50px
}

.-gy-50 {
    --bs-gutter-y: 50px
}

.-gx-55 {
    --bs-gutter-x: 55px
}

.-gy-55 {
    --bs-gutter-y: 55px
}

.-gx-60 {
    --bs-gutter-x: 60px
}

.-gy-60 {
    --bs-gutter-y: 60px
}

.-gx-65 {
    --bs-gutter-x: 65px
}

.-gy-65 {
    --bs-gutter-y: 65px
}

.-gx-70 {
    --bs-gutter-x: 70px
}

.-gy-70 {
    --bs-gutter-y: 70px
}

.-gx-75 {
    --bs-gutter-x: 75px
}

.-gy-75 {
    --bs-gutter-y: 75px
}

.-gx-80 {
    --bs-gutter-x: 80px
}

.-gy-80 {
    --bs-gutter-y: 80px
}

.-gx-85 {
    --bs-gutter-x: 85px
}

.-gy-85 {
    --bs-gutter-y: 85px
}

.-gx-90 {
    --bs-gutter-x: 90px
}

.-gy-90 {
    --bs-gutter-y: 90px
}

.-gx-95 {
    --bs-gutter-x: 95px
}

.-gy-95 {
    --bs-gutter-y: 95px
}

.-gx-100 {
    --bs-gutter-x: 100px
}

.-gy-100 {
    --bs-gutter-y: 100px
}

.-gx-105 {
    --bs-gutter-x: 105px
}

.-gy-105 {
    --bs-gutter-y: 105px
}

.-gx-110 {
    --bs-gutter-x: 110px
}

.-gy-110 {
    --bs-gutter-y: 110px
}

.-gx-115 {
    --bs-gutter-x: 115px
}

.-gy-115 {
    --bs-gutter-y: 115px
}

.-gx-120 {
    --bs-gutter-x: 120px
}

.-gy-120 {
    --bs-gutter-y: 120px
}

.-gx-125 {
    --bs-gutter-x: 125px
}

.-gy-125 {
    --bs-gutter-y: 125px
}

.-gx-130 {
    --bs-gutter-x: 130px
}

.-gy-130 {
    --bs-gutter-y: 130px
}

.-gx-135 {
    --bs-gutter-x: 135px
}

.-gy-135 {
    --bs-gutter-y: 135px
}

.-gx-140 {
    --bs-gutter-x: 140px
}

.-gy-140 {
    --bs-gutter-y: 140px
}

.-gx-145 {
    --bs-gutter-x: 145px
}

.-gy-145 {
    --bs-gutter-y: 145px
}

.-gx-150 {
    --bs-gutter-x: 150px
}

.-gy-150 {
    --bs-gutter-y: 150px
}

@media(max-width: 1399px) {
    .ml-gx-5 {
        --bs-gutter-x: 5px
    }

    .ml-gy-5 {
        --bs-gutter-y: 5px
    }

    .ml-gx-10 {
        --bs-gutter-x: 10px
    }

    .ml-gy-10 {
        --bs-gutter-y: 10px
    }

    .ml-gx-15 {
        --bs-gutter-x: 15px
    }

    .ml-gy-15 {
        --bs-gutter-y: 15px
    }

    .ml-gx-20 {
        --bs-gutter-x: 20px
    }

    .ml-gy-20 {
        --bs-gutter-y: 20px
    }

    .ml-gx-25 {
        --bs-gutter-x: 25px
    }

    .ml-gy-25 {
        --bs-gutter-y: 25px
    }

    .ml-gx-30 {
        --bs-gutter-x: 30px
    }

    .ml-gy-30 {
        --bs-gutter-y: 30px
    }

    .ml-gx-35 {
        --bs-gutter-x: 35px
    }

    .ml-gy-35 {
        --bs-gutter-y: 35px
    }

    .ml-gx-40 {
        --bs-gutter-x: 40px
    }

    .ml-gy-40 {
        --bs-gutter-y: 40px
    }

    .ml-gx-45 {
        --bs-gutter-x: 45px
    }

    .ml-gy-45 {
        --bs-gutter-y: 45px
    }

    .ml-gx-50 {
        --bs-gutter-x: 50px
    }

    .ml-gy-50 {
        --bs-gutter-y: 50px
    }

    .ml-gx-55 {
        --bs-gutter-x: 55px
    }

    .ml-gy-55 {
        --bs-gutter-y: 55px
    }

    .ml-gx-60 {
        --bs-gutter-x: 60px
    }

    .ml-gy-60 {
        --bs-gutter-y: 60px
    }

    .ml-gx-65 {
        --bs-gutter-x: 65px
    }

    .ml-gy-65 {
        --bs-gutter-y: 65px
    }

    .ml-gx-70 {
        --bs-gutter-x: 70px
    }

    .ml-gy-70 {
        --bs-gutter-y: 70px
    }

    .ml-gx-75 {
        --bs-gutter-x: 75px
    }

    .ml-gy-75 {
        --bs-gutter-y: 75px
    }

    .ml-gx-80 {
        --bs-gutter-x: 80px
    }

    .ml-gy-80 {
        --bs-gutter-y: 80px
    }

    .ml-gx-85 {
        --bs-gutter-x: 85px
    }

    .ml-gy-85 {
        --bs-gutter-y: 85px
    }

    .ml-gx-90 {
        --bs-gutter-x: 90px
    }

    .ml-gy-90 {
        --bs-gutter-y: 90px
    }

    .ml-gx-95 {
        --bs-gutter-x: 95px
    }

    .ml-gy-95 {
        --bs-gutter-y: 95px
    }

    .ml-gx-100 {
        --bs-gutter-x: 100px
    }

    .ml-gy-100 {
        --bs-gutter-y: 100px
    }

    .ml-gx-105 {
        --bs-gutter-x: 105px
    }

    .ml-gy-105 {
        --bs-gutter-y: 105px
    }

    .ml-gx-110 {
        --bs-gutter-x: 110px
    }

    .ml-gy-110 {
        --bs-gutter-y: 110px
    }

    .ml-gx-115 {
        --bs-gutter-x: 115px
    }

    .ml-gy-115 {
        --bs-gutter-y: 115px
    }

    .ml-gx-120 {
        --bs-gutter-x: 120px
    }

    .ml-gy-120 {
        --bs-gutter-y: 120px
    }

    .ml-gx-125 {
        --bs-gutter-x: 125px
    }

    .ml-gy-125 {
        --bs-gutter-y: 125px
    }

    .ml-gx-130 {
        --bs-gutter-x: 130px
    }

    .ml-gy-130 {
        --bs-gutter-y: 130px
    }

    .ml-gx-135 {
        --bs-gutter-x: 135px
    }

    .ml-gy-135 {
        --bs-gutter-y: 135px
    }

    .ml-gx-140 {
        --bs-gutter-x: 140px
    }

    .ml-gy-140 {
        --bs-gutter-y: 140px
    }

    .ml-gx-145 {
        --bs-gutter-x: 145px
    }

    .ml-gy-145 {
        --bs-gutter-y: 145px
    }

    .ml-gx-150 {
        --bs-gutter-x: 150px
    }

    .ml-gy-150 {
        --bs-gutter-y: 150px
    }
}

@media(max-width: 1299px) {
    .xl-gx-5 {
        --bs-gutter-x: 5px
    }

    .xl-gy-5 {
        --bs-gutter-y: 5px
    }

    .xl-gx-10 {
        --bs-gutter-x: 10px
    }

    .xl-gy-10 {
        --bs-gutter-y: 10px
    }

    .xl-gx-15 {
        --bs-gutter-x: 15px
    }

    .xl-gy-15 {
        --bs-gutter-y: 15px
    }

    .xl-gx-20 {
        --bs-gutter-x: 20px
    }

    .xl-gy-20 {
        --bs-gutter-y: 20px
    }

    .xl-gx-25 {
        --bs-gutter-x: 25px
    }

    .xl-gy-25 {
        --bs-gutter-y: 25px
    }

    .xl-gx-30 {
        --bs-gutter-x: 30px
    }

    .xl-gy-30 {
        --bs-gutter-y: 30px
    }

    .xl-gx-35 {
        --bs-gutter-x: 35px
    }

    .xl-gy-35 {
        --bs-gutter-y: 35px
    }

    .xl-gx-40 {
        --bs-gutter-x: 40px
    }

    .xl-gy-40 {
        --bs-gutter-y: 40px
    }

    .xl-gx-45 {
        --bs-gutter-x: 45px
    }

    .xl-gy-45 {
        --bs-gutter-y: 45px
    }

    .xl-gx-50 {
        --bs-gutter-x: 50px
    }

    .xl-gy-50 {
        --bs-gutter-y: 50px
    }

    .xl-gx-55 {
        --bs-gutter-x: 55px
    }

    .xl-gy-55 {
        --bs-gutter-y: 55px
    }

    .xl-gx-60 {
        --bs-gutter-x: 60px
    }

    .xl-gy-60 {
        --bs-gutter-y: 60px
    }

    .xl-gx-65 {
        --bs-gutter-x: 65px
    }

    .xl-gy-65 {
        --bs-gutter-y: 65px
    }

    .xl-gx-70 {
        --bs-gutter-x: 70px
    }

    .xl-gy-70 {
        --bs-gutter-y: 70px
    }

    .xl-gx-75 {
        --bs-gutter-x: 75px
    }

    .xl-gy-75 {
        --bs-gutter-y: 75px
    }

    .xl-gx-80 {
        --bs-gutter-x: 80px
    }

    .xl-gy-80 {
        --bs-gutter-y: 80px
    }

    .xl-gx-85 {
        --bs-gutter-x: 85px
    }

    .xl-gy-85 {
        --bs-gutter-y: 85px
    }

    .xl-gx-90 {
        --bs-gutter-x: 90px
    }

    .xl-gy-90 {
        --bs-gutter-y: 90px
    }

    .xl-gx-95 {
        --bs-gutter-x: 95px
    }

    .xl-gy-95 {
        --bs-gutter-y: 95px
    }

    .xl-gx-100 {
        --bs-gutter-x: 100px
    }

    .xl-gy-100 {
        --bs-gutter-y: 100px
    }

    .xl-gx-105 {
        --bs-gutter-x: 105px
    }

    .xl-gy-105 {
        --bs-gutter-y: 105px
    }

    .xl-gx-110 {
        --bs-gutter-x: 110px
    }

    .xl-gy-110 {
        --bs-gutter-y: 110px
    }

    .xl-gx-115 {
        --bs-gutter-x: 115px
    }

    .xl-gy-115 {
        --bs-gutter-y: 115px
    }

    .xl-gx-120 {
        --bs-gutter-x: 120px
    }

    .xl-gy-120 {
        --bs-gutter-y: 120px
    }

    .xl-gx-125 {
        --bs-gutter-x: 125px
    }

    .xl-gy-125 {
        --bs-gutter-y: 125px
    }

    .xl-gx-130 {
        --bs-gutter-x: 130px
    }

    .xl-gy-130 {
        --bs-gutter-y: 130px
    }

    .xl-gx-135 {
        --bs-gutter-x: 135px
    }

    .xl-gy-135 {
        --bs-gutter-y: 135px
    }

    .xl-gx-140 {
        --bs-gutter-x: 140px
    }

    .xl-gy-140 {
        --bs-gutter-y: 140px
    }

    .xl-gx-145 {
        --bs-gutter-x: 145px
    }

    .xl-gy-145 {
        --bs-gutter-y: 145px
    }

    .xl-gx-150 {
        --bs-gutter-x: 150px
    }

    .xl-gy-150 {
        --bs-gutter-y: 150px
    }
}

@media(max-width: 1199px) {
    .lg-gx-5 {
        --bs-gutter-x: 5px
    }

    .lg-gy-5 {
        --bs-gutter-y: 5px
    }

    .lg-gx-10 {
        --bs-gutter-x: 10px
    }

    .lg-gy-10 {
        --bs-gutter-y: 10px
    }

    .lg-gx-15 {
        --bs-gutter-x: 15px
    }

    .lg-gy-15 {
        --bs-gutter-y: 15px
    }

    .lg-gx-20 {
        --bs-gutter-x: 20px
    }

    .lg-gy-20 {
        --bs-gutter-y: 20px
    }

    .lg-gx-25 {
        --bs-gutter-x: 25px
    }

    .lg-gy-25 {
        --bs-gutter-y: 25px
    }

    .lg-gx-30 {
        --bs-gutter-x: 30px
    }

    .lg-gy-30 {
        --bs-gutter-y: 30px
    }

    .lg-gx-35 {
        --bs-gutter-x: 35px
    }

    .lg-gy-35 {
        --bs-gutter-y: 35px
    }

    .lg-gx-40 {
        --bs-gutter-x: 40px
    }

    .lg-gy-40 {
        --bs-gutter-y: 40px
    }

    .lg-gx-45 {
        --bs-gutter-x: 45px
    }

    .lg-gy-45 {
        --bs-gutter-y: 45px
    }

    .lg-gx-50 {
        --bs-gutter-x: 50px
    }

    .lg-gy-50 {
        --bs-gutter-y: 50px
    }

    .lg-gx-55 {
        --bs-gutter-x: 55px
    }

    .lg-gy-55 {
        --bs-gutter-y: 55px
    }

    .lg-gx-60 {
        --bs-gutter-x: 60px
    }

    .lg-gy-60 {
        --bs-gutter-y: 60px
    }

    .lg-gx-65 {
        --bs-gutter-x: 65px
    }

    .lg-gy-65 {
        --bs-gutter-y: 65px
    }

    .lg-gx-70 {
        --bs-gutter-x: 70px
    }

    .lg-gy-70 {
        --bs-gutter-y: 70px
    }

    .lg-gx-75 {
        --bs-gutter-x: 75px
    }

    .lg-gy-75 {
        --bs-gutter-y: 75px
    }

    .lg-gx-80 {
        --bs-gutter-x: 80px
    }

    .lg-gy-80 {
        --bs-gutter-y: 80px
    }

    .lg-gx-85 {
        --bs-gutter-x: 85px
    }

    .lg-gy-85 {
        --bs-gutter-y: 85px
    }

    .lg-gx-90 {
        --bs-gutter-x: 90px
    }

    .lg-gy-90 {
        --bs-gutter-y: 90px
    }

    .lg-gx-95 {
        --bs-gutter-x: 95px
    }

    .lg-gy-95 {
        --bs-gutter-y: 95px
    }

    .lg-gx-100 {
        --bs-gutter-x: 100px
    }

    .lg-gy-100 {
        --bs-gutter-y: 100px
    }

    .lg-gx-105 {
        --bs-gutter-x: 105px
    }

    .lg-gy-105 {
        --bs-gutter-y: 105px
    }

    .lg-gx-110 {
        --bs-gutter-x: 110px
    }

    .lg-gy-110 {
        --bs-gutter-y: 110px
    }

    .lg-gx-115 {
        --bs-gutter-x: 115px
    }

    .lg-gy-115 {
        --bs-gutter-y: 115px
    }

    .lg-gx-120 {
        --bs-gutter-x: 120px
    }

    .lg-gy-120 {
        --bs-gutter-y: 120px
    }

    .lg-gx-125 {
        --bs-gutter-x: 125px
    }

    .lg-gy-125 {
        --bs-gutter-y: 125px
    }

    .lg-gx-130 {
        --bs-gutter-x: 130px
    }

    .lg-gy-130 {
        --bs-gutter-y: 130px
    }

    .lg-gx-135 {
        --bs-gutter-x: 135px
    }

    .lg-gy-135 {
        --bs-gutter-y: 135px
    }

    .lg-gx-140 {
        --bs-gutter-x: 140px
    }

    .lg-gy-140 {
        --bs-gutter-y: 140px
    }

    .lg-gx-145 {
        --bs-gutter-x: 145px
    }

    .lg-gy-145 {
        --bs-gutter-y: 145px
    }

    .lg-gx-150 {
        --bs-gutter-x: 150px
    }

    .lg-gy-150 {
        --bs-gutter-y: 150px
    }
}

@media(max-width: 991px) {
    .md-gx-5 {
        --bs-gutter-x: 5px
    }

    .md-gy-5 {
        --bs-gutter-y: 5px
    }

    .md-gx-10 {
        --bs-gutter-x: 10px
    }

    .md-gy-10 {
        --bs-gutter-y: 10px
    }

    .md-gx-15 {
        --bs-gutter-x: 15px
    }

    .md-gy-15 {
        --bs-gutter-y: 15px
    }

    .md-gx-20 {
        --bs-gutter-x: 20px
    }

    .md-gy-20 {
        --bs-gutter-y: 20px
    }

    .md-gx-25 {
        --bs-gutter-x: 25px
    }

    .md-gy-25 {
        --bs-gutter-y: 25px
    }

    .md-gx-30 {
        --bs-gutter-x: 30px
    }

    .md-gy-30 {
        --bs-gutter-y: 30px
    }

    .md-gx-35 {
        --bs-gutter-x: 35px
    }

    .md-gy-35 {
        --bs-gutter-y: 35px
    }

    .md-gx-40 {
        --bs-gutter-x: 40px
    }

    .md-gy-40 {
        --bs-gutter-y: 40px
    }

    .md-gx-45 {
        --bs-gutter-x: 45px
    }

    .md-gy-45 {
        --bs-gutter-y: 45px
    }

    .md-gx-50 {
        --bs-gutter-x: 50px
    }

    .md-gy-50 {
        --bs-gutter-y: 50px
    }

    .md-gx-55 {
        --bs-gutter-x: 55px
    }

    .md-gy-55 {
        --bs-gutter-y: 55px
    }

    .md-gx-60 {
        --bs-gutter-x: 60px
    }

    .md-gy-60 {
        --bs-gutter-y: 60px
    }

    .md-gx-65 {
        --bs-gutter-x: 65px
    }

    .md-gy-65 {
        --bs-gutter-y: 65px
    }

    .md-gx-70 {
        --bs-gutter-x: 70px
    }

    .md-gy-70 {
        --bs-gutter-y: 70px
    }

    .md-gx-75 {
        --bs-gutter-x: 75px
    }

    .md-gy-75 {
        --bs-gutter-y: 75px
    }

    .md-gx-80 {
        --bs-gutter-x: 80px
    }

    .md-gy-80 {
        --bs-gutter-y: 80px
    }

    .md-gx-85 {
        --bs-gutter-x: 85px
    }

    .md-gy-85 {
        --bs-gutter-y: 85px
    }

    .md-gx-90 {
        --bs-gutter-x: 90px
    }

    .md-gy-90 {
        --bs-gutter-y: 90px
    }

    .md-gx-95 {
        --bs-gutter-x: 95px
    }

    .md-gy-95 {
        --bs-gutter-y: 95px
    }

    .md-gx-100 {
        --bs-gutter-x: 100px
    }

    .md-gy-100 {
        --bs-gutter-y: 100px
    }

    .md-gx-105 {
        --bs-gutter-x: 105px
    }

    .md-gy-105 {
        --bs-gutter-y: 105px
    }

    .md-gx-110 {
        --bs-gutter-x: 110px
    }

    .md-gy-110 {
        --bs-gutter-y: 110px
    }

    .md-gx-115 {
        --bs-gutter-x: 115px
    }

    .md-gy-115 {
        --bs-gutter-y: 115px
    }

    .md-gx-120 {
        --bs-gutter-x: 120px
    }

    .md-gy-120 {
        --bs-gutter-y: 120px
    }

    .md-gx-125 {
        --bs-gutter-x: 125px
    }

    .md-gy-125 {
        --bs-gutter-y: 125px
    }

    .md-gx-130 {
        --bs-gutter-x: 130px
    }

    .md-gy-130 {
        --bs-gutter-y: 130px
    }

    .md-gx-135 {
        --bs-gutter-x: 135px
    }

    .md-gy-135 {
        --bs-gutter-y: 135px
    }

    .md-gx-140 {
        --bs-gutter-x: 140px
    }

    .md-gy-140 {
        --bs-gutter-y: 140px
    }

    .md-gx-145 {
        --bs-gutter-x: 145px
    }

    .md-gy-145 {
        --bs-gutter-y: 145px
    }

    .md-gx-150 {
        --bs-gutter-x: 150px
    }

    .md-gy-150 {
        --bs-gutter-y: 150px
    }
}

@media(max-width: 767px) {
    .sm-gx-5 {
        --bs-gutter-x: 5px
    }

    .sm-gy-5 {
        --bs-gutter-y: 5px
    }

    .sm-gx-10 {
        --bs-gutter-x: 10px
    }

    .sm-gy-10 {
        --bs-gutter-y: 10px
    }

    .sm-gx-15 {
        --bs-gutter-x: 15px
    }

    .sm-gy-15 {
        --bs-gutter-y: 15px
    }

    .sm-gx-20 {
        --bs-gutter-x: 20px
    }

    .sm-gy-20 {
        --bs-gutter-y: 20px
    }

    .sm-gx-25 {
        --bs-gutter-x: 25px
    }

    .sm-gy-25 {
        --bs-gutter-y: 25px
    }

    .sm-gx-30 {
        --bs-gutter-x: 30px
    }

    .sm-gy-30 {
        --bs-gutter-y: 30px
    }

    .sm-gx-35 {
        --bs-gutter-x: 35px
    }

    .sm-gy-35 {
        --bs-gutter-y: 35px
    }

    .sm-gx-40 {
        --bs-gutter-x: 40px
    }

    .sm-gy-40 {
        --bs-gutter-y: 40px
    }

    .sm-gx-45 {
        --bs-gutter-x: 45px
    }

    .sm-gy-45 {
        --bs-gutter-y: 45px
    }

    .sm-gx-50 {
        --bs-gutter-x: 50px
    }

    .sm-gy-50 {
        --bs-gutter-y: 50px
    }

    .sm-gx-55 {
        --bs-gutter-x: 55px
    }

    .sm-gy-55 {
        --bs-gutter-y: 55px
    }

    .sm-gx-60 {
        --bs-gutter-x: 60px
    }

    .sm-gy-60 {
        --bs-gutter-y: 60px
    }

    .sm-gx-65 {
        --bs-gutter-x: 65px
    }

    .sm-gy-65 {
        --bs-gutter-y: 65px
    }

    .sm-gx-70 {
        --bs-gutter-x: 70px
    }

    .sm-gy-70 {
        --bs-gutter-y: 70px
    }

    .sm-gx-75 {
        --bs-gutter-x: 75px
    }

    .sm-gy-75 {
        --bs-gutter-y: 75px
    }

    .sm-gx-80 {
        --bs-gutter-x: 80px
    }

    .sm-gy-80 {
        --bs-gutter-y: 80px
    }

    .sm-gx-85 {
        --bs-gutter-x: 85px
    }

    .sm-gy-85 {
        --bs-gutter-y: 85px
    }

    .sm-gx-90 {
        --bs-gutter-x: 90px
    }

    .sm-gy-90 {
        --bs-gutter-y: 90px
    }

    .sm-gx-95 {
        --bs-gutter-x: 95px
    }

    .sm-gy-95 {
        --bs-gutter-y: 95px
    }

    .sm-gx-100 {
        --bs-gutter-x: 100px
    }

    .sm-gy-100 {
        --bs-gutter-y: 100px
    }

    .sm-gx-105 {
        --bs-gutter-x: 105px
    }

    .sm-gy-105 {
        --bs-gutter-y: 105px
    }

    .sm-gx-110 {
        --bs-gutter-x: 110px
    }

    .sm-gy-110 {
        --bs-gutter-y: 110px
    }

    .sm-gx-115 {
        --bs-gutter-x: 115px
    }

    .sm-gy-115 {
        --bs-gutter-y: 115px
    }

    .sm-gx-120 {
        --bs-gutter-x: 120px
    }

    .sm-gy-120 {
        --bs-gutter-y: 120px
    }

    .sm-gx-125 {
        --bs-gutter-x: 125px
    }

    .sm-gy-125 {
        --bs-gutter-y: 125px
    }

    .sm-gx-130 {
        --bs-gutter-x: 130px
    }

    .sm-gy-130 {
        --bs-gutter-y: 130px
    }

    .sm-gx-135 {
        --bs-gutter-x: 135px
    }

    .sm-gy-135 {
        --bs-gutter-y: 135px
    }

    .sm-gx-140 {
        --bs-gutter-x: 140px
    }

    .sm-gy-140 {
        --bs-gutter-y: 140px
    }

    .sm-gx-145 {
        --bs-gutter-x: 145px
    }

    .sm-gy-145 {
        --bs-gutter-y: 145px
    }

    .sm-gx-150 {
        --bs-gutter-x: 150px
    }

    .sm-gy-150 {
        --bs-gutter-y: 150px
    }
}

select,.single-select,.form-control,.form-select,textarea,input {
    height: 40px;
    padding: 0 20px;
    border: 1px solid rgba(0,0,0,0);
    color: var(--white-color);
    background-color: var(--dark-color2);
    font-size: 16px;
    font-weight: 400;
    width: 100%;
    transition: all .4s ease 0s;
    padding-right: 45px;
    border-radius: 5px
}

select:focus,.single-select:focus,.form-control:focus,.form-select:focus,textarea:focus,input:focus {
    color:    #4f4f4f;
    outline: 0;
    box-shadow: none;
    border-color: rgba(0,0,0,0);
    background-color:  white
}

select::-moz-placeholder,.single-select::-moz-placeholder,.form-control::-moz-placeholder,.form-select::-moz-placeholder,textarea::-moz-placeholder,input::-moz-placeholder {
    color: var(--gray-color)
}

select::-webkit-input-placeholder,.single-select::-webkit-input-placeholder,.form-control::-webkit-input-placeholder,.form-select::-webkit-input-placeholder,textarea::-webkit-input-placeholder,input::-webkit-input-placeholder {
    color: var(--gray-color)
}

select:-ms-input-placeholder,.single-select:-ms-input-placeholder,.form-control:-ms-input-placeholder,.form-select:-ms-input-placeholder,textarea:-ms-input-placeholder,input:-ms-input-placeholder {
    color: var(--gray-color)
}

select::placeholder,.single-select::placeholder,.form-control::placeholder,.form-select::placeholder,textarea::placeholder,input::placeholder {
    color: var(--gray-color)
}

select.style2,.single-select.style2,.form-control.style2,.form-select.style2,textarea.style2,input.style2 {
    height: auto;
    border: none;
    color: var(--white-color);
    background-color: var(--dark-color2);
    border-radius: 10px
}

select.style2 option,.single-select.style2 option,.form-control.style2 option,.form-select.style2 option,textarea.style2 option,input.style2 option {
    background-color: var(--title-color);
    color: var(--body-color);
    padding: 2px 15px
}

select.style2::-moz-placeholder,.single-select.style2::-moz-placeholder,.form-control.style2::-moz-placeholder,.form-select.style2::-moz-placeholder,textarea.style2::-moz-placeholder,input.style2::-moz-placeholder {
    color: var(--body-color)
}

select.style2::-webkit-input-placeholder,.single-select.style2::-webkit-input-placeholder,.form-control.style2::-webkit-input-placeholder,.form-select.style2::-webkit-input-placeholder,textarea.style2::-webkit-input-placeholder,input.style2::-webkit-input-placeholder {
    color: var(--body-color)
}

select.style2:-ms-input-placeholder,.single-select.style2:-ms-input-placeholder,.form-control.style2:-ms-input-placeholder,.form-select.style2:-ms-input-placeholder,textarea.style2:-ms-input-placeholder,input.style2:-ms-input-placeholder {
    color: var(--body-color)
}

select.style2::placeholder,.single-select.style2::placeholder,.form-control.style2::placeholder,.form-select.style2::placeholder,textarea.style2::placeholder,input.style2::placeholder {
    color: var(--body-color)
}

select.style-white,.single-select.style-white,.form-control.style-white,.form-select.style-white,textarea.style-white,input.style-white {
    background: var(--white-color)
}

select.style-border,.single-select.style-border,.form-control.style-border,.form-select.style-border,textarea.style-border,input.style-border {
    background: rgba(0,0,0,0);
    border-bottom: 2px solid var(--title-color);
    border-radius: 0;
    color: var(--title-color);
    font-size: 18px;
    font-weight: 400;
    padding: 0
}

select.style-border::placeholder,.single-select.style-border::placeholder,.form-control.style-border::placeholder,.form-select.style-border::placeholder,textarea.style-border::placeholder,input.style-border::placeholder {
    color: var(--title-color)
}

select.style-border2,.single-select.style-border2,.form-control.style-border2,.form-select.style-border2,textarea.style-border2,input.style-border2 {
    background: rgba(0,0,0,0);
    border: 1px solid #e8e8e8;
    border-radius: 0;
    color: var(--title-color)
}

select.style3,.single-select.style3,.form-control.style3,.form-select.style3,textarea.style3,input.style3 {
    background: var(--dark-color)
}

.form-text {
    font-size: 16px
}

.form-text a {
    color: var(--title-color);
    font-weight: 500
}

.single-select,.form-select,select {
    display: block;
    width: 100%;
    line-height: 60px;
    cursor: pointer;
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3E%3Cpath fill='none' stroke='%23343a40' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M2 5l6 6 6-6'/%3E%3C/svg%3E");
    background-position: right 26px center;
    background-repeat: no-repeat;
    background-size: 16px 12px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none
}

.single-select:after,.form-select:after,select:after {
    right: 30px;
    height: 8px;
    width: 8px
}

.single-select .list,.form-select .list,select .list {
    width: 100%
}

textarea.form-control,textarea {
    min-height: 100px;
    padding-top: 16px;
    padding-bottom: 17px
}

textarea.form-control.style2,textarea.style2 {
    min-height: 195px
}

textarea.form-control.style-border,textarea.style-border {
    padding-top: 12px
}

.form-group {
    margin-bottom: 25px;
    position: relative
}

.form-group>i {
    display: inline-block;
    position: absolute;
    right: 25px;
    top: 21px;
    font-size: 16px;
    color: var(--body-color)
}

.form-group>i.fa-envelope {
    padding-top: 1px
}

.form-group>i.fa-comment {
    margin-top: -2px
}

.form-group>i.fa-chevron-down {
    width: 17px;
    background-color: var(--dark-color)
}

.form-group.form-icon-left>i {
    display: inline-block;
    position: absolute;
    left: 25px;
    right: auto;
    top: 20px;
    font-size: 16px;
    color: var(--body-color);
    line-height: 1
}

.form-group.form-icon-left>i.fa-envelope {
    padding-top: 0px
}

.form-group.form-icon-left>i.fa-comment {
    margin-top: -2px
}

.form-group.form-icon-left>i.fa-chevron-down {
    width: 17px;
    background-color: var(--dark-color)
}

.form-group.form-icon-left input {
    padding: 0 30px 0 55px
}

.form-group.has-label>i {
    top: 50px
}

.form-group.has-icon .form-control {
    padding-left: 70px
}

.form-group.has-icon .input-icon {
    display: inline-block;
    position: absolute;
    left: 40px;
    top: 18px;
    font-size: 16px;
    color: var(--body-color)
}

.form-group.has-icon .input-icon:hover {
    color: var(--theme-color)
}

.form-group.radius-group input {
    border-radius: 100px
}

.form-group.style-2 .form-control {
    padding: 0 30px 0 55px
}

.form-group.style-2 textarea.form-control {
    padding: 16px 30px 30px 55px
}

.form-group.style-3 .form-control {
    padding: 0 60px 0 30px
}

.form-group.style-4 i {
    color: var(--theme-color)
}

.form-group.style-4 .form-control {
    padding: 0 30px 0 60px;
    border: 1px solid #e3e1dc;
    height: 60px;
    line-height: 60px;
    color: var(--body-color)
}

.form-group.style-4 .form-control::placeholder {
    color: var(--body-color);
    font-size: 14px;
    font-weight: 300
}

.form-group.style-4 textarea.form-control {
    line-height: normal;
    padding: 15px 30px 30px 60px
}

.form-btn .link-btn {
    border: 0;
    align-items: center
}

input[type=date] {
    padding: 0 25px 0 25px;
    position: relative
}

input[type=date]::-webkit-calendar-picker-indicator {
    background: rgba(0,0,0,0);
    position: absolute;
    left: 0px;
    height: 100%;
    width: 100%;
    z-index: 1;
    cursor: pointer
}

[class*=col-].form-group>i {
    right: calc(var(--bs-gutter-x)/2 + 25px)
}

[class*=col-].form-group .form-icon-left {
    left: calc(var(--bs-gutter-x)/2 + 30px);
    right: auto
}

option:checked,option:focus,option:hover {
    background-color: var(--theme-color);
    color: var(--white-color)
}

input::-webkit-outer-spin-button,input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0
}

input[type=number] {
    -moz-appearance: textfield;
    appearance: textfield
}

input[type=checkbox] {
    visibility: hidden;
    opacity: 0;
    display: inline-block;
    vertical-align: middle;
    width: 0;
    height: 0;
    display: none;
    border-radius: 10px
}

input[type=checkbox]:checked~label:before {
    content: "";
    color: var(--white-color);
    background-color: var(--theme-color);
    border-color: var(--theme-color)
}

input[type=checkbox]~label {
    position: relative;
    padding-left: 30px;
    cursor: pointer;
    display: block
}

input[type=checkbox]~label:before {
    position: absolute;
    content: "";
    top: 50%;
    transform: translateY(-50%);
    transition: all .4s ease 0s;
    left: 0;
    font-family: 'FontAwesome';
    font-weight: 700;
    background-color: var(--white-color);
    border: 1px solid var(--dark-color);
    height: 18px;
    width: 18px;
    line-height: 18px;
    text-align: center;
    font-size: 12px;
    border-radius: 4px
}

input[type=checkbox].style2~label {
    color: #8b929c;
    padding-left: 23px;
    margin-bottom: -0.5em
}

input[type=checkbox].style2~label:before {
    background-color: #fff;
    border: 1px solid #f7ccd7;
    height: 14px;
    width: 14px;
    line-height: 14px;
    border-radius: 3px;
    top: 6px
}

input[type=checkbox].style2:checked~label:before {
    color: var(--theme-color)
}

input[type=radio] {
    visibility: hidden;
    opacity: 0;
    display: inline-block;
    vertical-align: middle;
    width: 0;
    height: 0;
    display: none
}

input[type=radio]~label {
    position: relative;
    padding-left: 30px;
    cursor: pointer;
    line-height: 1;
    display: inline-block;
    font-weight: 600;
    margin-bottom: 0
}

input[type=radio]~label::before {
    content: "";
    position: absolute;
    font-family: 'FontAwesome';
    left: 0;
    top: -2px;
    width: 20px;
    height: 20px;
    padding-left: 0;
    font-size: .6em;
    line-height: 19px;
    text-align: center;
    border: 1px solid var(--theme-color);
    border-radius: 100%;
    font-weight: 700;
    background: var(--white-color);
    color: rgba(0,0,0,0);
    transition: all .2s ease
}

input[type=radio]:checked~label::before {
    border-color: var(--theme-color);
    background-color: var(--theme-color);
    color: var(--white-color)
}

label {
    margin-bottom: .5em;
    margin-top: -0.3em;
    display: block;
    color: var(--title-color);
    font-family: var(--body-font);
    font-size: 16px
}

textarea.is-invalid,select.is-invalid,input.is-invalid,.was-validated input:invalid {
    border: 1px solid var(--error-color) !important;
    background-position: right calc(.375em + .8875rem) center;
    background-image: none
}

textarea.is-invalid:focus,select.is-invalid:focus,input.is-invalid:focus,.was-validated input:invalid:focus {
    outline: 0;
    box-shadow: none
}

textarea.is-invalid {
    background-position: top calc(.375em + .5875rem) right calc(.375em + .8875rem)
}

.row.no-gutters>.form-group {
    margin-bottom: 0
}

.status,.status1,.status2 {
    padding: 5px 15px;
    border-radius: 4px;
    font-size: 16px;
    margin: 10px 0;
    display: none
}

.status i,.status1 i,.status2 i {
    margin-right: 10px
}

.status i.far.fa-check-circle:before,.status i.far.fa-times-circle:before,.status1 i.far.fa-check-circle:before,.status1 i.far.fa-times-circle:before,.status2 i.far.fa-check-circle:before,.status2 i.far.fa-times-circle:before {
    font-size: 20px
}

.status.error,.status1.error,.status2.error {
    background-color: #f2dede;
    color: var(--error-color);
    border: 1px solid #ebccd1;
    display: inline-block
}

.status.success,.status1.success,.status2.success {
    background-color: #dff0d8;
    color: var(--success-color);
    border: 1px solid #d6e9c6;
    display: inline-block
}

.swiper-dot {
    position: relative
}

.swiper-dot .swiper-pagination-bullet {
    width: 10px;
    height: 10px;
    transition: .6s;
    background-color: var(--bs-bg-color1);
    opacity: 1;
    border-radius: 50%
}

.swiper-dot .swiper-pagination-bullet:not(:last-child) {
    margin-left: 0;
    margin-right: 15px
}

.swiper-dot .swiper-pagination-bullet.swiper-pagination-bullet-active {
    position: relative;
    background-color: var(--dark-color)
}

.swiper-dot .swiper-pagination-bullet.swiper-pagination-bullet-active::before {
    position: absolute;
    top: -5px;
    left: -5px;
    width: 20px;
    height: 20px;
    line-height: 20px;
    border-radius: 50%;
    background-color: rgba(0,0,0,0);
    border: 1px solid var(--dark-color);
    content: ""
}

.swiper-dot.theme-color .swiper-pagination-bullet {
    background-color: var(--theme-color)
}

.swiper-dot.theme-color .swiper-pagination-bullet.swiper-pagination-bullet-active {
    background-color: var(--theme-color)
}

.swiper-dot.theme-color .swiper-pagination-bullet.swiper-pagination-bullet-active::before {
    border-color: var(--theme-color)
}

.array-button {
    display: flex;
    align-items: center;
    gap: 15px
}

.array-button .s-prev,.array-button .s-next,.array-button .array-prev,.array-button .array-next {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border-radius: 50%;
    width: 50px;
    height: 50px;
    font-size: 18px;
    border: 1px solid var(--white-color);
    background-color: rgba(0,0,0,0);
    transition: background-color .3s,transform .3s;
    font-family: 'FontAwesome';
    font-weight: 900;
    color: var(--white-color)
}

@media(max-width: 767px) {
    .array-button .s-prev,.array-button .s-next,.array-button .array-prev,.array-button .array-next {
        width:35px;
        height: 35px;
        font-size: 16px
    }
}

@media(max-width: 430px) {
    .array-button .s-prev,.array-button .s-next,.array-button .array-prev,.array-button .array-next {
        width:30px;
        height: 30px;
        font-size: 14px
    }
}

.array-button .s-prev:hover,.array-button .s-next:hover,.array-button .array-prev:hover,.array-button .array-next:hover {
    background-color: var(--theme-color);
    border-color: var(--theme-color)
}

.swiper-button-prev,.swiper-button-next {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border-radius: 50%;
    width: 60px;
    height: 60px;
    font-size: 16px;
    background-color: var(--white-color);
    transition: all .4s ease 0s;
    font-family: 'FontAwesome';
    font-weight: 900;
    color: var(--dark-color)
}

@media(max-width: 767px) {
    .swiper-button-prev,.swiper-button-next {
        width:35px;
        height: 35px;
        font-size: 16px
    }
}

@media(max-width: 430px) {
    .swiper-button-prev,.swiper-button-next {
        width:30px;
        height: 30px;
        font-size: 14px
    }
}

.swiper-button-prev:hover,.swiper-button-next:hover {
    background-color: var(--theme-color)
}

.swiper-button-prev:hover::after,.swiper-button-next:hover::after {
    color: var(--white-color)
}

.swiper-button-prev::after,.swiper-button-next::after {
    font-size: 16px;
    color: var(--dark-color);
    transition: all .4s ease 0s
}

.swiper-button-prev,.swiper-rtl .swiper-button-next {
    left: var(--swiper-navigation-sides-offset, 50px)
}

.swiper-button-next,.swiper-rtl .swiper-button-prev {
    right: var(--swiper-navigation-sides-offset, 50px)
}

.owl-nav button {
    background: none;
    border: none;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all .3s ease
}

.owl-nav {
    display: flex
}

.owl-nav .owl-prev span,.owl-nav .owl-next span {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border-radius: 50%;
    width: 50px;
    height: 50px;
    font-size: 18px;
    border: 1px solid var(--white-color);
    background-color: rgba(0,0,0,0);
    transition: background-color .3s,transform .3s;
    font-family: 'FontAwesome';
    font-weight: 900;
    color: var(--white-color)
}

.owl-nav .owl-prev span:hover,.owl-nav .owl-next span:hover {
    background-color: var(--theme-color);
    border-color: var(--theme-color)
}

.mobile-menu-wrapper {
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    background-color: var(--bs-bg-color2);
    z-index: 999999;
    width: 100%;
    height: 100%;
    transition: all .4s cubic-bezier(0.785, 0.135, 0.15, 0.86) 0s;
    opacity: 0;
    visibility: hidden
}

.mobile-menu-wrapper .mobile-logo {
    padding: 20px;
    display: block;
    text-align: start;
    background-color: var(--dark-color)
}

.mobile-menu-wrapper .mobile-logo svg {
    max-width: 185px
}

.mobile-menu-wrapper .menu-toggle {
    border: 2px solid var(--white-color);
    position: absolute;
    right: 20px;
    top: 15px;
    padding: 0;
    line-height: 1;
    width: 35px;
    height: 35px;
    line-height: 35px;
    font-size: 14px;
    z-index: 1;
    color: var(--white-color);
    background-color: rgba(0,0,0,0);
    border-radius: 50%
}

.mobile-menu-wrapper .menu-toggle:hover {
    transform: rotate(90deg)
}

.mobile-menu-wrapper .mobile-menu-area {
    width: 100%;
    max-width: 310px;
    background-color: var(--dark-color);
    height: 100%;
    position: absolute;
    left: 0;
    opacity: 0;
    visibility: hidden;
    transform: translateX(-100%);
    transition: all .4s cubic-bezier(0.785, 0.135, 0.15, 0.86) 0s;
    z-index: 1;
    overflow-y: auto
}

.mobile-menu-wrapper.body-visible {
    opacity: 1;
    visibility: visible;
    transition: all .4s cubic-bezier(0.785, 0.135, 0.15, 0.86) 0s
}

.mobile-menu-wrapper.body-visible .mobile-menu-area {
    transform: translateX(0);
    opacity: 1;
    visibility: visible;
    transition: all .4s cubic-bezier(0.785, 0.135, 0.15, 0.86) 0s
}

.mobile-menu-wrapper .sidebar-wrap {
    margin-bottom: 20px;
    padding: 0 20px
}

.mobile-menu-wrapper .sidebar-wrap h6 {
    font-size: 14px;
    font-weight: 600;
    color: var(--white-color);
    margin-bottom: 0;
    line-height: 24px
}

.mobile-menu-wrapper .sidebar-wrap a {
    color: var(--white-color)
}

.mobile-menu-wrapper .sidebar-wrap a:hover {
    color: var(--theme-color)
}

.mobile-menu-wrapper .social-btn.style3 {
    padding: 0 20px
}

.mobile-menu {
    padding-bottom: 25px;
    margin-bottom: 40px;
    text-align: left;
    border-bottom: 2px solid var(--white-color)
}

.mobile-menu::-webkit-scrollbar {
    display: none
}

.mobile-menu ul {
    margin: 0;
    padding: 5px 0
}

.mobile-menu ul li {
    list-style-type: none;
    border-bottom: 1px solid var(--bs-border-color)
}

.mobile-menu ul li:first-child {
    border-top: 1px solid var(--bs-border-color)
}

.mobile-menu ul li.active>a {
    color: var(--theme-color)
}

.mobile-menu ul li a {
    display: block;
    position: relative;
    padding: 10px 20px;
    line-height: 1.4;
    font-size: 18px;
    font-weight: 600;
    font-family: var(--title-font);
    color: var(--white-color);
    letter-spacing: normal;
    text-transform: capitalize
}

.mobile-menu ul li.active-class>a {
    color: var(--theme-color)
}

.mobile-menu ul li.active-class>a:before {
    background: var(--theme-color);
    border-color: var(--theme-color)
}

.mobile-menu ul li ul li {
    padding-left: 20px
}

.mobile-menu ul li ul li a {
    font-weight: 400;
    font-family: var(--body-font);
    letter-spacing: normal;
    text-transform: capitalize;
    font-size: 16px;
    padding: 8px 20px
}

.mobile-menu ul li ul li a .mean-expand-class:before {
    font-size: 14px
}

.mobile-menu ul li ul li:last-child {
    border-bottom: none
}

.mobile-menu ul .submenu-item-has-children.active>a>.mean-expand-class,.mobile-menu ul .submenu-item-has-children.active-class>a>.mean-expand-class {
    color: var(--theme-color)
}

.mobile-menu ul .submenu-item-has-children>a .mean-expand-class {
    position: absolute;
    content: "";
    top: 50%;
    transform: translateY(-50%);
    transition: all .4s ease 0s;
    right: 0;
    width: 50px;
    height: 45px;
    line-height: 45px;
    cursor: pointer;
    z-index: 5;
    font-size: 18px;
    color: var(--white-color);
    font-weight: 400;
    display: inline-block;
    text-align: center;
    background-color: rgba(0,0,0,0)
}

.mobile-menu ul .submenu-item-has-children>a .mean-expand-class:before {
    content: "";
    font-family: 'FontAwesome';
    font-weight: 700
}

.mobile-menu ul .submenu-item-has-children.active-class>a .mean-expand-class:before {
    content: ""
}

.mobile-menu>ul>li:last-child {
    border-bottom: none
}

@media(max-width: 400px) {
    .mobile-menu-wrapper .mobile-menu-area {
        width:100%;
        max-width: 270px
    }
}

.loading-screen {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    cursor: default;
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: var(--dark-color);
    z-index: 99999999
}

.loading-screen .preloader-close {
    position: fixed;
    top: 15px;
    right: 15px;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    font-size: 18px;
    line-height: 30px;
    background: var(--theme-color);
    color: var(--white-color);
    text-align: center;
    cursor: pointer;
    z-index: 99999999
}

.loading-screen .animation-preloader {
    z-index: 99999999
}

.loading-screen .animation-preloader .txt-loading {
    font: bold 3em var(--title-font),sans-serif;
    text-align: center;
    user-select: none
}

.loading-screen .animation-preloader .txt-loading .letters-loading {
    color: var(--white-color);
    position: relative
}

.loading-screen .animation-preloader .txt-loading .letters-loading::before {
    animation: letters-loading 4s infinite;
    color: var(--theme-color);
    content: attr(data-text-preloader);
    left: 0;
    opacity: 0;
    font-family: var(--title-font),sans-serif;
    position: absolute;
    top: -3px;
    transform: rotateY(-90deg)
}

.loading-screen .animation-preloader .txt-loading .letters-loading:nth-child(1):before {
    animation-delay: 0s
}

.loading-screen .animation-preloader .txt-loading .letters-loading:nth-child(2):before {
    animation-delay: .2s
}

.loading-screen .animation-preloader .txt-loading .letters-loading:nth-child(3):before {
    animation-delay: .4s
}

.loading-screen .animation-preloader .txt-loading .letters-loading:nth-child(4):before {
    animation-delay: .6s
}

.loading-screen .animation-preloader .txt-loading .letters-loading:nth-child(5):before {
    animation-delay: .8s
}

.loading-screen .animation-preloader .txt-loading .letters-loading:nth-child(6):before {
    animation-delay: 1s
}

.loading-screen .animation-preloader .txt-loading .letters-loading:nth-child(7):before {
    animation-delay: 1.2s
}

.loading-screen .animation-preloader .txt-loading .letters-loading:nth-child(8):before {
    animation-delay: 1.4s
}

@-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)
    }
}

@media(max-width: 767px) {
    .loading-screen .animation-preloader .txt-loading {
        font:bold 3.5em var(--title-font),sans-serif
    }
}

@media screen and (max-width: 500px) {
    .loading-screen .animation-preloader .txt-loading {
        font:bold 2em var(--title-font),sans-serif
    }
}

.link-effect {
    position: relative;
    overflow: hidden;
    display: block;
    height: 26px;
    line-height: 1.66
}

.link-effect .effect-1 {
    display: block;
    height: 100%;
    position: relative;
    top: 0%;
    transition: .3s
}

.link-effect:hover .effect-1 {
    top: -100%
}

.theme-btn {
    font-size: 16px;
    font-weight: 500;
    font-family: var(--title-font);
    position: relative;
    padding: 15px 40px;
    margin-bottom: 0px;
    color: var(--dark-color);
    background-color: var(--theme-color2);
    display: inline-flex;
    justify-content: center;
    gap: 10px;
    text-decoration: none;
    border-radius: 40px
}

@media(max-width: 767px) {
    .theme-btn {
        padding:12px 15px
    }
}

.theme-btn.bg-white {
    background-color: var(--white-color);
    border: 1px solid var(--dark-color)
}

.theme-btn.bg-dark {
    background-color:  var(--theme-color) !important;
    color: var(--white-color)
}

.theme-btn.bg-dark:hover {
    color: var(--white-color);
    background-color:var(--dark-color);
}

.theme-btn.bg-dark3 {
    background-color: var(--dark-color3);
    color: var(--white-color)
}

.theme-btn.bg-dark3:hover {
    color: var(--white-color)
}

.theme-btn.bg-theme {
    background-color: var(--theme-color);
    color: var(--white-color)
}

.theme-btn.bg-theme:hover {
    color: var(--white-color)
}

.theme-btn.bg-border {
    background-color: var(--bs-border-color);
    color: var(--white-color)
}

.theme-btn.bg-border:hover {
    color: var(--white-color)
}

.theme-btn.bg-transparent {
    background-color: rgba(0,0,0,0);
    border: 1px solid var(--dark-color)
}

.theme-btn i {
    font-size: 16px;
    height: 26px;
    line-height: 1.66
}

.theme-btn:hover {
    color: var(--dark-color)
}

.theme-btn:hover .effect-1 {
    top: -100%
}

.theme-btn.text-theme:before,.theme-btn.text-theme:after {
    background: var(--theme-color)
}

.theme-btn.text-theme img {
    filter: brightness(99)
}

.icon-btn {
    display: inline-block;
    width: var(--btn-size, 46px);
    height: var(--btn-size, 46px);
    line-height: var(--btn-size, 46px);
    font-size: var(--btn-font-size, 16px);
    background-color: var(--theme-color);
    color: var(--white-color);
    text-align: center;
    border-radius: 0px;
    border: none;
    transition: .4s ease-in-out
}

.icon-btn:hover {
    background-color: var(--title-color);
    color: var(--white-color)
}

.icon-btn.btn-border {
    background: rgba(0,0,0,0);
    border: 2px solid var(--theme-color);
    color: var(--theme-color)
}

.icon-btn.btn-border:hover {
    background: var(--theme-color);
    color: var(--white-color)
}

.scroll-top {
    position: fixed;
    right: 30px;
    bottom: 30px;
    height: 50px;
    width: 50px;
    cursor: pointer;
    display: block;
    border-radius: 50%;
    z-index: 10000;
    opacity: 1;
    visibility: hidden;
    transform: translateY(45px);
    transition: all 300ms linear
}

.scroll-top:after {
    content: "";
    font-family: 'FontAwesome';
    font-weight: 700;
    position: absolute;
    text-align: center;
    line-height: 50px;
    font-size: 20px;
    color: var(--title-color);
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    cursor: pointer;
    display: block;
    z-index: 1;
    border-radius: 50%
}

.scroll-top i {
    color: var(--title-color);
    border-radius: 50%;
    background: var(--white-color);
    border: 1px solid var(--white-color)
}

.scroll-top i path {
    fill: none
}

.scroll-top .progress-circle path {
    stroke: var(--theme-color);
    stroke-width: 6px;
    box-sizing: border-box;
    transition: all 400ms linear
}

.scroll-top.show {
    opacity: 1;
    visibility: visible;
    transform: translateY(0)
}

@media(max-width: 575px) {
    .scroll-top {
        right:15px;
        bottom: 15px;
        height: 40px;
        width: 40px
    }

    .scroll-top:after {
        font-size: 16px;
        line-height: 40px
    }

    .btn {
        padding: 15.5px 20px;
        font-size: 12px;
        font-weight: 500
    }

    .btn.circle-btn {
        height: 120px;
        width: 120px;
        line-height: 120px
    }
}

.top-scroll {
    cursor: pointer;
    display: inline-block;
    padding: 19px 13px;
    border-radius: 7px;
    background-color: var(--theme-color);
    text-align: center;
    transition: all 300ms linear
}

@media(max-width: 767px) {
    .play-btn {
        --icon-size: 70px;
        --icon-font-size: 24px
    }

    .btn {
        font-size: 14px;
        font-weight: 600;
        line-height: 1;
        padding: 17px 25px
    }
}

body.bg-title .scroll-top svg {
    color: var(--white-color)
}

body.bg-title .scroll-top svg path {
    stroke: var(--theme-color)
}

body.bg-title .scroll-top::after {
    color: var(--white-color);
    box-shadow: inset 0 0 0 2px hsla(0,0%,100%,.4)
}

.title-area {
    margin-bottom: calc(var(--section-title-space) - 30px);
    position: relative;
    z-index: 2
}

@media(max-width: 991px) {
    .title-area {
        --section-title-space: 60px
    }
}

@media(max-width: 767px) {
    .title-area {
        --section-title-space: 55px
    }
}

.title-area.two {
    margin-bottom: calc(var(--section-title-space) - 30px)
}

.title-area.twoT {
    margin-bottom: calc(var(--section-title-space) - 42px)
}

.title-area.three {
    margin-bottom: calc(var(--section-title-space) - 20px)
}

.title-area.threeT {
    margin-bottom: calc(var(--section-title-space) - 34px)
}

.title-area.threeT .sec-title {
    margin-bottom: 13px
}

.sub-title {
    display: flex;
    align-items: center;
    gap: 10px;
    color: var(--theme-color);
    text-transform: uppercase;
    font-size: 16px;
    font-weight: 500;
    margin-bottom: 18px;
    position: relative
}

.sub-title.style-2 {
    display: inline-block;
    padding: 0 14px;
    height: 44px;
    line-height: 44px;
    text-align: center;
    border-radius: 22px;
    background-color: var(--bs-bg-color10);
    font-size: 16px;
    color: var(--white-color) !important;
    font-weight: 500
}

.sub-title span {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 36px;
    height: 36px;
    border-radius: 50%;
    background-color: var(--theme-color)
}

.text-center .sub-title {
    justify-content: center
}

.sec-title {
    font-size: 36px;
    line-height: 1.18;
    margin-bottom: 20px;
    margin-top: -0.18em;
    font-weight: 400;
    position: relative
}

.sec-title .bold {
    font-weight: 700;
     
    flex-flow: nowrap !important;

}
/*.sec-title {*/
/*    word-break: keep-all;*/
/*}*/
/*.sec-title {*/
/*    white-space: nowrap;*/
/*    overflow-wrap: normal;*/
/*}*/

@media(max-width: 1280px) {
    .sec-title {
        font-size:34px
    }
}

@media(max-width: 540px) {
    .sec-title {
        font-size:30px;
        letter-spacing: normal
    }
    .sub-title {
        font-size: 14px;
    }
}

@media(max-width: 430px) {
    .sec-title {
        font-size:28px
    }
    .sub-title {
        font-size: 14px;
    }
}

@media(max-width: 414px) {
    .sec-title {
        font-size: 23px;
        line-height: 45px;
        font-weight: 600;
        margin-bottom: 10px;
       
    }
    .sub-title {
        font-size: 14px;
    }
}

.sec-text {
    font-size: 16px;
    line-height: 1.66;
    color: var(--gray-color2);
    margin-bottom: 0
}

@media(min-width: 992px)and (max-width: 1024px) {
    .sec-text br {
        display:none
    }
}

.white .sub-title {
    color: var(--theme-color2)
}

.white .sec-title {
    color: var(--white-color)
}

.asterisk {
    display: inline-block;
    width: 13px !important;
    height: 14px !important;
    position: relative
}

.asterisk::before {
    display: inline-block;
    position: absolute;
    content: "";
    left: 50%;
    top: 50%;
    width: 100%;
    height: 100%;
    transform: translate(-50%, -50%);
    background: url("../images/icons/asterisk.png") no-repeat center/cover
}

.arrow-down {
    display: inline-block;
    width: 40px !important;
    height: 50px !important;
    position: relative
}
 
.arrow-down::before {
    display: inline-block;
    position: absolute;
    content: "";
    left: 50%;
    top: 50%;
    width: 100%;
    height: 100%;
    transform: translate(-50%, -50%);
    background: url("../images/icons/arrow-down-long.png") no-repeat center/cover
}

.icon-quote {
    display: inline-block;
    width: 58px !important;
    height: 47px !important;
    position: relative
}

.icon-quote::before {
    display: inline-block;
    position: absolute;
    content: "";
    left: 50%;
    top: 50%;
    width: 100%;
    height: 100%;
    transform: translate(-50%, -50%);
    background: url("../images/icons/quote.png") no-repeat center/cover
}

.icon-phone-circle {
    display: inline-block;
    width: 34px !important;
    height: 34px !important;
    position: relative
}

.icon-phone-circle::before {
    display: inline-block;
    position: absolute;
    content: "";
    left: 50%;
    top: 50%;
    width: 100%;
    height: 100%;
    transform: translate(-50%, -50%);
    background: url("../images/icons/phone-circle.png") no-repeat center/cover
}

.icon-phone-circle-small {
    display: inline-block;
    width: 24px !important;
    height: 24px !important;
    position: relative
}

.icon-phone-circle-small::before {
    display: inline-block;
    position: absolute;
    content: "";
    left: 50%;
    top: 50%;
    width: 100%;
    height: 100%;
    transform: translate(-50%, -50%);
    background: url("../images/icons/phone-circle.png") no-repeat center/cover
}

.icon-arrow-up-right {
    display: inline-block;
    width: 16px !important;
    height: 16px !important;
    position: relative
}

.icon-arrow-up-right::before {
    display: inline-block;
    position: absolute;
    content: "";
    left: 50%;
    top: 50%;
    width: 100%;
    height: 100%;
    transform: translate(-50%, -50%);
    background: url("../images/icons/arrow-up-right.png") no-repeat center/cover
}

.icon-switch {
    display: inline-block;
    width: 60px !important;
    height: 60px !important;
    position: relative
}

.icon-switch::before {
    display: inline-block;
    position: absolute;
    content: "";
    left: 50%;
    top: 50%;
    width: 100%;
    height: 100%;
    transform: translate(-50%, -50%);
    background: url("../images/icons/icon-switch.png") no-repeat center/cover
}

.icon-risk {
    display: inline-block;
    width: 60px !important;
    height: 60px !important;
    position: relative
}

.icon-risk::before {
    display: inline-block;
    position: absolute;
    content: "";
    left: 50%;
    top: 50%;
    width: 100%;
    height: 100%;
    transform: translate(-50%, -50%);
    background: url("../images/icons/icon-risk.png") no-repeat center/cover
}

.icon-checked-box {
    display: inline-block;
    width: 60px !important;
    height: 60px !important;
    position: relative
}

.icon-checked-box::before {
    display: inline-block;
    position: absolute;
    content: "";
    left: 50%;
    top: 50%;
    width: 100%;
    height: 100%;
    transform: translate(-50%, -50%);
    background: url("../images/icons/checked-box.png") no-repeat center/cover
}

.icon-inverted-triangle {
    display: inline-block;
    width: 65px !important;
    height: 60px !important;
    position: relative
}

.icon-inverted-triangle::before {
    display: inline-block;
    position: absolute;
    content: "";
    left: 50%;
    top: 50%;
    width: 100%;
    height: 100%;
    transform: translate(-50%, -50%);
    background: url("../images/icons/inverted-triangle.png") no-repeat center/cover
}

.icon-refresh-arrow {
    display: inline-block;
    width: 60px !important;
    height: 60px !important;
    position: relative
}

.icon-refresh-arrow::before {
    display: inline-block;
    position: absolute;
    content: "";
    left: 50%;
    top: 50%;
    width: 100%;
    height: 100%;
    transform: translate(-50%, -50%);
    background: url("../images/icons/refresh-arrow.png") no-repeat center/cover
}

.icon-recycle-arrow {
    display: inline-block;
    width: 24px !important;
    height: 24px !important;
    position: relative
}

.icon-recycle-arrow::before {
    display: inline-block;
    position: absolute;
    content: "";
    left: 50%;
    top: 50%;
    width: 100%;
    height: 100%;
    transform: translate(-50%, -50%);
    background: url("../images/icons/recycle-arrow.png") no-repeat center/cover
}

.icon-growth-arrow {
    display: inline-block;
    width: 36px !important;
    height: 36px !important;
    position: relative
}

.icon-growth-arrow::before {
    display: inline-block;
    position: absolute;
    content: "";
    left: 50%;
    top: 50%;
    width: 100%;
    height: 100%;
    transform: translate(-50%, -50%);
    background: url("../images/icons/growth-arrow.png") no-repeat center/cover
}

.icon-bentol {
    display: inline-block;
    width: 14px !important;
    height: 16px !important;
    position: relative
}

.icon-bentol::before {
    display: inline-block;
    position: absolute;
    content: "";
    left: 50%;
    top: 50%;
    width: 100%;
    height: 100%;
    transform: translate(-50%, -50%);
    background: url("../images/icons/bentol.png") no-repeat center/cover
}

.icon-checkmark {
    display: inline-block;
    width: 22px !important;
    height: 20px !important;
    position: relative
}

.icon-checkmark::before {
    display: inline-block;
    position: absolute;
    content: "";
    left: 50%;
    top: 50%;
    width: 100%;
    height: 100%;
    transform: translate(-50%, -50%);
    background: url("../images/icons/checkmark.png") no-repeat center/cover
}

.icon-checkmark2 {
    display: inline-block;
    width: 18px !important;
    height: 16px !important;
    position: relative;
    filter: brightness(0) saturate(100%) invert(12%) sepia(97%) saturate(556%) hue-rotate(135deg) brightness(92%) contrast(95%)
}

.icon-checkmark2::before {
    display: inline-block;
    position: absolute;
    content: "";
    left: 50%;
    top: 50%;
    width: 100%;
    height: 100%;
    transform: translate(-50%, -50%);
    background: url("../images/icons/checkmark.png") no-repeat center/cover
}

.icon-checkmark-small {
    display: inline-block;
    width: 16px !important;
    height: 14px !important;
    position: relative;
    filter: brightness(0) invert(1)
}

.icon-checkmark-small::before {
    display: inline-block;
    position: absolute;
    content: "";
    left: 50%;
    top: 50%;
    width: 100%;
    height: 100%;
    transform: translate(-50%, -50%);
    background: url("../images/icons/checkmark.png") no-repeat center/cover
}

.icon-check-circle {
    display: inline-block;
    width: 18px !important;
    height: 18px !important;
    position: relative
}

.icon-check-circle::before {
    display: inline-block;
    position: absolute;
    content: "";
    left: 50%;
    top: 50%;
    width: 100%;
    height: 100%;
    transform: translate(-50%, -50%);
    background: url("../images/icons/check-circle.png") no-repeat center/cover
}

.icon-check-circle {
    display: inline-block;
    width: 18px !important;
    height: 18px !important;
    position: relative
}

.icon-check-circle::before {
    display: inline-block;
    position: absolute;
    content: "";
    left: 50%;
    top: 50%;
    width: 100%;
    height: 100%;
    transform: translate(-50%, -50%);
    background: url("../images/icons/check-circle.png") no-repeat center/cover
}

.icon-since {
    display: inline-block;
    width: 31px !important;
    height: 35px !important;
    position: relative
}

.icon-since::before {
    display: inline-block;
    position: absolute;
    content: "";
    left: 50%;
    top: 50%;
    width: 100%;
    height: 100%;
    transform: translate(-50%, -50%);
    background: url("../images/icons/icon-since.png") no-repeat center/cover
}

.icon-comercial {
    display: inline-block;
    width: 57px !important;
    height: 60px !important;
    position: relative
}

.icon-comercial::before {
    display: inline-block;
    position: absolute;
    content: "";
    left: 50%;
    top: 50%;
    width: 100%;
    height: 100%;
    transform: translate(-50%, -50%);
    background: url("../images/icons/icon-comercial.png") no-repeat center/cover
}

.icon-infomsg {
    display: inline-block;
    width: 67px !important;
    height: 60px !important;
    position: relative
}

.icon-infomsg::before {
    display: inline-block;
    position: absolute;
    content: "";
    left: 50%;
    top: 50%;
    width: 100%;
    height: 100%;
    transform: translate(-50%, -50%);
    background: url("../images/icons/icon-infomsg.png") no-repeat center/cover
}

.icon-finished {
    display: inline-block;
    width: 60px !important;
    height: 60px !important;
    position: relative
}

.icon-finished::before {
    display: inline-block;
    position: absolute;
    content: "";
    left: 50%;
    top: 50%;
    width: 100%;
    height: 100%;
    transform: translate(-50%, -50%);
    background: url("../images/icons/icon-finished.png") no-repeat center/cover
}

.icon-mom-star {
    display: inline-block;
    width: 40px !important;
    height: 60px !important;
    position: relative
}

.icon-mom-star::before {
    display: inline-block;
    position: absolute;
    content: "";
    left: 50%;
    top: 50%;
    width: 100%;
    height: 100%;
    transform: translate(-50%, -50%);
    background: url("../images/icons/mom-star.png") no-repeat center/cover
}

.icon-angel-left {
    display: inline-block;
    width: 22px !important;
    height: 40px !important;
    position: relative
}

.icon-angel-left::before {
    display: inline-block;
    position: absolute;
    content: "";
    left: 50%;
    top: 50%;
    width: 100%;
    height: 100%;
    transform: translate(-50%, -50%);
    background: url("../images/icons/angel-left.png") no-repeat center/cover
}

.icon-angel-right {
    display: inline-block;
    width: 22px !important;
    height: 40px !important;
    position: relative
}

.icon-angel-right::before {
    display: inline-block;
    position: absolute;
    content: "";
    left: 50%;
    top: 50%;
    width: 100%;
    height: 100%;
    transform: translate(-50%, -50%);
    background: url("../images/icons/angel-right.png") no-repeat center/cover
}

.icon-small-hand {
    display: inline-block;
    width: 26px !important;
    height: 28px !important;
    position: relative
}

.icon-small-hand::before {
    display: inline-block;
    position: absolute;
    content: "";
    left: 50%;
    top: 50%;
    width: 100%;
    height: 100%;
    transform: translate(-50%, -50%);
    background: url("../images/icons/icon-hand.png") no-repeat center/cover
}

.icon-growth-chart {
    display: inline-block;
    width: 46px !important;
    height: 46px !important;
    position: relative
}

.icon-growth-chart::before {
    display: inline-block;
    position: absolute;
    content: "";
    left: 50%;
    top: 50%;
    width: 100%;
    height: 100%;
    transform: translate(-50%, -50%);
    background: url("../images/icons/growth-chart.png") no-repeat center/cover
}

.icon-growth-chart2 {
    display: inline-block;
    width: 60px !important;
    height: 60px !important;
    position: relative
}

.icon-growth-chart2::before {
    display: inline-block;
    position: absolute;
    content: "";
    left: 50%;
    top: 50%;
    width: 100%;
    height: 100%;
    transform: translate(-50%, -50%);
    background: url("../images/icons/growth-chart2.png") no-repeat center/cover
}

.icon-three-people-global {
    display: inline-block;
    width: 60px !important;
    height: 60px !important;
    position: relative
}

.icon-three-people-global::before {
    display: inline-block;
    position: absolute;
    content: "";
    left: 50%;
    top: 50%;
    width: 100%;
    height: 100%;
    transform: translate(-50%, -50%);
    background: url("../images/icons/three-people-global.png") no-repeat center/cover
}

.icon-target-goal {
    display: inline-block;
    width: 46px !important;
    height: 46px !important;
    position: relative
}

.icon-target-goal::before {
    display: inline-block;
    position: absolute;
    content: "";
    left: 50%;
    top: 50%;
    width: 100%;
    height: 100%;
    transform: translate(-50%, -50%);
    background: url("../images/icons/target-goal.png") no-repeat center/cover
}

.icon-frustration {
    display: inline-block;
    width: 46px !important;
    height: 46px !important;
    position: relative
}

.icon-frustration::before {
    display: inline-block;
    position: absolute;
    content: "";
    left: 50%;
    top: 50%;
    width: 100%;
    height: 100%;
    transform: translate(-50%, -50%);
    background: url("../images/icons/icon-frustration.png") no-repeat center/cover
}

.icon-e {
    display: inline-block;
    width: 53px !important;
    height: 60px !important;
    position: relative
}

.icon-e::before {
    display: inline-block;
    position: absolute;
    content: "";
    left: 50%;
    top: 50%;
    width: 100%;
    height: 100%;
    transform: translate(-50%, -50%);
    background: url("../images/icons/icon-e.png") no-repeat center/cover
}

.icon-three-people {
    display: inline-block;
    width: 70px !important;
    height: 70px !important;
    position: relative
}

.icon-three-people::before {
    display: inline-block;
    position: absolute;
    content: "";
    left: 50%;
    top: 50%;
    width: 100%;
    height: 100%;
    transform: translate(-50%, -50%);
    background: url("../images/icons/icon-three-people.png") no-repeat center/cover
}

.icon-target {
    display: inline-block;
    width: 70px !important;
    height: 70px !important;
    position: relative
}

.icon-target::before {
    display: inline-block;
    position: absolute;
    content: "";
    left: 50%;
    top: 50%;
    width: 100%;
    height: 100%;
    transform: translate(-50%, -50%);
    background: url("../images/icons/icon-target.png") no-repeat center/cover
}

.icon-target2 {
    display: inline-block;
    width: 60px !important;
    height: 60px !important;
    position: relative
}

.icon-target2::before {
    display: inline-block;
    position: absolute;
    content: "";
    left: 50%;
    top: 50%;
    width: 100%;
    height: 100%;
    transform: translate(-50%, -50%);
    background: url("../images/icons/icon-target.png") no-repeat center/cover
}

.icon-message {
    display: inline-block;
    width: 77px !important;
    height: 70px !important;
    position: relative
}

.icon-message::before {
    display: inline-block;
    position: absolute;
    content: "";
    left: 50%;
    top: 50%;
    width: 100%;
    height: 100%;
    transform: translate(-50%, -50%);
    background: url("../images/icons/icon-message.png") no-repeat center/cover
}

.icon-handshake {
    display: inline-block;
    width: 56px !important;
    height: 50px !important;
    position: relative
}

.icon-handshake::before {
    display: inline-block;
    position: absolute;
    content: "";
    left: 50%;
    top: 50%;
    width: 100%;
    height: 100%;
    transform: translate(-50%, -50%);
    background: url("../images/icons/icon-handshake.png") no-repeat center/cover
}

.line-long-arrow {
    display: inline-block;
    width: 26px !important;
    height: 50px !important;
    position: relative
}

@media(max-width: 767px) {
    .line-long-arrow {
         height: 0px !important;
    }
}

.line-long-arrow::before {
    display: inline-block;
    position: absolute;
    content: "";
    left: 50%;
    top: 50%;
    width: 100%;
    height: 100%;
    transform: translate(-50%, -50%);
    background: url("../images/icons/line-long-arrow.png") no-repeat center/cover
}

.icon-check-circle2 {
    display: inline-block;
    width: 22px !important;
    height: 20px !important;
    position: relative
}

.icon-check-circle2::before {
    display: inline-block;
    position: absolute;
    content: "";
    left: 50%;
    top: 50%;
    width: 100%;
    height: 100%;
    transform: translate(-50%, -50%);
    background: url("../images/icons/check-circle2.png") no-repeat center/cover
}

.icon-calender {
    display: inline-block;
    width: 18px !important;
    height: 16px !important;
    position: relative
}

.icon-calender::before {
    display: inline-block;
    position: absolute;
    content: "";
    left: 50%;
    top: 50%;
    width: 100%;
    height: 100%;
    transform: translate(-50%, -50%);
    background: url("../images/icons/icon-calender.png") no-repeat center/cover
}

.page-wrapper {
    position: relative;
    z-index: 1;
    margin: 0 auto;
    width: 100%;
    min-width: 300px;
    overflow: hidden
}

.page-wrapper.home-four {
    padding: 0 50px 0px;
    background: var(--white-color)
}

@media(min-width: 992px)and (max-width: 1024px) {
    .page-wrapper.home-four {
        padding:0
    }
}

@media(max-width: 991px) {
    .page-wrapper.home-four {
        padding:0
    }
}

.shape-mockup-wrap {
    z-index: 2;
    position: relative
}

.shape-mockup {
    position: absolute;
    z-index: -1
}

.shape-mockup.z-index-3 {
    z-index: 3
}

.z-index-step1 {
    position: relative;
    z-index: 4 !important
}

.z-index-common {
    position: relative;
    z-index: 3
}

.z-index-3 {
    z-index: 3
}

.z-index-n1 {
    z-index: -1
}

.media-body {
    flex: 1
}

.style-italic {
    font-style: italic
}

.social-btn {
    display: flex;
    gap: 10px
}

.social-btn a {
    height: var(--icon-size, 48px);
    width: var(--icon-size, 48px);
    line-height: 48px;
    display: inline-block;
    color: var(--title-color);
    text-align: center;
    font-size: 16px;
    border-radius: 50%;
    border: 1px solid var(--bs-border-color);
    background: var(--bs-border-color)
}

.social-btn a:hover {
    background: var(--title-color);
    color: var(--white-color);
    border-color: var(--title-color)
}

.social-btn.style2 {
    gap: 25px
}

.social-btn.style2 .link-effect {
    height: 25px
}

.social-btn.style2 a {
    background: rgba(0,0,0,0);
    width: auto;
    height: auto;
    line-height: normal;
    border-radius: 0;
    color: var(--white-color);
    border: 0;
    font-size: 20px
}

.social-btn.style2 a:hover {
    background: rgba(0,0,0,0);
    color: var(--theme-color)
}

.social-btn.style3 {
    gap: 15px
}

.social-btn.style3 .link-effect {
    height: 46px;
    line-height: 46px
}

.social-btn.style3 a {
    display: inline-block;
    background: var(--theme-color);
    width: 45px;
    height: 45px;
    line-height: 45px;
    border-radius: 50%;
    color: var(--white-color);
    border: 0;
    font-size: 16px
}

.social-btn.style3 a:hover {
    color: var(--white-color)
}

.social-btn.color-theme a {
    color: var(--body-color);
    border-color: var(--theme-color)
}

.btn-group {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 20px
}

.btn-group .btn {
    border-radius: 40px;
    flex: none
}

.btn-group.style2 {
    gap: 20px 70px
}

@media(max-width: 767px) {
    .btn-group.style2 {
        gap:20px 30px
    }
}

.w-fit {
    width: -moz-fit-content !important;
    width: fit-content !important
}

.f-thumbs__slide__img {
    height: 100% !important
}

.select2-results__option {
    padding: 0 10px;
    color: var(--gray-color)
}

.select2-container--default .select2-selection--single {
    border-radius: 0
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
    color: var(--gray-color);
    padding-left: 0;
    line-height: 38px
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
    bottom: 1px;
    height: auto;
    width: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 12px;
    color: var(--gray-color)
}

.select2-container--default .select2-selection--single .select2-selection__arrow:before {
    position: relative;
    content: "";
    font-family: 'FontAwesome';
    font-weight: 900
}

.select2-container--default .select2-selection--single .select2-selection__arrow b {
    display: none
}

.select2-container--default .select2-results__option--highlighted[aria-selected] {
    background-color: var(--theme-color)
}

.select2-container--default .select2-search--dropdown .select2-search__field {
    height: 30px;
    background: var(--white-color);
    color: var(--dark-color)
}

.form-group .select2-container--default .select2-selection--single {
    position: relative;
    display: block;
    width: 100%;
    height: 56px;
    padding: 10px 25px;
    line-height: 1.4;
    border-radius: 28px;
    color: var(--dark-color);
    background-color: var(--white-color);
    border: 1px solid var(--bs-border-color6);
    transition: all 300ms ease
}

.select2-container {
    flex: 1
}

#ui-datepicker-div {
    z-index: 10 !important
}

.custom-date-input {
    width: 200px;
    padding: 10px;
    border-radius: 5px;
    border: 1px solid var(--bs-border-color);
    font-size: 16px;
    background-color: var(--white-color)
}

.ui-datepicker {
    background: var(--white-color);
    border: 1px solid var(--white-color);
    color: #fff
}

table.ui-datepicker-calendar {
    margin-bottom: 0
}

table.ui-datepicker-calendar td:hover {
    background: var(--dark-color);
    color: var(--white-color)
}

table.ui-datepicker-calendar td:hover a {
    background: rgba(0,0,0,0);
    color: var(--white-color)
}

.ui-datepicker-title {
    display: flex
}

.ui-datepicker-title select {
    max-height: 200px;
    overflow-y: auto
}

.ui-datepicker-title select.ui-datepicker-year,.ui-datepicker-title select.ui-datepicker-month {
    background: var(--white-color);
    border: 1px solid var(--dark-color);
    color: var(--dark-color);
    height: 30px;
    line-height: 30px;
    border-radius: 0;
    width: 100%;
    padding: 0;
    text-align: center
}

.ui-datepicker-next.ui-corner-all {
    float: right
}

td.ui-datepicker-days-cell-over.ui-datepicker-today {
    background: var(--theme-color)
}

td.ui-datepicker-days-cell-over.ui-datepicker-today a {
    color: var(--white-color);
    cursor: pointer
}

.ui-datepicker-header {
    background: var(--white-color);
    border-bottom: 1px solid #555
}

.ui-datepicker-prev,.ui-datepicker-next {
    color: var(--dark-color)
}

.ui-state-active {
    background: var(--theme-color)
}

.ui-state-highlight,.ui-widget-content .ui-state-highlight,.ui-widget-header .ui-state-highlight {
    border: 1px solid var(--theme-color);
    background: var(--theme-color);
    color: var(--white-color)
}

.ui-timepicker-list {
    background-color: var(--white-color);
    border: 1px solid var(--dark-color);
    max-height: 200px;
    overflow-y: auto
}

.popup-status {
    position: fixed;
    bottom: 20px;
    left: 20px;
    padding: 15px;
    border-radius: 5px;
    color: var(--white-color);
    font-size: 16px;
    z-index: 1000;
    display: flex;
    align-items: center;
    animation: slideIn .3s ease-out
}

.popup-status i {
    margin-right: 10px;
    cursor: pointer
}

.popup-status.success {
    background-color: var(--success-color)
}

.popup-status.error {
    background-color: var(--error-color)
}

@keyframes slideIn {
    from {
        opacity: 0;
        transform: translateY(10px)
    }

    to {
        opacity: 1;
        transform: translateY(0)
    }
}

.img-half {
    position: absolute;
    top: 0;
    width: 50%;
    height: 100%;
    z-index: -1
}

.img-half img {
    width: 100%;
    height: 100%;
    object-fit: cover
}

.img-half.img-right {
    right: 0
}

.icon-box {
    display: inline-flex;
    gap: 10px
}

.btn-wrap {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 20px 30px
}

.btn-wrap.style2 {
    gap: 30px 40px
}

.category-tag {
    height: 34px;
    line-height: 34px;
    padding: 0 17px;
    font-size: 14px;
    color: var(--white-color);
    font-weight: 500;
    border-radius: 17px;
    background-color: var(--dark-color);
    transition: all .4s ease 0s;
    cursor: pointer
}

.category-tag:hover {
    background-color: var(--theme-color)
}

.overlay-anim1 {
    position: relative
}

.overlay-anim1::after {
    background-color: var(--bs-bg-color9);
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 0;
    opacity: 1;
    z-index: 1;
    pointer-events: none
}

.overlay-anim1:hover::after {
    height: 100%;
    opacity: 0;
    -webkit-transition: all 400ms linear;
    -o-transition: all 400ms linear;
    transition: all 400ms linear
}

.overlay-anim2 {
    position: relative;
    transition: all .4s ease-in-out
}

.overlay-anim2:after {
    content: "";
    position: absolute;
    pointer-events: none;
    opacity: 1;
    z-index: 1;
    top: 50%;
    right: 0;
    bottom: 50%;
    left: 0;
    background: var(--bs-bg-color5)
}

.overlay-anim2:hover:after {
    top: 0;
    bottom: 0;
    opacity: 0;
    transition: all 900ms linear
}

.overlay-anim3 {
    position: relative;
    overflow: hidden
}

.overlay-anim3::before {
    background-color: rgba(0,0,0,.6);
    content: "";
    position: absolute;
    left: 50%;
    top: 50%;
    width: 0;
    height: 0;
    opacity: 0;
    z-index: 1;
    pointer-events: none;
    -webkit-transition: all 500ms ease-in-out;
    -o-transition: all 500ms ease-in-out;
    transition: all 500ms ease-in-out;
    transform: translate(-50%, -50%)
}

.overlay-anim3:hover::before {
    width: 100%;
    height: 100%;
    opacity: 1;
    transform: translate(-50%, -50%)
}

.overlay-fade {
    position: relative
}

.overlay-fade::after {
    background-color: var(--bs-bg-color2);
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    transition: opacity 400ms ease-in-out;
    z-index: 9;
    pointer-events: none
}

.overlay-fade:hover::after {
    opacity: 1
}

.overlay-diagonal {
    position: relative
}

.overlay-diagonal::after {
    background-color: var(--bs-bg-color2);
    content: "";
    position: absolute;
    left: -100%;
    top: 100%;
    width: 100%;
    height: 100%;
    transition: left 400ms ease-in-out,top 400ms ease-in-out;
    z-index: 9;
    pointer-events: none
}

.overlay-diagonal:hover::after {
    left: 0;
    top: 0
}

.js-marquee {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    justify-content: start
}

.border {
    position: relative;
    border-bottom: 1px solid var(--bs-border-color7) !important
}

.border.white {
    position: relative;
    border-bottom: 1px solid rgba(244, 248, 236, 0.102) !important
}

.bg {
    position: absolute;
    z-index: -1;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover
}

.bg-image.overlay::before {
    position: absolute;
    content: "";
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: var(--bs-bg-color3)
}

label.error {
    font-size: 13px;
    color: var(--error-color)
}

.bg-image1 {
    background-image: linear-gradient(var(--white-color) 50%, var(--dark-color) 50%)
}

.bg-image2 {
    background-image: linear-gradient(var(--theme-color2) 50%, var(--dark-color) 50%)
}

.bg-image3 {
    background-image: linear-gradient(transparent 50%, var(--dark-color) 50%)
}

.mbm-multiply {
    mix-blend-mode: multiply
}

.mbm-color {
    mix-blend-mode: color
}

.mbm-screen {
    mix-blend-mode: screen
}

.mbm-overlay {
    mix-blend-mode: overlay
}

.mbm-lighten {
    mix-blend-mode: lighten
}

.mbm-darken {
    mix-blend-mode: darken
}

.mbm-difference {
    mix-blend-mode: difference
}

.mbm-exclusion {
    mix-blend-mode: exclusion
}

.mbm-luminosity {
    mix-blend-mode: luminosity
}

.mw-inherit {
    max-width: inherit !important
}

.mw-fit-content {
    max-width: fit-content !important
}

.mw-max-content {
    max-width: max-content !important
}

.mw-min-content {
    max-width: min-content !important
}

.mw-none {
    max-width: none !important
}

.mw-unset {
    max-width: unset !important
}

.direction-rtl {
    direction: rtl
}

.direction-ltr {
    direction: ltr
}

.direction-initial {
    direction: initial
}

.direction-inherit {
    direction: inherit
}

.font-icon {
    font-family: 'FontAwesome'
}

.font-title {
    font-family: var(--title-font)
}

.font-body {
    font-family: var(--body-font)
}

.fw-extralight {
    font-weight: 100
}

.fw-light {
    font-weight: 300
}

.fw-normal {
    font-weight: 400
}

.fw-medium {
    font-weight: 500 !important
}

.fw-semibold {
    font-weight: 600 !important
}

.fw-bold {
    font-weight: 700
}

.fw-extrabold {
    font-weight: 800
}

.fs-md {
    font-size: 18px
}

.fs-xs {
    font-size: 14px
}

.text-underline {
    text-decoration: underline
}

.bg-theme {
    background-color: var(--theme-color) !important
}

.bg-theme2 {
    background-color: var(--theme-color2) !important
}

.bg-theme3 {
    background-color: var(--theme-color3) !important
}

.bg-white {
    background-color: var(--white-color) !important
}

.bg-dark {
    background-color: var(--dark-color) !important
}

.bg-dark2 {
    background-color: var(--dark-color2) !important
}

.bg-dark3 {
    background-color: var(--dark-color3) !important
}

.bg-light {
    background-color: var(--light-color) !important
}

.bg-light2 {
    background-color: var(--light-color2) !important
}

.bg-gray {
    background-color: var(--gray-color) !important
}

.bg-border {
    background-color: var(--bs-border-color) !important
}

.bg-title {
    background-color: var(--title-color) !important
}

.background-image,[data-bg-src] {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center
}

.bg-fluid {
    background-repeat: no-repeat;
    background-size: 100% 100%;
    background-position: center center
}

.bg-auto {
    background-size: auto auto
}

.bg-top-center {
    background-size: auto;
    background-position: top center
}

.bg-repeat {
    background-size: auto;
    background-repeat: repeat
}

.text-theme {
    color: var(--theme-color) !important
}

.text-theme2 {
    color: var(--theme-color2) !important
}

.text-white {
    color: var(--white-color) !important
}

.text-dark {
    color: var(--dark-color) !important
}

.text-dark2 {
    color: var(--dark-color2) !important
}

.text-dark3 {
    color: var(--dark-color3) !important
}

.text-gray {
    color: var(--gray-color) !important
}

.text-gray2 {
    color: var(--gray-color2) !important
}

.text-light {
    color: var(--light-color) !important
}

.text-light2 {
    color: var(--light-color2) !important
}

.text-success {
    color: var(--success-color) !important
}

.text-error {
    color: var(--error-color) !important
}

.text-inherit {
    color: inherit
}

.text-inherit:hover {
    color: var(--theme-color)
}

a.text-theme:hover,.text-reset:hover {
    text-decoration: none
}

.overlay {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%
}

.position-center {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%)
}

[data-overlay] {
    position: relative;
    z-index: 2
}

[data-overlay] [class^=col-],[data-overlay] [class*=col-] {
    z-index: 1
}

[data-overlay]:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 1
}

[data-overlay=theme]:before {
    background-color: var(--theme-color)
}

[data-overlay=theme2]:before {
    background-color: var(--theme-color2)
}

[data-overlay=white]:before {
    background-color: var(--white-color)
}

[data-overlay=dark]:before {
    background-color: var(--dark-color)
}

[data-overlay=dark2]:before {
    background-color: var(--dark-color2)
}

[data-overlay=dark3]:before {
    background-color: var(--dark-color3)
}

[data-overlay=light]:before {
    background-color: var(--light-color)
}

[data-overlay=light2]:before {
    background-color: var(--light-color2)
}

[data-overlay=gray]:before {
    background-color: var(--gray-color)
}

[data-overlay=overlay1]:before {
    background-color: #131B23
}

[data-opacity="1"]:before {
    opacity: 0.1
}

[data-opacity="2"]:before {
    opacity: 0.2
}

[data-opacity="3"]:before {
    opacity: 0.3
}

[data-opacity="4"]:before {
    opacity: 0.4
}

[data-opacity="5"]:before {
    opacity: 0.5
}

[data-opacity="6"]:before {
    opacity: 0.6
}

[data-opacity="7"]:before {
    opacity: 0.7
}

[data-opacity="8"]:before {
    opacity: 0.8
}

[data-opacity="9"]:before {
    opacity: 0.9
}

[data-opacity="10"]:before {
    opacity: 1
}

.ripple-animation {
    animation-duration: var(--ripple-ani-duration);
    animation-timing-function: ease-in-out;
    animation-iteration-count: infinite;
    animation-name: ripple
}

@keyframes ripple {
    0% {
        transform: scale(1);
        opacity: 0
    }

    30% {
        opacity: 1
    }

    100% {
        transform: scale(2.1);
        opacity: 0
    }
}

@-webkit-keyframes ripple-video {
    0% {
        -webkit-box-shadow: 0 0 0 0 hsla(0,0%,100%,.3),0 0 0 10px hsla(0,0%,100%,.3),0 0 0 20px hsla(0,0%,100%,.3);
        box-shadow: 0 0 0 0 hsla(0,0%,100%,.3),0 0 0 10px hsla(0,0%,100%,.3),0 0 0 20px hsla(0,0%,100%,.3)
    }

    100% {
        -webkit-box-shadow: 0 0 0 10px hsla(0,0%,100%,.3),0 0 0 20px hsla(0,0%,100%,.3),0 0 0 30px hsla(0,0%,100%,0);
        box-shadow: 0 0 0 10px hsla(0,0%,100%,.3),0 0 0 20px hsla(0,0%,100%,.3),0 0 0 30px hsla(0,0%,100%,0)
    }
}

@keyframes ripple-video {
    0% {
        -webkit-box-shadow: 0 0 0 0 hsla(0,0%,100%,.3),0 0 0 10px hsla(0,0%,100%,.3),0 0 0 20px hsla(0,0%,100%,.3);
        box-shadow: 0 0 0 0 hsla(0,0%,100%,.3),0 0 0 10px hsla(0,0%,100%,.3),0 0 0 20px hsla(0,0%,100%,.3)
    }

    100% {
        -webkit-box-shadow: 0 0 0 10px hsla(0,0%,100%,.3),0 0 0 20px hsla(0,0%,100%,.3),0 0 0 30px hsla(0,0%,100%,0);
        box-shadow: 0 0 0 10px hsla(0,0%,100%,.3),0 0 0 20px hsla(0,0%,100%,.3),0 0 0 30px hsla(0,0%,100%,0)
    }
}

.movingX {
    animation: movingX 8s linear infinite
}

@keyframes movingX {
    0% {
        transform: translateX(0)
    }

    50% {
        transform: translateX(50px)
    }

    100% {
        transform: translateX(0)
    }
}

.moving {
    animation: moving 8s linear infinite
}

@keyframes moving {
    0% {
        transform: translateX(0)
    }

    50% {
        transform: translateX(-50px)
    }

    100% {
        transform: translateX(0)
    }
}

.jump {
    animation: jumpAni 7s linear infinite
}

.jump1 {
    animation: jumpAni 6s linear infinite
}

.jump2 {
    animation: jumpAni 5s linear infinite
}

.jump3 {
    animation: jumpAni 4s linear infinite
}

@keyframes jumpAni {
    0% {
        transform: translateY(0)
    }

    40% {
        transform: translateY(-30px)
    }

    100% {
        transform: translateY(0)
    }
}

.jump-reverse {
    animation: jumpReverseAni 7s linear infinite
}

@keyframes jumpReverseAni {
    0% {
        transform: translateY(0)
    }

    50% {
        transform: translateY(30px)
    }

    100% {
        transform: translateY(0)
    }
}

.spin {
    animation: spin 15s linear infinite
}

.spin2 {
    animation: spin2 20s linear infinite
}

.spin-slow {
    animation: spin 50s linear infinite
}

@keyframes spin {
    0% {
        transform: rotate(0)
    }

    100% {
        transform: rotate(-360deg)
    }
}

@keyframes spin2 {
    0% {
        transform: rotate(0)
    }

    100% {
        transform: rotate(360deg)
    }
}

@keyframes animate-positive {
    0% {
        width: 0
    }
}

.scalein.slider-animated {
    --animation-name: scalein
}

.slidetopleft.slider-animated {
    --animation-name: slidetopleft
}

.slidebottomright.slider-animated {
    --animation-name: slidebottomright
}

.slideinleft.slider-animated {
    --animation-name: slideinleft
}

.slideinright.slider-animated {
    --animation-name: slideinright
}

.slideinup.slider-animated {
    --animation-name: slideinup
}

.slideindown.slider-animated {
    --animation-name: slideindown
}

.rollinleft.slider-animated {
    --animation-name: rollinleft
}

.rollinright.slider-animated {
    --animation-name: rollinright
}

.scalein,.slidetopleft,.slidebottomright,.slideinleft,.slideinright,.slideindown,.slideinup,.rollinleft,.rollinright {
    opacity: 0;
    animation-fill-mode: both;
    animation-iteration-count: 1;
    animation-duration: 1s;
    animation-delay: .3s;
    animation-name: var(--animation-name)
}

.slider-animated {
    opacity: 1
}

@keyframes slideinup {
    0% {
        opacity: 0;
        transform: translateY(70px)
    }

    100% {
        transform: translateY(0)
    }
}

@keyframes slideinright {
    0% {
        opacity: 0;
        transform: translateX(70px)
    }

    100% {
        transform: translateX(0)
    }
}

@keyframes slideindown {
    0% {
        opacity: 0;
        transform: translateY(-70px)
    }

    100% {
        transform: translateY(0)
    }
}

@keyframes slideinleft {
    0% {
        opacity: 0;
        transform: translateX(-70px)
    }

    100% {
        transform: translateX(0)
    }
}

@keyframes slidebottomright {
    0% {
        opacity: 0;
        transform: translateX(100px) translateY(100px)
    }

    100% {
        transform: translateX(0) translateY(0)
    }
}

@keyframes slidetopleft {
    0% {
        opacity: 0;
        transform: translateX(-100px) translateY(-100px)
    }

    100% {
        transform: translateX(0) translateY(0)
    }
}

@keyframes rotate {
    from {
        transform: rotate(0deg)
    }

    to {
        transform: rotate(360deg)
    }

    0% {
        border-right-color: rgba(0,0,0,0);
        border-bottom-color: rgba(0,0,0,0);
        border-top-color: rgba(0,0,0,0);
        border-left-color: rgba(0,0,0,0)
    }

    75% {
        border-top-color: #fff;
        border-left-color: #fff;
        border-right-color: #fff;
        border-bottom-color: rgba(0,0,0,0)
    }

    100% {
        border-right-color: rgba(0,0,0,0);
        border-bottom-color: rgba(0,0,0,0);
        border-top-color: rgba(0,0,0,0);
        border-left-color: rgba(0,0,0,0)
    }
}

.img-anim-right {
    animation: img-anim-right 1.3s forwards cubic-bezier(0.645, 0.045, 0.355, 1) .4s;
    opacity: 0
}

@keyframes img-anim-right {
    0% {
        transform: translateX(5%);
        clip-path: inset(0 0 0 100%);
        opacity: 0
    }

    100% {
        transform: translateX(0);
        clip-path: inset(0 0 0 0);
        opacity: 1
    }
}

.img-anim-left {
    animation: img-anim-left 1.3s forwards cubic-bezier(0.645, 0.045, 0.355, 1) .4s;
    opacity: 0
}

@keyframes img-anim-left {
    0% {
        transform: translateX(-5%);
        clip-path: inset(0 100% 0 0);
        opacity: 0
    }

    100% {
        transform: translateX(0);
        clip-path: inset(0 0 0 0);
        opacity: 1
    }
}

.img-anim-top {
    animation: img-anim-top 1.3s forwards cubic-bezier(0.645, 0.045, 0.355, 1);
    opacity: 0
}

@keyframes img-anim-top {
    0% {
        transform: translateY(-5%);
        clip-path: inset(0 0 100% 0);
        opacity: 0
    }

    100% {
        transform: translateY(0);
        clip-path: inset(0 0 0 0);
        opacity: 1
    }
}

.text-anim-right {
    animation: text-anim-right .4s forwards cubic-bezier(0.645, 0.045, 0.355, 1) 0s
}

@keyframes text-anim-right {
    from {
        transform: translateX(5%);
        clip-path: inset(0 0 0 100%);
        opacity: 0
    }

    to {
        transform: translateX(0);
        clip-path: inset(0 0 0 0);
        opacity: 1
    }
}

.text-anim-left {
    animation: text-anim-left .4s forwards cubic-bezier(0.645, 0.045, 0.355, 1) 0s
}

@keyframes text-anim-left {
    from {
        transform: translateX(-5%);
        clip-path: inset(0 0 0 100%);
        opacity: 0
    }

    to {
        transform: translateX(0);
        clip-path: inset(0 0 0 0);
        opacity: 1
    }
}

.text-anim-top {
    animation: text-anim-top 1.3s forwards cubic-bezier(0.645, 0.045, 0.355, 1) 0s
}

@keyframes text-anim-top {
    from {
        transform: translateY(-5%);
        opacity: 0
    }

    to {
        transform: translateY(0);
        opacity: 1
    }
}

.bentol-fadeInLeft {
    animation: asfadeInLeft 1.3s forwards cubic-bezier(0.645, 0.045, 0.355, 1) 0s
}

@keyframes asfadeInLeft {
    from {
        transform: translateX(-50px);
        opacity: 0
    }

    to {
        transform: translateX(0);
        opacity: 1
    }
}

.bentol-fadeInRight {
    animation: asfadeInRight 1.3s forwards cubic-bezier(0.645, 0.045, 0.355, 1) 0s
}

@keyframes asfadeInRight {
    from {
        transform: translateX(50px);
        opacity: 0
    }

    to {
        transform: translateX(0);
        opacity: 1
    }
}

.bentol-fadeInDown {
    animation: asfadeInDown 1.3s forwards cubic-bezier(0.645, 0.045, 0.355, 1) 0s
}

@keyframes asfadeInDown {
    from {
        transform: translateX(-50px);
        opacity: 0
    }

    to {
        transform: translateX(0);
        opacity: 1
    }
}

.bentol-fadeInUp {
    animation: asfadeInUp 1.3s forwards cubic-bezier(0.645, 0.045, 0.355, 1) 0s
}

@keyframes asfadeInUp {
    from {
        transform: translateX(50px);
        opacity: 0
    }

    to {
        transform: translateX(0);
        opacity: 1
    }
}

.bentol-moveFromLeft {
    animation: asmoveFromLeft 1.3s forwards cubic-bezier(0.645, 0.045, 0.355, 1) 0s
}

@keyframes asmoveFromLeft {
    from {
        visibility: hidden;
        transform: translateX(-50px)
    }

    to {
        visibility: visible
    }
}

.bentol-moveFromRight {
    animation: asmoveFromRight 1.3s forwards cubic-bezier(0.645, 0.045, 0.355, 1) 0s
}

@keyframes asmoveFromRight {
    from {
        visibility: hidden;
        transform: translateX(50px)
    }

    to {
        visibility: visible
    }
}

.bentol-moveFromTop {
    animation: asmoveFromTop 1.3s forwards cubic-bezier(0.645, 0.045, 0.355, 1) 0s
}

@keyframes asmoveFromTop {
    from {
        visibility: hidden;
        transform: translateX(-50px)
    }

    to {
        visibility: visible
    }
}

.bentol-moveFromBottom {
    animation: asmoveFromBottom 1.3s forwards cubic-bezier(0.645, 0.045, 0.355, 1) 0s
}

@keyframes asmoveFromBottom {
    from {
        visibility: hidden;
        transform: translateX(50px)
    }

    to {
        visibility: visible
    }
}

.bentol-blurInLeft {
    animation: asblurInLeft 1.3s forwards cubic-bezier(0.645, 0.045, 0.355, 1) 0s
}

@keyframes asblurInLeft {
    from {
        transform: translateX(-50px);
        filter: blur(20px);
        opacity: 0
    }
}

.bentol-blurInRight {
    animation: asblurInRight 1.3s forwards cubic-bezier(0.645, 0.045, 0.355, 1) 0s
}

@keyframes asblurInRight {
    from {
        transform: translateX(50px);
        filter: blur(20px);
        opacity: 0
    }
}

.bentol-blurInTop {
    animation: asblurInTop 1.3s forwards cubic-bezier(0.645, 0.045, 0.355, 1) 0s
}

@keyframes asblurInTop {
    from {
        transform: translateX(-50px);
        filter: blur(20px);
        opacity: 0
    }
}

.bentol-blurInBottom {
    animation: asblurInBottom 1.3s forwards cubic-bezier(0.645, 0.045, 0.355, 1) 0s
}

@keyframes asblurInBottom {
    from {
        transform: translateX(50px);
        filter: blur(20px);
        opacity: 0
    }
}

.bentol-zoomInLeft {
    animation: aszoomInLeft 1.3s forwards cubic-bezier(0.645, 0.045, 0.355, 1) 0s
}

@keyframes aszoomInLeft {
    from {
        transform: scale(5) translateX(-50px);
        opacity: 0
    }
}

.bentol-zoomInRight {
    animation: aszoomInRight 1.3s forwards cubic-bezier(0.645, 0.045, 0.355, 1) 0s
}

@keyframes aszoomInRight {
    from {
        transform: scale(5) translateX(50px);
        opacity: 0
    }
}

.bentol-zoomInTop {
    animation: aszoomInTop 1.3s forwards cubic-bezier(0.645, 0.045, 0.355, 1) 0s
}

@keyframes aszoomInTop {
    from {
        transform: scale(5) translateX(-50px);
        opacity: 0
    }
}

.bentol-zoomInBottom {
    animation: aszoomInBottom 1.3s forwards cubic-bezier(0.645, 0.045, 0.355, 1) 0s
}

@keyframes aszoomInBottom {
    from {
        transform: scale(5) translateX(50px);
        opacity: 0
    }
}

.bentol-flipInTop {
    animation: asflipInTop 1.3s forwards cubic-bezier(0.645, 0.045, 0.355, 1) 0s
}

@keyframes asflipInTop {
    from {
        transform: perspective(600px);
        opacity: 0
    }

    30% {
        transform: perspective(600px) rotateX(180deg);
        transform-origin: 0 0;
        animation-timing-function: ease-out
    }

    to {
        transform: perspective(600px)
    }
}

.bentol-flipInBottom {
    animation: asflipInBottom 1.3s forwards cubic-bezier(0.645, 0.045, 0.355, 1) 0s
}

@keyframes asflipInBottom {
    from {
        transform: perspective(600px);
        opacity: 0
    }

    30% {
        transform: perspective(600px) rotateX(180deg);
        transform-origin: bottom;
        animation-timing-function: ease-out
    }

    to {
        transform: perspective(600px)
    }
}

.bentol-rollFromLeft {
    animation: asrollFromLeft 1.3s forwards cubic-bezier(0.645, 0.045, 0.355, 1) 0s
}

@keyframes asrollFromLeft {
    from {
        transform: translateX(-50px) perspective(600px) rotateX(180deg);
        opacity: 0
    }
}

.bentol-rollFromRight {
    animation: asrollFromRight 1.3s forwards cubic-bezier(0.645, 0.045, 0.355, 1) 0s
}

@keyframes asrollFromRight {
    from {
        transform: translateX(50px) perspective(600px) rotateX(180deg);
        opacity: 0
    }
}

.bentol-rollFromTop {
    animation: asrollFromTop 1.3s forwards cubic-bezier(0.645, 0.045, 0.355, 1) 0s
}

@keyframes asrollFromTop {
    from {
        transform: translateY(-50px) perspective(600px) rotateY(180deg);
        opacity: 0
    }
}

.bentol-rollFromBottom {
    animation: asrollFromBottom 1.3s forwards cubic-bezier(0.645, 0.045, 0.355, 1) 0s
}

@keyframes asrollFromBottom {
    from {
        transform: translateY(50px) perspective(600px) rotateY(180deg);
        opacity: 0
    }
}

.bentol-rotateSkateInRight {
    animation: asrotateSkateInRight 1s ease-out forwards 1.3s forwards cubic-bezier(0.645, 0.045, 0.355, 1) 0s
}

@keyframes asrotateSkateInRight {
    from {
        transform: scaleX(0.2) translateX(50px);
        opacity: 0
    }

    to {
        transform: scaleX(1) translateX(0);
        opacity: 1
    }
}

.bentol-rotateSkateInLeft {
    animation: asrotateSkateInLeft 1s ease-out forwards 1.3s forwards cubic-bezier(0.645, 0.045, 0.355, 1) 0s
}

@keyframes asrotateSkateInLeft {
    from {
        transform: scaleX(0.2) translateX(-50px);
        opacity: 0
    }

    to {
        transform: scaleX(1) translateX(0);
        opacity: 1
    }
}

.bentol-rotateSkateInTop {
    animation: asrotateSkateInTop 1s ease-out forwards 1.3s forwards cubic-bezier(0.645, 0.045, 0.355, 1) 0s
}

@keyframes asrotateSkateInTop {
    from {
        transform: scaleY(0.2) translateY(-50px);
        opacity: 0
    }

    to {
        transform: scaleY(1) translateY(0);
        opacity: 1
    }
}

.bentol-rotateSkateInBottom {
    animation: asrotateSkateInBottom 1s ease-out forwards 1.3s forwards cubic-bezier(0.645, 0.045, 0.355, 1) 0s
}

@keyframes asrotateSkateInBottom {
    from {
        transform: scaleY(0.2) translateY(50px);
        opacity: 0
    }

    to {
        transform: scaleY(1) translateY(0);
        opacity: 1
    }
}

.bentol-popUpLeft {
    animation: aspopUpLeft 1.3s forwards cubic-bezier(0.645, 0.045, 0.355, 1) 0s
}

@keyframes aspopUpLeft {
    0% {
        visibility: hidden
    }

    50% {
        transform: translateX(-50px) scale(1.1);
        visibility: visible;
        animation-timing-function: ease-in
    }
}

.bentol-popUpRight {
    animation: aspopUpRight 1.3s forwards cubic-bezier(0.645, 0.045, 0.355, 1) 0s
}

@keyframes aspopUpRight {
    0% {
        visibility: hidden
    }

    50% {
        transform: translateX(50px) scale(1.1);
        visibility: visible;
        animation-timing-function: ease-in
    }
}

@-webkit-keyframes wobble_vertical {
    16.65% {
        transform: translateY(8px)
    }

    33.3% {
        transform: translateY(-6px)
    }

    49.95% {
        transform: translateY(4px)
    }

    66.6% {
        transform: translateY(-2px)
    }

    83.25% {
        transform: translateY(1px)
    }

    100% {
        transform: translateY(0)
    }
}

@keyframes wobble_vertical {
    16.65% {
        transform: translateY(8px)
    }

    33.3% {
        transform: translateY(-6px)
    }

    49.95% {
        transform: translateY(4px)
    }

    66.6% {
        transform: translateY(-2px)
    }

    83.25% {
        transform: translateY(1px)
    }

    100% {
        transform: translateY(0)
    }
}

@-webkit-keyframes wobble_spatial {
    16.65% {
        transform: translate3d(10px, 8px, 0px)
    }

    33.3% {
        transform: translate3d(-10px, -6px, 5px)
    }

    49.95% {
        transform: translate3d(7px, 4px, -5px)
    }

    66.6% {
        transform: translate3d(-7px, -2px, 3px)
    }

    83.25% {
        transform: translate3d(3px, 1px, -2px)
    }

    100% {
        transform: translate3d(0, 0, 0)
    }
}

@keyframes wobble_spatial {
    16.65% {
        transform: translate3d(10px, 8px, 0px)
    }

    33.3% {
        transform: translate3d(-10px, -6px, 5px)
    }

    49.95% {
        transform: translate3d(7px, 4px, -5px)
    }

    66.6% {
        transform: translate3d(-7px, -2px, 3px)
    }

    83.25% {
        transform: translate3d(3px, 1px, -2px)
    }

    100% {
        transform: translate3d(0, 0, 0)
    }
}

@-webkit-keyframes wobble_bell {
    0% {
        transform: rotate(0deg)
    }

    15% {
        transform: rotate(-10deg)
    }

    30% {
        transform: rotate(10deg)
    }

    45% {
        transform: rotate(-5deg)
    }

    60% {
        transform: rotate(5deg)
    }

    75% {
        transform: rotate(-2deg)
    }

    100% {
        transform: rotate(0deg)
    }
}

@keyframes wobble_bell {
    0% {
        transform: rotate(0deg)
    }

    15% {
        transform: rotate(-10deg)
    }

    30% {
        transform: rotate(10deg)
    }

    45% {
        transform: rotate(-5deg)
    }

    60% {
        transform: rotate(5deg)
    }

    75% {
        transform: rotate(-2deg)
    }

    100% {
        transform: rotate(0deg)
    }
}

@-webkit-keyframes mirror_effect {
    0% {
        transform: scaleX(1)
    }

    50% {
        transform: scaleX(-1)
    }

    100% {
        transform: scaleX(1)
    }
}

@keyframes mirror_effect {
    0% {
        transform: scaleX(1)
    }

    50% {
        transform: scaleX(-1)
    }

    100% {
        transform: scaleX(1)
    }
}

@keyframes mirrorEffect {
    0% {
        transform: scaleX(1);
        opacity: 1
    }

    25% {
        transform: scaleX(1.2);
        opacity: .9
    }

    50% {
        transform: scaleX(0.8);
        opacity: .7
    }

    75% {
        transform: scaleX(1.1);
        opacity: .85
    }

    100% {
        transform: scaleX(1);
        opacity: 1
    }
}

@keyframes mirrorReflection {
    0%,100% {
        transform: translateY(0)
    }

    50% {
        transform: translateY(-10px)
    }
}

@keyframes mirrorWave {
    0%,100% {
        transform: scale(1)
    }

    25% {
        transform: scale(1.05)
    }

    50% {
        transform: scale(1.1)
    }

    75% {
        transform: scale(1.05)
    }
}

@keyframes mirrorSlide {
    0% {
        transform: translateX(0)
    }

    50% {
        transform: translateX(-20px)
    }

    100% {
        transform: translateX(0)
    }
}

@keyframes rotateAndScale {
    0% {
        transform: rotate(0deg) scale(1)
    }

    50% {
        transform: rotate(180deg) scale(1.2)
    }

    100% {
        transform: rotate(360deg) scale(1)
    }
}

.rotateAndScale {
    animation: rotateAndScale 4s infinite ease-in-out
}

@-webkit-keyframes typing {
    0% {
        width: 0;
        opacity: 0
    }

    5% {
        opacity: 1
    }

    100% {
        width: 100%;
        opacity: 1
    }
}

@keyframes typing {
    0% {
        width: 0;
        opacity: 0
    }

    5% {
        opacity: 1
    }

    100% {
        width: 100%;
        opacity: 1
    }
}

@keyframes moveBorder {
    0% {
        left: 0
    }

    50% {
        left: calc(100% - 60px)
    }

    100% {
        left: 0
    }
}

@media(min-width: 992px) {
    .magic-cursor {
        display:block;
        width: 10px;
        height: 10px;
        border-radius: 50%;
        position: fixed;
        left: 10px;
        top: 10px;
        user-select: none;
        pointer-events: none;
        visibility: hidden;
        z-index: 999999;
        -webkit-transition: all .3s cubic-bezier(0.165, 0.84, 0.44, 1);
        transition: all .3s cubic-bezier(0.165, 0.84, 0.44, 1)
    }

    .magic-cursor:before {
        background: var(--theme-color);
        opacity: 1;
        content: "";
        width: 100%;
        height: 100%;
        border-radius: 50%;
        position: absolute;
        left: 0;
        top: 0;
        transition: all .3s ease
    }

    .magic-cursor.cursor-grow:before {
        opacity: .4;
        transform: scale(5);
        transition: all .4s ease-in-out;
        background: var(--theme-color2);
        opacity: 0;
        visibility: hidden
    }

    .magic-cursor.hide {
        opacity: 0;
        transition: opacity .3s ease;
        transition-delay: .4s
    }

    .magic-cursor.hide .inner {
        transform: scale(0.1);
        transition: transform .3s ease
    }
}

.search-popup {
    position: fixed;
    left: 0;
    top: 0;
    height: 100vh;
    width: 100%;
    z-index: 99999;
    margin-top: -540px;
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
    background-color: rgba(23,23,23,.631372549);
    transition: all 1000ms cubic-bezier(0.02, 1.13, 1, 0.05);
    transition-timing-function: cubic-bezier(0.86, 0, 0.07, 1);
    backdrop-filter: blur(5px);
    width: 100%
}

.search-popup .close-search {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 60px;
    height: 60px;
    border-radius: 50%;
    background: var(--dark-color2);
    border: 2px solid var(--theme-color);
    cursor: pointer;
    transition: all .4s ease 0s;
    opacity: 0;
    visibility: hidden;
    position: absolute;
    content: "";
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    transition: all .4s ease 0s;
    margin: 0 auto
}

.search-popup .close-search i {
    position: relative;
    font-size: 20px;
    color: var(--white-color)
}

.search-popup form {
    position: absolute;
    max-width: 700px;
    top: 50%;
    left: 15px;
    right: 15px;
    margin: 0 auto 0;
    transform: scaleX(0);
    transform-origin: center;
    background-color: rgba(0,0,0,0);
    transition: all .4s ease 0s
}

.search-popup .form-group {
    position: relative;
    margin: 0;
    overflow: hidden
}

.search-popup .form-group input[type=search] {
    position: relative;
    display: block;
    font-size: 16px;
    line-height: 50px;
    font-weight: 500;
    text-transform: capitalize;
    color: var(--dark-color);
    height: 70px;
    width: 100%;
    padding: 10px 30px;
    padding-right: 60px;
    background-color: var(--white-color);
    transition: all .4s ease 0s
}

.search-popup .form-group input {
    border-radius: 5px;
    border: 2px solid var(--theme-color)
}

.search-popup .form-group input::placeholder {
    font-size: 18px
}

.search-popup .form-group button {
    position: absolute;
    right: 30px;
    top: 0;
    height: 70px;
    line-height: 70px;
    background: rgba(0,0,0,0);
    text-align: center;
    font-size: 24px;
    color: var(--dark-color);
    padding: 0;
    cursor: pointer;
    transition: all .4s ease 0s;
    border: none
}

.search-popup .form-group button i {
    transition: all .4s ease 0s
}

.search-popup .form-group button:hover {
    color: var(--theme-color)
}

.search-popup .form-group button:hover i {
    color: var(--theme-color)
}

.search-popup input::placeholder {
    color: var(--dark-color);
    color: inherit
}

.search-active .search-popup {
    -webkit-transform: translateY(0%);
    -ms-transform: translateY(0%);
    transform: translateY(0%);
    margin-top: 0
}

.search-active .search-popup .close-search {
    visibility: visible;
    opacity: 1;
    transition-delay: 1400ms;
    margin-top: -105px
}

.search-active .search-popup form {
    -webkit-transform: scaleX(1);
    -ms-transform: scaleX(1);
    transform: scaleX(1);
    transition-delay: 1100ms
}

::selection {
    background: var(--theme-color);
    color: var(--white-color);
    text-shadow: none
}

::-moz-selection {
    background: var(--theme-color);
    color: var(--white-color);
    text-shadow: none
}

.widget_nav_menu ul,.widget_meta ul,.widget_pages ul,.widget_archive ul,.widget_price_filter ul,.wp-block-page-list ul,.widget_categories ul {
    list-style: none;
    padding: 0;
    margin: 0 0 0 0
}

.widget_nav_menu .menu,.widget_nav_menu>ul,.widget_meta .menu,.widget_meta>ul,.widget_pages .menu,.widget_pages>ul,.widget_archive .menu,.widget_archive>ul,.widget_price_filter .menu,.widget_price_filter>ul,.wp-block-page-list .menu,.wp-block-page-list>ul,.widget_categories .menu,.widget_categories>ul {
    margin: -3px 0 0px 0
}

.widget_nav_menu a,.widget_meta a,.widget_pages a,.widget_archive a,.widget_price_filter a,.wp-block-page-list a,.widget_categories a {
    display: block;
    border: none;
    margin: 0 0px 12px 0px;
    padding: 0px;
    font-size: 16px;
    font-weight: 300;
    font-family: var(--body-font);
    line-height: 1.313;
    color: var(--title-color);
    position: relative;
    display: flex;
    align-items: center
}

.widget_nav_menu a:before,.widget_meta a:before,.widget_pages a:before,.widget_archive a:before,.widget_price_filter a:before,.wp-block-page-list a:before,.widget_categories a:before {
    content: "";
    position: relative;
    height: 18px;
    width: 18px;
    border: 1px solid #dcdcdc;
    border-radius: 50%;
    margin-right: 14px
}

.widget_nav_menu a:after,.widget_meta a:after,.widget_pages a:after,.widget_archive a:after,.widget_price_filter a:after,.wp-block-page-list a:after,.widget_categories a:after {
    content: "";
    position: absolute;
    left: 5px;
    top: 6px;
    height: 8px;
    width: 8px;
    border-radius: 50%;
    background: var(--theme-color);
    transition: .4s;
    opacity: 0
}

.widget_nav_menu a i,.widget_meta a i,.widget_pages a i,.widget_archive a i,.widget_price_filter a i,.wp-block-page-list a i,.widget_categories a i {
    margin-right: 12px;
    transition: .4s all
}

.widget_nav_menu a.active,.widget_nav_menu a:hover,.widget_meta a.active,.widget_meta a:hover,.widget_pages a.active,.widget_pages a:hover,.widget_archive a.active,.widget_archive a:hover,.widget_price_filter a.active,.widget_price_filter a:hover,.wp-block-page-list a.active,.wp-block-page-list a:hover,.widget_categories a.active,.widget_categories a:hover {
    color: var(--theme-color)
}

.widget_nav_menu a.active i,.widget_nav_menu a:hover i,.widget_meta a.active i,.widget_meta a:hover i,.widget_pages a.active i,.widget_pages a:hover i,.widget_archive a.active i,.widget_archive a:hover i,.widget_price_filter a.active i,.widget_price_filter a:hover i,.wp-block-page-list a.active i,.wp-block-page-list a:hover i,.widget_categories a.active i,.widget_categories a:hover i {
    color: var(--theme-color);
    opacity: 1
}

.widget_nav_menu a.active~span,.widget_nav_menu a:hover~span,.widget_meta a.active~span,.widget_meta a:hover~span,.widget_pages a.active~span,.widget_pages a:hover~span,.widget_archive a.active~span,.widget_archive a:hover~span,.widget_price_filter a.active~span,.widget_price_filter a:hover~span,.wp-block-page-list a.active~span,.wp-block-page-list a:hover~span,.widget_categories a.active~span,.widget_categories a:hover~span {
    color: var(--theme-color)
}

.widget_nav_menu a.active:after,.widget_nav_menu a:hover:after,.widget_meta a.active:after,.widget_meta a:hover:after,.widget_pages a.active:after,.widget_pages a:hover:after,.widget_archive a.active:after,.widget_archive a:hover:after,.widget_price_filter a.active:after,.widget_price_filter a:hover:after,.wp-block-page-list a.active:after,.wp-block-page-list a:hover:after,.widget_categories a.active:after,.widget_categories a:hover:after {
    opacity: 1
}

.widget_nav_menu li,.widget_meta li,.widget_pages li,.widget_archive li,.widget_price_filter li,.wp-block-page-list li,.widget_categories li {
    display: block;
    position: relative
}

.widget_nav_menu li>span,.widget_meta li>span,.widget_pages li>span,.widget_archive li>span,.widget_price_filter li>span,.wp-block-page-list li>span,.widget_categories li>span {
    font-size: 16px;
    position: absolute;
    right: 0;
    top: 0px;
    background: rgba(0,0,0,0);
    border-radius: 0;
    height: auto;
    width: auto;
    line-height: initial;
    text-align: center;
    color: var(--body-color);
    transition: all ease .4s
}

.widget_nav_menu li:last-child a,.widget_meta li:last-child a,.widget_pages li:last-child a,.widget_archive li:last-child a,.widget_price_filter li:last-child a,.wp-block-page-list li:last-child a,.widget_categories li:last-child a {
    margin-bottom: -5px;
    padding-bottom: 0;
    border-bottom: 0
}

.widget_nav_menu .wp-block-navigation__submenu-container,.widget_nav_menu .sub-menu,.widget_nav_menu .children,.widget_meta .wp-block-navigation__submenu-container,.widget_meta .sub-menu,.widget_meta .children,.widget_pages .wp-block-navigation__submenu-container,.widget_pages .sub-menu,.widget_pages .children,.widget_archive .wp-block-navigation__submenu-container,.widget_archive .sub-menu,.widget_archive .children,.widget_price_filter .wp-block-navigation__submenu-container,.widget_price_filter .sub-menu,.widget_price_filter .children,.wp-block-page-list .wp-block-navigation__submenu-container,.wp-block-page-list .sub-menu,.wp-block-page-list .children,.widget_categories .wp-block-navigation__submenu-container,.widget_categories .sub-menu,.widget_categories .children {
    margin-left: 10px
}

.widget_nav_menu .wp-block-navigation__submenu-container li a,.widget_nav_menu .sub-menu li a,.widget_nav_menu .children li a,.widget_meta .wp-block-navigation__submenu-container li a,.widget_meta .sub-menu li a,.widget_meta .children li a,.widget_pages .wp-block-navigation__submenu-container li a,.widget_pages .sub-menu li a,.widget_pages .children li a,.widget_archive .wp-block-navigation__submenu-container li a,.widget_archive .sub-menu li a,.widget_archive .children li a,.widget_price_filter .wp-block-navigation__submenu-container li a,.widget_price_filter .sub-menu li a,.widget_price_filter .children li a,.wp-block-page-list .wp-block-navigation__submenu-container li a,.wp-block-page-list .sub-menu li a,.wp-block-page-list .children li a,.widget_categories .wp-block-navigation__submenu-container li a,.widget_categories .sub-menu li a,.widget_categories .children li a {
    border-bottom: 1px solid #e6e6e6;
    margin: 0 0px 19px 0px;
    padding: 0px 0px 20px
}

.widget_nav_menu a,.widget_meta a,.widget_pages a {
    padding-right: 20px
}

.widget_nav_menu .sub-menu {
    margin-left: 10px
}

.footer-widget {
    margin-left: 50px
}
.footer-widget img{
    max-width: 180px;
}


@media(max-width: 1199px) {
    .footer-widget {
        margin-left:30px
    }
}

@media(max-width: 1024px) {
    .footer-widget {
        margin-left:0
    }
}

@media(max-width: 767px) {
    .footer-widget {
        margin-bottom:25px
    }
    .footer-widget img {
    max-width: 120px;
}
}

.footer-widget .title {
    color: var(--white-color);
    font-weight: 500;
    margin-bottom: 30px
}

@media(min-width: 820px)and (max-width: 912px) {
    .footer-widget .title {
        font-size:20px
    }
}

@media(max-width: 767px) {
    .footer-widget .title {
        margin-bottom:15px;
        font-size: 18px;
    }
}

.footer-widget .text {
    color: var(--gray-color2)
}

.footer-widget .notify {
    color: var(--gray-color2);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    justify-content: flex-start;
    gap: 10px;
    font-size: 14px
}

.footer-widget .notify:hover .icon i {
    animation: wobble_bell 1s forwards ease-in-out 0s
}

.footer-widget .notify .icon {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 38px;
    height: 38px;
    border-radius: 50%;
    background-color: var(--bs-border-color);
    font-size: 15px;
    color: var(--theme-color2)
}

.footer-widget ul li {
    margin-bottom: 11px
}

.footer-widget ul li:last-child {
    margin-bottom: 0
}

.footer-widget ul li a {
    text-decoration: none;
    color: var(--gray-color2)
}

@media(min-width: 820px)and (max-width: 912px) {
    .footer-widget ul li a {
        font-size:14px
    }
}

.footer-widget ul li a:hover {
    color: var(--theme-color)
}

.newsletter-form {
    position: relative
}

.newsletter-form .form-group {
    position: relative;
    margin-bottom: 0
}

.newsletter-form .form-group input[type=email] {
    position: relative;
    display: block;
    height: 60px;
    width: 100%;
    color: var(--gray-color2);
    padding: 10px 25px;
    background-color: var(--white-color);
    border-radius: 4px 30px 30px 4px;
    margin-bottom: 35px;
    transition: all .4s ease 0s
}

.newsletter-form .form-group input[type=email]:focus {
    color: var(--dark-color)
}

.newsletter-form .form-group button[type=submit] {
    display: inline-block;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 10px;
    width: 38px;
    height: 38px;
    font-size: 16px;
    color: var(--white-color);
    background: var(--theme-color);
    border-radius: 50%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.widget {
    margin-bottom: 30px;
    position: relative;
    padding: var(--widget-padding-x, 40px);
    background: var(--white-color);
    border: 1px solid #e3e5de;
    border-radius: 0px
}

.widget[data-overlay]:before {
    z-index: -1
}

.widget_title {
    position: relative;
    font-size: 24px;
    font-weight: 500;
    font-family: var(--title-font);
    line-height: 1em;
    margin: -0.12em 0 47px 0
}

.widget.widget_search {
    padding: 0;
    border: 0
}

.widget .search-form {
    position: relative;
    display: flex
}

.widget .search-form input {
    background: var(--white-color);
    border: 1px solid #e3e5de;
    flex: 1;
    color: var(--body-color);
    font-size: 16px;
    font-weight: 400;
    border-radius: 0px;
    padding: 0 60px 0 30px
}

.widget .search-form input::placeholder {
    color: var(--body-color)
}

.widget .search-form button {
    position: absolute;
    right: 0px;
    top: 0px;
    border: none;
    font-size: 14px;
    background-color: rgba(0,0,0,0);
    color: var(--white-color);
    display: inline-block;
    height: 55px;
    width: 55px;
    line-height: 55px;
    border-radius: 0px
}

.widget .search-form:hover button {
    color: var(--title-color)
}

.widget-author {
    padding-top: 60px;
    padding-bottom: 60px;
    text-align: center
}

.widget-author .widget-author-thumb {
    margin-bottom: 30px
}

.widget-author .widget_title {
    font-size: 30px;
    margin-bottom: 4px
}

.widget-author .widget_title:after {
    display: none
}

.widget-author .widget-author-desig {
    font-size: 18px;
    font-weight: 400;
    font-family: var(--title-font);
    color: var(--body-color);
    display: block
}

.widget-author .social-btn {
    display: inline-flex;
    margin-top: 22px
}

.wp-block-tag-cloud,.tagcloud {
    margin-right: -3px;
    margin-bottom: -10px
}

.wp-block-tag-cloud a,.tagcloud a {
    display: inline-block;
    border: 1px solid #e3e5de;
    font-size: 13px !important;
    font-weight: 500;
    font-family: var(--body-font);
    text-transform: uppercase;
    height: 40px;
    line-height: 40px;
    padding: 0px 21px;
    margin-right: 5px;
    margin-bottom: 10px;
    color: var(--body-color);
    background-color: var(--white-color);
    border-radius: 0px
}

.wp-block-tag-cloud a:hover,.tagcloud a:hover {
    background-color: var(--title-color);
    color: var(--white-color) !important;
    border-color: var(--title-color)
}

.widget_gallery .insta-feed {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 10px
}

.widget_gallery a {
    position: relative;
    border-radius: 0px;
    display: inline-block;
    flex: none
}

.widget_gallery a img {
    border-radius: 0px;
    width: 100%
}

.widget_gallery a:after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    background-color: var(--theme-color);
    border-radius: 0px;
    transition: .4s;
    opacity: 0
}

.widget_gallery a i {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    z-index: 1;
    opacity: 0;
    transition: .4s;
    color: var(--white-color);
    font-size: 20px
}

.widget_gallery a:hover i {
    opacity: 1
}

.widget_gallery a:hover:after {
    opacity: .7
}

.base {
    border-radius: 6px;
    position: absolute;
    left: 1302px;
    top: 2098px;
    width: 80px;
    height: 78px;
    z-index: 209
}

.recent-post {
    display: flex;
    align-items: center;
    margin-bottom: 15px;
    background: rgba(0,0,0,0);
    border-radius: 6px;
    transition: .4s
}

.recent-post:last-child {
    margin-bottom: 0px;
    border: 0
}

.recent-post .media-img {
    margin-right: 20px;
    width: 85px;
    overflow: hidden;
    border-radius: 0px
}

.recent-post .media-img img {
    width: 100%;
    border-radius: 0px;
    transition: .4s ease-in-out
}

.recent-post .post-title {
    font-weight: 500;
    font-size: 20px;
    margin: 6px 0 0;
    font-family: var(--title-font);
    text-transform: capitalize
}

.recent-post .recent-post-meta {
    margin-bottom: -2px
}

.recent-post .recent-post-meta a {
    font-size: 14px;
    font-weight: 400;
    text-transform: uppercase;
    font-family: var(--body-font);
    color: var(--body-color);
    margin-bottom: 0px;
    display: block
}

.recent-post .recent-post-meta a i {
    margin-right: 3px;
    transition: .4s
}

.recent-post .recent-post-meta a:hover {
    color: var(--theme-color)
}

.recent-post .recent-post-meta a:hover i {
    color: var(--theme-color)
}

.recent-post:hover .media-img img {
    transform: scale(1.1)
}

.widget-project-details {
    background: rgba(199,134,101,.08);
    border: 0;
    margin-bottom: 0
}

.widget-project-details .widget_title {
    margin-bottom: 30px
}

.widget-project-details .widget_title:after {
    display: none
}

.widget-project-details ul {
    list-style: none;
    padding: 0;
    margin: 0
}

.widget-project-details ul li {
    display: flex;
    gap: 20px;
    align-items: center
}

.widget-project-details ul li:not(:last-child) {
    border-bottom: 1px solid #eedfd7;
    padding-bottom: 25px;
    margin-bottom: 25px
}

.widget-project-details ul li .icon {
    height: 50px;
    width: 50px;
    line-height: 50px;
    border-radius: 50%;
    background: var(--white-color);
    text-align: center;
    color: var(--theme-color)
}

.widget-project-details ul li .title {
    font-size: 14px;
    font-weight: 500;
    text-transform: uppercase;
    display: block;
    margin-bottom: -1px;
    margin-top: -0.6em
}

.widget-project-details ul li h6 {
    font-size: 20px;
    font-weight: 400;
    margin-bottom: -0.3em
}

.sidebar-widget .widget-box {
    width: 100%;
    margin-bottom: 30px;
    padding: 35px;
    border-radius: 0 0 10px 10px;
    background-color: var(--theme-color3)
}

@media(max-width: 375px) {
    .sidebar-widget .widget-box {
        padding:25px
    }
}

.sidebar-widget .sidebar-title {
    font-size: 22px;
    color: var(--white-color);
    font-weight: 500;
    background-color: var(--dark-color);
    padding: 20px 35px;
    border-radius: 10px 10px 0 0;
    margin-bottom: 0;
    position: relative;
    z-index: 1
}

#sidebar-overlay,.sidebar {
    display: none
}

.sidebar {
    background-color: var(--white-color);
    border-left: 1px solid var(--dark-color);
    position: fixed;
    right: 0;
    top: 0;
    transform: translateX(100%);
    width: 400px;
    height: 100%;
    z-index: 9999;
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    overflow-y: scroll;
    visibility: hidden;
    transition: all .5s ease-in-out;
    padding: 60px 40px
}

.open-sidebar .sidebar {
    right: 0;
    visibility: visible;
    transform: translate(0)
}

.sidebar-close-btn {
    position: absolute;
    right: 30px;
    top: 63px;
    color: var(--gray-color);
    transition: all .4s ease 0s
}

.sidebar-close-btn:hover {
    color: var(--theme-color)
}

.sidebar-close-btn svg {
    fill: currentColor;
    stroke: none;
    width: 20px;
    height: 20px
}

.sidebar-content .sidebar-logo {
    margin-bottom: 40px
}

.sidebar-content .sidebar-logo img {
    max-width: 200px
}

.sidebar-content .sidebar-about,.sidebar-content .sidebar-contact {
    margin-bottom: 40px
}

.sidebar-content .sidebar-about .theme-btn,.sidebar-content .sidebar-contact .theme-btn {
    padding: 10px 40px
}

.sidebar-content .sidebar-header {
    margin-bottom: 20px
}

.sidebar-content .sidebar-header h3 {
    font-size: 26px;
    font-weight: 600;
    line-height: 1
}

.sidebar-content .sidebar-social {
    margin-top: 40px
}

.sidebar-content .sidebar-social li {
    display: inline-flex
}

.sidebar-content .sidebar-social li:not(:last-of-type) {
    margin-right: 10px
}

.sidebar-content .sidebar-social li a {
    background-color: var(--dark-color);
    font-size: 17px;
    color: var(--white-color);
    height: 40px;
    width: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 5px
}

.sidebar-content .sidebar-social li a:hover {
    background-color: var(--theme-color);
    color: var(--white-color)
}

.sidebar-content .sidebar-menu-wrap {
    margin-bottom: 40px
}

.contact-info li {
    display: flex;
    align-items: center;
    font-weight: 600;
    font-size: 15px
}

.contact-info li:not(:last-of-type) {
    margin-bottom: 20px
}

.contact-info li i {
    background-color: var(--theme-color);
    font-size: 12px;
    color: var(--white-color);
    width: 30px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    border-radius: 5px;
    transition: all .2s ease-in-out;
    flex-shrink: 0
}

.contact-info li p,.contact-info li a {
    padding-left: 10px;
    margin-bottom: 0
}

.contact-info li a {
    color: var(--dark-color)
}

.contact-info li a:hover {
    color: var(--theme-color)
}

.sidebar::-webkit-scrollbar {
    width: 8px;
    height: 8px
}

.sidebar::-webkit-scrollbar-thumb {
    cursor: pointer;
    background: var(--light-color)
}

.sidebar::selection {
    background-color: var(--light-color);
    color: var(--white-color)
}

.sidebar::-moz-selection {
    background-color: var(--light-color);
    color: var(--white-color)
}

#sidebar-overlay {
    display: block;
    height: 100%;
    left: 0;
    opacity: 0;
    overflow: hidden;
    position: fixed;
    top: 0;
    transition: all 0s ease-in-out;
    width: calc(100% - 400px);
    z-index: -1
}

#sidebar-overlay.open-sidebar {
    opacity: 1;
    z-index: 1002;
    transition: all .6s ease-in-out;
    transition-delay: .3s
}

.sticky-header {
    position: fixed;
    visibility: hidden;
    opacity: 0;
    left: 0;
    top: 0;
    width: 100%;
    padding: 10px;
    z-index: 99999;
    background: var(--dark-color);
    box-shadow: 0 0 20px var(--white-color)
}

@media(max-width: 991px) {
    .sticky-header {
        background-color:var(--light-color);
        padding: 5px 10px;
    }
}

.sticky-header.fixed-header {
    opacity: 1;
    z-index: 9999;
    visibility: visible
}

.sticky-header .main-menu a {
    color: var(--white-color)
}

.sticky-header .main-menu>ul>li>a {
    padding: 27px 0
}

.sticky-header .menu-area {
    background-color: rgba(0,0,0,0);
    padding: 0;
    border-radius: 0;
    margin-top: 0;
    box-shadow: none
}

.nav-header {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    z-index: 41
}

@media(max-width: 991px) {
    .nav-header {
        background-color:var(--light-color)
    }
}
.header-logo img{
    max-width: 140px;
}
.menu-area {
    position: relative;
    background-color: var(--light-color);
    padding: 0 20px;
    border-radius: 40px;
    margin-top: 30px;
    box-shadow: 0 0 20px var(--bs-border-color3)
}

@media(max-width: 991px) {
    .menu-area {
        padding:0;
        border-radius: 0
    }
}

.menu-area .header-logo a img:last-child {
    display: none
}

@media(max-width: 991px) {
    .menu-area .header-logo a img:first-child {
        display:none
    }

    .menu-area .header-logo a img:last-child {
        display: inherit
    }
}

@media(max-width: 991px) {
    .menu-area {
        height:85px;
        margin-top: 0;
        box-shadow: none
    }
}

 

.main-menu a {
    display: block;
    position: relative;
    font-weight: 500;
    font-family: var(--title-font);
    font-size: 16px;
    color: var(--dark-color)
}

.main-menu a:hover {
    color: var(--theme-color)
}

.main-menu .active a {
    color: var(--theme-color)
}

.main-menu>ul {
    display: flex;
    align-items: center
}

.main-menu>ul>li {
    margin: 0
}

.main-menu>ul>li:last-child {
    margin-right: 0 !important
}

.main-menu>ul>li>a {
    padding: 32px 0;
    text-transform: capitalize
}

.main-menu>ul>li>a:hover {
    color: var(--theme-color)
}

.main-menu>ul>li>a:hover .effect-1 {
    top: -100%
}

.main-menu>ul>li.menu-item-has-children a {
    padding-right: 18px
}

/*.main-menu>ul>li.menu-item-has-children>a::before {*/
/*    position: absolute;*/
/*    content: "";*/
/*    font-family: 'FontAwesome';*/
/*    font-weight: 600;*/
/*    font-size: 14px;*/
/*    right: 0;*/
/*    top: 50%;*/
/*    transform: translateY(-50%)*/
/*}*/

.main-menu ul {
    margin: 0;
    padding: 0
}

.main-menu ul li {
    list-style-type: none;
    display: inline-block;
    position: relative;
    margin-right: 30px
}

@media(max-width: 1299px) {
    .main-menu ul li {
        margin-right:30px
    }
}

@media(max-width: 1199px) {
    .main-menu ul li {
        margin-right:10px
    }
}

.main-menu ul li:last-child {
    margin-right: 0 !important
}

.main-menu ul li:first-child {
    margin-left: 0 !important
}

.main-menu ul li:hover>ul.sub-menu {
    visibility: visible;
    opacity: 1;
    transform: scaleY(1);
    z-index: 9
}

.main-menu ul.sub-menu {
    position: absolute;
    text-align: left;
    top: 100%;
    left: 0;
    background-color: var(--white-color);
    visibility: hidden;
    min-width: 220px;
    width: max-content;
    left: -14px;
    opacity: 0;
    z-index: -1;
    border: 0;
    box-shadow: 0px 4px 15px rgba(1,15,28,.06);
    border-radius: 0;
    transform: scaleY(0);
    transform-origin: top center;
    transition: all .4s ease 0s
}

.main-menu ul.sub-menu a {
    font-weight: 400;
    font-family: var(--body-font);
    letter-spacing: normal;
    line-height: 1;
    padding: 15px 30px;
    font-size: 16px;
    color: var(--dark-color)
}

.main-menu ul.sub-menu a span {
    font-size: 12px;
    padding: 0px 5px;
    margin-left: 4px;
    background-color: var(--theme-color);
    color: var(--white-color);
    padding: 2px 5px;
    border-radius: 4px;
    position: relative;
    top: -1px
}

.main-menu ul.sub-menu a:hover {
    color: var(--theme-color)
}

.main-menu ul.sub-menu {
    left: 0px
}

.main-menu ul.sub-menu li {
    display: block;
    margin: 0;
    border-bottom: 1px solid rgba(227,87,43,.1803921569)
}

.main-menu ul.sub-menu li:last-child {
    border-bottom: none
}

.main-menu ul.sub-menu li.active>a {
    color: var(--theme-color)
}

.main-menu ul.sub-menu li:hover>a {
    color: var(--white-color)
}

.main-menu ul.sub-menu li:hover>a::before {
    height: 100%;
    top: 0
}

.main-menu ul.sub-menu li a {
    position: relative
}

.main-menu ul.sub-menu li a::before {
    position: absolute;
    content: "";
    width: 100%;
    height: 0;
    left: 0;
    bottom: 0;
    background: var(--theme-color);
    z-index: -1;
    transition: all .4s ease 0s
}

.main-menu ul.sub-menu li.menu-item-has-children>a::after {
    font-family: 'FontAwesome';
    content: "";
    position: absolute;
    right: 20px;
    top: 50%;
    transform: translateY(-50%);
    display: block;
    line-height: 24px;
    font-size: 11px;
    font-weight: 900;
    z-index: 5
}

.main-menu ul.sub-menu li ul.sub-menu {
    left: 100%;
    right: auto;
    top: 0;
    margin: 0 0;
    margin-left: 15px
}

.main-menu ul.sub-menu li ul.sub-menu li ul {
    left: 100%;
    right: auto
}

@media(max-width: 991px) {
    .header-right-wrapper {
        display:none
    }
}

.header-right-wrapper .header-right {
    display: flex;
    align-items: center;
    gap: 30px
}

.header-right-wrapper .header-right .header-btn {
    color: var(--dark-color);
    font-weight: 600
}

@media(max-width: 1199px) {
    .header-right-wrapper .header-right .header-btn {
        display:none
    }
}

.header-right-wrapper .header-right .header-btn span {
    font-size: 16px;
    color: var(--theme-color);
    margin-right: 5px
}

.header-right-wrapper .header-right .sidebar-icon .sidebar-trigger {
    display: inline-block;
    width: 44px;
    height: 44px;
    line-height: 44px;
    text-align: center;
    border-radius: 50%;
    background-color: var(--theme-color)
}

.header-right-wrapper .header-right .sidebar-icon .sidebar-trigger span {
    color: var(--white-color)
}

.header-links>ul {
    margin: 0;
    padding: 0;
    list-style-type: none;
    display: flex;
    align-items: center
}

.header-links li {
    display: inline-block;
    position: relative;
    font-size: 14px;
    font-weight: 400
}

.header-links li:not(:last-child) {
    margin: 0 40px 0 0
}

.header-links li>i {
    margin-right: 8px
}

.header-links li .header-sub-links li:not(:last-child) {
    margin: 0 30px 0 0
}

.header-links li .header-sub-links li:not(:last-child):before {
    content: "/";
    position: absolute;
    right: -20px;
    top: 0;
    color: var(--dark-color)
}

.header-links li,.header-links span,.header-links p,.header-links a {
    color: var(--dark-color);
    font-family: var(--body-font);
    display: inline-flex;
    align-items: center
}

.header-links a:hover {
    color: var(--theme-color)
}

.header-links b,.header-links strong {
    font-weight: 600;
    margin-right: 6px
}

.header-links ul {
    list-style: none;
    padding: 0;
    margin: 0
}

.sidebar-btn {
    background: rgba(0,0,0,0);
    position: relative;
    height: 60px;
    width: 60px;
    border: 2px solid var(--dark-color);
    border-radius: 50%;
    text-align: center;
    line-height: 54px;
    padding: 0
}

.sidebar-btn .line {
    display: block;
    height: 2px;
    width: 18px;
    background: var(--dark-color);
    margin: auto;
    transition: .4s
}

.sidebar-btn .line:not(:last-child) {
    margin-bottom: 4px
}

.sidebar-btn:hover .line:nth-child(2) {
    width: 10px
}

@media(max-width: 575px) {
    .sidebar-btn {
        height:50px;
        width: 50px
    }
}

.header-style2 {
    position: relative
}

.header-style2 .header-top {
    margin: 0;
    padding: 0 60px;
    background-color: var(--dark-color);
    position: relative;
    border-bottom: 1px solid var(--bs-border-color) !important
}

@media(max-width: 1399px) {
    .header-style2 .header-top {
        padding:0 24px
    }
}

@media(max-width: 991px) {
    .header-style2 .header-top {
        display:none
    }
}

.header-style2 .header-top::before {
    content: "";
    position: absolute;
    z-index: 1;
    left: 50%;
    transform: translateX(-50%);
    bottom: -6px;
    width: 12px;
    height: 12px;
    border-radius: 6px;
    background-color: var(--dark-color);
    border: 1px solid hsla(0,0%,100%,.2)
}

.header-style2 .header-top .inner-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    justify-content: space-between;
    background: var(--dark-color);
    width: 100%
}

.header-style2 .header-top .top-left {
    display: flex;
    align-items: center
}

.header-style2 .header-top .outer-box {
    min-width: 315px;
    position: relative;
    z-index: 1
}

.header-style2 .header-top .list-style-1 {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    justify-content: start;
    padding: 11px 0
}

.header-style2 .header-top .list-style-1 li {
    font-size: 14px;
    color: var(--gray-color2);
    padding-left: 0
}

.header-style2 .header-top .list-style-1 li+li {
    margin-left: 35px
}

.header-style2 .header-top .list-style-1 li a {
    color: var(--gray-color2)
}

.header-style2 .header-top .list-style-1 li a:hover {
    color: var(--white-color)
}

.header-style2 .header-top .list-style-1 li .icon {
    color: var(--theme-color2);
    margin-right: 10px
}

.header-style2 .social-icon-one {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    justify-content: end;
    flex-wrap: wrap
}

.header-style2 .social-icon-one li a {
    color: var(--white-color);
    font-size: 14px
}

.header-style2 .social-icon-one li a:hover {
    color: var(--theme-color)
}

.header-style2 .social-icon-one li+li+li a {
    margin-left: 20px
}

.header-style2 .social-icon-one .menu-follow_title {
    color: var(--gray-color2);
    font-size: 14px;
    text-transform: uppercase;
    margin-right: 15px
}

.header-style2 .main-wrapper {
    padding: 0 60px;
    background-color: var(--dark-color)
}

@media(max-width: 1399px) {
    .header-style2 .main-wrapper {
        padding:0 24px
    }
}

@media(max-width: 991px) {
    .header-style2 .main-wrapper {
        background-color:var(--light-color);
        padding: 0 12px
    }
}

.header-style2 .main-wrapper .menu-area {
    margin-top: 0;
    border-radius: 0;
    background-color: var(--dark-color);
    padding-right: 0
}

@media(max-width: 991px) {
    .header-style2 .main-wrapper .menu-area {
        background-color:var(--light-color);
        padding-right: 20px
    }

    .header-style2 .main-wrapper .menu-area>.row {
        flex-direction: row-reverse
    }
}

.header-style2 .main-wrapper .nav-menu {
    flex: 1
}

@media(max-width: 991px) {
    .header-style2 .main-wrapper .nav-menu {
        flex:0
    }
}

.header-style2 .main-wrapper .nav-menu .main-menu>ul>li {
    padding: 10px 0
}

.header-style2 .main-wrapper .nav-menu .main-menu>ul>li.active>a {
    color: var(--theme-color)
}

.header-style2 .main-wrapper .nav-menu .main-menu>ul>li>a {
    color: var(--white-color)
}

.header-style2 .main-wrapper .nav-menu .main-menu>ul>li>a:hover {
    color: var(--theme-color)
}

.header-style2 .main-wrapper .nav-menu .main-menu>ul>li.menu-item-has-children>a::before {
    opacity: .4
}

.header-style2 .main-wrapper .nav-menu .main-menu>ul>li.menu-item-has-children>a:hover::before {
    opacity: 1
}

.header-style2 .main-wrapper .nav-menu .main-menu>ul>li.active>a::before {
    opacity: 1
}

.header-style2 .main-wrapper .nav-menu .main-menu ul.sub-menu li a {
    color: var(--dark-color)
}

.header-style2 .main-wrapper .nav-menu .main-menu ul.sub-menu li.active a {
    color: var(--theme-color)
}

.header-style2 .main-wrapper .nav-menu .main-menu ul.sub-menu li:hover a {
    color: var(--white-color)
}

.header-style2 .main-wrapper .nav-menu .main-menu ul.sub-menu li ul.sub-menu li a {
    color: var(--dark-color)
}

.header-style2 .main-wrapper .nav-menu .main-menu ul.sub-menu li ul.sub-menu li:hover a {
    color: var(--white-color)
}

.header-style2 .main-wrapper .logo {
    flex: 0 0 auto
}

.header-style2 .main-wrapper .header-right-wrapper {
    flex: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    justify-content: flex-end
}

@media(max-width: 1024px) {
    .header-style2 .main-wrapper .header-right-wrapper {
        display:none
    }
}

.header-style2 .main-wrapper .header-right-wrapper .header-right .header-btn {
    color: var(--white-color);
    margin-right: 10px
}

.header-style2 .header-sticky .main-wrapper {
    box-shadow: 0 0 20px var(--white-color)
}

.header-style2 .header-sticky .main-wrapper .nav-menu .main-menu>ul>li {
    padding: 0
}

.header-right {
    gap: 20px
}

.header-right .search-btn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 36px;
    height: 36px;
    border-radius: 50%;
    background-color: var(--dark-color);
    border: 1px solid hsla(0,0%,100%,.2);
    font-size: 14px;
    color: var(--gray-color2)
}

.header-right .search-btn:hover {
    color: var(--white-color)
}

.header-right .header-btn {
    color: var(--white-color);
    margin-right: 10px
}

.header-style3 {
    position: relative
}

.header-style3 .main-wrapper {
    padding: 0 60px;
    background-color: var(--dark-color)
}

@media(max-width: 1399px) {
    .header-style3 .main-wrapper {
        padding:0 24px
    }
}

@media(max-width: 991px) {
    .header-style3 .main-wrapper {
        background-color:var(--light-color);
        padding: 0 12px
    }
}

.header-style3 .main-wrapper .menu-area {
    margin-top: 0;
    border-radius: 0;
    background-color: var(--dark-color);
    padding: 0
}

@media(max-width: 991px) {
    .header-style3 .main-wrapper .menu-area {
        background-color:var(--light-color)
    }
}

.header-style3 .main-wrapper .logo {
    flex: 1
}

.header-style3 .main-wrapper .nav-menu {
    flex: 0 0 auto
}

.header-style3 .main-wrapper .nav-menu .main-menu>ul>li {
    padding: 10px 0
}

.header-style3 .main-wrapper .nav-menu .main-menu>ul>li.active>a {
    color: var(--theme-color)
}

.header-style3 .main-wrapper .nav-menu .main-menu>ul>li>a {
    color: var(--white-color)
}

.header-style3 .main-wrapper .nav-menu .main-menu>ul>li>a:hover {
    color: var(--theme-color)
}

.header-style3 .main-wrapper .nav-menu .main-menu>ul>li.menu-item-has-children>a::before {
    opacity: .4
}

.header-style3 .main-wrapper .nav-menu .main-menu>ul>li.menu-item-has-children>a:hover::before {
    opacity: 1
}

.header-style3 .main-wrapper .nav-menu .main-menu>ul>li.active>a::before {
    opacity: 1
}

.header-style3 .main-wrapper .nav-menu .main-menu ul.sub-menu li a {
    color: var(--dark-color)
}

.header-style3 .main-wrapper .nav-menu .main-menu ul.sub-menu li.active a {
    color: var(--theme-color)
}

.header-style3 .main-wrapper .nav-menu .main-menu ul.sub-menu li:hover a {
    color: var(--white-color)
}

.header-style3 .main-wrapper .nav-menu .main-menu ul.sub-menu li ul.sub-menu li a {
    color: var(--dark-color)
}

.header-style3 .main-wrapper .nav-menu .main-menu ul.sub-menu li ul.sub-menu li:hover a {
    color: var(--white-color)
}

.header-style3 .main-wrapper .header-right-wrapper {
    flex: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    justify-content: flex-end
}

@media(max-width: 1024px) {
    .header-style3 .main-wrapper .header-right-wrapper {
        display:none
    }
}

.header-style3 .main-wrapper .header-right-wrapper .header-right {
    gap: 20px
}

.header-style3 .header-sticky .main-wrapper {
    box-shadow: 0 0 20px var(--white-color)
}

.header-style3 .header-sticky .main-wrapper .nav-menu .main-menu>ul>li {
    padding: 0
}

@media(max-width: 991px) {
    .header-style4 {
        position:relative
    }
}

.header-style4 .header-top {
    margin: 0;
    padding: 0 60px;
    background-color: rgba(0,0,0,0);
    position: relative;
    border-bottom: 1px solid var(--bs-border-color) !important
}

@media(max-width: 1399px) {
    .header-style4 .header-top {
        padding:0 24px
    }
}

@media(max-width: 991px) {
    .header-style4 .header-top {
        display:none
    }
}

.header-style4 .header-top .inner-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    justify-content: space-between;
    background: rgba(0,0,0,0);
    width: 100%
}

.header-style4 .header-top .top-left {
    display: flex;
    align-items: center
}

.header-style4 .header-top .outer-box {
    min-width: 315px;
    position: relative;
    z-index: 1
}

.header-style4 .header-top .list-style-1 {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    justify-content: start;
    padding: 11px 0
}

.header-style4 .header-top .list-style-1 li {
    font-size: 14px;
    color: var(--gray-color2);
    padding-left: 0
}

.header-style4 .header-top .list-style-1 li+li {
    margin-left: 35px
}

.header-style4 .header-top .list-style-1 li a {
    color: var(--gray-color2)
}

.header-style4 .header-top .list-style-1 li a:hover {
    color: var(--white-color)
}

.header-style4 .header-top .list-style-1 li .icon {
    color: var(--theme-color2);
    margin-right: 10px
}

.header-style4 .social-icon-one {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    justify-content: end;
    flex-wrap: wrap
}

.header-style4 .social-icon-one li a {
    color: var(--white-color);
    font-size: 14px
}

.header-style4 .social-icon-one li a:hover {
    color: var(--theme-color)
}

.header-style4 .social-icon-one li+li+li a {
    margin-left: 20px
}

.header-style4 .social-icon-one .menu-follow_title {
    color: var(--gray-color2);
    font-size: 14px;
    text-transform: uppercase;
    margin-right: 15px
}

.header-style4 .main-wrapper {
    padding: 0 60px;
    background-color: rgba(0,0,0,0);
    position: relative;
    border-bottom: 1px solid var(--bs-border-color) !important
}

@media(max-width: 991px) {
    .header-style4 .main-wrapper {
        border:none
    }
}

@media(max-width: 1399px) {
    .header-style4 .main-wrapper {
        padding:0 24px
    }
}

@media(max-width: 991px) {
    .header-style4 .main-wrapper {
        background-color:var(--light-color);
        padding: 0 12px
    }
}

.header-style4 .main-wrapper .menu-area {
    margin-top: 0;
    border-radius: 0;
    background-color: rgba(0,0,0,0);
    padding: 0
}

@media(max-width: 991px) {
    .header-style4 .main-wrapper .menu-area {
        background-color:var(--light-color)
    }
}

.header-style4 .main-wrapper .logo {
    flex: 1
}

.header-style4 .main-wrapper .nav-menu {
    flex: 0 0 auto
}

.header-style4 .main-wrapper .nav-menu .main-menu>ul>li {
    padding: 10px 0
}

.header-style4 .main-wrapper .nav-menu .main-menu>ul>li.active>a {
    color: var(--theme-color)
}

.header-style4 .main-wrapper .nav-menu .main-menu>ul>li>a {
    color: var(--white-color)
}

.header-style4 .main-wrapper .nav-menu .main-menu>ul>li>a:hover {
    color: var(--theme-color)
}

.header-style4 .main-wrapper .nav-menu .main-menu>ul>li.menu-item-has-children>a::before {
    opacity: .4
}

.header-style4 .main-wrapper .nav-menu .main-menu>ul>li.menu-item-has-children>a:hover::before {
    opacity: 1
}

.header-style4 .main-wrapper .nav-menu .main-menu>ul>li.active>a::before {
    opacity: 1
}

.header-style4 .main-wrapper .nav-menu .main-menu ul.sub-menu li a {
    color: var(--dark-color)
}

.header-style4 .main-wrapper .nav-menu .main-menu ul.sub-menu li.active a {
    color: var(--theme-color)
}

.header-style4 .main-wrapper .nav-menu .main-menu ul.sub-menu li:hover a {
    color: var(--white-color)
}

.header-style4 .main-wrapper .nav-menu .main-menu ul.sub-menu li ul.sub-menu li.active a {
    color: var(--theme-color)
}

.header-style4 .main-wrapper .nav-menu .main-menu ul.sub-menu li ul.sub-menu li a {
    color: var(--dark-color)
}

.header-style4 .main-wrapper .nav-menu .main-menu ul.sub-menu li ul.sub-menu li:hover a {
    color: var(--white-color)
}

.header-style4 .main-wrapper .header-right-wrapper {
    flex: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    justify-content: flex-end
}

@media(max-width: 1024px) {
    .header-style4 .main-wrapper .header-right-wrapper {
        display:none
    }
}

.header-style4 .main-wrapper .header-right-wrapper .header-right {
    gap: 20px
}

.header-style4 .main-wrapper .header-right-wrapper .header-right .search-btn {
    background-color: rgba(0,0,0,0);
    border: 1px solid var(--bs-border-color2);
    color: var(--gray-color2)
}

.header-style4 .main-wrapper .header-right-wrapper .header-right .search-btn:hover {
    color: var(--white-color)
}

.header-style4 .main-wrapper .header-right-wrapper .header-right .theme-btn {
    padding: 13px 40px
}

.header-style4 .header-sticky .main-wrapper {
    background: var(--dark-color);
    box-shadow: 0 0 20px var(--white-color)
}

@media(max-width: 991px) {
    .header-style4 .header-sticky .main-wrapper {
        background:var(--light-color)
    }
}

.header-style4 .header-sticky .main-wrapper .nav-menu .main-menu>ul>li {
    padding: 0
}

.header-style5 {
    position: relative
}

.header-style5 .main-wrapper {
    background-color: var(--white-color)
}

@media(min-width: 992px)and (max-width: 1024px) {
    .header-style5 .main-wrapper {
        padding:0 24px
    }
}

@media(max-width: 991px) {
    .header-style5 .main-wrapper {
        background-color:var(--light-color);
        padding: 10px 0px
    }
}

.header-style5 .main-wrapper .menu-area {
    margin-top: 0;
    border-radius: 0;
    background-color: var(--white-color);
    padding: 0;
    box-shadow: none
}

@media(max-width: 991px) {
    .header-style5 .main-wrapper .menu-area {
        background-color:var(--light-color)
    }
}

.header-style5 .main-wrapper .logo {
    flex: inherit;
    min-width: 250px
}

@media(max-width: 1299px) {
    .header-style5 .main-wrapper .logo {
        min-width:240px
    }
}

.header-style5 .main-wrapper .nav-menu {
    flex: 0 0 auto
}

.header-style5 .main-wrapper .nav-menu .main-menu>ul>li {
    padding: 10px 0
}

.header-style5 .main-wrapper .nav-menu .main-menu>ul>li.active>a {
    color: var(--theme-color)
}

.header-style5 .main-wrapper .nav-menu .main-menu>ul>li>a {
    color: var(--dark-color)
}

.header-style5 .main-wrapper .nav-menu .main-menu>ul>li>a:hover {
    color: var(--theme-color)
}

.header-style5 .main-wrapper .nav-menu .main-menu>ul>li.menu-item-has-children>a::before {
    opacity: .4
}

.header-style5 .main-wrapper .nav-menu .main-menu>ul>li.menu-item-has-children>a:hover::before {
    opacity: 1
}

.header-style5 .main-wrapper .nav-menu .main-menu>ul>li.active>a::before {
    opacity: 1
}

.header-style5 .main-wrapper .nav-menu .main-menu ul.sub-menu li a {
    color: var(--dark-color)
}

.header-style5 .main-wrapper .nav-menu .main-menu ul.sub-menu li.active a {
    color: var(--theme-color)
}

.header-style5 .main-wrapper .nav-menu .main-menu ul.sub-menu li:hover a {
    color: var(--white-color)
}

.header-style5 .main-wrapper .nav-menu .main-menu ul.sub-menu li ul.sub-menu li a {
    color: var(--dark-color)
}

.header-style5 .main-wrapper .nav-menu .main-menu ul.sub-menu li ul.sub-menu li:hover a {
    color: var(--white-color)
}

.header-style5 .main-wrapper .header-right-wrapper {
    flex: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    justify-content: flex-end
}

@media(max-width: 1024px) {
    .header-style5 .main-wrapper .header-right-wrapper {
        display:none
    }
}

.header-style5 .main-wrapper .header-right-wrapper .header-right {
    gap: 20px
}

@media(max-width: 1500px) {
    .header-style5 .main-wrapper .header-right-wrapper .header-right .header-btn {
        display:none
    }
}

.header-style5 .main-wrapper .header-right-wrapper .header-right .search-btn {
    background-color: var(--white-color);
    border: 1px solid var(--bs-border-color12);
    color: var(--dark-color)
}

.header-style5 .main-wrapper .header-right-wrapper .header-right .search-btn:hover {
    color: var(--theme-color)
}

.header-style5 .main-wrapper .header-right-wrapper .header-right .theme-btn {
    padding: 13px 20px
}

.header-style5 .header-sticky .main-wrapper {
    box-shadow: 0 0 20px var(--white-color)
}

.header-style5 .header-sticky .main-wrapper .nav-menu .main-menu>ul>li {
    padding: 0
}

.footer-section {
    overflow: hidden
}

.footer-section .footer-brand {
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: space-between
}

@media(max-width: 767px) {
    .footer-section .footer-brand {
        margin-bottom:47px
    }
}

.footer-section .footer-brand::before {
    position: absolute;
    content: "";
    top: -100%;
    right: 0;
    width: 1px;
    height: 100rem;
    background-color: var(--bs-border-color)
}

@media(max-width: 1024px) {
    .footer-section .footer-brand::before {
        right:40px
    }
}

@media(max-width: 912px) {
    .footer-section .footer-brand::before {
        display:none
    }
}

.footer-section .footer-brand .text {
    color: var(--gray-color2)
}

.footer-section .footer-social {
    line-height: 1
}

.footer-section .footer-social .social-link {
    font-size: 16px;
    line-height: 1.66;
    color: var(--white-color);
    font-weight: 500;
    margin-right: 14px
}

.footer-section .footer-social .social-link:hover {
    color: var(--theme-color2)
}

.footer-section .footer-bottom {
    border-top: 1px solid var(--bs-border-color);
    padding: 23px 0;
    background-color: var(--dark-color);
    position: relative;
    overflow: hidden
}

@media(max-width: 767px) {
    .footer-section .footer-bottom {
        text-align:center
    }
}

.footer-section .footer-bottom p {
    color: var(--gray-color2);
    font-size: 15px;
    line-height: 1.66;
    margin: 0
}

@media(max-width: 767px) {
    .footer-section .footer-bottom p {
        color:var(--white-color);
            font-size: 11px;
    }
}

.footer-section .footer-bottom p a {
    color: var(--theme-color2)
}

.footer-section .footer-bottom p a:hover {
    color: var(--theme-color)
}

.footer-section .footer-bottom .footer-policy a {
    color: var(--gray-color2);
    font-size: 15px;
    line-height: 1.66;
    margin-right: 15px;
    position: relative
}

@media(max-width: 767px) {
    .footer-section .footer-bottom .footer-policy a {
        color:var(--white-color)
    }
}

.footer-section .footer-bottom .footer-policy a:hover {
    color: var(--theme-color)
}

.footer-section .footer-bottom .footer-policy a:last-child {
    margin-right: 0
}

.footer-section .footer-bottom .footer-policy a+a::before {
    position: absolute;
    content: "";
    left: -10px;
    top: 50%;
    transform: translateY(-50%);
    width: 2px;
    height: 15px;
    background: var(--gray-color2)
}

@media(max-width: 991px) {
    .footer-section.style-2.br_bl-30.br_br-30 {
        border-radius:0 !important
    }
}

.footer-section.style-2 .footer-widget .big-title {
    font-size: 50px;
    line-height: 1.2;
    color: var(--white-color);
    margin-bottom: 38px
}

@media(max-width: 1399px) {
    .footer-section.style-2 .footer-widget .big-title {
        font-size:40px
    }
}

@media(max-width: 767px) {
    .footer-section.style-2 .footer-widget .big-title {
        font-size:32px;
        margin-bottom: 20px;
    }
    
}

.footer-section.style-2 .footer-widget.social .hello-title {
    font-size: 24px;
    color: var(--white-color);
    font-weight: 500;
    margin-bottom: 21px
}

.footer-section.style-2 .footer-widget.social p+p {
    margin-top: 17px;
    margin-bottom: 0
}

.footer-section.style-2 .footer-widget.social p a {
    color: var(--white-color)
}

.footer-section.style-2 .footer-widget.social p a.number {
    font-size: 20px;
    line-height: 26px;
    font-weight: 500
}

.footer-section.style-2 .footer-widget.social p a:hover {
    color: var(--theme-color2)
}

.footer-section.style-2 .footer-widget.social hr {
    border: none;
    border-top: 1px solid var(--white-color);
    margin: 25px 0
}
@media(max-width: 767px) {
    .footer-section.style-2 .footer-widget.social hr {
        margin: 15px 0
     }
}
.footer-section.style-2 .footer-widget .social-links {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    justify-content: flex-start
}

.footer-section.style-2 .footer-widget .social-links a {
    display: inline-block;
    width: 40px;
    height: 40px;
    color: var(--white-color);
    text-align: center;
    line-height: 40px;
    border-radius: 50%;
    margin-right: 0;
    background-color: var(--bs-bg-color12);
    overflow: hidden;
    position: relative;
    z-index: 1
}

.footer-section.style-2 .footer-widget .social-links a+a {
    margin-left: 10px
}

.footer-section.style-2 .footer-widget .social-links a.active,.footer-section.style-2 .footer-widget .social-links a:hover {
    color: var(--dark-color)
}

.footer-section.style-2 .footer-widget .social-links a.active::before,.footer-section.style-2 .footer-widget .social-links a:hover::before {
    left: 0;
    width: 100%
}

.footer-section.style-2 .footer-widget .social-links a::before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    width: 0;
    height: 100%;
    background-color: var(--theme-color2);
    z-index: -1;
    transition: all .4s ease 0s
}

.footer-section.style-2 .newsletter-form .form-group input[type=email] {
    color: var(--white-color);
    background-color: var(--bs-bg-color10)
}

.breadcrumb-section {
   position: relative;
    z-index: 2;
    background-repeat: no-repeat;
  
    background-size: cover;
    padding: 200px 0 100px;
    min-height: 250px;
}

@media(max-width: 991px) {
    .breadcrumb-section {
        padding:100px 0
    }
}

@media(max-width: 575px) {
    .breadcrumb-section {
        padding:80px 0
    }
}

.breadcrumb-section .bg::before {
    position: absolute;
    content: "";
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: var(--bs-bg-color3)
}

.breadcrumb-section .title-outer {
    display: flex;
    justify-content: space-between;
    align-items: center
}

@media(max-width: 575px) {
    .breadcrumb-section .title-outer {
        flex-direction:column;
        text-align: center;
        gap: 30px
    }
}

.breadcrumb-section .title-outer .title {
    position: relative;
    font-size: 56px;
    color: var(--white-color);
    font-weight: 600;
    margin-bottom: 20px
}

@media(max-width: 767px) {
    .breadcrumb-section .title-outer .title {
        font-size:46px
    }
}

@media(max-width: 575px) {
    .breadcrumb-section .title-outer .title {
        font-size:35px
    }
}

.breadcrumb-section .title-outer .text {
    position: relative;
    display: flex;
    gap: 15px
}

@media(max-width: 767px) {
    .breadcrumb-section .title-outer .text {
        display:none
    }
}

@media(max-width: 390px) {
    .breadcrumb-section .title-outer .text .icon {
        display:none
    }
}

.breadcrumb-section .title-outer .text .icon i {
    filter: brightness(0) saturate(100%) invert(91%) sepia(12%) saturate(1224%) hue-rotate(31deg) brightness(104%) contrast(75%)
}

.breadcrumb-section .title-outer .text p {
    font-size: 22px;
    color: #ffffff;
    font-weight: 400;
    margin: -5px 0 0;
    max-width: 520px
}

@media(max-width: 430px) {
    .breadcrumb-section .title-outer .text p br {
        display:none
    }
}

.page-breadcrumb {
    position: relative;
    margin-top: 5px
}

.page-breadcrumb li {
    position: relative;
    display: inline-block;
    margin-right: 7px;
    padding-right: 46px;
    font-size: 16px;
    color: var(--white-color);
    font-weight: 500;
    text-transform: capitalize
}

.page-breadcrumb li:last-child {
    color: var(--white-color);
    padding-right: 0;
    margin-right: 0
}

.page-breadcrumb li:last-child::after {
    display: none
}

.page-breadcrumb li:after {
    position: absolute;
    content: "";
    top: 50%;
    transform: translateY(-50%);
    transition: all .4s ease 0s;
    right: 0;
    width: 36px;
    height: 10px;
    background: url(../images/icons/breadcrumb-arrow.png)
}

.page-breadcrumb li a {
    color: var(--white-color);
    font-size: 16px;
    font-weight: 500;
    text-transform: capitalize;
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease
}

.page-breadcrumb li a:hover {
    color: var(--theme-color2)
}

.page-breadcrumb li:hover:first-child::before {
    color: var(--white-color)
}

.pagination-menu li {
    display: inline-block;
    margin-right: 8px
}

.pagination-menu li a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background-color: var(--white-color);
    border: 1px solid var(--bs-border-color7);
    font-size: 18px;
    color: var(--dark-color);
    font-weight: 500;
    position: relative;
    overflow: hidden;
    z-index: 1;
    transition: all .4s ease 0s
}

.pagination-menu li a:hover {
    color: var(--white-color)
}

.pagination-menu li a:hover:before {
    left: 0;
    width: 100%
}

.pagination-menu li a:before {
    position: absolute;
    content: "";
    z-index: -1;
    left: 50%;
    right: 0;
    width: 0;
    height: 100%;
    background: var(--theme-color);
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease
}

.pagination-menu li a.current {
    color: var(--white-color)
}

.pagination-menu li a.current:before {
    left: 0;
    width: 100%
}

.error-section {
    position: relative;
    z-index: 1;
    height: 100vh;
    display: flex;
    align-items: center
}

.error-section .bg-path__shape::before {
    position: absolute;
    content: "";
    width: 150px;
    height: 150px;
    background: #d0eaa7;
    transition: all .4s ease-in-out;
    right: 0;
    bottom: 0;
    z-index: -1
}

.error-section .bg-path__shape::after {
    position: absolute;
    content: "";
    width: 70px;
    height: 70px;
    background: #d0eaa7;
    transition: all .4s ease-in-out;
    right: 150px;
    bottom: 150px;
    z-index: -1
}

@media(max-width: 1500px)and (max-width: 991px) {
    .error-section .error-thumb {
        display:none
    }
}

@media(max-width: 1500px) {
    .error-section .error-thumb div {
        height:100%
    }

    .error-section .error-thumb div img {
        max-width: 95%;
        height: 100%;
        object-fit: cover
    }
}

@media(max-width: 1500px)and (max-width: 1399px) {
    .error-section .error-thumb div img {
        max-width:90%
    }
}

@media(max-width: 1500px)and (max-width: 1299px) {
    .error-section .error-thumb div img {
        max-width:85%
    }
}

@media(max-width: 1500px)and (max-width: 1199px) {
    .error-section .error-thumb div img {
        max-width:70%
    }
}

@media(max-width: 1500px)and (min-width: 992px)and (max-width: 1024px) {
    .error-section .error-thumb div img {
        max-width:60%
    }
}

@media(max-width: 991px) {
    .error-section .error-inner {
        text-align:center
    }
}

.error-section .error-inner .error {
    font-size: 150px;
    line-height: 1;
    color: var(--dark-color);
    font-weight: 600;
    margin-bottom: 14px
}

.error-section .error-inner .error-title {
    font-size: 46px;
    line-height: 1;
    color: var(--dark-color);
    font-weight: 500;
    margin-bottom: 21px
}

@media(max-width: 1199px) {
    .error-section .error-inner .error-title {
        font-size:42px
    }
}

@media(max-width: 430px) {
    .error-section .error-inner .error-title {
        font-size:32px
    }
}

.error-section .error-inner .error-description {
    font-size: 16px;
    color: var(--gray-color);
    font-weight: 400;
    margin-bottom: 36px
}

@media(min-width: 992px)and (max-width: 1024px) {
    .error-section .error-inner .error-description br {
        display:none
    }
}

@media(max-width: 767px) {
    .error-section .error-inner .error-description br {
        display:none
    }
}

@media(max-width: 991px) {
    .error-section .error-inner .error-description {
        margin:0 auto 36px
    }
}

.error-section .error-inner .search-form {
    display: flex;
    justify-content: baseline;
    align-items: center
}

@media(max-width: 991px) {
    .error-section .error-inner .search-form {
        justify-content:center
    }
}

.error-section .error-inner .search-form input {
    max-width: 504px;
    width: 100%;
    height: 60px;
    border-radius: 30px;
    background-color: var(--white-color);
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
    flex-shrink: 0
}

@media(max-width: 1399px) {
    .error-section .error-inner .search-form input {
        max-width:400px
    }
}

@media(max-width: 430px) {
    .error-section .error-inner .search-form input {
        max-width:300px
    }
}

@media(max-width: 375px) {
    .error-section .error-inner .search-form input {
        max-width:250px
    }
}

.error-section .error-inner .search-form .search-btn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 60px;
    height: 60px;
    border-radius: 30px;
    background-color: var(--theme-color);
    font-size: 16px;
    color: var(--white-color);
    flex-shrink: 0
}

.error-section .error-inner .theme-btn i {
    color: var(--theme-color2)
}

.hero-section {
    position: relative;
    z-index: -1
}

.hero-section .hero-img {
    overflow: hidden
}

@media(max-width: 767px) {
    .hero-section .hero-img {
        display:none
    }
}

@media(max-width: 1500px) {
    .hero-section .hero-img img {
        filter:brightness(70%)
    }
}

@media(max-width: 1399px) {
    .hero-section .hero-img img {
        max-width:700px;
        height: 752px;
        object-fit: cover
    }
}

@media(max-width: 1199px) {
    .hero-section .hero-img img {
        height:684px
    }
}

@media(max-width: 991px) {
    .hero-section .hero-img img {
        max-width:690px;
        height: auto
    }
}

.hero-section .hero-scroll {
    position: absolute;
    left: -4px;
    bottom: 183px;
    transform: rotate(90deg);
    z-index: 9
}

.hero-section .hero-scroll a {
    font-size: 18px;
    color: #fff;
    display: flex;
    gap: 15px
}

.hero-info-wrapper {
    position: absolute;
    bottom: 0;
    right: 0;
    max-width: 1064px;
    width: 100%;
    display: flex;
    align-items: center;
    z-index: 5
}

@media(max-width: 1024px) {
    .hero-info-wrapper {
        max-width:864px
    }
}

@media(max-width: 1399px) {
    .hero-info-wrapper {
        position:relative;
        margin-left: auto
    }
}

@media(max-width: 991px) {
    .hero-info-wrapper {
        padding:0 12px 80px
    }
}

.hero-info-wrapper .review-block {
    flex: 1;
    padding: 90px 70px;
    background-color: var(--dark-color3)
}

.hero-social-proof {
    display: flex;
    align-items: center;
    gap: 20px
}

.hero-social-proof .social {
    display: flex;
    align-items: center
}

.hero-social-proof img {
    display: flex;
    width: 68px;
    height: 68px;
    border-radius: 50%;
    margin-left: -30px;
    background-color: var(--dark-color3);
    border: 3px solid var(--dark-color)
}

.hero-social-proof img:first-child {
    margin-left: 0
}

.hero-social-proof .happy-customers .text {
    font-size: 22px;
    font-weight: 500;
    color: var(--white-color);
    margin-bottom: 7px
}

.hero-social-proof .happy-customers .rating-viewers i {
    color: #fdaf08
}

.hero-social-proof .happy-customers .rating-viewers .rating {
    color: var(--light-color);
    font-weight: 500
}

.hero-social-proof .happy-customers .rating-viewers .count {
    color: var(--gray-color2)
}

.client-count-box {
    background-color: var(--theme-color);
    padding: 32px;
    max-width: 240px;
    text-align: center;
    clip-path: polygon(40px 0, 100% 0, 100% 50%, 100% 100%, 0 100%, 0 40px)
}

.client-count-box .count-box {
    display: grid;
    place-items: center;
    place-content: center;
    width: 88px;
    height: 88px;
    border-radius: 50%;
    background-color: var(--theme-color);
    border: 1px solid hsla(0,0%,100%,.5);
    margin: auto
}

.client-count-box .count-box .inner-count {
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 26px;
    color: var(--dark-color);
    font-weight: 700;
    width: 70px;
    height: 70px;
    line-height: 70px;
    border-radius: 50%;
    text-align: center;
    background-color: var(--white-color)
}

.client-count-box .text {
    color: var(--white-color);
    font-weight: 500;
    margin: 12px 0 6px
}

.client-count-box i {
    color: var(--white-color);
    transform: rotate(45deg);
    font-size: 20px
}

@media(max-width: 767px) {
    .client-count-box {
        padding:20px;
        max-width: 180px
    }
}

@media(max-width: 575px) {
    .client-count-box {
        padding:16px;
        max-width: 150px
    }
}

.hero-content {
    padding: 300px 0 190px 0;
    position: relative;
    z-index: 5
}

@media(max-width: 991px) {
    .hero-content {
        padding:80px 0 100px 0
    }
}

.hero-content .popup-video {
    display: inline-block;
    margin-bottom: 34px
}

.hero-content .popup-video .icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 60px;
    height: 60px;
    border-radius: 50%;
    background-color: rgba(0,0,0,0);
    color: var(--theme-color2);
    border: 2px solid var(--theme-color2);
    margin-right: 20px;
    transition: all .3s ease;
    animation: ripple-video 1.5s linear infinite
}

.hero-content .popup-video .icon:not(:hover) {
    animation: ripple-video 1.5s linear infinite
}

.hero-content .popup-video p {
    color: var(--light-color2);
    font-size: 16px;
    line-height: 24px;
    margin-bottom: 0
}

.hero-content .title {
    color: var(--white-color);
    font-size: 85px;
    line-height: 1.02;
    font-weight: 400;
    margin-bottom: 38px;
    letter-spacing: 3px
}

.hero-content .title span {
    font-weight: 700
}

.hero-content .title br {
    display: block
}

@media(max-width: 991px) {
    .hero-content .title {
        font-size:60px
    }
}

@media(max-width: 767px) {
    .hero-content .title {
        font-size:30px
    }
}

@media(max-width: 1399px) {
    .hero-content {
        padding:230px 0 120px 0
    }

    .hero-content .title {
        font-size: 70px
    }
}

@media(max-width: 1199px) {
    .hero-content {
        padding:190px 0 80px
    }

    .hero-content .title {
        font-size: 68px;
        line-height: 1.1
    }

    .hero-section .hero-scroll {
        display: none
    }
}

@media(max-width: 767px) {
    .hero-content {
        padding:150px 0 80px
    }

    .hero-info-wrapper .review-block {
        padding: 82px 40px
    }

    .client-count-box {
        padding: 24px;
        max-width: 200px
    }

    .hero-content .popup-video .icon {
        width: 50px;
        height: 50px
    }
}

@media(max-width: 575px) {
    .hero-info-wrapper {
        flex-direction:column
    }

    .hero-info-wrapper .review-block {
        width: 100%
    }

    .client-count-box {
        max-width: 100%;
        width: 100%;
        margin-bottom: 30px
    }
}

@media(max-width: 430px) {
    .hero-info-wrapper .review-block {
        padding:25px 40px
    }

    .hero-info-wrapper .review-block .hero-social-proof {
        flex-direction: column;
        justify-content: center;
        text-align: center
    }
}

@media(max-width: 575px) {
    .hero-content .title {
        font-size:55px;
        line-height: 1.1
    }

    .hero-content .title br {
        display: none
    }
}

@media(max-width: 430px) {
    .hero-content .title {
        font-size:40px
    }
}

@media(max-width: 360px) {
    .hero-content .title {
        font-size:35px
    }
}

.hero-section.style-2 {
    background-color: var(--dark-color)
}

@media(max-width: 991px) {
    .hero-section.style-2 {
        padding:80px 0 0
    }
}

.hero-section.style-2 .outer-box {
    padding: 0 48px;
    position: relative
}

@media(max-width: 1399px) {
    .hero-section.style-2 .outer-box {
        padding:0 12px
    }
}

@media(max-width: 390px) {
    .hero-section.style-2 .outer-box {
        padding:0
    }
}

.hero-section.style-2 .hero-content {
    padding: 115px 100px;
    border-radius: 10px;
    background-color: var(--theme-color3);
    overflow: hidden
}

@media(max-width: 1500px) {
    .hero-section.style-2 .hero-content {
        padding:95px 80px
    }
}

@media(max-width: 1399px) {
    .hero-section.style-2 .hero-content {
        padding:80px 40px
    }
}

@media(max-width: 540px) {
    .hero-section.style-2 .hero-content {
        padding:80px 30px
    }
}

@media(max-width: 390px) {
    .hero-section.style-2 .hero-content {
        padding:50px 15px
    }
}

.hero-section.style-2 .hero-content .popup-video {
    margin-bottom: 23px
}

.hero-section.style-2 .hero-content .popup-video .icon {
    color: var(--theme-color);
    border: 2px solid var(--theme-color)
}

.hero-section.style-2 .hero-content .popup-video p {
    color: var(--dark-color)
}

.hero-section.style-2 .hero-content .title {
    font-size: 56px;
    line-height: 1.18;
    color: var(--dark-color);
    font-weight: 700;
    letter-spacing: normal;
    margin-bottom: 0
}

@media(max-width: 1399px) {
    .hero-section.style-2 .hero-content .title {
        font-size:48px
    }
}

@media(min-width: 992px)and (max-width: 1024px) {
    .hero-section.style-2 .hero-content .title {
        font-size:38px
    }
}

@media(max-width: 430px) {
    .hero-section.style-2 .hero-content .title {
        font-size:36px
    }
}

@media(max-width: 414px) {
    .hero-section.style-2 .hero-content .title {
        font-size:32px
    }
}

.hero-section.style-2 .hero-content .title .orange-dot {
    display: inline-block;
    width: 36px;
    height: 36px;
    line-height: 36px;
    text-align: center;
    border-radius: 50%;
    background-color: var(--theme-color);
    position: relative
}

@media(max-width: 414px) {
    .hero-section.style-2 .hero-content .title .orange-dot {
        width:30px;
        height: 30px;
        line-height: 30px
    }
}

.hero-section.style-2 .hero-content .title .orange-dot i {
    position: absolute;
    content: "";
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    transition: all .4s ease 0s
}

.hero-section.style-2 .hero-content .border::before {
    position: absolute;
    content: "";
    width: 200px;
    height: 1px;
    background: var(--theme-color);
    transition: all .4s ease-in-out
}

.hero-section.style-2 .hero-content .text {
    font-size: 20px;
    line-height: 1.5;
    color: var(--dark-color);
    margin: -3px 0 36px
}

@media(min-width: 992px)and (max-width: 1024px) {
    .hero-section.style-2 .hero-content .text {
        font-size:16px
    }
}

@media(max-width: 575px) {
    .hero-section.style-2 .hero-content .text br {
        display:none
    }
}

@media(max-width: 414px) {
    .hero-section.style-2 .hero-content .text {
        font-size:16px
    }
}

.hero-section.style-2 .hero-content .since {
    position: absolute;
    right: 40px;
    bottom: 40px;
    padding: 3px 20px;
    padding-left: 40px;
    text-align: center;
    border-radius: 18px;
    background-color: var(--white-color);
    border: 1px solid rgba(3,31,23,.1)
}

@media(max-width: 414px) {
    .hero-section.style-2 .hero-content .since {
        right:30px;
        bottom: 30px
    }
}

@media(max-width: 390px) {
    .hero-section.style-2 .hero-content .since {
        right:15px;
        bottom: 10px
    }
}

.hero-section.style-2 .hero-content .since::before {
    position: absolute;
    content: "";
    top: 50%;
    transform: translateY(-50%);
    transition: all .4s ease 0s;
    left: 20px;
    width: 8px;
    height: 8px;
    border-radius: 4px;
    background-color: rgba(6,50,50,.2)
}

.hero-section.style-2 .hero-content .since span {
    font-size: 14px;
    color: var(--dark-color);
    font-weight: 500
}

.hero-section.style-2 .circle-box {
    position: absolute;
    content: "";
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    transition: all .4s ease 0s;
    z-index: 5;
    width: 184px;
    height: 184px;
    background-color: var(--theme-color2);
    margin-top: 0
}

@media(max-width: 991px) {
    .hero-section.style-2 .circle-box {
        top:46%
    }
}

@media(max-width: 853px) {
    .hero-section.style-2 .circle-box {
        top:50%
    }
}

.hero-section.style-2 .circle-box .logo-box img {
    filter: brightness(0) saturate(100%) invert(12%) sepia(97%) saturate(556%) hue-rotate(135deg) brightness(92%) contrast(95%)
}

.hero-section.style-2 .circle-box .text-inner svg {
    width: 110px
}

.hero-section.style-2 .hero-img {
    height: 100%
}

@media(max-width: 767px) {
    .hero-section.style-2 .hero-img {
        display:inherit
    }
}

.hero-section.style-2 .hero-img img {
    height: 100%;
    object-fit: cover
}

@media(max-width: 1500px) {
    .hero-section.style-2 .hero-img img {
        filter:brightness(1)
    }
}

@media(max-width: 991px) {
    .hero-section.style-2 .hero-img img {
        max-width:100%;
        width: 100%
    }
}

.hero-section.style-2 .hero-info-wrap {
    background-color: var(--dark-color);
    color: var(--white-color)
}

.hero-section.style-2 .hero-info-wrap h4 {
    font-size: 24px;
    line-height: 1;
    color: var(--white-color);
    font-weight: 500;
    margin-bottom: 27px
}

.hero-section.style-2 .hero-info-wrap .consulation-form {
    position: relative
}

.hero-section.style-2 .hero-info-wrap .consulation-form input {
    padding: 10px 30px;
    border: none;
    width: 100%;
    height: 60px;
    border-radius: 5px 0 0 5px;
    background-color: var(--bs-border-color)
}

.hero-section.style-2 .hero-info-wrap .consulation-form button {
    border-radius: 0 5px 5px 0;
    padding: 0 25px;
    background-color: var(--bs-border-color);
    color: var(--theme-color2);
    border: none;
    position: relative
}

.hero-section.style-2 .hero-info-wrap .consulation-form button::before {
    position: absolute;
    content: "";
    top: 50%;
    transform: translateY(-50%);
    transition: all .4s ease 0s;
    left: 0;
    width: 1px;
    height: 24px;
    background-color: hsla(0,0%,100%,.2)
}

.hero-section.style-2 .hero-info-wrap .consulation-form button i {
    font-size: 16px
}

@media(min-width: 992px)and (max-width: 1024px) {
    .hero-section.style-2 .hero-info-wrap .hero-social-proof {
        gap:5px;
        flex-direction: column
    }
}

@media(max-width: 767px) {
    .hero-section.style-2 .hero-info-wrap .hero-social-proof.pl-25 {
        padding-left:0 !important
    }
}

@media(max-width: 360px) {
    .hero-section.style-2 .hero-info-wrap .hero-social-proof {
        gap:5px
    }
}

.hero-section.style-2 .hero-info-wrap .success-rate-wrapper {
    display: flex;
    align-items: center;
    gap: 25px
}

@media(max-width: 390px) {
    .hero-section.style-2 .hero-info-wrap .success-rate-wrapper {
        gap:15px
    }
}

.hero-section.style-2 .hero-info-wrap .success-rate-wrapper .rate-circle {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    flex-shrink: 0;
    width: 107px;
    height: 107px;
    background-color: var(--bs-border-color);
    border-radius: 50%;
    font-size: 30px;
    color: var(--theme-color2);
    font-weight: 600
}

.hero-section.style-2 .hero-info-wrap .success-rate-wrapper .text {
    font-size: 16px;
    color: var(--gray-color2);
    margin-bottom: 0
}

@media(max-width: 767px) {
    .hero-info-wrapper .rate-circle {
        width:60px;
        height: 60px
    }

    .hero-info-wrapper .rate-circle span {
        font-size: 1.25rem
    }
}

@media(max-width: 767px) {
    .hero-section.style-2 .content-area {
        padding:30px
    }

    .hero-section.style-2 .section-title {
        font-size: 2rem
    }
}

.hero-section.style-3 {
    background-color: var(--dark-color)
}

@media(max-width: 991px) {
    .hero-section.style-3 {
        padding:40px 0 0
    }
}

.hero-section.style-3 .outer-box {
    position: relative
}

@media(max-width: 1399px) {
    .hero-section.style-3 .outer-box {
        padding:0 12px
    }
}

@media(max-width: 390px) {
    .hero-section.style-3 .outer-box {
        padding:0
    }
}

.hero-section.style-3 .content-area {
    position: relative;
    z-index: 1;
    overflow: hidden;
    border-radius: 30px;
    padding: 100px 0
}

@media(max-width: 1199px) {
    .hero-section.style-3 .content-area {
        padding:10px 0
    }
}

@media(max-width: 375px) {
    .hero-section.style-3 .content-area {
        padding:10px 0
    }
}

.hero-section.style-3 .hero-content {
    padding: 0
}

.hero-section.style-3 .hero-content .sub-title {
    font-size: 18px;
  
    font-weight: 500
}

@media(max-width: 430px) {
    .hero-section.style-3 .hero-content .sub-title {
        font-size:16px
    }
}

@media(max-width: 375px) {
    .hero-section.style-3 .hero-content .sub-title {
        flex-direction:column;
        align-items: baseline
    }
}

.hero-section.style-3 .hero-content .title {
    font-size: 56px;
    line-height: 1.18;
    
    font-weight: 700;
    letter-spacing: normal;
    margin-bottom: 0
}

@media(max-width: 1399px) {
    .hero-section.style-3 .hero-content .title {
        font-size:48px
    }
}

@media(min-width: 992px)and (max-width: 1024px) {
    .hero-section.style-3 .hero-content .title {
        font-size:38px
    }
}

@media(max-width: 575px) {
    .hero-section.style-3 .hero-content .title {
        font-size:45px
    }
}

@media(max-width: 540px) {
    .hero-section.style-3 .hero-content .title {
        font-size:42px
    }
}

@media(max-width: 430px) {
    .hero-section.style-3 .hero-content .title {
        font-size:34px
    }
}

@media(max-width: 414px) {
    .hero-section.style-3 .hero-content .title {
        font-size:32px
    }
}

@media(max-width: 360px) {
    .hero-section.style-3 .hero-content .title {
        font-size:30px
    }
}

.hero-section.style-3 .hero-content .border::before {
    position: absolute;
    content: "";
    width: 60px;
    height: 2px;
    background: var(--theme-color);
    transition: all .4s ease-in-out;
    animation: moveBorder 10s linear infinite
}

.hero-section.style-3 .hero-content .text {
    font-size: 16px;
    line-height: 26px;
    color: #cccfcf;
    margin: -3px 0 41px
}

@media(min-width: 992px)and (max-width: 1024px) {
    .hero-section.style-3 .hero-content .text br {
        display:none
    }
}

@media(max-width: 575px) {
    .hero-section.style-3 .hero-content .text br {
        display:none
    }
}

@media(min-width: 992px)and (max-width: 1024px) {
    .hero-section.style-3 .hero-content .hero-btn {
        flex-direction:column;
        align-items: start !important
    }
}

@media(max-width: 430px) {
    .hero-section.style-3 .hero-content .hero-btn {
        flex-direction:row;
        align-items: center!important
    }
}

.hero-section.style-3 .hero-content .contact-info {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    justify-content: flex-start;
    gap: 10px
}

.hero-section.style-3 .hero-content .contact-info:hover .number {
    color: var(--theme-color)
}
.contact-info {
    display: -webkit-box;
    display: -ms-flexbox;
    display: block;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    justify-content: flex-start;
    gap: 10px;
}
.hero-section.style-3 .hero-content .contact-info .icon {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 56px;
    height: 56px;
    border-radius: 50%;
    background-color: var(--theme-color);
    font-size: 24px;
    color: var(--white-color)
}

@media(max-width: 767px) 
{
   .hero-section.style-3 .hero-content .contact-info .icon {
       display:none;
   } 
}


.contact-info .icon {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 56px;
    height: 56px;
    border-radius: 50%;
    background-color: var(--theme-color);
    font-size: 24px;
    color: var(--white-color)
}
.hero-section.style-3 .hero-content .contact-info .icon i {
    filter: brightness(0) invert(1)
}
.contact-info .icon i {
    filter: brightness(0) invert(1)
}
.hero-section.style-3 .hero-content .contact-info .number {
    font-size: 16px;
    line-height: 26px;
    color: #ffffff;
    font-weight: 600;
    transition: all .4s ease 0s
}

.hero-section.style-3 .hero-right {
    position: relative;
    padding-left: 38px
}

@media(max-width: 1199px) {
    .hero-section.style-3 .hero-right {
        padding-left:0
    }
}

.hero-section.style-3 .hero-right .image-box {
    position: relative
}

.hero-section.style-3 .hero-right .image-box .image-group .image2 {
    display: flex;
    justify-content: end;
    margin-top: -140px;
    margin-right: -50px
}

@media(max-width: 1500px) {
    .hero-section.style-3 .hero-right .image-box .image-group .image2 {
        margin-right:-20px
    }
}

@media(max-width: 1399px) {
    .hero-section.style-3 .hero-right .image-box .image-group .image2 {
        margin-right:-40px
    }
}

@media(max-width: 1299px) {
    .hero-section.style-3 .hero-right .image-box .image-group .image2 {
        margin-right:10px
    }
}

@media(min-width: 992px)and (max-width: 1024px) {
    .hero-section.style-3 .hero-right .image-box .image-group .image2 {
        margin-right:0
    }
}

@media(max-width: 991px) {
    .hero-section.style-3 .hero-right .image-box .image-group .image2 {
        margin-right:270px
    }
}

@media(max-width: 853px) {
    .hero-section.style-3 .hero-right .image-box .image-group .image2 {
        margin-right:121px
    }
}

@media(max-width: 540px) {
    .hero-section.style-3 .hero-right .image-box .image-group .image2 {
        margin-right:0;
        justify-content: center
    }
}

@media(max-width: 430px) {
    .hero-section.style-3 .hero-right .image-box .image-group .image2 {
        margin-top:30px
    }
}

.hero-section.style-3 .hero-right .image-box .image-group .image2 .inner-box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    align-items: flex-end;
    width: 300px;
    height: 350px;
    border-radius: 10px;
    background-color: var(--dark-color3);
    position: relative;
    z-index: 1;
    overflow: hidden
}

@media(max-width: 430px) {
    .hero-section.style-3 .hero-right .image-box .image-group .image2 .inner-box {
        width:100%
    }
}

.hero-section.style-3 .hero-right .image-box .image-group .image2 .inner-box .img {
    width: 260px;
    height: 212px;
    object-fit: cover
}

.hero-section.style-3 .hero-right .image-box .image-group .image2 .inner-box .ellipse-path {
    position: absolute;
    content: "";
    width: 453px;
    height: 453px;
    background: hsla(0,0%,100%,.07);
    transition: all .4s ease-in-out;
    border-radius: 50%;
    bottom: -285px;
    z-index: -1
}

.hero-section.style-3 .hero-right .image-box .image-group .image2 .inner-box .downloads-card {
    position: absolute;
    content: "";
    left: 50%;
    transform: translateX(-50%);
    transition: all .4s ease 0s;
    top: 45px;
    text-align: center
}

.hero-section.style-3 .hero-right .image-box .image-group .image2 .inner-box .downloads-card .download {
    font-size: 14px;
    color: var(--white-color);
    font-weight: 400;
    margin-bottom: 13px
}

.hero-section.style-3 .hero-right .image-box .image-group .image2 .inner-box .downloads-card .count-box {
    font-size: 50px;
    color: var(--theme-color2);
    font-weight: 600;
    display: flex;
    align-items: center;
    gap: 15px
}

.hero-section.style-3 .hero-right .image-box .image-group .image2 .inner-box .downloads-card .count-box .icon {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 42px;
    height: 42px;
    border-radius: 50%;
    background-color: var(--theme-color2);
    font-size: 24px;
    color: var(--dark-color)
}

.hero-section.style-3 .hero-right .image-box .info-box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 15px;
    width: 310px;
    height: 120px;
    border-radius: 10px;
    filter: drop-shadow(0px 20px 25px rgba(204, 219, 219, 0.3));
    background-color: var(--white-color);
    position: absolute;
    bottom: 40px
}

@media(max-width: 1299px) {
    .hero-section.style-3 .hero-right .image-box .info-box {
        bottom:70px;
        z-index: 1
    }
}

@media(min-width: 992px)and (max-width: 1024px) {
    .hero-section.style-3 .hero-right .image-box .info-box {
        display:none
    }
}

@media(max-width: 991px) {
    .hero-section.style-3 .hero-right .image-box .info-box {
        bottom:40px
    }
}

@media(max-width: 575px) {
    .hero-section.style-3 .hero-right .image-box .info-box {
        display:none
    }
}

.hero-section.style-3 .hero-right .image-box .info-box .img {
    border-radius: 50%
}

.hero-section.style-3 .hero-right .image-box .info-box .info .name {
    font-size: 20px;
    color: var(--dark-color);
    font-weight: 500;
    margin-bottom: 0
}

.hero-section.style-3 .hero-right .image-box .info-box .info .position {
    font-size: 15px;
    color: var(--gray-color);
    margin-bottom: 0
}

.hero-section.style-3 .hero-right .agency-info {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    flex-direction: column;
    width: 140px;
    height: 150px;
    border-radius: 10px;
    background-color: var(--theme-color2);
    position: absolute;
    top: 120px;
    right: -140px;
    z-index: 2
}

@media(max-width: 1500px) {
    .hero-section.style-3 .hero-right .agency-info {
        top:48px;
        right: -20px
    }
}

@media(max-width: 1299px) {
    .hero-section.style-3 .hero-right .agency-info {
        right:10px
    }
}

@media(min-width: 992px)and (max-width: 1024px) {
    .hero-section.style-3 .hero-right .agency-info {
        display:none
    }
}

@media(max-width: 991px) {
    .hero-section.style-3 .hero-right .agency-info {
        right:171px;
        top: 120px
    }
}

@media(max-width: 853px) {
    .hero-section.style-3 .hero-right .agency-info {
        right:33px
    }
}

@media(max-width: 430px) {
    .hero-section.style-3 .hero-right .agency-info {
        display:none
    }
}

.hero-section.style-3 .hero-right .agency-info:hover .icon i {
    animation: mirrorEffect .5s forwards ease-in-out 0s
}

.hero-section.style-3 .hero-right .agency-info .icon {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 48px;
    height: 48px;
    font-size: 25px;
    color: var(--theme-color2);
    background-color: var(--dark-color);
    border-radius: 50%;
    margin-bottom: 15px
}

.hero-section.style-3 .hero-right .agency-info p {
    font-size: 15px;
    line-height: 20px;
    color: var(--dark-color);
    font-weight: 500;
    margin-bottom: 0;
    text-align: center
}

.hero-section.style-3 .hero-right .dot-shape {
    position: absolute;
    top: 119px;
    right: 20px
}

@media(max-width: 991px) {
    .hero-section.style-3 .hero-right .dot-shape {
        right:333px
    }
}

@media(max-width: 853px) {
    .hero-section.style-3 .hero-right .dot-shape {
        right:195px
    }
}

@media(max-width: 575px) {
    .hero-section.style-3 .hero-right .dot-shape {
        display:none
    }
}

.hero-section.style-3 .hero-right .circle-path_shape {
    position: absolute;
    content: "";
    left: 277px;
    top: 220px;
    width: 258px;
    height: 258px;
    border-radius: 50%;
    background-color: var(--theme-color);
    z-index: -1
}

@media(max-width: 430px) {
    .hero-section.style-3 .hero-right .circle-path_shape {
        top:150px
    }
}

@media(max-width: 375px) {
    .hero-section.style-3 .hero-right .circle-path_shape {
        top:125px
    }
}

.hero-section.style-4 {
    position: relative;
    z-index: 1;
    overflow: hidden;
    border-radius: 30px
}

@media(max-width: 991px) {
    .hero-section.style-4 {
        border-radius:0
    }
}

.hero-section.style-4 .hero-content {
    padding: 150px 0 153px
}

@media(max-width: 1199px) {
    .hero-section.style-4 .hero-content {
        padding:80px 0
    }
}

@media(max-width: 375px) {
    .hero-section.style-4 .hero-content {
        padding: 40px 0;
        margin-bottom: 20px;
    }
}

.hero-section.style-4 .hero-content .sub-title {
    font-size: 18px;
    color: var(--dark-color);
    font-weight: 500
}

@media(max-width: 430px) {
    .hero-section.style-4 .hero-content .sub-title {
        font-size:16px
    }
}

@media(max-width: 375px) {
    .hero-section.style-4 .hero-content .sub-title {
        flex-direction:column;
        align-items: baseline
    }
}

.hero-section.style-4 .hero-content .title {
    font-size: 34px;
    line-height: 1.58;
    color: var(--dark-color);
    font-weight: 700;
    letter-spacing: normal;
    margin-bottom: 0;
    text-transform: capitalize;
}

.hero-section.style-4 .hero-content .title span {
    color: var(--theme-color) !important;
}

@media(max-width: 1399px) {
    .hero-section.style-4 .hero-content .title {
        font-size:48px
    }
}

@media(min-width: 992px)and (max-width: 1024px) {
    .hero-section.style-4 .hero-content .title {
        font-size:38px
    }

    .hero-section.style-4 .hero-content .text {
        font-size: 13px;
        line-height: 26px;
        color: var(--dark-color);
        margin: -3px 0 21px;
    }
    

}

@media(max-width: 575px) {
    .hero-section.style-4 .hero-content .title {
        font-size:45px
    }

    .hero-section.style-4 .hero-content .title br {
        display: block
    }

    .hero-section.style-4 .hero-content .text {
        font-size: 13px !important;
        line-height: 26px;
        color: var(--dark-color);
        margin: -3px 0 21px !important;
    }

}

@media(max-width: 540px) {
    .hero-section.style-4 .hero-content .title {
        font-size:38px
    }
}

@media(max-width: 430px) {
    .hero-section.style-4 .hero-content .title {
        font-size:30px
    }
}

@media(max-width: 414px) {
    .hero-section.style-4 .hero-content .title {
        font-size:24px
    }
}

@media(max-width: 360px) {
    .hero-section.style-4 .hero-content .title {
        font-size:23px
    }
}

.hero-section.style-4 .hero-content .border::before {
    position: absolute;
    content: "";
    width: 60px;
    height: 2px;
    background: var(--theme-color);
    transition: all .4s ease-in-out;
    animation: moveBorder 10s linear infinite
}

.hero-section.style-4 .hero-content .text {
    font-size: 16px;
    line-height: 26px;
    color: var(--dark-color);
    margin: -3px 0 41px
}

@media(min-width: 992px)and (max-width: 1024px) {
    .hero-section.style-4 .hero-content .text br {
        display:none
    }
    
    .hero-section.style-4 .hero-content .feature-list {
    display: block;
        
    }
}

@media(max-width: 575px) {
    .hero-section.style-4 .hero-content .text br {
        display:none
    }
     .hero-section.style-4 .hero-content .feature-list {
    display: block !important;
        
    }
}

.hero-section.style-4 .hero-content .feature-list {
    display: flex;
    align-items: center;
    gap: 40px;
    margin-top: 49px
}

@media(max-width: 375px) {
    .hero-section.style-4 .hero-content .feature-list {
        align-items:flex-start;
        flex-direction: column;
        gap: 10px;
        margin-top: 40px
    }
}

.hero-section.style-4 .hero-content .feature-list li {
    color: var(--dark-color);
    position: relative;
    padding-left: 30px
}

/*.hero-section.style-4 .hero-content .feature-list li::before {*/
/*       position: absolute;*/
/*    content: "";*/
/*    top: 50%;*/
/*    transform: translateY(-50%);*/
/*    left: 0px;*/
/*    width: 18px;*/
/*    height: 18px;*/
/*    transition: 0.4s;*/
/*    background: url(../images/icons/check-circle.png);*/
/*}*/

.hero-section.style-4 .hero-content .contact-info {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    justify-content: flex-start;
    gap: 10px
}

.hero-section.style-4 .hero-content .contact-info:hover .number {
    color: var(--theme-color)
}

.hero-section.style-4 .hero-content .contact-info .icon {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 56px;
    height: 56px;
    border-radius: 50%;
    background-color: var(--theme-color);
    font-size: 24px;
    color: var(--white-color)
}

.hero-section.style-4 .hero-content .contact-info .icon i {
    filter: brightness(0) invert(1)
}

.hero-section.style-4 .hero-content .contact-info .number {
    font-size: 16px;
    line-height: 26px;
    color: var(--dark-color);
    font-weight: 600;
    transition: all .4s ease 0s
}

.hero-section.style-4 .hero-right {
    padding-left: 50px
}

@media(max-width: 1199px) {
    .hero-section.style-4 .hero-right .image-box img {
        max-width: 100% !important;
        opacity: 0.4;
    }
}

@media(max-width: 991px) {
    .hero-section.style-4 .hero-right .image-box img {
        max-width: 100% !important;
        opacity: 0.4;
    }
}

.hero-section.style-4 .hero-right .image-box {
    position: absolute;
    bottom: 0
}

.hero-section.style-4 .hero-right .image-box img {
    max-width: inherit
}

.hero-section.style-4 .hero-right .thumb-info {
    position: absolute;
    background-color: var(--bs-bg-color5);
    backdrop-filter: blur(10px);
    bottom: 18%;
    right: 32.5%;
    border-radius: 10px
}

@media(max-width: 1500px) {
    .hero-section.style-4 .hero-right .thumb-info {
        right:24%
    }
}

@media(max-width: 1199px) {
    .hero-section.style-4 .hero-right .thumb-info {
        display:none
    }
}

.hero-section.style-4 .hero-right .agency-info {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    flex-direction: column;
    width: 140px;
    height: 150px;
    border-radius: 10px;
    border: 2px solid var(--white-color);
    background-color: var(--bs-bg-color5);
    backdrop-filter: blur(10px);
    position: absolute;
 top: 4%;
    right: 34%;
    z-index: 2
}

@media(max-width: 1500px) {
    .hero-section.style-4 .hero-right .agency-info {
        display:none
    }
}

.hero-section.style-4 .hero-right .agency-info:hover .icon i {
    animation: mirrorEffect .5s forwards ease-in-out 0s
}

.hero-section.style-4 .hero-right .agency-info .icon {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 48px;
    height: 48px;
    font-size: 25px;
    color: var(--theme-color2);
    background-color: var(--dark-color);
    border-radius: 50%;
    margin-bottom: 15px
}

.hero-section.style-4 .hero-right .agency-info p {
    font-size: 15px;
    line-height: 20px;
    color: var(--dark-color);
    font-weight: 500;
    margin-bottom: 0;
    text-align: center
}

.hero-section.style-4 .hero-right .dot-shape {
    position: absolute;
    top: 119px;
    right: 20px
}

@media(max-width: 991px) {
    .hero-section.style-4 .hero-right .dot-shape {
        right:333px
    }
}

@media(max-width: 853px) {
    .hero-section.style-4 .hero-right .dot-shape {
        right:195px
    }
}

@media(max-width: 575px) {
    .hero-section.style-4 .hero-right .dot-shape {
        display:none
    }
}

@media(max-width: 1399px) {
    .hero-section.style-4 .swiper-slide {
        overflow:hidden
    }
}

@media(max-width: 1500px) {
    .hero-section.style-4 .swiper-button-prev,.hero-section.style-4 .swiper-button-next {
        opacity:0;
        visibility: hidden
    }
}

.hero-section.style-4:hover .swiper-button-prev,.hero-section.style-4:hover .swiper-button-next {
    opacity: 1;
    visibility: visible
}

.hero-section.style-4 .hero-content>* {
    transition-timing-function: ease;
    transition-duration: 1s;
    transition-property: all;
    opacity: 0
}

.hero-section.style-4 .hero-content>*:nth-child(1) {
    transition-delay: 1000ms;
    transform: translateY(-50px)
}

.hero-section.style-4 .hero-content>*:nth-child(2) {
    transition-delay: 700ms;
    transform: translateY(50px)
}

.hero-section.style-4 .hero-content>*:nth-child(3) {
    transition-delay: 1000ms;
    transform: translateY(50px)
}

.hero-section.style-4 .hero-content>*:nth-child(4) {
    transition-delay: 1300ms;
    transform: translateY(50px)
}

.hero-section.style-4 .hero-content>*:nth-child(5) {
    transition-delay: 1500ms;
    transform: translateY(50px)
}

.hero-section.style-4 .hero-right>* {
    transition-timing-function: ease;
    transition-duration: 1s;
    transition-property: all;
    opacity: 0
}

.hero-section.style-4 .hero-right>*:nth-child(1) {
    transition-delay: 1000ms;
    transform: translateY(-50px)
}

.hero-section.style-4 .hero-right>*:nth-child(2) {
    transition-delay: 700ms;
    transform: translateY(50px)
}

.hero-section.style-4 .hero-right>*:nth-child(3) {
    transition-delay: 1000ms;
    transform: translateY(50px)
}

.hero-section.style-4 .swiper-slide-active .hero-content>* {
    transform: translateX(0);
    opacity: 1
}

.hero-section.style-4 .swiper-slide-active .hero-right>* {
    transform: translateX(0);
    opacity: 1
}

.about-middle-wrap .circle-box {
    margin: 46px 0 40px
}

.about-middle-wrap .about-info .since {
    margin-bottom: 11px
}

.about-middle-wrap .about-info p span {
    text-decoration: underline
}

.circle-box {
    position: relative;
    width: 142px;
    height: 142px;
    border-radius: 50%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background: var(--white-color)
}

.circle-box .logo-box {
    position: absolute
}

.circle-box .text-inner svg {
    width: 120px;
    max-width: 100%;
    height: auto;
    overflow: visible;
    word-spacing: 20px;
    transform: rotate(0) scaleX(1) scaleY(1)
}

.circle-box .text-inner path {
    fill: rgba(0,0,0,0);
    stroke: rgba(0,0,0,0);
    stroke-width: 1px;
    -webkit-transition: .3s stroke,.3s fill;
    -o-transition: .3s stroke,.3s fill;
    transition: .3s stroke,.3s fill
}

.circle-box .text-inner text {
    fill: var(--dark-color);
    direction: ltr;
    -webkit-transition: .3s stroke,.3s stroke-width,.3s fill;
    -o-transition: .3s stroke,.3s stroke-width,.3s fill;
    transition: .3s stroke,.3s stroke-width,.3s fill;
    font-size: 22px;
    font-weight: 400;
    font-family: var(--title-font)
}

@media(max-width: 430px) {
    .about-right-wrap {
        flex:1
    }
}

.about-right-wrap .experience-card {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-bottom: 42px
}

@media(max-width: 767px) {
    .about-right-wrap .experience-card {
        margin-bottom:30px
    }
}

.about-right-wrap .experience-card .years {
    font-size: 80px;
    line-height: 1;
    font-weight: 700;
    color: var(--white-color);
    display: inline-block;
    position: relative;
    text-shadow: -2px -2px 0 var(--dark-color),2px -2px 0 var(--dark-color),-2px 2px 0 var(--dark-color),2px 2px 0 var(--dark-color)
}

.about-right-wrap .experience-card .years::before {
    position: absolute;
    content: "+";
    top: -4px;
    right: -26px;
    font-size: 18px;
    line-height: 24px;
    color: var(--white-color);
    font-weight: 500;
    text-shadow: none;
    width: 24px;
    height: 24px;
    text-align: center;
    border-radius: 12px;
    background-color: var(--theme-color)
}

.about-right-wrap .experience-card .text {
    font-size: 24px;
    line-height: 30px;
    color: var(--dark-color)
}

.about-right-wrap .experience-card .text span {
    position: relative
}

.about-right-wrap .experience-card .text span::before span.fw-semibold::before {
    position: absolute;
    content: "";
    right: -70%;
    top: 50%;
    width: 58px;
    height: 1px;
    background-color: #79b62a
}

.about-right-wrap .profile-card {
    background: var(--white-color);
    border-radius: 10px;
    box-shadow: 0 4px 8px rgba(0,0,0,.1);
    overflow: hidden;
    text-align: center;
    position: relative
}

.about-right-wrap .profile-card::before {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    background: none;
    transition: all .4s ease-in-out;
    left: 0;
    bottom: 0;
    background-image: linear-gradient(0deg, rgb(9, 73, 73) 0%, rgb(9, 73, 73) 10%, rgba(9, 73, 73, 0) 58%, rgba(9, 73, 73, 0) 100%)
}

@media(max-width: 430px) {
    .about-right-wrap .profile-card img {
        width:100%
    }
}

.about-right-wrap .profile-card .profile-details {
    position: absolute;
    width: 100%;
    bottom: 13px;
    left: 50%;
    transform: translateX(-50%)
}

.about-right-wrap .profile-card .profile-details .name {
    font-size: 18px;
    line-height: 24px;
    color: var(--light-color2);
    font-weight: 600;
    margin-bottom: 3px
}

.about-right-wrap .profile-card .profile-details .title {
    opacity: .6;
    font-size: 14px;
    line-height: 24px;
    color: var(--light-color2)
}

@media(max-width: 1024px) {
    .about-middle-wrap {
        height:100%;
        display: flex;
        flex-direction: column;
        justify-content: flex-end
    }
}

@media(max-width: 991px) {
    .about-middle-wrap .circle-box {
        margin:0 0 40px
    }

    .about-content-wrap .about-img img {
        width: 100%
    }
}

.about-section.style-2 .experience-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    flex-direction: column;
    gap: 50px;
    padding: 50px 0;
    max-width: 350px;
    border-radius: 175px;
    filter: drop-shadow(0px 20px 20px var(--bs-border-color4));
    background-color: var(--white-color)
}

.about-section.style-2 .experience-wrapper .experience-years {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 194px;
    height: 194px;
    border-radius: 50%;
    background-color: var(--theme-color3)
}

.about-section.style-2 .experience-wrapper .experience-years .inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 148px;
    height: 148px;
    border-radius: 50%;
    background-color: var(--theme-color3);
    border: 1px solid var(--dark-color)
}

.about-section.style-2 .experience-wrapper .experience-years .inner span {
    font-size: 80px;
    line-height: 1;
    color: var(--dark-color);
    font-weight: 600
}

.about-section.style-2 .experience-wrapper .text {
    display: flex;
    align-items: center;
    gap: 15px
}

.about-section.style-2 .experience-wrapper .text p {
    font-size: 22px;
    line-height: 30px;
    color: var(--dark-color);
    font-weight: 500;
    margin-bottom: 0
}

.about-section.style-2 .experience-wrapper .popup-video {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100px;
    height: 100px;
    border-radius: 50%;
    background-color: var(--white-color);
    border: 1px solid var(--theme-color);
    transition: all .4s ease 0s
}

.about-section.style-2 .experience-wrapper .popup-video:hover {
    transform: scale(1.1);
    background-color: var(--theme-color);
    border-color: var(--white-color)
}

.about-section.style-2 .experience-wrapper .popup-video:hover .inner-popup {
    background-color: var(--white-color)
}

.about-section.style-2 .experience-wrapper .popup-video:hover .inner-popup .icon {
    color: var(--theme-color)
}

.about-section.style-2 .experience-wrapper .popup-video .inner-popup {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 60px;
    height: 60px;
    border-radius: 50%;
    background-color: var(--theme-color);
    transition: background-color .3s ease-in-out
}

.about-section.style-2 .experience-wrapper .popup-video .inner-popup .icon {
    color: var(--white-color)
}

.about-section.style-2 .about-content-wrap .features-list li {
    font-size: 16px;
    line-height: 28px;
    color: var(--dark-color);
    position: relative;
    padding-left: 25px
}

.about-section.style-2 .about-content-wrap .features-list li+li {
    margin-top: 7px
}

.about-section.style-2 .about-content-wrap .features-list li::before {
    position: absolute;
    content: "";
    top: 50%;
    transform: translateY(-50%);
    transition: all .4s ease 0s;
    left: 0;
    width: 18px;
    height: 18px;
    background: url(../images/icons/check-circle.png)
}

@media(max-width: 991px) {
    .about-section.style-2 .about-right-wrap {
        display:flex;
        gap: 24px
    }
}

@media(max-width: 575px) {
    .about-section.style-2 .about-right-wrap {
        flex-direction:column
    }
}

.about-section.style-2 .about-right-wrap .image-box {
    margin-bottom: 24px
}

@media(max-width: 991px) {
    .about-section.style-2 .about-right-wrap .image-box {
        flex:1;
        margin-bottom: 0
    }
}

.about-section.style-2 .about-right-wrap .achievement-box {
    position: relative;
    z-index: 1;
    overflow: hidden;
    padding: 42px 50px 50px
}

.about-section.style-2 .about-right-wrap .achievement-box:hover .content .icon i {
    animation: mirrorEffect .5s forwards ease-in-out 0s
}

@media(min-width: 992px)and (max-width: 1024px) {
    .about-section.style-2 .about-right-wrap .achievement-box {
        padding:32px 20px 40px
    }
}

@media(max-width: 991px) {
    .about-section.style-2 .about-right-wrap .achievement-box {
        flex:1
    }
}

.about-section.style-2 .about-right-wrap .achievement-box .awards {
    position: relative;
    line-height: 1;
    display: inline-block
}

.about-section.style-2 .about-right-wrap .achievement-box .awards .count-number {
    font-size: 60px;
    color: var(--dark-color);
    font-weight: 500
}

.about-section.style-2 .about-right-wrap .achievement-box .awards .plus {
    font-size: 30px;
    position: absolute;
    top: 0;
    right: -20px;
    color: var(--dark-color)
}

.about-section.style-2 .about-right-wrap .achievement-box .content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    justify-content: space-between
}

.about-section.style-2 .about-right-wrap .achievement-box .content p {
    font-size: 18px;
    line-height: 24px;
    color: var(--dark-color);
    margin-bottom: 0
}

.about-section.style-2 .about-right-wrap .achievement-box .content .icon {
    font-size: 40px;
    color: var(--dark-color)
}

.about-section.style-3 .bg-path__shape::before {
    position: absolute;
    content: "";
    width: 150px;
    height: 150px;
    background: #e0f1f1;
    transition: all .4s ease-in-out;
    right: 0;
    bottom: 0
}

.about-section.style-3 .bg-path__shape::after {
    position: absolute;
    content: "";
    width: 70px;
    height: 70px;
    background: #e0f1f1;
    transition: all .4s ease-in-out;
    right: 150px;
    bottom: 150px
}

@media(max-width: 1500px)and (max-width: 991px) {
    .about-section.style-3 .about-thumb {
        display:none
    }
}

@media(max-width: 1500px) {
    .about-section.style-3 .about-thumb div {
        height:100%
    }

    .about-section.style-3 .about-thumb div img {
        max-width: 693px;
        height: 100%;
        object-fit: cover
    }
}

@media(max-width: 1500px)and (max-width: 1399px) {
    .about-section.style-3 .about-thumb div img {
        max-width:643px
    }
}

@media(max-width: 1500px)and (max-width: 1299px) {
    .about-section.style-3 .about-thumb div img {
        max-width:593px
    }
}

@media(max-width: 1500px)and (max-width: 1280px) {
    .about-section.style-3 .about-thumb div img {
        max-width:583px
    }
}

@media(max-width: 1500px)and (max-width: 1199px) {
    .about-section.style-3 .about-thumb div img {
        max-width:543px
    }
}

@media(max-width: 1500px)and (max-width: 1024px) {
    .about-section.style-3 .about-thumb div img {
        max-width:455px
    }
}

.about-section.style-3 .since-box {
    right: 77px;
    bottom: -91px
}

.about-section.style-3 .features-list {
    margin-top: 35px
}

.about-section.style-3 .features-list li {
    font-size: 16px;
    line-height: 28px;
    color: var(--dark-color);
    position: relative;
    padding-left: 25px
}

@media(max-width: 360px) {
    .about-section.style-3 .features-list li {
        padding-left:20px
    }
}

.about-section.style-3 .features-list li+li {
    margin-top: 7px
}

.about-section.style-3 .features-list li::before {
    position: absolute;
    content: "";
    top: 50%;
    transform: translateY(-50%);
    transition: all .4s ease 0s;
    left: 0;
    width: 18px;
    height: 18px;
    background: url(../images/icons/check-circle.png)
}

.about-section.style-4 .about-image-wrapper {
    display: flex;
    align-items: end;
    position: relative
}

@media(max-width: 1199px) {
    .about-section.style-4 .about-image-wrapper.direction-rtl {
        direction:ltr
    }
}

@media(min-width: 992px)and (max-width: 1024px) {
    .about-section.style-4 .about-image-wrapper.direction-rtl {
        direction:rtl
    }
}

@media(max-width: 991px) {
    .about-section.style-4 .about-image-wrapper .about-image {
        width:100%
    }

    .about-section.style-4 .about-image-wrapper .about-image img {
        width: 100%
    }
}

.about-section.style-4 .about-image-wrapper .shape {
    position: absolute;
    top: 12px;
    left: -77px
}

.about-section.style-4 .about-image-wrapper .about-single-card {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    flex-shrink: 0;
    position: relative;
    z-index: 1;
    max-width: 330px;
    width: 100%;
    height: max-content;
    padding: 16px;
    border-radius: 10px;
    background-color: var(--white-color);
    margin: 0 -135px 68px 0
}

@media(max-width: 1500px) {
    .about-section.style-4 .about-image-wrapper .about-single-card {
        margin:0 -205px 68px 0
    }
}

@media(max-width: 1399px) {
    .about-section.style-4 .about-image-wrapper .about-single-card {
        display:none
    }
}

.about-section.style-4 .about-image-wrapper .about-single-card .inner {
    display: inline-block;
    position: relative;
    max-width: 290px;
    width: 100%;
    flex-shrink: 0;
    z-index: 1;
    padding: 40px 37px;
    border-radius: 5px;
    background-color: var(--theme-color2);
    overflow: hidden
}

.about-section.style-4 .about-image-wrapper .about-single-card .inner:hover .icon {
    transform: rotate(360deg)
}

.about-section.style-4 .about-image-wrapper .about-single-card .inner .icon {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 70px;
    height: 70px;
    border-radius: 10px;
    background-color: var(--dark-color);
    font-size: 30px;
    color: var(--theme-color2);
    transition: all .4s ease 0s
}

.about-section.style-4 .about-image-wrapper .about-single-card .inner .title {
    font-size: 20px;
    line-height: 28px;
    color: var(--dark-color);
    font-weight: 500;
    margin: 30px 0 24px
}

.about-section.style-4 .about-image-wrapper .about-single-card .inner .members {
    display: flex;
    align-items: center;
    gap: 5px
}

.about-section.style-4 .about-image-wrapper .about-single-card .inner .members .social {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.about-section.style-4 .about-image-wrapper .about-single-card .inner .members .social img {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    margin-left: -20px;
    border: 3px solid var(--theme-color2)
}

.about-section.style-4 .about-image-wrapper .about-single-card .inner .members .social img:first-child {
    margin-left: 0
}

.about-section.style-4 .about-image-wrapper .about-single-card .inner .members .text {
    font-size: 15px;
    color: var(--dark-color);
    font-weight: 500
}

.about-section.style-4 .about-image-wrapper .about-image img {
    max-width: inherit;
    border-radius: 10px
}

.about-section.style-4 .circle-box {
    position: absolute;
    bottom: 37px;
    right: -92px;
    width: 184px;
    height: 184px;
    background-color: var(--theme-color3)
}

@media(max-width: 991px) {
    .about-section.style-4 .circle-box {
        bottom:30px;
        right: 30px
    }
}

@media(max-width: 430px) {
    .about-section.style-4 .circle-box {
        display:none
    }
}

.about-section.style-4 .feature-list {
    display: flex;
    gap: 25px
}

@media(max-width: 575px) {
    .about-section.style-4 .feature-list {
        flex-direction:column;
        gap:20px;
    }
}

.about-section.style-4 .feature-list .feature-item {
    display: flex;
    align-items: center;
    gap: 20px
}

.about-section.style-4 .feature-list .feature-item:hover .icon i {
    animation: mirror_effect .8s forwards ease-in-out 0s
}

.about-section.style-4 .feature-list .feature-item .icon {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    flex-shrink: 0;
    width: 60px;
    height: 60px;
    border-radius: 50%;
    background-color: var(--theme-color3);
    font-size: 30px;
    color: var(--dark-color)
}

.about-section.style-4 .feature-list .feature-item p {
    font-size: 18px;
    line-height: 26px;
    color: var(--dark-color);
    font-weight: 500;
    margin-bottom: 0
}

.about-section.style-4 .features-list li {
    font-size: 16px;
    line-height: 28px;
    color: var(--dark-color);
    position: relative;
    padding-left: 25px
}

@media(max-width: 360px) {
    .about-section.style-4 .features-list li {
        padding-left: 18px;
        font-size: 15px;
    }
}

.about-section.style-4 .features-list li+li {
    margin-top: 10px
}

.about-section.style-4 .features-list li::before {
    position: absolute;
    content: "";
    top: 50%;
    transform: translateY(-50%);
    transition: all .4s ease 0s;
    left: 0;
    width: 18px;
    height: 18px;
    background: url(../images/icons/check-circle.png)
}

.brands-section {
    position: relative;
    z-index: 2
}

.brands-section .sponsors-outer {
    border-top: 1px solid var(--bs-border-color5);
    border-bottom: 1px solid var(--bs-border-color5)
}

.brands-section .sponsors-outer .trusted-partners {
    font-size: 18px;
    color: var(--dark-color)
}

.brands-slider {
    position: relative;
    padding: 58px 0
}

@media(max-width: 575px) {
    .brands-slider {
        padding:35px 0
    }
}

.brands-slider .brand-item {
    position: relative;
    overflow: hidden;
    text-align: center;
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease
}

.brands-slider .brand-item a {
    position: relative;
    display: block;
    -webkit-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
    filter: none
}

.brands-slider .brand-item a:hover {
    filter: brightness(0)
}

.brands-slider .brand-item img {
    display: inline-block;
    max-width: 100%;
    width: auto;
    height: auto;
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
    position: relative;
    width: auto !important;
    display: inline-block !important;
    -webkit-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease
}

.brands-slider .brand--item {
    text-align: center
}

.service-section {
    position: relative
}

.service-btn-wrapper {
    display: flex;
    align-items: center;
    gap: 40px
}

.service-btn-wrapper .array-button {
    gap: 10px
}

.service-btn-wrapper .array-button .s-prev,.service-btn-wrapper .array-button .s-next {
    width: 60px;
    height: 60px;
    border: none !important;
    background: var(--dark-color3);
    color: var(--theme-color2)
}

.service-btn-wrapper .array-button .s-prev:hover,.service-btn-wrapper .array-button .s-next:hover {
    color: var(--white-color);
    background: var(--theme-color)
}

.service-btn-wrapper .array-button .s-next.active {
    color: var(--white-color);
    background: var(--theme-color);
    border-color: var(--theme-color)
}

.service-btn-wrapper .service-btn a {
    color: var(--white-color);
    transition: all .4s ease 0s;
    background: linear-gradient(var(--white-color) 0%, var(--white-color) 98%);
    background-repeat: no-repeat;
    background-size: 87% 1px;
    background-position: left 100%
}

.service-btn-wrapper .service-btn a:hover {
    background-size: 0 1px
}

.service-single-box {
    padding: 50px 40px 50px;
    border-radius: 10px;
    position: relative;
    z-index: 1;
    overflow: hidden
}

@media(max-width: 1024px) {
    .service-single-box {
        padding:20px 20px 20px
    }
}

@media(min-width: 992px)and (max-width: 1024px) {
    .service-single-box {
        padding:20px 20px 20px
    }
}

.service-single-box:hover .service-btn {
    padding: 8px 25px;
    max-width: 170px;
    gap: 10px
}

.service-single-box:hover .service-btn .link-text {
    animation: typing 1s steps(20) forwards;
    visibility: visible
}

.service-single-box:hover .icon i {
    animation: mirrorWave .5s forwards ease-in-out 0s
}

.service-single-box.white .icon {
    filter: brightness(0) invert(1)
}

.service-single-box .icon {
    font-size: 60px;
    color: var(--dark-color);
    transition: all .4s ease 0s
}

.service-single-box .title {
    font-size: 26px;
    font-weight: 600;
    transition: all .4s ease 0s
}

.service-single-box .text {
    font-size: 16px;
    line-height: 1.66;
    color: var(--dark-color);
    margin-bottom: 23px;
    transition: all .4s ease 0s
}

.service-single-box .service-btn {
    border: 1px solid var(--dark-color);
    padding: 8px 14px;
    background: rgba(0,0,0,0);
    overflow: hidden;
    max-width: 45px;
    gap: 0;
    display: flex;
    align-items: center
}

.service-single-box .service-btn .link-text {
    opacity: 0;
    visibility: hidden;
    transition: all 300ms ease;
    position: relative;
    display: block;
    height: 26px;
    white-space: nowrap;
    overflow: hidden;
    width: 0
}

.service-single-box .serial {
    position: absolute;
    top: 35px;
    right: 35px;
    color: var(--dark-color);
    font-size: 20px;
    font-weight: 500
}

.service-single-box.white .serial,.service-single-box.white .icon,.service-single-box.white .title,.service-single-box.white .text {
    color: var(--white-color)
}

.service-single-box.white .service-btn {
    color: var(--white-color);
    border-color: var(--white-color)
}

.service-contact {
    padding: 40px 60px 40px 50px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    justify-content: space-between;
    background-color: var(--dark-color3);
    clip-path: polygon(30px 0, 100% 0, 100% 50%, 100% 100%, 0 100%, 0 30px)
}

@media(max-width: 912px) {
    .service-contact {
        flex-direction:column
    }
}

@media(max-width: 575px) {
    .service-contact {
        padding:40px 30px 50px;
        margin-bottom: 80px
    }
}

.service-contact .social-proof {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 25px
}

@media(max-width: 575px) {
    .service-contact .social-proof {
        gap:15px;
        flex-direction: column;
        margin-bottom: 15px
    }
}

.service-contact .social-proof .social img {
    width: 57px;
    height: 57px;
    border-radius: 50%;
    margin-left: -30px
}

.service-contact .social-proof .social img:first-child {
    margin-left: 0
}

.service-contact .social-proof .text {
    font-size: 18px;
    color: var(--white-color);
    margin-bottom: 0
}

@media(max-width: 540px) {
    .service-contact .social-proof .text {
        width:80%;
        text-align: center
    }
}

@media(max-width: 430px) {
    .service-contact .social-proof .text {
        width:100%
    }
}

.service-section.style-2 .service-single-box {
    background-color: var(--theme-color3);
    transition: background-color .4s ease-in-out
}

.service-section.style-2 .service-single-box:hover {
    background-color: var(--dark-color)
}

.service-section.style-2 .service-single-box:hover .icon {
    color: var(--theme-color2);
    filter: brightness(0) saturate(100%) invert(91%) sepia(12%) saturate(1224%) hue-rotate(31deg) brightness(104%) contrast(75%)
}

.service-section.style-2 .service-single-box:hover .title {
    color: var(--white-color)
}

.service-section.style-2 .service-single-box:hover .text {
    color: var(--gray-color2)
}

.service-section.style-2 .service-single-box:hover .serial {
    color: var(--theme-color2)
}

.service-section.style-2 .service-single-box:hover .service-btn {
    color: var(--theme-color2);
    border-color: var(--theme-color2)
}

.service-section.style-2 .service-single-box:hover .border::before {
    left: 0;
    width: 100%
}

.service-section.style-2 .service-single-box:hover .path__shape {
    opacity: 1
}

.service-section.style-2 .service-single-box:hover .path__shape::after {
    right: 50px;
    bottom: 50px
}

.service-section.style-2 .service-single-box .border::before {
    position: absolute;
    content: "";
    width: 0;
    height: 1px;
    background: var(--theme-color2);
    transition: all .4s ease-in-out;
    left: 50%
}

.service-section.style-2 .service-single-box .path__shape {
    opacity: 0;
    transition: opacity .4s ease-in-out
}

.service-section.style-2 .service-single-box .path__shape::before {
    position: absolute;
    content: "";
    width: 50px;
    height: 50px;
    background: var(--bs-border-color);
    transition: all .4s ease-in-out;
    right: 0;
    bottom: 0
}

.service-section.style-2 .service-single-box .path__shape::after {
    position: absolute;
    content: "";
    width: 40px;
    height: 40px;
    background: var(--bs-border-color);
    transition: all .4s ease-in-out;
    right: 0;
    bottom: 0
}

.service-section.style-3 .service-btn-inner {
    gap: 30px
}

.service-section.style-3 .service-btn-inner .line {
    width: 100%;
    height: 1px;
    background: var(--bs-border-color)
}

.service-section.style-3 .service-btn-inner .array-prev,.service-section.style-3 .service-btn-inner .array-next {
    border-color: var(--bs-border-color);
    background-color: var(--bs-border-color);
    color: hsla(0,0%,100%,.5);
    transition: all .4s ease 0s
}

.service-section.style-3 .service-btn-inner .array-prev:hover,.service-section.style-3 .service-btn-inner .array-next:hover {
    color: var(--white-color)
}

.service-section.style-3 .service-single-box {
    background-color: var(--theme-color3);
    transition: background-color .4s ease-in-out
}

.service-section.style-3 .service-single-box:hover {
    background-color: var(--dark-color3)
}

.service-section.style-3 .service-single-box:hover .icon {
    color: var(--theme-color2);
    filter: brightness(0) saturate(100%) invert(91%) sepia(12%) saturate(1224%) hue-rotate(31deg) brightness(104%) contrast(75%)
}

.service-section.style-3 .service-single-box:hover .title {
    color: var(--white-color)
}

.service-section.style-3 .service-single-box:hover .text {
    color: var(--gray-color2)
}

.service-section.style-3 .service-single-box:hover .serial {
    color: var(--theme-color2)
}

.service-section.style-3 .service-single-box:hover .service-btn {
    color: var(--theme-color2);
    border-color: var(--theme-color2)
}

.service-section.style-3 .service-single-box:hover .border::before {
    left: 0;
    width: 100%
}

.service-section.style-3 .service-single-box:hover .path__shape {
    opacity: 1
}

.service-section.style-3 .service-single-box:hover .path__shape::after {
    right: 50px;
    bottom: 50px
}

.service-section.style-3 .service-single-box .border::before {
    position: absolute;
    content: "";
    width: 0;
    height: 1px;
    background: var(--theme-color2);
    transition: all .4s ease-in-out;
    left: 50%
}

.service-section.style-3 .service-single-box .path__shape {
    opacity: 0;
    transition: opacity .4s ease-in-out
}

.service-section.style-3 .service-single-box .path__shape::before {
    position: absolute;
    content: "";
    width: 50px;
    height: 50px;
    background: var(--bs-border-color);
    transition: all .4s ease-in-out;
    right: 0;
    bottom: 0
}

.service-section.style-3 .service-single-box .path__shape::after {
    position: absolute;
    content: "";
    width: 40px;
    height: 40px;
    background: var(--bs-border-color);
    transition: all .4s ease-in-out;
    right: 0;
    bottom: 0
}

@media(min-width: 991.99px) {
    .service-section.style-3 .swiper-slide-active .service-single-box {
        background-color:var(--dark-color3)
    }

    .service-section.style-3 .swiper-slide-active .service-single-box .icon {
        color: var(--theme-color2);
        filter: brightness(0) saturate(100%) invert(91%) sepia(12%) saturate(1224%) hue-rotate(31deg) brightness(104%) contrast(75%)
    }

    .service-section.style-3 .swiper-slide-active .service-single-box .title {
        color: var(--white-color)
    }

    .service-section.style-3 .swiper-slide-active .service-single-box .text {
        color: var(--gray-color2)
    }

    .service-section.style-3 .swiper-slide-active .service-single-box .serial {
        color: var(--theme-color2)
    }

    .service-section.style-3 .swiper-slide-active .service-single-box .service-btn {
        color: var(--theme-color2);
        border-color: var(--theme-color2)
    }

    .service-section.style-3 .swiper-slide-active .service-single-box .border::before {
        left: 0;
        width: 100%
    }

    .service-section.style-3 .swiper-slide-active .service-single-box .path__shape {
        opacity: 1
    }

    .service-section.style-3 .swiper-slide-active .service-single-box .path__shape::after {
        right: 50px;
        bottom: 50px
    }
}

.service-section.style-4 .service-tabs .service-tab {
    border-bottom: 4px solid var(--bs-border-color);
    cursor: pointer;
    position: relative;
    margin-bottom: 10px;
}

.service-section.style-4 .service-tabs .service-tab.active::before,.service-section.style-4 .service-tabs .service-tab:hover::before {
    width: 90%
}

@media(max-width: 991px) {
    .service-section.style-4 .service-tabs .service-tab.active::before,.service-section.style-4 .service-tabs .service-tab:hover::before {
        width:100%
    }
}

.service-section.style-4 .service-tabs .service-tab::before {
    position: absolute;
    content: "";
    left: 0;
    bottom: 0;
    width: 0;
    height: 2px;
    background-color: var(--theme-color2);
    transition: all .4s ease 0s
}

.service-section.style-4 .service-tabs .service-tab h5 {
    font-size: 20px;
    line-height: 28px;
    color: var(--white-color);
    font-weight: 500;
    margin-bottom: 19px;
    transition: all .4s ease 0s
}

.service-section.style-4 .service-tab-wrapper {
    display: none
}

.service-section.style-4 .service-tab-wrapper.active {
    display: block
}

.service-section.style-4 .service-image-wrapper .image-box {
    display: inline-block;
    position: relative
}

.service-section.style-4 .service-content-wrap {
    margin-right: 63px
}

@media(max-width: 991px) {
    .service-section.style-4 .service-content-wrap {
        margin-right:0
    }
}

.service-section.style-4 .service-content-wrap .features-list li {
    font-size: 16px;
    line-height: 28px;
    color: var(--white-color);
    position: relative;
    padding-left: 25px
}

.service-section.style-4 .service-content-wrap .features-list li+li {
    margin-top: 7px
}

.service-section.style-4 .service-content-wrap .features-list li::before {
    position: absolute;
    content: "";
    top: 50%;
    transform: translateY(-50%);
    transition: all .4s ease 0s;
    left: 0;
    width: 18px;
    height: 18px;
    background: url(../images/icons/check-circle.png);
    filter: brightness(0) saturate(100%) invert(91%) sepia(12%) saturate(1224%) hue-rotate(31deg) brightness(104%) contrast(75%)
}

.service-section.style-4 .service-tab-wrapper {
    display: none;
    opacity: 0;
    transition: opacity .3s ease
}

.service-section.style-4 .service-tab-wrapper.active {
    display: block;
    opacity: 1
}

.service-bottom .social-proof {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 20px
}

@media(max-width: 575px) {
    .service-bottom .social-proof {
        gap:15px;
        flex-direction: column;
        align-items: flex-start;
        margin-bottom: 15px;
        margin-bottom: 0
    }
}

.service-bottom .social-proof .icon {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 60px;
    height: 60px;
    border-radius: 50%;
    background-color: var(--dark-color);
    font-size: 34px;
    color: var(--theme-color2);
    flex-shrink: 0
}

.service-bottom .social-proof .text {
    font-size: 18px;
    color: var(--dark-color);
    margin-bottom: 0
}

@media(max-width: 540px) {
    .service-bottom .social-proof .text {
        width:80%;
        text-align: center
    }
}

@media(max-width: 430px) {
    .service-bottom .social-proof .text {
        width:100%
    }
}

@media(max-width: 540px) {
    .service-bottom .social-proof .text {
        text-align:left
    }
}

@media(max-width: 1500px)and (max-width: 991px) {
    .choose-thumb {
        display:none
    }
}

@media(max-width: 1500px) {
    .choose-thumb div {
        height:100%
    }

    .choose-thumb div img {
        max-width: 693px;
        height: 100%;
        object-fit: cover
    }
}

@media(max-width: 1500px)and (max-width: 1399px) {
    .choose-thumb div img {
        max-width:643px
    }
}

@media(max-width: 1500px)and (max-width: 1299px) {
    .choose-thumb div img {
        max-width:593px
    }
}

@media(max-width: 1500px)and (max-width: 1280px) {
    .choose-thumb div img {
        max-width:583px
    }
}

@media(max-width: 1500px)and (max-width: 1199px) {
    .choose-thumb div img {
        max-width:543px
    }
}

@media(max-width: 1500px)and (max-width: 1024px) {
    .choose-thumb div img {
        max-width:455px
    }
}

.since-box {
    padding: 30px 35px 32px;
    max-width: 280px;
    text-align: center;
    position: absolute;
    right: 57px;
    bottom: -121px;
    background: var(--bs-bg-color4);
    backdrop-filter: blur(10px)
}

@media(max-width: 1199px) {
    .since-box {
        bottom:-90px
    }
}

@media(max-width: 991px) {
    .since-box {
        display:none
    }
}

.since-box:hover .icon-box .icon i {
    animation: wobble_spatial 1s forwards ease-in-out 0s
}

.since-box .icon-box {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 114px;
    height: 114px;
    border-radius: 50%;
    background-color: rgba(0,0,0,0);
    border: 1px solid var(--bs-border-color2);
    margin: auto
}

.since-box .icon-box .icon {
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 31px;
    color: var(--dark-color);
    font-weight: 700;
    width: 90px;
    height: 90px;
    line-height: 90px;
    border-radius: 50%;
    text-align: center;
    background-color: var(--theme-color2)
}

.since-box .since {
    font-size: 24px;
    line-height: 1.66;
    color: var(--white-color);
    font-weight: 600;
    margin: 27px 0 8px
}

.since-box .text {
    opacity: .8;
    color: var(--white-color);
    font-size: 15px
}

.choose-content-wrapper .title-area.two {
    margin-bottom: calc(var(--section-title-space) - 34px)
}

.feature-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(50%, 1fr))
}

@media(max-width: 1399px) {
    .feature-grid {
        gap:20px
    }
}

@media(max-width: 991px) {
    .feature-grid {
        gap:0
    }
}

@media(max-width: 575px) {
    .feature-grid {
        gap:20px
    }
}

.feature-grid .feature-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    justify-content: flex-start;
    gap: 20px;
    padding-right: 35px
}

@media(max-width: 912px) {
    .feature-grid .feature-item {
        padding-right:0
    }
}

@media(max-width: 767px) {
    .feature-grid .feature-item {
        padding-right:20px
    }

    .brands-section {
        position: relative;
        z-index: 2;
        padding-top: 80px;
    }
}

@media(max-width: 430px) {
    .feature-grid .feature-item {
        padding-right:0
    }
}

@media(max-width: 414px) {
    .feature-grid .feature-item {
        gap:15px
    }
}

.feature-grid .feature-item:hover .checkmark .icon-checkmark {
    animation: wobble_vertical 1s forwards ease-in-out 0s
}

.feature-grid .feature-item .checkmark {
    color: var(--theme-color);
    font-size: 22px;
    width: 46px;
    height: 46px;
    line-height: 46px;
    text-align: center;
    border-radius: 50%;
    border: 1px solid var(--bs-border-color7);
    flex-shrink: 0
}

.feature-grid .feature-item p {
    font-size: 20px;
    line-height: 1.4;
    color: var(--dark-color);
    font-weight: 500;
    margin: 0
}

@media(max-width: 820px) {
    .feature-grid .feature-item p {
        font-size:19px
    }
}

@media(max-width: 1500px) {
    .choose-section.style-2 .choose-thumb div img {
        max-width:683px
    }
}

@media(max-width: 1500px)and (max-width: 1399px) {
    .choose-section.style-2 .choose-thumb div img {
        max-width:633px
    }
}

@media(max-width: 1500px)and (max-width: 1299px) {
    .choose-section.style-2 .choose-thumb div img {
        max-width:643px
    }
}

@media(max-width: 1500px)and (max-width: 1280px) {
    .choose-section.style-2 .choose-thumb div img {
        max-width:633px
    }
}

@media(max-width: 1500px)and (max-width: 1199px) {
    .choose-section.style-2 .choose-thumb div img {
        max-width:593px
    }
}

@media(max-width: 1500px)and (max-width: 1024px) {
    .choose-section.style-2 .choose-thumb div img {
        max-width:505px
    }
}

.choose-section.style-2 .features-list li {
    font-size: 18px;
    color: var(--gray-color2);
    position: relative;
    padding-left: 45px;
    transition: all .4s ease 0s
}

@media(max-width: 430px) {
    .choose-section.style-2 .features-list li {
        font-size:16px;
        padding-left: 35px
    }
}

.choose-section.style-2 .features-list li:hover {
    padding-left: 35px;
    color: var(--white-color)
}

.choose-section.style-2 .features-list li+li {
    margin-top: 22px
}

.choose-section.style-2 .features-list li::before {
    position: absolute;
    content: "";
    top: 50%;
    transform: translateY(-50%);
    transition: all .4s ease 0s;
    content: "";
    left: 0;
    width: 28px;
    height: 28px;
    line-height: 28px;
    text-align: center;
    border-radius: 14px;
    background-color: var(--bs-border-color);
    font-size: 16px;
    font-weight: 700;
    font-family: 'FontAwesome';
    color: var(--theme-color2)
}

.choose-section.style-2 .since-box {
    padding: 40px 35px;
    right: 7px;
    text-align: left;
    background-color: var(--bs-bg-color5)
}

.choose-section.style-2 .since-box:hover .icon-box .icon i {
    animation: wobble_vertical 1s forwards ease-in-out 0s
}

.choose-section.style-2 .since-box .icon-box {
    width: 100px;
    height: 100px;
    border-radius: 50px;
    background-color: var(--bs-bg-color6)
}

.choose-section.style-2 .since-box .icon-box .icon {
    background-color: rgba(0,0,0,0)
}

.choose-section.style-2 .since-box .text p {
    font-size: 16px;
    line-height: 24px;
    font-weight: 600;
    color: var(--dark-color);
    margin: -5px 0 0;
    opacity: 1
}

.choose-section.style-3 .features-list li {
    font-size: 18px;
    color: var(--dark-color);
    position: relative;
    padding-left: 35px;
    transition: all .4s ease 0s
}

@media(max-width: 430px) {
    .choose-section.style-3 .features-list li {
        font-size:16px;
        padding-left: 35px
    }
}

.choose-section.style-3 .features-list li:hover {
    padding-left: 25px;
    color: var(--theme-color)
}

.choose-section.style-3 .features-list li+li {
    margin-top: 22px
}

.choose-section.style-3 .features-list li::before {
    position: absolute;
    content: "";
    top: 50%;
    transform: translateY(-50%);
    transition: all .4s ease 0s;
    content: "";
    left: 0;
    line-height: 28px;
    font-size: 16px;
    font-weight: 700;
    font-family: 'FontAwesome';
    color: var(--theme-color)
}

.choose-section.style-3 .choose-right-wrapper {
    position: relative
}

.choose-section.style-3 .choose-right-wrapper .audience-growth {
    position: absolute;
    left: 0;
    top: 0;
    background-color: var(--theme-color2);
    width: 195px;
    height: 188px;
    padding: 40px 25px;
    text-align: center;
    display: flex;
    flex-direction: column;
    justify-content: space-between
}

@media(max-width: 575px) {
    .choose-section.style-3 .choose-right-wrapper .audience-growth {
        width:175px;
        height: 171px
    }
}

@media(max-width: 430px) {
    .choose-section.style-3 .choose-right-wrapper .audience-growth {
        display:none
    }
}

.choose-section.style-3 .choose-right-wrapper .audience-growth .percentage {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 44px;
    line-height: 1;
    color: var(--dark-color);
    font-weight: 600
}

.choose-section.style-3 .choose-right-wrapper .audience-growth .label {
    font-size: 14px;
    color: var(--dark-color);
    font-weight: 500;
    margin-top: 5px
}

.choose-section.style-3 .choose-right-wrapper .chart-container {
    max-width: 648px;
    width: 100%;
    height: 564px;
    padding: 30px;
    background-color: var(--theme-color3)
}

@media(max-width: 1199px) {
    .choose-section.style-3 .choose-right-wrapper .chart-container {
        height:500px
    }
}

@media(min-width: 992px)and (max-width: 1024px) {
    .choose-section.style-3 .choose-right-wrapper .chart-container {
        height:488px
    }
}

@media(max-width: 991px) {
    .choose-section.style-3 .choose-right-wrapper .chart-container {
        height:564px
    }
}

@media(max-width: 575px) {
    .choose-section.style-3 .choose-right-wrapper .chart-container {
        height:500px
    }
}

@media(max-width: 430px) {
    .choose-section.style-3 .choose-right-wrapper .chart-container {
        height:400px;
        padding: 15px
    }
}

@media(max-width: 375px) {
    .choose-section.style-3 .choose-right-wrapper .chart-container {
        height:350px
    }
}

.choose-section.style-3 .choose-right-wrapper .chart-container canvas {
    width: 100% !important;
    height: 100% !important;
    display: block
}

.choose-section.style-4 .milestone {
    display: flex;
    flex-direction: column;
    gap: 1rem;
    position: relative;
    z-index: 1
}

.choose-section.style-4 .milestone .milestone-item {
    display: flex;
    justify-content: space-between;
    padding: 25px 30px 0;
    width: 100%;
    height: 90px;
    border-radius: 10px;
    background-color: var(--white-color);
    font-size: 18px;
    color: var(--dark-color);
    font-weight: 500
}

.choose-section.style-4 .milestone .milestone-item+.milestone-item {
    margin-top: -30px
}

.choose-section.style-4 .milestone .milestone-item.dark-green {
    background-color: var(--dark-color);
    color: var(--white-color);
    width: 88%
}

.choose-section.style-4 .milestone .milestone-item.orange {
    background-color: var(--theme-color);
    color: var(--white-color);
    width: 76%
}

.choose-section.style-4 .milestone .milestone-item.light-green {
    background-color: var(--theme-color2);
    color: var(--dark-color);
    width: 64%;
    padding-top: 0;
    align-items: center
}

.choose-section.style-4 .milestone .milestone-item .label {
    font-weight: normal
}

.choose-section.style-4 .milestone .milestone-item .value {
    font-size: 1.25rem
}

.choose-section.style-4 .choose-image-wrapper {
    position: relative;
    display: contents
}

@media(max-width: 991px) {
    .choose-section.style-4 .choose-image-wrapper {
        display:none
    }
}

.choose-section.style-4 .choose-image-wrapper .thumb-bg {
    position: absolute;
    top: 0
}

.choose-section.style-4 .choose-image-wrapper .thumb {
    position: absolute;
    bottom: 0
}

.choose-section.style-4 .expert-card {
    width: 330px;
    height: 200px;
    padding: 30px;
    border-radius: 10px;
    filter: drop-shadow(0px 30px 15px var(--bs-bg-color11));
    background-color: var(--bs-bg-color6);
    border: 2px solid var(--white-color);
    backdrop-filter: blur(10px);
    position: absolute;
    right: 11%;
    top: 25%
}

@media(max-width: 1500px) {
    .choose-section.style-4 .expert-card {
        right:20px
    }
}

@media(max-width: 1299px) {
    .choose-section.style-4 .expert-card {
        display:none
    }
}

.choose-section.style-4 .expert-card .expert-info {
    display: flex;
    align-items: center;
    gap: 15px;
    margin-bottom: 1rem
}

.choose-section.style-4 .expert-card .expert-info .social {
    display: flex
}

.choose-section.style-4 .expert-card .expert-info .social img {
    width: 55px;
    height: 55px;
    border-radius: 50%;
    border: 2px solid var(--white-color)
}

.choose-section.style-4 .expert-card .expert-info .social img+img {
    margin-left: -20px
}

.choose-section.style-4 .expert-card .expert-info .count {
    font-size: 30px;
    color: var(--dark-color);
    font-weight: 600
}

.choose-section.style-4 .expert-card .expert-text {
    display: flex;
    gap: 10px
}

.choose-section.style-4 .expert-card .expert-text .arrow {
    color: var(--theme-color);
    font-size: 50px;
    transform: rotate(-90deg);
    display: inline-block
}

.choose-section.style-4 .expert-card .expert-text p {
    font-size: 18px;
    color: var(--dark-color);
    font-weight: 500;
    margin-bottom: 0
}

@media(max-width: 991px) {
    .wrapper-section.br-30 {
        border-radius:0
    }
}

.process-single-box {
    position: relative;
    padding: 50px 42px 44px;
    background-color: var(--theme-color3);
    margin-bottom: 30px
}

@media(max-width: 1399px) {
    .process-single-box {
        padding:50px 35px 44px
    }
}

@media(max-width: 1199px) {
    .process-single-box {
        padding:50px 25px 44px
    }
}

@media(max-width: 991px) {
    .process-single-box {
        margin-bottom:0
    }
}

.process-single-box .header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    justify-content: flex-start;
    gap: 30px;
    margin-bottom: 100px
}

@media(min-width: 992px)and (max-width: 1024px) {
    .process-single-box .header {
        gap:15px;
        margin-bottom: 50px
    }
}

.process-single-box .header .icon {
    font-size: 60px;
    color: var(--dark-color);
    flex-shrink: 0
}

@media(min-width: 992px)and (max-width: 1024px) {
    .process-single-box .header .icon {
        font-size:40px
    }

    .process-single-box .header .icon .icon-comercial {
        width: 40px;
        height: 40px
    }
}

@media(min-width: 992px)and (max-width: 1024px) {
    .process-single-box .header .title {
        font-size:22px
    }
}

@media(max-width: 375px) {
    .process-single-box .header .title {
        font-size:20px
    }
}

@media(max-width: 360px) {
    .process-single-box .header .title {
        font-size:19px
    }
}

.process-single-box:hover .header .icon {
    animation: wobble_vertical 1s forwards ease-in-out 0s
}

.process-single-box .box-count {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: -32px;
    width: 64px;
    height: 64px;
    background: var(--white-color);
    border-radius: 50%;
    font-size: 20px;
    font-weight: 500;
    color: var(--dark-color)
}

.process-single-box .box-count::before {
    position: absolute;
    content: "";
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background-color: var(--dark-color);
    opacity: 0;
    visibility: hidden;
    transition: all .5s ease
}

@media(max-width: 991px) {
    .process-single-box .box-count::before {
        display:none
    }
}

.process-single-box .box-count::after {
    position: absolute;
    content: "";
    left: 50%;
    top: 32px;
    transform: translateX(-50%);
    width: 2px;
    height: 0;
    background: var(--dark-color);
    transition: all .5s ease;
    transition-duration: .5s
}

@media(max-width: 991px) {
    .process-single-box .box-count::after {
        display:none
    }
}

.process-single-box .box-count span {
    transform: translateY(0);
    transition: all .5s ease
}

.process-single-box.current .box-count::before,.process-single-box:hover .box-count::before {
    opacity: 1;
    visibility: visible
}

.process-single-box.current .box-count::after,.process-single-box:hover .box-count::after {
    height: 50px
}

.process-single-box.current .box-count span,.process-single-box:hover .box-count span {
    transform: translateY(73px)
}

@media(max-width: 991px) {
    .process-single-box.current .box-count span,.process-single-box:hover .box-count span {
        transform:translateY(0)
    }
}

@media(max-width: 991px) {
    .process-section.style-2 .row {
        flex-direction:column-reverse
    }
}

.process-section.style-2 .process-thumb {
    position: relative
}

.process-section.style-2 .process-thumb .image-box {
    direction: rtl;
    position: relative
}

.process-section.style-2 .process-thumb .image-box img {
    max-width: inherit
}

@media(max-width: 991px) {
    .process-section.style-2 .process-thumb .image-box img {
        max-width:100%;
        width: 100%
    }
}

.process-section.style-2 .process-thumb .video-box {
    position: absolute;
    bottom: 0;
    right: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 260px;
    height: 260px;
    background-color: var(--bs-bg-color5);
    backdrop-filter: blur(10px)
}

@media(max-width: 575px) {
    .process-section.style-2 .process-thumb .video-box {
        width:200px;
        height: 200px
    }
}

.process-section.style-2 .process-thumb .video-box .circle-box {
    width: 170px;
    height: 170px;
    border-radius: 50%;
    background-color: var(--dark-color)
}

.process-section.style-2 .process-thumb .video-box .circle-box .popup-video {
    position: absolute;
    z-index: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 66px;
    height: 66px;
    border-radius: 50%;
    background-color: var(--theme-color2);
    font-size: 16px;
    color: var(--dark-color);
    font-family: 'FontAwesome'
}

.process-section.style-2 .process-thumb .video-box .circle-box .text-inner svg {
    width: 114px;
    word-spacing: 10px
}

.process-section.style-2 .process-thumb .video-box .circle-box .text-inner text {
    fill: var(--white-color);
    font-size: 25px
}

.process-section.style-2 .process-list {
    position: relative;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    border-radius: 10px;
    border: 1px solid var(--bs-border-color6)
}

@media(max-width: 430px) {
    .process-section.style-2 .process-list {
        grid-template-columns:repeat(1, 1fr)
    }
}

.process-section.style-2 .process-list::before {
    position: absolute;
    content: "";
    width: 100%;
    height: 1px;
    background: var(--bs-border-color6);
    transition: all .4s ease-in-out;
    top: 50%
}

@media(max-width: 430px) {
    .process-section.style-2 .process-list::before {
        display:none
    }
}

.process-section.style-2 .process-list::after {
    position: absolute;
    content: "";
    width: 1px;
    height: 100%;
    background: var(--bs-border-color6);
    transition: all .4s ease-in-out;
    left: 50%
}

@media(max-width: 430px) {
    .process-section.style-2 .process-list::after {
        display:none
    }
}

.process-section.style-2 .process-list .process-item {
    padding: 20px
}

@media(min-width: 992px)and (max-width: 1024px) {
    .process-section.style-2 .process-list .process-item {
        padding:15px
    }
}

@media(max-width: 575px) {
    .process-section.style-2 .process-list .process-item {
        padding:25px
    }
}

@media(max-width: 540px) {
    .process-section.style-2 .process-list .process-item {
        padding:15px
    }
}

@media(max-width: 430px) {
    .process-section.style-2 .process-list .process-item {
        padding:30px;
        border-bottom: 1px solid var(--bs-border-color6)
    }

    .process-section.style-2 .process-list .process-item:last-child {
        border-bottom: none
    }
}

.process-section.style-2 .process-list .process-item .number {
    font-size: 18px;
    color: var(--dark-color);
    font-weight: 500;
    width: 50px;
    height: 50px;
    line-height: 50px;
    border-radius: 50%;
    text-align: center;
    background-color: var(--theme-color3);
    transition: all .4s ease 0s;
    margin-bottom: 0px
}

.process-section.style-2 .process-list .process-item .title {
    font-size: 22px;
    color: var(--dark-color);
    font-weight: 600;
    margin-bottom: 5px
}

.process-section.style-2 .process-list .process-item .description {
    font-size: 14px;
    color: var(--gray-color);
    margin-bottom: 0
}

.process-section.style-2 .process-list .process-item:hover .number {
    background-color: var(--theme-color);
    color: var(--white-color)
}

.process-section.style-2.bg-dark .process-list {
    border: 1px solid hsla(0,0%,100%,.1)
}

.process-section.style-2.bg-dark .process-list::before,.process-section.style-2.bg-dark .process-list::after {
    background: hsla(0,0%,100%,.1)
}

.process-section.style-2.bg-dark .process-list .process-item .number {
    color: var(--white-color);
    background-color: var(--dark-color3)
}

.process-section.style-2.bg-dark .process-list .process-item .title {
    color: var(--white-color)
}

.process-section.style-2.bg-dark .process-list .process-item .description {
    color: var(--gray-color2)
}

.process-section.style-2.bg-dark .process-list .process-item:hover .number {
    background-color: var(--theme-color)
}

.process-all {
    display: flex
}

@media(max-width: 991px) {
    .process-all {
        flex-wrap:wrap
    }
}

.process-all .process-step {
    text-align: center
}

@media(max-width: 991px) {
    .process-all .process-step {
        max-width:50%
    }
}

@media(max-width: 575px) {
    .process-all .process-step {
        max-width:100%
    }
}

.process-all .process-step .serial {
    font-size: 16px;
    color: var(--dark-color);
    font-weight: 500;
    margin-bottom: 15px
}

.process-all .process-step .line {
    position: relative;
    border-top: 3px solid var(--bs-bg-color7) !important;
    text-align: center
}

.process-all .process-step .line .circle {
    position: absolute;
    content: "";
    left: 50%;
    transform: translateX(-50%);
    transition: all .4s ease 0s;
    z-index: 1;
    top: -10px;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    background-color: var(--light-color2);
    border: 3px solid var(--bs-border-color8);
    transition: all .4s ease 0s
}

.process-all .process-step .content .title {
    margin: 15px 0 13px
}

.process-all .process-step .content .text {
    width: 83%;
    margin: auto
}

.process-all .process-step:hover .line .circle {
    background-color: var(--theme-color)
}

.process-section.style-4 .process-single-box {
    background-color: var(--white-color)
}

.process-section.style-4 .process-single-box .box-count {
    background: var(--theme-color3)
}

@media(max-width: 991px) {
    .testi-content-wrap {
        margin-bottom:50px
    }
}

.testi-slider {
    position: relative
}

.testi-slider .array-button {
    position: absolute;
    z-index: 1;
    bottom: 60px;
    right: 60px;
    gap: 10px
}

.testi-slider .array-button .array-next.active {
    color: var(--white-color);
    background: var(--theme-color);
    border-color: var(--theme-color)
}

@media(max-width: 414px) {
    .testi-slider .array-button {
        right:20px
    }
}

.testimonial-card {
    background-color: var(--dark-color3);
    color: var(--white-color);
    padding: 60px;
    padding-left: 50px;
    border-radius: 10px;
    position: relative
}

@media(max-width: 540px) {
    .testimonial-card {
        padding:40px
    }
}

@media(max-width: 375px) {
    .testimonial-card {
        padding:30px
    }
}

.testimonial-card:hover .content .quote-icon {
    animation: wobble_vertical 1s forwards ease-in-out 0s
}

.testimonial-card .content {
    display: flex;
    gap: 30px
}

@media(min-width: 912px)and (max-width: 1023px) {
    .testimonial-card .content {
        flex-direction:column
    }
}

@media(max-width: 575px) {
    .testimonial-card .content {
        flex-direction:column
    }
}

.testimonial-card .content .quote-icon {
    font-size: 58px;
    color: var(--theme-color)
}

.testimonial-card .content .text {
    font-size: 18px;
    line-height: 30px;
    color: var(--white-color);
    margin: -6px 0 0
}

.testimonial-card .content .rating {
    margin: 25px 0 45px
}

@media(max-width: 540px) {
    .testimonial-card .content .rating {
        margin:25px 0 30px
    }
}

.testimonial-card .content .rating i {
    color: var(--orange-color);
    font-size: 20px;
    margin-right: 2px
}

.testimonial-card .content .rating i:last-child {
    margin-right: 0
}

.testimonial-card .user-info {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    justify-content: flex-start;
    gap: 20px
}

.testimonial-card .user-info .user-image {
    width: 70px;
    height: 70px;
    border-radius: 50%
}

.testimonial-card .user-info .user-name {
    font-size: 21px;
    line-height: 34px;
    color: var(--white-color);
    font-weight: 500;
    margin: 0
}

.testimonial-card .user-info .user-title {
    color: var(--gray-color2);
    margin: 0
}

.stats-container {
    display: flex;
    position: relative
}

@media(max-width: 430px) {
    .stats-container {
        flex-direction:column;
        gap: 30px
    }
}

.stats-container::before {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    background: var(--white-color);
    transition: all .4s ease-in-out;
    right: -99%;
    bottom: 0;
    z-index: -1
}

@media(max-width: 991px) {
    .stats-container::before {
        display:none
    }
}

.stats-container .stat-box {
    padding: 45px;
    flex: 1;
    display: flex;
    flex-direction: column;
    justify-content: center
}

@media(min-width: 992px)and (max-width: 1024px) {
    .stats-container .stat-box {
        padding:35px
    }
}

@media(max-width: 540px) {
    .stats-container .stat-box {
        padding:40px
    }
}

@media(max-width: 375px) {
    .stats-container .stat-box {
        padding:30px
    }
}

@media(max-width: 991px) {
    .stats-container .stat-box:first-child {
        border-bottom-left-radius:10px
    }

    .stats-container .stat-box:nth-child(2) {
        border-top-right-radius: 10px
    }
}

@media(max-width: 430px) {
    .stats-container .stat-box {
        border-radius:10px
    }
}

.stats-container .stat-box .count-box {
    font-size: 50px;
    line-height: 1.4;
    font-weight: 600;
    margin-bottom: 10px;
    display: flex;
    align-items: center
}

.stats-container .stat-box .text {
    font-size: 18px;
    margin: 0
}

.stats-container .stat-box.white .count-box,.stats-container .stat-box.white .text {
    color: var(--white-color)
}

.stats-container .stat-box.dark .count-box {
    color: var(--dark-color)
}

.stats-container .stat-box.dark .text {
    color: var(--gray-color)
}

.testimonial-section.style-2 {
    overflow: hidden
}

@media(max-width: 1500px)and (max-width: 991px) {
    .testimonial-section.style-2 .testi-thumb {
        display:none
    }
}

@media(max-width: 1500px) {
    .testimonial-section.style-2 .testi-thumb div {
        height:100%
    }

    .testimonial-section.style-2 .testi-thumb div img {
        max-width: 600px;
        height: 100%;
        object-fit: cover
    }
}

@media(max-width: 1500px)and (max-width: 1399px) {
    .testimonial-section.style-2 .testi-thumb div img {
        max-width:565px
    }
}

@media(max-width: 1500px)and (max-width: 1299px) {
    .testimonial-section.style-2 .testi-thumb div img {
        max-width:520px
    }
}

@media(max-width: 1500px)and (max-width: 1199px) {
    .testimonial-section.style-2 .testi-thumb div img {
        max-width:480px
    }
}

@media(max-width: 1500px)and (min-width: 992px)and (max-width: 1024px) {
    .testimonial-section.style-2 .testi-thumb div img {
        max-width:415px
    }
}

.testimonial-card.style-2 {
    background-color: rgba(0,0,0,0);
    padding: 0;
    border-radius: 0
}

.testimonial-card.style-2:hover .content .quote-icon {
    animation: none
}

.testimonial-card.style-2:hover .content .quote-icon i {
    animation: wobble_vertical 1s forwards ease-in-out 0s
}

.testimonial-card.style-2 .content {
    padding: 40px 0 35px;
    border-bottom: 1px solid rgba(6,50,50,.1);
    border-top: 1px solid rgba(6,50,50,.1);
    margin-bottom: 30px
}

@media(max-width: 390px) {
    .testimonial-card.style-2 .content {
        padding:30px 0 30px
    }
}

.testimonial-card.style-2 .content .quote-icon {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 70px;
    height: 70px;
    border-radius: 50%;
    background-color: var(--theme-color3);
    font-size: 29px;
    color: var(--dark-color);
    flex-shrink: 0
}

.testimonial-card.style-2 .content .text {
    font-size: 18px;
    line-height: 30px;
    color: var(--gray-color)
}

@media(max-width: 430px) {
    .testimonial-card.style-2 .content .text {
        font-size:16px
    }
}

.testimonial-card.style-2 .content .rating {
    margin: 25px 0 0
}

.testimonial-card.style-2 .user-info .user-name {
    color: var(--dark-color)
}

.testimonial-card.style-2 .user-info .user-title {
    color: var(--gray-color)
}

.testi-slider-2 {
    position: relative
}

.testi-slider-2 .array-button {
    position: absolute;
    z-index: 2;
    bottom: 15px;
    right: 0;
    gap: 10px
}

@media(max-width: 390px) {
    .testi-slider-2 .array-button {
        bottom:135px
    }
}

.testi-slider-2 .array-button .array-prev,.testi-slider-2 .array-button .array-next {
    width: 48px;
    height: 48px;
    border-radius: 50%;
    border: 1px solid rgba(6,50,50,.1);
    background-color: var(--white-color);
    color: var(--dark-color)
}

.testi-slider-2 .array-button .array-prev:hover,.testi-slider-2 .array-button .array-next:hover {
    color: var(--white-color);
    background-color: var(--theme-color);
    border-color: var(--theme-color)
}

.testi-slider-2 .array-button .array-next.active {
    color: var(--white-color);
    background-color: var(--theme-color);
    border-color: var(--theme-color)
}

.testimonial-section.style-3 .testi-title-area {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    align-items: flex-end;
    justify-content: space-between
}

@media(max-width: 575px) {
    .testimonial-section.style-3 .testi-title-area {
        align-items:flex-start;
        flex-direction: column;
        gap: 20px
    }
}

.testimonial-section.style-3 .testi-btn {
    text-align: center
}

#loader {
    margin: 20px 0;
    display: none;
    text-align: center
}

#loader i {
    font-size: 24px
}

.theme-btn.i-none>i {
    display: none
}

.review-card {
    display: flex;
    gap: 10px;
    padding: 25px 30px;
    border-radius: 10px;
    background-color: var(--theme-color2);
    border: 1px solid var(--dark-color)
}

.review-card.style-2 {
    padding: 0;
    border: none
}

.review-card .review-content .text {
    font-size: 15px;
    color: var(--dark-color);
    font-weight: 500;
    margin-bottom: 6px
}

.review-card .rating-inner {
    display: flex;
    flex-direction: column;
    gap: 10px
}

.review-card .rating-inner .stars {
    color: var(--theme-color)
}

.review-card .rating-inner .stars i {
    font-size: 16px
}

.review-card .rating-inner .rating-text {
    font-size: 16px;
    color: var(--dark-color);
    font-weight: 500
}

.testimonial-card.style-3 {
    background-color: var(--theme-color2);
    border-radius: 10px;
    border: 1px solid var(--dark-color);
    padding: 0
}

.testimonial-card.style-3 .content-inner {
    padding: 35px
}

@media(min-width: 992px)and (max-width: 1024px) {
    .testimonial-card.style-3 .content-inner {
        padding:20px
    }
}

@media(min-width: 767px)and (max-width: 852px) {
    .testimonial-card.style-3 .content-inner {
        padding:25px
    }
}

@media(max-width: 390px) {
    .testimonial-card.style-3 .content-inner {
        padding:20px
    }
}

.testimonial-card.style-3 .content-inner .card-header {
    display: flex;
    align-items: center;
    margin-bottom: 22px
}

.testimonial-card.style-3 .content-inner .card-header .user-image {
    width: 70px;
    height: 70px;
    border-radius: 35px;
    background-color: var(--white-color);
    border: 1px solid var(--dark-color);
    margin-right: 20px;
    flex-shrink: 0
}

.testimonial-card.style-3 .content-inner .card-header .user-details .user-name {
    font-size: 22px;
    color: var(--dark-color);
    font-weight: 500;
    margin-bottom: 4px
}

.testimonial-card.style-3 .content-inner .card-header .user-details .user-title {
    font-size: 16px;
    color: var(--gray-color);
    margin-bottom: 0
}

.testimonial-card.style-3 .content-inner .user-review {
    font-size: 18px;
    color: var(--dark-color);
    margin-bottom: -8px
}

@media(max-width: 390px) {
    .testimonial-card.style-3 .content-inner .user-review {
        font-size:16px
    }
}

.testimonial-card.style-3 .rating-inner {
    display: flex;
    align-items: center;
    border-top: 1px solid var(--dark-color);
    padding: 25px 35px
}

@media(min-width: 992px)and (max-width: 1024px) {
    .testimonial-card.style-3 .rating-inner {
        padding:15px 20px
    }
}

@media(min-width: 767px)and (max-width: 852px) {
    .testimonial-card.style-3 .rating-inner {
        padding:25px 25px
    }
}

@media(max-width: 390px) {
    .testimonial-card.style-3 .rating-inner {
        padding:20px
    }
}

.testimonial-card.style-3 .rating-inner .stars {
    color: var(--dark-color);
    margin-right: 10px
}

.testimonial-card.style-3 .rating-inner .stars i {
    font-size: 16px
}

.testimonial-card.style-3 .rating-inner .rating-text {
    font-size: 16px;
    color: var(--dark-color);
    font-weight: 500
}

.style-4 .testimonial-card {
    padding: 0;
    overflow: hidden;
    filter: drop-shadow(0px 20px 25px rgba(214, 232, 232, 0.4));
    background-color: var(--bs-bg-color6);
    border: 1px solid var(--bs-border-color7)
}

.style-4 .testimonial-card .inner-box {
    display: flex
}

@media(max-width: 575px) {
    .style-4 .testimonial-card .inner-box {
        flex-direction:column
    }
}

.style-4 .testimonial-card .inner-box .image-box {
    flex-shrink: 0
}

.style-4 .testimonial-card .inner-box .image-box img {
    height: 100%;
    object-fit: cover
}

.style-4 .testimonial-card .inner-box .content {
    flex-direction: column;
    padding: 50px 45px 50px
}

@media(max-width: 1199px) {
    .style-4 .testimonial-card .inner-box .content {
        padding:50px 30px 50px
    }
}

.style-4 .testimonial-card .inner-box .content .rating {
    margin: 0
}

.style-4 .testimonial-card .inner-box .content .quote-icon {
    font-size: 40px;
    transform: rotate(180deg);
    color: var(--dark-color)
}

.style-4 .testimonial-card .inner-box .content .text {
    color: var(--dark-color)
}

.style-4 .testimonial-card .inner-box .content .user-info {
    display: inline-block
}

.style-4 .testimonial-card .inner-box .content .user-info .user-name {
    color: var(--dark-color)
}

.style-4 .testimonial-card .inner-box .content .user-info .user-title {
    color: var(--gray-color)
}

.testi-slider-5 {
    position: relative
}

.testi-slider-5 .array-button {
    position: absolute;
    z-index: 1;
    bottom: 44px;
    right: 44px;
    gap: 10px
}

.testi-slider-5 .array-button .array-next,.testi-slider-5 .array-button .array-prev {
    color: var(--dark-color);
    border-color: var(--bs-border-color7)
}

.testi-slider-5 .array-button .array-next:hover,.testi-slider-5 .array-button .array-prev:hover,.testi-slider-5 .array-button .array-next.active {
    color: var(--white-color);
    background: var(--theme-color);
    border-color: var(--theme-color)
}

@media(max-width: 414px) {
    .testi-slider-5 .array-button {
        right:20px
    }
}

.appointment-form .header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 30px
}

@media(max-width: 430px) {
    .appointment-form .header {
        flex-direction:column;
        gap: 10px
    }
}

.appointment-form .header .title {
    font-size: 30px;
    line-height: 1.09;
    margin-bottom: 0
}

@media(max-width: 414px) {
    .appointment-form .header .title {
        font-size:24px
    }
}

.appointment-form .header .availability {
    font-size: 16px;
    color: var(--gray-color)
}

.appointment-form form .form-grid {
    display: flex;
    gap: 25px
}

@media(max-width: 575px) {
    .appointment-form form .form-grid {
        gap:0;
        flex-direction: column
    }
}

.appointment-form form .form-grid input,.appointment-form form .form-grid select,.appointment-form form .form-grid textarea {
    padding: 12px 25px;
    padding-left: 52px;
    border-radius: 28px;
    color: var(--dark-color);
    background-color: var(--white-color);
    outline: none;
    border: 1px solid var(--bs-border-color6);
    transition: border-color .3s ease
}

.appointment-form form .form-grid input::placeholder,.appointment-form form .form-grid select::placeholder,.appointment-form form .form-grid textarea::placeholder {
    opacity: .5
}

.appointment-form form .form-grid input:focus,.appointment-form form .form-grid select:focus,.appointment-form form .form-grid textarea:focus {
    border-color: var(--theme-color)
}

.appointment-form form .form-group {
    flex: 1
}

@media(max-width: 575px) {
    .appointment-form form .form-group {
        flex:0 0 100%
    }
}

.appointment-form form .form-group .icon {
    position: absolute;
    top: 14px;
    left: 26px;
    margin: 0;
    color: var(--theme-color)
}

.appointment-form form .form-group textarea {
    padding: 12px 25px;
    border-radius: 28px;
    color: var(--dark-color);
    background-color: var(--white-color);
    outline: none;
    border: 1px solid var(--bs-border-color6);
    transition: border-color .3s ease;
    resize: none;
    height: 130px;
    border-radius: 30px
}

.appointment-form form .form-group textarea::placeholder {
    opacity: .5
}

.appointment-form form .form-group .select2-container--default .select2-selection--single .select2-selection__arrow {
    color: var(--theme-color)
}

.appointment-form form .terms {
    display: flex;
    align-items: center;
    height: 18px;
    margin-bottom: 30px
}

.appointment-form form .terms input[type=checkbox] {
    margin-right: 10px
}

.appointment-form form .terms label {
    font-size: 14px;
    color: var(--gray-color);
    left: 0
}

.appointment-form form .theme-btn.bg-dark {
    width: 100%
}

@media(max-width: 991px) {
    .contact-content-wrap {
        margin-top:35px
    }
}

.contact-content-wrap .contact-img {
    position: relative;
    overflow: hidden;
    display: inline-block
}

@media(max-width: 767px) {
    .contact-content-wrap .contact-img {
        width:100%
    }

    .contact-content-wrap .contact-img img {
        width: 100%
    }
}

.contact-content-wrap .contact-img:hover .contact-info .icon {
    animation: wobble_vertical 1s forwards ease-in-out 0s
}

.contact-content-wrap .contact-img::before {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    background: none;
    left: 0;
    bottom: 0;
    background-image: linear-gradient(0deg, rgb(9, 73, 73) 0%, rgb(9, 73, 73) 10%, rgba(9, 73, 73, 0) 58%, rgba(9, 73, 73, 0) 100%)
}

.contact-content-wrap .contact-img .contact-info {
    position: absolute;
    left: 35px;
    bottom: 35px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    justify-content: flex-start;
    gap: 10px
}

.contact-content-wrap .contact-img .contact-info .icon {
    font-size: 34px;
    color: var(--theme-color2)
}

.contact-content-wrap .contact-img .contact-info .number {
    font-size: 20px;
    color: var(--white-color);
    font-weight: 500
}

.contact-section.style-2 .contact-content-wrap .contact-info {
    padding: 40px 0 35px;
    border-top: 1px solid var(--bs-border-color7);
    border-bottom: 1px solid var(--bs-border-color7)
}

.contact-section.style-2 .contact-content-wrap .contact-info .contact-item {
    display: flex;
    gap: 20px;
    margin-bottom: 25px
}

.contact-section.style-2 .contact-content-wrap .contact-info .contact-item:hover .icon i {
    animation: wobble_vertical 1s forwards ease-in-out 0s
}

.contact-section.style-2 .contact-content-wrap .contact-info .contact-item:last-child {
    margin-bottom: 0
}

.contact-section.style-2 .contact-content-wrap .contact-info .contact-item .icon {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    font-size: 24px;
    color: var(--white-color);
    background-color: var(--dark-color)
}

.contact-section.style-2 .contact-content-wrap .contact-info .contact-item .info {
    text-align: left
}

.contact-section.style-2 .contact-content-wrap .contact-info .contact-item .info .title {
    font-size: 20px;
    color: var(--dark-color);
    font-weight: 500;
    margin-bottom: 5px
}

.contact-section.style-2 .contact-content-wrap .contact-info .contact-item .info p {
    margin-bottom: 0
}

.contact-section.style-2 .contact-content-wrap .contact-info .contact-item .info .content {
    color: var(--gray-color)
}

.contact-section.style-2 .contact-content-wrap .contact-info .contact-item .info .content a {
    color: var(--gray-color)
}

.contact-section.style-2 .contact-content-wrap .contact-info .contact-item .info .content a:hover {
    color: var(--theme-color)
}

.contact-form {
    padding: 70px 50px 70px;
    background-color: var(--white-color);
    border-radius: 10px
}

@media(max-width: 575px) {
    .contact-form {
        padding:50px 30px
    }
}

.contact-form .title {
    font-size: 30px;
    color: var(--dark-color);
    font-weight: 600;
    line-height: 1.09;
    margin-bottom: 0
}

@media(max-width: 414px) {
    .contact-form .title {
        font-size:24px
    }
}

.contact-form form .form-grid {
    display: flex;
    gap: 25px
}

@media(max-width: 575px) {
    .contact-form form .form-grid {
        gap:0;
        flex-direction: column
    }
}

.contact-form form .form-grid input,.contact-form form .form-grid select,.contact-form form .form-grid textarea {
    padding: 12px 25px;
    padding-left: 52px;
    border-radius: 28px;
    color: var(--dark-color);
    background-color: var(--white-color);
    outline: none;
    border: 1px solid var(--bs-border-color6);
    transition: border-color .3s ease
}

.contact-form form .form-grid input::placeholder,.contact-form form .form-grid select::placeholder,.contact-form form .form-grid textarea::placeholder {
    opacity: .5
}

.contact-form form .form-grid input:focus,.contact-form form .form-grid select:focus,.contact-form form .form-grid textarea:focus {
    border-color: var(--theme-color)
}

.contact-form form .form-group {
    flex: 1
}

@media(max-width: 575px) {
    .contact-form form .form-group {
        flex:0 0 100%
    }
}

.contact-form form .form-group .icon {
    position: absolute;
    top: 14px;
    left: 26px;
    margin: 0;
    color: var(--theme-color)
}

.contact-form form .form-group textarea {
    padding: 12px 25px;
    border-radius: 28px;
    color: var(--dark-color);
    background-color: var(--white-color);
    outline: none;
    border: 1px solid var(--bs-border-color6);
    transition: border-color .3s ease;
    resize: none;
    height: 170px;
    border-radius: 30px
}

.contact-form form .form-group textarea::placeholder {
    opacity: .5
}

.contact-form form .form-group .select2-container--default .select2-selection--single .select2-selection__arrow {
    color: var(--theme-color)
}

.contact-form form .terms {
    display: flex;
    align-items: center;
    height: 18px;
    margin-bottom: 0
}

.contact-form form .terms input[type=checkbox] {
    margin-right: 10px
}

.contact-form form .terms label {
    font-size: 14px;
    color: var(--gray-color);
    left: 0;
    margin-bottom: 0
}

.social-links {
    margin-bottom: 15px
}

.social-links a {
    display: inline-block;
    font-size: 16px;
    font-weight: 500;
    color: var(--dark-color);
    margin-right: 40px
}

.social-links a:last-child {
    margin-right: 0
}

.social-links a:hover {
    color: var(--theme-color)
}

.contact-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 50px
}

@media(max-width: 767px) {
    .contact-wrapper {
        gap:22px;
        flex-direction: column-reverse
    }
}

.contact-wrapper .contact-option,.contact-wrapper .social-option {
    display: flex;
    align-items: center
}

@media(max-width: 375px) {
    .contact-wrapper .contact-option,.contact-wrapper .social-option {
        flex-direction:column;
        justify-content: center
    }
}

.contact-wrapper .contact-option i,.contact-wrapper .social-option i {
    font-size: 20px;
    margin-right: 10px;
    color: var(--dark-color)
}

.contact-wrapper .contact-option span,.contact-wrapper .social-option span {
    font-size: 20px;
    line-height: 1.66;
    color: var(--dark-color);
    font-weight: 500;
    margin-right: 15px
}

@media(max-width: 375px) {
    .contact-wrapper .contact-option span,.contact-wrapper .social-option span {
        margin-right:0
    }
}

.contact-wrapper .contact-option a,.contact-wrapper .social-option a {
    font-size: 20px;
    line-height: 1.66;
    color: var(--dark-color);
    font-weight: 500;
    transition: all .4s ease 0s;
    background: linear-gradient(var(--dark-color) 0%, var(--dark-color) 98%);
    background-repeat: no-repeat;
    background-size: 100% 2px;
    background-position: left 100%
}

.contact-wrapper .contact-option a:hover,.contact-wrapper .social-option a:hover {
    color: var(--theme-color);
    background-size: 0 2px
}

.map-box {
    line-height: 0
}

.map-box .map-canvas {
    height: 600px;
    transition: all .4s ease 0s
}

@media(max-width: 767px) {
    .map-box .map-canvas {
        height:520px
    }
}

@media(max-width: 575px) {
    .map-box .map-canvas {
        height:420px
    }
}

.pricing-content-wrap {
    position: relative;
    height: 100%;
    display: flex;
    align-content: space-between;
    flex-wrap: wrap
}

@media(max-width: 991px) {
    .pricing-content-wrap {
        display:block
    }

    .pricing-content-wrap .title-area {
        margin-bottom: 20px
    }
}

.pricing-content-wrap>.text {
    display: flex;
    gap: 14px
}

.pricing-content-wrap>.text p {
    font-size: 18px;
    color: var(--dark-color);
    margin: -5px 0 0
}

.pricing-card {
    background-color: var(--white-color);
    padding: 50px 40px;
    border-radius: 10px;
    text-align: center;
    position: relative;
    z-index: 1
}

.pricing-card.current .pricing-plan .path,.pricing-card:hover .pricing-plan .path {
    background-color: var(--dark-color)
}

.pricing-card.current .pricing-plan .plan,.pricing-card:hover .pricing-plan .plan {
    color: var(--theme-color2)
}

.pricing-card.current .pricing-plan .price,.pricing-card:hover .pricing-plan .price {
    color: var(--white-color)
}

.pricing-card.current .pricing-plan .billing-cycle,.pricing-card:hover .pricing-plan .billing-cycle {
    color: var(--gray-color2)
}

.pricing-card.current .theme-btn.bg-white,.pricing-card:hover .theme-btn.bg-white {
    color: var(--white-color);
    background-color: var(--dark-color) !important
}

.pricing-card .pricing-plan .path {
    background-color: var(--light-color2);
    border-radius: 0 0 50% 50%;
    width: 230px;
    height: 222px;
    position: absolute;
    content: "";
    z-index: -1;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    border-top: 18px solid var(--theme-color2);
    transition: all .4s ease 0s
}

.pricing-card .pricing-plan .path::before {
    position: absolute;
    right: -15px;
    top: -18px;
    content: "";
    height: 15px;
    width: 15px;
    background: url('data:image/svg+xml,<svg viewBox="0 0 11 11" fill="none" xmlns="http://www.w3.org/2000/svg" class="w-11 h-11"><path d="M11 1.54972e-06L0 0L2.38419e-07 11C1.65973e-07 4.92487 4.92487 1.62217e-06 11 1.54972e-06Z" fill="%23c2df93"></path></svg>');
    transform: rotate(0)
}

.pricing-card .pricing-plan .path::after {
    position: absolute;
    left: -15px;
    top: -18px;
    content: "";
    height: 15px;
    width: 15px;
    background: url('data:image/svg+xml,<svg viewBox="0 0 11 11" fill="none" xmlns="http://www.w3.org/2000/svg" class="w-11 h-11"><path d="M11 1.54972e-06L0 0L2.38419e-07 11C1.65973e-07 4.92487 4.92487 1.62217e-06 11 1.54972e-06Z" fill="%23c2df93"></path></svg>');
    transform: rotate(90deg)
}

.pricing-card .pricing-plan .plan {
    color: var(--dark-color);
    font-weight: 500;
    margin: 0
}

.pricing-card .pricing-plan .price {
    font-size: 50px;
    line-height: 1;
    color: var(--dark-color);
    font-weight: 600;
    margin: 16px 0 12px
}

.pricing-card .pricing-plan .billing-cycle {
    margin: 0;
    font-size: 16px;
    color: var(--dark-color)
}

.pricing-card .features {
    margin: 72px 0 46px 40px;
    color: var(--dark-color)
}

@media(min-width: 992px)and (max-width: 1024px) {
    .pricing-card .features {
        margin:72px 0 46px 0
    }
}

@media(min-width: 576px)and (max-width: 767px) {
    .pricing-card .features {
        margin:72px 0 46px 0
    }
}

@media(max-width: 390px) {
    .pricing-card .features {
        margin:72px 0 46px 0
    }
}

.pricing-card .features li {
    display: flex;
    align-items: center;
    font-size: 16px;
    line-height: 1.4;
    margin-bottom: 17px
}

.pricing-card .features li:last-child {
    margin-bottom: 0
}

.pricing-card .features li .checkmark {
    color: var(--theme-color);
    font-size: 16px;
    margin-right: 10px
}

.pricing-card .features li.disabled {
    color: var(--gray-color);
    opacity: .5
}

.pricing-card .theme-btn {
    padding: 13px 40px
}

.pricing-card .recommended-badge {
    position: absolute;
    top: 77px;
    right: -17px;
    display: flex;
    align-items: center;
    font-size: 15px;
    color: var(--dark-color);
    font-weight: 500;
    transform: rotate(90deg);
    gap: 8px
}

@media(min-width: 992px)and (max-width: 1024px) {
    .pricing-card .recommended-badge {
        right:-43px
    }
}

@media(min-width: 576px)and (max-width: 767px) {
    .pricing-card .recommended-badge {
        right:-34px
    }
}

@media(max-width: 575px) {
    .pricing-card .recommended-badge {
        right:13px
    }
}

@media(max-width: 540px) {
    .pricing-card .recommended-badge {
        right:7px
    }
}

@media(max-width: 430px) {
    .pricing-card .recommended-badge {
        right:-21px
    }
}

@media(max-width: 414px) {
    .pricing-card .recommended-badge {
        right:-25px
    }
}

@media(max-width: 390px) {
    .pricing-card .recommended-badge {
        right:-31px
    }
}

@media(max-width: 375px) {
    .pricing-card .recommended-badge {
        right:-35px
    }
}

@media(max-width: 360px) {
    .pricing-card .recommended-badge {
        right:-40px
    }
}

.pricing-card .recommended-badge i {
    color: var(--theme-color)
}

.pricing-section.style-2 .pricing-table table {
    width: 100%;
    border-collapse: collapse;
    border: hidden
}

.pricing-section.style-2 .pricing-table table .table-header {
    border-top: hidden
}

@media(max-width: 575px) {
    .pricing-section.style-2 .pricing-table table .table-header {
        display:flex
    }
}

@media(max-width: 540px) {
    .pricing-section.style-2 .pricing-table table .table-header {
        flex-direction:column
    }
}

.pricing-section.style-2 .pricing-table table .table-header .features-header {
    font-size: 20px;
    padding-left: 0;
    padding-top: 0;
    color: var(--white-color);
    font-weight: 500;
    vertical-align: baseline
}

@media(max-width: 575px) {
    .pricing-section.style-2 .pricing-table table .table-header .features-header {
        padding:15px 20px;
        font-size: 18px
    }
}

.pricing-section.style-2 .pricing-table table .table-header .pricing-header {
   
    width: 250px;
    text-align: center
}

@media(max-width: 1024px) {
    .pricing-section.style-2 .pricing-table table .table-header .pricing-header {
        width:220px
    }
}

@media(max-width: 853px) {
    .pricing-section.style-2 .pricing-table table .table-header .pricing-header {
        width:190px
    }
}

@media(max-width: 767px) {
    .pricing-section.style-2 .pricing-table table .table-header .pricing-header {
        width:170px
    }
}

@media(max-width: 575px) {
    .pricing-section.style-2 .pricing-table table .table-header .pricing-header {
        width:100%
    }
}

@media(max-width: 575px) {
    .pricing-section.style-2 .pricing-table table .table-header .pricing-header {
        padding:15px 20px
    }
}

.pricing-section.style-2 .pricing-table table .table-header .pricing-header .pricing-type {
    font-size: 20px;
    color: var(--white-color);
    font-weight: 500;
    text-align: center;
    display: block;
    margin-bottom: 10px
}

.pricing-section.style-2 .pricing-table table .table-header .pricing-header .pricing-amount .price {
    font-size: 30px;
    color: var(--white-color);
    font-weight: 600;
    position: relative
}

@media(max-width: 575px) {
    .pricing-section.style-2 .pricing-table table .table-header .pricing-header .pricing-amount .price {
        font-size:25px
    }
}

.pricing-section.style-2 .pricing-table table .table-header .pricing-header .pricing-amount .price::before {
    position: absolute;
    content: "$";
    left: -14px;
    top: 0;
    font-size: 16px;
    font-weight: 500
}

.pricing-section.style-2 .pricing-table table .table-header .pricing-header .pricing-amount .duration {
    font-size: 15px;
    color: var(--gray-color2);
    font-weight: 400
}

.pricing-section.style-2 .pricing-table table .features-header {
    text-align: left
}

@media(max-width: 575px) {
    .pricing-section.style-2 .pricing-table table .feature-row {
        display:flex;
        flex-direction: column
    }
}

.pricing-section.style-2 .pricing-table table .feature-row th,.pricing-section.style-2 .pricing-table table .feature-row td {
    padding: 15px 20px;
    border-right: 1px solid;
    border-bottom: 1px solid;
    text-align: center
}

 

.pricing-section.style-2 .pricing-table table .feature-row .feature-name {
    text-align: left;
    font-size: 18px;
    color: #79b62a;
    font-weight: bold;
    position: relative;
}
.credibly{
    color: #FFFFFF;
    background-color: #FF530B;
}

.bank-loans,.credit-cards,.sba-loans{
    color: #000000;
    background-color: #D3D3D3;
}
.pricing-header{
    border-radius: 8px;font-weight: 500 !important;
    font-size: 18px;
}
@media(max-width: 853px) {
    .pricing-section.style-2 .pricing-table table .feature-row .feature-name {
        font-size:16px
    }
}

.pricing-section.style-2 .pricing-table table .feature-row .feature-name::before {
    position: absolute;
    content: "";
    top: 50%;
    transform: translateY(-50%);
    transition: all .4s ease 0s;
    left: 0;
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background-color: rgba(244,248,236,.2)
}

.pricing-section.style-2 .pricing-table table .feature-row .available,.pricing-section.style-2 .pricing-table table .feature-row .unavailable {
    font-size: 16px;
    color: var(--white-color);
    width: 250px
}

@media(max-width: 1024px) {
    .pricing-section.style-2 .pricing-table table .feature-row .available,.pricing-section.style-2 .pricing-table table .feature-row .unavailable {
        width:220px
    }
}

@media(max-width: 853px) {
    .pricing-section.style-2 .pricing-table table .feature-row .available,.pricing-section.style-2 .pricing-table table .feature-row .unavailable {
        width:190px
    }
}

@media(max-width: 767px) {
    .pricing-section.style-2 .pricing-table table .feature-row .available,.pricing-section.style-2 .pricing-table table .feature-row .unavailable {
        width:170px
    }
}

@media(max-width: 575px) {
    .pricing-section.style-2 .pricing-table table .feature-row .available,.pricing-section.style-2 .pricing-table table .feature-row .unavailable {
        width:100%
    }
}

.pricing-section.style-2 .pricing-table table .feature-row .available:hover i {
    animation: wobble_vertical 1s forwards ease-in-out 0s
}

.pricing-section.style-2 .pricing-table table .feature-row .unavailable:hover i {
    animation: wobble_bell 1s forwards ease-in-out 0s
}

.pricing-section.style-2 .pricing-table table .feature-row .guarantee-text {
    font-size: 15px;
    color: var(--gray-color2);
    font-weight: 400;
    text-align: left;
    padding-left: 0
}

.pricing-section.style-2 .pricing-table table .feature-row .guarantee-text i {
    font-size: 16px;
    color: var(--theme-color2);
    padding-right: 10px
}

@media(max-width: 1024px) {
    .pricing-section.style-2 .pricing-table table .feature-row .theme-btn {
        padding:12px 20px
    }
}

@media(max-width: 767px) {
    .pricing-section.style-2 .pricing-table table .feature-row .theme-btn {
        padding:12px 15px
    }
}

.pricing-section.inner-page .pricing-card.current .pricing-plan .path,.pricing-section.inner-page .pricing-card:hover .pricing-plan .path {
    background-color: var(--dark-color)
}

.pricing-section.inner-page .pricing-card.current .pricing-plan .plan,.pricing-section.inner-page .pricing-card:hover .pricing-plan .plan {
    color: var(--theme-color2)
}

.pricing-section.inner-page .pricing-card.current .pricing-plan .price,.pricing-section.inner-page .pricing-card:hover .pricing-plan .price {
    color: var(--white-color)
}

.pricing-section.inner-page .pricing-card.current .pricing-plan .billing-cycle,.pricing-section.inner-page .pricing-card:hover .pricing-plan .billing-cycle {
    color: var(--gray-color2)
}

.pricing-section.inner-page .pricing-card .pricing-plan .path {
    background-color: var(--white-color);
    border: 1px solid rgba(6,50,50,.1);
    border-top: none
}

.pricing-section.inner-page .pricing-card .pricing-plan .path::before,.pricing-section.inner-page .pricing-card .pricing-plan .path::after {
    display: none
}

.pricing-section.inner-page .pricing-card .features {
    margin: 72px 0 46px 40px;
    color: var(--dark-color)
}

@media(min-width: 992px)and (max-width: 1024px) {
    .pricing-section.inner-page .pricing-card .features {
        margin:72px 0 46px 0
    }
}

@media(min-width: 576px)and (max-width: 767px) {
    .pricing-section.inner-page .pricing-card .features {
        margin:72px 0 46px 0
    }
}

@media(max-width: 390px) {
    .pricing-section.inner-page .pricing-card .features {
        margin:72px 0 46px 0
    }
}

.pricing-section.inner-page .pricing-card .features li {
    display: flex;
    align-items: center;
    font-size: 16px;
    line-height: 1.4;
    margin-bottom: 17px
}

.pricing-section.inner-page .pricing-card .features li:last-child {
    margin-bottom: 0
}

.pricing-section.inner-page .pricing-card .features li .checkmark {
    color: var(--theme-color);
    font-size: 16px;
    margin-right: 10px
}

.pricing-section.inner-page .pricing-card .features li.disabled {
    color: var(--gray-color);
    opacity: .5
}

.pricing-section.inner-page .pricing-card .recommended-badge {
    position: absolute;
    background: var(--theme-color3);
    top: 66px;
    right: -34px;
    padding: 5px 20px;
    border-top-right-radius: 20px;
    border-bottom-right-radius: 20px
}

@media(max-width: 1399px) {
    .pricing-section.inner-page .pricing-card .recommended-badge {
        right:-41px
    }
}

@media(min-width: 992px)and (max-width: 1024px) {
    .pricing-section.inner-page .pricing-card .recommended-badge {
        background:rgba(0,0,0,0);
        padding: 0
    }
}

@media(max-width: 767px) {
    .pricing-section.inner-page .pricing-card .recommended-badge {
        right:-50px
    }
}

@media(max-width: 360px) {
    .pricing-section.inner-page .pricing-card .recommended-badge {
        background:rgba(0,0,0,0);
        padding: 0
    }
}

.marquee-wrap {
    background: var(--dark-color);
    border: 1px solid hsla(0,0%,100%,.1);
    border-left: 0;
    border-right: 0;
    padding: 40px 0
}

.marquee-wrap .marquee__group .m-item {
    margin-right: 35px;
    font-size: 24px;
    color: var(--light-color2);
    font-weight: 600;
    text-transform: uppercase;
    display: inline-flex;
    align-items: center
}

.marquee-wrap .marquee__group .m-item .icon {
    display: inline-block;
    margin-right: 33px;
    animation: spin 20s infinite linear
}

.marquee-wrap .marquee__group .m-item .icon:hover {
    animation-play-state: paused
}

.marquee-section.style-2 .marquee-wrap {
    background: var(--theme-color2);
    border: none
}

.marquee-section.style-2 .marquee-wrap .marquee__group .m-item {
    color: var(--dark-color)
}

.marquee-section.style-2 .marquee-wrap .marquee__group .m-item .icon {
    filter: brightness(0) saturate(100%) invert(12%) sepia(97%) saturate(556%) hue-rotate(135deg) brightness(92%) contrast(95%)
}

.blog-single-box {
    background-color: var(--white-color);
    border-radius: 10px;
    overflow: hidden;
    padding: 20px
}

.blog-single-box:hover .blog-image img {
    transform: scale(1.1);
    filter: brightness(80%)
}

.blog-single-box:hover .blog-image .category-tag {
    background-color: var(--theme-color)
}

.blog-single-box:hover .blog-content .border::before {
    width: 100%;
    left: 0
}

.blog-single-box .blog-image {
    position: relative;
    border-radius: 10px;
    overflow: hidden
}

.blog-single-box .blog-image img {
    display: block;
    width: 100%;
    transition: transform .4s ease,filter .4s ease;
    object-fit: cover
}

.blog-single-box .blog-image .category-tag {
    position: absolute;
    left: 20px;
    bottom: 20px
}

.blog-single-box .blog-content {
    padding: 25px 15px 15px
}

@media(min-width: 992px)and (max-width: 1024px) {
    .blog-single-box .blog-content {
        padding:25px 0 15px
    }
}

@media(max-width: 390px) {
    .blog-single-box .blog-content {
        padding:25px 0 15px
    }
}

.blog-single-box .blog-content .author {
    display: flex;
    align-items: center
}

.blog-single-box .blog-content .author img {
    width: 36px;
    height: 36px;
    object-fit: cover;
    border-radius: 50%;
    margin-right: 10px;
    flex-shrink: 0
}

.blog-single-box .blog-content .author .name {
    font-size: 16px;
    line-height: 1.66;
    color: var(--dark-color);
    font-weight: 500
}

.blog-single-box .blog-content .author .name span {
    color: var(--gray-color);
    font-weight: 400
}

.blog-single-box .blog-content .border::before {
    position: absolute;
    content: "";
    left: 50%;
    top: 0;
    width: 0;
    height: 1px;
    background: var(--theme-color);
    transition: all .4s ease 0s
}

@media(min-width: 992px)and (max-width: 1024px) {
    .blog-single-box .blog-content .title {
        font-size:22px
    }
}

.blog-single-box .blog-content .title a {
    background: linear-gradient(var(--dark-color) 0%, var(--dark-color) 98%);
    background-size: 0 2px;
    background-repeat: no-repeat;
    background-position: left 100%;
    transition: all .4s ease 0s
}

.blog-single-box .blog-content .title a:hover {
    color: var(--dark-color);
    background-size: 100% 2px
}

.blog-single-box .blog-content .text {
    color: var(--gray-color)
}

.blog-single-box .blog-content .continue-reading {
    font-size: 16px;
    color: var(--dark-color);
    font-weight: 500;
    display: inline-flex;
    align-items: center;
    gap: 10px;
    margin-top: 10px
}

.blog-single-box .blog-content .continue-reading:hover {
    color: var(--theme-color);
    gap: 5px
}

.blog-single-box .blog-content .continue-reading::before {
    content: "";
    font-family: 'FontAwesome';
    font-size: 20px;
    font-weight: 400
}

.blog-sidebar {
    position: sticky;
    top: 100px
}

.widget-box.sidebar-search {
    position: relative;
    display: block;
    padding: 0;
    background-color: rgba(0,0,0,0);
    border-bottom: 1px solid var(--dark-color);
    border-radius: 0
}

@media(max-width: 991px) {
    .widget-box.sidebar-search {
        padding:35px;
        background-color: var(--theme-color3);
        border-bottom: none;
        border-radius: 10px
    }
}

@media(max-width: 375px) {
    .widget-box.sidebar-search {
        padding:25px
    }
}

.sidebar__search-form {
    position: relative
}

.sidebar__search-form input[type=search] {
    display: block;
    font-size: 16px;
    color: var(--dark-color);
    font-weight: 500;
    height: 55px;
    width: 100%;
    padding: 0;
    background-color: var(--white-color);
    border: none;
    outline: none
}

@media(max-width: 991px) {
    .sidebar__search-form input[type=search] {
        padding:0 30px
    }
}

.sidebar__search-form button[type=submit] {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    width: 36px;
    outline: none;
    border: none;
    padding: 0;
    font-size: 16px;
    color: var(--dark-color);
    background-color: rgba(0,0,0,0);
    transition: all .4s ease 0s
}

.sidebar__search-form button[type=submit]:hover {
    color: var(--theme-color)
}

@media(max-width: 991px) {
    .sidebar__search-form button[type=submit] {
        display:flex;
        -webkit-box-align: center;
        align-items: center
    }

    .sidebar__search-form button[type=submit]::after {
        position: absolute;
        content: "";
        left: -20px;
        top: 50%;
        transform: translateY(-50%);
        width: 1px;
        height: 20px;
        background-color: var(--bs-bg-color3)
    }
}

.sidebar-category-list .widget-box {
    padding-top: 20px
}

.categories li {
    padding: 16px 0;
    border-bottom: 1px solid var(--bs-border-color10)
}

.categories li:first-child {
    padding-top: 0
}

.categories li:last-child {
    border-bottom: none;
    padding-bottom: 0
}

.categories li a {
    display: flex;
    justify-content: space-between;
    font-size: 16px;
    color: var(--dark-color);
    font-weight: 400;
    position: relative
}

.categories li a:hover {
    color: var(--theme-color);
    padding-left: 15px
}

.categories li a:hover::before {
    opacity: 1
}

.categories li a::before {
    position: absolute;
    content: "";
    top: 50%;
    transform: translateY(-50%);
    transition: all .4s ease 0s;
    left: 0;
    width: 7px;
    height: 7px;
    background: var(--theme-color);
    border-radius: 50%;
    transition: all .4s ease 0s;
    opacity: 0
}

.categories li a span {
    color: var(--dark-color)
}

.latest-posts .post {
    display: flex;
    align-items: center;
    gap: 22px;
    padding-bottom: 20px;
    border-bottom: 1px solid var(--bs-border-color10);
    margin-bottom: 20px
}

@media(max-width: 375px) {
    .latest-posts .post {
        gap:15px
    }
}

.latest-posts .post:last-child {
    padding-bottom: 0;
    border-bottom: none;
    margin-bottom: 0
}

.latest-posts .post:hover>a img {
    transform: scale(1.1) rotate(-2deg);
    filter: brightness(0.5)
}

.latest-posts .post>a {
    border-radius: 4px;
    overflow: hidden;
    flex-shrink: 0
}

.latest-posts .post>a img {
    transition: all .4s ease 0s
}

.latest-posts .post .post-content a {
    font-size: 18px;
    color: var(--dark-color);
    font-weight: 500;
    background: linear-gradient(var(--dark-color) 0%, var(--dark-color) 98%);
    background-size: 0 1px;
    background-repeat: no-repeat;
    background-position: left 100%;
    transition: all .4s ease 0s
}

.latest-posts .post .post-content a:hover {
    color: var(--dark-color);
    background-size: 100% 1px
}

@media(max-width: 414px) {
    .latest-posts .post .post-content a {
        font-size:16px
    }
}

@media(max-width: 360px) {
    .latest-posts .post .post-content a {
        font-size:15px
    }
}

.latest-posts .post .post-content p {
    font-size: 15px;
    color: var(--dark-color);
    font-weight: 400;
    margin: 4px 0 0
}

.tag-list {
    display: flex;
    gap: 10px;
    flex-wrap: wrap
}

.tag-list .tag {
    font-size: 14px;
    color: #203e5f;
    font-weight: 500;
    text-transform: uppercase;
    height: 36px;
    line-height: 36px;
    padding: 0 20px;
    border-radius: 18px;
    background-color: rgba(0,0,0,0);
    border: 1px solid var(--bs-border-color6);
    transition: all .4s ease 0s;
    cursor: pointer
}

.tag-list .tag:hover,.tag-list .tag.active {
    background-color: var(--theme-color);
    color: var(--white-color);
    border-color: var(--theme-color)
}

.sidebar-newsletter .newsletter-form .form-group input[type=email] {
    height: 56px;
    border-radius: 28px
}

.blog-list-card {
    padding: 20px;
    border-radius: 10px;
    border: 1px solid var(--bs-border-color7);
    margin-bottom: 30px
}

@media(max-width: 375px) {
    .blog-list-card {
        padding:15px
    }
}

@media(max-width: 360px) {
    .blog-list-card {
        padding:10px
    }
}

.blog-list-card:last-child {
    margin-bottom: 0
}

.blog-list-card .image {
    overflow: hidden;
    border-radius: 5px
}

.blog-list-card .image img {
    width: 100%
}

.blog-list-card .card-content {
    padding: 30px 15px 20px
}

@media(max-width: 575px) {
    .blog-list-card .card-content {
        padding:30px 0 20px
    }
}

@media(max-width: 360px) {
    .blog-list-card .card-content {
        padding:20px 0 10px
    }
}

.blog-list-card .card-content .category {
    display: inline-block;
    font-size: 14px;
    color: var(--dark-color);
    font-weight: 500;
    height: 40px;
    line-height: 40px;
    padding: 0 22px;
    border-radius: 20px;
    background-color: var(--theme-color3)
}

.blog-list-card .card-content .title {
    font-size: 30px;
    color: var(--dark-color);
    font-weight: 600;
    margin: 15px 0
}

@media(max-width: 575px) {
    .blog-list-card .card-content .title {
        font-size:22px
    }
}

.blog-list-card .card-content .title a {
    background: linear-gradient(var(--dark-color) 0%, var(--dark-color) 98%);
    background-size: 0 2px;
    background-repeat: no-repeat;
    background-position: left 100%;
    transition: all .4s ease 0s
}

.blog-list-card .card-content .title a:hover {
    color: var(--dark-color);
    background-size: 100% 2px
}

.blog-list-card .card-content .author-info {
    display: flex;
    align-items: center
}

@media(max-width: 390px) {
    .blog-list-card .card-content .author-info {
        flex-direction:column;
        align-items: start;
        gap: 10px
    }
}

@media(max-width: 360px) {
    .blog-list-card .card-content .author-info {
        justify-content:start;
        flex-wrap: wrap
    }
}

.blog-list-card .card-content .author-info .author {
    display: flex;
    align-items: center
}

.blog-list-card .card-content .author-info .author .name {
    font-size: 16px;
    color: var(--dark-color);
    font-weight: 400;
    margin-left: 15px
}

@media(max-width: 430px) {
    .blog-list-card .card-content .author-info .author .name {
        margin-left:10px
    }
}

@media(max-width: 375px) {
    .blog-list-card .card-content .author-info .author .name {
        margin-left:5px
    }
}

.blog-list-card .card-content .author-info .author .name span {
    color: var(--gray-color);
    font-weight: 400
}

.blog-list-card .card-content .author-info .date {
    display: flex;
    align-items: center;
    gap: 10px;
    color: var(--gray-color);
    margin-left: 30px
}

@media(max-width: 430px) {
    .blog-list-card .card-content .author-info .date {
        margin-left:15px
    }
}

@media(max-width: 414px) {
    .blog-list-card .card-content .author-info .date {
        margin-left:5px
    }
}

@media(max-width: 375px) {
    .blog-list-card .card-content .author-info .date {
        gap:5px
    }
}

.blog-list-card .card-content .description {
    font-size: 16px;
    color: var(--gray-color);
    margin: 0
}

.blog-list-card .card-content .continue-reading {
    font-size: 16px;
    color: var(--dark-color);
    font-weight: 500;
    display: inline-flex;
    align-items: center;
    gap: 10px;
    margin-top: 25px
}

.blog-list-card .card-content .continue-reading:hover {
    color: var(--theme-color);
    gap: 5px
}

.blog-list-card .card-content .continue-reading::before {
    content: "";
    font-family: 'FontAwesome';
    font-size: 20px;
    font-weight: 400
}

.blog-details {
    position: relative;
    display: block
}

.blog-details .featured-list-box {
    padding: 0 0 0
}

.blog-details .featured-list .list-style-2 li {
    color: var(--dark-color)
}

.blog-details__left {
    position: relative;
    display: block;
    padding-right: 25px
}

@media(min-width: 1024px)and (max-width: 1280px) {
    .blog-details__left {
        padding-right:0
    }
}

@media(max-width: 991px) {
    .blog-details__left {
        padding-right:0
    }
}

.blog-list-card.style-2 {
    margin-bottom: 53px
}

.blog-list-card.style-2 .featured-list li {
    font-size: 16px;
    color: var(--gray-color);
    font-weight: 400;
    padding-left: 25px;
    position: relative
}

.blog-list-card.style-2 .featured-list li+li {
    margin-top: 13px
}

.blog-list-card.style-2 .featured-list li::before {
    position: absolute;
    content: "";
    top: 50%;
    transform: translateY(-50%);
    transition: all .4s ease 0s;
    content: "";
    left: 0;
    font-size: 18px;
    color: var(--dark-color);
    font-family:'FontAwesome';
    font-weight: 900
}

.blog-list-card.style-2 .featured-list .list-style-2 li::before {
    content: "";
    color: var(--gray-color)
}

.blog-list-card.style-2 .card-content {
    padding: 30px 15px 10px
}

@media(max-width: 575px) {
    .blog-list-card.style-2 .card-content {
        padding:30px 0 20px
    }
}

@media(max-width: 360px) {
    .blog-list-card.style-2 p {
        text-align:justify
    }
}

.blogs-quote {
    padding: 35px 35px;
    border-radius: 10px;
    background-color: var(--theme-color3);
    margin: 0 0 60px
}

@media(max-width: 540px) {
    .blogs-quote {
        padding:20px
    }
}

.blogs-quote span {
    font-size: 18px;
    color: var(--dark-color);
    font-weight: 500;
    position: relative;
    padding-left: 60px
}

.blogs-quote span::before {
    position: absolute;
    content: "";
    top: 50%;
    transform: translateY(-50%);
    transition: all .4s ease 0s;
    left: 0;
    width: 50px;
    height: 1px;
    background-color: var(--theme-color)
}

.blogs-quote p {
    font-size: 18px;
    color: var(--dark-color);
    font-weight: 500;
    position: relative
}

@media(max-width: 575px) {
    .blogs-quote p {
        font-size:16px
    }
}

.blog-details__tag-box {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: 40px 0 30px
}

.blog-details__tag-box .tags {
    display: flex;
    gap: 10px
}

.blog-details__tag-box .tags strong {
    color: var(--dark-color)
}

@media(max-width: 575px) {
    .blog-details__tag-box .tags {
        flex-direction:column
    }
}

.blog-details__bottom {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    padding: 30px 0 0;
    margin-top: 56px;
    border-top: 1px solid var(--bs-border-color7)
}

@media(max-width: 540px) {
    .blog-details__bottom {
        gap:20px
    }
}

.blog-details__tags {
    display: flex;
    align-items: center
}

.blog-details__tags li {
    display: inline-block;
    font-size: 12px;
    color: var(--dark-color);
    font-weight: 500;
    height: 34px;
    line-height: 34px;
    border-radius: 17px;
    background-color: rgba(0,0,0,0);
    border: 1px solid var(--bs-border-color7);
    padding: 0 20px;
    margin-right: 6px;
    cursor: pointer;
    transition: all .4s ease 0s
}

.blog-details__tags li:hover {
    color: var(--white-color);
    background: var(--theme-color)
}

.blog-details__tags li:last-child {
    margin-right: 0
}

.blog-details__social-list span,.blog-details__tags span {
    font-size: 18px;
    color: var(--dark-color);
    font-weight: 500;
    margin-right: 10px
}

@media(max-width: 375px) {
    .blog-details__social-list,.blog-details__tags {
        flex-wrap:wrap;
        gap: 0
    }
}

.blog-details__social-list {
    display: flex;
    align-items: center
}

.blog-details__social-list a {
    position: relative;
    height: 34px;
    width: 34px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    color: var(--dark-color);
    background-color: rgba(0,0,0,0);
    border: 1px solid var(--bs-border-color7);
    font-size: 14px;
    border-radius: 50%;
    overflow: hidden;
    transition: all .4s ease 0s;
    z-index: 1
}

.blog-details__social-list a:hover {
    color: var(--white-color)
}

.blog-details__social-list a:hover:after {
    height: 100%;
    opacity: 1
}

.blog-details__social-list a:after {
    position: absolute;
    content: "";
    width: 100%;
    height: 0;
    background: var(--theme-color);
    transition: all .4s ease-in-out;
    top: 0;
    left: 0;
    opacity: 0;
    z-index: -1;
    transition: all .4s ease 0s
}

.blog-details__social-list a+a {
    margin-left: 10px
}

.comment-one .comment-one__title {
    font-size: 24px;
    color: var(--dark-color);
    font-weight: 600;
    margin-bottom: 25px
}

.comment-one .comment-one__single {
    display: flex;
    gap: 30px;
    padding: 40px 35px;
    background: var(--theme-color3);
    border-radius: 10px;
    margin-bottom: 53px
}

@media(max-width: 575px) {
    .comment-one .comment-one__single {
        padding:40px 20px
    }
}

@media(max-width: 540px) {
    .comment-one .comment-one__single {
        gap:20px
    }
}

@media(max-width: 540px) {
    .comment-one .comment-one__single {
        flex-direction:column
    }
}

.comment-one .comment-one__single .comment-one__image {
    position: relative;
    border-radius: 50%;
    flex-shrink: 0
}

.comment-one .comment-one__single .comment-one__image img {
    border-radius: 50%
}

.comment-one .comment-one__content {
    position: relative
}

.comment-one .comment-one__content .title {
    display: flex;
    align-items: center;
    margin-bottom: 17px
}

@media(max-width: 390px) {
    .comment-one .comment-one__content .title {
        flex-direction:column;
        align-items: self-start
    }
}

.comment-one .comment-one__content h5 {
    display: inline-block;
    font-size: 18px;
    font-weight: 500;
    color: var(--dark-color);
    margin-bottom: 0;
    position: relative;
    padding-right: 32px;
    margin-right: 10px
}

.comment-one .comment-one__content h5::before {
    position: absolute;
    content: "";
    width: 20px;
    height: 1px;
    background: var(--dark-color);
    transition: all .4s ease-in-out;
    right: 0;
    top: 50%
}

.comment-one .comment-one__content p {
    font-size: 16px;
    width: 95%;
    margin-bottom: 0
}

.comment-one .comment-one__btn {
    position: absolute;
    top: 0;
    right: 0;
    font-size: 15px;
    font-weight: 500;
    text-transform: uppercase;
    color: var(--dark-color)
}

.comment-one .comment-one__btn i {
    color: var(--theme-color);
    transform: scaleX(-1);
    margin-right: 9px;
    font-size: 16px
}

.comment-form textarea.form-control,.comment-form textarea {
    min-height: 180px
}

.comment-form select,.comment-form .single-select,.comment-form .form-control,.comment-form .form-select,.comment-form textarea,.comment-form input {
    border: 1px solid var(--bs-border-color7);
    background-color: rgba(0,0,0,0);
    color: var(--dark-color)
}

.comment-form select ::placeholder,.comment-form .single-select ::placeholder,.comment-form .form-control ::placeholder,.comment-form .form-select ::placeholder,.comment-form textarea ::placeholder,.comment-form input ::placeholder {
    color: var(--gray-color)
}

.comment-form .remember-check {
    display: flex;
    align-items: center
}

.comment-form .remember-check label {
    font-size: 15px;
    color: var(--gray-color);
    margin-bottom: 0
}

.comment-form .remember-check input[type=checkbox]~label {
    padding-left: 24px
}

.comment-form .remember-check input[type=checkbox]~label:before {
    border-color: var(--theme-color);
    height: 14px;
    width: 14px;
    line-height: 14px;
    border-radius: 2px
}

.newsletter-section {
    position: relative;
    background-image: linear-gradient(var(--theme-color3) 50%, var(--dark-color) 50%)
}

.newsletter-section.bg-white {
    background-image: linear-gradient(var(--white-color) 50%, var(--dark-color) 50%)
}

.bg-image2 {
    background-image: linear-gradient(var(--theme-color2) 50%, var(--dark-color) 50%)
}

.bg-image3 {
    background-image: linear-gradient(transparent 50%, var(--dark-color) 50%)
}

.newsletter {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    justify-content: space-between;
    justify-content: space-between;
    padding: 35px 190px 35px 60px;
    border-radius: 10px;
    background-color: var(--theme-color);
    position: relative;
    z-index: 1;
    overflow: hidden
}

@media(max-width: 1024px) {
    .newsletter {
        padding:35px 60px 35px 60px
    }
}

@media(max-width: 853px) {
    .newsletter {
        padding:35px
    }
}

@media(max-width: 575px) {
    .newsletter {
        flex-direction:column
    }
}

@media(max-width: 414px) {
    .newsletter {
        padding:35px 25px
    }
}

.newsletter .text h3 {
    font-size: 28px;
    line-height: 1.66;
    color: var(--white-color);
    font-weight: 600;
    margin: 0
}

@media(max-width: 853px) {
    .newsletter .text h3 {
        font-size:24px
    }
}

@media(max-width: 430px) {
    .newsletter .text h3 {
        font-size:22px
    }
}

@media(max-width: 390px) {
    .newsletter .text h3 {
        font-size:20px
    }
}

@media(max-width: 360px) {
    .newsletter .text h3 {
        font-size:19px
    }
}

.newsletter .contact-info {
    display: flex;
    align-items: center;
    transition: all .4s ease 0s
}

@media(max-width: 575px) {
    .newsletter .contact-info {
        margin-top:12px
    }
}

.newsletter .contact-info:hover .email-icon i {
    animation: mirror_effect .5s forwards ease-in-out 0s
}

.newsletter .contact-info .email-icon {
    background-color: #fff;
    border-radius: 50%;
    width: 80px;
    height: 80px;
    margin-right: 25px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

@media(max-width: 767px) {
    .newsletter .contact-info .email-icon {
        width:70px;
        height: 70px
    }
}

@media(max-width: 575px) {
    .newsletter .contact-info .email-icon {
        width:60px;
        height: 60px;
        margin-right: 15px
    }
}

.newsletter .contact-info .email-icon i {
    color: var(--theme-color);
    font-size: 28px
}

@media(max-width: 575px) {
    .newsletter .contact-info .email-icon i {
        font-size:24px
    }
}

.newsletter .contact-info .email-details p {
    opacity: .8;
    color: var(--white-color);
    margin-bottom: 5px
}

@media(max-width: 575px) {
    .newsletter .contact-info .email-details p {
        display:none
    }
}

.newsletter .contact-info .email-details a {
    font-size: 24px;
    line-height: 1.66;
    color: var(--white-color);
    font-weight: 500
}

@media(max-width: 430px) {
    .newsletter .contact-info .email-details a {
        font-size:20px
    }
}

@media(max-width: 390px) {
    .newsletter .contact-info .email-details a {
        font-size:18px
    }
}

.case-filter-buttons {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.case-filter-buttons .menu-filtering {
    display: flex;
    justify-content: center;
    padding: 15px;
    max-width: 529px;
    border-radius: 35px;
    border: 1px solid var(--bs-border-color6)
}

@media(max-width: 540px) {
    .case-filter-buttons .menu-filtering {
        flex-wrap:wrap;
        gap: 10px
    }
}

@media(max-width: 375px) {
    .case-filter-buttons .menu-filtering {
        border-radius:65px
    }
}

.case-filter-buttons .menu-filtering li {
    display: inline-block;
    color: var(--dark-color);
    font-size: 16px;
    font-weight: 500;
    padding: 0 23px;
    height: 38px;
    line-height: 37px;
    border-radius: 19px;
    background-color: rgba(0,0,0,0);
    border: 1px solid var(--dark-color);
    background-color: rgba(0,0,0,0);
    transition: all .4s ease 0s;
    cursor: pointer
}

.case-filter-buttons .menu-filtering li+li {
    margin-left: 10px
}

@media(max-width: 540px) {
    .case-filter-buttons .menu-filtering li+li {
        margin-left:0
    }
}

.case-filter-buttons .menu-filtering li.active,.case-filter-buttons .menu-filtering li:hover {
    border-color: var(--theme-color);
    color: var(--theme-color)
}

.case-single-item {
    position: relative;
    overflow: hidden
}

.case-single-item::before {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    background: linear-gradient(0deg, rgb(1, 18, 17) 0%, rgb(1, 18, 17) 0%, rgba(1, 17, 17, 0) 50%, rgba(1, 17, 17, 0) 0%);
    transition: all .4s ease-in-out;
    left: 0;
    bottom: 0
}

@media(min-width: 992px)and (max-width: 1024px) {
    .case-single-item::before {
        background:linear-gradient(0deg, rgb(1, 18, 17) 0%, rgb(1, 18, 17) 0%, rgba(1, 17, 17, 0) 100%, rgba(1, 17, 17, 0) 0%)
    }
}

.case-single-item img {
    width: 100%
}

.case-single-item .case-info {
    position: absolute;
    left: 40px;
    bottom: -32px;
    transition: all .4s ease 0s
}

@media(min-width: 992px)and (max-width: 1024px) {
    .case-single-item .case-info {
        left:20px
    }
}

@media(max-width: 991px) {
    .case-single-item .case-info {
        left:30px
    }
}

.case-single-item .case-info .case-badge {
    margin-bottom: 13px
}

.case-single-item .case-info .case-badge span {
    display: inline-block;
    font-size: 12px;
    color: var(--white-color);
    font-weight: 500;
    height: 30px;
    line-height: 30px;
    padding: 0 18px;
    border-radius: 15px;
    background-color: var(--bs-border-color);
    border: 1px solid var(--bs-border-color9);
    margin-right: 5px
}

.case-single-item .case-info .title {
    font-size: 24px;
    color: var(--white-color);
    font-weight: 500;
    margin-bottom: 20px
}

@media(min-width: 992px)and (max-width: 1024px) {
    .case-single-item .case-info .title {
        font-size:20px
    }
}

.case-single-item .case-info .case-btn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 10px;
    max-width: 145px;
    height: 38px;
    line-height: 38px;
    padding: 0 20px;
    border-radius: 19px;
    color: var(--white-color);
    background: var(--theme-color);
    overflow: hidden;
    font-size: 12px;
    text-transform: uppercase;
    font-weight: 500;
    transition: all .4s ease 0s;
    opacity: 0;
    visibility: hidden
}

.case-single-item .case-info .case-btn .link-effect {
    height: 19px
}

.case-single-item:hover .case-info {
    bottom: 30px
}

.case-single-item:hover .case-btn {
    opacity: 1;
    visibility: visible
}

.case-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    justify-content: space-between
}

@media(max-width: 575px) {
    .case-wrapper {
        flex-direction:column;
        gap: 19px
    }
}

.case-wrapper .text {
    display: flex;
    gap: 15px;
    flex: 1
}

@media(max-width: 360px) {
    .case-wrapper .text {
        gap:5px
    }
}

.case-wrapper .text p {
    font-size: 18px;
    line-height: 28px;
    color: var(--dark-color)
}

@media(max-width: 820px) {
    .case-wrapper .text p br {
        display:none
    }
}

@media(max-width: 390px) {
    .case-wrapper .text p {
        font-size:16px
    }
}

.case-studies-section.style-2 {
    overflow: hidden
}

.case-studies-section.style-2 .case-btn-inner {
    gap: 30px
}

.case-studies-section.style-2 .case-btn-inner .line {
    width: 100%;
    height: 1px;
    background: var(--bs-border-color)
}

.case-studies-section.style-2 .case-btn-inner .array-prev,.case-studies-section.style-2 .case-btn-inner .array-next {
    border-color: var(--bs-border-color);
    background-color: var(--bs-border-color);
    color: var(--white-color);
    transition: all .4s ease 0s
}

.case-studies-section.style-2 .case-btn-inner .array-prev:hover,.case-studies-section.style-2 .case-btn-inner .array-next:hover {
    color: var(--theme-color)
}

@media(min-width: 1501px) {
    .case-studies-section.style-2 .case-slider.swiper {
        overflow:visible
    }

    .case-studies-section.style-2 .case-slider.swiper .case-btn-inner {
        display: none
    }
}

.case-studies-section.style-2 .case-single-item {
    position: relative;
    overflow: hidden
}

.case-studies-section.style-2 .case-single-item:hover .image-box .overlay-btn {
    right: 0
}

.case-studies-section.style-2 .case-single-item:hover .image-box img {
    transform: scale(1.1) rotate(-2deg)
}

.case-studies-section.style-2 .case-single-item:hover .info-content .icon-box i {
    animation: wobble_vertical 1s forwards ease-in-out 0s
}

.case-studies-section.style-2 .case-single-item::before {
    display: none
}

.case-studies-section.style-2 .case-single-item .image-box {
    position: relative;
    background-color: var(--dark-color);
    overflow: hidden;
    border-radius: 10px
}

.case-studies-section.style-2 .case-single-item .image-box img {
    width: 100%;
    height: auto;
    transition: all .4s ease 0s
}

.case-studies-section.style-2 .case-single-item .image-box .overlay-btn {
    position: absolute;
    bottom: 62px;
    right: -62px;
    transition: all .4s ease 0s
}

@media(max-width: 390px) {
    .case-studies-section.style-2 .case-single-item .image-box .overlay-btn {
        bottom:30px
    }
}

.case-studies-section.style-2 .case-single-item .image-box .overlay-btn .case-btn {
    background: var(--theme-color);
    border-top-left-radius: 10px;
    width: 60px;
    height: 60px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    cursor: pointer;
    font-size: 25px;
    color: var(--white-color)
}

.case-studies-section.style-2 .case-single-item .info-content {
    max-width: 540px;
    padding: 30px 42px;
    background-color: var(--dark-color3);
    border-radius: 10px;
    border-top-right-radius: 0;
    margin-left: auto;
    margin-top: -62px;
    position: relative;
    display: flex;
    align-items: center
}

@media(max-width: 430px) {
    .case-studies-section.style-2 .case-single-item .info-content {
        padding:30px;
        border-top-left-radius: 0
    }
}

@media(max-width: 390px) {
    .case-studies-section.style-2 .case-single-item .info-content {
        padding:20px;
        margin-top: -30px
    }
}

.case-studies-section.style-2 .case-single-item .info-content .border {
    width: 2px;
    height: 68px;
    background-color: var(--bs-border-color);
    margin: 0 30px 0 40px
}

@media(max-width: 430px) {
    .case-studies-section.style-2 .case-single-item .info-content .border {
        margin:0 20px
    }
}

@media(max-width: 375px) {
    .case-studies-section.style-2 .case-single-item .info-content .border {
        margin:0 12px
    }
}

.case-studies-section.style-2 .case-single-item .info-content .info .category {
    font-size: 14px;
    color: var(--white-color);
    position: relative;
    padding-left: 46px;
    margin-bottom: 8px
}

.case-studies-section.style-2 .case-single-item .info-content .info .category::before {
    position: absolute;
    content: "";
    width: 36px;
    height: 1px;
    background: var(--theme-color2);
    transition: all .4s ease-in-out;
    left: 0;
    top: 50%
}

.case-studies-section.style-2 .case-single-item .info-content .info .title {
    font-size: 22px;
    color: var(--white-color);
    font-weight: 500;
    margin-bottom: 0
}

@media(max-width: 360px) {
    .case-studies-section.style-2 .case-single-item .info-content .info .title {
        font-size:20px
    }
}

.case-studies-section.style-3 .case-single-item::before {
    display: none
}

.case-studies-section.style-3 .case-single-item .case-info {
    position: static;
    padding: 22px 0 30px;
    border-bottom: 1px solid var(--bs-border-color10)
}

.case-studies-section.style-3 .case-single-item .case-info .case-badge {
    margin-bottom: 0
}

.case-studies-section.style-3 .case-single-item .case-info .case-badge span {
    color: var(--dark-color);
    background-color: var(--bs-border-color);
    border-color: var(--bs-border-color6);
    cursor: pointer;
    transition: all .4s ease 0s
}

.case-studies-section.style-3 .case-single-item .case-info .case-badge span:hover {
    color: var(--white-color);
    background-color: var(--theme-color);
    border-color: var(--theme-color)
}

.case-studies-section.style-3 .case-single-item .case-info .title {
    margin-bottom: 15px
}

.case-studies-section.style-3 .case-single-item .case-info .title a {
    color: var(--dark-color);
    background: linear-gradient(var(--dark-color) 0%, var(--dark-color) 98%);
    background-size: 0 2px;
    background-repeat: no-repeat;
    background-position: left 100%;
    transition: all .4s ease 0s
}

.case-studies-section.style-3 .case-single-item .case-info .title a:hover {
    color: var(--dark-color);
    background-size: 100% 2px
}

.style-4 .case-filter-buttons .menu-filtering {
    border: 1px solid var(--bs-border-color13)
}

.style-4 .case-filter-buttons .menu-filtering li {
    color: var(--white-color);
    border: 1px solid var(--bs-border-color13)
}

.style-4 .case-filter-buttons .menu-filtering li.active,.style-4 .case-filter-buttons .menu-filtering li:hover {
    border-color: var(--theme-color2);
    background-color: var(--theme-color2);
    color: var(--dark-color)
}

.faq-section {
    position: relative
}

.faq-section .bg-path__shape::before {
    position: absolute;
    content: "";
    width: 150px;
    height: 150px;
    background: var(--theme-color3);
    transition: all .4s ease-in-out;
    right: 0;
    bottom: 0
}

.faq-section .bg-path__shape::after {
    position: absolute;
    content: "";
    width: 70px;
    height: 70px;
    background: var(--theme-color3);
    transition: all .4s ease-in-out;
    right: 150px;
    bottom: 150px
}

@media(max-width: 991px) {
    .faq-section .contact-content-wrap {
        margin-top:0
    }
}

.accordion-box {
    position: relative
}

.accordion-box .accordion {
    position: relative;
    background-color: rgba(0,0,0,0);
    border-bottom: 1px solid rgba(6,50,50,.1)
}

.accordion-box .accordion .acc-btn {
    position: relative;
    font-size: 22px;
    color: var(--dark-color);
    font-weight: 500;
    cursor: pointer;
    padding: 19px 0 25px;
    padding-right: 20px;
    background: rgba(0,0,0,0);
    transition: all .4s ease 0s
}

.accordion-box .accordion .acc-btn .icon {
    position: absolute;
    content: "";
    top: 50%;
    transform: translateY(-50%);
    transition: all .4s ease 0s;
    right: 6px
}

.accordion-box .accordion .acc-btn .icon::before {
    position: absolute;
    content: "";
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    transition: all .4s ease 0s;
    width: 2px;
    height: 12px;
    background-color: var(--dark-color)
}

.accordion-box .accordion .acc-btn .icon::after {
    position: absolute;
    content: "";
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    transition: all .4s ease 0s;
    width: 12px;
    height: 2px;
    background-color: var(--dark-color)
}

.accordion-box .accordion .acc-btn.active .icon::before {
    height: 0
}

.accordion-box .accordion .acc-content {
    position: relative;
    display: none
}

.accordion-box .accordion .acc-content .content {
    position: relative;
    padding: 0 0 21px 0;
    margin-top: -8px
}

.accordion-box .accordion .acc-content .content .text {
    display: block;
    font-size: 16px;
    color: var(--gray-color);
    margin-bottom: 0
}

.accordion-box .accordion .acc-content.active {
    display: block
}

.faq-section.style-2 .title-area .sec-text br {
    display: block
}

@media(max-width: 430px) {
    .faq-section.style-2 .title-area .sec-text br {
        display:none
    }
}

.accordion-box.style-2 {
    position: relative
}

.accordion-box.style-2 .accordion {
    margin-bottom: 20px;
    border-bottom: none
}

.accordion-box.style-2 .accordion:last-child {
    margin-bottom: 0
}

.accordion-box.style-2 .accordion .acc-btn {
    font-size: 18px;
    color: var(--dark-color);
    border: 1px solid rgba(6,50,50,.1);
    padding: 22px 75px 22px 30px;
    border-radius: 5px
}

@media(max-width: 575px) {
    .accordion-box.style-2 .accordion .acc-btn {
        padding-left: 15px;
        font-size: 14px;
    }
}

.accordion-box.style-2 .accordion .acc-btn.active {
    color: var(--white-color);
    background-color: var(--dark-color);
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0
}

.accordion-box.style-2 .accordion .acc-btn.active .icon {
    color: var(--theme-color2);
    border-color: hsla(0,0%,100%,.14)
}

.accordion-box.style-2 .accordion .acc-btn.active .icon i {
    transform: rotate(90deg)
}

.accordion-box.style-2 .accordion .acc-btn .icon {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 40px;
    height: 100%;
    text-align: center;
    border-left: 1px solid rgba(6,50,50,.1);
    font-size: 24px;
    color: var(--dark-color)
}

.accordion-box.style-2 .accordion .acc-btn .icon::before,.accordion-box.style-2 .accordion .acc-btn .icon::after {
    display: none
}

.accordion-box.style-2 .accordion .acc-btn .icon i {
    transition: all .4s ease 0s
}

.accordion-box.style-2 .accordion .acc-content {
    position: relative;
    display: none
}

.accordion-box.style-2 .accordion .acc-content .content {
    padding: 30px;
    margin-top: 0;
    border-radius: 5px;
    filter: drop-shadow(0px 20px 25px rgba(190, 199, 199, 0.2));
    background-color: var(--white-color);
    border: 1px solid rgba(6,50,50,.1);
    border-top-left-radius: 0;
    border-top-right-radius: 0
}

@media(max-width: 575px) {
    .accordion-box.style-2 .accordion .acc-content .content {
        padding:20px
    }
}

.accordion-box.style-2 .accordion .acc-content .content .text {
    display: block;
    font-size: 14px;
    text-align: justify;
    color: var(--gray-color);
    margin-bottom: 0
}

.accordion-box.style-2 .accordion .acc-content.active {
    display: block
}

@media(max-width: 991px) {
    .faq-contact .row {
        flex-direction:column-reverse
    }
}

.faq-contact .contact-thumb .image-box {
    position: relative;
    max-width: 590px
}

.faq-contact .contact-thumb .image-box .image {
    position: absolute;
    content: "";
    left: 50%;
    transform: translateX(-50%);
    transition: all .4s ease 0s;
    bottom: 0;
    height: 100%
}

.faq-contact .contact-thumb .image-box .image img {
    max-width: inherit;
    height: 100%;
    object-fit: cover
}

.faq-contact .faq-content-wrapper {
    padding-top: 105px
}

@media(max-width: 991px) {
    .faq-contact .faq-content-wrapper {
        padding-top:0
    }
}

.faq-contact .faq-content-wrapper .sec-text br {
    display: block
}

@media(max-width: 430px) {
    .faq-contact .faq-content-wrapper .sec-text br {
        display:none
    }
}

.team-title-area {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    justify-content: space-between
}

@media(max-width: 575px) {
    .team-title-area {
        align-items:flex-start;
        flex-direction: column;
        gap: 10px
    }
}

.team-title-area .member-stats-box .count {
    font-size: 60px;
    line-height: 1;
    color: var(--white-color);
    font-weight: 600
}

.team-title-area .member-stats-box .borderY {
    width: 2px;
    height: 48px;
    background-color: var(--bs-border-color)
}

.team-title-area .member-stats-box .text {
    color: var(--gray-color2);
    line-height: 1.5;
    margin-bottom: 0
}

.team-slide-wrapper {
    position: relative
}

.team-slide-wrapper .array-button {
    position: absolute;
    content: "";
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    transition: all .4s ease 0s;
    justify-content: space-between;
    width: 112%;
    z-index: -1
}

@media(max-width: 1500px) {
    .team-slide-wrapper .array-button {
        width:107%
    }
}

@media(max-width: 1299px) {
    .team-slide-wrapper .array-button {
        width:100%;
        z-index: 1
    }
}

.team-slide-wrapper .array-button .array-prev,.team-slide-wrapper .array-button .array-next {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background: none;
    border: none
}

@media(max-width: 1299px) {
    .team-slide-wrapper .array-button .array-prev,.team-slide-wrapper .array-button .array-next {
        background:var(--dark-color)
    }
}

.team-slide-wrapper .array-button .array-prev:hover i,.team-slide-wrapper .array-button .array-next:hover i {
    filter: brightness(0) saturate(100%) invert(91%) sepia(12%) saturate(1224%) hue-rotate(31deg) brightness(104%) contrast(75%)
}

.team-slide-wrapper .array-button .array-prev i,.team-slide-wrapper .array-button .array-next i {
    transition: all .4s ease 0s
}

@media(max-width: 1299px) {
    .team-slide-wrapper .array-button .array-prev i,.team-slide-wrapper .array-button .array-next i {
        width:17px !important;
        height: 20px !important
    }
}

.team-single-box .image-box {
    position: relative
}

.team-single-box .image-box .image img {
    width: 100%
}

.team-single-box .image-box::before {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    background: none;
    transition: all .4s ease-in-out;
    bottom: 0;
    height: 0;
    background-color: rgba(6,50,50,.2);
    opacity: 0;
    overflow: hidden
}

.team-single-box .share-btn-wrap {
    position: absolute;
    right: 20px;
    bottom: 20px;
    z-index: 5;
    overflow: hidden
}

.team-single-box .share-btn-wrap .share-icon span {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 48px;
    height: 48px;
    border-radius: 50%;
    background-color: rgba(244,248,236,.4);
    color: var(--white-color);
    font-size: 18px;
    backdrop-filter: blur(10px);
    cursor: pointer;
    transition: all .4s ease 0s
}

.team-single-box .share-btn-wrap .share-icon span:hover {
    color: var(--theme-color);
    background-color: var(--white-color)
}

.team-single-box .share-btn-wrap .social-link {
    position: relative;
    visibility: hidden;
    height: 0;
    transition: all .4s ease 0s
}

.team-single-box .share-btn-wrap .social-link li {
    display: flex;
    justify-content: center;
    opacity: 0;
    visibility: hidden;
    transition: all .4s ease 0s;
    margin-bottom: 10px
}

.team-single-box .share-btn-wrap .social-link li a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 44px;
    height: 44px;
    border-radius: 50%;
    background-color: rgba(244,248,236,.5);
    text-align: center;
    color: var(--white-color);
    font-size: 16px
}

.team-single-box .share-btn-wrap .social-link li a:hover {
    background-color: var(--theme-color)
}

.team-single-box .share-btn-wrap .social-link li:nth-child(1) {
    transition-delay: 0s
}

.team-single-box .share-btn-wrap .social-link li:nth-child(2) {
    transition-delay: .2s
}

.team-single-box .share-btn-wrap .social-link li:nth-child(3) {
    transition-delay: .4s
}

.team-single-box .share-btn-wrap .social-link li:nth-child(4) {
    transition-delay: .6s
}

.team-single-box .share-btn-wrap:hover .social-link {
    height: 100%
}

.team-single-box .share-btn-wrap:hover .social-link li {
    opacity: 1;
    overflow: hidden;
    visibility: visible
}

.team-single-box .profile-info {
    padding: 29px 0 0;
    text-align: center
}

.team-single-box .profile-info .name {
    font-size: 24px;
    color: var(--white-color);
    margin-bottom: 8px
}

.team-single-box .profile-info .position {
    color: var(--gray-color2);
    margin-bottom: -4px
}

.team-single-box:hover .image-box::before {
    top: 0;
    height: 100%;
    opacity: 1;
    visibility: visible
}

.team-section.style-2 .team-title-area .member-stats-box .count {
    color: var(--dark-color)
}

.team-section.style-2 .team-title-area .member-stats-box .borderY {
    width: 2px;
    height: 48px;
    background-color: rgba(6,50,50,.1)
}

.team-section.style-2 .team-title-area .member-stats-box .text {
    color: var(--dark-color)
}

.team-section.style-2 .team-single-box .profile-info .name {
    color: var(--dark-color)
}

.team-section.style-2 .team-single-box .profile-info .position {
    color: var(--gray-color)
}

.team-section.style-2 .team-slide-wrapper .array-button .array-prev i,.team-section.style-2 .team-slide-wrapper .array-button .array-next i {
    filter: brightness(0) saturate(100%) invert(12%) sepia(97%) saturate(556%) hue-rotate(135deg) brightness(92%) contrast(95%)
}

@media(max-width: 1299px) {
    .team-section.style-2 .team-slide-wrapper .array-button .array-prev i,.team-section.style-2 .team-slide-wrapper .array-button .array-next i {
        filter:brightness(0) invert(1)
    }
}

.team-section.style-2 .team-slide-wrapper .array-button .array-prev:hover i,.team-section.style-2 .team-slide-wrapper .array-button .array-next:hover i {
    filter: brightness(0) saturate(100%) invert(39%) sepia(81%) saturate(1769%) hue-rotate(346deg) brightness(94%) contrast(89%)
}

@media(max-width: 1500px) {
    .join-section .join-thumb div img {
        width:683px;
        height: 657px;
        object-fit: cover
    }
}

@media(max-width: 1500px)and (max-width: 1399px) {
    .join-section .join-thumb div img {
        max-width:633px
    }
}

@media(max-width: 1500px)and (max-width: 1299px) {
    .join-section .join-thumb div img {
        max-width:643px
    }
}

@media(max-width: 1500px)and (max-width: 1280px) {
    .join-section .join-thumb div img {
        max-width:612px
    }
}

@media(max-width: 1500px)and (max-width: 1199px) {
    .join-section .join-thumb div img {
        max-width:572px
    }
}

@media(max-width: 1500px)and (max-width: 1024px) {
    .join-section .join-thumb div img {
        max-width:505px
    }
}

@media(max-width: 430px) {
    .join-section .join-content-wrapper .sec-text br {
        display:none
    }
}

.team-details .row {
    background-color: var(--white-color);
    border-radius: 10px
}

.team-details .team-image img {
    width: 100%;
    border-radius: 10px
}

.team-details .team-info .team-name {
    font-size: 30px;
    color: var(--dark-color);
    font-weight: 600;
    font-family: var(--title-font);
    margin-bottom: 8px
}

.team-details .team-info .team-role {
    display: inline-block;
    background: var(--theme-color);
    padding: 3px 24px;
    border-radius: 16px;
    font-size: 15px;
    color: var(--white-color);
    font-weight: 400;
    font-family: var(--body-font);
    text-align: center;
    margin-bottom: 26px
}

.team-details .team-info .bio-title {
    font-size: 18px;
    line-height: 26px;
    color: var(--dark-color);
    font-weight: 600;
    font-family: var(--title-font);
    margin-bottom: 5px
}

.team-details .team-info .bio-text {
    width: 90%;
    margin-bottom: 35px
}

.team-details .team-info .team-meta li+li {
    margin-top: 6px
}

.team-details .team-info .team-meta li strong {
    display: inline-block;
    font-weight: 500;
    color: var(--dark-color);
    min-width: 120px
}

.team-details .team-info .team-meta li a {
    color: var(--gray-color)
}

.team-details .team-info .team-meta li a:hover {
    color: var(--theme-color)
}

.team-details .team-info .team-social {
    display: flex;
    align-items: center;
    margin-top: 23px
}

.team-details .team-info .team-social a {
    position: relative;
    height: 34px;
    width: 34px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    color: var(--dark-color);
    background-color: rgba(0,0,0,0);
    border: 1px solid var(--bs-border-color7);
    font-size: 14px;
    border-radius: 50%;
    overflow: hidden;
    transition: all .4s ease 0s;
    z-index: 1
}

.team-details .team-info .team-social a:hover {
    color: var(--white-color)
}

.team-details .team-info .team-social a:hover:after {
    height: 100%;
    opacity: 1
}

.team-details .team-info .team-social a:after {
    position: absolute;
    content: "";
    width: 100%;
    height: 0;
    background: var(--theme-color);
    transition: all .4s ease-in-out;
    top: 0;
    left: 0;
    opacity: 0;
    z-index: -1;
    transition: all .4s ease 0s
}

.team-details .team-info .team-social a+a {
    margin-left: 10px
}

.team-skills .skill-stats {
    display: flex;
    gap: 20px;
    margin-bottom: 54px
}

@media(max-width: 375px) {
    .team-skills .skill-stats {
        flex-direction:column
    }
}

.team-skills .skill-stats .stat-box {
    background-color: var(--white-color);
    border-radius: 10px;
    width: 100%;
    padding: 20px 35px 28px
}

.team-skills .skill-stats .stat-box .stat-icon {
    font-size: 24px;
    color: var(--theme-color);
    margin-right: 10px
}

.team-skills .skill-stats .stat-box .stat-number {
    font-size: 44px;
    font-weight: 600;
    color: var(--dark-color);
    margin: 0 0 -3px;
    display: flex;
    align-items: center
}

.team-skills .team.skills .skill-item .skill-bar .bar-inner {
    height: 6px
}

.team-skills .team.skills .skill-item .skill-bar .bar-inner .bar {
    height: 6px
}

.team-skills .contact-form {
    padding: 50px
}

@media(max-width: 375px) {
    .team-skills .contact-form {
        padding:30px
    }
}

.team-skills .contact-form .sec-title {
    font-size: 36px;
    font-weight: 600
}

@media(max-width: 1280px) {
    .team-skills .contact-form .sec-title {
        font-size:34px
    }
}

@media(max-width: 540px) {
    .team-skills .contact-form .sec-title {
        font-size:30px;
        letter-spacing: normal
    }
}

@media(max-width: 430px) {
    .team-skills .contact-form .sec-title {
        font-size:28px
    }
}

@media(max-width: 414px) {
    .team-skills .contact-form .sec-title {
        font-size:24px
    }
}

.team-skills .contact-form .form-group {
    margin-bottom: 20px
}

.team-skills .contact-form .form-group input,.team-skills .contact-form .form-group select,.team-skills .contact-form .form-group textarea {
    height: 54px;
    padding: 12px 25px;
    border-radius: 5px;
    color: var(--dark-color);
    background-color: var(--white-color);
    outline: none;
    border: 1px solid var(--bs-border-color6);
    transition: border-color .3s ease
}

.team-skills .contact-form .form-group input::placeholder,.team-skills .contact-form .form-group select::placeholder,.team-skills .contact-form .form-group textarea::placeholder {
    opacity: .5
}

.team-skills .contact-form .form-group input:focus,.team-skills .contact-form .form-group select:focus,.team-skills .contact-form .form-group textarea:focus {
    border-color: var(--theme-color)
}

.team-skills .contact-form .form-group textarea {
    height: 130px
}

.skills {
    position: relative;
    margin-top: -11px
}

.skills .skill-item {
    position: relative;
    margin-bottom: 16px
}

.skills .skill-item:last-child {
    margin-bottom: 0
}

.skills .skill-item .skill-header {
    position: relative;
    margin-bottom: 0
}

.skills .skill-item .skill-header .skill-title {
    font-size: 16px;
    color: var(--dark-color);
    font-weight: 400;
    margin-bottom: 11px
}

.skills .skill-item .skill-bar .bar-inner {
    position: relative;
    width: 100%;
    height: 3px;
    background-color: rgba(17,79,79,.2)
}

.skills .skill-item .skill-bar .bar-inner .bar {
    width: 0;
    height: 3px;
    -webkit-transition: all 3000ms ease;
    -o-transition: all 3000ms ease;
    transition: all 3000ms ease;
    background-color: var(--dark-color3)
}

.skills .skill-item .skill-bar .bar-inner .skill-percentage {
    font-size: 16px;
    color: var(--dark-color);
    font-weight: 400;
    position: absolute;
    right: 0;
    bottom: 12px
}

.counter-section .achievement-stats {
    display: flex;
    justify-content: space-around;
    background-color: var(--theme-color2);
    border: 1px solid var(--dark-color);
    border-radius: 10px;
    overflow: hidden
}

@media(max-width: 540px) {
    .counter-section .achievement-stats {
        flex-direction:column
    }
}

.counter-section .achievement-stats .stat-item {
    padding: 30px;
    flex: 1;
    text-align: center
}

@media(min-width: 992px)and (max-width: 1024px) {
    .counter-section .achievement-stats .stat-item {
        padding:20px
    }
}

@media(max-width: 575px) {
    .counter-section .achievement-stats .stat-item {
        padding:15px
    }
}

@media(max-width: 540px) {
    .counter-section .achievement-stats .stat-item {
        padding:30px
    }
}

.counter-section .achievement-stats .stat-item:nth-child(2) {
    border: 1px solid var(--dark-color);
    border-top: none;
    border-bottom: none
}

@media(max-width: 540px) {
    .counter-section .achievement-stats .stat-item:nth-child(2) {
        border-top:inherit;
        border-bottom: inherit;
        border-left: none;
        border-right: none
    }
}

.counter-section .achievement-stats .stat-item .count-box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 60px;
    line-height: 1;
    color: var(--dark-color);
    font-weight: 600
}

@media(min-width: 992px)and (max-width: 1024px) {
    .counter-section .achievement-stats .stat-item .count-box {
        font-size:50px
    }
}

@media(max-width: 575px) {
    .counter-section .achievement-stats .stat-item .count-box {
        font-size:45px
    }
}

@media(max-width: 540px) {
    .counter-section .achievement-stats .stat-item .count-box {
        font-size:60px
    }
}

@media(max-width: 430px) {
    .counter-section .achievement-stats .stat-item .count-box {
        font-size:40px
    }
}

.counter-section .achievement-stats .stat-item .text {
    font-size: 18px;
    color: var(--dark-color);
    font-weight: 500;
    margin-bottom: 0
}

.mission-single-box {
    position: relative;
    overflow: hidden;
    z-index: 1;
    padding: 50px 40px;
    border-radius: 10px
}

@media(min-width: 991px)and (max-width: 1024px) {
    .mission-single-box {
        padding:50px 25px
    }
}

@media(max-width: 390px) {
    .mission-single-box {
        padding:45px 30px
    }
}

@media(max-width: 360px) {
    .mission-single-box {
        padding:40px 25px
    }
}

.mission-single-box .mission-content .title {
    font-size: 32px;
    line-height: 36px;
    color: var(--dark-color);
    font-weight: 600;
    margin: -10px 0 15px
}

.mission-single-box .mission-content .text {
    width: 100%;
    margin-bottom: 0;    
    text-align: justify;
    
}

/*@media(max-width: 1199px) {*/
/*    .mission-single-box .mission-content .text {*/
/*        width:58%*/
/*    }*/
/*}*/

@media(min-width: 992px)and (max-width: 1024px) {
    .mission-single-box .mission-content .title {
    font-size: 28px;
    }
}

@media(min-width: 820px)and (max-width: 912px) {
   .mission-single-box .mission-content .title {
    font-size: 28px;
    }
    .mission-single-box {
            padding: 20px 30px;}
}

@media(max-width: 575px) {
    .mission-single-box .mission-content .title {
    font-size: 28px;
    }
    .mission-single-box {
            padding: 20px 30px;}
    
}

@media(max-width: 430px) {
    .mission-single-box .mission-content .text {
        width:100%;
        font-size: 15px;
    }
}

.mission-single-box .mission-content .theme-btn {
    padding: 12px 40px;
    margin-top: 140px
}

@media(max-width: 1199px) {
    .mission-single-box .mission-content .theme-btn {
        margin-top:80px
    }
}

@media(min-width: 991px)and (max-width: 1024px) {
    .mission-single-box .mission-content .theme-btn {
        margin-top:40px
    }
}

@media(min-width: 820px)and (max-width: 912px) {
    .mission-single-box .mission-content .theme-btn {
        margin-top:40px
    }
}

@media(max-width: 430px) {
    .mission-single-box .mission-content .theme-btn {
        margin-top:40px
    }
}

.mission-single-box .mission-image {
    z-index: 1
}

@media(min-width: 820px)and (max-width: 912px) {
    .mission-single-box .mission-image {
        display:none
    }
}

@media(max-width: 430px) {
    .mission-single-box .mission-image {
        display:none
    }
}

@media(max-width: 1199px) {
    .mission-single-box .mission-image img {
        height:350px
    }
}

@media(min-width: 991px)and (max-width: 1024px) {
    .mission-single-box .mission-image img {
        height:280px
    }
}

@media(max-width: 540px) {
    .mission-single-box .mission-image img {
        height:280px
    }
}

.gallery-section {
    position: relative;
    z-index: 1
}

@media(max-width: 991px) {
    .gallery-single-box {
        height:100%
    }
}

.gallery-single-box .gallery-thumb {
    position: relative
}

@media(max-width: 991px) {
    .gallery-single-box .gallery-thumb {
        height:100%
    }
}

.gallery-single-box .gallery-thumb::before {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    background: rgba(5,49,49,.5);
    transition: all .4s ease-in-out;
    left: 0;
    top: 0;
    backdrop-filter: blur(7px);
    opacity: 0;
    visibility: hidden;
    transition: all .4s ease 0s
}

.gallery-single-box .gallery-thumb>img {
    width: 100%;
    object-fit: cover
}

@media(max-width: 991px) {
    .gallery-single-box .gallery-thumb>img {
        height:100%
    }
}

.gallery-single-box .gallery-thumb .gallery-thumb-view a {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%) scale(1.2);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 80px;
    height: 80px;
    background-color: var(--white-color);
    border-radius: 50%;
    opacity: 0;
    visibility: hidden;
    transition: all .4s ease 0s
}

.gallery-single-box .gallery-thumb:hover::before {
    opacity: 1;
    visibility: visible
}

.gallery-single-box .gallery-thumb:hover .gallery-thumb-view a {
    transform: translate(-50%, -50%) scale(1);
    opacity: 1;
    visibility: visible
}

.feature-single-box {
    background-color: var(--white-color);
    border-radius: 10px;
    transition: all .4s ease 0s;
    padding: 50px 50px;
    text-align: center
}

@media(max-width: 1199px) {
    .feature-single-box {
        padding:16px;
        
    }
}

@media(min-width: 992px)and (max-width: 1024px) {
    .feature-single-box {
        padding:20px
    }
}

.feature-single-box .icon {
    font-size: 70px;
    color: var(--dark-color);
    margin-bottom: 34px;
    transition: all .4s ease 0s
}

.feature-single-box .title {
    font-size: 20px;
    color: var(--dark-color);
    font-weight: 500;
    margin-bottom: 0
}


@media (max-width: 767px) {
    .feature-single-box .title {
    font-size: 14px;
    }
    
    .feature-single-box .icon {
            margin-bottom: 10px;
                font-size: 40px;
    }
}
.feature-single-box:hover {
    background-color: var(--dark-color)
}

.feature-single-box:hover .icon {
    filter: brightness(0) saturate(100%) invert(91%) sepia(12%) saturate(1224%) hue-rotate(31deg) brightness(104%) contrast(75%)
}

.feature-single-box:hover .icon i {
    animation: mirror_effect .5s forwards ease-in-out 0s
}

.feature-single-box:hover .title {
    color: var(--white-color)
}

.feature-section.style-2 .feature-single-box {
    padding: 50px 20px 50px
}

.feature-section.style-2 .feature-single-box:hover .text {
    color: var(--gray-color2)
}

.feature-section.style-2 .feature-single-box:hover .icon {
    color: var(--theme-color2)
}

@media(max-width: 1199px) {
    .feature-section.style-2 .feature-single-box {
        padding:50px 15px 50px
    }
}

@media(min-width: 992px)and (max-width: 1024px) {
    .feature-section.style-2 .feature-single-box {
        padding:50px 15px 50px
    }
}

.feature-section.style-2 .feature-single-box .icon {
    margin-bottom: 28px;
    font-size: 60px;
    color: var(--dark-color)
}



.feature-section.style-2 .feature-single-box .icon .icon-three-people {
    width: 60px !important;
    height: 60px !important
}

.feature-section.style-2 .feature-single-box .title {
    margin-bottom: 10px
}

.feature-section.style-2 .feature-single-box .text {
    margin-bottom: 0
}

@media(max-width: 991px) {
    .feature-section.style-2 .feature-single-box .text {
        width:68%;
        margin: 0 auto
    }
}

@media(max-width: 767px) {
    .feature-section.style-2 .feature-single-box .text {
        width:90%
    }
}

@media(max-width: 575px) {
    .feature-section.style-2 .feature-single-box .text {
        width:55%
    }
}

@media(max-width: 430px) {
    .feature-section.style-2 .feature-single-box .text {
        width:70%
    }
}

@media(max-width: 375px) {
    .feature-section.style-2 .feature-single-box .text {
        width:90%
    }
}

.feature-section.style-3 .video-thumb {
    position: relative
}

.feature-section.style-3 .video-thumb .popup-video {
    display: inline-block;
    position: absolute;
    content: "";
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    transition: all .4s ease 0s
}

.feature-section.style-3 .video-thumb .popup-video .icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 100px;
    height: 100px;
    border-radius: 50%;
    color: var(--dark-color);
    background-color: var(--bs-bg-color6);
    backdrop-filter: blur(10px);
    border: 1px solid var(--white-color);
    margin-right: 20px;
    transition: all .3s ease;
    outline: 20px solid var(--bs-bg-color12)
}

.feature-section.style-3 .feature-item-box {
    padding: 40px 40px 40px;
    border-radius: 10px;
    position: relative;
    z-index: 1;
    overflow: hidden;
    background-color: var(--bs-bg-color10)
}

@media(max-width: 1199px) {
    .feature-section.style-3 .feature-item-box {
        padding:40px 20px 40px
    }
}

.feature-section.style-3 .feature-item-box:hover .icon i {
    animation: mirror_effect .8s forwards ease-in-out 0s
}

@media(max-width: 1024px) {
    .feature-section.style-3 .feature-item-box {
        padding:50px 30px 40px
    }
}

@media(min-width: 992px)and (max-width: 1024px) {
    .feature-section.style-3 .feature-item-box {
        padding:40px 24px 40px
    }
}

.feature-section.style-3 .feature-item-box .icon {
    font-size: 50px;
    color: var(--theme-color2);
    transition: all .4s ease 0s;
    margin-bottom: 20px
}

.feature-section.style-3 .feature-item-box .title {
    font-size: 24px;
    color: var(--white-color);
    font-weight: 500;
    transition: all .4s ease 0s;
    margin-bottom: 6px
}

.feature-section.style-3 .feature-item-box .text {
    font-size: 16px;
    color: var(--gray-color2);
    font-weight: 400;
    transition: all .4s ease 0s
}

.feature-section.style-3 .feature-item-box .feature-btn {
    color: var(--white-color)
}

@media(min-width: 992px) {
    .cta-section.space-bottom {
        padding-bottom:0 !important
    }
}

@media(min-width: 992px) {
    .cta-section .space-top {
        padding-top:0 !important
    }
}

.cta-section .border-top {
    position: relative;
    border-top: 1px solid rgba(6, 50, 50, 0.1) !important
}

@media(max-width: 575px) {
    .cta-section .sec-text br {
        display:none
    }
}

.cta-section .image-grid {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative;
    z-index: 1;
    max-width: 650px;
    width: 100%;
    height: 495px
}

.cta-section .image-grid .lines {
    position: absolute;
    top: 0;
    bottom: 0;
    z-index: -1;
    display: flex;
    justify-content: space-between;
    width: 100%
}

.cta-section .image-grid .lines span {
    width: 1px;
    height: 100%;
    background-color: var(--bs-bg-color7)
}

.cta-section .image-grid .lines2 {
    position: absolute;
    left: 0;
    right: 0;
    z-index: -1;
    display: flex;
    justify-content: space-between;
    flex-direction: column;
    height: 100%
}

.cta-section .image-grid .lines2 span {
    width: 100%;
    height: 1px;
    background-color: var(--bs-bg-color7)
}

@media(min-width: 992pxpx) {
    .cta-section .image-grid .lines2 span:first-child {
        background-color:rgba(0,0,0,0)
    }
}

.cta-section .image-grid .image-box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    flex-wrap: wrap;
    gap: 20px;
    max-width: 425px;
    width: 100%
}

.cta-section .image-grid .image-box .image-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 127px;
    height: 128px;
    background-color: var(--theme-color);
    border-radius: 50%;
    overflow: hidden
}

.cta-section .image-grid .image-box .image-item img {
    width: 127px;
    height: 127px;
    object-fit: cover
}

.cta-section .image-grid .image-box .image-item .icon {
    font-size: 56px;
    color: var(--white-color)
}

@media(min-width: 992px) {
    .cta-section.style-2.space {
        padding-top:0 !important;
        padding-bottom: 0 !important
    }
}

.cta-section.style-3 .overlay {
    background-color: #203e5fcc;
    z-index: -1;
    border-radius: 20px 20px 0 0
}

.cta-section.style-3 .bg.image img {
    width: 100%;
    height: 100%
}

.cta-section.style-3 .image-box {
    display: contents;
    position: relative
}

@media(max-width: 991px) {
    .cta-section.style-3 .image-box {
        display:none
    }
}

.cta-section.style-3 .image-box .thumb {
    position: absolute;
    bottom: 0
}

.cta-section.style-3 .cta-text p {
    font-size: 18px;
    color: var(--bs-text-color2);
    margin-bottom: 0
}

.cta-section.style-3 .cta-text i {
    color: var(--theme-color2);
    margin-right: 5px
}

.cta-section.style-3 .cta-button .cta-link {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    flex-direction: column;
    gap: 10px;
    padding: 15px 30px;
    background-color: var(--theme-color2);
    color: var(--dark-color);
    font-size: 16px;
    font-weight: 500;
    width: 150px;
    height: 150px;
    border-radius: 50%;
    transition: all .4s ease 0s;
    text-align: center
}

.cta-section.style-3 .cta-button .cta-link:hover {
    background-color: var(--theme-color2)
}

@media(max-width: 991px) {
    .planning-section .row {
        flex-direction:column-reverse
    }
}

.planning-image-box {
    position: relative;
    direction: rtl;
    margin-right: 85px
}

@media(max-width: 1500px) {
    .planning-image-box {
        margin-right:0
    }
}

@media(max-width: 991px) {
    .planning-image-box {
        display:inline-block
    }
}

.planning-image-box .image {
    max-width: inherit;
    border-radius: 10px
}

@media(max-width: 1500px) {
    .planning-image-box .image {
        max-width:100%
    }
}

.planning-image-box .since-box {
    right: 0;
    bottom: 0;
    border-radius: 10px 0
}

@media(min-width: 992px)and (max-width: 1024px) {
    .planning-image-box .since-box {
        display:none
    }
}

@media(max-width: 991px) {
    .planning-image-box .since-box {
        display:block
    }
}

@media(max-width: 430px) {
    .planning-image-box .since-box {
        display:none
    }
}

@media(max-width: 991px) {
    .planning-content-wrapper .sec-text {
        width:67%
    }
}

@media(max-width: 575px) {
    .planning-content-wrapper .sec-text {
        width:100%
    }
}

@media(max-width: 430px) {
    .planning-content-wrapper .planning-btn {
        flex-direction:column;
        align-items: start !important
    }
}

.planning-content-wrapper .contact-info {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    justify-content: flex-start;
    gap: 10px
}

.planning-content-wrapper .contact-info .icon {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 56px;
    height: 56px;
    border-radius: 50%;
    background-color: var(--theme-color);
    font-size: 24px;
    color: var(--white-color)
}

.planning-content-wrapper .contact-info .icon i {
    filter: brightness(0) invert(1)
}

.planning-content-wrapper .contact-info .number {
    font-size: 16px;
    line-height: 26px;
    color: var(--dark-color);
    font-weight: 600
}

@media(max-width: 1399px) {
    .planning-content-wrapper .feature-grid {
        gap:0
    }
}

@media(max-width: 430px) {
    .planning-content-wrapper .feature-grid {
        gap:20px
    }
}

.planning-content-wrapper .feature-grid .feature-item {
    gap: 10px
}

@media(max-width: 1199px) {
    .planning-content-wrapper .feature-grid .feature-item {
        padding-right:20px
    }
}

@media(min-width: 992px)and (max-width: 1024px) {
    .planning-content-wrapper .feature-grid .feature-item {
        padding-right:0
    }
}

@media(max-width: 575px) {
    .planning-content-wrapper .feature-grid .feature-item {
        padding-right:0
    }
}

.planning-content-wrapper .feature-grid .feature-item p {
    font-size: 16px;
    line-height: 20px;
    color: var(--dark-color);
    font-weight: 400;
    margin: 0
}

.video-section {
    background-image: linear-gradient(var(--theme-color3) 50%, var(--white-color) 50%)
}

.video-section .video-box {
    position: relative
}

.video-section .video-box .video-thumb {
    position: relative
}

.video-section .video-box .video-thumb .popup-video {
    position: absolute;
    top: 50px;
    right: 50px;
    display: inline-block;
    margin-bottom: 0;
    z-index: 1
}

@media(max-width: 375px) {
    .video-section .video-box .video-thumb .popup-video {
        top:30px;
        right: 30px
    }
}

.video-section .video-box .video-thumb .popup-video .icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 60px;
    height: 60px;
    border-radius: 30px;
    background-color: var(--theme-color);
    font-size: 18px;
    color: var(--white-color);
    margin-right: 20px
}

.video-section .video-box .video-thumb .popup-video p {
    color: var(--light-color2);
    font-size: 16px;
    line-height: 24px;
    margin-bottom: 0
}

.video-section .video-box .video-thumb img {
    border-radius: 10px;
    min-height: 260px;
    object-fit: cover
}

.video-section .video-box .stats-container {
    position: absolute;
    right: 0;
    bottom: 0;
    max-width: 650px;
    width: 100%
}

@media(max-width: 912px) {
    .video-section .video-box .stats-container {
        position:relative;
        max-width: 100%;
        width: 100%;
        margin-top: 30px
    }
}

.video-section .video-box .stats-container::before {
    display: none
}

.video-section .video-box .stats-container .stat-box .count-box {
    line-height: 1
}

.video-section .video-box .stats-container .stat-box.dark .text {
    color: var(--dark-color)
}

@media(max-width: 375px) {
    .benifits-section .title-area {
        text-align:center
    }

    .benifits-section .title-area .sub-title {
        justify-content: center
    }
}

.benifit-image-box {
    margin-left: 50px
}

@media(max-width: 1500px) {
    .benifit-image-box {
        margin-left:0
    }
}

.benifit-image-box .image {
    max-width: inherit;
    border-radius: 10px
}

@media(max-width: 1500px) {
    .benifit-image-box .image {
        max-width:100%
    }
}

.benifit-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    justify-content: flex-start;
    gap: 22px;
    margin-bottom: 25px
}

/*@media(max-width: 375px) {*/
/*    .benifit-item {*/
/*        text-align:center;*/
/*        flex-direction: column;*/
/*            gap: 0px;*/
/*    }*/
/*}*/

.benifit-item:last-child {
    margin-bottom: 0
}

.benifit-item:hover .checkmark {
    background-color: var(--dark-color);
    color:#ffffff;
}

.benifit-item:hover .checkmark .icon-checkmark2 {
    animation: wobble_vertical 1s forwards ease-in-out 0s;
    filter: brightness(0) invert(1)
}

.benifit-item .checkmark {
    font-size: 18px;
    color: var(--dark-color);
    width: 44px;
    height: 44px;
    line-height: 44px;
    text-align: center;
    border-radius: 50%;
    background-color: rgba(0,0,0,0);
    border: 1px solid var(--bs-border-color7);
    flex-shrink: 0;
    transition: all .4s ease 0s
}

.benifit-item .content .title {
    font-size: 22px;
    color: var(--dark-color);
    font-weight: 500;
    margin-bottom: 9px
}

.benifit-item .content .text {
    margin-bottom: 0;
    text-align: justify;
}
@media(max-width: 767px) {
.benifit-item .content .text {
    margin-bottom: 0;
    text-align: justify;
    font-size: 15px;
}
}
@media(min-width: 992px)and (max-width: 1024px) {
    .benifit-item .content .text br {
        display:none
    }
}

@media(max-width: 540px) {
    .benifit-item .content .text br {
        display:none
    }
}

@media(max-width: 375px) {
    .benifit-item .content .text {
         
        margin: 0 auto
    }
}

.project-sidebar {
    position: sticky;
    top: 100px;
    max-width: 408px
}

@media(max-width: 991px) {
    .project-sidebar {
        max-width:100%
    }
}

.project-sidebar .widget-box.project-details-box {
    background-color: var(--theme-color3);
    padding: 0;
    border-radius: 10px
}

.project-sidebar .widget-box.project-details-box .title {
    font-size: 22px;
    color: var(--white-color);
    font-weight: 500;
    text-align: center;
    background-color: var(--dark-color);
    padding: 25px 0;
    border-radius: 10px 10px 0 0;
    margin-bottom: 0
}

.project-sidebar .widget-box.project-details-box .content {
    padding: 10px 40px 22px
}

@media(min-width: 992px)and (max-width: 1024px) {
    .project-sidebar .widget-box.project-details-box .content {
        padding:10px 20px 22px
    }
}

@media(max-width: 375px) {
    .project-sidebar .widget-box.project-details-box .content {
        padding:10px 20px 22px
    }
}

.project-sidebar .widget-box.project-details-box .content ul li {
    font-size: 15px;
    color: var(--gray-color);
    font-weight: 400;
    padding: 13px 0;
    border-bottom: 1px dashed var(--dark-color)
}

.project-sidebar .widget-box.project-details-box .content ul li:last-child {
    border-bottom: none
}

.project-sidebar .widget-box.project-details-box .content ul li strong {
    color: var(--dark-color)
}

.project-sidebar .widget-box.project-details-box .content ul li a {
    color: var(--dark-color)
}

.project-sidebar .widget-box.project-details-box .content ul li a:hover {
    text-decoration: underline
}

.project-sidebar .widget-box.consulting-box {
    background: url(../images/project/consult01.jpg) center/cover;
    padding: 60px 40px;
    border-radius: 10px;
    position: relative;
    z-index: 1;
    overflow: hidden
}

@media(min-width: 992px)and (max-width: 1024px) {
    .project-sidebar .widget-box.consulting-box {
        padding:60px 20px
    }
}

@media(max-width: 375px) {
    .project-sidebar .widget-box.consulting-box {
        padding:60px 20px
    }
}

.project-sidebar .widget-box.consulting-box::before {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    background: var(--bs-bg-color8);
    transition: all .4s ease-in-out;
    left: 0;
    top: 0;
    z-index: -1
}

.project-sidebar .widget-box.consulting-box .inner-box .title {
    font-size: 24px;
    color: var(--white-color);
    font-weight: 500;
    margin-bottom: 7px
}

.project-sidebar .widget-box.consulting-box .inner-box .text {
    font-size: 16px;
    color: var(--gray-color2);
    font-weight: 400;
    margin-bottom: 0
}

@media(min-width: 992px)and (max-width: 1024px) {
    .project-sidebar .widget-box.consulting-box .inner-box .text {
        font-size:15px
    }
}

.project-sidebar .widget-box.consulting-box .inner-box .border {
    border-color: var(--bs-border-color11) !important
}

.project-sidebar .widget-box.consulting-box .inner-box .contact-info .contact-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    justify-content: flex-start;
    gap: 20px;
    margin-bottom: 20px
}

.project-sidebar .widget-box.consulting-box .inner-box .contact-info .contact-item:last-child {
    margin-bottom: 0
}

.project-sidebar .widget-box.consulting-box .inner-box .contact-info .contact-item .icon {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background-color: var(--bs-border-color);
    font-size: 20px;
    color: var(--theme-color2)
}

.project-sidebar .widget-box.consulting-box .inner-box .contact-info .contact-item .icon i {
    width: 20px !important;
    height: 20px !important;
    filter: brightness(0) saturate(100%) invert(91%) sepia(12%) saturate(1224%) hue-rotate(31deg) brightness(104%) contrast(75%)
}

.project-sidebar .widget-box.consulting-box .inner-box .contact-info .contact-item .content p {
    font-size: 14px;
    color: var(--gray-color2);
    font-weight: 400;
    margin-bottom: 0
}

.project-sidebar .widget-box.consulting-box .inner-box .contact-info .contact-item .content a {
    font-size: 16px;
    color: var(--white-color);
    font-weight: 500
}

.project-sidebar .widget-box.consulting-box .inner-box .contact-info .contact-item .content a:hover {
    color: var(--theme-color2)
}

.project-sidebar .widget-box.consulting-box .inner-box .theme-btn {
    border: 1px solid var(--bs-border-color11);
    color: var(--white-color);
    padding: 12px 40px
}

.project-sidebar .widget-box.consulting-box .inner-box .theme-btn>i {
    color: var(--theme-color2)
}

.project-details__content img {
    width: 100%
}

.project-details__content .title {
    font-size: 34px;
    color: var(--dark-color);
    font-weight: 600;
    margin-bottom: 10px
}

@media(max-width: 1199px) {
    .project-details__content .title {
        font-size:30px
    }
}

@media(max-width: 767px) {
    .project-details__content .title {
        font-size:26px
    }
}

.project-details__content p {
    width: 95%
}

@media(max-width: 575px) {
    .project-details__content p {
        width:100%
    }
}

@media(max-width: 375px) {
    .project-details__content p {
        text-align:justify
    }
}

.project-details__content .featured-list li {
    font-size: 16px;
    color: var(--gray-color);
    font-weight: 400;
    padding-left: 25px;
    position: relative
}

.project-details__content .featured-list li+li {
    margin-top: 13px
}

.project-details__content .featured-list li::before {
    position: absolute;
    content: "";
    top: 50%;
    transform: translateY(-50%);
    transition: all .4s ease 0s;
    content: "";
    left: 0;
    font-size: 18px;
    color: var(--dark-color);
    font-family: 'FontAwesome';
    font-weight: 900
}

.project-details__content .featured-list .list-style-2 li::before {
    content: "";
    color: var(--gray-color)
}

.project-details__content .details-image-box {
    position: relative;
    overflow: hidden;
    border-radius: 10px
}

.project-details__content .details-image-box .title {
    font-size: 22px;
    color: var(--dark-color);
    font-weight: 500;
    margin-bottom: 0;
    background: var(--theme-color3);
    padding: 25px 30px
}

.details__pagination-box {
    position: relative;
    display: block
}

.details__pagination-box .details__pagination {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    justify-content: space-between
}

.details__pagination-box .details__pagination li a {
    font-size: 22px;
    color: var(--dark-color);
    font-weight: 500;
    display: flex;
    align-items: center;
    gap: 20px;
    transition: all .4s ease 0s
}

@media(max-width: 430px) {
    .details__pagination-box .details__pagination li a {
        font-size:16px
    }
}

@media(max-width: 375px) {
    .details__pagination-box .details__pagination li a {
        gap:15px
    }
}

.details__pagination-box .details__pagination li a:hover {
    color: var(--theme-color)
}

.details__pagination-box .details__pagination li a:hover i {
    color: var(--white-color);
    background-color: var(--dark-color)
}

.details__pagination-box .details__pagination li a i {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    flex-shrink: 0;
    font-size: 20px;
    color: var(--dark-color);
    width: 54px;
    height: 54px;
    border-radius: 50%;
    background-color: var(--theme-color3);
    transition: all .4s ease 0s
}

@media(max-width: 430px) {
    .details__pagination-box .details__pagination li a i {
        width:40px;
        height: 40px
    }
}

@media(max-width: 575px) {
    .branch-section .sec-text br {
        display:none
    }
}

.branch-single-box {
    padding: 50px 0 45px;
    background-color: var(--theme-color3);
    border-radius: 10px;
    text-align: center;
    transition: all .4s ease 0s
}

.branch-single-box:hover {
    background-color: var(--dark-color)
}

.branch-single-box:hover .image-box::before {
    animation: spin2 15s linear infinite;
    border-color: var(--theme-color2)
}

.branch-single-box:hover .branch-content .location-name {
    color: var(--white-color)
}

.branch-single-box:hover .branch-content .location-type {
    color: var(--theme-color2)
}

.branch-single-box:hover .branch-content .divider {
    background-color: var(--theme-color2)
}

.branch-single-box:hover .branch-content .address,.branch-single-box:hover .branch-content .phone a,.branch-single-box:hover .branch-content .email a {
    color: var(--gray-color2)
}

.branch-single-box .image-box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative;
    z-index: 1;
    width: 230px;
    height: 230px;
    margin: 0 auto 30px
}

.branch-single-box .image-box::before {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    background: none;
    transition: all .4s ease-in-out;
    z-index: -1;
    left: 0;
    top: 0;
    border-radius: 50%;
    border: 2px dashed var(--dark-color);
    transition: all .4s ease 0s
}

.branch-single-box .image-box .image img {
    width: 200px;
    height: 200px;
    border-radius: 50%;
    object-fit: cover
}

.branch-single-box .branch-content .location-name {
    color: var(--dark-color);
    margin-bottom: 4px;
    transition: all .4s ease 0s
}

.branch-single-box .branch-content .location-type {
    font-size: 14px;
    color: var(--dark-color);
    margin-bottom: 19px;
    transition: all .4s ease 0s
}

.branch-single-box .branch-content .divider {
    width: 50px;
    height: 1px;
    background-color: var(--theme-color);
    margin: 0 auto 18px;
    transition: all .4s ease 0s
}

.branch-single-box .branch-content .address,.branch-single-box .branch-content .phone a,.branch-single-box .branch-content .email a {
    font-size: 15px;
    color: var(--gray-color)
}

.branch-single-box .branch-content .address,.branch-single-box .branch-content .phone,.branch-single-box .branch-content .email {
    margin-bottom: 5px
}

.branch-single-box .branch-content .phone a:hover,.branch-single-box .branch-content .email a:hover {
    color: var(--theme-color2)
}

.branch-single-box .branch-content .email {
    margin-bottom: 0
}









.cards {
            display: flex;
            gap: 20px;
            justify-content: center;
            margin-top: 20px;
        }
        
        @media only screen and (max-width: 767px) {
    .cards {
        display: block !important;
    }
    .card {
        margin-top: 20px;
        padding: 10px !important;
    }
}
        .card {
            flex: 1;
            background: #fff;
            padding: 20px;
            border-radius: 10px;
            box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
        }
        .pros {
            border-left: 5px solid #22c55e;
        }
        .cons {
            border-left: 5px solid #ef4444;
        }
        .icon-card {
            display: flex;
            align-items: center;
            gap: 10px;
            font-size: 20px;
            font-weight: bold;
        }
        .pros .icon {
            color: #22c55e;
        }
        .cons .icon {
            color: #ef4444;
        }
        .card-ul {
            list-style: none;
            padding: 0;
            text-align: left;
        }
       .card-ul li {
            margin: 10px 0;
            display: flex;
            align-items: center;
            gap: 10px;
        }
        .checkmark {
            color: #22c55e;
            font-weight: bold;
        }
        .crossmark {
            color: #ef4444;
            font-weight: bold;
        }














        .calculator-container {
            background-color: #6fb205;
            color: white;
            border-radius: 10px;
            padding: 30px;
            max-width: 1000px;
            margin: 50px auto;
        }

        .form-control {
            margin-bottom: 10px;
        }

        .slider {
            width: 100%;
        }
.calculator-container label{
    color:white;
    font-weight:700;
}


.calculator-container input {
    width: 100%;
    padding: 10px;
    font-size: 16px;
    border: 1px solid #ccc;
    border-radius: 5px;
    color: #4f4f4f;
font-weight:600;
    background-color:white;
    box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.1);
}

.calculator-container button
{
width: 100%;
    padding: 12px;
    background-color: #fff;
    color: #000;
    font-size: 18px;
    font-weight: bold;
    border: none;
    border-radius: 5px;
    cursor: pointer;
    margin-top: 10px;}
        .result-box {
            background-color: white;
            color: green;
            border-radius: 10px;
            padding: 20px;
            text-align: center;
            margin-top: 10px;
        }

        .btn-custom {
            background-color: white;
            color: black;
            font-weight: bold;
        }

        .estimate-label {
            font-weight: bold;
            color: #333;
        }

        .estimate-value {
            font-size: 2rem;
            font-weight: bold;
            color: #6fb205;
        }