@use "sass:math";
:root {
    --theme-color: #B68C5A;
    --theme-color2: #314E52;
    --title-color: #011C1A;
    --body-color: #868686;
    --smoke-color: #FFF6EE;
    --smoke-color2: #F5F5F5;
    --black-color: #000000;
    --black-color2: #121212;
    --gray-color: #bdbdbd;
    --white-color: #ffffff;
    --light-color: #bdbdbd;
    --yellow-color: #FFB539;
    --success-color: #28a745;
    --error-color: #dc3545;
    --th-border-color: #E0E0E0;
    --dark-color: #021526;
    --title-font: "Playfair Display", serif;
    --body-font: "Bitter", serif;;
    --icon-font: "Font Awesome 6 Pro";
    --main-container: 1320px;
    --container-gutters: 30px;
    --section-space: 60px;
    --section-space-mobile: 80px;
    --section-title-space: 60px;
    --ripple-ani-duration: 5s
}

html,
body {
    scroll-behavior: auto !important
}

body {
    font-family: var(--body-font);
    font-size: 16px;
    font-weight: 400;
    color: var(--body-color);
    line-height: 26px;
    overflow-x: hidden;
    -webkit-font-smoothing: antialiased
}

.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
}

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
}
p {
    font-family: var(--body-font);
    margin: 0 0 0px 0;
    color: #4d4d4d;
    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 5px 0
}

.h1,
h1 {
    font-size: 84px;
    line-height: 1.119
}

.h2,
h2 {
    font-size: 40px;
    line-height: 1.185
}

.h3,
h3 {
    font-size: 48px;
    line-height: 1.417
}

.h4,
h4 {
    font-size: 36px;
    line-height: 1.27
}

.h5,
h5 {
    font-size: 30px;
    line-height: 1.333
}

.h6,
h6 {
    font-size: 24px;
    line-height: 1.416
}

@media (max-width: 1399px) {
    .h1,
    h1 {
        font-size: 70px
    }
}

@media (max-width: 1199px) {
    .h1,
    h1 {
        font-size: 55px
    }
    .h2,
    h2 {
        font-size: 36px
    }
    .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: 32px
    }
    .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
    }
    .h2,
    h2 {
        font-size: 28px
    }
}

@media (max-width: 375px) {
    .h1,
    h1 {
        font-size: 32px
    }
}

@media (max-width: 1399px) {
    :root {
        --main-container: 1250px
    }
}

@media (min-width: 1560px) {
    .th-container2 {
        --main-container: 1768px;
        margin-left: 292px;
        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: 1200px) {
    .th-container-right {
        margin-right: -279px;
        padding-right: 0;
        position: relative
    }
}

@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: 1600px;
    }
}

@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
    }
    .gy-60 {
        --bs-gutter-y: 60px
    }
}

@media (min-width: 1399px) {
    .gx-30 {
        --bs-gutter-x: 30px
    }
    .gx-25 {
        --bs-gutter-x: 25px
    }
    .gx-40 {
        --bs-gutter-x: 40px
    }
}

@media (max-width: 991px) {
    .gy-50 {
        --bs-gutter-y: 40px
    }
}

select,
.form-control,
.form-select,
textarea,
input {
    height: 50px;
    padding: 0 25px 0 25px;
    padding-right: 45px;
    border: 1px solid var(--th-border-color);
    color: var(--body-color);
    border-radius: 27px;
    font-size: 14px;
    width: 100%;
    font-family: var(--body-font);
    -webkit-transition: 0.4s ease-in-out;
    transition: 0.4s ease-in-out;
    background-color: var(--white-color)
}

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)
}

.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: 150px;
    padding-top: 16px;
    padding-bottom: 17px;
    border-radius: 20px
}

textarea.form-control.style2,
textarea.style2 {
    min-height: 100px
}

.form-group {
    margin-bottom: var(--bs-gutter-x);
    position: relative
}

.form-group.style-border input {
    background-color: var(--white-color);
    border: 1px solid var(--th-border-color)
}

.form-group.style-border textarea {
    background-color: var(--white-color);
    border: 1px solid var(--th-border-color)
}

.form-group.style-white input {
    background-color: var(--white-color);
    border: 1px solid var(--smoke-color)
}

.form-group.style-white textarea {
    background-color: var(--white-color);
    border: 1px solid var(--smoke-color)
}

.form-group>i {
    display: inline-block;
    position: absolute;
    right: 25px;
    top: 19px;
    font-size: 16px;
    color: var(--theme-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
}

[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
}
label {
    margin-bottom: 0.5em;
    margin-top: -0.3em;
    display: block;
    color: var(--title-color);
    font-family: var(--body-font);
    font-size: 16px
}

.row.no-gutters>.form-group {
    margin-bottom: 0
}
.swiper-wrapper.row {

    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap
}

.th-slider.has-shadow {
    padding-left: 12px;
    padding-right: 12px;
    margin: -25px -12px
}

.th-slider.has-shadow .swiper-wrapper {
    padding: 25px 0
}

.swiper-fade .swiper-slide {
    -webkit-transition: 0.6s ease-in-out;
    transition: 0.6s ease-in-out
}

.swiper-fade .swiper-slide-prev {
    opacity: 0
}

.swiper-pagination-bullets {
    position: relative;
    z-index: 3;
    text-align: center;
    margin: 50px 0 -7px 0;
    line-height: 10px;
    height: 10px
}

.swiper-pagination-bullets .swiper-pagination-bullet {
    display: inline-block;
    --swiper-pagination-bullet-size: 10px;
    --swiper-pagination-bullet-horizontal-gap: 8px;
    margin: 5px 7px;
    opacity: 1;
    background-color: var(--theme-color);
    position: relative;
    cursor: pointer
}

.swiper-pagination-bullets .swiper-pagination-bullet:before {
    content: '';
    position: absolute;
    inset: -5px;
    border: 1px solid transparent;
    -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)
}

.style-2.swiper-pagination-bullets .swiper-pagination-bullet {
    display: inline-block;
    --swiper-pagination-bullet-size: 4px;
    --swiper-pagination-bullet-horizontal-gap: 0px;
    margin: 0px;
    opacity: 1;
    background-color: var(--theme-color);
    position: relative;
    cursor: pointer;
    width: 20%;
    border-radius: 0;
    background-color: var(--th-border-color)
}

.style-2.swiper-pagination-bullets .swiper-pagination-bullet::before {
    inset: 0;
    border: 2px solid var(--theme-color)
}

.style-2.swiper-pagination-bullets .swiper-pagination-bullet.swiper-pagination-bullet-active {
    background-color: var(--theme-color)
}

.slider-area {
    position: relative
}

.slider-arrow {
    display: inline-block;
    padding: 0;
    background-color: var(--theme-color);
    color: var(--white-color);
    position: absolute;
    top: 50%;
    border: none;
    left: var(--pos-x, -120px);
    width: var(--icon-size, 56px);
    height: var(--icon-size, 56px);
    line-height: var(--icon-size, 56px);
    font-size: var(--icon-font-size, 18px);
    margin-top: calc(var(--icon-size, 56px) / -2);
    z-index: 3;
    border-radius: 99px
}

.slider-arrow.default {
    position: relative;
    --pos-x: 0;
    margin-top: 0
}

.slider-arrow.slider-next {
    right: var(--pos-x, -120px);
    left: auto
}

.slider-arrow:hover {
    background-color: var(--theme-color2);
    color: var(--white-color)
}

.arrow-margin .slider-arrow {
    top: calc(50% - 30px)
}

.arrow-wrap {
    position: relative
}

.arrow-wrap .slider-arrow {
    opacity: 0;
    visibility: hidden;
    -webkit-transform: scale(0.4);
    -ms-transform: scale(0.4);
    transform: scale(0.4)
}

@media (max-width: 1299px) {
    .arrow-wrap .slider-arrow {
        display: none
    }
}

.arrow-wrap:hover .slider-arrow {
    opacity: 1;
    visibility: visible;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1)
}

@media (max-width: 1500px) {
    .slider-arrow {
        --arrow-horizontal: -20px;
        --pos-x: -70px
    }
}

@media (max-width: 1399px) {
    .slider-arrow {
        --arrow-horizontal: 40px;
        --pos-x: -17px
    }
}

.icon-box .slider-arrow:not(:last-child) {
    margin-right: 8px
}

@media (max-width: 991px) {
    .slider-arrow {
        --icon-size: 40px;
        line-height: 38px;
        margin-right: 40px;
        font-size: 14px
    }
    .slider-arrow.slider-next {
        margin-right: 0;
        margin-left: 40px
    }
    .slick-dots {
        margin: 40px 0 0 0
    }
    .icon-box .slider-arrow {
        margin-right: 0
    }
}

.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: 20px;
    padding-top: 10px;
    display: block;
    text-align: center;
    background-color: var(--smoke-color2)
}

.th-menu-wrapper .mobile-logo svg {
    max-width: 185px
}

.th-menu-wrapper .th-menu-toggle {
    border: none;
    font-size: 22px;
    position: absolute;
    right: -16.5px;
    top: 25px;
    padding: 0;
    line-height: 1;
    width: 33px;
    height: 33px;
    line-height: 35px;
    font-size: 18px;
    z-index: 1;
    color: var(--white-color);
    background-color: var(--theme-color);
    border-radius: 50%
}

.th-menu-wrapper .th-menu-toggle:hover {
    background-color: var(--title-color);
    color: var(--white-color)
}

.th-menu-wrapper .th-menu-area {
    width: 100%;
    max-width: 310px;
    background-color: #fff;
    border-right: 3px solid var(--theme-color);
    height: 100%;
    position: relative;
    left: -110%;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all ease 1s;
    transition: all ease 1s;
    z-index: 1
}

.th-menu-wrapper.th-body-visible {
    opacity: 1;
    visibility: visible
}

.th-menu-wrapper.th-body-visible .th-menu-area {
    left: 0;
    opacity: 1;
    visibility: visible
}

.th-mobile-menu {
    overflow-y: scroll;
    max-height: calc(100vh - 200px);
    padding-bottom: 40px;
    margin-top: 33px;
    text-align: left
}

.th-mobile-menu ul {
    margin: 0;
    padding: 0 0
}

.th-mobile-menu ul li {
    border-bottom: 1px solid #fdedf1;
    list-style-type: none
}

.th-mobile-menu ul li li:first-child {
    border-top: 1px solid #fdedf1
}

.th-mobile-menu ul li a {
    display: block;
    position: relative;
    padding: 12px 0;
    line-height: 1.4;
    font-size: 16px;
    text-transform: capitalize;
    color: var(--title-color);
    padding-left: 18px
}

.th-mobile-menu ul li a:before {
    content: '\f105';
    font-family: var(--icon-font);
    position: absolute;
    left: 0;
    top: 12px;
    margin-right: 10px;
    display: inline-block
}

.th-mobile-menu ul li.th-active>a {
    color: var(--theme-color)
}

.th-mobile-menu ul li.th-active>a:before {
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg)
}

.th-mobile-menu ul li ul li {
    padding-left: 20px
}

.th-mobile-menu ul li ul li:last-child {
    border-bottom: none
}

.th-mobile-menu ul .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: 55px;
    height: 55px;
    padding: 0;
    font-size: 20px;
    border: 1px solid transparent;
    border: none;
    background-color: var(--theme-color2);
    color: var(--white-color);
    display: inline-block;
    border-radius: 5px
}

.th-menu-toggle:hover {
    background-color: var(--theme-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: 270px
    }
    .th-mobile-menu>ul {
        padding: 0 20px
    }
}
.th-btn {
    position: relative;
    z-index: 2;
    overflow: hidden;
    vertical-align: middle;
    display: inline-block;
    border: none;
    text-transform: capitalize;
    text-align: center;
    background-color: var(--theme-color);
    color: var(--white-color);
    font-family: var(--body-font);
    font-size: 16px;
    font-weight: 500;
    line-height: 1;
    padding: 21px 42px;
    min-width: 170px;
    border-radius: 30px;
    -webkit-transition: all 1s cubic-bezier(0.05, 0.83, 0.43, 0.96);
    transition: all 1s cubic-bezier(0.05, 0.83, 0.43, 0.96);
		    margin: 0px 0px 0px 15px;
}

.th-btn:before {
    content: "";
    position: absolute;
    height: 100%;
    top: 0;
    left: 0;
    width: 0%;
    background-color: var(--white-color);
    z-index: -1;
    -webkit-transition: all 0.4s ease-out;
    transition: all 0.4s ease-out
}

.th-btn:after {
    content: "";
    position: absolute;
    height: 100%;
    top: 0;
    width: 0%;
    right: 0;
    background-color: var(--white-color);
    z-index: -1;
    -webkit-transition: all 0.4s ease-out;
    transition: all 0.4s ease-out
}

