

:root {
    --theme-color: #176BB4;
    --theme-color2: #3843C1;
    --title-color: #1D2229;
    --body-color: #6A6A6A;
    --smoke-color: #F8F8F8;
    --smoke-color2: #F6F6F6;
    --smoke-color3: #F2F2F2;
    --black-color: #000000;
    --black-color2: #141414;
    --black-color3: #171717;
    --black-color4: #2F394A;
    --black-color5: #22272E;
    --black-color6: #2D333D;
    --black-color7: #0E0E13;
    --gray-color: #bdbdbd;
    --white-color: #ffffff;
    --light-color: #AFB1C3;
    --yellow-color: #FFB539;
    --success-color: #28a745;
    --error-color: #dc3545;
    --th-border-color: #D8DDE1;
    --th-border-color2: #2F343B;
    --th-border-color3: #252A31;
    --th-border-color4: #353B45;
    --th-border-color5: #49515C;
    --th-border-color6: #383D46;
    --title-font: "Kanit", sans-serif;
    --body-font: "Archivo", sans-serif;
    --icon-font: "Font Awesome 6 Pro";
    --main-container: 1230px;
    --container-gutters: 24px;
    --section-space: 80px;
    --section-space-mobile: 50px;
    --section-title-space: 60px;
    --ripple-ani-duration: 5s;
    --th-body-background: #ffffff
}

html,
body {
    scroll-behavior: auto !important
}

body {
    font-family: var(--body-font);
    font-size: 16px;
    font-weight: 400;
    color: var(--body-color);
    line-height: 26px;
    overflow-x: hidden;
    background: var(--th-body-background);
    -webkit-font-smoothing: antialiased
}

body::-webkit-scrollbar {
    width: 10px;
    height: 10px;
    border-radius: 0px
}

body::-webkit-scrollbar-track {
    background: rgba(252, 0, 18, 0.1);
    box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
    border-radius: 0px
}

body::-webkit-scrollbar-thumb {
    background-color: var(--theme-color);
    background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.3) 25%, transparent 20%, transparent 50%, rgba(255, 255, 255, 0.3) 50%, rgba(255, 255, 255, 0.3) 75%, transparent 75%, transparent);
    border-radius: 0px
}

iframe {
    border: none;
    width: 100%
}

.slick-slide:focus,
button:focus,
a:focus,
a:active,
input,
input:hover,
input:focus,
input:active,
textarea,
textarea:hover,
textarea:focus,
textarea:active {
    outline: none
}

input:focus {
    outline: none;
    box-shadow: none
}

img:not([draggable]),
embed,
object,
video {
    max-width: 100%;
    height: auto
}

ul {
    list-style-type: disc
}

ol {
    list-style-type: decimal
}

table {
    margin: 0 0 1.5em;
    width: 100%;
    border-collapse: collapse;
    border-spacing: 0;
    border: 1px solid var(--th-border-color)
}

th {
    font-weight: 700;
    color: var(--title-color)
}

td,
th {
    border: 1px solid var(--th-border-color);
    padding: 9px 12px
}

a {
    color: var(--theme-color);
    text-decoration: none;
    outline: 0;
    -webkit-transition: all ease 0.4s;
    transition: all ease 0.4s
}

a:hover {
    color: var(--title-color)
}

a:active,
a:focus,
a:hover,
a:visited {
    text-decoration: none;
    outline: 0
}

button {
    -webkit-transition: all ease 0.4s;
    transition: all ease 0.4s
}

img {
    border: none;
    max-width: 100%
}

ins {
    text-decoration: none
}

pre {
    font-family: var(--body-font);
    background: #f5f5f5;
    color: #666;
    font-size: 14px;
    margin: 20px 0;
    overflow: auto;
    padding: 20px;
    white-space: pre-wrap;
    word-wrap: break-word
}

span.ajax-loader:empty,
p:empty {
    display: none
}

p {
    font-family: var(--body-font);
    margin: 0 0 18px 0;
    color: var(--body-color);
    line-height: 1.75
}

h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a,
p a,
span a {
    font-size: inherit;
    font-family: inherit;
    font-weight: inherit;
    line-height: inherit
}

.h1,
h1,
.h2,
h2,
.h3,
h3,
.h4,
h4,
.h5,
h5,
.h6,
h6 {
    font-family: var(--title-font);
    color: var(--title-color);
    text-transform: none;
    font-weight: 700;
    line-height: 1.4;
    margin: 0 0 15px 0
}

.h1,
h1 {
    font-size: 94px;
    line-height: 1.18
}

.h2,
h2 {
    font-size: 48px;
    line-height: 1.227
}

.h3,
h3 {
    font-size: 36px;
    line-height: 1.278
}

.h4,
h4 {
    font-size: 30px;
    line-height: 1.333
}

.h5,
h5 {
    font-size: 24px;
    line-height: 1.417
}

.h6,
h6 {
    font-size: 20px;
    line-height: 1.5
}

@media (max-width: 1399px) {

    .h1,
    h1 {
        font-size: 70px;
        line-height: 1.3
    }
}

@media (max-width: 1199px) {

    .h1,
    h1 {
        font-size: 55px;
        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: 35px
    }
}

@media (max-width: 375px) {

    .h1,
    h1 {
        font-size: 32px
    }
}

p.has-drop-cap {
    margin-bottom: 20px
}

.page--item p:last-child .alignright {
    clear: right
}

.pagi-title,
.breadcumb-title {
    word-break: break-word
}

.blocks-gallery-caption,
.wp-block-image figcaption {
    color: var(--body-color)
}

.bypostauthor,
.gallery-caption {
    display: block
}

.page-links,
.clearfix {
    clear: both
}

.page--item {
    margin-bottom: 30px
}

.page--item p {
    line-height: 1.8
}

.content-none-search {
    margin-top: 30px
}



.alignleft {
    display: inline;
    float: left;
    margin-bottom: 10px;
    margin-right: 1.5em
}

.alignright {
    display: inline;
    float: right;
    margin-bottom: 10px;
    margin-left: 1.5em;
    margin-right: 1em
}

.aligncenter {
    clear: both;
    display: block;
    margin-left: auto;
    margin-right: auto;
    max-width: 100%
}

.gallery {
    margin-bottom: 1.5em;
    width: 100%
}

.gallery-item {
    display: inline-block;
    text-align: center;
    vertical-align: top;
    width: 100%;
    padding: 0 5px
}


figure.gallery-item {
    margin-bottom: 10px;
    display: inline-block
}


.gallery-columns-2 .gallery-item {
    max-width: 50%
}

.gallery-columns-3 .gallery-item {
    max-width: 33.33%
}

.gallery-columns-4 .gallery-item {
    max-width: 25%
}

.gallery-columns-5 .gallery-item {
    max-width: 20%
}

.gallery-columns-6 .gallery-item {
    max-width: 16.66%
}

.gallery-columns-7 .gallery-item {
    max-width: 14.28%
}

.gallery-columns-8 .gallery-item {
    max-width: 12.5%
}

.gallery-columns-9 .gallery-item {
    max-width: 11.11%
}

.gallery-caption {
    display: block;
    font-size: 12px;
    color: var(--body-color);
    line-height: 1.5;
    padding: 0.5em 0
}

.wp-caption-text {
    text-align: center
}

.wp-caption {
    margin-bottom: 1.5em;
    max-width: 100%
}

.wp-caption .wp-caption-text {
    margin: 0.5em 0;
    font-size: 14px
}


.editor-styles-wrapper .has-large-font-size,
.has-large-font-size {
    line-height: 1.4
}

.logged-in .sticky-wrapper.sticky,
.logged-in .preloader .th-btn {
    top: 32px
}

@media (max-width: 782px) {

    .logged-in .sticky-wrapper.sticky,
    .logged-in .preloader .th-btn {
        top: 46px
    }
}

@media (max-width: 600px) {

    .logged-in .sticky-wrapper.sticky,
    .logged-in .preloader .th-btn {
        top: 0
    }
}

.post-password-form {
    margin-bottom: 30px;
    margin-top: 20px
}

.post-password-form p {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    position: relative;
    gap: 15px
}

@media (max-width: 575px) {
    .post-password-form p {
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }
}

.post-password-form label {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-flex: 1;
    -webkit-flex: auto;
    -ms-flex: auto;
    flex: auto;
    margin-bottom: 0;
    line-height: 1;
    margin-top: 0;
    gap: 15px
}

@media (max-width: 575px) {
    .post-password-form label {
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }
}

.post-password-form input {
    width: 100%;
    border: none;
    height: 55px;
    padding-left: 25px;
    color: var(--body-color);
    border: 1px solid var(--th-border-color)
}

.post-password-form input[type="submit"] {
    padding-left: 0;
    padding-right: 0;
    margin: 0;
    width: 140px;
    border: none;
    color: #fff;
    background-color: var(--theme-color);
    text-align: center
}

.post-password-form input[type="submit"]:hover {
    background-color: var(--title-color)
}

.page-links {
    clear: both;
    margin: 0 0 1.5em;
    padding-top: 1em
}

.page-links>.page-links-title {
    margin-right: 10px
}

.page-links>span:not(.page-links-title):not(.screen-reader-text),
.page-links>a {
    display: inline-block;
    padding: 5px 13px;
    background-color: var(--white-color);
    color: var(--title-color);
    border: 1px solid rgba(0, 0, 0, 0.08);
    margin-right: 10px
}

.page-links>span:not(.page-links-title):not(.screen-reader-text):hover,
.page-links>a:hover {
    opacity: 0.8;
    color: var(--white-color);
    background-color: var(--theme-color);
    border-color: transparent
}

.page-links>span:not(.page-links-title):not(.screen-reader-text).current,
.page-links>a.current {
    background-color: var(--theme-color);
    color: var(--white-color);
    border-color: transparent
}

.page-links span.screen-reader-text {
    display: none
}

.nof-title {
    margin-top: -0.24em
}

.th-search {
    background-color: var(--smoke-color2);
    margin-bottom: 30px;
    border-radius: 15px;
    overflow: hidden
}

.th-search .search-grid-content {
    padding: 30px
}

@media (max-width: 767px) {
    .th-search .search-grid-content {
        padding: 20px
    }
    .service-card-wrap1 .service-shadow-icon{
        top: inherit!important;bottom: 10%;
    }
    .trainers .service-card2{min-height: inherit!important;}
    .service-card4{min-height: inherit!important;}
}

.th-search .search-grid-title {
    font-size: 20px;
    margin-bottom: 5px;
    margin-top: 0
}

.th-search .search-grid-title a {
    color: inherit
}

.th-search .search-grid-title a:hover {
    color: var(--theme-color)
}

.th-search .search-grid-meta>* {
    display: inline-block;
    margin-right: 15px;
    font-size: 14px
}

.th-search .search-grid-meta>*:last-child {
    margin-right: 0
}

.th-search .search-grid-meta a,
.th-search .search-grid-meta span {
    color: var(--body-color)
}




@media (max-width: 1399px) {
    :root {
        --main-container: 1250px
    }
}

@media (min-width: 1560px) {
    .th-container2 {
        width: 100%;
        max-width: 1560px;
        margin-left: auto;
        margin-right: 0;
        padding-left: 0;
        padding-right: 0
    }

    .th-container2 .container {
        --main-container: 1220px
    }

    .th-container3 {
        width: 100%;
        max-width: 1560px;
        margin-left: 0;
        margin-right: auto;
        padding-left: 0;
        padding-right: 0
    }

    .th-container3 .container {
        --main-container: 1220px
    }
}

@media (min-width: 1922px) {

    .th-container3,
    .th-container2 {
        margin-right: auto
    }
}

@media only screen and (min-width: 1300px) {

    .container-xxl,
    .container-xl,
    .container-lg,
    .container-md,
    .container-sm,
    .container {
        max-width: calc(var(--main-container) + var(--container-gutters));
        padding-left: calc(var(--container-gutters) / 2);
        padding-right: calc(var(--container-gutters) / 2)
    }

    .container-xxl.px-0,
    .container-xl.px-0,
    .container-lg.px-0,
    .container-md.px-0,
    .container-sm.px-0,
    .container.px-0 {
        max-width: var(--main-container)
    }
}

@media only screen and (min-width: 1300px) {
    .th-container {
        --main-container: 1617px
    }
}

@media only screen and (max-width: 1600px) {
    .container-fluid.px-0 {
        padding-left: 15px !important;
        padding-right: 15px !important
    }

    .container-fluid.px-0 .row {
        margin-left: 0 !important;
        margin-right: 0 !important
    }
}

.container-gallery {
    max-width: 1840px
}

.slick-track>[class*=col] {
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    width: 100%;
    max-width: 100%;
    padding-right: calc(var(--bs-gutter-x)/ 2);
    padding-left: calc(var(--bs-gutter-x)/ 2);
    margin-top: var(--bs-gutter-y)
}

@media (min-width: 1300px) {
    .row {
        --bs-gutter-x: 24px
    }
}

.gy-30 {
    --bs-gutter-y: 30px
}

.g-0 {
    --bs-gutter-y: 0;
    --bs-gutter-x: 0
}

.gx-0 {
    --bs-gutter-x: 0
}

.gy-40 {
    --bs-gutter-y: 40px
}

.gy-50 {
    --bs-gutter-y: 50px
}

.gy-60 {
    --bs-gutter-y: 60px
}

.gx-10 {
    --bs-gutter-x: 10px
}

.gy-10 {
    --bs-gutter-y: 10px
}

@media (min-width: 1299px) {
    .gx-60 {
        --bs-gutter-x: 60px
    }

    .gx-80 {
        --bs-gutter-x: 80px
    }
}

@media (min-width: 1399px) {
    .gx-30 {
        --bs-gutter-x: 30px
    }

    .gx-25 {
        --bs-gutter-x: 25px
    }

    .gx-40 {
        --bs-gutter-x: 40px
    }
}

@media (max-width: 991px) {
    .gy-50 {
        --bs-gutter-y: 40px
    }
}

select,
.form-control,
.form-select,
textarea,
input {
    height: 56px;
    padding: 0 25px 0 25px;
    padding-right: 45px;
    border: 1px solid transparent;
    color: var(--body-color);
    background-color: var(--smoke-color);
    border-radius: 50px;
    font-size: 16px;
    width: 100%;
    font-family: var(--body-font);
    -webkit-transition: 0.4s ease-in-out;
    transition: 0.4s ease-in-out
}

select:focus,
.form-control:focus,
.form-select:focus,
textarea:focus,
input:focus {
    outline: 0;
    box-shadow: none;
    border-color: var(--th-border-color);
    background-color: var(--smoke-color2)
}

select::-moz-placeholder,
.form-control::-moz-placeholder,
.form-select::-moz-placeholder,
textarea::-moz-placeholder,
input::-moz-placeholder {
    color: var(--body-color)
}

select::-webkit-input-placeholder,
.form-control::-webkit-input-placeholder,
.form-select::-webkit-input-placeholder,
textarea::-webkit-input-placeholder,
input::-webkit-input-placeholder {
    color: var(--body-color)
}

select:-ms-input-placeholder,
.form-control:-ms-input-placeholder,
.form-select:-ms-input-placeholder,
textarea:-ms-input-placeholder,
input:-ms-input-placeholder {
    color: var(--body-color)
}

select::-webkit-input-placeholder,
.form-control::-webkit-input-placeholder,
.form-select::-webkit-input-placeholder,
textarea::-webkit-input-placeholder,
input::-webkit-input-placeholder {
    color: var(--body-color)
}

select::-moz-placeholder,
.form-control::-moz-placeholder,
.form-select::-moz-placeholder,
textarea::-moz-placeholder,
input::-moz-placeholder {
    color: var(--body-color)
}

select:-ms-input-placeholder,
.form-control:-ms-input-placeholder,
.form-select:-ms-input-placeholder,
textarea:-ms-input-placeholder,
input:-ms-input-placeholder {
    color: var(--body-color)
}

select::-ms-input-placeholder,
.form-control::-ms-input-placeholder,
.form-select::-ms-input-placeholder,
textarea::-ms-input-placeholder,
input::-ms-input-placeholder {
    color: var(--body-color)
}

select::placeholder,
.form-control::placeholder,
.form-select::placeholder,
textarea::placeholder,
input::placeholder {
    color: var(--body-color)
}

input[type=date] {
    padding: 0 25px 0 25px;
    position: relative
}

input[type=date]::-webkit-calendar-picker-indicator {
    background: transparent;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 2;
    cursor: pointer
}

input[type=time] {
    padding: 0 30px;
    position: relative
}

input[type=time]::-webkit-calendar-picker-indicator {
    background: transparent;
    position: absolute;
    left: 0px;
    height: 100%;
    width: 100%;
    z-index: 1;
    cursor: pointer
}

.form-select,
select {
    display: block;
    width: 100%;
    line-height: 1.5;
    vertical-align: middle;
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3E%3Cpath fill='none' stroke='%23343a40' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M2 5l6 6 6-6'/%3E%3C/svg%3E");
    background-position: right 26px center;
    background-repeat: no-repeat;
    background-size: 16px 12px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    cursor: pointer
}

.form-select.style2,
select.style2 {
    background-image: url("data:image/svg+xml,%3Csvg width='11' height='6' viewBox='0 0 11 6' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M9.87109 1.71094L5.71484 5.62109C5.56901 5.7487 5.41406 5.8125 5.25 5.8125C5.08594 5.8125 4.9401 5.7487 4.8125 5.62109L0.65625 1.71094C0.382812 1.40104 0.373698 1.09115 0.628906 0.78125C0.920573 0.507812 1.23047 0.498698 1.55859 0.753906L5.25 4.25391L8.96875 0.753906C9.27865 0.498698 9.57943 0.498698 9.87109 0.753906C10.1263 1.08203 10.1263 1.40104 9.87109 1.71094Z' fill='%238B929C'/%3E%3C/svg%3E")
}

textarea.form-control,
textarea {
    min-height: 154px;
    padding-top: 16px;
    padding-bottom: 17px;
    border-radius: 30px
}

textarea.form-control.style2,
textarea.style2 {
    min-height: 100px
}

.form-group {
    margin-bottom: var(--bs-gutter-x);
    position: relative
}

.form-group>i {
    display: inline-block;
    position: absolute;
    right: 25px;
    top: 19px;
    font-size: 16px;
    color: var(--body-color)
}

.form-group>i.fa-envelope {
    padding-top: 1px
}

.form-group>i.fa-comment {
    margin-top: -2px
}

.form-group>i.fa-chevron-down {
    width: 17px;
    background-color: var(--smoke-color2)
}

.form-group.has-label>i {
    top: 50px
}

.form-group.style-border textarea,
.form-group.style-border input {
    background: transparent;
    border: 1px solid rgba(230, 230, 230, 0.3);
    color: var(--white-color)
}

.form-group.style-border textarea::-webkit-input-placeholder,
.form-group.style-border input::-webkit-input-placeholder {
    color: var(--white-color)
}

.form-group.style-border textarea::-moz-placeholder,
.form-group.style-border input::-moz-placeholder {
    color: var(--white-color)
}

.form-group.style-border textarea:-ms-input-placeholder,
.form-group.style-border input:-ms-input-placeholder {
    color: var(--white-color)
}

.form-group.style-border textarea::-ms-input-placeholder,
.form-group.style-border input::-ms-input-placeholder {
    color: var(--white-color)
}

.form-group.style-border textarea::placeholder,
.form-group.style-border input::placeholder {
    color: var(--white-color)
}

.form-group.style-border i {
    color: var(--theme-color)
}


.form-group.style-white .form-select,
.form-group.style-white .form-control {
    background: var(--white-color)
}

.form-group.style-white>i {
    top: 20px;
    background: transparent;
    color: var(--theme-color)
}

.form-group.style-dark .form-select,
.form-group.style-dark .form-control {
    background: var(--title-color);
    border: 1px solid var(--black-color4);
    color: var(--white-color)
}

.form-group.style-dark .form-select::-webkit-input-placeholder,
.form-group.style-dark .form-control::-webkit-input-placeholder {
    color: var(--light-color)
}

.form-group.style-dark .form-select::-moz-placeholder,
.form-group.style-dark .form-control::-moz-placeholder {
    color: var(--light-color)
}

.form-group.style-dark .form-select:-ms-input-placeholder,
.form-group.style-dark .form-control:-ms-input-placeholder {
    color: var(--light-color)
}

.form-group.style-dark .form-select::-ms-input-placeholder,
.form-group.style-dark .form-control::-ms-input-placeholder {
    color: var(--light-color)
}

.form-group.style-dark .form-select::placeholder,
.form-group.style-dark .form-control::placeholder {
    color: var(--light-color)
}

.form-group.style-dark>i {
    top: 20px;
    background: transparent;
    color: var(--light-color)
}

.form-group.style-dark2 .form-select,
.form-group.style-dark2 .form-control {
    background: var(--black-color3);
    border: 1px solid var(--th-border-color2);
    color: #6B7586;
    border-radius: 0
}

.form-group.style-dark2 .form-select::-webkit-input-placeholder,
.form-group.style-dark2 .form-control::-webkit-input-placeholder {
    color: #6B7586
}

.form-group.style-dark2 .form-select::-moz-placeholder,
.form-group.style-dark2 .form-control::-moz-placeholder {
    color: #6B7586
}

.form-group.style-dark2 .form-select:-ms-input-placeholder,
.form-group.style-dark2 .form-control:-ms-input-placeholder {
    color: #6B7586
}

.form-group.style-dark2 .form-select::-ms-input-placeholder,
.form-group.style-dark2 .form-control::-ms-input-placeholder {
    color: #6B7586
}

.form-group.style-dark2 .form-select::placeholder,
.form-group.style-dark2 .form-control::placeholder {
    color: #6B7586
}

.form-group.style-dark2>i {
    top: 20px;
    background: transparent;
    color: #6B7586
}

.form-group.style-dark3 .form-select,
.form-group.style-dark3 .form-control {
    background: var(--title-color);
    border: 1px solid var(--black-color4);
    color: var(--white-color);
    border-radius: 0
}

.form-group.style-dark3>i {
    top: 20px;
    background: transparent;
    color: var(--theme-color)
}

.form-group.style-radius .form-select,
.form-group.style-radius .form-control {
    border-radius: 30px
}

.form-group.style-shadow .form-select,
.form-group.style-shadow .form-control {
    box-shadow: 0px 2px 4px rgba(2, 29, 53, 0.1)
}

[class*="col-"].form-group>i {
    right: calc((var(--bs-gutter-x) / 2) + 25px)
}

.form-rounded-10 .form-control,
.form-rounded-10 .form-select {
    border-radius: 10px !important
}

.form-rounded-10 .th-btn {
    border-radius: 10px
}

option:checked,
option:focus,
option:hover {
    background-color: var(--theme-color);
    color: var(--white-color)
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0
}

input[type="number"] {
    -moz-appearance: textfield
}

input[type="checkbox"] {
    visibility: hidden;
    opacity: 0;
    display: inline-block;
    vertical-align: middle;
    width: 0;
    height: 0;
    display: none
}

input[type="checkbox"]:checked~label:before {
    content: "\f00c";
    color: var(--white-color);
    background-color: var(--theme-color);
    border-color: var(--theme-color)
}

input[type="checkbox"]~label {
    position: relative;
    padding-left: 30px;
    cursor: pointer;
    display: block
}

input[type="checkbox"]~label:before {
    content: "";
    font-family: var(--icon-font);
    font-weight: 700;
    position: absolute;
    left: 0px;
    top: 3.5px;
    background-color: var(--white-color);
    border: 1px solid var(--th-border-color);
    height: 18px;
    width: 18px;
    line-height: 18px;
    text-align: center;
    font-size: 12px
}

input[type="checkbox"].style2~label {
    color: #8B929C;
    padding-left: 23px;
    margin-bottom: -0.5em
}

input[type="checkbox"].style2~label:before {
    background-color: rgba(255, 255, 255, 0.1);
    border: 1px solid #8B929C;
    height: 14px;
    width: 14px;
    line-height: 14px;
    border-radius: 3px;
    top: 6px
}

input[type="checkbox"].style2:checked~label:before {
    color: var(--theme-color)
}

input[type="radio"] {
    visibility: hidden;
    opacity: 0;
    display: inline-block;
    vertical-align: middle;
    width: 0;
    height: 0;
    display: none
}

input[type="radio"]~label {
    position: relative;
    padding-left: 30px;
    cursor: pointer;
    line-height: 1;
    display: inline-block;
    font-weight: 600;
    margin-bottom: 0
}

input[type="radio"]~label::before {
    content: "\f111";
    position: absolute;
    font-family: var(--icon-font);
    left: 0;
    top: -2px;
    width: 20px;
    height: 20px;
    padding-left: 0;
    font-size: 0.6em;
    line-height: 19px;
    text-align: center;
    border: 1px solid var(--theme-color);
    border-radius: 100%;
    font-weight: 700;
    background: var(--white-color);
    color: transparent;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease
}

input[type="radio"]:checked~label::before {
    border-color: var(--theme-color);
    background-color: var(--theme-color);
    color: var(--white-color)
}

label {
    margin-bottom: 0.5em;
    margin-top: -0.3em;
    display: block;
    color: var(--title-color);
    font-family: var(--body-font);
    font-size: 16px
}

