@charset "UTF-8";

:root {
    --theme-color: #0B59DB;
    --theme-color2: #6653E8;
    --primary-color: #0B59DB;
    --title-color: #0B1422;
    --body-color: #6E7070;
    --smoke-color: #F2F5FA;
    --smoke-color2: #F3F4F6;
    --smoke-color3: #EEF1FF;
    --smoke-color4: #F4F6F8;
    --black-color: #000000;
    --black-color2: #0D0D0C;
    --gray-color: #E1E4E5;
    --gray-color2: #999999;
    --white-color: #ffffff;
    --light-color: #E1E4E5;
    --light-bg-color: #242528;
    --dark-bg-color: #1A1B1D;
    --yellow-color: #FFB539;
    --success-color: #28a745;
    --error-color: #dc3545;
    --th-border-color: #D5D7DA;
    --th-border-color2: #E6E6E6;
    --brand-color: #79F4E4;
    --light-blue-color: #001C49;
    --title-font: "Plus Jakarta Sans", sans-serif;
    --body-font: "Inter", sans-serif;
    --style-font: "Nunito", sans-serif;
    --icon-font: "Font Awesome 6 Pro";
    --main-container: 1320px;
    --container-gutters: 24px;
    --section-space: 120px;
    --section-space-mobile: 80px;
    --section-title-space: 60px;
    --ripple-ani-duration: 2s
}

body,
html {
    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
}

iframe {
    border: none;
    width: 100%
}

a:active,
a:focus,
button:focus,
input,
input:active,
input:focus,
input:hover,
textarea,
textarea:active,
textarea:focus,
textarea:hover {
    outline: 0
}

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

embed,
img:not([draggable]),
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 .4s;
    transition: all ease .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 .4s;
    transition: all ease .4s
}

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

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

p:empty {
    display: none
}

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

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

.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
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: 80px;
    line-height: 1.18
}

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

.h3,
h3 {
    font-size: 32px;
    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: 54px;
        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: 30px
    }
}

@media (max-width:375px) {

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

.cursor-follower {
    position: fixed;
    background: var(--title-color);
    border: 1px solid var(--title-color);
    width: 15px;
    height: 15px;
    border-radius: 100%;
    z-index: 999999;
    -webkit-transition: .2s cubic-bezier(.75, -.27, .3, 1.33) opacity, .2s cubic-bezier(.75, -.27, .3, 1.33) background, .6s cubic-bezier(.75, -1.27, .3, 2.33) -webkit-transform;
    transition: .2s cubic-bezier(.75, -.27, .3, 1.33) opacity, .2s cubic-bezier(.75, -.27, .3, 1.33) background, .6s cubic-bezier(.75, -1.27, .3, 2.33) -webkit-transform;
    transition: .6s cubic-bezier(.75, -1.27, .3, 2.33) transform, .2s cubic-bezier(.75, -.27, .3, 1.33) opacity, .2s cubic-bezier(.75, -.27, .3, 1.33) background;
    transition: .6s cubic-bezier(.75, -1.27, .3, 2.33) transform, .2s cubic-bezier(.75, -.27, .3, 1.33) opacity, .2s cubic-bezier(.75, -.27, .3, 1.33) background, .6s cubic-bezier(.75, -1.27, .3, 2.33) -webkit-transform;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    pointer-events: none;
    -webkit-transform: translate(2px, 2px);
    transform: translate(2px, 2px);
    opacity: 1;
    mix-blend-mode: multiply
}

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

.clearfix {
    clear: both
}

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

.blog-single.sticky {
    position: relative
}

.blog-single.sticky .blog-content:before {
    display: none
}

.blog-single.sticky:before {
    content: "\f0c1";
    position: absolute;
    font-family: var(--icon-font);
    font-size: 16px;
    font-weight: 500;
    opacity: 1;
    right: 0;
    top: 0;
    color: var(--white-color);
    background-color: var(--theme-color);
    z-index: 1;
    height: 44px;
    width: 44px;
    line-height: 44px;
    text-align: center;
    border-radius: 0 20px 0 20px
}

@media (max-width:767px) {
    .blog-single.sticky:before {
        border-radius: 0 10px 0 10px
    }
}

.blog-single.sticky::before {
    content: "\f08d"
}

.blog-details .blog-single:before {
    display: none
}

.blog-details .blog-single .blog-content {
    background-color: transparent;
    overflow: hidden
}

.blog-details .blog-single.sticky {
    background-color: transparent
}

.blog-details .blog-single.sticky:before {
    display: none
}

@media (max-width:767px) {
    .blog-single.sticky:before {
        font-size: 14px;
        width: 40px;
        height: 40px;
        line-height: 40px
    }
}

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

@media only screen and (min-width:1300px) {
    .container {
        max-width: calc(var(--main-container)+var(--container-gutters));
        padding-left: calc(var(--container-gutters)/ 2);
        padding-right: calc(var(--container-gutters)/ 2)
    }
}

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

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

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

/* ── Global symmetric horizontal gutters ──────────────────────────
   Ensures equal left & right spacing on every container at every
   viewport width, overriding Bootstrap's default 15px asymmetry.
──────────────────────────────────────────────────────────────────── */
.container,
.container-fluid,
.th-container,
.th-container7 {
    padding-left: 40px;
    padding-right: 40px
}

@media (min-width:576px) {

    .container,
    .container-fluid,
    .th-container,
    .th-container7 {
        padding-left: 24px;
        padding-right: 24px
    }
}

@media (min-width:992px) {

    .container,
    .container-fluid,
    .th-container,
    .th-container7 {
        padding-left: 30px;
        padding-right: 30px
    }
}

@media (min-width:1300px) {

    .container,
    .container-fluid,
    .th-container,
    .th-container7 {
        padding-left: calc(var(--container-gutters)/ 2);
        padding-right: calc(var(--container-gutters)/ 2)
    }
}


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

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

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

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

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

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

.form-control,
.form-select,
input,
select,
textarea {
    height: 64px;
    padding: 0 25px 0 25px;
    padding-right: 50px;
    border: 1px solid var(--gray-color);
    color: var(--body-color);
    background-color: var(--white-color);
    font-size: 14px;
    width: 100%;
    font-family: var(--body-font);
    font-weight: 400;
    border-radius: 16px;
    -webkit-transition: .4s ease-in-out;
    transition: .4s ease-in-out;
    resize: none
}

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

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

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

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

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

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

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

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

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

.form-select,
select {
    display: block;
    width: 100%;
    line-height: 1.5;
    vertical-align: middle;
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3E%3Cpath fill='none' stroke='%23343a40' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M2 5l6 6 6-6'/%3E%3C/svg%3E");
    background-position: right 26px center;
    background-repeat: no-repeat;
    background-size: 16px 12px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    cursor: pointer
}

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

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

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

.form-group>i,
.form-group>img {
    display: inline-block;
    position: absolute;
    right: 35px;
    top: 17px;
    font-size: 14px;
    color: var(--body-color)
}

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

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

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

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

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

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: transparent;
    -webkit-transition: all .2s ease;
    transition: all .2s ease
}

input[type=radio]:checked~label::before {
    border-color: var(--theme-color);
    background-color: var(--theme-color);
    color: var(--white-color)
}

label {
    margin-bottom: .5em;
    margin-top: -.3em;
    display: block;
    color: var(--title-color);
    font-family: var(--body-font);
    font-size: 16px
}

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

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

textarea.is-invalid {
    background-position: top calc(.375em+.5875rem) right calc(.375em+.8875rem)
}

.form-messages {
    display: none
}

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

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

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

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

input[type=date] {
    padding: 0 25px 0 25px;
    position: relative
}

input[type=date]::-webkit-calendar-picker-indicator {
    background: 0 0;
    position: absolute;
    left: 0;
    height: 100%;
    width: 100%;
    z-index: 1;
    cursor: pointer
}

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

input[type=time] {
    padding: 0 30px;
    position: relative
}

input[type=time]::-webkit-calendar-picker-indicator {
    background: 0 0;
    position: absolute;
    left: 0;
    height: 100%;
    width: 100%;
    z-index: 1;
    cursor: pointer
}

:root {
    --input-height: 56px
}

.nice-select {
    -webkit-tap-highlight-color: transparent;
    background-image: none;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    clear: both;
    cursor: pointer;
    position: relative;
    line-height: calc(var(--input-height) - 2px);
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    white-space: nowrap
}

.nice-select:after {
    content: "";
    font-family: var(--icon-font);
    font-weight: 700;
    font-size: 16px;
    pointer-events: none;
    border-bottom: 1px solid var(--body-color);
    border-right: 1px solid var(--body-color);
    position: absolute;
    right: 25px;
    line-height: calc(var(--input-height) - 2px);
    top: 25px;
    height: 8px;
    width: 8px;
    -webkit-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg)
}

.nice-select.open:after {
    -webkit-transform: rotate(-135deg) translate(0, -5px);
    transform: rotate(-135deg) translate(0, -5px)
}

.nice-select.open .list {
    opacity: 1;
    border-radius: 0;
    pointer-events: auto;
    display: block;
    -webkit-transform: scale(1) translateY(0);
    transform: scale(1) translateY(0);
    border-bottom: 1px solid var(--theme-color)
}

.nice-select.disabled {
    color: #999;
    pointer-events: none
}

.nice-select.wide {
    width: 100%
}

.nice-select.wide .list {
    left: 0 !important;
    right: 0 !important
}

.nice-select.right {
    float: right
}

.nice-select.right .list {
    left: auto;
    right: 0
}

.nice-select.small {
    font-size: 12px;
    height: 36px;
    line-height: 34px
}

.nice-select.small:after {
    height: 4px;
    width: 4px
}

.nice-select.small .option {
    line-height: 34px;
    min-height: 34px
}

.nice-select .list {
    width: 100%;
    background-color: #fff;
    border-radius: 5px;
    -webkit-box-shadow: 0 0 0 1px rgba(68, 68, 68, .11);
    box-shadow: 0 0 0 1px rgba(68, 68, 68, .11);
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    margin-top: 4px;
    opacity: 0;
    overflow: hidden;
    padding: 0;
    pointer-events: none;
    position: absolute;
    top: 100%;
    left: 0;
    max-height: 250px;
    -webkit-transform: scaleY(0);
    transform: scaleY(0);
    -webkit-transform-origin: top;
    transform-origin: top;
    -webkit-transform: scale(.75) translateY(-56px/2);
    transform: scale(.75) translateY(-56px/2);
    -webkit-transition: all .2s cubic-bezier(.5, 0, 0, 1.25), opacity .15s ease-out;
    transition: all .2s cubic-bezier(.5, 0, 0, 1.25), opacity .15s ease-out;
    z-index: 9
}

.nice-select .list:hover .option:not(:hover) {
    background-color: transparent !important
}

.nice-select .option {
    cursor: pointer;
    font-weight: 400;
    line-height: 40px;
    list-style: none;
    min-height: 40px;
    outline: 0;
    padding-left: 18px;
    padding-right: 29px;
    text-align: left;
    -webkit-transition: all .2s;
    transition: all .2s
}

.nice-select .option.focus,
.nice-select .option.selected.focus,
.nice-select .option:hover {
    background-color: var(--smoke-color)
}

.nice-select .option.selected {
    font-weight: 700
}

.nice-select .option.disabled {
    background-color: transparent;
    color: #999;
    cursor: default
}

.no-csspointerevents .nice-select .list {
    display: none
}

.no-csspointerevents .nice-select.open .list {
    display: block
}

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

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

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

.slider-controller {
    margin-top: 60px;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 24px
}

.slider-controller .button {
    width: calc(100% - 204px)
}

@media (max-width:1199px) {
    .slider-controller {
        margin-top: 45px
    }
}

.slider-area {
    position: relative
}

.arrow-wrap {
    position: relative
}

.slider-drag-cursor {
    pointer-events: none;
    z-index: 99999;
    position: fixed;
    top: 0;
    left: -2px;
    padding: 0 18px;
    -webkit-transition: opacity .4s ease-in-out;
    transition: opacity .4s ease-in-out;
    border-radius: 100%;
    -webkit-backdrop-filter: blur(12px);
    backdrop-filter: blur(12px);
    background: rgba(11, 89, 219, .7);
    width: 120px;
    height: 120px;
    line-height: 120px;
    text-align: center;
    border-radius: 100%;
    color: var(--white-color);
    opacity: 0;
    cursor: none
}

.slider-drag-cursor.active {
    opacity: 1
}

.th-menu-wrapper {
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, .6);
    z-index: 999999;
    width: 0;
    width: 100%;
    height: 100%;
    -webkit-transition: all ease .8s;
    transition: all ease .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-color)
}

.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(--title-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(--title-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: 0
}

.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;
    display: none
}

.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);
    transform: rotate(90deg)
}

.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);
    -webkit-box-shadow: 0 0 20px -8px rgba(173, 136, 88, .5);
    box-shadow: 0 0 20px -8px rgba(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;
    border-radius: 8px;
    background-color: var(--theme-color);
    color: var(--white-color);
    display: inline-block
}

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

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

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

.preloader {
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 999;
    background-color: var(--white-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%);
    transform: translate(-50%, -50%);
    text-align: center;
    line-height: 1
}

.preloader-inner img {
    display: block;
    margin: 0 auto 0 auto
}

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

    100% {
        width: 100%
    }
}

@keyframes animloader {
    0% {
        width: 0%
    }

    100% {
        width: 100%
    }
}

.th-btn {
    position: relative;
    z-index: 1;
    overflow: hidden;
    vertical-align: middle;
    text-align: center;
    background-color: var(--theme-color);
    color: var(--white-color);
    font-family: var(--body-font);
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    text-transform: capitalize;
    border: none;
    font-size: 16px;
    font-weight: 400;
    padding: 19px 40px;
    border-radius: 10px;
    -webkit-transition: all .3s 0s ease-out;
    transition: all .3s 0s ease-out;
    gap: 8px
}

.th-btn.th-icon i {
    font-size: 20px;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    -webkit-transition: .4s;
    transition: .4s
}

.th-btn:before {
    content: "";
    width: 0;
    height: 100%;
    border-radius: 10px;
    position: absolute;
    top: 0;
    left: -5%;
    background-color: var(--title-color);
    -webkit-transition: .5s ease;
    transition: .5s ease;
    display: block;
    z-index: -1
}

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

.th-btn.active:before,
.th-btn:hover:before {
    width: 110%
}

.th-btn.active.th-icon i,
.th-btn:hover.th-icon i {
    -webkit-transform: rotate(0);
    transform: rotate(0)
}

.th-btn.style1 img {
    -webkit-transition: .4s;
    transition: .4s
}

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

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

.th-btn.style1:hover.th-icon:after {
    background-color: var(--title-color)
}

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

.th-btn.style1:hover img {
    -webkit-filter: contrast(0) brightness(0);
    filter: contrast(0) brightness(0)
}

.th-btn.style2 {
    background-color: transparent;
    color: var(--white-color);
    border: 1px solid var(--white-color)
}

.th-btn.style2:hover {
    color: var(--black-color2);
    border: 1px solid var(--white-color)
}

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

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

.th-btn.style3 {
    background-color: var(--theme-color);
    color: var(--white-color);
    -webkit-box-shadow: none;
    box-shadow: none;
    border: none;
    border-radius: 50px
}

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

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

.th-btn.style4 {
    background-color: transparent;
    color: var(--title-color);
    border: 1px solid var(--title-color);
    padding: 14px 25px
}

.th-btn.style4.th-icon:after {
    background-color: var(--title-color)
}

.th-btn.style4:hover {
    color: var(--white-color);
    border: 1px solid var(--theme-color)
}

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

.th-btn.style4:before {
    background-color: var(--theme-color)
}

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

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

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

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

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

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

.th-btn.black-btn:before {
    background-color: var(--theme-color)
}

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

.th-btn.th-radius {
    border-radius: 50px
}

.icon-btn {
    display: inline-block;
    width: var(--btn-size, 56px);
    height: var(--btn-size, 56px);
    line-height: var(--btn-size, 53px);
    font-size: var(--btn-font-size, 18px);
    background-color: transparent;
    border: 1px solid var(--th-border-color);
    color: var(--title-color);
    text-align: center;
    border-radius: 99px;
    -webkit-transition: .4s ease-in-out;
    transition: .4s ease-in-out;
    position: relative
}

.icon-btn.th-icon i {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    -webkit-transition: .4s ease-in-out;
    transition: .4s ease-in-out
}

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

.icon-btn:hover.th-icon i {
    -webkit-transform: rotate(0);
    transform: rotate(0)
}

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

.icon-btn.style3 {
    background-color: var(--smoke-color4);
    border: 1px solid var(--th-border-color2);
    color: var(--title-color);
    border-radius: 99px
}

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

.icon-btn.style3:hover img {
    -webkit-filter: brightness(99) grayscale(99) invert(0);
    filter: brightness(99) grayscale(99) invert(0)
}

.scroll-top {
    position: fixed;
    right: 30px;
    bottom: 30px;
    height: 50px;
    width: 50px;
    cursor: pointer;
    display: block;
    border-radius: 50px;
    z-index: 10000;
    opacity: 1;
    visibility: hidden;
    -webkit-transform: translateY(45px);
    transform: translateY(45px);
    -webkit-transition: all .3s linear;
    transition: all .3s 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);
    -webkit-box-shadow: none;
    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;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition: all .4s linear;
    transition: all .4s linear
}

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

.sec-title {
    line-height: 1.2;
    margin-bottom: calc(var(--section-title-space) - 11px)
}

.sub-title {
    display: block;
    font-weight: 500;
    font-size: 20px;
    letter-spacing: .02em;
    color: var(--theme-color);
    font-family: var(--body-font);
    position: relative;
    margin-top: -.2em;
    margin-bottom: 5px
}

.sub-title:has(.squre-shape) {
    margin-bottom: 14px
}

.sub-title:has(.round-shape) {
    font-size: 18px;
    font-weight: 500;
    margin-bottom: 5px;
    text-transform: uppercase;
    letter-spacing: normal
}

@media (max-width:575px) {
    .sub-title:has(.round-shape) {
        margin-bottom: 15px;
        font-size: 16px
    }
}

.sub-title .squre-shape {
    width: 20px;
    height: 20px;
    display: inline-block;
    position: relative
}

.sub-title .squre-shape:after,
.sub-title .squre-shape:before {
    content: "";
    position: absolute;
    width: 10px;
    height: 10px;
    background: var(--th-border-color);
    top: 0;
    left: 0
}

.sub-title .squre-shape:before {
    background: var(--theme-color);
    top: auto;
    left: auto;
    bottom: 0;
    right: 0
}

.sub-title .squre-shape.right:after {
    left: auto;
    right: 0
}

.sub-title .squre-shape.right:before {
    left: 0;
    right: auto
}

.sub-title.text-white .squre-shape:after {
    background: #6e7070
}

.sub-title.text-white .squre-shape:before {
    background: var(--white-color)
}

.sub-title .round-shape {
    width: 13px;
    height: 13px;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    position: relative;
    border-radius: 50%;
    background: var(--brand-color);
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none;
    margin-right: 20px
}

.sub-title .round-shape:after,
.sub-title .round-shape:before {
    content: "";
    position: relative;
    width: 6.5px;
    height: 13px;
    display: inline-block;
    background: var(--theme-color);
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none;
    right: -13px;
    border-radius: 0 100% 100% 0/0 50% 50% 0
}

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

.box-title a {
    color: inherit
}

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

.sec-text {
    font-size: 16px;
    line-height: 26px
}

.sec-text.style2 {
    max-width: 776px
}

@media (max-width:991px) {
    .sec-text.style2 {
        display: block;
        margin: auto auto 50px auto;
        text-align: center
    }
}

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

.title-area .sec-title {
    line-height: 1.2;
    margin-bottom: 22px
}

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

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

.shadow-title {
    font-family: var(--title-font);
    font-weight: 800;
    font-size: 250px;
    line-height: 250px;
    text-transform: capitalize;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(28.89%, rgba(255, 255, 255, .7)), to(rgba(255, 255, 255, 0)));
    background: linear-gradient(180deg, rgba(255, 255, 255, .7) 28.89%, rgba(255, 255, 255, 0) 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    text-fill-color: transparent;
    margin: -.45em 0 -.45em -.25em
}

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

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

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

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

@media (max-width:991px) {

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

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

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

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

@media (max-width:575px) {
    .shadow-title {
        font-size: 100px;
        line-height: 150px
    }
}

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

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

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

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

.shape-mockup.shape1 {
    -webkit-animation: cloudAni 10s linear infinite;
    animation: cloudAni 10s linear infinite
}

@media (max-width:1599px) {
    .shape-mockup.shape1 {
        display: none !important
    }
}

.shape-mockup.shape2 {
    -webkit-animation: cloudAni 15s linear infinite;
    animation: cloudAni 15s linear infinite
}

@media (max-width:1599px) {
    .shape-mockup.shape2 {
        display: none !important
    }
}

.shape-mockup.shape3 {
    -webkit-animation: cloudAni 20s linear infinite;
    animation: cloudAni 20s linear infinite
}

@media (max-width:1599px) {
    .shape-mockup.shape3 {
        display: none !important
    }
}

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

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

.th-social a {
    display: inline-block;
    width: var(--icon-size, 32px);
    height: var(--icon-size, 32px);
    border: 1px solid var(--th-border-color);
    line-height: var(--icon-size, 32px);
    background: 0 0;
    color: var(--white-color);
    font-size: 16px;
    border-radius: 50%;
    text-align: center;
    margin-right: 10px;
    -webkit-transition: all .4s ease;
    transition: all .4s ease
}

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

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

.th-social a:hover i {
    -webkit-animation: slideTop .5s;
    animation: slideTop .5s
}

.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: .4s ease-in-out;
    transition: .4s ease-in-out
}

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

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