.th-btn i {
    font-size: 0.95em;
    margin-left: 6px
}

.th-btn:hover,
.th-btn.active {
    color: var(--title-color);
    box-shadow: none
}

.th-btn:hover::before,
.th-btn.active::before {
    width: 51%;
    border-radius: 0
}

.th-btn:hover::after,
.th-btn.active::after {
    width: 50%;
    border-radius: 0
}

.th-btn.style2 {
    background-color: var(--theme-color2)
}

.th-btn.style2:hover {
    color: var(--white-color)
}

.th-btn.style2:hover:before,
.th-btn.style2:hover:after {
    background-color: var(--theme-color)
}

.th-btn.style3 {
    background-color: transparent;
    color: var(--white-color);
    border: 1px solid var(--white-color);
    padding: 20px 42px
}

.th-btn.style3:hover {
    color: var(--title-color)
}

.th-btn.style4 {
    color: var(--white-color);
    box-shadow: none;
    -webkit-transition: all 1s cubic-bezier(0.05, 0.83, 0.43, 0.96);
    transition: all 1s cubic-bezier(0.05, 0.83, 0.43, 0.96)
}

.th-btn.style4:before {
    content: "";
    position: absolute;
    height: 100%;
    top: 0;
    left: 0;
    width: 0%;
    background-color: var(--theme-color2);
    z-index: -1;
    -webkit-transition: all 0.4s ease-out;
    transition: all 0.4s ease-out
}

.th-btn.style4:after {
    content: "";
    position: absolute;
    height: 100%;
    top: 0;
    width: 0%;
    right: 0;
    background-color: var(--theme-color2);
    z-index: -1;
    -webkit-transition: all 0.4s ease-out;
    transition: all 0.4s ease-out
}

.th-btn.style4:hover {
    box-shadow: none
}

.th-btn.style4:hover::before {
    width: 50%;
    border-radius: 0
}

.th-btn.style4:hover::after {
    width: 50%;
    border-radius: 0
}

.th-btn.style5 {
    background-color: var(--theme-color);
    color: var(--white-color)
}

.th-btn.style5:hover {
    color: var(--theme-color)
}

.th-btn.style5:hover:before,
.th-btn.style5:hover:after {
    background-color: var(--white-color)
}

.th-btn.style6 {
    background-color: var(--title-color)
}

.th-btn.style6:hover {
    color: var(--theme-color)
}

.th-btn.style6:hover:before,
.th-btn.style6:hover:after {
    background-color: var(--white-color)
}

.th-btn.btn-fw {
    width: 100%
}

.th-btn.btn-fw:before,
.th-btn.btn-fw:after {
    display: none
}

.th-btn.btn-fw:hover {
    background-color: var(--title-color)
}

.th-btn.btn-sm {
    padding: 16px 25px;
    min-width: 152px
}

.icon-btn {
    display: inline-block;
    width: var(--btn-size, 56px);
    height: var(--btn-size, 56px);
    line-height: var(--btn-size, 54px);
    font-size: var(--btn-font-size, 18px);
    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;
    background-color: transparent
}

.icon-btn:hover {
    background-color: var(--theme-color);
    color: var(--white-color);
    border-color: var(--theme-color)
}

.icon-btn.style2 {
    background-color: var(--theme-color);
    color: var(--white-color);
    border: none;
    border-radius: 99px
}

.icon-btn.style2:hover {
    background-color: var(--theme-color2)
}

.th-btn.btn-bg-theme-3 {
    background: var(--theme-color3);
    box-shadow: var(--theme-color3) 0px 3px 8px -2px
}

.th-btn.btn-bg-theme-2 {
    background: var(--theme-color2);
    box-shadow: var(--theme-color2) 0px 3px 8px -2px;
    color: var(--title-color)
}

.scroll-top {
    position: fixed;
    right: 30px;
    bottom: 30px;
    height: 50px;
    width: 50px;
    cursor: pointer;
    display: block;
    border-radius: 50px;
    z-index: 10000;
    opacity: 1;
    visibility: hidden;
    -webkit-transform: translateY(45px);
    -ms-transform: translateY(45px);
    transform: translateY(45px);
    -webkit-transition: all 300ms linear;
    transition: all 300ms linear
}

.scroll-top:after {
    content: "\f062";
    font-family: var(--icon-font);
    position: absolute;
    text-align: center;
    line-height: 50px;
    font-size: 20px;
    color: var(--theme-color);
    left: 0;
    top: 0;
    height: 50px;
    width: 50px;
    cursor: pointer;
    display: block;
    z-index: 1;
    border: 2px solid var(--theme-color);
    box-shadow: none;
    border-radius: 50%
}

.scroll-top svg {
    color: var(--theme-color);
    border-radius: 50%;
    background: var(--white-color)
}

.scroll-top svg path {
    fill: none
}

.scroll-top .progress-circle path {
    stroke: var(--theme-color);
    stroke-width: 20px;
    box-sizing: border-box;
    -webkit-transition: all 400ms linear;
    transition: all 400ms linear
}

.scroll-top.show {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0)
}

.theme-icon {
    width: 60px;
    height: 60px;
    line-height: 60px;
    text-align: center;
    color: var(--white-color);
    background: var(--theme-color);
    border-radius: 50%;
    margin-bottom: 20px
}

.sec-title {
    margin-bottom: calc(var(--section-title-space) - 11px);
    margin-top: -0.2em;
    text-transform: capitalize
}

.sub-title {
    font-family: var(--title-font);
    color: var(--theme-color);
    margin-bottom: 25px;
    position: relative;
    margin-top: -0.4em;
    padding-top: 0;
    letter-spacing: normal;
    font-size: 20px;
    text-transform: capitalize;
    font-weight: 500;
    display: block
}

.sub-title:has(img) {
    margin-top: 0
}

.sub-title.style-theme2 {
    color: var(--theme-color2)
}

.sub-title.style-theme2:before {
    background-color: var(--theme-color2)
}

.sub-title.style-theme2::after {
    background-color: var(--theme-color2)
}

.sub-title.h4 {
    font-size: 30px;
    font-weight: 600;
    line-height: 1;
    margin-top: -0.14em
}

.sub-title img {
    margin: -11px 10px 0 0
}

.sub-title i {
    font-size: 32px;
    margin-right: 10px
}

@media (max-width: 991px) {
    .sub-title i {
        font-size: 24px
    }
}

.sub-title.style-3 {
    position: relative;
    color: var(--theme-color3)
}

.sub-title.style-3:before {
    display: none
}

.sub-title.style-3:after {
    display: none
}

.sub-title.style-3 .left {
    height: 2px;
    width: 60px;
    background-color: var(--theme-color3);
    display: block;
    margin-right: 8px;
    position: relative
}

.sub-title.style-3 .left::after {
    position: absolute;
    content: "";
    width: 8px;
    height: 8px;
    background-color: var(--theme-color3);
    top: -3px;
    right: 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg)
}

@media (max-width: 450px) {
    .sub-title.style-3 .left {
        display: none
    }
}

.sub-title.style-3 .right {
    height: 2px;
    width: 60px;
    background-color: var(--theme-color3);
    display: block;
    margin-left: 8px;
    position: relative
}

.sub-title.style-3 .right::after {
    position: absolute;
    content: "";
    width: 8px;
    height: 8px;
    background-color: var(--theme-color3);
    top: -3px;
    left: 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg)
}

@media (max-width: 450px) {
    .sub-title.style-3 .right {
        display: none
    }
}

@media (max-width: 1199px) {
    .title-area.text-center.text-xl-start .sub-title {
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center
    }
}

.box-title {
    font-size: 24px;
    line-height: 1.417;
    font-weight: 600;
    margin-top: -0.32em
}

.box-title a {
    color: inherit
}

.box-title a:hover {
    color: var(--theme-color)
}

.box-subtitle {
    margin-bottom: 8px
}

.box-title2 {
    font-size: 20px;
    line-height: 1.5;
    font-weight: 700;
    margin-top: -0.35em
}

.box-title2 a {
    color: inherit
}

.box-title2 a:hover {
    color: var(--theme-color)
}

.title-area {
    margin-bottom: calc(var(--section-title-space) - 11px);
    position: relative;
    z-index: 2
}

.title-area .sec-title {
    margin-bottom: 20px
}

.title-area.mb-0 .sec-title {
    margin-bottom: -0.24em
}

.title-area .th-btn {
    margin-top: 20px;
    margin-bottom: 10px
}

.mb-32 {
    margin-bottom: 32px
}

hr.title-line {
    margin-top: 0;
    background-color: var(--th-border-color);
    opacity: 1
}

.sec-btn {
    text-align: center
}
.sec-btn,
.title-line {
    margin-bottom: var(--section-title-space)
}
.title-area2 {
    padding: 50px 100px
}

.title-area2 .subtitle {
    color: var(--white-color);
    text-transform: uppercase;
    margin-top: -0.4em;
    margin-bottom: 5px;
    display: block
}

.title-area2 .title {
    color: var(--white-color);
    max-width: 430px;
    margin-bottom: -0.26em
}

@media (max-width: 1700px) {
    .title-area2 {
        padding: 50px 50px
    }
}

@media (max-width: 1199px) {
    .sub-title {
        margin-bottom: 20px
    }
    .shadow-title {
        font-size: 64px
    }
    .title-area,
    .sec-title {
        --section-title-space: 60px
    }
    .title-area.mb-45,
    .sec-title.mb-45 {
        margin-bottom: 36px
    }
    .title-area.mb-50,
    .sec-title.mb-50 {
        margin-bottom: 40px
    }
    .sec-btn,
    .title-line {
        --section-title-space: 55px
    }
    .title-area2 .title {
        max-width: 300px
    }
}

@media (max-width: 991px) {
    .shadow-title {
        font-size: 60px
    }
    .title-area,
    .sec-title {
        --section-title-space: 50px
    }
    .title-area.mb-45,
    .sec-title.mb-45 {
        margin-bottom: 35px
    }
    .sec-btn,
    .title-line {
        --section-title-space: 50px
    }
    .sub-title.h4 {
        font-size: 22px
    }
}

@media (max-width: 767px) {
    .title-area2 {
        text-align: center
    }
    .title-area2 .title {
        max-width: 100%
    }
}

@media (max-width: 575px) {
    .shadow-title {
        font-size: 52px
    }
}

@media (max-width: 375px) {
    .shadow-title {
        font-size: 40px
    }
    .title-area2 {
        padding: 40px 20px
    }
}

.th-big-title {
    font-size: 179px;
    font-weight: 700;
    stroke-width: 1px;
    stroke: rgba(1, 28, 26, 0.03);
    color: transparent;
    -webkit-text-stroke: 1px #ffffff0d
}

.shape-mockup-wrap {
    z-index: 2;
    position: relative;
}

.shape-mockup {
    position: absolute;
    z-index: -1;
    pointer-events: none
}

.shape-mockup.z-index-3 {
    z-index: 3;
    pointer-events: none
}

.shape-mockup.z-index-1 {
    z-index: 1;
    pointer-events: none
}

.shape-mockup .svg-img {
    height: 110px;
    width: 110px
}

.z-index-step1 {
    position: relative;
    z-index: 4 !important
}

.z-index-common {
    position: relative;
    z-index: 3
}

.z-index-2 {
    position: relative;
    z-index: 2
}

.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
}

.badge {
    position: absolute;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    display: inline-block;
    text-align: center;
    background-color: var(--theme-color);
    color: var(--white-color);
    padding: 0.25em 0.45em;
    font-size: 0.7em;
    border-radius: 50%;
    top: 8px;
    right: 8px;
    font-weight: 400;
    -webkit-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out
}

.th-social a {
    display: inline-block;
    width: var(--icon-size, 46px);
    height: var(--icon-size, 46px);
    line-height: var(--icon-size, 46px);
    background-color: transparent;
    color: var(--body-color);
    font-size: 16px;
    text-align: center;
    margin-right: 5px;
    border-radius: 10px;
    border: 1px solid var(--th-border-color);
	margin-bottom: 20px;
}

.th-social a:last-child {
    margin-right: 0
}

.th-social a:hover {
    background-color: var(--theme-color);
    color: var(--white-color)
}

.th-social.color-theme a {
    color: var(--body-color);
    border-color: var(--theme-color)
}

.bg-mask {
    -webkit-mask-size: 100% 100%;
    mask-size: 100% 100%;
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat
}

.box-icon img {
    -webkit-transition: 0.4s ease-in-out;
    transition: 0.4s ease-in-out
}

.box-text {
    margin-bottom: -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
    }
}

@media (max-width: 375px) {
    .btn-group {
        display: block
    }
}

