:root {
    --theme-color: #003A70;
    --theme-color3: #65B345;
    --title-color: var(--dark-color);
    --body-color: var(--gray-color);
    --dark-color: var(--theme-color3);
    --dark-color2: #09155c;
    --dark-color3: #18225f;
    --gray-color: #a0a3b5;
    --gray-color2: #616161;
    --white-color: #ffffff;
    --light-color: #f4f7ff;
    --light-color2: #e8edfa;
    --light-color3: #e9eefb;
    --light-color4: #b9bfe4;
    --orange-color: #ff9d10;
    --success-color: #28a745;
    --error-color: #ff0000;
    --bs-text-color1: #10171d;
    --bs-text-color2: rgb(255 255 255 / 60%);
    --bs-text-color3: rgb(255 255 255 / 30%);
    --bs-text-color4: rgb(255 255 255 / 80%);
    --bs-text-color5: #161616;
    --bs-bg-color1: var(--theme-color);
    --bs-bg-color2: #f3f6fe;
    --bs-bg-color3: rgba(16, 83, 243, 0.2);
    --bs-bg-color4: #dce5fc;
    --bs-bg-color5: rgba(255, 255, 255, 0.10);
    --bs-bg-color6: rgba(189, 189, 189, 0.2);
    --bs-bg-color7: rgba(98, 72, 255, 0.14);
    --bs-bg-color8: rgba(255, 255, 255, 0.70);
    --bs-bg-color9: rgba(98, 72, 255, 0.2);
    --bs-bg-color10: rgba(255, 255, 255, 0.30);
    --bs-bg-color11: rgba(244, 247, 255, 0.30);
    --bs-bg-color12: rgba(255, 255, 255, 0.2);
    --bs-bg-color13: #121e62;
    --bs-bg-color14: rgba(255, 255, 255, 0.050);
    --bs-bg-color15: rgba(255, 255, 255, 0.07);
    --bs-bg-color16: rgba(255, 255, 255, 0.40);
    --bs-bg-color17: rgba(246, 245, 252, 0.50);
    --bs-bg-color18: rgba(243, 252, 253, 0.47);
    --bs-bg-color19: rgba(3, 15, 68, 0.50);
    --bs-bg-color20: rgba(255, 255, 255, 0.50);
    --bs-bg-color21: #f2f5fd;
    --bs-bg-color22: rgba(255, 255, 255, 0.14);
    --bs-border-color: rgba(22, 22, 22, 0.10196078431372549);
    --bs-border-color2: rgba(3, 15, 68, 0.10);
    --bs-border-color3: rgba(255, 255, 255, 0.30);
    --bs-border-color5: rgba(255, 255, 255, 0.15);
    --bs-border-color7: rgba(255, 255, 255, 0.20);
    --bs-border-color8: rgba(6, 17, 83, 0.1);
    --bs-border-color9: rgba(98, 72, 255, 0.40);
    --bs-border-color10: rgba(16, 83, 243, 0.2);
    --bs-border-color11: rgba(255, 255, 255, 0.6);
    --bs-border-color12: rgba(255, 255, 255, 0.70);
    --bs-border-color13: var(--dark-color2);
    --title-font: "Manrope", sans-serif;
    --body-font: "Noto Sans", sans-serif;
    --icon-font: "Font Awesome 6 Pro";
    --icon-font2: "flaticon";
    --main-container: 1320px;
    --container-gutters: 24px;
    --section-space: 60px;
    --section-space-mobile: 80px;
    --section-space-small-mobile: 60px;
    --section-title-space: 70px;
    --ripple-ani-duration: 5s
}

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(--light-color) !important;
    overflow-x: hidden;
    -webkit-font-smoothing: antialiased
}

body::-webkit-scrollbar {
    width: 8px;
    height: 8px
}

body::-webkit-scrollbar-thumb {
    background-color: #65B345;
    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%
}

figure {
    margin: 0
}

.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-color2);
    line-height: 1.6
}

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: 1.2
}

.h3,
h3 {
    font-size: 36px;
    line-height: 1.217
}

.h4,
h4 {
    font-size: 24px;
    line-height: 1.417
}

.h5,
h5 {
    font-size: 22px;
    line-height: 1.27;
    font-weight: 500
}

.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
    }
}

.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: 54px;
    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: var(--white-color);
    outline: 0;
    box-shadow: none;
    border-color: rgba(0, 0, 0, 0);
    background-color: var(--dark-color2)
}

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::-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::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::-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::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::-moz-placeholder,
.single-select.style-border::-moz-placeholder,
.form-control.style-border::-moz-placeholder,
.form-select.style-border::-moz-placeholder,
textarea.style-border::-moz-placeholder,
input.style-border::-moz-placeholder {
    color: var(--title-color)
}

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::-moz-placeholder {
    color: var(--body-color);
    font-size: 14px;
    font-weight: 300
}

.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;
    -webkit-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;
    left: 0;
    font-family: var(--icon-font);
    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: var(--icon-font);
    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: 12px;
    height: 12px;
    background-color: var(--bs-bg-color9);
    transition: all .4s ease 0s;
    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(--theme-color)
}

.swiper-dot .swiper-pagination-bullet.swiper-pagination-bullet-active::before {
    position: absolute;
    top: -6px;
    left: -6px;
    width: 24px;
    height: 24px;
    line-height: 24px;
    border-radius: 50%;
    background-color: rgba(0, 0, 0, 0);
    border: 1px solid var(--theme-color);
    content: ""
}

.array-button {
    display: flex;
    align-items: center;
    gap: 15px
}

.array-button .array-prev,
.array-button .array-next {
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    border: 1px solid var(--bs-border-color7);
    font-size: 18px;
    background-color: var(--bs-bg-color5);
    transition: all .4s ease 0s;
    font-family: var(--icon-font);
    color: var(--gray-color)
}

.array-button .array-prev.active,
.array-button .array-prev:hover,
.array-button .array-next.active,
.array-button .array-next:hover {
    background-color: var(--theme-color) !important;
    border-color: var(--theme-color);
    color: var(--white-color)
}

.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: flex;
    justify-content: 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: var(--icon-font);
    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: rgba(0, 0, 0, .7);
    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:white;
}

.mobile-menu-wrapper .mobile-logo img {
    max-width: 170px;
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover
}

.mobile-menu-wrapper .menu-toggle {
    border: 2px solid black;
    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: black;
    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:white;
    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: scroll;
    overscroll-behavior-y: contain
}

.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;
    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: #013e6b;
    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;
    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: var(--icon-font);
    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
    }
}

.contact-list-one {
    position: relative;
    padding: 30px 0px
}

.contact-list-one li {
    position: relative;
    margin-bottom: 20px
}

.contact-list-one li:last-child {
    margin-bottom: 0
}

.contact-list-one li .contact-info-box {
    position: relative;
    padding-left: 54px;
    font-size: 14px;
    line-height: 24px;
    color: var(--white-color)
}

.contact-list-one li .contact-info-box a {
    color: #65b345;
    transition: all 300ms ease
}

.contact-list-one li .contact-info-box .icon {
    position: absolute;
    left: 22px;
    top: -5px;
    font-size: 20px;
    line-height: 50px;
    color: var(--theme-color)
}

.contact-list-one li .contact-info-box .title {
    display: block;
    font-size: 12px;
    color: #013e6b;
    font-weight: 400;
    text-transform: uppercase
}

.mobile-menu-area .social-links {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    justify-content: space-between;
    background: var(--theme-color);
    width: 100%;
    border-top: 1px solid var(--white-color);
    margin-top: auto
}

.mobile-menu-area .social-links li {
    position: relative;
    text-align: center;
    width: 100%;
    border-right: 1px solid var(--white-color)
}

.mobile-menu-area .social-links li:last-child {
    border-right: none
}

.mobile-menu-area .social-links li a {
    position: relative;
    display: block;
    line-height: 50px;
    height: 50px;
    font-size: 14px;
    text-align: center;
    color: var(--white-color);
    transition: all 300ms ease
}

.mobile-menu-area .social-links li a:hover {
    color: var(--theme-color2)
}

.loading-screen {
    display: flex;
    justify-content: 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 .spinner {
    animation: spinner 1s infinite linear;
    border-radius: 50%;
    border: 4px solid var(--white-color);
    border-top-color: var(--theme-color);
    width: 150px;
    height: 150px;
    margin: 0 auto 3.5em auto
}

.loading-screen .animation-preloader .txt-loading {
    font: bold 3em var(--title-font), sans-serif;
    text-align: center;
    -webkit-user-select: none;
    -moz-user-select: none;
    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
}

@keyframes spinner {
    to {
        transform: rotateZ(360deg)
    }
}

@keyframes letters-loading {

    0%,
    75%,
    100% {
        opacity: 0;
        transform: rotateY(-90deg)
    }

    25%,
    50% {
        opacity: 1;
        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
}

.link-effect .effect-1 {
    display: block;
    height: 100%;
    position: relative;
    top: 0%;
    transition: .3s;
    
    font-size: 14px;
}

.link-effect:hover .effect-1 {
    top: -100%
}



.theme-btn {
    font-size: 16px;
    font-weight: 700;
    font-family: var(--title-font);
    position: relative;
    padding: 14px 45px 14px 15px;
    margin-bottom: 0px;
    color: var(--white-color);
    background-color: #63ac46;
    display: inline-flex;
    overflow: hidden;
    justify-content: center;
    text-decoration: none;
    border-radius: 30px
}

.theme-btn.style-2 {
    border: 1px solid var(--white-color);
    background: rgba(0, 0, 0, 0)
}

.theme-btn.error {
    padding: 15px 40px 15px 40px;
    gap: 10px
}

.theme-btn::before {
    content: "";
    position: absolute;
    top: 0;
    left: -200%;
    width: 200%;
    height: 100%;
    transform: skewx(-20deg);
    background-image: linear-gradient(to right, transparent, rgba(255, 255, 255, 0.35), transparent);
    z-index: 0
}

@media(max-width: 767px) {
    .theme-btn {
        padding: 15px 50px 15px 30px
    }
}

.theme-btn.bg-white {
    background-color: var(--white-color)
}

.theme-btn.bg-dark {
    background-color: var(--dark-color);
    color: var(--white-color)
}

.theme-btn.bg-dark:hover {
    color: var(--white-color);
    background-color: var(--theme-color) !important
}

.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(--white-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)
}

.theme-btn .arrow-all {
    width: 30px;
    height: 30px;
    background: var(--white-color);
    color: var(--dark-color);
    border-radius: 50%;
    margin-left: 20px;
    position: absolute;
    overflow: hidden;
    right: 10px;
    top: 12px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    transition: all .4s ease
}

.theme-btn .arrow-all i {
    position: relative;
    overflow: hidden;
    width: 14px;
    height: 14px;
    display: inline-flex
}

.theme-btn .arrow-all i svg {
    transform: translateY(-1px);
    position: absolute;
    bottom: -3px;
    left: -1px;
    transition: all .2s ease-out
}

.theme-btn .arrow-all i svg:last-child {
    left: -13px;
    bottom: -3px;
    transform: translate(0, 0);
    opacity: 0
}

.theme-btn:hover .arrow-all i svg:first-child {
    transform: translate(16px, 0)
}

.theme-btn:hover .arrow-all i svg:last-child {
    opacity: 1;
    visibility: visible;
    transform: translate(13px, 0)
}

.theme-btn:hover::before {
    animation: pxl_btn_shine 1.4s ease;
    animation-delay: .1s
}

.theme-btn.style2 {
    font-size: 16px;
    font-weight: 400;
    font-family: var(--title-font);
    position: relative;
    padding: 10px 30px 10px 30px;
    margin-bottom: 0px;
    color: var(--white-color);
    background-color: var(--theme-color3);
    display: inline-flex;
    overflow: hidden;
    justify-content: center;
    text-decoration: none;
    border-radius: 26px
}

.theme-btn.style2::before {
    content: "";
    position: absolute;
    top: 0;
    left: -200%;
    width: 200%;
    height: 100%;
    transform: skewx(-20deg);
    background-image: linear-gradient(to right, transparent, rgba(255, 255, 255, 0.35), transparent);
    z-index: 0
}

@media(max-width: 767px) {
    .theme-btn.style2 {
        padding: 12px 35px
    }
}

.theme-btn.style2.bg-white {
    background-color: var(--white-color)
}

.theme-btn.style2.bg-dark {
    background-color: var(--dark-color);
    color: var(--white-color)
}

.theme-btn.style2.bg-dark:hover {
    color: var(--white-color);
    background-color: var(--theme-color) !important
}

.theme-btn.style2.bg-dark3 {
    background-color: var(--dark-color3);
    color: var(--white-color)
}

.theme-btn.style2.bg-dark3:hover {
    color: var(--white-color)
}

.theme-btn.style2.bg-theme {
    background-color: var(--theme-color);
    color: var(--white-color)
}

.theme-btn.style2.bg-theme:hover {
    color: var(--white-color)
}

.theme-btn.style2.bg-border {
    background-color: var(--bs-border-color);
    color: var(--white-color)
}

.theme-btn.style2.bg-border:hover {
    color: var(--white-color)
}

.theme-btn.style2.bg-transparent {
    background-color: rgba(0, 0, 0, 0);
    border: 1px solid var(--dark-color)
}

.theme-btn.style2 i {
    font-size: 16px;
    height: 26px;
    line-height: 1.66
}

.theme-btn.style2:hover {
    color: var(--white-color)
}

.theme-btn.style2:hover .effect-1 {
    top: -100%
}

.theme-btn.style2.text-theme:before,
.theme-btn.style2.text-theme:after {
    background: var(--theme-color)
}

.theme-btn.style2.text-theme img {
    filter: brightness(99)
}

.theme-btn.style2 .arrow-all-2 {
    width: 30px;
    height: 26px;
    border-radius: 50%;
    overflow: hidden;
    right: 17px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    transition: all .4s ease
}

.theme-btn.style2 .arrow-all-2 i {
    position: relative;
    overflow: hidden;
    width: 14px;
    height: 14px;
    display: inline-flex
}

.theme-btn.style2 .arrow-all-2 i svg {
    transform: translateY(-1px);
    position: absolute;
    bottom: -1px;
    left: 1px;
    transition: all .2s ease-out
}

.theme-btn.style2 .arrow-all-2 i svg:last-child {
    left: -12px;
    bottom: -12px;
    transform: translate(0, 0);
    opacity: 0
}

.theme-btn.style2:hover .arrow-all-2 i svg:first-child {
    transform: translate(16px, -16px)
}

.theme-btn.style2:hover .arrow-all-2 i svg:last-child {
    opacity: 1;
    visibility: visible;
    transform: translate(13px, -12px)
}

.theme-btn.style2:hover::before {
    animation: pxl_btn_shine 1.4s ease;
    animation-delay: .1s
}

.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: var(--icon-font);
    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 svg {
    color: var(--title-color);
    border-radius: 50%;
    background: var(--white-color);
    border: 1px solid var(--white-color)
}

.scroll-top svg 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)
}

.scrollToTop {
    height: 55px;
    width: 55px;
    position: fixed;
    bottom: 20px;
    right: 20px;
    background-color: var(--white-color);
    border-radius: 50%;
    overflow: hidden;
    cursor: pointer;
    z-index: 999;
    transition: .5s ease all;
    display: none
}

@media(max-width: 991px) {
    .scrollToTop {
        height: 40px;
        width: 40px
    }
}

.scrollToTop:hover {
    transform: translateY(-15%)
}

.scrollToTop .arrowUp {
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    inset: 0;
    z-index: 3;
    color: var(--white-color);
    font-size: 24px;
    mix-blend-mode: difference
}

.scrollToTop .arrowUp i {
    font-size: 19px
}

.scrollToTop .water {
    position: absolute;
    inset: 0;
    z-index: 2;
    transform: translateY(100%);
    background-color: var(--theme-color);
    transition: all .3s
}

.scrollToTop .water svg use {
    margin-bottom: -1px;
    position: relative;
    bottom: -1px;
    fill: var(--theme-color) !important
}

.scrollToTop .water_wave {
    width: 200%;
    position: absolute;
    bottom: 100%
}

.scrollToTop .water_wave_back {
    right: 0;
    fill: var(--dark-color);
    animation: wave-back 1.4s infinite linear
}

.scrollToTop .water_wave_front {
    left: 0;
    fill: rgba(122, 37, 158, .8784313725);
    margin-bottom: -1px;
    animation: wave-front .7s infinite linear
}

@keyframes wave-front {
    100% {
        transform: translateX(-50%)
    }
}

@keyframes wave-back {
    100% {
        transform: translateX(50%)
    }
}

.title-wrap {
    margin-bottom: calc(var(--section-title-space) - 33px);
    position: relative;
    z-index: 2
}

@media(max-width: 991px) {
    .title-wrap {
        --section-title-space: 60px
    }
}

@media(max-width: 767px) {
    .title-wrap {
        --section-title-space: 55px
    }
}

.title-wrap.two {
    margin-bottom: calc(var(--section-title-space) - 22px)
}

.title-wrap.two .sec-title {
    margin-bottom: 0
}

.title-wrap.twoT {
    margin-bottom: calc(var(--section-title-space) - 42px)
}

.title-wrap.twoT .sec-title {
    margin-bottom: 10px
}

.title-wrap.three {
    margin-bottom: calc(var(--section-title-space) - 20px)
}

.title-wrap.threeT {
    margin-bottom: calc(var(--section-title-space) - 34px)
}

.title-wrap.threeT .sec-title {
    margin-bottom: 13px
}

.title-wrap .sub-title {
    display: inline-block;
    font-size: 14px;
    font-weight: 500;
    text-transform: uppercase;
    color: var(--white-color);
    padding: 6px 28px;
    border-radius: 30px;
    background-color: var(--theme-color);
    position: relative;
    transform: rotate(-10deg);
    margin-bottom: 25px
}

.title-wrap .sub-title-2 {
    /*margin-left: 3%;*/
    display: inline-block;
    font-size: 16px;
    line-height: 26px;
    color: var(--theme-color);
    background: var(--bs-bg-color5);
    font-weight: 500;
    font-family: var(--title-font);
    margin-bottom: 12px;
    border: 1px solid var(--theme-color);
    border-radius: 16px;
    padding: 2px 15px
}

.title-wrap .sub-title-2 i {
    margin-right: 10px;
    font-size: 14px
}

.title-wrap .sub-title-2.two {
    border:1px solid rgb(0 58 112);
}

.sec-title {
    font-size: 42px;
    line-height: 1.2;
    font-weight: 700;
    position: relative;
    margin-bottom: 20px
}

@media(max-width: 1299px) {
    .sec-title {
        font-size: 38px
    }
}

@media(max-width: 1280px) {
    .sec-title {
        font-size: 34px
    }
}
@media screen and (min-width: 2560px) {
  .row.align-items-center.justify-content-evenly {
    padding: 0px 546px 0px 509px;
  }
}

@media(min-width: 992px)and (max-width: 1024px) {
    .sec-title {
        font-size: 30px
    }
}

@media(max-width: 540px) {
    .sec-title {
        font-size: 30px;
        letter-spacing: normal
    }
}

@media(max-width: 430px) {
    .sec-title {
        font-size: 28px
    }
}

@media(max-width: 414px) {
    .sec-title {
        font-size: 24px
    }
}

@media(max-width: 360px) {
    .sec-title {
        font-size: 22px
    }
}

.sec-text {
    font-size: 16px;
    line-height: 26px;
    color: var(--gray-color2);
    margin-bottom: 0
}

@media(min-width: 992px)and (max-width: 1024px) {
    .sec-text br {
        display: none
    }
}

@media(max-width: 575px) {
    .sec-text br {
        display: none
    }
}

.white .sec-title,
.white .sec-text {
    color: var(--white-color)
}

.white .sec-text {
    opacity: .8
}

.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-inotek {
    display: inline-block;
    width: 14px !important;
    height: 16px !important;
    position: relative
}

.icon-inotek::before {
    display: inline-block;
    position: absolute;
    content: "";
    left: 50%;
    top: 50%;
    width: 100%;
    height: 100%;
    transform: translate(-50%, -50%);
    background: url("../images/icons/inotek.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-3d-map {
    display: inline-block;
    width: 20px !important;
    height: 24px !important;
    position: relative
}

.icon-3d-map::before {
    display: inline-block;
    position: absolute;
    content: "";
    left: 50%;
    top: 50%;
    width: 100%;
    height: 100%;
    transform: translate(-50%, -50%);
    background: url("../images/icons/3d-map.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
}

.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
}

.page-wrapper.overflow-visible {
    overflow: visible !important
}

.shape-mockup-wrap {
    z-index: 1;
    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(max-width: 767px) {
    .sm-w-100 {
        width: 100% !important
    }

    .sm-flex-column {
        flex-direction: column
    }

    .sm-justify-content-start {
        justify-content: flex-start !important
    }
}

@media(max-width: 575px) {
    .xs-w-100 {
        width: 100% !important
    }

    .xs-flex-column {
        flex-direction: column
    }

    .xs-justify-content-start {
        justify-content: flex-start !important
    }
}

@media(max-width: 991px) {
    .md-flex-column-reverse {
        flex-direction: column-reverse !important
    }
}

.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: 2.2
}

.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: var(--icon-font);
    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;
    font-size: 15px;
    width: 100%;
    height: 54px;
    padding: 10px 25px;
    line-height: 1.4;
    border-radius: 10px;
    color: var(--gray-color2);
    border: 1px solid var(--bs-border-color8);
    background-color: var(--white-color);
    transition: all .4s ease 0s
}

.form-group .select2-container--default .select2-selection--single:focus {
    background-color: var(--white-color)
}

.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: 99999;
    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%;
    -o-object-fit: cover;
    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(--theme-color3);
    -webkit-backdrop-filter: blur(10px);
    backdrop-filter: blur(10px);
    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-color4);
    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;
    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-color: hsla(0, 0%, 100%, .3)
}

.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;
    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-anim4 {
    position: relative;
    overflow: hidden
}

.overlay-anim4:after {
    content: "";
    position: absolute;
    width: 200%;
    height: 0%;
    left: 50%;
    top: 50%;
    background-color: hsla(0, 0%, 100%, .3);
    transform: translate(-50%, -50%) rotate(-45deg);
    z-index: 1
}

.overlay-anim4:hover:after {
    height: 250%;
    transition: all 800ms linear;
    background-color: rgba(0, 0, 0, 0)
}

.overlay-fade {
    position: relative
}

.overlay-fade::after {
    background-color: rgba(0, 0, 0, .6);
    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: rgba(0, 0, 0, .6);
    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
}

.tv-hover .hover-1 {
    overflow: hidden
}

.tv-hover .hover-1 img {
    width: 100%;
    height: 100%;
    transform: scale(1.01);
    transition: all .4s ease 0s
}

.tv-hover .hover-2 img {
    width: 100%;
    transition: all .4s ease 0s
}

.tv-hover .hover-3 figure {
    max-width: 410px;
    max-height: 450px;
    width: 100%;
    height: 100%
}

.tv-hover .hover-3 img {
    margin-left: 30px;
    transform: scale(1.2);
    transition: .3s ease-in-out;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: left;
    object-position: left
}

.tv-hover .hover-4 {
    position: relative
}

.tv-hover .hover-4::before {
    position: absolute;
    top: 0;
    left: -75%;
    z-index: 2;
    display: block;
    content: "";
    width: 50%;
    height: 100%;
    background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.3) 100%);
    transform: skewX(-25deg)
}

.tv-hover:hover .hover-1 img {
    transform: scale(1.1)
}

.tv-hover:hover .hover-2 img {
    transform: scale(1.2) rotate(-3deg)
}

.tv-hover:hover .hover3 img {
    margin-left: 0px
}

.tv-hover:hover .hover-4::before {
    animation: shine .75s
}

@keyframes shine {
    100% {
        left: 125%
    }
}

.js-marquee {
    display: flex;
    justify-content: center;
    align-items: center;
    justify-content: start
}

.border {
    position: relative;
    border-bottom: 1px solid var(--bs-border-color) !important
}

.border2 {
    position: relative;
    position: relative;
    border-bottom: 1px solid var(--bs-border-color5) !important
}

.border.white {
    position: relative;
    border-bottom: 1px solid var(--bs-border-color4) !important
}

.cover-background {
    background-size: cover;
    background-position: center center !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 img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: 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)
}

.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
}

.p-top-center {
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    left: 50%;
    transform: translateX(-50%)
}

.p-bottom-center {
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: -1;
    left: 50%;
    transform: translateX(-50%)
}

.bg-image1 {
    background-image: linear-gradient(var(--white-color) 50%, var(--dark-color) 50%) !important
}

.bg-image2 {
    background-image: linear-gradient(var(--white-color) 50%, var(--dark-color) 50%) !important
}

.bg-image3 {
    background-image: linear-gradient(transparent 50%, var(--dark-color) 50%) !important
}

.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: -moz-fit-content !important;
    max-width: fit-content !important
}

.mw-max-content {
    max-width: -moz-max-content !important;
    max-width: max-content !important
}

.mw-min-content {
    max-width: -moz-min-content !important;
    max-width: min-content !important
}

.mw-none {
    max-width: none !important
}

.mw-unset {
    max-width: unset !important
}

.border-color4 {
    border-color: var(--bs-border-color4) !important
}

.border-color10 {
    border-color: var(--bs-border-color10) !important
}

.video-box .circle-box {
    width: 175px;
    height: 175px;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    background: var(--theme-color3);
    -webkit-backdrop-filter: blur(7px);
    backdrop-filter: blur(7px)
}

@media(max-width: 991px) {
    .video-box .circle-box {
        width: 150px;
        height: 150px
    }
}

@media(max-width: 430px) {
    .video-box .circle-box {
        width: 120px;
        height: 120px
    }
}

.video-box .circle-box .logo-box {
    position: absolute
}

.video-box .circle-box .logo-box i {
    color: var(--white-color);
    font-size: 30px
}

@media(max-width: 430px) {
    .video-box .circle-box .logo-box i {
        font-size: 20px
    }
}

.video-box .circle-box .text-inner svg {
    width: 120px;
    max-width: 100%;
    height: auto;
    overflow: visible;
    word-spacing: 20px;
    transform: rotate(0) scaleX(1) scaleY(1)
}

@media(max-width: 991px) {
    .video-box .circle-box .text-inner svg {
        width: 100px
    }
}

@media(max-width: 430px) {
    .video-box .circle-box .text-inner svg {
        width: 80px
    }
}

.video-box .circle-box .text-inner path {
    fill: rgba(0, 0, 0, 0);
    stroke: rgba(0, 0, 0, 0);
    stroke-width: 1px;
    transition: .3s stroke, .3s fill
}

.video-box .circle-box .text-inner text {
    fill: var(--white-color);
    direction: ltr;
    transition: .3s stroke, .3s stroke-width, .3s fill;
    font-size: 30px;
    font-weight: 600;
    font-family: var(--title-font)
}

.font-icon {
    font-family: var(--icon-font)
}

.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-color2 {
    background-color: var(--bs-bg-color2) !important
}

.bg-color21 {
    background-color: var(--bs-bg-color21) !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;
    font-weight: 700;
    font-size: 18px;
    
}

.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
    }
}

@keyframes ripple-video {
    0% {
        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% {
        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 5s linear infinite
}

@keyframes movingX {
    0% {
        transform: translateX(0)
    }

    50% {
        transform: translateX(30px)
    }

    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
}

.spin3 {
    animation: spin3 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 spin3 {
    0% {
        transform: rotateX(0)
    }

    100% {
        transform: rotateX(-180deg)
    }
}

@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
    }
}

.data-img-hover {
    position: relative;
    width: 100%
}

.data-img-hover img {
    width: 100%;
    height: auto
}

.data-img-hover canvas {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%
}

.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
    }
}