textarea.is-invalid,
select.is-invalid,
input.is-invalid,
.was-validated input:invalid {
    border: 1px solid var(--error-color) !important;
    background-position: right calc(0.375em + 0.8875rem) center;
    background-image: none
}

textarea.is-invalid:focus,
select.is-invalid:focus,
input.is-invalid:focus,
.was-validated input:invalid:focus {
    outline: 0;
    box-shadow: none
}

textarea.is-invalid {
    background-position: top calc(0.375em + 0.5875rem) right calc(0.375em + 0.8875rem)
}

.row.no-gutters>.form-group {
    margin-bottom: 0
}

.form-messages {
    display: none
}

.form-messages.mb-0 * {
    margin-bottom: 0
}

.form-messages.success {
    color: var(--success-color);
    display: block
}

.form-messages.error {
    color: var(--error-color);
    display: block
}

.form-messages pre {
    padding: 0;
    background-color: transparent;
    color: inherit
}


.th-menu-wrapper {
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.6);
    z-index: 999999;
    width: 0;
    width: 100%;
    height: 100%;
    -webkit-transition: all ease 0.8s;
    transition: all ease 0.8s;
    opacity: 0;
    visibility: hidden
}

.th-menu-wrapper .mobile-logo {
    padding-bottom: 30px;
    padding-top: 40px;
    display: block;
    text-align: center;
    background-color: var(--black-color2)
}

.th-menu-wrapper .mobile-logo svg {
    max-width: 185px
}

.th-menu-wrapper .th-menu-toggle {
    border: none;
    font-size: 22px;
    position: absolute;
    right: -16.5px;
    top: 25px;
    padding: 0;
    line-height: 1;
    width: 33px;
    height: 33px;
    line-height: 35px;
    font-size: 18px;
    z-index: 1;
    color: var(--white-color);
    background-color: var(--theme-color);
    border-radius: 50%
}

.th-menu-wrapper .th-menu-toggle:hover {
    background-color: var(--title-color);
    color: var(--white-color)
}

.th-menu-wrapper .th-menu-area {
    width: 100%;
    max-width: 310px;
    background-color: #fff;
    border-right: 3px solid var(--theme-color);
    height: 100%;
    position: relative;
    left: -110%;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all ease 1s;
    transition: all ease 1s;
    z-index: 1
}

.th-menu-wrapper.th-body-visible {
    opacity: 1;
    visibility: visible
}

.th-menu-wrapper.th-body-visible .th-menu-area {
    left: 0;
    opacity: 1;
    visibility: visible
}

.th-mobile-menu {
    overflow-y: scroll;
    max-height: calc(100vh - 200px);
    padding-bottom: 40px;
    margin-top: 33px;
    text-align: left
}

.th-mobile-menu ul {
    margin: 0;
    padding: 0 0
}

.th-mobile-menu ul li {
    border-bottom: 1px solid #fdedf1;
    list-style-type: none
}

.th-mobile-menu ul li li:first-child {
    border-top: 1px solid #fdedf1
}

.th-mobile-menu ul li a {
    display: block;
    position: relative;
    padding: 12px 0;
    line-height: 1.4;
    font-size: 14px;
    text-transform: capitalize;
    color: var(--title-color);
    padding-left: 18px;text-transform: uppercase;
}

.th-mobile-menu ul li a:before {
    content: '\f105';
    font-family: var(--icon-font);
    position: absolute;
    left: 0;
    top: 12px;
    margin-right: 10px;
    display: inline-block
}

.th-mobile-menu ul li.th-active>a {
    color: var(--theme-color)
}

.th-mobile-menu ul li.th-active>a:before {
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg)
}

.th-mobile-menu ul li ul li {
    padding-left: 20px
}

.th-mobile-menu ul li ul li:last-child {
    border-bottom: none
}

.th-mobile-menu ul .menu-item-has-children>a .th-mean-expand {
    position: absolute;
    right: 0;
    top: 50%;
    font-weight: 400;
    font-size: 12px;
    width: 25px;
    height: 25px;
    line-height: 25px;
    margin-top: -12.5px;
    display: inline-block;
    text-align: center;
    background-color: var(--smoke-color);
    color: var(--title-color);
    box-shadow: 0 0 20px -8px rgba(173, 136, 88, 0.5);
    border-radius: 50%
}

.th-mobile-menu ul .menu-item-has-children>a .th-mean-expand:before {
    content: '\f067';
    font-family: var(--icon-font)
}

.th-mobile-menu ul .menu-item-has-children>a:after {
    content: "\f067";
    font-family: var(--icon-font);
    width: 22px;
    height: 22px;
    line-height: 22px;
    display: inline-block;
    text-align: center;
    font-size: 12px;
    border-radius: 50px;
    background-color: var(--smoke-color);
    float: right;
    margin-top: 1px
}

.th-mobile-menu ul .menu-item-has-children.th-active>a .th-mean-expand:before {
    content: '\f068'
}

.th-mobile-menu ul .menu-item-has-children.th-active>a:after {
    content: "\f068"
}

.th-mobile-menu>ul {
    padding: 0 40px
}

.th-mobile-menu>ul>li:last-child {
    border-bottom: none
}

.th-menu-toggle {
    width: 56px;
    height: 56px;
    padding: 0;
    font-size: 20px;
    border: none;
    background-color: var(--theme-color);
    color: var(--white-color);
    display: inline-block;
    border-radius: 5px
}

.th-menu-toggle:hover {
    background-color: var(--title-color)
}

.th-menu-toggle.style-text,
.th-menu-toggle.style-text-white {
    width: auto;
    height: auto;
    background-color: transparent;
    color: var(--title-color);
    font-size: 20px
}

.th-menu-toggle.style-text i,
.th-menu-toggle.style-text-white i {
    margin-right: 10px
}

.th-menu-toggle.style-text-white {
    color: var(--white-color)
}

@media (max-width: 400px) {
    .th-menu-wrapper .th-menu-area {
        width: 100%;
        max-width: 300px
    }

    .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%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    text-align: center;
    line-height: 1
}

.preloader-inner img {
    display: block;
    margin: 0 auto 0 auto
}

.loader {
    color: var(--theme-color);
    font-size: 45px;
    text-indent: -9999em;
    overflow: hidden;
    width: 1em;
    height: 1em;
    display: inline-block;
    border-radius: 50%;
    position: relative;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-animation: mltShdSpin 1.7s infinite ease, round 1.7s infinite ease;
    animation: mltShdSpin 1.7s infinite ease, round 1.7s infinite ease
}

@-webkit-keyframes mltShdSpin {
    0% {
        box-shadow: 0 -0.83em 0 -0.4em,
            0 -0.83em 0 -0.42em, 0 -0.83em 0 -0.44em,
            0 -0.83em 0 -0.46em, 0 -0.83em 0 -0.477em
    }

    5%,
    95% {
        box-shadow: 0 -0.83em 0 -0.4em,
            0 -0.83em 0 -0.42em, 0 -0.83em 0 -0.44em,
            0 -0.83em 0 -0.46em, 0 -0.83em 0 -0.477em
    }

    10%,
    59% {
        box-shadow: 0 -0.83em 0 -0.4em,
            -0.087em -0.825em 0 -0.42em, -0.173em -0.812em 0 -0.44em,
            -0.256em -0.789em 0 -0.46em, -0.297em -0.775em 0 -0.477em
    }

    20% {
        box-shadow: 0 -0.83em 0 -0.4em, -0.338em -0.758em 0 -0.42em,
            -0.555em -0.617em 0 -0.44em, -0.671em -0.488em 0 -0.46em,
            -0.749em -0.34em 0 -0.477em
    }

    38% {
        box-shadow: 0 -0.83em 0 -0.4em, -0.377em -0.74em 0 -0.42em,
            -0.645em -0.522em 0 -0.44em, -0.775em -0.297em 0 -0.46em,
            -0.82em -0.09em 0 -0.477em
    }

    100% {
        box-shadow: 0 -0.83em 0 -0.4em, 0 -0.83em 0 -0.42em,
            0 -0.83em 0 -0.44em, 0 -0.83em 0 -0.46em, 0 -0.83em 0 -0.477em
    }
}

@keyframes mltShdSpin {
    0% {
        box-shadow: 0 -0.83em 0 -0.4em,
            0 -0.83em 0 -0.42em, 0 -0.83em 0 -0.44em,
            0 -0.83em 0 -0.46em, 0 -0.83em 0 -0.477em
    }

    5%,
    95% {
        box-shadow: 0 -0.83em 0 -0.4em,
            0 -0.83em 0 -0.42em, 0 -0.83em 0 -0.44em,
            0 -0.83em 0 -0.46em, 0 -0.83em 0 -0.477em
    }

    10%,
    59% {
        box-shadow: 0 -0.83em 0 -0.4em,
            -0.087em -0.825em 0 -0.42em, -0.173em -0.812em 0 -0.44em,
            -0.256em -0.789em 0 -0.46em, -0.297em -0.775em 0 -0.477em
    }

    20% {
        box-shadow: 0 -0.83em 0 -0.4em, -0.338em -0.758em 0 -0.42em,
            -0.555em -0.617em 0 -0.44em, -0.671em -0.488em 0 -0.46em,
            -0.749em -0.34em 0 -0.477em
    }

    38% {
        box-shadow: 0 -0.83em 0 -0.4em, -0.377em -0.74em 0 -0.42em,
            -0.645em -0.522em 0 -0.44em, -0.775em -0.297em 0 -0.46em,
            -0.82em -0.09em 0 -0.477em
    }

    100% {
        box-shadow: 0 -0.83em 0 -0.4em, 0 -0.83em 0 -0.42em,
            0 -0.83em 0 -0.44em, 0 -0.83em 0 -0.46em, 0 -0.83em 0 -0.477em
    }
}

@-webkit-keyframes round {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg)
    }

    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}

@keyframes round {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg)
    }

    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}

.th-btn {
    position: relative;
    z-index: 2;
    vertical-align: middle;
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
    border: none;
    text-transform: uppercase;
    text-align: center;
    background-color: var(--theme-color);
    color: var(--white-color);
    font-family: var(--body-font);
    font-size: 14px;
    font-weight: 700;
    line-height: 1;
    padding: 21px 40px;
    min-width: 170px;
    border-radius: 0px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-transition: 0.4s;
    transition: 0.4s
}

.th-btn:before,
.th-btn:after {
    position: absolute;
    content: "";
    width: 100%;
    left: 50%;
    height: 100%;
    top: 0;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    z-index: -1000;
    background-repeat: no-repeat
}

.th-btn .icon {
    overflow: hidden;
    display: inline-block
}

.th-btn i {
    -webkit-transition: 0.4s all;
    transition: 0.4s all;
    position: relative;
    right: 2px
}

.th-btn:hover:before {
    top: -70%;
    background-image: -webkit-radial-gradient(circle, var(--theme-color) 20%, transparent 20%), -webkit-radial-gradient(circle, transparent 20%, var(--theme-color) 20%, transparent 30%), -webkit-radial-gradient(circle, var(--theme-color) 20%, transparent 20%), -webkit-radial-gradient(circle, var(--theme-color) 20%, transparent 20%), -webkit-radial-gradient(circle, transparent 10%, var(--theme-color) 15%, transparent 20%), -webkit-radial-gradient(circle, var(--theme-color) 20%, transparent 20%), -webkit-radial-gradient(circle, var(--theme-color) 20%, transparent 20%), -webkit-radial-gradient(circle, var(--theme-color) 20%, transparent 20%), -webkit-radial-gradient(circle, var(--theme-color) 20%, transparent 20%);
    background-image: radial-gradient(circle, var(--theme-color) 20%, transparent 20%), radial-gradient(circle, transparent 20%, var(--theme-color) 20%, transparent 30%), radial-gradient(circle, var(--theme-color) 20%, transparent 20%), radial-gradient(circle, var(--theme-color) 20%, transparent 20%), radial-gradient(circle, transparent 10%, var(--theme-color) 15%, transparent 20%), radial-gradient(circle, var(--theme-color) 20%, transparent 20%), radial-gradient(circle, var(--theme-color) 20%, transparent 20%), radial-gradient(circle, var(--theme-color) 20%, transparent 20%), radial-gradient(circle, var(--theme-color) 20%, transparent 20%);
    background-size: 10% 10%, 20% 20%, 15% 15%, 20% 20%, 18% 18%, 10% 10%, 15% 15%,
        10% 10%, 18% 18%;
    background-position: 50% 120%;
    -webkit-animation: greentopBubbles 0.6s ease;
    animation: greentopBubbles 0.6s ease
}

.th-btn:hover:after {
    bottom: -70%;
    top: auto;
    background-image: -webkit-radial-gradient(circle, var(--theme-color) 20%, transparent 20%), -webkit-radial-gradient(circle, var(--theme-color) 20%, transparent 20%), -webkit-radial-gradient(circle, transparent 10%, var(--theme-color) 15%, transparent 20%), -webkit-radial-gradient(circle, var(--theme-color) 20%, transparent 20%), -webkit-radial-gradient(circle, var(--theme-color) 20%, transparent 20%), -webkit-radial-gradient(circle, var(--theme-color) 20%, transparent 20%), -webkit-radial-gradient(circle, var(--theme-color) 20%, transparent 20%);
    background-image: radial-gradient(circle, var(--theme-color) 20%, transparent 20%), radial-gradient(circle, var(--theme-color) 20%, transparent 20%), radial-gradient(circle, transparent 10%, var(--theme-color) 15%, transparent 20%), radial-gradient(circle, var(--theme-color) 20%, transparent 20%), radial-gradient(circle, var(--theme-color) 20%, transparent 20%), radial-gradient(circle, var(--theme-color) 20%, transparent 20%), radial-gradient(circle, var(--theme-color) 20%, transparent 20%);
    background-size: 15% 15%, 20% 20%, 18% 18%, 20% 20%, 15% 15%, 20% 20%, 18% 18%;
    background-position: 50% 0%;
    -webkit-animation: greenbottomBubbles 0.6s ease;
    animation: greenbottomBubbles 0.6s ease
}

.th-btn:hover,
.th-btn:active {
    color: var(--white-color);
    box-shadow: none;
    --theme-color: var(--theme-color2)
}

.th-btn:hover i,
.th-btn:active i {
    -webkit-animation: btn-icon-anim 0.9s both;
    animation: btn-icon-anim 0.9s both;
    -webkit-animation-direction: alternate;
    animation-direction: alternate
}

.th-btn.style-radius {
    border-radius: 30px
}

.th-btn.style2:hover {
    background: var(--theme-color2);
    color: var(--white-color);
    --theme-color: var(--title-color)
}

.th-btn.style3 {
    background: var(--title-color);
    color: var(--white-color)
}

.th-btn.style3:hover {
    background: var(--theme-color);
    --theme-color: inherit
}

.th-btn.style-border {
    background: transparent;
    border: 1px solid var(--white-color);
    color: var(--white-color);
    padding: 20px 40px
}

.th-btn.style-border:hover {
    background: var(--white-color);
    border-color: var(--white-color);
    color: var(--title-color)
}

.th-btn.btn-fw {
    width: 100%
}

.th-btn.btn-fw:before,
.th-btn.btn-fw:after {
    display: none
}

.th-btn.btn-fw:hover {
    background: var(--white-color);
    color: var(--title-color)
}

.th-btn.btn-fw-2 {
    width: 100%
}

.th-btn.btn-fw-2:before,
.th-btn.btn-fw-2:after {
    display: none
}

.th-btn.btn-fw-2:hover {
    background: var(--title-color)
}

.th-btn.btn-sm {
    padding: 16px 25px;
    min-width: 152px
}

@-webkit-keyframes greentopBubbles {
    0% {
        background-position: 5% 90%, 10% 90%, 10% 90%, 15% 90%, 25% 90%, 25% 90%,
            40% 90%, 55% 90%, 70% 90%
    }

    50% {
        background-position: 0% 80%, 0% 20%, 10% 40%, 20% 0%, 30% 30%, 22% 50%,
            50% 50%, 65% 20%, 90% 30%
    }

    100% {
        background-position: 0% 70%, 0% 10%, 10% 30%, 20% -10%, 30% 20%, 22% 40%,
            50% 40%, 65% 10%, 90% 20%;
        background-size: 0% 0%, 0% 0%, 0% 0%, 0% 0%, 0% 0%, 0% 0%
    }
}

@keyframes greentopBubbles {
    0% {
        background-position: 5% 90%, 10% 90%, 10% 90%, 15% 90%, 25% 90%, 25% 90%,
            40% 90%, 55% 90%, 70% 90%
    }

    50% {
        background-position: 0% 80%, 0% 20%, 10% 40%, 20% 0%, 30% 30%, 22% 50%,
            50% 50%, 65% 20%, 90% 30%
    }

    100% {
        background-position: 0% 70%, 0% 10%, 10% 30%, 20% -10%, 30% 20%, 22% 40%,
            50% 40%, 65% 10%, 90% 20%;
        background-size: 0% 0%, 0% 0%, 0% 0%, 0% 0%, 0% 0%, 0% 0%
    }
}

@-webkit-keyframes greenbottomBubbles {
    0% {
        background-position: 10% -10%, 30% 10%, 55% -10%, 70% -10%, 85% -10%,
            70% -10%, 70% 0%
    }

    50% {
        background-position: 0% 80%, 20% 80%, 45% 60%, 60% 100%, 75% 70%, 95% 60%,
            105% 0%
    }

    100% {
        background-position: 0% 90%, 20% 90%, 45% 70%, 60% 110%, 75% 80%, 95% 70%,
            110% 10%;
        background-size: 0% 0%, 0% 0%, 0% 0%, 0% 0%, 0% 0%, 0% 0%
    }
}

@keyframes greenbottomBubbles {
    0% {
        background-position: 10% -10%, 30% 10%, 55% -10%, 70% -10%, 85% -10%,
            70% -10%, 70% 0%
    }

    50% {
        background-position: 0% 80%, 20% 80%, 45% 60%, 60% 100%, 75% 70%, 95% 60%,
            105% 0%
    }

    100% {
        background-position: 0% 90%, 20% 90%, 45% 70%, 60% 110%, 75% 80%, 95% 70%,
            110% 10%;
        background-size: 0% 0%, 0% 0%, 0% 0%, 0% 0%, 0% 0%, 0% 0%
    }
}

@-webkit-keyframes btn-icon-anim {
    0% {
        top: 0;
        right: 2px
    }

    25% {
        top: -10px;
        right: -10px
    }

    50% {
        top: 10px;
        opacity: 0;
        right: 17px
    }

    100% {
        top: 0;
        right: 2px;
        opacity: 1
    }
}

@keyframes btn-icon-anim {
    0% {
        top: 0;
        right: 2px
    }

    25% {
        top: -10px;
        right: -10px
    }

    50% {
        top: 10px;
        opacity: 0;
        right: 17px
    }

    100% {
        top: 0;
        right: 2px;
        opacity: 1
    }
}

.icon-btn {
    display: inline-block;
    width: var(--btn-size, 56px);
    height: var(--btn-size, 56px);
    line-height: var(--btn-size, 54px);
    font-size: var(--btn-font-size, 20px);
    background-color: var(--icon-bg, #f7f7f7);
    color: var(--title-color);
    text-align: center;
    border-radius: 0;
    border: 1px solid var(--th-border-color);
    -webkit-transition: 0.4s ease-in-out;
    transition: 0.4s ease-in-out;
    position: relative
}

.icon-btn:hover {
    background-color: var(--theme-color);
    color: var(--white-color);
    border-color: var(--theme-color)
}

.icon-btn.style2 {
    background-color: var(--theme-color);
    color: var(--white-color);
    border: none;
    border-radius: 99px
}

.icon-btn.style2:hover {
    background-color: var(--theme-color2)
}

.play-btn {
    display: inline-block;
    position: relative;
    z-index: 1
}

.play-btn>i {
    display: inline-block;
    width: var(--icon-size, 56px);
    height: var(--icon-size, 56px);
    line-height: var(--icon-size, 56px);
    text-align: center;
    background-color: var(--white-color);
    color: var(--theme-color);
    font-size: var(--icon-font-size, 1.4em);
    border-radius: 50%;
    z-index: 1;
    -webkit-transition: all ease 0.4s;
    transition: all ease 0.4s
}

.play-btn:after,
.play-btn:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    background-color: var(--white-color);
    z-index: -1;
    border-radius: 50%;
    -webkit-transition: all ease 0.4s;
    transition: all ease 0.4s
}

.play-btn:after {
    -webkit-animation-delay: 2s;
    animation-delay: 2s
}

.play-btn:hover:after,
.play-btn:hover::before,
.play-btn:hover i {
    background-color: var(--theme-color);
    color: var(--white-color)
}

.play-btn.style2:before,
.play-btn.style2:after {
    background-color: transparent;
    border: 1px solid var(--white-color)
}

.play-btn.style3>i {
    --icon-size: 40px;
    font-size: 14px;
    border: 1px solid;
    background-color: var(--theme-color);
    color: var(--white-color)
}

.play-btn.style3:before,
.play-btn.style3:after {
    background-color: var(--white-color)
}

.play-btn.style3:hover>i {
    background-color: var(--white-color);
    color: var(--theme-color)
}

.play-btn.style3:hover:before,
.play-btn.style3:hover:after {
    background-color: var(--white-color)
}

.play-btn.style4>i {
    --icon-size: 100px;
    color: var(--title-color)
}

.play-btn.style4:before,
.play-btn.style4:after {
    background-color: transparent;
    border: 1px solid var(--title-color)
}

.play-btn.style4:hover>i {
    color: var(--white-color)
}

.play-btn.style4:hover:before,
.play-btn.style4:hover:after {
    border: 1px solid var(--white-color)
}

.play-btn.style5>i {
    --icon-size: 44px;
    color: var(--title-color);
    font-size: 18px
}

.play-btn.style5:hover>i {
    color: var(--white-color)
}

.play-btn.style6>i {
    --icon-size: 100px;
    color: var(--white-color);
    font-size: 20px;
    background: transparent;
    border: 2px solid var(--white-color)
}

.play-btn.style6:before,
.play-btn.style6:after {
    background: transparent;
    border: 1px solid var(--white-color)
}

.play-btn.style6:hover>i {
    color: var(--theme-color);
    border-color: var(--theme-color)
}

.play-btn.style6:hover:before,
.play-btn.style6:hover:after {
    border-color: var(--theme-color)
}

@media (max-width: 575px) {
    .play-btn.style6>i {
        --icon-size: 60px
    }
}

.scroll-top {
    position: fixed;
    right: 30px;
    bottom: 55px;
    height: 50px;
    width: 50px;
    cursor: pointer;
    display: block;
    border-radius: 50px;
    z-index: 10000;
    opacity: 1;
    visibility: hidden;
    -webkit-transform: translateY(45px);
    -ms-transform: translateY(45px);
    transform: translateY(45px);
    -webkit-transition: all 300ms linear;
    transition: all 300ms linear
}

.scroll-top:after {
    content: "\f062";
    font-family: var(--icon-font);
    position: absolute;
    text-align: center;
    line-height: 50px;
    font-size: 20px;
    color: var(--theme-color);
    left: 0;
    top: 0;
    height: 50px;
    width: 50px;
    cursor: pointer;
    display: block;
    z-index: 1;
    border: 2px solid var(--theme-color);
    box-shadow: none;
    border-radius: 50%
}

.scroll-top svg {
    color: var(--theme-color);
    border-radius: 50%;
    background: var(--white-color)
}

.scroll-top svg path {
    fill: none
}

.scroll-top .progress-circle path {
    stroke: var(--theme-color);
    stroke-width: 20px;
    box-sizing: border-box;
    -webkit-transition: all 400ms linear;
    transition: all 400ms linear
}

.scroll-top.show {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0)
}

.sec-title {
    margin-bottom: calc(var(--section-title-space) - 11px);
    margin-top: -0.25em;
    text-transform: capitalize;
    font-weight: 600
}

.sub-title {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 10px;
    font-size: 18px;
    font-weight: 500;
    font-family: var(--title-font);
    color: var(--theme-color);
    margin-bottom: 24px;
    text-transform: uppercase;
    line-height: 24px;
    margin-top: -0.34em;
    position: relative
}

.sub-title:before,
.sub-title:after {
    content: '';
    position: relative;
    height: 2px;
    width: 60px;
    background: var(--theme-color);
    display: inline-block
}

.sub-title.after-none:after {
    display: none
}

.sub-title.before-none:before {
    display: none
}

.sub-title.h4 {
    font-size: 30px;
    font-weight: 600;
    line-height: 1;
    margin-top: -0.14em
}

.sub-title i {
    font-size: 32px;
    margin-right: 10px
}

@media (max-width: 991px) {
    .sub-title i {
        font-size: 24px
    }
}

@media (min-width: 992px) {
    .sub-title.after-lg-none:after {
        display: none
    }
}

@media (max-width: 575px) {

    .sub-title:after,
    .sub-title:before {
        display: none
    }
}

.sec-text {
    font-size: 18px
}

.box-title {
    font-size: 24px;
    line-height: 1.417;
    font-weight: 600;
    margin-top: -0.32em
}

.box-title a {
    color: inherit
}