.th-bg-img {
    position: absolute;
    inset: 0
}

.th-bg-img img {
    height: 100%;
    width: 100%;
    object-fit: cover
}
.theme-bg2 {
    background-color: var(--theme-color2)
}

.smoke-color2-bg {
    background-color: var(--smoke-color2)
}

.font-icon {
    font-family: var(--icon-font)
}

.font-title {
    font-family: var(--title-font)
}

.font-body {
    font-family: var(--body-font)
}

.fw-extralight {
    font-weight: 100
}

.fw-light {
    font-weight: 300
}

.fw-normal {
    font-weight: 400
}

.fw-medium {
    font-weight: 500
}

.fw-semibold {
    font-weight: 600
}

.fw-bold {
    font-weight: 700
}

.fw-extrabold {
    font-weight: 800
}

.fs-md {
    font-size: 18px
}

.fs-16 {
    font-size: 16px !important
}

.fs-xs {
    font-size: 14px
}

.bg-theme {
    background-color: var(--theme-color) !important
}

.bg-theme2 {
    background-color: var(--theme-color2) !important
}

.bg-smoke {
    background-color: var(--smoke-color) !important
}

.bg-smoke2 {
    background-color: var(--smoke-color2) !important
}

.bg-white {
    background-color: var(--white-color) !important
}

.bg-black {
    background-color: var(--black-color) !important
}

.bg-black2 {
    background-color: var(--black-color2) !important
}

.bg-title {
    background-color: var(--title-color) !important
}

.background-image,
[data-bg-src] {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center
}

.bg-theme--3 {
    background-color: #242C2E
}

.bg-footer-color {
    background-color: #011c1a
}

.bg-fluid {
    background-repeat: no-repeat;
    background-size: 100% 100%;
    background-position: center center
}

.bg-auto {
    background-size: auto auto
}

.bg-top-center {
    background-size: auto;
    background-position: top center
}

.bg-repeat {
    background-size: auto;
    background-repeat: repeat
}

.bg-bottom-right {
    background-size: auto;
    background-position: bottom right
}

.bg-top-right {
    background-size: auto;
    background-position: top right
}

.bg-top-left {
    background-size: auto;
    background-position: top left
}

.text-theme {
    color: var(--theme-color) !important
}

.text-theme2 {
    color: var(--theme-color2) !important
}

.text-title {
    color: 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="title"]:before {
    background-color: var(--title-color)
}

[data-overlay="smoke"]:before {
    background-color: var(--smoke-color)
}

[data-overlay="white"]:before {
    background-color: var(--white-color)
}

[data-overlay="black"]:before {
    background-color: var(--black-color)
}

[data-overlay="overlay1"]:before {
    background-color: #080E1C
}

[data-opacity="1"]:before {
    opacity: .1
}

[data-opacity="2"]:before {
    opacity: .2
}

[data-opacity="3"]:before {
    opacity: .3
}

[data-opacity="4"]:before {
    opacity: .4
}

[data-opacity="5"]:before {
    opacity: .5
}

[data-opacity="6"]:before {
    opacity: .6
}

[data-opacity="7"]:before {
    opacity: .7
}

[data-opacity="8"]:before {
    opacity: .8
}

[data-opacity="9"]:before {
    opacity: .9
}

[data-opacity="10"]:before {
    opacity: 1
}

.ripple-animation,
.play-btn:after,
.play-btn:before {
    -webkit-animation-duration: var(--ripple-ani-duration);
    animation-duration: var(--ripple-ani-duration);
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-animation-name: ripple;
    animation-name: ripple
}

@-webkit-keyframes ripple {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: 0
    }
    30% {
        opacity: 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%
    }
}

@-webkit-keyframes scroll {
    0% {
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }
    100% {
        -webkit-transform: translateX(calc(-100% - var(--gap)));
        transform: translateX(calc(-100% - var(--gap)))
    }
}

@keyframes scroll {

    0% {
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }
    100% {
        -webkit-transform: translateX(calc(-100% - var(--gap)));
        transform: translateX(calc(-100% - var(--gap)))
    }
}

.movingX {
    -webkit-animation: movingX 8s linear infinite;
    animation: movingX 8s linear infinite
}

@-webkit-keyframes movingX {
    0% {
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }
    50% {
        -webkit-transform: translateX(50px);
        transform: translateX(50px)
    }
    100% {
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }
}

@keyframes movingX {
    0% {
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }
    50% {
        -webkit-transform: translateX(50px);
        transform: translateX(50px)
    }
    100% {
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }
}

.movingCar {
    -webkit-animation: movingCar 25s linear infinite;
    animation: movingCar 25s linear infinite
}

@-webkit-keyframes movingCar {
    0% {
        -webkit-transform: translateX(0) rotateY(0deg);
        transform: translateX(0) rotateY(0deg)
    }
    50% {
        -webkit-transform: translateX(calc(100vw*-1 + 108%));
        transform: translateX(calc(100vw*-1 + 108%))
    }
    51% {
        -webkit-transform: translateX(calc(100vw*-1 + 108%)) rotateY(180deg);
        transform: translateX(calc(100vw*-1 + 108%)) rotateY(180deg)
    }
    100% {
        -webkit-transform: translateX(0) rotateY(180deg);
        transform: translateX(0) rotateY(180deg)
    }
}

@keyframes movingCar {
    0% {
        -webkit-transform: translateX(0) rotateY(0deg);
        transform: translateX(0) rotateY(0deg)
    }
    50% {
        -webkit-transform: translateX(calc(100vw*-1 + 108%));
        transform: translateX(calc(100vw*-1 + 108%))
    }
    51% {
        -webkit-transform: translateX(calc(100vw*-1 + 108%)) rotateY(180deg);
        transform: translateX(calc(100vw*-1 + 108%)) rotateY(180deg)
    }
    100% {
        -webkit-transform: translateX(0) rotateY(180deg);
        transform: translateX(0) rotateY(180deg)
    }
}

.moving {
    -webkit-animation: moving 8s linear infinite;
    animation: moving 8s linear infinite
}

@-webkit-keyframes moving {
    0% {
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }
    50% {
        -webkit-transform: translateX(-50px);
        transform: translateX(-50px)
    }
    100% {
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }
}

@keyframes moving {
    0% {
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }
    50% {
        -webkit-transform: translateX(-50px);
        transform: translateX(-50px)
    }
    100% {
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }
}

.jump {
    -webkit-animation: jumpAni 7s linear infinite;
    animation: jumpAni 7s linear infinite
}

@-webkit-keyframes jumpAni {
    0% {
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
    40% {
        -webkit-transform: translateY(-30px);
        transform: translateY(-30px)
    }
    100% {
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
}

@keyframes jumpAni {
    0% {
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
    40% {
        -webkit-transform: translateY(-30px);
        transform: translateY(-30px)
    }
    100% {
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
}

.jump-reverse {
    -webkit-animation: jumpReverseAni 7s linear infinite;
    animation: jumpReverseAni 7s linear infinite
}

@-webkit-keyframes jumpReverseAni {
    0% {
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
    50% {
        -webkit-transform: translateY(30px);
        transform: translateY(30px)
    }
    100% {
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
}

@keyframes jumpReverseAni {
    0% {
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
    50% {
        -webkit-transform: translateY(30px);
        transform: translateY(30px)
    }
    100% {
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
}

.spin {
    -webkit-animation: spin 10s linear infinite;
    animation: spin 10s linear infinite
}

@-webkit-keyframes spin {
    0% {
        -webkit-transform: rotate(0);
        transform: rotate(0)
    }
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}

@keyframes spin {
    0% {
        -webkit-transform: rotate(0);
        transform: rotate(0)
    }
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}

.bg-color-ani,
.color-animate {
    -webkit-animation: bgColor 6s linear infinite;
    animation: bgColor 6s linear infinite
}

@-webkit-keyframes bgColor {
    0% {
        background-color: #F2BA4C
    }
    25% {
        background-color: #81F24C
    }
    50% {
        background-color: #41F27D
    }
    75% {
        background-color: #0500FF
    }
    100% {
        background-color: #F2BA4C
    }
}

@keyframes bgColor {
    0% {
        background-color: #F2BA4C
    }
    25% {
        background-color: #81F24C
    }
    50% {
        background-color: #41F27D
    }
    75% {
        background-color: #0500FF
    }
    100% {
        background-color: #F2BA4C
    }
}

.zoom1 {
    -webkit-animation: zoom1 5s infinite ease-in-out;
    animation: zoom1 5s infinite ease-in-out
}

@-webkit-keyframes zoom1 {
    0% {
        scale: 0.3
    }
    50% {
        scale: 1
    }
    100% {
        scale: 0.3
    }
}

@-webkit-keyframes borderanimate2 {
    0% {
        -webkit-transform: translate(-50%, -50%) scale(1);
        transform: translate(-50%, -50%) scale(1)
    }
    60% {
        opacity: 1
    }
    100% {
        -webkit-transform: translate(-50%, -50%) scale(2.5);
        transform: translate(-50%, -50%) scale(2.5);
        opacity: 0
    }
}

@keyframes borderanimate2 {
    0% {
        -webkit-transform: translate(-50%, -50%) scale(1);
        transform: translate(-50%, -50%) scale(1)
    }
    60% {
        opacity: 1
    }
    100% {
        -webkit-transform: translate(-50%, -50%) scale(2.5);
        transform: translate(-50%, -50%) scale(2.5);
        opacity: 0
    }
}

@-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)
    }
}

@-webkit-keyframes textcolor {
    0% {
        width: 0
    }
    100% {
        width: 100%
    }
}

@keyframes textcolor {
    0% {
        width: 0
    }
    100% {
        width: 100%
    }
}
.footer-widget {
    margin-bottom: 0px
}

.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);
    text-transform: capitalize;
    margin: -0.12em 0 15px 0;
    padding: 0 0 15px 0;
    position: relative
}

.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 0px;
    margin-bottom: 10px;
    font-family: var(--body-font);
    color: #fff;
    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;
    border: 0
}

.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 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-top: -0.4em;
    margin-bottom: 20px
}

.footer-widget .th-widget-about .about-text {
    color: #fff
}

.footer-top .info-box_text {
    color: #fff
}

.footer-top .info-box_link {
    color: #fff;
	margin-top: 21px;
}

@media (max-width: 575px) {
    .col-md-6:last-child .newsletter-widget {
        margin-bottom: 27px
    }
}

@media (max-width: 375px) {
    .col-md-6:last-child .newsletter-widget {
        margin-bottom: 15px
    }
}

.about-logo {
    margin-bottom: 15px
}

.th-widget-about .about-logo {
    margin-bottom: 20px;
}

.th-widget-about .about-text {
    margin-bottom:10px;
    margin-top: -0.9em
}

.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: -0.12em 0 25px 0;
        padding: 0 0 11px 0
    }
    .th-widget-about .about-text {
        margin-bottom: 20px
    }
    .social-box.mb-30 {
        margin-bottom: 25px
    }
}

.th-header {
    position: relative;
    z-index: 41
}

.th-header .icon-btn {
    border-radius: 99px
}

.th-header .menu-area {
    position: relative;
    z-index: 2
}

.sticky-wrapper {
    -webkit-transition: 0.4s ease-in-out;
    transition: 0.4s ease-in-out
}

.sticky-wrapper.sticky {
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    background-color: var(--white-color);
    -webkit-filter: drop-shadow(0 0 10px rgba(0, 0, 0, 0.07));
    filter: drop-shadow(0 0 10px rgba(0, 0, 0, 0.07));
    -webkit-animation: stickyAni 0.4s ease-in-out;
    animation: stickyAni 0.4s ease-in-out
}

.sticky-wrapper.sticky .header-logo {
    padding: 10px 60px 0px 0
}

@media (max-width: 767px) {
    .sticky-wrapper.sticky .header-logo {
        padding: 22px 0px 22px 0
    }
}

@-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: capitalize
}

.main-menu a:hover {
    color: var(--theme-color)
}

.main-menu>ul>li {
    margin: 0 15px
}

.main-menu>ul>li>a {
    padding: 22px 0
}

.main-menu>ul>li>a:hover {
    color: var(--theme-color)
}

.main-menu ul {
    margin: 0;
    padding: 0
}

.main-menu ul li {
    list-style-type: none;
    display: inline-block;
    position: relative
}

.main-menu ul li.menu-item-has-children>a:after {
    content: "\f078";
    display: inline-block;
    position: relative;
    font-family: var(--icon-font);
    margin-left: 4px;
    font-weight: 600;
    top: 0;
    font-size: 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: "\f077";
    color: var(--theme-color);
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg)
}

.main-menu ul li:last-child {
    margin-right: 0 !important
}

.main-menu ul li:first-child {
    margin-left: 0 !important
}