@keyframes rippleOne {
    70% {
        box-shadow: 0 0 0 40px rgba(244, 68, 56, 0)
    }

    100% {
        box-shadow: 0 0 0 0 rgba(244, 68, 56, 0)
    }
}

@keyframes cir36 {
    100% {
        transform: rotate(360deg)
    }
}

@keyframes rounded {
    50% {
        transform: rotate(15deg)
    }
}

@keyframes spinner {
    to {
        transform: rotateZ(360deg)
    }
}

@keyframes letters-loading {

    0%,
    75%,
    100% {
        opacity: 0;
        transform: rotateY(-90deg)
    }

    25%,
    50% {
        opacity: 1;
        transform: rotateY(0deg)
    }
}

@keyframes loaderspin {
    0% {
        transform: translate(-50%, -50%) rotate(0deg)
    }

    100% {
        transform: translate(-50%, -50%) rotate(360deg)
    }
}

@keyframes tpswing {
    0% {
        transform: rotate(20deg)
    }

    100% {
        transform: rotate(0deg)
    }
}

@keyframes width {
    0% {
        width: 0%
    }

    100% {
        width: 100%
    }
}

@keyframes loaderpulse {
    0% {
        transform: scale(1)
    }

    100% {
        transform: scale(1.2)
    }
}

@keyframes rounded {
    50% {
        transform: rotate(20deg)
    }
}

@keyframes cir36 {
    100% {
        transform: rotate(360deg)
    }
}

.float-bob-y {
    animation-name: float-bob-y;
    animation-duration: 3s;
    animation-iteration-count: infinite;
    animation-timing-function: linear
}

@keyframes float-bob-y {
    0% {
        transform: translateY(-30px)
    }

    50% {
        transform: translateY(-10px)
    }

    100% {
        transform: translateY(-30px)
    }
}

@keyframes shine {
    from {
        -webkit-mask-position: 150%
    }

    to {
        -webkit-mask-position: -50%
    }
}

@keyframes bounce-x {
    0% {
        transform: translateX(0)
    }

    50% {
        transform: translateX(30px)
    }

    100% {
        transform: translateX(0)
    }
}

.bounce-x {
    animation: bounce-x 7s infinite linear
}

@keyframes animate-positive {
    0% {
        width: 0
    }

    100% {
        width: var(--progress-width)
    }
}

.scroll {
    animation: scroll 60s linear infinite;
    -webkit-animation: scroll 60s linear infinite
}

.scroll2 {
    animation: scroll2 60s linear infinite;
    -webkit-animation: scroll2 60s linear infinite
}

@keyframes scroll {
    0% {
        transform: translateX(0)
    }

    100% {
        transform: translateX(-100%)
    }
}

@keyframes scroll2 {
    0% {
        transform: translateX(0%)
    }

    100% {
        transform: translateX(-200%)
    }
}

.rotate360 {
    animation: rotate360 10s linear infinite;
    -webkit-animation: rotate360 10s linear infinite
}

@keyframes rotate360 {
    from {
        transform: rotate(0deg)
    }

    to {
        transform: rotate(-360deg);
        -webkit-transform: rotate(-360deg);
        -moz-transform: rotate(-360deg);
        -ms-transform: rotate(-360deg);
        -o-transform: rotate(-360deg)
    }
}

.img-shine {
    position: relative;
    overflow: hidden
}

.img-shine:after {
    position: absolute;
    top: 0;
    left: -75%;
    z-index: 2;
    display: block;
    content: "";
    width: 50%;
    height: 100%;
    background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.3) 100%);
    transform: skewX(-20deg);
    opacity: 0
}

.img-shine:hover:after {
    animation: imgShine 1s;
    opacity: 1
}

@keyframes imgShine {
    100% {
        left: 125%
    }
}

@keyframes stickyAni {
    0% {
        transform: translate3d(0, -40px, 0) scaleY(0.8);
        opacity: .7
    }

    100% {
        transform: translate3d(0, 0, 0) scaleY(1);
        opacity: 1
    }
}

.moveAround {
    animation: moveAround 200s linear infinite;
    -webkit-animation: moveAround 200s linear infinite
}

@keyframes moveAround {
    0% {
        transform: translate(-100%, -100%) translate(-300px, 80px);
        -webkit-transform: translate(-100%, -100%) translate(-300px, 80px);
        -moz-transform: translate(-100%, -100%) translate(-300px, 80px);
        -ms-transform: translate(-100%, -100%) translate(-300px, 80px);
        -o-transform: translate(-100%, -100%) translate(-300px, 80px)
    }

    25% {
        transform: translate(50%, -60%) translate(1900px, 300px);
        -webkit-transform: translate(50%, -60%) translate(1900px, 300px);
        -moz-transform: translate(50%, -60%) translate(1900px, 300px);
        -ms-transform: translate(50%, -60%) translate(1900px, 300px);
        -o-transform: translate(50%, -60%) translate(1900px, 300px)
    }

    50% {
        transform: translate(-80%, -80%) translate(-150px, 0px);
        -webkit-transform: translate(-80%, -80%) translate(-150px, 0px);
        -moz-transform: translate(-80%, -80%) translate(-150px, 0px);
        -ms-transform: translate(-80%, -80%) translate(-150px, 0px);
        -o-transform: translate(-80%, -80%) translate(-150px, 0px)
    }

    75% {
        transform: translate(50%, 50%) translate(1160px, 550px);
        -webkit-transform: translate(50%, 50%) translate(1160px, 550px);
        -moz-transform: translate(50%, 50%) translate(1160px, 550px);
        -ms-transform: translate(50%, 50%) translate(1160px, 550px);
        -o-transform: translate(50%, 50%) translate(1160px, 550px)
    }

    100% {
        transform: translate(100%, 100%) translate(-800px, -50px);
        -webkit-transform: translate(100%, 100%) translate(-800px, -50px);
        -moz-transform: translate(100%, 100%) translate(-800px, -50px);
        -ms-transform: translate(100%, 100%) translate(-800px, -50px);
        -o-transform: translate(100%, 100%) translate(-800px, -50px)
    }
}

.moveAround2 {
    animation: moveAround2 160s linear infinite;
    -webkit-animation: moveAround2 160s linear infinite
}

@keyframes moveAround2 {
    0% {
        transform: translate(30%, 60%) translate(1450px, 500px);
        -webkit-transform: translate(30%, 60%) translate(1450px, 500px);
        -moz-transform: translate(30%, 60%) translate(1450px, 500px);
        -ms-transform: translate(30%, 60%) translate(1450px, 500px);
        -o-transform: translate(30%, 60%) translate(1450px, 500px)
    }

    25% {
        transform: translate(-50%, -60%) translate(-100px, -290px);
        -webkit-transform: translate(-50%, -60%) translate(-100px, -290px);
        -moz-transform: translate(-50%, -60%) translate(-100px, -290px);
        -ms-transform: translate(-50%, -60%) translate(-100px, -290px);
        -o-transform: translate(-50%, -60%) translate(-100px, -290px)
    }

    50% {
        transform: translate(-50%, 0%) translate(150px, 0px);
        -webkit-transform: translate(-50%, 0%) translate(150px, 0px);
        -moz-transform: translate(-50%, 0%) translate(150px, 0px);
        -ms-transform: translate(-50%, 0%) translate(150px, 0px);
        -o-transform: translate(-50%, 0%) translate(150px, 0px)
    }

    75% {
        transform: translate(50%, -50%) translate(1160px, -50px);
        -webkit-transform: translate(50%, -50%) translate(1160px, -50px);
        -moz-transform: translate(50%, -50%) translate(1160px, -50px);
        -ms-transform: translate(50%, -50%) translate(1160px, -50px);
        -o-transform: translate(50%, -50%) translate(1160px, -50px)
    }

    100% {
        transform: translate(50%, 50%) translate(-80px, 50px);
        -webkit-transform: translate(50%, 50%) translate(-80px, 50px);
        -moz-transform: translate(50%, 50%) translate(-80px, 50px);
        -ms-transform: translate(50%, 50%) translate(-80px, 50px);
        -o-transform: translate(50%, 50%) translate(-80px, 50px)
    }
}

.moveAround3 {
    animation: moveAround3 120s linear infinite;
    -webkit-animation: moveAround3 120s linear infinite
}

@keyframes moveAround3 {
    0% {
        transform: translate(-50%, -50%) translate(400px, 300px);
        -webkit-transform: translate(-50%, -50%) translate(400px, 300px);
        -moz-transform: translate(-50%, -50%) translate(400px, 300px);
        -ms-transform: translate(-50%, -50%) translate(400px, 300px);
        -o-transform: translate(-50%, -50%) translate(400px, 300px)
    }

    25% {
        transform: translate(50%, -60%) translate(1900px, -300px);
        -webkit-transform: translate(50%, -60%) translate(1900px, -300px);
        -moz-transform: translate(50%, -60%) translate(1900px, -300px);
        -ms-transform: translate(50%, -60%) translate(1900px, -300px);
        -o-transform: translate(50%, -60%) translate(1900px, -300px)
    }

    50% {
        transform: translate(-50%, 0%) translate(-150px, 0px);
        -webkit-transform: translate(-50%, 0%) translate(-150px, 0px);
        -moz-transform: translate(-50%, 0%) translate(-150px, 0px);
        -ms-transform: translate(-50%, 0%) translate(-150px, 0px);
        -o-transform: translate(-50%, 0%) translate(-150px, 0px)
    }

    75% {
        transform: translate(50%, 50%) translate(160px, 50px);
        -webkit-transform: translate(50%, 50%) translate(160px, 50px);
        -moz-transform: translate(50%, 50%) translate(160px, 50px);
        -ms-transform: translate(50%, 50%) translate(160px, 50px);
        -o-transform: translate(50%, 50%) translate(160px, 50px)
    }

    100% {
        transform: translate(50%, 50%) translate(-200px, 200px);
        -webkit-transform: translate(50%, 50%) translate(-200px, 200px);
        -moz-transform: translate(50%, 50%) translate(-200px, 200px);
        -ms-transform: translate(50%, 50%) translate(-200px, 200px);
        -o-transform: translate(50%, 50%) translate(-200px, 200px)
    }
}

.moveAround4 {
    animation: moveAround4 200s linear infinite;
    -webkit-animation: moveAround4 200s linear infinite
}

@keyframes moveAround4 {
    0% {
        transform: translate(50%, -50%) translate(500px, 300px);
        -webkit-transform: translate(50%, -50%) translate(500px, 300px);
        -moz-transform: translate(50%, -50%) translate(500px, 300px);
        -ms-transform: translate(50%, -50%) translate(500px, 300px);
        -o-transform: translate(50%, -50%) translate(500px, 300px)
    }

    25% {
        transform: translate(50%, 60%) translate(-100px, -300px);
        -webkit-transform: translate(50%, 60%) translate(-100px, -300px);
        -moz-transform: translate(50%, 60%) translate(-100px, -300px);
        -ms-transform: translate(50%, 60%) translate(-100px, -300px);
        -o-transform: translate(50%, 60%) translate(-100px, -300px)
    }

    50% {
        transform: translate(50%, 0%) translate(150px, 0px);
        -webkit-transform: translate(50%, 0%) translate(150px, 0px);
        -moz-transform: translate(50%, 0%) translate(150px, 0px);
        -ms-transform: translate(50%, 0%) translate(150px, 0px);
        -o-transform: translate(50%, 0%) translate(150px, 0px)
    }

    75% {
        transform: translate(50%, 50%) translate(760px, 550px);
        -webkit-transform: translate(50%, 50%) translate(760px, 550px);
        -moz-transform: translate(50%, 50%) translate(760px, 550px);
        -ms-transform: translate(50%, 50%) translate(760px, 550px);
        -o-transform: translate(50%, 50%) translate(760px, 550px)
    }

    100% {
        transform: translate(50%, 50%) translate(-800px, 350px);
        -webkit-transform: translate(50%, 50%) translate(-800px, 350px);
        -moz-transform: translate(50%, 50%) translate(-800px, 350px);
        -ms-transform: translate(50%, 50%) translate(-800px, 350px);
        -o-transform: translate(50%, 50%) translate(-800px, 350px)
    }
}

@keyframes characters {

    0%,
    75%,
    100% {
        opacity: 0;
        transform: rotateY(-90deg)
    }

    25%,
    50% {
        opacity: 1;
        transform: rotateY(0deg)
    }
}

.bg-anime-scratch {
    animation: scratch 4s linear infinite;
    overflow: hidden
}

@keyframes scratch {
    0% {
        height: 0
    }

    70% {
        height: 158px
    }

    100% {
        height: 158px
    }
}

@keyframes shine {
    0% {
        left: -100px
    }

    60% {
        left: 100%
    }

    to {
        left: 100%
    }
}

.fadein,
.scalein,
.slidetopleft,
.slidebottomright,
.slideinleft,
.slideinright,
.slideindown,
.slideinup,
.rollinleft,
.rollinright {
    opacity: 0;
    animation-fill-mode: forwards;
    animation-iteration-count: 1;
    animation-duration: 1.3s;
    animation-delay: .3s;
    animation-name: var(--animation-name)
}

.swiper-slide-active .fadein {
    --animation-name: fadein
}

.swiper-slide-active .scalein {
    --animation-name: scalein
}

.swiper-slide-active .slidetopleft {
    --animation-name: slidetopleft
}

.swiper-slide-active .slidebottomright {
    --animation-name: slidebottomright
}

.swiper-slide-active .slideinleft {
    --animation-name: slideinleft
}

.swiper-slide-active .slideinright {
    --animation-name: slideinright
}

.swiper-slide-active .slideinup {
    --animation-name: slideinup
}

.swiper-slide-active .slideindown {
    --animation-name: slideindown
}

.swiper-slide-active .rollinleft {
    --animation-name: rollinleft
}

.swiper-slide-active .rollinright {
    --animation-name: rollinright
}

@keyframes fadein {
    0% {
        opacity: 0
    }

    100% {
        opacity: 1
    }
}

@keyframes scalein {
    0% {
        transform: scale(1)
    }

    100% {
        transform: scale(1.3)
    }
}

@keyframes slideinup {
    0% {
        opacity: 0;
        transform: translateY(100px)
    }

    100% {
        opacity: 1;
        transform: translateY(0)
    }
}

@keyframes slideinright {
    0% {
        opacity: 0;
        transform: translateX(180px)
    }

    100% {
        opacity: 1;
        transform: translateX(0)
    }
}

@keyframes slideindown {
    0% {
        opacity: 0;
        transform: translateY(-100px)
    }

    100% {
        opacity: 1;
        transform: translateY(0)
    }
}

@keyframes slideinleft {
    0% {
        opacity: 0;
        transform: translateX(-100px)
    }

    100% {
        opacity: 1;
        transform: translateX(0)
    }
}

@keyframes slidebottomright {
    0% {
        opacity: 0;
        transform: translateX(120px) translateY(120px)
    }

    100% {
        opacity: 1;
        transform: translateX(0) translateY(0)
    }
}

@keyframes slidetopleft {
    0% {
        opacity: 0;
        transform: translateX(-100px) translateY(-100px)
    }

    100% {
        opacity: 1;
        transform: translateX(0) 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)
    }
}

@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_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 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
}

@keyframes typing {
    0% {
        width: 0;
        opacity: 0
    }

    5% {
        opacity: 1
    }

    100% {
        width: 100%;
        opacity: 1
    }
}

@keyframes moveBorder {
    0% {
        left: 0
    }

    50% {
        left: calc(100% - 100px)
    }

    100% {
        left: 0
    }
}

@keyframes swirlArrow {
    0% {
        transform: rotate(0deg) scale(1);
        stroke-dasharray: 0, 100;
        opacity: 1
    }

    50% {
        transform: rotate(45deg) scale(1.2);
        stroke-dasharray: 50, 50;
        opacity: .8
    }

    100% {
        transform: rotate(90deg) scale(1);
        stroke-dasharray: 100, 0;
        opacity: 1
    }
}

.scribble {
    animation: scribble 2s infinite linear
}

@keyframes scribbleLeft {
    0% {
        transform: rotate(0deg) translateX(0)
    }

    25% {
        transform: rotate(10deg) translateX(-10px)
    }

    50% {
        transform: rotate(-10deg) translateX(10px)
    }

    75% {
        transform: rotate(5deg) translateX(-5px)
    }

    100% {
        transform: rotate(0deg) translateX(0)
    }
}

.your-element {
    animation: scribbleLeft 2s infinite;
    transform-origin: right center
}

@keyframes scribble {
    0% {
        transform: rotate(0deg) translateX(0)
    }

    25% {
        transform: rotate(-10deg) translateX(10px)
    }

    50% {
        transform: rotate(10deg) translateX(-10px)
    }

    75% {
        transform: rotate(-5deg) translateX(5px)
    }

    100% {
        transform: rotate(0deg) translateX(0)
    }
}

@keyframes scribble2 {
    0% {
        transform: scaleX(-1) rotate(35deg)
    }

    25% {
        transform: scaleX(-1) rotate(17.5deg)
    }

    50% {
        transform: scaleX(-1) rotate(0deg)
    }

    75% {
        transform: scaleX(-1) rotate(17.5deg)
    }

    100% {
        transform: scaleX(-1) rotate(35deg)
    }
}

@keyframes bounceArrowX {

    0%,
    100% {
        transform: translateX(0)
    }

    50% {
        transform: translateX(10px)
    }
}

@keyframes zoomIn {
    0% {
        transform: scale(0.8)
    }

    50% {
        transform: scale(1)
    }

    100% {
        transform: scale(0.8)
    }
}

.zoomInAnimation1 {
    animation: zoomIn 2s ease-in-out infinite
}

.ripple-animation,
.play-btn:after,
.play-btn:before {
    animation-duration: var(--ripple-ani-duration);
    animation-timing-function: ease-in-out;
    animation-iteration-count: infinite;
    animation-name: ripple2
}

@keyframes ripple2 {
    0% {
        transform: scale(1);
        opacity: 0
    }

    30% {
        opacity: .4
    }

    100% {
        transform: scale(1.4);
        opacity: 0
    }
}

@keyframes ripple3 {
    0% {
        transform: scale(1);
        opacity: 0
    }

    30% {
        opacity: .4
    }

    100% {
        transform: scale(2.8);
        opacity: 0
    }
}

.fancy-animation {
    animation: morph 8s ease-in-out infinite
}

@keyframes morph {
    0% {
        border-radius: 60% 40% 30% 70%/60% 30% 70% 40%
    }

    50% {
        border-radius: 30% 60% 70% 40%/50% 60% 30% 60%
    }

    100% {
        border-radius: 60% 40% 30% 70%/60% 30% 70% 40%
    }
}

.popup-video {
    position: relative;
    z-index: 1
}

.play-btn:after,
.play-btn:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0);
    z-index: -1;
    border-radius: 50%;
    transition: all .4s ease 0s
}

.play-btn:after {
    animation-delay: 2s
}

.play-btn.style-2:before,
.play-btn.style-2:after {
    background-color: rgba(0, 0, 0, 0);
    border: 2px solid var(--white-color)
}

@keyframes pxl_btn_shine {
    100% {
        left: 200%
    }
}

@keyframes slideFromLeft {
    0% {
        transform: translateX(-200px);
        opacity: 0
    }

    100% {
        transform: translateX(0);
        opacity: 1
    }
}

.animate__slideFromLeft {
    animation-name: slideFromLeft;
    animation-duration: 1.2s;
    animation-fill-mode: both
}

@keyframes slideFromRight {
    0% {
        transform: translateX(200px);
        opacity: 0
    }

    100% {
        transform: translateX(0);
        opacity: 1
    }
}

.animate__slideFromRight {
    animation-name: slideFromRight;
    animation-duration: 1.2s;
    animation-fill-mode: both
}

@keyframes slideFromTop {
    0% {
        transform: translateY(-200px);
        opacity: 0
    }

    100% {
        transform: translateY(0);
        opacity: 1
    }
}

.animate__slideFromTop {
    animation-name: slideFromTop;
    animation-duration: 1.2s;
    animation-fill-mode: both
}

@keyframes slideFromBottom {
    0% {
        transform: translateY(200px);
        opacity: 0
    }

    100% {
        transform: translateY(0);
        opacity: 1
    }
}

.animate__slideFromBottom {
    animation-name: slideFromBottom;
    animation-duration: 1.2s;
    animation-fill-mode: both
}

@keyframes myZoomIn {
    0% {
        transform: scale(0.3);
        opacity: 0
    }

    100% {
        transform: scale(1);
        opacity: 1
    }
}

.animate__myZoomIn {
    animation-name: myZoomIn;
    animation-duration: 1.4s;
    animation-fill-mode: both
}

@keyframes myZoomOut {
    0% {
        transform: scale(1.5);
        opacity: 0
    }

    100% {
        transform: scale(1);
        opacity: 1
    }
}

.animate__myZoomOut {
    animation-name: myZoomOut;
    animation-duration: 1.4s;
    animation-fill-mode: both
}

.pageTurn.swiper-slide-active .bg.image,
.pageTurn.swiper-slide-active .thumb img {
    animation: pageTurn 2s ease-in-out forwards;
    transform-origin: left center
}

@keyframes pageTurn {
    0% {
        transform: rotateY(-90deg) scale(1.1);
        opacity: 0
    }

    100% {
        transform: rotateY(0deg) scale(1);
        opacity: 1
    }
}

.blurSkew.swiper-slide-active .bg.image,
.blurSkew.swiper-slide-active .thumb img {
    animation: blurSkew 1.5s ease-in forwards
}

@keyframes blurSkew {
    0% {
        filter: blur(10px);
        transform: skewX(20deg) scale(1.1);
        opacity: 0
    }

    100% {
        filter: blur(0);
        transform: skewX(0deg) scale(1);
        opacity: 1
    }
}

.centerCurtain.swiper-slide-active .bg.image,
.centerCurtain.swiper-slide-active .thumb img {
    animation: centerCurtain 2s ease-in-out forwards;
    will-change: clip-path, opacity
}

@keyframes centerCurtain {
    0% {
        clip-path: polygon(50% 0, 50% 0, 50% 100%, 50% 100%);
        opacity: 0
    }

    100% {
        clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
        opacity: 1
    }
}

@keyframes emgSwing {
    0% {
        transform: rotate(20deg)
    }

    100% {
        transform: rotate(-10deg)
    }
}

.skewCurtain.swiper-slide-active .thumb img {
    animation: skewCurtain 2s ease-in-out forwards
}

@keyframes skewCurtain {
    0% {
        clip-path: polygon(0 0, 50% 0, 50% 100%, 0% 100%);
        transform: skewX(-10deg);
        opacity: .5
    }

    100% {
        clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%);
        transform: skewX(0deg);
        opacity: 1
    }
}

.blurStretch.swiper-slide-active .thumb img {
    animation: blurStretch 1.7s ease-in-out forwards
}

@keyframes blurStretch {
    0% {
        transform: scaleX(1.3) scaleY(0.8);
        filter: blur(10px) brightness(0.4);
        opacity: 0
    }

    100% {
        transform: scaleX(1) scaleY(1);
        filter: blur(0) brightness(1);
        opacity: 1
    }
}

.wipeDiagonal.swiper-slide-active .thumb img {
    animation: wipeDiagonal 2s ease-in-out forwards;
    will-change: clip-path, transform, opacity
}

@keyframes wipeDiagonal {
    0% {
        clip-path: polygon(0 0, 0 0, 0 100%, 0 100%);
        transform: skewX(-10deg) scale(1.1);
        opacity: 0;
        filter: brightness(0.5) blur(3px)
    }

    100% {
        clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
        transform: skewX(0deg) scale(1);
        opacity: 1;
        filter: brightness(1) blur(0)
    }
}

.ant-bounce {
    display: inline-block;
    animation: antWalkBounce 1s ease-in-out infinite
}

@keyframes antWalkBounce {
    0% {
        transform: translateY(0) rotate(0deg) scale(1)
    }

    25% {
        transform: translateY(-5px) rotate(-2deg) scale(1.02)
    }

    50% {
        transform: translateY(0) rotate(0deg) scale(1)
    }

    75% {
        transform: translateY(-5px) rotate(2deg) scale(1.02)
    }

    100% {
        transform: translateY(0) rotate(0deg) scale(1)
    }
}

.robot {
    width: 150px;
    filter: drop-shadow(0px 0px 5px rgba(0, 170, 255, 0.5));
    animation: glow 2s ease-in-out infinite
}

@keyframes glow {

    0%,
    100% {
        filter: drop-shadow(0px 0px 5px rgba(0, 170, 255, 0.5))
    }

    50% {
        filter: drop-shadow(0px 0px 15px rgba(0, 170, 255, 0.8))
    }
}

.qtecMask {
    width: 110%;
    height: 100%;
    position: absolute;
    top: 0;
    opacity: 1;
    transform: translateX(-10%);
    background: linear-gradient(270deg, rgb(255, 255, 255) 90%, rgba(237, 221, 83, 0) 100%)
}

.animateImg {
    transform: scale(2)
}

.rocket {
    animation: shake .2s infinite
}

@keyframes shake {
    0% {
        transform: translateX(0)
    }

    25% {
        transform: translateX(-3px)
    }

    50% {
        transform: translateX(3px)
    }

    75% {
        transform: translateX(-3px)
    }

    100% {
        transform: translateX(0)
    }
}

@media(min-width: 992px) {
    .magic-cursor {
        display: block;
        width: 10px;
        height: 10px;
        border-radius: 50%;
        position: fixed;
        left: 10px;
        top: 10px;
        -webkit-user-select: none;
        -moz-user-select: none;
        user-select: none;
        pointer-events: none;
        visibility: hidden;
        z-index: 999999;
        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(6);
        background: var(--theme-color)
    }

    .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;
    transform: translateY(-100%);
    background-color: rgba(0, 0, 0, .7803921569);
    transition: all 1500ms cubic-bezier(0.86, 0, 0.07, 1);
    transition-timing-function: cubic-bezier(0.86, 0, 0.07, 1);
    -webkit-backdrop-filter: blur(5px);
    backdrop-filter: blur(5px);
    width: 100%
}

.search-popup .close-search {
    position: absolute;
    left: 0;
    right: 0;
    top: 75%;
    margin: 0 auto;
    margin-top: -200px;
    border-radius: 50%;
    text-align: center;
    background: var(--dark-color2);
    width: 70px;
    cursor: pointer;
    box-shadow: 0 0 10px rgba(0, 0, 0, .05);
    border-bottom: 3px solid var(--white-color);
    border-left: 3px solid var(--theme-color);
    border-top: 3px solid var(--white-color);
    border-right: 3px solid var(--theme-color);
    transition: all 500ms ease;
    opacity: 0;
    visibility: hidden;
    height: 70px;
    line-height: 70px;
    text-align: center
}

.search-popup .close-search i {
    position: relative;
    font-size: 30px;
    color: var(--theme-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 300ms ease
}

.search-popup .form-group {
    position: relative;
    margin: 0;
    overflow: hidden
}

.search-popup .form-group input[type=text] {
    position: relative;
    display: block;
    font-size: 18px;
    line-height: 50px;
    color: var(--dark-color);
    height: 70px;
    width: 100%;
    padding: 10px 30px;
    padding-right: 100px;
    background-color: var(--white-color);
    transition: all 500ms ease;
    font-weight: 500;
    text-transform: capitalize
}

.search-popup .form-group input[type=search] {
    position: relative;
    display: block;
    font-size: 18px;
    line-height: 50px;
    color: var(--dark-color);
    height: 70px;
    width: 100%;
    padding: 10px 30px;
    padding-right: 100px;
    background-color: var(--white-color);
    transition: all 500ms ease;
    font-weight: 500;
    text-transform: capitalize
}

.search-popup .form-group input {
    border-radius: 5px;
    border: 2px solid var(--theme-color)
}

.search-popup .form-group input::-moz-placeholder {
    font-size: 18px
}

.search-popup .form-group input::placeholder {
    font-size: 18px
}

.search-popup .form-group input[type=submit] {
    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-color2);
    padding: 0;
    cursor: pointer;
    transition: all 500ms ease;
    border: none
}