.btn-group.style1 {
    gap: 40px
}

@media (max-width:375px) {
    .btn-group.style1 {
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start
    }
}

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

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

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

@media (max-width:375px) {
    .btn-group {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center
    }
}

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

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

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

.fw-bold {
    font-weight: 700
}

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

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

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

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

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

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

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

.th-radius {
    border-radius: 20px
}

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

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

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

.text-inherit {
    color: inherit
}

.text-inherit:hover {
    color: var(--theme-color)
}

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

.animated {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both
}

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

    30% {
        opacity: .3
    }

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

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

    30% {
        opacity: .3
    }

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

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

    50% {
        opacity: .3
    }

    80% {
        opacity: .2
    }

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

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

    50% {
        opacity: .3
    }

    80% {
        opacity: .2
    }

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

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

    30% {
        opacity: .4
    }

    100% {
        -webkit-transform: scale(2.9);
        transform: scale(2.9);
        opacity: .2
    }
}

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

    30% {
        opacity: .4
    }

    100% {
        -webkit-transform: scale(2.9);
        transform: scale(2.9);
        opacity: .2
    }
}

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

    50% {
        opacity: 1
    }

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

@keyframes scrollMove {
    0% {
        opacity: 0
    }

    50% {
        opacity: 1
    }

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

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

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

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

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

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

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

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

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

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

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

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

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

.spin {
    -webkit-animation: spin 15s linear infinite;
    animation: spin 15s 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)
    }
}

@-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 lineDown {
    0% {
        -webkit-transform: 0;
        transform: 0;
        opacity: 0
    }

    30% {
        opacity: 1
    }

    60% {
        opacity: 1
    }

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

@keyframes lineDown {
    0% {
        -webkit-transform: 0;
        transform: 0;
        opacity: 0
    }

    30% {
        opacity: 1
    }

    60% {
        opacity: 1
    }

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

@-webkit-keyframes swing {

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

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

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

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

@keyframes swing {

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

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

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

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

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

    50% {
        -webkit-transform: scale(1.3);
        transform: scale(1.3)
    }

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

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

    50% {
        -webkit-transform: scale(1.3);
        transform: scale(1.3)
    }

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

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

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

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

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

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

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

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

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

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

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

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

@-webkit-keyframes slideTop {
    49% {
        -webkit-transform: translateY(100%);
        transform: translateY(100%)
    }

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

    51% {
        opacity: 1
    }
}

@keyframes slideTop {
    49% {
        -webkit-transform: translateY(100%);
        transform: translateY(100%)
    }

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

    51% {
        opacity: 1
    }
}

@-webkit-keyframes zoom1 {
    0% {
        scale: 0.2
    }

    50% {
        scale: 1
    }

    100% {
        scale: 0.2
    }
}

@keyframes zoom1 {
    0% {
        scale: 0.2
    }

    50% {
        scale: 1
    }

    100% {
        scale: 0.2
    }
}

@-webkit-keyframes topBottomLine {
    0% {
        top: 0
    }

    50% {
        top: calc(100% - 30px)
    }

    100% {
        top: 0
    }
}

@keyframes topBottomLine {
    0% {
        top: 0
    }

    50% {
        top: calc(100% - 30px)
    }

    100% {
        top: 0
    }
}

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

    25% {
        background-color: #81f24c
    }

    50% {
        background-color: #41f27d
    }

    75% {
        background-color: #0500ff
    }

    100% {
        background-color: #f2ba4c
    }
}

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

    25% {
        background-color: #81f24c
    }

    50% {
        background-color: #41f27d
    }

    75% {
        background-color: #0500ff
    }

    100% {
        background-color: #f2ba4c
    }
}

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

    50% {
        left: 0
    }

    100% {
        left: 40px
    }
}

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

    50% {
        left: 0
    }

    100% {
        left: 40px
    }
}

@-webkit-keyframes fadeLeftRight {

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

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

@keyframes fadeLeftRight {

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

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

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

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

.th-ani {
    -webkit-transition: all .5s ease;
    transition: all .5s ease
}

.th-ani:hover {
    -webkit-transform: translate(0, -15px);
    transform: translate(0, -15px)
}

@-webkit-keyframes shine {
    100% {
        left: 125%
    }
}

@keyframes shine {
    100% {
        left: 125%
    }
}

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

    100% {
        opacity: 1
    }
}

@keyframes fadein {
    0% {
        opacity: 0
    }

    100% {
        opacity: 1
    }
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.fadeInLeft {
    -webkit-animation-name: fadeInLeft;
    animation-name: fadeInLeft
}

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

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

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

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

.fadeInRight {
    -webkit-animation-name: fadeInRight;
    animation-name: fadeInRight
}

@-webkit-keyframes fadeInUp {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, 40px, 0);
        transform: translate3d(0, 40px, 0)
    }

    100% {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}

@keyframes fadeInUp {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, 40px, 0);
        transform: translate3d(0, 40px, 0)
    }

    100% {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}

.fadeInUp {
    -webkit-animation-name: fadeInUp;
    animation-name: fadeInUp
}

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

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

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

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

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

    50% {
        opacity: 1
    }
}

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

    50% {
        opacity: 1
    }
}

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

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

.fadeInLeft {
    -webkit-animation-name: fadeInLeft;
    animation-name: fadeInLeft
}

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

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

.fadeInRight {
    -webkit-animation-name: fadeInRight;
    animation-name: fadeInRight
}

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

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

.fadeInUp {
    -webkit-animation-name: fadeInUp;
    animation-name: fadeInUp
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.slideUp {
    -webkit-animation-name: slideOutUp;
    animation-name: slideOutUp
}

.scroll-text-ani {
    background: -webkit-gradient(linear, left top, right top, from(var(--title-color)), color-stop(0, var(--th-border-color)));
    background: linear-gradient(to right, var(--title-color) 0, var(--th-border-color) 0);
    background-clip: text;
    -webkit-background-clip: text;
    color: transparent;
    -webkit-text-fill-color: transparent;
    line-height: 1.2;
    -webkit-transition: background .4s ease-out;
    transition: background .4s ease-out;
    background-size: 100% 100%;
    background-repeat: no-repeat
}

.scroll-text-ani2 {
    background: -webkit-gradient(linear, left top, right top, from(var(--white-color)), color-stop(0, var(--th-border-color)));
    background: linear-gradient(to right, var(--white-color) 0, var(--th-border-color) 0);
    background-clip: text;
    -webkit-background-clip: text;
    color: transparent;
    -webkit-text-fill-color: transparent;
    line-height: 1.2;
    -webkit-transition: background .4s ease-out;
    transition: background .4s ease-out;
    background-size: 100% 100%;
    background-repeat: no-repeat
}

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

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

.widget_categories a {
    display: block;
    background-color: var(--white-color);
    border: 1px solid var(--smoke-color);
    margin: 0 0 10px 0;
    padding: 16.5px 45px 16.5px 25px;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.313;
    color: var(--body-color);
    border-radius: 8px
}

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

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

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

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

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

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

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

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

.widget:last-child {
    margin-bottom: 0
}

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

.widget .form-control,
.widget .form-select,
.widget input,
.widget select,
.widget textarea {
    background-color: transparent;
    border-radius: 32px;
    border: 1px solid rgba(255, 255, 255, .3)
}

.widget .form-control:focus,
.widget .form-select:focus,
.widget input:focus,
.widget select:focus,
.widget textarea:focus {
    border-color: var(--theme-color)
}

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

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

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

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

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

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

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

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

.widget textarea {
    min-height: 120px
}

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

.widget .form-group label {
    color: var(--body-color);
    padding-left: 16px;
    text-align: left
}

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

.widget_title {
    font-size: 24px
}

.widget_search {
    background-color: var(--smoke-color);
    border: 1px solid transparent
}

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

.widget .search-form input {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    border: none;
    border-radius: 10px;
    height: 56px;
    padding-right: 70px;
    color: var(--body-color)
}

.widget .search-form input::-webkit-input-placeholder {
    color: var(--body-color)
}

.widget .search-form input::-moz-placeholder {
    color: var(--body-color)
}

.widget .search-form input:-ms-input-placeholder {
    color: var(--body-color)
}

.widget .search-form input::-ms-input-placeholder {
    color: var(--body-color)
}

.widget .search-form input::placeholder {
    color: var(--body-color)
}

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

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

.widget.widget_banner {
    background-color: var(--title-color);
    position: relative
}

.widget.widget_banner::before {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    content: "";
    background: rgba(11, 20, 34, .8);
    mix-blend-mode: luminosity;
    border-radius: 20px
}

.widget-banner .icon {
    position: relative;
    font-size: 16px;
    width: 50px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    margin: auto;
    color: var(--white-color);
    background: var(--theme-color);
    display: block;
    border-radius: 100px;
    margin-bottom: 30px
}

.widget-banner .icon::before {
    position: absolute;
    width: 64px;
    height: 64px;
    left: -7px;
    top: -7px;
    line-height: 64px;
    text-align: center;
    content: "";
    border: 1px solid var(--white-color);
    border-radius: 100px
}

.widget-banner .text {
    font-weight: 700;
    font-size: 28px;
    text-align: center;
    color: var(--white-color);
    display: block;
    margin-bottom: 20px
}

@media (max-width:575px) {
    .widget-banner .text {
        font-size: 24px
    }
}

.widget-banner .phone {
    font-size: 20px;
    font-weight: 700;
    text-align: center;
    color: var(--white-color);
    display: block;
    margin-bottom: 20px
}

.tagcloud a {
    display: inline-block;
    border: none;
    line-height: 1;
    padding: 9.5px 14px;
    margin-right: 2px;
    margin-bottom: 10px;
    text-transform: capitalize;
    color: var(--title-color);
    font-size: 14px;
    font-family: var(--body-font);
    font-weight: 400;
    background-color: var(--white-color);
    border-radius: 100px;
    border: 1px solid var(--th-border-color)
}

.tagcloud a:hover {
    background-color: var(--theme-color);
    color: var(--white-color) !important;
    border: 1px solid var(--theme-color)
}

.tagcloud {
    margin-bottom: -10px
}

.recent-post {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 20px
}

.recent-post:last-child {
    margin-bottom: 0
}

.recent-post .media-img {
    margin-right: 15px;
    width: 85px;
    height: 85px;
    border-radius: 20px;
    overflow: hidden;
    position: relative
}

.recent-post .media-img img {
    width: 100%;
    border-radius: 4px;
    -webkit-transition: .4s ease-in-out;
    transition: .4s ease-in-out
}

.recent-post .media-img:after {
    content: "\f0c1";
    font-family: var(--icon-font);
    position: absolute;
    inset: 0;
    text-align: center;
    line-height: 80px;
    font-size: 24px;
    background-color: rgba(0, 0, 0, .7);
    color: var(--theme-color);
    pointer-events: none;
    border-radius: 50%;
    -webkit-transform: scale(0);
    transform: scale(0);
    -webkit-transition: .4s ease-in-out;
    transition: .4s ease-in-out
}

.recent-post .post-title {
    font-size: 20px;
    font-weight: 500;
    margin-bottom: 0;
    font-family: var(--title-font);
    color: var(--title-color);
    text-transform: capitalize
}

.recent-post .recent-post-meta {
    margin-bottom: 2px
}

.recent-post .recent-post-meta a {
    text-transform: capitalize;
    font-size: 16px;
    color: var(--body-color);
    font-family: var(--body-font)
}

.recent-post .recent-post-meta a i {
    margin-right: 6px;
    color: var(--theme-color)
}

.recent-post .recent-post-meta a:hover {
    color: var(--theme-color)
}

.recent-post:hover .media-img img {
    -webkit-transform: scale(1.1);
    transform: scale(1.1)
}

.recent-post:hover .media-img:after {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
    border-radius: 15%
}

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

.sidebar-area.style2 .widget {
    padding: var(--widget-padding-y, 30px) var(--widget-padding-x, 16px)
}

.sidebar-area.style3 .widget {
    padding: var(--widget-padding-y, 24px) var(--widget-padding-x, 24px)
}

@media (max-width:991px) {
    .sidebar-area {
        margin-left: 0
    }
}

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

.sidebar-area .widget_categories.style2 ul {
    margin: 0 0 -15px 0
}

.donwload-media-wrap {
    margin-top: -4px;
    margin-bottom: -4px
}

.donwload-media-wrap .download-media {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center;
    background-color: var(--white-color);
    padding: 14.5px;
    -webkit-box-shadow: 0 2px 4px 0 rgba(2, 29, 53, .1);
    box-shadow: 0 2px 4px 0 rgba(2, 29, 53, .1);
    margin-bottom: 15px;
    border-bottom: 1px solid #e7e7e7;
    border-radius: 10px;
    -webkit-transition: .4s;
    transition: .4s
}

.donwload-media-wrap .download-media:last-child {
    margin-bottom: 0;
    border-bottom: none
}

.donwload-media-wrap .download-media:hover {
    background: var(--theme-color)
}

.donwload-media-wrap .download-media:hover .download-media_icon i {
    color: var(--white-color)
}

.donwload-media-wrap .download-media:hover .download-media_title a {
    color: var(--white-color)
}

.donwload-media-wrap .download-media_icon {
    margin-right: 5px
}

.donwload-media-wrap .download-media_icon i {
    -webkit-transition: .4s;
    transition: .4s
}

@media (max-width:375px) {
    .donwload-media-wrap .download-media_icon {
        margin-right: 10px
    }
}

.donwload-media-wrap .download-media_icon i {
    font-size: 16px;
    color: var(--theme-color)
}

.donwload-media-wrap .download-media_title {
    line-height: 26px;
    font-weight: 400;
    margin-bottom: 0;
    text-transform: uppercase
}

.donwload-media-wrap .download-media_title a {
    display: block;
    font-size: 14px;
    color: var(--title-color)
}

@media (max-width:375px) {
    .donwload-media-wrap .download-media_title {
        line-height: 24px
    }
}

.widget_info {
    padding: 30px
}

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

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

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

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

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

@media (max-width:330px) {
    .recent-post .post-title {
        font-size: 16px;
        line-height: 24px
    }

    .recent-post .recent-post-meta a {
        font-size: 12px
    }
}

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

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

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

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

.footer-widget .widget_title {
    font-size: 20px;
    padding: 0;
    margin: -.12em 0 30px 0;
    color: var(--white-color)
}

.footer-widget .widget_title:after,
.footer-widget .widget_title:before {
    display: none
}

.footer-widget.widget_categories ul {
    margin-top: -4px
}

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

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

.footer-widget.widget_categories a:before {
    content: "\f105";
    position: absolute;
    font-weight: 600;
    left: 0;
    top: 2px;
    font-family: var(--icon-font);
    -webkit-transform: translateY(0);
    transform: translateY(0);
    font-size: .9em;
    background-color: transparent;
    border: none;
    color: inherit
}

.footer-widget.widget_categories a:hover {
    background-color: transparent;
    color: var(--theme-color);
    -webkit-box-shadow: none;
    box-shadow: none
}

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

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

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

.footer-widget .recent-post {
    max-width: 300px;
    margin-top: -.4em;
    margin-bottom: 20px
}

.footer-widget .recent-post .media-img {
    max-width: 74px
}

.footer-widget .recent-post .media-img:after {
    line-height: 74px
}

.footer-widget .recent-post .post-title {
    color: var(--white-color);
    font-weight: 500
}

.footer-widget .recent-post:last-child {
    margin-bottom: 0;
    padding-bottom: 0;
    border-bottom: 0
}

.footer-widget .recent-post .recent-post-meta a {
    font-weight: 400;
    line-height: 1.2
}

.footer-widget .recent-post .recent-post-meta i {
    color: var(--theme-color)
}

.footer-widget .recent-post .recent-post-meta a:hover i {
    color: var(--theme-color)
}

.footer-widget .th-widget-contact .info-box_text a {
    color: #b1b8c3
}

.footer-widget .th-widget-contact .info-box_text a:hover {
    color: var(--theme-color)
}

.footer-widget .th-widget-contact .info-box_text .details p {
    color: #b1b8c3
}

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

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

.th-widget-about .about-text {
    margin-bottom: 20px;
    margin-top: -.5em
}

.th-widget-about .th-social a {
    color: var(--title-color)
}

.th-widget-about .th-social a:hover {
    color: var(--white-color)
}

.th-widget-contact .info-box_text a {
    color: var(--body-color)
}

.th-widget-contact .info-box_text .details p {
    color: var(--body-color)
}

@media (max-width:1199px) {
    .footer-widget.widget_categories a {
        margin-bottom: 16px
    }
}

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

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

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

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

.th-header .menu-area {
    position: relative
}

.sticky-wrapper {
    -webkit-transition: .4s ease-in-out;
    transition: .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 rgba(0, 0, 0, 0.07));
    filter: drop-shadow(0 0 10px rgba(0, 0, 0, .07));
    -webkit-animation: stickyAni .4s ease-in-out;
    animation: stickyAni .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: 400;
    font-size: 16px;
    font-family: var(--body-font);
    color: var(--black-color2);
    text-transform: capitalize
}

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

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

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

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

.main-menu ul {
    margin: 0;
    padding: 0
}

.main-menu ul li {
    list-style-type: none;
    display: inline-block;
    position: relative
}

.main-menu ul li.menu-item-has-children>a:after,
.main-menu ul li:has(.mega-menu)>a:after,
.main-menu ul li:has(.sub-menu)>a:after {
    content: "\f107";
    position: relative;
    font-family: var(--icon-font);
    margin-left: 4px;
    font-weight: 600;
    top: 0;
    font-size: 14px
}

.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);
    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;
    -webkit-box-shadow: 0 4px 15px rgba(1, 15, 28, .06);
    box-shadow: 0 4px 15px rgba(1, 15, 28, .06);
    border-radius: 0;
    -webkit-transform: scaleY(0);
    transform: scaleY(0);
    border-bottom: 3px solid var(--theme-color);
    -webkit-transform-origin: top center;
    transform-origin: top center;
    -webkit-transition: all .4s ease 0s;
    transition: all .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: "\f105";
    float: right;
    top: 1px
}

.main-menu ul.sub-menu li.menu-item-has-children:hover:after {
    -webkit-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: "\f2db";
    position: absolute;
    top: 6px;
    left: 10px;
    font-family: var(--icon-font);
    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: .3s ease-in-out;
    transition: .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 13px
    }
}

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

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

.header-button .th-btn {
    margin-left: 10px;
    padding: 15px 29px
}

@media (max-width:1299px) {
    .header-button .th-btn {
        display: none
    }
}

.header-button .icon-btn {
    line-height: var(--btn-size, 0)
}

.header-button .icon-btn>img {
    -webkit-filter: brightness(0) invert(0);
    filter: brightness(0) invert(0);
    -webkit-transition: .4s;
    transition: .4s
}

.header-button .icon-btn:hover>img {
    -webkit-filter: brightness(99) invert(0);
    filter: brightness(99) invert(0)
}

.social-links a {
    font-size: 14px;
    display: inline-block;
    color: var(--body-color);
    margin: 0 15px 0 0;
    -webkit-transition: all .4s ease;
    transition: all .4s ease
}

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

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

.social-links a:hover i {
    -webkit-animation: slideTop .5s;
    animation: slideTop .5s
}

.header-layout1 {
    background-color: var(--white-color)
}

.header-layout1 .th-container {
    padding: 10px
}

@media (max-width:1199px) {
    .header-layout1 .th-container {
        max-width: 100%
    }
}

.header-layout1 .main-menu>ul>li>a:before {
    content: "";
    position: absolute;
    height: 1px;
    left: 0;
    background: var(--black-color2);
    width: 0%;
    margin-top: 30px;
    -webkit-transition: .4s;
    transition: .4s
}

.header-layout1 .main-menu>ul>li>a.active,
.header-layout1 .main-menu>ul>li>a:hover {
    color: var(--black-color2)
}

.header-layout1 .main-menu>ul>li>a.active:before,
.header-layout1 .main-menu>ul>li>a:hover:before {
    width: 100%
}

.header-layout1 .main-menu ul li.menu-item-has-children>a:hover:after {
    color: var(--black-color2)
}

.header-layout1 .sticky-wrapper.sticky .menu-area {
    background-image: none !important
}

@media (max-width:1199px) {
    .header-layout1 .sticky-wrapper .menu-area {
        padding: 12px 0
    }
}

.header-layout1 .main-menu {
    position: relative;
    padding-left: 0px
}

@media (min-width:1930px) {
    .header-layout1 .main-menu {
        padding-left: 150px
    }
}

@media (max-width:1399px) {
    .header-layout1 .main-menu {
        padding-left: 40px
    }
}

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

@media (max-width:1399px) {
    .header-layout1 .main-menu>ul>li {
        margin: 0 8px
    }
}

.header-layout14 {
    position: absolute;
    top: 10px;
    left: 0;
    right: 0;
    background: 0 0
}

