:root {
    --theme-color: #33AAFF;
    --theme-color2: #272833;
    --theme-color5: #332B33;
    --theme-color3: #8cc63f;
    --theme-color4: #54b435;
    --title-color: #1f1f1f;
    --body-color: #080e1c;
    --smoke-color: #f7f7f7;
    --smoke-color2: #f6f6f6;
    --black-color: #000000;
    --black-color2: #080e1c;
    --gray-color: #bdbdbd;
    --white-color: #ffffff;
    --light-color: #bdbdbd;
    --yellow-color: #ffb539;
    --success-color: #28a745;
    --error-color: #dc3545;
    --th-border-color: #d8dde1;
    --dark-color: #021526;
    --title-font: "Poppins", sans-serif;
    --body-font: "Roboto", sans-serif;
    --icon-font: "Font Awesome 6 Pro";
    --main-container: 1290px;
    --container-gutters: 30px;
    --section-space: 100px;
    --section-space-mobile: 80px;
    --section-title-space: 60px;
    --ripple-ani-duration: 5s
}

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

.title-color {
    color: var(--title-color)
}

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

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

.grecaptcha-badge {
    bottom: 60px;
    z-index: 999
}

.alert-warning {
    background-color: #fff3cd;
    border-color: #ffeeba;
    color: #856404
}

.alert-success {
    background-color: #d4edda;
    border-color: #c3e6cb;
    color: #155724
}

.alert-info {
    background-color: #cce5ff;
    border-color: #b8daff;
    color: #004085
}

.alert-danger {
    background-color: #f8d7da;
    border-color: #f5c6cb;
    color: #721c24
}

.close {
    color: #000;
    float: right;
    font-size: 16px;
    font-weight: 300;
    line-height: 20px;
    opacity: .3;
    text-shadow: none;
    vertical-align: middle
}

iframe {
    border: none;
    width: 100%
}

.slick-slide:focus,
button:focus,
a:focus,
a:active,
input,
input:hover,
input:focus,
input:active,
textarea,
textarea:hover,
textarea:focus,
textarea:active {
    outline: none
}

input:focus {
    outline: none;
    box-shadow: none
}

img:not([draggable]),
embed,
object,
video {
    max-width: 100%;
    height: auto
}

ul {
    list-style-type: 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%
}

ins {
    text-decoration: none
}

pre {
    font-family: var(--body-font);
    background: #f5f5f5;
    color: #666;
    font-size: 14px;
    margin: 20px 0;
    overflow: auto;
    padding: 20px;
    white-space: pre-wrap;
    word-wrap: break-word
}

span.ajax-loader:empty,
p:empty {
    display: none
}

p {
    font-family: var(--body-font);
    margin: 0 0 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: 54px;
    line-height: 1.18
}

.h2,
h2 {
    font-size: 48px;
    line-height: 1.12
}

.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
    }
}

.page--item p:last-child .alignright {
    clear: right
}

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

.gallery-caption {
    display: block
}

.page-links,
.clearfix {
    clear: both
}

.page--item {
    margin-bottom: 30px
}

.page--item p {
    line-height: 1.8
}

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

.gallery-item {
    display: inline-block;
    text-align: center;
    vertical-align: top;
    width: 100%;
    padding: 0 5px
}

figure.gallery-item {
    margin-bottom: 10px;
    display: inline-block
}

.gallery-caption {
    display: block;
    font-size: 12px;
    color: var(--body-color);
    line-height: 1.5;
    padding: .5em 0
}

.page-links {
    clear: both;
    margin: 0 0 1.5em;
    padding-top: 1em
}

.page-links>.page-links-title {
    margin-right: 10px
}

.page-links>span:not(.page-links-title):not(.screen-reader-text),
.page-links>a {
    display: inline-block;
    padding: 5px 13px;
    background-color: var(--white-color);
    color: var(--title-color);
    border: 1px solid rgb(0 0 0 / .08);
    margin-right: 10px
}

.page-links>span:not(.page-links-title):not(.screen-reader-text):hover,
.page-links>a:hover {
    opacity: .8;
    color: var(--white-color);
    background-color: var(--theme-color);
    border-color: #fff0
}

.page-links>span:not(.page-links-title):not(.screen-reader-text).current,
.page-links>a.current {
    background-color: var(--theme-color);
    color: var(--white-color);
    border-color: #fff0
}

.page-links span.screen-reader-text {
    display: none
}

.th-header:has(.unittest-header)~.breadcumb-wrapper {
    padding: 150px 0
}

.widget_nav_menu .menu>li:last-child>a,
.widget_nav_menu>ul>li:last-child>a,
.widget_meta .menu>li:last-child>a,
.widget_meta>ul>li:last-child>a,
.widget_pages .menu>li:last-child>a,
.widget_pages>ul>li:last-child>a,
.widget_archive .menu>li:last-child>a,
.widget_archive>ul>li:last-child>a,
.widget_categories .menu>li:last-child>a,
.widget_categories>ul>li:last-child>a,
.widget_schedule .menu>li:last-child>a,
.widget_schedule>ul>li:last-child>a {
    margin-bottom: 0
}

.header-top .gt_float_switcher {
    position: relative;
    font-family: var(--title-font);
    overflow: inherit;
    background: #fff0;
    box-shadow: none;
    line-height: 1;
    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
}

.header-top .gt_float_switcher .gt_options {
    position: absolute;
    top: 37px;
    right: 0;
    width: 226px;
    background: var(--white-color);
    font-family: var(--title-font);
    font-size: 15px;
    text-align: left;
    padding: 10px
}

.header-top .gt_float_switcher .gt_options img {
    width: 28px
}

.header-top .gt_float_switcher .gt-selected .gt-current-lang {
    background: #fff0;
    padding: 0;
    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
}

.header-top .gt_float_switcher .gt-selected .gt-current-lang span.gt-lang-code,
.header-top .gt_switcher .gt-selected .gt-current-lang span.gt-lang-code {
    font-family: var(--body-font);
    font-size: 15px;
    margin-right: 5px;
    top: 0;
    line-height: 1
}

.header-top .gt_switcher .gt_selected,
.header-top .gt_float_switcher .gt-selected {
    background: #fff0;
    overflow: inherit
}

.header-top .gt_float_switcher .gt-selected .gt-current-lang img {
    width: 20px;
    margin: 0;
    margin-right: 0;
    min-width: 20px;
    margin-right: 8px;
    height: 20px;
    border-radius: 50%;
    border: 1px solid rgb(255 255 255 / .5);
    object-fit: cover
}

.header-top .gt_float_switcher .gt-selected .gt-current-lang span.gt_float_switcher-arrow {
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
    -webkit-filter: brightness(0) invert(1);
    filter: brightness(0) invert(1);
    line-height: 1;
    top: 0
}

.header-top .gt_float_switcher .gt_options a:hover {
    background: var(--theme-color);
    color: var(--white-color)
}

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

@media (min-width:1560px) {
    .th-container2 {
        width: 100%;
        max-width: 1560px;
        margin-left: auto;
        margin-right: 0;
        padding-left: 0;
        padding-right: 0
    }

    .th-container2 .container {
        --main-container: 1220px
    }

    .th-container3 {
        width: 100%;
        max-width: 1560px;
        margin-left: 0;
        margin-right: auto;
        padding-left: 0;
        padding-right: 0
    }

    .th-container3 .container {
        --main-container: 1220px
    }
}

@media (min-width:1922px) {

    .th-container3,
    .th-container2 {
        margin-right: auto
    }
}

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

    .container-xxl,
    .container-xl,
    .container-lg,
    .container-md,
    .container-sm,
    .container {
        max-width: calc(var(--main-container) + var(--container-gutters));
        padding-left: calc(var(--container-gutters) / 2);
        padding-right: calc(var(--container-gutters) / 2)
    }

    .container-xxl.px-0,
    .container-xl.px-0,
    .container-lg.px-0,
    .container-md.px-0,
    .container-sm.px-0,
    .container.px-0 {
        max-width: var(--main-container)
    }
}

@media only screen and (min-width:1300px) {
    .th-container {
        --main-container: 1720px
    }
}

@media only screen and (max-width:1600px) {
    .container-fluid.px-0 {
        padding-left: 15px !important;
        padding-right: 15px !important
    }

    .container-fluid.px-0 .row {
        margin-left: 0 !important;
        margin-right: 0 !important
    }
}

.container-gallery {
    max-width: 1840px
}

.slick-track>[class*="col"] {
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    width: 100%;
    max-width: 100%;
    padding-right: calc(var(--bs-gutter-x) / 2);
    padding-left: calc(var(--bs-gutter-x) / 2);
    margin-top: var(--bs-gutter-y)
}

@media (min-width:1300px) {
    .row {
        --bs-gutter-x: 24px
    }
}

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

.g-0 {
    --bs-gutter-y: 0;
    --bs-gutter-x: 0
}

.gx-0 {
    --bs-gutter-x: 0
}

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

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

.gx-10 {
    --bs-gutter-x: 10px
}

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

@media (min-width:1299px) {
    .gx-60 {
        --bs-gutter-x: 60px
    }
}

@media (min-width:1399px) {
    .gx-30 {
        --bs-gutter-x: 30px
    }

    .gx-25 {
        --bs-gutter-x: 25px
    }

    .gx-40 {
        --bs-gutter-x: 40px
    }
}

@media (max-width:991px) {
    .gy-50 {
        --bs-gutter-y: 40px
    }
}

select,
.form-control,
.form-select,
textarea,
input {
    height: 56px;
    padding: 0 25px 0 25px;
    padding-right: 30px;
    border: 1px solid var(--th-border-color);
    color: var(--body-color);
    border-radius: 27px;
    font-size: 14px;
    width: 100%;
    font-family: var(--body-font);
    -webkit-transition: 0.4s ease-in-out;
    transition: 0.4s ease-in-out;
    background-color: var(--white-color)
}

.form-select,
select:focus {
    background-color: var(--theme-color)
}

.form-select,
select:focus option {
    background-color: #fff;
    color: #000
}

select:focus,
.form-control:focus,
.form-select:focus,
textarea:focus,
input:focus {
    outline: 0;
    box-shadow: none;
    border-color: var(--th-border-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='%23ffffff' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M2 5l6 6 6-6'/%3E%3C/svg%3E");
    background-position: right 15px center;
    background-repeat: no-repeat;
    background-size: 16px 12px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    cursor: pointer;
    box-shadow: var(--theme-color) 0 3px 8px -2px;
    background-color: var(--theme-color);
    color: #fff
}

.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.style-border input {
    background-color: #fff0;
    border: 1px solid var(--th-border-color)
}

.form-group.style-border textarea {
    background-color: #fff0;
    border: 1px solid var(--th-border-color)
}

.form-group.style-white input {
    background-color: var(--white-color);
    border: 1px solid var(--smoke-color)
}

.form-group.style-white textarea {
    background-color: var(--white-color);
    border: 1px solid var(--smoke-color)
}

.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>i.fa-chevron-down {
    width: 17px;
    background-color: var(--smoke-color2)
}

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

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

.form-rounded-10 .form-control,
.form-rounded-10 .form-select {
    border-radius: 10px !important
}

.form-rounded-10 .th-btn {
    border-radius: 10px
}

option:checked,
option:focus,
option:hover {
    background-color: var(--theme-color);
    color: var(--white-color)
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0
}

input[type="number"] {
    -moz-appearance: textfield;
    appearance: textfield
}

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

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: 0;
    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: -.5em
}

input[type="checkbox"].style2~label:before {
    background-color: rgb(255 255 255 / .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: .6em;
    line-height: 19px;
    text-align: center;
    border: 1px solid var(--theme-color);
    border-radius: 100%;
    font-weight: 700;
    background: var(--white-color);
    color: #fff0;
    -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: .5em;
    margin-top: -.3em;
    display: block;
    color: var(--title-color);
    font-family: var(--body-font);
    font-size: 16px
}

textarea.is-invalid,
select.is-invalid,
input.is-invalid,
.was-validated input:invalid {
    border: 1px solid var(--error-color) !important;
    background-position: right calc(0.375em + 0.8875rem) center;
    background-image: none
}

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

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

.row.no-gutters>.form-group {
    margin-bottom: 0
}

.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: #fff0;
    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
}

.swiper-fade .swiper-slide {
    -webkit-transition: 0.6s ease-in-out;
    transition: 0.6s ease-in-out
}

.swiper-fade .swiper-slide-prev {
    opacity: 0
}

.swiper-pagination-bullets {
    position: relative;
    z-index: 3;
    text-align: center;
    margin: 50px 0 -7px 0;
    line-height: 10px;
    height: 10px
}

.swiper-pagination-bullets .swiper-pagination-bullet {
    display: inline-block;
    --swiper-pagination-bullet-size: 10px;
    --swiper-pagination-bullet-horizontal-gap: 8px;
    margin: 5px 7px;
    opacity: 1;
    background-color: var(--theme-color);
    position: relative;
    cursor: pointer
}

.swiper-pagination-bullets .swiper-pagination-bullet:before {
    content: "";
    position: absolute;
    inset: -5px;
    border: 1px solid var(--theme-color);
    -webkit-transform: scale(.2);
    -ms-transform: scale(.2);
    transform: scale(.2);
    border-radius: inherit;
    -webkit-transition: 0.4s ease-in-out;
    transition: 0.4s ease-in-out
}

.swiper-pagination-bullets .swiper-pagination-bullet.swiper-pagination-bullet-active {
    background-color: var(--theme-color)
}

.swiper-pagination-bullets .swiper-pagination-bullet.swiper-pagination-bullet-active:before {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1)
}

.style-2.swiper-pagination-bullets .swiper-pagination-bullet {
    display: inline-block;
    --swiper-pagination-bullet-size: 4px;
    --swiper-pagination-bullet-horizontal-gap: 0px;
    margin: 0;
    opacity: 1;
    background-color: var(--theme-color);
    position: relative;
    cursor: pointer;
    width: 20%;
    border-radius: 0;
    background-color: var(--th-border-color)
}

.style-2.swiper-pagination-bullets .swiper-pagination-bullet::before {
    inset: 0;
    border: 2px solid var(--theme-color)
}

.style-2.swiper-pagination-bullets .swiper-pagination-bullet.swiper-pagination-bullet-active {
    background-color: var(--theme-color)
}

.slider-area {
    position: relative
}

.slider-arrow {
    display: inline-block;
    padding: 0;
    background-color: var(--theme-color);
    color: var(--white-color);
    position: absolute;
    top: 50%;
    border: none;
    left: var(--pos-x, -120px);
    width: var(--icon-size, 56px);
    height: var(--icon-size, 56px);
    line-height: var(--icon-size, 56px);
    font-size: var(--icon-font-size, 18px);
    margin-top: calc(var(--icon-size, 56px) / -2);
    z-index: 3;
    border-radius: 99px
}

.slider-arrow.default {
    position: relative;
    --pos-x: 0;
    margin-top: 0
}

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

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

.arrow-margin .slider-arrow {
    top: calc(50% - 30px)
}

.arrow-wrap {
    position: relative
}

.arrow-wrap .slider-arrow {
    opacity: 0;
    visibility: hidden;
    -webkit-transform: scale(.4);
    -ms-transform: scale(.4);
    transform: scale(.4)
}

@media (max-width:1299px) {
    .arrow-wrap .slider-arrow {
        display: none
    }
}

.arrow-wrap:hover .slider-arrow {
    opacity: 1;
    visibility: visible;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1)
}

@media (max-width:1500px) {
    .slider-arrow {
        --arrow-horizontal: -20px;
        --pos-x: -70px
    }
}

@media (max-width:1399px) {
    .slider-arrow {
        --arrow-horizontal: 40px;
        --pos-x: -17px
    }
}

.icon-box .slider-arrow:not(:last-child) {
    margin-right: 8px
}

@media (max-width:991px) {
    .slider-arrow {
        --icon-size: 40px;
        line-height: 38px;
        margin-right: 40px;
        font-size: 14px
    }

    .slider-arrow.slider-next {
        margin-right: 0;
        margin-left: 40px
    }

    .slick-dots {
        margin: 40px 0 0 0
    }

    .icon-box .slider-arrow {
        margin-right: 0
    }
}

.slick-3d-active {
    margin-left: -12%;
    margin-right: -12%
}

.slick-3d-active .slick-list {
    padding-left: 30% !important;
    padding-right: 30% !important
}

.slick-3d-active .slick-track {
    max-width: 100% !important;
    -webkit-transform: translate3d(0, 0, 0) !important;
    transform: translate3d(0, 0, 0) !important;
    -webkit-perspective: 100px;
    perspective: 100px
}

.slick-3d-active .slick-slide {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    opacity: 0;
    width: 100% !important;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    -webkit-transition: opacity 1s, -webkit-transform 1s;
    transition: opacity 1s, -webkit-transform 1s;
    transition: transform 1s, opacity 1s;
    transition: transform 1s, opacity 1s, -webkit-transform 1s
}

.slick-3d-active .slick-3d-next,
.slick-3d-active .slick-3d-prev,
.slick-3d-active .slick-3d-next2,
.slick-3d-active .slick-3d-prev2 {
    display: block
}

.slick-3d-active .slick-current {
    opacity: 1;
    position: relative;
    display: block;
    z-index: 2
}

.slick-3d-active .slick-3d-next {
    opacity: 1;
    -webkit-transform: translate3d(50%, 0, -21px);
    transform: translate3d(50%, 0, -21px);
    z-index: 1;
    -webkit-perspective: 1000px;
    perspective: 1000px
}

.slick-3d-active .slick-3d-next2 {
    opacity: 1;
    -webkit-transform: translate3d(40%, 0, -23px);
    transform: translate3d(40%, 0, -23px);
    z-index: 0;
    -webkit-perspective: 1000px;
    perspective: 1000px
}

.slick-3d-active .slick-3d-prev {
    opacity: 1;
    -webkit-transform: translate3d(-50%, 0, -21px);
    transform: translate3d(-50%, 0, -21px)
}

.slick-3d-active .slick-3d-prev .testi-card {
    box-shadow: none
}

.slick-3d-active .slick-3d-prev2 {
    opacity: 1;
    -webkit-transform: translate3d(-40%, 0, -23px);
    transform: translate3d(-40%, 0, -23px)
}

.th-menu-wrapper {
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    background-color: rgb(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.active a {
    color: var(--theme-color)
}

.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 .menu-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 rgb(173 136 88 / .5);
    border-radius: 50%
}

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

.th-mobile-menu ul .menu-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 .menu-item-has-children.th-active>a .th-mean-expand:before {
    content: "\f068"
}

.th-mobile-menu ul .menu-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: 5px
}

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

.th-menu-toggle.style-text,
.th-menu-toggle.style-text-white {
    width: auto;
    height: auto;
    background-color: #fff0;
    color: var(--title-color);
    font-size: 20px
}

.th-menu-toggle.style-text i,
.th-menu-toggle.style-text-white i {
    margin-right: 10px
}