.search-popup .form-group input[type=submit]:hover {
    color: #000
}

.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 500ms ease;
    border: none
}

.search-popup .form-group button i {
    transition: .5s
}

.search-popup .form-group button:hover {
    color: #000
}

.search-popup .form-group button:hover i {
    color: var(--theme-color)
}

.search-popup input::-moz-placeholder {
    color: #000;
    color: inherit
}

.search-popup input::placeholder {
    color: #000;
    color: inherit
}

.search-popup textarea::-moz-placeholder {
    color: #000;
    color: inherit
}

.search-popup textarea::placeholder {
    color: #000;
    color: inherit
}

.search-popup .close-search.style-1 {
    position: absolute;
    right: 25px;
    left: auto;
    color: var(--white-color);
    width: auto;
    height: auto;
    top: 80px !important;
    transform: translateY(0) !important;
    line-height: 0 !important;
    margin: 0;
    border: none;
    background: none !important;
    box-shadow: none !important;
    transition: all 500ms ease
}

.search-popup .close-search.style-1 i {
    font-size: 20px;
    color: var(--white-color);
    transition: .5s
}

.search-popup .close-search.style-1 i:hover {
    color: var(--theme-color)
}

.search-active .search-popup {
    transform: translateY(0%);
    margin-top: 0
}

.search-active .search-popup .close-search {
    visibility: visible;
    opacity: 1;
    top: 50%;
    transform: translateY(50px);
    transition-delay: 1500ms
}

.search-active .search-popup form {
    transform: scaleX(1);
    transition-delay: 1200ms
}

::-moz-selection {
    background: var(--theme-color);
    color: var(--white-color);
    text-shadow: none
}

::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: 60px
}

@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: 46px
    }
}

.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: 25px
    }
}

.footer-widget .contact-item .phone {
    font-size: 20px;
    line-height: 24px;
    color: var(--white-color);
    font-weight: 700;
    font-family: var(--title-font)
}

.footer-widget .contact-item .mail {
    font-size: 16px;
    line-height: 24px;
    color: var(--white-color);
    font-weight: 400;
    font-family: var(--title-font);
    margin-top: 5px
}

.footer-widget h6 {
    font-size: 16px;
    line-height: 24px;
    color: var(--white-color);
    font-weight: 500;
    font-family: var(--title-font);
    margin-top: 30px
}

.footer-widget p {
    font-size: 16px;
    line-height: 24px;
    color: var(--bs-text-color2);
    font-weight: 400;
    font-family: var(--title-font)
}

.footer-widget .text {
    color: var(--white-color)
}

.footer-widget .notify {
    color: var(--gray-color);
    display: flex;
    justify-content: 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: flex;
    justify-content: center;
    align-items: center;
    width: 38px;
    height: 38px;
    border-radius: 50%;
    background-color: var(--theme-color);
    font-size: 15px;
    color: var(--white-color)
}

.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(--white-color);
    position: relative;
    transition: all .4s ease 0s
}

@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);
    padding-left: 18px
}

.footer-widget ul li a:hover::before {
    opacity: 1
}

.footer-widget ul li a::before {
    content: "";
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background-color: var(--theme-color);
    transition: all .4s ease 0s;
    opacity: 0
}

.recent-post-item {
    clear: both;
    overflow: hidden;
    margin-bottom: 20px
}

.recent-post-item:last-child {
    margin-bottom: 0
}

.recent-post-item .image {
    float: left;
    margin-right: 18px;
    margin-bottom: 0
}

@media(max-width: 1199px) {
    .recent-post-item .image {
        margin-right: 10px
    }
}

.recent-post-item .image a {
    position: relative;
    display: block;
    overflow: hidden;
    border-radius: 16px
}

.recent-post-item .image a::before {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    background: var(--theme-color) padding-box content-box;
    opacity: .8;
    content: "";
    transform: scale(0);
    transition: all .4s ease 0s;
    border-radius: 16px
}

.recent-post-item .image a:after {
    position: absolute;
    height: 20px;
    width: 20px;
    left: 50%;
    top: 50%;
    margin-left: -10px;
    margin-top: -10px;
    content: "";
    text-align: center;
    line-height: 20px;
    font-size: 18px;
    color: var(--white-color);
    font-weight: 900;
    font-family: var(--icon-font);
    transform: scale(0);
    transition: all .4s ease 0s;
    border-radius: 16px
}

.recent-post-item:hover .image a::before {
    transform: scale(1)
}

.recent-post-item:hover .image a::after {
    transform: scale(1)
}

.recent-post-info span {
    opacity: .502;
    font-size: 14px;
    line-height: 26px;
    color: var(--white-color);
    font-family: var(--body-font)
}

.recent-post-info h4.title {
    overflow: hidden;
    font-size: 16px;
    line-height: 26px;
    color: var(--white-color);
    font-weight: 500;
    font-family: var(--title-font);
    transition: all .4s ease 0s;
    margin-bottom: 3px
}

.recent-post-info h4.title a {
    color: var(--white-color)
}

@media(max-width: 414px) {
    .recent-post-info h4.title {
        font-size: 16px
    }
}

.recent-post-info h4.title a:hover {
    color: var(--theme-color)
}

.newsletter-form {
    position: relative;
    max-width: 400px;
    width: 100%
}

.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(--dark-color);
    padding: 10px 25px;
    background-color: var(--white-color);
    border-radius: 30px;
    transition: all .4s ease 0s
}

.newsletter-form .form-group input[type=email]::-moz-placeholder {
    color: var(--gray-color2)
}

.newsletter-form .form-group input[type=email]::placeholder {
    color: var(--gray-color2)
}

.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: flex;
    justify-content: 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::-moz-placeholder {
    color: var(--body-color)
}

.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(--white-color)
}

@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(--theme-color);
    padding: 20px 35px;
    border-radius: 10px 10px 0 0;
    margin-bottom: 0;
    position: relative;
    z-index: 1
}

#sidebar-area {
    position: relative
}

.sidebar-overlay {
    position: fixed;
    right: 0;
    top: 0;
    z-index: 9999;
    width: 100%;
    height: 100%;
    background: var(--dark-color);
    opacity: .7;
    transform: translateX(100%);
    transition: all .5s ease-in-out
}

.sidebar-wrapper {
    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
}

.sidebar-wrapper .sidebar-content {
    overflow-y: auto
}

.open-sidebar .sidebar-wrapper {
    right: 0;
    visibility: visible;
    transform: translate(0)
}

.sidebar-close-btn {
    position: absolute;
    right: 30px;
    top: 43px;
    color: var(--white-color);
    transition: all .4s ease 0s;
    background: var(--dark-color);
    border-radius: 50%;
    height: 40px;
    width: 40px;
    line-height: 0
}

.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;
    text-align: center
}

.sidebar-content .sidebar-logo img {
    max-width: 200px
}

.sidebar-content .sidebar-about,
.sidebar-content .sidebar-contact {
    margin-bottom: 40px;
    text-align: center
}

.sidebar-content .sidebar-about h6,
.sidebar-content .sidebar-contact h6 {
    display: inline-block;
    background: var(--theme-color);
    color: var(--white-color);
    border-radius: 24px;
    padding: 5px 20px;
    font-size: 16px
}

.sidebar-content .sidebar-about .theme-btn,
.sidebar-content .sidebar-contact .theme-btn {
    padding: 10px 40px
}

.sidebar-content .sidebar-header {
    margin-bottom: 60px
}

.sidebar-content .sidebar-header h3 {
    font-size: 32px;
    font-weight: 600;
    line-height: 1
}

.sidebar-content .instafeed-wrapper {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 12px;
    margin: 20px 0;
    position: relative
}

.sidebar-content .instafeed-wrapper .insta-item {
    position: relative;
    overflow: hidden;
    border-radius: 10px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, .08);
    transition: transform .3s ease, box-shadow .3s ease
}

.sidebar-content .instafeed-wrapper .insta-item:hover {
    transform: translateY(-4px);
    box-shadow: 0 10px 20px rgba(0, 0, 0, .12)
}

.sidebar-content .instafeed-wrapper .insta-item:hover img {
    transform: scale(1.05)
}

.sidebar-content .instafeed-wrapper .insta-item:hover .overlay {
    opacity: 1
}

.sidebar-content .instafeed-wrapper .insta-item img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    display: block;
    transition: transform .4s ease
}

.sidebar-content .instafeed-wrapper .insta-item .overlay {
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, .45);
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
    transition: opacity .3s ease
}

.sidebar-content .instafeed-wrapper .insta-item .overlay i {
    color: var(--white-color);
    font-size: 1.5rem
}

.sidebar-content .newsletter-form {
    border: 1px solid var(--bs-border-color8);
    border-radius: 5px
}

.sidebar-content .sidebar-social {
    margin-top: 40px;
    text-align: center
}

.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: 50%
}

.sidebar-content .sidebar-social li a:hover {
    background-color: var(--theme-color);
    color: var(--white-color)
}

.sidebar-content .sidebar-menu-wrap {
    margin-bottom: 40px
}

.open-sidebar .sidebar-overlay {
    right: 0;
    visibility: visible;
    transform: translateX(0)
}

.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::-moz-selection {
    background-color: var(--light-color);
    color: var(--white-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: 0;
    z-index: 99999;
    background: white;
    -webkit-backdrop-filter: blur(20px);
    backdrop-filter: blur(20px);
    transition: all .5s ease-in-out
}

.sticky-header.fixed-header {
    opacity: 1;
    z-index: 9999;
    visibility: visible;
    box-shadow: 0 0 10px var(--bs-bg-color9)
}

.sticky-header .main-menu>ul>li>a {
    padding: 27px 0
}

.sticky-header .main-menu>ul>li.menu-item-has-children>a::before,
.sticky-header .main-menu a {
    color: var(--dark-color)
}

.sticky-header .main-menu .active a {
    color: var(--dark-color)
}

.sticky-header .menu-item-has-children a.active {
    color: var(--theme-color)
}

.sticky-header .main-menu>ul>li>a {
    color: #023d6d;
}

.sticky-header .main-menu>ul>li>a:hover {
    color: var(--theme-color)
}

.sticky-header .main-menu>ul>li.menu-item-has-children:hover>a::before,
.sticky-header .main-menu>ul>li.menu-item-has-children.active>a::before {
    color: var(--theme-color)
}

@media(max-width: 991px) {
    .sticky-header .menu-area .nav-menu {
        display: flex;
        padding: 5px 12.5px
    }
}

.tv-header.header-style1 {
    z-index: 999;
    position: relative;
    width: 100%
}

.tv-header.header-style1 .header-top {
    margin: 0;
    padding: 0 60px;
    background-color: var(--dark-color);
    position: relative;
    z-index: 1
}

@media(max-width: 1399px) {
    .tv-header.header-style1 .header-top {
        padding: 0 24px
    }
}

@media(max-width: 1024px) {
    .tv-header.header-style1 .header-top {
        display: none
    }
}

.tv-header.header-style1 .header-top::before {
    position: absolute;
    content: "";
    z-index: 0;
    top: 0;
    left: 0;
    width: 50%;
    height: 101%;
    background-color: var(--theme-color);
    clip-path: polygon(0 0, 95% 0, 100% 100%, 0% 98%)
}

.tv-header.header-style1 .header-top .inner-container {
    display: flex;
    justify-content: center;
    align-items: center;
    justify-content: space-between;
    background: var(--dark-color);
    width: 100%
}

.tv-header.header-style1 .header-top .top-left {
    display: flex;
    align-items: center
}

.tv-header.header-style1 .header-top .outer-box {
    min-width: 315px;
    position: relative;
    z-index: 1
}

.tv-header.header-style1 .header-top .outer-box .social-icon-one {
    display: flex;
    justify-content: center;
    align-items: center;
    justify-content: end;
    flex-wrap: wrap
}

.tv-header.header-style1 .header-top .outer-box .social-icon-one li span {
    color: var(--white-color)
}

.tv-header.header-style1 .header-top .outer-box .social-icon-one li a {
    height: 32px;
    width: 32px;
    border-radius: 50%;
    background: var(--bs-bg-color22);
    display: flex;
    justify-content: center;
    align-items: center;
    margin-left: 15px;
    transition: all .4s ease 0s
}

.tv-header.header-style1 .header-top .outer-box .social-icon-one li a i {
    color: var(--white-color)
}

.tv-header.header-style1 .header-top .outer-box .social-icon-one li a:hover {
    background: var(--theme-color)
}

.tv-header.header-style1 .header-top .list-style-1 {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    justify-content: start;
    padding: 11px 0
}

.tv-header.header-style1 .header-top .list-style-1 li {
    font-size: 14px;
    color: var(--bs-text-color4);
    padding-left: 0
}

.tv-header.header-style1 .header-top .list-style-1 li i {
    margin-right: 10px
}

.tv-header.header-style1 .header-top .list-style-1 li+li {
    margin-left: 35px
}

.tv-header.header-style1 .header-top .list-style-1 li a {
    color: var(--bs-text-color4)
}

.tv-header.header-style1 .header-top .list-style-1 li a:hover {
    color: var(--white-color)
}

.tv-header.header-style1 .header-top .list-style-1 li .icon {
    color: var(--bs-text-color4);
    margin-right: 10px
}

.main-wrapper {
    padding: 0 14px;
    background-color:rgb(255 255 255);
}

@media(max-width: 1199px) {
    .main-wrapper {
        padding: 0 12px
    }
}

@media(max-width: 991px) {
    .main-wrapper {
        background-color: var(--white-color)
    }
}


.menu-area {
    position: relative;
    padding: 0;
    padding-left: 0px;
}

.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
    }
}

.menu-area .nav-outer {
    display: flex;
    align-items: center;
    gap: 65px
}

@media(max-width: 991px) {
    .menu-area .nav-outer .nav-menu {
        display: flex;
        padding: 5px 0
    }
}

.main-menu a {
    display: block;
    position: relative;
    font-family: var(--title-font);
    font-size: 18px;
    font-weight: 700;
    /*color: var(--dark-color)*/
    color: #003a70;
}

.main-menu a:hover {
    color: var(--theme-color)
}

/*.main-menu .active a {*/
/*    color: var(--theme-color)*/
/*}*/

.main-menu>ul>li {
    margin-right: 24px
}

@media(max-width: 1299px) {
    .main-menu>ul>li {
        margin-right: 20px
    }
}

.main-menu>ul>li:last-child {
    margin-right: 0 !important
}

.main-menu>ul>li>a {
    padding: 37px 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: 19px
}

.main-menu>ul>li.menu-item-has-children>a::before {
    position: absolute;
    content: "";
    font-family: var(--icon-font);
    font-weight: 600;
    font-size: 12px;
    right: 0;
    top: 52%;
    transition: all .4s ease 0s;
    transform: translateY(-50%)
}

.main-menu>ul>li.menu-item-has-children:hover>a::before,
.main-menu>ul>li.menu-item-has-children.active>a::before {
    color: var(--theme-color)
}

.main-menu ul {
    margin: 0;
    padding: 0
}

.main-menu ul li {
    list-style-type: none;
    display: inline-block;
    position: relative
}

.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;
    padding: 15px 25px;
    padding-right: 0;
    width: -moz-max-content;
    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-size: 16px;
    color: var(--dark-color);
    font-weight: 500;
    font-family: var(--body-font);
    letter-spacing: normal;
    line-height: 24px;
    padding: 10px 0;
    padding-right: 0 !important
}

.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
}

.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(--theme-color);
    padding-left: 23px;
    letter-spacing: .3px
}

.main-menu ul.sub-menu li:hover>a::before {
    opacity: 1;
    left: 0;
    width: 20px
}

.main-menu ul.sub-menu li a {
    position: relative;
    z-index: 1;
    transition: all .4s ease 0s
}

.main-menu ul.sub-menu li a::before {
    position: absolute;
    content: "";
    width: 0;
    height: 2px;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    background: var(--theme-color);
    opacity: 0;
    z-index: -1;
    transition: all .4s ease 0s
}

.main-menu ul.sub-menu li.menu-item-has-children>a::after {
    font-family: var(--icon-font);
    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
}

.main-menu ul.sub-menu li ul.sub-menu li ul {
    left: 100%;
    right: auto
}

.tv-mega-menu {
    position: absolute;
    left: -150px;
    top: 100px;
    width: 1054px;
    background: var(--white-color);
    padding: 60px 50px;
    box-shadow: 0px 20px 30px rgba(1, 15, 28, .1);
    opacity: 0;
    visibility: hidden;
    transition: .3s;
    top: 100%;
    transform: scale(1, 0);
    transform-origin: top;
    border-radius: 20px
}

@media(max-width: 1199px) {
    .tv-mega-menu {
        left: -162px;
        width: 929px
    }
}

@media(max-width: 991px) {
    .tv-mega-menu {
        width: auto;
        opacity: 1;
        visibility: visible;
        transition: none;
        position: static;
        display: none;
        transform: scale(1);
        padding: 30px 20px
    }
}

.tv-home-thumb {
    position: relative;
    z-index: 1;
    text-align: center
}

.tv-home-thumb img {
    height: 420px;
    width: 100%;
    border-radius: 20px
}

@media(max-width: 991px) {
    .tv-home-thumb img {
        -o-object-fit: contain;
        object-fit: contain;
        height: 100%
    }
}

.tv-home-thumb .img1 a {
    padding: 0 !important;
    position: relative;
    z-index: 1;
    overflow: hidden
}

.tv-home-thumb .img1 a::after {
    position: absolute;
    content: "";
    height: 100%;
    width: 100%;
    left: 0;
    transition: all .4s;
    top: 0;
    background: var(--bs-bg-color19);
    border-radius: 20px;
    transform: scale(0.5);
    visibility: hidden;
    opacity: 0
}

.tv-home-thumb a {
    display: inline-flex;
    padding-top: 15px;
    color: var(--dark-color) !important
}

.tv-home-thumb a:hover {
    color: var(--theme-color) !important
}

.tv-home-thumb:hover .img1 a::after {
    transform: scale(1);
    transition: all .4s;
    visibility: visible;
    opacity: .5
}

.main-menu ul li:hover>.tv-mega-menu {
    opacity: 1;
    visibility: visible;
    transition: .3s;
    top: 100%;
    transform: scale(1)
}

.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
    }
}

@media(max-width: 1025px) {
    /*.header-right-wrapper {*/
    /*    display: none !important;*/
    /*}*/
    /*.main-menu a {*/
    /*display: none;*/
    /*}*/
/*    .menu-area .nav-outer {*/
/*    display: flex;*/
/*    align-items: center;*/
/*    gap: 65px;*/
/*}*/
    /*.row.align-items-center.justify-content-evenly{*/
    /*    justify-content: space-between !important;*/
    /*}*/
   
     .col-auto.header-right-wrapper {
    display: none ;
}
}

.header-right-wrapper .outer-box {
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    justify-content: flex-end
}

.header-right-wrapper .outer-box button.search-btn {
    position: relative;
    font-size: 18px;
    color: var(--dark-color);
    padding: 0;
    margin-right: 30px;
    transition: all .4s ease 0s
}

.header-right-wrapper .outer-box button.search-btn:hover {
    color: var(--theme-color2)
}

.header-right-wrapper .sidebar-trigger {
    margin-left: 30px;
    transition: all .4s ease 0s
}

.tv-header.header-style2 {
    position: absolute;
    z-index: 999;
    width: 100%
}

.tv-header.header-style2 .main-wrapper {
    padding: 0 70px;
    border-bottom: 1px solid var(--bs-bg-color5)
}

@media(max-width: 1199px) {
    .tv-header.header-style2 .main-wrapper {
        padding: 0 12px
    }
}

.tv-header.header-style2 .main-wrapper .main-menu a {
    display: block;
    position: relative;
    font-family: var(--title-font);
    font-size: 16px;
    font-weight: 700;
    color: var(--white-color)
}

.tv-header.header-style2 .main-wrapper .main-menu a:hover {
    color: var(--theme-color)
}

.tv-header.header-style2 .main-wrapper .main-menu .active a {
    color: var(--theme-color)
}

.tv-header.header-style2 .main-wrapper .main-menu>ul>li {
    margin-right: 24px
}

@media(max-width: 1299px) {
    .tv-header.header-style2 .main-wrapper .main-menu>ul>li {
        margin-right: 20px
    }
}

.tv-header.header-style2 .main-wrapper .main-menu>ul>li:last-child {
    margin-right: 0 !important
}

.tv-header.header-style2 .main-wrapper .main-menu>ul>li>a {
    padding: 37px 0;
    text-transform: capitalize
}

.tv-header.header-style2 .main-wrapper .main-menu>ul>li>a:hover {
    color: var(--theme-color)
}

.tv-header.header-style2 .main-wrapper .main-menu>ul>li>a:hover .effect-1 {
    top: -100%
}

.tv-header.header-style2 .main-wrapper .main-menu>ul>li.menu-item-has-children a {
    padding-right: 19px
}

.tv-header.header-style2 .main-wrapper .main-menu>ul>li.menu-item-has-children>a::before {
    position: absolute;
    content: "";
    font-family: var(--icon-font);
    font-weight: 600;
    font-size: 12px;
    right: 0;
    top: 52%;
    transition: all .4s ease 0s;
    transform: translateY(-50%)
}

.tv-header.header-style2 .main-wrapper .main-menu>ul>li.menu-item-has-children:hover>a::before,
.tv-header.header-style2 .main-wrapper .main-menu>ul>li.menu-item-has-children.active>a::before {
    color: var(--theme-color)
}

.tv-header.header-style2 .main-wrapper .main-menu ul {
    margin: 0;
    padding: 0
}

.tv-header.header-style2 .main-wrapper .main-menu ul li {
    list-style-type: none;
    display: inline-block;
    position: relative
}

.tv-header.header-style2 .main-wrapper .main-menu ul li:last-child {
    margin-right: 0 !important
}

.tv-header.header-style2 .main-wrapper .main-menu ul li:first-child {
    margin-left: 0 !important
}

.tv-header.header-style2 .main-wrapper .main-menu ul li:hover>ul.sub-menu {
    visibility: visible;
    opacity: 1;
    transform: scaleY(1);
    z-index: 9
}

.tv-header.header-style2 .main-wrapper .main-menu ul.sub-menu {
    position: absolute;
    text-align: left;
    top: 100%;
    left: 0;
    background-color: var(--white-color);
    visibility: hidden;
    min-width: 220px;
    padding: 15px 25px;
    padding-right: 0;
    width: -moz-max-content;
    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
}

.tv-header.header-style2 .main-wrapper .main-menu ul.sub-menu a {
    font-size: 16px;
    color: var(--dark-color);
    font-weight: 500;
    font-family: var(--body-font);
    letter-spacing: normal;
    line-height: 24px;
    padding: 10px 0;
    padding-right: 0 !important
}

.tv-header.header-style2 .main-wrapper .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
}

.tv-header.header-style2 .main-wrapper .main-menu ul.sub-menu a:hover {
    color: var(--theme-color)
}

.tv-header.header-style2 .main-wrapper .main-menu ul.sub-menu {
    left: 0px
}

.tv-header.header-style2 .main-wrapper .main-menu ul.sub-menu li {
    display: block;
    margin: 0
}

.tv-header.header-style2 .main-wrapper .main-menu ul.sub-menu li:last-child {
    border-bottom: none
}

.tv-header.header-style2 .main-wrapper .main-menu ul.sub-menu li.active>a {
    color: var(--theme-color)
}

.tv-header.header-style2 .main-wrapper .main-menu ul.sub-menu li:hover>a {
    color: var(--theme-color);
    padding-left: 23px;
    letter-spacing: .3px
}

.tv-header.header-style2 .main-wrapper .main-menu ul.sub-menu li:hover>a::before {
    opacity: 1;
    left: 0;
    width: 20px
}

.tv-header.header-style2 .main-wrapper .main-menu ul.sub-menu li a {
    position: relative;
    z-index: 1;
    transition: all .4s ease 0s
}

.tv-header.header-style2 .main-wrapper .main-menu ul.sub-menu li a::before {
    position: absolute;
    content: "";
    width: 0;
    height: 2px;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    background: var(--theme-color);
    opacity: 0;
    z-index: -1;
    transition: all .4s ease 0s
}

.tv-header.header-style2 .main-wrapper .main-menu ul.sub-menu li.menu-item-has-children>a::after {
    font-family: var(--icon-font);
    content: "";
    position: absolute;
    right: 20px;
    top: 50%;
    transform: translateY(-50%);
    display: block;
    line-height: 24px;
    font-size: 11px;
    font-weight: 900;
    z-index: 5
}

.tv-header.header-style2 .main-wrapper .main-menu ul.sub-menu li ul.sub-menu {
    left: 100%;
    right: auto;
    top: 0;
    margin: 0 0;
    margin-left: 15px
}

.tv-header.header-style2 .main-wrapper .main-menu ul.sub-menu li ul.sub-menu li ul {
    left: 100%;
    right: auto
}

.header-style3 {
    position: inherit;
    z-index: 999;
    width: 100%
}

@media(max-width: 991px) {
    .header-style3 {
        position: relative
    }
}

.header-style3 .main-wrapper {
    padding: 0 50px
}

@media(max-width: 1199px) {
    .header-style3 .main-wrapper {
        padding: 0 12px
    }
}

.header-style3 .main-wrapper .main-menu a {
    display: block;
    position: relative;
    font-family: var(--title-font);
    font-size: 16px;
    font-weight: 700;
    color: var(--white-color)
}

.header-style3 .main-wrapper .main-menu a:hover {
    color: var(--theme-color)
}

.header-style3 .main-wrapper .main-menu .active a {
    color: var(--theme-color)
}

.header-style3 .main-wrapper .main-menu>ul>li {
    margin-right: 24px
}

@media(max-width: 1299px) {
    .header-style3 .main-wrapper .main-menu>ul>li {
        margin-right: 20px
    }
}

.header-style3 .main-wrapper .main-menu>ul>li:last-child {
    margin-right: 0 !important
}

.header-style3 .main-wrapper .main-menu>ul>li>a {
    padding: 37px 0;
    text-transform: capitalize
}

.header-style3 .main-wrapper .main-menu>ul>li>a:hover {
    color: var(--theme-color)
}

.header-style3 .main-wrapper .main-menu>ul>li>a:hover .effect-1 {
    top: -100%
}

.header-style3 .main-wrapper .main-menu>ul>li.menu-item-has-children a {
    padding-right: 19px
}

.header-style3 .main-wrapper .main-menu>ul>li.menu-item-has-children>a::before {
    position: absolute;
    content: "";
    font-family: var(--icon-font);
    font-weight: 600;
    font-size: 12px;
    right: 0;
    top: 52%;
    transition: all .4s ease 0s;
    transform: translateY(-50%)
}

.header-style3 .main-wrapper .main-menu>ul>li.menu-item-has-children:hover>a::before,
.header-style3 .main-wrapper .main-menu>ul>li.menu-item-has-children.active>a::before {
    color: var(--theme-color)
}

.header-style3 .main-wrapper .main-menu ul {
    margin: 0;
    padding: 0
}

.header-style3 .main-wrapper .main-menu ul li {
    list-style-type: none;
    display: inline-block;
    position: relative
}

.header-style3 .main-wrapper .main-menu ul li:last-child {
    margin-right: 0 !important
}

.header-style3 .main-wrapper .main-menu ul li:first-child {
    margin-left: 0 !important
}

.header-style3 .main-wrapper .main-menu ul li:hover>ul.sub-menu {
    visibility: visible;
    opacity: 1;
    transform: scaleY(1);
    z-index: 9
}