.box-title a:hover {
    color: var(--theme-color)
}

.box-subtitle {
    margin-bottom: 8px
}



.title-area {
    margin-bottom: calc(var(--section-title-space) - 12px);
    position: relative;
    z-index: 2
}

.title-area .sec-title {
    margin-bottom: 22px
}

.title-area.mb-0 .sec-title {
    margin-bottom: -0.24em
}

.title-area .th-btn {
    margin-top: 20px
}

.title-area.text-center .sub-title {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center
}

@media (min-width: 992px) {
    .title-area.text-lg-start.text-center .sub-title {
        -webkit-box-pack: start;
        -webkit-justify-content: start;
        -ms-flex-pack: start;
        justify-content: start
    }
}

.mb-32 {
    margin-bottom: 32px
}

hr.title-line {
    margin-top: 0;
    background-color: var(--th-border-color);
    opacity: 1;
    margin-bottom: var(--section-title-space) !important
}

.sec-btn {
    text-align: center
}

.sec-btn,
.title-line {
    margin-bottom: var(--section-title-space)
}



@media (max-width: 1199px) {
    .sub-title {
        margin-bottom: 20px
    }

   

    .title-area,
    .sec-title {
        --section-title-space: 60px
    }

    .title-area.mb-45,
    .sec-title.mb-45 {
        margin-bottom: 36px
    }

    .title-area.mb-50,
    .sec-title.mb-50 {
        margin-bottom: 40px
    }

    .sec-btn,
    .title-line {
        --section-title-space: 55px
    }

 
}

@media (max-width: 991px) {
   

    .title-area,
    .sec-title {
        --section-title-space: 50px
    }

    .title-area.mb-45,
    .sec-title.mb-45 {
        margin-bottom: 35px
    }

    .sec-btn,
    .title-line {
        --section-title-space: 50px
    }

    .sub-title.h4 {
        font-size: 22px
    }
}



.shape-mockup-wrap {
    z-index: 2;
    position: relative
}

.shape-mockup {
    position: absolute;
    z-index: -1;
    pointer-events: none
}
.team-shape2-1{left: 0;z-index: 0;}
.team-shape2-2{right: 0;z-index: 0;}

.shape-mockup.z-index-3 {
    z-index: 3;
    pointer-events: none
}

.shape-mockup.z-index-1 {
    z-index: 1;
    pointer-events: none
}

.shape-mockup .svg-img {
    height: 110px;
    width: 110px
}

.z-index-step1 {
    position: relative;
    z-index: 4 !important
}

.z-index-common {
    position: relative;
    z-index: 3
}

.z-index-3 {
    z-index: 3
}

.z-index-n1 {
    z-index: -1
}

.media-body {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1
}

.th-social a {
    display: inline-block;
    width: var(--icon-size, 46px);
    height: var(--icon-size, 46px);
    line-height: var(--icon-size, 46px);
    background-color: var(--title-color);
    border: 1px solid #6B7586;
    color: var(--body-color);
    font-size: 16px;
    text-align: center;
    margin-right: 7px;
    border-radius: 50%
}

.th-social a:last-child {
    margin-right: 0
}

.th-social a:hover {
    background-color: var(--theme-color);
    border: 1px solid var(--theme-color);
    color: var(--white-color)
}

.th-social.color-theme a {
    color: var(--body-color);
    border-color: var(--theme-color)
}

.th-social.style2 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    gap: 6px
}

.th-social.style2 a {
    background: var(--smoke-color);
    border: 0;
    color: var(--title-color)
}

.th-social.style2 a:hover {
    background: var(--theme-color);
    color: var(--white-color)
}

.th-social.style3 a {
    --icon-size: 40px
}

.th-social.style4 a {
    --icon-size: 45px;
    border-radius: 50%;
    background: var(--body-color);
    color: var(--white-color)
}

.th-social.style4 a:hover {
    background: var(--theme-color);
    color: var(--white-color)
}

.th-social.style5 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    gap: 10px
}

.th-social.style5 a {
    background: var(--white-color);
    color: var(--body-color);
    margin: 0;
    box-shadow: inset 0px 0px 6px rgba(0, 0, 0, 0.3);
    border: 0;
    line-height: 48px
}

.th-social.style5 a:hover {
    background: var(--theme-color);
    color: var(--white-color)
}

.bg-mask {
    -webkit-mask-size: 100% 100%;
    mask-size: 100% 100%;
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat
}

.box-icon img {
    -webkit-transition: 0.4s ease-in-out;
    transition: 0.4s ease-in-out
}

.box-text {
    margin-bottom: -0.5em
}

.btn-group {
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 30px
}

.btn-group.style2 {
    gap: 20px 70px
}

@media (max-width: 767px) {
    .btn-group.style2 {
        gap: 20px 30px
    }
}

@media (max-width: 767px) {
    .btn-group {
        gap: 20px
    }
}

.th-bg-img {
    position: absolute;
    inset: 0
}

.th-bg-img img {
    height: 100%;
    width: 100%;
    object-fit: cover
}

.mfp-zoom-in .mfp-content {
    opacity: 0;
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
    -webkit-transform: scale(0.5);
    -ms-transform: scale(0.5);
    transform: scale(0.5)
}

.mfp-zoom-in.mfp-bg {
    opacity: 0;
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease
}

.mfp-zoom-in.mfp-ready .mfp-content {
    opacity: 1;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1)
}

.mfp-zoom-in.mfp-ready.mfp-bg {
    opacity: 0.7
}

.mfp-zoom-in.mfp-removing .mfp-content {
    -webkit-transform: scale(0.7);
    -ms-transform: scale(0.7);
    transform: scale(0.7);
    opacity: 0
}

.mfp-zoom-in.mfp-removing.mfp-bg {
    opacity: 0
}

.font-icon {
    font-family: var(--icon-font)
}

.font-title {
    font-family: var(--title-font)
}

.font-body {
    font-family: var(--body-font)
}

.fw-extralight {
    font-weight: 100
}

.fw-light {
    font-weight: 300
}

.fw-normal {
    font-weight: 400
}

.fw-medium {
    font-weight: 500
}

.fw-semibold {
    font-weight: 600
}

.fw-bold {
    font-weight: 700
}

.fw-extrabold {
    font-weight: 800
}

.fs-md {
    font-size: 18px
}

.fs-16 {
    font-size: 16px !important
}

.fs-xs {
    font-size: 14px
}

.bg-theme {
    background-color: var(--theme-color) !important
}

.bg-theme2 {
    background-color: var(--theme-color2) !important
}

.bg-smoke {
    background-color: var(--smoke-color) !important
}

.bg-smoke2 {
    background-color: var(--smoke-color2) !important
}

.bg-white {
    background-color: var(--white-color) !important
}

.bg-black {
    background-color: var(--black-color) !important
}

.bg-black2 {
    background-color: var(--black-color2) !important
}

.bg-black3 {
    background-color: var(--black-color3) !important
}

.bg-title {
    background-color: var(--title-color) !important
}

.bg-body {
    background-color: var(--body-color) !important
}

.gradient-body {
    background-image: -webkit-linear-gradient(349.38deg, rgba(249, 215, 175, 0.3) 0%, rgba(214, 202, 245, 0.3) 24.03%, rgba(198, 241, 255, 0.3) 45.73%, rgba(248, 242, 222, 0.3) 69.05%, rgba(212, 179, 253, 0.3) 100.44%);
    background-image: linear-gradient(100.62deg, rgba(249, 215, 175, 0.3) 0%, rgba(214, 202, 245, 0.3) 24.03%, rgba(198, 241, 255, 0.3) 45.73%, rgba(248, 242, 222, 0.3) 69.05%, rgba(212, 179, 253, 0.3) 100.44%)
}


.background-image,
[data-bg-src] {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center
}

.bg-fluid {
    background-repeat: no-repeat;
    background-size: 100% 100%;
    background-position: center center
}

.bg-auto {
    background-size: auto auto
}

.bg-top-center {
    background-size: auto;
    background-position: top center
}

.bg-repeat {
    background-size: auto;
    background-repeat: repeat
}

.bg-bottom-right {
    background-size: auto;
    background-position: bottom right
}

.bg-top-right {
    background-size: auto;
    background-position: top right
}

.bg-top-left {
    background-size: auto;
    background-position: top left
}

.bg-attachment {
    background-attachment: fixed
}

.text-theme {
    color: var(--theme-color) !important
}

.text-theme2 {
    color: var(--theme-color2) !important
}

.text-title {
    color: var(--title-color) !important
}

.text-body {
    color: var(--body-color) !important
}

.text-white {
    color: var(--white-color) !important
}

.text-light {
    color: var(--light-color) !important
}

.text-yellow {
    color: var(--yellow-color) !important
}

.text-success {
    color: var(--success-color) !important
}

.text-error {
    color: var(--error-color) !important
}

.text-inherit {
    color: inherit
}

.text-inherit:hover {
    color: var(--theme-color)
}

a.text-theme:hover,
.text-reset:hover {
    text-decoration: underline
}

.overlay {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%
}

.position-center {
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%)
}

[data-overlay] {
    position: relative;
    z-index: 2
}

[data-overlay] [class^="col-"],
[data-overlay] [class*="col-"] {
    z-index: 1
}

[data-overlay]:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 1
}

[data-overlay="theme"]:before {
    background-color: var(--theme-color)
}

[data-overlay="theme2"]:before {
    background-color: var(--theme-color2)
}

[data-overlay="title"]:before {
    background-color: var(--title-color)
}

[data-overlay="smoke"]:before {
    background-color: var(--smoke-color)
}

[data-overlay="white"]:before {
    background-color: var(--white-color)
}

[data-overlay="black"]:before {
    background-color: var(--black-color)
}

[data-overlay="black7"]:before {
    background-color: var(--black-color7)
}

[data-overlay="overlay1"]:before {
    background-color: #080E1C
}

[data-opacity="1"]:before {
    opacity: .1
}

[data-opacity="2"]:before {
    opacity: .2
}

[data-opacity="3"]:before {
    opacity: .3
}

[data-opacity="4"]:before {
    opacity: .4
}

[data-opacity="5"]:before {
    opacity: .5
}

[data-opacity="6"]:before {
    opacity: .6
}

[data-opacity="7"]:before {
    opacity: .7
}

[data-opacity="8"]:before {
    opacity: .8
}

[data-opacity="9"]:before {
    opacity: .9
}

[data-opacity="10"]:before {
    opacity: 1
}

.ripple-animation,
.play-btn:after,
.play-btn:before {
    -webkit-animation-duration: var(--ripple-ani-duration);
    animation-duration: var(--ripple-ani-duration);
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-animation-name: ripple;
    animation-name: ripple
}

@-webkit-keyframes ripple {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: 0
    }

    30% {
        opacity: 0.4
    }

    100% {
        -webkit-transform: scale(1.8);
        transform: scale(1.8);
        opacity: 0
    }
}

@keyframes ripple {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: 0
    }

    30% {
        opacity: 0.4
    }

    100% {
        -webkit-transform: scale(1.8);
        transform: scale(1.8);
        opacity: 0
    }
}

@-webkit-keyframes ripple2 {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: 0
    }

    30% {
        opacity: 0.4
    }

    100% {
        -webkit-transform: scale(2.8);
        transform: scale(2.8);
        opacity: 0
    }
}

@keyframes ripple2 {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: 0
    }

    30% {
        opacity: 0.4
    }

    100% {
        -webkit-transform: scale(2.8);
        transform: scale(2.8);
        opacity: 0
    }
}

.fancy-animation {
    -webkit-animation: morph 8s ease-in-out infinite;
    animation: morph 8s ease-in-out infinite
}

@-webkit-keyframes morph {
    0% {
        border-radius: 60% 40% 30% 70% / 60% 30% 70% 40%
    }

    50% {
        border-radius: 30% 60% 70% 40% / 50% 60% 30% 60%
    }

    100% {
        border-radius: 60% 40% 30% 70% / 60% 30% 70% 40%
    }
}

@keyframes morph {
    0% {
        border-radius: 60% 40% 30% 70% / 60% 30% 70% 40%
    }

    50% {
        border-radius: 30% 60% 70% 40% / 50% 60% 30% 60%
    }

    100% {
        border-radius: 60% 40% 30% 70% / 60% 30% 70% 40%
    }
}

.movingX {
    -webkit-animation: movingX 8s linear infinite;
    animation: movingX 8s linear infinite
}

@-webkit-keyframes movingX {
    0% {
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }

    50% {
        -webkit-transform: translateX(50px);
        transform: translateX(50px)
    }

    100% {
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }
}

@keyframes movingX {
    0% {
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }

    50% {
        -webkit-transform: translateX(50px);
        transform: translateX(50px)
    }

    100% {
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }
}

.movingCar {
    -webkit-animation: movingCar 25s linear infinite;
    animation: movingCar 25s linear infinite
}

@-webkit-keyframes movingCar {
    0% {
        -webkit-transform: translateX(0) rotateY(0deg);
        transform: translateX(0) rotateY(0deg)
    }

    50% {
        -webkit-transform: translateX(calc(100vw*-1 + 108%));
        transform: translateX(calc(100vw*-1 + 108%))
    }

    51% {
        -webkit-transform: translateX(calc(100vw*-1 + 108%)) rotateY(180deg);
        transform: translateX(calc(100vw*-1 + 108%)) rotateY(180deg)
    }

    100% {
        -webkit-transform: translateX(0) rotateY(180deg);
        transform: translateX(0) rotateY(180deg)
    }
}

@keyframes movingCar {
    0% {
        -webkit-transform: translateX(0) rotateY(0deg);
        transform: translateX(0) rotateY(0deg)
    }

    50% {
        -webkit-transform: translateX(calc(100vw*-1 + 108%));
        transform: translateX(calc(100vw*-1 + 108%))
    }

    51% {
        -webkit-transform: translateX(calc(100vw*-1 + 108%)) rotateY(180deg);
        transform: translateX(calc(100vw*-1 + 108%)) rotateY(180deg)
    }

    100% {
        -webkit-transform: translateX(0) rotateY(180deg);
        transform: translateX(0) rotateY(180deg)
    }
}

.moving {
    -webkit-animation: moving 8s linear infinite;
    animation: moving 8s linear infinite
}

@-webkit-keyframes moving {
    0% {
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }

    50% {
        -webkit-transform: translateX(-50px);
        transform: translateX(-50px)
    }

    100% {
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }
}

@keyframes moving {
    0% {
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }

    50% {
        -webkit-transform: translateX(-50px);
        transform: translateX(-50px)
    }

    100% {
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }
}

.jump {
    -webkit-animation: jumpAni 7s linear infinite;
    animation: jumpAni 7s linear infinite
}