@media (min-width:1300px) {
    .header-layout14 {
        --main-container: 1776px
    }
}

.header-layout14 .main-menu>ul>li>a {
    color: var(--white-color)
}

.header-layout14 .main-menu>ul>li>a:before {
    background: var(--white-color)
}

.header-layout14 .main-menu>ul>li>a:after {
    color: var(--white-color)
}

.header-layout14 .main-menu>ul>li>a.active,
.header-layout14 .main-menu>ul>li>a:hover {
    color: var(--white-color)
}

.header-layout14 .main-menu>ul>li>a.active:after,
.header-layout14 .main-menu>ul>li>a:hover:after {
    color: var(--white-color)
}

.header-layout14 .main-menu ul li.menu-item-has-children>a:hover:after {
    color: var(--white-color)
}

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

.header-layout14 .th-menu-toggle:hover {
    background: var(--theme-color);
    color: var(--white-color)
}

.header-layout14 .sticky-wrapper.sticky {
    background: var(--title-color)
}

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

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

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

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

.title-area {
    -webkit-transition: all .3s linear 0s;
    transition: all .3s linear 0s
}

@-webkit-keyframes heading-anim-fade-out {
    0% {
        opacity: 0
    }

    100% {
        opacity: 1
    }
}

@keyframes heading-anim-fade-out {
    0% {
        opacity: 0
    }

    100% {
        opacity: 1
    }
}

@-webkit-keyframes heading-anim-fade-in {
    0% {
        opacity: 0
    }

    100% {
        opacity: 1
    }
}

@keyframes cus-heading-animation-fade-out {
    0% {
        opacity: 1
    }

    100% {
        opacity: 0
    }
}

@-webkit-keyframes cus-heading-animation-fade-out {
    0% {
        opacity: 1
    }

    100% {
        opacity: 0
    }
}

.row:after {
    display: none
}

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

.widget-area {
    padding-bottom: 70px
}

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

.footer-widget .th-social a {
    color: var(--white-color)
}

.copyright-wrap {
    padding: 22px 0;
    background-color: #3d4859
}

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

.copyright-wrap .copyright-text a {
    -webkit-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out
}

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

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

.th-widget-contact {
    max-width: 260px;
    margin-bottom: -.4em
}

.info-box_text {
    line-height: 1.75em;
    margin-top: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 16px
}

.info-box_text .icon {
    color: var(--body-color);
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none;
    width: 40px;
    height: 40px;
    line-height: 37px;
    background-color: var(--white-color);
    border-radius: 50%;
    text-align: center;
    -webkit-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out
}

.info-box_text .icon img {
    -webkit-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out
}

.info-box_text .icon:hover {
    background-color: var(--theme-color)
}

.info-box_text .icon:hover img {
    -webkit-filter: contrast(0) brightness(2);
    filter: contrast(0) brightness(2)
}

.info-box_text .details {
    margin-top: -.3em
}

.info-box_text .details p {
    color: #b1b8c3;
    margin-bottom: 0
}

.info-box_text a {
    color: #b1b8c3
}

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

.info-box_text:not(:last-child) {
    margin-bottom: 18px
}

.th-widget-about .about-text {
    color: #b1b8c3
}

.copyright-text {
    margin: 0
}

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

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

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

.footer-layout10 .shadow-title {
    font-size: 300px;
    font-weight: 700;
    background: 0 0;
    line-height: .5666em;
    -webkit-text-fill-color: rgba(255, 255, 255, 0.03);
    margin: 0
}

@media (max-width:1399px) {
    .footer-layout10 .shadow-title {
        font-size: 240px
    }
}

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

@media (max-width:767px) {
    .footer-layout10 .shadow-title {
        font-size: 180px
    }
}

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

.footer-layout10 .th-widget-about .about-text {
    margin-bottom: 32px
}

.footer-layout10 .footer-widget .th-social a {
    border: 1px solid rgba(255, 255, 255, .3)
}

.footer-layout10 .footer-widget.widget_categories a:hover {
    color: var(--white-color)
}

.footer-layout10 .footer-widget.widget_categories a:hover:before {
    color: var(--white-color)
}

.footer-layout10 .info-box_text .icon {
    background: rgba(255, 255, 255, .15);
    border: 1px solid rgba(255, 255, 255, .3);
    -webkit-backdrop-filter: blur(22px);
    backdrop-filter: blur(22px)
}

.footer-layout10 .info-box_text .icon img {
    -webkit-filter: contrast(0) brightness(2);
    filter: contrast(0) brightness(2)
}

.footer-layout10 .copyright-wrap {
    background: 0 0;
    border-top: 1px solid #293445;
    padding: 25.5px 0
}

@media (max-width:991px) {
    .footer-layout10 .widget-area {
        padding-bottom: 30px
    }
}

.breadcumb-content {
    position: relative
}

.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: "\f324";
    background-size: 100% 100%;
    top: -1px;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    position: relative;
    margin-left: 12px;
    font-weight: 700;
    font-size: 12px;
    color: inherit;
    font-family: var(--icon-font)
}

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

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

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

.breadcumb-title {
    margin: -.23em 0 -.18em 0;
    font-size: 64px;
    font-family: var(--title-font);
    color: var(--white-color);
    font-weight: 700;
    text-transform: capitalize
}

.breadcumb-area.style2 {
    padding: 24px
}

@media (max-width:575px) {
    .breadcumb-area.style2 {
        padding: 12px
    }
}

.breadcumb-area.style2 .breadcumb-wrapper {
    overflow: hidden;
    border-radius: 16px
}

.breadcumb-wrapper {
    position: relative;
    background-color: var(--title-color);
    background-position: left top;
    padding: 152px 0;
    overflow: hidden;
    text-align: center;
    background-repeat: repeat-x;
    background-size: cover
}

.breadcumb-wrapper::before {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    content: "";
    background: rgba(11, 20, 34, .8)
}

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

    .breadcumb-title {
        margin: -.18em 0 -.18em 0;
        font-size: 54px
    }

    .breadcumb-menu a,
    .breadcumb-menu li,
    .breadcumb-menu span {
        font-size: 16px;
        line-height: 26px
    }
}

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

@media (max-width:767px) {
    .breadcumb-title {
        font-size: 44px;
        line-height: 54px
    }
}

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

    .breadcumb-title {
        font-size: 44px;
        line-height: 54px
    }
}

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

    .breadcumb-title {
        font-size: 34px;
        line-height: 44px
    }

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

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

.th-pagination ul {
    margin: 0;
    padding: 0
}

.th-pagination li {
    display: inline-block;
    margin: 0 3px;
    list-style-type: none
}

.th-pagination li:last-child {
    margin-right: 0
}

.th-pagination li:first-child {
    margin-left: 0
}

.th-pagination a,
.th-pagination span {
    display: inline-block;
    text-align: center;
    gap: 8px;
    position: relative;
    color: var(--title-color);
    width: 50px;
    height: 50px;
    line-height: 50px;
    border-radius: 50%;
    z-index: 1;
    font-size: 16px;
    font-weight: 400;
    -webkit-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
    background: var(--smoke-color)
}

@media (max-width:375px) {

    .th-pagination a,
    .th-pagination span {
        font-size: 14px;
        width: 35px;
        height: 35px;
        line-height: 35px
    }
}

.th-pagination a img,
.th-pagination span img {
    -webkit-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out
}

.th-pagination a.active,
.th-pagination a:hover,
.th-pagination span.active,
.th-pagination span:hover {
    color: var(--white-color);
    background-color: var(--theme-color)
}

.th-pagination a.active img,
.th-pagination a:hover img,
.th-pagination span.active img,
.th-pagination span:hover img {
    -webkit-filter: brightness(0) invert(1);
    filter: brightness(0) invert(1)
}

blockquote {
    font-size: 18px;
    line-height: 1.777;
    padding: 22px 16px 22px 60px;
    font-weight: 400;
    display: block;
    position: relative;
    background-color: var(--white-color);
    margin: 50px 0 58px 0;
    color: var(--title-color);
    font-family: var(--body-font);
    font-style: normal;
    border: 1px solid rgba(110, 112, 112, .2) !important;
    border-radius: 10px
}

@media (max-width:1199px) {
    blockquote {
        font-size: 16px
    }
}

blockquote p {
    font-size: inherit;
    font-family: inherit;
    margin-top: -.3em;
    margin-bottom: 9px;
    line-height: inherit;
    color: inherit;
    width: 100%;
    position: relative;
    z-index: 3
}

blockquote p a {
    color: inherit
}

blockquote:before {
    content: "";
    position: absolute;
    top: -1px;
    left: -1px;
    height: 50px;
    width: 33px;
    background-color: var(--white-color)
}

blockquote:after {
    content: "";
    position: absolute;
    top: -10px;
    left: 0;
    height: 20px;
    width: 25px;
    background-color: var(--theme-color);
    clip-path: path("M2.21945 18.2759C0.775335 16.6762 0 14.8819 0 11.9734C0 6.8553 3.44484 2.26804 8.45438 0L9.70641 2.01506C5.03057 4.65307 4.11643 8.07633 3.75189 10.2347C4.5048 9.82818 5.49044 9.68633 6.45645 9.77992C8.98576 10.0241 10.9795 12.1898 10.9795 14.8819C10.9795 16.2393 10.4625 17.5411 9.54219 18.5009C8.62192 19.4608 7.37376 20 6.07229 20C5.35256 19.9934 4.64126 19.8376 3.97981 19.5416C3.31836 19.2457 2.71996 18.8154 2.21945 18.2759ZM16.24 18.2759C14.7959 16.6762 14.0205 14.8819 14.0205 11.9734C14.0205 6.8553 17.4654 2.26804 22.4749 0L23.7269 2.01506C19.0511 4.65307 18.137 8.07633 17.7724 10.2347C18.5253 9.82818 19.511 9.68633 20.477 9.77992C23.0063 10.0241 25 12.1898 25 14.8819C25 16.2393 24.483 17.5411 23.5627 18.5009C22.6424 19.4608 21.3943 20 20.0928 20C19.3731 19.9934 18.6618 19.8376 18.0003 19.5416C17.3389 19.2457 16.7405 18.8154 16.24 18.2759Z")
}

blockquote cite {
    display: inline-block;
    font-size: 20px;
    line-height: 1;
    font-weight: 500;
    font-style: normal;
    font-family: var(--body-font);
    white-space: nowrap;
    position: absolute;
    bottom: -17px;
    left: 100px;
    background-color: var(--theme-color);
    color: var(--white-color);
    padding: 7px 45px 7px 20px;
    clip-path: polygon(0 0, 100% 0, calc(100% - 25px) 100%, 0% 100%);
    border-radius: 0;
    overflow: hidden
}

@media (max-width:375px) {
    blockquote cite {
        left: 50px
    }
}

blockquote cite br {
    display: none
}

blockquote:not(:has(>cite)) p:last-child {
    margin-bottom: -.3em
}

blockquote p:has(cite) {
    padding-bottom: 10px
}

blockquote p cite {
    margin-top: 20px;
    margin-bottom: -.5em;
    bottom: -32px
}

@media (max-width:1199px) {
    blockquote {
        padding: 22px 30px
    }
}

@media (max-width:767px) {
    blockquote cite {
        font-size: 18px
    }
}

@media (max-width:575px) {
    blockquote {
        padding: 20px 20px 30px
    }
}

@media (max-width:375px) {
    blockquote cite {
        font-size: 14px
    }

    blockquote cite:before {
        width: 20px;
        bottom: 40px;
        right: 20px
    }
}

.blog-meta {
    display: block
}

.blog-meta a,
.blog-meta span {
    display: inline-block;
    font-size: 14px;
    font-weight: 400;
    line-height: 24px;
    color: var(--body-color);
    font-family: var(--body-font);
    position: relative;
    text-transform: capitalize;
    margin-right: 12px
}

.blog-meta a i,
.blog-meta span i {
    margin-right: 8px;
    color: var(--theme-color)
}

.blog-meta a:not(:last-child),
.blog-meta span:not(:last-child) {
    padding-right: 16px
}

.blog-meta a:not(:last-child):after,
.blog-meta span:not(:last-child):after {
    content: "";
    height: 10px;
    width: 1px;
    background-color: #999;
    position: absolute;
    top: 50%;
    right: 0;
    margin-top: -4px
}

.blog-meta .author img {
    border-radius: 50%;
    width: 30px;
    height: 30px;
    margin-right: 6px
}

.blog-meta a:hover {
    color: var(--theme-color)
}

@media (max-width:1199px) {

    .blog-meta a,
    .blog-meta span {
        margin-right: 15px
    }

    .blog-meta a:not(:last-child),
    .blog-meta span:not(:last-child) {
        padding-right: 15px
    }
}

@media (max-width:575px) {

    .blog-meta a,
    .blog-meta span {
        margin-right: 20px
    }

    .blog-meta a:not(:last-child),
    .blog-meta span:not(:last-child) {
        padding-right: 0
    }

    .blog-meta a:not(:last-child):after,
    .blog-meta span:not(:last-child):after {
        display: none
    }
}

.blog-img {
    line-height: 1px
}

.blog-img img {
    width: 100%;
    -webkit-transition: .4s ease-in-out;
    transition: .4s ease-in-out
}

.blog-title a {
    color: inherit
}

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

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

.blog-single {
    position: relative;
    margin-bottom: 40px;
    overflow: hidden
}

.blog-single .blog-title {
    font-size: 30px;
    font-weight: 600;
    margin-bottom: 20px
}

.blog-single .blog-meta {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-bottom: 10px;
    z-index: 2;
    gap: 10px 0
}

.blog-single .blog-meta a,
.blog-single .blog-meta span {
    display: inline-block;
    font-size: 14px;
    font-weight: 400;
    color: #1c2d37;
    font-family: var(--body-font);
    position: relative;
    line-height: normal
}

.blog-single .blog-meta a i,
.blog-single .blog-meta a img,
.blog-single .blog-meta a svg,
.blog-single .blog-meta span i,
.blog-single .blog-meta span img,
.blog-single .blog-meta span svg {
    margin-right: 11px;
    color: #1c2d37
}

.blog-single .blog-meta a:last-child,
.blog-single .blog-meta span:last-child {
    margin-right: 0;
    padding-right: 0;
    border: 0
}

.blog-single .blog-meta a:last-child:after,
.blog-single .blog-meta span:last-child:after {
    display: none
}

.blog-single .blog-meta .author img {
    border-radius: 50%;
    width: 30px;
    height: 30px;
    margin-right: 6px
}

.blog-single .blog-content {
    margin: 0;
    padding: 0;
    position: relative
}

.blog-single .blog-content .blog-single {
    padding: 20px
}

.blog-single .blog-content .th-btn {
    padding: 14px 35px
}

.blog-single .th-btn {
    border: 1px solid var(--th-border-color)
}

.blog-single .blog-img {
    position: relative;
    overflow: hidden;
    background-color: var(--smoke-color);
    margin-bottom: 0
}

.blog-single .blog-img {
    position: relative;
    overflow: hidden;
    -webkit-transition: all .4s ease;
    transition: all .4s ease;
    border-radius: 10px;
    margin-bottom: 40px
}

.blog-single .blog-img:before {
    background: rgba(255, 255, 255, .5);
    content: "";
    height: 0;
    left: 0;
    opacity: 1;
    pointer-events: none;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 9
}

.blog-single .blog-img img {
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -webkit-transition: 1.3s all ease;
    transition: 1.3s all ease
}

.blog-single:hover .blog-img:before {
    height: 100%;
    opacity: 0;
    -webkit-transition: all .4s linear;
    transition: all .4s linear
}

.blog-single:hover .blog-img img {
    -webkit-transform: scale(1.3);
    transform: scale(1.3)
}

.page-single .box-title {
    font-size: 40px
}

@media (max-width:1199px) {
    .page-single .box-title {
        font-size: 30px
    }
}

@media (max-width:575px) {
    .page-single .box-title {
        font-size: 25px
    }
}

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

.share-links {
    margin: 30px 0 0 0
}

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

.share-links .tagcloud {
    display: inline-block
}

.share-links .tagcloud a {
    background-color: rgba(225, 228, 229, .2)
}

.share-links .tagcloud a:hover {
    background-color: var(--theme-color)
}

.share-links .share-links_wrapp {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 0
}

.share-links .share-links-title {
    font-size: 20px;
    color: var(--black-color2)
}

.share-links .social-links {
    border: 1px solid var(--theme-color);
    border-radius: 20px;
    padding: 5px 19px
}

.share-links .social-links a {
    color: var(--black-color2);
    font-size: 16px
}

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

.share-links .th-social a {
    --icon-size: 38px;
    border-radius: 0;
    font-size: 14px;
    background-color: rgba(14, 18, 29, .08);
    color: var(--title-color);
    -webkit-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out
}

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

.blog-details .blog-content>p:last-child {
    margin-bottom: 0
}

@media (max-width:1399px) {
    .blog-single .blog-title {
        font-size: 28px;
        line-height: 1.4
    }

    .share-links {
        --blog-space-x: 20px
    }
}

@media (max-width:1199px) {
    .blog-single {
        --blog-space-x: 20px;
        --blog-space-y: 20px
    }
}

@media (max-width:991px) {
    .blog-single {
        --blog-space-x: 40px;
        --blog-space-y: 40px
    }

    .share-links {
        --blog-space-x: 40px
    }
}

@media (max-width:767px) {
    .share-links {
        --blog-space-x: 20px
    }

    .blog-single {
        --blog-space-x: 30px;
        --blog-space-y: 30px
    }

    .blog-single .blog-title {
        font-size: 24px;
        line-height: 1.3
    }

    .blog-single .blog-text {
        margin-bottom: 22px
    }
}

.blog-text {
    font-size: 16px;
    margin-bottom: 30px
}

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

.blog-details {
    overflow: hidden
}

@media (max-width:1024px) {
    .widget_download {
        margin-top: 40px
    }
}

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

.th-hero-bg img {
    position: relative;
    height: 100%;
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    overflow: hidden
}

.hero-title {
    font-size: 84px;
    color: var(--white-color);
    line-height: 1.1;
    margin-bottom: 25px;
    text-transform: capitalize
}

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

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

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

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

@media (max-width:767px) {
    .hero-title {
        font-size: 44px;
        line-height: 1.4
    }
}

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

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