.header-style3 .main-wrapper .main-menu ul.sub-menu {
    position: absolute;
    text-align: left;
    top: 100%;
    left: 0;
    background-color: var(--white-color);
    visibility: hidden;
    min-width: 220px;
    padding: 15px 25px;
    padding-right: 0;
    width: -moz-max-content;
    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
}

.header-style3 .main-wrapper .main-menu ul.sub-menu a {
    font-size: 16px;
    color: var(--dark-color);
    font-weight: 500;
    font-family: var(--body-font);
    letter-spacing: normal;
    line-height: 24px;
    padding: 10px 0;
    padding-right: 0 !important
}

.header-style3 .main-wrapper .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
}

.header-style3 .main-wrapper .main-menu ul.sub-menu a:hover {
    color: var(--theme-color)
}

.header-style3 .main-wrapper .main-menu ul.sub-menu {
    left: 0px
}

.header-style3 .main-wrapper .main-menu ul.sub-menu li {
    display: block;
    margin: 0
}

.header-style3 .main-wrapper .main-menu ul.sub-menu li:last-child {
    border-bottom: none
}

.header-style3 .main-wrapper .main-menu ul.sub-menu li.active>a {
    color: var(--theme-color)
}

.header-style3 .main-wrapper .main-menu ul.sub-menu li:hover>a {
    color: var(--theme-color);
    padding-left: 23px;
    letter-spacing: .3px
}

.header-style3 .main-wrapper .main-menu ul.sub-menu li:hover>a::before {
    opacity: 1;
    left: 0;
    width: 20px
}

.header-style3 .main-wrapper .main-menu ul.sub-menu li a {
    position: relative;
    z-index: 1;
    transition: all .4s ease 0s
}

.header-style3 .main-wrapper .main-menu ul.sub-menu li a::before {
    position: absolute;
    content: "";
    width: 0;
    height: 2px;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    background: var(--theme-color);
    opacity: 0;
    z-index: -1;
    transition: all .4s ease 0s
}

.header-style3 .main-wrapper .main-menu ul.sub-menu li.menu-item-has-children>a::after {
    font-family: var(--icon-font);
    content: "";
    position: absolute;
    right: 20px;
    top: 50%;
    transform: translateY(-50%);
    display: block;
    line-height: 24px;
    font-size: 11px;
    font-weight: 900;
    z-index: 5
}

.header-style3 .main-wrapper .main-menu ul.sub-menu li ul.sub-menu {
    left: 100%;
    right: auto;
    top: 0;
    margin: 0 0
}

.header-style3 .main-wrapper .main-menu ul.sub-menu li ul.sub-menu li ul {
    left: 100%;
    right: auto
}

.header-style4 {
    position: absolute;
    z-index: 999;
    width: 100%
}

@media(max-width: 991px) {
    .header-style4 {
        position: relative
    }
}

.header-style4 .main-wrapper {
    padding: 0 50px;
    background-color: rgba(0, 0, 0, 0);
    border-bottom: 1px solid var(--bs-border-color5)
}

@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 .nav-menu {
    flex: 0 0 auto
}

.header-style4 .main-wrapper .nav-menu .main-menu>ul>li.active>a {
    color: var(--white-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 {
    color: var(--white-color)
}

.header-style4 .main-wrapper .nav-menu .main-menu>ul>li.menu-item-has-children>a:hover::before {
    opacity: 1;
    color: var(--theme-color)
}

.header-style4 .main-wrapper .nav-menu .main-menu>ul>li.active>a::before {
    opacity: 1;
    color: var(--white-color)
}

.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(--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(--theme-color)
}

.header-style4 .main-wrapper .header-right-wrapper .outer-box {
    flex: 1;
    display: flex;
    justify-content: center;
    align-items: center;
    justify-content: flex-end
}

@media(max-width: 1024px) {
    .header-style4 .main-wrapper .header-right-wrapper .outer-box {
        display: none
    }
}

.header-style4 .main-wrapper .header-right-wrapper .outer-box .search-btn {
    background-color: rgba(0, 0, 0, 0);
    border: 0;
    color: var(--white-color)
}

.header-style4 .main-wrapper .header-right-wrapper .outer-box .search-btn:hover {
    color: var(--white-color)
}

.header-style4 .main-wrapper .header-right-wrapper .outer-box .theme-btn {
    color: var(--dark-color);
    padding: 13px 20px
}

.header-style4 .main-wrapper .header-right-wrapper .outer-box .info-btn {
    position: relative;
    display: block;
    font-size: 18px;
    padding: 8px 0;
    padding-left: 63px;
    color: var(--dark-color);
    text-align: left;
    font-weight: 500;
    line-height: 27px
}

@media(max-width: 1399px) {
    .header-style4 .main-wrapper .header-right-wrapper .outer-box .info-btn {
        display: none
    }
}

.header-style4 .main-wrapper .header-right-wrapper .outer-box .info-btn small {
    font-size: 15px;
    font-weight: 400
}

.header-style4 .main-wrapper .header-right-wrapper .outer-box .info-btn i {
    position: absolute;
    left: 0;
    top: 50%;
    margin-top: -26px;
    line-height: 52px;
    width: 52px;
    height: 52px;
    border-radius: 50%;
    text-align: center;
    color: var(--white-color);
    background-color: var(--theme-color);
    font-size: 22px
}

.header-style4 .main-wrapper .header-right-wrapper .outer-box .info-btn:hover {
    color: var(--theme-color)
}

.header-style4 .main-wrapper .header-right-wrapper .outer-box .info-btn:hover small {
    color: var(--dark-color)
}

.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
}

.footer-section {
    position: relative
}

.footer-section .overlay {
    background-image: radial-gradient(circle at center, rgba(5, 17, 83, 0.7019607843) 0%, rgba(5, 17, 83, 0.9490196078) 79%, rgba(5, 17, 83, 0.9490196078) 100%);
    z-index: -1
}

.footer-section .footer-brand {
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding-right: 0
}

@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: 600px;*/
/*    background-color: var(--bs-border-color5)*/
/*}*/

@media(max-width: 1199px) {
    .footer-section .footer-brand::before {
        height: 726px
    }
}

@media(max-width: 991px) {
    .footer-section .footer-brand::before {
        display: none
    }
}

.footer-section .footer-brand .contact-info {
    display: flex;
    gap: 60px;
}

@media(max-width: 991px) {
    .footer-section .footer-brand .contact-info {
        border-bottom: none
    }
}

@media(max-width: 1199px) {
    .footer-section .footer-brand .contact-info {
        gap: 30px
    }
}

@media(max-width: 1280px) {
    .footer-section .footer-brand .contact-info {
        gap: 20px;
        flex-direction: column
    }
}

.footer-section .footer-brand .contact-info .contact-item .title {
    opacity: .502;
    font-size: 18px;
    line-height: 24px;
    text-transform: uppercase;
    color: var(--white-color);
    font-weight: 500;
    margin-bottom: 10px
}

.footer-section .footer-brand .contact-info .contact-item a {
    color: var(--white-color);
    font-size: 16px;
    line-height: 24px;
    font-family: var(--body-font);
    display: flex;
    align-items: center;
    gap: 10px
}

.footer-section .footer-brand .contact-info .contact-item a i {
    color: var(--theme-color)
}

.footer-section .footer-brand .contact-info .contact-item a:hover {
    color: var(--theme-color)
}

.footer-section .footer-brand .social-links {
    display: flex;
    justify-content: center;
    align-items: center;
    justify-content: flex-start
}

.footer-section .footer-brand .social-links a {
    display: inline-block;
    width: 34px;
    height: 34px;
    color: var(--white-color);
    text-align: center;
    line-height: 34px;
    border-radius: 50%;
    background-color:rgb(0 0 0 / 14%);
    overflow: hidden;
    position: relative;
    z-index: 1
}

.footer-section .footer-brand .social-links a+a {
    margin-left: 10px
}

.footer-section .footer-brand .social-links a.active,
.footer-section .footer-brand .social-links a:hover {
    color: var(--white-color)
}

.footer-section .footer-brand .social-links a.active::before,
.footer-section .footer-brand .social-links a:hover::before {
    left: 0;
    width: 100%
}

.footer-section .footer-brand .social-links a::before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    width: 0;
    height: 100%;
    background-color: var(--theme-color);
    z-index: -1;
    transition: all .4s ease 0s
}

.footer-section .footer-bottom {
    border-top: 1px solid var(--bs-border-color5);
    padding: 28px 0;
    position: relative;
    overflow: hidden
}

@media(max-width: 767px) {
    .footer-section .footer-bottom {
        text-align: center
    }
}

.footer-section .footer-bottom p {
    color: var(--white-color);
    font-size: 15px;
    line-height: 1.66;
    margin: 0
}

@media(max-width: 767px) {
    .footer-section .footer-bottom p {
        color: var(--white-color)
    }
}

.footer-section .footer-bottom p a {
    color: var(--theme-color2)
}

.footer-section .footer-bottom p a:hover {
    color: var(--theme-color2)
}

.footer-section .footer-bottom .footer-policy a {
    color: var(--white-color);
    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-color2)
}

.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)
}

.tv-breadcrumb-section .tv-breadcrumb-inner {
    padding: 160px 0
}

@media(max-width: 991px) {
    .tv-breadcrumb-section .tv-breadcrumb-inner {
        padding: 100px 0
    }
}

@media(max-width: 575px) {
    .tv-breadcrumb-section .tv-breadcrumb-inner {
        padding: 80px 0
    }
}

.tv-breadcrumb-section .title-outer {
    text-align: center
}

.tv-breadcrumb-section .title-outer .page-title {
    position: relative
}

.tv-breadcrumb-section .title-outer .page-title .scribble-shape i {
    display: inline-block;
    font-size: 70px;
    color: var(--theme-color2);
    animation: scribble 2s infinite linear;
    position: absolute;
    left: -110px;
    top: -20px
}

@media(max-width: 1500px) {
    .tv-breadcrumb-section .title-outer .page-title .scribble-shape i {
        display: none
    }
}

.tv-breadcrumb-section .title-outer .title {
    position: relative;
    font-size: 52px;
    line-height: 1;
    color: var(--white-color);
    font-weight: 700;
    font-family: var(--title-font);
    margin-bottom: 17px
}

@media(max-width: 767px) {
    .tv-breadcrumb-section .title-outer .title {
        font-size: 46px
    }
}

@media(max-width: 575px) {
    .tv-breadcrumb-section .title-outer .title {
        font-size: 35px
    }
}

.tv-breadcrumb-section .title-outer .image-box {
    position: relative
}

.tv-breadcrumb-section .title-outer .image-box .shape {
    position: absolute;
    display: inline-block
}

.tv-breadcrumb-section .title-outer .image-box .shape.shape-1 {
    right: 400px;
    bottom: 110px
}

@media(max-width: 1024px) {
    .tv-breadcrumb-section .title-outer .image-box .shape.shape-1 {
        right: 290px;
        bottom: 170px
    }
}

.tv-breadcrumb-section .title-outer .image-box .shape.shape-2 {
    left: 380px;
    top: 30px
}

@media(max-width: 1024px) {
    .tv-breadcrumb-section .title-outer .image-box .shape.shape-2 {
        left: 280px;
        top: 70px
    }
}

.tv-breadcrumb-section .title-outer .image-box .shape.shape-3 {
    left: 370px;
    top: -130px
}

@media(max-width: 1024px) {
    .tv-breadcrumb-section .title-outer .image-box .shape.shape-3 {
        left: 270px;
        top: -190px
    }
}

.tv-breadcrumb-section .title-outer .image-box .shape.shape-4 {
    right: 390px;
    top: 25px
}

@media(max-width: 1024px) {
    .tv-breadcrumb-section .title-outer .image-box .shape.shape-4 {
        right: 270px;
        top: 65px
    }
}

.tv-breadcrumb-section .title-outer .image-box .image {
    position: relative
}

.tv-breadcrumb-section .title-outer .image-box .image::before {
    position: absolute;
    content: "";
    z-index: -1;
    left: 0;
    top: calc(100% - 310px);
    width: 500px;
    height: 500px;
    border-radius: 50%;
    background-color: var(--theme-color);
    clip-path: circle(50% at 50% 50%)
}

@media(max-width: 767px) {
    .tv-breadcrumb-section .title-outer .image-box .image::before {
        display: none
    }
    
}
@media(max-width: 768px) {
    .row.align-items-center.justify-content-evenly{
    justify-content: space-between !important;
            padding: 0 34px;
}
.footer-section .footer-bottom p{
    font-size: 13px !important;
}
 .col-auto.header-right-wrapper {
    display: none ;
}
}
.page-breadcrumb {
    position: relative;
    margin-top: 5px;
    position: relative;
    margin-top: 5px;
    display: inline-block;
    background: var(--bs-bg-color15);
    padding: 4px 20px;
    border-radius: 18px;
    border: 1px solid var(--bs-border-color5)
}

.page-breadcrumb li {
    position: relative;
    display: inline-block;
    font-size: 16px;
    color: var(--white-color);
    font-weight: 500;
    text-transform: capitalize
}

.page-breadcrumb li:last-child {
    color: var(--bs-text-color2);
    padding-right: 0;
    margin-right: 0
}

.page-breadcrumb li:last-child::after {
    display: none
}

.page-breadcrumb li span {
    padding: 0 2px 0 5px
}

.page-breadcrumb li a {
    color: var(--white-color);
    font-size: 16px;
    font-weight: 500;
    font-family: var(--title-font);
    text-transform: capitalize;
    transition: all 300ms ease
}

.page-breadcrumb li a:hover {
    color: var(--theme-color2)
}

.page-breadcrumb li a>i {
    font-size: 14px;
    color: var(--white-color);
    margin-right: 10px
}

.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: flex;
    justify-content: center;
    align-items: center;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background-color: var(--white-color);
    border: 1px solid var(--bs-border-color2);
    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);
    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
}

@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: flex;
    justify-content: 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)
}

.tv-hero-section .hero-inner .hero-slider .hero-area {
    position: relative;
    z-index: 1;
    overflow: hidden;
    border-radius: 30px
}

@media(max-width: 1399px) {
    .tv-hero-section .hero-inner .hero-slider .hero-area {
        border-radius: 0px
    }
}

.tv-hero-section .hero-inner .hero-slider .hero-area::before {
    background-image: linear-gradient(100deg, rgb(5, 17, 83) 0%, rgb(5, 17, 83) 38%, rgba(5, 17, 83, 0) 58%, rgba(5, 17, 83, 0) 100%);
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 0
}

@media(max-width: 767px) {
    .tv-hero-section .hero-inner .hero-slider .hero-area::before {
        background-image: linear-gradient(100deg, rgb(5, 17, 83) 0%, rgb(5, 17, 83) 38%, rgba(5, 17, 83, 0) 85%, rgba(5, 17, 83, 0) 100%)
    }
}

.tv-hero-section .hero-inner .hero-slider .hero-area .video-box {
    position: absolute;
    top: 50%;
    right: -30px;
    transform: translateY(-50%);
    z-index: 2;
    border: 30px solid var(--light-color);
    border-radius: 50% 0 0 50%;
    background: var(--light-color)
}

@media(max-width: 1299px) {
    .tv-hero-section .hero-inner .hero-slider .hero-area .video-box {
        border: none;
        background: rgba(0, 0, 0, 0);
        right: 40px
    }
}

@media(max-width: 575px) {
    .tv-hero-section .hero-inner .hero-slider .hero-area .video-box {
        top: 80%
    }
}

.tv-hero-section .hero-inner .hero-slider .hero-area .video-box::before {
    position: absolute;
    right: 0px;
    top: -59px;
    content: "";
    height: 30px;
    width: 30px;
    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="%23fff"></path></svg>');
    transform: rotate(180deg)
}

@media(max-width: 1299px) {
    .tv-hero-section .hero-inner .hero-slider .hero-area .video-box::before {
        all: unset
    }
}

.tv-hero-section .hero-inner .hero-slider .hero-area .video-box::after {
    position: absolute;
    right: 0px;
    bottom: -58px;
    content: "";
    height: 30px;
    width: 30px;
    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="%23fff"></path></svg>');
    transform: rotate(90deg)
}

@media(max-width: 1299px) {
    .tv-hero-section .hero-inner .hero-slider .hero-area .video-box::after {
        all: unset
    }
}

.tv-hero-section .hero-inner .hero-slider .hero-area .video-box .circle-box {
    width: 175px;
    height: 175px;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    background: var(--theme-color3);
    -webkit-backdrop-filter: blur(7px);
    backdrop-filter: blur(7px)
}

@media(max-width: 991px) {
    .tv-hero-section .hero-inner .hero-slider .hero-area .video-box .circle-box {
        width: 150px;
        height: 150px
    }
}

@media(max-width: 430px) {
    .tv-hero-section .hero-inner .hero-slider .hero-area .video-box .circle-box {
        width: 120px;
        height: 120px
    }
}

.tv-hero-section .hero-inner .hero-slider .hero-area .video-box .circle-box .logo-box {
    position: absolute
}

.tv-hero-section .hero-inner .hero-slider .hero-area .video-box .circle-box .logo-box i {
    color: var(--white-color);
    font-size: 30px
}

@media(max-width: 430px) {
    .tv-hero-section .hero-inner .hero-slider .hero-area .video-box .circle-box .logo-box i {
        font-size: 20px
    }
}

.tv-hero-section .hero-inner .hero-slider .hero-area .video-box .circle-box .text-inner svg {
    width: 120px;
    max-width: 100%;
    height: auto;
    overflow: visible;
    word-spacing: 20px;
    transform: rotate(0) scaleX(1) scaleY(1)
}

@media(max-width: 991px) {
    .tv-hero-section .hero-inner .hero-slider .hero-area .video-box .circle-box .text-inner svg {
        width: 100px
    }
}

@media(max-width: 430px) {
    .tv-hero-section .hero-inner .hero-slider .hero-area .video-box .circle-box .text-inner svg {
        width: 80px
    }
}

.tv-hero-section .hero-inner .hero-slider .hero-area .video-box .circle-box .text-inner path {
    fill: rgba(0, 0, 0, 0);
    stroke: rgba(0, 0, 0, 0);
    stroke-width: 1px;
    transition: .3s stroke, .3s fill
}

.tv-hero-section .hero-inner .hero-slider .hero-area .video-box .circle-box .text-inner text {
    fill: var(--white-color);
    direction: ltr;
    transition: .3s stroke, .3s stroke-width, .3s fill;
    font-size: 30px;
    font-weight: 600;
    font-family: var(--title-font)
}

.tv-hero-section .hero-inner .hero-slider .hero-area .slide-number {
    position: absolute;
    left: 3%;
    top: 20%;
    font-size: 150px;
    line-height: 1;
    color: rgba(102, 87, 87, .3);
    font-weight: 700;
    font-family: var(--title-font)
}

.tv-hero-section .hero-inner .hero-slider .hero-area .hero-content {
    position: relative;
    z-index: 1;
    padding:  181px 6px 137px 86px;
}

@media(max-width: 1399px) {
    .tv-hero-section .hero-inner .hero-slider .hero-area .hero-content {
        padding: 150px 0 125px 0
    }
}

@media(max-width: 1299px) {
    .tv-hero-section .hero-inner .hero-slider .hero-area .hero-content {
        padding: 130px 0 100px 81px;
    }
}

@media(max-width: 1199px) {
    .tv-hero-section .hero-inner .hero-slider .hero-area .hero-content {
        padding: 100px 0 100px 40px;
    }
}

@media(max-width: 767px) {
    .tv-hero-section .hero-inner .hero-slider .hero-area .hero-content {
        padding: 232px 0 80px 0
    }
}

.tv-hero-section .hero-inner .hero-slider .hero-area .hero-content .sub-title {
    display: inline-block;
    font-size: 25px;
    text-transform: uppercase;
    color: var(--white-color);
    font-family: var(--title-font);
    font-weight: 500;
    margin-bottom: 40px;
    padding: 12px 21px 12px 20px;
    border-radius: 30px;
    background-color: var(--theme-color);
    border: 1px solid var(--bs-border-color3)
}

.tv-hero-section .hero-inner .hero-slider .hero-area .hero-content .sub-title img {
    margin-right: 47px
}

.tv-hero-section .hero-inner .hero-slider .hero-area .hero-content .hero-title {
    font-size: 50px;
    line-height: 1;
    color: var(--white-color);
    font-weight: 800;
    font-family: var(--title-font)
}

.tv-hero-section .hero-inner .hero-slider .hero-area .hero-content .hero-title span {
    font-weight: 600
}

@media(max-width: 1299px) {
    .tv-hero-section .hero-inner .hero-slider .hero-area .hero-content .hero-title {
        font-size:40px
    }
}

@media(max-width: 1199px) {
    .tv-hero-section .hero-inner .hero-slider .hero-area .hero-content .hero-title {
        font-size: 35px
    }
}

@media(max-width: 575px) {
    .tv-hero-section .hero-inner .hero-slider .hero-area .hero-content .hero-title {
        font-size: 25px
    }
}

@media(max-width: 390px) {
    .tv-hero-section .hero-inner .hero-slider .hero-area .hero-content .hero-title {
        font-size: 18px
    }
}

.tv-hero-section .hero-inner .hero-slider .hero-area .hero-content .text-icon {
    display: flex;
    align-items: start;
    gap: 20px
}

.tv-hero-section .hero-inner .hero-slider .hero-area .hero-content .text-icon .icon {
    flex-shrink: 0
}

@media(max-width: 1399px) {
    .tv-hero-section .hero-inner .hero-slider .hero-area .hero-content .text-icon .icon {
        display: none !important
    }
}

.tv-hero-section .hero-inner .hero-slider .hero-area .hero-content .text-icon .text {
    font-size: 17px;
    line-height: 28px;
    color: var(--bs-text-color2);
    font-weight: 400;
    margin: -3px 0
}

@media(min-width: 992px)and (max-width: 1024px) {
    .tv-hero-section .hero-inner .hero-slider .hero-area .hero-content .text-icon .text {
        max-width: 70%
    }

    .tv-hero-section .hero-inner .hero-slider .hero-area .hero-content .text-icon .text br {
        display: none
    }
}

@media(min-width: 992px)and (max-width: 1024px) {
    .tv-hero-section .hero-inner .hero-slider .hero-area .hero-content .text-icon .text br {
        display: none
    }
}

@media(max-width: 575px) {
    .tv-hero-section .hero-inner .hero-slider .hero-area .hero-content .text-icon .text br {
        display: none
    }
}

.hero-bg-image {
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    width: 100%;
    height: 100%;
    position: absolute
}

.hero-content>* {
    opacity: 0;
    visibility: hidden;
    transition: all 1.2s cubic-bezier(0.25, 1, 0.5, 1)
}

.hero-content .sub-title {
    transform: translateY(-30px)
}

.hero-content .hero-title {
    transform: translateX(-60px)
}

.hero-content .text-icon {
    transform: translateY(40px)
}

.hero-content .theme-btn {
    transform: scale(0.8)
}

.swiper-slide-active .hero-content>* {
    opacity: 1;
    visibility: visible
}

.swiper-slide-active .hero-content .sub-title {
    transform: translateY(0);
    transition-delay: .6s
}

.swiper-slide-active .hero-content .hero-title {
    transform: translateX(0);
    transition-delay: 1s
}

.swiper-slide-active .hero-content .text-icon {
    transform: translateY(0);
    transition-delay: 1.4s
}

.swiper-slide-active .hero-content .theme-btn {
    transform: scale(1);
    transition-delay: 1.8s
}

.tv-hero-section.style-2 .hero-area {
    overflow: hidden;
    border-radius: 30px 30px 0 0
}

@media(max-width: 1399px) {
    .tv-hero-section.style-2 .hero-area {
        border-radius: 0
    }
}

.tv-hero-section.style-2 .hero-area .hero-left-content {
    position: relative;
    margin: 160px 0
}

@media(min-width: 992px)and (max-width: 1024px) {
    .tv-hero-section.style-2 .hero-area .hero-left-content {
        position: relative;
        margin: 100px 0
    }
}

@media(max-width: 991px) {
    .tv-hero-section.style-2 .hero-area .hero-left-content {
        margin: 100px 0
    }
}

@media(max-width: 767px) {
    .tv-hero-section.style-2 .hero-area .hero-left-content {
        margin: 80px 0
    }
}

@media(max-width: 390px) {
    .tv-hero-section.style-2 .hero-area .hero-left-content {
        margin: 60px 0
    }
}

.tv-hero-section.style-2 .hero-area .hero-left-content h2 {
    font-size: 50px;
    line-height: 1.1;
    color: var(--white-color);
    font-weight: 600;
    font-family: var(--title-font)
}

@media(max-width: 390px) {
    .tv-hero-section.style-2 .hero-area .hero-left-content h2 {
        font-size: 40px
    }
}

.tv-hero-section.style-2 .hero-area .hero-left-content .title {
    font-size: 110px;
    line-height: 1;
    color: var(--white-color);
    font-weight: 800;
    font-family: var(--title-font)
}

@media(max-width: 1199px) {
    .tv-hero-section.style-2 .hero-area .hero-left-content .title {
        font-size: 100px
    }
}

@media(min-width: 992px)and (max-width: 1024px) {
    .tv-hero-section.style-2 .hero-area .hero-left-content .title {
        font-size: 80px
    }
}

@media(max-width: 575px) {
    .tv-hero-section.style-2 .hero-area .hero-left-content .title {
        font-size: 80px
    }
}

@media(max-width: 430px) {
    .tv-hero-section.style-2 .hero-area .hero-left-content .title {
        font-size: 60px
    }
}

@media(max-width: 390px) {
    .tv-hero-section.style-2 .hero-area .hero-left-content .title {
        font-size: 50px
    }
}

.tv-hero-section.style-2 .hero-area .hero-left-content .title .hero-title_shape {
    display: inline-block;
    position: relative;
    top: -10px;
    margin-right: 30px
}

@media(min-width: 992px)and (max-width: 1024px) {
    .tv-hero-section.style-2 .hero-area .hero-left-content .title .hero-title_shape {
        top: 0
    }
}

@media(max-width: 575px) {
    .tv-hero-section.style-2 .hero-area .hero-left-content .title .hero-title_shape {
        display: none
    }
}

.tv-hero-section.style-2 .hero-area .hero-left-content .text-icon {
    display: flex;
    align-items: center;
    gap: 20px;
    margin-left: 100px
}

@media(max-width: 1399px) {
    .tv-hero-section.style-2 .hero-area .hero-left-content .text-icon {
        margin-left: 0px
    }
}

.tv-hero-section.style-2 .hero-area .hero-left-content .text-icon .icon {
    flex-shrink: 0
}

@media(max-width: 540px) {
    .tv-hero-section.style-2 .hero-area .hero-left-content .text-icon .icon {
        display: none
    }
}

.tv-hero-section.style-2 .hero-area .hero-left-content .text-icon .text {
    margin: 0;
    color: var(--bs-text-color2);
    font-size: 18px
}

@media(min-width: 992px)and (max-width: 1024px) {
    .tv-hero-section.style-2 .hero-area .hero-left-content .text-icon .text br {
        display: none
    }
}

@media(max-width: 540px) {
    .tv-hero-section.style-2 .hero-area .hero-left-content .text-icon .text br {
        display: none
    }
}

.tv-hero-section.style-2 .hero-area .hero-left-content a {
    margin-left: 100px
}

@media(max-width: 430px) {
    .tv-hero-section.style-2 .hero-area .hero-left-content a {
        margin-left: 0;
        margin-top: 30px !important
    }
}

.tv-hero-section.style-2 .hero-area .hero-left-content .arrow-shape {
    position: absolute;
    bottom: 20px
}