.main-menu ul li:hover>ul.sub-menu {
    visibility: visible;
    opacity: 1;
    -webkit-transform: scaleY(1);
    -ms-transform: scaleY(1);
    transform: scaleY(1);
    z-index: 9
}

.main-menu ul.sub-menu {
    position: absolute;
    text-align: left;
    top: 100%;
    left: 0;
    background-color: var(--white-color);
    visibility: hidden;
    min-width: 230px;
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    padding: 7px;
    left: -14px;
    opacity: 0;
    z-index: -1;
    box-shadow: 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: "\2b";
    float: right;
    top: 1px;
    display: inline-block
}

.main-menu ul.sub-menu li.menu-item-has-children>a:hover:after {
    content: "\f068";
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg)
}

.main-menu ul.sub-menu li a {
    position: relative;
    padding-left: 0;
    text-transform: capitalize
}

.main-menu ul.sub-menu li a:before {
    content: "\f24e";
    position: absolute;
    top: 6px;
    left: 10px;
    font-family: var(--icon-font);
    width: 11px;
    height: 11px;
    text-align: center;
    border-radius: 50%;
    display: inline-block;
    font-size: 1em;
    line-height: 1;
    color: var(--theme-color);
    font-weight: 900;
    opacity: 0;
    visibility: visible;
    -webkit-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out
}

.main-menu ul.sub-menu li a:hover {
    padding-left: 23px
}

.main-menu ul.sub-menu li a:hover:before {
    visibility: visible;
    opacity: 1;
    left: 0
}

.main-menu ul.sub-menu li ul.sub-menu {
    left: 100%;
    right: auto;
    top: 0;
    margin: 0 0;
    margin-left: 20px
}

.main-menu ul.sub-menu li ul.sub-menu li ul {
    left: 100%;
    right: auto
}

@media (max-width: 1500px) {
    .main-menu>ul>li {
        margin: 0 10px
    }
}

.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)
}

.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: 18px
}

@media (max-width: 1500px) {
    .header-button {
        gap: 12px
    }
    .header-button .th-btn.style4 {
        padding: 21px 30px
    }
}

.header-button .icon-btn .badge {
    font-size: 12px;
    top: 0;
    right: 0
}

.header-button .icon-btn:hover .badge {
    background-color: var(--title-color)
}

@media (max-width: 1399px) {
    .header-button .th-btn {
        display: none
    }
}

.social-links .social-title {
    font-weight: 500;
    font-size: 14px;
    display: inline-block;
    margin: 0 12px 0 0;
    color: var(--body-color)
}

.social-links a {
    font-size: 16px;
    display: inline-block;
    color: var(--body-color);
    margin: 0 15px 0 0
}

.social-links a:last-child {
    margin-right: 0 !important
}

.social-links a:hover {
    color: var(--theme-color)
}

.header-logo {
    padding-top: 0px;
    padding-bottom: 15px;
	    width: 210px;
    height: 110px;
}

.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 42px 0 0
}

@media (max-width: 767px) {
    .header-links li:not(:last-child) {
        margin: 0 0px 0 0
    }
}

.header-links li:not(:last-child):after {
    content: '';
    height: 14px;
    width: 1px;
    background-color: var(--white-color);
    position: absolute;
    top: 0px;
    right: -22px;
    margin-top: 7px
}

@media (max-width: 767px) {
    .header-links li:not(:last-child):after {
        display: none
    }
}

.header-links li>i {
    margin-right: 6px;
    color: var(--white-color2)
}

.header-links li,
.header-links span,
.header-links p,
.header-links a {
    color: var(--body-color)
}

.header-links a:hover {
    color: var(--theme-color2)
}

.header-links b,
.header-links strong {
    font-weight: 600;
    margin-right: 6px
}

.header-links .social-links a {
    font-size: 14px
}

.header-notice {
    margin: 0
}

.header-top {
    padding: 6px 0;
    background-color: var(--theme-color);
    --body-color: #fff
}

.header-top a:hover {
    color: var(--theme-color)
}

.main-menu ul li:hover ul.mega-menu {
    visibility: visible;
    opacity: 1;
    -webkit-transform: scaleY(1) translateX(0%);
    -ms-transform: scaleY(1) translateX(0%);
    transform: scaleY(1) translateX(0%);
    z-index: 9
}

@media (max-width: 575px) {
    .header-logo img {
        max-width: 180px
    }
}

@media (max-width: 375px) {
    .header-logo img {
        max-width: 160px
    }
}

.header-default {
    background-color: var(--title-color)
}

.header-default .sticky-wrapper.sticky {
    background-color: var(--title-color)
}

@media (min-width: 1300px) {
    .header-default .container {
        --main-container: 1920;
        padding: 0 60px
    }
}

.header-default .main-menu>ul>li>a {
    padding: 22px 0;
    color: var(--white-color)
}

.header-default .main-menu ul li.menu-item-has-children>a::after {
    color: var(--white-color)
}

.header-default .icon-btn {
    border-radius: 99px;
    color: var(--white-color)
}
.dropdown-link {
    position: relative
}

.dropdown-link>a {
    color: var(--body-color)
}

.dropdown-link>a img {
    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
}

.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
}

.header-icons .icon-btn {
    font-size: 18px
}

.header-icons .icon-btn .badge {
    font-size: 12px;
    top: 0;
    right: 0
}

.header-icons .icon-btn:hover .badge {
    background-color: var(--title-color)
}

.footer-wrapper {
    --border-color: rgba(255, 255, 255, 0.3);
    --body-color: #788094;
    position: relative;
    z-index: 2;
    background-color: var(--title-color);
    overflow: hidden
}

.footer-wrapper .th-social a {
    background-color: #1F2432;
    color: var(--white-color)
}

.footer-wrapper .th-social a:hover {
    background-color: var(--theme-color)
}

.footer-wrapper .social-links a {
    margin: 0 30px 0 0
}

.widget-area {
    padding-top: 0px;
    padding-bottom: 0px
}

.sticky-footer {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%
}

.footer-links ul {
    padding: 0;
    margin: 0
}

.footer-links li {
    font-family: var(--body-font);
    display: inline-block;
    padding-right: 15px;
    margin-right: 10px;
    position: relative
}

.footer-links li:after {
    content: "";
    height: 20px;
    width: 1px;
    background-color: var(--body-color);
    position: absolute;
    top: 50%;
    right: 0;
    margin: -10px 0
}

.footer-links li:last-child {
    margin-right: 0;
    padding-right: 0
}

.footer-links li:last-child:after {
    display: none
}

.footer-links a {
    font-family: inherit;
    color: var(--body-color)
}

.footer-links a:hover {
    color: var(--theme-color)
}

.copyright-wrap {
    padding: 27px 0;
    background: var(--theme-color)
}

@media (max-width: 575px) {
    .copyright-wrap {
        background-color: var(--theme-color2);
        padding: 25px 0 20px
    }
}

.copyright-wrap .copyright-text {
    color: var(--white-color);
    line-height: 1.4
}

.copyright-wrap .copyright-text a {
    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-color2)
}

.copyright-text {
    margin: 0
}

.copyright-text a {
    color: var(--theme-color)
}

.copyright-text a:hover {
    color: var(--white-color)
}

.th-widget-contact {
    max-width: 265px
}

@media (max-width: 991px) {
    .footer-wrapper .widget-area {
        padding-top: var(--section-space-mobile);
        padding-bottom: 0px
    }
    .copyright-text {
        text-align: center
    }
}
.footer-border-right {
    position: relative
}

.footer-border-right:before {
    position: absolute;
    background: #ffffff1f;
    height: 85%;
    width: 1px;
    top: 0;
    content: "";
    right: -40px
}

@media (max-width: 1299px) {
    .footer-border-right:before {
        display: none
    }
}

.footer-border-right:last-child:before {
    display: none
}

.footer-logo-wrap {
    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;
    padding: 24px 40px;
    border-radius: 50px;
    position: relative;
    gap: 25px;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    border: 1px solid #ffffff40
}

@media (max-width: 575px) {
    .footer-logo-wrap {
        padding: 24px 30px;
        border-radius: 50px
    }
}

.footer-logo-wrap:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    background-color: var(--white-color);
    border-radius: 50px;
    opacity: .16;
    z-index: -1
}

.footer-top-social {
    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
}

.footer-top-social .th-social a {
    border-radius: 100%;
    border-color: 1px solid var(--white-color)
}

.footer-top-social .th-social a:hover {
    color: var(--black-color);
    background-color: var(--theme-color2)
}

@media (max-width: 1600px) {
    .footer-wrapper .footer-shape-1 {
        top: 24%;
        left: 1%
    }
}

.footer-default .footer-top .th-widget-contact {
    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;
    width: 100%;
    max-width: 100%;
    border-bottom: 1px solid #ffffff1f;
    padding-bottom: 10px;
    margin-bottom: 40px;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 10px
}

@media (max-width: 1199px) {
    .footer-default .footer-top .th-widget-contact {
        padding-bottom: 50px;
        margin-bottom: 50px
    }
}

.footer-default .footer-top .th-widget-contact .info-box {
    max-width: 390px;
    position: relative
}

.footer-default .footer-top .th-widget-contact .info-box::before {
    position: absolute;
    right: -28%;
    top: 12px;
    height: 69px;
    width: 1px;
    background: #ffffff1f;
    content: ''
}

@media (max-width: 1299px) {
    .footer-default .footer-top .th-widget-contact .info-box::before {
        right: -40%
    }
}
.info-box {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 15px
}

.info-box:last-child {
    margin-bottom: 0
}

.info-box_icon {
    width: 56px;
    height: 56px;
    min-width: 56px;
    line-height: 56px;
    font-size: 22px;
    background-color: rgba(255, 255, 255, 0.08);
    color: var(--theme-color);
    border-radius: 30px;
    text-align: center;
    margin-right: 15px;
    border: 0
}

.info-box_text {
    display: block;
    color: var(--body-color);
    margin-top: -0.45em;
    margin-bottom: -0.45em;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    align-self: center
}

.info-box_link {
    display: inline-block;
    color: var(--body-color)
}

.info-box_link:hover {
    color: var(--theme-color)
}

.breadcumb-menu {
    max-width: 100%;
    padding: 0;
    margin: 25px 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: "\f054";
    position: relative;
    margin-left: 6px;
    font-weight: 500;
    font-size: 15px;
    color: inherit;
    font-family: var(--icon-font)
}

.breadcumb-menu li:last-child {
    padding-right: 0;
    margin-right: 0;
    color: var(--white-color)
}

.breadcumb-menu li:last-child:after {
    display: none
}

.breadcumb-menu li:first-child,
.breadcumb-menu li:first-child a,
.breadcumb-menu li:first-child span {
    color: var(--white-color)
}

.breadcumb-menu li:first-child:hover,
.breadcumb-menu li:first-child a:hover,
.breadcumb-menu li:first-child span:hover {
    color: var(--theme-color)
}

.breadcumb-menu li,
.breadcumb-menu a,
.breadcumb-menu span {
    white-space: normal;
    color: inherit;
    word-break: break-word;
    font-weight: 500;
    font-size: 16px;
    color: var(--white-color)
}

.breadcumb-title {
    margin: -0.20em 0 -0.18em 0;
    line-height: 1.1;
    font-size: 64px;
    font-weight: 600;
    color: var(--white-color)
}

@media (min-width: 1300px) {
    .breadcumb-title {
        font-size: 64px;
        line-height: 1.11
    }
}

.breadcumb-wrapper {
    --space: 160px;
    padding: calc(var(--space) + 100px) 0 var(--space);
    text-align: center;
    position: relative;
    z-index: 2
}

.breadcumb-wrapper::before {
    z-index: -1
}

@media (max-width: 1299px) {
    .breadcumb-wrapper {
        --space: 140px;
        padding: calc(var(--space) + 80px) 0 var(--space)
    }
    .breadcumb-wrapper .breadcrumb-left {
        width: 50px;
        top: 28%
    }
}

@media (max-width: 1199px) {
    .breadcumb-wrapper {
        --space: 120px;
        padding: calc(var(--space) + 90px) 0 var(--space)
    }
    .breadcumb-menu {
        margin: 15px 0 -0.5em 0
    }
    .breadcumb-menu li,
    .breadcumb-menu a,
    .breadcumb-menu span {
        font-size: 18px
    }
    .breadcumb-title {
        font-size: 64px
    }
}

@media (max-width: 991px) {
    .breadcumb-title {
        font-size: 48px
    }
    .breadcumb-wrapper {
        --space: 110px;
        padding: calc(var(--space) + 90px) 0 var(--space)
    }
}

