@use "sass:math";

:root {
    --theme-color: #684DF4;
    --theme-color2: #684DF4;
    --title-color: #141D38;
    --body-color: #737887;
    --smoke-color: #F5F5F5;
    --smoke-color2: #E2E8FA;
    --smoke-color3: #EFF1F9;
    --black-color: #000000;
    --black-color2: #080E1C;
    --gray-color: #bdbdbd;
    --white-color: #ffffff;
    --light-color: #72849B;
    --yellow-color: #FFB539;
    --success-color: #28a745;
    --error-color: #dc3545;
    --th-border-color: #E0E0E0;
    --title-font: 'Barlow', sans-serif;
    --body-font: 'Roboto', sans-serif;
    --icon-font: "Font Awesome 6 Pro";
    --main-container: 1220px;
    --container-gutters: 24px;
    --section-space: 120px;
    --section-space-mobile: 80px;
    --section-title-space: 60px;
    --ripple-ani-duration: 5s
}

html,
body {
    scroll-behavior: auto !important
}

body {
    font-family: var(--title-font);
    font-size: 16px;
    font-weight: 400;
    color: var(--body-color);
    line-height: 26px;
    overflow-x: hidden;
    -webkit-font-smoothing: antialiased
}

body.theme-blue3 {
    --theme-color: #3E66F3
}

body.bg-dark {
    background-color: #0E0E0E !important;
    --theme-color: #02CE80;
    --theme-color2: #7BD706
}

body.bg-como {
    --theme-color: #407360
}

iframe {
    border: none;
    width: 100%
}


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: disc
}

ol {
    list-style-type: decimal
}

table {
    margin: 0 0 1.5em;
    width: 100%;
    border-collapse: collapse;
    border-spacing: 0;
    border: 1px solid var(--th-border-color)
}

th {
    font-weight: 700;
    color: var(--title-color)
}

td,
th {
    border: 1px solid var(--th-border-color);
    padding: 9px 12px
}

a {
    color: var(--theme-color);
    text-decoration: none;
    outline: 0;
    -webkit-transition: all ease 0.4s;
    transition: all ease 0.4s
}

a:hover {
    color: var(--title-color)
}

a:active,
a:focus,
a:hover,
a:visited {
    text-decoration: none;
    outline: 0
}

button {
    -webkit-transition: all ease 0.4s;
    transition: all ease 0.4s
}

img {
    border: none;
    max-width: 100%
}

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
}


p:empty {
    display: none
}

p {
    font-family: var(--body-font);
    margin: 0 0 18px 0;
    color: var(--body-color);
    line-height: 1.75
}

h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a,
p a,
span a {
    font-size: inherit;
    font-family: inherit;
    font-weight: inherit;
    line-height: inherit
}

.h1,
h1,
.h2,
h2,
.h3,
h3,
.h4,
h4,
.h5,
h5,
.h6,
h6 {
    font-family: var(--title-font);
    color: var(--title-color);
    text-transform: none;
    font-weight: 700;
    line-height: 1.4;
    margin: 0 0 15px 0
}

.h1,
h1 {
    font-size: 48px;
    line-height: 1.208
}

.h2,
h2 {
    font-size: 40px;
    line-height: 1.25
}

.h3,
h3 {
    font-size: 36px;
    line-height: 1.278
}

.h4,
h4 {
    font-size: 30px;
    line-height: 1.333
}

.h5,
h5 {
    font-size: 24px;
    line-height: 1.417
}

.h6,
h6 {
    font-size: 20px;
    line-height: 1.5
}

@media (max-width: 1199px) {

    .h1,
    h1 {
        font-size: 44px;
        line-height: 1.3
    }

    .h2,
    h2 {
        font-size: 36px;
        line-height: 1.3
    }

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

@media (max-width: 375px) {

    .h1,
    h1 {
        font-size: 32px
    }
}

p.has-drop-cap {
    margin-bottom: 20px
}


.breadcumb-title {
    word-break: break-word
}

.gallery {
    margin-bottom: 1.5em;
    width: 100%
}


.has-large-font-size {
    line-height: 1.4
}

@media (max-width: 1399px) {
    :root {
        --main-container: 1250px
    }
}

@media only screen and (min-width: 1300px) {

    
    .container {
        max-width: calc(var(--main-container) + var(--container-gutters));
        padding-left: calc(var(--container-gutters) / 2);
        padding-right: calc(var(--container-gutters) / 2)
    }

    .th-container4 {
        --main-container: 1380px
    }

    .th-container5 {
        --main-container: 1320px
    }
}

.gy-40 {
    --bs-gutter-y: 40px
}

select,
.form-control,
.form-select,
textarea,
input {
    height: 56px;
    padding: 0 25px 0 25px;
    padding-right: 45px;
    border: 1px solid #dfdfdf;
    color: var(--body-color);
    background-color: var(--smoke-color);
    border-radius: 4px;
    font-size: 16px;
    width: 100%;
    font-family: var(--body-font);
    -webkit-transition: 0.4s ease-in-out;
    transition: 0.4s ease-in-out
}

select:focus,
.form-control:focus,
.form-select:focus,
textarea:focus,
input:focus {
    outline: 0;
    box-shadow: none;
    border-color: var(--theme-color);
    background-color: var(--smoke-color)
}

select::-moz-placeholder,
.form-control::-moz-placeholder,
.form-select::-moz-placeholder,
textarea::-moz-placeholder,
input::-moz-placeholder {
    color: var(--body-color)
}

select::-webkit-input-placeholder,
.form-control::-webkit-input-placeholder,
.form-select::-webkit-input-placeholder,
textarea::-webkit-input-placeholder,
input::-webkit-input-placeholder {
    color: var(--body-color)
}

select:-ms-input-placeholder,
.form-control:-ms-input-placeholder,
.form-select:-ms-input-placeholder,
textarea:-ms-input-placeholder,
input:-ms-input-placeholder {
    color: var(--body-color)
}

select::-webkit-input-placeholder,
.form-control::-webkit-input-placeholder,
.form-select::-webkit-input-placeholder,
textarea::-webkit-input-placeholder,
input::-webkit-input-placeholder {
    color: var(--body-color)
}

select::-moz-placeholder,
.form-control::-moz-placeholder,
.form-select::-moz-placeholder,
textarea::-moz-placeholder,
input::-moz-placeholder {
    color: var(--body-color)
}

select:-ms-input-placeholder,
.form-control:-ms-input-placeholder,
.form-select:-ms-input-placeholder,
textarea:-ms-input-placeholder,
input:-ms-input-placeholder {
    color: var(--body-color)
}

select::-ms-input-placeholder,
.form-control::-ms-input-placeholder,
.form-select::-ms-input-placeholder,
textarea::-ms-input-placeholder,
input::-ms-input-placeholder {
    color: var(--body-color)
}

select::placeholder,
.form-control::placeholder,
.form-select::placeholder,
textarea::placeholder,
input::placeholder {
    color: var(--body-color)
}

.form-select,
select {
    display: block;
    width: 100%;
    line-height: 1.5;
    vertical-align: middle;
    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;
    cursor: pointer
}

.form-select.style2,
select.style2 {
    background-image: url("data:image/svg+xml,%3Csvg width='11' height='6' viewBox='0 0 11 6' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M9.87109 1.71094L5.71484 5.62109C5.56901 5.7487 5.41406 5.8125 5.25 5.8125C5.08594 5.8125 4.9401 5.7487 4.8125 5.62109L0.65625 1.71094C0.382812 1.40104 0.373698 1.09115 0.628906 0.78125C0.920573 0.507812 1.23047 0.498698 1.55859 0.753906L5.25 4.25391L8.96875 0.753906C9.27865 0.498698 9.57943 0.498698 9.87109 0.753906C10.1263 1.08203 10.1263 1.40104 9.87109 1.71094Z' fill='%238B929C'/%3E%3C/svg%3E")
}

textarea.form-control,
textarea {
    min-height: 154px;
    padding-top: 16px;
    padding-bottom: 17px
}

textarea.form-control.style2,
textarea.style2 {
    min-height: 100px
}

.form-group {
    margin-bottom: var(--bs-gutter-x);
    position: relative
}

.form-group>i {
    display: inline-block;
    position: absolute;
    right: 25px;
    top: 19px;
    font-size: 16px;
    color: var(--body-color)
}

.form-group>i.fa-envelope {
    padding-top: 1px
}

.form-group.has-label>i {
    top: 50px
}

[class*="col-"].form-group>i {
    right: calc((var(--bs-gutter-x) / 2) + 25px)
}

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
}

input[type="checkbox"] {
    visibility: hidden;
    opacity: 0;
    display: inline-block;
    vertical-align: middle;
    width: 0;
    height: 0;
    display: none
}

input[type="checkbox"]:checked~label:before {
    content: "\f00c";
    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 {
    content: "";
    font-family: var(--icon-font);
    font-weight: 700;
    position: absolute;
    left: 0px;
    top: 3.5px;
    background-color: var(--white-color);
    border: 1px solid var(--th-border-color);
    height: 18px;
    width: 18px;
    line-height: 18px;
    text-align: center;
    font-size: 12px
}

input[type="checkbox"].style2~label {
    color: #8B929C;
    padding-left: 23px;
    margin-bottom: -0.5em
}

input[type="checkbox"].style2~label:before {
    background-color: rgba(255, 255, 255, 0.1);
    border: 1px solid #8B929C;
    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: "\f111";
    position: absolute;
    font-family: var(--icon-font);
    left: 0;
    top: -2px;
    width: 20px;
    height: 20px;
    padding-left: 0;
    font-size: 0.6em;
    line-height: 19px;
    text-align: center;
    border: 1px solid var(--theme-color);
    border-radius: 100%;
    font-weight: 700;
    background: var(--white-color);
    color: transparent;
    -webkit-transition: all 0.2s ease;
    transition: all 0.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: 0.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 {
    border: 1px solid var(--error-color) !important;
    background-position: right calc(0.375em + 0.8875rem) center;
    background-image: none
}

textarea.is-invalid:focus,
select.is-invalid:focus,
input.is-invalid:focus {
    outline: 0;
    box-shadow: none
}

textarea.is-invalid {
    background-position: top calc(0.375em + 0.5875rem) right calc(0.375em + 0.8875rem)
}

.form-messages {
    display: none
}

.form-messages.mb-0 * {
    margin-bottom: 0
}

.form-messages.success {
    color: var(--success-color);
    display: block
}

.form-messages.error {
    color: var(--error-color);
    display: block
}

.form-messages pre {
    padding: 0;
    background-color: transparent;
    color: inherit
}

.swiper-wrapper.row {
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap
}

.th-slider.has-shadow {
    padding-left: 12px;
    padding-right: 12px;
    margin: -25px -12px
}

.th-slider.has-shadow .swiper-wrapper {
    padding: 25px 0
}

.slider-area {
    position: relative
}

.arrow-wrap {
    position: relative
}

.th-menu-wrapper {
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.6);
    z-index: 999999;
    width: 0;
    width: 100%;
    height: 100%;
    -webkit-transition: all ease 0.8s;
    transition: all ease 0.8s;
    opacity: 0;
    visibility: hidden
}

.th-menu-wrapper .mobile-logo {
    padding-bottom: 30px;
    padding-top: 40px;
    display: block;
    text-align: center;
    background-color: var(--smoke-color2)
}

.th-menu-wrapper .mobile-logo svg {
    max-width: 185px
}

.th-menu-wrapper .th-menu-toggle {
    border: none;
    font-size: 22px;
    position: absolute;
    right: -16.5px;
    top: 25px;
    padding: 0;
    line-height: 1;
    width: 33px;
    height: 33px;
    line-height: 35px;
    font-size: 18px;
    z-index: 1;
    color: var(--white-color);
    background-color: var(--theme-color);
    border-radius: 50%
}

.th-menu-wrapper .th-menu-toggle:hover {
    background-color: var(--title-color);
    color: var(--white-color)
}

.th-menu-wrapper .th-menu-area {
    width: 100%;
    max-width: 310px;
    background-color: #fff;
    border-right: 3px solid var(--theme-color);
    height: 100%;
    position: relative;
    left: -110%;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all ease 1s;
    transition: all ease 1s;
    z-index: 1
}

.th-menu-wrapper.th-body-visible {
    opacity: 1;
    visibility: visible
}

.th-menu-wrapper.th-body-visible .th-menu-area {
    left: 0;
    opacity: 1;
    visibility: visible
}

.th-mobile-menu {
    overflow-y: scroll;
    max-height: calc(100vh - 200px);
    padding-bottom: 40px;
    margin-top: 33px;
    text-align: left
}

.th-mobile-menu ul {
    margin: 0;
    padding: 0 0
}

.th-mobile-menu ul li {
    border-bottom: 1px solid #fdedf1;
    list-style-type: none
}

.th-mobile-menu ul li li:first-child {
    border-top: 1px solid #fdedf1
}

.th-mobile-menu ul li a {
    display: block;
    position: relative;
    padding: 12px 0;
    line-height: 1.4;
    font-size: 16px;
    text-transform: capitalize;
    color: var(--title-color);
    padding-left: 18px
}

.th-mobile-menu ul li a:before {
    content: '\f105';
    font-family: var(--icon-font);
    position: absolute;
    left: 0;
    top: 12px;
    margin-right: 10px;
    display: inline-block
}

.th-mobile-menu ul li.th-active>a {
    color: var(--theme-color)
}

.th-mobile-menu ul li.th-active>a:before {
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg)
}

.th-mobile-menu ul li ul li {
    padding-left: 20px
}

.th-mobile-menu ul li ul li:last-child {
    border-bottom: none
}

.th-mobile-menu ul .th-item-has-children>a .th-mean-expand {
    position: absolute;
    right: 0;
    top: 50%;
    font-weight: 400;
    font-size: 12px;
    width: 25px;
    height: 25px;
    line-height: 25px;
    margin-top: -12.5px;
    display: inline-block;
    text-align: center;
    background-color: var(--smoke-color);
    color: var(--title-color);
    box-shadow: 0 0 20px -8px rgba(173, 136, 88, 0.5);
    border-radius: 50%
}

.th-mobile-menu ul .th-item-has-children>a .th-mean-expand:before {
    content: '\f067';
    font-family: var(--icon-font)
}

.th-mobile-menu ul .th-item-has-children>a:after {
    content: "\f067";
    font-family: var(--icon-font);
    width: 22px;
    height: 22px;
    line-height: 22px;
    display: inline-block;
    text-align: center;
    font-size: 12px;
    border-radius: 50px;
    background-color: var(--smoke-color);
    float: right;
    margin-top: 1px
}

.th-mobile-menu ul .th-item-has-children.th-active>a .th-mean-expand:before {
    content: '\f068'
}

.th-mobile-menu ul .th-item-has-children.th-active>a:after {
    content: "\f068"
}

.th-mobile-menu>ul {
    padding: 0 40px
}

.th-mobile-menu>ul>li:last-child {
    border-bottom: none
}

.th-menu-toggle {
    width: 56px;
    height: 56px;
    padding: 0;
    font-size: 20px;
    border: none;
    background-color: var(--theme-color);
    color: var(--white-color);
    display: inline-block;
    border-radius: 4px
}

.th-menu-toggle:hover {
    background-color: var(--title-color)
}

@media (max-width: 400px) {
    .th-menu-wrapper .th-menu-area {
        width: 100%;
        max-width: 270px
    }

    .th-mobile-menu>ul {
        padding: 0 20px
    }
}

.preloader {
    position: fixed;
    inset: 0;
    z-index: 999;
    background-color: var(--white-color)
}

.th-preloader {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    cursor: none;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: 100%;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    position: fixed;
    left: 0;
    top: 0;
    width: 100%
}

.th-preloader .animation-preloader {
    position: absolute;
    z-index: 100
}

.th-preloader .animation-preloader .txt-loading {
    font-family: var(--title-font);
    font-size: 72px;
    line-height: 82px;
    font-weight: 700;
    text-align: center;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.th-preloader .animation-preloader .txt-loading .characters {
    color: rgba(0, 0, 0, 0.2);
    position: relative
}

.th-preloader .animation-preloader .txt-loading .characters:before {
    -webkit-animation: characters 4s infinite;
    animation: characters 4s infinite;
    color: var(--theme-color);
    content: attr(preloader-text);
    left: 0;
    opacity: 0;
    position: absolute;
    top: 0;
    -webkit-transform: rotateY(-90deg);
    transform: rotateY(-90deg)
}

.th-preloader .animation-preloader .txt-loading .characters:nth-child(2):before {
    -webkit-animation-delay: 0.2s;
    animation-delay: 0.2s
}

.th-preloader .animation-preloader .txt-loading .characters:nth-child(3):before {
    -webkit-animation-delay: 0.4s;
    animation-delay: 0.4s
}

.th-preloader .animation-preloader .txt-loading .characters:nth-child(4):before {
    -webkit-animation-delay: 0.6s;
    animation-delay: 0.6s
}

.th-preloader .animation-preloader .txt-loading .characters:nth-child(5):before {
    -webkit-animation-delay: 0.8s;
    animation-delay: 0.8s
}

.th-preloader .animation-preloader .txt-loading .characters:nth-child(6):before {
    -webkit-animation-delay: 1s;
    animation-delay: 1s
}

@media (max-width: 575px) {
    .th-preloader .animation-preloader .txt-loading {
        font-size: 30px;
        line-height: 30px
    }
}

@-webkit-keyframes characters {

    0%,
    75%,
    100% {
        opacity: 0;
        -webkit-transform: rotateY(-90deg);
        transform: rotateY(-90deg)
    }

    25%,
    50% {
        opacity: 1;
        -webkit-transform: rotateY(0deg);
        transform: rotateY(0deg)
    }
}

@keyframes characters {

    0%,
    75%,
    100% {
        opacity: 0;
        -webkit-transform: rotateY(-90deg);
        transform: rotateY(-90deg)
    }

    25%,
    50% {
        opacity: 1;
        -webkit-transform: rotateY(0deg);
        transform: rotateY(0deg)
    }
}

.th-btn {
    position: relative;
    z-index: 2;
    overflow: hidden;
    vertical-align: middle;
    display: inline-block;
    border: none;
    text-transform: uppercase;
    text-align: center;
    background-color: var(--theme-color);
    color: var(--white-color);
    font-family: var(--body-font);
    font-size: 14px;
    font-weight: 500;
    line-height: 1;
    padding: 20.5px 20px;
    min-width: 144px;
    border-radius: 4px
}

.th-btn:before,
.th-btn:after {
    content: "";
    position: absolute;
    height: 100%;
    top: 0;
    left: 0;
    width: 100%;
    background-color: var(--title-color);
    z-index: -1;
    -webkit-transition: all 0.4s ease-out;
    transition: all 0.4s ease-out;
    border-radius: 99px;
    -webkit-transform: scaleY(1.1);
    -ms-transform: scaleY(1.1);
    transform: scaleY(1.1)
}

.th-btn:before {
    -webkit-transform: scaleY(0);
    -ms-transform: scaleY(0);
    transform: scaleY(0)
}

.th-btn:after {
    -webkit-transform: scaleY(0);
    -ms-transform: scaleY(0);
    transform: scaleY(0)
}

.th-btn:hover,
.th-btn.active {
    color: var(--white-color);
    box-shadow: none
}

.th-btn:hover::before,
.th-btn:hover:after,
.th-btn.active::before,
.th-btn.active:after {
    border-radius: 0;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1)
}