@media(max-width: 430px) {
    .tv-hero-section.style-2 .hero-area .hero-left-content .arrow-shape {
        display: none
    }
}

@media(max-width: 991px) {
    .tv-hero-section.style-2 .hero-area .hero-right {
        text-align: center
    }
}

.tv-hero-section.style-2 .hero-area .hero-right .image-box {
    position: absolute;
    bottom: 0;
    margin-left: 20px
}

@media(max-width: 991px) {
    .tv-hero-section.style-2 .hero-area .hero-right .image-box {
        position: inherit
    }
}

.tv-hero-section.style-2 .hero-area .hero-right .box-thumb {
    display: inline-block;
    border: 1px solid var(--bs-border-color11);
    background: var(--bs-bg-color10);
    -webkit-backdrop-filter: blur(10px);
    backdrop-filter: blur(10px);
    border-radius: 30px;
    padding: 10px;
    position: absolute;
    right: 9%;
    top: 40%
}

@media(max-width: 1399px) {
    .tv-hero-section.style-2 .hero-area .hero-right .box-thumb {
        right: 5%
    }
}

@media(max-width: 1299px) {
    .tv-hero-section.style-2 .hero-area .hero-right .box-thumb {
        top: 50%
    }
}

@media(max-width: 991px) {
    .tv-hero-section.style-2 .hero-area .hero-right .box-thumb {
        top: 60%
    }
}

@media(max-width: 575px) {
    .tv-hero-section.style-2 .hero-area .hero-right .box-thumb {
        top: 70%
    }
}

.tv-hero-section.style-2 .hero-area .hero-right .box-thumb .box-inner {
    background: var(--light-color);
    padding: 40px;
    border-radius: 20px
}

@media(max-width: 540px) {
    .tv-hero-section.style-2 .hero-area .hero-right .box-thumb .box-inner {
        padding: 20px
    }
}

.tv-hero-section.style-2 .hero-area .hero-right .box-thumb .box-inner .thumb-content .count {
    font-size: 40px;
    line-height: 1;
    color: var(--dark-color);
    font-weight: 700;
    font-family: var(--title-font)
}

.tv-hero-section.style-2 .hero-area .hero-right .box-thumb .box-inner .thumb-content p {
    font-size: 16px;
    line-height: 26px;
    color: var(--gray-color2);
    font-weight: 400;
    font-family: var(--title-font)
}

.tv-hero-section.style-2 .hero-area .hero-right .right-shape {
    position: absolute;
    right: 6%;
    top: 16%
}

@media(max-width: 1399px) {
    .tv-hero-section.style-2 .hero-area .hero-right .right-shape {
        right: 3%
    }
}

@media(max-width: 1299px) {
    .tv-hero-section.style-2 .hero-area .hero-right .right-shape {
        top: 26%
    }
}

@media(max-width: 1199px) {
    .tv-hero-section.style-2 .hero-area .hero-right .right-shape {
        display: none
    }
}

.tv-hero-section.style-3 .hero-inner .hero-area .hero-text {
    padding: 190px 0 75px
}

@media(max-width: 853px) {
    .tv-hero-section.style-3 .hero-inner .hero-area .hero-text {
        padding: 150px 0 55px
    }
}

@media(max-width: 430px) {
    .tv-hero-section.style-3 .hero-inner .hero-area .hero-text {
        padding: 120px 0 55px
    }
}

.tv-hero-section.style-3 .hero-inner .hero-area .hero-text h1 {
    font-size: 130px;
    line-height: 1;
    color: var(--white-color);
    font-weight: 800;
    font-family: var(--title-font);
    text-align: center
}

@media(max-width: 1199px) {
    .tv-hero-section.style-3 .hero-inner .hero-area .hero-text h1 {
        font-size: 110px
    }
}

@media(max-width: 1024px) {
    .tv-hero-section.style-3 .hero-inner .hero-area .hero-text h1 {
        font-size: 90px
    }
}

@media(max-width: 853px) {
    .tv-hero-section.style-3 .hero-inner .hero-area .hero-text h1 {
        font-size: 70px
    }
}

@media(max-width: 430px) {
    .tv-hero-section.style-3 .hero-inner .hero-area .hero-text h1 {
        font-size: 50px;
        text-align: start
    }
}

.tv-hero-section.style-3 .hero-inner .hero-area .hero-text h1 .highlight {
    display: flex;
    gap: 60px;
    justify-content: center
}

@media(max-width: 575px) {
    .tv-hero-section.style-3 .hero-inner .hero-area .hero-text h1 .highlight {
        flex-direction: column;
        align-items: start;
        margin-left: 20px;
        gap: 0
    }
}

.tv-hero-section.style-3 .hero-inner .hero-area .hero-text h1 .solution {
    display: inline-flex;
    align-items: center;
    gap: 50px;
    position: relative;
    margin-left: 190px
}

@media(max-width: 575px) {
    .tv-hero-section.style-3 .hero-inner .hero-area .hero-text h1 .solution {
        margin-left: 0px
    }
}

@media(max-width: 767px) {
    .tv-hero-section.style-3 .hero-inner .hero-area .hero-text h1 .solution {
        gap: 10px
    }
}

@media(max-width: 430px) {
    .tv-hero-section.style-3 .hero-inner .hero-area .hero-text h1 .solution {
        margin-left: 20px
    }
}

.tv-hero-section.style-3 .hero-inner .hero-area .hero-text h1 .solution .icons {
    display: flex
}

@media(max-width: 430px) {
    .tv-hero-section.style-3 .hero-inner .hero-area .hero-text h1 .solution .icons {
        display: none
    }
}

.tv-hero-section.style-3 .hero-inner .hero-area .hero-text h1 .solution .icons .user {
    width: 96px;
    height: 96px;
    border-radius: 50%
}

@media(max-width: 1024px) {
    .tv-hero-section.style-3 .hero-inner .hero-area .hero-text h1 .solution .icons .user {
        width: 76px;
        height: 76px
    }
}

.tv-hero-section.style-3 .hero-inner .hero-area .hero-text h1 .solution .icons .spin-icon {
    width: 96px;
    height: 96px;
    border-radius: 50%;
    background: var(--theme-color);
    display: flex;
    justify-content: center;
    align-items: center;
    flex-shrink: 0;
    margin-left: -20px
}

@media(max-width: 1024px) {
    .tv-hero-section.style-3 .hero-inner .hero-area .hero-text h1 .solution .icons .spin-icon {
        width: 76px;
        height: 76px
    }
}

.tv-hero-section.style-3 .hero-inner .hero-area .hero-text h1 .solution .scribble {
    position: absolute;
    left: -121px;
    top: -10px
}

.tv-hero-section.style-3 .hero-inner .hero-area .hero-text .since {
    font-size: 22px;
    line-height: 1;
    color: var(--white-color);
    font-weight: 500;
    font-family: var(--title-font);
    margin: 0;
    line-height: 2
}

.tv-hero-section.style-3 .hero-inner .hero-area .hero-text .since img {
    margin-right: 10px
}

@media(max-width: 991px) {
    .tv-hero-section.style-4 {
        padding: 80px 0 0
    }
}

.tv-hero-section.style-4 .hero-left {
    padding: 150px 100px 130px 150px;
    border-radius: 30px;
    overflow: hidden
}

@media(max-width: 1500px) {
    .tv-hero-section.style-4 .hero-left {
        padding: 120px 70px 100px 80px
    }
}

@media(max-width: 1399px) {
    .tv-hero-section.style-4 .hero-left {
        padding: 100px 60px 80px 60px
    }
}

@media(max-width: 540px) {
    .tv-hero-section.style-4 .hero-left {
        padding: 80px 40px 60px 40px
    }
}

@media(max-width: 430px) {
    .tv-hero-section.style-4 .hero-left {
        padding: 50px 30px 40px 30px
    }
}

@media(max-width: 430px) {
    .tv-hero-section.style-4 .hero-left {
        padding: 50px 20px 40px 20px;
        border-radius: 10px
    }
}

.tv-hero-section.style-4 .hero-left .sub-title {
    display: inline-block;
    font-size: 14px;
    text-transform: uppercase;
    color: var(--theme-color);
    font-family: var(--title-font);
    font-weight: 500;
    margin-bottom: 17px;
    padding: 3px 30px 3px 15px;
    border-radius: 30px;
    border: 1px solid var(--theme-color)
}

.tv-hero-section.style-4 .hero-left .hero-title {
    font-size: 70px;
    line-height: 1.1;
    color: var(--dark-color);
    font-weight: 800;
    font-family: var(--title-font);
    margin: 2px 0 25px 0
}

@media(max-width: 1500px) {
    .tv-hero-section.style-4 .hero-left .hero-title {
        font-size: 60px
    }
}

@media(max-width: 1299px) {
    .tv-hero-section.style-4 .hero-left .hero-title {
        font-size: 50px
    }
}

@media(min-width: 992px)and (max-width: 1024px) {
    .tv-hero-section.style-4 .hero-left .hero-title {
        font-size: 40px
    }
}

@media(max-width: 575px) {
    .tv-hero-section.style-4 .hero-left .hero-title {
        font-size: 40px
    }
}

@media(max-width: 430px) {
    .tv-hero-section.style-4 .hero-left .hero-title {
        font-size: 30px
    }
}

.tv-hero-section.style-4 .hero-left .hero-title span {
    color: var(--theme-color)
}

.tv-hero-section.style-4 .hero-left .text-icon {
    display: flex;
    align-items: center;
    gap: 20px
}

.tv-hero-section.style-4 .hero-left .text-icon .icon {
    flex-shrink: 0
}

@media(min-width: 992px)and (max-width: 1024px) {
    .tv-hero-section.style-4 .hero-left .text-icon .icon {
        display: none
    }
}

@media(max-width: 575px) {
    .tv-hero-section.style-4 .hero-left .text-icon .icon {
        display: none
    }
}

.tv-hero-section.style-4 .hero-left .text-icon .text {
    font-size: 18px;
    line-height: 30px;
    color: var(--dark-color);
    font-family: var(--body-font);
    margin: 0
}

@media(max-width: 1299px) {
    .tv-hero-section.style-4 .hero-left .text-icon .text br {
        display: none
    }
}

@media(max-width: 991px) {
    .tv-hero-section.style-4 .hero-left .text-icon .text br {
        display: inherit
    }
}

@media(max-width: 575px) {
    .tv-hero-section.style-4 .hero-left .text-icon .text br {
        display: none
    }
}

.tv-hero-section.style-4 .hero-img {
    height: 100%
}

.tv-hero-section.style-4 .hero-img img {
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover
}

.tv-hero-section.style-4 .video-box {
    position: absolute;
    content: "";
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    transition: all .4s ease 0s;
    z-index: 5;
    margin-top: 0
}

@media(max-width: 991px) {
    .tv-hero-section.style-4 .video-box {
        top: 43%
    }
}

@media(max-width: 853px) {
    .tv-hero-section.style-4 .video-box {
        top: 48%
    }
}

.tv-hero-section.style-4 .video-box .circle-box {
    background: var(--theme-color)
}

@media(max-width: 991px) {
    .tv-hero-section.style-4 .video-box .circle-box {
        width: 175px;
        height: 175px
    }
}

.tv-hero-section.style-4 .video-box .circle-box .logo-box {
    position: absolute;
    background: var(--white-color);
    width: 60px;
    height: 60px;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center
}

.tv-hero-section.style-4 .video-box .circle-box .text-inner svg {
    width: 110px
}

.tv-feature-section .tv-feature-item {
    background: var(--light-color3);
    padding: 40px 40px;
    border-radius: 23px;
    position: relative
}

@media(min-width: 992px)and (max-width: 1024px) {
    .tv-feature-section .tv-feature-item {
        padding: 50px 40px
    }
}

.tv-feature-section .tv-feature-item .client-social-proof {
    all: unset
}

.tv-feature-section .tv-feature-item .client-social-proof .social {
    display: flex;
    align-items: center
}

.tv-feature-section .tv-feature-item .client-social-proof .social img {
    display: flex;
    width: 58px;
    height: 58px;
    border-radius: 50%;
    margin-left: -25px;
    background-color: var(--dark-color3);
    border: 3px solid var(--white-color)
}

.tv-feature-section .tv-feature-item .client-social-proof .social img:first-child {
    margin-left: 0px
}

.tv-feature-section .tv-feature-item .client-social-proof .social h4 {
    background: var(--theme-color);
    width: 56px;
    height: 56px;
    border-radius: 50%;
    color: var(--white-color);
    margin: 0;
    font-size: 18px;
    display: flex;
    justify-content: center;
    align-items: center;
    border: 2px solid #fff;
    margin-left: -25px
}

.tv-feature-section .tv-feature-item .client-social-proof .rating-viewers {
    font-size: 16px;
    line-height: 26px;
    color: var(--gray-color2);
    font-family: var(--body-font)
}

.tv-feature-section .tv-feature-item .client-social-proof .count-box.counted {
    font-size: 50px;
    line-height: 1.3;
    color: var(--theme-color);
    font-weight: 700;
    font-family: var(--title-font)
}

.tv-feature-section .tv-feature-item .client-social-proof .scribble-shape1 {
    position: absolute;
    top: 32%;
    left: 46%;
    animation: emgSwing 1s ease-in-out 1s forwards infinite alternate;
    transform-origin: top right
}

@media(max-width: 430px) {
    .tv-feature-section .tv-feature-item .client-social-proof .scribble-shape1 {
        left: 55%
    }
}

.tv-feature-section .tv-feature-box {
    background: var(--theme-color);
    border-radius: 23px;
    padding: 40px 40px;
    position: relative
}

.tv-feature-section .tv-feature-box .icon-top {
    position: absolute;
    top: 0;
    right: 0px;
    background: var(--light-color);
    border-bottom: 20px solid var(--light-color);
    border-left: 20px solid var(--light-color);
    border-radius: 0 0 0 40%
}

.tv-feature-section .tv-feature-box .icon-top::before {
    position: absolute;
    left: -44px;
    top: 0px;
    content: "";
    height: 24px;
    width: 24px;
    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="%23f6f5fc"></path></svg>');
    transform: rotate(90deg)
}

.tv-feature-section .tv-feature-box .icon-top::after {
    position: absolute;
    right: 0px;
    bottom: -44px;
    content: "";
    height: 24px;
    width: 24px;
    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="%23f6f5fc"></path></svg>');
    transform: rotate(90deg)
}

.tv-feature-section .tv-feature-box .icon-top .icon {
    background: var(--theme-color);
    color: var(--white-color);
    width: 52px;
    height: 52px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    transition: all .4s ease
}

.tv-feature-section .tv-feature-box .icon-top .icon i {
    position: relative;
    overflow: hidden;
    width: 14px;
    height: 14px;
    display: inline-flex
}

.tv-feature-section .tv-feature-box .icon-top .icon i svg {
    transform: translateY(-1px);
    position: absolute;
    bottom: -1px;
    left: 1px;
    transition: all .2s ease-out
}

.tv-feature-section .tv-feature-box .icon-top .icon i svg:last-child {
    left: -12px;
    bottom: -12px;
    transform: translate(0, 0);
    opacity: 0
}

.tv-feature-section .tv-feature-box:hover .logo {
    animation: wobble_vertical 1s forwards ease-in-out 0s
}

.tv-feature-section .tv-feature-box:hover .icon-top .icon i svg:first-child {
    transform: translate(16px, -16px)
}

.tv-feature-section .tv-feature-box:hover .icon-top .icon i svg:last-child {
    opacity: 1;
    visibility: visible;
    transform: translate(13px, -12px)
}

.tv-feature-section .tv-feature-box h2 {
    font-size: 26px;
    line-height: 34px;
    color: var(--white-color);
    font-weight: 600;
    font-family: var(--title-font)
}

@media(min-width: 992px)and (max-width: 1024px) {
    .tv-feature-section .tv-feature-box h2 {
        font-size: 22px
    }
}

.tv-feature-section .tv-feature-box p {
    color: var(--bs-text-color2)
}

.tv-about-section .about-left .image-box {
    position: relative;
    width: 100%;
    height: 100%
}

.tv-about-section .about-left .image-box img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover
}

@media(max-width: 991px) {
    .tv-about-section .about-left .image-box img {
        width: 100%
    }
}

.tv-about-section .about-right .right-top {
    display: flex;
    align-items: center;
    gap: 24px
}

.tv-about-section .about-right .right-top .text h4 {
    font-size: 24px;
    line-height: 28px;
    color: var(--dark-color);
    font-weight: 600;
    font-family: var(--title-font);
    margin: 10px 0
}

.tv-about-section .about-right .right-top .text p {
    font-size: 16px;
    line-height: 28px;
    color: var(--gray-color2)
}

.tv-about-section .about-right .right-top .text p a {
    color: var(--theme-color)
}

.tv-about-section .about-right p {
    font-size: 18px;
    line-height: 28px;
    color: var(--gray-color2);
    margin: 0
}

@media(min-width: 992px)and (max-width: 1024px) {
    .tv-about-section .about-right p br {
        display: none
    }
}

@media(max-width: 430px) {
    .tv-about-section .about-right p br {
        display: none
    }
}

@media(max-width: 991px) {
    .tv-about-section .about-right .image img {
        width: 100%
    }
}

.tv-about-section.style-2 .about-left .left-img {
    position: relative;
    z-index: 1;
    max-width: 466px
}

.tv-about-section.style-2 .about-left .left-img svg {
    position: absolute;
    content: "";
    z-index: -1;
    width: 100%;
    height: 100%;
    left: -14px;
    top: -10px;
    fill: var(--theme-color)
}

.tv-about-section.style-2 .about-left .left-img .image {
    -webkit-mask-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='466pt' height='447pt' viewBox='0 0 466 447' preserveAspectRatio='xMidYMid meet'><g transform='translate(0,447) scale(0.1,-0.1)' fill='%23000' stroke='none'><path d='M1940 4445 c-222 -38 -529 -153 -746 -280 -421 -246 -741 -568 -928-934 -453 -886 -309 -1932 359 -2597 225 -223 504 -393 815 -497 842 -280 1669 -123 2385 454 386 311 637 685 760 1134 84 307 87 618 10 845 -108 318 -338 543 -694 681 -42 16 -159 50 -261 75 -237 58 -293 76 -415 134 -254 121 -402 283 -580 631 -66 130 -89 164 -144 220 -38 37 -90 77 -121 92 -111 54 -277 70 -440 42z'/></g></svg>");
    -webkit-mask-repeat: no-repeat;
    -webkit-mask-size: 100% 100%;
    mask-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='466pt' height='447pt' viewBox='0 0 466 447' preserveAspectRatio='xMidYMid meet'><g transform='translate(0,447) scale(0.1,-0.1)' fill='%23000' stroke='none'><path d='M1940 4445 c-222 -38 -529 -153 -746 -280 -421 -246 -741 -568 -928-934 -453 -886 -309 -1932 359 -2597 225 -223 504 -393 815 -497 842 -280 1669 -123 2385 454 386 311 637 685 760 1134 84 307 87 618 10 845 -108 318 -338 543 -694 681 -42 16 -159 50 -261 75 -237 58 -293 76 -415 134 -254 121 -402 283 -580 631 -66 130 -89 164 -144 220 -38 37 -90 77 -121 92 -111 54 -277 70 -440 42z'/></g></svg>");
    mask-repeat: no-repeat;
    mask-size: 100% 100%;
    max-width: 100%
}

.tv-about-section.style-2 .about-left .about-left-shape {
    position: absolute;
    top: 27%;
    left: 32%
}

.tv-about-section.style-2 .about-right .about-right-content {
    display: flex;
    align-items: center;
    gap: 90px
}

@media(min-width: 992px)and (max-width: 1024px) {
    .tv-about-section.style-2 .about-right .about-right-content {
        flex-direction: column;
        align-items: start;
        gap: 20px
    }
}

@media(max-width: 575px) {
    .tv-about-section.style-2 .about-right .about-right-content {
        flex-direction: column;
        align-items: start;
        gap: 20px
    }
}

.tv-about-section.style-2 .about-right .about-right-content .content {
    display: flex;
    gap: 20px;
    align-items: start
}

.tv-about-section.style-2 .about-right .about-right-content .content .icon {
    flex-shrink: 0
}

@media(min-width: 992px)and (max-width: 1024px) {
    .tv-about-section.style-2 .about-right .about-right-content .content .icon {
        display: none
    }
}

@media(max-width: 575px) {
    .tv-about-section.style-2 .about-right .about-right-content .content .icon {
        display: none
    }
}

.tv-about-section.style-2 .about-right .about-right-content .content .text p {
    font-size: 16px;
    line-height: 26px;
    color: var(--gray-color2);
    font-family: var(--body-font)
}

.tv-about-section.style-2 .about-right .about-right-content .content .text .features {
    margin-top: 30px
}

.tv-about-section.style-2 .about-right .about-right-content .content .text .features li {
    font-size: 17px;
    line-height: 28px;
    color: var(--dark-color);
    font-weight: 500;
    font-family: var(--title-font)
}

.tv-about-section.style-2 .about-right .about-right-content .content .text .features li i {
    margin-right: 10px;
    color: var(--theme-color)
}

.tv-about-section.style-2 .about-right .about-right-content .counter {
    position: relative
}

.tv-about-section.style-2 .about-right .about-right-content .counter::before {
    position: absolute;
    content: "";
    top: -20px;
    left: -40px;
    width: 1px;
    height: 248px;
    background-color: var(--bs-border-color8)
}

@media(min-width: 992px)and (max-width: 1024px) {
    .tv-about-section.style-2 .about-right .about-right-content .counter::before {
        all: unset
    }
}

@media(max-width: 575px) {
    .tv-about-section.style-2 .about-right .about-right-content .counter::before {
        all: unset
    }
}

.tv-about-section.style-2 .about-right .about-right-content .counter .about-counter .count {
    font-size: 100px;
    line-height: 1;
    color: var(--theme-color);
    font-weight: 600;
    font-family: var(--title-font);
    display: flex;
    align-items: start
}

.tv-about-section.style-2 .about-right .about-right-content .counter .about-counter .count .plus {
    font-size: 50px;
    margin-top: 7px;
    font-weight: 700
}

.tv-about-section.style-2 .about-right .about-right-content .counter .about-counter .text p {
    font-size: 20px;
    line-height: 28px;
    color: var(--dark-color);
    font-weight: 500;
    font-family: var(--title-font);
    margin-top: 35px
}

.tv-about-section.style-2 .about-right .about-right-content .counter .scribble-shape {
    position: absolute;
    right: -10px;
    bottom: 40px;
    animation: emgSwing 1s ease-in-out 1s forwards infinite alternate;
    transform-origin: top right
}

.tv-about-section.style-3 .about-left .about-thumb {
    position: relative
}

@media(max-width: 991px) {
    .tv-about-section.style-3 .about-left .about-thumb img {
        width: 100%
    }
}

.tv-about-section.style-3 .about-left .about-thumb::before {
    position: absolute;
    content: "";
    top: 0;
    right: 30px;
    width: 1px;
    height: 585px;
    background-color: var(--bs-border-color8)
}

@media(max-width: 1199px) {
    .tv-about-section.style-3 .about-left .about-thumb::before {
        display: none
    }
}

.tv-about-section.style-3 .about-left .border {
    width: 93%;
    border-bottom: 1px solid var(--bs-border-color8) !important
}

.tv-about-section.style-3 .about-left .counter {
    margin-left: 70px
}

@media(max-width: 991px) {
    .tv-about-section.style-3 .about-left .counter {
        margin-left: 0
    }
}

.tv-about-section.style-3 .about-left .counter .about-counter {
    display: flex;
    align-items: center;
    gap: 10px;
    position: relative
}

.tv-about-section.style-3 .about-left .counter .about-counter .count-box {
    font-size: 100px;
    line-height: 1;
    color: var(--theme-color);
    font-weight: 800;
    font-family: var(--title-font);
    display: flex;
    align-items: center
}

.tv-about-section.style-3 .about-left .counter .about-counter .text span {
    font-size: 38px;
    line-height: 1;
    color: var(--theme-color);
    font-weight: 700;
    font-family: var(--title-font)
}

.tv-about-section.style-3 .about-left .counter .about-counter .text p {
    font-size: 18px;
    line-height: 24px;
    color: var(--dark-color);
    font-weight: 600;
    text-transform: uppercase;
    font-family: var(--title-font);
    margin: 0
}

.tv-about-section.style-3 .about-left .counter .about-counter .scribble {
    position: absolute;
    left: -70px;
    top: 0px
}

@media(max-width: 430px) {
    .tv-about-section.style-3 .about-right {
        flex: 1
    }
}

.tv-about-section.style-3 .about-right .video-box {
    margin-left: 50px
}

@media(min-width: 992px)and (max-width: 1024px) {
    .tv-about-section.style-3 .about-right .video-box {
        margin-left: 0
    }
}

.tv-about-section.style-3 .about-right .video-box .circle-box {
    background: var(--theme-color)
}

@media(max-width: 430px) {
    .tv-about-section.style-3 .about-right .video-box .circle-box {
        width: 150px;
        height: 150px
    }
}

.tv-about-section.style-3 .about-right .video-box .circle-box .logo-box {
    position: absolute;
    background: var(--white-color);
    width: 60px;
    height: 60px;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center
}

@media(max-width: 430px) {
    .tv-about-section.style-3 .about-right .video-box .circle-box .text-inner svg {
        width: 100px
    }
}

.tv-about-section.style-3 .about-right .profile-card {
    border-radius: 20px;
    overflow: hidden;
    text-align: center;
    position: relative
}