.th-menu-toggle.style-text-white {
    color: var(--white-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;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    height: 100dvh;
    z-index: 999;
    background-color: var(--theme-color)
}

.preloader .th-btn {
    padding: 15px 20px;
    border-radius: 0;
    font-size: 14px
}

.preloader-inner {
    text-align: center;
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    text-align: center;
    line-height: 1
}

.loader {
    width: 12px;
    height: 12px;
    border-radius: 50%;
    display: block;
    margin: 15px auto;
    position: relative;
    color: #fff;
    box-sizing: border-box;
    -webkit-animation: animloader 1s linear infinite alternate;
    animation: animloader 1s linear infinite alternate
}

@-webkit-keyframes animloader {
    0% {
        box-shadow: -38px -6px, -14px 6px, 14px -6px
    }

    33% {
        box-shadow: -38px 6px, -14px -6px, 14px 6px
    }

    66% {
        box-shadow: -38px -6px, -14px 6px, 14px -6px
    }

    100% {
        box-shadow: -38px 6px, -14px -6px, 14px 6px
    }
}

@keyframes animloader {
    0% {
        box-shadow: -38px -6px, -14px 6px, 14px -6px
    }

    33% {
        box-shadow: -38px 6px, -14px -6px, 14px 6px
    }

    66% {
        box-shadow: -38px -6px, -14px 6px, 14px -6px
    }

    100% {
        box-shadow: -38px 6px, -14px -6px, 14px 6px
    }
}

.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: 600;
    line-height: 1;
    padding: 21px 44px;
    min-width: 170px;
    border-radius: 30px;
    box-shadow: var(--theme-color) 0 3px 8px -2px;
    -webkit-transition: all 1s cubic-bezier(.05, .83, .43, .96);
    transition: all 1s cubic-bezier(.05, .83, .43, .96)
}

.th-btn.star-btn:before {
    content: "";
    position: absolute;
    top: 10%;
    left: 10%;
    height: 100%;
    width: 100%;
    background-color: none;
    z-index: 1;
    -webkit-transition: all 0.4s ease-out;
    transition: all 0.4s ease-out;
    -ms-transform-origin: bottom center;
    transform-origin: bottom center;
    background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iNTgiIGhlaWdodD0iNDgiIHZpZXdCb3g9IjAgMCA1OCA0OCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPGcgZmlsdGVyPSJ1cmwoI2ZpbHRlcjBfZl83NjBfMikiPgo8cGF0aCBkPSJNOSAyTDEwLjg5MDYgNy4xMDkzNkwxNiA5TDEwLjg5MDYgMTAuODkwNkw5IDE2TDcuMTA5MzYgMTAuODkwNkwyIDlMNy4xMDkzNiA3LjEwOTM2TDkgMloiIGZpbGw9IndoaXRlIi8+CjwvZz4KPHBhdGggZD0iTTkgMkwxMC44OTA2IDcuMTA5MzZMMTYgOUwxMC44OTA2IDEwLjg5MDZMOSAxNkw3LjEwOTM2IDEwLjg5MDZMMiA5TDcuMTA5MzYgNy4xMDkzNkw5IDJaIiBmaWxsPSJ3aGl0ZSIvPgo8ZyBmaWx0ZXI9InVybCgjZmlsdGVyMV9mXzc2MF8yKSI+CjxwYXRoIGQ9Ik01MS41IDM3TDUyLjcxNTQgNDAuMjg0Nkw1NiA0MS41TDUyLjcxNTQgNDIuNzE1NEw1MS41IDQ2TDUwLjI4NDYgNDIuNzE1NEw0NyA0MS41TDUwLjI4NDYgNDAuMjg0Nkw1MS41IDM3WiIgZmlsbD0id2hpdGUiLz4KPC9nPgo8cGF0aCBkPSJNNTEuNSAzN0w1Mi43MTU0IDQwLjI4NDZMNTYgNDEuNUw1Mi43MTU0IDQyLjcxNTRMNTEuNSA0Nkw1MC4yODQ2IDQyLjcxNTRMNDcgNDEuNUw1MC4yODQ2IDQwLjI4NDZMNTEuNSAzN1oiIGZpbGw9IndoaXRlIi8+CjxkZWZzPgo8ZmlsdGVyIGlkPSJmaWx0ZXIwX2ZfNzYwXzIiIHg9IjAiIHk9IjAiIHdpZHRoPSIxOCIgaGVpZ2h0PSIxOCIgZmlsdGVyVW5pdHM9InVzZXJTcGFjZU9uVXNlIiBjb2xvci1pbnRlcnBvbGF0aW9uLWZpbHRlcnM9InNSR0IiPgo8ZmVGbG9vZCBmbG9vZC1vcGFjaXR5PSIwIiByZXN1bHQ9IkJhY2tncm91bmRJbWFnZUZpeCIvPgo8ZmVCbGVuZCBtb2RlPSJub3JtYWwiIGluPSJTb3VyY2VHcmFwaGljIiBpbjI9IkJhY2tncm91bmRJbWFnZUZpeCIgcmVzdWx0PSJzaGFwZSIvPgo8ZmVHYXVzc2lhbkJsdXIgc3RkRGV2aWF0aW9uPSIxIiByZXN1bHQ9ImVmZmVjdDFfZm9yZWdyb3VuZEJsdXJfNzYwXzIiLz4KPC9maWx0ZXI+CjxmaWx0ZXIgaWQ9ImZpbHRlcjFfZl83NjBfMiIgeD0iNDUiIHk9IjM1IiB3aWR0aD0iMTMiIGhlaWdodD0iMTMiIGZpbHRlclVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgY29sb3ItaW50ZXJwb2xhdGlvbi1maWx0ZXJzPSJzUkdCIj4KPGZlRmxvb2QgZmxvb2Qtb3BhY2l0eT0iMCIgcmVzdWx0PSJCYWNrZ3JvdW5kSW1hZ2VGaXgiLz4KPGZlQmxlbmQgbW9kZT0ibm9ybWFsIiBpbj0iU291cmNlR3JhcGhpYyIgaW4yPSJCYWNrZ3JvdW5kSW1hZ2VGaXgiIHJlc3VsdD0ic2hhcGUiLz4KPGZlR2F1c3NpYW5CbHVyIHN0ZERldmlhdGlvbj0iMSIgcmVzdWx0PSJlZmZlY3QxX2ZvcmVncm91bmRCbHVyXzc2MF8yIi8+CjwvZmlsdGVyPgo8L2RlZnM+Cjwvc3ZnPgo=);
    background-repeat: no-repeat;
    -webkit-transition: all 1s cubic-bezier(.05, .83, .43, .96);
    transition: all 1s cubic-bezier(.05, .83, .43, .96)
}

.th-btn.star-btn:after {
    content: "";
    position: absolute;
    top: 15%;
    left: 62%;
    height: 100%;
    width: 100%;
    background-color: #fff0;
    z-index: 1;
    -webkit-transition: all 0.4s ease-out;
    transition: all 0.4s ease-out;
    -ms-transform-origin: bottom center;
    transform-origin: bottom center;
    background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iNTMiIGhlaWdodD0iMjMiIHZpZXdCb3g9IjAgMCA1MyAyMyIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPGcgZmlsdGVyPSJ1cmwoI2ZpbHRlcjBfZl83NjBfMykiPgo8cGF0aCBkPSJNNC41IDJMNS4xNzUyMyAzLjgyNDc3TDcgNC41TDUuMTc1MjMgNS4xNzUyM0w0LjUgN0wzLjgyNDc3IDUuMTc1MjNMMiA0LjVMMy44MjQ3NyAzLjgyNDc3TDQuNSAyWiIgZmlsbD0id2hpdGUiLz4KPC9nPgo8cGF0aCBkPSJNNC41IDJMNS4xNzUyMyAzLjgyNDc3TDcgNC41TDUuMTc1MjMgNS4xNzUyM0w0LjUgN0wzLjgyNDc3IDUuMTc1MjNMMiA0LjVMMy44MjQ3NyAzLjgyNDc3TDQuNSAyWiIgZmlsbD0id2hpdGUiLz4KPGcgZmlsdGVyPSJ1cmwoI2ZpbHRlcjFfZl83NjBfMykiPgo8cGF0aCBkPSJNNDcuNSAxNEw0OC40NDUzIDE2LjU1NDdMNTEgMTcuNUw0OC40NDUzIDE4LjQ0NTNMNDcuNSAyMUw0Ni41NTQ3IDE4LjQ0NTNMNDQgMTcuNUw0Ni41NTQ3IDE2LjU1NDdMNDcuNSAxNFoiIGZpbGw9IndoaXRlIi8+CjwvZz4KPHBhdGggZD0iTTQ3LjUgMTRMNDguNDQ1MyAxNi41NTQ3TDUxIDE3LjVMNDguNDQ1MyAxOC40NDUzTDQ3LjUgMjFMNDYuNTU0NyAxOC40NDUzTDQ0IDE3LjVMNDYuNTU0NyAxNi41NTQ3TDQ3LjUgMTRaIiBmaWxsPSJ3aGl0ZSIvPgo8ZGVmcz4KPGZpbHRlciBpZD0iZmlsdGVyMF9mXzc2MF8zIiB4PSIwIiB5PSIwIiB3aWR0aD0iOSIgaGVpZ2h0PSI5IiBmaWx0ZXJVbml0cz0idXNlclNwYWNlT25Vc2UiIGNvbG9yLWludGVycG9sYXRpb24tZmlsdGVycz0ic1JHQiI+CjxmZUZsb29kIGZsb29kLW9wYWNpdHk9IjAiIHJlc3VsdD0iQmFja2dyb3VuZEltYWdlRml4Ii8+CjxmZUJsZW5kIG1vZGU9Im5vcm1hbCIgaW49IlNvdXJjZUdyYXBoaWMiIGluMj0iQmFja2dyb3VuZEltYWdlRml4IiByZXN1bHQ9InNoYXBlIi8+CjxmZUdhdXNzaWFuQmx1ciBzdGREZXZpYXRpb249IjEiIHJlc3VsdD0iZWZmZWN0MV9mb3JlZ3JvdW5kQmx1cl83NjBfMyIvPgo8L2ZpbHRlcj4KPGZpbHRlciBpZD0iZmlsdGVyMV9mXzc2MF8zIiB4PSI0MiIgeT0iMTIiIHdpZHRoPSIxMSIgaGVpZ2h0PSIxMSIgZmlsdGVyVW5pdHM9InVzZXJTcGFjZU9uVXNlIiBjb2xvci1pbnRlcnBvbGF0aW9uLWZpbHRlcnM9InNSR0IiPgo8ZmVGbG9vZCBmbG9vZC1vcGFjaXR5PSIwIiByZXN1bHQ9IkJhY2tncm91bmRJbWFnZUZpeCIvPgo8ZmVCbGVuZCBtb2RlPSJub3JtYWwiIGluPSJTb3VyY2VHcmFwaGljIiBpbjI9IkJhY2tncm91bmRJbWFnZUZpeCIgcmVzdWx0PSJzaGFwZSIvPgo8ZmVHYXVzc2lhbkJsdXIgc3RkRGV2aWF0aW9uPSIxIiByZXN1bHQ9ImVmZmVjdDFfZm9yZWdyb3VuZEJsdXJfNzYwXzMiLz4KPC9maWx0ZXI+CjwvZGVmcz4KPC9zdmc+Cg==);
    background-repeat: no-repeat;
    -webkit-transition: all 1s cubic-bezier(.05, .83, .43, .96);
    transition: all 1s cubic-bezier(.05, .83, .43, .96)
}

.th-btn.star-btn2:before {
    content: "";
    position: absolute;
    top: 10%;
    left: 10%;
    height: 100%;
    width: 100%;
    background-color: none;
    z-index: -1;
    -webkit-transition: all 0.4s ease-out;
    transition: all 0.4s ease-out;
    -ms-transform-origin: bottom center;
    transform-origin: bottom center;
    background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iNTgiIGhlaWdodD0iNDIiIHZpZXdCb3g9IjAgMCA1OCA0MiIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPGcgZmlsdGVyPSJ1cmwoI2ZpbHRlcjBfZl8yMjc0XzMpIj4KPHBhdGggZD0iTTkgMkwxMC44OTA2IDcuMTA5MzZMMTYgOUwxMC44OTA2IDEwLjg5MDZMOSAxNkw3LjEwOTM2IDEwLjg5MDZMMiA5TDcuMTA5MzYgNy4xMDkzNkw5IDJaIiBmaWxsPSIjOENDNjNGIi8+CjwvZz4KPHBhdGggZD0iTTkgMkwxMC44OTA2IDcuMTA5MzZMMTYgOUwxMC44OTA2IDEwLjg5MDZMOSAxNkw3LjEwOTM2IDEwLjg5MDZMMiA5TDcuMTA5MzYgNy4xMDkzNkw5IDJaIiBmaWxsPSIjOENDNjNGIi8+CjxnIGZpbHRlcj0idXJsKCNmaWx0ZXIxX2ZfMjI3NF8zKSI+CjxwYXRoIGQ9Ik01MS41IDMxTDUyLjcxNTQgMzQuMjg0Nkw1NiAzNS41TDUyLjcxNTQgMzYuNzE1NEw1MS41IDQwTDUwLjI4NDYgMzYuNzE1NEw0NyAzNS41TDUwLjI4NDYgMzQuMjg0Nkw1MS41IDMxWiIgZmlsbD0iIzhDQzYzRiIvPgo8L2c+CjxwYXRoIGQ9Ik01MS41IDMxTDUyLjcxNTQgMzQuMjg0Nkw1NiAzNS41TDUyLjcxNTQgMzYuNzE1NEw1MS41IDQwTDUwLjI4NDYgMzYuNzE1NEw0NyAzNS41TDUwLjI4NDYgMzQuMjg0Nkw1MS41IDMxWiIgZmlsbD0iIzhDQzYzRiIvPgo8ZGVmcz4KPGZpbHRlciBpZD0iZmlsdGVyMF9mXzIyNzRfMyIgeD0iMCIgeT0iMCIgd2lkdGg9IjE4IiBoZWlnaHQ9IjE4IiBmaWx0ZXJVbml0cz0idXNlclNwYWNlT25Vc2UiIGNvbG9yLWludGVycG9sYXRpb24tZmlsdGVycz0ic1JHQiI+CjxmZUZsb29kIGZsb29kLW9wYWNpdHk9IjAiIHJlc3VsdD0iQmFja2dyb3VuZEltYWdlRml4Ii8+CjxmZUJsZW5kIG1vZGU9Im5vcm1hbCIgaW49IlNvdXJjZUdyYXBoaWMiIGluMj0iQmFja2dyb3VuZEltYWdlRml4IiByZXN1bHQ9InNoYXBlIi8+CjxmZUdhdXNzaWFuQmx1ciBzdGREZXZpYXRpb249IjEiIHJlc3VsdD0iZWZmZWN0MV9mb3JlZ3JvdW5kQmx1cl8yMjc0XzMiLz4KPC9maWx0ZXI+CjxmaWx0ZXIgaWQ9ImZpbHRlcjFfZl8yMjc0XzMiIHg9IjQ1IiB5PSIyOSIgd2lkdGg9IjEzIiBoZWlnaHQ9IjEzIiBmaWx0ZXJVbml0cz0idXNlclNwYWNlT25Vc2UiIGNvbG9yLWludGVycG9sYXRpb24tZmlsdGVycz0ic1JHQiI+CjxmZUZsb29kIGZsb29kLW9wYWNpdHk9IjAiIHJlc3VsdD0iQmFja2dyb3VuZEltYWdlRml4Ii8+CjxmZUJsZW5kIG1vZGU9Im5vcm1hbCIgaW49IlNvdXJjZUdyYXBoaWMiIGluMj0iQmFja2dyb3VuZEltYWdlRml4IiByZXN1bHQ9InNoYXBlIi8+CjxmZUdhdXNzaWFuQmx1ciBzdGREZXZpYXRpb249IjEiIHJlc3VsdD0iZWZmZWN0MV9mb3JlZ3JvdW5kQmx1cl8yMjc0XzMiLz4KPC9maWx0ZXI+CjwvZGVmcz4KPC9zdmc+Cg==);
    background-repeat: no-repeat;
    -webkit-transition: all 1s cubic-bezier(.05, .83, .43, .96);
    transition: all 1s cubic-bezier(.05, .83, .43, .96)
}

.th-btn.star-btn2:after {
    content: "";
    position: absolute;
    top: 15%;
    left: 62%;
    height: 100%;
    width: 100%;
    background-color: #fff0;
    z-index: -1;
    -webkit-transition: all 0.4s ease-out;
    transition: all 0.4s ease-out;
    -ms-transform-origin: bottom center;
    transform-origin: bottom center;
    background-image: url(data:image/jpeg;base64,/9j/4AAQSkZJRgABAgEASABIAAD/2wBDAAEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQH/2wBDAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQH/wAARCAAXACsDAREAAhEBAxEB/8QAHwAAAQUBAQEBAQEAAAAAAAAAAAECAwQFBgcICQoL/8QAtRAAAgEDAwIEAwUFBAQAAAF9AQIDAAQRBRIhMUEGE1FhByJxFDKBkaEII0KxwRVS0fAkM2JyggkKFhcYGRolJicoKSo0NTY3ODk6Q0RFRkdISUpTVFVWV1hZWmNkZWZnaGlqc3R1dnd4eXqDhIWGh4iJipKTlJWWl5iZmqKjpKWmp6ipqrKztLW2t7i5usLDxMXGx8jJytLT1NXW19jZ2uHi4+Tl5ufo6erx8vP09fb3+Pn6/8QAHwEAAwEBAQEBAQEBAQAAAAAAAAECAwQFBgcICQoL/8QAtREAAgECBAQDBAcFBAQAAQJ3AAECAxEEBSExBhJBUQdhcRMiMoEIFEKRobHBCSMzUvAVYnLRChYkNOEl8RcYGRomJygpKjU2Nzg5OkNERUZHSElKU1RVVldYWVpjZGVmZ2hpanN0dXZ3eHl6goOEhYaHiImKkpOUlZaXmJmaoqOkpaanqKmqsrO0tba3uLm6wsPExcbHyMnK0tPU1dbX2Nna4uPk5ebn6Onq8vP09fb3+Pn6/9oADAMBAAIRAxEAPwD+4HXtf+M8Hxo8M6JovhjQ7n4WXOianNrWuTancR3sN7HcaUI2aIaVKkN5Aslymn6ctw8GqwyXdxcXunPp8MVx+Z5nmniHS8Qsmy7Lsmy2twTWy3G1MxzKrjKsMRDEwq4FQbgsDNU69NTrRwuFVaVPHU5YirVxGFlhKdOt49atmsc1w9Klh6MsulSqOrVdSSkpqVO3/LppSScuSmpNVE5SlKDglL3ev0w9gKACgAoAKACgAoAKACgDntY8V+HtAv8AQ9L1jVbSwv8AxLfyaZoltPIEk1C+isrrUZLeEd3Wysrqf5sDbERncyK3lY/PMqyvE5bg8fjqGGxWb4qWDy2jUmlPF4mGHrYuVKmuso4fD1qrvZWptX5nFPCriaFGdKnVqRhOvN06UW7Oc1GU+VLvywk/l3Ohr1TcKACgAoAKAPlX40fswaT8XfHXgnxlP4i8Q6YdA1RZtZs7XxBrVvDcabDY3awpoUVteRxaDqbagbE3Go6aLO4ms1uRJK9x5EifiPiH4M4HjziXhziCpm2a4J5XjY1MwoUc0zGlTq4Onhq6pxy2FHEQhlmNeK+rOri8GsPVqYdVlOcq3spx+dzXh+nmeMwmKdevT9jUTqxjWqxTpqEklRUZpUajnyc04cknHm1crNfT9lZRWFna2UTTSRWlvFbRvcTS3Nw6QosatNc3DSTzylVBkmmkklkbLyOzksf2fDYeGFw9HDU5VZQoUoUYSq1alaq404qMXUrVZTq1ZtK86lScqk5XlOUpNt/QQioQjBOTUYqKcm5SaSsryleUn3bbberdwP/Z);
    background-repeat: no-repeat;
    -webkit-transition: all 1s cubic-bezier(.05, .83, .43, .96);
    transition: all 1s cubic-bezier(.05, .83, .43, .96)
}