.th-btn.style2 {
    background-color: transparent;
    color: var(--white-color);
    border: 1px solid var(--white-color);
    padding: 20px 40px;
    box-shadow: none
}

.th-btn.style2:hover {
    color: var(--title-color);
    border-color: var(--white-color)
}

.th-btn.style2:hover:before,
.th-btn.style2:hover:after {
    background-color: var(--white-color)
}

.th-btn.style3:hover {
    color: var(--title-color)
}

.th-btn.style3:hover:before,
.th-btn.style3:hover:after {
    background-color: var(--white-color)
}

.th-btn.style5 {
    background-color: var(--white-color);
    color: var(--title-color);
    box-shadow: none
}

.th-btn.style5:hover {
    color: var(--white-color)
}

.th-btn.style5:hover:before,
.th-btn.style5:hover:after {
    background-color: var(--title-color)
}

.th-btn.style6 {
    background-color: var(--white-color);
    color: var(--title-color);
    box-shadow: none
}

.th-btn.style6:hover {
    color: var(--white-color)
}

.th-btn.style6:hover:before,
.th-btn.style6:hover:after {
    background-color: var(--theme-color)
}

.th-btn.style7 {
    background-color: var(--title-color);
    color: var(--white-color)
}

.th-btn.style7:hover:before,
.th-btn.style7:hover:after {
    background-color: var(--theme-color)
}

.th-btn.style8 {
    font-size: 16px;
    padding: 19.5px 37px;
    text-transform: capitalize;
    border-radius: 100px
}

.th-btn.blue-border {
    background: #1C1C25;
    border: 1px solid var(--theme-color);
    border-radius: 100px
}

.th-btn.blue-border:hover:before,
.th-btn.blue-border:hover:after {
    background-color: var(--theme-color)
}

.th-btn.btn-gradient {
    font-size: 16px;
    text-transform: capitalize;
    padding: 18px 20px;
    background-color: var(--theme-color);
    background: -webkit-linear-gradient(top, var(--theme-color) 0%, var(--theme-color2) 100%);
    background: linear-gradient(180deg, var(--theme-color) 0%, var(--theme-color2) 100%)
}

.th-btn.btn-gradient:hover {
    background: -webkit-linear-gradient(top, var(--theme-color2) 0%, var(--theme-color) 100%);
    background: linear-gradient(180deg, var(--theme-color2) 0%, var(--theme-color) 100%)
}

.th-btn.btn-gradient:hover:before,
.th-btn.btn-gradient:hover:after {
    display: none
}

.th-btn.style-radius {
    border-radius: 100px;
    padding: 18px 40px
}

@media (max-width: 375px) {
    .th-btn.style-radius {
        padding: 18px 25px
    }
}

.th-btn.btn-fw {
    width: 100%
}

.th-btn.btn-fw:before,
.th-btn.btn-fw:after {
    display: none
}

.th-btn.btn-fw:hover {
    background-color: var(--title-color)
}

.icon-btn {
    display: inline-block;
    width: var(--btn-size, 56px);
    height: var(--btn-size, 56px);
    line-height: var(--btn-size, 56px);
    font-size: var(--btn-font-size, 16px);
    background-color: var(--icon-bg, transparent);
    color: var(--title-color);
    text-align: center;
    border-radius: 4px;
    border: 1px solid #232C47;
    -webkit-transition: 0.4s ease-in-out;
    transition: 0.4s ease-in-out
}

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

.play-btn {
    display: inline-block;
    position: relative;
    z-index: 1
}

.play-btn>i {
    display: inline-block;
    width: var(--icon-size, 60px);
    height: var(--icon-size, 60px);
    line-height: var(--icon-size, 60px);
    text-align: center;
    background-color: var(--white-color);
    color: var(--theme-color);
    font-size: var(--icon-font-size, 1.1em);
    border-radius: 50%;
    z-index: 1;
    -webkit-transition: all ease 0.4s;
    transition: all ease 0.4s
}

.play-btn:after,
.play-btn:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    background-color: var(--white-color);
    z-index: -1;
    border-radius: 50%;
    -webkit-transition: all ease 0.4s;
    transition: all ease 0.4s
}

.play-btn:after {
    -webkit-animation-delay: 2s;
    animation-delay: 2s
}

.play-btn:hover:after,
.play-btn:hover::before,
.play-btn:hover i {
    background-color: var(--theme-color);
    color: var(--white-color)
}

.play-btn.style2:before,
.play-btn.style2:after {
    background-color: transparent;
    border: 1px solid var(--white-color)
}

.play-btn.style3>i {
    background-color: var(--theme-color);
    color: var(--white-color);
    font-size: 20px
}

.play-btn.style3:before,
.play-btn.style3:after {
    background-color: var(--theme-color)
}

.play-btn.style3:hover>i {
    background-color: var(--white-color);
    color: var(--theme-color)
}

.play-btn.style3:hover:before,
.play-btn.style3:hover:after {
    background-color: var(--white-color)
}

.link-btn {
    font-weight: 600;
    font-size: 14px;
    display: inline-block;
    line-height: 0.8;
    position: relative;
    padding-bottom: 2px;
    margin-bottom: -2px;
    text-transform: uppercase;
    color: var(--theme-color)
}

.link-btn i {
    margin-left: 5px;
    font-size: 0.9rem
}

.link-btn:before {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 0;
    height: 2px;
    background-color: var(--theme-color);
    -webkit-transition: all ease 0.4s;
    transition: all ease 0.4s
}

.link-btn:hover {
    color: var(--theme-color)
}

.link-btn:hover::before {
    width: 100%
}

.line-btn {
    font-size: 14px;
    font-weight: 600;
    display: inline-block;
    line-height: 0.8;
    position: relative;
    padding-bottom: 4px;
    margin-bottom: -1px;
    text-transform: uppercase;
    color: var(--theme-color)
}

.line-btn i {
    margin-left: 5px;
    font-size: 0.9rem
}

.line-btn:before {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 1px;
    background-color: var(--theme-color);
    -webkit-transition: all ease 0.4s;
    transition: all ease 0.4s
}

.line-btn:hover {
    color: var(--title-color)
}

.line-btn:hover::before {
    background-color: var(--title-color);
    width: 45px
}

.scroll-top {
    position: fixed;
    right: 30px;
    bottom: 30px;
    height: 50px;
    width: 50px;
    cursor: pointer;
    display: block;
    border-radius: 50px;
    z-index: 10000;
    opacity: 1;
    visibility: hidden;
    -webkit-transform: translateY(45px);
    -ms-transform: translateY(45px);
    transform: translateY(45px);
    -webkit-transition: all 300ms linear;
    transition: all 300ms linear
}

.scroll-top:after {
    content: "\f062";
    font-family: var(--icon-font);
    position: absolute;
    text-align: center;
    line-height: 50px;
    font-size: 20px;
    color: var(--theme-color);
    left: 0;
    top: 0;
    height: 50px;
    width: 50px;
    cursor: pointer;
    display: block;
    z-index: 1;
    border: 2px solid var(--theme-color);
    box-shadow: none;
    border-radius: 50%
}

.scroll-top svg {
    color: var(--theme-color);
    border-radius: 50%;
    background: var(--white-color)
}

.scroll-top svg path {
    fill: none
}

.scroll-top .progress-circle path {
    stroke: var(--theme-color);
    stroke-width: 20px;
    box-sizing: border-box;
    -webkit-transition: all 400ms linear;
    transition: all 400ms linear
}

.scroll-top.show {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0)
}

.sec-title {
    margin-bottom: calc(var(--section-title-space) - 10px);
    margin-top: -0.32em;
    text-transform: capitalize
}

.sub-title {
    position: relative;
    display: block;
    font-size: 16px;
    font-weight: 600;
    color: var(--theme-color);
    margin-bottom: 30px;
    text-transform: uppercase;
    line-height: 24px;
    margin-top: -0.34em
}

.sub-title:has(img) {
    margin-top: 0
}

.sub-title.sub-title3 {
    position: relative;
    font-family: var(--title-font);
    font-weight: 600;
    font-size: 14px;
    text-transform: uppercase;
    color: var(--theme-color);
    margin-bottom: 25px
}

.sub-title.sub-title3.style1::before {
    margin-left: -4.5rem;
    display: none
}

@media (max-width: 575px) {
    .sub-title.sub-title3.style1::before {
        margin-left: -4.5rem
    }
}

@media (max-width: 375px) {
    .sub-title.sub-title3.style1::before {
        display: none
    }
}

.sub-title.sub-title3::before,
.sub-title.sub-title3:after {
    content: "";
    position: absolute;
    top: 48%;
    height: 2px;
    width: 40px
}

@media (max-width: 575px) {

    .sub-title.sub-title3::before,
    .sub-title.sub-title3:after {
        width: 30px
    }
}

@media (max-width: 450px) {

    .sub-title.sub-title3::before,
    .sub-title.sub-title3:after {
        display: none
    }
}

.sub-title.sub-title3::before {
    background-color: var(--theme-color);
    margin-left: -3.2rem
}

@media (max-width: 575px) {
    .sub-title.sub-title3::before {
        margin-left: -2.6rem
    }
}

.sub-title.sub-title3::after {
    background-color: var(--theme-color);
    margin-left: 10px
}

.sub-title.sub-title4 {
    position: relative;
    display: inline-block;
    padding: 0 20px
}

.sub-title.sub-title4:before,
.sub-title.sub-title4:after {
    position: absolute;
    content: url("data:image/svg+xml,%3Csvg width='10' height='11' viewBox='0 0 10 11' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Crect x='0.5' y='1.14673' width='9' height='9' rx='0.5' fill='white' stroke='%233E66F3'/%3E%3Crect x='3' y='3.64673' width='4' height='4' rx='2' fill='%233E66F3'/%3E%3C/svg%3E%0A");
    position: absolute;
    top: 0px;
    left: 0px
}

.sub-title.sub-title4:after {
    left: unset;
    right: 0px
}

.sub-title.sub-title4.style1 {
    padding-right: 0
}

.sub-title.sub-title4.style1:after {
    display: none
}

.box-title {
    font-size: 24px;
    line-height: 1.417;
    font-weight: 700;
    margin-top: -0.32em
}

.box-title a {
    color: inherit
}

.box-title a:hover {
    color: var(--theme-color)
}

.sec-text {
    max-width: 720px
}

.title-area {
    margin-bottom: calc(var(--section-title-space) - 10px);
    position: relative;
    z-index: 2
}

.title-area.style2 {
    margin-top: -8px
}

.title-area .sec-title {
    margin-bottom: 15px
}

.title-area.mb-0 .sec-title {
    margin-bottom: -0.41em
}

.title-area .th-btn {
    margin-top: 20px;
    margin-bottom: 10px
}

.sec-btn {
    margin-bottom: var(--section-title-space)
}

@media (max-width: 1199px) {
    .sub-title {
        margin-bottom: 20px
    }

    .title-area,
    .sec-title {
        --section-title-space: 60px
    }

    .sec-btn {
        --section-title-space: 55px
    }
}

@media (max-width: 991px) {

    .title-area,
    .sec-title {
        --section-title-space: 50px
    }

    .sec-btn {
        --section-title-space: 50px
    }
}

.shape-mockup-wrap {
    z-index: 2;
    position: relative
}

.shape-mockup {
    position: absolute;
    z-index: -1
}

.shape-mockup.z-index-3 {
    z-index: 3
}

.z-index-3 {
    z-index: 3
}

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

.th-social a {
    display: inline-block;
    width: var(--icon-size, 46px);
    height: var(--icon-size, 46px);
    line-height: var(--icon-size, 46px);
    background-color: var(--white-color);
    color: var(--body-color);
    font-size: 16px;
    text-align: center;
    margin-right: 5px;
    border-radius: 50%
}

.th-social a:last-child {
    margin-right: 0
}

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

.th-social.style2 a {
    --icon-size: 40px;
    font-size: 14px;
    background-color: transparent;
    color: var(--white-color);
    border: 1px solid
}

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

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

.btn-group.style2 {
    gap: 20px 70px
}

@media (max-width: 767px) {
    .btn-group.style2 {
        gap: 20px 30px
    }
}

.icon-masking {
    position: relative;
    display: inline-block;
    height: auto;
    width: auto
}

.icon-masking .mask-icon {
    position: absolute;
    height: 100%;
    width: 100%;
    mix-blend-mode: hue;
    background: var(--theme-color);
    top: 0
}

.mfp-zoom-in.mfp-bg {
    opacity: 0;
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease
}

.mfp-zoom-in.mfp-ready.mfp-bg {
    opacity: 0.7
}

.mfp-zoom-in.mfp-removing.mfp-bg {
    opacity: 0
}

.fw-normal {
    font-weight: 400
}

.fw-semibold {
    font-weight: 600
}

.bg-theme {
    background-color: var(--theme-color) !important
}

.bg-smoke {
    background-color: var(--smoke-color) !important
}

.bg-smoke2 {
    background-color: var(--smoke-color2) !important
}

.bg-smoke3 {
    background-color: var(--smoke-color3) !important
}

.bg-white {
    background-color: var(--white-color) !important
}

.bg-black {
    background-color: var(--black-color) !important
}

.bg-black2 {
    background-color: var(--black-color2) !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-bottom-center {
    background-size: auto;
    background-position: bottom center
}

.bg-repeat {
    background-size: auto;
    background-repeat: repeat
}

.bg-bottom-right {
    background-size: auto;
    background-position: bottom right
}

.bg-top-right {
    background-size: auto;
    background-position: top right
}

.text-theme {
    color: var(--theme-color) !important
}

.text-title {
    color: var(--title-color) !important
}

.text-body {
    color: var(--body-color) !important
}

.text-white {
    color: var(--white-color) !important
}

.text-light {
    color: var(--light-color) !important
}

.text-yellow {
    color: var(--yellow-color) !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: underline
}

.overlay {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%
}


.play-btn:after,
.play-btn:before,
.process-card_number:after,
.process-card_number:before {
    -webkit-animation-duration: var(--ripple-ani-duration);
    animation-duration: var(--ripple-ani-duration);
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-animation-name: ripple;
    animation-name: ripple
}

@-webkit-keyframes ripple {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: 0
    }

    30% {
        opacity: 0.4
    }

    100% {
        -webkit-transform: scale(1.8);
        transform: scale(1.8);
        opacity: 0
    }
}

@keyframes ripple {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: 0
    }

    30% {
        opacity: 0.4
    }

    100% {
        -webkit-transform: scale(1.8);
        transform: scale(1.8);
        opacity: 0
    }
}

@-webkit-keyframes ripple2 {
    0% {
        -webkit-transform: scale(0.2);
        transform: scale(0.2);
        opacity: 1
    }

    50% {
        opacity: 0.40
    }

    100% {
        -webkit-transform: scale(1.9);
        transform: scale(1.9);
        opacity: 0
    }
}

@keyframes ripple2 {
    0% {
        -webkit-transform: scale(0.2);
        transform: scale(0.2);
        opacity: 1
    }

    50% {
        opacity: 0.40
    }

    100% {
        -webkit-transform: scale(1.9);
        transform: scale(1.9);
        opacity: 0
    }
}

@-webkit-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%
    }
}

@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%
    }
}

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

    50% {
        -webkit-transform: translateX(50px);
        transform: translateX(50px)
    }

    100% {
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }
}

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

    50% {
        -webkit-transform: translateX(50px);
        transform: translateX(50px)
    }

    100% {
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }
}

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

    50% {
        -webkit-transform: translateX(-50px);
        transform: translateX(-50px)
    }

    100% {
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }
}

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

    50% {
        -webkit-transform: translateX(-50px);
        transform: translateX(-50px)
    }

    100% {
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }
}

@-webkit-keyframes jumpAni {
    0% {
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }

    40% {
        -webkit-transform: translateY(-30px);
        transform: translateY(-30px)
    }

    100% {
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
}

@keyframes jumpAni {
    0% {
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }

    40% {
        -webkit-transform: translateY(-30px);
        transform: translateY(-30px)
    }

    100% {
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
}

@-webkit-keyframes jumpReverseAni {
    0% {
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }

    50% {
        -webkit-transform: translateY(30px);
        transform: translateY(30px)
    }

    100% {
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
}

@keyframes jumpReverseAni {
    0% {
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }

    50% {
        -webkit-transform: translateY(30px);
        transform: translateY(30px)
    }

    100% {
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
}

@-webkit-keyframes spin {
    0% {
        -webkit-transform: rotate(0);
        transform: rotate(0)
    }

    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}

@keyframes spin {
    0% {
        -webkit-transform: rotate(0);
        transform: rotate(0)
    }

    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}

@-webkit-keyframes titleFill {
    0% {
        width: 0
    }

    80% {
        width: 100%
    }

    100% {
        width: 100%
    }
}

@keyframes titleFill {
    0% {
        width: 0
    }

    80% {
        width: 100%
    }

    100% {
        width: 100%
    }
}

.swing {
    -webkit-animation: swing 10s infinite ease-in-out;
    animation: swing 10s infinite ease-in-out
}

@-webkit-keyframes swing {

    0%,
    100% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg)
    }

    25% {
        -webkit-transform: rotate(5deg);
        transform: rotate(5deg)
    }

    50% {
        -webkit-transform: rotate(-5deg);
        transform: rotate(-5deg)
    }

    75% {
        -webkit-transform: rotate(5deg);
        transform: rotate(5deg)
    }
}

@keyframes swing {

    0%,
    100% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg)
    }

    25% {
        -webkit-transform: rotate(5deg);
        transform: rotate(5deg)
    }

    50% {
        -webkit-transform: rotate(-5deg);
        transform: rotate(-5deg)
    }

    75% {
        -webkit-transform: rotate(5deg);
        transform: rotate(5deg)
    }
}

@-webkit-keyframes dance {
    0% {
        -webkit-transform: scale(0.8);
        transform: scale(0.8)
    }

    100% {
        -webkit-transform: scale(1);
        transform: scale(1)
    }
}

@keyframes dance {
    0% {
        -webkit-transform: scale(0.8);
        transform: scale(0.8)
    }

    100% {
        -webkit-transform: scale(1);
        transform: scale(1)
    }
}

@-webkit-keyframes dance2 {
    0% {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }

    50% {
        -webkit-transform: translate3d(15px, -15px, 0);
        transform: translate3d(15px, -15px, 0)
    }

    100% {
        -webkit-transform: translate3d(0, -15px, 15px);
        transform: translate3d(0, -15px, 15px)
    }
}

@keyframes dance2 {
    0% {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }

    50% {
        -webkit-transform: translate3d(15px, -15px, 0);
        transform: translate3d(15px, -15px, 0)
    }

    100% {
        -webkit-transform: translate3d(0, -15px, 15px);
        transform: translate3d(0, -15px, 15px)
    }
}

.bg-color-ani {
    -webkit-animation: bgColor 6s linear infinite;
    animation: bgColor 6s linear infinite
}

@-webkit-keyframes bgColor {
    0% {
        background-color: #F2BA4C
    }

    25% {
        background-color: #81F24C
    }

    50% {
        background-color: #41F27D
    }

    75% {
        background-color: #0500FF
    }

    100% {
        background-color: #F2BA4C
    }
}

@keyframes bgColor {
    0% {
        background-color: #F2BA4C
    }

    25% {
        background-color: #81F24C
    }

    50% {
        background-color: #41F27D
    }

    75% {
        background-color: #0500FF
    }

    100% {
        background-color: #F2BA4C
    }
}