.tv-about-section.style-3 .about-right .profile-card::before {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    background: none;
    transition: all .4s ease-in-out;
    left: 0;
    bottom: 0;
    z-index: 1;
    background-image: linear-gradient(0deg, #061153 0%, #061153 10%, rgba(9, 73, 73, 0) 58%, rgba(9, 73, 73, 0) 100%)
}

@media(max-width: 430px) {
    .tv-about-section.style-3 .about-right .profile-card img {
        width: 100%
    }
}

.tv-about-section.style-3 .about-right .profile-card .profile-details {
    position: absolute;
    width: 100%;
    bottom: 13px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 2
}

.tv-about-section.style-3 .about-right .profile-card .profile-details .name {
    font-size: 18px;
    line-height: 24px;
    color: var(--light-color2);
    font-weight: 600;
    margin-bottom: 3px
}

.tv-about-section.style-3 .about-right .profile-card .profile-details .title {
    opacity: .6;
    font-size: 14px;
    line-height: 24px;
    color: var(--light-color2)
}

.tv-about-section.style-4 .bg.image img {
    clip-path: inset(50px 0 0 0)
}

.tv-about-section.style-4 .about-left {
    position: relative;
    margin-right: 125px
}

@media(max-width: 1500px) {
    .tv-about-section.style-4 .about-left {
        margin-right: 70px
    }
}

@media(max-width: 1399px) {
    .tv-about-section.style-4 .about-left {
        margin-right: 0
    }
}

.tv-about-section.style-4 .about-left .main-image-box {
    position: relative
}

.tv-about-section.style-4 .about-left .main-image-box img {
    max-width: inherit
}

@media(max-width: 1299px) {
    .tv-about-section.style-4 .about-left .main-image-box {
        margin-right: -80px
    }
}

@media(min-width: 992px)and (max-width: 1024px) {
    .tv-about-section.style-4 .about-left .main-image-box {
        margin-right: -170px
    }
}

@media(max-width: 991px) {
    .tv-about-section.style-4 .about-left .main-image-box {
        margin-right: 0
    }
}

.tv-about-section.style-4 .about-left .main-image-box .agency-info {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    width: 160px;
    height: 170px;
    border-radius: 30px;
    background-color: var(--theme-color);
    position: absolute;
    top: 0;
    right: -25px;
    z-index: 2
}

@media(max-width: 1399px) {
    .tv-about-section.style-4 .about-left .main-image-box .agency-info {
        top: 10px;
        right: 75px
    }
}

@media(max-width: 1299px) {
    .tv-about-section.style-4 .about-left .main-image-box .agency-info {
        display: none
    }
}

@media(min-width: 992px)and (max-width: 1024px) {
    .tv-about-section.style-4 .about-left .main-image-box .agency-info {
        display: none
    }
}

@media(max-width: 991px) {
    .tv-about-section.style-4 .about-left .main-image-box .agency-info {
        right: 171px;
        top: 120px
    }
}

@media(max-width: 853px) {
    .tv-about-section.style-4 .about-left .main-image-box .agency-info {
        right: 33px
    }
}

@media(max-width: 430px) {
    .tv-about-section.style-4 .about-left .main-image-box .agency-info {
        display: none
    }
}

.tv-about-section.style-4 .about-left .main-image-box .agency-info:hover .icon i {
    animation: mirrorEffect .5s forwards ease-in-out 0s
}

.tv-about-section.style-4 .about-left .main-image-box .agency-info .icon {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 48px;
    height: 48px;
    font-size: 25px;
    color: var(--theme-color);
    background-color: var(--white-color);
    border-radius: 50%;
    margin-bottom: 15px
}

.tv-about-section.style-4 .about-left .main-image-box .agency-info p {
    font-size: 15px;
    line-height: 20px;
    color: var(--white-color);
    font-weight: 500;
    margin-bottom: 0;
    text-align: center
}

.tv-about-section.style-4 .about-left .main-image-box .image-group .image1 {
    margin-right: 160px;
    direction: rtl
}

@media(min-width: 992px)and (max-width: 1024px) {
    .tv-about-section.style-4 .about-left .main-image-box .image-group .image1 {
        direction: inherit
    }
}

@media(max-width: 991px) {
    .tv-about-section.style-4 .about-left .main-image-box .image-group .image1 {
        direction: inherit;
        margin-right: 0
    }
}

@media(max-width: 430px) {
    .tv-about-section.style-4 .about-left .main-image-box .image-group .image1 img {
        max-width: 100% !important
    }
}

.tv-about-section.style-4 .about-left .main-image-box .image-group .image2 {
    display: flex;
    justify-content: end;
    margin-top: -205px;
    margin-right: -70px
}

@media(max-width: 1399px) {
    .tv-about-section.style-4 .about-left .main-image-box .image-group .image2 {
        margin-right: 30px
    }
}

@media(max-width: 1299px) {
    .tv-about-section.style-4 .about-left .main-image-box .image-group .image2 {
        margin-right: 120px
    }
}

@media(min-width: 992px)and (max-width: 1024px) {
    .tv-about-section.style-4 .about-left .main-image-box .image-group .image2 {
        margin-right: 230px
    }
}

@media(max-width: 991px) {
    .tv-about-section.style-4 .about-left .main-image-box .image-group .image2 {
        margin-right: 400px
    }
}

@media(max-width: 853px) {
    .tv-about-section.style-4 .about-left .main-image-box .image-group .image2 {
        margin-right: 240px
    }
}

@media(max-width: 767px) {
    .tv-about-section.style-4 .about-left .main-image-box .image-group .image2 {
        margin-right: 160px
    }
}

@media(max-width: 575px) {
    .tv-about-section.style-4 .about-left .main-image-box .image-group .image2 {
        margin-right: 150px
    }
}

@media(max-width: 540px) {
    .tv-about-section.style-4 .about-left .main-image-box .image-group .image2 {
        margin-right: 0;
        justify-content: center
    }
}

@media(max-width: 430px) {
    .tv-about-section.style-4 .about-left .main-image-box .image-group .image2 {
        margin-top: 30px
    }
}

@media(max-width: 430px) {
    .tv-about-section.style-4 .about-left .main-image-box .image-group .image2 .inner-box {
        width: 100%
    }
}

@media(max-width: 430px) {
    .tv-about-section.style-4 .about-left .main-image-box .image-group .image2 .inner-box img {
        width: 100%
    }
}

.tv-about-section.style-4 .about-left .main-image-box .info-box {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 15px;
    width: 310px;
    height: 120px;
    border-radius: 30px;
    filter: drop-shadow(0px 20px 25px rgba(211, 217, 234, 0.6));
    background-color: hsla(0, 0%, 100%, 0);
    -webkit-backdrop-filter: blur(10px);
    backdrop-filter: blur(10px);
    border: 1px solid var(--white-color);
    position: absolute;
    z-index: 2;
    bottom: 0px;
    left: -120px;
    box-shadow: 0 6px 15px rgba(0, 0, 0, .08), 0 2px 6px rgba(0, 0, 0, .05)
}

@media(max-width: 1500px) {
    .tv-about-section.style-4 .about-left .main-image-box .info-box {
        left: -50px
    }
}

@media(max-width: 1399px) {
    .tv-about-section.style-4 .about-left .main-image-box .info-box {
        left: -50px
    }
}

@media(max-width: 1299px) {
    .tv-about-section.style-4 .about-left .main-image-box .info-box {
        bottom: 70px;
        z-index: 1;
        display: none
    }
}

@media(min-width: 992px)and (max-width: 1024px) {
    .tv-about-section.style-4 .about-left .main-image-box .info-box {
        display: none
    }
}

@media(max-width: 991px) {
    .tv-about-section.style-4 .about-left .main-image-box .info-box {
        bottom: 40px
    }
}

@media(max-width: 575px) {
    .tv-about-section.style-4 .about-left .main-image-box .info-box {
        display: none
    }
}

.tv-about-section.style-4 .about-left .main-image-box .info-box .img {
    border-radius: 50%
}

.tv-about-section.style-4 .about-left .main-image-box .info-box .info .name {
    font-size: 20px;
    color: var(--dark-color);
    font-weight: 500;
    margin-bottom: 0
}

.tv-about-section.style-4 .about-left .main-image-box .info-box .info .position {
    font-size: 15px;
    color: var(--gray-color);
    margin-bottom: 0
}

.tv-about-section.style-4 .about-left .dot-shape {
    position: absolute;
    top: 50px;
    right: 10px
}

@media(min-width: 1024px)and (max-width: 1399px) {
    .tv-about-section.style-4 .about-left .dot-shape {
        display: none
    }
}

@media(max-width: 991px) {
    .tv-about-section.style-4 .about-left .dot-shape {
        right: 320px
    }
}

@media(max-width: 912px) {
    .tv-about-section.style-4 .about-left .dot-shape {
        right: 250px
    }
}

@media(max-width: 820px) {
    .tv-about-section.style-4 .about-left .dot-shape {
        right: 150px
    }
}

@media(max-width: 575px) {
    .tv-about-section.style-4 .about-left .dot-shape {
        display: none
    }
}

.tv-about-section.style-4 .about-left .circle-path_shape {
    position: absolute;
    content: "";
    left: 120px;
    top: 200px;
    width: 258px;
    height: 258px;
    border-radius: 50%;
    background-color: var(--theme-color);
    z-index: -1
}

@media(max-width: 430px) {
    .tv-about-section.style-4 .about-left .circle-path_shape {
        top: 150px
    }
}

@media(min-width: 992px)and (max-width: 1024px) {
    .tv-about-section.style-4 .about-left .circle-path_shape {
        left: 60px
    }
}

@media(max-width: 991px) {
    .tv-about-section.style-4 .about-left .circle-path_shape {
        left: 100px
    }
}

@media(max-width: 767px) {
    .tv-about-section.style-4 .about-left .circle-path_shape {
        left: 100px
    }
}

@media(max-width: 575px) {
    .tv-about-section.style-4 .about-left .circle-path_shape {
        display: none
    }
}

.tv-about-section.style-4 .about-content-wrap {
    position: relative
}

.tv-about-section.style-4 .about-content-wrap .about-content .about-feature .feature-text h5 {
    font-size: 20px;
    margin-bottom: 0
}

@media(max-width: 575px) {
    .tv-about-section.style-4 .about-content-wrap .about-content .about-feature .feature-text h5 {
        font-size: 18px
    }
}

.tv-about-section.style-4 .about-content-wrap .about-content {
    display: flex;
    gap: 20px
}

@media(max-width: 1024px) {
    .tv-about-section.style-4 .about-content-wrap .about-content {
        flex-direction: column
    }
}

.tv-about-section.style-4 .about-content-wrap .about-content .about-feature {
    display: flex;
    align-items: center;
    gap: 20px
}

.tv-about-section.style-4 .about-content-wrap .about-content .about-feature:hover .feature-icon i {
    animation: mirror_effect .8s forwards ease-in-out 0s
}

.tv-about-section.style-4 .about-content-wrap .about-content .about-feature .feature-icon {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-shrink: 0;
    width: 60px;
    height: 60px;
    border-radius: 50%;
    font-size: 30px;
    background: var(--theme-color);
    border: 1px solid var(--bs-border-color10);
    color: var(--white-color)
}

.tv-about-section.style-4 .about-content-wrap .about-content .about-feature .feature-text h5 {
    margin-bottom: 6px
}

.tv-about-section.style-4 .about-content-wrap .about-content .about-feature .feature-text p {
    font-size: 15px;
    margin-bottom: 0
}

.tv-about-section.style-4 .about-content-wrap .about-content .about-stats {
    width: 180px;
    height: 220px;
    padding: 22px 0 0;
    border-radius: 10px;
    filter: drop-shadow(0px 20px 45px var(--bs-bg-color6));
    background-color: var(--white-color);
    border-top: 5px solid var(--theme-color);
    flex-shrink: 0;
    text-align: center
}

.tv-about-section.style-4 .about-content-wrap .about-content .about-stats h2 {
    font-size: 50px;
    line-height: 1.1;
    color: var(--dark-color);
    font-weight: 500;
    margin-bottom: 0
}

.tv-about-section.style-4 .about-content-wrap .about-content .about-stats h2>span {
    position: relative
}

.tv-about-section.style-4 .about-content-wrap .about-content .about-stats h2>span::before {
    content: "+";
    position: absolute;
    right: -20px;
    top: 0;
    font-size: 35px;
    font-weight: 300
}

.tv-about-section.style-4 .about-content-wrap .about-content .about-stats>span {
    font-size: 44px;
    color: var(--theme-color)
}

.tv-about-section.style-4 .about-content-wrap .about-content .about-stats p {
    font-size: 15px;
    margin: 4px 0 0
}

.tv-about-section.style-4 .about-content-wrap .features li {
    position: relative;
    padding-left: 25px;
    font-size: 18px;
    line-height: 1;
    color: var(--dark-color);
    font-weight: 500;
    font-family: var(--title-font)
}

.tv-about-section.style-4 .about-content-wrap .features li+li {
    margin-top: 20px
}

.tv-about-section.style-4 .about-content-wrap .features li::before {
    position: absolute;
    content: "";
    top: 50%;
    transform: translateY(-50%);
    transition: all .4s ease;
    content: "";
    left: 0;
    font-family: var(--icon-font);
    color: var(--theme-color);
    font-size: 15px;
    font-weight: 900
}

.tv-service-section .tv-service-inner {
    border-radius: 0 0 30px 30px
}

@media(max-width: 1399px) {
    .tv-service-section .tv-service-inner {
        border-radius: 0
    }
}

.tv-service-section .tv-service-inner .tv-service-item {
    position: relative;
    display: flex;
    align-items: center;
    background: var(--light-color);
    padding: 20px;
    border-radius: 20px;
    overflow: hidden;
    width: 100%
}

@media(max-width: 912px) {
    .tv-service-section .tv-service-inner .tv-service-item {
        flex-direction: column;
        gap: 30px
    }
}

.tv-service-section .tv-service-inner .tv-service-item .service-number {
    background: var(--theme-color3);
    position: absolute;
    top: 0;
    right: 0;
    height: 94px;
    width: 94px;
    color: var(--white-color);
    font-size: 30px;
    font-family: var(--title-font);
    border-radius: 0 0 0 30px;
    display: flex;
    justify-content: center;
    align-items: center
}

@media(max-width: 1024px) {
    .tv-service-section .tv-service-inner .tv-service-item .service-number {
        background: var(--light-color);
        color: var(--dark-color)
    }
}

.tv-service-section .tv-service-inner .tv-service-item .service-number:before {
    position: absolute;
    left: -24px;
    top: 0px;
    content: "";
    height: 24px;
    width: 24px;
    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="%23061153"></path></svg>');
    transform: rotate(90deg)
}

@media(max-width: 1024px) {
    .tv-service-section .tv-service-inner .tv-service-item .service-number:before {
        all: unset
    }
}

.tv-service-section .tv-service-inner .tv-service-item .service-number::after {
    position: absolute;
    right: 0;
    bottom: -24px;
    content: "";
    height: 24px;
    width: 24px;
    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="%23061153"></path></svg>');
    transform: rotate(90deg)
}

@media(max-width: 1024px) {
    .tv-service-section .tv-service-inner .tv-service-item .service-number::after {
        all: unset
    }
}

.tv-service-section .tv-service-inner .tv-service-item .service-left {
    position: relative;
    min-width: 300px
}

@media(max-width: 912px) {
    .tv-service-section .tv-service-inner .tv-service-item .service-left {
        width: 100%
    }
}

.tv-service-section .tv-service-inner .tv-service-item .service-left img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    border-radius: 20px
}

@media(max-width: 1024px) {
    .tv-service-section .tv-service-inner .tv-service-item .service-left img {
        height: 340px
    }
}

@media(max-width: 912px) {
    .tv-service-section .tv-service-inner .tv-service-item .service-left img {
        height: inherit
    }
}

.tv-service-section .tv-service-inner .tv-service-item .service-left .video-btn a {
    position: absolute;
    top: 30px;
    left: 30px;
    background: var(--theme-color);
    color: var(--white-color);
    width: 55px;
    height: 55px;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    transform: scale(0);
    transition: all .4s ease 0s;
    font-size: 20px;
    opacity: 0
}

.tv-service-section .tv-service-inner .tv-service-item .service-right {
    padding: 0 40px 0 60px
}

@media(max-width: 1024px) {
    .tv-service-section .tv-service-inner .tv-service-item .service-right {
        padding: 0 20px 0 20px
    }
}

.tv-service-section .tv-service-inner .tv-service-item .service-right h6 {
    font-size: 14px;
    line-height: 22px;
    color: var(--gray-color2);
    font-weight: 500;
    font-family: var(--title-font);
    border-radius: 16px;
    background-color: hsla(0, 0%, 100%, .0509803922);
    border: 1px solid var(--bs-border-color8);
    display: inline-block;
    padding: 3px 20px
}

.tv-service-section .tv-service-inner .tv-service-item .service-right h2 {
    font-size: 30px;
    line-height: 40px;
    color: var(--dark-color);
    font-weight: 600;
    font-family: var(--title-font)
}

@media(max-width: 414px) {
    .tv-service-section .tv-service-inner .tv-service-item .service-right h2 br {
        display: none
    }
}

@media(max-width: 1024px) {
    .tv-service-section .tv-service-inner .tv-service-item .service-right p br {
        display: none
    }
}

.tv-service-section .tv-service-inner .tv-service-item .service-right .learn-more {
    color: var(--dark-color);
    font-weight: 500;
    display: inline-block;
    padding: 0 24px;
    background: rgba(0, 0, 0, 0);
    line-height: 40px;
    border-radius: 20px;
    border: 1px solid var(--bs-border-color);
    position: relative;
    z-index: 1;
    overflow: hidden
}

.tv-service-section .tv-service-inner .tv-service-item .service-right .learn-more::before {
    position: absolute;
    content: "";
    left: 50%;
    top: 0;
    width: 0;
    height: 100%;
    background: var(--theme-color);
    z-index: -1;
    transition: all .4s ease 0s
}

.tv-service-section .tv-service-inner .tv-service-item .service-right .learn-more:hover {
    color: var(--white-color)
}

.tv-service-section .tv-service-inner .tv-service-item .service-right .learn-more:hover::before {
    width: 100%;
    left: 0
}

.tv-service-section .tv-service-inner .tv-service-item .service-right .border::before {
    position: absolute;
    content: "";
    left: 50%;
    top: 0;
    width: 0;
    height: 1px;
    background: var(--theme-color);
    transition: all .4s ease 0s
}

@media(max-width: 1024px) {
    .tv-service-section .tv-service-inner .tv-service-item .service-right .border {
        margin-top: 0 !important;
        margin-bottom: 20px !important
    }
}

.tv-service-section .tv-service-inner .tv-service-item .service-right .tags {
    display: flex;
    /*grid-template-columns: repeat(3, 1fr);*/
    /*gap: 10px;*/
    /*max-width: 300px*/
}

@media(max-width: 430px) {
    .tv-service-section .tv-service-inner .tv-service-item .service-right .tags {
        grid-template-columns: repeat(2, 1fr)
    }
}

.tv-service-section .tv-service-inner .tv-service-item .service-right .tags span {
    padding: 4px 20px;
    border-radius: 16px;
    cursor: pointer;
    transition: .3s;
    border: 1px solid var(--bs-border-color8);
    font-size: 14px;
    line-height: 22px;
    text-align: center;
    color: var(--gray-color2);
    font-weight: 500;
    font-family: var(--title-font)
}

.tv-service-section .tv-service-inner .tv-service-item .service-right .tags span:hover {
    background: var(--theme-color);
    color: var(--white-color)
}

.tv-service-section .tv-service-inner .tv-service-item:hover .service-left .video-btn a {
    opacity: 1;
    transform: scale(1)
}

.tv-service-section .tv-service-inner .tv-service-item:hover .service-right .border::before {
    width: 100%;
    left: 0
}

.tv-service-item-inner {
    display: flex;
    align-items: center;
    flex-direction: column;
    gap: 30px
}

.tv-service-section.style-2 .tv-service-inner {
    border-radius: 30px
}

@media(max-width: 1399px) {
    .tv-service-section.style-2 .tv-service-inner {
        border-radius: 0
    }
}

.tv-service-single-box {
    background: var(--white-color);
    padding: 50px 40px;
    transition: all .4s ease 0s;
    position: relative;
    background: var(--bs-bg-color5);
    border: 1px solid var(--bs-border-color7);
    -webkit-backdrop-filter: blur(10px);
    backdrop-filter: blur(10px);
    border-radius: 30px;
    overflow: hidden;
    z-index: 1
}

.tv-service-single-box .inner-box {
    position: relative;
    z-index: 1;
    text-align: center
}

.tv-service-single-box .inner-box .icon {
    background: var(--bs-bg-color14);
    border: 1px solid var(--bs-border-color7);
    display: flex;
    justify-content: center;
    align-items: center;
    height: 84px;
    width: 84px;
    border-radius: 50%;
    margin: 0 auto;
    z-index: 1;
    position: relative;
    transition: all .4s ease 0s
}

.tv-service-single-box .inner-box .title {
    font-size: 26px;
    line-height: 34px;
    font-weight: 600;
    margin-top: 30px;
    color: var(--white-color);
    transition: all .4s ease 0s
}

@media(max-width: 1399px) {
    .tv-service-single-box .inner-box .title {
        font-size: 23px
    }
}

@media(min-width: 1281px)and (max-width: 1299px) {
    .tv-service-single-box .inner-box .title {
        font-size: 20px
    }
}

.tv-service-single-box .inner-box .border2 {
    position: relative;
    left: 50%;
    height: 1px;
    width: 90px;
    background-color: var(--bs-border-color8);
    transform: translateX(-50%)
}

.tv-service-single-box .inner-box .border2::before {
    position: absolute;
    content: "";
    left: 50%;
    top: 0;
    width: 0;
    height: 1px;
    background: var(--theme-color);
    transition: all .4s ease 0s
}

.tv-service-single-box .inner-box .text {
    transition: all .4s ease 0s;
    color: var(--bs-text-color2);
    margin: 0
}

.tv-service-single-box .inner-box .theme-btn {
    color: var(--dark-color);
    padding: 10px 25px;
    font-size: 14px;
    border-radius: 24px;
    overflow: hidden;
    color: var(--white-color);
    background-color: rgba(0, 0, 0, 0);
    border: 1px solid var(--bs-text-color3)
}

.tv-service-single-box .inner-box .theme-btn::before,
.tv-service-single-box .inner-box .theme-btn::after {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    width: 20%;
    opacity: 0;
    background: var(--theme-color);
    transition: all .5s ease-in-out;
    z-index: -1;
    transform: skewx(0deg)
}

.tv-service-single-box .inner-box .theme-btn .link-effect .effect-1 {
    font-size: 14px;
    line-height: 26px;
    color: var(--white-color);
    font-weight: 500;
    font-family: var(--title-font)
}

.tv-service-single-box .inner-box .theme-btn::before {
    left: 0
}

.tv-service-single-box .inner-box .theme-btn::after {
    right: 0
}

.tv-service-single-box .inner-box .theme-btn i {
    margin-left: 10px;
    font-size: 14px;
    margin-top: 2px
}