@-webkit-keyframes slide-progress {
    0% {
        -webkit-transform: translateX(-100%);
        transform: translateX(-100%)
    }

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

@keyframes slide-progress {
    0% {
        -webkit-transform: translateX(-100%);
        transform: translateX(-100%)
    }

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

.heroThumbs {
    max-width: 848px;
    position: absolute;
    bottom: 70px;
    bottom: 250px;
    right: -88px;
    margin-right: 0 !important;
    padding-right: 400px
}

.heroThumbs.style2 {
    bottom: 70px
}

@media (max-width:1199px) {
    .heroThumbs {
        display: none
    }
}

.hero-3 {
    position: relative;
    z-index: 3;
    overflow: initial
}

.hero-3 .th-hero-bg {
    width: 100%;
    height: 100%
}

.hero-3 .th-hero-bg:before {
    content: "";
    position: absolute;
    inset: 0;
    background: -webkit-gradient(linear, left top, right top, from(rgba(11, 20, 34, 0)), color-stop(36.56%, rgba(11, 20, 34, .39)), color-stop(44.27%, rgba(11, 20, 34, .56)), color-stop(54.37%, rgba(11, 20, 34, .72)), color-stop(67.71%, rgba(11, 20, 34, .87)), color-stop(84.64%, #0b1422));
    background: linear-gradient(90deg, rgba(11, 20, 34, 0) 0, rgba(11, 20, 34, .39) 36.56%, rgba(11, 20, 34, .56) 44.27%, rgba(11, 20, 34, .72) 54.37%, rgba(11, 20, 34, .87) 67.71%, #0b1422 84.64%);
    -webkit-transform: rotate(-180deg);
    transform: rotate(-180deg)
}

.hero-3 video {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    overflow: hidden
}

.hero-3 .scroll-down {
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
    -webkit-transform-origin: left;
    transform-origin: left;
    position: absolute;
    bottom: 30px;
    right: -50px;
    width: 150px;
    height: 141px;
    text-align: center;
    z-index: 2;
    color: var(--white-color)
}

@media (max-width:1699px) {
    .hero-3 .scroll-down {
        right: -70px;
        width: 142px;
        height: 10px
    }
}

@media (max-width:1699px) {
    .hero-3 .scroll-down {
        display: none
    }
}

.hero-slider-3 {
    position: relative
}

.hero3Thumbs {
    position: relative;
    right: 0;
    bottom: 110px;
    max-width: 424px;
    height: 186px
}

@media (max-width:1299px) {
    .hero3Thumbs {
        bottom: 99px
    }
}

@media (max-width:1199px) {
    .hero3Thumbs {
        bottom: 65px
    }
}

@media (max-width:991px) {
    .hero3Thumbs {
        display: none
    }
}

.hero-6 {
    position: relative;
    margin: 24px 24px 0 24px;
    border-radius: 24px
}

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

@media (max-width:575px) {
    .hero-6 {
        margin: 10px 10px 0 10px;
        border-radius: 24px
    }
}

.hero-6 .hero6Thumbs {
    position: absolute;
    right: 0;
    bottom: 0;
    max-width: 270px;
    min-height: 120px;
    height: 120px;
    border-radius: 16px
}

@media (min-width:2430px) {
    .hero-6 .hero6Thumbs {
        max-width: 365px
    }
}

@media (max-width:1899px) {
    .hero-6 .hero6Thumbs {
        max-width: 250px
    }
}

@media (max-width:1699px) {
    .hero-6 .hero6Thumbs {
        max-width: 220px
    }
}

@media (max-width:1499px) {
    .hero-6 .hero6Thumbs {
        max-width: 200px
    }
}

@media (max-width:1399px) {
    .hero-6 .hero6Thumbs {
        max-width: 190px
    }
}

@media (max-width:1299px) {
    .hero-6 .hero6Thumbs {
        max-width: 170px
    }
}

@media (max-width:1199px) {
    .hero-6 .hero6Thumbs {
        max-width: 150px
    }
}

@media (max-width:480px) {
    .hero-6 .hero6Thumbs {
        position: relative;
        max-width: 100%;
        border-radius: 0;
        margin-top: 25px
    }
}

@media (max-width:1199px) {
    .hero-6 .shape-mockup:nth-child(odd) {
        display: none
    }
}

@media (max-width:1299px) {
    .hero-6 .shape-mockup:nth-child(odd) {
        left: 24% !important
    }
}

@media (max-width:1500px) {
    .hero-6 .shape-mockup:nth-child(2n+2) {
        right: -25px !important
    }
}

@-webkit-keyframes slide-progress-2 {
    0% {
        -webkit-transform: translateY(-100%);
        transform: translateY(-100%)
    }

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

@keyframes slide-progress-2 {
    0% {
        -webkit-transform: translateY(-100%);
        transform: translateY(-100%)
    }

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

@media (max-width:1299px) {
    @-webkit-keyframes slide-progress {
        0% {
            -webkit-transform: translateX(-100%);
            transform: translateX(-100%)
        }

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

    @keyframes slide-progress {
        0% {
            -webkit-transform: translateX(-100%);
            transform: translateX(-100%)
        }

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

.hero-10 .th-hero-bg {
    z-index: 2;
    background-repeat: no-repeat
}

.hero-10 .th-hero-bg:before {
    content: "";
    position: absolute;
    inset: 0;
    background: -webkit-gradient(linear, left bottom, left top, from(rgba(13, 13, 12, .5)), to(rgba(13, 13, 12, .5)));
    background: linear-gradient(0deg, rgba(13, 13, 12, .5), rgba(13, 13, 12, .5));
    z-index: -1
}

.hero-10 .hero10Thumbs {
    position: relative;
    right: 0;
    bottom: 80px;
    max-width: 294px;
    height: 85px
}

.hero-10 .scroll-down {
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
    -webkit-transform-origin: left;
    transform-origin: left;
    position: absolute;
    bottom: 105px;
    right: -50px;
    width: 150px;
    height: 141px;
    text-align: center;
    z-index: 2;
    color: var(--white-color)
}

@media (max-width:1699px) {
    .hero-10 .scroll-down {
        right: -70px;
        width: 142px;
        height: 10px
    }
}

@media (max-width:1699px) {
    .hero-10 .scroll-down {
        display: none
    }
}

.th-hero-bg.overlay::before {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    content: "";
    background-color: var(--title-color);
    opacity: .7;
    z-index: 1
}

.hero-14 {
    background: var(--theme-color);
    position: relative;
    z-index: 1;
    padding-top: 100px;
    overflow: hidden
}

@media (min-width:1600px) {
    .hero-14 {
        --main-container: 1502px
    }
}

.hero-14:after {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(106.93deg, #000 27.45%, rgba(3, 5, 9, .93451) 35.1%, rgba(6, 10, 17, .872144) 43.37%, rgba(9, 17, 28, .793642) 51.19%, rgba(44, 80, 136, 0) 94.88%);
    z-index: -2
}

.hero-14 .th-hero-bg {
    z-index: -1;
    mix-blend-mode: color-burn
}

.hero-14 .hero-img {
    text-align: center;
    position: relative
}

.hero-14 .hero-img:after {
    content: "";
    position: absolute;
    width: 666px;
    height: 666px;
    border-radius: 50%;
    background: var(--white-color);
    border-radius: 50%;
    opacity: .3;
    z-index: -1;
    bottom: -85px;
    left: 50%;
    -webkit-transform: translate(-50%, 0);
    transform: translate(-50%, 0)
}

@media (max-width:1299px) {
    .hero-14 .hero-img:after {
        width: 580px;
        height: 580px;
        bottom: -70px
    }
}

@media (max-width:1199px) {
    .hero-14 .hero-img:after {
        width: 500px;
        height: 500px
    }
}

@media (max-width:991px) {
    .hero-14 .hero-img:after {
        width: 650px;
        height: 650px
    }
}

@media (max-width:767px) {
    .hero-14 .hero-img:after {
        width: 500px;
        height: 500px
    }
}

@media (max-width:575px) {
    .hero-14 .hero-img:after {
        width: 320px;
        height: 320px;
        left: 0;
        -webkit-transform: none;
        transform: none
    }
}

.hero-14 .hero-img:before {
    content: "";
    position: absolute;
    width: 556px;
    height: 1190px;
    background: var(--white-color);
    border-radius: 400px 400px 0 0;
    z-index: -1;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    bottom: -569px;
    right: -140px
}

@media (max-width:1500px) {
    .hero-14 .hero-img:before {
        right: -180px
    }
}

@media (max-width:1399px) {
    .hero-14 .hero-img:before {
        right: -255px
    }
}

@media (max-width:1299px) {
    .hero-14 .hero-img:before {
        right: -240px;
        bottom: -550px;
        width: 480px;
        height: 1100px
    }
}

@media (max-width:1199px) {
    .hero-14 .hero-img:before {
        width: 400px;
        right: -260px;
        bottom: -615px
    }
}

@media (max-width:991px) {
    .hero-14 .hero-img:before {
        width: 500px;
        right: -115px;
        bottom: -505px
    }
}

@media (max-width:767px) {
    .hero-14 .hero-img:before {
        width: 400px;
        right: -190px;
        bottom: -615px
    }
}

@media (max-width:575px) {
    .hero-14 .hero-img:before {
        width: 270px;
        right: auto;
        left: 320px;
        bottom: -755px
    }
}

.hero-style14 {
    padding: 180px 0 200px;
    max-width: 692px
}

@media (max-width:1500px) {
    .hero-style14 {
        max-width: 632px
    }
}

@media (max-width:1299px) {
    .hero-style14 {
        margin-right: -20px;
        padding: 160px 0
    }
}

@media (max-width:1199px) {
    .hero-style14 {
        padding: 130px 0;
        margin-right: 0
    }
}

@media (max-width:991px) {
    .hero-style14 {
        max-width: none;
        padding: 120px 0 60px;
        text-align: center
    }
}

@media (max-width:767px) {
    .hero-style14 {
        padding: 100px 0 60px
    }
}

@media (max-width:575px) {
    .hero-style14 {
        padding: 80px 0 60px
    }
}

.hero-style14 .sub-title {
    position: relative;
    font-weight: 500;
    font-size: 30px;
    font-family: var(--body-font);
    display: block;
    margin-bottom: 20px;
    padding-left: 62px;
    color: var(--white-color);
    letter-spacing: normal;
    margin-top: -.05em
}

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

@media (max-width:991px) {
    .hero-style14 .sub-title {
        font-size: 20px;
        display: inline-block
    }
}

@media (max-width:767px) {
    .hero-style14 .sub-title {
        padding-left: 0
    }
}

.hero-style14 .sub-title::before {
    position: absolute;
    width: 35px;
    height: 2px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    left: 0;
    content: "";
    background: var(--theme-color);
    z-index: 3
}

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

.hero-style14 .sub-title::after {
    position: absolute;
    width: 10px;
    height: 10px;
    top: 50%;
    left: 35px;
    border-radius: 50%;
    content: "";
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    background: var(--theme-color)
}

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

@media (max-width:575px) {
    .hero-style14 .sub-title {
        font-size: 18px
    }
}

.hero-style14 .hero-title {
    font-weight: 300;
    line-height: 1.11904
}

@media (max-width:1199px) {
    .hero-style14 .hero-title {
        font-weight: 700;
        line-height: normal
    }
}

.hero-style14 .btn-group {
    margin-top: 25px
}

@media (max-width:991px) {
    .hero-style14 .btn-group {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center
    }
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.sidemenu-wrapper .th-social a {
    -webkit-box-shadow: none;
    box-shadow: none;
    color: var(--title-color)
}

.sidemenu-wrapper .closeButton {
    display: inline-block;
    border: 2px solid;
    width: 50px;
    height: 50px;
    line-height: 48px;
    font-size: 24px;
    padding: 0;
    position: absolute;
    top: 20px;
    right: 20px;
    background-color: var(--white-color);
    border-radius: 50%;
    -webkit-transform: rotate(0);
    transform: rotate(0);
    -webkit-transition: all ease .4s;
    transition: all ease .4s
}

.sidemenu-wrapper .closeButton:hover {
    color: var(--theme-color);
    border-color: var(--theme-color);
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg)
}

.sidemenu-wrapper .sidemenu-content {
    background-color: #fff;
    width: 450px;
    margin-left: auto;
    padding: 80px 30px;
    height: 100%;
    overflow: scroll;
    position: relative;
    right: -500px;
    cursor: auto;
    -webkit-transition-delay: 1s;
    transition-delay: 1s;
    -webkit-transition: right ease 1s;
    transition: right ease 1s
}

@media (max-width:450px) {
    .sidemenu-wrapper .sidemenu-content {
        width: 300px
    }
}

.sidemenu-wrapper .sidemenu-content::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 1px rgba(0, 0, 0, .1);
    box-shadow: inset 0 0 1px rgba(0, 0, 0, .1);
    background-color: #f5f5f5
}

.sidemenu-wrapper .sidemenu-content::-webkit-scrollbar {
    width: 2px;
    background-color: #f5f5f5
}

.sidemenu-wrapper .sidemenu-content .widget_title {
    color: var(--title-color)
}

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

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

.sidemenu-wrapper.show .sidemenu-content {
    right: 0;
    opacity: 1;
    visibility: visible
}

.sidemenu-wrapper .info-box_text .icon {
    background-color: #f2f5fa
}

.sidemenu-wrapper .info-box_text .icon:hover {
    background-color: var(--theme-color)
}

.sidemenu-wrapper .th-widget-about .about-text {
    color: var(--body-color);
    font-family: var(--style-font)
}

.woocommerce-form-coupon,
.woocommerce-form-login {
    padding: 35px 40px 35px 40px;
    background-color: var(--smoke-color);
    border-radius: 8px;
    margin-bottom: 0
}

@media (max-width:575px) {

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

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

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

.woocommerce-form-coupon .form-group .form-control,
.woocommerce-form-coupon .form-group .form-select,
.woocommerce-form-coupon .form-group input,
.woocommerce-form-coupon .form-group select,
.woocommerce-form-coupon .form-group textarea,
.woocommerce-form-login .form-group .form-control,
.woocommerce-form-login .form-group .form-select,
.woocommerce-form-login .form-group input,
.woocommerce-form-login .form-group select,
.woocommerce-form-login .form-group textarea {
    background-color: var(--white-color)
}

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

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

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

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

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

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

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

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

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

.th-sort-bar {
    padding: 0;
    margin: 0 0 35px 0;
    background-color: transparent;
    border-radius: 0
}

.th-sort-bar .row {
    --bs-gutter-x: 0;
    --bs-gutter-y: 15px
}

.th-sort-bar select {
    height: auto;
    border: 0;
    background-color: var(--smoke-color);
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    font-size: 16px;
    padding: 11px 34px;
    margin: 0;
    color: var(--title-color);
    background-position: right 20px center
}

.th-sort-bar .woocommerce-result-count {
    padding-left: 0;
    margin-bottom: 0;
    color: var(--theme-color)
}

.th-sort-bar .nav {
    border: 1px solid #e9f6f9;
    border-radius: 4px;
    padding: 4px
}

.th-sort-bar .nav a {
    display: inline-block;
    height: 32px;
    width: 32px;
    line-height: 32px;
    border: 0;
    background-color: transparent;
    text-align: center;
    position: relative;
    font-family: var(--title-font);
    font-weight: 600;
    font-size: 16px;
    text-transform: capitalize;
    color: var(--body-color);
    border-radius: 5px
}

.th-sort-bar .nav a.active {
    color: var(--white-color);
    background: var(--theme-color)
}

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

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

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

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

#description {
    margin-bottom: 30px
}

@media (max-width:1199px) {
    .th-sort-bar select {
        min-width: auto
    }
}

@media (max-width:991px) {
    .th-sort-bar .row {
        --bs-gutter-x: 20px
    }

    .th-sort-bar .nav a:last-child {
        margin-right: 0;
        padding-right: 0
    }

    .th-sort-bar .nav a:last-child:before {
        display: none
    }
}

@media (max-width:767px) {
    .th-sort-bar {
        text-align: center;
        padding: 10px 15px 15px 15px
    }

    .th-sort-bar .nav {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center
    }

    .th-sort-bar select {
        margin: 0 auto
    }

    .th-sort-bar .woocommerce-result-count {
        padding-left: 0
    }
}

.product-thumb {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 10px;
    cursor: pointer
}

.product-thumb .tab-btn {
    border: 1px solid var(--title-color);
    width: 60px;
    height: 60px
}

@media (max-width:375px) {
    .product-thumb .tab-btn {
        width: 40px;
        height: 40px
    }
}

.product-thumb .tab-btn.active {
    border: 1px solid var(--theme-color)
}

.case-box {
    position: relative;
    border-radius: 24px;
    overflow: hidden;
    --space: 40px
}

@media (max-width:991px) {
    .case-box {
        --space: 20px
    }
}

@media (max-width:575px) {
    .case-box {
        padding: 10px;
        border-radius: 20px;
        --space: 10px
    }
}

.case-box .case-img {
    position: relative;
    overflow: hidden;
    border-radius: 24px;
    z-index: 2
}

@media (max-width:991px) {
    .case-box .case-img {
        margin-bottom: 0
    }
}

.case-box .case-img:before {
    position: absolute;
    content: "";
    inset: 0;
    border-radius: 24px;
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(11, 20, 34, .8)), to(rgba(11, 20, 34, .8)));
    background: linear-gradient(180deg, rgba(11, 20, 34, .8) 0, rgba(11, 20, 34, .8) 100%);
    opacity: 0;
    visibility: hidden;
    z-index: 1;
    -webkit-transition: .4s;
    transition: .4s
}

@media (max-width:575px) {
    .case-box .case-img {
        border-radius: 15px
    }
}

.case-box .case-img img {
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    border-radius: 24px;
    -webkit-transition: .4s ease-in-out;
    transition: .4s ease-in-out
}

@media (max-width:575px) {
    .case-box .case-img img {
        max-width: 100%;
        max-height: 100%;
        border-radius: 15px
    }
}

.case-box .case-content {
    position: absolute;
    bottom: 40px;
    z-index: 2;
    padding: 0 40px;
    visibility: hidden;
    opacity: 0;
    -webkit-transform: scale(0);
    transform: scale(0);
    -webkit-transition: .4s ease-in-out;
    transition: .4s ease-in-out
}

@media (max-width:991px) {
    .case-box .case-content {
        max-width: 380px;
        padding: 0 20px;
        bottom: 20px;
        gap: 60px
    }
}

@media (max-width:767px) {
    .case-box .case-content {
        max-width: 100%;
        display: block;
        margin: auto
    }
}

.case-box .box-title {
    margin-bottom: 0
}

.case-box .box-title a {
    color: var(--white-color)
}

.case-box .case-subtitle {
    font-size: 16px;
    color: var(--white-color);
    margin-bottom: 8px
}

.case-box .case-action {
    opacity: 0;
    visibility: hidden;
    z-index: 2;
    -webkit-transition: .4s;
    transition: .4s
}

.case-box .th-btn {
    padding: 11.5px 34px
}

.case-box .th-btn:after {
    -webkit-mask-image: url("../img/icon/arrow-right3.svg");
    mask-image: url("../img/icon/arrow-right3.svg");
    width: 16px;
    height: 16px
}

@media (max-width:1199px) {
    .case-box .th-btn {
        padding: 10px 20px
    }
}

@media (max-width:767px) {
    .case-box .th-btn {
        padding: 7px 20px;
        margin-top: 10px
    }

    .case-box .th-btn:after {
        display: none
    }
}

@media (max-width:375px) {
    .case-box .th-btn {
        padding: 7px 10px
    }
}

.case-box:hover .case-img:before {
    -webkit-transform: scale(1);
    transform: scale(1)
}

.case-action {
    position: absolute;
    top: 20px;
    right: 20px
}

.case-btn {
    position: relative;
    font-size: 24px;
    width: 55px;
    height: 56px;
    line-height: 56px;
    text-align: center;
    display: inline-block;
    border-radius: 30px;
    color: var(--white-color);
    border: 1px solid #fff;
    -webkit-transition: .4s;
    transition: .4s
}

.case-btn i {
    position: relative;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    -webkit-transition: .4s;
    transition: .4s
}

.case-btn::before {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    content: "";
    opacity: 0;
    visibility: hidden;
    -webkit-transform: scale(.5);
    transform: scale(.5);
    border-radius: 50%;
    background-color: var(--theme-color);
    -webkit-transition: .4s;
    transition: .4s
}

.case-btn:hover {
    border: 1px solid var(--theme-color)
}

.case-btn:hover i {
    color: var(--white-color);
    -webkit-transform: rotate(0);
    transform: rotate(0)
}

.case-btn:hover::before {
    opacity: 1;
    visibility: visible;
    -webkit-transform: scale(1);
    transform: scale(1)
}

.case-action {
    position: absolute;
    top: 20px;
    right: 20px
}

.case-btn {
    position: relative;
    font-size: 24px;
    width: 55px;
    height: 56px;
    line-height: 56px;
    text-align: center;
    display: inline-block;
    border-radius: 30px;
    color: var(--white-color);
    border: 1px solid #fff;
    -webkit-transition: .4s;
    transition: .4s
}

.case-btn i {
    position: relative
}

.case-btn::before {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    content: "";
    opacity: 0;
    visibility: hidden;
    -webkit-transform: scale(.5);
    transform: scale(.5);
    border-radius: 50%;
    background-color: var(--theme-color);
    -webkit-transition: .4s;
    transition: .4s
}

.case-btn:hover {
    border: 1px solid var(--theme-color)
}

.case-btn:hover i {
    color: var(--white-color)
}

.case-btn:hover::before {
    opacity: 1;
    visibility: visible;
    -webkit-transform: scale(1);
    transform: scale(1)
}

.case-box {
    position: relative
}

.case-box.style2 .case-img {
    position: relative;
    height: 360px;
    overflow: hidden;
    z-index: 2;
    border-radius: 16px
}

.case-box.style2 .case-img img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    border-radius: 16px
}

@media (max-width:991px) {
    .case-box.style2 .case-img img {
        margin-bottom: 0
    }
}

.case-box.style2 .case-img::before {
    width: 100%;
    height: 100%;
    -webkit-transition: .4s ease;
    transition: .4s ease
}

.case-box.style2 .case-img:after {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    content: "";
    inset: 0;
    background: rgba(11, 20, 34, .7);
    border-radius: 16px;
    opacity: 0;
    -webkit-transition: .4s ease;
    transition: .4s ease;
    -webkit-transform: scale(0);
    transform: scale(0);
    z-index: 2
}

@media (max-width:575px) {
    .case-box.style2 .case-img.global-img {
        margin-bottom: 0
    }
}

.case-box.style2 .icon-btn {
    position: absolute;
    width: 56px;
    height: 56px;
    top: 20px;
    right: 20px;
    line-height: 56px;
    text-align: center;
    border: 1px solid var(--white-color);
    z-index: 3;
    -webkit-transform: scale(0);
    transform: scale(0);
    font-size: 15px;
    font-weight: 300;
    color: var(--white-color)
}

.case-box.style2 .icon-btn:hover {
    background-color: transparent
}

@media (max-width:991px) {
    .case-box.style2 .box-title {
        font-size: 24px
    }
}

.case-box.style2 .case-content {
    z-index: 2;
    text-align: start
}

@media (max-width:991px) {
    .case-box.style2 .case-content {
        padding: 0 20px;
        bottom: 50px
    }
}

.case-box.style2:hover .case-img:after {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1)
}

.case-box.style2:hover .case-content {
    opacity: 1;
    visibility: visible;
    -webkit-transform: scale(1);
    transform: scale(1)
}

.case-box.style2:hover .icon-btn {
    -webkit-transform: scale(1);
    transform: scale(1)
}

.case-box.inner-style1 .case-img {
    height: 100%
}

.job-author {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    margin-right: 15px
}

@media (max-width:575px) {
    .job-author {
        margin-right: 0
    }
}

.job-author img {
    width: 80px;
    height: 80px;
    border-radius: 50%
}

.author-info .company-name {
    font-weight: 500;
    font-size: 14px;
    color: var(--theme-color);
    display: block
}

.author-info .job-title {
    font-weight: 600;
    font-size: 22px;
    color: var(--title-color);
    display: block;
    margin-bottom: 9px
}

.author-info .location>i {
    color: var(--theme-color)
}

.job-content {
    border-radius: 10px;
    margin-bottom: 24px
}

.job-post {
    padding: 24px;
    -webkit-box-shadow: 0 10px 65px 0 rgba(0, 0, 0, .09);
    box-shadow: 0 10px 65px 0 rgba(0, 0, 0, .09);
    border-radius: 20px
}

.job-post_author {
    padding: 20px 24px
}

.job-post_date {
    padding: 24px;
    padding-bottom: 0
}

.job-post_date .date {
    font-size: 14px;
    font-weight: 500;
    padding: 7px 20px;
    border-radius: 100px;
    color: var(--title-color);
    background-color: var(--white-color)
}

.job-post_date .icon {
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    color: var(--title-color);
    border: 1px solid var(--th-border-color);
    background-color: var(--white-color);
    border-radius: 100px;
    display: inline-block
}

@media (max-width:767px) {
    .job-post_date .icon {
        display: block
    }
}

.job-post .price {
    font-size: 18px;
    font-weight: 600;
    color: var(--title-color)
}

.job-post .price>i {
    color: var(--theme-color)
}

.job-post .th-btn {
    padding: 10px 24px;
    background-color: transparent;
    color: var(--title-color);
    border: 1px solid var(--th-border-color)
}

@media (max-width:575px) {
    .job-post .th-btn {
        margin-top: 10px
    }
}

.job-post .th-btn:hover {
    color: var(--white-color);
    border-color: var(--theme-color)
}

.job-post .th-btn:hover::before {
    background-color: var(--theme-color)
}

.job-category {
    padding: 24px;
    text-align: center;
    border-top: 1px solid var(--th-border-color)
}

@media (max-width:991px) {
    .job-category {
        text-align: start
    }
}

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

.job-category a {
    font-size: 14px;
    padding: 7px 12px;
    border-radius: 100px;
    display: inline-block;
    color: var(--title-color);
    text-align: center;
    margin: auto;
    background-color: var(--white-color);
    -webkit-transition: .4s;
    transition: .4s
}

.job-category a:not(:last-child) {
    margin-right: 6px
}

@media (max-width:575px) {
    .job-category a:not(:last-child) {
        margin-bottom: 6px
    }
}

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

.job-post.style2 {
    padding: 0;
    -webkit-box-shadow: none;
    box-shadow: none
}

.job-post.style2 .date {
    font-weight: 500;
    color: var(--body-color);
    font-size: 14px;
    background: var(--white-color);
    display: inline-block;
    padding: 7px 20.5px;
    border-radius: 50px;
    margin-bottom: 22px
}

.job-post.style2 .date .deadline {
    font-weight: 700;
    color: var(--title-color) !important
}

.job-post.style2 .job-post_date {
    padding: 0
}

.job-post.style2 .job-post_date .icon {
    width: 46px;
    height: 46px;
    line-height: 46px
}

@media (max-width:767px) {
    .job-post.style2 .job-post_date .icon {
        text-align: center;
        margin: auto;
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto
    }
}

.job-post.style2 .job-post_author {
    padding: 0;
    margin-bottom: 0
}

.job-post.style2 .job-content {
    margin-bottom: 0;
    padding: 24px
}

.job-post.style2 .job-category {
    padding: 0;
    border: 0
}

.job-post.style2 .job-category a {
    padding: 3px 15.5px
}

.job-post.style2 .job-category_wrapper {
    border-top: 1px solid var(--th-border-color);
    padding: 24px
}

.job-post.style2 .job-category_wrapper .star i {
    font-size: 14px;
    color: var(--title-color)
}

.job-post.style2 .job-category_wrapper .star i:not(:last-child) {
    color: #ffb321
}

.job-post.style2 .th-btn {
    padding: 9px 30.5px
}

@media (max-width:767px) {
    .job-post.style2 .th-btn {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto
    }
}

.job-benefits .checklist,
.job-education .checklist,
.job-responsibilities .checklist,
.job-skill .checklist {
    margin-left: 20px
}

.job-benefits .checklist ul,
.job-education .checklist ul,
.job-responsibilities .checklist ul,
.job-skill .checklist ul {
    list-style: disc
}

.job-benefits .checklist ul li,
.job-education .checklist ul li,
.job-responsibilities .checklist ul li,
.job-skill .checklist ul li {
    padding-left: 0
}

.job-benefits .checklist ul li::marker,
.job-education .checklist ul li::marker,
.job-responsibilities .checklist ul li::marker,
.job-skill .checklist ul li::marker {
    color: var(--theme-color)
}

.job-sidebar ul {
    padding: 0;
    margin: 0
}

.job-sidebar ul li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    color: var(--title-color)
}

.job-sidebar ul li:not(:last-child) {
    padding-bottom: 10px;
    margin-bottom: 10px;
    border-bottom: 1px solid var(--th-border-color)
}

.job-sidebar ul li strong {
    font-weight: 400;
    color: var(--body-color)
}

.recent-post.style3 {
    padding-top: 30px;
    border-top: 1px solid var(--th-border-color)
}

.recent-post.style3 .recent-post-meta:not(:last-child) {
    margin-bottom: 10px
}

.recent-post.style3 .recent-post-meta a:not(:last-child) {
    margin-right: 10px
}

.recent-post.style3 .media-img {
    width: 60px;
    height: 60px;
    border-radius: 50%
}

@media (max-width:575px) {
    .recent-post.style3 .media-img {
        margin-bottom: 10px
    }
}

.recent-post.style3 .media-img::after {
    display: none
}

.recent-post.style3 .media-img a img {
    width: 60px;
    height: 60px;
    border-radius: 50%
}

.recent-post.style3 .post-title {
    margin-bottom: 0
}

@media (max-width:575px) {
    .recent-post.style3 {
        display: block
    }
}

.recent-post-meta .time {
    font-weight: 700;
    color: var(--title-color)
}

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

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

.contact-form {
    background-color: var(--white-color);
    -webkit-box-shadow: 0 20px 20px rgba(204, 204, 204, .25);
    box-shadow: 0 20px 20px rgba(204, 204, 204, .25);
    border-radius: 16px;
    padding: 40px
}

@media (max-width:1299px) {
    .contact-form {
        padding: 30px
    }
}

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

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

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

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

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

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

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

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

.contact-form .nice-select .option {
    color: var(--title-color)
}

.contact-form .nice-select .option.selected {
    color: var(--theme-color) !important;
    background: var(--theme-color) !important
}

.contact-form .nice-select .option.selected.focus {
    color: #fff !important;
    background: var(--theme-color) !important
}

.contact-form .nice-select .option.focus,
.contact-form .nice-select .option:hover {
    background: var(--theme-color) !important;
    color: #fff !important
}

.contact-form .nice-select.open .list {
    border-bottom: 3px solid var(--theme-color)
}

.contact-form i {
    color: #888c97
}

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

.contact-form .nice-select:after {
    border-bottom: 1px solid var(--body-color);
    border-right: 1px solid var(--body-color)
}

.contact-form .th-btn {
    padding: 19.5px 42px
}

.contact-form .th-btn i {
    color: var(--white-color)
}

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

.contact-form.style2 .form-control,
.contact-form.style2 .form-select,
.contact-form.style2 input,
.contact-form.style2 select,
.contact-form.style2 textarea {
    height: 64px
}

.form-btn-wrapp {
    background-color: var(--theme-color);
    border-radius: 0 0 16px 16px;
    padding: 16px 40px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

@media (max-width:480px) {
    .form-btn-wrapp {
        padding: 16px 32px;
        display: block
    }
}

@media (max-width:480px) {
    .form-btn-wrapp .th-btn {
        width: 100%;
        margin-bottom: 10px
    }
}

@media (max-width:375px) {
    .form-btn-wrapp .th-btn {
        padding: 16px 20px
    }
}

.form-btn-wrapp .th-btn img {
    -webkit-filter: brightness(0) invert(1);
    filter: brightness(0) invert(1);
    -webkit-transition: .4s;
    transition: .4s
}

.form-btn-wrapp .th-btn:hover img {
    -webkit-filter: brightness(1) invert(0);
    filter: brightness(1) invert(0)
}

.form-btn-wrapp .contact-info {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 8px
}

.form-btn-wrapp .contact-info_link {
    color: var(--white-color);
    margin-bottom: 0
}

.form-btn-wrapp .contact-info_link a {
    color: inherit
}

.contact-icon .th-btn img {
    -webkit-filter: brightness(1) invert(0);
    filter: brightness(1) invert(0)
}

.contact-icon .th-btn:hover img {
    -webkit-filter: brightness(0) invert(1);
    filter: brightness(0) invert(1)
}

.about-contact-grid {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 24px;
    border: 1px solid #e1e4e6;
    border-radius: 8px;
    padding: 24px 24px 18px;
    -webkit-transition: .4s;
    transition: .4s
}

@media (max-width:375px) {
    .about-contact-grid {
        gap: 14px;
        padding: 15px 15px 18px
    }
}

.about-contact-grid:not(:last-child) {
    margin-bottom: 30px
}

.about-contact-grid .about-contact-icon {
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none;
    width: 70px;
    height: 70px;
    line-height: 68px;
    text-align: center;
    background: var(--title-color);
    border-radius: 50%;
    color: var(--white-color);
    -webkit-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out
}

@media (max-width:375px) {
    .about-contact-grid .about-contact-icon {
        width: 60px;
        height: 60px;
        line-height: 60px
    }
}

.about-contact-grid .about-contact-icon img {
    -webkit-filter: brightness(0) invert(1);
    filter: brightness(0) invert(1)
}

.about-contact-grid .box-title {
    font-size: 20px;
    font-weight: 600;
    margin-top: -.3em;
    margin-bottom: 2px
}

.about-contact-grid .about-contact-details-text {
    color: var(--title-color);
    margin-bottom: 0
}

.about-contact-grid .about-contact-details-text a:not(:hover) {
    color: initial
}

.about-contact-grid:hover .about-contact-icon {
    background: var(--theme-color)
}

.contact-map {
    position: relative;
    line-height: 0;
    border-radius: 30px
}

@media (max-width:991px) {
    .contact-map {
        margin-bottom: 40px
    }
}

.contact-map .contact-icon {
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    cursor: pointer
}

.contact-map .contact-icon i {
    width: 100px;
    height: 100px;
    line-height: 100px;
    text-align: center;
    font-size: 24px;
    color: var(--white-color);
    background-color: var(--theme-color);
    border-radius: 50%
}

@media (max-width:991px) {
    .contact-map .contact-icon i {
        width: 80px;
        height: 80px;
        line-height: 80px
    }
}

.contact-map .contact-icon {
    width: 50px;
    height: 50px;
    display: inline-block;
    z-index: 3
}

.contact-map .contact-icon img {
    -webkit-animation: jumpAni 2s ease-in-out infinite alternate;
    animation: jumpAni 2s ease-in-out infinite alternate
}

.contact-map .contact-icon:after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    top: 90%;
    width: 38px;
    height: 18px;
    border-radius: 50%;
    background: rgba(13, 13, 12, .2);
    z-index: -1
}

.contact-map .contact-icon:before {
    content: "";
    position: absolute;
    left: -40px;
    right: 0;
    margin: auto;
    top: 50%;
    width: 130px;
    height: 60px;
    border-radius: 50%;
    background: rgba(255, 255, 255, .5);
    border: 1px solid var(--white-color);
    z-index: -1
}

@-webkit-keyframes location-anim {
    0% {
        -webkit-transform: rotate(5deg) translate(5px, 5px);
        transform: rotate(5deg) translate(5px, 5px)
    }

    100% {
        -webkit-transform: rotate(5deg) translate(-5px, -5px);
        transform: rotate(5deg) translate(-5px, -5px)
    }
}

@keyframes location-anim {
    0% {
        -webkit-transform: rotate(5deg) translate(5px, 5px);
        transform: rotate(5deg) translate(5px, 5px)
    }

    100% {
        -webkit-transform: rotate(5deg) translate(-5px, -5px);
        transform: rotate(5deg) translate(-5px, -5px)
    }
}

@-webkit-keyframes location-anim2 {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1)
    }

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

@keyframes location-anim2 {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1)
    }

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

.contact-map iframe {
    width: 100%;
    height: 365px;
    border-radius: 30px
}

.contact-map.style2 iframe {
    width: 100%;
    height: 398px;
    border-radius: 0
}

.contact-map.style3 iframe {
    border-radius: 16px
}

.form-select {
    line-height: 64px
}

.contact-infobox {
    padding: 60px;
    border-radius: 30px
}

@media (max-width:1299px) {
    .contact-infobox {
        padding: 40px
    }
}

@media (max-width:575px) {
    .contact-infobox {
        padding: 20px
    }
}

.contact-infobox .title-area {
    margin-bottom: 15px
}

.contact-infobox .sec-title {
    margin-bottom: 15px
}

.about-contact-grid.inner-style {
    border: 0;
    padding: 0 0 30px 0;
    border-bottom: 1px solid var(--th-border-color);
    border-radius: 0
}

.about-contact-grid.inner-style .about-contact-details-text {
    font-weight: 500;
    font-size: 24px;
    color: var(--title-color)
}

@media (max-width:575px) {
    .about-contact-grid.inner-style .about-contact-details-text {
        font-size: 20px;
        line-height: 1.5
    }
}

.about-contact-grid:hover .about-contact-icon {
    color: var(--white-color);
    background: var(--theme-color)
}

.about-contact-grid:last-child {
    border: 0;
    padding-bottom: 0;
    margin-bottom: 0
}

.about-contact-grid .about-contact-icon {
    font-size: 26px;
    color: var(--title-color);
    background: var(--white-color)
}

.contact-formbox .contact-form {
    padding: 60px
}

@media (max-width:767px) {
    .contact-formbox .contact-form {
        padding: 40px
    }
}

@media (max-width:575px) {
    .contact-formbox .contact-form {
        padding: 20px
    }
}

.contact-formbox .contact-form .th-btn {
    padding: 14px 26px
}

.contact-formbox form {
    border: 1px solid var(--th-border-color)
}

.contact-formbox .form-group .form-select {
    padding: 5px 25px 5px 25px;
    background: var(--smoke-color)
}

.contact-formbox .form-group>img {
    -webkit-filter: contrast(0);
    filter: contrast(0)
}

.contact-formbox .form-control {
    border: 0;
    background-color: var(--smoke-color)
}

.contact-formbox textarea.form-control {
    min-height: 229px
}

.phone-input-wrapper {
    display: flex;
    gap: 8px;
    position: relative;
}

.phone-input-wrapper .country-code-select {
    width: 110px !important;
    flex-shrink: 0;
    border: 0;
    background-color: var(--smoke-color);
    padding: 10px 5px;
}

.contact-map.style2 iframe {
    height: 600px;
    border-radius: 30px
}

.experience-wrap9 {
    background: var(--white-color);
    padding: 64px;
    margin: 0 0 0 24px;
    border-radius: 19px
}

@media (max-width:1399px) {
    .experience-wrap9 {
        margin: 0 24px
    }
}

@media (max-width:991px) {
    .experience-wrap9 {
        padding: var(--section-space-mobile) 12px
    }
}

@media (max-width:767px) {
    .experience-wrap9 {
        padding: var(--section-space-mobile) 18px
    }
}

@media (max-width:575px) {
    .experience-wrap9 {
        margin: 0 12px;
        padding: var(--section-space-mobile) 12px
    }
}

.experience-wrap9 .experience-year-wrap {
    font-size: 24px;
    font-weight: 600;
    font-family: var(--title-font);
    color: var(--body-color);
    letter-spacing: .02em;
    line-height: .8;
    margin-bottom: 64px
}

@media (max-width:1199px) {
    .experience-wrap9 .experience-year-wrap {
        margin-bottom: 40px
    }
}

@media (max-width:375px) {
    .experience-wrap9 .experience-year-wrap {
        font-size: 18px
    }
}

.experience-wrap9 .experience-year-wrap .counter-wrap {
    font-size: 48px;
    font-weight: 700;
    letter-spacing: .02em;
    color: var(--title-color)
}

@media (max-width:1199px) {
    .experience-wrap9 .experience-year-wrap .counter-wrap {
        font-size: 36px
    }
}

@media (max-width:575px) {
    .experience-wrap9 .experience-year-wrap .counter-wrap {
        font-size: 30px
    }
}

.experience-wrap9 .box-img {
    border-radius: 16px;
    overflow: hidden
}

.experience-wrap9 .box-img img {
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover
}

@media (max-width:1500px) {
    .experience-wrap9 .box-img img {
        min-height: 460px
    }
}

@media (max-width:1399px) {
    .experience-wrap9 .box-img img {
        min-height: auto
    }
}

.experience-wrap9 .experience-content-wrap {
    margin-left: 150px;
    margin-top: 32px
}

@media (max-width:1399px) {
    .experience-wrap9 .experience-content-wrap {
        margin-left: 0
    }
}

.experience-wrap9 .experience-content-wrap .box-title {
    font-size: 48px;
    font-weight: 700;
    letter-spacing: .02em;
    margin-bottom: 8px
}

@media (max-width:1199px) {
    .experience-wrap9 .experience-content-wrap .box-title {
        font-size: 36px
    }
}

@media (max-width:767px) {
    .experience-wrap9 .experience-content-wrap .box-title {
        font-size: 34px
    }
}

@media (max-width:575px) {
    .experience-wrap9 .experience-content-wrap .box-title {
        font-size: 30px
    }
}

.contact-wrap9 {
    background: var(--white-color);
    padding: 64px;
    margin: 0 24px 0 0;
    border-radius: 19px
}

@media (max-width:1399px) {
    .contact-wrap9 {
        margin: 0 24px
    }
}

@media (max-width:991px) {
    .contact-wrap9 {
        padding: var(--section-space-mobile) 12px
    }
}

@media (max-width:767px) {
    .contact-wrap9 {
        padding: var(--section-space-mobile) 18px
    }
}

@media (max-width:575px) {
    .contact-wrap9 {
        margin: 0 12px;
        padding: var(--section-space-mobile) 12px
    }
}

.contact-wrap9 .sec-title {
    max-width: 523px
}

.contact-wrap9 .contact9-form-area .contact-form {
    background: var(--smoke-color4);
    -webkit-box-shadow: none;
    box-shadow: none;
    padding: 40px 40px 16px;
    border-radius: 16px 16px 0 0
}

@media (max-width:575px) {
    .contact-wrap9 .contact9-form-area .contact-form {
        padding: 30px 30px 6px
    }
}

.contact-wrap9 .contact9-form-area .contact-form .form-control,
.contact-wrap9 .contact9-form-area .contact-form .form-select,
.contact-wrap9 .contact9-form-area .contact-form input,
.contact-wrap9 .contact9-form-area .contact-form select,
.contact-wrap9 .contact9-form-area .contact-form textarea {
    background: 0 0
}

.contact-wrap9 .contact9-form-area .contact-form textarea,
.contact-wrap9 .contact9-form-area .contact-form textarea.form-control {
    min-height: 137px
}

.contact-wrap9 .contact9-form-area .form-btn-wrapp {
    padding: 22px 40px
}

.contact-wrap9 .contact9-form-area .form-btn-wrapp .th-btn {
    padding: 9px 24px
}

@media (max-width:575px) {
    .contact-wrap9 .contact9-form-area .form-btn-wrapp .contact-info {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        margin-top: 10px
    }
}

.global-img {
    position: relative;
    overflow: hidden;
    -webkit-transition: all .5s ease-out;
    transition: all .5s ease-out
}

.global-img:after {
    background: rgba(255, 255, 255, .5);
    content: "";
    height: 0;
    left: 0;
    opacity: 1;
    pointer-events: none;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 9
}

.global-img img {
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -webkit-transition: 1.3s all ease;
    transition: 1.3s all ease
}

@media (max-width:991px) {
    .global-img {
        min-width: 100%;
        margin-bottom: 30px
    }
}

.global-img:hover:after {
    height: 100%;
    opacity: 0;
    -webkit-transition: all .4s linear;
    transition: all .4s linear
}

.global-img:hover img {
    -webkit-transform: scale(1.3);
    transform: scale(1.3)
}

.img-box1 {
    position: relative;
    margin-bottom: 20px
}

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

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

.img-box1 .img1 {
    position: relative;
    overflow: hidden;
    left: 20%;
}

@media (max-width:1299px) {
    .img-box1 .img1 {
        max-width: 280px
    }
}

@media (max-width:480px) {
    .img-box1 .img1 {
        max-width: 100%
    }
}

.img-box1 .img1 img {
    border-radius: 156px 156px 0 156px
}

.img-box1 .img2 {
    position: absolute;
    top: 0;
    right: -10px;
    overflow: hidden
}

@media (max-width:1399px) {
    .img-box1 .img2 {
        max-width: 280px
    }
}

@media (max-width:1299px) {
    .img-box1 .img2 {
        max-width: 220px
    }
}

@media (max-width:1199px) {
    .img-box1 .img2 {
        right: 40%
    }
}

@media (max-width:991px) {
    .img-box1 .img2 {
        right: 20%
    }
}

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

@media (max-width:480px) {
    .img-box1 .img2 {
        display: none
    }
}

.img-box1 .img2 img {
    border-radius: 156px 156px 156px 0
}

.img-box1 .img3 {
    position: absolute;
    bottom: -20px;
    right: -10px;
    overflow: hidden
}

@media (max-width:1399px) {
    .img-box1 .img3 {
        max-width: 280px
    }
}

@media (max-width:1299px) {
    .img-box1 .img3 {
        max-width: 220px
    }
}

@media (max-width:1199px) {
    .img-box1 .img3 {
        right: 40%
    }
}

@media (max-width:991px) {
    .img-box1 .img3 {
        right: 20%
    }
}

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

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

.img-box1 .img3 img {
    border-radius: 0 150px 150px 150px
}

.about-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 16px;
    max-width: 400px
}

.about-item:not(:last-child) {
    margin-bottom: 30px
}

.about-item.style2 .about-item_img {
    background-color: var(--smoke-color)
}

.about-item.style4 .about-item_img {
    min-width: 60px;
    height: 60px;
    line-height: 60px;
    border-radius: 50%;
    background-color: var(--theme-color)
}

.about-item.style4 .box-title {
    font-size: 22px
}

.about-item_img {
    min-width: 72px;
    height: 72px;
    line-height: 72px;
    border-radius: 20px;
    text-align: center;
    background-color: var(--theme-color);
    -webkit-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out
}

.about-item_img img {
    -webkit-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out
}

.about-item_img:hover {
    background-color: var(--title-color)
}

.about-item_img:hover img {
    -webkit-transform: rotateY(180deg);
    transform: rotateY(180deg)
}

.about-item .box-title {
    font-weight: 500;
    margin-bottom: 7px
}

@media (max-width:375px) {
    .about-item .box-title {
        font-size: 20px
    }
}

.about-item_text {
    margin-bottom: -.3rem
}

.about-shape img {
    border-radius: 24px
}

.about-15-title-box .title-area .sec-title {
    line-height: 1.3
}

@media (max-width:1299px) {
    .about-15-title-box .title-area .sec-title {
        font-size: 40px
    }
}

@media (max-width:575px) {
    .about-15-title-box .title-area .sec-title {
        font-size: 27px
    }
}

.img-box4 {
    position: relative
}

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

@media (max-width:375px) {
    .img-box4 {
        margin-bottom: 10px
    }
}

.img-box4 .img1 img {
    border-radius: 24px
}

.img-box4 .img2 {
    position: absolute;
    bottom: 0;
    left: -10%;
    z-index: 2
}

@media (max-width:1199px) {
    .img-box4 .img2 {
        left: 0
    }
}

@media (max-width:375px) {
    .img-box4 .img2 {
        position: relative;
        top: 15px
    }
}

.img-box4 .img2:before {
    content: "";
    position: absolute;
    inset: -5px;
    left: 1px;
    bottom: 1px;
    background-color: var(--white-color);
    border-radius: 24px;
    z-index: -1
}

.img-box4 .img2:after {
    content: "";
    position: absolute;
    inset: 0;
    background: -webkit-gradient(linear, left bottom, left top, from(rgba(13, 13, 12, .3)), to(rgba(13, 13, 12, .3)));
    background: linear-gradient(0deg, rgba(13, 13, 12, .3), rgba(13, 13, 12, .3));
    border-radius: 24px
}

.img-box4 .img2 img {
    width: 100%;
    border-radius: 24px
}

@media (max-width:1199px) {
    .ab5-imgbox {
        margin-bottom: 0
    }
}

.ab5-imgbox .img2 {
    bottom: 2%;
    left: 10%
}

@media (max-width:1299px) {
    .ab5-imgbox .img2 {
        left: -17px
    }
}

@media (max-width:1199px) {
    .ab5-imgbox .img2 {
        left: 10%
    }
}

@media (max-width:991px) {
    .ab5-imgbox .img2 {
        left: 0
    }
}

@media (max-width:767px) {
    .ab5-imgbox .img2 {
        left: 20%
    }
}

@media (max-width:575px) {
    .ab5-imgbox .img2 {
        left: 0
    }
}

@media (max-width:480px) {
    .ab5-imgbox .img2 {
        position: relative
    }
}

.ab5-wrapp {
    margin-left: 85px
}

@media (max-width:1299px) {
    .ab5-wrapp {
        margin-left: 30px
    }
}

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

@media (max-width:575px) {
    .ab5-wrapp {
        margin-top: 0 !important
    }
}

.ab5-item .about-item_img {
    border-radius: 50%
}

.title-area .sec-title {
    line-height: 1.1
}

.about-item.style6 {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

@media (max-width:767px) {
    .about-item.style6 {
        display: inline-block
    }
}

.about-item.style6 .icon {
    font-size: 32px;
    width: 72px;
    height: 72px;
    line-height: 72px;
    text-align: center;
    display: inline-block;
    color: var(--theme-color);
    background-color: var(--smoke-color);
    border-radius: 50%;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    margin-bottom: 0
}

@media (max-width:767px) {
    .about-item.style6 .icon {
        margin-bottom: 20px
    }
}

.img-box8 .img1,
.img-box8 .img2,
.img-box8 .img3 {
    overflow: hidden;
    border-radius: 40px;
    margin-bottom: 60px
}

@media (max-width:575px) {

    .img-box8 .img1,
    .img-box8 .img2,
    .img-box8 .img3 {
        margin-bottom: 20px
    }
}

.img-box8 .img1 img,
.img-box8 .img2 img,
.img-box8 .img3 img {
    border-radius: 40px
}

.img-box8 img {
    border-radius: 40px
}

.img-box8 .about-item {
    max-width: 460px
}

.img-box8 .about-item_img {
    border-radius: 50%
}

.img-box8 .th-btn {
    padding: 19px 43px
}

.about-item-wrap {
    min-width: 386px
}

@media (max-width:575px) {
    .about-item-wrap {
        min-width: 100%
    }
}

.about-item-wrap.style2 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 30px
}

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

.about-item-wrap.style3 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 30px
}

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

.about-item.style3 .about-item_img {
    background-color: var(--white-color)
}

.about-circle {
    position: absolute;
    left: 0;
    z-index: 2;
    right: 0;
    text-align: center;
    margin: auto;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%)
}