@-webkit-keyframes footerLine {
    0% {
        left: 40px
    }

    50% {
        left: 0
    }

    100% {
        left: 40px
    }
}

@keyframes footerLine {
    0% {
        left: 40px
    }

    50% {
        left: 0
    }

    100% {
        left: 40px
    }
}

@-webkit-keyframes animate-positive {
    0% {
        width: 0
    }
}

@keyframes animate-positive {
    0% {
        width: 0
    }
}


.slideinup {
    opacity: 0;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
    -webkit-animation-iteration-count: 1;
    animation-iteration-count: 1;
    -webkit-animation-duration: 1.3s;
    animation-duration: 1.3s;
    -webkit-animation-delay: 0.3s;
    animation-delay: 0.3s;
    -webkit-animation-name: var(--animation-name);
    animation-name: var(--animation-name)
}

.th-ani {
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease
}

.th-ani:hover {
    -webkit-transform: translateY(-5px);
    -ms-transform: translateY(-5px);
    transform: translateY(-5px)
}

.swiper-slide-active .slideinup {
    --animation-name: slideinup
}

@-webkit-keyframes fadein {
    0% {
        opacity: 0
    }

    100% {
        opacity: 1
    }
}

@keyframes fadein {
    0% {
        opacity: 0
    }

    100% {
        opacity: 1
    }
}

@-webkit-keyframes slideinup {
    0% {
        opacity: 0;
        -webkit-transform: translateY(100px);
        transform: translateY(100px)
    }

    100% {
        opacity: 1;
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
}

@keyframes slideinup {
    0% {
        opacity: 0;
        -webkit-transform: translateY(100px);
        transform: translateY(100px)
    }

    100% {
        opacity: 1;
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
}

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

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

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

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

@-webkit-keyframes slideinright {
    0% {
        opacity: 0;
        -webkit-transform: translateX(180px);
        transform: translateX(180px)
    }

    100% {
        opacity: 1;
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }
}

@keyframes slideinright {
    0% {
        opacity: 0;
        -webkit-transform: translateX(180px);
        transform: translateX(180px)
    }

    100% {
        opacity: 1;
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }
}

@-webkit-keyframes slideindown {
    0% {
        opacity: 0;
        -webkit-transform: translateY(-100px);
        transform: translateY(-100px)
    }

    100% {
        opacity: 1;
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
}

@keyframes slideindown {
    0% {
        opacity: 0;
        -webkit-transform: translateY(-100px);
        transform: translateY(-100px)
    }

    100% {
        opacity: 1;
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
}

@-webkit-keyframes slideinleft {
    0% {
        opacity: 0;
        -webkit-transform: translateX(-100px);
        transform: translateX(-100px)
    }

    100% {
        opacity: 1;
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }
}

@keyframes slideinleft {
    0% {
        opacity: 0;
        -webkit-transform: translateX(-100px);
        transform: translateX(-100px)
    }

    100% {
        opacity: 1;
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }
}

@-webkit-keyframes slidebottomright {
    0% {
        opacity: 0;
        -webkit-transform: translateX(120px) translateY(120px);
        transform: translateX(120px) translateY(120px)
    }

    100% {
        opacity: 1;
        -webkit-transform: translateX(0) translateY(0);
        transform: translateX(0) translateY(0)
    }
}

@keyframes slidebottomright {
    0% {
        opacity: 0;
        -webkit-transform: translateX(120px) translateY(120px);
        transform: translateX(120px) translateY(120px)
    }

    100% {
        opacity: 1;
        -webkit-transform: translateX(0) translateY(0);
        transform: translateX(0) translateY(0)
    }
}

@-webkit-keyframes slidetopleft {
    0% {
        opacity: 0;
        -webkit-transform: translateX(-100px) translateY(-100px);
        transform: translateX(-100px) translateY(-100px)
    }

    100% {
        opacity: 1;
        -webkit-transform: translateX(0) translateY(0);
        transform: translateX(0) translateY(0)
    }
}

@keyframes slidetopleft {
    0% {
        opacity: 0;
        -webkit-transform: translateX(-100px) translateY(-100px);
        transform: translateX(-100px) translateY(-100px)
    }

    100% {
        opacity: 1;
        -webkit-transform: translateX(0) translateY(0);
        transform: translateX(0) translateY(0)
    }
}

@-webkit-keyframes fadeInLeft {
    0% {
        opacity: 0;
        -webkit-transform: translateX(-20px);
        -ms-transform: translateX(-20px);
        transform: translateX(-20px)
    }

    100% {
        opacity: 1;
        -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
        transform: translateX(0)
    }
}

@keyframes fadeInLeft {
    0% {
        opacity: 0;
        -webkit-transform: translateX(-20px);
        -ms-transform: translateX(-20px);
        transform: translateX(-20px)
    }

    100% {
        opacity: 1;
        -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
        transform: translateX(0)
    }
}

@-webkit-keyframes fadeInRight {
    0% {
        opacity: 0;
        -webkit-transform: translateX(20px);
        -ms-transform: translateX(20px);
        transform: translateX(20px)
    }

    100% {
        opacity: 1;
        -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
        transform: translateX(0)
    }
}

@keyframes fadeInRight {
    0% {
        opacity: 0;
        -webkit-transform: translateX(20px);
        -ms-transform: translateX(20px);
        transform: translateX(20px)
    }

    100% {
        opacity: 1;
        -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
        transform: translateX(0)
    }
}

@-webkit-keyframes fadeInUp {
    0% {
        opacity: 0;
        -webkit-transform: translateY(20px);
        -ms-transform: translateY(20px);
        transform: translateY(20px)
    }

    100% {
        opacity: 1;
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0)
    }
}

@keyframes fadeInUp {
    0% {
        opacity: 0;
        -webkit-transform: translateY(20px);
        -ms-transform: translateY(20px);
        transform: translateY(20px)
    }

    100% {
        opacity: 1;
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0)
    }
}

@-webkit-keyframes fadeInDown {
    0% {
        opacity: 0;
        -webkit-transform: translateY(-20px);
        -ms-transform: translateY(-20px);
        transform: translateY(-20px)
    }

    100% {
        opacity: 1;
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0)
    }
}

@keyframes fadeInDown {
    0% {
        opacity: 0;
        -webkit-transform: translateY(-20px);
        -ms-transform: translateY(-20px);
        transform: translateY(-20px)
    }

    100% {
        opacity: 1;
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0)
    }
}

@-webkit-keyframes zoomIn {
    0% {
        opacity: 0;
        -webkit-transform: scale3d(0.3, 0.3, 0.3);
        transform: scale3d(0.3, 0.3, 0.3)
    }

    50% {
        opacity: 1
    }
}

@keyframes zoomIn {
    0% {
        opacity: 0;
        -webkit-transform: scale3d(0.3, 0.3, 0.3);
        transform: scale3d(0.3, 0.3, 0.3)
    }

    50% {
        opacity: 1
    }
}

@keyframes fadeInLeft {
    0% {
        opacity: 0;
        -webkit-transform: translateX(-20px);
        -ms-transform: translateX(-20px);
        transform: translateX(-20px)
    }

    100% {
        opacity: 1;
        -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
        transform: translateX(0)
    }
}

@keyframes fadeInRight {
    0% {
        opacity: 0;
        -webkit-transform: translateX(20px);
        -ms-transform: translateX(20px);
        transform: translateX(20px)
    }

    100% {
        opacity: 1;
        -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
        transform: translateX(0)
    }
}

@keyframes fadeInUp {
    0% {
        opacity: 0;
        -webkit-transform: translateY(20px);
        -ms-transform: translateY(20px);
        transform: translateY(20px)
    }

    100% {
        opacity: 1;
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0)
    }
}

@keyframes fadeInDown {
    0% {
        opacity: 0;
        -webkit-transform: translateY(-20px);
        -ms-transform: translateY(-20px);
        transform: translateY(-20px)
    }

    100% {
        opacity: 1;
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0)
    }
}

@keyframes dance {
    0% {
        -webkit-transform: scale(0.8);
        transform: scale(0.8)
    }

    100% {
        -webkit-transform: scale(1);
        transform: scale(1)
    }
}

@keyframes dance2 {
    0% {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }

    50% {
        -webkit-transform: translate3d(15px, -15px, 0);
        transform: translate3d(15px, -15px, 0)
    }

    100% {
        -webkit-transform: translate3d(0, -15px, 15px);
        transform: translate3d(0, -15px, 15px)
    }
}

.widget_nav_menu ul {
    list-style: none;
    padding: 0;
    margin: 0 0 0 0
}

.widget_nav_menu>ul,
.widget_nav_menu .menu {
    margin: 0 0 -10px 0
}

.widget_nav_menu a {
    display: block;
    background-color: var(--white-color);
    margin: 0 0 10px 0;
    padding: 16px 45px 19px 25px;
    font-size: 16px;
    font-weight: 500;
    line-height: 1.313;
    color: var(--body-color);
    border-radius: 4px
}

.widget_nav_menu a::before {
    content: "\f061";
    position: absolute;
    right: 25px;
    top: 17px;
    font-family: var(--icon-font);
    font-weight: 600;
    color: var(--theme-color);
    -webkit-transition: all ease 0.4s;
    transition: all ease 0.4s
}

.widget_nav_menu li {
    display: block;
    position: relative
}

.widget_nav_menu li:last-child a {
    border-bottom: none
}

.widget_nav_menu li>span {
    color: var(--white-color);
    background-color: #272A34;
    font-weight: 600;
    text-align: center;
    position: absolute;
    right: 24px;
    top: 15px;
    -webkit-transition: all ease 0.4s;
    transition: all ease 0.4s;
    pointer-events: none;
    min-width: 20px;
    text-align: right
}

.widget_nav_menu a:hover {
    color: var(--white-color);
    background-color: var(--theme-color)
}

.widget_nav_menu a:hover:before {
    color: var(--white-color)
}

.widget_nav_menu a:hover~span {
    color: var(--white-color);
    background-color: var(--theme-color)
}

.widget_nav_menu .children {
    margin-left: 10px
}

.widget_nav_menu a {
    padding-right: 20px
}

.widget_nav_menu .sub-menu {
    margin-left: 10px
}

.widget {
    padding: var(--widget-padding-y, 40px) var(--widget-padding-x, 40px);
    background-color: var(--smoke-color);
    margin-bottom: 40px;
    position: relative;
    border-radius: 5px
}

.widget .th-social a {
    box-shadow: 0px 2px 14px rgba(4, 6, 66, 0.1)
}

.widget_title {
    position: relative;
    font-size: 24px;
    font-weight: 700;
    font-family: var(--title-font);
    line-height: 1em;
    margin: -0.12em 0 28px 0
}

@media (max-width: 1199px) {
    .widget {
        --widget-padding-y: 30px;
        --widget-padding-x: 30px
    }

    .widget_title {
        font-size: 22px;
        margin: -0.12em 0 24px 0
    }
}

@media (max-width: 991px) {

    .widget {
        --widget-padding-y: 40px;
        --widget-padding-x: 40px
    }
}

@media (max-width: 767px) {
    .widget {
        padding: 35px 20px
    }
}

.footer-widget {
    margin-bottom: 50px
}

.footer-widget,
.footer-widget .widget {
    padding: 0;
    border: none;
    padding-bottom: 0;
    background-color: transparent;
    box-shadow: none
}

.footer-widget .form-group>i {
    color: var(--theme-color);
    top: 18px
}

.footer-widget .widget_title {
    max-width: 270px;
    color: var(--white-color);
    font-weight: 600;
    text-transform: uppercase;
    margin: -0.12em 0 35px 0;
    padding: 0 0 17px 0
}

.footer-widget .widget_title:before {
    content: '';
    height: 2px;
    width: 100px;
    background-color: var(--theme-color);
    position: absolute;
    left: 0;
    bottom: 0
}

.footer-widget .widget_title:after {
    content: '';
    height: 10px;
    width: 10px;
    background-color: var(--white-color);
    position: absolute;
    bottom: -4px;
    left: 96px;
    border-radius: 99px;
    border: 2px solid var(--theme-color)
}

.footer-widget .widget_title.style2 {
    color: var(--white-color)
}

.footer-widget .widget_title.style2:before,
.footer-widget .widget_title.style2:after {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    width: 61px;
    height: 2px;
    background: -webkit-linear-gradient(top, var(--theme-color) 0%, var(--theme-color2) 100%);
    background: linear-gradient(180deg, var(--theme-color) 0%, var(--theme-color2) 100%)
}

.footer-widget .widget_title.style2:after {
    width: 16px;
    border: 2px solid var(--black-color);
    height: 10px;
    background: transparent;
    bottom: -3px;
    left: 40px;
    -webkit-animation: footerLine 7s linear infinite;
    animation: footerLine 7s linear infinite
}


.footer-widget.widget_nav_menu ul {
    margin-top: -5px
}


.footer-widget.widget_nav_menu .menu,
.footer-widget.widget_nav_menu>ul {
    margin-bottom: -5px
}


.footer-widget.widget_nav_menu a {
    font-size: 16px;
    font-weight: 400;
    padding: 0 0 0 20px;
    margin-bottom: 21px;
    font-family: var(--body-font);
    display: block;
    max-width: 100%;
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    padding-right: 0;
    background-color: transparent;
    border-bottom: none;
    position: relative
}


.footer-widget.widget_nav_menu a:before {
    content: "\f054";
    font-weight: 600;
    left: 0;
    top: 2px;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
    font-size: 0.9em;
    background-color: transparent;
    border: none;
    color: inherit
}


.footer-widget.widget_nav_menu a:hover {
    background-color: transparent;
    color: var(--theme-color)
}


.footer-widget.widget_nav_menu a:hover:before {
    color: var(--theme-color)
}


.footer-widget.widget_nav_menu li>span {
    width: auto;
    height: auto;
    position: relative;
    background-color: transparent;
    color: var(--body-color);
    line-height: 1
}


.footer-widget.widget_nav_menu li:last-child a {
    margin-bottom: 0
}

.th-widget-about .about-text {
    margin-bottom: 25px;
    margin-top: -0.5em
}

.newsletter-form {
    position: relative;
    max-width: 465px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 10px
}

.newsletter-form .th-btn {
    min-width: 145px;
    padding: 21px 20px
}

@media (max-width: 1199px) {

    
    .footer-widget.widget_nav_menu a {
        margin-bottom: 16px
    }
}

@media (max-width: 767px) {
    .footer-widget .widget_title {
        margin-bottom: 35px
    }

    .th-widget-about .about-text {
        margin-bottom: 20px
    }
}

.th-header {
    position: relative;
    z-index: 41
}

.sticky-wrapper {
    -webkit-transition: 0.4s ease-in-out;
    transition: 0.4s ease-in-out
}

.sticky-wrapper.sticky {
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    background-color: var(--white-color);
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.07);
    -webkit-animation: stickyAni 0.4s ease-in-out;
    animation: stickyAni 0.4s ease-in-out
}

@-webkit-keyframes stickyAni {
    0% {
        -webkit-transform: translate3d(0, -40px, 0) scaleY(0.8);
        transform: translate3d(0, -40px, 0) scaleY(0.8);
        opacity: 0.7
    }

    100% {
        -webkit-transform: translate3d(0, 0, 0) scaleY(1);
        transform: translate3d(0, 0, 0) scaleY(1);
        opacity: 1
    }
}

@keyframes stickyAni {
    0% {
        -webkit-transform: translate3d(0, -40px, 0) scaleY(0.8);
        transform: translate3d(0, -40px, 0) scaleY(0.8);
        opacity: 0.7
    }

    100% {
        -webkit-transform: translate3d(0, 0, 0) scaleY(1);
        transform: translate3d(0, 0, 0) scaleY(1);
        opacity: 1
    }
}

.main-menu a {
    display: block;
    position: relative;
    font-weight: 600;
    font-size: 14px;
    color: var(--title-color);
    font-family: var(--title-font);
    text-transform: uppercase
}

.main-menu a:hover {
    color: var(--theme-color)
}

.main-menu>ul>li {
    margin: 0 14px
}

.main-menu>ul>li>a {
    padding: 47px 0
}

.main-menu>ul>li>a:hover {
    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.menu-item-has-children>a:after {
    content: "\f078";
    position: relative;
    font-family: var(--icon-font);
    margin-left: 4px;
    font-weight: 600;
    top: 0;
    font-size: 1em
}

.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;
    -webkit-transform: scaleY(1);
    -ms-transform: scaleY(1);
    transform: scaleY(1);
    z-index: 9
}

.main-menu ul li:hover ul.mega-menu {
    visibility: visible;
    opacity: 1;
    z-index: 9;
    -webkit-transform: scaleY(1) translateX(-50%);
    -ms-transform: scaleY(1) translateX(-50%);
    transform: scaleY(1) translateX(-50%)
}

.main-menu ul.sub-menu,
.main-menu ul.mega-menu {
    position: absolute;
    text-align: left;
    top: 100%;
    left: 0;
    background-color: var(--white-color);
    visibility: hidden;
    min-width: 190px;
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    padding: 7px;
    left: -14px;
    opacity: 0;
    z-index: -1;
    border: 0;
    box-shadow: 0px 4px 15px rgba(1, 15, 28, 0.06);
    border-radius: 0;
    -webkit-transform: scaleY(0);
    -ms-transform: scaleY(0);
    transform: scaleY(0);
    -webkit-transform-origin: top center;
    -ms-transform-origin: top center;
    transform-origin: top center;
    -webkit-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s
}

.main-menu ul.sub-menu a,
.main-menu ul.mega-menu a {
    font-size: 16px;
    line-height: 30px
}

.main-menu ul.sub-menu {
    padding: 18px 20px 18px 18px;
    left: -27px
}

.main-menu ul.sub-menu li {
    display: block;
    margin: 0 0;
    padding: 0px 9px
}

.main-menu ul.sub-menu li.menu-item-has-children>a:after {
    content: "\f105";
    float: right;
    top: 1px
}

.main-menu ul.sub-menu li a {
    position: relative;
    padding-left: 23px;
    text-transform: capitalize
}

.main-menu ul.sub-menu li a:before {
    content: "\f649";
    position: absolute;
    top: 8px;
    left: 0;
    font-family: var(--icon-font);
    width: 11px;
    height: 11px;
    text-align: center;
    border-radius: 50%;
    display: inline-block;
    font-size: 0.9em;
    line-height: 1;
    color: var(--theme-color);
    font-weight: 500
}

.main-menu ul.sub-menu li ul.sub-menu {
    left: 100%;
    right: auto;
    top: 0;
    margin: 0 0;
    margin-left: 20px
}

.main-menu ul.sub-menu li ul.sub-menu li ul {
    left: 100%;
    right: auto
}

.main-menu .mega-menu-wrap {
    position: static
}

.main-menu ul.mega-menu {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    text-align: left;
    width: 100%;
    max-width: var(--main-container);
    padding: 20px 15px 23px 15px;
    left: 50%;
    -webkit-transform: scaleY(0) translateX(-50%);
    -ms-transform: scaleY(0) translateX(-50%);
    transform: scaleY(0) translateX(-50%)
}

.main-menu ul.mega-menu li {
    display: block;
    width: 100%;
    padding: 0 15px
}

.main-menu ul.mega-menu li li {
    padding: 2px 0
}