.th-btn i {
    font-size: .95em
}

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

.th-btn:hover.star-btn::before,
.th-btn.active.star-btn::before {
    top: 14%;
    left: 11%;
    -webkit-transform: scale(.9);
    -ms-transform: scale(.9);
    transform: scale(.9)
}

.th-btn:hover.star-btn::after,
.th-btn.active.star-btn::after {
    top: 15%;
    left: 62%;
    -webkit-transform: scale(1.3);
    -ms-transform: scale(1.3);
    transform: scale(1.3)
}

.th-btn:hover.star-btn2::before,
.th-btn.active.star-btn2::before {
    top: 14%;
    left: 11%;
    -webkit-transform: scale(.9);
    -ms-transform: scale(.9);
    transform: scale(.9)
}

.th-btn:hover.star-btn2::after,
.th-btn.active.star-btn2::after {
    top: 15%;
    left: 62%;
    -webkit-transform: scale(1.3);
    -ms-transform: scale(1.3);
    transform: scale(1.3)
}

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

.th-btn.style2:hover {
    color: var(--theme-color);
    border-color: var(--theme-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.style4 {
    background-color: var(--theme-color2);
    color: var(--title-color);
    box-shadow: none
}

.th-btn.style4:before {
    content: "";
    position: absolute;
    height: 100%;
    top: 0;
    left: 0;
    width: 0%;
    background-color: var(--title-color);
    z-index: -1;
    -webkit-transition: all 0.4s ease-out;
    transition: all 0.4s ease-out
}

.th-btn.style4:after {
    content: "";
    position: absolute;
    height: 100%;
    top: 0;
    right: 0;
    width: 0%;
    background-color: var(--title-color);
    z-index: -1;
    -webkit-transition: all 0.4s ease-out;
    transition: all 0.4s ease-out
}

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

.th-btn.style4:hover:before,
.th-btn.style4:hover:after {
    background-color: var(--title-color);
    width: 100%
}

.th-btn.style5 {
    background-color: var(--theme-color);
    color: var(--white-color)
}

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

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

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

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

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

.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)
}

.th-btn.btn-sm {
    padding: 16px 25px;
    min-width: 152px
}

.icon-btn {
    display: inline-block;
    width: var(--btn-size, 56px);
    height: var(--btn-size, 56px);
    line-height: var(--btn-size, 54px);
    font-size: var(--btn-font-size, 20px);
    background-color: var(--icon-bg, #f7f7f7);
    color: var(--title-color);
    text-align: center;
    border-radius: 0;
    border: 1px solid var(--th-border-color);
    -webkit-transition: 0.4s ease-in-out;
    transition: 0.4s ease-in-out;
    position: relative
}

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

.icon-btn.style2 {
    background-color: var(--theme-color);
    color: var(--white-color);
    border: none;
    border-radius: 99px
}

.icon-btn.style2:hover {
    background-color: var(--theme-color2)
}

.th-btn.btn-bg-theme-3 {
    background: var(--theme-color3);
    box-shadow: var(--theme-color3) 0 3px 8px -2px
}

.th-btn.btn-bg-theme-2 {
    background: var(--theme-color2);
    box-shadow: var(--theme-color2) 0 3px 8px -2px;
    color: var(--title-color)
}

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

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

.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: #fff0;
    border: 3px solid var(--theme-color)
}

.play-btn.style3>i {
    --icon-size: 40px;
    font-size: 14px;
    border: 1px solid;
    background-color: var(--theme-color);
    color: var(--white-color)
}

.play-btn.style3:before,
.play-btn.style3:after {
    background-color: var(--white-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: 500;
    font-size: 16px;
    display: inline-block;
    line-height: .8;
    position: relative;
    padding-bottom: 2px;
    margin-bottom: -2px;
    text-transform: capitalize;
    color: var(--title-color)
}

.link-btn i {
    margin-left: 1px;
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
    font-size: 14px;
    -webkit-transition: 0.4s;
    transition: 0.4s
}

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

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

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

.link-btn:hover i {
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0)
}

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

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

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

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

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

.scroll-top {
    position: fixed;
    right: 15px;
    bottom: 90px;
    height: 50px;
    width: 50px;
    cursor: pointer;
    display: block;
    border-radius: 50px;
    z-index: 998;
    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) - 11px);
    margin-top: -.2em
}

.sub-title {
    display: block;
    font-size: 16px;
    font-weight: 700;
    font-family: var(--title-font);
    letter-spacing: 4px;
    color: var(--theme-color);
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    gap: 10px;
    margin-bottom: 24px;
    text-transform: uppercase;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    margin-top: -.34em
}

.sub-title::before {
    content: "";
    height: 2px;
    width: 60px;
    background: var(--theme-color);
    display: inline-block
}

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

.sub-title::after {
    content: "";
    height: 2px;
    width: 60px;
    background: var(--theme-color);
    display: inline-block
}

#hero .sub-title::after {
    background: #000
}

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

@media (max-width:1199px) {
    .sub-title.lg-after-none:after {
        display: none
    }
}

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

.sub-title.before-none::before {
    display: none
}

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

.sub-title.style-theme2 {
    color: var(--theme-color2)
}

.sub-title.style-theme2:before {
    background-color: var(--theme-color2)
}

.sub-title.style-theme2::after {
    background-color: var(--theme-color2)
}

.sub-title.h4 {
    font-size: 30px;
    font-weight: 600;
    line-height: 1;
    margin-top: -.14em
}

.sub-title img {
    margin: -11px 10px 0 0
}

.sub-title i {
    font-size: 32px;
    margin-right: 10px
}

@media (max-width:991px) {
    .sub-title i {
        font-size: 24px
    }
}

.sub-title.style-3 {
    position: relative;
    color: var(--theme-color3)
}

.sub-title.style-3:before {
    display: none
}

.sub-title.style-3:after {
    display: none
}

.sub-title.style-3 .left {
    height: 2px;
    width: 60px;
    background-color: var(--theme-color3);
    display: block;
    margin-right: 8px;
    position: relative
}

.sub-title.style-3 .left::after {
    position: absolute;
    content: "";
    width: 8px;
    height: 8px;
    background-color: var(--theme-color3);
    top: -3px;
    right: 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg)
}

@media (max-width:450px) {
    .sub-title.style-3 .left {
        display: none
    }
}

.sub-title.style-3 .right {
    height: 2px;
    width: 60px;
    background-color: var(--theme-color3);
    display: block;
    margin-left: 8px;
    position: relative
}

.sub-title.style-3 .right::after {
    position: absolute;
    content: "";
    width: 8px;
    height: 8px;
    background-color: var(--theme-color3);
    top: -3px;
    left: 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg)
}

@media (max-width:450px) {
    .sub-title.style-3 .right {
        display: none
    }
}

.sub-title2 {
    display: block;
    font-family: var(--title-font);
    font-size: 20px;
    font-weight: 500;
    color: var(--theme-color4);
    margin-bottom: 24px;
    padding-top: 5px;
    text-transform: uppercase;
    line-height: 28px
}

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

.sub-title2.h4 {
    font-size: 30px;
    font-weight: 600;
    line-height: 1;
    margin-top: -.14em
}

.sub-title2 img {
    margin: -14px 10px 0 0
}

.sub-title2 i {
    font-size: 32px;
    margin-right: 10px
}

@media (max-width:991px) {
    .sub-title2 i {
        font-size: 24px
    }
}

@media (max-width:1199px) {
    .title-area.text-center.text-xl-start .sub-title {
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center
    }
}

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

.box-title a {
    color: inherit
}

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

.box-subtitle {
    margin-bottom: 8px
}

.box-title2 {
    font-size: 20px;
    line-height: 1.5;
    font-weight: 700;
    margin-top: -.35em
}

.box-title2 a {
    color: inherit
}

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

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

.about-page .title-area {
    margin-bottom: 0
}

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

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

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

.mb-32 {
    margin-bottom: 32px
}

hr.title-line {
    margin-top: 0;
    background-color: var(--th-border-color);
    opacity: 1
}

.sec-btn {
    text-align: center
}

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

.shadow-title {
    font-family: var(--title-font);
    font-size: 74px;
    font-weight: 900;
    line-height: 1;
    background-image: -webkit-linear-gradient(top, rgb(226 232 250 / .7) 0%, #fff0 88.54%);
    background-image: linear-gradient(180deg, rgb(226 232 250 / .7) 0%, #fff0 88.54%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: #fff0;
    background-clip: text;
    color: #fff0;
    margin: -.55em 0 -.45em -.25em
}

.shadow-title.color2 {
    background-image: -webkit-linear-gradient(top, #232c47 0%, #fff0 91.15%);
    background-image: linear-gradient(180deg, #232c47 0%, #fff0 91.15%)
}

.shadow-title.color3 {
    background-image: -webkit-linear-gradient(top, #e0e0e0 0%, #fff0 93.75%);
    background-image: linear-gradient(180deg, #e0e0e0 0%, #fff0 93.75%)
}

.title-area2 {
    padding: 50px 100px
}

.title-area2 .subtitle {
    color: var(--white-color);
    text-transform: uppercase;
    margin-top: -.4em;
    margin-bottom: 5px;
    display: block
}

.title-area2 .title {
    color: var(--white-color);
    max-width: 430px;
    margin-bottom: -.26em
}

@media (max-width:1700px) {
    .title-area2 {
        padding: 50px 50px
    }
}

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

    .shadow-title {
        font-size: 64px
    }

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

    .title-area.mb-45,
    .sec-title.mb-45 {
        margin-bottom: 36px
    }

    .title-area.mb-50,
    .sec-title.mb-50 {
        margin-bottom: 40px
    }

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

    .title-area2 .title {
        max-width: 300px
    }
}

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

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

    .title-area.mb-45,
    .sec-title.mb-45 {
        margin-bottom: 35px
    }

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

    .sub-title.h4 {
        font-size: 22px
    }
}

@media (max-width:767px) {
    .title-area2 {
        text-align: center
    }

    .title-area2 .title {
        max-width: 100%
    }
}

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

@media (max-width:375px) {
    .shadow-title {
        font-size: 40px
    }

    .title-area2 {
        padding: 40px 20px
    }
}

.sec-text {
    max-width: 630px;
    font-size: 18px
}

@media (max-width:1199px) {
    .sec-text {
        max-width: 100%;
        display: block
    }
}

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

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

.shape-mockup.z-index-3 {
    z-index: 3;
    pointer-events: none
}

.shape-mockup.z-index-1 {
    z-index: 1;
    pointer-events: none
}

.shape-mockup .svg-img {
    height: 110px;
    width: 110px
}

.z-index-step1 {
    position: relative;
    z-index: 4 !important
}

.z-index-common {
    position: relative;
    z-index: 3
}

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

.z-index-n1 {
    z-index: -1
}

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

.color-scheme {
    position: fixed;
    right: -1px;
    top: calc(50% - 100px);
    z-index: 99;
    background: var(--black-color);
    padding: 20px 30px;
    border-radius: 10px 0 0 10px;
    max-width: 300px;
    -webkit-transform: translate(100%, 0);
    -ms-transform: translate(100%, 0);
    transform: translate(100%, 0);
    -webkit-transition: 0.4s;
    transition: 0.4s
}

.color-scheme-title {
    font-size: 22px;
    border-bottom: 1px solid var(--th-border-color);
    padding-bottom: 6px;
    color: var(--white-color);
    margin-bottom: 20px
}

.color-scheme-title i {
    font-size: 18px;
    margin-right: 3px
}

.color-scheme-text {
    color: var(--white-color);
    font-size: 14px;
    margin-bottom: 6px
}

.color-scheme .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 .color-switch-btns {
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 18px;
    margin-bottom: 20px
}

.color-scheme .color-switch-btns button {
    padding: 0;
    border: 0;
    background: #fff0;
    font-size: 24px;
    color: var(--theme-color);
    text-align: left
}

.color-scheme #thcolorpicker {
    padding: 0 !important;
    border: 2px solid var(--white-color);
    border-radius: 0;
    height: 25px;
    border-radius: 15px;
    overflow: hidden;
    max-width: 170px
}

.color-scheme.active {
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    transform: translate(0, 0)
}

.badge {
    position: absolute;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    display: inline-block;
    text-align: center;
    background-color: var(--theme-color);
    color: var(--white-color);
    padding: .25em .45em;
    font-size: .7em;
    border-radius: 50%;
    top: -12px;
    right: -12px;
    font-weight: 400;
    -webkit-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out
}

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

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

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

.th-social.color-theme a {
    color: var(--body-color);
    border-color: var(--theme-color)
}

.bg-mask {
    -webkit-mask-size: 100% 100%;
    mask-size: 100% 100%;
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat
}

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

.box-text {
    margin-bottom: -.5em
}

.btn-group {
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-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: 30px
}

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

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

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

.th-bg-img {
    position: absolute;
    inset: 0
}

.th-bg-img img {
    height: 100%;
    width: 100%;
    object-fit: cover
}

.mfp-zoom-in .mfp-content {
    opacity: 0;
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
    -webkit-transform: scale(.5);
    -ms-transform: scale(.5);
    transform: scale(.5)
}

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

.mfp-zoom-in.mfp-ready .mfp-content {
    opacity: 1;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1)
}

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

.mfp-zoom-in.mfp-removing .mfp-content {
    -webkit-transform: scale(.7);
    -ms-transform: scale(.7);
    transform: scale(.7);
    opacity: 0
}

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

.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
    color: var(--white-color);
    right: -1px;
    top: -51px;
    text-align: right;
    width: 100%;
    background: var(--theme-color);
    height: 44px;
    width: 50px;
    text-align: center;
    margin-bottom: 0;
    padding-right: 0;
    opacity: 1;
    -webkit-transition: 0.4s;
    transition: 0.4s;
    border-radius: 8px
}

.mfp-image-holder .mfp-close:hover,
.mfp-iframe-holder .mfp-close:hover {
    background: var(--theme-color2)
}

.font-icon {
    font-family: var(--icon-font)
}

.font-title {
    font-family: var(--title-font)
}

.font-body {
    font-family: var(--body-font)
}

.fw-extralight {
    font-weight: 100
}

.fw-light {
    font-weight: 300
}

.fw-normal {
    font-weight: 400
}

.fw-medium {
    font-weight: 500
}

.fw-semibold {
    font-weight: 600
}

.fw-bold {
    font-weight: 700
}

.fw-extrabold {
    font-weight: 800
}

.fs-md {
    font-size: 18px
}

.fs-16 {
    font-size: 16px !important
}

.fs-xs {
    font-size: 14px
}

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

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

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

.bg-smoke2 {
    background-color: var(--smoke-color2) !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
}

.gradient-body {
    background-image: -webkit-linear-gradient(349.38deg, rgb(249 215 175 / .3) 0%, rgb(214 202 245 / .3) 24.03%, rgb(198 241 255 / .3) 45.73%, rgb(248 242 222 / .3) 69.05%, rgb(212 179 253 / .3) 100.44%);
    background-image: linear-gradient(100.62deg, rgb(249 215 175 / .3) 0%, rgb(214 202 245 / .3) 24.03%, rgb(198 241 255 / .3) 45.73%, rgb(248 242 222 / .3) 69.05%, rgb(212 179 253 / .3) 100.44%)
}

.gr-bg1 {
    background-image: -webkit-linear-gradient(10deg, rgb(249 215 175 / .3) 0%, rgb(214 202 245 / .3) 23.81%, rgb(198 241 255 / .3) 45.3%, rgb(248 242 222 / .3) 68.4%, rgb(212 179 253 / .3) 99.5%);
    background-image: linear-gradient(80deg, rgb(249 215 175 / .3) 0%, rgb(214 202 245 / .3) 23.81%, rgb(198 241 255 / .3) 45.3%, rgb(248 242 222 / .3) 68.4%, rgb(212 179 253 / .3) 99.5%)
}

.gr-bg2 {
    background-image: -webkit-linear-gradient(349.38deg, rgb(249 215 175 / .3) 0%, rgb(214 202 245 / .3) 24.03%, rgb(198 241 255 / .3) 45.73%, rgb(248 242 222 / .3) 69.05%, rgb(212 179 253 / .3) 100.44%);
    background-image: linear-gradient(100.62deg, rgb(249 215 175 / .3) 0%, rgb(214 202 245 / .3) 24.03%, rgb(198 241 255 / .3) 45.73%, rgb(248 242 222 / .3) 69.05%, rgb(212 179 253 / .3) 100.44%)
}

.gr-bg3 {
    background-image: -webkit-linear-gradient(339.41deg, rgb(236 207 254 / .4) 0%, rgb(255 221 221 / .5) 46.79%, rgb(247 255 229 / .7) 100%);
    background-image: linear-gradient(110.59deg, rgb(236 207 254 / .4) 0%, rgb(255 221 221 / .5) 46.79%, rgb(247 255 229 / .7) 100%);
    -webkit-backdrop-filter: blur(10px);
    backdrop-filter: blur(10px)
}

.gr-bg4 {
    background-image: -webkit-linear-gradient(344.56deg, rgb(255 229 133 / .4) 0%, rgb(189 255 199 / .4) 48.48%, rgb(223 109 223 / .4) 100%);
    background-image: linear-gradient(105.44deg, rgb(255 229 133 / .4) 0%, rgb(189 255 199 / .4) 48.48%, rgb(223 109 223 / .4) 100%);
    -webkit-backdrop-filter: blur(15px);
    backdrop-filter: blur(15px)
}

.background-image,
[data-bg-src] {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center
}

.bg-fluid {
    background-repeat: no-repeat;
    background-size: 100% 100%;
    background-position: center center
}

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

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

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

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

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

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

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

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

.text-title {
    color: #fff !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%
}

.position-center {
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%)
}

[data-overlay] {
    position: relative;
    z-index: 2
}

[data-overlay] [class^="col-"],
[data-overlay] [class*="col-"] {
    z-index: 1
}

[data-overlay]:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 1
}

[data-overlay="theme"]:before {
    background-color: var(--theme-color)
}

[data-overlay="title"]:before {
    background-color: var(--title-color)
}

[data-overlay="smoke"]:before {
    background-color: var(--smoke-color)
}

[data-overlay="white"]:before {
    background-color: var(--white-color)
}

[data-overlay="black"]:before {
    background-color: var(--black-color)
}

[data-overlay="overlay1"]:before {
    background-color: #080e1c
}

[data-opacity="1"]:before {
    opacity: .1
}

[data-opacity="2"]:before {
    opacity: .2
}

[data-opacity="3"]:before {
    opacity: .3
}

[data-opacity="4"]:before {
    opacity: .4
}

[data-opacity="5"]:before {
    opacity: .5
}

[data-opacity="6"]:before {
    opacity: .6
}

[data-opacity="7"]:before {
    opacity: .7
}

[data-opacity="8"]:before {
    opacity: .8
}

[data-opacity="9"]:before {
    opacity: .9
}

[data-opacity="10"]:before {
    opacity: 1
}

.ripple-animation,
.play-btn:after,
.play-btn: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: .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: .4
    }

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

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

    30% {
        opacity: .4
    }

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

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

    30% {
        opacity: .4
    }

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