@media (max-width: 767px) {
    .breadcumb-title {
        font-size: 40px
    }
    .breadcumb-wrapper {
        --space: 100px
    }
}

@media (max-width: 575px) {
    .breadcumb-wrapper {
        --space: 90px;
        padding: calc(var(--space) + 85px) 0 var(--space)
    }
    .breadcumb-wrapper .breadcrumb-right {
        bottom: 15%;
        left: 50%;
        width: 39px
    }
    .breadcumb-title {
        font-size: 34px
    }
}
.hero-title {
    font-size: 81px;
    font-weight: 600;
    line-height: 1.11;
    margin-top: -0.2em;
    color: var(--white-color);
    font-family: var(--title-font)
}

@media (max-width: 1399px) {
    .hero-title {
        font-size: 77px
    }
}


@media (max-width: 330px) {
    .hero-title {
        font-size: 29px
    }
}

.sidemenu-wrapper {
    position: fixed;
    z-index: 99999;
    right: 0;
    top: 0;
    height: 100%;
    width: 0;
    background-color: rgba(0, 0, 0, 0.75);
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all ease 0.8s;
    transition: all ease 0.8s
}

.sidemenu-wrapper .th-social a {
    box-shadow: none
}

.sidemenu-wrapper .closeButton {
    display: inline-block;
    border: 2px solid;
    width: 50px;
    height: 50px;
    line-height: 48px;
    font-size: 24px;
    padding: 0;
    position: absolute;
    top: 20px;
    right: 20px;
    background-color: var(--white-color);
    border-radius: 50%;
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
    -webkit-transition: all ease 0.4s;
    transition: all ease 0.4s
}

.sidemenu-wrapper .closeButton:hover {
    color: var(--theme-color);
    border-color: var(--theme-color);
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg)
}

.sidemenu-wrapper .sidemenu-content {
    background-color: var(--white-color);
    width: 450px;
    margin-left: auto;
    padding: 80px 30px;
    height: 100%;
    overflow: scroll;
    position: relative;
    right: -500px;
    cursor: auto;
    -webkit-transition-delay: 1s;
    transition-delay: 1s;
    -webkit-transition: right ease 1s;
    transition: right ease 1s
}

.sidemenu-wrapper .sidemenu-content::-webkit-scrollbar-track {
    box-shadow: inset 0 0 1px rgba(0, 0, 0, 0.1);
    background-color: #f5f5f5
}

.sidemenu-wrapper .sidemenu-content::-webkit-scrollbar {
    width: 2px;
    background-color: #f5f5f5
}

.sidemenu-wrapper .sidemenu-content select,
.sidemenu-wrapper .sidemenu-content input,
.sidemenu-wrapper .sidemenu-content .form-select,
.sidemenu-wrapper .sidemenu-content .form-control,
.sidemenu-wrapper .sidemenu-content textarea {
    background-color: var(--smoke-color2);
    border-radius: 27px;
	margin-bottom: 10px;
}

.sidemenu-wrapper .widget {
    padding: 0;
    border: none;
    background-color: transparent
}

.sidemenu-wrapper .info-box_icon {
    background-color: rgba(255, 156, 0, 0.15)
}

.sidemenu-wrapper.show {
    opacity: 1;
    visibility: visible;
    width: 100%;
    -webkit-transition: all ease 0.8s;
    transition: all ease 0.8s
}

.sidemenu-wrapper.show .sidemenu-content {
    right: 0;
    opacity: 1;
    visibility: visible
}

.contact-form {
    border-radius: 16px;
    background-color: #242c2e;
    padding: 40px;
    text-align: center
}

.contact-form .sec-title {
    margin-bottom: 25px
}

@media (max-width: 991px) {
    .contact-form {
        padding: 40px
    }
}

@media (max-width: 575px) {
    .contact-form {
        padding: 40px 20px
    }
}

.rounded-20 {
    border-radius: 20px;
    overflow: hidden
}

.form-text {
    font-size: 16px
}

.contact-map {
    line-height: 0px;
    width: 100%;
    margin: 0 auto;
    border-radius: 30px;
    padding: 30px;
    border: 1px solid var(--th-border-color)
}

@media (max-width: 991px) {
    .contact-map {
        padding: 20px;
        border-radius: 26px
    }
}

.contact-map iframe {
    width: 100%;
    height: 600px;
    border-radius: 24px
}

@media (max-width: 1199px) {
    .contact-map iframe {
        height: 400px
    }
}

@media (max-width: 991px) {
    .contact-map iframe {
        height: 350px;
        border-radius: 20px
    }
}

.contact-form select,
.form-control,
.form-select,
textarea,
input {
    height: 56px
}

.contact-from-1-wrap .contact-form select,
.contact-from-1-wrap .form-control,
.contact-from-1-wrap .form-select,
.contact-from-1-wrap textarea,
input {
    height: 56px;
    border: 0
}

.contact-form textarea.form-control,
textarea {
    height: 180px
}

.img-box1.about-1 {
    position: relative;
    z-index: 5;
    text-align: center;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    gap: 24px
}

@media (max-width: 767px) {
    .img-box1.about-1 {
        margin-left: 25px
    }
}

@media (max-width: 575px) {
    .img-box1.about-1 {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column
    }
}

.img-box1.about-1 .logo-shape {
    top: 40%;
    z-index: 2;
    left: 36%
}

@media (max-width: 575px) {
    .img-box1.about-1 .logo-shape {
        display: none
    }
}

.img-box1.about-1 .img1 {
    position: relative;
    z-index: 1
}

.img-box1.about-1 .img1:before {
    content: "";
    position: absolute;
    height: 98%;
    width: 100%;
    left: -24px;
    top: -24px;
    border: 1px solid var(--theme-color2);
    border-radius: 90px 0 100px 100px;
    z-index: -1
}

.img-box1.about-1 .img1 img {
    border-radius: 90px 0 100px 100px
}

@media (max-width: 575px) {
    .img-box1.about-1 .img1 img {
        width: 100%
    }
}

.img-box1.about-1 .img2 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 24px
}

.img-box1.about-1 .img2 img {
    border-radius: 100px 100px 100px 0
}

.img-box1.about-1 .img2 .img2-bottom img {
    border-radius: 0px 100px 100px 100px
}

.about-feature {
    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;
    background-color: var(--smoke-color2);
    border-radius: 15px;
    padding: 10px 15px;
    max-width: 244px;
    text-align: left
}

.about-feature-wrap {
    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-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    gap: 20px 40px;
    margin-bottom: 40px;
    padding-bottom: 40px;
    border-bottom: 1px solid var(--th-border-color)
}

@media (max-width: 767px) {
    .about-feature-wrap {
        gap: 20px
    }
}

.about-feature .box-title {
    font-size: 18px;
    line-height: 26px;
    margin-top: -0.34em;
    margin-bottom: -0.34em
}

.about-2-logo-shape {
    top: 43%;
    z-index: 2;
    margin-left: -77px
}

@media (max-width: 1500px) {
    .about-2-logo-shape {
        margin-left: -45px
    }
}

@media (max-width: 991px) {
    .about-2-logo-shape {
        margin-left: -25px
    }
}

@media (max-width: 600px) {
    .about-2-logo-shape {
        display: none
    }
}

.about-2-bottom .info-box {
    gap: 8px;
    margin-bottom: 15px
}

.about-2-bottom .info-box:hover .info-box_icon img {
    -webkit-transform: rotateY(-180deg);
    transform: rotateY(-180deg)
}

.about-2-bottom .info-box .info-box_icon {
    width: 80px;
    background: var(--theme-color);
    height: 80px;
    line-height: 80px;
    border-radius: 50%;
    -webkit-transition: .4s;
    transition: .4s
}

.about-2-bottom .info-box .info-box_icon img {
    -webkit-transition: .4s;
    transition: .4s
}

.about-2-bottom .info-box .info-contnt {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1
}

.about-2-bottom .info-box .info-contnt .box-title {
    font-size: 30px;
    margin-bottom: 7px
}

@media (max-width: 991px) {
    .about-2-bottom .info-box .info-contnt .box-title {
        font-size: 24px
    }
}

.img-box2 .img2 {
    border-radius: 30px;
    position: relative
}

.img-box2 .img2:before {
    content: "";
    position: absolute;
    left: -24px;
    top: -21px;
    height: 100%;
    width: 97%;
    border: 4px solid var(--theme-color);
    border-radius: 24px;
    z-index: -1
}

@media (max-width: 600px) {
    .img-box2 .img2:before {
        display: none
    }
}

.img-box2 .img2 img {
    border-radius: 30px;
    width: 100%
}

.about-2-bottom.style-2 .info-box_icon {
    background: #242C2E
}

.testi-img-box {
    position: relative;
    margin-left: -308px;
    z-index: 1
}

@media (max-width: 1500px) {
    .testi-img-box {
        margin-left: -250px
    }
}

@media (max-width: 1299px) {
    .testi-img-box {
        margin-left: -305px
    }
}

@media (max-width: 1199px) {
    .testi-img-box {
        margin-left: 0
    }
}

.testi-block {
    border-radius: 24px 50px 24px 24px;
    box-shadow: 0px 4px 20px rgba(0, 0, 0, 0.06);
    -webkit-transition: .4s;
    transition: .4s;
    padding: 40px;
    background-color: var(--white-color);
    border-bottom: 6px solid var(--theme-color);
    position: relative
}

.testi-block:hover {
    -webkit-transform: translateY(-3px);
    -ms-transform: translateY(-3px);
    transform: translateY(-3px)
}

.testi-block:hover .testi-icon-1-top {
    background: var(--theme-color2)
}

.testi-block:hover .testi-icon-1-top img {
    -webkit-filter: brightness(0) invert(1);
    filter: brightness(0) invert(1)
}

.testi-block .testi-icon-1-top {
    width: 111px;
    height: 91px;
    top: 0;
    right: 0;
    text-align: center;
    line-height: 91px;
    background: var(--smoke-color2);
    border-radius: 0 50px;
    -webkit-transition: .4s;
    transition: .4s;
    position: absolute;
    z-index: 2
}

.testi-block .testi-icon-1-top img {
    -webkit-transition: inherit;
    transition: inherit
}

@media (max-width: 420px) {
    .testi-block .testi-icon-1-top {
        display: none
    }
}

@media (max-width: 991px) {
    .testi-block .box-title {
        font-size: 22px
    }
}

@media (max-width: 767px) {
    .testi-block {
        padding: 25px
    }
}

.testi-block-top {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    gap: 15px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 25px
}

.testi-block-top .box-img {
    border-radius: 50%;
    height: 80px;
    width: 80px
}

.testi-block-top .box-img img {
    border-radius: 50%;
    height: 80px;
    width: 80px
}

.testi-block-top .content {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1
}

.testi-block-top .content .box-desig {
    margin: 0;
    line-height: 1;
    margin-bottom: 11px
}

.testi-block-top .content .box-title {
    line-height: 1;
    margin-bottom: 11px
}

@media (max-width: 991px) {
    .testi-block-top .content .box-title {
        font-size: 20px
    }
}

.testi-block .box-review {
    color: var(--yellow-color);
    margin-bottom: -0.3em;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    gap: 6px;
    font-size: 13px
}
.checklist ul {
    padding-left: 0;
    list-style: none;
    text-align: left;
    margin-bottom: 0
}

.checklist.list-two-column ul {
    display: inline-grid;
    grid-template-columns: auto auto;
    gap: 0 40px
}

@media (max-width: 767px) {
    .checklist.list-two-column ul {
        grid-template-columns: auto
    }
    .checklist.list-two-column ul li {
        text-align: initial
    }
}

.checklist.list-three-column ul {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    gap: 0 12px
}

@media (max-width: 1299px) {
    .checklist.list-three-column ul {
        grid-template-columns: repeat(2, 1fr)
    }
}

@media (max-width: 480px) {
    .checklist.list-three-column ul {
        grid-template-columns: repeat(1, 1fr)
    }
}

.checklist.list-three-column ul li {
    font-weight: 400;
    font-size: 16px;
    line-height: 26px;
	color: #101010;
}

.checklist li {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    gap: 10px
}

.checklist li>i {
    color: var(--theme-color);
    font-size: 16px;
    line-height: 28px
}

.checklist li:not(:last-child) {
    margin-bottom: 4px
}

@media (max-width: 1199px) {
    .checklist.mb-45 {
        margin-bottom: 40px
    }
}

.checklist.style-2 li>i {
    color: var(--theme-color2)
}

.check-list ul {
    padding-left: 0;
    list-style: none;
    text-align: left;
    margin-bottom: 0
}

.check-list li {
    margin-bottom: 16px
}

.check-list li:last-child {
    margin-bottom: 0
}

.check-list li>i {
    color: var(--theme-color);
    margin-right: 5px
}