.about-circle>.icon {
    cursor: none
}

.img-box15 .img1 {
    border-radius: 30px
}

.img-box15 .img1 img {
    border-radius: 30px
}

.img-box15 {
    margin-right: 35px;
    -webkit-transform: rotate(5deg);
    transform: rotate(5deg)
}

@media (max-width:575px) {
    .img-box15 {
        margin-right: 0
    }
}

@media (max-width:767px) {
    .img-box15 {
        -webkit-transform: rotate(0);
        transform: rotate(0);
        margin-bottom: 40px
    }
}

.img-box15 .img1 {
    margin-top: 30px;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto
}

.img-box15 .img1 img {
    margin-bottom: 26px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: end;
    margin-bottom: 26px;
    border-radius: 16px
}

.img-box15 .img1 img:first-child {
    margin-left: 59px
}

.img-box15 .img2 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    margin-left: 27px
}

.img-box15 .img2 img {
    border-radius: 16px
}

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

.about-feature-list ul {
    padding: 0
}

.about-feature-list ul li {
    position: relative;
    font-size: 18px;
    display: block;
    padding-left: 32px;
    color: var(--title-color)
}

.about-feature-list ul li .about-feature-icon {
    position: absolute;
    left: 0
}

.about-feature-list ul li:not(:last-child) {
    margin-bottom: 16px
}