.main-menu ul.mega-menu li a {
    display: inline-block;
    text-transform: capitalize
}

.main-menu ul.mega-menu>li>a {
    display: block;
    padding: 0;
    padding-bottom: 15px;
    margin-bottom: 10px;
    text-transform: capitalize;
    letter-spacing: 1px;
    font-weight: 700;
    color: var(--title-color);
    border-color: var(--theme-color)
}

.main-menu ul.mega-menu>li>a::after,
.main-menu ul.mega-menu>li>a::before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 15px;
    height: 1px;
    background-color: var(--theme-color)
}

.main-menu ul.mega-menu>li>a::after {
    width: calc(100% - 20px);
    left: 20px
}

.main-menu ul.mega-menu>li>a:hover {
    padding-left: 0
}

.main-menu.style2>ul>li {
    margin: 0 6px
}

.main-menu.style2>ul>li>a {
    padding: 2px 16px;
    border-radius: 100px;
    background-color: transparent;
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out
}

.main-menu.style2>ul>li>a:hover {
    background-color: rgba(64, 102, 242, 0.1)
}

.main-menu.style2 ul.sub-menu {
    padding: 18px 20px 18px 18px;
    left: -27px;
    margin-top: 15px
}

.header-button {
    height: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 10px
}

.header-button .icon-btn {
    position: relative
}

.header-button .icon-btn:hover {
    color: var(--white-color);
    background-color: var(--theme-color);
    border-color: var(--theme-color)
}

@media (max-width: 1199px) {
    .main-menu>ul>li>a {
        padding: 37px 0
    }
}

.header-layout10 {
    position: relative
}

.header-layout10 .main-menu ul li.menu-item-has-children>a:after {
    content: "\2b";
    font-size: 12px;
    -webkit-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg)
}

.header-layout10 .main-menu ul li.menu-item-has-children>a:hover:after {
    content: "\f068";
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg)
}

.header-layout10 .menu-area {
    padding: 18px 0
}

.header-layout10 .main-menu a {
    font-size: 16px;
    text-transform: capitalize
}

.header-layout10 .main-menu.style2>ul>li {
    margin: 0 2px
}

.header-layout10 .header-button .th-btn {
    padding: 18px 38px
}

.footer-wrapper {
    --border-color: rgba(255, 255, 255, 0.3);
    position: relative;
    z-index: 2
}

.footer-wrapper .th-social a {
    background-color: transparent;
    color: var(--white-color);
    border: 1px solid var(--white-color)
}

.footer-wrapper .th-social a:hover {
    background-color: var(--theme-color);
    border-color: var(--theme-color)
}

.widget-area {
    padding-top: var(--section-space);
    padding-bottom: 66px
}

.footer-menu {
    margin: 0;
    padding: 0
}

@media (max-width: 991px) {
    .footer-menu {
        text-align: center
    }
}

.footer-menu li {
    display: inline-block;
    margin-right: 30px
}

@media (max-width: 575px) {
    .footer-menu li {
        margin-right: 5px
    }
}

.footer-menu li a {
    position: relative;
    font-weight: 400;
    font-family: var(--body-font);
    font-size: 16px;
    line-height: 24px;
    color: var(--white-color);
    text-transform: capitalize
}

@media (max-width: 575px) {
    .footer-menu li a {
        font-size: 14px
    }
}

.footer-menu li a:hover {
    color: var(--theme-color)
}

.footer-info {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    min-width: 170px;
    margin-top: -0.4rem;
    margin-bottom: 0
}

.footer-info:not(:last-child) {
    margin-top: 0;
    margin-bottom: 10px
}

.footer-info_text {
    display: block;
    color: var(--body-color);
    margin-top: -0.45em;
    margin-bottom: -0.45em;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    align-self: center
}

.copyright-wrap {
    padding: 22px 0;
    background-size: 100% auto
}

.copyright-text {
    margin: 0
}

.copyright-text a {
    color: var(--theme-color)
}

.copyright-text a:hover {
    color: var(--white-color)
}

.footer-newsletter {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    gap: 25px;
    padding-left: 60px
}

.footer-newsletter .newsletter-title {
    max-width: 425px;
    margin-bottom: 0
}

@media (max-width: 991px) {
    .footer-wrapper .widget-area {
        padding-top: var(--section-space-mobile);
        padding-bottom: 30px
    }

    .copyright-text {
        text-align: center
    }
}

@media (max-width: 575px) {
    .copyright-wrap {
        background-size: cover
    }
}

.footer-widget .contact-feature {
    padding: 0 !important;
    background-color: transparent;
    box-shadow: none;
    gap: 15px
}

.footer-widget .contact-feature:not(:last-child) {
    margin-bottom: 28px
}

.footer-widget .contact-feature .icon-btn {
    --btn-size: 44px;
    font-size: 16px
}

.footer-widget .contact-feature_label {
    margin-top: -0.4em;
    font-size: 14px;
    text-transform: uppercase;
    line-height: 1.5
}

.footer-widget .contact-feature_link {
    font-size: 18px;
    margin-bottom: -0.4em;
    display: block
}

.newsletter-form {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    max-width: 465px;
    gap: 15px
}

.newsletter-form .form-group {
    margin-bottom: 0;
    width: 100%
}

.newsletter-form .form-group>i {
    color: var(--theme-color)
}

.newsletter-form input {
    background-color: transparent;
    border: 1px solid #323232;
    width: 100%
}

.newsletter-form input:focus {
    background-color: transparent;
    color: var(--body-color)
}

.newsletter-form .th-btn {
    min-width: 150px
}

@media (max-width: 991px) {

    .footer-wrapper .newsletter-form {
        max-width: 400px
    }
}

@media (max-width: 767px) {

    .footer-wrapper .newsletter-form {
        max-width: 550px;
        gap: 15px;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center
    }
}

@media (max-width: 575px) {
    .footer-wrapper .newsletter-form {
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center
    }
}

.footer-layout5 {
    background-color: #F7F8FB
}

.footer-layout5 .footer-newsletter {
    padding-left: 0
}

.footer-layout5 .footer-newsletter .newsletter-title {
    color: var(--title-color);
    max-width: 500px
}

.footer-layout5 .footer-newsletter .newsletter-form {
    position: relative;
    overflow: hidden;
    max-width: 560px
}

.footer-layout5 .footer-newsletter .newsletter-form i {
    position: absolute;
    top: 22px;
    left: 30px;
    color: var(--theme-color)
}

.footer-layout5 .footer-newsletter .newsletter-form .form-control {
    border-radius: 100px;
    min-height: 60px;
    padding-left: 55px;
    padding-right: 200px;
    background-color: var(--white-color);
    border: 1px solid transparent;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out
}

@media (max-width: 575px) {
    .footer-layout5 .footer-newsletter .newsletter-form .form-control {
        min-width: 100%
    }
}

.footer-layout5 .footer-newsletter .newsletter-form .form-control:hover {
    border: 1px solid var(--theme-color)
}

.footer-layout5 .footer-newsletter .newsletter-form .th-btn {
    min-width: 188px;
    padding: 22px 40px;
    text-transform: capitalize;
    position: absolute;
    top: 0px;
    right: 0px;
    border-radius: 100px
}

@media (max-width: 575px) {
    .footer-layout5 .footer-newsletter .newsletter-form .th-btn {
        max-width: 100%;
        padding: 16px 20px;
        position: relative;
        margin-top: 10px;
        display: block;
        width: 100%
    }
}

.footer-layout5 .footer-top {
    padding: 105px 0 75px 0;
    border-bottom: 1px solid #E4E7EE
}

@media (max-width: 991px) {
    .footer-layout5 .footer-top {
        padding: 80px 0 75px 0
    }
}

.footer-layout5 .widget-area {
    padding-top: 80px;
    padding-bottom: 30px
}

.footer-layout5 .widget_title {
    font-weight: 600;
    color: var(--title-color)
}

.footer-layout5 .th-social a {
    --icon-size: 40px
}

.footer-layout5 .th-social a:not(:hover) {
    background: var(--white-color);
    color: var(--title-color);
    box-shadow: 0px 9px 20px 0px rgba(0, 0, 0, 0.06)
}

.footer-layout5 .copyright-wrap {
    padding: 18px 0;
    background-size: 100% auto;
    background-color: transparent;
    border-top: 1px solid rgba(121, 129, 150, 0.35)
}

.footer-layout5 .copyright-wrap .copyright-text {
    color: var(--title-color)
}

.footer-layout5 .copyright-wrap .copyright-text a {
    color: var(--theme-color)
}

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

    .footer-layout5 .footer-newsletter .newsletter-title {
        margin-top: -0.3em
    }
}

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

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

.footer-layout11 {
    background-color: var(--black-color);
    --body-color: #A1A6B0
}

.footer-layout11 .footer-top {
    border-bottom: 1px solid #2C3248
}

.footer-layout11 .footer-newsletter .newsletter-title {
    color: var(--white-color)
}

.footer-layout11 .footer-newsletter .newsletter-form .form-control {
    background-color: #16181D
}

.footer-layout11 .footer-newsletter .newsletter-form .th-btn {
    padding: 23px 40px
}

.footer-layout11 .footer-newsletter .newsletter-form .th-btn:hover {
    color: var(--title-color)
}

.footer-layout11 .footer-newsletter .newsletter-form .th-btn:hover:before,
.footer-layout11 .footer-newsletter .newsletter-form .th-btn:hover:after {
    background-color: var(--white-color)
}

.footer-layout11 .footer-widget .widget_title {
    text-transform: none
}

.footer-layout11 .footer-widget.widget_nav_menu a {
    margin-bottom: 14px
}

.footer-layout11 .copyright-wrap {
    background-color: #16181D;
    border-top: none
}

.footer-layout11 .copyright-wrap .copyright-text {
    color: var(--white-color)
}

.footer-layout11 .th-widget-about.style2 {
    max-width: 290px
}

.footer-layout11 .th-social a {
    border: none
}

.footer-layout11 .th-social a:not(:hover) {
    background: #1C1C25;
    box-shadow: 0px 9px 20px rgba(0, 0, 0, 0.06);
    border-radius: 100px;
    color: var(--white-color)
}

.breadcumb-menu {
    max-width: 100%;
    padding: 0;
    margin: 30px 0 -0.5em 0;
    list-style-type: none;
    position: relative
}

.breadcumb-menu li {
    display: inline-block;
    margin-right: 3px;
    padding-right: 5px;
    list-style: none;
    position: relative
}

.breadcumb-menu li:after {
    content: "\f324";
    position: relative;
    margin-left: 10px;
    font-weight: 500;
    font-size: 15px;
    color: var(--white-color);
    font-family: var(--icon-font)
}

.breadcumb-menu li:last-child {
    padding-right: 0;
    margin-right: 0
}

.breadcumb-menu li:last-child:after {
    display: none
}

.breadcumb-menu li,
.breadcumb-menu a,
.breadcumb-menu span {
    white-space: normal;
    color: inherit;
    word-break: break-word;
    font-weight: 400;
    font-size: 18px;
    color: var(--white-color)
}

.breadcumb-title {
    color: var(--white-color);
    margin: -0.22em 0 -0.14em 0;
    line-height: 1.1
}

.breadcumb-wrapper {
    background-color: var(--title-color);
    padding: 160px 0;
    overflow: hidden;
    text-align: center
}

@media (max-width: 1199px) {
    .breadcumb-wrapper {
        padding: 140px 0
    }

    .breadcumb-menu {
        margin: 20px 0 -0.5em 0
    }

    .breadcumb-menu li,
    .breadcumb-menu a,
    .breadcumb-menu span {
        font-size: 16px
    }
}

@media (max-width: 991px) {
    .breadcumb-wrapper {
        padding: 120px 0
    }
}

@media (max-width: 767px) {
    .breadcumb-wrapper {
        padding: 100px 0
    }
}

@media (max-width: 575px) {
    .breadcumb-title {
        font-size: 34px
    }
}

.th-hero-wrapper {
    position: relative;
    z-index: 2;
    overflow: hidden
}

.hero-title {
    font-size: 74px;
    font-weight: bold;
    line-height: 1.135;
    margin-bottom: 0
}

.hero-title:last-of-type {
    margin-bottom: 21px
}

@media (max-width: 1400px) {

    .hero-title {
        font-size: 68px
    }
}

@media (max-width: 1199px) {
    .hero-title {
        font-size: 60px
    }
}

@media (max-width: 991px) {
    .hero-title {
        font-size: 54px;
        line-height: 1.2
    }
}

@media (max-width: 767px) {

    .hero-title {
        font-size: 48px
    }
}

@media (max-width: 575px) {

    .hero-title {
        font-size: 38px;
        line-height: 1.24
    }

    .hero-title:last-of-type {
        margin-bottom: 16px
    }
}

@media (max-width: 390px) {
    .hero-title {
        font-size: 34px;
        line-height: 1.3
    }
}

@media (max-width: 330px) {
    .hero-title {
        font-size: 30px
    }
}

@-webkit-keyframes heroripple {
    0% {
        -webkit-transform: scale(0.6);
        transform: scale(0.6);
        opacity: 0.2
    }

    100% {
        opacity: 0;
        -webkit-transform: scale(4);
        transform: scale(4)
    }
}

@keyframes heroripple {
    0% {
        -webkit-transform: scale(0.6);
        transform: scale(0.6);
        opacity: 0.2
    }

    100% {
        opacity: 0;
        -webkit-transform: scale(4);
        transform: scale(4)
    }
}

@media (max-width: 767px) {

    .hero-title {
        font-size: 48px
    }
}

@media (max-width: 575px) {

    .hero-title {
        font-size: 38px;
        line-height: 1.24
    }

    .hero-title:last-of-type {
        margin-bottom: 16px
    }
}

@-webkit-keyframes lineBg {
    0% {
        background-position: 0% 0%
    }

    20% {
        background-position: 50% 0%
    }

    40% {
        background-position: 50% 50%
    }

    60% {
        background-position: -100% 100%
    }

    80% {
        background-position: 50% 100%
    }

    100% {
        background-position: 0% 0%
    }
}

@keyframes lineBg {
    0% {
        background-position: 0% 0%
    }

    20% {
        background-position: 50% 0%
    }

    40% {
        background-position: 50% 50%
    }

    60% {
        background-position: -100% 100%
    }

    80% {
        background-position: 50% 100%
    }

    100% {
        background-position: 0% 0%
    }
}

.hero-12 {
    background-position: left center
}

.hero-12 .th-hero-img {
    position: absolute;
    top: 0;
    right: 0;
    z-index: -1
}

@media (max-width: 991px) {
    .hero-12 .th-hero-img {
        display: none
    }
}

.hero-style12 {
    padding: 189px 0 290px 0;
    max-width: 580px;
    text-align: left
}

@media (max-width: 1399px) {
    .hero-style12 {
        max-width: 600px
    }
}

@media (max-width: 991px) {
    .hero-style12 {
        padding: 150px 0 280px 0
    }
}

@media (max-width: 767px) {
    .hero-style12 {
        padding: 120px 0 80px 0
    }
}

@media (max-width: 575px) {
    .hero-style12 {
        text-align: center
    }

    .hero-style12 .btn-group {
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center
    }
}

.hero-style12 .hero-title {
    color: var(--white-color);
    margin-top: -1.1rem;
    margin-bottom: 37px
}

.hero-style12 .th-btn {
    padding: 18px 47px
}

.hero-watch-area {
    position: relative;
    background-color: var(--theme-color);
    border-radius: 100px;
    padding: 30px 40px;
    z-index: 2;
    margin-top: -13%
}

@media (max-width: 1299px) {
    .hero-watch-area {
        margin-top: -15%
    }
}

@media (max-width: 1199px) {
    .hero-watch-area {
        margin-top: -20%
    }
}

@media (max-width: 991px) {
    .hero-watch-area {
        margin-top: -25%
    }
}

@media (max-width: 767px) {
    .hero-watch-area {
        margin: 0 0 40px 0
    }
}

@media (max-width: 1199px) {
    .hero-watch-area .btn-group:has(.call-btn) {
        gap: 25px
    }
}

@media (max-width: 767px) {
    .hero-watch-area .btn-group:has(.call-btn) {
        gap: 20px
    }
}

.hero-watch-area .hero-btn {
    max-width: 580px;
    gap: 30px
}

@media (max-width: 991px) {
    .hero-watch-area .hero-btn {
        gap: 20px;
        max-width: 350px
    }
}

@media (max-width: 575px) {
    .hero-watch-area .hero-btn {
        display: block;
        text-align: center
    }
}

.hero-watch-area .hero-btn .play-btn>i {
    --icon-size: 80px;
    background-color: transparent;
    color: var(--white-color);
    border: 1px solid var(--white-color)
}

@media (max-width: 575px) {
    .hero-watch-area .hero-btn .play-btn>i {
        margin-bottom: 20px
    }
}

.hero-watch-area .hero-btn .btn-title {
    color: var(--white-color);
    font-weight: 600;
    font-size: 26px;
    line-height: 36px
}

@media (max-width: 991px) {
    .hero-watch-area .hero-btn .btn-title {
        font-size: 20px;
        line-height: 30px
    }
}

.hero-watch-area .th-btn {
    color: var(--theme-color);
    padding: 21px 55px;
    font-size: 16px
}

.popup-search-box {
    position: fixed;
    top: 0;
    left: 50%;
    background-color: rgba(0, 0, 0, 0.95);
    height: 0;
    width: 0;
    overflow: hidden;
    z-index: 99999;
    opacity: 0;
    visibility: hidden;
    border-radius: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    -webkit-transition: all ease 0.4s;
    transition: all ease 0.4s
}

.popup-search-box button.searchClose {
    width: 60px;
    height: 60px;
    position: absolute;
    top: 40px;
    right: 40px;
    border-width: 1px;
    border-style: solid;
    border-color: var(--theme-color);
    background-color: transparent;
    font-size: 22px;
    border-radius: 50%;
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
    -webkit-transition: all ease 0.4s;
    transition: all ease 0.4s;
    color: var(--theme-color)
}

.popup-search-box button.searchClose:hover {
    color: var(--body-color);
    background-color: #fff;
    border-color: transparent;
    border-color: transparent;
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg)
}

.popup-search-box form {
    position: absolute;
    top: 50%;
    left: 50%;
    display: inline-block;
    padding-bottom: 40px;
    cursor: auto;
    width: 100%;
    max-width: 700px;
    -webkit-transform: translate(-50%, -50%) scale(0);
    -ms-transform: translate(-50%, -50%) scale(0);
    transform: translate(-50%, -50%) scale(0);
    -webkit-transition: -webkit-transform ease 0.4s;
    transition: -webkit-transform ease 0.4s;
    transition: transform ease 0.4s;
    transition: transform ease 0.4s, -webkit-transform ease 0.4s
}

@media (max-width: 1199px) {
    .popup-search-box form {
        max-width: 600px
    }
}

.popup-search-box form input {
    font-size: 18px;
    height: 70px;
    width: 100%;
    border: 2px solid var(--theme-color);
    background-color: transparent;
    padding-left: 30px;
    color: #fff;
    border-radius: 50px
}

.popup-search-box form input::-moz-placeholder {
    color: #fff
}

.popup-search-box form input::-webkit-input-placeholder {
    color: #fff
}

.popup-search-box form input:-ms-input-placeholder {
    color: #fff
}

.popup-search-box form input::-ms-input-placeholder {
    color: #fff
}