.fancy-animation {
    -webkit-animation: morph 8s ease-in-out infinite;
    animation: morph 8s ease-in-out infinite
}

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

.movingX {
    -webkit-animation: movingX 8s linear infinite;
    animation: movingX 8s linear infinite
}

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

.movingCar {
    -webkit-animation: movingCar 25s linear infinite;
    animation: movingCar 25s linear infinite
}

@-webkit-keyframes movingCar {
    0% {
        -webkit-transform: translateX(0) rotateY(0deg);
        transform: translateX(0) rotateY(0deg)
    }

    50% {
        -webkit-transform: translateX(calc(100vw * -1 + 108%));
        transform: translateX(calc(100vw * -1 + 108%))
    }

    51% {
        -webkit-transform: translateX(calc(100vw * -1 + 108%)) rotateY(180deg);
        transform: translateX(calc(100vw * -1 + 108%)) rotateY(180deg)
    }

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

@keyframes movingCar {
    0% {
        -webkit-transform: translateX(0) rotateY(0deg);
        transform: translateX(0) rotateY(0deg)
    }

    50% {
        -webkit-transform: translateX(calc(100vw * -1 + 108%));
        transform: translateX(calc(100vw * -1 + 108%))
    }

    51% {
        -webkit-transform: translateX(calc(100vw * -1 + 108%)) rotateY(180deg);
        transform: translateX(calc(100vw * -1 + 108%)) rotateY(180deg)
    }

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

.moving {
    -webkit-animation: moving 8s linear infinite;
    animation: moving 8s linear infinite
}

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

.jump {
    -webkit-animation: jumpAni 7s linear infinite;
    animation: jumpAni 7s linear infinite
}

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

.jump-reverse {
    -webkit-animation: jumpReverseAni 7s linear infinite;
    animation: jumpReverseAni 7s linear infinite
}

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

.spin {
    -webkit-animation: spin 10s linear infinite;
    animation: spin 10s linear infinite
}

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

.bg-color-ani,
.color-animate {
    -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
    }
}

.zoom1 {
    -webkit-animation: zoom1 5s infinite ease-in-out;
    animation: zoom1 5s infinite ease-in-out
}

@-webkit-keyframes zoom1 {
    0% {
        scale: .3
    }

    50% {
        scale: 1
    }

    100% {
        scale: .3
    }
}

@keyframes zoom1 {
    0% {
        scale: .3
    }

    50% {
        scale: 1
    }

    100% {
        scale: .3
    }
}

.starani {
    -webkit-animation: starani 6s linear infinite;
    animation: starani 6s linear infinite
}

.starani:nth-child(2) {
    -webkit-animation-delay: 1s;
    animation-delay: 1s
}

.starani:nth-child(3) {
    -webkit-animation-delay: 2s;
    animation-delay: 2s
}

.starani:nth-child(4) {
    -webkit-animation-delay: 3s;
    animation-delay: 3s
}

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

    50% {
        -webkit-transform: scale(.35) translateY(40px);
        transform: scale(.35) translateY(40px);
        opacity: 0
    }

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

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

    50% {
        -webkit-transform: scale(.35) translateY(40px);
        transform: scale(.35) translateY(40px);
        opacity: 0
    }

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

@-webkit-keyframes waveLine {
    0% {
        background-position: left 0 center
    }

    50% {
        background-position: left 100% center
    }

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

@keyframes waveLine {
    0% {
        background-position: left 0 center
    }

    50% {
        background-position: left 100% center
    }

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

.bubble_ani {
    -webkit-animation-duration: 7s;
    animation-duration: 7s
}

@-webkit-keyframes bubble_ani {
    0% {
        opacity: 1;
        -webkit-transform: translateY(150px);
        transform: translateY(150px)
    }

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

@keyframes bubble_ani {
    0% {
        opacity: 1;
        -webkit-transform: translateY(150px);
        transform: translateY(150px)
    }

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

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

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

.bubble_ani,
.fadein,
.scalein,
.slidetopleft,
.slidebottomright,
.slideinleft,
.slideinright,
.slideindown,
.slideinup,
.rollinleft,
.rollinright {
    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)
}

.bubble_ani {
    -webkit-animation-duration: 7s;
    animation-duration: 7s
}

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

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

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

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

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

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

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

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

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

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

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

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

@keyframes bubble_ani {
    0% {
        opacity: 1;
        -webkit-transform: translateY(150px);
        transform: translateY(150px)
    }

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

.widget_nav_menu ul,
.widget_meta ul,
.widget_pages ul,
.widget_archive ul,
.widget_categories ul,
.wp-block-categories ul {
    list-style: none;
    padding: 0;
    margin: 0 0 0 0
}

.widget_nav_menu a,
.widget_meta a,
.widget_pages a,
.widget_archive a,
.widget_categories a,
.wp-block-categories a {
    display: block;
    background-color: var(--white-color);
    border: 1px solid var(--th-border-color);
    margin: 0 0 14px;
    padding: 17px 30px 17px 30px;
    font-size: 16px;
    line-height: 1.313;
    color: var(--body-color);
    border-radius: 50px;
    -webkit-transition: 0.4s all ease;
    transition: 0.4s all ease
}

.widget_nav_menu li,
.widget_meta li,
.widget_pages li,
.widget_archive li,
.widget_categories li,
.wp-block-categories li {
    display: block;
    position: relative
}

.widget_nav_menu li>span,
.widget_meta li>span,
.widget_pages li>span,
.widget_archive li>span,
.widget_categories li>span,
.wp-block-categories li>span {
    color: var(--body-color);
    position: absolute;
    right: 30px;
    top: 17px;
    -webkit-transition: all ease 0.4s;
    transition: all ease 0.4s;
    pointer-events: none;
    min-width: 20px;
    text-align: right
}

.widget_nav_menu .menu>li:last-child>a,
.widget_nav_menu>ul>li:last-child>a,
.widget_meta .menu>li:last-child>a,
.widget_meta>ul>li:last-child>a,
.widget_pages .menu>li:last-child>a,
.widget_pages>ul>li:last-child>a,
.widget_archive .menu>li:last-child>a,
.widget_archive>ul>li:last-child>a,
.widget_categories .menu>li:last-child>a,
.widget_categories>ul>li:last-child>a,
.wp-block-categories .menu>li:last-child>a,
.wp-block-categories>ul>li:last-child>a {
    border-bottom: none;
    margin-bottom: 0
}

.widget_nav_menu a:hover,
.widget_meta a:hover,
.widget_pages a:hover,
.widget_archive a:hover,
.widget_categories a:hover,
.wp-block-categories a:hover {
    color: var(--white-color);
    background-color: var(--theme-color)
}

.widget_nav_menu a:hover~span,
.widget_meta a:hover~span,
.widget_pages a:hover~span,
.widget_archive a:hover~span,
.widget_categories a:hover~span,
.wp-block-categories a:hover~span {
    color: var(--white-color)
}

.widget_nav_menu .sub-menu,
.widget_nav_menu .children,
.widget_meta .sub-menu,
.widget_meta .children,
.widget_pages .sub-menu,
.widget_pages .children,
.widget_archive .sub-menu,
.widget_archive .children,
.widget_categories .sub-menu,
.widget_categories .children,
.wp-block-categories .sub-menu,
.wp-block-categories .children {
    margin-left: 10px
}

.wp-block-categories {
    list-style: none;
    padding: 0
}

.wp-block-categories>li:last-child>a {
    margin-bottom: none
}

.widget_nav_menu a,
.widget_meta a,
.widget_pages a {
    padding-right: 20px
}

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

.wp-block-archives {
    list-style: none;
    margin: 0;
    padding: 0
}

.wp-block-archives a:not(:hover) {
    color: inherit
}

.th-blog ul.wp-block-archives li {
    margin: 5px 0
}

.wp-block-archives a {
    color: inherit;
    display: block;
    background-color: var(--white-color);
    border: 1px solid var(--th-border-color);
    margin: 0 0 14px;
    padding: 17px 30px 17px 30px;
    font-size: 16px;
    line-height: 1.313;
    color: var(--body-color);
    border-radius: 50px;
    -webkit-transition: 0.4s all ease;
    transition: 0.4s all ease
}

.wp-block-archives li {
    display: block;
    position: relative
}

.wp-block-archives li>span {
    color: var(--body-color);
    position: absolute;
    right: 30px;
    top: 17px;
    -webkit-transition: all ease 0.4s;
    transition: all ease 0.4s;
    pointer-events: none;
    min-width: 20px;
    text-align: right
}

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

.widget[data-overlay]:before {
    z-index: -1
}

.widget .th-social a {
    box-shadow: 0 2px 14px rgb(4 6 66 / .1)
}

.widget select,
.widget input,
.widget .form-select,
.widget .form-control,
.widget textarea {
    background-color: var(--white-color);
    border-radius: 30px
}

.widget textarea {
    min-height: 120px
}

.widget .form-group>i {
    background-color: var(--white-color)
}

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

.widget-form {
    --bs-gutter-x: 20px
}

.widget .search-form {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex
}

.widget .search-form input {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    border-radius: 30px;
    padding-right: 65px;
    border: 1px solid #fff0;
    box-shadow: 0 13px 25px rgb(0 0 0 / .04)
}

.widget .search-form input:focus {
    border-color: var(--theme-color)
}

.widget .search-form button {
    border: none;
    font-size: 16px;
    font-size: 500;
    background-color: var(--theme-color);
    color: var(--white-color);
    display: inline-block;
    padding: 0;
    width: 56px;
    height: 100%;
    text-align: center;
    border-radius: 30px;
    position: absolute;
    top: 0;
    right: 0
}

.widget .search-form button:hover {
    background-color: var(--title-color)
}

.wp-block-tag-cloud a,
.tagcloud a {
    display: inline-block;
    font-size: 14px;
    font-weight: 400;
    font-family: var(--body-font);
    text-transform: capitalize;
    line-height: 1;
    padding: 13px 20px;
    margin-right: 2px;
    margin-bottom: 10px;
    color: var(--body-color);
    background-color: var(--white-color);
    border-radius: 99px;
    box-shadow: 0 4px 20px rgb(0 0 0 / .05);
    border: 1px solid var(--th-border-color)
}

.wp-block-tag-cloud a:hover,
.tagcloud a:hover {
    background-color: var(--theme-color);
    color: var(--white-color) !important;
    border-color: var(--theme-color)
}

.wp-block-tag-cloud,
.tagcloud {
    margin-right: -10px;
    margin-bottom: -10px
}

.sidebar-area {
    margin-bottom: -10px
}

.sidebar-area ul.wp-block-latest-posts {
    margin-bottom: 0
}

.sidebar-area ul.wp-block-latest-posts li:last-child {
    margin-bottom: 0
}

.sidebar-area select,
.sidebar-area input {
    background-color: var(--white-color)
}

.sidebar-area .widget_nav_menu>ul,
.sidebar-area .widget_nav_menu .menu,
.sidebar-area .widget_meta>ul,
.sidebar-area .widget_meta .menu,
.sidebar-area .widget_pages>ul,
.sidebar-area .widget_pages .menu,
.sidebar-area .widget_archive>ul,
.sidebar-area .widget_archive .menu,
.sidebar-area .widget_categories>ul,
.sidebar-area .widget_categories .menu,
.sidebar-area .wp-block-categories>ul,
.sidebar-area .wp-block-categories .menu {
    margin: none
}

.sidebar-area .widget .wp-block-search {
    margin-bottom: 0
}

.sidebar-area .wp-block-group__inner-container h2 {
    position: relative;
    font-size: 24px;
    font-weight: 700;
    font-family: var(--title-font);
    line-height: 1em;
    padding-bottom: 20px;
    margin: -.12em 0 38px 0
}

.sidebar-area .wp-block-group__inner-container h2:after,
.sidebar-area .wp-block-group__inner-container h2:before {
    content: "";
    height: 3px;
    width: 100%;
    background-color: var(--th-border-color);
    position: absolute;
    bottom: 0;
    left: 0
}

.sidebar-area .wp-block-group__inner-container h2:after {
    background-color: var(--theme-color);
    width: 40px
}

.sidebar-area .wp-block-search__label {
    position: relative;
    font-size: 20px;
    font-weight: 700;
    font-family: var(--title-font);
    line-height: 1em;
    padding-bottom: 20px;
    margin: -.12em 0 38px 0
}

.sidebar-area .wp-block-search__label:after,
.sidebar-area .wp-block-search__label:before {
    content: "";
    height: 3px;
    width: 100%;
    background-color: var(--th-border-color);
    position: absolute;
    bottom: 0;
    left: 0;
    display: none
}

.sidebar-area .wp-block-search__label:after {
    background-color: var(--theme-color);
    width: 40px
}

.widget-map iframe {
    min-height: 280px
}

.widget_info .info-box {
    margin-bottom: 28px
}

.widget_info .info-box .info-box_icon {
    width: 56px;
    height: 56px;
    min-width: 56px;
    line-height: 56px;
    font-size: 14px;
    background-color: var(--theme-color);
    color: var(--white-color);
    font-size: 22px;
    border-radius: 20px
}

.widget_info .info-box .info-box_text {
    font-size: 20px;
    color: var(--title-color);
    font-weight: 600
}

.widget_info .info-box .info-box_subtitle {
    display: block;
    margin-bottom: 7px
}

.widget_info .info-box:nth-child(2) .info-box_icon {
    background-color: var(--theme-color)
}

.widget_info .info-box:nth-child(3) .info-box_icon {
    background-color: var(--theme-color2)
}

.widget_info .info-box:nth-child(4) .info-box_icon {
    background-color: var(--theme-color3)
}

.widget_info .info-box:nth-child(5) .info-box_icon {
    background-color: #162479
}

.sidebar-area .widget_shopping_cart .th-btn {
    margin-right: 10px;
    padding: 8px 22px;
    font-size: 14px
}

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

    .widget_title {
        font-size: 22px;
        margin: -.12em 0 28px 0
    }

    .author-widget-wrap .name {
        font-size: 22px
    }
}

@media (max-width:991px) {
    .sidebar-area {
        padding-top: 30px
    }

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

@media (max-width:767px) {
    .widget {
        padding: 30px;
        border-radius: 10px
    }
}

.footer-widget {
    margin-bottom: 0
}

@media (max-width:992px) {
    .footer-widget {
        margin-bottom: 30px
    }
}

.footer-widget,
.footer-widget .widget {
    padding: 0;
    border: none;
    padding-bottom: 0;
    background-color: #fff0;
    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: capitalize;
    margin: -.12em 0 32px 0;
    padding: 0 0 15px 0;
    position: relative
}

.footer-widget .widget_title:after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 68px;
    height: 1px;
    background-color: var(--theme-color2)
}

.footer-widget .widget_title img {
    margin: -7px 10px 0 0
}

.footer-widget.widget_meta ul,
.footer-widget.widget_pages ul,
.footer-widget.widget_archive ul,
.footer-widget.widget_categories ul,
.footer-widget.widget_nav_menu ul {
    margin-top: -4px
}

.footer-widget.widget_meta .menu,
.footer-widget.widget_meta>ul,
.footer-widget.widget_pages .menu,
.footer-widget.widget_pages>ul,
.footer-widget.widget_archive .menu,
.footer-widget.widget_archive>ul,
.footer-widget.widget_categories .menu,
.footer-widget.widget_categories>ul,
.footer-widget.widget_nav_menu .menu,
.footer-widget.widget_nav_menu>ul {
    margin-bottom: -4px
}

.footer-widget.widget_meta a,
.footer-widget.widget_pages a,
.footer-widget.widget_archive a,
.footer-widget.widget_categories a,
.footer-widget.widget_nav_menu a {
    font-size: 16px;
    font-weight: 400;
    padding: 0 0 0 0;
    margin-bottom: 18px;
    font-family: var(--body-font);
    color: var(--white-color);
    display: block;
    max-width: 100%;
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    padding-right: 0;
    background-color: #fff0;
    border-bottom: none;
    position: relative;
    border: 0
}

.footer-widget.widget_meta a:before,
.footer-widget.widget_pages a:before,
.footer-widget.widget_archive a:before,
.footer-widget.widget_categories a:before,
.footer-widget.widget_nav_menu a:before {
    content: "\f061";
    position: absolute;
    left: -23px;
    top: 2px;
    font-size: .9em;
    background-color: #fff0;
    border: none;
    color: inherit;
    font-family: Font Awesome\6 Pro;
    -webkit-transform: rotate(-41deg);
    -ms-transform: rotate(-41deg);
    transform: rotate(-41deg);
    color: var(--theme-color2);
    -webkit-transition: all 0.4s;
    transition: all 0.4s
}

.footer-widget.widget_meta a:hover,
.footer-widget.widget_pages a:hover,
.footer-widget.widget_archive a:hover,
.footer-widget.widget_categories a:hover,
.footer-widget.widget_nav_menu a:hover {
    background-color: #fff0;
    color: var(--theme-color2)
}

.footer-widget.widget_meta a:hover:before,
.footer-widget.widget_pages a:hover:before,
.footer-widget.widget_archive a:hover:before,
.footer-widget.widget_categories a:hover:before,
.footer-widget.widget_nav_menu a:hover:before {
    color: var(--theme-color2);
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg)
}

.footer-widget.widget_meta li>span,
.footer-widget.widget_pages li>span,
.footer-widget.widget_archive li>span,
.footer-widget.widget_categories li>span,
.footer-widget.widget_nav_menu li>span {
    width: auto;
    height: auto;
    position: relative;
    background-color: #fff0;
    color: var(--body-color);
    line-height: 1
}

.footer-widget.widget_meta li:last-child a,
.footer-widget.widget_pages li:last-child a,
.footer-widget.widget_archive li:last-child a,
.footer-widget.widget_categories li:last-child a,
.footer-widget.widget_nav_menu li:last-child a {
    margin-bottom: 0
}

.about-logo {
    margin-bottom: 15px
}

.th-widget-about {
    max-width: 315px
}

.th-widget-about .about-logo {
    margin-bottom: 40px
}

.th-widget-about .about-text {
    margin-bottom: 30px;
    margin-top: -.9em;
    color: var(--white-color)
}

.footer-text {
    margin-top: -.5em;
    margin-bottom: 25px
}

.icon-group a {
    color: var(--white-color);
    font-size: 18px;
    margin-right: 17px
}

.icon-group a:last-child {
    margin-right: 0
}

@media (max-width:1199px) {

    .footer-widget.widget_meta a,
    .footer-widget.widget_pages a,
    .footer-widget.widget_archive a,
    .footer-widget.widget_categories a,
    .footer-widget.widget_nav_menu a {
        margin-bottom: 16px
    }
}

@media (max-width:767px) {
    .footer-widget .widget_title {
        margin: -.12em 0 25px 0;
        padding: 0 0 11px 0
    }

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

    .social-box.mb-30 {
        margin-bottom: 25px
    }
}

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

.th-header .icon-btn {
    border-radius: 99px
}

.th-header .menu-area {
    position: relative;
    z-index: 2
}

.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);
    -webkit-filter: drop-shadow(0 0 10px rgb(0 0 0 / .07));
    filter: drop-shadow(0 0 10px rgb(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(.8);
        transform: translate3d(0, -40px, 0) scaleY(.8);
        opacity: .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(.8);
        transform: translate3d(0, -40px, 0) scaleY(.8);
        opacity: .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: 16px;
    font-family: var(--title-font);
    color: var(--title-color);
    text-transform: uppercase
}

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

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

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

.main-menu>ul>li>a:hover,
.main-menu>ul>li.active>a {
    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";
    display: inline-block;
    position: relative;
    font-family: var(--icon-font);
    margin-left: 4px;
    font-weight: 600;
    top: 0;
    font-size: .9em;
    color: var(--title-color);
    -webkit-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out
}

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

.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.sub-menu {
    position: absolute;
    text-align: left;
    top: 100%;
    left: 0;
    background-color: var(--white-color);
    visibility: hidden;
    min-width: 230px;
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    padding: 7px;
    left: -14px;
    opacity: 0;
    z-index: -1;
    box-shadow: 0 4px 15px rgb(1 15 28 / .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 {
    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: 0 9px
}

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

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

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

.main-menu ul.sub-menu li a:before {
    content: "\f51a";
    position: absolute;
    top: 6px;
    left: 10px;
    font-family: var(--icon-font);
    width: 11px;
    height: 11px;
    text-align: center;
    border-radius: 50%;
    display: inline-block;
    font-size: 1em;
    line-height: 1;
    color: var(--theme-color);
    font-weight: 900;
    opacity: 0;
    visibility: visible;
    -webkit-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out
}

.main-menu ul.sub-menu li a:hover {
    padding-left: 23px
}

.main-menu ul.sub-menu li a:hover:before {
    visibility: visible;
    opacity: 1;
    left: 0
}

.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
}

@media (max-width:1500px) {
    .main-menu>ul>li {
        margin: 0 9px
    }
}

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

.header-button .icon-btn .badge {
    font-size: 12px;
    top: 0;
    right: 0
}

.header-button .icon-btn:hover .badge {
    background-color: var(--title-color)
}

.social-links .social-title {
    font-weight: 500;
    font-size: 16px;
    display: inline-block;
    margin: 0 12px 0 0;
    color: var(--body-color)
}

.social-links a {
    font-size: 16px;
    display: inline-block;
    color: var(--body-color);
    margin: 0 15px 0 0
}

.social-links a:last-child {
    margin-right: 0 !important
}

.social-links a:hover {
    color: var(--theme-color)
}

.header-logo {
    padding-top: 5px;
    padding-bottom: 5px
}

.header-links ul {
    margin: 0;
    padding: 0;
    list-style-type: none
}

.header-links li {
    display: inline-block;
    position: relative;
    font-size: 16px;
    font-weight: 400;
    font-family: var(--title-font)
}

.header-links li:not(:last-child) {
    margin: 0 42px 0 0
}

@media (max-width:767px) {
    .header-links li:not(:last-child) {
        margin: 0 0 0 0
    }
}

.header-links li:not(:last-child):after {
    content: "";
    height: 14px;
    width: 1px;
    background-color: var(--white-color);
    position: absolute;
    top: 0;
    right: -22px;
    margin-top: 7px;
    opacity: .4
}

@media (max-width:767px) {
    .header-links li:not(:last-child):after {
        display: none
    }
}

.header-links li>i {
    margin-right: 6px;
    color: var(--white-color)
}

.header-links li,
.header-links span,
.header-links p,
.header-links a {
    color: var(--body-color)
}

.header-links a:hover {
    color: var(--theme-color2)
}

.header-links b,
.header-links strong {
    font-weight: 600;
    margin-right: 6px
}

.header-links .social-links a {
    font-size: 16px
}

.header-notice {
    margin: 0
}

.header-top {
    padding: 6px 0;
    background-color: var(--theme-color);
    --body-color: #fff
}

.header-top a:hover {
    color: var(--theme-color2)
}

.header-default {
    background: var(--white-color);
    border-radius: 0 0 55px 55px;
    position: absolute;
    left: 0;
    right: 0;
    top: 0
}

.header-default .header-top {
    position: relative;
    padding: 11px 0;
    --body-color: #fff;
    background-color: var(--theme-color);
    border-radius: 0 0 57px 57px;
    max-width: 1620px;
    margin: 0 auto
}

@media (max-width:575px) {
    .header-default {
        border-radius: 0 0 20px 20px
    }

    .header-default .header-top {
        border-radius: 0 0 20px 20px
    }
}

.menu-expand {
    display: inline-block;
    font-size: 16px;
    font-weight: 700;
    text-transform: uppercase;
    color: var(--white-color);
    background-color: var(--theme-color2);
    padding: 17px 25px;
    width: 100%
}

@media (max-width:1299px) {
    .menu-expand {
        font-size: 15px
    }
}

.menu-expand i {
    margin-right: 15px
}

.menu-expand:hover {
    color: var(--white-color)
}

.footer-wrapper {
    --border-color: rgba(255, 255, 255, 0.3);
    --body-color: #788094;
    position: relative;
    z-index: 2;
    background-color: var(--title-color);
    overflow: hidden
}

.footer-wrapper .th-social a {
    background-color: #1f2432;
    color: var(--white-color)
}

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

.footer-wrapper .social-links a {
    margin: 0 30px 0 0
}

.widget-area {
    padding-top: 100px;
    padding-bottom: 40px
}

.sticky-footer {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%
}

.footer-links ul {
    padding: 0;
    margin: 0
}

.footer-links li {
    font-family: var(--body-font);
    display: inline-block;
    padding-right: 15px;
    margin-right: 10px;
    position: relative
}

.footer-links li:after {
    content: "";
    height: 20px;
    width: 1px;
    background-color: var(--body-color);
    position: absolute;
    top: 50%;
    right: 0;
    margin: -10px 0
}

.footer-links li:last-child {
    margin-right: 0;
    padding-right: 0
}

.footer-links li:last-child:after {
    display: none
}

.footer-links a {
    font-family: inherit;
    color: var(--body-color)
}

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

.copyright-wrap {
    padding: 66px 0 26px;
    background-position: bottom;
    opacity: .5;
    border-top: 1px solid var(--theme-color)
}

@media (max-width:575px) {
    .copyright-wrap {
        background-color: var(--theme-color2);
        padding: 25px 0 20px
    }
}

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

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

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

.copyright-wrap.bg-title .copyright-text a:hover {
    color: var(--theme-color)
}

.copyright-text {
    margin: 0
}

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

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

.th-widget-contact {
    max-width: 265px
}

@media (max-width:1199px) {
    .widget-area {
        padding-bottom: 10px
    }
}

@media (max-width:575px) {
    .widget-area {
        padding-bottom: 0
    }
}

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

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

.footer-wrapper.footer-default {
    padding-top: 80px;
    background-color: #0018a6
}

.footer-wrapper .footer-shape-1 {
    top: 24%;
    left: 3%
}

.footer-wrapper .footer-shape-2 {
    right: 6%;
    bottom: 18%
}

@media (max-width:575px) {
    .footer-wrapper .footer-shape-2 {
        display: none
    }
}

.footer-wrapper .footer-bottom-shape {
    height: 120px;
    width: 100%;
    background: var(--theme-color2);
    position: absolute;
    z-index: -1;
    bottom: 0;
    left: 0
}

@media (max-width:575px) {
    .footer-wrapper .footer-bottom-shape {
        display: none
    }
}

.footer-widget .menu-all-pages-container .menu li {
    margin-left: 23px
}

@media (max-width:1600px) {
    .footer-wrapper .footer-shape-1 {
        top: 24%;
        left: 1%
    }
}

.footer-layout1 {
    background-position: top center;
    background-color: #fff0
}

.footer-layout1 .widget-area {
    padding-top: 80px;
    padding-bottom: 50px
}

@media (max-width:767px) {
    .footer-layout1 .widget-area {
        padding-top: 50px;
        padding-bottom: 20px
    }
}

.footer-wrapper.footer-layout1 {
    overflow: initial;
    background-color: #0a1660
}

.footer-top-shape {
    position: absolute;
    left: 0;
    right: 0;
    top: -115px;
    height: 116px;
    z-index: -1;
    width: 100%
}

@media (max-width:767px) {
    .footer-top-shape {
        top: -60px;
        height: 60px
    }
}

.footer-layout1 .copyright-wrap {
    padding: 12px 0;
    background-color: var(--theme-color)
}

.footer-layout1 .th-social a {
    border-radius: 50%;
    background: #fff0
}

.footer-layout1 .th-social a:hover {
    background-color: var(--theme-color2);
    color: var(--title-color)
}

.footer-layout1 .th-widget-about .about-bottom-title {
    font-size: 20px;
    color: var(--white-color);
    line-height: 1;
    margin-bottom: 8px
}

.footer-layout1 .th-widget-about .bottom-info {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    gap: 11px;
    -webkit-box-align: baseline;
    -webkit-align-items: baseline;
    -ms-flex-align: baseline;
    align-items: baseline
}

.footer-layout1 .th-widget-about .bottom-info .icon {
    color: var(--theme-color2);
    font-size: 13px
}

.footer-layout1 .th-widget-about .bottom-info p {
    color: var(--white-color);
    padding-right: 10px;
    margin-bottom: 0
}

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

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

email {
    text-transform: lowercase
}

email:before {
    content: attr(data-user) "\0040"
}

email::after {
    content: attr(data-domain)
}

.th-widget-contact {
    max-width: 280px
}

.th-widget-contact .footer-info-title {
    font-size: 20px;
    color: var(--white-color);
    line-height: 1
}

.info-box {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 27px
}

.info-box:last-child {
    margin-bottom: 0
}

.info-box_icon {
    width: 40px;
    height: 40px;
    min-width: 40px;
    line-height: 40px;
    font-size: 14px;
    background-color: rgb(255 255 255 / .08);
    color: var(--theme-color2);
    border-radius: 30px;
    text-align: center;
    margin-right: 15px;
    border: 1px solid #ffffff73
}

.info-box_text {
    display: block;
    color: var(--white-color);
    margin-top: -.45em;
    margin-bottom: -.45em;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    align-self: center
}

.info-box_link {
    display: inline-block;
    color: var(--white-color)
}

.info-box_link:hover {
    color: var(--theme-color)
}

.footer-top-newsletter {
    background-color: var(--smoke-color2);
    border-bottom: 1px solid var(--th-border-color)
}

.footer-layout1.style-2 {
    background-color: var(--theme-color2)
}

.footer-layout1.style-2 .subscribe-box {
    padding: 80px 0 80px;
    border-bottom: 1px solid #484b4d
}

@media (max-width:375px) {
    .footer-layout1.style-2 .subscribe-box {
        padding: 50px 0 50px
    }
}

.footer-layout1.style-2 .th-widget-contact .footer-info-title {
    font-weight: 600;
    margin-bottom: 12px;
    margin-top: -.12em
}

.footer-layout1.style-2 .footer-widget .widget_title::after {
    background-color: var(--theme-color)
}

.footer-layout1.style-2 .footer-widget.widget_nav_menu a::before {
    color: var(--theme-color3)
}

.footer-layout1.style-2 .footer-widget.widget_nav_menu a:hover {
    color: var(--theme-color)
}

.footer-layout1.style-2 .footer-widget .info-box_icon {
    color: var(--theme-color)
}

.footer-layout1.style-2 .bottom-info .icon {
    color: var(--theme-color)
}

.footer-layout1.style-2 .copyright-wrap {
    background-color: var(--theme-color2)
}

.footer-layout1.style-2 .copyright-wrap .copyright-text a {
    color: var(--white-color)
}

.footer-layout1.style-2 .copyright-wrap .copyright-text a:hover {
    color: var(--theme-color)
}

.footer-layout1.style-2 .th-social a:hover {
    background: var(--title-color);
    color: var(--white-color)
}

.footer-info {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 8px
}

.footer-info:last-child {
    margin-bottom: 0
}

.footer-info i {
    color: var(--theme-color);
    min-width: 23px;
    margin-top: 6px
}

.footer-info .fa-envelope {
    -webkit-transform: translateY(1px);
    -ms-transform: translateY(1px);
    transform: translateY(1px)
}

.footer-info .fa-location-dot {
    -webkit-transform: scaleX(1.2);
    -ms-transform: scaleX(1.2);
    transform: scaleX(1.2)
}

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

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

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

.breadcumb-menu li:last-child {
    padding-right: 0;
    margin-right: 0;
    color: var(--title-color)
}

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

.breadcumb-menu li:first-child,
.breadcumb-menu li:first-child a,
.breadcumb-menu li:first-child span {
    color: #000
}

.breadcumb-menu li:first-child a:hover {
    color: var(--theme-color)
}

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

.breadcumb-title {
    margin: -.2em 0 -.18em 0;
    line-height: 1.1;
    font-size: 60px;
    font-weight: 600
}

@media (min-width:1300px) {
    .breadcumb-title {
        font-size: 60px;
        line-height: 1.11
    }
}

.breadcumb-wrapper {
    background-color: var(--smoke-color2);
    padding: 230px 0 100px 0;
    text-align: start;
    position: relative;
    z-index: 2
}

.breadcumb-wrapper:has(.breadcrumb-bottom-shape) {
    padding: 250px 0 150px;
    margin-bottom: -10px
}

@media (max-width:1199px) {
    .breadcumb-wrapper {
        padding: 220px 0 90px 0 !important
    }
}

@media (max-width:991px) {
    .breadcumb-wrapper {
        padding: 200px 0 70px !important
    }
}

@media (max-width:767px) {
    .breadcumb-wrapper:has(.breadcrumb-bottom-shape) {
        padding: 255px 0 175px
    }
}

@media (max-width:575px) {
    .breadcumb-wrapper:has(.breadcrumb-bottom-shape) {
        padding: 180px 0 100px
    }

    .breadcumb-wrapper {
        text-align: center
    }
}

@media (max-width:375px) {
    .breadcumb-wrapper:has(.breadcrumb-bottom-shape) {
        padding: 180px 0 100px
    }
}

.breadcumb-wrapper:after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    height: 100%;
    width: 100%;
    background-color: var(--black-color);
    opacity: .1;
    z-index: -1
}

.breadcumb-wrapper .breadcrumb-bottom-shape {
    position: absolute;
    left: 0;
    right: 0;
    bottom: -4px;
    z-index: 1;
    height: 68px
}

.breadcumb-wrapper .breadcrumb-bottom-shape img {
    height: 100%;
    width: 100%;
    object-fit: cover
}

.breadcumb-wrapper .breadcrumb-left {
    top: 37%;
    left: 7%
}

.breadcumb-wrapper .breadcrumb-right {
    bottom: 19%;
    left: 50%
}

@media (max-width:1800px) {
    .breadcumb-wrapper .breadcrumb-left {
        left: 3%
    }
}

@media (max-width:1600px) {
    .breadcumb-wrapper .breadcrumb-left {
        width: 69px;
        top: 26%
    }
}

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

    .breadcumb-wrapper .breadcrumb-left {
        width: 50px;
        top: 28%
    }
}

@media (max-width:1199px) {
    .breadcumb-wrapper .breadcrumb-left {
        display: none
    }

    .breadcumb-menu {
        margin: 15px 0 -.5em 0
    }

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

    .breadcumb-title {
        font-size: 50px
    }

    .breadcumb-wrapper .breadcrumb-right {
        display: none
    }
}

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

    .breadcumb-wrapper {
        padding: 200px 0 70px 0 !important
    }
}

@media (max-width:575px) {
    .breadcumb-wrapper .breadcrumb-right {
        display: none
    }

    .breadcumb-title {
        font-size: 34px
    }
}

@media (max-width:375px) {
    .breadcumb-wrapper {
        padding: 220px 0 145px 0
    }
}

@media (max-width:400px) {
    .breadcumb-wrapper .breadcrumb-bottom-shape {
        bottom: -8px
    }
}

.breadcumb-wrapper.th-breadcumb {
    background-color: var(--smoke-color2);
    text-align: start;
    position: relative;
    z-index: 2;
    padding: 207px 0 120px
}

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

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

@media (max-width:575px) {
    .breadcumb-wrapper.th-breadcumb {
        padding: 133px 0 65px
    }
}

blockquote.has-very-dark-gray-color {
    color: var(--title-color) !important
}

.has-cyan-bluish-gray-background-color blockquote,
.has-cyan-bluish-gray-background-color .wp-block-quote {
    background-color: var(--white-color)
}

.th-blog {
    margin-bottom: 30px
}

@media (min-width:1300px) {

    .search-active-wrap,
    .search-wrap,
    .page-single {
        margin-right: 16px
    }
}

.share-links-title {
    font-size: 20px;
    color: var(--title-color);
    font-family: var(--title-font);
    font-weight: 700;
    margin: 0 15px 0 0;
    display: inline-block;
    text-transform: capitalize
}

.share-links {
    margin: 30px 0 0 0;
    padding: var(--blog-space-y, 40px) 0 0 0;
    border-top: 1px solid var(--th-border-color)
}

.share-links>.row {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    --bs-gutter-y: 15px
}

.share-links .wp-block-tag-cloud,
.share-links .tagcloud {
    display: inline-block
}

.share-links .wp-block-tag-cloud a,
.share-links .tagcloud a {
    background-color: #fff0;
    box-shadow: none
}

.share-links .wp-block-tag-cloud a:hover,
.share-links .tagcloud a:hover {
    background-color: var(--theme-color)
}

.share-links .th-social {
    display: inline-block
}

.share-links .th-social a {
    --icon-size: 40px;
    font-size: 14px;
    border-radius: 99px
}

@media (max-width:575px) {
    .share-links-title {
        margin: 0 15px 5px 0
    }
}

.form-submit input[type="submit"] {
    background-color: var(--theme-color);
    color: var(--white-color)
}

.form-submit input[type="submit"]:hover {
    background-color: var(--title-color)
}

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

.th-hero-bg {
    position: absolute;
    inset: 0
}

.th-hero-bg img {
    height: 100%;
    width: 100%;
    object-fit: cover
}

.hero-title {
    font-size: 84px;
    font-weight: 600;
    line-height: 1.11;
    margin-bottom: 30px;
    margin-top: -.2em
}

.hero-title .title1,
.hero-title .title2 {
    display: block;
    max-width: -webkit-fit-content;
    max-width: -moz-fit-content;
    max-width: fit-content;
    position: relative
}

.hero-1 {
    margin-top: -8px
}

.hero-1 .hero-img {
    position: absolute;
    right: 7%;
    bottom: 0
}

@media (max-width:1800px) {
    .hero-1 .hero-img {
        right: 5%
    }
}

@media (max-width:1650px) {
    .hero-1 .hero-img {
        right: 0%
    }
}

@media (max-width:1500px) {
    .hero-1 .hero-img {
        right: 6%;
        max-width: 650px
    }
}

@media (max-width:1299px) {
    .hero-1 .hero-img {
        right: 2%
    }
}

@media (max-width:1199px) {
    .hero-1 .hero-img {
        max-width: 565px
    }
}

.hero-1 .hero-img .hero-img-bg-shape-wrap {
    position: absolute;
    bottom: 0;
    width: 654px;
    height: 700px;
    z-index: -1
}

.hero-1 .hero-img .hero-img-bg-shape-wrap .left {
    position: absolute;
    bottom: -8px;
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg)
}