.about-item.style-16 {
    max-width: 100%
}

.about-item.style-16 .box-title {
    font-weight: 600;
    font-size: 40px;
    text-transform: capitalize;
    color: var(--title-color);
    margin-bottom: 20px
}

@media (max-width:575px) {
    .about-item.style-16 .box-title {
        font-size: 30px
    }
}

.about-item.style-16 .about-text {
    margin: 0 45px 30px 0;
    text-transform: capitalize
}

.about-item.style-16 .about-feature ul {
    margin: 0;
    padding: 0;
    list-style: none
}

@media (max-width:1199px) {
    .about-item.style-16 .about-feature ul {
        display: block
    }
}

.about-item.style-16 .about-feature ul li {
    position: relative;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 43%;
    flex: 0 0 43%;
    font-size: 18px;
    font-weight: 400;
    color: var(--title-color);
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 19px;
    padding-left: 32px
}

@media (max-width:1500px) {
    .about-item.style-16 .about-feature ul li {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 45%;
        flex: 0 0 45%
    }
}

@media (max-width:1299px) {
    .about-item.style-16 .about-feature ul li {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%
    }
}

.about-item.style-16 .about-feature ul li::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 24px;
    height: 24px;
    background-image: url("../img/icon/checkmark.svg");
    background-size: contain;
    background-repeat: no-repeat
}

.about-item.style-16 .th-btn {
    background-color: var(--title-color);
    border-radius: 16px
}

.about-item.style-16 .th-btn:hover {
    color: var(--white-color)
}

.about-item.style-16 .th-btn:hover::before {
    background-color: var(--theme-color)
}

.section-radius {
    margin: 24px;
    border-radius: 16px
}

@media (max-width:575px) {
    .section-radius {
        margin: 12px
    }
}

.img-box17-1 {
    position: relative;
    height: 100%
}

@media (max-width:1199px) {
    .img-box17-1 {
        display: inline-block
    }
}

@media (max-width:991px) {
    .img-box17-1 {
        display: block;
        height: auto
    }
}

.img-box17-1 .img1 {
    border-radius: 16px;
    overflow: hidden;
    height: 100%
}

.img-box17-1 .img1 img {
    height: 100%;
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover
}

.img-box17-2 .img1 {
    border-radius: 16px;
    overflow: hidden;
    margin-bottom: 5px
}

.img-box17-2 .img1 img {
    width: 100%
}

.img-box17-2 .img2 {
    position: relative
}

.img-box17-2 .img2 img {
    border-radius: 16px;
    width: 100%
}

.about-wrap17 {
    margin-left: 36px
}

@media (max-width:1399px) {
    .about-wrap17 {
        margin-left: 0
    }
}

.about-wrap17 .sec-title {
    max-width: 545px
}

@media (max-width:1199px) {
    .about-wrap17 .sec-title {
        max-width: none
    }
}

.about-wrap17 .sec-text {
    font-size: 18px;
    line-height: 1.777em
}

@media (max-width:1199px) {
    .about-wrap17 .sec-text {
        font-size: 16px
    }
}

.about-wrap17 .about-feature-card {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 16px
}

.about-wrap17 .about-feature-card:not(:last-child) {
    margin-bottom: 32px
}

.about-wrap17 .about-feature-card .box-icon {
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none
}

.about-wrap17 .about-feature-card .box-title {
    font-size: 24px;
    font-weight: 600;
    margin-bottom: 10px
}

@media (max-width:1299px) {
    .about-wrap17 .about-feature-card .box-title {
        font-size: 20px
    }
}

.about-wrap17 .about-feature-card .box-text {
    font-size: 14px
}

.th-team {
    position: relative
}

.th-team .team-img {
    position: relative;
    overflow: hidden
}

.th-team .team-img img {
    width: 100%;
    -webkit-transition: .4s ease-in-out;
    transition: .4s ease-in-out
}

.th-team .team-desig {
    font-size: 16px;
    font-weight: 400;
    display: block;
    margin-bottom: -.45em;
    color: var(--black-color2)
}

.th-team .th-social {
    -webkit-transition: .4s ease-in-out;
    transition: .4s ease-in-out
}

.th-team .th-social a {
    --icon-size: 32px;
    background-color: transparent;
    border: 1px solid var(--theme-color);
    color: var(--theme-color);
    font-size: 14px
}

@media (max-width:1299px) {
    .th-team .th-social a {
        margin-right: 0
    }
}

@media (max-width:1199px) {
    .th-team .th-social a {
        margin-right: 5px
    }
}

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

.th-team .box-title {
    margin-bottom: 0
}

.team-box {
    position: relative;
    text-align: center;
    overflow: hidden;
    z-index: 2;
    --space: 56px;
    -webkit-transition: all ease .4s;
    transition: all ease .4s
}

.team-box.style2 {
    border: 1px solid var(--theme-color);
    border-radius: 16px;
    padding-top: 16px
}

.team-box.style3 .team-content {
    border: 0;
    background: var(--smoke-color4)
}

.team-box.style3 .team-content .media-body {
    background: var(--white-color)
}

.team-box .team-img {
    max-width: calc(100% - var(--space) * 2);
    margin: 0 auto;
    border: 3px solid var(--white-color);
    overflow: hidden;
    position: relative;
    border-radius: 50%;
    z-index: 3
}

.team-box .team-img img {
    width: 100%;
    border-radius: 50%;
    -webkit-transition: all 1.3s ease 0s;
    transition: all 1.3s ease 0s
}

.team-box .team-content {
    position: relative;
    padding: 130px 16px 16px 16px;
    margin-top: -100px;
    background-color: var(--white-color);
    border: 1px solid var(--th-border-color);
    border-radius: 16px;
    z-index: 2
}

.team-box .media-body {
    position: relative;
    border-radius: 16px;
    background-color: var(--smoke-color);
    padding: 24px 28px;
    -webkit-transition: all ease .4s;
    transition: all ease .4s;
    z-index: 2;
    overflow: hidden
}

@media (max-width:1399px) {
    .team-box .media-body {
        padding: 24px 10px
    }
}

.team-box .media-body:before {
    content: "";
    position: absolute;
    inset: 0;
    height: 0;
    background-color: var(--theme-color);
    z-index: -1;
    -webkit-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out
}

.team-box .box-title {
    color: var(--black-color2)
}

.team-box .box-title a {
    color: var(--black-color2)
}

.team-box .team-desig {
    margin-bottom: 12px;
    -webkit-transition: .4s;
    transition: .4s
}

.team-box:hover .team-img img {
    -webkit-transform: scale(1.1);
    transform: scale(1.1)
}

.team-box:hover .media-body:before {
    bottom: 100%;
    height: 100%
}

.team-box:hover .box-title {
    color: var(--white-color)
}

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

.team-box:hover .team-desig {
    color: var(--white-color)
}

.team-box:hover .th-social a {
    border: 1px solid var(--white-color);
    color: var(--white-color)
}

.team-slider-1 .team-content {
    border: 1px solid var(--th-border-color)
}

.team-inner-box .media-body {
    background: var(--smoke-color)
}

.team-inner-box .team-desig {
    color: var(--body-color)
}

.team-inner {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    /* centers items horizontally */
}

.team-inner .col-xl-3 {
    display: flex;
    justify-content: center;
    margin-bottom: 20px;
}

.testi-card_review i {
    color: #ffa944;
    font-size: 14px;
    margin-right: 3px
}

@media (max-width:991px) {
    .testi-card_review i {
        font-size: 12px
    }
}

.testi-card10 {
    background: var(--smoke-color4);
    border-radius: 24px;
    position: relative;
    padding: 40px 40px 65px;
    -webkit-transition: .4s;
    transition: .4s;
    overflow: hidden
}

@media (max-width:575px) {
    .testi-card10 {
        padding: 30px 30px 55px
    }
}

.testi-card10 .box-thumb-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-transition: .4s;
    transition: .4s
}

.testi-card10 .box-img {
    -webkit-transition: .4s;
    transition: .4s;
    border-radius: 50%;
    overflow: hidden;
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none;
    width: 120px
}

.testi-card10 .quote-icon {
    -webkit-transition: .4s;
    transition: .4s
}

.testi-card10 .box-content {
    overflow: hidden;
    white-space: nowrap;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    margin: -15px -40px -15px;
    position: relative;
    -webkit-transition: .4s;
    transition: .4s;
    opacity: 0
}

.testi-card10 .box-content .box-title {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    font-size: 40px;
    font-weight: 600;
    letter-spacing: .02em;
    -webkit-animation: marquee 10s linear infinite;
    animation: marquee 10s linear infinite;
    color: var(--white-color);
    opacity: .2
}

.testi-card10 .box-content .box-title .marquee-text {
    display: block;
    padding-right: 0
}

.testi-card10 .box-content .box-title .marquee-text .star-icon {
    position: relative;
    display: inline-block;
    top: 8px;
    margin-left: 10px;
    margin-right: 10px
}

.testi-card10 .box-text {
    font-size: 20px;
    font-weight: 500;
    color: var(--title-color);
    -webkit-transition: .4s;
    transition: .4s;
    line-height: 1.5em
}

@media (max-width:575px) {
    .testi-card10 .box-text {
        font-size: 18px
    }
}

@media (max-width:375px) {
    .testi-card10 .box-text {
        font-size: 16px
    }
}

.testi-card10 .box-desig {
    font-size: 16px;
    font-weight: 500;
    color: var(--title-color);
    -webkit-transition: .4s;
    transition: .4s;
    display: block;
    margin-bottom: 2px;
    margin-top: 58px
}

.testi-card10 .testi-card_review {
    color: var(--yellow-color);
    margin-bottom: -.4em
}

.testi-card10:hover {
    background: var(--title-color);
    padding: 40px 40px 50px
}

@media (max-width:575px) {
    .testi-card10:hover {
        padding: 30px 30px 40px
    }
}

.testi-card10:hover .box-thumb-wrap {
    margin-bottom: 48px
}

.testi-card10:hover .box-img {
    width: 72px
}

.testi-card10:hover .quote-icon {
    -webkit-filter: brightness(99) invert(0);
    filter: brightness(99) invert(0)
}

.testi-card10:hover .box-content {
    opacity: 1;
    margin-bottom: 0
}

.testi-card10:hover .box-text {
    color: var(--gray-color2)
}

.testi-card10:hover .box-desig {
    color: var(--white-color)
}

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

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

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

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

.pricing-tabs {
    margin-top: 30px;
    margin-bottom: 60px
}

@media (max-width:575px) {
    .pricing-tabs {
        margin-bottom: 0
    }
}

.blog-box {
    position: relative
}

.blog-box .blog-img {
    margin-bottom: 35px;
    border-radius: 16px
}

.blog-box .blog-img img {
    border-radius: 16px
}

.blog-box .blog-img {
    position: relative;
    overflow: hidden;
    -webkit-transition: all .4s ease;
    transition: all .4s ease
}

.blog-box .blog-img img {
    width: 100%;
    -webkit-transition: all .4s ease;
    transition: all .4s ease
}

.blog-box .blog-shape {
    position: absolute;
    left: 0;
    top: 0;
    width: 78px;
    height: 134px;
    background-color: var(--white-color);
    clip-path: path("M78 0H0V134L78 113.794V0Z")
}

.blog-box .box-title {
    line-height: 34px;
    margin-bottom: 30px
}

.blog-box .blog-meta {
    margin: -.3rem 0 18px 0
}

@media (max-width:375px) {

    .blog-box .blog-meta a,
    .blog-box .blog-meta span {
        font-size: 14px
    }
}

.blog-box .th-btn {
    padding: 10px 25px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.blog-box .th-btn:after {
    width: 16px;
    height: 16px;
    -webkit-mask-image: url(../img/icon/arrow-right2.svg);
    mask-image: url(../img/icon/arrow-right2.svg)
}

.blog-box:hover .blog-img img {
    -webkit-transform: scale(1.08);
    transform: scale(1.08)
}

.sec_title_static {
    position: sticky;
    height: 100%;
    display: block;
    max-width: 570px
}

.sec_title_static .sec_title_wrap {
    position: sticky;
    top: 150px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    margin: auto
}

.blog-grid4 {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 30px;
    overflow: hidden;
    background-color: var(--white-color)
}

@media (max-width:767px) {
    .blog-grid4 {
        display: block
    }
}

.blog-grid4_wrapp {
    position: sticky;
    top: 155px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    margin: auto
}

.blog-grid4_wrapp:not(:last-child) .blog-grid4 {
    border-bottom: 1px solid #e1e4e5;
    margin-bottom: 30px;
    padding-bottom: 30px
}

.blog-grid4 .blog-meta {
    margin-bottom: 15px
}

.blog-grid4 .box-title {
    font-size: 28px;
    margin-bottom: 22px
}

.blog-grid4 .blog-img {
    min-width: 248px;
    border-radius: 16px
}

@media (max-width:767px) {
    .blog-grid4 .blog-img {
        margin-top: 20px
    }
}

.blog-grid4 .blog-img img {
    border-radius: 16px
}

.blog-grid4-static-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 24px
}

.blog-area {
    padding-bottom: 60px
}

.brand-area .th-container {
    --main-container: 1830px
}

.brand-box {
    width: 100%;
    height: 80px;
    overflow: hidden;
    margin: auto;
    position: relative;
    display: block;
    -webkit-filter: grayscale(9);
    filter: grayscale(9);
    -webkit-transition: .4s;
    transition: .4s;
    display: flex;
    align-items: center;
    justify-content: center
}

.brand-box:hover {
    -webkit-filter: grayscale(0);
    filter: grayscale(0)
}

.brand-box:hover a img.gray {
    opacity: 1;
    visibility: visible;
    -webkit-transition: all .7s ease-in-out;
    transition: all .7s ease-in-out;
    -webkit-transform: translateY(0);
    transform: translateY(0)
}

.brand-box:hover a img.original {
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all .7s ease-in-out;
    transition: all .7s ease-in-out;
    -webkit-transform: translateY(100%);
    transform: translateY(100%)
}

.brand-box img {
    margin: auto;
    -webkit-transition: all .7s ease-in-out;
    transition: all .7s ease-in-out;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    max-width: 100%;
    max-height: 100%;
    object-fit: contain
}