.popup-search-box form input::placeholder {
    color: #fff
}

.popup-search-box form button {
    position: absolute;
    top: 0px;
    background-color: transparent;
    border: none;
    color: #fff;
    font-size: 24px;
    right: 12px;
    color: var(--white-color);
    cursor: pointer;
    width: 70px;
    height: 70px;
    -webkit-transition: all ease 0.4s;
    transition: all ease 0.4s;
    -webkit-transform: scale(1.001);
    -ms-transform: scale(1.001);
    transform: scale(1.001)
}

.popup-search-box form button:hover {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1)
}

.popup-search-box.show {
    opacity: 1;
    visibility: visible;
    width: 100.1%;
    height: 100%;
    -webkit-transition: all ease 0.4s;
    transition: all ease 0.4s;
    border-radius: 0
}

.popup-search-box.show form {
    -webkit-transition-delay: 0.5s;
    transition-delay: 0.5s;
    -webkit-transform: translate(-50%, -50%) scale(1);
    -ms-transform: translate(-50%, -50%) scale(1);
    transform: translate(-50%, -50%) scale(1)
}

.sidemenu-wrapper {
    position: fixed;
    z-index: 99999;
    right: 0;
    top: 0;
    height: 100%;
    width: 0;
    background-color: rgba(0, 0, 0, 0.75);
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all ease 0.8s;
    transition: all ease 0.8s
}

.sidemenu-wrapper .th-social a {
    background-color: transparent;
    border: 1px solid
}

.sidemenu-wrapper .th-social a:hover {
    background-color: var(--theme-color);
    border-color: var(--theme-color)
}

.sidemenu-wrapper .widget {
    padding: 0;
    border: none;
    background-color: transparent
}

.sidemenu-wrapper.show {
    opacity: 1;
    visibility: visible;
    width: 100%;
    -webkit-transition: all ease 0.8s;
    transition: all ease 0.8s
}


.woocommerce-form-coupon,
.woocommerce-form-login {
    padding: 35px 40px 35px 40px;
    background-color: var(--white-color);
    box-shadow: 0px 6px 30px rgba(1, 15, 28, 0.1);
    margin-bottom: 0;
    border-radius: 10px
}

@media (max-width: 575px) {

    
    .woocommerce-form-coupon,
    .woocommerce-form-login {
        padding: 40px 20px
    }
}


.woocommerce-form-coupon .form-group,
.woocommerce-form-login .form-group {
    margin-bottom: 20px
}


.woocommerce-form-coupon .form-group:last-child,
.woocommerce-form-login .form-group:last-child {
    margin-bottom: 0
}

.woocommerce-form-login {
    margin-bottom: 30px
}

.rating-select label {
    margin: 0;
    margin-right: 10px
}

.rating-select p.stars {
    margin-bottom: 0;
    line-height: 1
}

.rating-select p.stars a {
    position: relative;
    height: 14px;
    width: 18px;
    text-indent: -999em;
    display: inline-block;
    text-decoration: none
}

.rating-select p.stars a::before {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 18px;
    height: 14px;
    line-height: 1;
    font-family: var(--icon-font);
    content: "\e28b";
    font-weight: 400;
    text-indent: 0;
    color: var(--yellow-color)
}

.rating-select p.stars a:hover~a::before {
    content: "\e28b";
    font-weight: 400
}

.rating-select p.stars:hover a::before {
    content: "\e28b";
    font-weight: 700
}

.rating-select p.stars.selected a.active::before {
    content: "\e28b";
    font-weight: 700
}

.rating-select p.stars.selected a.active~a::before {
    content: "\e28b";
    font-weight: 400
}

.rating-select p.stars.selected a:not(.active)::before {
    content: "\e28b";
    font-weight: 700
}

.woocommerce-Reviews .comment-list {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 0 24px;
    margin-bottom: 40px
}

@media (max-width: 991px) {
    .woocommerce-Reviews .comment-list {
        grid-template-columns: repeat(1, 1fr)
    }
}

.woocommerce-Reviews .comment-list {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    gap: 0 24px;
    margin: -12px !important;
    margin-bottom: 28px !important
}

.woocommerce-Reviews .comment-list li {
    width: 50%
}

@media (max-width: 991px) {
    .woocommerce-Reviews .comment-list li {
        width: 100%
    }
}

@media (max-width: 991px) {
    .woocommerce-Reviews .comment-list {
        grid-template-columns: repeat(1, 1fr)
    }
}

#description {
    margin-bottom: 30px
}

.woocommerce-form-login select,
.woocommerce-form-login .form-select,
.woocommerce-form-login .form-control,
.woocommerce-form-coupon select,
.woocommerce-form-coupon .form-select,
.woocommerce-form-coupon .form-control {
    margin-bottom: var(--bs-gutter-x)
}

#ship-to-different-address {
    margin-top: 15px
}

.shipping-calculator-form .form-select,
.shipping-calculator-form .form-control {
    height: 40px;
    padding-left: 15px;
    font-size: 16px;
    background-position: right 13px center
}

.shipping-calculator-form .th-btn {
    font-size: 14px;
    padding: 0 20px;
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    height: 40px
}

.contact-feature {
    padding: 22px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 20px;
    background: var(--white-color);
    box-shadow: 0px 10px 30px rgba(8, 14, 28, 0.06);
    border-radius: 5px
}

.contact-feature-wrap {
    display: grid;
    grid-template-columns: auto auto;
    gap: 24px;
    border-top: 1px solid var(--th-border-color);
    padding-top: 40px;
    max-width: 650px;
    margin-left: auto;
    margin-right: auto
}

.contact-feature .icon-btn {
    background-color: var(--theme-color);
    color: var(--white-color);
    font-size: 24px;
    box-shadow: 0px 6px 20px rgba(0, 96, 255, 0.6);
    border-radius: 5px;
    border: none
}

.contact-feature_label {
    margin-bottom: 0
}

.contact-feature_link {
    font-size: 20px;
    font-weight: 600;
    color: var(--title-color)
}

.contact-feature_link:hover {
    color: var(--theme-color)
}

@media (max-width: 1299px) {
    .contact-feature {
        padding: 20px
    }
}

@media (max-width: 767px) {
    .contact-feature {
        gap: 15px;
        padding: 15px
    }

    .contact-feature-wrap {
        gap: 15px
    }
}

@media (max-width: 575px) {
    .contact-feature {
        padding: 22px
    }

    .contact-feature-wrap {
        grid-template-columns: auto
    }
}

.contact-info {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: nowrap;
    gap: 25px;
    box-shadow: 0px 4px 30px rgba(8, 14, 28, 0.08);
    border-radius: 5px;
    background-color: var(--white-color);
    padding: 40px;
    height: 100%;
}

.contact-info .box-title {
    margin-bottom: 10px
}

.contact-info_icon {
    display: inline-block;
    width: 80px;
    min-width: 80px;
    height: 80px;
    line-height: 80px;
    background-color: var(--theme-color);
    color: var(--white-color);
    text-align: center;
    font-size: 40px;
    position: relative;
    box-shadow: 0px 6px 20px rgba(0, 96, 255, 0.6);
    border-radius: 5px
}

.contact-info_text {
    min-width: 180px;
    display: block;
    margin-bottom: -0.5em;
    font-family: var(--body-font)
}

.contact-info_text span,
.contact-info_text a {
    display: block;
    max-width: -webkit-fit-content;
    max-width: -moz-fit-content;
    max-width: fit-content
}

.contact-info_text a {
    color: var(--body-color)
}

.contact-info_text a:hover {
    color: var(--theme-color)
}

.contact-form select,
.contact-form .form-control,
.contact-form .form-select,
.contact-form textarea,
.contact-form input {
    background-color: var(--white-color)
}

.contact-form .form-group>i {
    background-color: var(--white-color);
    color: var(--theme-color);
    width: 18px;
    text-align: right
}

@media (max-width: 575px) {
    .contact-info {
        padding: 30px
    }
}

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

.appointment-area-wrapp {
    background-color: var(--white-color);
    border-radius: 30px;
    border: 1px solid rgba(255, 255, 255, 0.05);
    margin-left: 50px
}

@media (max-width: 1199px) {
    .appointment-area-wrapp {
        margin: 0
    }
}

.appointment-area-wrapp .title {
    border-bottom: 1px solid #E4E6EA;
    padding: 40px 50px 20px 50px;
    margin-bottom: 0
}

.appointment-form3 {
    position: relative;
    padding: 35px 50px 50px;
    border-radius: 30px;
    background-color: var(--white-color)
}

@media (max-width: 767px) {
    .appointment-form3 {
        padding: 40px
    }
}

@media (max-width: 575px) {
    .appointment-form3 {
        padding: 30px
    }
}

.appointment-form3 .form-group label {
    color: var(--body-color);
    font-size: 14px
}

.appointment-form3 select,
.appointment-form3 .form-control,
.appointment-form3 .form-select,
.appointment-form3 textarea,
.appointment-form3 input {
    border: 1px solid #E4E6EA;
    background-color: var(--white-color);
    height: 50px;
    border-radius: 5px
}

.appointment-form3 textarea.form-control,
.appointment-form3 textarea {
    min-height: 120px
}

.appointment-form3 .th-btn {
    border-radius: 5px
}

@media (max-width: 1199px) {
    .sec-text.style3 {
        display: block;
        margin: auto
    }
}

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

.img-box1 .img1 img {
    width: 100%;
    max-width: 650px
}

.img-box1 .shape1 {
    position: absolute;
    bottom: 0px;
    right: 80px;
    z-index: -1
}

.img-box1 .shape1 img {
    max-width: -webkit-fit-content;
    max-width: -moz-fit-content;
    max-width: fit-content
}

.img-box1 .year-counter {
    position: absolute;
    bottom: 30px;
    right: 0
}

.year-counter {
    height: 184px;
    width: 184px;
    background-color: var(--theme-color);
    border: 12px solid var(--white-color);
    box-shadow: 0px 10px 30px rgba(8, 14, 28, 0.1);
    border-radius: 50%;
    text-align: center;
    padding: 25px 0
}

.year-counter_number {
    color: var(--white-color);
    font-size: 64px;
    margin-bottom: 0px;
    line-height: 1.1
}

.year-counter_text {
    color: var(--white-color);
    margin-bottom: 0;
    font-weight: 400
}

.about-feature {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    gap: 10px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center
}

.about-feature-wrap {
    display: grid;
    grid-template-columns: auto auto;
    gap: 20px;
    padding-bottom: 35px;
    border-bottom: 1px solid var(--th-border-color);
    margin-bottom: 40px
}

.about-feature_title {
    font-size: 20px;
    margin-bottom: 7px
}

.about-feature_text {
    margin-bottom: 0
}

.about-feature.style2 {
    gap: 30px;
    -webkit-box-align: start;
    -webkit-align-items: start;
    -ms-flex-align: start;
    align-items: start
}

.about-feature.style2:not(:last-child) {
    margin-bottom: 37px
}

.about-feature.style2 .about-feature_icon {
    height: 64px;
    width: 64px;
    line-height: 64px;
    display: inline-block;
    background: var(--theme-color);
    border-radius: 16px;
    text-align: center;
    color: var(--white-color);
    font-size: 28px
}

.about-feature.style2 .about-feature_icon i {
    -webkit-transition: 0.4s;
    transition: 0.4s
}

.about-feature.style2 .about-feature_title {
    font-size: 24px;
    font-weight: 600;
    margin-top: -0.2em;
    margin-bottom: 13px
}

.about-feature.style2 .about-feature_text {
    margin-bottom: -0.4em
}

.about-feature.style2:hover .about-feature_icon i {
    -webkit-transform: rotateY(360deg);
    transform: rotateY(360deg)
}

.about-feature.style3 {
    gap: 20px;
    max-width: 390px
}

.about-feature.style3 .about-feature_icon {
    height: 70px;
    width: 70px;
    line-height: 70px;
    text-align: center;
    background: #EFF1F9;
    border-radius: 16px;
    -webkit-align-self: start;
    -ms-flex-item-align: start;
    align-self: start
}

.about-feature.style3 .about-feature_title {
    font-size: 24px;
    font-weight: 600;
    margin-bottom: 16px
}

.about-feature.style3:not(:last-child) {
    margin-bottom: 40px
}

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

.call-btn .play-btn>i {
    --icon-size: 56px;
    background-color: var(--theme-color);
    color: var(--white-color)
}

.call-btn .play-btn:before,
.call-btn .play-btn:after {
    background-color: var(--theme-color)
}

.call-btn .play-btn:hover>i {
    background-color: var(--title-color)
}

.call-btn .play-btn:hover:before,
.call-btn .play-btn:hover:after {
    background-color: var(--title-color)
}

.call-btn .btn-text {
    font-size: 14px;
    font-weight: 500;
    display: block
}

.call-btn .btn-title {
    font-size: 20px;
    color: var(--title-color);
    font-weight: 600
}

.call-btn a:hover {
    color: var(--theme-color)
}

.btn-group:has(.call-btn) {
    gap: 50px
}

@media (max-width: 767px) {
    .img-box1 {
        margin-right: 0;
        margin-left: 0
    }

    .img-box1 .year-counter {
        bottom: 0
    }
}

@media (max-width: 575px) {
    .btn-group:has(.call-btn) {
        gap: 30px
    }

    .about-feature-wrap {
        grid-template-columns: auto;
        padding-bottom: 25px;
        margin-bottom: 35px
    }
}

@media (min-width: 1300px) {
    .img-box3 {
        margin-right: 56px
    }
}

.img-box3 {
    position: relative;
    z-index: 2;
    line-height: 1px
}

.img-box3 .img1 {
    display: inline-block;
    border-radius: 10px;
    overflow: hidden;
    margin-top: 25px
}

.img-box3 .img2 {
    position: absolute;
    bottom: 0;
    right: 0;
    background-color: var(--white-color);
    padding: 10px 0 0 10px;
    border-radius: 10px;
    -webkit-animation: jumpAni 7s linear infinite;
    animation: jumpAni 7s linear infinite
}

.img-box3 .img2 img {
    border-radius: inherit
}

.img-box3 .img3 {
    position: absolute;
    left: -90px;
    top: 80px;
    -webkit-animation: jumpReverseAni 7s linear infinite;
    animation: jumpReverseAni 7s linear infinite
}

.img-box3 .img3 img {
    border-radius: 10px
}

.img-box3 .shape1 {
    position: absolute;
    top: 80px;
    left: -195px;
    z-index: -1;
    -webkit-animation: movingX 8s linear infinite;
    animation: movingX 8s linear infinite
}

@media (max-width: 1299px) {
    .img-box3 .img3 {
        left: -40px
    }
}

@media (max-width: 1199px) {
    .img-box3 {
        margin-left: 150px
    }
}

@media (max-width: 767px) {
    .img-box3 {
        margin-left: 0
    }
}

@media (max-width: 575px) {
    .img-box3 .img3 {
        left: -28px;
        max-width: 35%
    }

    .img-box3 .img2 {
        max-width: 70%
    }

    .img-box3 .shape1 {
        max-width: 50%;
        left: -30px;
        top: 40%
    }
}

.th-experience {
    position: absolute;
    bottom: 80px;
    left: 0px;
    z-index: 2;
    padding: 30px 30px 30px 40px;
    background: var(--theme-color);
    border-radius: 25px 0px 0px 25px;
    width: 340px;
    color: var(--white-color)
}

@media (max-width: 1299px) {
    .th-experience {
        left: -30px
    }
}

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

.th-experience_content {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 20px
}

.th-experience .experience-text {
    font-family: var(--title-font);
    font-size: 18px;
    font-weight: 600;
    line-height: 22px;
    color: var(--white-color);
    margin-bottom: 0
}

.th-experience.style2 {
    position: relative;
    width: 120px;
    bottom: 0;
    background-color: var(--white-color);
    border-radius: 15px;
    padding: 25px 18px;
    border: 1px solid #F2F2F2;
    box-shadow: 0px 13px 25px 0px rgba(0, 0, 0, 0.05)
}

@media (max-width: 1299px) {
    .th-experience.style2 {
        left: 0
    }
}

.th-experience.style2 .th-experience_content {
    display: block;
    text-align: center
}

.th-experience.style2 .experience-text {
    font-size: 16px;
    font-weight: 400;
    color: var(--title-color);
    margin-bottom: 0
}

.about-text {
    color: #8E939D
}

.about-area3 {
    position: relative;
    background: #F8FAFF;
    border: 1px solid #E3E7F0;
    border-radius: 30px;
    padding: 80px;
    max-width: 1380px;
    display: block;
    margin: auto;
    z-index: 3
}

@media (max-width: 1199px) {
    .about-area3 {
        padding: 80px 20px
    }
}

.img-box9 {
    position: relative;
    display: grid;
    grid-template-columns: auto auto;
    gap: 24px
}

@media (max-width: 1199px) {
    .img-box9 {
        margin-top: 50px
    }
}

@media (max-width: 440px) {
    .img-box9 {
        display: block
    }
}

.img-box9 .img1 {
    margin-left: 45px
}

@media (max-width: 1199px) {
    .img-box9 .img1 {
        margin: 0
    }
}

@media (max-width: 440px) {
    .img-box9 .img1 {
        display: none
    }
}

.img-box9 .img3 {
    position: absolute;
    right: 0;
    bottom: 0
}

.img-box9 .img3 img {
    width: 100%;
    height: 100%
}

@media (max-width: 440px) {
    .img-box9 .img3 {
        display: none
    }
}

.img-box9 img {
    width: 100%;
    text-align: right;
    border-radius: 30px
}

.img-box9 .th-experience {
    bottom: 0px;
    left: -38px;
    border-radius: 25px 0px 25px 25px;
    width: 340px
}

@media (max-width: 440px) {
    .img-box9 .th-experience {
        position: relative;
        margin-top: 20px;
        width: 100%;
        left: 0
    }
}

.img-box14 {
    position: relative;
    z-index: 2;
    line-height: 1px
}

@media (max-width: 1199px) {
    .img-box14 {
        margin-bottom: 50px
    }
}

.img-box14 .img1 {
    display: inline-block;
    border-radius: 30px;
    overflow: hidden
}

.img-box14 .img2 {
    position: absolute;
    bottom: -6%;
    right: 10%;
    background-color: var(--white-color);
    padding: 10px 0 0 10px;
    -webkit-filter: drop-shadow(-10px 10px 15px rgba(0, 0, 0, 0.15));
    filter: drop-shadow(-10px 10px 15px rgba(0, 0, 0, 0.15));
    border-radius: 10px;
    -webkit-animation: jumpAni 7s linear infinite;
    animation: jumpAni 7s linear infinite
}

.img-box14 .img2 img {
    border-radius: inherit
}

.img-box14 .img3 {
    position: absolute;
    left: -90px;
    top: 80px;
    -webkit-filter: drop-shadow(-10px 10px 50px rgba(0, 0, 0, 0.15));
    filter: drop-shadow(-10px 10px 50px rgba(0, 0, 0, 0.15));
    border-radius: 10px;
    -webkit-animation: jumpReverseAni 7s linear infinite;
    animation: jumpReverseAni 7s linear infinite
}

@media (max-width: 1399px) {
    .img-box14 .img3 {
        left: -10px
    }
}

.img-box14 .img3 img {
    border-radius: 10px
}

.img-box14 .shape1 {
    position: absolute;
    top: -15px;
    right: -47px;
    z-index: -1
}