.hero-1 .hero-img .hero-img-bg-shape-wrap .left .bg-shape-1 {
    position: absolute;
    bottom: 0;
    top: -25px;
    left: 205px
}

.hero-1 .hero-img .hero-img-bg-shape-wrap .left .bg-shape-1 .bg-shape {
    background: var(--theme-color);
    display: inline-block;
    height: 300px;
    margin-top: 76px;
    position: relative;
    width: 76px;
    border-top-left-radius: 2px
}

.hero-1 .hero-img .hero-img-bg-shape-wrap .left .bg-shape-1 .bg-shape:before {
    border-bottom: 67px solid var(--theme-color);
    border-left: 76px solid #fff0;
    border-right: 0 solid #fff0;
    content: "";
    height: 0;
    left: 0;
    position: absolute;
    top: -66px
}

.hero-1 .hero-img .hero-img-bg-shape-wrap .left .bg-shape-2 {
    position: absolute;
    bottom: 0;
    top: -140px;
    left: 295px
}

.hero-1 .hero-img .hero-img-bg-shape-wrap .left .bg-shape {
    background: var(--theme-color2);
    display: inline-block;
    height: 300px;
    margin-top: 76px;
    position: relative;
    width: 76px;
    border-top-left-radius: 2px
}

.hero-1 .hero-img .hero-img-bg-shape-wrap .left .bg-shape:before {
    border-bottom: 67px solid var(--theme-color2);
    border-left: 76px solid #fff0;
    border-right: 0 solid #fff0;
    content: "";
    height: 0;
    left: 0;
    position: absolute;
    top: -66px;
    width: 0
}