@-webkit-keyframes jumpAni {
    0% {
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }

    40% {
        -webkit-transform: translateY(-30px);
        transform: translateY(-30px)
    }

    100% {
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
}

@keyframes jumpAni {
    0% {
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }

    40% {
        -webkit-transform: translateY(-30px);
        transform: translateY(-30px)
    }

    100% {
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
}

.jump-reverse {
    -webkit-animation: jumpReverseAni 7s linear infinite;
    animation: jumpReverseAni 7s linear infinite
}

@-webkit-keyframes jumpReverseAni {
    0% {
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }

    50% {
        -webkit-transform: translateY(30px);
        transform: translateY(30px)
    }

    100% {
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
}

@keyframes jumpReverseAni {
    0% {
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }

    50% {
        -webkit-transform: translateY(30px);
        transform: translateY(30px)
    }

    100% {
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
}

.spin {
    -webkit-animation: spin 10s linear infinite;
    animation: spin 10s linear infinite
}

@-webkit-keyframes spin {
    0% {
        -webkit-transform: rotate(0);
        transform: rotate(0)
    }

    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}

@keyframes spin {
    0% {
        -webkit-transform: rotate(0);
        transform: rotate(0)
    }

    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}

.bg-color-ani,
.color-animate {
    -webkit-animation: bgColor 6s linear infinite;
    animation: bgColor 6s linear infinite
}

@-webkit-keyframes bgColor {
    0% {
        background-color: #F2BA4C
    }

    25% {
        background-color: #81F24C
    }

    50% {
        background-color: #41F27D
    }

    75% {
        background-color: #0500FF
    }

    100% {
        background-color: #F2BA4C
    }
}

@keyframes bgColor {
    0% {
        background-color: #F2BA4C
    }

    25% {
        background-color: #81F24C
    }

    50% {
        background-color: #41F27D
    }

    75% {
        background-color: #0500FF
    }

    100% {
        background-color: #F2BA4C
    }
}

@-webkit-keyframes animate-positive {
    0% {
        width: 0
    }
}

@keyframes animate-positive {
    0% {
        width: 0
    }
}

.fadein,
.scalein,
.slidetopleft,
.slidebottomright,
.slideinleft,
.slideinright,
.slideindown,
.slideinup,
.rollinleft,
.rollinright {
    opacity: 0;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
    -webkit-animation-iteration-count: 1;
    animation-iteration-count: 1;
    -webkit-animation-duration: 1.3s;
    animation-duration: 1.3s;
    -webkit-animation-delay: 0.3s;
    animation-delay: 0.3s;
    -webkit-animation-name: var(--animation-name);
    animation-name: var(--animation-name)
}

.swiper-slide-active .fadein {
    --animation-name: fadein
}

.swiper-slide-active .scalein {
    --animation-name: scalein
}

.swiper-slide-active .slidetopleft {
    --animation-name: slidetopleft
}

.swiper-slide-active .slidebottomright {
    --animation-name: slidebottomright
}

.swiper-slide-active .slideinleft {
    --animation-name: slideinleft
}

.swiper-slide-active .slideinright {
    --animation-name: slideinright
}

.swiper-slide-active .slideinup {
    --animation-name: slideinup
}

.swiper-slide-active .slideindown {
    --animation-name: slideindown
}

.swiper-slide-active .rollinleft {
    --animation-name: rollinleft
}

.swiper-slide-active .rollinright {
    --animation-name: rollinright
}

@-webkit-keyframes fadein {
    0% {
        opacity: 0
    }

    100% {
        opacity: 1
    }
}

@keyframes fadein {
    0% {
        opacity: 0
    }

    100% {
        opacity: 1
    }
}

@-webkit-keyframes slideinup {
    0% {
        opacity: 0;
        -webkit-transform: translateY(100px);
        transform: translateY(100px)
    }

    100% {
        opacity: 1;
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
}

@keyframes slideinup {
    0% {
        opacity: 0;
        -webkit-transform: translateY(100px);
        transform: translateY(100px)
    }

    100% {
        opacity: 1;
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
}

@-webkit-keyframes slideinright {
    0% {
        opacity: 0;
        -webkit-transform: translateX(180px);
        transform: translateX(180px)
    }

    100% {
        opacity: 1;
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }
}

@keyframes slideinright {
    0% {
        opacity: 0;
        -webkit-transform: translateX(180px);
        transform: translateX(180px)
    }

    100% {
        opacity: 1;
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }
}

@-webkit-keyframes slideindown {
    0% {
        opacity: 0;
        -webkit-transform: translateY(-100px);
        transform: translateY(-100px)
    }

    100% {
        opacity: 1;
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
}

@keyframes slideindown {
    0% {
        opacity: 0;
        -webkit-transform: translateY(-100px);
        transform: translateY(-100px)
    }

    100% {
        opacity: 1;
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
}

@-webkit-keyframes slideinleft {
    0% {
        opacity: 0;
        -webkit-transform: translateX(-100px);
        transform: translateX(-100px)
    }

    100% {
        opacity: 1;
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }
}

@keyframes slideinleft {
    0% {
        opacity: 0;
        -webkit-transform: translateX(-100px);
        transform: translateX(-100px)
    }

    100% {
        opacity: 1;
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }
}

@-webkit-keyframes slidebottomright {
    0% {
        opacity: 0;
        -webkit-transform: translateX(120px) translateY(120px);
        transform: translateX(120px) translateY(120px)
    }

    100% {
        opacity: 1;
        -webkit-transform: translateX(0) translateY(0);
        transform: translateX(0) translateY(0)
    }
}

@keyframes slidebottomright {
    0% {
        opacity: 0;
        -webkit-transform: translateX(120px) translateY(120px);
        transform: translateX(120px) translateY(120px)
    }

    100% {
        opacity: 1;
        -webkit-transform: translateX(0) translateY(0);
        transform: translateX(0) translateY(0)
    }
}

@-webkit-keyframes slidetopleft {
    0% {
        opacity: 0;
        -webkit-transform: translateX(-100px) translateY(-100px);
        transform: translateX(-100px) translateY(-100px)
    }

    100% {
        opacity: 1;
        -webkit-transform: translateX(0) translateY(0);
        transform: translateX(0) translateY(0)
    }
}

@keyframes slidetopleft {
    0% {
        opacity: 0;
        -webkit-transform: translateX(-100px) translateY(-100px);
        transform: translateX(-100px) translateY(-100px)
    }

    100% {
        opacity: 1;
        -webkit-transform: translateX(0) translateY(0);
        transform: translateX(0) translateY(0)
    }
}

.spin2 {
    -webkit-animation: spin2 10s linear infinite;
    animation: spin2 10s linear infinite
}

@-webkit-keyframes spin2 {
    0% {
        -webkit-transform: rotate(0);
        transform: rotate(0)
    }

    100% {
        -webkit-transform: rotate(-360deg);
        transform: rotate(-360deg)
    }
}

@keyframes spin2 {
    0% {
        -webkit-transform: rotate(0);
        transform: rotate(0)
    }

    100% {
        -webkit-transform: rotate(-360deg);
        transform: rotate(-360deg)
    }
}

.animation-bubble {
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    overflow: hidden;
    z-index: 1;
    pointer-events: none
}

.animation-bubble div[class^=bubble-] {
    height: 1px;
    width: 1px;
    position: absolute;
    background: url(../img/shape/star.html) no-repeat center center;
    background-size: cover;
    border-radius: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    pointer-events: none
}

@media (max-width: 1024px) {
    .animation-bubble>:nth-child(even) {
        display: none
    }
}


@-webkit-keyframes toTopFromBottom {
    49% {
        -webkit-transform: translateY(-100%);
        transform: translateY(-100%)
    }

    50% {
        opacity: 0;
        -webkit-transform: translateY(100%);
        transform: translateY(100%)
    }

    51% {
        opacity: 1
    }
}

@keyframes toTopFromBottom {
    49% {
        -webkit-transform: translateY(-100%);
        transform: translateY(-100%)
    }

    50% {
        opacity: 0;
        -webkit-transform: translateY(100%);
        transform: translateY(100%)
    }

    51% {
        opacity: 1
    }
}

.widget_nav_menu ul,
.widget_meta ul,
.widget_pages ul,
.widget_archive ul,
.widget_categories ul,
.widget_schedule ul {
    list-style: none;
    padding: 0;
    margin: 0 0 0 0
}

.widget_nav_menu a,
.widget_meta a,
.widget_pages a,
.widget_archive a,
.widget_categories a,
.widget_schedule a,
.wp-block-categories a {
    display: block;
    background-color: var(--white-color);
    margin: 0 0 14px;
    padding: 17px 45px 17px 30px;
    font-size: 16px;
    line-height: 1.313;
    color: var(--body-color);
    border-radius: 50px;
    border-bottom: 0;
    -webkit-transition: 0.4s all ease;
    transition: 0.4s all ease;
    box-shadow: 0px 2px 4px rgba(2, 29, 53, 0.1)
}

.widget_nav_menu li,
.widget_meta li,
.widget_pages li,
.widget_archive li,
.widget_categories li,
.widget_schedule li,
.wp-block-categories li {
    display: block;
    position: relative
}

.widget_nav_menu li>span,
.widget_meta li>span,
.widget_pages li>span,
.widget_archive li>span,
.widget_categories li>span,
.widget_schedule li>span,
.wp-block-categories li>span {
    color: var(--body-color);
    text-align: center;
    position: absolute;
    right: 30px;
    top: 14px;
    -webkit-transition: all ease 0.4s;
    transition: all ease 0.4s;
    pointer-events: none;
    min-width: 20px;
    text-align: right
}

.widget_nav_menu .menu>li:last-child>a,
.widget_nav_menu>ul>li:last-child>a,
.widget_meta .menu>li:last-child>a,
.widget_meta>ul>li:last-child>a,
.widget_pages .menu>li:last-child>a,
.widget_pages>ul>li:last-child>a,
.widget_archive .menu>li:last-child>a,
.widget_archive>ul>li:last-child>a,
.widget_categories .menu>li:last-child>a,
.widget_categories>ul>li:last-child>a,
.widget_schedule .menu>li:last-child>a,
.widget_schedule>ul>li:last-child>a,
.wp-block-categories .menu>li:last-child>a,
.wp-block-categories>ul>li:last-child>a {
    margin-bottom: 0
}

.widget_nav_menu a:hover,
.widget_meta a:hover,
.widget_pages a:hover,
.widget_archive a:hover,
.widget_categories a:hover,
.widget_schedule a:hover,
.wp-block-categories a:hover, .widget ul li .active {
    background: var(--theme-color);
    color: var(--white-color);
    box-shadow: inset 4px 0px 0px #3C62D3
}


.widget_nav_menu a:hover~span,
.widget_meta a:hover~span,
.widget_pages a:hover~span,
.widget_archive a:hover~span,
.widget_categories a:hover~span,
.widget_schedule a:hover~span,
.wp-block-categories a:hover~span {
    color: var(--white-color)
}

.widget_nav_menu .sub-menu,
.widget_nav_menu .children,
.widget_meta .sub-menu,
.widget_meta .children,
.widget_pages .sub-menu,
.widget_pages .children,
.widget_archive .sub-menu,
.widget_archive .children,
.widget_categories .sub-menu,
.widget_categories .children,
.widget_schedule .sub-menu,
.widget_schedule .children,
.wp-block-categories .sub-menu,
.wp-block-categories .children {
    margin-left: 10px
}

.wp-block-categories {
    list-style: none;
    padding: 0
}

.wp-block-categories>li:last-child>a {
    border-bottom: none
}

.widget_nav_menu a,
.widget_meta a,
.widget_pages a {
    padding-right: 20px
}

.widget_schedule a {
    padding: 17px 28px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex
}

.widget_schedule a i {
    margin-right: 5px;
    position: relative;
    top: 2px
}

@media (max-width: 1299px) {
    .widget_schedule a {
        font-size: 14px
    }
}

.widget_nav_menu .sub-menu {
    margin-left: 10px
}

.widget {
    padding: var(--widget-padding-y, 40px) var(--widget-padding-x, 40px);
    background-color: var(--smoke-color);
    margin-bottom: 40px;
    position: relative;
    border-radius: 30px
}

.widget[data-overlay]:before {
    z-index: -1
}

.widget .th-social a {
    box-shadow: 0px 2px 14px rgba(4, 6, 66, 0.1)
}

.widget select,
.widget input,
.widget .form-select,
.widget .form-control,
.widget textarea {
    background-color: var(--white-color);
    border-radius: 0px
}

.widget textarea {
    min-height: 120px
}

.widget .form-group>i {
    background-color: var(--white-color)
}

.widget_title {
    position: relative;
    font-size: 24px;
    font-weight: 500;
    font-family: var(--title-font);
    line-height: 1em;
    padding-bottom: 20px;
    margin: -0.12em 0 40px 0
}

.widget_title:after,
.widget_title:before {
    content: '';
    height: 3px;
    width: 100%;
    background-color: var(--th-border-color);
    position: absolute;
    bottom: 0;
    left: 0;
    border-radius: 20px
}

.widget_title:after {
    background-color: var(--theme-color);
    width: 40px
}

.widget-form {
    --bs-gutter-x: 20px
}

.widget .search-form {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex
}

.widget .search-form input {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    border-radius: 100px;
    padding-right: 85px;
    border: 1px solid transparent;
    height: 56px;
    box-shadow: 0px 13px 25px rgba(0, 0, 0, 0.04)
}

.widget .search-form input:focus {
    border-color: var(--theme-color)
}

.widget .search-form button {
    border: none;
    font-size: 16px;
    background-color: var(--theme-color);
    color: var(--white-color);
    display: inline-block;
    padding: 0;
    width: 56px;
    height: 100%;
    text-align: center;
    border-radius: 50%;
    position: absolute;
    top: 0;
    right: 0
}

.widget .search-form button:hover {
    background-color: var(--title-color)
}



.sidebar-area {
    margin-bottom: -10px;
    position: sticky;
    top: 10px;
}

.download-widget-wrap .th-btn {
    width: 100%
}

.download-widget-wrap .th-btn:first-child {
    margin-bottom: 15px
}

.download-widget-wrap .th-btn.style2 {
    color: var(--body-color)
}

.download-widget-wrap .th-btn.style2:before {
    background-color: var(--theme-color)
}

.download-widget-wrap .th-btn.style2:hover {
    color: var(--white-color);
    border-color: var(--theme-color)
}

.widget_call {
    background-color: var(--title-color);
    position: relative;
    padding: 0 !important
}

.widget_call .widget_title {
    color: var(--white-color)
}

.widget-map iframe {
    min-height: 280px
}

.widget-call {
    position: relative;
    z-index: 2;
    overflow: hidden;
    text-align: center;
    padding: 0 10px var(--widget-padding-y, 40px) 10px
}

.widget-call:before {
    content: '';
    width: 368px;
    height: 368px;
    background-color: var(--theme-color);
    border: 6px solid var(--white-color);
    position: absolute;
    bottom: calc(100% - 120px);
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    border-radius: 50%;
    z-index: -1
}

.widget-call .text {
    display: block;
    margin: 22px auto 25px auto;
    color: var(--white-color);
    max-width: 310px
}

.widget-call .call {
    font-size: 30px;
    font-weight: 600;
    color: var(--white-color);
    display: block;
    max-width: -webkit-fit-content;
    max-width: -moz-fit-content;
    max-width: fit-content;
    margin: 30px auto 0 auto
}

.widget-call .call:hover {
    color: var(--theme-color)
}

.widget-call .play-btn {
    --icon-size: 60px
}

.widget-call .play-btn>i {
    font-size: 30px
}

.widget-call .box-title {
    font-weight: 500;
    color: var(--white-color);
    margin-bottom: 35px;
    padding-top: 20px
}

@media (max-width: 1299px) {
    .widget-call .title {
        font-size: 34px
    }
}

.widget_info .th-btn {
    width: 100%;
    margin-bottom: 10px;
    display: block
}

.widget_info .th-video {
    margin-bottom: 20px
}

.info-list {
    margin-top: -16px
}

.info-list ul {
    list-style: none;
    padding: 0;
    margin: 0
}

.info-list i {
    color: var(--theme-color);
    width: 16px;
    margin-right: 2px;
    font-size: 16px
}

.info-list strong {
    font-weight: 600;
    color: var(--title-color);
    display: block;
    font-size: 18pxx
}

.info-list li {
    border-bottom: 1px dashed #D3DBEB;
    padding: 12px 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 5px
}

.info-list li:last-child {
    border-bottom: none;
    padding-bottom: 0;
    margin-bottom: -0.45em
}

.widget_shopping_cart .widget_title {
    margin-bottom: 35px;
    border-bottom: none
}

.widget_shopping_cart ul {
    margin: 0;
    padding: 0
}

.widget_shopping_cart ul li {
    list-style-type: none
}

.widget_shopping_cart .mini_cart_item {
    position: relative;
    padding: 30px 30px 30px 90px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    margin-bottom: 0;
    text-align: left
}

.widget_shopping_cart .mini_cart_item:first-child {
    border-top: 1px solid rgba(0, 0, 0, 0.1)
}

.widget_shopping_cart .cart_list a:not(.remove) {
    display: block;
    color: var(--body-color);
    font-size: 16px;
    font-weight: 500;
    font-family: var(--title-font);
    font-weight: 600;
    color: var(--title-color)
}

.widget_shopping_cart .cart_list a:not(.remove):hover {
    color: var(--theme-color)
}

.widget_shopping_cart .cart_list a.remove {
    position: absolute;
    top: 50%;
    left: 95%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    color: var(--body-color)
}

.widget_shopping_cart .cart_list a.remove:hover {
    color: var(--theme-color)
}

.widget_shopping_cart .cart_list img {
    width: 75px;
    height: 75px;
    position: absolute;
    left: 0;
    top: 18px
}

.widget_shopping_cart .quantity {
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
    white-space: nowrap;
    vertical-align: top;
    margin-right: 20px;
    font-size: 14px;
    font-weight: 500
}

.widget_shopping_cart .total {
    margin-top: 20px;
    font-size: 18px;
    color: var(--title-color);
    font-family: var(--body-font)
}

.widget_shopping_cart .total strong {
    font-family: var(--title-font)
}

.widget_shopping_cart .amount {
    padding-left: 5px
}

.widget_shopping_cart .th-btn {
    margin-right: 15px
}

.widget_shopping_cart .th-btn:last-child {
    margin-right: 0
}

.widget_banner {
    --widget-padding-y: 75px
}

.widget_banner .icon {
    font-size: 60px;
    color: var(--theme-color);
    margin-bottom: 22px
}

.widget_banner .subtitle {
    color: var(--white-color);
    font-size: 24px;
    line-height: 34px;
    font-weight: 600
}

.widget_banner .title {
    font-size: 30px;
    font-weight: 700;
    margin-bottom: 20px
}

.widget_banner .title a {
    color: var(--theme-color)
}

.widget_banner .title a:hover {
    color: var(--white-color)
}

.widget_banner .link {
    font-size: 16px;
    font-weight: 600;
    font-family: var(--title-font);
    color: var(--white-color)
}

.widget_banner .link:hover {
    color: var(--theme-color)
}

@media (max-width: 1199px) {
    .widget_banner .subtitle {
        font-size: 20px;
        line-height: normal
    }

    .widget_banner .title {
        font-size: 24px
    }
}

.th-video-widget .video-thumb {
    position: relative
}

.th-video-widget .play-btn {
    --icon-size: 60px;
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%)
}

.th-video-widget .play-btn i {
    font-size: 16px
}

.th-video-widget .video-thumb-title {
    font-size: 20px;
    font-weight: 600;
    line-height: 1.4;
    margin-top: 10px;
    margin-bottom: -0.3em
}



.textwidget {
    margin-top: -0.1em
}

.sidebar-area .widget_shopping_cart .th-btn {
    margin-right: 10px;
    padding: 8px 22px;
    font-size: 14px
}

@media (min-width: 1200px) {
    .sidebar-shop .widget {
        padding: 30px
    }
}

@media (min-width: 992px) {
    .sidebar-shop .widget {
        margin-bottom: 24px
    }
}

@media (max-width: 1199px) {
    .widget {
        --widget-padding-y: 30px;
        --widget-padding-x: 30px
    }

    .widget_title {
        font-size: 22px;
        margin: -0.12em 0 28px 0
    }

    .author-widget-wrap .name {
        font-size: 22px
    }
}

@media (max-width: 991px) {
    .sidebar-area {
        padding-top: 30px
    }

    .widget {
        --widget-padding-y: 40px;
        --widget-padding-x: 40px
    }
}

@media (max-width: 767px) {
    .widget {
        padding: 30px;
        border-radius: 20px
    }
}

@media (max-width: 330px) {
    .recent-post .post-title {
        font-size: 14px;
        line-height: 24px
    }

    .recent-post .recent-post-meta a {
        font-size: 12px
    }
}

.footer-widget {
    margin-bottom: 50px
}

.footer-widget,
.footer-widget .widget {
    padding: 0;
    border: none;
    padding-bottom: 0;
    background-color: transparent;
    box-shadow: none
}

.footer-widget .form-group>i {
    color: var(--theme-color);
    top: 18px
}

.footer-widget .widget_title {
    max-width: 270px;
    color: var(--white-color);
    font-weight: 500;
    text-transform: capitalize;
    margin: -0.12em 0 40px 0;
    padding: 0 0 20px 0
}

.footer-widget .widget_title:before {
    display: none
}

.footer-widget .widget_title:after {
    border-radius: 10px;
    height: 2px;
    width: 106px;
    background-color: transparent;
    background-image: -webkit-linear-gradient(left, var(--theme-color), transparent);
    background-image: linear-gradient(to right, var(--theme-color), transparent)
}

.footer-widget .widget_title img {
    margin: -7px 10px 0 0
}

.footer-widget.widget_meta ul,
.footer-widget.widget_pages ul,
.footer-widget.widget_archive ul,
.footer-widget.widget_categories ul,
.footer-widget.widget_nav_menu ul {
    margin-top: -4px
}

.footer-widget.widget_meta .menu,
.footer-widget.widget_meta>ul,
.footer-widget.widget_pages .menu,
.footer-widget.widget_pages>ul,
.footer-widget.widget_archive .menu,
.footer-widget.widget_archive>ul,
.footer-widget.widget_categories .menu,
.footer-widget.widget_categories>ul,
.footer-widget.widget_nav_menu .menu,
.footer-widget.widget_nav_menu>ul {
    margin-bottom: -4px
}

.footer-widget.widget_meta a,
.footer-widget.widget_pages a,
.footer-widget.widget_archive a,
.footer-widget.widget_categories a,
.footer-widget.widget_nav_menu a {
    font-size: 16px;
    font-weight: 400;
    padding: 0 0 0 15px;
    margin-bottom: 12px;
    font-family: var(--body-font);
    display: block;
    max-width: 100%;
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    padding-right: 0;
    background-color: transparent;
    border-bottom: none;
    position: relative;
    box-shadow: none
}

.footer-widget.widget_meta a:before,
.footer-widget.widget_pages a:before,
.footer-widget.widget_archive a:before,
.footer-widget.widget_categories a:before,
.footer-widget.widget_nav_menu a:before {
    content: "\f105";
    position: absolute;
    font-weight: 400;
    font-family: var(--icon-font);
    left: 0;
    top: 1px;
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
    font-size: 16px;
    background-color: transparent;
    border: none;
    color: var(--body-color);
    -webkit-transition: 0.4s;
    transition: 0.4s
}

.footer-widget.widget_meta a:after,
.footer-widget.widget_pages a:after,
.footer-widget.widget_archive a:after,
.footer-widget.widget_categories a:after,
.footer-widget.widget_nav_menu a:after {
    display: none
}

.footer-widget.widget_meta a:hover,
.footer-widget.widget_pages a:hover,
.footer-widget.widget_archive a:hover,
.footer-widget.widget_categories a:hover,
.footer-widget.widget_nav_menu a:hover {
    background-color: transparent;
    color: var(--theme-color)
}

.footer-widget.widget_meta a:hover:before,
.footer-widget.widget_pages a:hover:before,
.footer-widget.widget_archive a:hover:before,
.footer-widget.widget_categories a:hover:before,
.footer-widget.widget_nav_menu a:hover:before {
    color: var(--theme-color)
}

.footer-widget.widget_meta li>span,
.footer-widget.widget_pages li>span,
.footer-widget.widget_archive li>span,
.footer-widget.widget_categories li>span,
.footer-widget.widget_nav_menu li>span {
    width: auto;
    height: auto;
    position: relative;
    background-color: transparent;
    color: var(--body-color);
    line-height: 1
}

.footer-widget.widget_meta li:last-child a,
.footer-widget.widget_pages li:last-child a,
.footer-widget.widget_archive li:last-child a,
.footer-widget.widget_categories li:last-child a,
.footer-widget.widget_nav_menu li:last-child a {
    margin-bottom: 0
}

.footer-widget .recent-post {
    max-width: 300px;
    margin-bottom: 20px
}

.footer-widget .recent-post .media-img {
    max-width: 80px
}

.footer-widget .recent-post .media-img:after {
    line-height: 74px
}

.footer-widget .recent-post .post-title {
    color: var(--white-color)
}

.footer-widget .recent-post:last-child {
    margin-bottom: 0;
    padding-bottom: 0;
    border-bottom: 0
}

.footer-widget .recent-post .recent-post-meta {
    margin-top: -0.4em
}

.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)
}

.about-logo {
    margin-bottom: 15px
}

.th-widget-about {
    max-width: 315px;
    margin-bottom: -0.5em
}

.th-widget-about .about-logo {
    margin-bottom: 34px
}

.th-widget-about .about-text {
    margin-bottom: 22px;
    margin-top: -0.5em
}

.footer-text {
    margin-top: -0.5em;
    margin-bottom: 25px
}

.social-box {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center
}

.social-box .social-title {
    font-size: 20px;
    color: var(--white-color);
    font-weight: 600;
    margin-right: 20px;
    margin-bottom: 0
}

.icon-group a {
    color: var(--white-color);
    font-size: 18px;
    margin-right: 17px
}

.icon-group a:last-child {
    margin-right: 0
}

@media (max-width: 1199px) {

    .footer-widget.widget_meta a,
    .footer-widget.widget_pages a,
    .footer-widget.widget_archive a,
    .footer-widget.widget_categories a,
    .footer-widget.widget_nav_menu a {
        margin-bottom: 16px
    }
}

@media (max-width: 767px) {
    .footer-widget .widget_title {
        margin-bottom: 35px
    }

    .th-widget-about .about-text {
        margin-bottom: 20px
    }

    .social-box.mb-30 {
        margin-bottom: 25px
    }
}

.th-header {
    position: relative;
    z-index: 41
}

.th-header .icon-btn {
    border-radius: 99px
}

.th-header .menu-area {
    position: relative;
    z-index: 2
}

.sticky-wrapper {
    -webkit-transition: 0.4s ease-in-out;
    transition: 0.4s ease-in-out
}



@-webkit-keyframes stickyAni {
    0% {
        -webkit-transform: translate3d(0, -40px, 0) scaleY(0.8);
        transform: translate3d(0, -40px, 0) scaleY(0.8);
        opacity: 0.7
    }

    100% {
        -webkit-transform: translate3d(0, 0, 0) scaleY(1);
        transform: translate3d(0, 0, 0) scaleY(1);
        opacity: 1
    }
}

@keyframes stickyAni {
    0% {
        -webkit-transform: translate3d(0, -40px, 0) scaleY(0.8);
        transform: translate3d(0, -40px, 0) scaleY(0.8);
        opacity: 0.7
    }

    100% {
        -webkit-transform: translate3d(0, 0, 0) scaleY(1);
        transform: translate3d(0, 0, 0) scaleY(1);
        opacity: 1
    }
}

.main-menu a {
    display: block;
    position: relative;
    font-weight: 500;
    font-size: 16px;
    font-family: var(--body-font);
    color: var(--title-color);
    text-transform: uppercase
}

.main-menu a:hover {
    color: var(--theme-color)
}

.main-menu>ul>li {
    margin: 0 20px
}

.main-menu>ul>li>a {
    padding: 32px 0
}

.main-menu>ul>li>a:hover {
    color: var(--theme-color)
}

.main-menu ul {
    margin: 0;
    padding: 0
}

.main-menu ul li {
    list-style-type: none;
    display: inline-block;
    position: relative
}

.main-menu ul li.menu-item-has-children>a:after {
    content: "\f107";
    display: inline-block;
    position: relative;
    font-family: var(--icon-font);
    margin-left: 5px;
    font-weight: 600;
    top: 0;
    font-size: 0.9em;
    color: var(--title-color);
    -webkit-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out
}

.main-menu ul li.menu-item-has-children>a:hover:after {
    content: "\f106";
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
    color: var(--theme-color)
}

.main-menu ul li:last-child {
    margin-right: 0 !important
}

.main-menu ul li:first-child {
    margin-left: 0 !important
}

.main-menu ul li:hover>ul.sub-menu {
    visibility: visible;
    opacity: 1;
    -webkit-transform: scaleY(1);
    -ms-transform: scaleY(1);
    transform: scaleY(1);
    z-index: 9
}

.main-menu ul.sub-menu {
    position: absolute;
    text-align: left;
    top: 100%;
    left: 0;
    background-color: var(--white-color);
    visibility: hidden;
    min-width: 230px;
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    padding: 7px;
    left: -14px;
    opacity: 0;
    z-index: -1;
    box-shadow: 0px 4px 15px rgba(1, 15, 28, 0.06);
    border-radius: 0;
    -webkit-transform: scaleY(0);
    -ms-transform: scaleY(0);
    transform: scaleY(0);
    -webkit-transform-origin: top center;
    -ms-transform-origin: top center;
    transform-origin: top center;
    -webkit-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s
}

.main-menu ul.sub-menu a {
    font-size: 16px;
    line-height: 30px
}

.main-menu ul.sub-menu {
    padding: 18px 20px 18px 18px;
    left: -27px
}

.main-menu ul.sub-menu li {
    display: block;
    margin: 0 0;
    padding: 0px 9px
}

.main-menu ul.sub-menu li.menu-item-has-children>a:after {
    content: "\f105";
    float: right;
    top: 1px;
    display: inline-block
}

.main-menu ul.sub-menu li.menu-item-has-children>a:hover:after {
    content: "\f105";
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg)
}

.main-menu ul.sub-menu li a {
    position: relative;
    padding-left: 0;
    text-transform: uppercase
}

.main-menu ul.sub-menu li a:before {
    content: "\f44b";
    position: absolute;
    top: 6px;
    left: 10px;
    font-family: var(--icon-font);
    width: 11px;
    height: 11px;
    text-align: center;
    border-radius: 50%;
    display: inline-block;
    font-size: 1em;
    line-height: 1;
    color: var(--theme-color);
    font-weight: 400;
    opacity: 0;
    visibility: visible;
    -webkit-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out
}

.main-menu ul.sub-menu li a:hover {
    padding-left: 23px
}

.main-menu ul.sub-menu li a:hover:before {
    visibility: visible;
    opacity: 1;
    left: 0
}

.main-menu ul.sub-menu li ul.sub-menu {
    left: 100%;
    right: auto;
    top: 0;
    margin: 0 0;
    margin-left: 20px
}

.main-menu ul.sub-menu li ul.sub-menu li ul {
    left: 100%;
    right: auto
}

@media (max-width: 1500px) {
    .main-menu>ul>li {
        margin: 0 13px
    }
}

.menu-style1>ul>li {
    margin: 0 14px
}

@media (max-width: 1299px) {
    .menu-style1>ul>li {
        margin: 0 10px
    }
}

.menu-style1>ul>li>a {
    padding: 17px 0;
    color: var(--white-color)
}

.menu-style1>ul>li>a:hover {
    color: var(--theme-color2)
}

.menu-style1 ul li.menu-item-has-children>a:after {
    color: var(--white-color)
}

.simple-icon {
    border: none;
    background-color: transparent;
    padding: 0;
    font-size: 24px;
    position: relative
}


.header-button {
    height: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 10px
}


.social-links .social-title {
    font-weight: 500;
    font-size: 16px;
    display: inline-block;
    margin: 0 10px 0 0;
    color: var(--body-color)
}

.social-links a {
    font-size: 14px;
    display: inline-block;
    color: var(--body-color);
    margin: 0 15px 0 0
}

.social-links a:last-child {
    margin-right: 0 !important
}

.social-links a:hover {
    color: var(--theme-color)
}

.header-logo {
    padding-top: 15px;
    padding-bottom: 15px
}

.header-links ul {
    margin: 0;
    padding: 0;
    list-style-type: none
}

.header-links li {
    display: inline-block;
    position: relative;
    font-size: 14px;
    font-weight: 400;
    font-family: var(--body-font)
}

.header-links li:not(:last-child) {
    margin: 0 55px 0 0
}

.header-links li:not(:last-child):after {
    content: '';
    height: 16px;
    width: 1px;
    background-color: var(--white-color);
    position: absolute;
    top: 0px;
    right: -30px;
    margin-top: 5px
}

.header-links li>i {
    margin-right: 11px;
    color: var(--white-color)
}

.header-links li,
.header-links span,
.header-links p,
.header-links a {
    color: var(--light-color)
}

.header-links a:hover {
    color: var(--white-color)
}

.header-links b,
.header-links strong {
    font-weight: 600;
    margin-right: 6px
}

.header-links.social-links li:not(:last-child) {
    margin: 0 35px 0 0
}

.header-links.social-links li:not(:last-child):after {
    right: -20px
}

.header-notice {
    margin: 0
}

.header-top {
    padding: 6px 0;
    background-color: var(--black-color2);
    border-bottom: 1px solid var(--th-border-color6)
}

.dropdown-link {
    position: relative
}

.dropdown-link>a {
    color: var(--body-color)
}

.dropdown-link>a i {
    color: var(--theme-color);
    margin-right: 5px
}

.dropdown-toggle::after {
    content: "\f078";
    border: none;
    font-family: var(--icon-font);
    vertical-align: middle;
    font-weight: 400;
    margin-left: 6px;
    margin-top: -1px
}

.dropdown-menu {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    min-width: auto;
    top: calc(100% + 6px) !important;
    left: 50% !important;
    -webkit-transform: translateX(-50%) !important;
    -ms-transform: translateX(-50%) !important;
    transform: translateX(-50%) !important;
    padding: 8px 20px !important;
    text-align: center;
    border-color: var(--th-border-color)
}

.dropdown-menu li {
    padding-right: 0;
    margin-right: 0
}

.dropdown-menu li:after {
    display: none
}

.dropdown-menu li a {
    display: block;
    font-weight: 400;
    font-size: 14px
}

.dropdown-menu a {
    color: var(--title-color) !important
}

.dropdown-menu a:hover {
    color: var(--theme-color) !important
}

.dropdown-menu:before {
    content: "";
    position: absolute;
    left: 50%;
    top: -7px;
    width: 14px;
    height: 14px;
    margin-left: -7px;
    background-color: var(--white-color);
    z-index: -1;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    border-top: 1px solid var(--th-border-color);
    border-left: 1px solid var(--th-border-color)
}

.header-icons {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    display: flex;
    gap: 15px
}


.menu-expand {
    display: inline-block;
    font-size: 16px;
    font-weight: 700;
    text-transform: uppercase;
    color: var(--white-color);
    background-color: var(--theme-color2);
    padding: 17px 25px;
    width: 100%
}

@media (max-width: 1299px) {
    .menu-expand {
        font-size: 15px
    }
}

.menu-expand i {
    margin-right: 15px
}

.menu-expand:hover {
    color: var(--white-color)
}

@media (max-width: 991px) {
    .header-logo {
        padding-top: 16.5px;
        padding-bottom: 16.5px
    }

    .header-top {
        padding: 12px 0
    }

    .header-default .logo-bg {
        width: 39%
    }
}

@media (max-width: 767px) {
    .header-default .logo-bg {
        width: 49%
    }
}

@media (max-width: 575px) {
    .header-default .header-logo h2 {
        font-size: 36px
    }

    .header-default .header-logo img {
        max-width: 160px
    }

    .header-default .logo-bg {
        width: 57%;
        -webkit-clip-path: polygon(0 0, 100% 0, calc(100% - 40px) 100%, 0% 100%);
        clip-path: polygon(0 0, 100% 0, calc(100% - 40px) 100%, 0% 100%)
    }
}

@media (max-width: 375px) {
    .header-default .logo-bg {
        width: 60%
    }
}

@media (max-width: 360px) {
    .header-default .header-logo img {
        max-width: 130px
    }

    .header-logo {
        padding-top: 20.5px;
        padding-bottom: 20.5px
    }

    .header-logo img {
        max-width: 130px
    }
}

.header-layout2 {
    background: var(--black-color2)
}

.header-layout2 .main-menu>ul>li>a {
    color: var(--white-color);
    padding: 37px 0
}

.header-layout2 .main-menu>ul>li>a:hover {
    color: var(--theme-color)
}

.header-layout2 .main-menu>ul>li.menu-item-has-children>a:after {
    color: var(--white-color)
}

.header-layout2 .main-menu>ul>li.menu-item-has-children>a:hover:after {
    color: var(--theme-color)
}

.header-layout2 .sticky-wrapper.sticky {
    background: var(--black-color2)
}

@media (min-width: 1700px) {
    .header-layout2 {
        --main-container: 1620px
    }
}



@media (max-width: 1500px) {
    .header-layout2 .th-btn {
        display: inline-block
    }
}

@media (max-width: 1299px) {
    .header-layout2 .header-button .th-btn {
        display: none
    }
}

.footer-wrapper {
    --border-color: rgba(255, 255, 255, 0.3);
    --body-color: #AFB8C7;
    position: relative;
    z-index: 2;
    background-color: var(--title-color);
    overflow: hidden
}

.footer-wrapper .social-links a {
    margin: 0 30px 0 0
}

.widget-area {
    padding-top: 100px;
    padding-bottom: 50px
}

.sticky-footer {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%
}

.footer-links ul {
    padding: 0;
    margin: 0
}

.footer-links li {
    font-family: var(--body-font);
    display: inline-block;
    padding-right: 15px;
    margin-right: 10px;
    position: relative
}

.footer-links li:after {
    content: "";
    height: 14px;
    width: 1px;
    background-color: var(--body-color);
    position: absolute;
    top: 50%;
    right: 0;
    margin: -7px 0
}

.footer-links li:last-child {
    margin-right: 0;
    padding-right: 0
}

.footer-links li:last-child:after {
    display: none
}

.footer-links a {
    font-family: inherit;
    color: var(--body-color)
}

.footer-links a:hover {
    color: var(--theme-color)
}

.copyright-wrap {
    padding: 17px 0;
    background-size: 100% auto;
    background-color: var(--black-color5)
}

.copyright-wrap .copyright-text {
    color: var(--white-color)
}

.copyright-wrap .copyright-text a {
    font-size: 18px;
    color: var(--theme-color)
}

.copyright-wrap .copyright-text a:hover {
    color: var(--white-color)
}

.copyright-wrap.bg-title .copyright-text a:hover {
    color: var(--theme-color)
}

.copyright-text {
    margin: 0
}

.copyright-text a {
    color: var(--theme-color)
}

.copyright-text a:hover {
    color: var(--white-color)
}



@media (max-width: 991px) {
    .footer-wrapper .widget-area {
        padding-top: var(--section-space-mobile);
        padding-bottom: 30px
    }

    .copyright-text {
        text-align: center
    }
}

.footer-layout1 {
    padding-top: 200px;
    margin-top: -200px
}

@media (max-width: 1500px) {
    .footer-layout1 .footer-bg-shape1-1 {
        display: none
    }
}

.footer-layout1 .footer-wrap1 {
    padding: 70px 0
}

.footer-layout1 .footer-text {
    max-width: 670px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 35px
}

.footer-layout1 .footer-links {
    border-top: 1px solid var(--title-color);
    border-bottom: 1px solid var(--title-color);
    margin-bottom: 30px
}

.footer-layout1 .footer-links li {
    margin-right: 55px;
    padding: 15px 60px 15px 0
}

.footer-layout1 .footer-links li:last-child {
    margin-right: 0;
    padding-right: 0
}

.footer-layout1 .footer-links li:after {
    height: 100%;
    top: 0;
    background: var(--title-color);
    margin: 0
}

.footer-layout1 .footer-links li a {
    font-size: 16px;
    font-weight: 500;
    font-family: var(--body-font)
}

@media (max-width: 1199px) {
    .footer-layout1 .footer-links li {
        margin-right: 35px;
        padding-right: 40px
    }
}

@media (max-width: 991px) {
    .footer-layout1 .footer-links li {
        margin-right: 25px;
        padding-right: 30px
    }
}

@media (max-width: 767px) {
    .footer-layout1 .footer-links {
        padding: 15px 0
    }

    .footer-layout1 .footer-links ul {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        gap: 10px 25px
    }

    .footer-layout1 .footer-links li {
        margin-right: 0;
        padding: 0
    }

    .footer-layout1 .footer-links li:after {
        display: none
    }
}



.footer-layout1 .copyright-wrap {
    padding: 24.25px 0
}


.footer-contact-wrap {
    margin-bottom: -90px;
    border-radius: 0 0 30px 30px
}

.breadcumb-menu {
    max-width: 100%;
    padding: 0;
    margin: 23px 0 -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: "\f101";
    position: relative;
    margin-left: 6px;
    font-weight: 500;
    font-size: 15px;
    color: var(--white-color);
    font-family: var(--icon-font)
}

.breadcumb-menu li:last-child {
    padding-right: 0;
    margin-right: 0;
    color: var(--white-color)
}

.breadcumb-menu li:last-child:after {
    display: none
}

.breadcumb-menu li,
.breadcumb-menu a,
.breadcumb-menu span {
    white-space: normal;
    word-break: break-word;
    font-weight: 500;
    font-size: 16px;
    color: var(--theme-color);
    text-transform: uppercase
}

.breadcumb-title {
    margin: -0.20em 0 -0.18em 0;
    line-height: 1.1;
    font-weight: 600;
    color: var(--white-color)
}


.breadcumb-title {
    font-size:50px!important
}

.breadcumb-wrapper {
    background-color: var(--gray-color);
    overflow: hidden;
    position: relative;
    z-index: 1
}

.breadcumb-wrapper .breadcumb-content {
    padding: 90px 0
}

.breadcumb-wrapper .breadcumb-shape1 {
    position: absolute;
    right: 0;
    bottom: 0;
    top: 0;
    background: -webkit-linear-gradient(top, var(--theme-color) 0%, rgba(244, 30, 30, 0) 100%);
    background: linear-gradient(180deg, var(--theme-color) 0%, rgba(244, 30, 30, 0) 100%);
    width: 916px;
    -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 19% 100%);
    clip-path: polygon(0 0, 100% 0, 100% 100%, 19% 100%);
    opacity: 0.3;
    z-index: 1
}

.breadcumb-wrapper .breadcumb-shape2 {
    position: absolute;
    right: 320px;
    top: 0;
    bottom: 0;
    width: 450px;
    background: -webkit-linear-gradient(top, var(--theme-color) 0%, rgba(244, 30, 30, 0) 100%);
    background: linear-gradient(180deg, var(--theme-color) 0%, rgba(244, 30, 30, 0) 100%);
    -webkit-transform: skewX(-25deg);
    -ms-transform: skewX(-25deg);
    transform: skewX(-25deg);
    opacity: 0.3;
    z-index: -1
}

.breadcumb-wrapper .breadcumb-shape3 {
    position: absolute;
    right: 135px;
    bottom: 0;
    width: 450px;
    height: 176px;
    background: -webkit-linear-gradient(top, var(--theme-color) 100%, rgba(244, 30, 30, 0) 50%);
    background: linear-gradient(180deg, var(--theme-color) 100%, rgba(244, 30, 30, 0) 50%);
    -webkit-transform: skewX(-25deg);
    -ms-transform: skewX(-25deg);
    transform: skewX(-25deg);
    opacity: 0.3;
    z-index: -1
}

.breadcumb-wrapper .breadcumb-shape4 {
    position: absolute;
    right: 290px;
    bottom: -264px;
    width: 514px;
    height: 514px;
    border-radius: 50%;
    background: var(--theme-color);
    -webkit-filter: blur(250px);
    filter: blur(250px);
    z-index: -1
}

.breadcumb-wrapper .breadcumb-thumb {
    position: relative;
    z-index: 1;
    text-align: end;
    margin: -124px -50px 0px 0
}

@media (max-width: 1500px) {
    .breadcumb-wrapper .breadcumb-shape1 {
        width: 675px;
        -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 30% 100%);
        clip-path: polygon(0 0, 100% 0, 100% 100%, 30% 100%)
    }

    .breadcumb-wrapper .breadcumb-shape2 {
        right: 220px;
        width: 300px
    }

    .breadcumb-wrapper .breadcumb-shape3 {
        right: 120px;
        width: 300px
    }

    .breadcumb-wrapper .breadcumb-shape4 {
        right: 60px
    }

    .breadcumb-wrapper .breadcumb-thumb {
        margin: -124px 0px 0px 0
    }
}

@media (max-width: 1399px) {
    .breadcumb-wrapper .breadcumb-shape1 {
        width: 575px
    }

    .breadcumb-wrapper .breadcumb-shape2 {
        right: 130px;
        width: 310px
    }

    .breadcumb-wrapper .breadcumb-shape3 {
        right: 60px;
        width: 240px
    }

    .breadcumb-wrapper .breadcumb-shape4 {
        right: 0;
        bottom: -120px;
        width: 450px;
        height: 450px
    }
}

@media (max-width: 1199px) {
    .breadcumb-wrapper .breadcumb-content {
        padding: 140px 0
    }

    .breadcumb-menu {
        margin: 25px 0 -0.5em 0
    }

    .breadcumb-menu li,
    .breadcumb-menu a,
    .breadcumb-menu span {
        font-size: 16px
    }
}

@media (max-width: 991px) {
    .breadcumb-wrapper {
        text-align: center
    }

    .breadcumb-wrapper .breadcumb-content {
        padding: 110px 0
    }

    .breadcumb-wrapper .breadcumb-shape1,
    .breadcumb-wrapper .breadcumb-shape2,
    .breadcumb-wrapper .breadcumb-shape3,
    .breadcumb-wrapper .breadcumb-shape4 {
        display: none
    }
}

@media (max-width: 767px) {
    .breadcumb-wrapper .breadcumb-shape1 {
        width: 120px
    }

    .breadcumb-wrapper .breadcumb-shape2 {
        width: 100px
    }
}

@media (max-width: 575px) {
    .breadcumb-wrapper .breadcumb-content {
        padding: 100px 0
    }

    .breadcumb-title {
        font-size: 34px
    }

    .breadcumb-wrapper .breadcumb-shape2,
    .breadcumb-wrapper .breadcumb-shape1 {
        display: none
    }
}


@media (max-width: 575px) {

    blockquote,
    .wp-block-quote {
        padding: 20px 20px 30px
    }

    blockquote:before,
    .wp-block-quote:before {
        right: 30px
    }

}



.mfp-content {
    margin: 1.5rem auto
}

.mfp-content .product-details-img {
    padding-top: 15px
}

.mfp-content .product-about {
    padding-top: 20px;
    padding-bottom: 20px
}

.mfp-content .container {
    position: relative
}

.mfp-content .product-big-img {
    margin-top: 12px;
    margin-bottom: 12px
}

.mfp-fade.mfp-bg {
    opacity: 0;
    -webkit-transition: all 0.15s ease-out;
    transition: all 0.15s ease-out
}

.mfp-fade.mfp-bg.mfp-ready {
    opacity: 0.8
}

.mfp-fade.mfp-bg.mfp-removing {
    opacity: 0
}

.mfp-fade.mfp-wrap .mfp-content {
    opacity: 0;
    -webkit-transition: all 0.4s ease-out;
    transition: all 0.4s ease-out
}

.mfp-fade.mfp-wrap.mfp-ready .mfp-content {
    opacity: 1
}

.mfp-fade.mfp-wrap.mfp-removing .mfp-content {
    opacity: 0
}



.img-magnifier-container {
    position: relative
}

.img-magnifier-glass {
    position: absolute;
    box-shadow: inset 0 10px 18px rgba(0, 0, 0, 0.2);
    border-radius: 50%;
    cursor: none;
    width: 200px;
    height: 200px
}



#additional_information {
    margin-bottom: 40px
}





.select2-container--default .select2-selection--single .select2-selection__arrow b:before {
    content: "\f107";
    font-family: var(--icon-font)
}

.select2-container--default .select2-selection--single .select2-selection__arrow b {
    margin: 0;
    border: none;
    top: 0
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 56px;
    line-height: 56px;
    margin-right: 30px
}

span.select2-selection.select2-selection--single:focus {
    outline: none
}



.contact-wrap1 {
    padding: 55px
}

.contact-wrap1 .sec-title {
    border-bottom: 1px solid var(--theme-color);
    padding-bottom: 28px
}

@media (max-width: 1299px) {
    .contact-wrap1 {
        padding: 40px
    }

    .contact-wrap1 .sec-title {
        font-size: 36px
    }
}

@media (max-width: 1199px) {
    .contact-wrap1 {
        padding: 50px
    }
}

@media (max-width: 575px) {
    .contact-wrap1 {
        padding: 40px
    }

    .contact-wrap1 .sec-title {
        font-size: 30px
    }
}

@media (max-width: 575px) {
    .contact-wrap1 {
        padding: 30px
    }

    .contact-wrap1 .sec-title {
        font-size: 30px
    }
}

.contact-map {
    line-height: 0px;
    max-width: 1520px;
    margin: 0 auto
}

.contact-map iframe {
    width: 100%;
    height: 500px;
    border-radius: 0;
    -webkit-filter: invert(1) grayscale(1) contrast(0.6);
    filter: invert(1) grayscale(1) contrast(0.6)
}

@media (max-width: 1299px) {
    .contact-map iframe {
        height: 458px
    }
}

.contact-map.style2 {
    max-width: 100%;
    padding: 0;
    margin-bottom: -110px
}

.contact-map.style2 iframe {
    border-radius: 0;
    height: 500px;
    -webkit-filter: grayscale(1);
    filter: grayscale(1)
}

@media (max-width: 767px) {
    .contact-map.style2 {
        margin-bottom: -220px
    }
}

.contact-feature {
    border-radius: 0px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 15px
}

.contact-feature:not(:last-child) {
    margin-bottom: 30px
}

.contact-feature .box-icon {
    width: 38px;
    height: 38px;
    line-height: 38px;
    font-size: 18px;
    color: var(--white-color);
    background-color: var(--theme-color);
    border-radius: 0;
    text-align: center;
    position: relative;
    z-index: 1;
    margin: 8px 0 0 8px;
    -webkit-box-flex: 0;
    -webkit-flex: none;
    -ms-flex: none;
    flex: none
}

.contact-feature .box-icon:before,
.contact-feature .box-icon:after {
    content: '';
    position: absolute;
    inset: -8px 8px 8px -8px;
    background: var(--th-border-color3);
    z-index: -2
}

.contact-feature .box-icon:before {
    inset: 0;
    background: var(--theme-color);
    z-index: -1
}

.contact-feature .box-title {
    font-size: 18px;
    font-weight: 500;
    margin-bottom: 3px
}

.contact-feature .box-text {
    line-height: 24px
}

.contact-feature .box-text a {
    max-width: -webkit-fit-content;
    max-width: -moz-fit-content;
    max-width: fit-content;
    color: inherit;
    word-break: break-all
}

.contact-feature .box-text a:hover {
    color: var(--theme-color)
}

.contact-feature2 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    gap: 20px;
    background: var(--white-color);
    border-radius: 30px;
    box-shadow: 0px 6px 30px rgba(0, 0, 0, 0.06);
    padding: 40px
}