@media (max-width: 991px) {
    .img-box14 .shape1 {
        right: 0
    }
}

.img-box14 .shape2 {
    position: absolute;
    position: absolute;
    top: -7%;
    right: 25%;
    -webkit-animation: spin 8s linear infinite;
    animation: spin 8s linear infinite
}

@media (max-width: 575px) {
    .img-box14 .img3 {
        left: -28px;
        max-width: 35%
    }

    .img-box14 .img2 {
        max-width: 70%
    }

    .img-box14 .shape1 {
        max-width: 50%;
        left: -30px;
        top: 40%
    }
}

.year-counter.style2 {
    position: absolute;
    background-color: var(--white-color);
    border: 1px solid #E3E7F0;
    box-shadow: none;
    border-radius: 10px;
    padding: 30px 20px;
    width: 230px;
    height: 106px;
    top: 40px;
    right: 60px;
    bottom: unset
}

@media (max-width: 1299px) {
    .year-counter.style2 {
        right: 20px
    }
}

@media (max-width: 1199px) {
    .year-counter.style2 {
        right: 20%
    }
}

@media (max-width: 991px) {
    .year-counter.style2 {
        right: 10%
    }
}

@media (max-width: 767px) {
    .year-counter.style2 {
        right: -5%
    }
}

@media (max-width: 480px) {
    .year-counter.style2 {
        position: relative;
        top: 20px;
        right: 0
    }
}

.year-counter.style2 .year-counter_number {
    color: var(--theme-color);
    font-size: 32px;
    margin-bottom: 5px;
    line-height: 32px;
    margin-top: -0.4rem
}

.year-counter.style2 .year-counter_text {
    font-weight: 600;
    font-size: 14px;
    line-height: 20px;
    color: #1C1C25
}

.btn-group.style3 {
    gap: 30px
}

.call-btn i {
    width: 51px;
    height: 51px;
    line-height: 51px;
    text-align: center;
    border-radius: 50%;
    background: #CCD6FF;
    color: var(--theme-color);
    font-size: 24px
}

.call-btn .btn-text {
    font-size: 16px
}

.call-btn .btn-title {
    font-size: 16px
}

.about-feature-wrap.style5 {
    gap: 76px;
    margin-bottom: 0;
    padding: 0;
    border: none
}

@media (max-width: 1299px) {
    .about-feature-wrap.style5 {
        display: block
    }
}

.about-feature-wrap.style5 .btn-group {
    border-top: 1px solid #DBDBDB;
    margin-top: 30px;
    padding-top: 50px
}

.about-feature.style5 {
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start
}

.about-feature.style5:not(:last-child) {
    margin-bottom: 20px
}

.about-feature.style5 .about-feature_title {
    font-size: 24px;
    font-weight: 500
}

@media (max-width: 375px) {
    .about-feature.style5 .about-feature_title {
        font-size: 20px
    }
}

.team-area6 {
    background-color: #EFF1F9;
    overflow: hidden
}

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

.checklist li {
    color: var(--title-color);
    font-weight: 500;
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 10px
}

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

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

.checklist.style7 ul li {
    color: var(--body-color)
}

.checklist.style7 ul li:not(:last-child) {
    margin-bottom: 2px
}

.checklist.style2 li {
    font-size: 18px;
    font-weight: 700;
    color: var(--title-color);
    font-family: var(--title-font);
    gap: 15px
}

.checklist.style2 li:not(:last-child) {
    margin-bottom: 26px
}

.checklist.style2 li>i {
    font-size: 20px;
    border-radius: 50%;
    border: 1px dashed var(--theme-color);
    padding: 9px
}

.checklist.style3 li:not(:last-child) {
    margin-bottom: 20px
}

.checklist.style3 li>i {
    font-size: 25px
}

.checklist.style5 li {
    color: var(--body-color);
    font-family: var(--body-font);
    font-weight: 400
}

.checklist.style5 li:not(:last-child) {
    margin-bottom: 13px
}

.checklist.style5 li>i {
    font-size: 22px
}

.checklist.style6 li {
    font-size: 18px;
    font-weight: 700;
    color: var(--title-color);
    font-family: var(--title-font);
    gap: 15px;
    -webkit-box-align: start;
    -webkit-align-items: start;
    -ms-flex-align: start;
    align-items: start
}

.checklist.style6 li p {
    font-weight: 400;
    font-size: 16px
}

.checklist.style6 li:not(:last-child) {
    margin-bottom: 30px
}

.checklist.style6 li>i {
    font-size: 14px;
    border-radius: 50%;
    color: var(--white-color);
    background: var(--theme-color);
    padding: 8px;
    margin-top: 1px
}

.checklist.style8 li {
    gap: 15px;
    color: var(--body-color)
}

.checklist.style8 li i {
    width: 40px;
    height: 40px;
    line-height: 40px;
    border-radius: 10px;
    font-size: 24px;
    background-color: #EFF1F9;
    text-align: center
}

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

.two-column:has(.checklist.style6) {
    gap: 30px
}

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

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

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

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

.th-anim {
    position: relative;
    display: -ms-inline-flexbox;
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: inline-flex;
    visibility: hidden;
    overflow: hidden
}

.th-anim img {
    height: 100%;
    width: 100%;
    object-fit: cover;
    -webkit-transform-origin: left;
    -ms-transform-origin: left;
    transform-origin: left
}

.cursor2 {
    width: 25px;
    height: 25px;
    border-radius: 100%;
    border: 1px solid var(--theme-color);
    -webkit-transition: all 200ms ease-out;
    transition: all 200ms ease-out;
    position: fixed;
    pointer-events: none;
    left: 0;
    top: 0;
    z-index: 999999;
    -webkit-transform: translate(calc(-50% + 15px), -50%);
    -ms-transform: translate(calc(-50% + 15px), -50%);
    transform: translate(calc(-50% + 15px), -50%)
}

.cursor2.hover {
    display: none
}

.cursor {
    width: 10px;
    height: 10px;
    border-radius: 100%;
    background-color: var(--theme-color);
    opacity: .3;
    position: fixed;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    pointer-events: none;
    z-index: 999999;
    -webkit-transition: 0.2s cubic-bezier(0.75, -0.27, 0.3, 1.33) opacity, 0.4s cubic-bezier(0.75, -1.27, 0.3, 2.33) -webkit-transform;
    transition: 0.2s cubic-bezier(0.75, -0.27, 0.3, 1.33) opacity, 0.4s cubic-bezier(0.75, -1.27, 0.3, 2.33) -webkit-transform;
    transition: 0.4s cubic-bezier(0.75, -1.27, 0.3, 2.33) transform, 0.2s cubic-bezier(0.75, -0.27, 0.3, 1.33) opacity;
    transition: 0.4s cubic-bezier(0.75, -1.27, 0.3, 2.33) transform, 0.2s cubic-bezier(0.75, -0.27, 0.3, 1.33) opacity, 0.4s cubic-bezier(0.75, -1.27, 0.3, 2.33) -webkit-transform
}

.cursor.hover {
    display: none
}

.img-box2 {
    text-align: center;
    margin-left: 85px;
    position: relative;
    z-index: 2
}

.img-box2:before,
.img-box2:after {
    content: '';
    position: absolute;
    background-color: var(--theme-color);
    width: 100%;
    height: 100%;
    -webkit-animation: morph 10s ease-in-out infinite;
    animation: morph 10s ease-in-out infinite;
    z-index: -1
}

.img-box2:before {
    top: -20px;
    left: -40px;
    opacity: 0.5;
    -webkit-animation-delay: 0.2;
    animation-delay: 0.2
}

.img-box2:after {
    right: -20px;
    bottom: -40px;
    background-color: var(--smoke-color2);
    -webkit-animation-delay: 0.6s;
    animation-delay: 0.6s;
    z-index: -2
}

.img-box2 .img1 img {
    -webkit-animation: morph 10s ease-in-out infinite;
    animation: morph 10s ease-in-out infinite;
    width: 100%;
    max-width: 760px
}

.two-column {
    display: grid;
    grid-template-columns: auto auto;
    max-width: 700px
}

@media (max-width: 1299px) {
    .img-box2 {
        margin-left: 0
    }

    .img-box2:before {
        left: -20px
    }

    .img-box2:after {
        right: -12px
    }
}

@media (max-width: 450px) {
    .two-column {
        grid-template-columns: auto;
        gap: 18px
    }

    .checklist.style2 li:not(:last-child) {
        margin-bottom: 18px
    }
}

.feature-circle {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 14px;
    max-width: 310px
}

.feature-circle .progressbar {
    position: relative
}

.feature-circle .circle-num {
    font-size: 24px;
    font-weight: 700;
    color: var(--title-color);
    font-family: var(--title-font);
    position: absolute;
    top: 0;
    left: 0;
    width: 70px;
    height: 70px;
    line-height: 70px;
    margin: 15px;
    background-color: var(--white-color);
    border-radius: 999px;
    text-align: center
}

@media (max-width: 575px) {
    .skill-circle {
        margin-bottom: 30px
    }
}

.skill-circle .box-text {
    font-family: var(--body-font);
    color: var(--title-color);
    margin-bottom: 0px;
    position: absolute;
    bottom: 40px;
    left: 25px;
    text-align: center
}

.skill-circle .progressbar {
    position: relative;
    max-height: 176px
}

.skill-circle .circle-num {
    font-family: var(--title-font);
    font-size: 54px;
    font-weight: 700;
    color: var(--title-color);
    font-family: var(--title-font);
    position: absolute;
    top: -20px;
    left: 0;
    width: 176px;
    height: 176px;
    line-height: 176px;
    border-radius: 50%;
    margin: 8px;
    text-align: center
}

.choose-tabs-wrapper {
    border-radius: 30px;
    border: 1px solid rgba(255, 255, 255, 0.1);
    background: #1E2127;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    box-shadow: 0px 16px 48px 0px rgba(18, 20, 26, 0.64)
}

@media (max-width: 1199px) {
    .choose-tabs-wrapper {
        gap: 30px
    }
}

@media (max-width: 991px) {
    .choose-tabs-wrapper {
        display: block
    }
}

.choose-tabs-tabs.nav-tabs {
    border-bottom: none;
    padding: 60px;
    display: block
}

@media (max-width: 1199px) {
    .choose-tabs-tabs.nav-tabs {
        padding: 60px 40px
    }
}

@media (max-width: 991px) {
    .choose-tabs-tabs.nav-tabs {
        padding: 60px 40px 40px 40px;
        margin-bottom: 0
    }
}

@media (max-width: 375px) {
    .choose-tabs-tabs.nav-tabs {
        max-width: 100%;
        padding: 60px 20px 20px 20px
    }
}

.choose-tabs-tabs.nav-tabs .nav-link:focus,
.choose-tabs-tabs.nav-tabs .nav-link:hover {
    color: var(--white-color);
    background-color: var(--theme-color);
    border-color: var(--theme-color)
}

.choose-tabs-tabs.nav-tabs .nav-item.show .nav-link,
.choose-tabs-tabs.nav-tabs .nav-link.active {
    color: var(--white-color);
    background-color: var(--theme-color);
    border-color: var(--theme-color)
}

.choose-tabs-tabs .nav-link {
    position: relative;
    border-radius: 100px;
    border: 1px solid rgba(255, 255, 255, 0.1);
    background: #1D2128;
    padding: 18px 40px;
    font-family: var(--title-font);
    font-size: 20px;
    line-height: 20px;
    font-weight: 600;
    min-width: 330px;
    color: var(--white-color);
    text-align: left;
    display: block;
    box-shadow: none
}

@media (max-width: 991px) {
    .choose-tabs-tabs .nav-link {
        min-width: 100%
    }
}

@media (max-width: 575px) {
    .choose-tabs-tabs .nav-link {
        padding: 14px 20px
    }
}

@media (max-width: 375px) {
    .choose-tabs-tabs .nav-link {
        font-size: 16px
    }
}

.choose-tabs-tabs .nav-link:not(:last-child) {
    margin-bottom: 20px
}

@media (max-width: 991px) {
    .choose-tabs-tabs {
        margin-bottom: 30px
    }
}

.choose-wrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    gap: 30px;
    border-left: 1px solid rgba(255, 255, 255, 0.1);
    padding: 60px
}

@media (max-width: 1199px) {
    .choose-wrapper {
        display: block;
        padding: 60px 40px 40px 0;
        margin: 0;
        border: none
    }
}

@media (max-width: 991px) {
    .choose-wrapper {
        padding: 30px 40px 60px 40px
    }
}

@media (max-width: 375px) {
    .choose-wrapper {
        padding: 30px 20px 60px 20px
    }
}

.choose-wrapper .choose-image {
    min-width: 276px;
    height: 300px;
    border-radius: 30px
}

.choose-wrapper .choose-image img {
    width: 100%;
    border-radius: 30px
}

@media (max-width: 1199px) {
    .choose-wrapper .choose-image {
        margin-top: 30px;
        min-width: 100%;
        width: 100%;
        height: 100%
    }
}

.choose-content .sec-title {
    font-weight: 500;
    letter-spacing: normal
}

.choose-content .box-text {
    font-size: 14px
}

.choose-content .checklist {
    margin-bottom: 35px
}

.choose-content .checklist li {
    color: var(--body-color);
    font-size: 14px;
    line-height: 16px
}

.choose-content .checklist li:after {
    color: var(--body-color)
}

.choose-image2 {
    position: relative;
    text-align: right;
    margin-right: 95px
}

@media (max-width: 1199px) {
    .choose-image2 {
        margin: 0 0 40px 0
    }
}

.choose-image2 .img1 {
    min-width: 561px
}

@media (max-width: 575px) {
    .choose-image2 .img1 {
        min-width: 100%
    }
}

.choose-image2 .img1 img {
    width: 100%
}

.choose-text {
    color: #A1A6B0;
    font-size: 16px
}

.feature-wrapper.style3 {
    margin-bottom: 60px
}

.feature-wrapper.style3 .feature-icon {
    width: 75px;
    height: 75px;
    line-height: 75px;
    background-color: #1E2127;
    border: 1px solid rgba(255, 255, 255, 0.1)
}

.feature-wrapper.style3 .feature-icon:hover {
    background-color: var(--theme-color)
}

.feature-wrapper.style3 .header-info_label {
    font-size: 16px;
    font-family: var(--body-font);
    color: var(--body-color);
    font-weight: 500;
    letter-spacing: -0.32px
}

.feature-wrapper.style3 .header-info_link {
    font-family: var(--body-font);
    font-size: 24px;
    font-weight: 600;
    line-height: 30px;
    letter-spacing: -0.48px
}

.work-area {
    margin-bottom: 40px
}

.work-item {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    gap: 20px
}

.work-item:first-child {
    max-width: 290px
}

@media (max-width: 1299px) {
    .work-item:first-child {
        max-width: 250px
    }
}

@media (max-width: 767px) {
    .work-item:first-child {
        max-width: 100%
    }
}

.work-item:first-child:before {
    right: -15px
}

@media (max-width: 1199px) {
    .work-item:first-child:before {
        right: -10px
    }
}

@media (max-width: 767px) {
    .work-item {
        margin-bottom: 20px
    }
}

.work-item:before {
    content: url("data:image/svg+xml,%3Csvg width='20' height='37' viewBox='0 0 20 37' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M20 18.5L0 0L10.6446 18.5L0 37L20 18.5Z' fill='%233E66F3'/%3E%3C/svg%3E%0A");
    position: absolute;
    top: 0px;
    right: -40px;
    font-family: var(--icon-font);
    width: 20px;
    height: 37px;
    text-align: center;
    border-radius: 50%;
    display: inline-block;
    font-size: 1em;
    line-height: 1;
    color: var(--theme-color);
    font-weight: 900;
    -webkit-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out
}

@media (max-width: 1199px) {
    .work-item:before {
        display: none
    }
}

.work-item:last-child:before {
    display: none
}

.work-item_wrapper {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 20px
}

@media (max-width: 767px) {
    .work-item_wrapper {
        display: block
    }
}

.work-item_number {
    min-width: 50px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    border-radius: 50%;
    font-size: 16px;
    font-weight: 600;
    letter-spacing: -0.32px;
    display: block;
    background-color: #1E2127;
    color: var(--white-color);
    border: 1px solid rgba(255, 255, 255, 0.1)
}

.work-item .work-text {
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    color: #C7C7C7
}

.accordion-card {
    -webkit-transition: 0.4s ease-in-out;
    transition: 0.4s ease-in-out;
    box-shadow: 0px 5px 15px rgba(42, 77, 113, 0.04);
    border-radius: 5px;
    overflow: hidden
}

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

.accordion-card .accordion-button {
    font-size: 18px;
    font-weight: 700;
    font-family: var(--title-font);
    border: 0;
    color: var(--title-color);
    background-color: var(--white-color);
    border-radius: 0;
    padding: 12px 45px 12px 30px;
    min-height: 56px;
    gap: 10px;
    margin-bottom: 0;
    text-align: left;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    position: relative
}

.accordion-card .accordion-button:after {
    content: "\2b";
    height: 100%;
    width: auto;
    line-height: 1;
    background-color: transparent;
    font-family: var(--icon-font);
    color: var(--title-color);
    font-weight: 700;
    font-size: 1em;
    display: grid;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
    position: absolute;
    top: 0;
    right: 30px;
    -webkit-clip-path: polygon(20px 0%, 100% 0, 100% 100%, 0% 100%);
    clip-path: polygon(20px 0%, 100% 0, 100% 100%, 0% 100%);
    padding-left: 10px;
    -webkit-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out
}

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

.accordion-card .accordion-button:not(.collapsed) {
    color: var(--white-color);
    background-color: var(--theme-color);
    box-shadow: none;
    border-radius: 0
}

.accordion-card .accordion-button:not(.collapsed):after {
    content: '\f068';
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
    color: var(--white-color)
}

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

.accordion-card .accordion-body {
    border-radius: 0;
    background-color: var(--white-color);
    border: none;
    padding: 23px 30px 30px 30px
}

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

.accordion-card.style2 {
    box-shadow: none;
    border: 1px solid var(--smoke-color2);
    box-shadow: 0px 10px 30px rgba(8, 14, 28, 0.06)
}

.accordion-card.style2:not(:last-child) {
    margin-bottom: 24px
}

.accordion-card.style2 .accordion-button {
    background-color: var(--white-color);
    box-shadow: none
}

.accordion-card.style2 .accordion-button:not(.collapsed) {
    color: var(--white-color);
    border-bottom: none;
    background-color: var(--theme-color)
}

.accordion-card.style3 {
    border-radius: 20px;
    box-shadow: 0px 5px 15px rgba(42, 77, 113, 0.04)
}

.accordion-card.style3:not(:last-child) {
    margin-bottom: 30px
}

.accordion-card.style3 .accordion-button {
    background-color: var(--white-color);
    box-shadow: none
}

.accordion-card.style3 .accordion-button:not(.collapsed) {
    color: var(--title-color);
    background-color: var(--white-color);
    box-shadow: none
}

.accordion-card.style3 .accordion-button:not(.collapsed):after {
    color: var(--theme-color)
}

.accordion-card.style3 .accordion-body {
    padding: 0 30px 30px 30px
}

.accordion-card.style5 .accordion-button {
    min-height: 55px;
    font-weight: 500
}

.accordion-card.style5 .accordion-button:after {
    content: "\f107"
}

.accordion-card.style5 .accordion-button:not(.collapsed):after {
    content: '\f106'
}