.brand-box img.gray {
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all .7s ease-in-out;
    transition: all .7s ease-in-out;
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%)
}

.brand-box img.original {
    -webkit-transition: all .7s ease-in-out;
    transition: all .7s ease-in-out;
    -webkit-transform: translateY(0);
    transform: translateY(0)
}

.brand-box.style2 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    border: 5px solid rgba(255, 255, 255, .1);
    height: 200px;
    border-radius: 50%;
    border-right: 1px solid rgba(255, 255, 255, .1);
    position: relative;
    overflow: hidden;
    cursor: pointer
}

@media (max-width:1399px) {
    .brand-box.style2 {
        height: 230px
    }
}

@media (max-width:1299px) {
    .brand-box.style2 {
        height: 200px
    }
}

@media (max-width:1199px) {
    .brand-box.style2 {
        height: 280px
    }
}

@media (max-width:991px) {
    .brand-box.style2 {
        height: 210px
    }
}

@media (max-width:767px) {
    .brand-box.style2 {
        height: 240px
    }
}

@media (max-width:575px) {
    .brand-box.style2 {
        width: 200px;
        height: 200px
    }
}

.brand-box.style2 a {
    display: block;
    position: relative
}

.brand-box.style2 a .original {
    position: relative
}

@-webkit-keyframes moveFromTop {
    from {
        -webkit-transform: translateY(-100%);
        transform: translateY(-100%)
    }
}

@keyframes moveFromTop {
    from {
        -webkit-transform: translateY(-100%);
        transform: translateY(-100%)
    }
}

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

.checklist li {
    position: relative;
    color: var(--body-color);
    font-family: var(--body-font);
    font-size: 18px;
    font-weight: 400;
    line-height: 28px;
    padding-left: 40px
}

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

@media (max-width:1199px) {
    .checklist.mb-45 {
        margin-bottom: 40px
    }
}

.checklist.style4 ul li {
    padding-left: 35px
}

.checklist.style4 ul li:before {
    content: url("data:image/svg+xml,%3Csvg width='20' height='20' viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg clip-path='url(%23clip0_254_4024)'%3E%3Cpath d='M14.166 2.78135C12.9403 2.07231 11.5172 1.6665 9.99935 1.6665C5.39697 1.6665 1.66602 5.39746 1.66602 9.99984C1.66602 14.6022 5.39697 18.3332 9.99935 18.3332C14.6017 18.3332 18.3327 14.6022 18.3327 9.99984C18.3327 9.42909 18.2753 8.87167 18.166 8.33317' stroke='%230B59DB' stroke-width='1.5' stroke-linecap='round'/%3E%3Cpath d='M6.66602 10.4165C6.66602 10.4165 7.91602 10.4165 9.58268 13.3332C9.58268 13.3332 14.215 5.69428 18.3327 4.1665' stroke='%230B59DB' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_254_4024'%3E%3Crect width='20' height='20' fill='white'/%3E%3C/clipPath%3E%3C/defs%3E%3C!-- Code injected by live-server --%3E%3Cscript%3E // %3C!%5BCDATA%5B %3C-- For SVG support if ('WebSocket' in window) %7B (function () %7B function refreshCSS() %7B var sheets = %5B%5D.slice.call(document.getElementsByTagName('link'));var head = document.getElementsByTagName('head')%5B0%5D;for (var i = 0;i %3C sheets.length;++i) %7B var elem = sheets%5Bi%5D;var parent = elem.parentElement %7C%7C head;parent.removeChild(elem);var rel = elem.rel;if (elem.href && typeof rel != 'string' %7C%7C rel.length == 0 %7C%7C rel.toLowerCase() == 'stylesheet') %7B var url = elem.href.replace(/(&%7C%5C%3F)_cacheOverride=%5Cd+/,'');elem.href = url+(url.indexOf('%3F') %3E= 0 %3F '&':'%3F')+'_cacheOverride='+(new Date().valueOf());%7D parent.appendChild(elem);%7D %7D var protocol = window.location.protocol === 'http:' %3F 'ws://':'wss://';var address = protocol+window.location.host+window.location.pathname+'/ws';var socket = new WebSocket(address);socket.onmessage = function (msg) %7B if (msg.data == 'reload') window.location.reload();else if (msg.data == 'refreshcss') refreshCSS();%7D;if (sessionStorage && !sessionStorage.getItem('IsThisFirstTime_Log_From_LiveServer')) %7B console.log('Live reload enabled.');sessionStorage.setItem('IsThisFirstTime_Log_From_LiveServer',true);%7D %7D)();%7D else %7B console.error('Upgrade your browser. This Browser is NOT supported WebSocket for Live-Reloading.');%7D // %5D%5D%3E%3C/script%3E%3C/svg%3E%0A");
    font-family: var(--icon-font);
    position: absolute;
    left: 0;
    top: -3px;
    font-size: 32px;
    font-weight: 600;
    color: var(--theme-color);
    margin-right: 10px
}

@media (max-width:1199px) {
    p.mb-45 {
        margin-bottom: 38px
    }
}

@-webkit-keyframes loaded {
    from {
        -webkit-transform: scale(.8);
        transform: scale(.8);
        opacity: 0
    }

    to {
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: 1
    }
}

@keyframes loaded {
    from {
        -webkit-transform: scale(.8);
        transform: scale(.8);
        opacity: 0
    }

    to {
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: 1
    }
}

@-webkit-keyframes overlay {
    0% {
        -webkit-transform: scaleX(0);
        transform: scaleX(0)
    }

    55% {
        -webkit-transform: scaleX(1);
        transform: scaleX(1)
    }

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

@keyframes overlay {
    0% {
        -webkit-transform: scaleX(0);
        transform: scaleX(0)
    }

    55% {
        -webkit-transform: scaleX(1);
        transform: scaleX(1)
    }

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

.loadcontent {
    display: none
}

.story-box {
    position: relative;
    background: var(--smoke-color);
    border-radius: 30px;
    padding: 40px;
    margin: 0 30px 30px 0;
    z-index: 2
}

@media (max-width:1299px) {
    .story-box {
        margin: 0 10px 30px 0;
        padding: 30px 25px
    }
}

.story-box .box-title {
    font-family: var(--title-font);
    font-weight: 700;
    font-size: 40px;
    line-height: 56px;
    letter-spacing: .02em;
    text-transform: capitalize;
    color: var(--title-color);
    margin-bottom: 15px;
    z-index: 2
}

@media (max-width:1299px) {
    .story-box .box-title {
        font-size: 30px;
        line-height: 40px
    }
}

.story-box_text {
    margin-bottom: 50px
}

.story-box .icon {
    font-size: 54px;
    width: 150px;
    height: 150px;
    line-height: 120px;
    text-align: center;
    color: var(--body-color);
    background-color: var(--white-color);
    border: 14px solid var(--title-color);
    border-radius: 50%;
    position: absolute;
    bottom: -30px;
    right: -30px;
    -webkit-transition: .4s;
    transition: .4s
}

.story-box .icon:hover {
    color: var(--title-color)
}

.story-box.inner-style {
    padding-bottom: 30px;
    margin-bottom: 0
}

.story-box.inner-style .story-box_icon {
    margin-bottom: 60px;
    display: inline-block
}

.story-box.inner-style .box-title {
    line-height: 45px
}

.choose-item4 {
    position: relative
}

.choose-item4 .choose-img img {
    border-radius: 30px
}

.choose-item4 .box-title {
    font-size: 20px;
    line-height: 24px;
    font-weight: 600;
    margin-bottom: 0
}

@media (max-width:1199px) {
    .choose-item4 {
        text-align: center
    }
}

.choose-item4:first-child {
    text-align: start;
    position: relative;
    margin-bottom: -300px;
    z-index: 1
}

@media (max-width:1199px) {
    .choose-item4:first-child {
        text-align: center;
        margin-bottom: 20px
    }
}

@media (max-width:1199px) {
    .choose-item4:nth-child(2) {
        margin-bottom: 20px
    }
}

.choose-item4:nth-child(3) {
    margin-top: -125px;
    text-align: center;
    margin-left: 155px
}

@media (max-width:1199px) {
    .choose-item4:nth-child(3) {
        margin-top: 0;
        margin-left: 0
    }
}

@media (max-width:1500px) {
    .why-bg-shape11-1 {
        display: none
    }
}

.marquee-slider1 {
    margin: 0 -50px 0
}

.marquee-slider1 .swiper-wrapper {
    -webkit-transition-timing-function: linear;
    transition-timing-function: linear
}

.marquee-slider1 .swiper-slide {
    width: auto;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.marquee-card {
    margin-bottom: 0;
    padding: 0;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative;
    gap: 24px
}

.marquee-card .marquee-icon {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none
}

.marquee-card a {
    font-size: 24px;
    font-weight: 600;
    font-family: var(--title-font);
    color: var(--white-color);
    display: inline-block;
    line-height: .75em;
    position: relative;
    text-transform: uppercase
}

.marquee-card a:hover {
    color: var(--white-color);
    text-shadow: -.3px -.3px 0 var(--white-color), .3px .3px var(--white-color)
}

.category-area .th-container {
    --main-container: 1750px
}

.category-area .swiper .swiper-slide {
    width: 312px
}

.category-card {
    position: relative;
    text-align: center;
    margin-bottom: 50px
}

.category-card.style2 .box-img {
    border-radius: 50%;
    border: 10px solid var(--smoke-color);
    -webkit-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out
}

.category-card.style2 .box-img img {
    border-radius: 50%
}

.category-card.style2:hover .box-img {
    border-color: var(--theme-color)
}

.category-card .box-img {
    border-radius: 24px;
    margin-bottom: 22px
}

.category-card .box-img img {
    border-radius: 24px;
    -webkit-transition: 1.3s all ease;
    transition: 1.3s all ease
}

.category-card .sec-text {
    font-family: var(--style-font)
}

.category-card.single .box-title {
    margin-bottom: 5px
}

.category-card.single .sec-text {
    padding: 0 10px
}

.category-card:hover .box-img img {
    -webkit-transform: scale(1.3);
    transform: scale(1.3)
}

.category-card {
    position: relative;
    text-align: center;
    margin-bottom: 50px
}

.category-card.style3 .box-img {
    border-radius: 24px;
    border: 10px solid var(--smoke-color);
    -webkit-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out
}

.category-card.style3 .box-img img {
    border-radius: 24px
}

.category-card.style3:hover .box-img {
    border-color: var(--theme-color)
}

.category-card.style4 {
    height: 476px
}

@media (max-width:375px) {
    .category-card.style4 {
        height: 100%
    }
}

.category-card.style4 .box-img {
    height: 416px;
    -webkit-transition: all .6s ease;
    transition: all .6s ease;
    margin-bottom: 30px
}

@media (max-width:375px) {
    .category-card.style4 .box-img {
        height: 100%
    }
}

.category-card.style4 .box-img img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover
}

.category-card.style4 .box-content {
    text-align: left;
    margin-bottom: 30px
}

.category-card.style4 .box-title {
    margin-bottom: 7px
}

.category-card.style4 .box-text {
    max-width: 235px
}

.category-card.style4:hover .box-img {
    height: 312px
}

.category-card .box-img {
    border-radius: 24px;
    margin-bottom: 22px
}

.category-card .box-img img {
    border-radius: 24px;
    -webkit-transition: 1.3s all ease;
    transition: 1.3s all ease
}

.category-card .box-title {
    margin-bottom: 0
}

.category-card:hover .box-img img {
    -webkit-transform: scale(1.3);
    transform: scale(1.3)
}

.faq-area {
    position: relative;
    overflow: hidden
}

.accordion-item-wrapp {
    padding: 0
}

.accordion-item-wrapp li {
    list-style: none
}

.according-img-tab {
    position: absolute;
    right: 40px;
    top: 20px;
    -webkit-transition: all .6s ease-in-out;
    transition: all .6s ease-in-out
}

@media (max-width:1399px) {
    .according-img-tab {
        right: 20px
    }
}

@media (max-width:1299px) {
    .according-img-tab {
        top: 0;
        max-width: 250px
    }
}

@media (max-width:1199px) {
    .according-img-tab {
        max-width: 100%
    }
}

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

@media (max-width:767px) {
    .according-img-tab {
        position: relative;
        margin-top: 50px
    }
}

.according-img-tab img {
    border-radius: 16px;
    -webkit-transform: rotate(5deg);
    transform: rotate(5deg);
    -webkit-transition: all 1.3s ease;
    transition: all 1.3s ease
}

.loadcontent {
    display: none
}

.page-content {
    display: none
}

.ui-slider .ui-slider-handle {
    width: 16px;
    height: 16px;
    border-radius: 50%;
    background: 0 0;
    border: none;
    background-color: #fff;
    top: -7px;
    margin-left: 0;
    border: 3px solid var(--primary-color)
}

.ui-slider {
    height: 6px;
    border-radius: 16px;
    background-color: #e1e4e5;
    margin: 12px 8px
}

.ui-slider .ui-slider-range {
    height: 6px;
    border-radius: 16px;
    background: 0 0;
    border: none;
    background-color: var(--primary-color)
}

.ui-slider .ui-slider-handle {
    top: -5px;
    margin-left: -6px;
    border: 3px solid var(--primary-color)
}

.service-img {
    border-radius: 8px
}

.service-img img {
    border-radius: 8px
}

.service-list-wrap {
    -webkit-box-flex: 100%;
    -ms-flex: 100%;
    flex: 100%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition: all .3s linear;
    transition: all .3s linear
}

.service-list-wrap.style2.active {
    -webkit-box-flex: 205%;
    -ms-flex: 205%;
    flex: 205%
}

.service-list-wrap.style3 .icon-btn {
    background-color: transparent;
    border: none;
    font-size: 18px;
    width: 50px;
    height: 50px;
    line-height: 50px;
    border: 1px solid var(--white-color);
    border-radius: 50%;
    color: var(--white-color);
    position: absolute;
    right: 24px;
    top: 24px;
    z-index: 2;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out
}

.service-list-wrap.style3 .icon-btn:hover {
    background-color: var(--theme-color);
    border-color: var(--theme-color)
}

.service-list-wrap.style3.active .icon-btn {
    opacity: 1;
    visibility: visible
}

.service-list-wrap.active {
    -webkit-box-flex: 324%;
    -ms-flex: 324%;
    flex: 324%
}

@media (max-width:1199px) {
    .service-list-wrap.active {
        max-width: 100%
    }
}

.service-list-wrap.active .th-btn {
    opacity: 1;
    visibility: visible
}

.service-list-wrap.active .box-content {
    visibility: visible;
    opacity: 1;
    width: 100%;
    max-height: 325px
}

.service-wrap11 {
    position: relative
}

.service-wrap11 .service-card-thumb-wrap {
    position: absolute;
    overflow: hidden;
    inset: 0 -340px;
    z-index: -1
}

@media (max-width:1500px) {
    .service-wrap11 .service-card-thumb-wrap {
        inset: 0 -120px
    }
}

.service-wrap11 .service-card-thumb-wrap .service-card-thumb {
    position: absolute;
    inset: 0;
    opacity: 0;
    -webkit-transition: .4s;
    transition: .4s
}

.service-wrap11 .service-card-thumb-wrap .service-card-thumb:after {
    content: "";
    position: absolute;
    inset: 0;
    background: var(--title-color);
    opacity: .2;
    -webkit-transition: .4s;
    transition: .4s
}

.service-wrap11 .service-card-thumb-wrap .service-card-thumb img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover
}

.service-wrap11 .service-card-thumb-wrap .service-card-thumb.active {
    opacity: 1
}

.service-card-wrap11.item-active .service-card11 {
    border-left: 1px solid #fff;
    border-right: 1px solid #fff
}

.service-card-wrap11.item-active .service-card11:after {
    opacity: 1
}

.service-card-wrap11.item-active .service-card11 .active-box-content {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0)
}

@media (max-width:767px) {
    .service-card-wrap11.swiper-slide-active .service-card11 {
        border-left: 1px solid #fff;
        border-right: 1px solid #fff
    }

    .service-card-wrap11.swiper-slide-active .service-card11:after {
        opacity: 1
    }

    .service-card-wrap11.swiper-slide-active .service-card11 .active-box-content {
        opacity: 1;
        visibility: visible;
        -webkit-transform: translate(0, 0);
        transform: translate(0, 0)
    }
}

.service-card11 {
    border-left: 1px solid rgba(255, 255, 255, .5);
    border-right: 1px solid rgba(255, 255, 255, .5);
    padding: 40px;
    height: 708px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-line-pack: justify;
    align-content: space-between;
    position: relative;
    -webkit-transition: .4s;
    transition: .4s;
    overflow: hidden
}

@media (max-width:1399px) {
    .service-card11 {
        height: 600px
    }
}

@media (max-width:991px) {
    .service-card11 {
        padding: 40px 30px
    }
}

@media (max-width:767px) {
    .service-card11 {
        padding: 40px
    }
}

@media (max-width:575px) {
    .service-card11 {
        height: 500px
    }
}

@media (max-width:375px) {
    .service-card11 {
        padding: 40px 30px
    }
}

.service-card11:after {
    content: "";
    position: absolute;
    inset: 0;
    background: rgba(11, 20, 34, .5);
    -webkit-backdrop-filter: blur(12px);
    backdrop-filter: blur(12px);
    z-index: -1;
    opacity: 0;
    -webkit-transition: .4s;
    transition: .4s
}

.service-card11 .box-title {
    max-width: 193px;
    font-weight: 600;
    font-size: 24px;
    color: var(--white-color)
}

.service-card11 .box-text {
    color: var(--white-color)
}

.service-card11 .btn-group {
    margin-top: 40px
}

.service-card11 .active-box-content {
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all .4s ease;
    transition: all .4s ease;
    -webkit-transform: translate(0, 50px);
    transform: translate(0, 50px)
}

.sv-details-img img {
    border-radius: 20px 20px 0 0
}

.sv-sm-img img {
    border-radius: 20px
}

.sv-content {
    padding: 40px;
    border: 1px solid var(--th-border-color);
    border-top: 0;
    border-radius: 0 0 20px 20px
}

@media (max-width:575px) {
    .sv-content {
        padding: 20px
    }
}

.sv-content .box-title {
    font-size: 34px
}

@media (max-width:575px) {
    .sv-content .box-title {
        font-size: 24px
    }
}

@media (max-width:1500px) {
    .process-bg-shape4-1 {
        display: none
    }
}

.process-box-img-wrap {
    position: relative;
    z-index: 1;
    margin: 65px 50px 0 65px
}

@media (max-width:1500px) {
    .process-box-img-wrap {
        margin: 120px 38px 0 172px
    }
}

@media (max-width:1199px) {
    .process-box-img-wrap {
        margin: 175px 68px 90px 212px
    }
}

@media (max-width:991px) {
    .process-box-img-wrap {
        margin: 135px 46px 60px 184px
    }
}

@media (max-width:767px) {
    .process-box-img-wrap {
        margin: 100px 30px 40px 160px
    }
}

@media (max-width:575px) {
    .process-box-img-wrap {
        margin: 85px 23px 30px 150px
    }
}

.process-box-img {
    border-radius: 30px;
    overflow: hidden;
    position: absolute;
    inset: 0;
    -webkit-transition: .4s;
    transition: .4s;
    -webkit-transform: rotate(-40deg) translate(-65px, -110px);
    transform: rotate(-40deg) translate(-65px, -110px);
    z-index: -2
}

@media (max-width:575px) {
    .process-box-img {
        border-radius: 16px
    }
}

.process-box-img img {
    width: 100%
}

.process-box-img:nth-child(2) {
    -webkit-transform: rotate(-30deg) translate(-35px, -50px);
    transform: rotate(-30deg) translate(-35px, -50px);
    z-index: -1
}

.process-box-img.active-img {
    -webkit-transform: rotate(-20deg);
    transform: rotate(-20deg);
    position: relative;
    z-index: 1
}

.process-box-img.active-img~.process-box-img {
    -webkit-transform: rotate(-30deg) translate(-35px, -50px);
    transform: rotate(-30deg) translate(-35px, -50px)
}

.process-box-img.active-img~.process-box-img~.process-box-img {
    -webkit-transform: rotate(-40deg) translate(-65px, -110px);
    transform: rotate(-40deg) translate(-65px, -110px)
}

.process-card4 {
    background: var(--white-color);
    border-radius: 10px;
    padding: 34px;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    gap: 10px
}

@media (max-width:575px) {
    .process-card4 {
        padding: 24px
    }
}

.process-card4:not(:last-child) {
    margin-bottom: 24px
}

.process-card4 .box-title {
    margin-bottom: 8px
}

@media (max-width:575px) {
    .process-card4 .box-title {
        font-size: 20px
    }
}

.process-card4 .box-text {
    max-width: 429px
}

.process-card4 .box-number {
    color: var(--th-border-color);
    font-size: 40px;
    font-weight: 600;
    font-family: var(--title-font);
    -webkit-transition: .4s;
    transition: .4s
}

@media (max-width:575px) {
    .process-card4 .box-number {
        font-size: 30px
    }
}

.process-card4.item-active2 .box-number {
    color: var(--title-color)
}

.feature-circle {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 15px;
    max-width: 289px
}

@media (max-width:767px) {
    .feature-circle:not(:last-child) {
        margin-bottom: 30px
    }
}

.feature-circle .box-title {
    line-height: 34px;
    margin-bottom: 0
}