.hero-1 .hero-img .hero-img-bg-shape-wrap .right {
    position: absolute;
    bottom: -22px;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    right: 27%;
    bottom: 98%
}

.hero-1 .hero-img .hero-img-bg-shape-wrap .right .bg-shape-3 {
    position: absolute;
    bottom: 0;
    top: -85px;
    left: 254px
}

.hero-1 .hero-img .hero-img-bg-shape-wrap .right .bg-shape-3 .bg-shape {
    background: var(--theme-color2);
    display: inline-block;
    height: 300px;
    margin-top: 76px;
    position: relative;
    width: 76px;
    border-top-left-radius: 2px
}

.hero-1 .hero-img .hero-img-bg-shape-wrap .right .bg-shape-3 .bg-shape:before {
    border-bottom: 67px solid var(--theme-color2);
    border-left: 76px solid var(--theme-color2);
    border-right: 0 solid #fff0;
    border-top: 66px solid #fff0;
    content: "";
    height: 0;
    left: 0;
    position: absolute;
    top: -66px
}

.hero-1 .hero-img .hero-img-bg-shape-wrap .right .bg-shape-4 {
    position: absolute;
    bottom: 0;
    top: 54px;
    left: 343px
}

.hero-1 .hero-img .hero-img-bg-shape-wrap .right .bg-shape {
    background: var(--theme-color);
    display: inline-block;
    height: 300px;
    margin-top: 76px;
    position: relative;
    width: 76px;
    border-top-left-radius: 2px
}

.hero-1 .hero-img .hero-img-bg-shape-wrap .right .bg-shape:before {
    border-bottom: 67px solid var(--theme-color);
    border-left: 76px solid var(--theme-color);
    border-right: 0 solid #fff0;
    border-top: 66px solid #fff0;
    content: "";
    height: 0;
    left: 0;
    position: absolute;
    top: -66px
}

.hero-1 .hero-shape4 {
    bottom: 0;
    left: 0
}

.hero-1:hover path {
    -webkit-animation: fillAni 14s ease-in-out;
    animation: fillAni 14s ease-in-out
}

.hero-1,
.hero-2 {
    overflow: hidden
}

.hero-1 .shape-1,
.hero-2 .shape-1 {
    top: 30%;
    left: 7%;
    z-index: -1
}

@media (max-width:1700px) {

    .hero-1 .shape-1,
    .hero-2 .shape-1 {
        left: 2%
    }
}

@media (max-width:1500px) {

    .hero-1 .shape-1,
    .hero-2 .shape-1 {
        display: none
    }
}

.hero-1 .shape-2,
.hero-2 .shape-2 {
    top: 23%;
    left: 40%
}

@media (max-width:991px) {

    .hero-1 .shape-2,
    .hero-2 .shape-2 {
        top: 12%;
        left: 14%
    }
}

@media (max-width:767px) {

    .hero-1 .shape-2,
    .hero-2 .shape-2 {
        top: 16%;
        left: 17%;
        width: 50px
    }
}

.hero-1 .shape-3,
.hero-2 .shape-3 {
    top: 25%;
    right: 4%
}

@media (max-width:575px) {

    .hero-1 .shape-3,
    .hero-2 .shape-3 {
        top: 15%
    }
}

.hero-1 .shape-4,
.hero-2 .shape-4 {
    bottom: 7%;
    left: 5%
}

.hero-1 .shape-5,
.hero-2 .shape-5 {
    bottom: 0%;
    left: 35%
}

@media (max-width:1500px) {

    .hero-1 .shape-5,
    .hero-2 .shape-5 {
        max-width: 200px
    }
}

@media (max-width:1199px) {

    .hero-1 .shape-5,
    .hero-2 .shape-5 {
        display: none
    }
}

.hero-1 .shape-6,
.hero-2 .shape-6 {
    bottom: 9%;
    right: 5%
}

@media (max-width:1700px) {

    .hero-1 .shape-6,
    .hero-2 .shape-6 {
        right: 2%
    }
}

@media (max-width:1299px) {

    .hero-1 .shape-6,
    .hero-2 .shape-6 {
        display: none
    }
}

.svg-img path {
    fill-opacity: 1;
    stroke: var(--theme-color);
    fill: #cee3c6;
    stroke-width: 1;
    stroke-dasharray: 5000;
    stroke-dashoffset: 5000
}

@-webkit-keyframes fillAni {
    0% {
        stroke-dashoffset: 5000;
        fill: #fff0;
        opacity: .15
    }

    99% {
        opacity: .2
    }

    100% {
        stroke-dashoffset: 0;
        stroke-width: 1;
        fill: #cee3c6;
        opacity: 1
    }
}

@keyframes fillAni {
    0% {
        stroke-dashoffset: 5000;
        fill: #fff0;
        opacity: .15
    }

    99% {
        opacity: .2
    }

    100% {
        stroke-dashoffset: 0;
        stroke-width: 1;
        fill: #cee3c6;
        opacity: 1
    }
}

.hero-style1 {
    position: relative;
    z-index: 6;
    padding: 358px 0 207px
}

.hero-style1 .sub-title {
    margin-bottom: 25px;
    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: 15px;
    margin-top: -.4em;
    padding-top: 0;
    letter-spacing: normal;
    font-size: 22px;
    text-transform: capitalize;
    font-weight: 600;
    color: #000
}

.hero-style1 .sub-title::before {
    display: none
}

@media (max-width:991px) {
    .hero-style1 .sub-title::after {
        display: none
    }
}

.hero-style1 .title-img {
    position: absolute;
    bottom: 72%;
    right: 5%
}

@media (max-width:1500px) {
    .hero-style1 {
        padding: 270px 0 125px
    }

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

    .hero-1 .hero-img .hero-img-bg-shape-wrap {
        position: absolute;
        bottom: -9%;
        width: 654px;
        height: 700px;
        z-index: -1;
        right: 12%
    }

    .hero-1 .hero-img .hero-img-bg-shape-wrap .left .bg-shape-1 .bg-shape {
        height: 154px
    }

    .hero-1 .hero-img .hero-img-bg-shape-wrap .left .bg-shape {
        height: 250px
    }

    .hero-1 .hero-img .hero-img-bg-shape-wrap .left .bg-shape-1 {
        top: 3px
    }

    .hero-1 .hero-img .hero-img-bg-shape-wrap .left .bg-shape-2 {
        top: -110px
    }

    .hero-1 .hero-img .hero-img-bg-shape-wrap .right .bg-shape-3 .bg-shape {
        height: 250px;
        margin-top: 218px
    }

    .hero-1 .hero-img .hero-img-bg-shape-wrap .right .bg-shape {
        height: 183px;
        margin-top: 195px
    }
}

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

    .hero-style1 {
        padding: 220px 0 80px
    }

    .hero-style1 .title-img {
        right: 3%
    }
}

@media (max-width:991px) {
    .hero-1 .hero-img .hero-img-bg-shape-wrap {
        display: none
    }

    .hero-1 .hero-img {
        position: static;
        max-width: 100%;
        text-align: center;
        margin: 0 auto 0 auto
    }

    .hero-1 .hero-shape2 {
        display: none
    }

    .hero-style1 .sub-title {
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center
    }

    .hero-title {
        font-size: 60px;
        line-height: 1.2
    }

    .hero-style1 {
        padding: 200px 0 50px;
        text-align: center;
        margin-left: auto;
        margin-right: auto
    }

    .hero-style1 .title1,
    .hero-style1 .title2 {
        margin-left: auto;
        margin-right: auto
    }

    .hero-style1 .title-img {
        max-width: 40px;
        right: 5%
    }
}

@media (max-width:767px) {
    .hero-style1 {
        padding: 230px 0 50px
    }

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

@media (max-width:575px) {
    .hero-style1 {
        padding: 190px 0 50px
    }

    .hero-style1 .title-img {
        right: 3%
    }

    .hero-1 .hero-img {
        display: none
    }

    .hero-title {
        font-size: 42px;
        line-height: 1.24;
        margin-bottom: 35px
    }

    .hero-style1 .sub-title {
        font-size: 16px;
        margin-bottom: 15px
    }
}

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

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

.btn-group .arrow {
    -webkit-transform: translate(10px, 10px);
    -ms-transform: translate(10px, 10px);
    transform: translate(10px, 10px)
}

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

    60% {
        width: 100%;
        opacity: 1
    }

    100% {
        opacity: 0
    }
}

@keyframes roundFill {
    0% {
        width: 0
    }

    60% {
        width: 100%;
        opacity: 1
    }

    100% {
        opacity: 0
    }
}

.hero2-bottom-from-area {
    background-color: var(--theme-color2);
    padding: 30px 0 47px
}

.hero2-bottom-from-area .hero-from-top-shape {
    position: absolute;
    left: 0;
    right: 0;
    top: -75px;
    z-index: 2;
    height: 95px;
    background: var(--theme-color2)
}

@media (max-width:1380px) {
    .hero2-bottom-from-area .hero-from-top-shape {
        top: -60px
    }
}

@media (max-width:650px) {
    .hero2-bottom-from-area .hero-from-top-shape {
        top: -37px;
        height: 60px
    }
}

@media (max-width:375px) {
    .hero2-bottom-from-area .hero-from-top-shape {
        display: none
    }
}

.hero2-bottom-from-area .hero-form-wrap .form-title {
    font-size: 30px;
    text-align: center;
    line-height: 1.33;
    margin-bottom: 30px
}

@media (max-width:575px) {
    .hero2-bottom-from-area .hero-form-wrap .form-title {
        font-size: 26px
    }
}

.hero2-bottom-from-area .hero-form-wrap .form-group>i.fa-chevron-down {
    color: var(--smoke-color);
    background: #fff0;
    z-index: 3
}

.hero2-bottom-from-area select::-webkit-input-placeholder,
.hero2-bottom-from-area .form-control::-webkit-input-placeholder,
.hero2-bottom-from-area .form-select::-webkit-input-placeholder,
.hero2-bottom-from-area textarea::-webkit-input-placeholder,
.hero2-bottom-from-area input::-webkit-input-placeholder {
    font-size: 14px
}

.hero2-bottom-from-area select::-moz-placeholder,
.hero2-bottom-from-area .form-control::-moz-placeholder,
.hero2-bottom-from-area .form-select::-moz-placeholder,
.hero2-bottom-from-area textarea::-moz-placeholder,
.hero2-bottom-from-area input::-moz-placeholder {
    font-size: 14px
}

.hero2-bottom-from-area select:-ms-input-placeholder,
.hero2-bottom-from-area .form-control:-ms-input-placeholder,
.hero2-bottom-from-area .form-select:-ms-input-placeholder,
.hero2-bottom-from-area textarea:-ms-input-placeholder,
.hero2-bottom-from-area input:-ms-input-placeholder {
    font-size: 14px
}

.hero2-bottom-from-area select::-ms-input-placeholder,
.hero2-bottom-from-area .form-control::-ms-input-placeholder,
.hero2-bottom-from-area .form-select::-ms-input-placeholder,
.hero2-bottom-from-area textarea::-ms-input-placeholder,
.hero2-bottom-from-area input::-ms-input-placeholder {
    font-size: 14px
}

.hero2-bottom-from-area select::placeholder,
.hero2-bottom-from-area .form-control::placeholder,
.hero2-bottom-from-area .form-select::placeholder,
.hero2-bottom-from-area textarea::placeholder,
.hero2-bottom-from-area input::placeholder {
    font-size: 14px
}

.hero2-animated-bubble {
    opacity: 0
}

.hero2-animated-bubble {
    opacity: 1
}

.hero2-animated-bubble .bubbles {
    position: absolute;
    z-index: 9
}

.hero2-animated-bubble .bubbles:first-child {
    bottom: 20%;
    left: 10%;
    -webkit-animation: bubble-animation 4.5s infinite ease-in -6.57s;
    animation: bubble-animation 4.5s infinite ease-in -6.57s
}

.hero2-animated-bubble .bubbles:nth-child(2) {
    bottom: 10%;
    left: 8%;
    -webkit-animation: bubble-animation 4.5s infinite ease-in -5.07s;
    animation: bubble-animation 4.5s infinite ease-in -5.07s
}

.hero2-animated-bubble .bubbles:nth-child(3) {
    bottom: 5%;
    left: 12%;
    -webkit-animation: bubble-animation 4.5s infinite ease-in -6.73s;
    animation: bubble-animation 4.5s infinite ease-in -6.73s
}

.hero2-animated-bubble .bubbles:nth-child(4) {
    bottom: 26%;
    left: 6%;
    -webkit-animation: bubble-animation 4.5s infinite ease-in -4.04s;
    animation: bubble-animation 4.5s infinite ease-in -4.04s
}

.hero2-animated-bubble .bubbles:nth-child(5) {
    bottom: 44%;
    left: 11%;
    -webkit-animation: up 7.5s;
    animation: up 7.5s;
    -webkit-animation: bubble-animation 4.5s infinite ease-in -3.11s;
    animation: bubble-animation 4.5s infinite ease-in -3.11s
}

.hero2-animated-bubble .bubbles:nth-child(6) {
    top: 7%;
    left: 8%;
    -webkit-animation: bubble-animation 4.5s infinite ease-in -5.95s;
    animation: bubble-animation 4.5s infinite ease-in -5.95s
}

.hero2-animated-bubble .bubbles:nth-child(7) {
    top: 35%;
    -webkit-animation: bubble-animation 4.5s infinite ease-in -3.68s;
    animation: bubble-animation 4.5s infinite ease-in -3.68s
}

.hero2-animated-bubble .bubbles:nth-child(8) {
    bottom: 40%;
    left: 5%;
    -webkit-animation: bubble-animation 4.5s infinite ease-in -3.89s;
    animation: bubble-animation 4.5s infinite ease-in -3.89s
}

.hero2-animated-bubble .bubbles:nth-child(9) {
    top: 1%;
    left: 12%;
    -webkit-animation: bubble-animation 4.5s infinite ease-in -2.09s;
    animation: bubble-animation 4.5s infinite ease-in -2.09s
}

.hero2-animated-bubble .bubbles:nth-child(10) {
    bottom: 22%;
    left: 11.5%;
    -webkit-animation: bubble-animation 4.5s infinite ease-in -2.96s;
    animation: bubble-animation 4.5s infinite ease-in -2.96s
}

.hero2-animated-bubble .bubbles:nth-child(11) {
    bottom: 28%;
    left: 11%;
    -webkit-animation: bubble-animation 4.5s infinite ease-in -1.126s;
    animation: bubble-animation 4.5s infinite ease-in -1.126s
}

.hero2-animated-bubble .bubbles:nth-child(12) {
    top: 36%;
    left: 11%;
    -webkit-animation: bubble-animation 4.5s infinite ease-in -2.96s;
    animation: bubble-animation 4.5s infinite ease-in -2.96s
}

@-webkit-keyframes bubble-animation {
    0% {
        -webkit-transform: translate3d(-50%, 0, 0);
        transform: translate3d(-50%, 0, 0);
        height: 1px;
        width: 1px
    }

    100% {
        -webkit-transform: translate3d(-50%, -280px, 0);
        transform: translate3d(-50%, -280px, 0);
        height: 75px;
        width: 75px
    }
}

@keyframes bubble-animation {
    0% {
        -webkit-transform: translate3d(-50%, 0, 0);
        transform: translate3d(-50%, 0, 0);
        height: 1px;
        width: 1px
    }

    100% {
        -webkit-transform: translate3d(-50%, -280px, 0);
        transform: translate3d(-50%, -280px, 0);
        height: 75px;
        width: 75px
    }
}

.play-btn.style-3::before {
    background: var(--theme-color2);
    height: 56px;
    width: 56px;
    inset: 0
}

.play-btn.style-3>i {
    --icon-size: 56px;
    --icon-font-size: 20px;
    background-color: var(--theme-color2);
    color: var(--title-color);
    border: 0
}

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

    80% {
        width: 100%
    }

    100% {
        width: 100%
    }
}

@keyframes titleFill {
    0% {
        width: 0
    }

    80% {
        width: 100%
    }

    100% {
        width: 100%
    }
}

@-webkit-keyframes heroBubble {
    0% {
        opacity: 1;
        -webkit-transform: translate(0, 0);
        transform: translate(0, 0)
    }

    20% {
        opacity: .9;
        -webkit-transform: translate(100px, 20%);
        transform: translate(100px, 20%);
        bottom: 20%
    }

    40% {
        opacity: .8;
        -webkit-transform: translate(0, 40%);
        transform: translate(0, 40%);
        bottom: 40%
    }

    60% {
        opacity: .6;
        -webkit-transform: translate(80px, 60%);
        transform: translate(80px, 60%);
        bottom: 60%
    }

    80% {
        opacity: .3;
        -webkit-transform: translate(0, 80%);
        transform: translate(0, 80%);
        bottom: 80%
    }

    100% {
        opacity: 0;
        -webkit-transform: translate(100px, 100%) scale(.3);
        transform: translate(100px, 100%) scale(.3);
        bottom: 100%
    }
}

@keyframes heroBubble {
    0% {
        opacity: 1;
        -webkit-transform: translate(0, 0);
        transform: translate(0, 0)
    }

    20% {
        opacity: .9;
        -webkit-transform: translate(100px, 20%);
        transform: translate(100px, 20%);
        bottom: 20%
    }

    40% {
        opacity: .8;
        -webkit-transform: translate(0, 40%);
        transform: translate(0, 40%);
        bottom: 40%
    }

    60% {
        opacity: .6;
        -webkit-transform: translate(80px, 60%);
        transform: translate(80px, 60%);
        bottom: 60%
    }

    80% {
        opacity: .3;
        -webkit-transform: translate(0, 80%);
        transform: translate(0, 80%);
        bottom: 80%
    }

    100% {
        opacity: 0;
        -webkit-transform: translate(100px, 100%) scale(.3);
        transform: translate(100px, 100%) scale(.3);
        bottom: 100%
    }
}

.hero-counter {
    border-right: 1px solid rgb(255 255 255 / .3);
    padding-right: 30px
}

.hero-counter-wrap {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-top: 50px;
    gap: 30px
}

.hero-counter:last-of-type {
    border-right: none;
    padding-right: 0 !important
}

@media (max-width:575px) {
    .hero-counter {
        padding-right: 0 !important;
        border-right: none
    }
}