.accordion-card.style5 .accordion-body {
    padding: 20px 30px 30px 30px
}

.accordion-card.style6 {
    background-color: transparent;
    box-shadow: none;
    overflow: visible
}

.accordion-card.style6:first-child .accordion-button:before {
    background-color: transparent
}

.accordion-card.style6:last-child .accordion-button:before {
    background-color: transparent
}

.accordion-card.style6 .accordion-button {
    background-color: transparent;
    padding: 0;
    color: var(--white-color);
    min-height: auto;
    text-transform: uppercase;
    font-weight: 500;
    padding-left: 45px;
    margin-top: -0.2rem
}

.accordion-card.style6 .accordion-button:before {
    content: "";
    position: absolute;
    bottom: 11px;
    left: -34px;
    width: 50px;
    height: 1px;
    background-color: var(--theme-color)
}

@media (max-width: 375px) {
    .accordion-card.style6 .accordion-button:before {
        display: none
    }
}

.accordion-card.style6 .accordion-button:after {
    color: var(--white-color);
    left: 0px;
    top: 5px;
    right: unset;
    width: 20px;
    height: 20px;
    font-size: 14px;
    line-height: 20px;
    background-color: var(--theme-color);
    border-radius: 50%;
    -webkit-clip-path: none;
    clip-path: none;
    background-image: none;
    padding: 0;
    font-weight: 400
}

.accordion-card.style6 .accordion-header {
    margin-bottom: 6px
}

.accordion-card.style6 .accordion-body {
    background-color: transparent;
    padding: 0 0 0 45px
}

.accordion-card.style7 {
    box-shadow: none;
    border: 1px solid #E3E7F0;
    border-radius: 10px;
    box-shadow: none
}

.accordion-card.style7:not(:last-child) {
    margin-bottom: 24px
}

.accordion-card.style7 .accordion-button {
    background-color: #FBFCFF;
    box-shadow: none;
    font-weight: 500
}

.accordion-card.style7 .accordion-button:not(.collapsed) {
    color: var(--white-color);
    border-bottom: none;
    background-color: var(--theme-color)
}

.accordion-area.style5 {
    margin-right: 93px
}

@media (max-width: 1299px) {
    .accordion-area.style5 {
        margin-right: 0
    }
}

.accordion-area.style6 {
    position: relative;
    margin-left: 40px
}

@media (max-width: 1199px) {
    .accordion-area.style6 {
        margin: 0 0 80px 0
    }
}

.accordion-area.style6:before {
    content: "";
    position: absolute;
    left: -35px;
    top: 15px;
    width: 50px;
    height: 85%;
    border: 1px solid var(--theme-color);
    border-right: 1px solid transparent;
    border-radius: 20px 0px 0px 20px
}

@media (max-width: 375px) {
    .accordion-area.style6:before {
        display: none
    }
}

.accordion-area .faq-text {
    color: #A1A6B0
}

.accordion-area.grid {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    gap: 0 24px
}

.accordion-area.grid .accordion-card {
    width: calc(50% - 12px);
    -webkit-align-self: flex-start;
    -ms-flex-item-align: start;
    align-self: flex-start
}

@media (max-width: 575px) {
    .accordion-card .accordion-button {
        font-size: 16px
    }
}

.feature-wrapper.style2 {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    gap: 15px;
    margin-bottom: 0
}

.feature-wrapper.style2 .feature-icon {
    border-color: var(--theme-color)
}

.feature-wrapper.style2 .feature-icon:hover {
    background-color: var(--theme-color)
}

.feature-wrapper.style2 .feature-icon:hover i {
    color: var(--white-color)
}

.feature-wrapper.style2 .feature-icon i {
    color: var(--theme-color)
}

.feature-wrapper.style2 .header-info_link {
    color: var(--theme-color);
    font-size: 18px;
    font-weight: 700;
    letter-spacing: -0.36px;
    margin-bottom: -0.5rem
}

.feature-wrapper.style2 .header-info_link a {
    color: inherit
}

.feature-wrapper.style2 .header-info_label {
    color: var(--body-color)
}

.shape-icon {
    position: relative;
    z-index: 2;
    width: 90px;
    height: 85px;
    line-height: 85px;
    text-align: center
}

.shape-icon:before {
    content: '';
    position: absolute;
    inset: 0;
    background-color: var(--smoke-color2);
    -webkit-clip-path: path("M4.76563 19.2144C-2.32686 32.07 -1.20075 48.6639 6.14105 61.3767C16.4024 79.1459 38.9816 89.016 58.6174 83.4451C78.2532 77.8741 92.5688 56.7417 89.6127 36.3982C84.2306 -0.647078 23.3991 -14.559 4.76563 19.2144Z");
    clip-path: path("M4.76563 19.2144C-2.32686 32.07 -1.20075 48.6639 6.14105 61.3767C16.4024 79.1459 38.9816 89.016 58.6174 83.4451C78.2532 77.8741 92.5688 56.7417 89.6127 36.3982C84.2306 -0.647078 23.3991 -14.559 4.76563 19.2144Z");
    z-index: -1;
    -webkit-transition: 0.4s ease-in-out;
    transition: 0.4s ease-in-out
}

.shape-icon .dots:before,
.shape-icon .dots:after {
    content: '';
    position: absolute;
    background-color: var(--theme-color);
    height: 24px;
    width: 23px;
    border-radius: 50%
}

.shape-icon .dots:before {
    top: 0;
    right: 9px
}

.shape-icon .dots:after {
    height: 12px;
    width: 11px;
    bottom: 0;
    left: 27px
}

.service-card {
    padding: 40px;
    position: relative;
    z-index: 2;
    box-shadow: 0px 10px 30px rgba(8, 14, 28, 0.06);
    background-color: var(--white-color);
    border-radius: 10px;
    overflow: hidden;
    -webkit-transition: 0.4s ease-in-out;
    transition: 0.4s ease-in-out
}

.service-card:before,
.service-card:after {
    content: '';
    position: absolute;
    height: 110px;
    width: 110px;
    background-color: var(--theme-color);
    opacity: 0.6;
    border-radius: 50%;
    -webkit-transition: 0.4s ease-in-out;
    transition: 0.4s ease-in-out;
    z-index: -1
}

.service-card:before {
    bottom: -73px;
    right: -28px
}

.service-card:after {
    right: -73px;
    bottom: -28px
}

.service-card .shape-icon {
    margin-bottom: 30px
}

.service-card .box-title a:hover {
    color: var(--smoke-color2)
}

.service-card .bg-shape {
    position: absolute;
    bottom: -200px;
    left: 0;
    width: 100%;
    opacity: 0;
    -webkit-transition: 0.4s ease-in-out;
    transition: 0.4s ease-in-out;
    pointer-events: none
}

.service-card .bg-shape img {
    width: 100%
}

.service-card_number {
    position: absolute;
    top: 25px;
    right: 40px;
    font-size: 100px;
    line-height: 1;
    font-weight: bold;
    color: var(--smoke-color2);
    opacity: 0.3
}

.service-card_text {
    -webkit-transition: 0.4s ease-in-out;
    transition: 0.4s ease-in-out;
    margin-bottom: 22px
}

.service-card .th-btn {
    background-color: var(--smoke-color2);
    color: var(--title-color);
    padding: 12.5px 20px;
    box-shadow: none
}

.service-card .th-btn:before,
.service-card .th-btn:after {
    background-color: var(--smoke-color2)
}

.service-card:hover {
    width: 100%
}

.service-card:hover:before,
.service-card:hover:after {
    opacity: 1;
    height: 120%;
    width: 120%;
    border-radius: 0
}

.service-card:hover .shape-icon:before {
    background-color: var(--white-color)
}

.service-card:hover .bg-shape {
    bottom: 0;
    opacity: 1
}

.service-card:hover .box-title {
    color: var(--white-color)
}

.service-card:hover .th-btn {
    background-color: var(--white-color)
}

.service-card:hover .service-card_text {
    color: var(--white-color)
}

.service-sec {
    background-size: auto;
    background-position: top center;
    background-color: var(--smoke-color)
}

@media (max-width: 375px) {
    .service-card {
        padding: 40px 30px
    }
}

.service-box {
    position: relative;
    box-shadow: 0px 10px 15px rgba(8, 14, 28, 0.06);
    background-color: var(--white-color);
    border-radius: 10px;
    text-align: center;
    overflow: hidden;
    -webkit-transition: 0.4s ease-in-out;
    transition: 0.4s ease-in-out
}

.service-box .bg-shape {
    position: absolute;
    bottom: -200px;
    left: 0;
    width: 100%;
    opacity: 0;
    -webkit-transition: 0.4s ease-in-out;
    transition: 0.4s ease-in-out;
    pointer-events: none
}

.service-box .bg-shape img {
    width: 100%
}

.service-box_img {
    border-radius: 10px 10px 0 0;
    overflow: hidden
}

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

.service-box .box-title {
    margin-bottom: 12px
}

.service-box .box-title a:hover {
    color: var(--smoke-color2)
}

.service-box_text {
    -webkit-transition: 0.4s ease-in-out;
    transition: 0.4s ease-in-out;
    max-width: 230px;
    margin: 0 auto 10px auto
}

.service-box_icon {
    width: 80px;
    height: 80px;
    line-height: 80px;
    text-align: center;
    background-color: var(--white-color);
    margin: -40px auto 0 auto;
    -webkit-transition: 0.4s ease-in-out;
    transition: 0.4s ease-in-out;
    border-radius: 50%
}

.service-box_icon img {
    -webkit-transition: 0.4s ease-in-out;
    transition: 0.4s ease-in-out
}

.service-box_content {
    position: relative;
    padding: 0 10px 25px 10px
}

.service-box:hover {
    background-color: var(--theme-color)
}

.service-box:hover .bg-shape {
    bottom: 0;
    opacity: 1
}

.service-box:hover .box-title {
    color: var(--white-color)
}

.service-box:hover .link-btn {
    color: var(--white-color)
}

.service-box:hover .link-btn:before {
    background-color: var(--white-color);
    width: 100%
}

.service-box:hover .link-btn:hover:before {
    width: 70px
}

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

.service-box:hover .service-box_icon {
    background-color: var(--theme-color)
}

.service-box:hover .service-box_icon img {
    -webkit-transform: rotateY(180deg);
    transform: rotateY(180deg);
    -webkit-filter: brightness(0) invert(1);
    filter: brightness(0) invert(1)
}

.service-box:hover .service-box_text {
    color: var(--white-color)
}

.service-grid7 {
    position: relative;
    background: var(--white-color);
    padding: 40px;
    border-radius: 20px;
    border: 1px solid #E3E7F0;
    -webkit-transition: 0.4s ease-in-out;
    transition: 0.4s ease-in-out
}

@media (max-width: 1299px) {
    .service-grid7 {
        padding: 25px
    }
}

.service-grid7_text {
    margin-bottom: 15px
}

.service-grid7 .box-title {
    font-weight: 600;
    margin: 25px 0 5px 0
}

.service-grid7 .icon-btn {
    border-radius: 99px;
    background-color: var(--white-color);
    border: 1px solid var(--th-border-color);
    color: var(--title-color);
    position: relative;
    z-index: 3;
    display: block;
    text-align: center;
    margin: auto;
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out
}

.service-grid7 .icon-btn:hover {
    background-color: var(--theme-color);
    border-color: var(--theme-color);
    color: var(--white-color)
}

.service-grid7 .line-btn {
    font-family: var(--body-font)
}

.service-area5 {
    position: relative
}

.service-box3 {
    position: relative;
    background-color: #EFF1F9;
    border-radius: 30px;
    padding: 30px
}

@media (max-width: 1299px) {
    .service-box3 {
        padding: 30px 20px
    }
}

.service-box3_icon {
    margin-bottom: 30px
}

.service-box3_icon img {
    -webkit-transition: all 0.6s ease-in-out;
    transition: all 0.6s ease-in-out
}

.service-box3 .box-title {
    font-weight: 600
}

@media (max-width: 1299px) {
    .service-box3 .box-title {
        font-size: 20px
    }
}

.service-box3 .line-btn {
    font-size: 16px;
    text-transform: capitalize
}

.service-box3:hover .service-box3_icon img {
    -webkit-transform: scale(-1) rotate(180deg);
    -ms-transform: scale(-1) rotate(180deg);
    transform: scale(-1) rotate(180deg)
}

.service-btn {
    min-width: 100%;
    min-height: 317px;
    background-color: var(--theme-color);
    border-radius: 30px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    font-weight: 500;
    font-size: 20px
}

.service-btn-area {
    position: relative;
    z-index: 2
}

.service-btn-area .ser-shape {
    position: absolute;
    top: -7%;
    left: -10%;
    z-index: 2;
    -webkit-transform: translate(50%, 50%);
    -ms-transform: translate(50%, 50%);
    transform: translate(50%, 50%);
    z-index: 0
}

@media (max-width: 1299px) {
    .service-btn-area .ser-shape {
        top: -7%;
        left: -20%
    }
}

@media (max-width: 1199px) {
    .service-btn-area .ser-shape {
        left: 20px
    }
}

@media (max-width: 991px) {
    .service-btn-area .ser-shape {
        left: -20px
    }
}

@media (max-width: 375px) {
    .service-btn-area .ser-shape {
        left: -30px
    }
}

.service_card4_text {
    margin-bottom: 15px
}

.pricing-tabs {
    margin-top: 31px;
    margin-bottom: 60px
}

@media (max-width: 575px) {
    .pricing-tabs {
        margin-bottom: 0px
    }
}

.pricing-tabs.style3 {
    margin-bottom: 0
}

.pricing-tabs.style6 {
    margin-bottom: 30px
}

@media (max-width: 767px) {
    .pricing-tabs.style6 {
        text-align: center
    }
}

.marquee-wrapper {
    position: relative;
    overflow: hidden;
    z-index: 9;
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
    margin-right: -75%
}

@media (max-width: 1199px) {
    .marquee-wrapper {
        margin-right: -90%
    }
}

@media (max-width: 991px) {
    .marquee-wrapper {
        margin-right: -100%
    }
}

@media (max-width: 767px) {
    .marquee-wrapper {
        margin-right: -140%;
        margin-top: 20%
    }
}

@media (max-width: 530px) {
    .marquee-wrapper {
        margin-right: -190%;
        margin-top: 20%
    }
}

@media (max-width: 330px) {
    .marquee-wrapper {
        margin-right: -210%;
        margin-top: 50%
    }
}


.marquee-wrapper.style2 {
    margin-right: 0;
    margin-left: -70%;
    -webkit-transform: rotate(-120deg);
    -ms-transform: rotate(-120deg);
    transform: rotate(-120deg);
    z-index: -1
}

.marquee-wrapper.style2 .marquee {
    --gap: 10px
}

.marquee-wrapper.style2 .marquee .marquee-group .text {
    background: rgba(255, 255, 255, 0.3);
    border: 1px solid rgba(92, 127, 255, 0.15);
    box-shadow: 0px 2px 15px rgba(41, 83, 233, 0.15);
    border-radius: 100px;
    color: var(--theme-color);
    padding: 8px 30px;
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg)
}

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

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

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

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

.marquee .marquee-group .text {
    font-family: var(--title-font);
    font-size: 16px;
    font-weight: 600;
    letter-spacing: -0.32px;
    border-radius: 100px;
    color: var(--white-color);
    padding: 6px 30px;
    margin: 8px 5px;
    display: inline-block;
    cursor: pointer;
    border: 1px solid rgba(92, 127, 255, 0.62);
    background: rgba(255, 255, 255, 0.01);
    box-shadow: 0px 3px 15px 0px rgba(0, 0, 0, 0.2);
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out
}

.marquee .marquee-group .text:hover {
    background-color: var(--white-color);
    color: var(--theme-color)
}

@media (prefers-reduced-motion: reduce) {
    .marquee-wrapper .marquee .marquee-group {
        -webkit-animation-play-state: play;
        animation-play-state: play
    }
}

.process-card {
    position: relative;
    box-shadow: 0px 10px 15px rgba(8, 14, 28, 0.06);
    border-radius: 10px;
    background-color: var(--white-color);
    text-align: center;
    padding: 30px 20px;
    margin-left: auto;
    margin-right: auto
}

.process-card-area {
    position: relative
}

.process-card-area .process-line {
    position: absolute;
    left: 0;
    bottom: 20px;
    width: 100%;
    text-align: center
}

.process-card-area .position-top {
    top: 42px;
    bottom: unset
}

.process-card-wrap {
    /* padding: 30px 0 0 30px */
}

.process-card-wrap:has(.pulse) {
    padding: 0 12px
}

.process-card-wrap:has(.pulse):nth-child(even) {
    padding-top: 60px
}

.process-card:has(.pulse) {
    margin-top: 52px
}

.process-card .box-title {
    font-weight: 600;
    margin-bottom: 14px
}

.process-card_number {
    height: 60px;
    width: 60px;
    line-height: 60px;
    background-color: var(--theme-color);
    border-radius: 50%;
    text-align: center;
    position: absolute;
    top: -30px;
    left: -30px;
    z-index: 2;
    font-size: 36px;
    font-weight: 700;
    color: var(--white-color)
}

.process-card_number:after,
.process-card_number:before {
    content: "";
    position: absolute;
    inset: 0;
    background-color: var(--theme-color);
    z-index: -1;
    border-radius: 50%;
    -webkit-transition: all ease 0.4s;
    transition: all ease 0.4s
}

.process-card_number:after {
    -webkit-animation-delay: 2s;
    animation-delay: 2s
}

.process-card_icon {
    margin-bottom: 24px
}

.process-card_text {
    margin-bottom: -0.53em;
    font-size: 14px
}

@media (max-width: 1199px) {
    .process-card-area .process-line {
        display: none
    }

    .process-card-wrap:has(.pulse):nth-child(even) {
        padding-top: 30px
    }

    .process-card:has(.pulse) {
        margin-top: 8px
    }
}

@media (max-width: 575px) {
    .process-card-wrap:has(.pulse):nth-child(even) {
        padding-top: 0
    }
}

.process-area-3 .sec-text {
    max-width: 430px
}

@media (max-width: 1199px) {
    .process-area-3 .sec-text {
        margin-left: auto;
        margin-right: auto
    }
}

.process-card-area3 {
    position: relative
}

.process-card-area3 .process-line {
    margin: -268px -25px 0;
    position: absolute;
    z-index: -1
}

@media (max-width: 1399px) {
    .process-card-area3 .process-line {
        max-width: 1100px
    }
}

@media (max-width: 1299px) {
    .process-card-area3 .process-line {
        max-width: 900px;
        margin: -208px -25px 0
    }
}

@media (max-width: 1199px) {
    .process-card-area3 .process-line {
        display: none
    }
}

.process-card-area3 .process-card-wrap {
    padding-top: 0;
    padding-left: 80px;
    position: relative;
    z-index: 2
}

@media (max-width: 1299px) {
    .process-card-area3 .process-card-wrap {
        padding-left: 20px
    }
}

@media (max-width: 575px) {
    .process-card-area3 .process-card-wrap {
        padding-left: 15px;
        padding-right: 15px
    }
}

.process-card-area3 .process-card-wrap:first-child {
    padding-top: 40px
}

@media (max-width: 1399px) {
    .process-card-area3 .process-card-wrap:first-child {
        padding-top: 30px
    }
}