@media (max-width: 1199px) {
    p.mb-40 {
        margin-bottom: 35px
    }
    p.mb-45 {
        margin-bottom: 38px
    }
}

.choose-card:hover .icon img {
    -webkit-transform: rotateY(-180deg);
    transform: rotateY(-180deg)
}

.choose-card .icon {
    width: 80px;
    background: var(--theme-color2);
    height: 80px;
    line-height: 80px;
    border-radius: 50%;
    -webkit-transition: .4s;
    transition: .4s;
    text-align: center;
    margin-left: auto;
    margin-bottom: 22px
}

.choose-card .icon img {
    -webkit-transition: .4s;
    transition: .4s
}

@media (max-width: 1199px) {
    .choose-card .icon {
        margin-left: 0
    }
}

.choose-card .box-title {
    font-size: 30px;
    color: var(--white-color);
    margin-bottom: 5px
}

@media (max-width: 767px) {
    .choose-card .box-title {
        font-size: 24px
    }
}

.choose-card-thumb {
    max-width: 574px;
    margin: auto;
    border-radius: 24px;
    padding: 10px 1px;
    background: var(--theme-color);
    position: relative
}

.choose-card-thumb .choose-card-thumb-play-btn {
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%)
}

.choose-card-thumb img {
    border-radius: 20px
}

.order-xl-0:last-child .choose-card .icon {
    margin-left: 0
}

@media (max-width: 575px) {
    .choose-card .icon {
        margin-left: auto;
        margin-right: auto
    }
    .order-xl-0:last-child .choose-card .icon {
        margin-left: auto;
        margin-right: auto
    }
}

.accordion-card {
    -webkit-transition: 0.4s;
    transition: 0.4s;
    border-radius: 30px !important;
    overflow: hidden;
    text-align: left;
    position: relative;
    z-index: 3;
    border: 1px solid var(--th-border-color)
}

.accordion-card:not(:last-child) {
    margin-bottom: 28px
}

.accordion-card .accordion-button {
    font-size: 18px;
    font-weight: 600;
    font-family: var(--title-font);
    border: 0;
    border-color: var(--th-border-color);
    color: var(--title-color);
    background-color: transparent;
    border-radius: 0;
    padding: 13px 45px 13px 30px;
    min-height: 58px;
    gap: 10px;
    margin-bottom: 0;
    text-align: left;
    -webkit-transition: 0.4s;
    transition: 0.4s;
    position: relative
}

.accordion-card .accordion-button:after {
    content: "\2b";
    height: 100%;
    width: auto;
    line-height: 1;
    background-color: transparent;
    background-image: none;
    font-family: var(--icon-font);
    color: var(--theme-color);
    font-weight: 500;
    font-size: 1em;
    display: grid;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
    position: absolute;
    top: 0;
    right: 30px;
    -webkit-transition: 0.4s;
    transition: 0.4s
}

.accordion-card .accordion-button:focus {
    outline: none;
    box-shadow: none
}

.accordion-card .accordion-button:not(.collapsed) {
    box-shadow: none;
    border-radius: 0;
    position: relative
}

.accordion-card .accordion-button:not(.collapsed):before {
    position: absolute;
    content: "";
    bottom: 0;
    width: 93%;
    height: 0px;
    background-color: var(--th-border-color)
}

.accordion-card .accordion-button:not(.collapsed):after {
    content: '\f068';
    -webkit-transform: rotateX(180deg);
    transform: rotateX(180deg);
    color: var(--white-color)
}

.accordion-card .accordion-collapse {
    border: none
}

.accordion-card .accordion-body {
    border-radius: 30;
    border: none;
    padding: 0px 30px 30px 30px;
    -webkit-transition: 0.4s;
    transition: 0.4s
}

.accordion-card .faq-text {
    margin-bottom: -0.48em;
    -webkit-transition: 0.4s;
    transition: 0.4s
}

.accordion-card:has(.show) {
    border-radius: 30px;
    background: var(--theme-color)
}

.accordion-card:has(.show) .accordion-button {
    color: var(--white-color)
}

.accordion-card:has(.show) .faq-text {
    color: var(--white-color)
}

.faq-img-box2 .img {
    position: relative;
    border-radius: 24px
}

.faq-img-box2 .img img {
    border-radius: 24px;
    width: 100%;
    margin-left: -20px
}

@media (max-width: 767px) {
    .faq-img-box2 .img img {
        margin-left: -10px
    }
}

@media (max-width: 575px) {
    .faq-img-box2 .img img {
        margin-left: 0
    }
}

.faq-img-box2 .img:before {
    content: "";
    position: absolute;
    height: 100%;
    width: 96%;
    top: -22px;
    right: 0;
    border: 1px solid var(--theme-color);
    background: var(--smoke-color2);
    border-radius: 24px;
    z-index: -1
}

@media (max-width: 767px) {
    .faq-img-box2 .img:before {
        top: -10px
    }
}

@media (max-width: 575px) {
    .faq-img-box2 .img:before {
        display: none
    }
}

.service-card {
    position: relative;
    box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.04);
    background: var(--smoke-color2);
    border-radius: 24px;
    padding: 40px;
    padding-bottom: 26px;
    -webkit-transition: .4s;
    transition: .4s;
    border-bottom: 6px solid var(--theme-color)
}

.service-card::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    width: 0;
    height: 100%;
    background-color: var(--theme-color2);
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
    z-index: -1;
    border-radius: 24px 24px 20px 20px
}

.service-card .service_card-bg-1 {
    top: 0;
    right: 0
}

.service-card:hover {
    -webkit-transform: translateY(-3px);
    -ms-transform: translateY(-3px);
    transform: translateY(-3px)
}

.service-card:hover::before {
    width: 100%
}

.service-card:hover .box-icon {
    background: var(--theme-color)
}

.service-card:hover .box-icon img {
    -webkit-filter: brightness(0) invert(1);
    filter: brightness(0) invert(1);
    -webkit-transform: rotateY(180deg);
    transform: rotateY(180deg)
}

.service-card:hover .box-content .box-title {
    color: var(--white-color)
}

.service-card:hover .box-content .box-text {
    color: var(--white-color)
}

.service-card:hover .link-btn {
    color: var(--white-color)
}

.service-card:hover .link-btn:hover {
    color: var(--theme-color)
}

@media (max-width: 991px) {
    .service-card {
        padding: 20px
    }
}

.service-card .box-icon {
    height: 80px;
    width: 80px;
    line-height: 80px;
    background: var(--white-color);
    text-align: center;
    border-radius: 50%;
    box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.05);
    margin-bottom: 28px;
    -webkit-transition: .4s;
    transition: .4s
}

.service-card .box-icon img {
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease
}

.service-card .box-content .box-title {
    margin-bottom: 15px
}

.service-card .box-content .box-text {
    margin-bottom: 15px;
    -webkit-transition: .4s;
    transition: .4s
}

.service-card.style-2 {
    background: var(--smoke-color2);
    text-align: center;
    padding: 30px;
    padding-bottom: 22px
}

.service-card.style-2:hover .box-icon {
    background: var(--theme-color)
}

.service-card.style-2:hover .link-btn i {
    opacity: 1
}

.service-card.style-2 .box-icon {
    margin-left: auto;
    margin-right: auto;
    background: var(--theme-color2)
}

.service-card.style-2 .link-btn {
    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
}

.service-card.style-2 .box-icon img {
    -webkit-filter: brightness(0) invert(1);
    filter: brightness(0) invert(1)
}

.service-3-item {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    gap: 24px;
    position: relative;
    -webkit-transition: .4s;
    transition: .4s;
    height: 338px
}

@media (max-width: 1299px) {
    .service-3-item {
        height: 365px
    }
}

@media (max-width: 1199px) {
    .service-3-item {
        height: 315px
    }
}

@media (max-width: 991px) {
    .service-3-item {
        height: 338px
    }
}

.service-3-item__content {
    width: 50%;
    background: #242C2E;
    border-radius: 24px;
    padding: 30px;
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    overflow: hidden;
    -webkit-transition: .4s;
    transition: .4s
}

.service-3-item__thumb {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    border-radius: 24px;
    height: 100%;
    -webkit-transition: .4s;
    transition: .4s
}

.service-3-item__thumb img {
    border-radius: 24px;
    height: 100%;
    width: 100%;
    object-fit: cover
}

.service-3-item__top-icon {
    position: absolute;
    top: 0;
    right: 0;
    height: 120px;
    width: 120px;
    line-height: 120px;
    text-align: center;
    background: var(--theme-color2);
    border-radius: 0 24px 0 32px;
    -webkit-transition: .4s;
    transition: .4s
}

.service-3-item__content .box-count {
    font-size: 73px;
    font-weight: 600;
    color: #505658;
    line-height: 1;
    margin-top: -29px;
    margin-bottom: 10px
}

.service-3-item .box-title {
    color: var(--white-color);
    margin-bottom: -6px;
    max-width: 145px;
    -webkit-transition: inherit;
    transition: inherit
}

.service-3-item__hover {
    visibility: hidden;
    opacity: 0;
    width: 200%;
    height: 0;
    -webkit-transition: all .4s;
    transition: all .4s
}

.service-3-item__hover .sec-text {
    margin-bottom: 29px;
    color: var(--white-color);
    -webkit-transition: .2s;
    transition: .2s;
    text-wrap-style: balance
}

.service-3-item.active {
    width: 104%
}

.service-3-item.active .service-3-item__thumb {
    width: 0;
    opacity: 0
}

.service-3-item.active .service-3-item__content {
    width: 100%;
    background: var(--theme-color2)
}

.service-3-item.active .service-3-item__content .box-count {
    color: var(--white-color)
}

.service-3-item.active .box-title {
    opacity: 0;
    overflow: hidden
}

.service-3-item.active .service-3-item__top-icon {
    background: var(--theme-color)
}

.service-3-item.active .service-3-item__hover {
    visibility: visible;
    opacity: 1;
    width: 100%;
    height: 100%
}

.service-3-item.active .service-3-item__hover .box-title {
    color: var(--white-color);
    opacity: 1;
    max-width: 100%;
    margin-bottom: 11px
}

.service-3-item.active .service-3-item__hover .box-count {
    color: var(--white-color);
    margin-bottom: 30px
}

.service-3-item.active .service-3-item__hover .th-btn {
    -webkit-transition: inherit;
    transition: inherit
}

.service-3-item.active .service-3-item__hover .sec-text {
    text-wrap-mode: wrap
}

@media (max-width: 767px) {
    .service-3-item {
        -webkit-flex-wrap: wrap-reverse;
        -ms-flex-wrap: wrap-reverse;
        flex-wrap: wrap-reverse;
        overflow: hidden;
        height: 360px;
        border-radius: 24px
    }
    .service-3-item__content {
        width: 100%;
        height: 180px
    }
    .service-3-item.active {
        width: 100%
    }
    .service-3-item__thumb {
        height: 157px;
        overflow: hidden
    }
    .service-3-item.active .service-3-item__content {
        width: 100%;
        height: 345px;
        background: var(--theme-color)
    }
    .service-3-item__content .box-count {
        font-size: 50px;
        margin-bottom: 20px
    }
    .service-3-item.active .service-3-item__hover .box-title {
        margin-bottom: 20px
    }
    .service-3-item__top-icon {
        height: 90px;
        width: 90px;
        line-height: 90px
    }
    .service-3-item__top-icon img {
        width: 35px
    }
}

@media (max-width: 460px) {
    .service-3-item {
        height: 370px
    }
    .service-3-item.active .service-3-item__content {
        height: 370px
    }
}

@media (max-width: 390px) {
    .service-3-item {
        height: 390px
    }
    .service-3-item.active .service-3-item__content {
        height: 390px
    }
}

@media (max-width: 370px) {
    .service-3-item {
        height: 410px
    }
    .service-3-item.active .service-3-item__content {
        height: 410px
    }
}

@media (max-width: 370px) {
    .service-3-item {
        height: 420px
    }
    .service-3-item.active .service-3-item__content {
        height: 420px
    }
}

@media (max-width: 320px) {
    .service-3-item {
        height: 440px
    }
    .service-3-item.active .service-3-item__content {
        height: 440px
    }
}

.page-title {
    margin-bottom: 20px;
    font-size: 46px
}

@media (max-width: 767px) {
    .page-title {
        font-size: 28px
    }
}

.page-img {
    margin-bottom: 40px;
    overflow: hidden;
    border-radius: 24px
}

.page-img img {
    width: 100%
}

@media (max-width: 767px) {
    .page-img {
        border-radius: 10px
    }
}

.page-single {
    margin-bottom: 30px
}

.process-box.style-2 {
    text-align: center;
    padding: 0 22px;
    position: relative;
    -webkit-transition: .4s;
    transition: .4s
}