.hero-counter .box-number {
    margin-top: -.06em;
    font-family: var(--title-font);
    font-size: 30px;
    font-weight: 700;
    margin-bottom: 5px
}

@media (max-width:375px) {
    .hero-counter .box-number {
        font-size: 24px
    }
}

.hero-counter .box-text {
    font-size: 13px
}

.wave-title {
    position: relative;
    color: var(--theme-color)
}

.wave-title:after {
    content: "";
    height: 20px;
    width: 100%;
    position: absolute;
    bottom: -8px;
    left: 0;
    background-image: url('data:image/svg+xml,<svg width="322" height="18" viewBox="0 0 322 18" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M5.67133 -3.05176e-05C19.3099 -3.05176e-05 26.2444 4.1005 31.3094 7.09658C36.181 9.97517 38.9804 11.4752 44.4966 11.4752C50.0128 11.4752 52.7848 9.97517 57.684 7.09658C62.7582 4.1005 69.6558 -3.05176e-05 83.3312 -3.05176e-05C97.0066 -3.05176e-05 103.904 4.1005 108.978 7.09658C113.841 9.97517 116.64 11.4752 122.166 11.4752C127.691 11.4752 130.454 9.97517 135.353 7.09658C140.418 4.1005 147.325 -3.05176e-05 160.991 -3.05176e-05C174.657 -3.05176e-05 181.573 4.1005 186.638 7.09658C191.51 9.97517 194.309 11.4752 199.826 11.4752C205.342 11.4752 208.114 9.97517 213.022 7.09658C218.087 4.1005 224.994 -3.05176e-05 238.66 -3.05176e-05C252.326 -3.05176e-05 259.242 4.1005 264.307 7.09658C269.179 9.97517 271.978 11.4752 277.495 11.4752C283.011 11.4752 285.783 9.97517 290.691 7.09658C295.756 4.1005 302.663 -3.05176e-05 316.329 -3.05176e-05C318.364 -3.05176e-05 320.315 0.343687 321.753 0.955506C321.834 2.92425 321.834 2.60503 321.834 3.47027C321.834 4.33552 321.834 3.47027 321.753 5.56924C320.315 6.18106 318.364 6.52477 316.329 6.52477C310.804 6.52477 308.041 8.02869 303.142 10.9073C298.077 13.8994 291.17 18 277.495 18C263.819 18 256.922 13.8994 251.857 10.9073C246.985 8.02869 244.185 6.52477 238.66 6.52477C233.135 6.52477 230.372 8.02869 225.473 10.9073C220.408 13.8994 213.501 18 199.826 18C186.15 18 179.252 13.8994 174.188 10.9073C169.316 8.02869 166.516 6.52477 160.991 6.52477C155.465 6.52477 152.703 8.02869 147.804 10.9073C142.739 13.8994 135.832 18 122.166 18C108.499 18 101.583 13.8994 96.5184 10.9073C91.6468 8.02869 88.8474 6.52477 83.3312 6.52477C77.815 6.52477 75.043 8.02869 70.1438 10.9073C65.0788 13.8994 58.172 18 44.4966 18C30.8211 18 23.9237 13.8994 18.8587 10.9073C13.9872 8.02869 11.1875 6.52477 5.67133 6.52477C3.63682 6.52477 1.6857 6.18106 0.24708 5.56924C0.247028 3.85106 0.247204 4.20999 0.247204 3.34475C0.247204 2.47951 0.24708 2.60337 0.24708 0.955506C1.56824 0 3.63682 -3.05176e-05 5.67133 -3.05176e-05Z" fill="%23068FFF"/></svg>');
    background-size: auto;
    background-repeat: repeat-x;
    -webkit-animation: waveLine 7s linear infinite;
    animation: waveLine 7s linear infinite
}

@media (max-width:767px) {
    .wave-title:after {
        background-size: auto 11px
    }
}

@media (max-width:575px) {
    .wave-title:after {
        background-size: auto 9px
    }
}

@keyframes waveLine {
    0% {
        background-position: left 0 center
    }

    50% {
        background-position: left 100% center
    }

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

@media (max-width:991px) {
    .hero-counter-wrap {
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center
    }
}

@media (max-width:767px) {
    .hero-counter {
        padding-right: 15px
    }

    .hero-counter-wrap {
        gap: 15px
    }
}

.hero-title {
    font-size: 74px;
    font-weight: 700;
    line-height: 1.135;
    margin-bottom: 20px;
    margin-top: -.2em
}

.hero-title .title1,
.hero-title .title2 {
    display: block;
    max-width: -webkit-fit-content;
    max-width: -moz-fit-content;
    max-width: fit-content;
    position: relative
}

.text-transparent {
    -webkit-text-stroke: 2px var(--theme-color);
    color: #fff0
}

@media (max-width:767px) {
    .text-transparent {
        -webkit-text-stroke: 1px var(--theme-color)
    }
}

.video-btn {
    font-size: 18px;
    font-weight: 500;
    color: var(--title-color)
}

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

.video-btn .play-btn {
    font-size: 16px;
    margin-right: 15px
}

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

@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: 36px;
        line-height: 1.3;
        margin-bottom: 0
    }

    .hero-subtitle {
        margin-bottom: 25px;
        font-size: 16px
    }
}

.error-content {
    text-align: center
}

.error-img {
    text-align: center;
    margin-bottom: 45px
}

.error-title {
    margin-bottom: 20px
}

.error-text {
    margin-bottom: 35px;
    max-width: 470px;
    margin-left: auto;
    margin-right: auto
}

@media (max-width:991px) {
    .error-title {
        margin-bottom: 15px
    }

    .error-img {
        margin-bottom: 30px
    }

    .error-text {
        margin-bottom: 25px
    }
}

@media (max-width:767px) {
    .error-title {
        margin-bottom: 10px
    }
}

.product-list-area {
    margin-bottom: -24px
}

#productCarousel .slick-arrow {
    top: 37.5%
}

.mfp-content {
    margin: 1.5rem auto
}

.mfp-content .product-details-img {
    padding-top: 15px
}

.mfp-content .product-about {
    padding-top: 20px;
    padding-bottom: 20px
}

.mfp-content .container {
    position: relative
}

.mfp-content .product-big-img {
    margin-top: 12px;
    margin-bottom: 12px
}

.product-big-img {
    background-color: var(--white-color);
    text-align: center;
    overflow: hidden;
    border-radius: 20px
}

.product-big-img .img {
    width: 100%;
    background-color: #d5eaf8
}

.product-big-img .img img {
    max-width: 100%;
    height: 100%;
    object-fit: cover;
    -webkit-transition: 0.4s ease-in-out;
    transition: 0.4s ease-in-out;
    background: #fff
}

.product-big-img .slider-pagination {
    position: absolute;
    bottom: 40px;
    left: 0
}

.product-big-img .slick-dots {
    margin: -11px 0 0 0 !important;
    -webkit-transform: translateY(-30px);
    -ms-transform: translateY(-30px);
    transform: translateY(-30px);
    --border-color: #c0c0c0
}

@media (max-width:992px) {
    .product-big-img .img img {
        max-width: 100% !important;
        z-index: 99;
        border-radius: 20px
    }
}

.product_meta {
    font-weight: 700;
    font-size: 16px;
    font-family: var(--body-font);
    margin: 35px 0 0 0
}

.product_meta>span {
    display: block;
    margin-bottom: 5px;
    color: var(--title-color);
    font-weight: 700
}

.product_meta>span:last-child {
    margin-bottom: 0
}

.product_meta>span a {
    color: inherit
}

.product_meta>span a:hover {
    color: var(--theme-color)
}

.product_meta>span>a,
.product_meta>span>span {
    position: relative;
    color: var(--body-color);
    font-weight: 400
}

.product_meta>span>a:after,
.product_meta>span>span:after {
    content: ",";
    margin-right: 5px
}

.product_meta>span>a:last-child:after,
.product_meta>span>span:last-child:after {
    display: none
}

.product_meta>span>a:first-child,
.product_meta>span>span:first-child {
    margin-left: 7px
}

.product-about .product-title {
    margin: 0 0 14px 0
}

.product-about .product_title {
    margin-bottom: 20px !important
}

.product-about>.price {
    font-family: var(--body-font);
    font-size: 20px;
    font-weight: 800;
    color: var(--title-color);
    display: block;
    max-width: -webkit-fit-content;
    max-width: -moz-fit-content;
    max-width: fit-content;
    margin-bottom: 19px;
    margin-top: -.2em
}

.product-about>.price del {
    color: var(--gray-color);
    font-weight: 500;
    margin-left: 15px
}

.product-about .product-rating {
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
    gap: 5px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative;
    top: 2px;
    font-size: 16px;
    line-height: 20px;
    padding: 0 0 0 0;
    margin: 0 0 0 0;
    margin-bottom: 22px
}

.product-about .checklist {
    margin: 29px 0 29px 0
}

.product-about .actions {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 15px;
    margin: 35px 0 27px 0
}

.product-about .actions .th-btn .btn-icon {
    padding: 10.5px 15px 10.5px 15px
}

.product-about .actions .icon-btn {
    border-color: var(--theme-color2);
    background-color: var(--theme-color2);
    color: var(--white-color);
    border-radius: 99px
}

.product-about .actions .icon-btn:hover {
    background-color: var(--title-color);
    border-color: var(--title-color)
}

.product-about .share {
    margin-top: 25px
}

.product-about .th-social a {
    --icon-size: 40px;
    line-height: 38px;
    font-size: 14px;
    border: 1px solid var(--th-border-color);
    border-radius: 0
}

.product-about .th-social a:hover {
    border-color: var(--theme-color)
}

#description {
    margin-bottom: 30px
}

.product-details .border-title {
    position: relative;
    padding-bottom: 20px;
    margin-bottom: 40px
}

.product-details .border-title:before {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    height: 2px;
    width: 80px;
    background-color: var(--theme-color)
}

@media (max-width:991px) {
    .product-big-img {
        margin-bottom: 40px;
        background-color: #fff
    }
}

@media (max-width:575px) {
    .product-about .actions {
        gap: 15px 15px
    }

    .product-grid {
        max-width: 340px;
        margin-left: auto;
        margin-right: auto
    }
}

.empty-notice {
    margin: 40px auto
}

.select2-container--default .select2-search--dropdown .select2-search__field {
    border: 1px solid #fff0;
    padding: 0
}

.select2-container--default .select2-selection--single {
    height: 56px;
    border: 1px solid #fff0;
    background-color: var(--smoke-color2);
    border-radius: 27px
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
    line-height: 56px;
    padding-left: 25px;
    padding-right: 25px
}

.select2-container--default .select2-selection--single .select2-selection__arrow b:before {
    content: "\f107";
    font-family: var(--icon-font)
}

.select2-container--default .select2-selection--single .select2-selection__arrow b {
    margin: 0;
    border: none;
    top: 0
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 56px;
    line-height: 56px;
    margin-right: 30px
}

span.select2-selection.select2-selection--single:focus {
    outline: none
}

@media (max-width:991px) {
    .product-stock {
        width: 40px;
        text-align: center
    }
}

@media (max-width:767px) {
    .product-name {
        text-align: center
    }
}

.contact-feature {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    gap: 25px;
    border-radius: 40px;
    border: 1px solid var(--th-border-color);
    background: var(--white-color);
    box-shadow: 0 9px 14px 0 #fbfbfb;
    padding: 30px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative
}

.contact-feature:not(:last-child) {
    margin-bottom: 24px
}

@media (max-width:767px) {
    .contact-feature {
        padding: 20px;
        border-radius: 20px
    }
}

.contact-feature .feature-contact-icon {
    position: absolute;
    right: 0;
    top: 5px
}

.contact-feature .contact-feature-icon {
    height: 70px;
    width: 70px;
    -webkit-box-flex: 0;
    -webkit-flex: none;
    -ms-flex: none;
    flex: none;
    border-radius: 22px;
    line-height: 70px;
    background-color: var(--theme-color);
    font-size: 40px;
    text-align: center;
    color: var(--white-color);
    -webkit-transition: 0.4s;
    transition: 0.4s
}

.contact-feature .contact-feature-icon i {
    -webkit-transition: 0.4s;
    transition: 0.4s
}

@media (max-width:767px) {
    .contact-feature .contact-feature-icon {
        border-radius: 15px
    }
}

.contact-feature .media-body {
    margin-bottom: -.4em
}

.contact-feature .contact-feature_label {
    font-size: 20px;
    font-family: var(--title-font);
    color: var(--title-color);
    font-weight: 600;
    margin-top: -.4em;
    margin-bottom: 0
}

.contact-feature .contact-feature_link {
    font-family: var(--body-font);
    color: #4d5765;
    line-height: 24px;
    font-size: 16px;
    display: block
}

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

.contact-feature .contact-feature_link span {
    color: var(--title-color)
}

.contact-feature:hover .contact-feature-icon {
    background: var(--theme-color);
    color: var(--white-color)
}

.contact-feature:hover .contact-feature-icon i {
    -webkit-transform: rotateY(180deg);
    transform: rotateY(180deg)
}

@media (max-width:375px) {
    .contact-feature .contact-feature-icon {
        margin-bottom: 20px
    }
}

.contact-feature-wrap:nth-child(2) .contact-feature-icon {
    background-color: var(--theme-color2)
}

.contact-feature-wrap:nth-child(3) .contact-feature-icon {
    background-color: var(--theme-color)
}

.quote-form-box.style-2 {
    border-radius: 30px
}

.quote-form-box.style-2 .contact-form {
    max-width: 100%;
    border: 1px solid var(--th-border-color);
    border-radius: 30px 30px;
    background: var(--smoke-color)
}

.quote-form-box.style-2 .contact-form .form-title {
    margin-bottom: 28px
}

.contact-form {
    box-shadow: 0 10px 50px rgb(0 0 0 / .08);
    border-radius: 20px;
    background-color: var(--white-color);
    padding: 60px 50px;
    text-align: center
}

.contact-form .sec-title {
    margin-bottom: 25px
}

@media (max-width:991px) {
    .contact-form {
        padding: 40px
    }
}

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

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

.form-text {
    font-size: 16px
}

.contact-map {
    line-height: 0;
    width: 100%;
    height: 100%;
    margin: 0 auto;
    padding-left: 0;
    padding-right: 0
}

.contact-map iframe {
    width: 100%;
    height: 100%;
    border-radius: 30px
}

@media (max-width:1199px) {
    .contact-map iframe {
        height: 100%
    }
}

@media (max-width:991px) {
    .contact-map iframe {
        height: 400px
    }
}

.img-box1 {
    position: relative;
    z-index: 2;
    text-align: center;
    width: 100%
}

.img-box1 .img1 img {
    border-radius: 20px
}

.img-box1 .img2 {
    display: inline-block;
    position: relative;
    z-index: 2
}

.img-box1 .img2 img {
    border-radius: 30px
}

.img-box1 .img2 .about-play-btn-wrap {
    position: absolute;
    left: 50%;
    z-index: 3;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%)
}

.img-box1 .img1 {
    position: absolute;
    top: 40px;
    left: 0;
    z-index: 3
}

@media (max-width:767px) {
    .img-box1 .img1 {
        width: 120px
    }
}

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

.img-box1 .img1 img {
    border-radius: 20px
}

.img-box1 .shape1 {
    position: absolute;
    top: 54%;
    right: 26px;
    z-index: 3;
    border-radius: 20px
}

.img-box1 .shape1 img {
    border-radius: 20px
}

@media (max-width:767px) {
    .img-box1 .shape1 {
        right: -5px;
        width: 126px
    }
}

@media (max-width:575px) {
    .img-box1 .shape1 {
        display: none
    }
}

.img-box1 .shape1 img {
    border-radius: 20px
}

@media (max-width:1199px) {
    .img-box1 {
        max-width: 585px;
        margin-left: auto;
        margin-right: auto
    }
}

.year-counter {
    position: absolute;
    right: -50px;
    top: 80px
}

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

@media (max-width:767px) {
    .year-counter {
        position: static
    }
}

.year-counter_number {
    font-family: var(--title-font);
    font-size: 70px;
    font-weight: 700;
    color: var(--theme-color);
    line-height: 50px;
    margin-bottom: 20px
}

@media (max-width:767px) {
    .year-counter_number {
        margin-bottom: 0
    }
}

@media (max-width:575px) {
    .year-counter_number {
        font-size: 50px;
        margin-bottom: 0
    }
}

.year-counter .rotate-text {
    -webkit-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg)
}

@media (max-width:767px) {
    .year-counter .rotate-text {
        -webkit-transform: inherit;
        -ms-transform: inherit;
        transform: inherit;
        margin-top: 25px
    }
}

.year-counter_text-small {
    font-size: 18px;
    font-weight: 600;
    line-height: 1;
    margin-bottom: 0;
    text-align: start
}

@media (max-width:767px) {
    .year-counter_text-small {
        text-align: center
    }
}

.year-counter_text-big {
    font-size: 36px;
    color: #a1a6b0;
    margin-bottom: 84px
}

@media (max-width:767px) {
    .year-counter_text-big {
        margin-bottom: 3px
    }
}

.about-sec-2-left .img-box1 {
    text-align: start
}

.about-sec-2-left .img-box1 .shape1 {
    border: 8px solid var(--white-color);
    height: 218px;
    width: 218px;
    border-radius: 50%;
    top: 36px;
    right: 43px
}

.about-sec-2-left .img-box1 .shape1 img {
    border-radius: 50%
}

@media (max-width:1299px) {
    .about-sec-2-left .img-box1 .shape1 {
        right: -21px
    }
}

.about-sec-2-left .img2 img {
    border-radius: 40px
}

.about-sec-2-left .year-counter {
    top: 62%;
    right: -20px;
    text-align: center
}

@media (max-width:1299px) {
    .about-sec-2-left .year-counter {
        top: 65%;
        right: -59px
    }
}

.about-sec-2-left .year-counter_text-big {
    font-size: 34px;
    margin-bottom: 70px
}

@media (max-width:767px) {
    .about-sec-2-left .year-counter_text-big {
        margin-bottom: 7px
    }
}

.about-sec-2 .title-area {
    margin-bottom: 30px
}

.about-sec-2 .about-bottom-box-wrap {
    max-width: 500px
}

.about-sec-2 .about-bottom-box-wrap .about-bottom__box {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    gap: 15px;
    -webkit-align-content: center;
    -ms-flex-line-pack: center;
    align-content: center;
    margin-bottom: 28px
}

.about-sec-2 .about-bottom-box-wrap .about-bottom__box:last-child {
    margin-bottom: 0
}

.about-sec-2 .about-bottom-box-wrap .about-bottom__box:hover .about-bottom__icon i {
    -webkit-transform: rotateY(-180deg);
    transform: rotateY(-180deg)
}

.about-sec-2 .about-bottom-box-wrap .about-bottom__box:nth-child(2) .about-bottom__icon {
    background-color: var(--theme-color2);
    color: var(--black-color)
}

.about-sec-2 .about-bottom-box-wrap .about-bottom__box:nth-child(3) .about-bottom__icon {
    background-color: #8cc63f;
    color: var(--black-color)
}

.about-sec-2 .about-bottom-box-wrap .about-bottom__icon {
    height: 70px;
    width: 70px;
    line-height: 70px;
    text-align: center;
    background-color: var(--theme-color);
    border-radius: 24px;
    color: var(--white-color);
    font-size: 32px
}

.about-sec-2 .about-bottom-box-wrap .about-bottom__icon i {
    -webkit-transition: 0.4s;
    transition: 0.4s
}