.contact-feature2 .box-icon {
    width: 70px;
    height: 70px;
    line-height: 70px;
    border-radius: 16px;
    text-align: center;
    color: var(--white-color);
    font-size: 30px
}

.contact-feature2 .contact-feature_label {
    font-size: 24px;
    font-weight: 500;
    font-family: var(--title-font);
    color: var(--title-color);
    margin-bottom: 0px;
    margin-top: -0.4em
}

.contact-feature2 .contact-feature_link {
    color: var(--body-color);
    display: block
}

.contact-feature2 .media-body {
    margin-bottom: -0.4em
}

@media (max-width: 375px) {
    .contact-feature2 {
        padding: 30px;
        display: block
    }

    .contact-feature2 .box-icon {
        margin-bottom: 25px
    }
}

.contact-page-form-wrap {
    border-radius: 30px;
    overflow: hidden;
    box-shadow: 0px 10px 50px rgba(2, 29, 53, 0.06);
    background: var(--white-color)
}

.contact-page-form-wrap .contact-page-form {
    padding: 60px 0 60px 60px
}

@media (max-width: 1199px) {
    .contact-page-form-wrap .contact-page-form {
        padding: 60px
    }
}

@media (max-width: 575px) {
    .contact-page-form-wrap .contact-page-form {
        padding: 45px 40px 40px
    }
}

@media (max-width: 375px) {
    .contact-page-form-wrap .contact-page-form {
        padding: 35px 30px 30px
    }
}

.about-wrap1 .about-wrap-content {
    margin-top: -0.4em;
    margin-bottom: 30px;
    line-height: 1.625em
}




.about-wrap2 .checklist.style-line li {
    color: var(--light-color)
}

.about-wrap2 .checklist.style-line li::before {
    width: 60px
}

.img-box3 {
    position: relative
}

.img-box3 .img1 {
    width: 100%
}

.img-box3 .img1 img {
    width: 100%
}

.img-box3 .year-counter {
    position: absolute;
    right: 0;
    bottom: 0
}

@media (max-width: 1199px) {
    .img-box3 {
        display: inline-block
    }
}

.year-counter {
    min-width: 217px;
    padding: 30px 25px 26px;
    border-radius: 30px;
    background-color: var(--white-color);
    box-shadow: 0px 0px 30px rgba(0, 0, 0, 0.1);
    position: relative;
    z-index: 3
}

.year-counter:after {
    content: '';
    position: absolute;
    border: 1px solid var(--title-color);
    inset: 8px;
    border-radius: 24px;
    z-index: -1
}

.year-counter .star-icon {
    position: absolute;
    top: 24px;
    right: 24px
}

.year-counter_number {
    font-family: var(--title-font);
    font-size: 30px;
    font-weight: 500;
    color: var(--theme-color);
    margin-bottom: 6px;
    margin-top: -0.1em
}

.year-counter_text {
    color: var(--title-color);
    font-size: 14px;
    font-weight: 700;
    margin-bottom: -0.5em;
    display: block
}

.about-grid {
    border: 1px solid var(--th-border-color);
    border-radius: 20px;
    padding: 10px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 18px
}

.about-grid-number {
    background: var(--theme-color);
    border-radius: 10px;
    width: 45px;
    height: 45px;
    line-height: 45px;
    text-align: center;
    color: var(--white-color);
    font-size: 20px;
    font-weight: 700;
    -webkit-box-flex: 0;
    -webkit-flex: none;
    -ms-flex: none;
    flex: none
}

.about-grid_title {
    font-size: 24px;
    font-weight: 500;
    margin-bottom: 0
}

@media (max-width: 575px) {
    .about-grid .about-grid-number {
        font-size: 18px
    }

    .about-grid .about-grid_title {
        font-size: 20px
    }
}

.th-team {
    position: relative
}

.th-team .team-img {
    position: relative;
    overflow: hidden
}

.th-team .team-img img {
    width: 100%;
    -webkit-transition: 0.4s ease-in-out;
    transition: 0.4s ease-in-out
}

.th-team .team-desig {
    font-size: 14px;
    font-weight: 500;
    display: block;
    margin-bottom: -0.45em;
    -webkit-transition: 0.4s ease-in-out;
    transition: 0.4s ease-in-out;
    color: var(--theme-color)
}

.th-team .th-social {
    -webkit-transition: 0.4s ease-in-out;
    transition: 0.4s ease-in-out
}

.th-team .th-social a {
    --icon-size: 40px;
    background-color: var(--white-color);
    color: var(--theme-color)
}

.th-team .th-social a:hover {
    background-color: var(--theme-color);
    color: var(--white-color)
}

.th-team .box-title {
    margin-bottom: 0
}

.team-card {
    text-align: center
}

.team-card .img-wrap {
    margin-bottom: 30px;
    position: relative;
    z-index: 1;
    padding: 10px
}

.team-card .img-wrap:before {
    content: '';
    position: absolute;
    inset: 0;
    border-radius: 50%;
    border: 2px solid var(--th-border-color);
    z-index: -1;
    -webkit-transition: 0.4s;
    transition: 0.4s
}

.team-card .team-img {
    background: var(--black-color2);
    border-radius: 50%;
    position: relative
}

.team-card .team-img img {
    width: 100%;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    border-radius: 50%;
    -webkit-transition: 0.4s;
    transition: 0.4s
}

.team-card .team-img .hover-img {
    position: absolute;
    inset: 0;
    -webkit-transition: 0.4s;
    transition: 0.4s;
    opacity: 0
}

.team-card .box-title {
    font-size: 30px;
    font-weight: 500;
    margin-bottom: 2px
}

.team-card .box-title a {
    color: var(--title-color)
}

.team-card .box-title a:hover {
    color: var(--theme-color)
}

.team-card .team-desig {
    font-size: 16px;
    font-weight: 400;
    font-family: var(--body-font);
    margin-bottom: -0.4em;
    display: block;
    color: var(--theme-color)
}

.team-card .th-social {
    position: absolute;
    width: auto;
    left: 50%;
    bottom: 10px;
    z-index: 1;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: 0.4s;
    transition: 0.4s;
    -webkit-transform: scaleY(0.5) translate(-50%, 50%);
    -ms-transform: scaleY(0.5) translate(-50%, 50%);
    transform: scaleY(0.5) translate(-50%, 50%);
    z-index: 2;
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
    gap: 10px
}

.team-card .th-social a {
    display: inline-block;
    text-align: center;
    height: 46px;
    width: 46px;
    padding: 0;
    line-height: 46px;
    color: var(--light-color);
    margin: 0;
    background: var(--white-color);
    box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.15);
    border: 0
}

.team-card .th-social a:hover {
    color: var(--white-color);
    background: var(--theme-color)
}

.team-card .th-social a:last-child {
    border-bottom: 0
}

.team-card .team-social-hover_btn {
    position: absolute;
    height: 46px;
    width: 46px;
    line-height: 46px;
    border-radius: 50%;
    background: var(--theme-color);
    left: 50%;
    bottom: 10px;
    text-align: center;
    color: var(--white-color);
    font-size: 18px;
    -webkit-transform: translate(-50%, 50%);
    -ms-transform: translate(-50%, 50%);
    transform: translate(-50%, 50%);
    z-index: 2
}

.team-card .team-social-hover_btn i {
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: 0.4s;
    transition: 0.4s
}

.team-card .team-social-hover_btn i:before {
    -webkit-transition: 0.4s;
    transition: 0.4s
}

.team-card .team-social-hover:hover .team-social-hover_btn {
    opacity: 0
}

.team-card .team-social-hover:hover .th-social {
    opacity: 1;
    visibility: visible;
    -webkit-transform: scaleY(1) translate(-50%, 50%);
    -ms-transform: scaleY(1) translate(-50%, 50%);
    transform: scaleY(1) translate(-50%, 50%)
}

.team-card:hover .img-wrap img {
    -webkit-transform: scale(1.05);
    -ms-transform: scale(1.05);
    transform: scale(1.05)
}

.team-card:hover .img-wrap:before {
    border-color: var(--theme-color)
}

.team-card:hover .team-img .hover-img {
    opacity: 1
}

.team-card.style2 {
    padding: 0;
    background: transparent
}

.team-card.style2 .img-wrap {
    position: relative;
    padding: 0;
    margin-bottom: 0
}

.team-card.style2 .img-wrap:before {
    display: none
}

.team-card.style2 .team-img {
    margin-bottom: -70px;
    border-radius: 0;
    height: 326px;
    position: relative;
    z-index: 1;
    background: transparent
}

.team-card.style2 .team-img:before {
    content: '';
    position: absolute;
    background: var(--black-color);
    border: 0;
    inset: 60px 20px 0;
    z-index: -1;
    border-radius: 200px 200px 0 0
}

.team-card.style2 .team-img img {
    border-radius: 0;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
    width: auto
}

.team-card.style2 .team-card-content {
    padding: 64px 30px 52px;
    -webkit-transition: 0.4s;
    transition: 0.4s;
    position: relative;
    z-index: 1;
    margin-bottom: 20px
}

.team-card.style2 .team-card-content .team-card-bg-shape {
    position: absolute;
    background-size: 100% 100%;
    inset: 0;
    z-index: -1
}