.feature-circle .progressbar {
    position: relative;
    max-height: 100px
}

.feature-circle .circle-num {
    font-size: 30px;
    font-weight: 600;
    color: var(--title-color);
    font-family: var(--title-font);
    position: absolute;
    top: 0;
    left: 0;
    width: 100px;
    height: 100px;
    line-height: 100px;
    margin: 5px;
    text-align: center
}

@media (max-width:767px) {
    .about-circle:not(:last-child) {
        margin-bottom: 30px
    }
}

.about-circle .box-title {
    color: var(--white-color);
    font-weight: 500;
    text-align: center;
    font-size: 18px;
    line-height: 28px;
    margin-bottom: 0
}

.about-circle .progressbar {
    position: relative;
    max-height: 160px;
    margin-bottom: 24px
}

@media (max-width:767px) {
    .about-circle .progressbar {
        text-align: center
    }
}

.about-circle .circle-num {
    font-size: 40px;
    font-weight: 600;
    color: var(--white-color);
    font-family: var(--title-font);
    position: absolute;
    top: 0;
    left: 0;
    width: 160px;
    height: 160px;
    line-height: 160px;
    margin: 5px;
    text-align: center
}

@media (max-width:767px) {
    .about-circle .circle-num {
        right: 0;
        left: 0;
        margin: auto
    }
}

.gallery-area .row {
    --bs-gutter-x: 17px
}

.gallery-card:nth-child(2) {
    margin-top: 17px
}

.gallery-card .box-img {
    border-radius: 24px
}

@media (max-width:991px) {
    .gallery-card .box-img {
        margin-bottom: 10px
    }
}

.gallery-card .box-img img {
    border-radius: 24px
}

.gallery-card .box-img .icon-btn {
    position: absolute;
    top: calc(50% - 20px);
    left: calc(50% - 20px);
    z-index: 3;
    -webkit-transform: scale(0);
    transform: scale(0);
    border: none;
    font-size: 40px;
    font-weight: 300;
    color: var(--white-color)
}

.gallery-card .box-img .icon-btn:hover {
    background-color: transparent
}

.gallery-card:hover .icon-btn {
    -webkit-transform: scale(1);
    transform: scale(1)
}

.th-line-shape span svg path.line-1 {
    stroke: #EEF1FF;
    stroke-dasharray: 2300;
    stroke-dashoffset: 3500;
    -webkit-animation: dash 7s linear forwards infinite;
    animation: dash 7s linear forwards infinite
}

.swiper-slide .gallery-card.style2 {
    -webkit-transform: scale(.95) translateX(0);
    transform: scale(.95) translateX(0)
}

@media (max-width:767px) {
    .swiper-slide .gallery-card.style2 {
        -webkit-transform: none;
        transform: none
    }
}

.swiper-slide-active .gallery-card.style2 {
    -webkit-transform: scale(1) translateX(0);
    transform: scale(1) translateX(0)
}

@media (max-width:767px) {
    .swiper-slide-active .gallery-card.style2 {
        -webkit-transform: none;
        transform: none
    }
}

.gallery-card.style2 .box-img {
    position: relative;
    z-index: 2
}

.gallery-card.style2 .box-img:before {
    content: "";
    position: absolute;
    inset: 0;
    background: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, .3)), to(rgba(0, 0, 0, .3)));
    background: linear-gradient(0deg, rgba(0, 0, 0, .3), rgba(0, 0, 0, .3));
    border-radius: inherit;
    z-index: 1;
    opacity: 0;
    visibility: hidden
}

.gallery-card.style2:hover .box-img:before {
    opacity: 1;
    visibility: visible
}

.mfp-wrap {
    -webkit-transform: translateY(-65px);
    transform: translateY(-65px);
    -webkit-transition: all 1s ease-out;
    transition: all 1s ease-out
}

.mfp-wrap.mfp-ready {
    -webkit-transform: translateY(0);
    transform: translateY(0)
}

.color-scheme-wrap {
    position: fixed;
    right: 0;
    top: 50%;
    z-index: 99;
    background: var(--white-color);
    padding: 20px 30px;
    border-radius: 10px 0 0 10px;
    display: inline-block;
    text-align: center;
    -webkit-transition: .4s;
    transition: .4s;
    -webkit-box-shadow: 0 0 4px 0 rgba(51, 51, 51, .2);
    box-shadow: 0 0 4px 0 rgba(51, 51, 51, .2)
}

.color-scheme-wrap .switchIcon {
    position: absolute;
    left: 0;
    top: 10px;
    border: 0;
    background: var(--theme-color);
    color: var(--white-color);
    height: 45px;
    width: 45px;
    border-radius: 5px 0 0 5px;
    -webkit-transform: translate(-100%, 0);
    transform: translate(-100%, 0)
}

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

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

.color-scheme-wrap .color-switch-btns {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: 18px;
    margin-bottom: 25px
}

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

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

.pt-5 {
    padding-top: 5px
}

.pt-30 {
    padding-top: 30px
}

.pt-40 {
    padding-top: 40px
}

.pb-5 {
    padding-bottom: 5px
}

.pb-40 {
    padding-bottom: 40px
}

.pt-80 {
    padding-top: 80px
}

.my-5 {
    margin-top: 5px;
    margin-bottom: 5px
}

.mt-5 {
    margin-top: 5px
}

.mt-35 {
    margin-top: 35px
}

.mt-40 {
    margin-top: 40px
}

.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-45 {
    margin-bottom: 45px
}

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

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

.mt-24 {
    margin-top: 24px
}

.mt-60 {
    margin-top: 60px
}

.space,
.space-top {
    padding-top: var(--section-space)
}

.space,
.space-bottom {
    padding-bottom: var(--section-space)
}

.space-extra-bottom {
    padding-bottom: calc(var(--section-space) - 30px)
}

.space-extra2-bottom {
    padding-bottom: calc(var(--section-space) - 40px)
}

@media (max-width:991px) {

    .space,
    .space-top {
        padding-top: var(--section-space-mobile)
    }

    .space,
    .space-bottom {
        padding-bottom: var(--section-space-mobile)
    }

    .space-extra-bottom {
        padding-bottom: calc(var(--section-space-mobile) - 30px)
    }

    .space-extra2-bottom {
        padding-bottom: 70px
    }
}

.brand-box {
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 120px;
    padding: 10px
}

.brand-box a {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
    width: 100%
}

.brand-box img {
    max-height: 90px !important;
    max-width: 100% !important;
    width: auto !important;
    height: auto !important;
    object-fit: contain !important
}

@media (min-width:1300px) {
    .footer-layout10 {
        --main-container: 1776px
    }
}

.client-logo-box {
    transition: all .3s ease-in-out !important;
    position: relative
}

.client-logo-box:hover {
    transform: translateY(-8px) scale(1.05) !important;
    box-shadow: 0 15px 30px rgba(0, 0, 0, .1) !important;
    border-color: transparent !important;
    z-index: 10
}

.domain-card {
    background-color: #1a1b1f;
    border: 1px solid rgba(255, 255, 255, .08);
    border-radius: 8px;
    transition: all .3s ease;
    min-height: 100px
}

.domain-card:hover {
    border-color: var(--theme-color);
    box-shadow: 0 10px 20px rgba(0, 0, 0, .3);
    transform: translateY(-5px)
}

.domain-card h5 {
    font-size: 14px;
    font-weight: 600;
    letter-spacing: .5px;
    line-height: 1.6;
    transition: color .3s ease
}

.domain-card:hover h5 {
    color: var(--theme-color) !important
}

.tech-card {
    transition: all .3s ease;
    border-bottom: 3px solid transparent
}

.tech-card:hover {
    border-bottom-color: var(--theme-color);
    transform: translateY(-5px);
    box-shadow: 0 15px 30px rgba(0, 0, 0, .08) !important
}

.tech-card-icon {
    width: 70px;
    height: 70px;
    line-height: 70px;
    background-color: rgba(var(--theme-color-rgb), .1);
    border-radius: 50%;
    margin: 0 auto 20px auto;
    display: flex;
    align-items: center;
    justify-content: center
}

.tech-card-icon i {
    font-size: 32px;
    color: var(--theme-color)
}

.tech-text-small {
    font-size: 14px;
    line-height: 1.7;
    color: #555;
    background-color: #f8f9fa;
    padding: 15px;
    border-radius: 6px;
    border: 1px solid #e9ecef;
    margin-top: 15px;
    font-weight: 500;
    transition: all .3s ease
}

.tech-card:hover .tech-text-small {
    background-color: #fff;
    border-color: rgba(0, 0, 0, .1);
    box-shadow: 0 5px 15px rgba(0, 0, 0, .05);
    color: #333
}

.blog-grid4-static-wrap .blog-grid4 {
    background-color: #fff;
    border-radius: 15px;
    padding: 30px;
    box-shadow: 0 5px 25px rgba(0, 0, 0, .06);
    display: flex !important;
    align-items: center;
    gap: 30px;
    transition: all .3s ease;
    margin-top: 24px
}

.blog-grid4-static-wrap .blog-grid4:hover {
    box-shadow: 0 8px 30px rgba(0, 0, 0, .1);
    transform: translateY(-4px)
}

.blog-grid4-static-wrap .blog-grid4 .box-content {
    flex: 1;
    padding: 0 !important
}

.blog-grid4-static-wrap .blog-grid4 .box-title {
    margin-bottom: 12px;
    font-size: 22px
}

.blog-grid4-static-wrap .blog-grid4 .blog-meta {
    margin-bottom: 12px
}

.blog-grid4-static-wrap .blog-grid4 .blog-img {
    flex-shrink: 0;
    width: 250px;
    height: 220px;
    border-radius: 10px;
    overflow: hidden;
    margin: 0 !important
}

.blog-grid4-static-wrap .blog-grid4 .blog-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform .4s ease
}

.blog-grid4-static-wrap .blog-grid4:hover .blog-img img {
    transform: scale(1.08)
}

@media (max-width:768px) {
    .blog-grid4-static-wrap .blog-grid4 {
        flex-direction: column-reverse;
        padding: 20px;
        align-items: stretch
    }

    .blog-grid4-static-wrap .blog-grid4 .blog-img {
        width: 100%;
        height: 200px;
        margin-bottom: 20px !important
    }
}

.case-area .case-img img {
    width: 100%;
    aspect-ratio: 4/3;
    object-fit: cover
}

.new-header-redesign {
    position: absolute !important;
    top: 0 !important;
    left: 0;
    width: 100%;
    z-index: 99;
    margin: 0 !important;
    padding: 0 !important
}

@media (min-width:1200px) {
    .new-header-redesign .menu-area {
        background-color: #fbfbfb !important;
        background-image: url("data:image/svg+xml,%3Csvg width='60' height='60' viewBox='0 0 60 60' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M30 0L60 30L30 60L0 30z' stroke='%23ffffff' stroke-width='2.5' fill='none' opacity='0.9'/%3E%3Cpath d='M0 0L60 60M60 0L0 60' stroke='%23ffffff' stroke-width='1.5' fill='none' opacity='0.5'/%3E%3C/svg%3E") !important;
        background-size: 60px 60px !important;
        background-repeat: repeat !important;
        padding: 0 !important;
        border-radius: 0 !important;
        margin: 0 auto !important;
        max-width: 100% !important;
        box-shadow: 0 10px 40px rgba(0, 0, 0, .1) !important;
        transition: all .3s ease-in-out !important
    }
}

@media (max-width:1199px) {
    .new-header-redesign .menu-area {
        background-color: #e9f2fb !important;
        background-image: url("data:image/svg+xml,%3Csvg width='60' height='60' viewBox='0 0 60 60' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M30 0L60 30L30 60L0 30z' stroke='%23ffffff' stroke-width='2.5' fill='none' opacity='0.9'/%3E%3Cpath d='M0 0L60 60M60 0L0 60' stroke='%23ffffff' stroke-width='1.5' fill='none' opacity='0.5'/%3E%3C/svg%3E") !important;
        background-size: 60px 60px !important;
        background-repeat: repeat !important;
        padding: 10px 0 !important;
        border-radius: 0 !important;
        margin: 0 auto !important;
        max-width: 100% !important;
        transition: all .3s ease-in-out !important
    }
}

.new-header-redesign .th-container {
    max-width: 100% !important;
    padding-left: 20px !important;
    padding-right: 20px !important
}

.new-header-redesign .main-menu>ul>li>a {
    color: #fff !important;
    background-color: #1a1a1a !important;
    border-radius: 8px !important;
    padding: 8px 10px !important;
    margin: 5px 2px !important;
    font-size: 14px !important;
    box-shadow: 0 4px 0 #000, 0 6px 15px rgba(0, 0, 0, .3) !important;
    transition: all .15s ease-in-out !important;
    transform: translateY(0) !important;
    font-weight: 600 !important;
    display: inline-flex !important;
    align-items: center !important;
    line-height: 1.2 !important;
    border: 1px solid #333 !important;
    letter-spacing: -.2px !important
}

.new-header-redesign .main-menu>ul>li>a i,
.new-header-redesign .main-menu>ul>li>a::after,
.new-header-redesign .main-menu>ul>li>a::before {
    color: #fff !important;
    background: 0 0 !important;
    clip-path: none !important
}

.new-header-redesign .main-menu>ul>li:hover>a {
    color: #fff !important;
    background-color: #262626 !important;
    box-shadow: 0 2px 0 #000, 0 4px 8px rgba(0, 0, 0, .4) !important;
    transform: translateY(2px) !important;
    border-color: #444 !important
}

.new-header-redesign .main-menu>ul>li>a.active {
    background-color: #0b1120 !important;
    color: var(--theme-color) !important;
    box-shadow: 0 1px 0 #000, 0 2px 4px rgba(0, 0, 0, .4) !important;
    transform: translateY(3px) !important;
    border-color: var(--theme-color) !important
}

.new-header-redesign .main-menu>ul>li:hover>a::after,
.new-header-redesign .main-menu>ul>li:hover>a::before,
.new-header-redesign .main-menu>ul>li>a.active::after,
.new-header-redesign .main-menu>ul>li>a.active::before {
    color: #fff !important
}

.logo-transparent-wrapper {
    background: 0 0 !important;
    padding: 0 !important;
    box-shadow: none !important
}

.logo-transparent-wrapper img {
    filter: drop-shadow(0px 2px 8px rgba(0, 0, 0, .3)) !important
}

.new-header-row {
    flex-wrap: nowrap !important;
    width: 100%;
    justify-content: space-between !important
}

@media (min-width:1200px) {
    .new-header-row>.col-auto:nth-child(2) {
        flex-grow: 1 !important;
        display: flex !important;
        justify-content: center !important
    }
}

.new-header-redesign .header-button {
    display: flex !important;
    align-items: center !important;
    gap: 8px !important
}

.new-header-redesign .header-button .icon-btn {
    background-color: #0b1120 !important;
    color: #fff !important;
    border-radius: 50% !important;
    width: 40px !important;
    height: 40px !important;
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    font-size: 16px !important;
    padding: 0 !important;
    border: none !important;
    transition: all .3s ease-in-out !important
}

.new-header-redesign .header-button .icon-btn:hover {
    background-color: var(--theme-color) !important;
    transform: translateY(-2px) !important;
    box-shadow: 0 5px 10px rgba(0, 0, 0, .2) !important
}

@media (min-width:1200px) and (max-width:1450px) {
    .new-header-redesign .main-menu>ul>li>a {
        padding: 6px 8px !important;
        margin: 5px 2px !important;
        font-size: 13px !important
    }

    .header-logo img {
        max-width: 160px !important
    }

    .new-header-redesign .header-button {
        gap: 4px !important
    }

    .new-header-redesign .header-button .icon-btn {
        width: 35px !important;
        height: 35px !important;
        font-size: 13px !important
    }
}

.cert-logo {
    mix-blend-mode: screen !important;
    filter: grayscale(1) invert(1) brightness(200%) !important;
    opacity: .8 !important;
    transition: all .3s ease-in-out !important
}

.cert-logo:hover {
    opacity: 1 !important;
    transform: scale(1.05) !important
}

.linkedin-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: #0a66c2;
    font-weight: 500;
    font-size: 15px;
    text-decoration: none;
    transition: color .3s ease
}

.team-box:hover .linkedin-btn {
    color: #fff !important
}

.linkedin-btn:hover {
    color: #fff !important
}

.glassy-3d-logo {
    padding: 12px 24px;
    background: #ffffff7a;
    border: 1px solid #ffffff;
    border-radius: 0 35px 0 35px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
    transition: all 0.3s ease;
    display: flex;
    flex-direction: column;
    align-items: center
}

.brandSlider1 .brand-box img {
    max-width: 180px !important;
    max-height: 100px !important;
    object-fit: contain !important;
    width: auto;
    height: auto;
    margin: 0 auto
}

.brandSlider1 .brand-box {
    height: 80px;
    display: flex;
    align-items: center;
    justify-content: center
}

.stats-counter-strip {
    background-color: var(--title-color);
    padding: 40px 20px;
    width: 100%;
    position: relative
}

.stats-counter-strip::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 2px;
    background: linear-gradient(90deg, transparent 0%, rgba(255, 255, 255, 0.8) 50%, transparent 100%);
    background-size: 200% 100%;
    animation: borderSweep 3s linear infinite
}

@keyframes borderSweep {
    0% {
        background-position: 200% center
    }

    100% {
        background-position: -200% center
    }
}

.stats-inner {
    max-width: 1900px;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: space-evenly;
    flex-wrap: wrap;
    gap: 0
}

.stat-item {
    text-align: center;
    flex: 1 1 0;
    padding: 20px 10px;
    min-width: 120px
}

.stat-item .stat-number {
    font-size: clamp(30px, 4vw, 52px);
    font-weight: 800;
    color: #fff;
    line-height: 1;
    font-family: var(--title-font, 'Inter', sans-serif)
}

.stat-item .stat-suffix {
    font-size: clamp(24px, 3vw, 42px);
    font-weight: 800;
    color: var(--theme-color, #0b59db);
    line-height: 1
}

.stat-item .stat-label {
    margin: 8px 0 0;
    font-size: 13px;
    color: rgba(255, 255, 255, 0.65);
    text-transform: uppercase;
    letter-spacing: 0.08em;
    font-weight: 500
}

.stat-divider {
    width: 1px;
    height: 70px;
    position: relative;
    flex: none;
    overflow: hidden
}

.stat-divider span {
    display: block;
    width: 1px;
    height: 100%;
    background: linear-gradient(to bottom, transparent, rgba(255, 255, 255, 0.9), transparent);
    animation: dividerPulse 2s ease-in-out infinite
}

@keyframes dividerPulse {
    0% {
        transform: translateY(-100%);
        opacity: 0
    }

    30% {
        opacity: 1
    }

    70% {
        opacity: 1
    }

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

@media (max-width:991px) {
    .stat-divider {
        display: none
    }

    .stats-inner {
        gap: 10px 0
    }

    .stat-item {
        flex: 1 1 33%
    }
}

@media (max-width:575px) {
    .stat-item {
        flex: 1 1 50%
    }
}

.bt4u-logo-card {
    background: linear-gradient(135deg, #f0f6ff, #e8f0ff);
    border-radius: 20px;
    padding: 50px 40px;
    border: 1px solid rgba(11, 89, 219, 0.12);
    display: flex;
    flex-direction: column;
    align-items: center
}

.bt4u-logo-card img {
    max-width: 300px;
    width: 100%
}

.bt4u-checklist {
    list-style: none;
    padding: 0;
    margin: 25px 0
}

.bt4u-checklist li {
    display: flex;
    align-items: flex-start;
    gap: 12px;
    margin-bottom: 14px;
    font-size: 16px;
    color: var(--body-color)
}

.bt4u-checklist li i {
    color: var(--theme-color);
    margin-top: 3px;
    font-size: 18px;
    flex-shrink: 0
}

.bt4u-social-card {
    background: rgba(255, 255, 255, 0.06);
    border: 1px solid rgba(255, 255, 255, 0.15);
    border-radius: 20px;
    padding: 40px 30px;
    text-align: center;
    transition: all 0.3s ease
}

.bt4u-social-card:hover {
    background: rgba(255, 255, 255, 0.1);
    transform: translateY(-4px)
}

.bt4u-social-card .platform-icon {
    font-size: 48px;
    margin-bottom: 20px
}

.bt4u-social-card .platform-icon.instagram {
    color: #E1306C
}

.bt4u-social-card .platform-icon.whatsapp {
    color: #25D366
}

.bt4u-social-card img.qr-code {
    width: 160px;
    height: 160px;
    border-radius: 12px;
    margin: 15px auto;
    display: block;
    object-fit: cover;
    background: white
}

.bt4u-social-card .platform-label {
    color: rgba(255, 255, 255, 0.85);
    font-size: 15px;
    margin-bottom: 20px
}

.bt4u-social-section {
    position: relative
}

.bt4u-social-section::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 2px;
    background: linear-gradient(90deg, transparent 0%, rgba(255, 255, 255, 0.8) 50%, transparent 100%);
    background-size: 200% 100%;
    animation: borderSweep 3s linear infinite
}


.video-box-custom {
    border-radius: 20px;
    overflow: hidden;
}

/* Style for HTML5 Video if used */
.video-box-custom video {
    width: 100%;
    max-height: 100%;
    object-fit: cover;
    display: block;
}