@media (max-width: 1299px) {
    .process-card-area3 .process-card-wrap:first-child {
        padding-top: 0px
    }
}

.process-card-area3 .process-card-wrap:nth-child(2) {
    margin-top: -40px
}

@media (max-width: 1199px) {
    .process-card-area3 .process-card-wrap:nth-child(2) {
        margin-top: 40px
    }
}

.process-card-area3 .process-card-wrap:nth-child(3) {
    margin-top: -280px
}

@media (max-width: 1299px) {
    .process-card-area3 .process-card-wrap:nth-child(3) {
        margin-top: -240px
    }
}

@media (max-width: 1199px) {
    .process-card-area3 .process-card-wrap:nth-child(3) {
        margin-top: 40px
    }
}

.process-card.style3 {
    text-align: start;
    box-shadow: none;
    border-radius: 0;
    padding: 0;
    max-width: 326px;
    background: transparent;
    margin-bottom: -0.3em
}

.process-card.style3 .process-card_icon {
    height: 64px;
    width: 64px;
    line-height: 64px;
    text-align: center;
    border-radius: 20px;
    background: var(--white-color);
    margin-bottom: 30px
}

.process-card.style3 .process-card_icon img {
    -webkit-transition: 0.4s;
    transition: 0.4s
}

.process-card.style3 .process-card_number {
    background: transparent;
    width: auto;
    height: auto;
    left: auto;
    right: 0;
    color: var(--title-color);
    opacity: 0.06;
    font-size: 230px;
    font-weight: 800;
    line-height: 1;
    top: -50px
}

.process-card.style3 .process-card_number:after,
.process-card.style3 .process-card_number:before {
    display: none
}

.process-card.style3 .process-card_text {
    font-size: 16px;
    margin-bottom: 13px
}

.process-card.style3:hover .process-card_icon img {
    -webkit-transform: rotateY(180deg);
    transform: rotateY(180deg)
}

.process-image {
    border-radius: 20px
}

.process-image img {
    border-radius: 20px
}

.checklist.style5 ul li {
    position: relative;
    font-family: var(--title-font);
    font-weight: 500;
    font-size: 20px;
    line-height: 20px;
    color: var(--white-color);
    padding: 31px 35px 34px 75px;
    margin-bottom: 0px
}

@media (max-width: 991px) {
    .checklist.style5 ul li {
        padding: 33px 29px 40px 75px
    }
}

@media (max-width: 767px) {
    .checklist.style5 ul li {
        padding: 30px 29px 35px 75px
    }
}

@media (max-width: 352px) {
    .checklist.style5 ul li {
        padding: 15px 20px 15px 40px;
        font-size: 18px
    }
}

.checklist.style5 ul li:before {
    content: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg clip-path='url(%23clip0_417_424)'%3E%3Cpath d='M6.75 9.00002L10.044 13.611C10.1796 13.8009 10.3569 13.9571 10.5623 14.0677C10.7677 14.1783 10.9958 14.2403 11.2289 14.249C11.462 14.2577 11.694 14.2128 11.9071 14.1178C12.1202 14.0228 12.3086 13.8802 12.458 13.701L23.25 0.749023' stroke='url(%23paint0_linear_417_424)' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M21.75 10.5V20.25C21.75 21.0456 21.4339 21.8087 20.8713 22.3713C20.3087 22.9339 19.5456 23.25 18.75 23.25H3.75C2.95435 23.25 2.19129 22.9339 1.62868 22.3713C1.06607 21.8087 0.75 21.0456 0.75 20.25V5.25C0.75 4.45435 1.06607 3.69129 1.62868 3.12868C2.19129 2.56607 2.95435 2.25 3.75 2.25H16.5' stroke='url(%23paint1_linear_417_424)' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/g%3E%3Cdefs%3E%3ClinearGradient id='paint0_linear_417_424' x1='15' y1='0.749023' x2='15' y2='14.2501' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%2302CE80'/%3E%3Cstop offset='1' stop-color='%237BD706'/%3E%3C/linearGradient%3E%3ClinearGradient id='paint1_linear_417_424' x1='11.25' y1='2.25' x2='11.25' y2='23.25' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%2302CE80'/%3E%3Cstop offset='1' stop-color='%237BD706'/%3E%3C/linearGradient%3E%3CclipPath id='clip0_417_424'%3E%3Crect width='24' height='24' fill='white'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E%0A");
    position: absolute;
    top: 30px;
    left: 30px
}

@media (max-width: 352px) {
    .checklist.style5 ul li:before {
        top: 10px;
        left: 0
    }
}

.checklist.style5 ul li:not(:last-child) {
    margin-bottom: 22px
}

@media (max-width: 352px) {
    .checklist.style5 ul li:not(:last-child) {
        margin-bottom: 0
    }
}

.process-tabs-wrapper {
    position: relative;
    border-radius: 30px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-filter: drop-shadow(0px 16px 48px rgba(18, 20, 26, 0.06));
    filter: drop-shadow(0px 16px 48px rgba(18, 20, 26, 0.06));
    z-index: 3;
    overflow: hidden
}

@media (max-width: 990px) {
    .process-tabs-wrapper {
        display: block
    }
}

.process-tabs-wrapper:before {
    content: "";
    position: absolute;
    inset: 0;
    background-repeat: no-repeat;
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    -webkit-mask-position: center;
    mask-position: center;
    -webkit-mask-size: cover;
    mask-size: cover;
    background-size: cover;
    background-position: center center;
    -webkit-mask-image: url(../img/shape/process-shape.png);
    mask-image: url(../img/shape/process-shape.png);
    background-color: var(--white-color);
    z-index: -1;
    overflow: hidden
}

@media (max-width: 1199px) {
    .process-tabs-wrapper {
        gap: 30px
    }
}

.process-tabs-wrapper .process-image {
    min-width: 344px;
    border-radius: 30px
}

@media (max-width: 1199px) {
    .process-tabs-wrapper .process-image {
        min-width: 230px
    }
}

@media (max-width: 767px) {
    .process-tabs-wrapper .process-image {
        min-width: 100%;
        margin-top: 40px
    }
}

.process-tabs-wrapper .box-text {
    font-size: 14px;
    margin-bottom: 0
}

.process-tabs-wrapper .checklist li {
    font-size: 14px
}

.process-tabs-wrapper .checklist li:not(:last-child) {
    margin-bottom: 5px
}

.process-tabs-wrapper .th-btn {
    margin-top: 30px
}

.process-tabs-tabs.nav-tabs {
    border-bottom: none;
    padding: 60px 40px 60px 60px;
    display: block
}

@media (max-width: 1299px) {
    .process-tabs-tabs.nav-tabs {
        padding: 40px 40px 40px 40px
    }
}

@media (max-width: 991px) {
    .process-tabs-tabs.nav-tabs {
        padding: 40px 20px 40px 40px;
        margin-bottom: 0
    }
}

@media (max-width: 375px) {
    .process-tabs-tabs.nav-tabs {
        max-width: 100%;
        padding: 60px 20px 20px 20px
    }
}

.process-tabs-tabs.nav-tabs .nav-link:focus,
.process-tabs-tabs.nav-tabs .nav-link:hover {
    color: var(--title-color);
    background-color: transparent;
    border-color: transparent
}

.process-tabs-tabs.nav-tabs .nav-item.show .nav-link,
.process-tabs-tabs.nav-tabs .nav-link.active {
    color: var(--white-color);
    background-color: transparent;
    border-color: transparent
}

.process-tabs-tabs.nav-tabs .nav-item.show .nav-link .step,
.process-tabs-tabs.nav-tabs .nav-link.active .step {
    color: var(--white-color);
    background-color: var(--theme-color)
}

.process-tabs-tabs.nav-tabs .nav-item.show .nav-link .title,
.process-tabs-tabs.nav-tabs .nav-link.active .title {
    color: var(--white-color);
    background-color: var(--theme-color)
}

.process-tabs-tabs .nav-link {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    gap: 10px;
    background-color: transparent;
    box-shadow: none;
    padding: 0
}

.process-tabs-tabs .nav-link:not(:last-child) {
    margin-bottom: 18px
}

@media (max-width: 520px) {
    .process-tabs-tabs .nav-link {
        display: block
    }
}

.process-tabs-tabs .nav-link .step {
    font-weight: 500;
    font-size: 16px;
    line-height: 19px;
    color: var(--title-color);
    background-color: var(--white-color);
    border: 1px solid #E3E7F0;
    border-radius: 100px;
    display: block;
    padding: 19.5px 28px;
    min-width: 124px;
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out
}

@media (max-width: 1199px) {
    .process-tabs-tabs .nav-link .step {
        font-size: 14px;
        padding: 16px 20px
    }
}

@media (max-width: 520px) {
    .process-tabs-tabs .nav-link .step {
        margin-bottom: 20px
    }
}

@media (max-width: 375px) {
    .process-tabs-tabs .nav-link .step {
        min-width: 100%;
        padding: 14px 30px
    }
}

.process-tabs-tabs .nav-link .title {
    font-weight: 600;
    font-size: 20px;
    line-height: 30px;
    color: var(--title-color);
    background-color: var(--white-color);
    border: 1px solid #E3E7F0;
    border-radius: 100px;
    display: block;
    padding: 14px 28px;
    min-width: 300px;
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out
}

@media (max-width: 1299px) {
    .process-tabs-tabs .nav-link .title {
        min-width: 200px
    }
}

@media (max-width: 1199px) {
    .process-tabs-tabs .nav-link .title {
        font-size: 16px;
        padding: 14px 20px;
        min-width: 150px
    }
}

@media (max-width: 990px) {
    .process-tabs-tabs .nav-link .title {
        min-width: 300px
    }
}

@media (max-width: 375px) {
    .process-tabs-tabs .nav-link .title {
        min-width: 100%;
        padding: 14px 30px
    }
}

@media (max-width: 991px) {
    .process-tabs-tabs {
        margin-bottom: 30px
    }
}

.process-wrapper {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    gap: 30px;
    border-left: 1px solid #E3E7F0;
    padding: 60px 60px 60px 40px;
    z-index: 2
}

@media (max-width: 1299px) {
    .process-wrapper {
        padding: 40px 40px 40px 40px
    }
}

@media (max-width: 1199px) {
    .process-wrapper {
        padding: 60px 40px 40px 0;
        margin: 0;
        border: none
    }
}

@media (max-width: 991px) {
    .process-wrapper {
        padding: 40px 40px 40px 0
    }
}

@media (max-width: 990px) {
    .process-wrapper {
        padding: 0px 40px 40px 60px
    }
}

@media (max-width: 767px) {
    .process-wrapper {
        display: block;
        padding: 0 40px 40px 40px
    }
}

.process-wrapper:before {
    content: "";
    position: absolute;
    top: 60px;
    left: -2px;
    width: 9px;
    height: 35px;
    background-color: var(--white-color);
    z-index: 1
}

.process-area5 {
    position: relative;
    padding: 400px 0 240px 0;
    -webkit-clip-path: path("M0 0L270 128.559H1920V1192L1650 1068.58H0V0Z");
    clip-path: path("M0 0L270 128.559H1920V1192L1650 1068.58H0V0Z")
}

@media (min-width: 1930px) {
    .process-area5 {
        -webkit-clip-path: path("M0 0L468.703 128.559H3333V1192L2864.3 1068.58H0V0Z");
        clip-path: path("M0 0L468.703 128.559H3333V1192L2864.3 1068.58H0V0Z")
    }
}

@media (max-width: 990px) {
    .process-area5 {
        -webkit-clip-path: none;
        clip-path: none;
        padding: 515px 0 80px 0;
        margin-bottom: 80px
    }
}

@media (max-width: 1199px) {
    .process-area5 .container {
        max-width: 100%
    }
}

.particle-1 {
    max-width: 440px;
    height: 390px
}

.particle-2 {
    max-width: 800px;
    height: 790px;
    aspect-ratio: 16 / 14
}

.particle-2.small {
    max-width: 515px;
    height: 490px
}

.particle-3 {
    max-width: 600px;
    height: 470px
}

.box-particle {
    position: absolute;
    bottom: 0;
    right: 0;
    max-width: 180px;
    height: 100px;
    z-index: -1
}

.price-particle {
    width: 190px;
    height: 165px
}

.body-particle {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    z-index: -1
}

.feature-wrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 25px
}

@media (max-width: 1199px) {
    .feature-wrapper {
        margin-bottom: 30px
    }
}

.feature-wrapper .feature-icon {
    width: 50px;
    height: 50px;
    line-height: 50px;
    border-radius: 50%;
    color: var(--white-color);
    font-size: 14px;
    text-align: center;
    background-color: transparent;
    border: 1px solid var(--white-color);
    -webkit-transition: 0.4s ease-in-out;
    transition: 0.4s ease-in-out
}

.feature-wrapper .feature-icon:hover {
    background-color: var(--white-color)
}

.feature-wrapper .feature-icon:hover i {
    color: var(--theme-color)
}

.feature-wrapper .feature-icon i {
    color: var(--white-color);
    -webkit-transition: 0.4s ease-in-out;
    transition: 0.4s ease-in-out
}

.feature-wrapper .header-info_link {
    font-family: var(--title-font);
    font-size: 18px;
    font-weight: 600;
    color: var(--white-color);
    margin-bottom: -0.3rem
}

.feature-wrapper .header-info_link a {
    color: inherit
}

.feature-wrapper .header-info_label {
    font-family: var(--title-font);
    font-size: 16px;
    font-weight: 500;
    color: var(--white-color);
    margin-bottom: 0
}

.feature-wrapper.style3 {
    margin-bottom: 60px
}

.feature-wrapper.style3 .feature-icon {
    width: 75px;
    height: 75px;
    line-height: 75px;
    background-color: #1E2127;
    border: 1px solid rgba(255, 255, 255, 0.1)
}

.feature-wrapper.style3 .feature-icon:hover {
    background-color: var(--theme-color)
}

.feature-wrapper.style3 .header-info_label {
    font-size: 16px;
    font-family: var(--body-font);
    color: var(--body-color);
    font-weight: 500;
    letter-spacing: -0.32px
}

.feature-wrapper.style3 .header-info_link {
    font-family: var(--body-font);
    font-size: 24px;
    font-weight: 600;
    line-height: 30px;
    letter-spacing: -0.48px
}

.choose-feature {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    gap: 35px;
    max-width: 410px
}

@media (max-width: 1199px) {
    .choose-feature {
        gap: 25px
    }
}

@media (max-width: 767px) {
    .choose-feature {
        display: block;
        max-width: 100%;
        margin: auto
    }
}

.choose-feature .box-icon {
    position: relative;
    z-index: 2;
    min-width: 50px
}

.choose-feature .box-icon:before {
    content: "";
    position: absolute;
    top: 5px;
    left: 0px;
    width: 50px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    background-color: #E8ECF6;
    border-radius: 999px;
    z-index: -1
}

@media (max-width: 767px) {
    .choose-feature .box-icon:before {
        top: 15px;
        left: 50%
    }
}

.choose-feature .box-icon img {
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
    margin-left: 10px
}

.choose-feature .box-title {
    margin-bottom: 7px;
    font-size: 20px;
    font-weight: 700
}

.choose-feature_text {
    margin-bottom: -0.3rem
}

.choose-feature:hover .box-icon img {
    -webkit-transform: scale(-1) rotate(180deg);
    -ms-transform: scale(-1) rotate(180deg);
    transform: scale(-1) rotate(180deg)
}

@media (max-width: 767px) {
    .choose-feature {
        text-align: center;
        padding: 0px 20px
    }

    .choose-feature .box-icon {
        position: static;
        margin: 0 auto 20px auto;
        padding-top: 0;
        padding-left: 0
    }
}

@media (max-width: 575px) {
    .choose-feature {
        max-width: 100%;
        width: 100%
    }

    .choose-feature .box-text {
        max-width: 250px;
        margin-left: auto;
        margin-right: auto
    }
}

.choose-image {
    min-width: 632px;
    margin-left: 65px
}

@media (max-width: 1299px) {
    .choose-image {
        min-width: 100%
    }
}

@media (max-width: 1199px) {
    .choose-image {
        margin-top: 30px;
        margin-left: 0
    }
}

.two-column.style3 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.two-column.style3 {
    padding-right: 55px;
    margin-right: 16px
}

@media (max-width: 480px) {
    .two-column.style3 {
        display: block
    }

    .two-column.style3 .checklist {
        margin-bottom: 10px
    }
}

.contact-map {
    width: 50%; height: 400px; display: flex; justify-content: center; margin-left: 25%; margin-bottom: 5%;
}

@media (max-width: 600px) {
    .about-software-pic {
        display: none !important;
    }
    .contact-map {
        width: 100% !important;
        margin-left: 0 !important;
    }
}

.color-scheme-wrap {
    position: fixed;
    right: 0;
    top: 50%;
    z-index: 99;
    background: var(--white-color);
    padding: 20px 30px;
    border-radius: 10px 0 0 10px;
    display: inline-block;
    text-align: center;
    -webkit-transition: 0.4s;
    transition: 0.4s;
    box-shadow: 0px 0px 4px 0px rgba(51, 51, 51, 0.2)
}

.color-scheme-wrap .switchIcon {
    position: absolute;
    left: 0;
    top: 10px;
    border: 0;
    background: var(--theme-color);
    color: var(--white-color);
    height: 45px;
    width: 45px;
    border-radius: 5px 0 0 5px;
    -webkit-transform: translate(-100%, 0);
    -ms-transform: translate(-100%, 0);
    transform: translate(-100%, 0)
}

.color-scheme-wrap .color-switch-btns {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 18px;
    margin-bottom: 25px
}

.color-scheme-wrap .color-switch-btns button {
    padding: 0;
    border: 0;
    background: transparent;
    font-size: 34px;
    color: var(--theme-color);
    text-align: left
}

.color-scheme-wrap.active {
    -webkit-transform: translate(100%, 0);
    -ms-transform: translate(100%, 0);
    transform: translate(100%, 0)
}

.mt-5 {
    margin-top: 5px
}

.mt-10 {
    margin-top: 10px
}

.mt-25 {
    margin-top: 25px
}

.mb-15 {
    margin-bottom: 15px
}

.mb-25 {
    margin-bottom: 25px
}

.mb-30 {
    margin-bottom: 30px
}

.mb-35 {
    margin-bottom: 35px
}

.mb-40 {
    margin-bottom: 40px
}

.mt-n2 {
    margin-top: -.6rem
}

.space {
    padding-top: var(--section-space)
}

.space,
.space-bottom {
    padding-bottom: var(--section-space)
}

@media (max-width: 991px) {

    .space {
        padding-top: var(--section-space-mobile)
    }

    .space,
    .space-bottom {
        padding-bottom: var(--section-space-mobile)
    }
}

/* How we work */
.equal-height-row {
    display: flex;
    flex-wrap: wrap;
}

.process-card {
    flex: 1;
    display: flex;
    flex-direction: column;
}

@media (max-width: 576px) {
    .equal-height-row {
        flex-direction: column;
    }
}

.equal-height-row {
    display: flex;
    flex-wrap: wrap;
}

.process-card-wrap {
    display: flex;
    flex-direction: column;
    margin-bottom: 15px; /* Adjust margin as needed */
}

.process-card {
    flex: 1;
    display: flex;
    flex-direction: column;
    justify-content: space-between; /* Ensures content stretches to fill column */
    padding: 20px; /* Add padding for spacing */
}