.team-card.style2 .box-title {
    font-size: 30px;
    font-weight: 500
}

.team-card.style2 .box-title a {
    color: var(--white-color)
}

.team-card.style2 .box-title a:hover {
    color: var(--theme-color)
}

.team-card.style2 .team-social-hover_btn {
    bottom: 0;
    border: 4px solid var(--black-color2);
    line-height: 40px
}

.team-card.style2 .th-social {
    bottom: 0
}

.team-card.style2 .th-social a {
    border: 4px solid var(--black-color2);
    line-height: 40px;
    background: var(--title-color);
    color: var(--white-color)
}

.team-card.style2 .th-social a:hover {
    background: var(--theme-color)
}

.team-card.style2:hover .team-card-content {
    border-top-color: var(--theme-color)
}

@media (max-width: 1299px) {
    .team-card.style2 .box-title {
        font-size: 24px
    }
}

.team-shape3-1 {
    opacity: 0.3
}

.team-card.style3 {
    padding: 0;
    background: transparent
}

.team-card.style3 .img-wrap {
    position: relative;
    padding: 0;
    margin-bottom: 0
}

.team-card.style3 .img-wrap:before {
    display: none
}

.team-card.style3 .team-img {
    margin-bottom: -70px;
    border-radius: 0;
    height: 326px;
    position: relative;
    z-index: 1;
    background: transparent
}

.team-card.style3 .team-img:before {
    content: '';
    position: absolute;
    background: var(--black-color);
    border: 0;
    inset: 60px 20px 0;
    z-index: -1;
    border-radius: 200px 200px 0 0
}

.team-card.style3 .team-img img {
    border-radius: 0;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
    width: auto
}

.team-card.style3 .team-card-content {
    padding: 64px 30px 52px;
    -webkit-transition: 0.4s;
    transition: 0.4s;
    position: relative;
    z-index: 1;
    margin-bottom: 20px
}

.team-card.style3 .team-card-content .team-card-bg-shape {
    position: absolute;
    background-size: 100% 100%;
    inset: 0;
    z-index: -1;
    box-shadow: 0px 10px 30px rgba(0, 0, 0, 0.06);
    -webkit-filter: brightness(9);
    filter: brightness(9);
    border-radius: 70px 0 30px 30px
}

.team-card.style3 .box-title {
    font-size: 30px;
    font-weight: 500
}

.team-card.style3 .team-social-hover_btn {
    bottom: 0
}

.team-card.style3 .th-social {
    bottom: 0
}

.team-card.style3 .th-social a {
    color: var(--body-color);
    box-shadow: inset 0px 0px 6px rgba(0, 0, 0, 0.3)
}

.team-card.style3 .th-social a:hover {
    background: var(--theme-color);
    color: var(--white-color)
}

.team-card.style3:hover .team-card-content {
    border-top-color: var(--theme-color)
}

@media (max-width: 1299px) {
    .team-card.style3 .box-title {
        font-size: 24px
    }
}

.about-card-img {
    position: relative;
    border-radius: 30px
}

.about-card-img img {
    border-radius: 30px;
    width: 100%
}

.about-card-img .th-social {
    text-align: center;
    margin-top: -20px
}

.about-card-img .th-social a {
    --icon-size: 40px;
    border-radius: 50%;
    background: var(--white-color);
    box-shadow: 0px 10px 50px rgba(0, 0, 0, 0.08)
}

.about-card-img .th-social a:hover {
    background: var(--theme-color)
}

.about-card_title {
    margin-bottom: 13px
}

.about-card_desig {
    color: var(--theme-color);
    margin-bottom: 25px;
    margin-top: -0.5em
}

.about-card_text {
    margin-bottom: 10px
}

.team-details-about-info .about-contact {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    gap: 5px 60px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.team-details-about-info .about-contact p{
    margin-bottom: 10px
}

.team-details-about-info .about-contact .about-contact-title {
    font-size: 20px;
    font-weight: 500;
    font-family: var(--title-font);
    min-width: 112px;
    margin-bottom: 0
}

.team-details-about-info .about-contact .about-contact-text {
    color: var(--body-color);
    margin-bottom: 0
}

.team-appointment-form {
    background: var(--smoke-color);
    padding: 40px;
    border-radius: 30px
}

@media (max-width: 575px) {
    .team-appointment-form {
        padding: 30px
    }
}


.testi-thumb-slider1 {
    margin-left: -20px
}

@media (max-width: 1199px) {
    .testi-thumb-slider1 {
        margin-left: 0
    }
}

.testi-box-img {
    display: inline-block;
    border: 6px solid var(--white-color)
}

.testi-card {
    position: relative
}

.testi-card_name {
    font-size: 24px;
    font-weight: 500;
    margin-bottom: -0.3em;
    color: var(--theme-color)
}

@media (max-width: 375px) {
    .testi-card_name {
        font-size: 20px
    }
}

.testi-card_desig {
    margin-bottom: 0;
    display: block;
    color: var(--theme-color);
    font-size: 14px
}

.testi-card_text {
    font-size: 20px;
    font-style: italic;
    font-weight: 500;
    font-family: var(--title-font);
    line-height: 30px;
    margin: 0px 0 32px 0;
    color: var(--light-color);
    text-transform: capitalize;
    margin-top: -0.4em
}

@media (max-width: 1299px) {
    .testi-card_text {
        font-size: 18px
    }
}

.testi-slider2 {
    border-radius: 30px;
    border: 1px solid var(--black-color6);
    padding: 80px;
    position: relative;
    background: var(--black-color2)
}

.testi-slider2 .icon-box {
    position: absolute;
    right: 80px;
    bottom: 80px
}

.testi-slider2 .swiper-slide {
    background: var(--black-color2)
}

@media (max-width: 1299px) {
    .testi-slider2 {
        padding: 60px
    }

    .testi-slider2 .icon-box {
        right: 60px;
        bottom: 60px
    }
}

@media (max-width: 767px) {
    .testi-slider2 {
        padding: 40px
    }

    .testi-slider2 .icon-box {
        right: 40px;
        bottom: 40px
    }
}

@media (max-width: 575px) {
    .testi-slider2 {
        padding: 30px
    }

    .testi-slider2 .icon-box {
        position: initial;
        margin-top: 30px
    }
}

.testi-card2 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 80px
}

.testi-card2 .testi-card_img {
    position: relative;
    padding-bottom: 24px;
    -webkit-box-flex: 0;
    -webkit-flex: none;
    -ms-flex: none;
    flex: none
}

.testi-card2 .testi-card_img img {
    border-radius: 50%
}

.testi-card2 .testi-card_img .quote-icon {
    position: absolute;
    left: 13px;
    bottom: 0
}

.testi-card2 .testi-card_img .quote-icon .mask-icon {
    position: absolute;
    inset: 0;
    mix-blend-mode: color;
    background: var(--theme-color)
}

.testi-card2 .testi-card_img .quote-icon img {
    border-radius: 0
}

.testi-card2 .testi-card_text {
    font-size: 30px;
    font-weight: 500;
    font-family: var(--title-font);
    text-transform: capitalize;
    color: var(--white-color);
    line-height: 1.333em;
    margin-top: -0.3em;
    margin-bottom: 65px
}

.testi-card2 .testi-card_name {
    font-size: 24px;
    font-weight: 500;
    color: var(--white-color);
    margin-bottom: -0.3em;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center
}

.testi-card2 .testi-card_desig {
    color: var(--theme-color);
    margin-left: 5px;
    font-size: 24px;
    font-weight: 500
}

@media (max-width: 1299px) {
    .testi-card2 {
        gap: 60px
    }
}

@media (max-width: 1199px) {
    .testi-card2 {
        gap: 40px
    }

    .testi-card2 .testi-card_text {
        font-size: 24px
    }

    .testi-card2 .testi-card_name {
        font-size: 20px
    }

    .testi-card2 .testi-card_desig {
        font-size: 20px
    }
}

@media (max-width: 991px) {
    .testi-card2 {
        display: block
    }

    .testi-card2 .testi-card_img {
        margin-bottom: 40px
    }
}

@media (max-width: 575px) {
    .testi-card2 .testi-card_text {
        font-size: 18px;
        line-height: normal;
        margin-bottom: 40px
    }

    .testi-card2 .testi-card_name {
        font-size: 16px;
        margin-bottom: 0
    }

    .testi-card2 .testi-card_desig {
        font-size: 16px
    }
}

@media (max-width: 1500px) {
    .testimonial-bg-shape3-1 {
        display: none
    }
}

.testi-thumb3 {
    margin-left: -345px
}

@media (max-width: 1500px) {
    .testi-thumb3 {
        margin-left: -325px
    }
}

@media (max-width: 1399px) {
    .testi-thumb3 {
        display: none
    }
}

.testimonial-slider3 {
    height: 654px;
    position: relative;
    padding: 0 0 337px
}

@media (max-width: 1399px) {
    .testimonial-slider3 {
        padding: 0;
        height: auto
    }
}

.counter-card {
    text-align: center
}

.counter-card .box-number {
    font-size: 84px;
    color: var(--white-color);
    font-weight: 600;
    margin-bottom: 2px;
    margin-top: -0.3em
}

.counter-card .box-number .counter-number {
    color: var(--white-color)
}

.counter-card .box-number .counter-sign {
    font-weight: 300
}

.counter-card .box-text {
    font-weight: 400;
    color: var(--light-color)
}

@media (max-width: 1199px) {
    .counter-card-wrap .divider {
        height: 90px;
        border: 1px solid var(--black-color6)
    }

    .counter-card .box-number {
        font-size: 60px
    }
}

@media (max-width: 991px) {
    .counter-card .box-number {
        font-size: 40px
    }
}

@media (max-width: 767px) {
    .counter-card {
        -webkit-box-flex: 50%;
        -webkit-flex: 50%;
        -ms-flex: 50%;
        flex: 50%;
        padding-left: 10px;
        padding-right: 10px
    }

    .counter-card-wrap {
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        position: relative
    }

    .counter-card-wrap .divider {
        display: none
    }

    .counter-card:nth-child(1),
    .counter-card:nth-child(3) {
        padding-bottom: 50px
    }
}

@media (max-width: 375px) {
    .counter-card .box-text {
        font-size: 14px
    }
}

.counter-card-wrap2 {
    border-bottom: 1px solid var(--th-border-color);
    border-left: 1px solid var(--th-border-color);
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

@media (max-width: 991px) {
    .counter-card-wrap2 {
        border-bottom: 0
    }
}

.counter-card.style2 {
    text-align: center;
    padding: 106px 25px;
    width: 25%;
    border-right: 1px solid var(--th-border-color)
}

.counter-card.style2 .box-number {
    color: var(--title-color);
    font-size: 80px
}

.counter-card.style2 .box-number .counter-number {
    color: var(--title-color)
}

.counter-card.style2 .box-text {
    color: var(--body-color);
    font-size: 18px;
    font-family: var(--title-font)
}

@media (max-width: 1199px) {
    .counter-card.style2 .box-number {
        font-size: 60px
    }
}

@media (max-width: 991px) {
    .counter-card.style2 {
        width: 50%;
        border-bottom: 1px solid var(--th-border-color);
        padding: 80px 25px
    }

    .counter-card.style2 .box-number {
        font-size: 50px
    }
}

@media (max-width: 767px) {
    .counter-card.style2 {
        padding: 60px 25px
    }

    .counter-card.style2 .box-number {
        font-size: 40px
    }
}

@media (max-width: 575px) {
    .counter-card.style2 {
        width: 100%;
        -webkit-box-flex: 1;
        -webkit-flex: auto;
        -ms-flex: auto;
        flex: auto
    }
}

.counter-card-wrap3 {
    border-top: 1px solid var(--th-border-color);
    border-bottom: 1px solid var(--th-border-color);
    border-left: 1px solid var(--th-border-color);
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

@media (max-width: 991px) {
    .counter-card-wrap3 {
        border-bottom: 0
    }
}

.checklist ul {
    padding-left: 0;
    list-style: none;
    text-align: left;
    margin-bottom: 0
}


.checklist li {
    color: var(--title-color);
    font-weight: 500;
    font-family: var(--title-font);
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 12px;
    line-height: 1
}

.checklist li>i {
    color: var(--theme-color)
}

.checklist li:not(:last-child) {
    margin-bottom: 17px
}

@media (max-width: 1199px) {
    .checklist.mb-45 {
        margin-bottom: 40px
    }
}

.checklist.style2 li {
    font-size: 16px;
    font-weight: 500;
    color: var(--title-color);
    gap: 12px;
    line-height: initial;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative
}

.checklist.style2 li span{font-weight: normal;}
.checklist.style2 li:before {
    content: url(../img/icon/dumbbell_icon.svg);
    position: relative;
    line-height: 1
}

.checklist.style2 li:not(:last-child) {
    margin-bottom: 18px
}


.mega-hover {
    position: relative;
    overflow: hidden;
    z-index: 2
}

.mega-hover:after,
.mega-hover:before {
    content: "";
    position: absolute;
    pointer-events: none;
    opacity: 1;
    z-index: -1
}

.mega-hover:before {
    top: 0;
    right: 51%;
    bottom: 0;
    left: 50%;
    background: rgba(255, 255, 255, 0.2)
}

.mega-hover:after {
    top: 50%;
    right: 0;
    bottom: 50%;
    left: 0;
    background: rgba(255, 255, 255, 0.3)
}

.mega-hover:hover:before {
    left: 0;
    right: 0;
    opacity: 0;
    -webkit-transition: all 900ms linear;
    transition: all 900ms linear
}

.mega-hover:hover:after {
    top: 0;
    bottom: 0;
    opacity: 0;
    -webkit-transition: all 900ms linear;
    transition: all 900ms linear
}

.bg-img {
    position: absolute;
    inset: 0;
    height: 100%;
    width: 100%
}

.bg-img img {
    width: 100%;
    height: 100%
}

.th-video {
    position: relative;
    border-radius: 10px
}

.th-video img {
    border-radius: inherit
}

.th-video .play-btn {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%)
}

.rounded-10 {
    border-radius: 10px
}

.rounded-20 {
    border-radius: 20px
}

@media (max-width: 767px) {
    .rounded-20 {
        border-radius: 10px
    }
}

.btn-wrap {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 20px 30px
}

.btn-wrap.style2 {
    gap: 20px 40px
}


@media (max-width: 1199px) {
    p.mb-40 {
        margin-bottom: 35px
    }

    p.mb-45 {
        margin-bottom: 38px
    }
}

.modal-backdrop.show {
    opacity: .7;
    z-index: 99
}

.modal {
    z-index: 999;
    padding-right: 0 !important
}


.why-img-box {
    position: relative;
    padding-top: 70px;
    padding-right: 100px;
    margin-right: -30px;
    margin-left: -20px
}

.why-img-box .img1 img {
    width: 100%
}

.why-img-box .img2 {
    position: absolute;
    right: 0;
    top: 0;
    background: var(--white-color);
    -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 42px calc(100% - 70px));
    clip-path: polygon(0 0, 100% 0, 100% 100%, 42px calc(100% - 70px))
}

.why-img-box .img2 img {
    -webkit-clip-path: polygon(10px 0, 100% 0, 100% calc(100% - 10px), 52px calc(100% - 80px));
    clip-path: polygon(10px 0, 100% 0, 100% calc(100% - 10px), 52px calc(100% - 80px))
}

@media (max-width: 1399px) {
    .why-img-box {
        margin-right: 0
    }
}

@media (max-width: 1299px) {
    .why-img-box {
        margin-left: 0
    }
}

@media (max-width: 575px) {
    .why-img-box {
        padding: 0
    }

    .why-img-box .img2 {
        position: initial;
        margin-top: 20px;
        -webkit-clip-path: none;
        clip-path: none
    }

    .why-img-box .img2 img {
        width: 100%;
        -webkit-clip-path: none;
        clip-path: none
    }
}

.why-wrap2 .why-wrap-content {
    padding: 80px 0
}

@media (max-width: 1199px) {
    .why-wrap2 .why-wrap-content {
        padding: 60px 0 120px
    }
}

@media (max-width: 991px) {
    .why-wrap2 .why-wrap-content {
        padding: 60px 0 80px
    }
}

@media (max-width: 1500px) {
    .why-bg-shape3-1 {
        display: none
    }
}

.wcu-slide-image {
    position: relative;
    height: 100%;
    height: 470px;
    border: none;
    background-color: transparent;
    overflow: hidden;
    border-radius: 30px
}

.wcu-slide-image .img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-repeat: no-repeat
}

.wcu-slide-image .slider {
    position: absolute;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    width: 100%;
    height: 100%;
    background: transparent;
    outline: none;
    margin: 0;
    padding: 0;
    border: none;
    -webkit-transition: all .2s;
    transition: all .2s;
    text-align: center
}

.wcu-slide-image .slider::-webkit-slider-thumb {
    -webkit-appearance: none;
    appearance: none;
    width: 2px;
    height: 600px;
    background: var(--white-color);
    cursor: pointer
}

.wcu-slide-image .slider::-moz-range-thumb {
    width: 2px;
    height: 600px;
    background: var(--white-color);
    cursor: pointer
}

.wcu-slide-image .foreground-img {
    background-position: left center;
    width: 50%
}

.wcu-slide-image .slider-button {
    pointer-events: none;
    position: absolute;
    width: 80px;
    height: 80px;
    border-radius: 50%;
    left: calc(50% - 43px);
    top: calc(50% - 40px);
    text-align: center;
    background: rgba(255, 255, 255, 0.5);
    border: 2px solid var(--white-color);
    -webkit-backdrop-filter: blur(10px);
    backdrop-filter: blur(10px)
}

.wcu-slide-image .slider-button:after {
    content: '';
    display: inline-block;
    width: 12px;
    height: 20px;
    border-right: solid 10px var(--title-color);
    border-bottom: solid 10px transparent;
    border-top: solid 10px transparent;
    position: absolute;
    left: 13px;
    top: 50%;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%)
}

.wcu-slide-image .slider-button:before {
    content: '';
    display: inline-block;
    width: 12px;
    height: 20px;
    border-left: solid 10px var(--title-color);
    border-bottom: solid 10px transparent;
    border-top: solid 10px transparent;
    position: absolute;
    right: 13px;
    top: 50%;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%)
}

@media (max-width: 575px) {
    .wcu-slide-image {
        height: 300px
    }
}

.faq-contact-form {
    padding: 60px;
    border-radius: 30px;
    box-shadow: 0px 6px 50px rgba(0, 0, 0, 0.06);
    background: var(--white-color)
}

@media (max-width: 767px) {
    .faq-contact-form {
        padding: 40px
    }
}

@media (max-width: 575px) {
    .faq-contact-form {
        padding: 30px
    }
}

.service-tab-btn.tab-menu1 {
    gap: 15px
}

.service-tab-btn.tab-menu1 .tab-btn {
    width: 100%;
    border-radius: 0;
    border: 0;
    background: var(--th-border-color);
    font-size: 20px;
    font-weight: 500;
    font-family: var(--title-font);
    position: relative;
    padding: 30px 20px
}

.service-tab-btn.tab-menu1 .tab-btn .active-shape {
    position: absolute;
    right: 8px;
    top: 15px;
    -webkit-transform: translate(100%, 0);
    -ms-transform: translate(100%, 0);
    transform: translate(100%, 0);
    color: var(--theme-color);
    -webkit-transition: 0.4s;
    transition: 0.4s;
    opacity: 0;
    z-index: 2
}

.service-tab-btn.tab-menu1 .tab-btn.active .active-shape {
    opacity: 1
}

@media (max-width: 1199px) {
    .service-tab-btn.tab-menu1 .tab-btn {
        width: auto;
        padding: 15px 30px;
        font-size: 18px
    }

    .service-tab-btn.tab-menu1 .tab-btn .active-shape {
        display: none
    }
}

@media (max-width: 575px) {
    .service-tab-btn.tab-menu1 .tab-btn {
        width: 100%;
        font-size: 16px
    }
}

.service-card-wrap1 {
    background: var(--black-color2);
    position: relative;
    padding: 72px 40px;
    z-index: 1
}

.service-card-wrap1 .service-bg-shape {
    position: absolute;
    right: 0;
    top: 0;
    z-index: -1
}

.service-card-wrap1 .service-shadow-icon {
    position: absolute;
    top: 20px;
    right: 40px;
    z-index: -1
}

.service-card-wrap1 .box-img {
    height: 100%
}

.service-card-wrap1 .box-img img {
    height: 100%;
    object-fit: cover
}

.service-card {
    position: relative;
    background-color: transparent;
    padding: 0
}

.service-card .box-icon {
    width: 77px;
    height: 77px;
    line-height: 77px;
    text-align: center;
    margin: 10px 0 40px 10px;
    position: relative;
    z-index: 1
}

.service-card .box-icon:before,
.service-card .box-icon:after {
    content: '';
    position: absolute;
    background: var(--theme-color);
    inset: 0;
    z-index: -1
}

.service-card .box-icon:after {
    z-index: -2;
    inset: -10px 10px 10px -10px;
    background: #383D46
}

.service-card .box-title {
    margin-bottom: 20px;
    font-size: 36px;
    font-weight: 500;
    color: var(--white-color)
}

.service-card .box-text {
    margin-bottom: 32px;
    color: var(--light-color);
    max-width: 350px;
    line-height: 1.625em
}

.service-card .author-wrap {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    border-top: 1px solid #383D46;
    border-bottom: 1px solid #383D46;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-bottom: 40px
}

.service-card .author-wrap .author-wrap-content {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    gap: 10px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center
}

.service-card .author-wrap .author-wrap-content .author-thumb {
    -webkit-box-flex: 0;
    -webkit-flex: none;
    -ms-flex: none;
    flex: none;
    width: 40px;
    height: 40px
}

.service-card .author-wrap .author-wrap-content .author-name {
    font-size: 18px;
    font-weight: 500;
    margin-bottom: 0
}

.service-card .author-wrap .author-wrap-content .author-name a {
    color: var(--white-color)
}

.service-card .author-wrap .author-wrap-content .author-name a:hover {
    color: var(--theme-color)
}

.service-card .author-wrap .author-wrap-content .desig {
    font-size: 12px;
    margin-bottom: 0;
    color: var(--light-color)
}

.service-card .author-wrap .author-wrap-contact {
    border-left: 1px solid #383D46;
    margin-left: 27px;
    padding: 5px 0 5px 27px
}

.service-card .author-wrap .author-wrap-contact .contact-text {
    font-size: 12px;
    font-weight: 400;
    color: var(--light-color);
    margin-bottom: 0
}

.service-card .author-wrap .author-wrap-contact .contact-link {
    font-size: 18px;
    font-weight: 500;
    color: var(--white-color)
}

.service-card .author-wrap .author-wrap-contact .contact-link:hover {
    color: var(--theme-color)
}

@media (max-width: 991px) {
    .service-card .box-text {
        max-width: none
    }
}

@media (max-width: 575px) {
    .service-card .box-title {
        font-size: 24px
    }

    .service-card .author-wrap {
        display: block
    }

    .service-card .author-wrap .author-wrap-content {
        padding: 10px 0
    }

    .service-card .author-wrap .author-wrap-contact {
        padding-left: 0;
        margin-left: 0;
        border-left: 0;
        border-top: 1px solid #383D46
    }
}

.service-card2 {
    background: var(--title-color);
    padding: 0px 30px 30px;
    border-radius: 30px;
    position: relative;
    margin-top: 40px;
    z-index: 1
}

.service-card2 .box-shape {
    position: absolute;
    left: 0;
    top: 0;
    z-index: -1
}

.service-card2 .box-shape svg {
    color: var(--black-color6);
    -webkit-transition: 0.4s;
    transition: 0.4s
}

.service-card2 .service-card-icon {
    width: 80px;
    height: 80px;
    line-height: 70px;
    background: var(--black-color6);
    border-radius: 50%;
    border: 5px solid var(--black-color2);
    text-align: center;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
    -webkit-transition: 0.4s;
    transition: 0.4s;
    margin-bottom: -40px
}

.service-card2 .service-card-icon img {
    -webkit-transition: 0.4s;
    transition: 0.4s
}

.service-card2 .box-title {
    font-size: 24px;
    font-weight: 500;
    margin-bottom: 13px;
    margin-top: 23px
}

.service-card2 .box-title a {
    color: var(--white-color)
}

.service-card2 .box-title a:hover {
    color: var(--theme-color)
}

.service-card2 .box-text {
    color: var(--light-color);
    margin-bottom: 13px;
    max-width: 225px
}

.service-card2:hover .box-shape svg {
    color: var(--theme-color)
}

.service-card2:hover .service-card-icon {
    background: var(--theme-color)
}

.service-card2:hover .service-card-icon img {
    -webkit-transform: rotateY(180deg);
    transform: rotateY(180deg)
}

.service-card2:hover .box-img {
    opacity: 1
}

@media (max-width: 1299px) {
    .service-card2 .box-title {
        font-size: 20px
    }
}

.service-card2.style2 {
    background: var(--white-color);
    box-shadow: 0px 6px 30px rgba(0, 0, 0, 0.06);
    -webkit-transition: 0.4s;
    transition: 0.4s
}