.process-box.style-2:before {
    width: 300px;
    position: absolute;
    content: '';
    border-top: 2px dashed var(--theme-color2);
    top: 104px;
    right: -190px;
    z-index: -1
}

@media (max-width: 991px) {
    .process-box.style-2:before {
        display: none
    }
}

.process-box.style-2 .box-icon {
    height: 220px;
    width: 220px;
    line-height: 200px;
    text-align: center;
    background: var(--theme-color2);
    border-radius: 100%;
    margin: 0 auto 30px;
    position: relative;
    border: 11px solid var(--white-color)
}

.process-box.style-2 .box-icon::before {
    content: '';
    width: 220px;
    height: 220px;
    position: absolute;
    top: -10px;
    left: -10px;
    border: 2px dashed var(--theme-color);
    border-radius: inherit
}

.process-box.style-2 .box-icon .number {
    position: absolute;
    display: block;
    right: 0;
    width: 58px;
    height: 58px;
    background: var(--theme-color);
    border-radius: 50%;
    line-height: 58px;
    color: var(--white-color);
    font-size: 30px;
    border: 2px solid transparent;
    font-weight: 500;
    -webkit-transition: .4s;
    transition: .4s;
    display: block
}

.process-box.style-2 .box-title {
    font-size: 30px;
    margin-bottom: 12px
}

@media (max-width: 767px) {
    .process-box.style-2 .box-title {
        font-size: 24px
    }
}

.process-box.style-2:hover .box-icon .number {
    background: var(--theme-color2);
    border-color: var(--white-color)
}

.process-box.style-2:hover .box-icon::before {
    -webkit-animation: spin 10s linear infinite;
    animation: spin 10s linear infinite
}

.col-xl-4:last-child .process-box.style-2:before {
    display: none
}

.process-box.style-2:hover .box-icon img {
    -webkit-transform: rotateY(-180deg);
    transform: rotateY(-180deg)
}

.process-box.style-2.theme-3:before {
    z-index: 1;
    border-top: 2px dashed var(--theme-color)
}

.process-box.style-2.theme-3 .box-icon {
    z-index: 2;
    border: 10px solid #242c2e;
    background: var(--black-color)
}

.process-box.style-2.theme-3 .box-icon::before {
    border-color: var(--theme-color)
}

.process-box.style-2.theme-3 .box-icon .number {
    background: var(--theme-color)
}

.process-box.style-2.theme-3:hover .box-icon .number {
    background: var(--theme-color)
}
.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: 5px
}

.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
}

.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
}

.mt-40 {
    margin-top: 40px
}

.mb-33 {
    margin-bottom: 33px
}

.mb-28 {
    margin-bottom: 28px
}

.space,
.space-top {
    padding-top: var(--section-space);
	padding-bottom: 20px;
}

.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: 70px
    }
    .space-extra2,
    .space-extra2-bottom {
        padding-bottom: 70px
    }
}

.header-layout8 {
    position: absolute;
    width: 100%;
    top: 45px;
    background: none
}

.header-layout8 .main-menu>ul>li>a {
    color: var(--white-color)
}

.header-layout8 .main-menu>ul>li>a::after {
    color: var(--white-color)
}

.header-layout8 .header-button button {
    color: var(--white-color)
}

.header-layout8 .sticky-wrapper.sticky {
    background-color: var(--title-color)
}

@media (max-width: 1199px) {
    .header-layout8 .sticky-wrapper.sticky .header-logo {
        padding: 22px 0 22px 0
    }
}

@media (max-width: 1879px) {
    .header-layout8 {
        padding: 0 30px
    }
}

@media (max-width: 991px) {
    .header-layout8 {
        padding: 0 45px
    }
}

@media (max-width: 575px) {
    .header-layout8 {
        top: 20px;
        padding: 0 10px
    }
}

.hero-8-wrapper {
    position: relative;
    top: 0;
    width: 100%;
    height: 100%;
    padding: 30px;
    padding-bottom: 0
}

@media (max-width: 575px) {
    .hero-8-wrapper {
        padding: 10px
    }
}

.hero-8-wrapper .th-hero-bg {
    position: relative;
    width: 100%;
    height: 100%;
    border-radius: 50px
}

.hero-8-wrapper .th-hero-bg img {
    width: auto;
    max-width: inherit
}

@media screen and (min-width: 1199px) and (max-width: 1200px) {
    .hero-8-wrapper .th-hero-bg img {
        width: 90%
    }
}

@media (max-width: 767px) {
    .hero-8-wrapper .th-hero-bg img {
        width: 100%
    }
}

.hero-8-wrapper .th-hero-bg::before {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    content: "";
    -webkit-backdrop-filter: blur(6px);
    backdrop-filter: blur(6px);
    background: rgba(1, 28, 26, 0.9);
    border-radius: 50px
}

@media (max-width: 575px) {
    .hero-8-wrapper .th-hero-bg::before {
        border-radius: 25px
    }
}

.hero-8-wrapper .hero-inner {
    padding-top: 334px;
    padding-bottom: 334px
}

@media (max-width: 1199px) {
    .hero-8-wrapper .hero-inner {
        padding-top: 200px;
        padding-bottom: 0
    }
}

@media (max-width: 991px) {
    .hero-8-wrapper .hero-inner {
        padding-top: 140px
    }
}

.hero-8-wrapper .hero-img {
    position: absolute;
    bottom: 0;
    z-index: -1
}

@media (max-width: 1500px) {
    .hero-8-wrapper .hero-img {
        right: 0
    }
}

@media (max-width: 1299px) {
    .hero-8-wrapper .hero-img {
        right: -40px
    }
}

@media (max-width: 1199px) {
    .hero-8-wrapper .hero-img {
        position: static;
        text-align: center
    }
}

@media (max-width: 1500px) {
    .hero-8-wrapper .hero-title {
        font-size: 70px
    }
}

@media (max-width: 1299px) {
    .hero-8-wrapper .hero-title {
        font-size: 60px
    }
}

@media (max-width: 767px) {
    .hero-8-wrapper .hero-title {
        font-size: 45px
    }
}

@media (max-width: 575px) {
    .hero-8-wrapper .hero-title {
        font-size: 26px
    }
}

@media (max-width: 1299px) {
    .hero-8-wrapper .box-text {
        margin-right: 100px
    }
    .hero-8-wrapper .box-text br {
        display: none
    }
}

@media (max-width: 1199px) {
    .hero-8-wrapper .box-text {
        margin-right: 0
    }
}

.hero-8-wrapper .slider-pagination {
    position: absolute;
    width: auto;
    top: 44%;
    left: auto;
    right: 5%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%)
}

@media (min-width: 350px) and (max-width: 1550px) {
    .hero-8-wrapper .slider-pagination {
        left: 0;
        right: 0;
        text-align: center;
        margin: auto;
        top: auto;
        bottom: 5%
    }
}

.hero-8-wrapper .slider-pagination .swiper-pagination-bullet {
    display: block;
    background-color: var(--white-color);
    position: relative
}

.hero-8-wrapper .slider-pagination .swiper-pagination-bullet:not(:last-child) {
    margin-bottom: 20px
}

.hero-8-wrapper .slider-pagination .swiper-pagination-bullet-active {
    background-color: var(--theme-color)
}

.hero-8-wrapper .slider-pagination .swiper-pagination-bullet-active::before {
    position: absolute;
    content: "";
    border: 2px solid var(--theme-color)
}

@media (max-width: 1550px) {
    .hero-8-wrapper .slider-pagination .swiper-pagination-bullet {
        display: inline-block;
        margin-bottom: 20px
    }
}

@media (max-width: 1199px) {
    .hero-8-wrapper .client-group-wrap {
        left: 0
    }
}

@media (max-width: 575px) {
    .hero-8-wrapper .client-group-wrap .thumb {
        margin-right: 30px
    }
}

.hero-style8 .hero-title>span {
    font-style: italic;
    color: var(--theme-color)
}

.main-menu-two__call {
  position: relative;
  display: flex;
  align-items: center;
}

.main-menu-two__call-icon {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: 18px;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
  height: 40px;
  width: 40px;
  background-color: #b68c5a;
  border-radius: 50%;
}

.main-menu-two__call-content {
  margin-left: 10px;
}

.main-menu-two__call-sub-title {
  font-size: 14px;
  line-height: 14px;
  margin-bottom: 3px;
	    color: #fff;
}

.main-menu-two__call-number {
  font-size: 18px;
  font-weight: 600;
  margin-top: 14px;
}

.main-menu-two__call-number a {
  color: #fff;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
	line-height: 20px;
	font-family: "Bitter", serif;

}

.main-menu-two__call-number a:hover {
  color: #fff;
}

.section-padding {
    padding: 45px 0;
}
.contact-top h2 {
  font-size: 40px;
  font-weight: 400;
  margin-bottom: 40px;
	text-align: center;
}
@media (max-width: 991px) {
  .contact-top h2 {
    font-size: 45px;
  }
}
@media (max-width: 575px) {
  .contact-top h2 {
    font-size: 40px;
    margin-bottom: 30px;
  }
}
.contact-top .icon-box-items {
  display: flex;
  align-items: center;
  gap: 20px;
  border-radius: 20px;
  border: 1px solid rgba(17, 17, 17, 0.1);
  padding: 15px 20px;
  transition: all 0.4s ease-in-out;
	height: 160px;
}
@media (max-width: 1199px) {
  .contact-top .icon-box-items {
    display: block;
  }
}
.contact-top .icon-box-items .icon {
  max-width: 62px;
  height: 62px;
  line-height: 62px;
  text-align: center;
  background-color: #011c1a;
  border-radius: 50%;
  width: 100%;
  transition: all 0.4s ease-in-out;
}
@media (max-width: 1199px) {
  .contact-top .icon-box-items .icon {
    margin-bottom: 15px;
  }
}
.contact-top .icon-box-items .icon img {
  transition: all 0.4s ease-in-out;
}
.contact-top .icon-box-items .content h5 {
  font-size: 20px;
  font-weight: 400;
}
@media (max-width: 1399px) {
  .contact-top .icon-box-items .content h5 {
    font-size: 18px;
  }
}
.contact-top .icon-box-items:hover .icon {
  background-color: #b68c5a;
}
.contact-top .icon-box-items:hover .icon img {
  filter: brightness(0) invert(1);
}

.contact-middle-items {
  margin-top: 70px;
}
.contact-middle-items .contact-form-box {
  border-radius: 10px;
  border: 1px solid rgba(0, 0, 0, 0.08);
  background: var(--white);
  padding: 50px 40px;
}
.contact-middle-items .contact-form-box h3 {
  font-size: 42px;
  font-weight: 400;
  margin-bottom: 20px;
}
.contact-middle-items .contact-form-box .form-clt input, .contact-middle-items .contact-form-box .form-clt textarea {
  border-radius: 2px;
  border: 1px solid rgba(0, 53, 102, 0.12);
  background: var(--white);
  line-height: 1;
  padding: 20px 25px;
  width: 100%;
  text-transform: capitalize;
  color: var(--text);
}
.contact-middle-items .contact-form-box .form-clt textarea {
  padding-bottom: 110px;
}
.contact-middle-items .contact-form-box .theme-btn {
  border: 1px solid transparent;
  padding: 15px 38px;
  transition: all 0.4s ease-in-out;
}
.contact-middle-items .contact-form-box .theme-btn i {
  transition: all 0.4s ease-in-out;
}
.contact-middle-items .google-map-items iframe {
  width: 100%;
  height: 610px;
  border-radius: 10px;
}