.about-sec-2 .about-bottom-box-wrap .about-bottom__content {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1
}

.about-sec-2 .about-bottom-box-wrap .about-bottom__box-title {
    font-size: 22px;
    margin-bottom: 8px;
    font-weight: 600;
    margin-top: -.15em
}

.about-sec-2 .about-bottom-box-wrap .about-bottom__box-text {
    margin-bottom: -.15em
}

.home-3-shape-1 {
    right: 100px;
    top: 100px
}

@media (max-width:1800px) {
    .home-3-shape-1 {
        right: 20px
    }
}

@media (max-width:1660px) {
    .home-3-shape-1 {
        width: 75px;
        right: 10px
    }
}

@media (max-width:1450px) {
    .home-3-shape-1 {
        display: none
    }
}

.img-box.about-3 img {
    width: 100%;
    height: 100%;
    border-radius: 40px
}

@media (max-width:767px) {
    .img-box.about-3 img {
        border-radius: 20px
    }
}

.circle-progressbar {
    text-align: center
}

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

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

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

@media (min-width:1200px) {
    .th-container-right {
        margin-right: -560px;
        padding-right: 0;
        padding-top: 80px;
        padding-bottom: 80px;
        position: relative
    }
}

.test-img-2-box .img1 {
    margin-right: -190px
}

@media (max-width:1700px) {
    .test-img-2-box .img1 {
        margin-right: -140px
    }
}

@media (max-width:1199px) {
    .test-img-2-box .img1 {
        margin-right: 0;
        text-align: center
    }
}

.test-2-right-shape {
    right: 0;
    max-width: 720px
}

@media (max-width:1299px) {
    .test-2-right-shape {
        display: none
    }
}

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

.box-profile .box-img img {
    border-radius: 6px
}

.brand-area {
    background-color: #e5f3ff;
    padding: 60px 0;
    border-radius: 30px
}

.pro-name h3 {
    font-size: 28px
}

.brand-card2 {
    display: grid;
    -webkit-align-content: center;
    -ms-flex-line-pack: center;
    align-content: center;
    text-align: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    min-height: 80px
}

.brand-card2 img {
    -webkit-filter: grayscale(100) opacity(1);
    filter: grayscale(100) opacity(1);
    -webkit-transition: 0.4s ease-in-out;
    transition: 0.4s ease-in-out
}

.brand-card2:hover img {
    -webkit-filter: none;
    filter: none
}

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

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

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

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

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

.checklist li>i {
    color: #7E2F91;
    font-size: 16px;
    line-height: 28px
}

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

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

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

.checklist.style3 li {
    font-weight: 500
}

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

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

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

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

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

.service-3-shape-1 {
    top: 100px;
    left: 101px
}

@media (max-width:1800px) {
    .service-3-shape-1 {
        left: 10px
    }
}

@media (max-width:1600px) {
    .service-3-shape-1 {
        display: none
    }
}

.service-3-shape-2 {
    bottom: 100px;
    left: 20px
}

@media (max-width:1800px) {
    .service-3-shape-2 {
        width: 80px;
        bottom: 40px;
        left: 40px
    }
}

@media (max-width:1399px) {
    .service-3-shape-2 {
        display: none
    }
}

.service-3-slider {
    height: 500px;
    padding-bottom: 23px;
    overflow-x: inherit
}

@media (max-width:1299px) {
    .service-3-slider {
        height: 600px
    }
}

@media (max-width:530px) {
    .service-3-slider {
        height: 740px
    }
}

.service-3-slider .slider-arrow {
    --icon-size: 46px;
    bottom: 0;
    left: 0;
    top: 94%;
    left: 52%;
    background: var(--white-color);
    color: var(--theme-color3);
    box-shadow: 0 1px 1px rgb(0 0 0 / .06)
}

@media (max-width:1299px) {
    .service-3-slider .slider-arrow {
        display: none
    }
}

.service-3-slider .slider-arrow.slider-next {
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%)
}

.service-sec-3 {
    margin: 0 80px;
    border-radius: 100px
}

@media (max-width:1500px) {
    .service-sec-3 {
        margin: inherit;
        border-radius: 0
    }
}

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

.service-3-card:nth-child(2) .service-3-card__icon::before {
    content: "";
    position: absolute;
    inset: 0;
    background: var(--theme-color2);
    opacity: .12;
    border-radius: 30px;
    z-index: -1
}

.service-3-card:nth-child(3) .service-3-card__icon::before {
    content: "";
    position: absolute;
    inset: 0;
    background: var(--theme-color);
    opacity: .12;
    border-radius: 30px;
    z-index: -1
}

.service-3-card {
    position: relative;
    padding: 15px 22px 15px 15px;
    border-radius: 30px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    gap: 30px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-filter: drop-shadow(0 1px 1px rgb(0 0 0 / .06));
    filter: drop-shadow(0 1px 1px rgb(0 0 0 / .06))
}

@media (max-width:1299px) {
    .service-3-card {
        padding: 22px;
        gap: 25px
    }
}

.service-3-card:hover img {
    -webkit-transform: rotateY(-180deg);
    transform: rotateY(-180deg)
}

@media (max-width:530px) {
    .service-3-card {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
        padding: 30px;
        border-radius: 15px
    }
}

.service-3-card .link-service-3 {
    position: absolute;
    display: block;
    bottom: -1px;
    right: 27px;
    font-size: 25px;
    color: var(--title-color)
}

@media (max-width:1299px) {
    .service-3-card .link-service-3 {
        display: none
    }
}

.service-3-card .link-service-3:hover {
    color: var(--theme-color3)
}

.service-3-card__icon {
    border-radius: 30px;
    width: 170px;
    height: 106px;
    line-height: 106px;
    text-align: center;
    position: relative
}

.service-3-card__icon img {
    -webkit-transition: 0.4s;
    transition: 0.4s
}

.service-3-card__icon::before {
    content: "";
    position: absolute;
    inset: 0;
    background: var(--theme-color);
    opacity: .12;
    border-radius: 30px;
    z-index: -1
}

.service-3-card__content {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1
}

.service-3-card__content .box-title {
    font-size: 23px;
    margin-bottom: 5px
}

@media (max-width:530px) {
    .service-3-card {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
        padding: 20px;
        border-radius: 15px
    }

    .service-3-card .link-service-3 {
        display: none
    }

    .service-3-card__content {
        text-align: center
    }
}

.service-box {
    background-color: var(--white-color);
    border-radius: 10px;
    padding: 40px;
    border: 1px solid var(--th-border-color);
    overflow: hidden;
    position: relative;
    height: 100%
}

@media (max-width:375px) {
    .service-box {
        padding: 30px
    }
}

.service-box .box-img {
    margin-bottom: 30px
}

.service-box .box-title {
    margin-bottom: 14px
}

.service-box .box-text {
    margin-bottom: 22px;
    -webkit-transition: 0.4s ease-in-out;
    transition: 0.4s ease-in-out
}

.service-box .box-shape {
    position: absolute;
    width: 76px;
    height: 76px;
    background-color: var(--theme-color);
    border-radius: 99px;
    opacity: .1;
    -webkit-transition: 0.4s ease-in-out;
    transition: 0.4s ease-in-out
}

.service-box .box-shape:nth-child(1) {
    right: -22px;
    bottom: 22px
}

.service-box .box-shape:nth-child(2) {
    right: 22px;
    bottom: -22px
}

.service-box .box-shape:nth-child(3) {
    bottom: -13px;
    right: -13px
}

.service-box .th-btn {
    color: var(--theme-color);
    padding: 15px 25px;
    min-width: 140px;
    border: 1px solid var(--th-border-color);
    background-color: var(--white-color)
}

.service-box .th-btn:hover {
    border-color: var(--title-color)
}

.service-box:hover .box-shape {
    background-color: var(--theme-color2)
}

.service-box:hover .box-shape:nth-child(2) {
    right: -22px;
    bottom: 22px
}

.service-box:hover .box-shape:nth-child(1) {
    bottom: -13px;
    right: -13px
}

.service-box:hover .box-shape:nth-child(3) {
    right: 22px;
    bottom: -22px
}

.feature-item {
    padding: 30px;
    position: relative;
    border-radius: 30px;
    border: 2px solid var(--th-border-color);
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
    -webkit-transition: 0.4s;
    transition: 0.4s;
    position: relative;
    z-index: 2;
    height: 100%
}

.feature-item::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    width: 0;
    height: 100%;
    background-color: var(--theme-color);
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
    z-index: -1;
    border-radius: 30px
}

.feature-item .box-title {
    -webkit-transition: 0.4s;
    transition: 0.4s
}

.feature-item:hover {
    -webkit-transform: translateY(-3px);
    -ms-transform: translateY(-3px);
    transform: translateY(-3px)
}

.feature-item:hover::before {
    width: 100%
}

.feature-item:hover .box-title {
    color: var(--white-color)
}

.feature-item:hover .feature-item__icon {
    border-color: var(--white-color);
    background: var(--theme-color2);
    position: relative;
    z-index: -1
}

.feature-item:hover .feature-item__icon img {
    -webkit-filter: brightness(0) invert(1);
    filter: brightness(0) invert(1);
    -webkit-transform: rotateY(180deg);
    transform: rotateY(180deg)
}

.feature-item:hover .feature-item__icon {
    color: var(--white-color)
}

.feature-item:hover .feature-item__text {
    color: var(--white-color)
}

.feature-item__icon {
    height: 65px;
    width: 65px;
    line-height: 65px;
    text-align: center;
    border-radius: 50%;
    box-shadow: 0 2px 20px rgb(0 0 0 / .1);
    margin-bottom: 30px;
    -webkit-transition: 0.4s;
    transition: 0.4s
}

.feature-item__icon img {
    margin-top: 11px;
    margin-left: 24px;
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease
}

.feature-item__text {
    margin-bottom: -.3em;
    -webkit-transition: 0.4s;
    transition: 0.4s
}

.gallery-row {
    --bs-gutter-y: 1.5rem
}

@media (min-width:1300px) {
    .gallery-row .col-xl-auto {
        width: auto
    }
}

.gallery-box {
    position: relative
}

.gallery-box.style2 {
    z-index: 3
}

.gallery-box.style2 {
    position: relative
}

.gallery-box.style2 .simple-btn {
    position: absolute;
    top: 48%;
    left: 50%;
    font-size: 30px;
    color: var(--white-color);
    transform: translate(-50%, -50%);
    z-index: 4;
    opacity: 0;
    visibility: hidden;
    transition: all 0.4s ease
}

.gallery-box.style2 .box-content {
    text-align: center;
    background-color: #e5f3ff
}

.gallery-box.style2 .box-content:before {
    background-color: #e5f3ff
}

.gallery-box.style2:hover .simple-btn {
    bottom: 50%;
    opacity: 1;
    visibility: visible
}

.gallery-box.style2:hover .box-content {
    bottom: 0
}

.gallery-box .box-img {
    position: relative;
    z-index: 2;
    overflow: hidden;
    border-radius: 10px
}

.gallery-box .box-img img {
    width: 100%;
    object-fit: cover
}

@media (max-width:991px) {
    .gallery-box .box-img img {
        width: 100%;
        object-fit: cover
    }
}

.gallery-box .box-img:after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 0;
    background-color: var(--title-color);
    -webkit-transition: 0.4s ease-in-out;
    transition: 0.4s ease-in-out;
    opacity: .7
}

.gallery-box .box-content {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 20px 0 20px 20px;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    -webkit-transition: 0.4s ease-in-out;
    transition: 0.4s ease-in-out;
    visibility: hidden;
    opacity: 0;
    z-index: 3
}

.gallery-box .box-content:before {
    content: "";
    position: absolute;
    inset: 0 20px 0 0;
    background-color: var(--white-color);
    border-radius: 6px;
    z-index: -1
}

.gallery-box .icon-btn {
    --btn-size: 40px;
    background-color: var(--theme-color);
    color: var(--white-color);
    border: none;
    border-radius: 6px
}

.gallery-box .icon-btn:hover {
    background-color: var(--title-color)
}

.gallery-box .box-title {
    margin-bottom: 2px
}

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

.gallery-box .box-text {
    font-size: 14px;
    color: var(--theme-color)
}

.gallery-box:hover .box-img:after {
    height: 100%
}

.gallery-box:hover .box-content {
    bottom: 30px;
    left: 30px;
    right: 30px;
    visibility: visible;
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0)
}

@media (max-width:375px) {
    .gallery-box:hover .box-content {
        bottom: 20px;
        left: 20px;
        right: 20px
    }
}

.service-offer-wrapper {
    padding: 0 35px
}

@media (max-width:767px) {
    .service-offer-wrapper {
        padding: 0 20px
    }
}

.service-offer-wrapper .service-offer-box {
    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)
}

.service-offer-wrapper .service-offer-box:first-child {
    --duration: 100s
}

.service-offer-wrapper .service-offer-box:last-child {
    --duration: 80s
}

.service-offer-wrapper .service-offer-box.marquee--reverse .service-offer-group {
    animation-direction: reverse
}

.service-offer-wrapper .service-offer-box .service-offer-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);
    -webkit-animation: scroll var(--duration) linear infinite;
    animation: scroll var(--duration) linear infinite
}

.service-offer-wrapper .service-offer-box .service-offer-group .text {
    font-family: var(--title-font);
    font-weight: 700;
    font-size: 36px;
    line-height: 1.27px;
    text-align: center;
    letter-spacing: .02em;
    text-transform: capitalize;
    color: var(--white-color);
    padding: 64px 0 57px;
    display: inline-block;
    cursor: pointer;
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out
}

.service-offer-wrapper .service-offer-box .service-offer-group .text A {
    color: var(--white-color)
}

@media (max-width:767px) {
    .service-offer-wrapper .service-offer-box .service-offer-group .text {
        font-size: 28px;
        padding: 58px 0 48px
    }
}

@media (max-width:575px) {
    .service-offer-wrapper .service-offer-box .service-offer-group .text {
        font-size: 24px;
        padding: 58px 0 48px
    }
}

.service-offer-wrapper .service-offer-box .service-offer-group .text img {
    margin: 0 28px
}

@media (max-width:575px) {
    .service-offer-wrapper .service-offer-box .service-offer-group .text img {
        margin: 0 22px
    }
}

.service-offer-wrapper.style-2 .service-offer-box .service-offer-group .text {
    padding: 15px 0 0;
    margin: 0
}

@media (max-width:575px) {
    .service-offer-wrapper.style-2 .service-offer-box .service-offer-group .text {
        padding: 15px 0 0
    }
}

.service-offer-wrapper.style-2 .service-offer-box .service-offer-group .text a {
    color: var(--title-color);
    text-transform: uppercase
}

.service-offer-wrapper.style-2 .service-offer-box .service-offer-group .text:hover a {
    color: var(--theme-color)
}

.service-offer-wrapper.style-2 .service-offer-box .service-offer-group .text a img {
    border: 0 solid var(--theme-color2);
    border-radius: 0%;
    margin-top: -10px
}

@media (max-width:1399px) {
    .service-offer-wrapper.style-2 .service-offer-box .service-offer-group .text a img {
        width: 100px
    }
}

@media (max-width:1299px) {
    .service-offer-wrapper.style-2 .service-offer-box .service-offer-group .text a img {
        width: 100px
    }
}

@media (max-width:1199px) {
    .service-offer-wrapper.style-2 .service-offer-box .service-offer-group .text a img {
        width: 100px
    }
}

@media (max-width:991px) {
    .service-offer-wrapper.style-2 .service-offer-box .service-offer-group .text a img {
        width: 100px
    }
}

@media (max-width:767px) {
    .service-offer-wrapper.style-2 .service-offer-box .service-offer-group .text a img {
        width: 100px
    }
}

@media (max-width:575px) {
    .service-offer-wrapper.style-2 .service-offer-box .service-offer-group .text a img {
        width: 100px
    }
}

@media (max-width:375px) {
    .service-offer-wrapper.style-2 .service-offer-box .service-offer-group .text a img {
        width: 100px
    }
}

.offer-box {
    padding: 40px 30px;
    border-radius: 20px;
    background-position: left center
}

.offer-box .box-subtitle {
    font-size: 14px;
    font-weight: 500;
    text-transform: uppercase;
    line-height: 24px;
    padding: 0 13px;
    margin-bottom: 21px;
    border-radius: 99px;
    display: inline-block;
    background-color: var(--theme-color2);
    color: var(--white-color)
}

.offer-box .box-title {
    margin-bottom: 23px
}

.pt-5 {
    padding-top: 5px
}

.pt-10 {
    padding-top: 10px
}

.pt-15 {
    padding-top: 15px
}

.pt-20 {
    padding-top: 20px
}

.pt-25 {
    padding-top: 25px
}

.pt-30 {
    padding-top: 30px
}

.pt-35 {
    padding-top: 35px
}

.pt-40 {
    padding-top: 40px
}

.pt-45 {
    padding-top: 45px
}

.pt-50 {
    padding-top: 50px
}

.pb-5 {
    padding-bottom: 5px
}

.pb-10 {
    padding-bottom: 10px
}

.pb-15 {
    padding-bottom: 15px
}

.pb-20 {
    padding-bottom: 20px
}

.pb-25 {
    padding-bottom: 25px
}

.pb-30 {
    padding-bottom: 30px
}

.pb-35 {
    padding-bottom: 35px
}

.pb-40 {
    padding-bottom: 40px
}

.pb-45 {
    padding-bottom: 45px
}

.pb-50 {
    padding-bottom: 50px
}

.pb-60 {
    padding-bottom: 60px
}

.mb-5 {
    margin-bottom: 5px
}

.mb-10 {
    margin-bottom: 10px
}

.mb-15 {
    margin-bottom: 15px
}

.mb-20 {
    margin-bottom: 20px
}

.mb-25 {
    margin-bottom: 25px
}

.mb-30 {
    margin-bottom: 30px
}

.mb-35 {
    margin-bottom: 35px
}

.mb-40 {
    margin-bottom: 40px
}

.mb-45 {
    margin-bottom: 45px
}

.mb-50 {
    margin-bottom: 50px
}

.mb-60 {
    margin-bottom: 60px
}

.mt-40 {
    margin-top: 40px
}

.mb-33 {
    margin-bottom: 33px
}

.mb-28 {
    margin-bottom: 28px
}

.mt-n3 {
    margin-top: -.8rem
}

.space,
.space-top {
    padding-top: var(--section-space)
}

.space,
.space-bottom {
    padding-bottom: var(--section-space)
}

@media (max-width:991px) {

    .space,
    .space-top {
        padding-top: var(--section-space-mobile)
    }

    .space,
    .space-bottom {
        padding-bottom: var(--section-space-mobile)
    }
}

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

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

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

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

.reveal {
    position: relative;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    visibility: hidden;
    overflow: hidden
}

.reveal img {
    height: 100%;
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -webkit-transform-origin: left;
    transform-origin: left
}

.image-anime {
    position: relative;
    overflow: hidden
}

.image-anime:after {
    content: "";
    position: absolute;
    width: 200%;
    height: 0%;
    left: 50%;
    top: 50%;
    background-color: rgb(255 255 255 / .3);
    transform: translate(-50%, -50%) rotate(-45deg);
    z-index: 1
}

.image-anime:hover:after {
    height: 250%;
    transition: all 600ms linear;
    background-color: #fff0
}

.figure {
    margin: 0;
    display: block;
    border-radius: 20px
}