.service-card2.style2 .service-card-icon {
    border-color: var(--white-color);
    background: var(--theme-color)
}

.service-card2.style2 .box-shape svg {
    color: var(--theme-color)
}

.service-card2.style2 .box-title a {
    color: var(--title-color)
}

.service-card2.style2 .box-text {
    color: var(--body-color);
    -webkit-transition: 0.4s;
    transition: 0.4s
}

.service-card2.style2:hover {
    background: var(--theme-color)
}

.service-card2.style2:hover .service-card-icon {
    background: var(--title-color)
}

.service-card2.style2:hover .box-shape svg {
    color: var(--title-color)
}

.service-card2.style2:hover .box-title a {
    color: var(--white-color)
}

.service-card2.style2:hover .box-title a:hover {
    color: var(--title-color)
}

.service-card2.style2:hover .box-text {
    color: var(--white-color)
}


.service-card4 {
    background: var(--smoke-color);
    border-radius: 30px;
    padding: 40px;
    position: relative;
    overflow: hidden;
    z-index: 1;
    -webkit-transition: 0.4s;
    transition: 0.4s;
    min-height: 480px;
}

.service-card4 .service-card-bg-shape {
    position: absolute;
    top: 0;
    right: 0;
    opacity: 0.04;
    z-index: -1;
    -webkit-transition: 0.4s;
    transition: 0.4s
}

.service-card4 .service-card-icon {
    box-shadow: 0px 6px 20px rgba(0, 0, 0, 0.08);
    border-radius: 10px;
    height: 100px;
    width: 100px;
    line-height: 100px;
    text-align: center;
    background: var(--white-color);
    margin-bottom: 40px;
    -webkit-transition: 0.4s;
    transition: 0.4s
}

.service-card4 .service-card-icon img {
    -webkit-transition: 0.4s;
    transition: 0.4s
}

.service-card4 .box-title {
    font-size: 30px;
    font-weight: 500
}

.service-card4 .box-text {
    margin-bottom: 14px;
    -webkit-transition: 0.4s;
    transition: 0.4s
}

.service-card4:hover {
    background: var(--black-color2)
}

.service-card4:hover .service-card-bg-shape {
    opacity: 1
}

.service-card4:hover .service-card-icon {
    background: var(--theme-color)
}

.service-card4:hover .service-card-icon img {
    -webkit-filter: brightness(9);
    filter: brightness(9);
    -webkit-transform: rotateY(180deg);
    transform: rotateY(180deg)
}

.service-card4:hover .box-title a {
    color: var(--white-color)
}

.service-card4:hover .box-title a:hover {
    color: var(--theme-color)
}

.service-card4:hover .box-text {
    color: var(--light-color)
}


@media (max-width: 1299px) {
    .service-card4 .box-title {
        font-size: 24px
    }
}

@media (max-width: 375px) {
    .service-card4 {
        padding: 35px
    }

    .service-card4 .service-card-icon {
        margin-bottom: 30px
    }
}

.page-title {
    margin-bottom: 20px
}

.page-img {
    margin-bottom: 40px;
    overflow: hidden;
    border-radius: 30px
}

.page-img img {
    width: 100%
}

@media (max-width: 767px) {
    .page-img {
        border-radius: 10px
    }
}

.page-single {
    margin-bottom: 30px
}



.process-line1-1 {
    text-align: center;
    position: absolute;
    width: 100%
}

.process-card {
    position: relative;
    z-index: 2;
    text-align: center
}

.process-card .process-card-thumb {
    display: inline-block;
    position: relative;
    z-index: 1;
    margin-bottom: 20px
}

.process-card .process-card-thumb::after {
    content: '';
    position: absolute;
    inset: -7px;
    background: var(--th-border-color);
    z-index: -1;
    -webkit-transition: 0.4s;
    transition: 0.4s
}

.process-card .process-card-thumb img {
    width: 250px;
    height: 250px;
    object-fit: cover
}

.process-card .box-content {
    padding: 0;
    margin: 30px 0 0;
    position: relative
}

.process-card .box-number {
    text-transform: uppercase;
    background: transparent;
    position: absolute;
    color: var(--white-color);
    font-size: 12px;
    font-weight: 400;
    font-family: var(--body-font);
    z-index: 1;
    left: 50%;
    bottom: 0;
    -webkit-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
    -webkit-transition: 0.4s;
    transition: 0.4s;
    margin-bottom: 0;
    padding: 12px 20px 10px;
    line-height: 1
}

.process-card .box-number .bg-shape {
    position: absolute;
    inset: 0;
    color: var(--theme-color);
    z-index: -1
}

.process-card .box-title {
    margin-bottom: 11px;
    font-size: 30px;
    font-weight: 500
}

.process-card .box-text {
    max-width: 330px;
    margin-left: auto;
    margin-right: auto
}

.process-card:hover .process-card-thumb:after {
    background: var(--theme-color)
}

.process-card:hover .box-content:after {
    border-color: var(--theme-color2)
}



.appointment-page-form {
    border-radius: 30px;
    padding: 60px
}

@media (max-width: 767px) {
    .appointment-page-form {
        padding: 40px
    }
}

@media (max-width: 575px) {
    .appointment-page-form {
        padding: 30px 20px
    }
}

.video-box1 {
    position: relative
}

.video-box1 .play-btn {
    --icon-size: 100px;
    --icon-font-size: 30px;
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%)
}

@media (max-width: 767px) {
    .video-box1 .play-btn {
        --icon-size: 80px;
        --icon-font-size: 24px
    }
}

@media (max-width: 575px) {
    .video-box1 .play-btn {
        --icon-size: 60px;
        --icon-font-size: 20px
    }
}

.video-box1.style2 img {
    border-radius: 30px;
    width: 100%
}

.video-box1.style2 .video-text {
    font-size: 84px;
    font-weight: 600;
    font-family: var(--title-font);
    color: var(--white-color);
    opacity: 0.2;
    position: absolute;
    right: 30px;
    top: 5px
}

@media (max-width: 1199px) {
    .video-box1.style2 .video-text {
        font-size: 60px
    }
}

@media (max-width: 991px) {
    .video-box1.style2 .video-text {
        font-size: 40px
    }
}

@media (max-width: 575px) {
    .video-box1.style2 .video-text {
        font-size: 30px
    }
}

.client-area-1 {
    padding-bottom: 538px
}

@media (max-width: 991px) {
    .client-area-1 {
        padding-bottom: 498px
    }
}

.client-slider1 {
    border-bottom: 1px solid #B7B7B7
}

.client-slider1 .swiper-slide {
    border-right: 1px solid #B7B7B7
}

.client-card {
    text-align: center;
    padding: 70px 0;
    display: block
}

.tab-menu1 {
    gap: 10px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center
}

.tab-menu1 .tab-btn {
    font-size: 14px;
    padding: 4px 12px;
    background-color: var(--smoke-color2);
    border: 1px solid var(--th-border-color);
    border-radius: 6px
}

.tab-menu1 .tab-btn.active {
    background-color: var(--theme-color);
    border-color: var(--theme-color);
    color: var(--white-color)
}



.marquee-slider1 {
    margin: 0 -50px
}

.marquee-slider1 .swiper-wrapper {
    -webkit-transition-timing-function: linear;
    transition-timing-function: linear
}

.marquee-slider1 .swiper-slide {
    width: auto
}

.marquee-card {
    margin-bottom: 0;
    padding: 17px 0;
    display: inline-block
}

.marquee-card a {
    font-size: 30px;
    font-weight: 600;
    font-family: var(--title-font);
    color: var(--white-color);
    display: inline-block;
    line-height: 1;
    text-transform: uppercase;
}

@media (max-width: 1199px) {
    .marquee-card {
        padding: 25px 0
    }

    .marquee-card a {
        font-size: 50px
    }
}

@media (max-width: 767px) {
    .marquee-card a {
        font-size: 40px;
        letter-spacing: 0.2em
    }
}

@media (max-width: 575px) {
    .marquee-card {
        padding: 25px 0 20px
    }

    .marquee-card a {
        font-size: 24px;
        letter-spacing: 0.2em
    }
}

.marquee-slider2 {
    margin: 50px -5px
}

.marquee-slider2 .swiper-wrapper {
    -webkit-transition-timing-function: linear;
    transition-timing-function: linear
}

.marquee-slider2 .swiper-slide {
    width: auto
}

@media (min-width: 1922px) {
    .marquee-slider2 {
        margin: 70px -5px
    }
}

@media (max-width: 1500px) {
    .marquee-slider2 {
        margin: 38px -5px
    }
}

@media (max-width: 1299px) {
    .marquee-slider2 {
        margin: 31px -5px
    }
}

@media (max-width: 1199px) {
    .marquee-slider2 {
        margin: 27px -5px
    }
}

@media (max-width: 991px) {
    .marquee-slider2 {
        margin: 21px -5px
    }
}

@media (max-width: 767px) {
    .marquee-slider2 {
        margin: 16px -5px
    }
}

@media (max-width: 575px) {
    .marquee-slider2 {
        margin: 11px -5px
    }
}

.class-card {
    border-radius: 30px;
    background: var(--black-color2);
    padding: 30px 30px 10px ;
    text-align: center;
    position: relative;
    z-index: 1;
    margin-bottom: 28px
}

.class-card:before,
.class-card:after {
    content: '';
    position: absolute;
    inset: 0;
    border-radius: 30px;
    background: -webkit-linear-gradient(transparent, var(--th-border-color5));
    background: linear-gradient(transparent, var(--th-border-color5));
    z-index: -2;
    -webkit-transition: 0.4s;
    transition: 0.4s
}

.class-card:before {
    background: var(--black-color2);
    inset: 1px;
    z-index: -1
}

.class-card_img {
    border-radius: 15px;
    overflow: hidden;
    margin-bottom: 30px
}

.class-card_img img {
    width: 100%;
    -webkit-transition: 0.4s;
    transition: 0.4s
}

.class-card .box-title {
    font-weight: 500;
    margin-bottom: 5px
}

.class-card .box-title a {
    color: var(--white-color)
}

.class-card .box-title a:hover {
    color: var(--theme-color)
}

.class-card .class-card_text {
    color: var(--light-color)
}

.class-card .btn-wrap {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-transform: translate(0, 50%);
    -ms-transform: translate(0, 50%);
    transform: translate(0, 50%);
    margin-top: -24px
}

.class-card .icon-btn {
    border-radius: 50%;
    background: var(--th-border-color5);
    border-color: var(--th-border-color5);
    color: var(--white-color);
    position: relative
}

.class-card .icon-btn:after {
    content: '';
    position: absolute;
    inset: -10px -10px 50%;
    background: var(--black-color2);
    z-index: -1;
    border-radius: 50% 50% 0 0/100% 100% 0 0;
    border: 1px solid var(--th-border-color5);
    border-bottom: 0
}

.class-card .icon-btn:hover {
    background: var(--theme-color);
    border-color: var(--theme-color)
}

.class-card:hover:after {
    background: -webkit-linear-gradient(transparent, var(--theme-color));
    background: linear-gradient(transparent, var(--theme-color))
}

.class-card:hover .class-card_img img {
    -webkit-transform: scale(1.05);
    -ms-transform: scale(1.05);
    transform: scale(1.05)
}

.class-card:hover .icon-btn:after {
    border-color: var(--theme-color)
}

.class-area-2 {
    padding-bottom: 30px
}

.class-bg-shape {
    position: absolute;
    inset: 0
}

.class-slider2 {
    padding: 0 130px
}

@media (max-width: 575px) {
    .class-slider2 {
        padding: 0;
        margin: 0 15px
    }

}


.gallery-card .box-img {
    border-radius: 30px;
    overflow: hidden
}

.gallery-card .box-img img {
    width: 100%
}

.gallery-card .box-content {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-top: 25px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-transition: 0.4s;
    transition: 0.4s;
    opacity: 0;
    visibility: hidden
}

.gallery-card .box-subtitle {
    font-size: 14px;
    font-weight: 400;
    color: var(--theme-color)
}

.gallery-card .box-title {
    font-size: 30px;
    font-weight: 500;
    margin-bottom: 0
}

.gallery-card .box-title a {
    color: var(--white-color)
}

.gallery-card .box-title a:hover {
    color: var(--theme-color)
}

.gallery-card .box-number {
    font-size: 64px;
    font-family: var(--title-font);
    font-weight: 400;
    color: transparent;
    -webkit-text-stroke: 1px var(--th-border-color3)
}

@media (max-width: 575px) {
    .gallery-card .box-title {
        font-size: 24px
    }

    .gallery-card .box-number {
        font-size: 50px
    }
}

@media (max-width: 375px) {
    .gallery-card .box-title {
        font-size: 20px
    }
}

.gallery-card2 {
    position: relative;
    border-radius: 30px;
    overflow: hidden
}

.gallery-card2:after {
    content: '';
    position: absolute;
    inset: 40px;
    background: rgba(30, 164, 244, 0.15);
    border: 1px solid rgba(30, 84, 244, 0.5);
    -webkit-backdrop-filter: blur(8.1px);
    backdrop-filter: blur(8.1px);
    border-radius: 20px;
    -webkit-transition: 0.4s;
    transition: 0.4s;
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0)
}

.gallery-card2 .gallery-img img {
    width: 100%
}

.gallery-card2 .icon-btn {
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -20%);
    -ms-transform: translate(-50%, -20%);
    transform: translate(-50%, -20%);
    border-radius: 50%;
    background: var(--theme-color);
    border: 0;
    color: var(--white-color);
    z-index: 1;
    opacity: 0
}

.gallery-card2:hover:after {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1)
}

.gallery-card2:hover .icon-btn {
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    opacity: 1
}

.px-5 {
    padding-right: 5px;
    padding-left: 5px
}

.px-10 {
    padding-right: 10px;
    padding-left: 10px
}

.px-15 {
    padding-right: 15px;
    padding-left: 15px
}

.px-20 {
    padding-right: 20px;
    padding-left: 20px
}

.px-25 {
    padding-right: 25px;
    padding-left: 25px
}

.px-30 {
    padding-right: 30px;
    padding-left: 30px
}

.px-35 {
    padding-right: 35px;
    padding-left: 35px
}

.px-40 {
    padding-right: 40px;
    padding-left: 40px
}

.px-45 {
    padding-right: 45px;
    padding-left: 45px
}

.px-50 {
    padding-right: 50px;
    padding-left: 50px
}

.py-5 {
    padding-top: 5px;
    padding-bottom: 5px
}

.py-10 {
    padding-top: 10px;
    padding-bottom: 10px
}

.py-15 {
    padding-top: 15px;
    padding-bottom: 15px
}

.py-20 {
    padding-top: 20px;
    padding-bottom: 20px
}

.py-25 {
    padding-top: 25px;
    padding-bottom: 25px
}

.py-30 {
    padding-top: 30px;
    padding-bottom: 30px
}

.py-35 {
    padding-top: 35px;
    padding-bottom: 35px
}

.py-40 {
    padding-top: 40px;
    padding-bottom: 40px
}

.py-45 {
    padding-top: 45px;
    padding-bottom: 45px
}

.py-50 {
    padding-top: 50px;
    padding-bottom: 50px
}

.pt-5 {
    padding-top: 5px
}

.pt-10 {
    padding-top: 10px
}

.pt-15 {
    padding-top: 15px
}

.pt-20 {
    padding-top: 20px
}

.pt-25 {
    padding-top: 25px
}

.pt-30 {
    padding-top: 30px
}

.pt-35 {
    padding-top: 35px
}

.pt-40 {
    padding-top: 40px
}

.pt-45 {
    padding-top: 45px
}

.pt-50 {
    padding-top: 50px
}

.pb-5 {
    padding-bottom: 5px
}

.pb-10 {
    padding-bottom: 10px
}

.pb-15 {
    padding-bottom: 15px
}

.pb-20 {
    padding-bottom: 20px
}

.pb-25 {
    padding-bottom: 25px
}

.pb-30 {
    padding-bottom: 30px
}

.pb-35 {
    padding-bottom: 35px
}

.pb-40 {
    padding-bottom: 40px
}

.pb-45 {
    padding-bottom: 45px
}

.pb-50 {
    padding-bottom: 50px
}

.pl-5 {
    padding-left: 5px
}

.pl-10 {
    padding-left: 10px
}

.pl-15 {
    padding-left: 15px
}

.pl-20 {
    padding-left: 20px
}

.pl-25 {
    padding-left: 25px
}

.pl-30 {
    padding-left: 30px
}

.pl-35 {
    padding-left: 35px
}

.pl-40 {
    padding-left: 40px
}

.pl-45 {
    padding-left: 45px
}

.pl-50 {
    padding-left: 50px
}

.pr-5 {
    padding-right: 5px
}

.pr-10 {
    padding-right: 10px
}

.pr-15 {
    padding-right: 15px
}

.pr-20 {
    padding-right: 20px
}

.pr-25 {
    padding-right: 25px
}

.pr-30 {
    padding-right: 30px
}

.pr-35 {
    padding-right: 35px
}

.pr-40 {
    padding-right: 40px
}

.pr-45 {
    padding-right: 45px
}

.pr-50 {
    padding-right: 50px
}

.pb-60 {
    padding-bottom: 60px
}

.mx-5 {
    margin-right: 5px;
    margin-left: 5px
}

.mx-10 {
    margin-right: 10px;
    margin-left: 10px
}

.mx-15 {
    margin-right: 15px;
    margin-left: 15px
}

.mx-20 {
    margin-right: 20px;
    margin-left: 20px
}

.mx-25 {
    margin-right: 25px;
    margin-left: 25px
}

.mx-30 {
    margin-right: 30px;
    margin-left: 30px
}

.mx-35 {
    margin-right: 35px;
    margin-left: 35px
}

.mx-40 {
    margin-right: 40px;
    margin-left: 40px
}

.mx-45 {
    margin-right: 45px;
    margin-left: 45px
}

.mx-50 {
    margin-right: 50px;
    margin-left: 50px
}

.my-5 {
    margin-top: 5px;
    margin-bottom: 5px
}

.my-10 {
    margin-top: 10px;
    margin-bottom: 10px
}

.my-15 {
    margin-top: 15px;
    margin-bottom: 15px
}

.my-20 {
    margin-top: 20px;
    margin-bottom: 20px
}

.my-25 {
    margin-top: 25px;
    margin-bottom: 25px
}

.my-30 {
    margin-top: 30px;
    margin-bottom: 30px
}

.my-35 {
    margin-top: 35px;
    margin-bottom: 35px
}

.my-40 {
    margin-top: 40px;
    margin-bottom: 40px
}

.my-45 {
    margin-top: 45px;
    margin-bottom: 45px
}

.my-50 {
    margin-top: 50px;
    margin-bottom: 50px
}

.mt-5 {
    margin-top: 5px
}

.mt-10 {
    margin-top: 10px
}

.mt-15 {
    margin-top: 15px
}

.mt-20 {
    margin-top: 20px
}

.mt-25 {
    margin-top: 25px
}

.mt-30 {
    margin-top: 30px
}

.mt-35 {
    margin-top: 35px
}

.mt-40 {
    margin-top: 40px
}

.mt-45 {
    margin-top: 45px
}

.mt-50 {
    margin-top: 50px
}

.mb-5 {
    margin-bottom: 5px
}

.mb-10 {
    margin-bottom: 10px
}

.mb-15 {
    margin-bottom: 15px
}

.mb-20 {
    margin-bottom: 20px
}

.mb-25 {
    margin-bottom: 25px
}

.mb-30 {
    margin-bottom: 30px
}

.mb-35 {
    margin-bottom: 35px
}

.mb-40 {
    margin-bottom: 40px
}

.mb-45 {
    margin-bottom: 45px
}

.mb-50 {
    margin-bottom: 50px
}

.mb-80 {
    margin-bottom: 80px
}

.mb-100 {
    margin-bottom: 100px
}

.ml-5 {
    margin-left: 5px
}

.ml-10 {
    margin-left: 10px
}

.ml-15 {
    margin-left: 15px
}

.ml-20 {
    margin-left: 20px
}

.ml-25 {
    margin-left: 25px
}

.ml-30 {
    margin-left: 30px
}

.ml-35 {
    margin-left: 35px
}

.ml-40 {
    margin-left: 40px
}

.ml-45 {
    margin-left: 45px
}

.ml-50 {
    margin-left: 50px
}

.mr-5 {
    margin-right: 5px
}

.mr-10 {
    margin-right: 10px
}

.mr-15 {
    margin-right: 15px
}

.mr-20 {
    margin-right: 20px
}

.mr-25 {
    margin-right: 25px
}

.mr-30 {
    margin-right: 30px
}

.mr-35 {
    margin-right: 35px
}

.mr-40 {
    margin-right: 40px
}

.mr-45 {
    margin-right: 45px
}

.mr-50 {
    margin-right: 50px
}

.mb-60 {
    margin-bottom: 60px
}

.mb-33 {
    margin-bottom: 33px
}

.mb-28 {
    margin-bottom: 28px
}

.mt-n1 {
    margin-top: -.25rem
}

.mt-n2 {
    margin-top: -.45rem
}

.mt-n3 {
    margin-top: -0.8rem
}

.mt-n4 {
    margin-top: -1.5rem
}

.mt-n5 {
    margin-top: -3rem
}

.mb-n1 {
    margin-bottom: -.25rem
}

.mb-n2 {
    margin-bottom: -.45rem
}

.mb-n3 {
    margin-bottom: -0.8rem
}

.mb-n4 {
    margin-bottom: -1.5rem
}

.mb-n5 {
    margin-bottom: -3rem
}

.space,
.space-top {
    padding-top: var(--section-space)
}

.space,
.space-bottom {
    padding-bottom: var(--section-space)
}

.space-extra,
.space-extra-top {
    padding-top: calc(var(--section-space) - 30px)
}

.space-extra,
.space-extra-bottom {
    padding-bottom: calc(var(--section-space) - 30px)
}

.space-extra2,
.space-extra2-top {
    padding-top: calc(var(--section-space) - 40px)
}

.space-extra2,
.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,
    .space-extra-top {
        padding-top: calc(var(--section-space-mobile) - 30px)
    }

    .space-extra,
    .space-extra-bottom {
        padding-bottom: calc(var(--section-space-mobile) - 30px)
    }

    .space-top-md-none {
        padding-top: 0
    }

    .space-extra2,
    .space-extra2-top {
        padding-top: calc(var(--section-space-mobile) - 30px)
    }

    .space-extra2,
    .space-extra2-bottom {
        padding-bottom: calc(var(--section-space-mobile) - 30px)
    }
}


/* SWIPER SLIDER */


.swiper-wrapper.row {
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap
}

.th-slider.has-shadow {
    padding-left: 12px;
    padding-right: 12px;
    margin: -25px -12px
}

.th-slider.has-shadow .swiper-wrapper {
    padding: 25px 0
}

.swiper-fade .swiper-slide {
    -webkit-transition: 0.6s ease-in-out;
    transition: 0.6s ease-in-out
}

.swiper-fade .swiper-slide-prev {
    opacity: 0
}

.slider-pagination {
    bottom: var(--swiper-pagination-bottom, 0px)
}

.swiper-pagination-bullets {
    position: relative;
    z-index: 3;
    text-align: center;
    margin: 50px 0 0px 0;
    line-height: 30px;
    height: 30px
}

.swiper-pagination-bullets .swiper-pagination-bullet {
    display: inline-block;
    --swiper-pagination-bullet-size: 14px;
    --swiper-pagination-bullet-horizontal-gap: 13px;
    margin: 5px 7px;
    opacity: 1;
    background-color: var(--th-border-color6);
    position: relative;
    cursor: pointer
}

.swiper-pagination-bullets .swiper-pagination-bullet:before {
    content: '';
    position: absolute;
    inset: -8px;
    border: 1px solid var(--th-border-color6);
    -webkit-transform: scale(0.2);
    -ms-transform: scale(0.2);
    transform: scale(0.2);
    border-radius: inherit;
    -webkit-transition: 0.4s ease-in-out;
    transition: 0.4s ease-in-out
}

.swiper-pagination-bullets .swiper-pagination-bullet.swiper-pagination-bullet-active {
    background-color: var(--theme-color)
}

.swiper-pagination-bullets .swiper-pagination-bullet.swiper-pagination-bullet-active:before {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    border-color: var(--theme-color)
}

.slider-area {
    position: relative
}

.slider-arrow {
    display: inline-block;
    padding: 0;
    background-color: var(--theme-color);
    color: var(--white-color);
    position: absolute;
    top: 50%;
    border: none;
    left: var(--pos-x, -120px);
    width: var(--icon-size, 56px);
    height: var(--icon-size, 56px);
    line-height: var(--icon-size, 56px);
    font-size: var(--icon-font-size, 18px);
    margin-top: calc(var(--icon-size, 56px) / -2);
    z-index: 3;
    border-radius: 99px
}

.slider-arrow.default {
    position: relative;
    --pos-x: 0;
    margin-top: 0
}

.slider-arrow.slider-next {
    right: var(--pos-x, -120px);
    left: auto
}

.slider-arrow:hover {
    background-color: var(--title-color);
    color: var(--white-color)
}

.slider-arrow.style2 {
    background: rgba(255, 255, 255, 0.2)
}