.service-details-wrapper .details-image img {
  height: 100%;
  width: 100%;
	border-radius: 10px;
}
.service-details-wrapper h3 {
  color: #000;
  font-size: 40px;
  margin-bottom: 0px;
}
@media (max-width: 767px) {
  .service-details-wrapper h3 {
    font-size: 30px;
  }
}
@media (max-width: 575px) {
  .service-details-wrapper h3 {
    font-size: 24px;
  }
}
.service-details-wrapper .highlight-box {
  background-color: #FFF0EB;
  color: var(--header);
  margin-top: 30px;
  display: block;
  padding: 24px 32px;
  border-left: 6px solid #b68c5a;
  border-radius: 8px;
}
.service-details-wrapper .highlight-box p {
  font-style: italic;
  font-weight: 600;
  font-size: 20px;
}
.service-details-wrapper .details-list-item {
  margin-top: 30px;
  margin-bottom: 40px;
}
.service-details-wrapper .details-list-item h3 {
  font-size: 24px;
  margin-bottom: 24px;
}
.service-details-wrapper .details-list-item ul li {
  text-transform: capitalize;
}
.service-details-wrapper .details-list-item ul li span {
  font-weight: 500;
  color: var(--header);
  display: block;
  font-size: 18px;
  margin-bottom: 8px;
}
.service-details-wrapper .details-list-item ul li span i {
  color: var(--white);
  margin-right: 10px;
  background-color: var(--theme);
  width: 20px;
  height: 20px;
  border-radius: 50%;
  line-height: 20px;
  font-size: 12px;
  text-align: center;
  font-weight: 400;
}
.service-details-wrapper .details-list-item ul li:not(:last-child) {
  margin-bottom: 16px;
}
.service-details-wrapper .details-list-item p {
  margin-top: 24px;
}
.service-details-wrapper .feature-box {
  margin-bottom: 32px;
}
.service-details-wrapper .feature-box .feature-image img {
  height: 100%;
  width: 100%;
}
.service-details-wrapper .feature-box .feature-content h3 {
  font-size: 24px;
  margin-bottom: 24px;
}
.service-details-wrapper .feature-box .feature-content ul li {
  font-weight: 500;
  color: var(--header);
  display: block;
  font-size: 16px;
}
.service-details-wrapper .feature-box .feature-content ul li i {
  color: var(--white);
  margin-right: 10px;
  background-color: var(--theme);
  width: 20px;
  height: 20px;
  border-radius: 50%;
  line-height: 20px;
  font-size: 12px;
  text-align: center;
  font-weight: 400;
}

.service-details-wrapper .main-sideber .single-sideber-widget {
  margin-bottom: 40px;
  background-color: #f1f1f1;
  padding: 30px;
  border-radius: 16px;
}
.service-details-wrapper .main-sideber .single-sideber-widget .search-widget form {
  width: 100%;
  position: relative;
}
.service-details-wrapper .main-sideber .single-sideber-widget .search-widget form input, .service-details-wrapper .main-sideber .single-sideber-widget .search-widget form textarea {
  background-color: #fff;
  font-size: 18px;
  font-weight: 400;
  padding: 16px 20px;
  width: 100%;
  border: none;
  color: #000;
}
.service-details-wrapper .main-sideber .single-sideber-widget .search-widget form textarea {
  padding-bottom: 90px;
  resize: none;
  outline: none;
}
.service-details-wrapper .main-sideber .single-sideber-widget .search-widget form button {
  width: 100%;
  border-radius: 8px;
  font-size: 16px;
  background-color: #000;
  color: #fff;
  text-align: center;
  transition: all 0.3s ease-in-out;
  padding: 20px 24px;
  border-radius: 100px;
  margin: 0;
}
.service-details-wrapper .main-sideber .single-sideber-widget .search-widget form button i {
  margin-left: 10px;
}
.service-details-wrapper .main-sideber .single-sideber-widget .search-widget form button:hover {
  background-color: #000;
}
.service-details-wrapper .main-sideber .single-sideber-widget .widget-title {
  border-bottom: 1.5px solid rgba(129, 129, 129, 0.24);
  padding-bottom: 16px;
  margin-bottom: 30px;
  position: relative;
}
.service-details-wrapper .main-sideber .single-sideber-widget .widget-title::before {
  position: absolute;
  content: "";
  width: 80px;
  height: 3px;
  background-color: #b68c5a;
  left: 0;
  bottom: -2px;
}
.service-details-wrapper .main-sideber .single-sideber-widget .widget-title h3 {
  font-weight: 700;
  font-size: 24px;
}
.service-details-wrapper .main-sideber .single-sideber-widget .category-list li {
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-size: 16px;
  font-weight: 500;
  color: #000;
  transition: all 0.4s ease-in-out;
  background-color: #fff;
  padding: 20px 22px;
  line-height: 1;
}
.service-details-wrapper .main-sideber .single-sideber-widget .category-list li a {
  color: #000;
}
.service-details-wrapper .main-sideber .single-sideber-widget .category-list li i {
  transition: all 0.4s ease-in-out;
  color: #000;
}
.service-details-wrapper .main-sideber .single-sideber-widget .category-list li:not(:last-child) {
  margin-bottom: 20px;
}
.service-details-wrapper .main-sideber .single-sideber-widget .category-list li span b {
  font-weight: 400;
  color: #000;
}
.service-details-wrapper .main-sideber .single-sideber-widget .category-list li:hover {
  background-color: #000;
}
.service-details-wrapper .main-sideber .single-sideber-widget .category-list li:hover a {
  color: #fff;
}
.service-details-wrapper .main-sideber .single-sideber-widget .category-list li:hover i, .service-details-wrapper .main-sideber .single-sideber-widget .category-list li:hover span {
  color: #fff;
}

.logo-icon-wrap .logo-icon {
    position: absolute;
    left: 50%;
    top: 50%;
    z-index: 1;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    text-align: center;
    margin-top: -3px;
    margin-bottom: 0;
    border: 1px solid #768382;
    border-radius: 50%;
    height: 70px;
    width: 70px;
    line-height: 56px
}

.logo-icon-wrap .logo-icon img {
    width: 49px
}

.logo-icon-wrap__text {
    display: inline-block;
    min-height: 120px;
    min-width: 120px;
    border-radius: 50%;
    z-index: 1;
    font-size: 13px;
    font-family: var(--title-font);
    font-weight: 500;
    color: var(--white-color);
    text-align: center;
    background: #314E525E;
    border: 2px solid #768382;
    -webkit-backdrop-filter: blur(8.1px);
    backdrop-filter: blur(8.1px);
    -webkit-transform: rotate(30deg);
    -ms-transform: rotate(30deg);
    transform: rotate(30deg);
    animation: spin 10s infinite alternate-reverse
}

.logo-icon-wrap__text span {
    --rotate-letter: 18deg;
    min-height: 62px;
    position: absolute;
    min-width: 62px;
    left: 13px;
    top: -4px;
    -webkit-transform-origin: bottom center;
    -ms-transform-origin: bottom center;
    transform-origin: bottom center;
    -webkit-transform: rotate(var(--rotate-letter));
    -ms-transform: rotate(var(--rotate-letter));
    transform: rotate(var(--rotate-letter))
}

.logo-icon-wrap__text span.char2 {
    -webkit-transform: rotate(calc(var(--rotate-letter) * 2));
    -ms-transform: rotate(calc(var(--rotate-letter) * 2));
    transform: rotate(calc(var(--rotate-letter) * 2))
}

.logo-icon-wrap__text span.char3 {
    -webkit-transform: rotate(calc(var(--rotate-letter) * 3));
    -ms-transform: rotate(calc(var(--rotate-letter) * 3));
    transform: rotate(calc(var(--rotate-letter) * 3))
}

.logo-icon-wrap__text span.char4 {
    -webkit-transform: rotate(calc(var(--rotate-letter) * 4));
    -ms-transform: rotate(calc(var(--rotate-letter) * 4));
    transform: rotate(calc(var(--rotate-letter) * 4))
}

.logo-icon-wrap__text span.char5 {
    -webkit-transform: rotate(calc(var(--rotate-letter) * 5));
    -ms-transform: rotate(calc(var(--rotate-letter) * 5));
    transform: rotate(calc(var(--rotate-letter) * 5))
}

.logo-icon-wrap__text span.char6 {
    -webkit-transform: rotate(calc(var(--rotate-letter) * 6));
    -ms-transform: rotate(calc(var(--rotate-letter) * 6));
    transform: rotate(calc(var(--rotate-letter) * 6))
}

.logo-icon-wrap__text span.char7 {
    -webkit-transform: rotate(calc(var(--rotate-letter) * 7));
    -ms-transform: rotate(calc(var(--rotate-letter) * 7));
    transform: rotate(calc(var(--rotate-letter) * 7))
}

.logo-icon-wrap__text span.char8 {
    -webkit-transform: rotate(calc(var(--rotate-letter) * 8));
    -ms-transform: rotate(calc(var(--rotate-letter) * 8));
    transform: rotate(calc(var(--rotate-letter) * 8))
}

.logo-icon-wrap__text span.char9 {
    -webkit-transform: rotate(calc(var(--rotate-letter) * 9));
    -ms-transform: rotate(calc(var(--rotate-letter) * 9));
    transform: rotate(calc(var(--rotate-letter) * 9))
}

.logo-icon-wrap__text span.char10 {
    -webkit-transform: rotate(calc(var(--rotate-letter) * 10));
    -ms-transform: rotate(calc(var(--rotate-letter) * 10));
    transform: rotate(calc(var(--rotate-letter) * 10))
}

.logo-icon-wrap__text span.char11 {
    -webkit-transform: rotate(calc(var(--rotate-letter) * 11));
    -ms-transform: rotate(calc(var(--rotate-letter) * 11));
    transform: rotate(calc(var(--rotate-letter) * 11))
}

.logo-icon-wrap__text span.char12 {
    -webkit-transform: rotate(calc(var(--rotate-letter) * 12));
    -ms-transform: rotate(calc(var(--rotate-letter) * 12));
    transform: rotate(calc(var(--rotate-letter) * 12))
}

.logo-icon-wrap__text span.char13 {
    -webkit-transform: rotate(calc(var(--rotate-letter) * 13));
    -ms-transform: rotate(calc(var(--rotate-letter) * 13));
    transform: rotate(calc(var(--rotate-letter) * 13))
}

.logo-icon-wrap__text span.char14 {
    -webkit-transform: rotate(calc(var(--rotate-letter) * 14));
    -ms-transform: rotate(calc(var(--rotate-letter) * 14));
    transform: rotate(calc(var(--rotate-letter) * 14))
}

.logo-icon-wrap__text span.char15 {
    -webkit-transform: rotate(calc(var(--rotate-letter) * 15));
    -ms-transform: rotate(calc(var(--rotate-letter) * 15));
    transform: rotate(calc(var(--rotate-letter) * 15))
}

.logo-icon-wrap__text span.char16 {
    -webkit-transform: rotate(calc(var(--rotate-letter) * 16));
    -ms-transform: rotate(calc(var(--rotate-letter) * 16));
    transform: rotate(calc(var(--rotate-letter) * 16))
}

.logo-icon-wrap__text span.char17 {
    -webkit-transform: rotate(calc(var(--rotate-letter) * 17));
    -ms-transform: rotate(calc(var(--rotate-letter) * 17));
    transform: rotate(calc(var(--rotate-letter) * 17))
}

.logo-icon-wrap__text span.char18 {
    -webkit-transform: rotate(calc(var(--rotate-letter) * 18));
    -ms-transform: rotate(calc(var(--rotate-letter) * 18));
    transform: rotate(calc(var(--rotate-letter) * 18))
}

.logo-icon-wrap__text span.char19 {
    -webkit-transform: rotate(calc(var(--rotate-letter) * 19));
    -ms-transform: rotate(calc(var(--rotate-letter) * 19));
    transform: rotate(calc(var(--rotate-letter) * 19))
}
.footer-widget .widget_title {
    max-width: 270px;
    color: var(--white-color);
    text-transform: capitalize;
    margin: -0.12em 0 15px 0;
    padding: 0 0 15px 0;
    position: relative;
}
.widget_title {
    position: relative;
    font-size: 22px;
    font-weight: 500;
    font-family: var(--title-font);
    line-height: 1em;
    margin: -0.12em 0 28px 0;
}
.widget_nav_menu ul{
	list-style: none;
    padding: 0;
    margin: 0 0 0 0;
}

.footer-default .th-widget-about .th-social a {
    background-color: #1A3331;
    border: 0;
    border-radius: 50%;
    --icon-size: 40px;
    font-size: 13px;
}
.footer-default .copyright-wrap {
    background: transparent;
    padding: 0;
    margin-bottom: 20px;
}
.footer-default .copyright-wrap .copyright-text {
    padding: 24px 0;
    background: #ffffff1f;
    border-radius: 50px;
}
.copyright-wrap .copyright-text {
    color: var(--white-color);
    line-height: 1.4;
}


/* Base */
.btn-floating:hover img {
  margin-bottom: -3px
}

.btn-floating {
    position: fixed;
    right: 25px;
    overflow: hidden;
    width: 50px;
    height: 50px;
    border-radius: 100px;
    border: 0;
    z-index: 9999;
    color: #fff;
    transition: .2s;
	font-weight: 600;
}

.btn-floating:hover {
    width: auto;
    padding: 0 20px;
    cursor: pointer;
}

.btn-floating span {
    font-size: 16px;
    margin-left: 5px;
    transition: .2s;
    line-height: 0px;
    display: none;
	
}

.btn-floating:hover span {
    display: inline-block;
}

/* WhatsApp */
.btn-floating.whatsapp {
    background-color: #34af23;
    bottom: 100px;
}

.btn-floating.whatsapp:hover {
    background-color: #1f7a12
}