.tv-service-single-box::before {
    position: absolute;
    content: "";
    /*background-image: url("../images/service/hm2-bg02.webp");*/
    background: linear-gradient(to bottom, #003a7054, #5da356);
    top: 0;
    width: 0;
    height: 100%;
    left: 50%;
    background-size: cover;
    transition: all .4s ease 0s;
    z-index: -1;
    opacity: 0;
    visibility: hidden
}
.tv-service-section.inner 
.tv-service-inner 
.tv-service-single-box:hover 
.inner-box p {
  color: #fff;
}

.tv-service-single-box:hover {
    border-color: rgba(0, 0, 0, 0)
}

.tv-service-single-box:hover::before {
    left: 0;
    width: 100%;
    opacity: 1;
    visibility: visible
}

.tv-service-single-box:hover .inner-box .title {
    color: var(--theme-color3)
}

.tv-service-single-box:hover .inner-box .text {
    color: var(--gray-color2)
}

.tv-service-single-box:hover .inner-box .icon {
    background: rgba(0, 0, 0, 0);
    border-color: var(--theme-color)
}

.tv-service-single-box:hover .inner-box .border2::before {
    width: 100%;
    left: 0
}

.tv-service-single-box:hover .inner-box .theme-btn {
    border: 1px solid rgba(0, 0, 0, 0);
    color: var(--white-color)
}

.tv-service-single-box:hover .inner-box .theme-btn::before,
.tv-service-single-box:hover .inner-box .theme-btn::after {
    opacity: 1;
    width: 100%
}

.tv-service-section.inner .tv-service-inner .tv-service-single-box {
    background: var(--white-color);
    border: none
}

.tv-service-section.inner .tv-service-inner .tv-service-single-box .inner-box .icon {
    border: 1px solid var(--bs-border-color8)
}

.tv-service-section.inner .tv-service-inner .tv-service-single-box .inner-box .title {
    color: var(--dark-color)
}
.tv-service-section.inner 
.tv-service-inner 
.tv-service-single-box:hover 
.inner-box .title {
  color: #003a70;
}


.tv-service-section.inner .tv-service-inner .tv-service-single-box .inner-box p {
    color: var(--gray-color2)
}

.tv-service-section.inner .tv-service-inner .tv-service-single-box .inner-box .theme-btn {
    border: 1px solid var(--bs-border-color8);
    color: var(--dark-color)
}

.tv-service-section.inner .tv-service-inner .tv-service-single-box .inner-box .theme-btn .link-effect span {
    color: var(--dark-color)
}

.tv-service-section.inner .tv-service-inner .tv-service-single-box:hover {
    border: none
}

.tv-service-section.inner .tv-service-inner .tv-service-single-box:hover .icon {
    border: 1px solid var(--theme-color)
}

.tv-service-section.inner .tv-service-inner .tv-service-single-box:hover .theme-btn {
    border: 1px solid var(--bs-border-color8);
    color: var(--white-color)
}

.tv-service-section.inner .tv-service-inner .tv-service-single-box:hover .theme-btn .link-effect span {
    color: var(--white-color)
}

.tv-service-wrapper .tv-service-item-two {
    background: var(--dark-color);
    padding: 40px 0;
    border-top: 1px solid var(--bs-border-color5);
    z-index: 1;
    top: 50px;
    overflow: hidden
}

@media(min-width: 991px) {
    .tv-service-wrapper .tv-service-item-two {
        position: sticky;
        top: 150px
    }
}

.tv-service-wrapper .tv-service-item-two:last-child {
    border-bottom: 1px solid var(--bs-border-color5)
}

.tv-service-wrapper .tv-service-item-two .tv-service-inner {
    display: flex;
    justify-content: space-between
}

@media(max-width: 912px) {
    .tv-service-wrapper .tv-service-item-two .tv-service-inner {
        flex-direction: column;
        gap: 20px
    }
}

.tv-service-wrapper .tv-service-item-two .tv-service-inner .inner-box {
    display: flex
}

@media(max-width: 912px) {
    .tv-service-wrapper .tv-service-item-two .tv-service-inner .inner-box {
        flex-direction: column;
        align-items: start
    }
}

.tv-service-wrapper .tv-service-item-two .tv-service-inner .inner-box .number {
    font-size: 24px;
    line-height: 1;
    color: var(--white-color);
    font-weight: 500;
    font-family: var(--title-font);
    margin-top: 7px
}

.tv-service-wrapper .tv-service-item-two .tv-service-inner .inner-box .content {
    margin-left: 282px
}

@media(min-width: 992px)and (max-width: 1024px) {
    .tv-service-wrapper .tv-service-item-two .tv-service-inner .inner-box .content {
        margin-left: 100px
    }
}

@media(max-width: 991px) {
    .tv-service-wrapper .tv-service-item-two .tv-service-inner .inner-box .content {
        margin-left: 80px
    }
}

@media(max-width: 912px) {
    .tv-service-wrapper .tv-service-item-two .tv-service-inner .inner-box .content {
        margin-left: 0;
        margin-top: 20px
    }
}

.tv-service-wrapper .tv-service-item-two .tv-service-inner .inner-box .content h2 a {
    font-size: 70px;
    line-height: 1;
    color: var(--white-color);
    font-weight: 700;
    font-family: var(--title-font)
}

@media(max-width: 430px) {
    .tv-service-wrapper .tv-service-item-two .tv-service-inner .inner-box .content h2 a {
        font-size: 40px
    }
}

.tv-service-wrapper .tv-service-item-two .tv-service-inner .inner-box .content p {
    opacity: .502;
    font-size: 16px;
    line-height: 26px;
    color: var(--white-color);
    font-family: var(--body-font)
}

@media(max-width: 430px) {
    .tv-service-wrapper .tv-service-item-two .tv-service-inner .inner-box .content p br {
        display: none
    }
}

.tv-service-wrapper .tv-service-item-two .tv-service-inner .inner-box .content .tags {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    max-width: 400px;
    margin-top: 75px
}

@media(max-width: 912px) {
    .tv-service-wrapper .tv-service-item-two .tv-service-inner .inner-box .content .tags {
        margin-top: 40px
    }
}

@media(max-width: 430px) {
    .tv-service-wrapper .tv-service-item-two .tv-service-inner .inner-box .content .tags {
        grid-template-columns: repeat(2, auto)
    }
}

.tv-service-wrapper .tv-service-item-two .tv-service-inner .inner-box .content .tags span {
    padding: 4px 20px;
    border-radius: 16px;
    cursor: pointer;
    transition: .3s;
    border: 1px solid var(--bs-border-color5);
    font-size: 14px;
    line-height: 22px;
    text-align: center;
    color: var(--bs-text-color4);
    font-weight: 500;
    font-family: var(--title-font)
}

.tv-service-wrapper .tv-service-item-two .tv-service-inner .inner-box .content .tags span:hover {
    background: var(--theme-color);
    color: var(--white-color);
    border: 1px solid var(--theme-color)
}

.tv-service-wrapper .tv-service-item-two .tv-service-inner .thumb {
    border-radius: 24px
}

@media(max-width: 912px) {
    .tv-service-wrapper .tv-service-item-two .tv-service-inner .thumb img {
        width: 100%
    }
}

.tv-service-section.style-4 .tv-service-inner {
    border-radius: 30px 30px 0 0
}

@media(max-width: 1399px) {
    .tv-service-section.style-4 .tv-service-inner {
        border-radius: 0
    }
}

.tv-service-section.style-4 .tv-service-inner::before {
    position: absolute;
    content: "";
    z-index: 0;
    bottom: 377px;
    left: 0;
    height: 100%;
    width: 100%;
    background: var(--dark-color);
    border-radius: 30px 30px 0 0
}

.tv-service-section.style-4 .tv-service-inner::after {
    position: absolute;
    content: "";
    z-index: 0;
    bottom: 3px;
    left: 0;
    height: 100%;
    width: 100%;
    border-radius: 30px 30px 0 0;
    background-image: url(../images/service/hm4-bg01.png);
    background-repeat: no-repeat;
    mix-blend-mode: screen
}

.tv-service-section.style-4 .tv-service-inner .service-title-area .service-btn-wrapper {
    z-index: 1
}

.tv-service-section.style-4 .tv-service-inner .service-title-area .service-btn-wrapper .array-button {
    padding: 10px;
    border-radius: 50px;
    border: 1px solid var(--bs-border-color7);
    background: var(--bs-bg-color14);
    margin-top: 30px
}

@media(max-width: 767px) {
    .tv-service-section.style-4 .tv-service-inner .service-title-area .service-btn-wrapper .array-button {
        display: inline-flex;
        margin-top: 0
    }
}

.service-box-four {
    position: relative;
    overflow: hidden;
    border-radius: 30px
}

.service-box-four.current .image-box .thumb img,
.service-box-four:hover .image-box .thumb img {
    transform: scale(1.1)
}

.service-box-four.current .image-box .service-icon,
.service-box-four:hover .image-box .service-icon {
    color: var(--white-color)
}

.service-box-four.current .image-box .service-icon::before,
.service-box-four:hover .image-box .service-icon::before {
    width: 100%
}

.service-box-four.current .image-box .service-icon img,
.service-box-four:hover .image-box .service-icon img {
    filter: brightness(0) invert(1)
}

.service-box-four.current .image-box .service-icon svg,
.service-box-four:hover .image-box .service-icon svg {
    fill: var(--white-color)
}

.service-box-four.current .content::before,
.service-box-four:hover .content::before {
    width: 100%
}

.service-box-four.current .content .service-btn,
.service-box-four:hover .content .service-btn {
    padding-left: 195px;
    color: var(--theme-color)
}

@media(max-width: 1399px) {

    .service-box-four.current .content .service-btn,
    .service-box-four:hover .content .service-btn {
        padding-left: 175px
    }
}

@media(min-width: 992px)and (max-width: 1024px) {

    .service-box-four.current .content .service-btn,
    .service-box-four:hover .content .service-btn {
        padding-left: 152px
    }
}

@media(max-width: 375px) {

    .service-box-four.current .content .service-btn,
    .service-box-four:hover .content .service-btn {
        padding-left: 156px
    }
}

.service-box-four.current .content .service-btn::before,
.service-box-four:hover .content .service-btn::before {
    width: 190px
}

@media(max-width: 1399px) {

    .service-box-four.current .content .service-btn::before,
    .service-box-four:hover .content .service-btn::before {
        width: 160px
    }
}

@media(min-width: 992px)and (max-width: 1024px) {

    .service-box-four.current .content .service-btn::before,
    .service-box-four:hover .content .service-btn::before {
        width: 144px
    }
}

@media(max-width: 375px) {

    .service-box-four.current .content .service-btn::before,
    .service-box-four:hover .content .service-btn::before {
        width: 150px
    }
}

.service-box-four .image-box {
    position: relative;
    z-index: 1
}

.service-box-four .image-box img {
    transition: all .4s ease 0s
}

.service-box-four .image-box .thumb {
    overflow: hidden
}

.service-box-four .image-box .thumb img {
    width: 100%
}

.service-box-four .image-box .service-icon {
    position: absolute;
    left: 40px;
    bottom: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 90px;
    height: 90px;
    background-color: var(--bs-bg-color14);
    -webkit-backdrop-filter: blur(30px);
    backdrop-filter: blur(30px);
    font-size: 46px;
    color: var(--dark-color);
    border-radius: 20px 20px 0 0;
    overflow: hidden
}

.service-box-four .image-box .service-icon::before {
    content: "";
    position: absolute;
    z-index: -1;
    left: 0;
    top: 0;
    width: 0;
    height: 100%;
    background: var(--theme-color);
    transition: all .4s ease 0s
}

.service-box-four .image-box .service-icon svg {
    fill: var(--dark-color);
    width: 46px;
    height: 46px
}

.service-box-four .content {
    margin-left: 40px;
    margin-top: -30px;
    padding: 43px 34px 43px 36px;
    background: var(--light-color);
    position: relative;
    z-index: 1;
    border-radius: 0 0 0 30px;
    overflow: hidden
}

@media(max-width: 1199px) {
    .service-box-four .content {
        margin-left: 0
    }
}

@media(min-width: 992px)and (max-width: 1024px) {
    .service-box-four .content {
        padding: 43px 20px 43px 20px
    }
}

.service-box-four .title {
    font-size: 24px;
    color: var(--dark-color);
    font-weight: 600
}

.service-box-four .service-btn {
    font-size: 16px;
    color: var(--dark-color);
    font-weight: 500;
    position: relative;
    z-index: 1
}

.service-box-four .service-btn::before {
    content: "";
    position: absolute;
    left: 0;
    top: 10px;
    width: 0;
    height: 1px;
    background: var(--theme-color);
    z-index: -1;
    transition: all .4s ease 0s
}

.service-details {
    position: relative
}

.service-sidebar {
    position: sticky;
    top: 100px;
    display: block;
    max-width: 392px;
    width: 100%
}

@media(max-width: 991px) {
    .service-sidebar {
        max-width: 100%;
        margin-bottom: 40px
    }
}

.service-sidebar .service-sidebar-single {
    position: relative;
    display: block
}

.service-sidebar-single .widget-box {
    width: 100%;
    margin-bottom: 30px;
    padding: 35px 35px 40px;
    border-radius: 20px;
    background-color: var(--white-color)
}

@media(min-width: 1024px)and (max-width: 1280px) {
    .service-sidebar-single .widget-box {
        padding: 35px 25px 40px
    }
}

.service-sidebar-single .widget-box:last-child {
    margin-bottom: 0
}

.service-sidebar-single .sidebar-title {
    font-size: 24px;
    font-weight: 500;
    color: var(--dark-color);
    margin-bottom: 26px;
    background-color: rgba(0, 0, 0, 0);
    padding: 0;
    padding-left: 12px;
    border-radius: 0;
    position: relative;
    z-index: 1
}

.service-sidebar-single .sidebar-title:before {
    position: absolute;
    content: "";
    left: 0;
    top: 6px;
    width: 2px;
    height: 20px;
    background: var(--theme-color)
}

.sidebar-service-list {
    margin: 0
}

.sidebar-service-list li+li {
    margin-top: 15px
}

.sidebar-service-list li a {
    color: var(--dark-color);
    font-size: 16px;
    font-weight: 500;
    position: relative;
    z-index: 1;
    display: block;
    background-color: var(--light-color);
    padding: 15px 45px;
    border-radius: 7px;
    transition: all .4s ease 0s
}

.sidebar-service-list li a::before {
    position: absolute;
    content: "";
    left: 25px;
    top: 50%;
    transform: translateY(-50%);
    font-size: 16px;
    font-family: var(--icon-font);
    color: var(--theme-color);
    transition: all .4s ease 0s
}

.sidebar-service-list li a:hover {
    color: var(--white-color)
}

.sidebar-service-list li a:hover::before {
    color: var(--white-color)
}

.sidebar-service-list li a:hover::after {
    width: 100%
}

.sidebar-service-list li a::after {
    position: absolute;
    content: "";
    left: 0;
    top: 0;
    height: 100%;
    width: 0;
    background: var(--theme-color);
    border-radius: 7px;
    transition: all .4s ease 0s;
    z-index: -1
}

.sidebar-service-list li a i {
    position: absolute;
    top: 50%;
    right: 20px;
    transform: translateY(-50%);
    transition: all .4s ease 0s;
    color: var(--light-color);
    font-size: 16px
}

.sidebar-service-list li.current a {
    color: var(--white-color)
}

.sidebar-service-list li.current a::before {
    color: var(--white-color)
}

.sidebar-service-list li.current a::after {
    width: 100%
}

.widget-box.service-details-help {
    position: relative;
    z-index: 1;
    overflow: hidden;
    padding: 50px 35px 55px;
    text-align: center
}

.widget-box.service-details-help:hover .icon img {
    animation: wobble_vertical .8s forwards ease-in-out 0s
}

.widget-box.service-details-help .icon {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 90px;
    height: 90px;
    border-radius: 50%;
    background-color: var(--theme-color);
    margin: 0 auto 34px
}

.widget-box.service-details-help .icon img {
    transition: all .4s ease 0s;
    filter: brightness(0) invert(1)
}

.widget-box.service-details-help .help-title {
    font-size: 30px;
    color: var(--white-color);
    font-weight: 500;
    margin-bottom: 20px
}

@media(min-width: 1024px)and (max-width: 1280px) {
    .widget-box.service-details-help .help-title {
        font-size: 20px;
        margin-bottom: 20px
    }
}

@media(max-width: 767px) {
    .widget-box.service-details-help .help-title {
        margin-bottom: 20px
    }
}

@media(max-width: 375px) {
    .widget-box.service-details-help .help-title br {
        display: none
    }
}

.widget-box.service-details-help .text {
    color: var(--bs-text-color2);
    margin-bottom: 38px
}

.service-download-btn .theme-btn {
    text-align: left;
    justify-content: start;
    border-radius: 7px;
    padding: 17px 35px
}

@media(min-width: 1024px)and (max-width: 1280px) {
    .service-download-btn .theme-btn {
        padding: 13px 10px !important
    }
}

@media(max-width: 375px) {
    .service-download-btn .theme-btn {
        padding-right: 0;
        padding-left: 10px
    }
}

.service-download-btn .theme-btn.btn-style-2 {
    color: var(--white-color)
}

.service-download-btn .theme-btn.btn-style-2:hover {
    color: var(--white-color)
}

.services-details__content h3 {
    font-size: 32px
}

@media(max-width: 375px) {
    .services-details__content h3 {
        font-size: 25px
    }
}

@media(max-width: 767px) {
    .services-details__content h3 br {
        display: none
    }
}

.services-details__content .title-two {
    margin-top: 33px
}

.services-details__content p {
    font-size: 16px
}

.service-details-block {
    padding: 30px;
    background-color: var(--white-color);
    border-radius: 16px
}

.service-details-block .inner-box .icon {
    display: inline-block;
    width: 60px;
    height: 60px;
    line-height: 60px;
    text-align: center;
    background: var(--theme-color);
    border-radius: 50%
}

.service-details-block .inner-box .icon img {
    transition: all 500ms ease
}

@media(min-width: 1024px)and (max-width: 1280px) {
    .service-details-block .inner-box .title {
        font-size: 16px
    }
}

.service-details-block:hover .inner-box .icon img {
    transform: scaleX(-1)
}

.featured-list .list-style-1 li {
    color: var(--dark-color)
}

.featured-list .list-style-1 li+li {
    margin-top: 13px
}

.featured-list .list-style-1 li span {
    margin-right: 5px
}

.tv-choose-section .tv-choose-left .tv-choose-boxs {
    display: flex;
    align-items: center;
    gap: 30px
}

@media(max-width: 575px) {
    .tv-choose-section .tv-choose-left .tv-choose-boxs {
        flex-direction: column;
        align-items: start
    }
}

.tv-choose-section .tv-choose-left .tv-choose-boxs .tv-choose-single-box {
    padding: 35px 35px;
    border: 1px solid var(--bs-border-color8);
    border-radius: 20px;
    overflow: hidden;
    position: relative;
    transition: all .4s ease 0s
}

.tv-choose-section .tv-choose-left .tv-choose-boxs .tv-choose-single-box.two .choose-box {
    background-color: var(--dark-color)
}

.tv-choose-section .tv-choose-left .tv-choose-boxs .tv-choose-single-box .box-top-content {
    display: flex;
    align-items: center;
    gap: 20px
}

.tv-choose-section .tv-choose-left .tv-choose-boxs .tv-choose-single-box .box-top-content .icon-top {
    flex-shrink: 0
}

.tv-choose-section .tv-choose-left .tv-choose-boxs .tv-choose-single-box .box-top-content .icon-top img {
    transition: all .4s ease 0s
}

.tv-choose-section .tv-choose-left .tv-choose-boxs .tv-choose-single-box .box-top-content .title {
    font-size: 22px;
    line-height: 30px;
    color: var(--dark-color);
    font-weight: 700;
    font-family: var(--title-font);
    transition: all .4s ease 0s;
    margin: 0
}

.tv-choose-section .tv-choose-left .tv-choose-boxs .tv-choose-single-box p {
    transition: all .4s ease 0s
}

.tv-choose-section .tv-choose-left .tv-choose-boxs .tv-choose-single-box .choose-box {
    position: absolute;
    top: 0;
    height: 100%;
    width: 25%;
    background-color: var(--theme-color);
    transform: scaleX(0);
    transform-origin: left;
    opacity: 0;
    transition: all .5s ease;
    z-index: -1
}

.tv-choose-section .tv-choose-left .tv-choose-boxs .tv-choose-single-box .box-1 {
    left: 0;
    border-radius: 20px 0 0 20px;
    transition-delay: .1s
}

.tv-choose-section .tv-choose-left .tv-choose-boxs .tv-choose-single-box .box-2 {
    left: 25%;
    transition-delay: .15s
}

.tv-choose-section .tv-choose-left .tv-choose-boxs .tv-choose-single-box .box-3 {
    left: 50%;
    transition-delay: .2s
}

.tv-choose-section .tv-choose-left .tv-choose-boxs .tv-choose-single-box .box-4 {
    left: 75%;
    border-radius: 0 20px 20px 0;
    transition-delay: .25s
}

.tv-choose-section .tv-choose-left .tv-choose-boxs .tv-choose-single-box .icon {
    border: 1px solid var(--bs-border-color8);
    width: 40px;
    height: 40px;
    cursor: pointer;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    transition: all .4s ease 0s
}

.tv-choose-section .tv-choose-left .tv-choose-boxs .tv-choose-single-box .icon i {
    position: relative;
    overflow: hidden;
    width: 14px;
    height: 14px;
    display: inline-flex
}

.tv-choose-section .tv-choose-left .tv-choose-boxs .tv-choose-single-box .icon i svg {
    transform: translateY(-1px);
    position: absolute;
    bottom: -1px;
    left: 1px;
    transition: all .2s ease-out
}

.tv-choose-section .tv-choose-left .tv-choose-boxs .tv-choose-single-box .icon i svg path {
    fill: var(--dark-color);
    transition: fill .3s ease
}

.tv-choose-section .tv-choose-left .tv-choose-boxs .tv-choose-single-box .icon i svg:last-child {
    left: -12px;
    bottom: -12px;
    transform: translate(0, 0);
    opacity: 0
}

.tv-choose-section .tv-choose-left .tv-choose-boxs .tv-choose-single-box:hover .box-top-content .title {
    color: var(--white-color)
}

.tv-choose-section .tv-choose-left .tv-choose-boxs .tv-choose-single-box:hover .box-top-content .icon-top img {
    filter: brightness(0) invert(1)
}

.tv-choose-section .tv-choose-left .tv-choose-boxs .tv-choose-single-box:hover p {
    color: var(--bs-text-color2)
}

.tv-choose-section .tv-choose-left .tv-choose-boxs .tv-choose-single-box:hover .choose-box {
    opacity: 1;
    transform: scaleX(1)
}

.tv-choose-section .tv-choose-left .tv-choose-boxs .tv-choose-single-box:hover .icon {
    background: var(--bs-bg-color5) !important;
    border: 1px solid var(--bs-bg-color10)
}

.tv-choose-section .tv-choose-left .tv-choose-boxs .tv-choose-single-box:hover .icon svg path {
    fill: var(--white-color)
}

.tv-choose-section .tv-choose-left .tv-choose-boxs .tv-choose-single-box:hover .icon i svg:first-child {
    transform: translate(16px, -16px)
}

.tv-choose-section .tv-choose-left .tv-choose-boxs .tv-choose-single-box:hover .icon i svg:last-child {
    opacity: 1;
    visibility: visible;
    transform: translate(13px, -12px)
}

.tv-choose-section .tv-choose-right-box {
    position: relative;
    display: inline-flex;
    align-items: center;
    margin-left: 40px
}

@media(max-width: 1399px) {
    .tv-choose-section .tv-choose-right-box {
        margin-left: 0px
    }
}

@media(max-width: 575px) {
    .tv-choose-section .tv-choose-right-box {
        flex-direction: column;
        gap: 30px;
        align-items: end
    }
}

.tv-choose-section .tv-choose-right-box .image_right {
    border-radius: 50%;
    overflow: hidden;
    outline: 2px solid var(--theme-color);
    border: 15px solid var(--white-color);
    width: 547px;
    height: 547px
}

@media(max-width: 540px) {
    .tv-choose-section .tv-choose-right-box .image_right {
        width: inherit;
        height: inherit
    }
}

.tv-choose-section .tv-choose-right-box .image_right img {
    -o-object-fit: cover;
    object-fit: cover;
    width: 100%;
    height: 100%
}

.tv-choose-section .tv-choose-right-box .text_right {
    margin-left: -245px;
    width: 273px;
    height: 547px;
    background: var(--theme-color3);
    -webkit-mask-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 100 200' preserveAspectRatio='none'><path fill='white' d='M0,0 A100,100 0 0,1 0,200 Z'/></svg>");
    -webkit-mask-repeat: no-repeat;
    -webkit-mask-size: 100% 100%;
    mask-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 100 200' preserveAspectRatio='none'><path fill='white' d='M0,0 A100,100 0 0,1 0,200 Z'/></svg>");
    mask-repeat: no-repeat;
    mask-size: 100% 100%;
    border-left: 15px solid var(--white-color);
    display: flex;
    align-items: center;
    position: relative
}

@media(max-width: 1399px) {
    .tv-choose-section .tv-choose-right-box .text_right {
        margin-left: -160px
    }
}

@media(max-width: 1299px) {
    .tv-choose-section .tv-choose-right-box .text_right {
        margin-left: -200px
    }
}

@media(max-width: 1199px) {
    .tv-choose-section .tv-choose-right-box .text_right {
        margin-left: -100px
    }
}

@media(max-width: 575px) {
    .tv-choose-section .tv-choose-right-box .text_right {
        -webkit-mask-image: inherit;
        -webkit-mask-repeat: no-repeat;
        mask-image: inherit;
        border-left: 0;
        max-width: 373px;
        width: 100%
    }
}

.tv-choose-section .tv-choose-right-box .text_right .content {
    padding-left: 55px
}

.tv-choose-section .tv-choose-right-box .text_right .content .arrow {
    margin: 20px 0 30px 50px
}

.tv-choose-section .tv-choose-right-box .text_right .title {
    font-size: 31px;
    line-height: 38px;
    color: var(--white-color);
    font-weight: 600;
    font-family: var(--title-font);
    margin: 0
}

.tv-choose-section .tv-choose-right-box .text_right .year {
    font-size: 31px;
    line-height: 23px;
    color: var(--white-color);
    font-weight: 600;
    font-family: var(--title-font)
}

.tv-choose-section .tv-choose-right-box .middle-btn {
    position: absolute;
    left: 60%;
    top: 50%;
    transform: translate(0, -50%);
    width: 43px;
    height: 43px;
    border-radius: 50%;
    background-color: var(--theme-color);
    outline: 14px solid var(--light-color);
    text-align: center;
    line-height: 43px;
    font-size: 18px;
    color: var(--white-color)
}

@media(max-width: 1399px) {
    .tv-choose-section .tv-choose-right-box .middle-btn {
        left: 57%
    }
}

@media(max-width: 1299px) {
    .tv-choose-section .tv-choose-right-box .middle-btn {
        left: 54%
    }
}

@media(max-width: 1199px) {
    .tv-choose-section .tv-choose-right-box .middle-btn {
        left: 60%
    }
}

@media(max-width: 575px) {
    .tv-choose-section .tv-choose-right-box .middle-btn {
        left: 47%;
        top: 24%
    }
}

@media(max-width: 991px) {
    .tv-choose-section.style-2 {
        padding-bottom: 60px
    }
}

.tv-choose-section.style-2 .tv-choose-left {
    position: relative
}

.tv-choose-section.style-2 .tv-choose-left .circle-shape {
    position: absolute;
    top: 31%;
    left: 0;
    z-index: -1
}

@media(max-width: 430px) {
    .tv-choose-section.style-2 .tv-choose-left .circle-shape {
        display: none
    }
}

.tv-choose-section.style-2 .tv-choose-left .leaf-shape {
    position: absolute;
    z-index: -1;
    top: 28%;
    right: 35%
}

.tv-choose-section.style-2 .tv-choose-left .growth {
    font-size: 18px;
    line-height: 26px;
    color: var(--dark-color);
    font-weight: 600;
    font-family: var(--title-font);
    background: var(--bs-bg-color11);
    filter: drop-shadow(0px 10px 35px rgba(205, 211, 228, 0.3));
    -webkit-backdrop-filter: blur(10px);
    backdrop-filter: blur(10px);
    border: 1.5px solid var(--white-color);
    border-radius: 12px;
    display: inline-block;
    padding: 20px 30px;
    position: absolute;
    top: 39%;
    left: 46%
}

@media(min-width: 992px)and (max-width: 1024px) {
    .tv-choose-section.style-2 .tv-choose-left .growth {
        left: 50%
    }
}

@media(max-width: 430px) {
    .tv-choose-section.style-2 .tv-choose-left .growth {
        padding: 20px 10px
    }
}

@media(max-width: 375px) {
    .tv-choose-section.style-2 .tv-choose-left .growth {
        font-size: 16px
    }
}

.tv-choose-section.style-2 .tv-choose-left .growth i {
    color: var(--theme-color);
    font-size: 20px;
    margin-right: 10px
}

.tv-choose-section.style-2 .tv-choose-right-box {
    margin-left: 0;
    display: inherit
}

.tv-choose-section.style-2 .tv-choose-right-box .hero-social-proof {
    display: flex;
    align-items: center;
    gap: 15px;
    position: relative
}

@media(max-width: 390px) {
    .tv-choose-section.style-2 .tv-choose-right-box .hero-social-proof {
        flex-direction: column;
        align-items: start
    }
}

.tv-choose-section.style-2 .tv-choose-right-box .hero-social-proof .social {
    display: flex;
    align-items: center
}

.tv-choose-section.style-2 .tv-choose-right-box .hero-social-proof .social img {
    display: flex;
    width: 70px;
    height: 70px;
    border-radius: 50%;
    margin-left: -25px;
    background-color: var(--dark-color3);
    border: 3px solid var(--light-color2)
}

.tv-choose-section.style-2 .tv-choose-right-box .hero-social-proof .social img:first-child {
    margin-left: 0
}

.tv-choose-section.style-2 .tv-choose-right-box .hero-socia                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      .title {
        font-size: 19px
    }
}

.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 .blog-meta {
    display: flex;
    align-items: center;
    justify-content: space-between
}

.blog-single-box .blog-content .blog-meta .continue-reading {
    font-size: 14px;
    color: var(--dark-color);
    font-weight: 500;
    display: inline-flex;
    align-items: center;
    line-height: 1;
    gap: 10px;
    background-color: hsla(0, 0%, 100%, 0);
    padding: 10px 20px;
    border-radius: 20px;
    display: inline-block;
    transition: all .4s ease 0s;
    border: 1px solid var(--bs-border-color8)
}

.blog-single-box .blog-content .blog-meta .continue-reading:hover {
    color: var(--white-color);
    background: var(--theme-color);
    gap: 5px
}

.blog-single-box .blog-content .blog-meta span {
    font-size: 16px;
    line-height: 32px;
    color: var(--dark-color);
    font-weight: 500;
    font-family: var(--title-font)
}

.tv-blog-section .blog-content-wrapper {
    position: sticky;
    top: 100px
}

.tv-blog-box {
    display: flex;
    align-items: center;
    gap: 35px;
    position: relative;
    background: var(--white-color);
    padding: 15px 40px 15px 15px;
    border-radius: 30px;
    margin-bottom: 25px
}

@media(min-width: 575px) {
    .tv-blog-box {
        position: sticky;
        top: 100px
    }
}

@media(max-width: 1199px) {
    .tv-blog-box {
        gap: 25px
    }
}

@media(min-width: 992px)and (max-width: 1024px) {
    .tv-blog-box {
        flex-direction: column;
        padding: 15px 15px 15px 15px
    }
}

@media(max-width: 575px) {
    .tv-blog-box {
        flex-direction: column;
        padding: 15px 15px 25px 15px
    }
}

.tv-blog-box:last-child {
    margin-bottom: 0
}

@media(min-width: 992px)and (max-width: 1024px) {
    .tv-blog-box .blog-thumb {
        width: 100%
    }
}

@media(max-width: 575px) {
    .tv-blog-box .blog-thumb {
        width: 100%
    }
}

.tv-blog-box .blog-thumb img {
    border-radius: 20px;
    width: 100%
}

.tv-blog-box .blog-content {
    flex: 1
}

.tv-blog-box .blog-content .category-tag {
    font-size: 14px;
    line-height: 1;
    color: var(--theme-color);
    font-weight: 500;
    font-family: var(--title-font);
    display: inline-block;
    background: rgba(0, 0, 0, 0);
    border: 1px solid var(--theme-color);
    padding: 7px 20px;
    height: inherit
}

.tv-blog-box .blog-content .title {
    margin: 20px 0
}

.tv-blog-box .blog-content .title a {
    font-size: 24px;
    line-height: 1;
    color: var(--dark-color);
    font-weight: 600;
    font-family: var(--title-font);
    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
}

@media(max-width: 1199px) {
    .tv-blog-box .blog-content .title a br {
        display: none
    }
}

.tv-blog-box .blog-content .title a:hover {
    color: var(--dark-color);
    background-size: 100% 2px
}

.tv-blog-box .blog-content .author .name {
    font-size: 16px;
    line-height: 24px;
    color: var(--dark-color);
    font-weight: 500;
    font-family: var(--title-font);
    margin-left: 5px
}

.tv-blog-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
}

.tv-blog-box .blog-content .blog-meta {
    display: flex;
    gap: 10px
}

.tv-blog-box .blog-content .blog-meta .date,
.tv-blog-box .blog-content .blog-meta .comment {
    font-size: 14px;
    line-height: 22px;
    color: var(--gray-color2);
    font-weight: 500;
    font-family: var(--title-font);
    border: 1px solid var(--bs-border-color8);
    border-radius: 30px;
    padding: 5px 20px
}

.tv-blog-box:hover .blog-content .border::before {
    width: 100%;
    left: 0
}

.tv-blog-box:hover .icon-top .icon {
    background: var(--theme-color);
    color: var(--white-color)
}

.tv-blog-box:hover .icon-top .icon i svg:first-child {
    transform: translate(16px, -16px)
}

.tv-blog-box:hover .icon-top .icon i svg:last-child {
    opacity: 1;
    visibility: visible;
    transform: translate(13px, -12px)
}

.tv-blog-box .icon-top {
    position: absolute;
    bottom: 0;
    right: 0px;
    background: var(--light-color);
    border-top: 15px solid var(--light-color);
    border-left: 15px solid var(--light-color);
    border-radius: 40% 0 0 0
}