.slider-arrow.style2:hover {
    background: var(--white-color);
    color: var(--theme-color)
}

.slider-arrow.style-border {
    background: transparent;
    border: 1px solid var(--white-color)
}

.slider-arrow.style-border:hover {
    background: var(--theme-color);
    border-color: var(--theme-color);
    color: var(--white-color)
}


.arrow-margin .slider-arrow {
    top: calc(50% - 30px)
}

.arrow-wrap {
    position: relative
}

.arrow-wrap .slider-arrow {
    opacity: 0;
    visibility: hidden;
    -webkit-transform: scale(0.4);
    -ms-transform: scale(0.4);
    transform: scale(0.4)
}

.arrow-wrap:hover .slider-arrow {
    opacity: 1;
    visibility: visible;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1)
}

@media (max-width: 1500px) {
    .slider-arrow {
        --arrow-horizontal: -20px;
        --pos-x: -30px
    }
}

@media (max-width: 1399px) {
    .slider-arrow {
        --arrow-horizontal: 40px;
        --pos-x: -30px
    }
}

@media (max-width: 991px) {
    .slider-arrow {
        display: none
    }
}

.icon-box .slider-arrow {
    opacity: 1;
    visibility: visible;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none
}

.icon-box .slider-arrow:not(:last-child) {
    margin-right: 8px
}

@media (max-width: 991px) {
    .icon-box .slider-arrow {
        display: inline-block !important
    }
}

@media (max-width: 991px) {
    .slider-arrow {
        --icon-size: 40px;
        line-height: 38px;
        margin-right: 40px;
        font-size: 14px
    }

    .slider-arrow.slider-next {
        margin-right: 0
    }

    .slick-dots {
        margin: 40px 0 0 0
    }

    .icon-box .slider-arrow {
        margin-right: 0
    }
}


.swiper,
:host {
    position: relative;
    display: block;
    margin-left: auto;
    margin-right: auto;
    z-index: 1
}

.swiper {
    overflow: hidden;
    overflow: clip;
    list-style: none;
    padding: 0
}

.swiper-vertical>.swiper-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column
}

.swiper-wrapper {
    position: relative;
    width: 100%;
    height: 100%;
    z-index: 1;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-transition-property: -webkit-transform;
    transition-property: -webkit-transform;
    transition-property: transform;
    transition-property: transform, -webkit-transform;
    -webkit-transition-timing-function: var(--swiper-wrapper-transition-timing-function, initial);
    transition-timing-function: var(--swiper-wrapper-transition-timing-function, initial);
    box-sizing: content-box
}

.swiper-android .swiper-slide,
.swiper-ios .swiper-slide,
.swiper-wrapper {
    -webkit-transform: translateZ(0);
    transform: translateZ(0)
}

.swiper-horizontal {
    -ms-touch-action: pan-y;
    touch-action: pan-y
}

.swiper-vertical {
    -ms-touch-action: pan-x;
    touch-action: pan-x
}

.swiper-slide {
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    width: 100%;
    height: 100%;
    position: relative;
    -webkit-transition-property: -webkit-transform;
    transition-property: -webkit-transform;
    transition-property: transform;
    transition-property: transform, -webkit-transform;
    display: block
}

.swiper-slide-invisible-blank {
    visibility: hidden
}

.swiper-autoheight,
.swiper-autoheight .swiper-slide {
    height: auto
}

.swiper-autoheight .swiper-wrapper {
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-transition-property: height, -webkit-transform;
    transition-property: height, -webkit-transform;
    transition-property: transform, height;
    transition-property: transform, height, -webkit-transform
}

.swiper-backface-hidden .swiper-slide {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden
}


.swiper-lazy-preloader {
    width: 42px;
    height: 42px;
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -21px;
    margin-top: -21px;
    z-index: 10;
    -webkit-transform-origin: 50%;
    -ms-transform-origin: 50%;
    transform-origin: 50%;
    box-sizing: border-box;
    border: 4px solid var(--swiper-preloader-color, var(--swiper-theme-color));
    border-radius: 50%;
    border-top-color: transparent
}

.swiper-watch-progress .swiper-slide-visible .swiper-lazy-preloader,
.swiper:not(.swiper-watch-progress) .swiper-lazy-preloader {
    -webkit-animation: d 1s infinite linear;
    animation: d 1s infinite linear
}

.swiper-lazy-preloader-white {
    --swiper-preloader-color: #fff
}

.swiper-lazy-preloader-black {
    --swiper-preloader-color: #000
}

@-webkit-keyframes d {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg)
    }

    to {
        -webkit-transform: rotate(1turn);
        transform: rotate(1turn)
    }
}

@keyframes d {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg)
    }

    to {
        -webkit-transform: rotate(1turn);
        transform: rotate(1turn)
    }
}

.swiper-virtual .swiper-slide {
    -webkit-backface-visibility: hidden;
    -webkit-transform: translateZ(0);
    transform: translateZ(0)
}


:root {
    --swiper-navigation-size: 44px
}

.swiper-button-next,
.swiper-button-prev {
    position: absolute;
    top: var(--swiper-navigation-top-offset, 50%);
    width: calc(var(--swiper-navigation-size)/ 44 * 27);
    height: var(--swiper-navigation-size);
    margin-top: calc(0px - (var(--swiper-navigation-size)/ 2));
    z-index: 10;
    cursor: pointer;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    color: var(--swiper-navigation-color, var(--swiper-theme-color))
}

.swiper-button-next.swiper-button-disabled,
.swiper-button-prev.swiper-button-disabled {
    opacity: .35;
    cursor: auto;
    pointer-events: none
}

.swiper-button-next.swiper-button-hidden,
.swiper-button-prev.swiper-button-hidden {
    opacity: 0;
    cursor: auto;
    pointer-events: none
}

.swiper-navigation-disabled .swiper-button-next,
.swiper-navigation-disabled .swiper-button-prev {
    display: none !important
}

.swiper-button-next svg,
.swiper-button-prev svg {
    width: 100%;
    height: 100%;
    object-fit: contain;
    -webkit-transform-origin: center;
    -ms-transform-origin: center;
    transform-origin: center
}

.swiper-rtl .swiper-button-next svg,
.swiper-rtl .swiper-button-prev svg {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg)
}

.swiper-button-prev,
.swiper-rtl .swiper-button-next {
    left: var(--swiper-navigation-sides-offset, 10px);
    right: auto
}

.swiper-button-lock {
    display: none
}

.swiper-button-next:after,
.swiper-button-prev:after {
    font-family: swiper-icons;
    font-size: var(--swiper-navigation-size);
    text-transform: none !important;
    letter-spacing: 0;
    font-variant: normal;
    line-height: 1
}

.swiper-button-prev:after,
.swiper-rtl .swiper-button-next:after {
    content: "prev"
}

.swiper-button-next,
.swiper-rtl .swiper-button-prev {
    right: var(--swiper-navigation-sides-offset, 10px);
    left: auto
}

.swiper-button-next:after,
.swiper-rtl .swiper-button-prev:after {
    content: "next"
}

.swiper-pagination {
    position: absolute;
    text-align: center;
    -webkit-transition: opacity .3s;
    transition: opacity .3s;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    z-index: 10
}

.swiper-pagination.swiper-pagination-hidden {
    opacity: 0
}

.swiper-pagination-disabled>.swiper-pagination,
.swiper-pagination.swiper-pagination-disabled {
    display: none !important
}

.swiper-horizontal>.swiper-pagination-bullets,
.swiper-pagination-bullets.swiper-pagination-horizontal,
.swiper-pagination-custom,
.swiper-pagination-fraction {
    bottom: var(--swiper-pagination-bottom, 8px);
    top: var(--swiper-pagination-top, auto);
    left: 0;
    width: 100%
}

.swiper-pagination-bullets-dynamic {
    overflow: hidden;
    font-size: 0
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
    -webkit-transform: scale(.33);
    -ms-transform: scale(.33);
    transform: scale(.33);
    position: relative
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active,
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1)
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
    -webkit-transform: scale(.66);
    -ms-transform: scale(.66);
    transform: scale(.66)
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
    -webkit-transform: scale(.33);
    -ms-transform: scale(.33);
    transform: scale(.33)
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
    -webkit-transform: scale(.66);
    -ms-transform: scale(.66);
    transform: scale(.66)
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
    -webkit-transform: scale(.33);
    -ms-transform: scale(.33);
    transform: scale(.33)
}

.swiper-pagination-bullet {
    width: var(--swiper-pagination-bullet-width, var(--swiper-pagination-bullet-size, 8px));
    height: var(--swiper-pagination-bullet-height, var(--swiper-pagination-bullet-size, 8px));
    display: inline-block;
    border-radius: var(--swiper-pagination-bullet-border-radius, 50%);
    background: var(--swiper-pagination-bullet-inactive-color, #000);
    opacity: var(--swiper-pagination-bullet-inactive-opacity, .2)
}

button.swiper-pagination-bullet {
    border: none;
    margin: 0;
    padding: 0;
    box-shadow: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none
}

.swiper-pagination-clickable .swiper-pagination-bullet {
    cursor: pointer
}

.swiper-pagination-bullet:only-child {
    display: none !important
}

.swiper-pagination-bullet-active {
    opacity: var(--swiper-pagination-bullet-opacity, 1);
    background: var(--swiper-pagination-color, var(--swiper-theme-color))
}

.swiper-pagination-vertical.swiper-pagination-bullets,
.swiper-vertical>.swiper-pagination-bullets {
    right: var(--swiper-pagination-right, 8px);
    left: var(--swiper-pagination-left, auto);
    top: 50%;
    -webkit-transform: translate3d(0, -50%, 0);
    transform: translate3d(0, -50%, 0)
}

.swiper-pagination-vertical.swiper-pagination-bullets .swiper-pagination-bullet,
.swiper-vertical>.swiper-pagination-bullets .swiper-pagination-bullet {
    margin: var(--swiper-pagination-bullet-vertical-gap, 6px) 0;
    display: block
}

.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic,
.swiper-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 8px
}

.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,
.swiper-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
    display: inline-block;
    -webkit-transition: transform .2s, top .2s;
    transition: transform .2s, top .2s
}

.swiper-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet,
.swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 0 var(--swiper-pagination-bullet-horizontal-gap, 4px)
}

.swiper-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic,
.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    white-space: nowrap
}

.swiper-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,
.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
    -webkit-transition: transform .2s, left .2s;
    transition: transform .2s, left .2s
}

.swiper-horizontal.swiper-rtl>.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
    -webkit-transition: transform .2s, right .2s;
    transition: transform .2s, right .2s
}

.swiper-pagination-fraction {
    color: var(--swiper-pagination-fraction-color, inherit)
}

.swiper-pagination-progressbar {
    background: var(--swiper-pagination-progressbar-bg-color, rgba(0, 0, 0, .25));
    position: absolute
}

.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
    background: var(--swiper-pagination-color, var(--swiper-theme-color));
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0);
    -webkit-transform-origin: left top;
    -ms-transform-origin: left top;
    transform-origin: left top
}

.swiper-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
    -webkit-transform-origin: right top;
    -ms-transform-origin: right top;
    transform-origin: right top
}

.swiper-horizontal>.swiper-pagination-progressbar,
.swiper-pagination-progressbar.swiper-pagination-horizontal,
.swiper-pagination-progressbar.swiper-pagination-vertical.swiper-pagination-progressbar-opposite,
.swiper-vertical>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
    width: 100%;
    height: var(--swiper-pagination-progressbar-size, 4px);
    left: 0;
    top: 0
}

.swiper-horizontal>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite,
.swiper-pagination-progressbar.swiper-pagination-horizontal.swiper-pagination-progressbar-opposite,
.swiper-pagination-progressbar.swiper-pagination-vertical,
.swiper-vertical>.swiper-pagination-progressbar {
    width: var(--swiper-pagination-progressbar-size, 4px);
    height: 100%;
    left: 0;
    top: 0
}

.swiper-pagination-lock {
    display: none
}

.swiper-scrollbar {
    border-radius: var(--swiper-scrollbar-border-radius, 10px);
    position: relative;
    -ms-touch-action: none;
    touch-action: none;
    background: var(--swiper-scrollbar-bg-color, rgba(0, 0, 0, .1))
}

.swiper-scrollbar-disabled>.swiper-scrollbar,
.swiper-scrollbar.swiper-scrollbar-disabled {
    display: none !important
}

.swiper-horizontal>.swiper-scrollbar,
.swiper-scrollbar.swiper-scrollbar-horizontal {
    position: absolute;
    left: var(--swiper-scrollbar-sides-offset, 1%);
    bottom: var(--swiper-scrollbar-bottom, 4px);
    top: var(--swiper-scrollbar-top, auto);
    z-index: 50;
    height: var(--swiper-scrollbar-size, 4px);
    width: calc(100% - 2 * var(--swiper-scrollbar-sides-offset, 0.01))
}

.swiper-scrollbar.swiper-scrollbar-vertical,
.swiper-vertical>.swiper-scrollbar {
    position: absolute;
    left: var(--swiper-scrollbar-left, auto);
    right: var(--swiper-scrollbar-right, 4px);
    top: var(--swiper-scrollbar-sides-offset, 1%);
    z-index: 50;
    width: var(--swiper-scrollbar-size, 4px);
    height: calc(100% - 2 * var(--swiper-scrollbar-sides-offset, 0.01))
}

.swiper-scrollbar-drag {
    height: 100%;
    width: 100%;
    position: relative;
    background: var(--swiper-scrollbar-drag-bg-color, rgba(0, 0, 0, .5));
    border-radius: var(--swiper-scrollbar-border-radius, 10px);
    left: 0;
    top: 0
}

.swiper-scrollbar-cursor-drag {
    cursor: move
}

.swiper-scrollbar-lock {
    display: none
}

.swiper-zoom-container {
    width: 100%;
    height: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center
}

.swiper-zoom-container>canvas,
.swiper-zoom-container>img,
.swiper-zoom-container>svg {
    max-width: 100%;
    max-height: 100%;
    object-fit: contain
}

.swiper-slide-zoomed {
    cursor: move;
    -ms-touch-action: none;
    touch-action: none
}

.swiper .swiper-notification {
    position: absolute;
    left: 0;
    top: 0;
    pointer-events: none;
    opacity: 0;
    z-index: -1000
}

.swiper-free-mode>.swiper-wrapper {
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
    margin: 0 auto
}

.swiper-grid-column>.swiper-wrapper,
.swiper-grid>.swiper-wrapper {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.swiper-grid-column>.swiper-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column
}

.swiper-fade.swiper-free-mode .swiper-slide {
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out
}

.swiper-fade .swiper-slide {
    pointer-events: none;
    -webkit-transition-property: opacity;
    transition-property: opacity
}

.swiper-fade .swiper-slide .swiper-slide {
    pointer-events: none
}

.swiper-fade .swiper-slide-active,
.swiper-fade .swiper-slide-active .swiper-slide-active {
    pointer-events: auto
}

.swiper-cube {
    overflow: visible
}

.swiper-cube .swiper-slide {
    pointer-events: none;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    z-index: 1;
    visibility: hidden;
    -webkit-transform-origin: 0 0;
    -ms-transform-origin: 0 0;
    transform-origin: 0 0;
    width: 100%;
    height: 100%
}

.swiper-cube .swiper-slide .swiper-slide {
    pointer-events: none
}

.swiper-cube.swiper-rtl .swiper-slide {
    -webkit-transform-origin: 100% 0;
    -ms-transform-origin: 100% 0;
    transform-origin: 100% 0
}

.swiper-cube .swiper-slide-active,
.swiper-cube .swiper-slide-active .swiper-slide-active {
    pointer-events: auto
}

.swiper-cube .swiper-slide-active,
.swiper-cube .swiper-slide-next,
.swiper-cube .swiper-slide-prev {
    pointer-events: auto;
    visibility: visible
}

.swiper-cube .swiper-cube-shadow {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    opacity: .6;
    z-index: 0
}

.swiper-cube .swiper-cube-shadow:before {
    content: "";
    background: #000;
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    -webkit-filter: blur(50px);
    filter: blur(50px)
}

.swiper-cube .swiper-slide-next+.swiper-slide {
    pointer-events: auto;
    visibility: visible
}

.swiper-cube .swiper-slide-shadow-cube.swiper-slide-shadow-bottom,
.swiper-cube .swiper-slide-shadow-cube.swiper-slide-shadow-left,
.swiper-cube .swiper-slide-shadow-cube.swiper-slide-shadow-right,
.swiper-cube .swiper-slide-shadow-cube.swiper-slide-shadow-top {
    z-index: 0;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden
}

.swiper-flip {
    overflow: visible
}

.swiper-flip .swiper-slide {
    pointer-events: none;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    z-index: 1
}

.swiper-flip .swiper-slide .swiper-slide {
    pointer-events: none
}

.swiper-flip .swiper-slide-active,
.swiper-flip .swiper-slide-active .swiper-slide-active {
    pointer-events: auto
}

.swiper-flip .swiper-slide-shadow-flip.swiper-slide-shadow-bottom,
.swiper-flip .swiper-slide-shadow-flip.swiper-slide-shadow-left,
.swiper-flip .swiper-slide-shadow-flip.swiper-slide-shadow-right,
.swiper-flip .swiper-slide-shadow-flip.swiper-slide-shadow-top {
    z-index: 0;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden
}

.swiper-creative .swiper-slide {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    overflow: hidden;
    -webkit-transition-property: opacity, height, -webkit-transform;
    transition-property: opacity, height, -webkit-transform;
    transition-property: transform, opacity, height;
    transition-property: transform, opacity, height, -webkit-transform
}

.swiper-cards {
    overflow: visible
}

.swiper-cards .swiper-slide {
    -webkit-transform-origin: center bottom;
    -ms-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    overflow: hidden
}





.th-hero-wrapper {
    position: relative;
    z-index: 2;
    overflow: hidden
}

.th-hero-bg {
    position: absolute;
    inset: 0;
    z-index: -1
}

.th-hero-bg img {
    height: 100%;
    width: 100%;
    object-fit: cover
}

.hero-title {
    line-height: 1;
    margin-bottom: 19px;
    margin-top: -0.2em;
    text-transform: uppercase;font-size: 75px;
}

.hero-title span {
    display: block
}

@media (max-width: 767px) {
    .hero-title {
        line-height: 1.2;
        font-size: 50px;
    }
}

.hero-text {
    margin-bottom: 32px;
    font-size: 16px
}

.hero-counter-wrap {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 10px
}

.hero-counter-wrap .counter-number-wrap {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    font-size: 48px;
    font-weight: 500;
    font-family: var(--title-font);
    color: var(--theme-color)
}

.hero-counter-wrap .counter-title {
    margin-bottom: 0;
    color: var(--white-color);
    font-size: 24px;
    font-weight: 500
}

@media (max-width: 991px) {
    .hero-1 .hero-slider1 {
        -webkit-mask-image: none !important;
        mask-image: none !important
    }
}

.hero-1 .hero-inner:before {
    z-index: -1
}

.hero-1 .hero-inner .hero-bg-shape1 {
    position: absolute;
    inset: 0
}

.hero-1 .hero-shadow-text {
    font-size: 400px;
    font-weight: 600;
    font-family: var(--title-font);
    color: var(--white-color);
    line-height: normal;
    opacity: 0.04;
    position: absolute;
    left: -30px;
    top: 0;
    z-index: -1;
    -webkit-transform: rotate(-35deg);
    -ms-transform: rotate(-35deg);
    transform: rotate(-35deg)
}

.hero-1 .hero-img1 {
    margin: 0 -104px 0 -75px
}

@media (max-width: 1199px) {
    .hero-1 .hero-img1 {
        margin: 0
    }
}

@media (max-width: 991px) {
    .hero-1 .hero-img1 {
        display: none
    }
}

.hero-1 .icon-box .slider-arrow {
    --pos-x: 80px;
    --icon-size: 80px;
    background: transparent
}

.hero-1 .icon-box .slider-arrow:after {
    content: '';
    position: absolute;
    inset: 0;
    -webkit-mask-image: url(../img/theme-img/btn-circle.svg);
    mask-image: url(../img/theme-img/btn-circle.svg);
    -webkit-mask-size: 100% 100%;
    mask-size: 100% 100%;
    background-color: var(--white-color)
}

.hero-1 .icon-box .slider-arrow .icon {
    height: 19px;
    width: 55px;
    display: inline-block;
    background: var(--white-color);
    -webkit-mask-image: url(../img/theme-img/btn-arrow-icon.svg);
    mask-image: url(../img/theme-img/btn-arrow-icon.svg);
    -webkit-mask-size: cover;
    mask-size: cover;
    position: absolute;
    right: -12px;
    top: calc(50% - 9.5px);
    -webkit-transition: 0.4s;
    transition: 0.4s
}

.hero-1 .icon-box .slider-arrow:hover .icon {
    right: 0
}

.hero-1 .icon-box .slider-arrow.slider-next {
    -webkit-transform: rotate(-180deg);
    -ms-transform: rotate(-180deg);
    transform: rotate(-180deg)
}

@media (max-width: 1500px) {
    .hero-1 .icon-box .slider-arrow {
        --pos-x: 20px;
        --icon-size: 60px
    }

    .hero-1 .icon-box .slider-arrow .icon {
        width: 48px
    }
}

@media (max-width: 1600px) {
    .hero-1 .icon-box .slider-arrow {
        --pos-x: 50%;
        bottom: 40px;
        top: auto
    }

    .hero-1 .icon-box .slider-arrow.slider-prev {
        -webkit-transform: translate(calc(-100% - 25px), 0);
        -ms-transform: translate(calc(-100% - 25px), 0);
        transform: translate(calc(-100% - 25px), 0)
    }

    .hero-1 .icon-box .slider-arrow.slider-next {
        -webkit-transform: translate(calc(100% + 25px), 0) rotate(180deg);
        -ms-transform: translate(calc(100% + 25px), 0) rotate(180deg);
        transform: translate(calc(100% + 25px), 0) rotate(180deg)
    }
}

.hero-style1 {
    position: relative;
    z-index: 6;
    padding: 200px 0
}

.hero-style1 .sub-title {
    margin-bottom: 35px;
    font-weight: 600
}

.hero-style1 .hero-text {
    max-width: 611px
}

.hero-style1 .btn-wrap {
    gap: 20px 40px
}

@media (max-width: 1399px) {
    .hero-style1 {
        padding: 160px 0 200px
    }
}

@media (max-width: 1199px) {
    .hero-style1 {
        padding: 130px 0 180px
    }

    .hero-style1 .hero-text {
        max-width: none
    }
}

@media (max-width: 575px) {
    .hero-style1 {
        padding: 120px 0 180px
    }
}


.white_txt{color: white;}
.process-shape1-2{right: 0!important; left: inherit!important;}

.trainers .service-card2{min-height: 330px;}

.te-content-wrapper{padding-top: 75px; text-align: center;}
.te-content-wrapper p{font-size: 22px;}
.nw_pad_150{padding-bottom: 50px;}

.envy {
    color: #ffc300!important;
    text-decoration: underline !important;
    padding-left: 5px;
}


.cta-box {
    position: relative;
    padding: 50px 0 0;
    background: url(../img/trainer/cta-box-bg.jpg) no-repeat;
    background-position: center center;
    background-size: cover;
}

.cta-box::before{
	content: '';
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background: linear-gradient(90deg, rgba(24, 31, 47, 0) 0%, rgba(24, 31, 47, 0.4) 48.62%);
	z-index: 0;
}

.cta-box-image {
    position: relative;
    text-align: center;
    margin-right: 15px;
    z-index: 1;
}

.cta-box-image img {
    width: 100%;
    aspect-ratio: 1 / 0.73;
    object-fit: contain;
}

.cta-box-content .sec-title, .cta-box-content p{color: #fff;}

.ul_li h6 {width: 100%; margin: 0!important;}

.ads .btn-close{position: absolute;
    right: -12px;
    background:
  #3843C1;
    color: white;
    top: -12px;
    opacity: 1;
    border-radius:
  50%;
    height: 30px;
    width: 30px;}

    .ads .modal-body{padding: 4px;}



    .pulse i {
        position: relative;
        z-index: 20;
        top: 16px;
        font-size: 30px;
      }
      .pulse {
        position: fixed;
        cursor: pointer;
        display: block;
        width: 60px !important;
        height: 60px;
        bottom: 40px;
        right: 40px;
        background-color: rgba(0, 200, 0, 1);
        color: white;
        border-radius: 50px;
        text-align: center;
        transition-duration: 0.5s;
        animation: pulse-btn 3s infinite;
        z-index: 9000;
      }
      
      .pulse:hover {
        background-color: rgba(0, 150, 0, 1);
        color: white;
      }
      
      .my-float {
        margin-top: 15px;
      }
      
      @-webkit-keyframes pulse-btn {
        0% {
          -webkit-box-shadow: 0 0 0 0 rgba(0, 200, 0, 1);
        }
        70% {
          -webkit-box-shadow: 0 0 0 20px rgba(0, 200, 0, 0);
        }
        100% {
          -webkit-box-shadow: 0 0 0 0 rgba(0, 200, 0, 0);
        }
      }
      
      .pulse a {
        color: #fff;
      }
      