.tv-blog-box .icon-top::before {
    position: absolute;
    left: 22px;
    top: -39px;
    content: "";
    height: 24px;
    width: 24px;
    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="%23f6f5fc"></path></svg>');
    transform: rotate(180deg)
}

.tv-blog-box .icon-top::after {
    position: absolute;
    right: 59px;
    bottom: 0px;
    content: "";
    height: 24px;
    width: 24px;
    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="%23f6f5fc"></path></svg>');
    transform: rotate(180deg)
}

.tv-blog-box .icon-top .icon {
    background: var(--white-color);
    color: var(--dark-color);
    width: 46px;
    height: 46px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    transition: all .4s ease
}

.tv-blog-box .icon-top .icon i {
    position: relative;
    overflow: hidden;
    width: 12px;
    height: 12px;
    display: inline-flex
}

.tv-blog-box .icon-top .icon i svg {
    transform: translateY(-1px);
    position: absolute;
    bottom: -1px;
    left: 1px;
    transition: all .2s ease-out
}

.tv-blog-box .icon-top .icon i svg:last-child {
    left: -12px;
    bottom: -12px;
    transform: translate(0, 0);
    opacity: 0
}

.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-color);
        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(--light-color);
    border: none;
    outline: none;
    padding-right: 30px
}

@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(--theme-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;
        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-color)
}

.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: 500;
    font-family: var(--title-font);
    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;
    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-color);
    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: 600;
    font-family: var(--title-font);
    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;
    margin: 4px 0 0
}

.tag-list {
    display: flex;
    gap: 10px;
    flex-wrap: wrap
}

.tag-list .tag {
    font-size: 14px;
    color: var(--dark-color);
    font-weight: 600;
    font-family: var(--title-font);
    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-color2);
    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;
    background-color: var(--light-color);
    color: var(--dark-color)
}

.sidebar-newsletter .newsletter-form .form-group input[type=email]::-moz-placeholder {
    color: var(--gray-color2)
}

.sidebar-newsletter .newsletter-form .form-group input[type=email]::placeholder {
    color: var(--gray-color2)
}

.blog-list-card {
    padding: 20px;
    border-radius: 24px;
    background: var(--white-color);
    margin-bottom: 30px;
    transition: all .4s ease 0s
}

@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:hover .card-content .category {
    background-color: var(--theme-color);
    color: var(--white-color)
}

.blog-list-card .image {
    overflow: hidden;
    border-radius: 16px
}

.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: 15px;
    color: var(--dark-color);
    font-weight: 500;
    text-transform: uppercase;
    font-family: var(--title-font);
    height: 40px;
    line-height: 40px;
    padding: 0 22px;
    border-radius: 20px;
    border: 1px solid var(--bs-border-color2);
    background-color: var(--white-color);
    transition: all .4s ease 0s
}

.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-color2);
    margin-left: 50px;
    position: relative
}

.blog-list-card .card-content .author-info .date .icon-calender {
    display: inline-block;
    position: absolute;
    content: "";
    left: -20px;
    top: 50%;
    width: 100%;
    height: 100%;
    transform: translate(-50%, -50%);
    background: url("../images/blog/calender.webp") no-repeat center/cover
}

@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-color2);
    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: var(--icon-font);
    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-color2);
    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;
    content: "";
    left: 0;
    font-size: 18px;
    color: var(--dark-color);
    font-family: var(--icon-font);
    font-weight: 900
}

.blog-list-card.style-2 .featured-list .list-style-2 li::before {
    content: "";
    color: var(--theme-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(--light-color);
    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;
    left: 0;
    width: 50px;
    height: 1px;
    background-color: var(--theme-color)
}

.blogs-quote p {
    font-size: 18px;
    color: var(--dark-color);
    font-weight: 400;
    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: flex;
    justify-content: 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-color2)
}

@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: 13px;
    color: var(--dark-color);
    font-weight: 500;
    font-family: var(--title-font);
    height: 34px;
    line-height: 34px;
    border-radius: 17px;
    background-color: rgba(0, 0, 0, 0);
    border: 1px solid var(--bs-border-color2);
    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: flex;
    justify-content: center;
    align-items: center;
    color: var(--dark-color);
    background-color: rgba(0, 0, 0, 0);
    border: 1px solid var(--bs-border-color2);
    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: #eaeefa;
    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-color2);
    background-color: rgba(0, 0, 0, 0);
    color: var(--dark-color);
    border-radius: 10px
}

.comment-form select ::-moz-placeholder,
.comment-form .single-select ::-moz-placeholder,
.comment-form .form-control ::-moz-placeholder,
.comment-form .form-select ::-moz-placeholder,
.comment-form textarea ::-moz-placeholder,
.comment-form input ::-moz-placeholder {
    color: var(--gray-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
}

.tv-callus-section {
    position: relative
}

.tv-callus-section .callus-inner::before {
    background-image: linear-gradient(100deg, rgba(5, 17, 83, 0.9019607843) 0%, rgba(5, 17, 83, 0.9019607843) 40%, rgba(5, 17, 83, 0) 55%, rgba(5, 17, 83, 0) 100%);
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    border-radius: 0 30px;
    top: 0;
    left: 0;
    z-index: 0
}

@media(max-width: 1399px) {
    .tv-callus-section .callus-inner::before {
        border-radius: 0
    }
}

.tv-callus-section .callus-inner .image img {
    border-radius: 0 0 30px 30px
}

@media(max-width: 1399px) {
    .tv-callus-section .callus-inner .image img {
        border-radius: 0
    }
}

.tv-callus-section .callus-contact {
    display: flex;
    align-items: center;
    gap: 20px;
    margin-bottom: 60px
}

@media(max-width: 1199px) {
    .tv-callus-section .callus-contact {
        margin-bottom: 0px
    }
}

@media(max-width: 575px) {
    .tv-callus-section .callus-contact {
        flex-direction: column;
        align-items: start
    }
}

.tv-callus-section .callus-contact .inner-contact {
    display: flex;
    align-items: center;
    gap: 10px;
    z-index: 1
}

.tv-callus-section .callus-contact .inner-contact .content .call-text {
    margin: 0;
    font-size: 16px;
    line-height: 26px;
    color: var(--white-color);
    font-weight: 500;
    font-family: var(--title-font)
}

.tv-callus-section .callus-contact .inner-contact .content .call-phone {
    font-size: 22px;
    line-height: 1;
    color: var(--white-color);
    font-weight: 600;
    font-family: var(--title-font)
}

.industries-card {
    background: var(--white-color);
    padding: 50px 15px 15px 15px;
    border-radius: 30px;
    text-align: center;
    transition: all .4s ease;
    position: relative;
    z-index: 0;
    overflow: hidden
}

.industries-card::before {
    position: absolute;
    content: "";
    top: 0;
    right: 100%;
    width: 0;
    height: 100%;
    overflow: hidden;
    z-index: -1;
    border-radius: 5px;
    background: var(--theme-color);
    transition: all .4s ease 0s
}

.industries-card h3 {
    font-size: 30px;
    line-height: 26px;
    color: var(--dark-color);
    font-weight: 600;
    font-family: var(--title-font);
    text-align: center;
    transition: all .4s ease 0s;
    margin-bottom: 40px
}

.industries-card .icon {
    width: 80px;
    height: 80px;
    margin: 0 auto 20px;
    background: var(--theme-color);
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: all .4s ease 0s;
    margin-bottom: -40px;
    outline: 10px solid var(--white-color);
    position: relative;
    z-index: 3
}

.industries-card .icon img {
    transition: all .4s ease 0s;
    filter: brightness(0) invert(1)
}

.industries-card .box-inner {
    padding: 90px 40px 50px 40px;
    background: var(--light-color);
    border-radius: 20px;
    z-index: 2;
    position: relative
}

@media(min-width: 992px)and (max-width: 1024px) {
    .industries-card .box-inner {
        padding: 60px 20px 30px 20px
    }
}

@media(max-width: 390px) {
    .industries-card .box-inner {
        padding: 60px 20px 30px 20px
    }
}

.industries-card .box-inner .theme-btn {
    font-size: 14px;
    font-weight: 500;
    font-family: var(--title-font);
    position: relative;
    padding: 8px 40px 8px 40px;
    margin-bottom: 0px;
    color: var(--dark-color);
    background-color: rgba(0, 0, 0, 0);
    border: 1px solid var(--bs-border-color8);
    border-radius: 30px;
    gap: 10px
}

.industries-card .box-inner .theme-btn::before,
.industries-card .box-inner .theme-btn::after {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    width: 20%;
    opacity: 0;
    background: var(--theme-color);
    transition: all .5s ease-in-out;
    z-index: -1;
    transform: skewx(0deg)
}

.industries-card .box-inner .theme-btn::before {
    left: 0
}

.industries-card .box-inner .theme-btn::after {
    right: 0
}

.industries-card .box-inner .theme-btn i {
    font-size: 14px;
    line-height: 1.9
}

.industries-card:hover::before {
    right: 0;
    width: 100%
}

.industries-card:hover h3 {
    color: var(--white-color)
}

.industries-card:hover .icon {
    outline: 10px solid var(--theme-color);
    background: var(--white-color)
}

.industries-card:hover .icon img {
    filter: inherit
}

.industries-card:hover .theme-btn {
    color: var(--white-color)
}

.industries-card:hover .theme-btn::before,
.industries-card:hover .theme-btn::after {
    opacity: 1;
    width: 100%
}

.technology-section .technology-left-img {
    margin-top: -40px
}

@media(max-width: 991px) {
    .technology-section .technology-left-img {
        margin-top: 0px
    }
}

.technology-section .industry-box {
    background-color: var(--bs-bg-color5);
    -webkit-backdrop-filter: blur(10px);
    backdrop-filter: blur(10px);
    border-radius: 5px;
    padding: 28px 30px;
    height: 100%;
    position: relative;
    transition: all .3s ease
}

.technology-section .industry-box::before {
    position: absolute;
    content: "";
    top: 0;
    right: 100%;
    width: 0;
    height: 100%;
    overflow: hidden;
    z-index: -1;
    border-radius: 5px;
    background: var(--theme-color);
    transition: all .4s ease 0s
}

.technology-section .industry-box .industry-wrapper {
    display: flex;
    align-items: center;
    gap: 20px
}

.technology-section .industry-box .industry-wrapper .title {
    margin: 0
}

@media(min-width: 992px)and (max-width: 1024px) {
    .technology-section .industry-box .industry-wrapper .title {
        font-size: 20px
    }
}

.technology-section .industry-box .industry-wrapper .title a {
    margin: 0;
    color: var(--white-color)
}

.technology-section .industry-box .industry-wrapper .arrow-icon {
    position: absolute;
    right: 50px;
    top: 50%;
    transform: translateY(-50%);
    transition: all .4s ease 0s;
    opacity: 0
}

.technology-section .industry-box .industry-wrapper .arrow-icon i {
    color: var(--white-color)
}

.technology-section .industry-box:hover {
    transform: translateY(-4px);
    border: rgba(0, 0, 0, 0)
}

.technology-section .industry-box:hover::before {
    right: 0;
    width: 100%
}

.technology-section .industry-box:hover .title a {
    color: var(--white-color)
}

.technology-section .industry-box:hover .arrow-icon {
    opacity: 1;
    right: 30px
}

@media(max-width: 375px) {
    .technology-section .industry-box:hover .arrow-icon {
        right: 20px
    }
}

.info-section .info-box {
    padding: 48px 40px;
    border-radius: 10px
}

@media(max-width: 430px) {
    .info-section .info-box {
        padding: 48px 30px
    }
}

.info-section .info-box .bg-image {
    position: absolute;
    top: 0;
    right: 0;
    z-index: -1
}

.info-section .info-box .content .title {
    font-size: 30px;
    line-height: 40px;
    color: var(--dark-color);
    font-weight: 700;
    font-family: var(--title-font)
}

@media(max-width: 430px) {
    .info-section .info-box .content .title {
        font-size: 27px
    }

    .info-section .info-box .content .title br {
        display: none
    }
}

@media(max-width: 430px) {
    .info-section .info-box .content p br {
        display: none
    }
}

@media(max-width: 1024px) {
    .info-section .info-box .content .theme-btn {
        margin-top: 20px !important
    }
}

@media(max-width: 1024px) {
    .info-section .info-box .image {
        display: none
    }
}

.tv-portfolio-section .portfolio-inner .portfolio-title h2 {
    font-size: 150px;
    line-height: 1;
    color: var(--white-color);
    font-weight: 800;
    font-family: var(--title-font);
    text-align: center;
    margin-bottom: 40px;
    z-index: 2;
    position: relative
}

@media(max-width: 1199px) {
    .tv-portfolio-section .portfolio-inner .portfolio-title h2 {
        font-size: 130px
    }
}

@media(max-width: 767px) {
    .tv-portfolio-section .portfolio-inner .portfolio-title h2 {
        font-size: 100px
    }
}

@media(max-width: 540px) {
    .tv-portfolio-section .portfolio-inner .portfolio-title h2 {
        font-size: 80px
    }
}

@media(max-width: 414px) {
    .tv-portfolio-section .portfolio-inner .portfolio-title h2 {
        font-size: 50px
    }
}

.tv-portfolio-box {
    background: var(--dark-color3);
    border: 1px solid var(--bs-border-color5);
    border-radius: 20px;
    padding: 25px;
    overflow: hidden;
    transition: transform .3s ease
}

@media(max-width: 430px) {
    .tv-portfolio-box {
        padding: 20px
    }
}

.tv-portfolio-box:hover {
    transform: translateY(-5px)
}

.tv-portfolio-box:hover .box-content .border::before {
    width: 100%;
    left: 0
}

.tv-portfolio-box:hover .box-image img {
    transform: scale(1.1)
}

.tv-portfolio-box:hover .box-image .video-btn .popup-video {
    opacity: 1;
    transform: scale(1)
}

.tv-portfolio-box .box-image {
    position: relative;
    overflow: hidden;
    border-radius: 12px
}

.tv-portfolio-box .box-image img {
    width: 100%;
    display: block;
    border-radius: 12px;
    transition: all .4s ease 0s;
    overflow: hidden
}

.tv-portfolio-box .box-image .video-btn .popup-video {
    position: absolute;
    top: 20px;
    right: 20px;
    opacity: 0;
    transform: scale(0.6);
    transition: all .4s ease 0s;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    width: 54px;
    height: 54px;
    background-color: var(--theme-color)
}

.tv-portfolio-box .box-image .video-btn .popup-video i {
    color: var(--white-color)
}

.tv-portfolio-box .box-content {
    padding: 15px
}

.tv-portfolio-box .box-content h3 a {
    font-size: 28px;
    line-height: 1;
    color: var(--white-color);
    font-weight: 600;
    font-family: var(--title-font)
}

@media(max-width: 853px) {
    .tv-portfolio-box .box-content h3 a {
        font-size: 24px
    }
}

@media(min-width: 1280px)and (max-width: 1399px) {
    .tv-portfolio-box .box-content h3 a {
        font-size: 24px
    }
}

@media(max-width: 360px) {
    .tv-portfolio-box .box-content h3 a {
        font-size: 22px
    }
}

.tv-portfolio-box .box-content p {
    font-size: 16px;
    line-height: 26px;
    color: var(--bs-text-color4);
    font-weight: 400;
    font-family: var(--title-font)
}

.tv-portfolio-box .box-content .border {
    background: var(--bs-border-color5);
    margin: 25px 0
}

.tv-portfolio-box .box-content .border::before {
    position: absolute;
    content: "";
    left: 50%;
    top: 0;
    width: 0;
    height: 1px;
    background: var(--theme-color);
    transition: all .4s ease 0s
}

.tv-portfolio-box .box-content .tags {
    margin-top: 10px
}

.tv-portfolio-box .box-content .tags .tag {
    display: inline-block;
    background: var(--bs-bg-color14);
    color: var(--white-color);
    border: 1px solid var(--bs-border-color7);
    padding: 2px 20px;
    border-radius: 17px;
    transition: all .4s ease 0s;
    cursor: pointer;
    font-size: 13px;
    margin-right: 5px
}

.tv-portfolio-box .box-content .tags .tag:hover {
    background: var(--theme-color)
}

.tv-strategy-section .strategy-inner {
    border-radius: 30px 30px 0 0
}

.tv-strategy-section .rocket-shape {
    position: absolute;
    top: -120px;
    left: 130px;
    z-index: 1
}

.strategy-wrapper {
    display: flex;
    gap: 30px;
    overflow: hidden;
    background: var(--light-color);
    padding: 30px;
    border-radius: 30px
}

@media(max-width: 991px) {
    .strategy-wrapper {
        gap: 20px;
        flex-direction: column
    }
}

@media(max-width: 430px) {
    .strategy-wrapper {
        padding: 20px
    }
}

.strategy-wrapper .strategy-left {
    flex: 1;
    overflow: hidden;
    border-radius: 30px
}

.strategy-wrapper .strategy-left img {
    width: 100%;
    height: 100%;
    border-radius: 16px;
    transition: all .4s ease 0s;
    -o-object-fit: cover;
    object-fit: cover;
    opacity: 1;
    transform: scale(1);
    transition: opacity .6s ease, transform .6s ease
}

.strategy-wrapper .strategy-left img.fade-out {
    opacity: 0;
    transform: scale(1.05)
}

.strategy-wrapper .strategy-right {
    flex: 1;
    display: flex;
    flex-direction: column;
    gap: 25px
}

.strategy-wrapper .strategy-right .strategy-item {
    background: var(--light-color2);
    border-radius: 16px;
    padding: 40px;
    position: relative;
    overflow: hidden;
    z-index: 1;
    cursor: pointer;
    transition: all .4s ease 0s
}

@media(max-width: 430px) {
    .strategy-wrapper .strategy-right .strategy-item {
        padding: 20px
    }
}

.strategy-wrapper .strategy-right .strategy-item::before {
    content: "";
    position: absolute;
    width: 0;
    height: 100%;
    top: 0;
    left: 0;
    background: var(--theme-color);
    z-index: -1;
    opacity: 0;
    transition: all .4s ease 0s
}

.strategy-wrapper .strategy-right .strategy-item .step {
    font-size: 13px;
    line-height: 24px;
    display: inline-block;
    color: var(--dark-color);
    border: 1px solid var(--bs-border-color8);
    border-radius: 17px;
    padding: 3px 20px;
    transition: all .4s ease 0s;
    font-weight: 500;
    font-family: var(--title-font)
}

.strategy-wrapper .strategy-right .strategy-item .title {
    font-size: 28px;
    line-height: 1;
    color: var(--dark-color);
    font-weight: 600;
    font-family: var(--title-font);
    margin: 17px 0
}

.strategy-wrapper .strategy-right .strategy-item .desc {
    font-size: 16px;
    line-height: 26px;
    color: var(--gray-color2);
    font-family: var(--body-font);
    margin: 0
}

@media(min-width: 992px)and (max-width: 1024px) {
    .strategy-wrapper .strategy-right .strategy-item .desc br {
        display: none
    }
}

@media(max-width: 430px) {
    .strategy-wrapper .strategy-right .strategy-item .desc br {
        display: none
    }
}

.strategy-wrapper .strategy-right .strategy-item .number {
    position: absolute;
    right: 40px;
    top: 25px;
    transition: all .4s ease 0s;
    font-size: 100px;
    line-height: 1;
    font-weight: 800;
    color: rgba(0, 0, 0, 0);
    -webkit-text-stroke: 1px var(--bs-border-color8);
    font-family: var(--title-font)
}

@media(max-width: 430px) {
    .strategy-wrapper .strategy-right .strategy-item .number {
        font-size: 60px
    }
}

.strategy-wrapper .strategy-right .strategy-item.active::before,
.strategy-wrapper .strategy-right .strategy-item:hover::before {
    width: 100%;
    opacity: 1
}

.strategy-wrapper .strategy-right .strategy-item.active .number,
.strategy-wrapper .strategy-right .strategy-item:hover .number {
    -webkit-text-stroke: 1px var(--bs-text-color3)
}

.strategy-wrapper .strategy-right .strategy-item.active .step,
.strategy-wrapper .strategy-right .strategy-item:hover .step {
    color: var(--white-color);
    border-color: var(--white-color)
}

.strategy-wrapper .strategy-right .strategy-item.active .title,
.strategy-wrapper .strategy-right .strategy-item.active .desc,
.strategy-wrapper .strategy-right .strategy-item:hover .title,
.strategy-wrapper .strategy-right .strategy-item:hover .desc {
    color: var(--white-color)
}

.px-0 {
    padding-right: 0 !important;
    padding-left: 0 !important
}

.py-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important
}

.pt-0 {
    padding-top: 0 !important
}

.pb-0 {
    padding-bottom: 0 !important
}

.pl-0 {
    padding-left: 0 !important
}

.pr-0 {
    padding-right: 0 !important
}

.p-0 {
    padding: 0 !important
}

.px-12 {
    padding-left: 12px !important;
    padding-right: 12px !important
}

.pb-195 {
    padding-bottom: 195px !important
}

@media(max-width: 1199px) {
    .lg-pb-165 {
        padding-bottom: 165px !important
    }
}

@media(max-width: 1199px) {
    .md-pb-155 {
        padding-bottom: 155px !important
    }
}

.px-5 {
    padding-right: 5px !important;
    padding-left: 5px !important
}

.py-5 {
    padding-top: 5px !important;
    padding-bottom: 5px !important
}

.pt-5 {
    padding-top: 5px !important
}

.pb-5 {
    padding-bottom: 5px !important
}

.pl-5 {
    padding-left: 5px !important
}

.pr-5 {
    padding-right: 5px !important
}

.px-10 {
    padding-right: 10px !important;
    padding-left: 10px !important
}

.py-10 {
    padding-top: 10px !important;
    padding-bottom: 10px !important
}

.pt-10 {
    padding-top: 10px !important
}

.pb-10 {
    padding-bottom: 10px !important
}

.pl-10 {
    padding-left: 10px !important
}

.pr-10 {
    padding-right: 10px !important
}

.px-15 {
    padding-right: 15px !important;
    padding-left: 15px !important
}

.py-15 {
    padding-top: 15px !important;
    padding-bottom: 15px !important
}

.pt-15 {
    padding-top: 15px !important
}

.pb-15 {
    padding-bottom: 15px !important
}

.pl-15 {
    padding-left: 15px !important
}

.pr-15 {
    padding-right: 15px !important
}

.px-20 {
    padding-right: 20px !important;
    padding-left: 20px !important
}

.py-20 {
    padding-top: 20px !important;
    padding-bottom: 20px !important
}

.pt-20 {
    padding-top: 20px !important
}

.pb-20 {
    padding-bottom: 20px !important
}

.pl-20 {
    padding-left: 20px !important
}

.pr-20 {
    padding-right: 20px !important
}

.px-25 {
    padding-right: 25px !important;
    padding-left: 25px !important
}

.py-25 {
    padding-top: 25px !important;
    padding-bottom: 25px !important
}

.pt-25 {
    padding-top: 25px !important
}

.pb-25 {
    padding-bottom: 25px !important
}

.pl-25 {
    padding-left: 25px !important
}

.pr-25 {
    padding-right: 25px !important
}

.px-30 {
    padding-right: 30px !important;
    padding-left: 30px !important
}

.py-30 {
    padding-top: 30px !important;
    padding-bottom: 30px !important
}

.pt-30 {
    padding-top: 30px !important
}

.pb-30 {
    padding-bottom: 30px !important
}

.pl-30 {
    padding-left: 30px !important
}

.pr-30 {
    padding-right: 30px !important
}

.px-35 {
    padding-right: 35px !important;
    padding-left: 35px !important
}

.py-35 {
    padding-top: 35px !important;
    padding-bottom: 35px !important
}

.pt-35 {
    padding-top: 35px !important
}

.pb-35 {
    padding-bottom: 35px !important
}

.pl-35 {
    padding-left: 35px !important
}

.pr-35 {
    padding-right: 35px !important
}

.px-40 {
    padding-right: 40px !important;
    padding-left: 40px !important
}

.py-40 {
    padding-top: 40px !important;
    padding-bottom: 40px !important
}

.pt-40 {
    padding-top: 40px !important
}

.pb-40 {
    padding-bottom: 40px !important
}

.pl-40 {
    padding-left: 40px !important
}

.pr-40 {
    padding-right: 40px !important
}

.px-45 {
    padding-right: 45px !important;
    padding-left: 45px !important
}

.py-45 {
    padding-top: 45px !important;
    padding-bottom: 45px !important
}

.pt-45 {
    padding-top: 45px !important
}

.pb-45 {
    padding-bottom: 45px !important
}

.pl-45 {
    padding-left: 45px !important
}

.pr-45 {
    padding-right: 45px !important
}

.px-50 {
    padding-right: 50px !important;
    padding-left: 50px !important
}

.py-50 {
    padding-top: 50px !important;
    padding-bottom: 50px !important
}

.pt-50 {
    padding-top: 50px !important
}

.pb-50 {
    padding-bottom: 50px !important
}

.pl-50 {
    padding-left: 50px !important
}

.pr-50 {
    padding-right: 50px !important
}

.px-55 {
    padding-right: 55px !important;
    padding-left: 55px !important
}

.py-55 {
    padding-top: 55px !important;
    padding-bottom: 55px !important
}

.pt-55 {
    padding-top: 55px !important
}

.pb-55 {
    padding-bottom: 55px !important
}

.pl-55 {
    padding-left: 55px !important
}

.pr-55 {
    padding-right: 55px !important
}

.px-60 {
    padding-right: 60px !important;
    padding-left: 60px !important
}

.py-60 {
    padding-top: 60px !important;
    padding-bottom: 60px !important
}

.pt-60 {
    padding-top: 60px !important
}

.pb-60 {
    padding-bottom: 60px !important
}

.pl-60 {
    padding-left: 60px !important
}

.pr-60 {
    padding-right: 60px !important
}

.px-65 {
    padding-right: 65px !important;
    padding-left: 65px !important
}

.py-65 {
    padding-top: 65px !important;
    padding-bottom: 65px !important
}

.pt-65 {
    padding-top: 65px !important
}

.pb-65 {
    padding-bottom: 65px !important
}

.pl-65 {
    padding-left: 65px !important
}

.pr-65 {
    padding-right: 65px !important
}

.px-70 {
    padding-right: 70px !important;
    padding-left: 70px !important
}

.py-70 {
    padding-top: 70px !important;
    padding-bottom: 70px !important
}

.pt-70 {
    padding-top: 70px !important
}

.pb-70 {
    padding-bottom: 70px !important
}

.pl-70 {
    padding-left: 70px !important
}

.pr-70 {
    padding-right: 70px !important
}

.px-75 {
    padding-right: 75px !important;
    padding-left: 75px !important
}

.py-75 {
    padding-top: 75px !important;
    padding-bottom: 75px !important
}

.pt-75 {
    padding-top: 75px !important
}

.pb-75 {
    padding-bottom: 75px !important
}

.pl-75 {
    padding-left: 75px !important
}

.pr-75 {
    padding-right: 75px !important
}

.px-80 {
    padding-right: 80px !important;
    padding-left: 80px !important
}

.py-80 {
    padding-top: 80px !important;
    padding-bottom: 80px !important
}

.pt-80 {
    padding-top: 80px !important
}

.pb-80 {
    padding-bottom: 80px !important
}
 .header-sticky.active {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;  /* IMPORTANT */
    background: #fff !important;
    z-index: 999999;
    border-bottom: 1px solid #e3e3e3;
}
.mobile-linkedin-wrapper {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 30px;
    height: 30px;
    background: #003d73;
    border-radius: 50%;
    margin-left: 22px;
}

.mobile-linkedin-wrapper a {
    color: #ffffff !important;
    font-size: 16px;
}