@use "sass:math";.indicator {
    position: absolute;
    top: var(--pos-y);
    left: var(--pos-x);
    height: var(--height-set);
    width: var(--width-set);
    -webkit-transition: 0.4s ease-in-out;
    transition: 0.4s ease-in-out
}

:root {
    --theme-color: #1f4f74;
    --title-color: #fff;
    --body-color: #D8DBDC;
    --smoke-color: #F8F8F8;
    --smoke-color2: #ECF1FF;
    --black-color: #000000;
    --black-color2: #181A1E;
    --black-color3: #0F1013;
    --gray-color: #D8DBDC;
    --white-color: #ffffff;
    --body-bg: #0B0B0C;
    --light-color: #E1E4E5;
    --light-color2: #123641;
    --light-color3: #184040;
    --tertiary-color: #1C4C5A;
    --yellow-color: #E2B93B;
    --success-color: #27AE60;
    --error-color: #EB5757;
    --th-border-color: #fff;
    --title-font: "Noto Serif Display", serif;
    --body-font: "Plus Jakarta Sans", serif;
    --icon-font: "Font Awesome 6 Pro";
    --main-container: 1400px;
    --container-gutters: 24px;
    --section-space: 55px;
    --section-space-mobile: 80px;
    --section-title-space: 60px;
    --ripple-ani-duration: 5s;
    --transform: all ease 0.4s
}

.home-luxury-hotel {
    --body-bg: #112E2E
}

.home-luxury-hotel-2 {
    --body-bg: #1f4f74;
}

.home-city-hotel {
    --body-bg: #0C2830
}

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

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

iframe {
    border: none;
    width: 100%
}

.slick-slide:focus,button:focus,a:focus,a:active,a.nice-select.open,.currency-menu a.nice-select.open,input,input:hover,input:focus,input:active,input.nice-select.open,.currency-menu input.nice-select.open,textarea,textarea:hover,textarea:focus,textarea:active,textarea.nice-select.open,.currency-menu textarea.nice-select.open {
    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: disc
}

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

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

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

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

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

a:active,a.nice-select.open,.currency-menu a.nice-select.open,a:focus,a:hover,a:visited {
    text-decoration: none;
    outline: 0
}

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

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

ins {
    text-decoration: none
}

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

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

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

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

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

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

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

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

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

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

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

@media (max-width: 1199px) {
    .h1,h1 {
        font-size:44px;
        line-height: 1.3
    }

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

    .h3,h3 {
        font-size: 30px
    }

    .h4,h4 {
        font-size: 24px
    }

    .h5,h5 {
        font-size: 20px
    }

    .h6,h6 {
        font-size: 16px
    }
}

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

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

    .h3,h3 {
        font-size: 26px
    }

    .h4,h4 {
        font-size: 22px
    }

    .h5,h5 {
        font-size: 18px
    }

    .h6,h6 {
        font-size: 16px
    }
}

@media (max-width: 575px) {
    .h1,h1 {
        font-size:34px;
        line-height: 1.35
    }

    .h2,h2 {
        font-size: 28px
    }
}
@media (min-width: 1350px)
{
    .service-grid .box-img {
        min-width: 539px !important;
    }
.why-wrap1 .why-wrap-content
 {
    padding: 40px 80px !important;
    width: 50%;
}
}
    
@media (max-width: 375px) {
    .h1,h1 {
        font-size:32px
    }
}

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

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

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

.blocks-gallery-caption,.wp-block-embed figcaption,.wp-block-image figcaption {
    color: var(--body-color)
}

.bypostauthor,.gallery-caption {
    display: block
}

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

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

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

.content-none-search {
    margin-top: 30px
}

.wp-block-button.aligncenter {
    text-align: center
}

.alignleft {
    display: inline;
    float: left;
    margin-bottom: 10px;
    margin-right: 1.5em
}

.alignright {
    display: inline;
    float: right;
    margin-bottom: 10px;
    margin-left: 1.5em;
    margin-right: 1em
}

.aligncenter {
    clear: both;
    display: block;
    margin-left: auto;
    margin-right: auto;
    max-width: 100%
}

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

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

.wp-block-columns {
    margin-bottom: 1em
}

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

figure.wp-block-gallery {
    margin-bottom: 14px
}

.gallery-columns-2 .gallery-item {
    max-width: 50%
}

.gallery-columns-3 .gallery-item {
    max-width: 33.33%
}

.gallery-columns-4 .gallery-item {
    max-width: 25%
}

.gallery-columns-5 .gallery-item {
    max-width: 20%
}

.gallery-columns-6 .gallery-item {
    max-width: 16.66%
}

.gallery-columns-7 .gallery-item {
    max-width: 14.28%
}

.gallery-columns-8 .gallery-item {
    max-width: 12.5%
}

.gallery-columns-9 .gallery-item {
    max-width: 11.11%
}

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

.wp-block-cover p:not(.has-text-color),.wp-block-cover-image-text,.wp-block-cover-text {
    color: var(--white-color)
}

.wp-block-cover {
    margin-bottom: 15px
}

.wp-caption-text {
    text-align: center
}

.wp-caption {
    margin-bottom: 1.5em;
    max-width: 100%
}

.wp-caption .wp-caption-text {
    margin: 0.5em 0;
    font-size: 14px
}

.wp-block-media-text,.wp-block-media-text.alignwide,figure.wp-block-gallery {
    margin-bottom: 30px
}

.wp-block-media-text.alignwide {
    background-color: var(--smoke-color)
}

.editor-styles-wrapper .has-large-font-size,.has-large-font-size {
    line-height: 1.4
}

.wp-block-latest-comments a {
    color: inherit
}

.wp-block-button {
    margin-bottom: 10px
}

.wp-block-button:last-child {
    margin-bottom: 0
}

.wp-block-button .wp-block-button__link {
    color: #fff
}

.wp-block-button .wp-block-button__link:hover {
    color: #fff;
    background-color: var(--theme-color)
}

.wp-block-button.is-style-outline .wp-block-button__link {
    background-color: transparent;
    border-color: var(--title-color);
    color: var(--title-color)
}

.wp-block-button.is-style-outline .wp-block-button__link:hover {
    color: #fff;
    background-color: var(--theme-color);
    border-color: var(--theme-color)
}

.wp-block-button.is-style-squared .wp-block-button__link {
    border-radius: 0
}

ol.wp-block-latest-comments li {
    margin: 15px 0
}

ul.wp-block-latest-posts {
    padding: 0;
    margin: 0;
    margin-bottom: 15px
}

ul.wp-block-latest-posts a {
    color: inherit
}

ul.wp-block-latest-posts a:hover {
    color: var(--theme-color)
}

ul.wp-block-latest-posts li {
    margin: 15px 0
}

.wp-block-search__inside-wrapper {
    position: relative
}

.wp-block-search {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-bottom: 30px
}

.wp-block-search .wp-block-search__input {
    width: 100%;
    max-width: 100%;
    border: 1px solid transparent;
    padding-left: 25px;
    border: 1px solid transparent;
    box-shadow: 0px 13px 25px rgba(0,0,0,0.04);
    border-radius: 20px
}

.wp-block-search .wp-block-search__input:focus {
    border-color: var(--theme-color)
}

.wp-block-search .wp-block-search__button {
    margin: 0;
    min-width: 110px;
    height: 100%;
    border: none;
    color: #fff;
    background-color: var(--theme-color);
    border-radius: 20px;
    position: absolute;
    top: 0;
    right: 0
}

.wp-block-search .wp-block-search__button.has-icon {
    min-width: 56px
}

.wp-block-search .wp-block-search__button:hover {
    background-color: var(--title-color)
}

.wp-block-search.wp-block-search__button-inside .wp-block-search__inside-wrapper {
    padding: 0;
    border: none
}

.wp-block-search.wp-block-search__button-inside .wp-block-search__inside-wrapper .wp-block-search__input {
    padding: 0 8px 0 25px
}

ul.wp-block-rss a {
    color: inherit
}

.wp-block-group.has-background {
    padding: 15px 15px 1px;
    margin-bottom: 30px
}

.wp-block-table td,.wp-block-table th {
    border-color: rgba(0,0,0,0.1)
}

.wp-block-table.is-style-stripes {
    border: 1px solid rgba(0,0,0,0.1);
    margin-bottom: 30px
}

.wp-block-table.is-style-stripes {
    border: 0;
    margin-bottom: 30px;
    border-bottom: 0
}

.wp-block-table.is-style-stripes th,.wp-block-table.is-style-stripes td {
    border-color: var(--th-border-color)
}

.logged-in .sticky-wrapper.sticky,.logged-in .preloader .th-btn {
    top: 32px
}

@media (max-width: 782px) {
    .logged-in .sticky-wrapper.sticky,.logged-in .preloader .th-btn {
        top:46px
    }
}

@media (max-width: 600px) {
    .logged-in .sticky-wrapper.sticky,.logged-in .preloader .th-btn {
        top:0
    }
}

.post-password-form {
    margin-bottom: 30px;
    margin-top: 20px
}

.post-password-form p {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    position: relative;
    gap: 15px
}

@media (max-width: 575px) {
    .post-password-form p {
        -webkit-flex-wrap:wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }
}

.post-password-form label {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-flex: 1;
    -webkit-flex: auto;
    -ms-flex: auto;
    flex: auto;
    margin-bottom: 0;
    line-height: 1;
    margin-top: 0;
    gap: 15px
}

@media (max-width: 575px) {
    .post-password-form label {
        -webkit-flex-wrap:wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }
}

.post-password-form input {
    width: 100%;
    border: none;
    height: 55px;
    padding-left: 25px;
    color: var(--body-color);
    border: 1px solid var(--th-border-color)
}

.post-password-form input[type="submit"] {
    padding-left: 0;
    padding-right: 0;
    margin: 0;
    width: 140px;
    border: none;
    color: #fff;
    background-color: var(--theme-color);
    text-align: center
}

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

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

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

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

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

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

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

.blog-single .wp-block-archives-dropdown {
    margin-bottom: 30px
}

.blog-single.format-quote,.blog-single.format-link,.blog-single.tag-sticky-2,.blog-single.sticky {
    border-color: transparent;
    position: relative
}

.blog-single.format-quote .blog-content:before,.blog-single.format-link .blog-content:before,.blog-single.tag-sticky-2 .blog-content:before,.blog-single.sticky .blog-content:before {
    display: none
}

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

@media (max-width: 767px) {
    .blog-single.format-quote:before,.blog-single.format-link:before,.blog-single.tag-sticky-2:before,.blog-single.sticky:before {
        border-radius:0 10px 0 10px
    }
}

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

.blog-single.format-quote:before {
    content: "\f10e"
}

.blog-single .blog-content .wp-block-categories-dropdown.wp-block-categories,.blog-single .blog-content .wp-block-archives-dropdown {
    display: block;
    margin-bottom: 30px
}

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

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

.blog-details .blog-single.format-chat .blog-meta {
    margin-bottom: 20px
}

.blog-details .blog-single.format-chat .blog-content>p:nth-child(2n) {
    background: var(--smoke-color);
    padding: 5px 20px
}

.blog-details .blog-single.tag-sticky-2,.blog-details .blog-single.sticky,.blog-details .blog-single.format-quote,.blog-details .blog-single.format-link {
    background-color: transparent
}

.blog-details .blog-single.tag-sticky-2:before,.blog-details .blog-single.sticky:before,.blog-details .blog-single.format-quote:before,.blog-details .blog-single.format-link:before {
    display: none
}

.nof-title {
    margin-top: -0.24em
}

.th-search {
    background-color: var(--smoke-color2);
    margin-bottom: 30px;
    border-radius: 15px;
    overflow: hidden
}

.th-search .search-grid-content {
    padding: 30px
}

@media (max-width: 767px) {
    .th-search .search-grid-content {
        padding:20px
    }
}

.th-search .search-grid-title {
    font-size: 20px;
    margin-bottom: 5px;
    margin-top: 0
}

.th-search .search-grid-title a {
    color: inherit
}

.th-search .search-grid-title a:hover {
    color: var(--theme-color)
}

.th-search .search-grid-meta>* {
    display: inline-block;
    margin-right: 15px;
    font-size: 14px
}

.th-search .search-grid-meta>*:last-child {
    margin-right: 0
}

.th-search .search-grid-meta a,.th-search .search-grid-meta span {
    color: var(--body-color)
}

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

@media (max-width: 768px) {
    .wp-block-latest-comments {
        padding-left:10px
    }

    .page--content.clearfix+.th-comment-form {
        margin-top: 24px
    }
}

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

@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: 1620px
    }
}

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

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

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

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

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

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

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

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

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

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

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

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

@media (max-width: 1399px) {
    .gx-100 {
        --bs-gutter-x: 50px
    }
}

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

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

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

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

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

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

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

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

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

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

select::-moz-placeholder,.form-control::-moz-placeholder,.form-select::-moz-placeholder,textarea::-moz-placeholder,input::-moz-placeholder {
    color: rgba(128,129,130,0.9)
}

select::-webkit-input-placeholder,.form-control::-webkit-input-placeholder,.form-select::-webkit-input-placeholder,textarea::-webkit-input-placeholder,input::-webkit-input-placeholder {
    color: rgba(128,129,130,0.9)
}

select:-ms-input-placeholder,.form-control:-ms-input-placeholder,.form-select:-ms-input-placeholder,textarea:-ms-input-placeholder,input:-ms-input-placeholder {
    color: rgba(128,129,130,0.9)
}

select::-webkit-input-placeholder, .form-control::-webkit-input-placeholder, .form-select::-webkit-input-placeholder, textarea::-webkit-input-placeholder, input::-webkit-input-placeholder {
    color: rgba(128,129,130,0.9)
}

select::-moz-placeholder, .form-control::-moz-placeholder, .form-select::-moz-placeholder, textarea::-moz-placeholder, input::-moz-placeholder {
    color: rgba(128,129,130,0.9)
}

select:-ms-input-placeholder, .form-control:-ms-input-placeholder, .form-select:-ms-input-placeholder, textarea:-ms-input-placeholder, input:-ms-input-placeholder {
    color: rgba(128,129,130,0.9)
}

select::-ms-input-placeholder, .form-control::-ms-input-placeholder, .form-select::-ms-input-placeholder, textarea::-ms-input-placeholder, input::-ms-input-placeholder {
    color: rgba(128,129,130,0.9)
}

select::placeholder,.form-control::placeholder,.form-select::placeholder,textarea::placeholder,input::placeholder {
    color: rgba(128,129,130,0.9)
}

.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: 160px;
    padding-top: 16px;
    padding-bottom: 17px
}

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

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

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

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

.form-group>i.fa-comment {
    margin-top: -2px
}

.form-group>i.fa-chevron-down {
    width: 17px;
    background-color: var(--smoke-color)
}

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

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

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

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

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

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

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

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

input[type="checkbox"]:checked ~ label:before {
    content: "\f00c";
    color: var(--white-color);
    background-color: var(--theme-color);
    border-color: var(--theme-color)
}

input[type="checkbox"] ~ label {
    position: relative;
    padding-left: 30px;
    color: var(--body-color);
    cursor: pointer;
    display: block
}

input[type="checkbox"] ~ label:before {
    content: "";
    font-family: var(--icon-font);
    font-weight: 700;
    position: absolute;
    left: 0px;
    top: 3.5px;
    border: 1px solid #4D4D4D;
    height: 18px;
    width: 18px;
    line-height: 18px;
    text-align: center;
    font-size: 12px
}

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

input[type="checkbox"].style2 ~ label:before {
    background-color: rgba(255,255,255,0.1);
    border: 1px solid #8B929C;
    height: 14px;
    width: 14px;
    line-height: 14px;
    border-radius: 3px;
    top: 6px
}

input[type="checkbox"].style2:checked ~ label:before {
    color: var(--theme-color)
}

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

input[type="radio"] ~ label {
    position: relative;
    padding-left: 30px;
    cursor: pointer;
    line-height: 1;
    display: inline-block;
    font-weight: 600;
    margin-bottom: 0
}

input[type="radio"] ~ label::before {
    content: "\f111";
    position: absolute;
    font-family: var(--icon-font);
    left: 0;
    top: -2px;
    width: 20px;
    height: 20px;
    padding-left: 0;
    font-size: 0.6em;
    line-height: 19px;
    text-align: center;
    border: 1px solid var(--theme-color);
    border-radius: 100%;
    font-weight: 700;
    background: var(--white-color);
    color: transparent;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease
}

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

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

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

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

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

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

.form-messages {
    display: none
}

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

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

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

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

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

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

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

[class*="col-"].form-group .form-icon-left {
    left: calc((var(--bs-gutter-x) / 2) + 30px);
    right: auto
}

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

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

.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-pagination-progressbar {
    --swiper-pagination-progressbar-size: 2px;
    background: rgba(255,255,255,0.6);
    position: relative;
    margin-top: 30px;
    margin-bottom: 24px
}

@media (max-width: 1199px) {
    .swiper-pagination-progressbar {
        margin-top:20px
    }
}

.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
    background: var(--theme-color)
}

.swiper-horizontal>.swiper-pagination-progressbar,.swiper-pagination-progressbar.swiper-pagination-horizontal,.swiper-pagination-progressbar.swiper-pagination-vertical.swiper-pagination-progressbar-opposite,.swiper-vertical>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
    width: 100%;
    height: var(--swiper-pagination-progressbar-size, 4px);
    left: 0
}

.swiper-pagination-fraction {
    text-align: center;
    font-family: var(--title-font);
    font-size: 18px;
    font-weight: 700;
    color: var(--theme-color)
}

.swiper-pagination-fraction .swiper-pagination-current {
    font-size: 24px;
    color: var(--title-color);
    font-weight: 600;
    display: inline-block;
    width: 31px
}

.white-color .swiper-pagination-current {
    color: var(--white-color)
}

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

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

.slider-controller .slider-arrow {
    min-width: 48px
}

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

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

.swiper-fade .swiper-slide.swiper-slide-active {
    opacity: 1 !important
}

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

.swiper-fade:after {
    content: '';
    position: absolute;
    inset: 0;
    background-color: var(--title-color);
    z-index: 3;
    pointer-events: none
}

.swiper-fade.fade-ani:after {
    -webkit-animation: swiperFade 0.8s linear 0.2s forwards;
    animation: swiperFade 0.8s linear 0.2s forwards
}

@-webkit-keyframes swiperFade {
    from {
        opacity: 1
    }

    to {
        opacity: 0
    }
}

@keyframes swiperFade {
    from {
        opacity: 1
    }

    to {
        opacity: 0
    }
}

.swiper-pagination-bullets {
    position: relative;
    z-index: 3;
    text-align: center;
    margin: 40px 0 22px 0;
    line-height: 4px;
    height: 4px
}

@media (max-width: 1199px) {
    .swiper-pagination-bullets {
        margin:25px 0 22px 0
    }
}

.swiper-pagination-bullets .swiper-pagination-bullet {
    display: inline-block;
    --swiper-pagination-bullet-size: 50px;
    height: 4px;
    --swiper-pagination-bullet-horizontal-gap: 6px;
    margin: 5px 7px;
    opacity: 1;
    background-color: var(--white-color);
    position: relative;
    border-radius: 0;
    cursor: pointer;
    -webkit-transform: skew(-30deg);
    -ms-transform: skew(-30deg);
    transform: skew(-30deg);
    color: transparent
}

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

.swiper-pagination-bullets.style2 .swiper-pagination-bullet {
    --swiper-pagination-bullet-size: 8px;
    --swiper-pagination-bullet-horizontal-gap: 12px;
    height: 8px;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
    border-radius: 50%;
    background: var(--theme-color);
    position: relative;
    -webkit-transition: 0.4s;
    transition: 0.4s
}

.swiper-pagination-bullets.style2 .swiper-pagination-bullet:after {
    content: '';
    position: absolute;
    inset: -12px;
    border: 1px solid var(--white-color);
    border-radius: 50%;
    -webkit-transition: 0.4s;
    transition: 0.4s;
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0)
}

.swiper-pagination-bullets.style2 .swiper-pagination-bullet.swiper-pagination-bullet-active {
    --swiper-pagination-bullet-size: 12px;
    height: 12px
}

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

.swiper-pagination-bullets.style3 .swiper-pagination-bullet {
    --swiper-pagination-bullet-size: 8px;
    --swiper-pagination-bullet-horizontal-gap: 12px;
    height: 8px;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
    border-radius: 50%;
    background: transparent;
    position: relative;
    -webkit-transition: 0.4s;
    transition: 0.4s;
    border: 1px solid var(--white-color)
}

.swiper-pagination-bullets.style3 .swiper-pagination-bullet.swiper-pagination-bullet-active {
    -webkit-transform: scale(2);
    -ms-transform: scale(2);
    transform: scale(2);
    border-color: var(--theme-color);
    background: var(--theme-color)
}

.slider-area {
    position: relative
}

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

.slider-arrow img {
    padding-bottom: 5px
}

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

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

.slider-arrow.style2:hover img {
    -webkit-filter: brightness(0) invert(1);
    filter: brightness(0) invert(1)
}

.slider-arrow:hover {
    background-color: var(--theme-color);
    color: var(--white-color);
    border-color: var(--theme-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) {
    .slick-dots {
        margin:40px 0 0 0
    }

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

.slider-drag-cursor {
    pointer-events: none;
    z-index: 99999;
    position: fixed;
    top: 0;
    left: -2px;
    height: 36px;
    width: 36px;
    -webkit-transition: width .1s ease-in-out;
    transition: width .1s ease-in-out;
    background: rgba(255,255,255,0.4);
    -webkit-backdrop-filter: blur(6px);
    backdrop-filter: blur(6px);
    font-size: 30px;
    width: 100px;
    height: 100px;
    line-height: 100px;
    text-align: center;
    border-radius: 100%;
    color: var(--white-color);
    display: none;
    cursor: none
}

.slider-drag-cursor.active {
    display: block
}

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

.th-menu-wrapper .mobile-logo {
    padding-bottom: 30px;
    padding-top: 40px;
    display: block;
    text-align: center;
    background-color: #181A1E
}

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

.th-menu-wrapper .th-menu-area {
    width: 100%;
    max-width: 310px;
    background-color: var(--body-bg);
    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 #4D4D4D;
    list-style-type: none
}

.th-mobile-menu ul li li:first-child {
    border-top: 1px solid var(--th-border-color)
}

.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: #808182;
    color: var(--title-color);
    box-shadow: 0 0 20px -8px rgba(173,136,88,0.5);
    border-radius: 50%
}

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

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

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

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

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

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

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

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

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

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

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

.nice-select.open:after {
    -webkit-transform: rotate(-135deg);
    -ms-transform: rotate(-135deg);
    transform: rotate(-135deg)
}

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

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

.nice-select.disabled:after {
    border-color: #ccc
}

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

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

.nice-select.right {
    float: right
}

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

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

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

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

.nice-select .list {
    width: 100%;
    background-color: #fff;
    border-radius: 5px;
    box-shadow: 0 0 0 1px rgba(68,68,68,0.11);
    box-sizing: border-box;
    margin-top: 4px;
    opacity: 0;
    overflow: hidden;
    padding: 0;
    pointer-events: none;
    position: absolute;
    top: 100%;
    left: 0;
    -webkit-transform: scaleY(0);
    -ms-transform: scaleY(0);
    transform: scaleY(0);
    -webkit-transform-origin: top;
    -ms-transform-origin: top;
    transform-origin: top;
    -webkit-transform: scale(0.75) translateY(-28px);
    -ms-transform: scale(0.75) translateY(-28px);
    transform: scale(0.75) translateY(-28px);
    -webkit-transition: all 0.2s cubic-bezier(0.5, 0, 0, 1.25),opacity 0.15s ease-out;
    transition: all 0.2s cubic-bezier(0.5, 0, 0, 1.25),opacity 0.15s ease-out;
    z-index: 9
}

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

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

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

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

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

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

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

.currency-menu {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 8px
}

.currency-menu img {
    min-width: 16px;
    min-height: 16px;
    position: relative
}

.currency-menu .nice-select {
    font-family: var(--body-font);
    background: none;
    border: none;
    width: 100%;
    color: #fff;
    font-weight: 500;
    font-size: 14px;
    line-height: 10px;
    padding: 0;
    padding-right: 30px;
    height: 10px
}

.currency-menu .nice-select .list {
    left: -20px;
    width: 110%
}

.currency-menu .nice-select:after {
    content: "\f107";
    right: 15px;
    top: -22px;
    font-size: 14px;
    font-weight: 400;
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
    border-bottom: none;
    border-right: none
}

.currency-menu .nice-select.open:after {
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg)
}

.currency-menu .nice-select.open .list {
    left: -20px;
    opacity: 1;
    pointer-events: auto;
    -webkit-transform: scale(1) translateY(0);
    -ms-transform: scale(1) translateY(0);
    transform: scale(1) translateY(0)
}

.currency-menu .nice-select .option {
    color: #181A1E;
    min-height: 30px;
    display: block;
    margin: 0
}

.currency-menu .nice-select .option.selected {
    color: var(--theme-color) !important;
    background: var(--theme-color) !important;
    font-weight: 500
}

.currency-menu .nice-select .option.selected.focus {
    color: #fff !important;
    background: var(--theme-color) !important
}

.currency-menu .nice-select .option:hover,.currency-menu .nice-select .option.focus {
    background: var(--theme-color) !important;
    color: #fff !important
}

.preloader {
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 999;
    background-color: var(--black-color2)
}

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

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

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

#preloader .txt-loading {
    text-align: center;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    margin-top: 30px;
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content
}

#preloader .preloading-img {
    width: 100px;
    height: 100px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100px auto;
    text-align: center;
    margin: 0 auto
}

.preloading-animate {
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-name: flipInY;
    animation-name: flipInY;
    -webkit-animation-duration: 2s;
    animation-duration: 2s;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite
}

#preloader .txt-loading .letters-loading:before {
    -webkit-animation: letters-loading 4s infinite;
    animation: letters-loading 4s infinite;
    content: attr(data-text-preloader);
    left: 0;
    opacity: 0;
    top: 0;
    position: absolute;
    z-index: 1
}

#preloader .txt-loading .letters-loading {
    font-family: 'Open Sans Condensed', sans-serif;
    font-weight: 700;
    letter-spacing: 15px;
    display: inline-block;
    position: relative;
    font-size: 60px;
    line-height: 60px;
    text-transform: uppercase
}

@media (max-width: 991.98px) {
    #preloader .txt-loading .letters-loading {
        font-size:40px;
        line-height: 40px;
        letter-spacing: 5px
    }
}

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

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

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

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

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

#preloader .txt-loading .letters-loading:nth-child(7):before {
    -webkit-animation-delay: 1.2s;
    animation-delay: 1.2s
}

#preloader .txt-loading .letters-loading:nth-child(8):before {
    -webkit-animation-delay: 1.4s;
    animation-delay: 1.4s
}

.handle-preloader .loader-section {
    background-color: #ffffff;
    height: 100%;
    position: fixed;
    top: 0;
    width: calc(50% + 1px)
}

.preloader .loaded .animation-preloader {
    opacity: 0;
    -webkit-transition: 0.3s ease-out;
    transition: 0.3s ease-out
}

#preloader .txt-loading .letters-loading {
    color: var(--theme-color)
}

#preloader .txt-loading .letters-loading:before {
    color: #fff
}

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

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

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

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

@media screen and (max-width: 500px) {
    .handle-preloader .animation-preloader .txt-loading .letters-loading {
        font-size:40px;
        letter-spacing: 10px
    }
}

.th-btn {
    position: relative;
    z-index: 2;
    overflow: hidden;
    vertical-align: middle;
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    border: none;
    text-transform: uppercase;
    text-align: center;
    background-color: var(--theme-color);
    color: var(--white-color);
    font-family: var(--body-font);
    font-size: 16px;
    font-weight: 400;
    line-height: 1;
    padding: 16px 26px;
    -webkit-perspective: 320px;
    perspective: 320px
}

.th-btn:before {
    position: absolute;
    content: "";
    z-index: -1;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    background: var(--white-color);
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0);
    -webkit-transition: var(--transform);
    transition: var(--transform)
}

.th-btn.th-icon:after {
    content: '';
    position: relative;
    -webkit-mask-image: url(../img/icon/arrow-right.svg);
    mask-image: url(../img/icon/arrow-right.svg);
    background-repeat: no-repeat;
    background-size: cover;
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    -webkit-mask-position: center;
    mask-position: center;
    -webkit-mask-size: auto;
    mask-size: auto;
    background-color: var(--white-color);
    width: 24px;
    height: 24px;
    display: block;
    -webkit-transition: 0.4s;
    transition: 0.4s;
    margin-left: 8px
}

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

.th-btn:hover:before {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1)
}

.th-btn:hover img {
    -webkit-filter: none;
    filter: none
}

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

.th-btn img {
    margin: -5px 0 0 8px;
    -webkit-filter: brightness(0) invert(1);
    filter: brightness(0) invert(1);
    -webkit-transition: var(--transform);
    transition: var(--transform)
}

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

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

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

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

.th-btn.style3:hover {
    color: var(--white-color);
    border-color: var(--theme-color)
}

.th-btn.style3:hover img {
    -webkit-filter: brightness(0) invert(1);
    filter: brightness(0) invert(1)
}

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

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

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

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

.th-btn.extra-btn {
    padding: 22px 40px
}

.th-btn.btn-sm {
    padding: 20px 25px
}

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

.th-btn.th-radius {
    border-radius: 0
}

.th-btn2 {
    position: relative;
    z-index: 2;
    overflow: hidden;
    vertical-align: middle;
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    border: none;
    text-transform: uppercase;
    text-align: center;
    background-color: #529f45;
    color: var(--white-color);
    font-family: var(--body-font);
    font-size: 16px;
    font-weight: 400;
    line-height: 1;
    padding: 16px 30px;
    border-radius: 48px;
    -webkit-perspective: 320px;
    perspective: 320px;
    -webkit-transition: all 0.8s cubic-bezier(0.23, 1, 0.32, 1);
    transition: all 0.8s cubic-bezier(0.23, 1, 0.32, 1)
}

.th-btn2:before {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 30px;
    height: 30px;
    background-color: var(--white-color);
    border-radius: 50%;
    opacity: 0;
    -webkit-transition: all 0.8s cubic-bezier(0.23, 1, 0.32, 1);
    transition: all 0.8s cubic-bezier(0.23, 1, 0.32, 1);
    z-index: -1
}

.th-btn2.th-icon:after {
    content: '';
    position: relative;
    -webkit-mask-image: url(../img/icon/arrow-right.svg);
    mask-image: url(../img/icon/arrow-right.svg);
    background-repeat: no-repeat;
    background-size: cover;
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    -webkit-mask-position: center;
    mask-position: center;
    -webkit-mask-size: auto;
    mask-size: auto;
    background-color: var(--white-color);
    width: 24px;
    height: 24px;
    display: block;
    -webkit-transition: 0.4s;
    transition: 0.4s;
    margin-left: 8px
}

.th-btn2 img {
    margin: -5px 0 0 8px;
    -webkit-filter: brightness(0) invert(1);
    filter: brightness(0) invert(1)
}

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

.th-btn2:hover:before {
    width: 220px;
    height: 220px;
    opacity: 1
}

.th-btn2:hover.th-icon:after {
    background-color: var(--theme-color)
}

.th-btn2:hover img {
    -webkit-filter: none;
    filter: none
}

.th-btn2.active {
    scale: 0.95
}

.th-btn2.style2 {
    background-color: transparent;
    color: var(--white-color);
    border: 1px solid #4D4D4D;
    box-shadow: none
}

.th-btn2.style2:hover {
    color: var(--white-color)
}

.th-btn2.style2:hover:before {
    background-color: var(--theme-color)
}

.th-btn2.style2:hover.th-icon:after {
    background-color: var(--white-color)
}

.th-btn2.style3 {
    background-color: transparent;
    color: var(--white-color);
    padding: 23px 26px;
    border: 1px solid var(--white-color);
    box-shadow: none
}

.th-btn2.style3 img {
    margin: -2px 0 0 8px
}

.th-btn2.style3:hover {
    color: var(--white-color);
    border-color: var(--theme-color)
}

.th-btn2.style3:hover img {
    -webkit-filter: brightness(0) invert(1);
    filter: brightness(0) invert(1)
}

.th-btn2.style3:hover:before {
    width: 230px;
    height: 230px;
    background-color: var(--theme-color)
}

.th-btn2.style3.th-icon {
    padding: 15px 24px
}

.th-btn2.style3.th-icon:hover:after {
    -webkit-filter: brightness(0) invert(1);
    filter: brightness(0) invert(1)
}

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

.th-btn2.btn-fw:before {
    display: none
}

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

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

.th-btn2.btn-sm {
    padding: 16px 20px 16px 24px;
    min-width: 150px
}

.th-btn2.extra-btn {
    padding: 22px 40px
}

.th-btn2.ser-btn {
    width: 150px;
    height: 150px;
    background-color: #181A1E;
    color: var(--title-color);
    border-radius: 50%;
    padding: 18px 20px;
    font-weight: 500;
    font-size: 20px;
    line-height: 30px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-transform: capitalize;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center
}

.th-btn2.ser-btn.style4 {
    background: var(--light-color2);
    border: 1px solid var(--white-color)
}

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

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

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

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

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

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

.play-btn.border-play-btn {
    border: 0;
    width: 90px;
    height: 90px;
    line-height: 92px;
    -webkit-transition: all 1s cubic-bezier(0, 0, 0.2, 1);
    transition: all 1s cubic-bezier(0, 0, 0.2, 1);
    border-radius: 50%;
    background: transparent;
    margin: 0 auto;
    display: inline-block;
    font-size: 20px;
    text-align: center;
    color: var(--white-color)
}

.play-btn.border-play-btn i {
    --icon-size: 90px;
    background: rgba(255,255,255,0.2);
    -webkit-backdrop-filter: blur(5px);
    backdrop-filter: blur(5px);
    color: var(--white-color)
}

.play-btn.border-play-btn:before {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    z-index: -1;
    bottom: 0;
    left: 0;
    -webkit-transition: 0.3;
    transition: 0.3;
    border-radius: 50%;
    border: 1px solid #6E7070;
    -webkit-animation: ripple 2s linear infinite;
    animation: ripple 2s linear infinite
}

.play-btn.border-play-btn:after {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    z-index: -1;
    bottom: 0;
    left: 0;
    -webkit-transition: 0.3;
    transition: 0.3;
    border-radius: 50%;
    border: 1px solid #6E7070;
    -webkit-animation: ripple 2s linear 1s infinite;
    animation: ripple 2s linear 1s infinite
}

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

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

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

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

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

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

.play-btn.gr-style1>i {
    background-image: var(--theme-color);
    color: var(--white-color) !important
}

.play-btn.gr-style1:before,.play-btn.gr-style1:after {
    background-color: rgba(255,255,255,0.5)
}

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

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

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

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

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

.play-btn.style4 {
    --icon-size: 120px
}

.play-btn.style4>i {
    font-size: 28px;
    color: var(--white-color);
    background-color: rgba(255,255,255,0.3)
}

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

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

.play-btn.style4:hover:before,.play-btn.style4:hover:after {
    border-color: var(--theme-color)
}

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

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

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

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

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

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

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

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

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

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

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

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

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

.scroll-top svg path {
    fill: none
}

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

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

.sec-title {
    margin-bottom: calc(var(--section-title-space) - 10px);
    margin-top: -0.18em;
    font-weight: 500
}

.sub-title {
    display: inline-block;
    color: var(--theme-color);
    font-family: var(--title-font);
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 32px;
    letter-spacing: 0.2em;
    margin-bottom: 5px;
    text-transform: capitalize;
    margin-top: -0.2em;
    position: relative
}

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

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

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

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

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

.sub-title2 {
    position: relative;
    font-family: var(--body-font);
    font-weight: 600;
    font-size: 18px;
    letter-spacing: 0.2em;
    text-transform: capitalize;
    color: #ffffff;
    display: block;
    margin-bottom: 15px
}

.sub-title2.style1 {
    background: transparent;
    padding-left: 65px
}

@media (max-width: 575px) {
    .sub-title2.style1 {
        padding-left:40px
    }
}

@media (max-width: 450px) {
    .sub-title2.style1 {
        padding-left:0
    }
}

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

.sub-title2.style1:after {
    display: none
}

.sub-title2::before,.sub-title2:after {
    content: "";
    position: absolute;
    top: 48%;
    height: 1px;
    width: 48px;
    opacity: 1
}

@media (max-width: 575px) {
    .sub-title2::before,.sub-title2:after {
        width:30px
    }
}

@media (max-width: 450px) {
    .sub-title2::before,.sub-title2:after {
        display:none
    }
}

.sub-title2::before {
    background-color: #fafcfa;
    margin-left: -4rem
}

@media (max-width: 575px) {
    .sub-title2::before {
        margin-left:-2rem
    }
}

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

.box-title {
    font-size: 24px;
    line-height: 1.417;
    font-weight: 600;
    margin-top: 10px !important;
}

.box-title a {
    color: inherit;
    font-size: 18px;
}

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

.extra-text {
    line-height: 32px
}

.sec-text {
    font-size: 18px;
    line-height: 32px
}

.title-area {
    margin-bottom: 14px;
    position: relative;
    z-index: 1
}

.title-area img {
    margin-bottom: 16px;
    display: block
}

.title-area .title-img {
    display: block;
    margin-bottom: 10px
}

.title-area .title-img img {
    margin: auto
}

.title-area .sec-title {
    margin-bottom: 8px;
    letter-spacing: 0.02em
}

.title-area .sec-title span {
    display: block
}

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

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

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

.sec-btn {
    text-align: center
}

.animated-text {
    font-size: 2.5rem;
    color: #333;
    line-height: 1.5;
    text-transform: uppercase
}

.highlight {
    color: #ff5733
}

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

.shadow-title {
    font-family: var(--title-font);
    font-weight: 700;
    line-height: 1;
    font-size: 72px;
    letter-spacing: 0.02em;
    color: #184040;
    margin: -0.18em 0 -0.4em 0
}

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

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

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

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

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

    .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) {
    .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: 375px) {
    .title-area2 {
        padding:40px 20px
    }
}

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

.shape-mockup2 {
    position: absolute
}

@media (max-width: 991px) {
    .shape-mockup2.scanbox {
        top:25% !important;
        right: 11% !important
    }
}

@media (max-width: 575px) {
    .shape-mockup2.scanbox {
        right:14% !important
    }
}

@media (max-width: 375px) {
    .shape-mockup2.scanbox {
        right:18% !important
    }
}

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

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

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

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

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

.color-masking {
    position: relative;
    display: inline-block
}

.color-masking .masking-src {
    position: absolute;
    inset: 0;
    mix-blend-mode: color;
    background: var(--theme-color)
}

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

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

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

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

.color-scheme .switchIcon {
    position: absolute;
    left: 0;
    top: 10px;
    border: 0;
    background: var(--theme-color);
    color: var(--white-color);
    height: 45px;
    width: 45px;
    border-radius: 5px 0 0 5px;
    -webkit-transform: translate(-100%, 0);
    -ms-transform: translate(-100%, 0);
    transform: translate(-100%, 0)
}

.color-scheme .color-switch-btns {
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 18px;
    margin-bottom: 20px
}

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

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

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

.badge {
    position: absolute;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    display: inline-block;
    text-align: center;
    background-color: var(--theme-color);
    color: var(--white-color);
    padding: 0.23em 0.43em;
    font-size: 0.7em;
    border-radius: 50%;
    top: 7px;
    right: 7px;
    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, 48px);
    height: var(--icon-size, 48px);
    line-height: var(--icon-size, 48px);
    border: 1px solid rgba(128,129,130,0.5);
    color: var(--body-color);
    font-size: 18px;
    text-align: center;
    margin-right: 5px;
    border-radius: 99px
}

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

.multi-social a:has(.fa-facebook-f) {
    --theme-color: #3b5997
}

.multi-social a:has(.fa-twitter) {
    --theme-color: #54abf0
}

.multi-social a:has(.fa-pinterest-p) {
    --theme-color: #c8232c
}

.multi-social a:has(.fa-linkedin-in) {
    --theme-color: #0077b5
}

.multi-social a:has(.fa-vimeo-v) {
    --theme-color: #86c9ef
}

.multi-social a:has(.fa-youtube) {
    --theme-color: #ff0000
}

.multi-social a:has(.fa-instagram) {
    --theme-color: #d63084
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.fw-extralight {
    font-weight: 100
}

.fw-light {
    font-weight: 300
}

.fw-normal {
    font-weight: 400
}

.fw-medium {
    font-weight: 500
}

.fw-semibold {
    font-weight: 600
}

.fw-bold {
    font-weight: 700
}

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

.fw-extrabold {
    font-weight: 800
}

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

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

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

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

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

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

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

.bg-light2 {
    background-color: var(--light-color2) !important
}

.bg-light3 {
    background-color: var(--light-color3) !important
}

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

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

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

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

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

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

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

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

.bg-fixed {
    background-attachment: fixed;
    scroll-behavior: smooth
}

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

.bg-shape {
    background-image: url("../img/bg/bg_shape.png");
    background-repeat: repeat
}

.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-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="black3"]:before {
    background-color: var(--black-color3)
}

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

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

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

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

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

    30% {
        opacity: 0.4
    }

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

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

    30% {
        opacity: 0.4
    }

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

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

@-webkit-keyframes morph {
    0% {
        border-radius: 60% 40% 30% 70% / 60% 30% 70% 40%
    }

    50% {
        border-radius: 30% 60% 70% 40% / 50% 60% 30% 60%
    }

    100% {
        border-radius: 60% 40% 30% 70% / 60% 30% 70% 40%
    }
}

@keyframes morph {
    0% {
        border-radius: 60% 40% 30% 70% / 60% 30% 70% 40%
    }

    50% {
        border-radius: 30% 60% 70% 40% / 50% 60% 30% 60%
    }

    100% {
        border-radius: 60% 40% 30% 70% / 60% 30% 70% 40%
    }
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@-webkit-keyframes sectionShape {
    0% {
        left: -50%
    }

    100% {
        left: 100%
    }
}

@keyframes sectionShape {
    0% {
        left: -50%
    }

    100% {
        left: 100%
    }
}

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

    50% {
        opacity: 1
    }

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

@keyframes scrollMove {
    0% {
        opacity: 0
    }

    50% {
        opacity: 1
    }

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

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

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

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

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

.fadein,.scalein,.slidetopleft,.slidebottomright,.slideinleft,.slideinright,.slideinrighthero,.slideindown,.slideinup,.rollinleft,.rollinright,.hero-img1 {
    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 .slideinrighthero {
    --animation-name: slideinrighthero
}

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

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

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

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

.swiper-slide-active .hero-img1 {
    --animation-name: heroImg1
}

.hero-img1 {
    -webkit-animation-duration: 1.3s;
    animation-duration: 1.3s
}

@-webkit-keyframes heroImg1 {
    0% {
        opacity: 0;
        -webkit-transform-origin: bottom center;
        transform-origin: bottom center;
        -webkit-transform: scaleX(0.8) scaleY(0);
        transform: scaleX(0.8) scaleY(0)
    }

    100% {
        opacity: 1;
        -webkit-transform-origin: bottom center;
        transform-origin: bottom center;
        -webkit-transform: scaleX(1) scaleY(1);
        transform: scaleX(1) scaleY(1)
    }
}

@keyframes heroImg1 {
    0% {
        opacity: 0;
        -webkit-transform-origin: bottom center;
        transform-origin: bottom center;
        -webkit-transform: scaleX(0.8) scaleY(0);
        transform: scaleX(0.8) scaleY(0)
    }

    100% {
        opacity: 1;
        -webkit-transform-origin: bottom center;
        transform-origin: bottom center;
        -webkit-transform: scaleX(1) scaleY(1);
        transform: scaleX(1) scaleY(1)
    }
}

@-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(280px);
        transform: translateX(280px)
    }

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

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

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

@-webkit-keyframes slideinrighthero {
    0% {
        opacity: 0;
        -webkit-transform: translateX(280px) scale(0.6);
        transform: translateX(280px) scale(0.6)
    }

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

@keyframes slideinrighthero {
    0% {
        opacity: 0;
        -webkit-transform: translateX(280px) scale(0.6);
        transform: translateX(280px) scale(0.6)
    }

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

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

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

.widget_nav_menu a,.widget_meta a,.widget_pages a,.widget_archive a,.widget_categories a,.wp-block-categories a {
    font-weight: 400;
    font-size: 16px;
    color: var(--white-color);
    display: block;
    padding: 17px 32px 17px 0;
    font-size: 16px;
    line-height: 1.313;
    color: var(--title-color);
    -webkit-transition: 0.4s ease-in-out;
    transition: 0.4s ease-in-out;
    border-bottom: 1px solid #ffffff;
}

.widget_nav_menu a img,.widget_meta a img,.widget_pages a img,.widget_archive a img,.widget_categories a img,.wp-block-categories a img {
    margin-top: -3px;
    margin-right: 9px
}

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

.widget_nav_menu li>span,.widget_meta li>span,.widget_pages li>span,.widget_archive li>span,.widget_categories li>span,.wp-block-categories li>span {
    color: var(--title-color);
    text-align: center;
    font-weight: 500;
    position: absolute;
    right: 0;
    top: 14px;
    -webkit-transition: all ease-in-out 0.4s;
    transition: all ease-in-out 0.4s;
    pointer-events: none;
    min-width: 20px;
    text-align: right;
    background-color: var(--body-bg)
}

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

.widget_nav_menu a:hover,.widget_meta a:hover,.widget_pages a:hover,.widget_archive a:hover,.widget_categories a:hover,.wp-block-categories a:hover {
    color: white;
    box-shadow: none
}

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

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

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

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

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

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

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

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

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

.widget {
    padding: var(--widget-padding-y, 32px) var(--widget-padding-x, 18px);
    background-color: transparent;
    border: 1px solid #4D4D4D;
    margin-bottom: 32px;
    position: relative
}

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

.widget.widget_search {
    background-color: #24272E;
    border: none
}

.widget.widget_offer {
    text-align: center;
    border: none;
    padding: 62px 51px 72px 51px
}

@media (max-width: 1399px) {
    .widget.widget_offer {
        padding:40px 30px 40px 30px
    }
}

@media (max-width: 767px) {
    .widget.widget_offer {
        padding:40px 30px 40px 30px
    }
}

.widget.widget_offer .banner-title {
    font-weight: 500;
    margin-bottom: 25px
}

.widget.widget_offer .banner-logo {
    margin-bottom: 20px
}

.widget.widget_offer .offer-title {
    font-family: var(--body-font);
    font-size: 18px;
    font-weight: 500;
    margin-bottom: 10px
}

.widget.widget_offer .offer-text {
    font-family: var(--title-font);
    font-weight: 700;
    font-size: 24px;
    letter-spacing: 0.02em;
    color: var(--white-color);
    margin-bottom: 30px
}

.widget.widget_offer .offer-text a {
    color: inherit
}

.widget.widget_quote {
    padding: 0;
    border: none
}

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

.widget textarea {
    min-height: 120px
}

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

.widget_title {
    position: relative;
    font-size: 24px;
    font-weight: 500;
    font-family: var(--title-font);
    line-height: 1em;
    padding-bottom: 20px;
    margin: -0.12em 0 32px 0;
    overflow: hidden
}

.widget_title:after,.widget_title:before {
    content: '';
    height: 1px;
    width: 100%;
    background-color: #808182;
    position: absolute;
    bottom: 0;
    left: 0;
    margin: 2px 0
}

.widget_title:after {
    background-color: #bf930f;
    height: 3px;
    width: 50px;
    -webkit-animation: sectionShape 8s linear infinite;
    animation: sectionShape 8s linear infinite;
    margin: 0 0 1px 0
}

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

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

.widget .search-form input {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    padding-right: 55px;
    background-color: #181A1E;
    border: 1px solid transparent;
    border-radius: 0;
    color: #fff
}

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

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

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

.wp-block-tag-cloud a,.tagcloud a {
    display: inline-block;
    font-size: 16px;
    font-weight: 400;
    font-family: var(--body-font);
    text-transform: capitalize;
    line-height: 1;
    padding: 11px 16px 12px 16px;
    margin-right: 6px;
    margin-bottom: 10px;
    color: var(--body-color);
    background: #24272E
}

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

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

.widget-service-list {
    background-color: var(--black-color2);
    padding: 0 40px 60px
}

@media (max-width: 1399px) {
    .widget-service-list {
        padding:0 20px 40px
    }
}

.widget-service-list .service-list {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center
}

.widget-service-list .service-list:not(:last-child) {
    margin-bottom: 24px
}

.widget-service-list .service-list label {
    margin: 0
}

.widget-service-list .service-list .box-title {
    font-size: 18px
}

.widget-service-list .service-list .text {
    font-family: var(--title-font);
    font-weight: 600;
    font-size: 18px;
    letter-spacing: 0.02em;
    text-transform: capitalize
}

.widget-service-list .service-list.style2 {
    border-top: 1px solid #4D4D4D;
    padding-top: 24px;
    margin-top: 40px
}

.widget_banner {
    border: none;
    border-radius: 14px
}

.widget-banner {
    text-align: center;
    padding: 42px 30px
}

@media (max-width: 375px) {
    .widget-banner {
        padding:30px 10px
    }
}

.widget-banner .box-title,.widget-banner .box-text,.widget-banner .box-link {
    color: var(--white-color)
}

.widget-banner .box-title {
    margin-bottom: 27px
}

.widget-banner .box-text {
    font-size: 18px;
    margin-top: 27px;
    margin-bottom: 10px
}

.widget-banner .box-link {
    font-size: 24px;
    font-weight: 600
}

.widget-banner .box-link a {
    color: inherit
}

.widget-banner .box-link a:hover {
    color: var(--theme-color)
}

.widget-banner .logo {
    display: inline-block;
    padding: 17px 40px;
    border-radius: 99px;
    text-align: center;
    background-color: var(--white-color)
}

.sidebar-gallery {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
    max-width: 320px
}

.sidebar-gallery .gallery-btn {
    position: absolute;
    top: 50%;
    left: 50%;
    color: var(--white-color);
    visibility: hidden;
    opacity: 0;
    -webkit-transform: translate(-50%, 20px);
    -ms-transform: translate(-50%, 20px);
    transform: translate(-50%, 20px)
}

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

.sidebar-gallery .gallery-thumb {
    overflow: hidden;
    position: relative;
    border-radius: 10px
}

.sidebar-gallery .gallery-thumb:before {
    content: '';
    height: calc(100% - 14px);
    width: calc(100% - 14px);
    background-color: var(--title-color);
    opacity: 0.6;
    position: absolute;
    top: 7px;
    left: 7px;
    border: 1px solid var(--white-color);
    -webkit-transform: scaleX(0);
    -ms-transform: scaleX(0);
    transform: scaleX(0);
    border-radius: inherit;
    -webkit-transition: 0.4s ease-in-out;
    transition: 0.4s ease-in-out
}

.sidebar-gallery .gallery-thumb img {
    width: 100%
}

.sidebar-gallery .gallery-thumb:hover:before {
    -webkit-transform: scaleX(1);
    -ms-transform: scaleX(1);
    transform: scaleX(1)
}

.sidebar-gallery .gallery-thumb:hover .gallery-btn {
    visibility: visible;
    opacity: 1;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%)
}

.sidebar-gallery .wp-block-image {
    overflow: hidden;
    position: relative;
    border-radius: 5px;
    width: 100% !important
}

.sidebar-gallery .wp-block-image img {
    width: 100%
}

.recent-post {
    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;
    margin-bottom: 20px
}

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

.recent-post .media-img {
    margin-right: 24px;
    width: 80px;
    overflow: hidden;
    position: relative
}

.recent-post .media-img img {
    width: 100%;
    -webkit-transition: 0.4s ease-in-out;
    transition: 0.4s ease-in-out
}

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

.recent-post .post-title {
    font-weight: 500;
    font-size: 18px;
    line-height: 24px;
    margin: 0 0 6px 0;
    font-family: var(--title-font);
    text-transform: capitalize
}

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

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

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

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

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

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

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

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

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

.sidebar-area .wp-block-categories {
    margin: -16px 0 -16px 0
}

.sidebar-area .sidebar-gallery {
    margin-bottom: 0 !important
}

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

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

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

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

.sidebar-area ol.wp-block-latest-comments {
    padding: 0;
    margin: 0
}

.sidebar-area ol.wp-block-latest-comments li {
    line-height: 1.5;
    margin: 0 0 20px 0;
    border-bottom: 1px solid rgba(0,0,0,0.1);
    padding-bottom: 20px
}

.sidebar-area ol.wp-block-latest-comments li:last-child {
    margin-bottom: 0;
    padding-bottom: 0;
    border-bottom: none
}

.download-widget-wrap .th-btn {
    width: 100%
}

.download-widget-wrap .th-btn:first-child {
    margin-bottom: 15px
}

.download-widget-wrap .th-btn.style2 {
    color: var(--body-color)
}

.download-widget-wrap .th-btn.style2:before {
    background-color: var(--theme-color)
}

.download-widget-wrap .th-btn.style2:hover {
    color: var(--white-color);
    border-color: var(--theme-color)
}

.widget_call {
    background-color: var(--title-color);
    position: relative;
    padding: 0 !important
}

.widget_call .widget_title {
    color: var(--white-color)
}

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

.widget-call {
    position: relative;
    z-index: 2;
    overflow: hidden;
    text-align: center;
    padding: 0 10px var(--widget-padding-y, 40px) 10px
}

.widget-call:before {
    content: '';
    width: 368px;
    height: 368px;
    background-color: var(--theme-color);
    border: 6px solid var(--white-color);
    position: absolute;
    bottom: calc(100% - 120px);
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    border-radius: 50%;
    z-index: -1
}

.widget-call .text {
    display: block;
    margin: 22px auto 25px auto;
    color: var(--white-color);
    max-width: 310px
}

.widget-call .call {
    font-size: 30px;
    font-weight: 600;
    color: var(--white-color);
    display: block;
    max-width: -webkit-fit-content;
    max-width: -moz-fit-content;
    max-width: fit-content;
    margin: 30px auto 0 auto
}

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

.widget-call .play-btn {
    --icon-size: 60px
}

.widget-call .play-btn>i {
    font-size: 30px
}

.widget-call .box-title {
    font-weight: 500;
    color: var(--white-color);
    margin-bottom: 35px;
    padding-top: 20px
}

@media (max-width: 1299px) {
    .widget-call .title {
        font-size:34px
    }
}

.widget_info .th-btn {
    width: 100%;
    margin-bottom: 10px;
    display: block
}

.widget_info .th-video {
    margin-bottom: 20px
}

.info-list {
    margin-top: -16px
}

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

.info-list i {
    color: var(--theme-color);
    width: 16px;
    margin-right: 2px;
    font-size: 16px
}

.info-list strong {
    font-weight: 500;
    color: var(--title-color)
}

.info-list li {
    border-bottom: 1px dashed #D3DBEB;
    padding: 12px 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 5px
}

.info-list li:last-child {
    border-bottom: none;
    padding-bottom: 0;
    margin-bottom: -0.45em
}

.price_slider_wrapper {
    margin-top: -0.5em
}

.price_slider_wrapper .price_label span {
    display: inline-block;
    color: var(--body-color)
}

.price_slider_wrapper .ui-slider {
    height: 6px;
    position: relative;
    width: 100%;
    background-color: var(--theme-color);
    border: none;
    margin-top: 15px;
    margin-bottom: 25px;
    cursor: pointer;
    border-radius: 0
}

.price_slider_wrapper .ui-slider-range {
    border: none;
    cursor: pointer;
    position: absolute;
    top: 0;
    height: 100%;
    z-index: 1;
    display: block;
    background-color: var(--title-color)
}

.price_slider_wrapper .ui-slider-handle {
    width: 16px;
    height: 16px;
    line-height: 16px;
    border-radius: 50%;
    text-align: center;
    padding: 0;
    cursor: pointer;
    position: absolute;
    margin-top: -5px;
    z-index: 2;
    background-color: var(--white-color);
    border: 3px solid var(--title-color);
    -webkit-transform: translateX(-1px);
    -ms-transform: translateX(-1px);
    transform: translateX(-1px)
}

.price_slider_wrapper .ui-slider-handle:focus {
    outline: none;
    box-shadow: 1.5px 2.598px 10px 0px rgba(0,0,0,0.15)
}

.price_slider_wrapper .ui-slider-handle:last-child {
    -webkit-transform: translateX(-9px);
    -ms-transform: translateX(-9px);
    transform: translateX(-9px)
}

.price_slider_wrapper button,.price_slider_wrapper .button {
    background-color: var(--theme-color);
    color: var(--white-color);
    font-weight: 500;
    line-height: 1.6;
    text-transform: capitalize;
    text-align: center;
    border: none;
    display: inline-block;
    overflow: hidden;
    position: relative;
    z-index: 2;
    padding: 7px 20px;
    min-width: 100px;
    font-size: 14px;
    border-radius: 0;
    -webkit-transition: 0.4s ease-in;
    transition: 0.4s ease-in
}

.price_slider_wrapper button:hover,.price_slider_wrapper .button:hover {
    background-color: var(--title-color)
}

.widget_shopping_cart .widget_title {
    margin-bottom: 35px;
    border-bottom: none
}

.widget_shopping_cart ul {
    margin: 0;
    padding: 0
}

.widget_shopping_cart ul li {
    list-style-type: none
}

.widget_shopping_cart .mini_cart_item {
    position: relative;
    padding: 30px 30px 30px 90px;
    border-bottom: 1px solid rgba(0,0,0,0.1);
    margin-bottom: 0;
    text-align: left
}

.widget_shopping_cart .mini_cart_item:first-child {
    border-top: 1px solid rgba(0,0,0,0.1)
}

.widget_shopping_cart .cart_list a:not(.remove) {
    display: block;
    color: var(--body-color);
    font-size: 16px;
    font-weight: 500;
    font-family: var(--title-font);
    font-weight: 600;
    color: var(--title-color)
}

.widget_shopping_cart .cart_list a:not(.remove):hover {
    color: var(--theme-color)
}

.widget_shopping_cart .cart_list a.remove {
    position: absolute;
    top: 50%;
    left: 95%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    color: var(--body-color)
}

.widget_shopping_cart .cart_list a.remove:hover {
    color: var(--theme-color)
}

.widget_shopping_cart .cart_list img {
    width: 75px;
    height: 75px;
    position: absolute;
    left: 0;
    top: 18px
}

.widget_shopping_cart .quantity {
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
    white-space: nowrap;
    vertical-align: top;
    margin-right: 20px;
    font-size: 14px;
    font-weight: 500
}

.widget_shopping_cart .total {
    margin-top: 20px;
    font-size: 18px;
    color: var(--title-color);
    font-family: var(--body-font)
}

.widget_shopping_cart .total strong {
    font-family: var(--title-font)
}

.widget_shopping_cart .amount {
    padding-left: 5px
}

.widget_shopping_cart .th-btn {
    margin-right: 15px
}

.widget_shopping_cart .th-btn:last-child {
    margin-right: 0
}

.th-video-widget .video-thumb {
    position: relative
}

.th-video-widget .play-btn {
    --icon-size: 60px;
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%)
}

.th-video-widget .play-btn i {
    font-size: 16px
}

.th-video-widget .video-thumb-title {
    font-size: 20px;
    font-weight: 600;
    line-height: 1.4;
    margin-top: 10px;
    margin-bottom: -0.3em
}

.widget_recent_entries ul {
    margin: -0.3em 0 0 0;
    padding: 0;
    list-style: none
}

.widget_recent_entries ul li>a {
    color: var(--body-color);
    font-weight: 500;
    display: inline-block
}

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

.widget_recent_entries ul li span.post-date {
    font-size: 14px
}

.widget_recent_entries ul li:not(:last-child) {
    border-bottom: 1px solid #dadada;
    padding-bottom: 12px;
    margin-bottom: 12px
}

.widget_recent_comments ul,.wp-block-latest-comments ul {
    list-style-type: none;
    padding-left: 0
}

ul.widget_recent_comments,ol.widget_recent_comments,.wp-block-latest-comments {
    margin-top: -0.11em;
    padding-left: 0
}

.widget_recent_comments ol,.widget_recent_comments ul,.wp-block-latest-comments ol,.wp-block-latest-comments ul {
    margin-bottom: 0
}

.widget_recent_comments li,.wp-block-latest-comments li {
    margin-bottom: 0;
    color: var(--body-color);
    padding-left: 30px;
    position: relative
}

.widget_recent_comments li:before,.wp-block-latest-comments li:before {
    content: "\f086";
    position: absolute;
    left: 0;
    top: -1px;
    color: var(--theme-color);
    font-family: var(--icon-font)
}

.widget_recent_comments.has-avatars li,.wp-block-latest-comments.has-avatars li {
    padding-left: 0;
    padding-bottom: 0 !important
}

.widget_recent_comments.has-avatars li:before,.wp-block-latest-comments.has-avatars li:before {
    display: none
}

.widget_recent_comments .avatar,.wp-block-latest-comments .avatar {
    margin-top: 0.4em
}

.widget_recent_comments li:not(:last-child),.wp-block-latest-comments li:not(:last-child) {
    padding-bottom: 12px
}

.widget_recent_comments article,.wp-block-latest-comments article {
    line-height: 1.5
}

.widget_recent_comments a,.wp-block-latest-comments a {
    color: inherit
}

.widget_recent_comments a:hover,.wp-block-latest-comments a:hover {
    color: var(--theme-color)
}

.wp-block-latest-comments__comment {
    line-height: 1.6
}

.wp-block-latest-comments__comment a {
    color: var(--body-color)
}

.wp-block-latest-comments__comment a:hover {
    color: var(--theme-color)
}

.wp-block-latest-comments__comment:last-child {
    margin-bottom: 0
}

.wp-block-calendar tbody td,.wp-block-calendar th {
    padding: 10px
}

.wp-block-calendar,.calendar_wrap {
    position: relative;
    background-color: #fff;
    padding-bottom: 0;
    border: none
}

.wp-block-calendar span[class*="wp-calendar-nav"],.calendar_wrap span[class*="wp-calendar-nav"] {
    position: absolute;
    top: 9px;
    left: 20px;
    font-size: 14px;
    color: var(--white-color);
    font-weight: 400;
    z-index: 1;
    line-height: 1.7
}

.wp-block-calendar span[class*="wp-calendar-nav"] a,.calendar_wrap span[class*="wp-calendar-nav"] a {
    color: inherit
}

.wp-block-calendar span.wp-calendar-nav-next,.calendar_wrap span.wp-calendar-nav-next {
    left: auto;
    right: 20px
}

.wp-block-calendar caption,.calendar_wrap caption {
    caption-side: top;
    text-align: center;
    color: var(--white-color);
    background-color: var(--theme-color)
}

.wp-block-calendar th,.calendar_wrap th {
    font-size: 14px;
    padding: 5px 5px;
    border: none;
    text-align: center;
    border-right: 1px solid #fff;
    color: var(--title-color);
    font-weight: 500
}

.wp-block-calendar th:first-child,.calendar_wrap th:first-child {
    border-left: 1px solid #eee
}

.wp-block-calendar th:last-child,.calendar_wrap th:last-child {
    border-right: 1px solid #eee
}

.wp-block-calendar table th,.calendar_wrap table th {
    font-weight: 500
}

.wp-block-calendar td,.calendar_wrap td {
    font-size: 14px;
    padding: 5px 5px;
    color: #01133c;
    border: 1px solid #eee;
    text-align: center;
    background-color: transparent;
    -webkit-transition: all ease 0.4s;
    transition: all ease 0.4s
}

.wp-block-calendar #today,.calendar_wrap #today {
    color: var(--theme-color);
    background-color: var(--white-color);
    border-color: #ededed
}

.wp-block-calendar thead,.calendar_wrap thead {
    background-color: #fff
}

.wp-block-calendar .wp-calendar-table,.calendar_wrap .wp-calendar-table {
    margin-bottom: 0
}

.wp-block-calendar .wp-calendar-nav .pad,.calendar_wrap .wp-calendar-nav .pad {
    display: none
}

.wp-block-calendar a,.calendar_wrap a {
    color: inherit;
    text-decoration: none
}

.wp-block-calendar a:hover,.calendar_wrap a:hover {
    color: var(--title-color)
}

.wp-block-calendar {
    margin-bottom: 30px;
    border: none;
    padding-bottom: 0
}

.wp-block-calendar table caption {
    color: var(--white-color)
}

ul.widget_rss,ul.wp-block-rss,ol.widget_rss,ol.wp-block-rss {
    padding-left: 0
}

.widget_rss,.wp-block-rss {
    list-style-type: none
}

.widget_rss ul,.wp-block-rss ul {
    margin: -0.2em 0 -0.5em 0;
    padding: 0;
    list-style: none
}

.widget_rss ul .rsswidget,.wp-block-rss ul .rsswidget {
    color: var(--title-color);
    font-family: var(--theme-font);
    font-size: 18px;
    display: block;
    margin-bottom: 10px
}

.widget_rss ul .rssSummary,.wp-block-rss ul .rssSummary {
    font-size: 14px;
    margin-bottom: 7px;
    line-height: 1.5
}

.widget_rss ul a,.wp-block-rss ul a {
    display: block;
    font-weight: 600;
    color: inherit
}

.widget_rss ul a:hover,.wp-block-rss ul a:hover {
    color: var(--theme-color)
}

.widget_rss ul .rss-date,.wp-block-rss ul .rss-date {
    font-size: 14px;
    display: inline-block;
    margin-bottom: 5px;
    font-weight: 400;
    color: var(--title-color)
}

.widget_rss ul .rss-date:before,.wp-block-rss ul .rss-date:before {
    content: "\f073";
    font-family: var(--icon-font);
    margin-right: 10px;
    font-weight: 300;
    color: var(--theme-color)
}

.widget_rss ul cite,.wp-block-rss ul cite {
    font-weight: 500;
    color: var(--title-color);
    font-family: var(--body-font);
    font-size: 14px
}

.widget_rss ul cite:before,.wp-block-rss ul cite:before {
    content: "";
    position: relative;
    top: -1px;
    left: 0;
    width: 20px;
    height: 2px;
    display: inline-block;
    vertical-align: middle;
    margin-right: 8px;
    background-color: var(--theme-color)
}

.widget_rss li:not(:last-child),.wp-block-rss li:not(:last-child) {
    margin-bottom: 16px;
    border-bottom: 1px solid rgba(0,0,0,0.1);
    padding-bottom: 16px
}

.widget_rss a:hover,.wp-block-rss a:hover {
    color: var(--theme-color)
}

.textwidget {
    margin-top: -0.1em
}

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

@media (min-width: 1200px) {
    .sidebar-shop .widget {
        padding:30px
    }
}

@media (min-width: 992px) {
    .sidebar-shop .widget {
        margin-bottom:24px
    }
}

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

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

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

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

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

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

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

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

.footer-widget {
    margin-bottom: 50px;
    position: relative
}

.footer-widget.footer-line:before {
    content: "";
    position: absolute;
    top: 0;
    right: -100px;
    background-color: #333333;
    width: 1px;
    height: 300px
}

@media (max-width: 1399px) {
    .footer-widget.footer-line:before {
        display:none
    }
}

.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 input,.footer-widget select {
    color: #666666
}

.footer-widget input::-moz-placeholder,.footer-widget select::-moz-placeholder {
    color: #666666
}

.footer-widget input::-webkit-input-placeholder,.footer-widget select::-webkit-input-placeholder {
    color: #666666
}

.footer-widget input:-ms-input-placeholder,.footer-widget select:-ms-input-placeholder {
    color: #666666
}

.footer-widget input::-webkit-input-placeholder, .footer-widget select::-webkit-input-placeholder {
    color: #666666
}

.footer-widget input::-moz-placeholder, .footer-widget select::-moz-placeholder {
    color: #666666
}

.footer-widget input:-ms-input-placeholder, .footer-widget select:-ms-input-placeholder {
    color: #666666
}

.footer-widget input::-ms-input-placeholder, .footer-widget select::-ms-input-placeholder {
    color: #666666
}

.footer-widget input::placeholder,.footer-widget select::placeholder {
    color: #666666
}

.footer-widget .sidebar-gallery {
    max-width: 287px;
    gap: 11px
}

.footer-widget .sidebar-gallery .gallery-thumb {
    border-radius: 5px
}

.footer-widget .widget_title {
    color: var(--white-color);
    font-size: 18px;
    font-weight: 500;
    text-transform: capitalize;
    margin: -0.09em 0 32px 0;
    padding: 0
}

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

.footer-widget .widget_title img {
    margin: -6px 3px 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: -5px
}

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

.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 30px;
    margin-bottom: 20px;
    font-family: var(--body-font);
    color: #D8DBDC;
    display: block;
    max-width: 100%;
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    padding-right: 0;
    background-color: transparent;
    border: none !important;
    box-shadow: none;
    position: relative
}

.footer-widget.widget_meta a:before,.footer-widget.widget_pages a:before,.footer-widget.widget_archive a:before,.footer-widget.widget_categories a:before,.footer-widget.widget_nav_menu a:before {
    content: "";
    position: absolute;
    -webkit-mask-image: url("../img/icon/right-arrow.svg");
    mask-image: url("../img/icon/right-arrow.svg");
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    background-color: var(--body-color);
    color: var(--body-color);
    width: 20px;
    height: 20px;
    font-weight: 600;
    left: 0;
    top: 2px;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
    font-size: 0.9em;
    border: none;
    z-index: 2;
    -webkit-transition: 0.4s;
    transition: 0.4s
}

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

.footer-widget.widget_meta a:hover:before,.footer-widget.widget_pages a:hover:before,.footer-widget.widget_archive a:hover:before,.footer-widget.widget_categories a:hover:before,.footer-widget.widget_nav_menu a:hover:before {
    background-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 .recent-post .media-img {
    max-width: 74px
}

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

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

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

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

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

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

.footer-widget .sidebar-gallery {
    max-width: 250px
}

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

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

.th-widget-about .about-logo {
    text-align: center;
    margin-bottom: 32px
}

.th-widget-about .about-text {
    text-align: center;
    margin-bottom: 26px;
    margin-top: -0.4em
}

.th-widget-about.style2 {
    max-width: 435px
}

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

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

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

.newsletter-form.style2 {
    max-width: 377px
}

.newsletter-form.style2 select,.newsletter-form.style2 .form-control,.newsletter-form.style2 .form-select,.newsletter-form.style2 textarea,.newsletter-form.style2 input {
    background-color: #24272E;
    border-radius: 48px 0 0 48px;
    font-size: 14px
}

.newsletter-form.style2 select::-moz-placeholder,.newsletter-form.style2 .form-control::-moz-placeholder,.newsletter-form.style2 .form-select::-moz-placeholder,.newsletter-form.style2 textarea::-moz-placeholder,.newsletter-form.style2 input::-moz-placeholder {
    color: #D8DBDC
}

.newsletter-form.style2 select::-webkit-input-placeholder,.newsletter-form.style2 .form-control::-webkit-input-placeholder,.newsletter-form.style2 .form-select::-webkit-input-placeholder,.newsletter-form.style2 textarea::-webkit-input-placeholder,.newsletter-form.style2 input::-webkit-input-placeholder {
    color: #D8DBDC
}

.newsletter-form.style2 select:-ms-input-placeholder,.newsletter-form.style2 .form-control:-ms-input-placeholder,.newsletter-form.style2 .form-select:-ms-input-placeholder,.newsletter-form.style2 textarea:-ms-input-placeholder,.newsletter-form.style2 input:-ms-input-placeholder {
    color: #D8DBDC
}

.newsletter-form.style2 select::-webkit-input-placeholder, .newsletter-form.style2 .form-control::-webkit-input-placeholder, .newsletter-form.style2 .form-select::-webkit-input-placeholder, .newsletter-form.style2 textarea::-webkit-input-placeholder, .newsletter-form.style2 input::-webkit-input-placeholder {
    color: #D8DBDC
}

.newsletter-form.style2 select::-moz-placeholder, .newsletter-form.style2 .form-control::-moz-placeholder, .newsletter-form.style2 .form-select::-moz-placeholder, .newsletter-form.style2 textarea::-moz-placeholder, .newsletter-form.style2 input::-moz-placeholder {
    color: #D8DBDC
}

.newsletter-form.style2 select:-ms-input-placeholder, .newsletter-form.style2 .form-control:-ms-input-placeholder, .newsletter-form.style2 .form-select:-ms-input-placeholder, .newsletter-form.style2 textarea:-ms-input-placeholder, .newsletter-form.style2 input:-ms-input-placeholder {
    color: #D8DBDC
}

.newsletter-form.style2 select::-ms-input-placeholder, .newsletter-form.style2 .form-control::-ms-input-placeholder, .newsletter-form.style2 .form-select::-ms-input-placeholder, .newsletter-form.style2 textarea::-ms-input-placeholder, .newsletter-form.style2 input::-ms-input-placeholder {
    color: #D8DBDC
}

.newsletter-form.style2 select::placeholder,.newsletter-form.style2 .form-control::placeholder,.newsletter-form.style2 .form-select::placeholder,.newsletter-form.style2 textarea::placeholder,.newsletter-form.style2 input::placeholder {
    color: #D8DBDC
}

.newsletter-form.style2 .th-btn {
    border-radius: 0 48px 48px 0
}

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

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

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

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

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

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

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

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

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

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

.main-menu>ul>li>a {
    padding: 23px 0px 20px;
}

.main-menu>ul>li>a:before {
    content: '';
    height: 2px;
    width: 0;
    background-color: var(--theme-color);
    position: absolute;
    bottom: 0;
    right: 0;
    -webkit-transition: 0.4s ease-in-out;
    transition: 0.4s ease-in-out
}

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

.main-menu>ul>li>a:hover:before {
    width: 100%;
    right: unset;
    left: 0
}
.active a {
    color: #1f4f74;
    border-bottom: 2px solid #1f4f74;
}
.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: 5px;
    font-weight: 600;
    top: 0;
    font-size: 0.9em;
    color: inherit;
    -webkit-transition: -webkit-transform 0.4s ease-in-out;
    transition: -webkit-transform 0.4s ease-in-out;
    transition: transform 0.4s ease-in-out;
    transition: transform 0.4s ease-in-out, -webkit-transform 0.4s ease-in-out
}

.main-menu ul li.menu-item-has-children>a:hover:after {
    -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 li:hover ul.mega-menu {
    visibility: visible;
    opacity: 1;
    z-index: 9;
    -webkit-transform: scaleY(1) translateX(0%);
    -ms-transform: scaleY(1) translateX(0%);
    transform: scaleY(1) translateX(0%)
}

@media (max-width: 1399px) {
    .main-menu ul li:hover ul.mega-menu {
        -webkit-transform:scaleY(1) translateX(12%);
        -ms-transform: scaleY(1) translateX(12%);
        transform: scaleY(1) translateX(12%)
    }
}

.main-menu ul.sub-menu,.main-menu ul.mega-menu {
    position: absolute;
    text-align: left;
    top: 100%;
    left: 0;
    background-color: #ffffff;
    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 {
    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:not(:last-child) {
    margin-bottom: 5px
}

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

.main-menu ul.sub-menu li.menu-item-has-children>a:hover:after {
    -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: "\f25d";
    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: 500;
    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
}

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

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

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

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

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

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

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

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

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

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

.menu-style1 ul li.menu-item-has-children>a:after {
    color: var(--white-color)
}

.header-call {
    font-size: 18px;
    font-family: var(--title-font);
    font-weight: 700;
    color: var(--title-color)
}

.header-call .icon-btn {
    border: none;
    background-color: var(--theme-color);
    color: var(--white-color);
    margin-right: 5px
}

.header-call .icon-btn i {
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg)
}

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

.header-call:hover .icon-btn {
    background-color: var(--title-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: 10px
}

.header-button .th-btn {
    margin-left: 20px
}

@media (min-width: 1399px) {
    .header-button .th-btn {
        min-width:185px
    }
}

.header-button .icon-btn {
    --btn-size: 48px
}

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

.header-button .icon-btn .badge {
    font-size: 12px;
    background-color: var(--theme-color)
}

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

.social-links .social-title {
    font-weight: 500;
    font-size: 16px;
    display: inline-block;
    margin: 0 10px 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: 1px;
    padding-bottom: 10px;
}

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

.header-links li {
    display: inline-block;
    position: relative;
    font-size: 14px;
    font-weight: 500
}

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

.header-links li:not(:last-child):after {
    content: '';
    height: 14px;
    width: 1px;
    background-color: #C6C9D4;
    position: absolute;
    top: 0px;
    right: -15px;
    margin-top: 5px;
    opacity: 0.35
}

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

.header-links li>i {
    margin-right: 6px;
    color: #ffffff;
}

.header-links li .icon-btn {
    margin-right: 8px
}

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

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

.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: 10.5px 0;
    background-color: #1f4f74;
    border-bottom: 1px solid rgba(255,255,255,0.2);
    --body-color: #D8DBDC
}

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

.header-top .icon-btn {
    --btn-size: 30px;
    background-color: transparent;
    border: 1px solid;
    font-size: 12px
}

.dropdown-link {
    position: relative
}

.dropdown-link>a {
    color: var(--body-color)
}

.dropdown-link>a i {
    color: var(--theme-color);
    margin-right: 5px
}

.dropdown-toggle::after {
    content: "\f078";
    border: none;
    font-family: var(--icon-font);
    vertical-align: middle;
    font-weight: 400;
    margin-left: 6px;
    margin-top: -1px
}

.dropdown-menu {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    min-width: auto;
    top: calc(100% + 14px) !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: rgba(255,255,255,0.2);
    background: var(--black-color2)
}

.dropdown-menu li {
    padding-right: 0;
    margin-right: 0
}

.dropdown-menu li:after {
    display: none
}

.dropdown-menu li a {
    display: block;
    font-weight: 400;
    font-size: 14px;
    line-height: 1.7
}

.dropdown-menu a {
    color: var(--body-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(--black-color2);
    z-index: -1;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    border-top: 1px solid rgba(255,255,255,0.2);
    border-left: 1px solid rgba(255,255,255,0.2)
}

.header-layout1 {
    position: relative
}

.header-layout1 .th-menu-toggle {
    margin-left: auto
}

.header-layout1 .th-btn2 {
    padding: 16px 28px
}

.header-layout1 .sticky-wrapper {
    background-color: #ffffff;
}

@media (max-width: 1299px) {
    .unittest-header .main-menu a {
        font-size:15px
    }

    .unittest-header .main-menu>ul>li {
        margin: 0 11px
    }
}

.header-layout2 .header-top {
    background-color: #24272E;
    padding: 11.5px 0
}

.header-layout2 .sticky-wrapper {
    background-color: #0B0B0C
}

.header-layout3 {
    background-color: #112E2E
}

.header-layout3 .header-top {
    background-color: #112E2E;
    border-bottom: 1px solid #2F5C5C
}

.header-layout3 .sticky-wrapper.sticky {
    background-color: #112E2E
}

.header-layout3 .sticky-wrapper.sticky .header-logo {
    margin-top: -20px
}

.header-layout3 .menu-area {
    border-bottom: 1px solid #112E2E
}

.header-layout3 .header-wrapp {
    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: 56px;
    margin-right: -12px;
    margin-left: -12px
}

.header-layout3 .header-logo {
    position: relative;
    z-index: 2;
    padding: 30px;
    margin-top: -80px
}

@media (max-width: 1299px) {
    .header-layout3 .header-logo {
        margin-left:-140px
    }
}

@media (max-width: 1199px) {
    .header-layout3 .header-logo {
        margin-right:0
    }
}

@media (max-width: 991px) {
    .header-layout3 .header-logo {
        margin-left:0
    }
}

.header-layout3 .header-logo .bg-shape {
    width: 180px;
    height: 146px;
    background: #184040;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1
}

.header-layout3 .simple-btn {
    width: 238px;
    height: 112px;
    background-color: #184040;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center
}

@media (max-width: 480px) {
    .header-layout3 .simple-btn {
        width:130px
    }
}

@media (max-width: 375px) {
    .header-layout3 .simple-btn {
        width:auto;
        padding-left: 20px;
        background-color: transparent
    }
}

.header-layout3 .simple-btn i {
    color: var(--white-color);
    font-size: 25px;
    margin-right: 16px
}

.header-layout3 .simple-btn .menu {
    font-weight: 500;
    font-size: 16px;
    color: var(--white-color)
}

@media (max-width: 375px) {
    .header-layout3 .simple-btn .menu {
        display:none
    }
}

.header-layout3 .th-btn.booking {
    width: 238px;
    height: 112px;
    background: #184040
}

@media (max-width: 767px) {
    .header-layout3 .th-btn.booking {
        display:none
    }
}

.header-layout3 .th-btn.booking:before {
    background: var(--theme-color)
}

.header-layout3 .th-btn.booking:hover {
    color: var(--white-color)
}

.header-layout4 .header-top {
    background: var(--light-color2);
    border-bottom: 1px solid #163E4A
}

.header-layout4 .menu-area {
    background: var(--body-bg);
    border-bottom: 1px solid #163E4A
}

.header-layout4 .main-menu a {
    font-weight: 600
}

.header-layout4 .main-menu>ul>li>a {
    padding: 37px 0
}

.header-layout4 .simple-btn {
    color: var(--white-color);
    font-size: 16px;
    font-weight: 500
}

.header-layout4 .simple-btn:hover {
    color: var(--theme-color)
}

.header-layout4 .header-logo {
    padding: 10px 16.5px 12px;
    margin-top: -51px;
    position: relative
}

.header-layout4 .header-logo .bg-shape {
    background: var(--body-bg);
    position: absolute;
    inset: 0;
    z-index: -1
}

@media (max-width: 1299px) {
    .header-layout4 .header-logo {
        padding:39px 54px 25px
    }
}

@media (max-width: 991px) {
    .header-layout4 .header-logo {
        padding:13.5px 0;
        margin-top: 0
    }

    .header-layout4 .header-logo .bg-shape {
        display: none
    }
}

.header-layout4 .th-btn2 {
    padding: 15px 24px;
    border-color: #163E4A
}

.header-layout4 .icon-btn {
    background: var(--theme-color);
    border-radius: 10px;
    border: 0
}

.header-layout5 .header-top {
    background: transparent;
    border-bottom: 1px solid var(--tertiary-color)
}

.header-layout5 .menu-area {
    background: var(--body-bg);
    border-bottom: 1px solid var(--tertiary-color)
}

.header-layout5 .main-menu a {
    font-weight: 600
}

.header-layout5 .main-menu>ul>li>a {
    padding: 37px 0
}

.header-layout5 .simple-btn {
    color: var(--white-color);
    font-size: 16px;
    font-weight: 500
}

.header-layout5 .simple-btn:hover {
    color: var(--theme-color)
}

.header-layout5 .header-logo {
    padding: 20px 31px 44px;
    margin-top: -63px;
    position: relative;
    margin-left: 64px;
    margin-right: 64px
}

.header-layout5 .header-logo .bg-shape {
    background: var(--light-color2);
    position: absolute;
    inset: 0;
    z-index: -1
}

@media (max-width: 1299px) {
    .header-layout5 .header-logo {
        padding:39px 54px 25px
    }
}

@media (max-width: 1199px) {
    .header-layout5 .header-logo {
        margin-top:-50px;
        padding: 20px 34px 35px;
        margin-bottom: 12px;
        margin-right: 0
    }
}

@media (max-width: 991px) {
    .header-layout5 .header-logo {
        padding:13.5px 0;
        margin-top: 0;
        margin-bottom: 0
    }

    .header-layout5 .header-logo .bg-shape {
        display: none
    }
}

@media (max-width: 575px) {
    .header-layout5 .header-logo {
        margin-left:0
    }
}

.header-layout5 .th-btn2 {
    padding: 15px 24px
}

.header-layout5 .th-btn2:before {
    background: var(--tertiary-color)
}

.header-layout5 .th-btn2:hover {
    color: var(--white-color)
}

.header-layout5 .th-btn2:hover:before {
    width: 250px;
    height: 250px
}

.header-layout5 .icon-btn {
    background: var(--theme-color);
    border-radius: 10px;
    border: 0
}

.header-layout5 .sticky-wrapper.sticky .header-logo {
    margin-top: 0;
    margin-bottom: -35px
}

@media (max-width: 991px) {
    .header-layout5 .sticky-wrapper.sticky .header-logo {
        margin-bottom:0
    }
}

@media (max-width: 1299px) {
    .header-layout5 .header-button .th-btn2 {
        display:none !important
    }
}

@media (max-width: 1199px) {
    .header-layout5 .header-button .th-btn2 {
        display:block !important
    }
}

@media (max-width: 575px) {
    .header-layout5 .header-button .th-btn2 {
        display:none !important
    }
}

.footer-wrapper {
    --th-border-color: rgba(255, 255, 255, 0.2);
    --body-color: #D8DBDC;
    position: relative;
    z-index: 2;
    background-color: #181A1E;
    overflow: hidden
}

.footer-wrapper .th-social a {
    --icon-size: 48px;
    color: var(--white-color);
    margin-right: 24px
}

@media (max-width: 991px) {
    .footer-wrapper .th-social a {
        margin-right:10px
    }
}

@media (max-width: 375px) {
    .footer-wrapper .th-social a {
        --icon-size: 40px
    }
}

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

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

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

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

.footer-menu {
    margin: 0;
    padding: 30px 0;
    border-bottom: 1px solid #4D4D4D;
    text-align: center;
    margin-bottom: 60px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    gap: 20px 53px;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center
}

@media (max-width: 767px) {
    .footer-menu {
        gap:15px 40px
    }
}

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

.footer-menu li a {
    padding: 24px 0;
    font-size: 16px;
    font-weight: 400;
    color: var(--body-color);
    text-transform: uppercase
}

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

.footer-links {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    gap: 32px
}

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

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

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

@media (max-width: 575px) {
    .footer-links li {
        padding-right:20px;
        margin-right: 5px
    }
}

.footer-links li:after {
    content: "";
    position: absolute;
    top: 40%;
    height: 10px;
    width: 1px;
    background-color: var(--theme-color);
    right: 6px
}

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

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

.room-book {
    background-color: #24272E;
    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
}

@media (max-width: 480px) {
    .room-book {
        display:block
    }
}

.room-book.style2 {
    background-color: #112E2E
}

.room-book .room-img {
    position: relative;
    z-index: 2
}

@media (max-width: 1699px) {
    .room-book .room-img {
        max-width:50%;
        height: 169px
    }
}

@media (max-width: 480px) {
    .room-book .room-img {
        max-width:100%;
        height: 100%
    }
}

.room-book .room-img img {
    height: 100%;
    width: 100%;
    object-fit: cover
}

.room-book .room-img:before {
    content: "";
    position: absolute;
    inset: 0;
    background: -webkit-linear-gradient(bottom, rgba(15,16,19,0.5), rgba(15,16,19,0.5));
    background: linear-gradient(0deg, rgba(15,16,19,0.5), rgba(15,16,19,0.5));
    z-index: 0
}

.room-book .room-img .box-title {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 100%;
    text-align: center;
    font-weight: 700;
    font-size: 28px;
    letter-spacing: 0.02em;
    color: var(--white-color);
    margin-bottom: 0
}

@media (max-width: 1399px) {
    .room-book .room-img .box-title {
        font-size:20px
    }
}

.room-book .footer-btn {
    font-weight: 500;
    font-size: 20px;
    color: var(--white-color);
    margin-left: auto;
    margin-right: auto;
    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
}

@media (max-width: 1399px) {
    .room-book .footer-btn {
        font-size:16px
    }
}

@media (max-width: 1199px) {
    .room-book .footer-btn {
        font-size:14px
    }
}

@media (max-width: 480px) {
    .room-book .footer-btn {
        padding:20px 0px;
        text-align: center;
        display: block
    }
}

.room-book .footer-btn span {
    margin-left: 16px;
    min-width: 32px;
    height: 32px;
    line-height: 24px;
    display: inline-block;
    text-align: center;
    border: 1px solid var(--white-color);
    border-radius: 48px;
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out
}

.room-book .footer-btn span:hover {
    background-color: var(--white-color)
}

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

.copyright-wrap {
    padding: 22px 0;
    background-size: 100% auto;
    border-top: 1px solid var(--th-border-color)
}

.copyright-wrap .copyright-text {
    font-size: 14px;
    color: var(--body-color)
}

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

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

.fa-phone-volume {
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg)
}

.footer-contact {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    gap: 16px
}

.footer-contact-area {
    padding: 20px 0;
    background-color: var(--white-color);
    border-radius: 0 0 40px 40px;
    max-width: 1620px;
    margin: 0 auto
}

@media (max-width: 767px) {
    .footer-contact-area {
        border-radius:0 0 15px 15px
    }
}

.footer-contact-wrap {
    --body-color: #999999;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.footer-contact-wrap .divider {
    width: 1px;
    height: 80px;
    background-color: var(--body-color)
}

@media (max-width: 767px) {
    .footer-contact-wrap {
        -webkit-box-orient:vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: start;
        -webkit-align-items: flex-start;
        -ms-flex-align: start;
        align-items: flex-start;
        gap: 30px;
        padding: 20px 0
    }

    .footer-contact-wrap .divider {
        display: none
    }
}

.footer-contact .box-title {
    font-size: 16px;
    margin-bottom: 7px
}

.footer-contact .box-text {
    color: var(--title-color);
    max-width: 205px;
    margin-top: -0.45em
}

.footer-contact .box-text a {
    color: inherit
}

.footer-contact .box-text a:hover {
    color: var(--theme-color)
}

.footer-contact .box-icon {
    font-size: 34px;
    color: var(--theme-color)
}

.footer-layout1 .footer-logo {
    position: relative;
    text-align: center;
    padding-top: 20px;
}

.footer-layout1 .footer-logo img {
    z-index: 9;
    width: 285px;
    position: relative;
    background-color: #181A1E
}

.footer-layout1 .footer-logo:after,.footer-layout1 .footer-logo:before {
    content: "";
    position: absolute;
    top: 85%;
    width: 45%;
    height: 1px;
    background-color: #333333
}

.footer-layout1 .footer-logo:before {
    left: 0
}

.footer-layout1 .footer-logo:after {
    right: 0
}

.footer-layout1-2 .footer-logo:after,.footer-layout1-2 .footer-logo:before {
    background: var(--tertiary-color)
}

.footer-layout1-2 .footer-widget.footer-line:before {
    background: var(--tertiary-color)
}

@media (max-width: 1500px) {
    .footer-layout1-2 .footer-widget.footer-line:before {
        display:none
    }
}

.footer-layout1-2 .widget-area {
    padding-top: 60px;
    padding-bottom: 10px
}

.footer-layout1-2 .widget_title {
    font-size: 24px
}

.footer-layout1-2 .th-social a {
    line-height: 46px;
    margin-right: 16px
}

@media (max-width: 375px) {
    .footer-layout1-2 .th-social a {
        line-height:38px
    }
}

.footer-layout1-2 .footer-widget .recent-post {
    max-width: 362px;
    margin-bottom: 16px
}

.footer-layout1-2 .footer-widget .recent-post .blog-meta a {
    color: var(--theme-color)
}

.footer-layout1-2 .footer-widget .recent-post .blog-meta a:after {
    background: var(--tertiary-color)
}

.footer-layout1-2 .footer-widget .recent-post .blog-meta i {
    color: var(--white-color);
    -webkit-transition: 0.4s;
    transition: 0.4s
}

.footer-layout1-2 .recent-post .post-title {
    letter-spacing: 0.02em
}

.footer-layout1-2 .copyright-wrap {
    border-color: var(--theme-color);
    padding: 30px 0
}

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

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

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

.schedule-info {
    width: 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;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    border-bottom: 1px dashed rgba(255,255,255,0.2);
    margin-bottom: 15px;
    padding-bottom: 15px
}

.schedule-info:last-of-type {
    margin-bottom: 0;
    padding-bottom: 0;
    border-bottom: none
}

.th-widget-schedule {
    width: 280px;
    max-width: 100%
}

.th-widget-schedule .title {
    color: var(--white-color);
    font-size: 20px;
    font-weight: 500;
    margin-bottom: 16px
}

.newsletter-widget {
    max-width: 435px
}

@media (max-width: 575px) {
    .newsletter-widget {
        max-width:100%
    }
}

.newsletter-widget .newsletter-title {
    font-weight: 500;
    text-transform: capitalize;
    margin-bottom: 35px
}

.newsletter-widget .newsletter-form {
    gap: 0px
}

.newsletter-widget .newsletter-form .th-btn2 {
    min-width: 136px;
    height: 56px;
    padding: 12px 20px;
    margin-left: -2px;
    border-radius: 0 48px 48px 0
}

.newsletter-widget .form-group {
    margin-bottom: 0
}

.newsletter-widget .th-social {
    margin-top: 24px
}

.newsletter-widget .icon-btn {
    border: none;
    background-color: var(--theme-color);
    color: var(--white-color);
    border-radius: 0;
    min-width: 56px;
    padding: 0
}

.newsletter-widget .icon-btn:hover {
    background-color: var(--title-color)
}

.newsletter-widget .footer-text {
    margin-bottom: 25px
}

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

@media (max-width: 1199px) {
    .newsletter-form {
        max-width:460px
    }
}

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

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

.newsletter-form input {
    width: 100%;
    border-radius: 0
}

.newsletter-form input:focus {
    outline: 0;
    box-shadow: none;
    border-color: var(--theme-color);
    color: var(--body-color);
    background-color: transparent
}

.newsletter-form input::-moz-placeholder {
    color: var(--white-color)
}

.newsletter-form input::-webkit-input-placeholder {
    color: var(--white-color)
}

.newsletter-form input:-ms-input-placeholder {
    color: var(--white-color)
}

.newsletter-form input::-ms-input-placeholder {
    color: var(--white-color)
}

.newsletter-form input::placeholder {
    color: var(--white-color)
}

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

.newsletter-form .newsletter-btn {
    display: inline-block;
    border: none;
    background-color: var(--theme-color);
    color: var(--title-color);
    width: 55px;
    height: 55px;
    line-height: 55px;
    min-width: 55px
}

.newsletter-wrap {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 30px 0
}

.newsletter-wrap .newsletter-title {
    color: var(--white-color);
    font-size: 28px;
    font-weight: 600;
    margin: 0
}

.newsletter-wrap .info-title {
    margin: 0;
    font-size: 40px;
    font-weight: 600;
    text-transform: uppercase;
    color: transparent;
    -webkit-text-stroke: 0.4px var(--light-color)
}

.newsletter-wrap .divider {
    background-color: rgba(255,255,255,0.2);
    width: 1px;
    height: 50px
}

.newsletter-wrap .newsletter-form {
    max-width: 510px;
    gap: 0
}

@media (max-width: 1299px) {
    .newsletter-wrap .newsletter-form {
        max-width:440px
    }
}

.newsletter-wrap .newsletter-form input {
    height: 50px;
    border-radius: 8px 0 0 8px
}

.newsletter-wrap .newsletter-form .th-btn {
    min-width: 190px;
    border-radius: 0 8px 8px 0;
    height: 50px;
    padding: 10px 20px
}

.newsletter-wrap .newsletter-form .th-btn:before {
    background-color: var(--light-color)
}

.newsletter-wrap .newsletter-form .th-btn i {
    margin-left: 8px
}

@media (max-width: 1199px) {
    .newsletter-wrap {
        -webkit-box-orient:vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        text-align: center;
        gap: 25px 0
    }

    .newsletter-wrap .newsletter-form {
        max-width: 700px
    }

    .newsletter-wrap .newsletter-form .th-btn {
        font-size: 0;
        min-width: 50px
    }

    .newsletter-wrap .newsletter-form .th-btn i {
        font-size: 16px;
        margin-left: 0
    }

    .newsletter-wrap .divider {
        display: none
    }
}

@media (max-width: 991px) {
    .footer-wrapper .newsletter-form {
        max-width:400px
    }
}

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

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

.footer-layout2 .copyright-wrap {
    margin-top: 60px
}

.footer-layout2 .footer-links li {
    padding-right: 20px
}

.footer-layout2 .footer-links li:after {
    display: none
}

.footer-layout2-1 {
    z-index: 1
}

.footer-layout2-1:before {
    z-index: -1
}

.footer-layout2-1 .footer-wrap2-1 {
    margin: 60px 60px 0;
    padding-bottom: 60px
}

@media (max-width: 1500px) {
    .footer-layout2-1 .footer-wrap2-1 {
        margin:40px 40px 0;
        padding-left: 40px;
        padding-right: 40px;
        padding-bottom: 55px
    }
}

@media (max-width: 1199px) {
    .footer-layout2-1 .footer-wrap2-1 {
        margin:30px 30px 0;
        padding-left: 20px;
        padding-right: 20px;
        padding-bottom: 30px
    }
}

@media (max-width: 375px) {
    .footer-layout2-1 .footer-wrap2-1 {
        margin:10px 10px 0;
        padding-left: 0px;
        padding-right: 0px;
        padding-bottom: 15px
    }
}

.footer-layout2-1 .footer-logo {
    padding-top: 60px
}

@media (max-width: 1500px) {
    .footer-layout2-1 .footer-logo {
        padding-top:40px
    }
}

.footer-layout2-1 .footer-logo:before,.footer-layout2-1 .footer-logo:after {
    background: var(--tertiary-color)
}

.footer-layout2-1 .footer-logo img {
    background: var(--body-bg)
}

.footer-layout2-1 .footer-menu {
    border-bottom: 1px solid var(--tertiary-color)
}

.footer-layout2-1 .room-book {
    background: var(--light-color2)
}

.footer-layout2-1 .copyright-wrap {
    margin-top: 0;
    border-top: 0
}

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

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

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

.info-box .box-icon {
    width: 40px;
    height: 40px;
    min-width: 40px;
    line-height: 40px;
    font-size: 18px;
    border: 1px solid #D8DBDC;
    color: #D8DBDC;
    border-radius: 50%;
    text-align: center;
    margin-right: 10px;
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease
}

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

.info-box .box-text {
    color: var(--body-color);
    margin-top: -0.45em;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    align-self: center;
    line-height: 1.5
}

.info-box .box-link {
    display: inline-block;
    color: var(--body-color)
}

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

.social-area {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    gap: 48px;
    padding: 48px
}

@media (max-width: 1299px) {
    .social-area {
        gap:25px
    }
}

@media (max-width: 991px) {
    .social-area {
        display:grid;
        grid-template-columns: auto auto auto auto;
        gap: 10px
    }
}

@media (max-width: 767px) {
    .social-area {
        grid-template-columns:auto auto
    }
}

@media (max-width: 767px) {
    .social-area {
        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
    }
}

.social-link {
    text-align: center;
    padding: 46px 70px;
    width: 100%;
    max-width: 360px;
    border: 1px solid #112E2E;
    -webkit-transition: var(--transform);
    transition: var(--transform)
}

@media (max-width: 1199px) {
    .social-link {
        padding:30px 20px
    }
}

@media (max-width: 991px) {
    .social-link {
        padding:30px 30px
    }
}

@media (max-width: 767px) {
    .social-link {
        max-width:100%
    }
}

.social-link i {
    width: 48px;
    height: 48px;
    line-height: 48px;
    border-radius: 50%;
    color: var(--white-color);
    font-size: 18px;
    background-color: transparent;
    border: 1px solid var(--theme-color);
    -webkit-transition: var(--transform);
    transition: var(--transform)
}

.social-link i:hover {
    background-color: var(--theme-color)
}

.social-link .text {
    font-weight: 400;
    font-size: 16px;
    color: var(--white-color);
    display: block;
    margin-top: 11px
}

.social-link:hover {
    background: #112E2E
}

.footer-layout3 {
    background-color: #184040
}

.footer-layout3 .widget-area {
    padding-top: 60px;
    padding-bottom: 60px;
    border-top: 1px solid #112E2E
}

.footer-layout3 .footer-widget {
    margin-bottom: 0
}

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

.footer-layout3 .footer-widget.footer-line:before {
    content: "";
    position: absolute;
    top: 0;
    right: -100px;
    background-color: #112E2E;
    width: 1px;
    height: 250px
}

.footer-layout3 .copyright-wrap {
    border-top: 1px solid #112E2E
}

.footer-layout3 .footer-links li {
    padding-right: 20px
}

.footer-layout3 .footer-links li:after {
    display: none
}

.room-book-area {
    padding-top: 60px;
    margin-top: 60px;
    border-top: 1px solid #112E2E
}

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

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

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

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

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

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

.breadcumb-title {
    margin: -0.25em 0 -0.2em 0;
    line-height: 1.3;
    font-weight: 500;
    font-size: 40px;
    letter-spacing: 0.02em;
    text-transform: capitalize;
    color: var(--white-color)
}

.breadcumb-banner {
    position: relative;
    z-index: 3;
    margin-bottom: -20px
}

.breadcumb-banner:before {
    content: "";
    position: absolute;
    inset: 0;
    top: 5px;
    -webkit-mask-image: url("../img/bg/bg-shape.png");
    mask-image: url("../img/bg/bg-shape.png");
    background-color: var(--theme-color);
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    -webkit-mask-size: auto;
    mask-size: auto;
    z-index: -1
}

@media (min-width: 1930px) {
    .breadcumb-banner:before {
        -webkit-mask-size:100% 100%;
        mask-size: 100% 100%
    }
}

@media (max-width: 1699px) {
    .breadcumb-banner:before {
        -webkit-mask-size:100% 100%;
        mask-size: 100% 100%
    }
}

@media (max-width: 1199px) {
    .breadcumb-banner:before {
        -webkit-mask-size:auto;
        mask-size: auto;
        -webkit-mask-position: center center;
        mask-position: center center
    }
}

.breadcumb-wrapper {
    position: relative;
    -webkit-mask-image: url("../img/bg/bg-shape.png");
    mask-image: url("../img/bg/bg-shape.png");
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    -webkit-mask-size: auto;
    mask-size: auto;
    background-color: #0F1013;
    background-size: auto;
    background-position: top center;
    padding: 115px 0 210px 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
    overflow: hidden;
    z-index: 2
}

@media (min-width: 1930px) {
    .breadcumb-wrapper {
        background-size:100% 100%;
        -webkit-mask-size: 100% 100%;
        mask-size: 100% 100%
    }
}

@media (max-width: 1699px) {
    .breadcumb-wrapper {
        background-size:100% 100%;
        -webkit-mask-size: 100% 100%;
        mask-size: 100% 100%
    }
}

@media (max-width: 1199px) {
    .breadcumb-wrapper {
        background-size:cover;
        -webkit-mask-size: auto;
        mask-size: auto;
        -webkit-mask-position: center center;
        mask-position: center center;
        padding: 130px 0 210px 0
    }
}

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

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

.breadcumb-wrapper .overlay-shape {
    position: absolute;
    inset: 0;
    bottom: -30px;
    background-color: var(--theme-color);
    z-index: -1
}

.breadcumb-wrapper .shape {
    position: absolute;
    inset: 0
}

.breadcumb-content {
    max-width: 760px;
    display: block;
    margin: auto
}

@media (max-width: 1199px) {
    .breadcumb-menu {
        margin:25px 0 -0.5em 0
    }

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

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

.main-menu ul.mega-menu {
    position: absolute;
    top: 100%;
    left: 0 !important;
    right: 0 !important;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 1200px;
    max-width: -webkit-max-content;
    max-width: -moz-max-content;
    max-width: max-content;
    max-height: 500px;
    overflow: overlay;
    opacity: 0;
    visibility: hidden;
    -webkit-transform-origin: top center;
    -ms-transform-origin: top center;
    transform-origin: top center;
    -webkit-transform: scaleY(0) translateZ(100px);
    transform: scaleY(0) translateZ(100px);
    -webkit-transition: opacity 500ms ease, visibility 500ms ease, -webkit-transform 700ms ease;
    transition: opacity 500ms ease, visibility 500ms ease, -webkit-transform 700ms ease;
    transition: opacity 500ms ease, visibility 500ms ease, transform 700ms ease;
    transition: opacity 500ms ease, visibility 500ms ease, transform 700ms ease, -webkit-transform 700ms ease;
    z-index: 99;
    background-color: var(--white-color);
    padding: 20px 10px
}

.main-menu ul.mega-menu.style2 {
    background-color: #184040;
    max-height: 520px
}

@media (max-width: 1399px) {
    .main-menu ul.mega-menu.style2 {
        max-height:500px
    }
}

.main-menu ul.mega-menu.style3 {
    background-color: #184040;
    width: 1350px;
    max-height: 820px
}

@media (max-width: 1299px) {
    .main-menu ul.mega-menu.style3 {
        width:1000px
    }
}

@media (max-width: 1599px) {
    .main-menu ul.mega-menu {
        width:1170px;
        left: -10rem !important
    }
}

@media (max-width: 1399px) {
    .main-menu ul.mega-menu {
        left:-23rem !important
    }
}

@media (max-width: 1199px) {
    .main-menu ul.mega-menu {
        left:-18rem !important
    }
}

.main-menu ul.mega-menu li {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 100%;
    -ms-flex: 1 1 100%;
    flex: 1 1 100%;
    width: 100%;
    position: relative
}

.main-menu ul.mega-menu::-webkit-scrollbar {
    width: 5px;
    height: 5px;
    border-radius: 0px
}

.main-menu ul.mega-menu::-webkit-scrollbar-track {
    background: #fff;
    box-shadow: inset 0 0 0px rgba(0,0,0,0.3);
    border-radius: 0px
}

.main-menu ul.mega-menu::-webkit-scrollbar-thumb {
    background-color: var(--theme-color);
    background-image: -webkit-linear-gradient(45deg, rgba(255,255,255,0.3) 25%, transparent 20%, transparent 50%, rgba(255,255,255,0.3) 50%, rgba(255,255,255,0.3) 75%, transparent 75%, transparent);
    border-radius: 0px
}

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

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

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

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

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

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

@media (max-width: 1299px) {
    .main-menu ul.mega-menu {
        width:1060px
    }
}

@media (max-width: 1199px) {
    .main-menu ul.mega-menu {
        width:900px
    }
}

@media (max-width: 991px) {
    .main-menu ul.mega-menu {
        padding:10px 0 !important
    }
}

.main-menu ul.mega-menu .th-mobile-menu ul li ul li {
    padding-left: 0px
}

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

.main-menu.style3 ul li ul.mega-menu {
    -webkit-transform: scaleY(0) translateX(-100%);
    -ms-transform: scaleY(0) translateX(-100%);
    transform: scaleY(0) translateX(-100%)
}

@media (max-width: 1699px) {
    .main-menu.style3 ul li ul.mega-menu {
        -webkit-transform:scaleY(1) translateX(-83%);
        -ms-transform: scaleY(1) translateX(-83%);
        transform: scaleY(1) translateX(-83%)
    }
}

@media (max-width: 1599px) {
    .main-menu.style3 ul li ul.mega-menu {
        -webkit-transform:scaleY(1) translateX(-65%);
        -ms-transform: scaleY(1) translateX(-65%);
        transform: scaleY(1) translateX(-65%)
    }
}

@media (max-width: 1399px) {
    .main-menu.style3 ul li ul.mega-menu {
        -webkit-transform:scaleY(1) translateX(-45%);
        -ms-transform: scaleY(1) translateX(-45%);
        transform: scaleY(1) translateX(-45%)
    }
}

@media (max-width: 1299px) {
    .main-menu.style3 ul li ul.mega-menu {
        -webkit-transform:scaleY(1) translateX(-36%);
        -ms-transform: scaleY(1) translateX(-36%);
        transform: scaleY(1) translateX(-36%)
    }
}

.main-menu.style3 ul li:hover ul.mega-menu {
    -webkit-transform: scaleY(1) translateX(-100%);
    -ms-transform: scaleY(1) translateX(-100%);
    transform: scaleY(1) translateX(-100%)
}

@media (max-width: 1699px) {
    .main-menu.style3 ul li:hover ul.mega-menu {
        -webkit-transform:scaleY(1) translateX(-83%);
        -ms-transform: scaleY(1) translateX(-83%);
        transform: scaleY(1) translateX(-83%)
    }
}

@media (max-width: 1599px) {
    .main-menu.style3 ul li:hover ul.mega-menu {
        -webkit-transform:scaleY(1) translateX(-65%);
        -ms-transform: scaleY(1) translateX(-65%);
        transform: scaleY(1) translateX(-65%)
    }
}

@media (max-width: 1399px) {
    .main-menu.style3 ul li:hover ul.mega-menu {
        -webkit-transform:scaleY(1) translateX(-45%);
        -ms-transform: scaleY(1) translateX(-45%);
        transform: scaleY(1) translateX(-45%)
    }
}

@media (max-width: 1299px) {
    .main-menu.style3 ul li:hover ul.mega-menu {
        -webkit-transform:scaleY(1) translateX(-36%);
        -ms-transform: scaleY(1) translateX(-36%);
        transform: scaleY(1) translateX(-36%)
    }
}

.mega-menu-box {
    box-shadow: 0px 0px 34px rgba(0,0,0,0.08);
    border-radius: 5px
}

.mega-menu-box.style2 {
    background-color: #112E2E;
    padding: 40px;
    text-align: center
}

.mega-menu-box.style2 .mega-menu-img {
    border-radius: 0;
    margin-bottom: 30px
}

.mega-menu-box.style2 .mega-menu-img:after {
    display: none
}

.mega-menu-box.style2 .mega-menu-img img {
    -webkit-transition: all 0.8s ease;
    transition: all 0.8s ease
}

.mega-menu-box.style2 .mega-menu-title {
    font-weight: 600;
    font-size: 24px;
    letter-spacing: 0.02em;
    color: var(--white-color);
    margin-bottom: 3px;
    padding: 0
}

.mega-menu-box.style2 .mega-menu-title a {
    font-family: var(--title-font);
    font-weight: 600;
    font-size: 24px;
    letter-spacing: 0.02em;
    color: var(--white-color);
    margin-bottom: 3px
}

.mega-menu-box.style2 .price {
    font-weight: 500;
    font-size: 16px;
    letter-spacing: 0.02em;
    color: var(--white-color);
    margin-bottom: -0.3rem
}

.mega-menu-box.style2:hover .mega-menu-img img {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
    -webkit-filter: none;
    filter: none
}

.mega-menu-box.style3 {
    position: relative;
    background-color: #112E2E;
    padding: 25px 25px 0 25px;
    min-width: 400px;
    text-align: center;
    z-index: 2
}

@media (max-width: 1399px) {
    .mega-menu-box.style3 {
        min-width:200px
    }
}

.mega-menu-box.style3 .box-content {
    background-color: #184040;
    padding: 70px 10px 110px 10px
}

.mega-menu-box.style3 .logo {
    margin-bottom: 30px
}

.mega-menu-box.style3 .icon-btn {
    background-color: #112E2E;
    border-color: #112E2E;
    -webkit-transform: translateY(-30px);
    -ms-transform: translateY(-30px);
    transform: translateY(-30px);
    line-height: 56px
}

.mega-menu-box.style3 .icon-btn:hover {
    background-color: var(--theme-color);
    border-color: var(--theme-color)
}

.mega-menu-box.style3 .icon-btn:hover img {
    -webkit-filter: brightness(0) invert(1);
    filter: brightness(0) invert(1)
}

.mega-menu-box.style3 .mega-menu-img {
    border-radius: 0;
    margin-bottom: 30px
}

.mega-menu-box.style3 .mega-menu-img:after {
    display: none
}

.mega-menu-box.style3 .mega-menu-img img {
    -webkit-transition: all 0.8s ease;
    transition: all 0.8s ease
}

.mega-menu-box.style3 .mega-menu-title {
    font-weight: 600;
    font-size: 24px;
    letter-spacing: 0.02em;
    color: var(--white-color);
    margin-bottom: 3px;
    padding: 0
}

.mega-menu-box.style3 .mega-menu-title a {
    font-family: var(--title-font);
    font-weight: 600;
    font-size: 24px;
    letter-spacing: 0.02em;
    color: var(--white-color);
    margin-bottom: 3px
}

.mega-menu-box.style3 .price {
    font-weight: 500;
    font-size: 16px;
    letter-spacing: 0.02em;
    color: var(--white-color);
    margin-bottom: -0.3rem
}

.mega-menu-box .mega-menu-img {
    position: relative;
    border-radius: 5px 5px 0 0;
    overflow: hidden
}

.mega-menu-box .mega-menu-img:after {
    content: '';
    position: absolute;
    inset: 0;
    background: rgba(0,0,0,0)
}

.mega-menu-box .mega-menu-img img {
    -webkit-transition: -webkit-filter 500ms ease;
    transition: -webkit-filter 500ms ease;
    transition: filter 500ms ease;
    transition: filter 500ms ease, -webkit-filter 500ms ease;
    -webkit-filter: blur(0px);
    filter: blur(0px)
}

.mega-menu-box .mega-menu-img .btn-wrap {
    z-index: 1;
    background: rgba(0,0,0,0.5);
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 10px;
    -webkit-transform: scale(1, 0);
    -ms-transform: scale(1, 0);
    transform: scale(1, 0);
    -webkit-transition: opacity 600ms linear, -webkit-transform 500ms ease;
    transition: opacity 600ms linear, -webkit-transform 500ms ease;
    transition: transform 500ms ease, opacity 600ms linear;
    transition: transform 500ms ease, opacity 600ms linear, -webkit-transform 500ms ease;
    -webkit-transform-origin: bottom center;
    -ms-transform-origin: bottom center;
    transform-origin: bottom center;
    opacity: 0
}

.mega-menu-box .mega-menu-img .btn-wrap .th-btn {
    padding: 14px 18px;
    font-size: 16px;
    color: var(--white-color);
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    background-color: var(--theme-color)
}

.mega-menu-box .mega-menu-img .btn-wrap .th-btn:hover {
    color: var(--theme-color)
}

.mega-menu-box:hover .btn-wrap {
    -webkit-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    transform: scale(1, 1);
    opacity: 1;
    -webkit-transform-origin: top center;
    -ms-transform-origin: top center;
    transform-origin: top center
}

.mega-menu-box:hover .mega-menu-img img {
    -webkit-filter: blur(2px);
    filter: blur(2px)
}

.mega-menu-box .mega-menu-title {
    margin-bottom: 0;
    text-align: center;
    line-height: normal;
    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;
    padding: 14px 0
}

.mega-menu-box .mega-menu-title span {
    color: var(--theme-color);
    text-transform: capitalize;
    font-size: 16px;
    margin-right: 5px
}

.mega-menu-box .mega-menu-title span:after {
    display: none
}

.mega-menu-box .mega-menu-title a {
    color: var(--black-color2);
    line-height: normal
}

.mega-menu-box .mega-menu-title a:after {
    display: none
}

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

@media (max-width: 991px) {
    .mega-menu-box .mega-menu-title a {
        padding:0
    }

    .mega-menu-box .mega-menu-title a:before {
        display: none
    }
}

.mega-card {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    margin-top: 24px
}

.mega-card .mega-wrapp {
    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: 24px
}

.mega-card .box-img {
    max-width: 200px
}

.mega-card .box-title {
    margin-bottom: 0
}

.mega-card .box-title a {
    font-size: 24px
}

@media (max-width: 1299px) {
    .mega-card .box-title a {
        font-size:14px
    }
}

.main-menu ul.mega-menu li a.th-btn {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    background-color: #112E2E
}

.main-menu ul.mega-menu li a.th-btn.th-icon:after {
    background-color: var(--theme-color)
}

.wp-block-query-pagination-numbers,.th-pagination {
    margin-bottom: 30px
}

.wp-block-query-pagination-numbers ul,.th-pagination ul {
    margin: 0;
    padding: 0
}

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

.wp-block-query-pagination-numbers li:last-child,.th-pagination li:last-child {
    margin-right: 0
}

.wp-block-query-pagination-numbers li:first-child,.th-pagination li:first-child {
    margin-left: 0
}

.wp-block-query-pagination-numbers span,.wp-block-query-pagination-numbers a,.th-pagination span,.th-pagination a {
    display: inline-block;
    text-align: center;
    position: relative;
    border: 1px solid #4D4D4D;
    color: var(--title-color);
    background-color: transparent;
    width: 48px;
    height: 48px;
    line-height: 48px;
    z-index: 1;
    font-size: 18px;
    font-weight: 500;
    border-radius: 99px
}

.wp-block-query-pagination-numbers span img,.wp-block-query-pagination-numbers a img,.th-pagination span img,.th-pagination a img {
    padding-bottom: 5px
}

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

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

.wp-block-query-pagination-next {
    display: inline-block;
    text-align: center;
    position: relative;
    border: none;
    color: var(--title-color);
    background-color: var(--smoke-color2);
    min-width: 56px;
    height: 56px;
    line-height: 56px;
    z-index: 1;
    font-size: 16px;
    padding: 0 20px;
    font-weight: 500;
    border-radius: 12px;
    -webkit-transition: 0.4s ease-in-out;
    transition: 0.4s ease-in-out
}

.wp-block-query-pagination-next.active,.wp-block-query-pagination-next:hover {
    color: var(--white-color);
    background-color: var(--theme-color);
    border-color: var(--theme-color)
}

@media (max-width: 767px) {
    .wp-block-query-pagination-numbers span,.wp-block-query-pagination-numbers a,.th-pagination span,.th-pagination a {
        width:40px;
        height: 40px;
        line-height: 40px;
        font-size: 14px
    }
}

blockquote,.wp-block-quote {
    font-size: 18px;
    line-height: 1.56;
    padding: 30px;
    font-weight: 500;
    display: block;
    position: relative;
    background-color: transparent;
    margin: 35px 0 45px 0;
    color: var(--title-color);
    font-family: var(--body-font);
    font-style: italic;
    border: 1px solid #4D4D4D !important;
    border-radius: 10px
}

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

blockquote p a,.wp-block-quote p a {
    color: inherit
}

blockquote:before,.wp-block-quote:before {
    content: "";
    position: absolute;
    top: -1px;
    left: -1px;
    height: 55px;
    width: 55px;
    background-color: var(--body-bg)
}

blockquote:after,.wp-block-quote:after {
    content: "";
    position: absolute;
    top: -17px;
    left: 0px;
    height: 24px;
    width: 30px;
    background-color: var(--theme-color);
    -webkit-clip-path: path("M2.66334 21.9311C0.930403 20.0114 0 17.8583 0 14.3681C0 8.22637 4.13381 2.72165 10.1453 0L11.6477 2.41807C6.03668 5.58368 4.93971 9.6916 4.50227 12.2816C5.40575 11.7938 6.58853 11.6236 7.74774 11.7359C10.7829 12.029 13.1754 14.6278 13.1754 17.8583C13.1754 19.4872 12.555 21.0493 11.4506 22.2011C10.3463 23.3529 8.84851 24 7.28675 24C6.42307 23.9921 5.56952 23.8052 4.77578 23.45C3.98203 23.0948 3.26396 22.5785 2.66334 21.9311ZM19.488 21.9311C17.755 20.0114 16.8246 17.8583 16.8246 14.3681C16.8246 8.22637 20.9584 2.72165 26.9699 0L28.4723 2.41807C22.8613 5.58368 21.7643 9.6916 21.3269 12.2816C22.2304 11.7938 23.4132 11.6236 24.5724 11.7359C27.6075 12.029 30 14.6278 30 17.8583C30 19.4872 29.3796 21.0493 28.2753 22.2011C27.1709 23.3529 25.6731 24 24.1114 24C23.2477 23.9921 22.3941 23.8052 21.6004 23.45C20.8067 23.0948 20.0886 22.5785 19.488 21.9311Z");
    clip-path: path("M2.66334 21.9311C0.930403 20.0114 0 17.8583 0 14.3681C0 8.22637 4.13381 2.72165 10.1453 0L11.6477 2.41807C6.03668 5.58368 4.93971 9.6916 4.50227 12.2816C5.40575 11.7938 6.58853 11.6236 7.74774 11.7359C10.7829 12.029 13.1754 14.6278 13.1754 17.8583C13.1754 19.4872 12.555 21.0493 11.4506 22.2011C10.3463 23.3529 8.84851 24 7.28675 24C6.42307 23.9921 5.56952 23.8052 4.77578 23.45C3.98203 23.0948 3.26396 22.5785 2.66334 21.9311ZM19.488 21.9311C17.755 20.0114 16.8246 17.8583 16.8246 14.3681C16.8246 8.22637 20.9584 2.72165 26.9699 0L28.4723 2.41807C22.8613 5.58368 21.7643 9.6916 21.3269 12.2816C22.2304 11.7938 23.4132 11.6236 24.5724 11.7359C27.6075 12.029 30 14.6278 30 17.8583C30 19.4872 29.3796 21.0493 28.2753 22.2011C27.1709 23.3529 25.6731 24 24.1114 24C23.2477 23.9921 22.3941 23.8052 21.6004 23.45C20.8067 23.0948 20.0886 22.5785 19.488 21.9311Z")
}

blockquote cite,.wp-block-quote cite {
    display: inline-block;
    font-size: 20px;
    line-height: 1;
    font-weight: 500;
    font-style: normal;
    font-family: var(--body-font);
    white-space: nowrap;
    position: absolute;
    bottom: -17px;
    left: 80px;
    background-color: var(--theme-color);
    color: var(--white-color);
    padding: 7px 40px 7px 15px;
    -webkit-mask-image: url('data:image/svg+xml,<svg width="190" height="35" viewBox="0 0 190 35" preserveAspectRatio="none" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M0 5C0 2.23858 2.23858 0 5 0H184.337C188.394 0 190.762 4.57657 188.418 7.88809L170.728 32.8881C169.791 34.2126 168.269 35 166.647 35H5C2.23858 35 0 32.7614 0 30V5Z" fill="%23D9D9D9"/></svg>');
    mask-image: url('data:image/svg+xml,<svg width="190" height="35" viewBox="0 0 190 35" preserveAspectRatio="none" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M0 5C0 2.23858 2.23858 0 5 0H184.337C188.394 0 190.762 4.57657 188.418 7.88809L170.728 32.8881C169.791 34.2126 168.269 35 166.647 35H5C2.23858 35 0 32.7614 0 30V5Z" fill="%23D9D9D9"/></svg>');
    -webkit-mask-size: 100% 100%;
    mask-size: 100% 100%
}

blockquote cite br,.wp-block-quote cite br {
    display: none
}

blockquote.is-large:not(.is-style-plain),blockquote.is-style-large:not(.is-style-plain),blockquote.style-left-icon,blockquote.has-text-align-right,.wp-block-quote.is-large:not(.is-style-plain),.wp-block-quote.is-style-large:not(.is-style-plain),.wp-block-quote.style-left-icon,.wp-block-quote.has-text-align-right {
    padding: 40px;
    margin-bottom: 30px
}

blockquote.style-left-icon,.wp-block-quote.style-left-icon {
    font-size: 18px;
    color: var(--body-color);
    font-weight: 400;
    line-height: 1.556;
    background-color: var(--smoke-color);
    padding-left: 160px
}

blockquote.style-left-icon:before,.wp-block-quote.style-left-icon:before {
    right: unset;
    left: 56px;
    top: 60px;
    font-size: 6rem;
    font-weight: 400;
    line-height: 4rem;
    color: var(--theme-color);
    text-shadow: none
}

blockquote.style-left-icon cite,.wp-block-quote.style-left-icon cite {
    color: var(--title-color)
}

blockquote.style-left-icon cite:before,.wp-block-quote.style-left-icon cite:before {
    background-color: var(--title-color);
    top: 8px
}

blockquote:not(:has(>cite)) p:last-child,.wp-block-quote:not(:has(>cite)) p:last-child {
    margin-bottom: -0.3em
}

blockquote p:has(cite),.wp-block-quote p:has(cite) {
    padding-bottom: 10px
}

blockquote p cite,.wp-block-quote p cite {
    margin-top: 20px;
    margin-bottom: -0.5em;
    bottom: -32px
}

.wp-block-pullquote {
    color: var(--white-color);
    padding: 0
}

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

.wp-block-pullquote blockquote,.wp-block-pullquote p {
    color: var(--title-color)
}

.wp-block-pullquote cite {
    position: absolute;
    color: var(--white-color) !important
}

.wp-block-column blockquote,.wp-block-column .wp-block-quote {
    padding: 40px 15px 40px 15px
}

.wp-block-column blockquote:before,.wp-block-column .wp-block-quote:before {
    width: 100%;
    height: 60px;
    font-size: 30px
}

.wp-block-column blockquote.style-left-icon,.wp-block-column blockquote.is-large:not(.is-style-plain),.wp-block-column blockquote.is-style-large:not(.is-style-plain),.wp-block-column blockquote.has-text-align-right,.wp-block-column .wp-block-quote.style-left-icon,.wp-block-column .wp-block-quote.is-large:not(.is-style-plain),.wp-block-column .wp-block-quote.is-style-large:not(.is-style-plain),.wp-block-column .wp-block-quote.has-text-align-right {
    padding: 40px 15px 40px 15px
}

.wp-block-column blockquote cite,.wp-block-column .wp-block-quote cite {
    font-size: 14px;
    left: 20px
}

.wp-block-column blockquote cite:before,.wp-block-column .wp-block-quote cite:before {
    bottom: 6px
}

.wp-block-pullquote__citation::before,.wp-block-pullquote cite::before,.wp-block-pullquote footer::before {
    bottom: 7px
}

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

@media (max-width: 767px) {
    .wp-block-pullquote.is-style-solid-color blockquote {
        max-width:90%
    }

    blockquote cite,.wp-block-quote cite {
        font-size: 18px;
        left: 30px
    }
}

@media (max-width: 575px) {
    .wp-block-quote.is-large:not(.is-style-plain) p,.wp-block-quote.is-style-large:not(.is-style-plain) p {
        font-size:1.2em
    }
}

@media (max-width: 375px) {
    blockquote cite,.wp-block-quote cite {
        font-size:18px;
        padding-left: 22px
    }

    blockquote cite:before,.wp-block-quote cite:before {
        width: 20px
    }
}

.blog-meta {
    display: block
}

.blog-meta span,.blog-meta a {
    display: inline-block;
    font-size: 14px;
    color: var(--title-color);
    font-family: var(--body-font);
    position: relative;
    margin-right: 10px
}

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

.blog-meta span:last-child,.blog-meta a:last-child {
    margin-right: 0
}

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

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

.blog-meta span img,.blog-meta a img {
    max-width: 16px;
    margin-top: -3px;
    margin-right: 4px
}

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

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

@media (max-width: 575px) {
    .blog-meta span,.blog-meta a {
        margin-right:20px
    }

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

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

.blog-audio,.blog-img,.blog-video {
    line-height: 1px
}

.blog-audio img,.blog-img img,.blog-video img {
    -webkit-transition: 0.4s ease-in-out;
    transition: 0.4s ease-in-out
}

.blog-title a {
    color: inherit
}

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

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

.blog-inner-title {
    font-weight: 500;
    margin-top: -0.25em;
    margin-bottom: 25px
}

.blog-inner-title i {
    color: var(--theme-color);
    margin-right: 4px
}

@media (min-width: 1300px) {
    .search-active-wrap,.blog-author,.search-wrap,.page-single,.blog-single,.th-comments-wrap,.th-comment-form {
        margin-right:8px
    }
}

.blog-single {
    position: relative;
    margin-bottom: 72px
}

.blog-single.has-post-thumbnail .blog-img.th-slider .swiper-slide:before {
    content: "";
    position: absolute;
    inset: 0;
    background: -webkit-linear-gradient(bottom, rgba(28,45,55,0.2), rgba(28,45,55,0.2));
    background: linear-gradient(0deg, rgba(28,45,55,0.2), rgba(28,45,55,0.2));
    z-index: 2
}

.blog-single.has-post-thumbnail .blog-meta a {
    color: var(--theme-color)
}

.blog-single.has-post-thumbnail .blog-meta span:not(:last-child):after,.blog-single.has-post-thumbnail .blog-meta a:not(:last-child):after {
    background-color: var(--theme-color)
}

.blog-single.has-post-thumbnail.single-grid .blog-title {
    font-size: 24px;
    font-weight: 500;
    margin-bottom: 35px
}

.blog-single .blog-title {
    margin-bottom: 14px;
    font-size: 28px;
    line-height: 1.25;
    font-weight: 600
}

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

.blog-single .blog-meta {
    margin: -0.35em 0 10px 0
}

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

.blog-single .blog-audio {
    line-height: 1
}

.blog-single .blog-audio,.blog-single .blog-img,.blog-single .blog-video {
    position: relative;
    overflow: hidden;
    margin-bottom: 30px
}

.blog-single .blog-audio:hover img,.blog-single .blog-img:hover img,.blog-single .blog-video:hover img {
    -webkit-transform: scale(1.07);
    -ms-transform: scale(1.07);
    transform: scale(1.07)
}

.blog-single .blog-audio img,.blog-single .blog-img img,.blog-single .blog-video img {
    width: 100%;
    -webkit-transition: var(--transform);
    transition: var(--transform)
}

.blog-single .blog-img .slider-arrow {
    --pos-x: 30px;
    --icon-size: 44px;
    border: none;
    background-color: var(--white-color);
    color: var(--theme-color);
    box-shadow: none;
    visibility: visible;
    opacity: 1
}

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

.blog-single .blog-img .play-btn {
    --icon-size: 60px;
    position: absolute;
    left: 50%;
    top: 55%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    margin: calc(var(--icon-size) / -2) 0 0 calc(var(--icon-size) / -2)
}

.blog-single .line-btn {
    display: block;
    max-width: -webkit-fit-content;
    max-width: -moz-fit-content;
    max-width: fit-content;
    margin-bottom: -1px
}

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

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

.share-links {
    margin: 40px 0 0 0;
    padding: var(--blog-space-y, 24px) 0 0 0;
    border-top: 1px solid #24272E
}

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

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

.blog-author {
    margin-top: 40px;
    margin-bottom: 40px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    background-color: var(--smoke-color);
    border-radius: 20px;
    overflow: hidden
}

.blog-author .auhtor-img {
    width: 212px;
    min-height: 100%;
    background-color: #00ffff;
    text-align: center;
    display: grid;
    -webkit-align-content: center;
    -ms-flex-line-pack: center;
    align-content: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center
}

@media (max-width: 767px) {
    .blog-author .auhtor-img {
        width:100%;
        min-height: 200px
    }
}

.blog-author .auhtor-img img {
    width: 96px;
    height: auto;
    object-fit: cover;
    object-position: center center
}

.blog-author .author-name {
    font-size: 24px;
    margin-top: -0.2em;
    margin-bottom: 16px
}

.blog-author .author-text {
    margin-bottom: 0
}

.blog-author .media-body {
    padding: 40px 40px 40px 40px;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    align-self: center
}

@media (max-width: 767px) {
    .blog-author {
        -webkit-box-orient:vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column
    }

    .blog-author .auhtor-img img {
        width: 100%
    }
}

@media (max-width: 575px) {
    .blog-author .media-body {
        padding:35px 20px 30px 20px
    }
}

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

.blog-details .blog-content>ol:last-of-type,.blog-details .blog-content>p:last-child {
    margin-bottom: 0
}

.blog-content .wp-block-search .wp-block-search__input {
    box-shadow: none
}

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

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

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

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

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

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

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

    .blog-single {
        --blog-space-x: 20px;
        --blog-space-y: 20px;
        border-radius: 10px
    }

    .blog-single .blog-audio,.blog-single .blog-video,.blog-single .blog-img {
        border-radius: 15px
    }

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

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

    .blog-single .blog-bottom {
        padding-top: 15px
    }
}

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

.th-comment-form {
    margin-top: var(--blog-space-y, 40px);
    margin-bottom: 30px;
    position: relative;
    max-width: 856px
}

.th-comment-form .row {
    --bs-gutter-x: 20px
}

.th-comment-form .blog-inner-title {
    margin-bottom: 0px
}

.th-comment-form .form-title {
    margin-top: -0.35em
}

.th-comment-form .form-title a#cancel-comment-reply-link {
    font-size: 0.7em;
    text-decoration: underline
}

.th-comment-form .form-text {
    margin-bottom: 25px
}

.th-comment-form .form-group>i {
    color: #57585F
}

.blog-comment-area {
    margin-bottom: 25px
}

@media (max-width: 767px) {
    .th-comment-form,.th-comments-wrap {
        border-radius:15px
    }
}

.th-comment-form:has(#wp-temp-form-div),.th-comments-wrap:has(#wp-temp-form-div) {
    padding: 0;
    box-shadow: none;
    display: none
}

.th-comments-wrap {
    margin-top: var(--blog-space-y, 40px);
    margin-bottom: 120px;
    max-width: 856px
}

@media (max-width: 1399px) {
    .th-comments-wrap {
        margin-bottom:80px
    }
}

.th-comments-wrap .description p:last-child {
    margin-bottom: -0.5em
}

.th-comments-wrap .comment-respond {
    margin: 30px 0
}

.th-comments-wrap pre {
    background: #ededed;
    color: #666;
    font-size: 14px;
    margin: 20px 0;
    overflow: auto;
    padding: 20px;
    white-space: pre-wrap;
    word-wrap: break-word
}

.th-comments-wrap li {
    margin: 0
}

.th-comments-wrap .th-post-comment {
    padding: 0;
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 30px;
    padding-bottom: 30px;
    position: relative;
    border-bottom: 1px solid #24272E
}

.th-comments-wrap .th-post-comment ol,.th-comments-wrap .th-post-comment ul,.th-comments-wrap .th-post-comment dl {
    margin-bottom: 1rem
}

.th-comments-wrap .th-post-comment ol ol,.th-comments-wrap .th-post-comment ol ul,.th-comments-wrap .th-post-comment ul ol,.th-comments-wrap .th-post-comment ul ul {
    margin-bottom: 0
}

.th-comments-wrap ul.comment-list {
    list-style: none;
    margin: 0;
    padding: 0;
    margin-bottom: -30px
}

.th-comments-wrap ul.comment-list ul ul,.th-comments-wrap ul.comment-list ul ol,.th-comments-wrap ul.comment-list ol ul,.th-comments-wrap ul.comment-list ol ol {
    margin-bottom: 0
}

.th-comments-wrap .comment-avater {
    width: 80px;
    height: 80px;
    margin-right: 20px;
    overflow: hidden
}

.th-comments-wrap .comment-avater img {
    width: 100%
}

.th-comments-wrap .comment-content {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    margin-top: -4px;
    position: relative
}

.th-comments-wrap .commented-on {
    font-size: 14px;
    display: inline-block;
    margin-bottom: 2px;
    font-weight: 400;
    color: var(--body-color)
}

.th-comments-wrap .commented-on i {
    color: var(--theme-color);
    margin-right: 7px;
    font-size: 0.9rem
}

.th-comments-wrap .name {
    margin-bottom: 10px;
    font-size: 18px;
    font-weight: 500
}

.th-comments-wrap .comment-top {
    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
}

.th-comments-wrap .text {
    margin-bottom: 10px
}

.th-comments-wrap .children {
    margin: 0;
    padding: 0;
    list-style-type: none;
    margin-left: 80px
}

.th-comments-wrap .reply_and_edit {
    margin-top: 12px;
    margin-bottom: -0.46em;
    position: absolute;
    top: 0;
    right: 0
}

.th-comments-wrap .reply_and_edit a {
    margin-right: 15px
}

.th-comments-wrap .reply_and_edit a:last-child {
    margin-right: 0
}

.th-comments-wrap .reply-btn {
    font-weight: 500;
    font-size: 16px;
    color: var(--body-color);
    display: inline-block
}

.th-comments-wrap .reply-btn i {
    color: var(--theme-color);
    margin-right: 4px
}

.th-comments-wrap .reply-btn:hover {
    color: var(--theme-color)
}

.th-comments-wrap .star-rating {
    font-size: 12px;
    margin-bottom: 10px;
    position: absolute;
    top: 5px;
    right: 0;
    width: 80px
}

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

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

.wp-block-post-comments-form textarea,.wp-block-post-comments-form input:not([type=submit]):not([type=checkbox]):not([type=hidden]) {
    border: 1px solid var(--th-border-color)
}

.wp-block-comment-author-name {
    font-weight: 600
}

ul.comment-list .th-comment-item:last-child>.th-post-comment {
    border-bottom: none;
    padding-bottom: 0
}

ul.comment-list .children .th-comment-item>.th-post-comment {
    padding-bottom: 30px;
    border-bottom: 1px solid #24272E
}

ul.comment-list:has(>.th-comment-item ~ .th-comment-item):first-child>.th-post-comment {
    padding-bottom: 30px;
    border-bottom: 1px solid var(--th-border-color)
}

.th-comments-wrap.th-comment-form {
    margin: 0
}

.comment-respond .must-log-in {
    margin-bottom: 0;
    margin-top: 8px
}

@media (max-width: 1199px) {
    .th-comments-wrap .children {
        margin-left:40px
    }
}

@media (max-width: 767px) {
    .th-comments-wrap .th-post-comment {
        display:block
    }

    .th-comments-wrap .star-rating {
        position: relative;
        top: 0;
        right: 0
    }

    .th-comments-wrap .comment-top {
        display: block
    }

    .th-comments-wrap .comment-avater {
        margin-right: 0;
        margin-bottom: 25px
    }

    .th-comments-wrap .children {
        margin-left: 40px
    }

    .th-comments-wrap .children {
        margin-left: 30px
    }
}

@media (max-width: 767px) {
    .th-comment-form {
        --blog-space-x: 20px
    }
}

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

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

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

.hero-title {
    font-size: 53px;
    font-weight: 600;
    line-height: 1.222;
    margin-bottom: 22px;
    margin-top: -0.17em;
    text-transform: capitalize
}

.hero-title>span {
    display: block;
    max-width: -webkit-fit-content;
    max-width: -moz-fit-content;
    max-width: fit-content;
    position: relative
}

.hero-subtitle {
    font-family: var(--title-font);
    font-size: 18px;
    font-weight: 700;
    letter-spacing: 0.2em;
    color: var(--theme-color);
    display: block;
    margin-bottom: 20px;
    margin-top: -0.35em;
    text-transform: uppercase
}

@media (max-width: 767px) {
    .hero-subtitle {
        font-size:16px;
        letter-spacing: 0.1em
    }
}

@media (max-width: 575px) {
    .hero-subtitle {
        letter-spacing:0em
    }
}

.box-review {
    color: var(--theme-color);
    font-size: 16px
}

.box-review i {
    margin-right: 8px
}

.th-hero-bg {
    background-size: cover;
    background-attachment: fixed;
    background-position: center
}

.parallax {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0)
}

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

.hero-1:before {
    content: "";
    position: absolute;
    inset: 0;
    top: 25px;
    -webkit-mask-image: url("../img/hero/hero-shape.png");
    mask-image: url("../img/hero/hero-shape.png");
    background-color: var(--theme-color);
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    -webkit-mask-size: 100% 100%;
    mask-size: 100% 100%;
    z-index: -1
}

@media (max-width: 1199px) {
    .hero-1:before {
        -webkit-mask-position:center center;
        mask-position: center center;
        background-position: center center;
        -webkit-mask-size: cover;
        mask-size: cover
    }
}

.hero-1 .heroSlide1-area {
    position: relative;
    z-index: 3;
    -webkit-mask-image: url("../img/hero/hero-shape.png");
    mask-image: url("../img/hero/hero-shape.png");
    background-color: #0B0B0C;
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    -webkit-mask-size: 100% 100%;
    mask-size: 100% 100%
}

@media (max-width: 1199px) {
    .hero-1 .heroSlide1-area {
        -webkit-mask-position:center center;
        mask-position: center center;
        background-position: center center;
        -webkit-mask-size: cover;
        mask-size: cover
    }
}

.hero-1 .heroSlide1 .swiper-slide-active .th-hero-bg {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1)
}

.hero-1 .th-hero-bg {
    -webkit-transition: all 4s cubic-bezier(0.7, 0, 0.3, 1);
    transition: all 4s cubic-bezier(0.7, 0, 0.3, 1);
    -webkit-transform: scale(1.2);
    -ms-transform: scale(1.2);
    transform: scale(1.2);
    z-index: 3;
    overflow: hidden
}

.hero-1 .th-hero-bg:before {
    content: "";
    position: absolute;
    inset: 0;
    background: -webkit-linear-gradient(bottom, rgba(15,16,19,0.6), rgba(15,16,19,0.6));
    background: linear-gradient(0deg, rgba(15,16,19,0.6), rgba(15,16,19,0.6));
    z-index: -1
}

.hero-style1 {
    position: relative;
    z-index: 6;
    padding: 113px 0 380px 0;
    text-align: center;
    max-width: 900px;
    display: block;
    margin: auto
}

@media (max-width: 991px) {
    .hero-style1 {
        padding:113px 0 350px 0
    }
}

@media (max-width: 480px) {
    .hero-style1 {
        padding:113px 0 280px 0
    }
}

.hero-style1 .hero-logo {
    margin-bottom: 40px
}

.hero-style1 .hero-subtitle {
    font-weight: 500;
    font-size: 14px;
    letter-spacing: 0.2em;
    text-transform: uppercase;
    font-family: var(--body-font);
    color: var(--white-color);
    margin-bottom: 10px
}

.hero-style1 .hero-review-wrapp {
    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;
    gap: 8px;
    margin-bottom: 35px
}

.hero-style1 .hero-review-wrapp .title {
    color: var(--white-color)
}

.hero-style1 .hero-title {
    color: var(--white-color);
    letter-spacing: 0.02em;
    margin-bottom: 35px
}

.hero-style1 .hero-text {
    max-width: 530px;
    color: var(--white-color);
    margin-bottom: 42px
}

.hero-style1 .th-btn2 {
    padding: 23px 40px
}

.hero-style1 .th-btn2:hover:before {
    width: 260px;
    height: 260px
}

@media (max-width: 375px) {
    .hero-style1 .th-btn2 {
        padding:18px 25px
    }
}

.hero-grid-thumb {
    max-width: 494px;
    position: absolute;
    bottom: 100px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%)
}

@media (max-width: 991px) {
    .hero-grid-thumb {
        bottom:115px
    }
}

@media (max-width: 767px) {
    .hero-grid-thumb {
        max-width:400px
    }
}

@media (max-width: 480px) {
    .hero-grid-thumb {
        max-width:300px
    }
}

@media (max-width: 375px) {
    .hero-grid-thumb {
        bottom:100px
    }
}

.hero-grid-thumb .swiper-wrapper {
    padding: 25px 0
}

.hero-grid-thumb .swiper-wrapper .swiper-slide {
    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
}

.hero-grid-thumb .box-img {
    position: relative;
    max-width: 142px;
    height: 142px;
    border-radius: 50%;
    border: 2px solid transparent;
    z-index: 2;
    cursor: pointer;
    -webkit-transition: var(--transform);
    transition: var(--transform)
}

@media (max-width: 767px) {
    .hero-grid-thumb .box-img {
        max-width:100px;
        height: 100px
    }
}

@media (max-width: 480px) {
    .hero-grid-thumb .box-img {
        max-width:80px;
        height: 80px
    }
}

.hero-grid-thumb .box-img:after {
    content: "";
    position: absolute;
    inset: 0;
    background: -webkit-linear-gradient(bottom, rgba(24,26,30,0.5), rgba(24,26,30,0.5));
    background: linear-gradient(0deg, rgba(24,26,30,0.5), rgba(24,26,30,0.5));
    z-index: 1;
    opacity: 1;
    border-radius: inherit;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    -webkit-transition: var(--transform);
    transition: var(--transform)
}

.hero-grid-thumb .box-img img {
    height: 100%;
    object-fit: cover
}

.hero-grid-thumb .box-img .slider-number {
    position: absolute;
    top: 50%;
    left: 50%;
    font-weight: 700;
    font-size: 24px;
    font-family: var(--title-font);
    letter-spacing: 0.02em;
    color: var(--white-color);
    z-index: 2;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    -webkit-transition: var(--transform);
    transition: var(--transform);
    opacity: 1
}

@media (max-width: 480px) {
    .hero-grid-thumb .box-img .slider-number {
        font-size:20px
    }
}

.hero-grid-thumb .swiper-slide-thumb-active .box-img {
    border-color: var(--theme-color)
}

.hero-grid-thumb .swiper-slide-thumb-active .box-img img {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1)
}

.hero-grid-thumb .swiper-slide-thumb-active .box-img:after {
    opacity: 0;
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0)
}

.hero-grid-thumb .swiper-slide-thumb-active .box-img .slider-number {
    opacity: 0;
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0)
}

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

@media (max-width: 991px) {
    .hero-1 .hero-img {
        position:relative;
        max-width: 600px;
        text-align: center;
        margin: 0 auto 0 auto
    }

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

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

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

@media (max-width: 575px) {
    .hero-1 .hero-img img {
        max-height:400px
    }

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

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

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

.hero-2 .hero-slider2 .swiper-slide {
    position: relative;
    z-index: 1
}

.hero-2 .hero-slider2 .swiper-slide:before {
    content: "";
    position: absolute;
    inset: 0;
    background: -webkit-linear-gradient(bottom, rgba(15,16,19,0.6), rgba(15,16,19,0.6));
    background: linear-gradient(0deg, rgba(15,16,19,0.6), rgba(15,16,19,0.6));
    z-index: -1
}

.hero-2 .slider-arrow {
    --pos-x: 120px;
    top: 40%;
    position: absolute;
    background-color: transparent;
    color: var(--white-color);
    border: none;
    --icon-size: 80px;
    z-index: 2;
    overflow: hidden
}

@media (max-width: 1699px) {
    .hero-2 .slider-arrow {
        --pos-x: 40px
    }
}

.hero-2 .slider-arrow:before {
    content: "";
    position: absolute;
    inset: 0;
    border-radius: inherit;
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0);
    background: -webkit-linear-gradient(bottom, rgba(24,26,30,0.2), rgba(24,26,30,0.2));
    background: linear-gradient(0deg, rgba(24,26,30,0.2), rgba(24,26,30,0.2));
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out
}

.hero-2 .slider-arrow .thumb {
    max-width: 80px;
    border-radius: 50%
}

.hero-2 .slider-arrow .thumb img {
    width: 100%;
    height: 100%;
    border-radius: 50%;
    object-fit: cover;
    padding: 0
}

.hero-2 .slider-arrow .arrow {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%)
}

.hero-2 .slider-arrow:hover {
    background-color: transparent;
    color: var(--theme-color)
}

.hero-2 .slider-arrow:hover:before {
    background: -webkit-linear-gradient(bottom, rgba(24,26,30,0.5), rgba(24,26,30,0.5));
    background: linear-gradient(0deg, rgba(24,26,30,0.5), rgba(24,26,30,0.5));
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1)
}

@media (max-width: 1500px) {
    .hero-2 .slider-arrow {
        --pos-x: 5px
    }
}

@media (max-width: 1399px) {
    .hero-2 .slider-arrow {
        display:none
    }
}

.hero-2 .scroll-down {
    position: absolute;
    right: 145px;
    bottom: 40px;
    z-index: 3;
    margin-bottom: 50px;
    display: none
}

@media (min-width: 1922px) {
    .hero-2 .scroll-down {
        display:block
    }
}

.hero-2 .scroll-down .hero-scroll-wrap {
    display: inline-block;
    width: 30px
}

.hero-2 .scroll-down .hero-scroll-wrap span {
    font-size: 16px;
    font-weight: 400;
    font-family: var(--body-font);
    color: var(--light-color);
    -webkit-transform-origin: right top;
    -ms-transform-origin: right top;
    transform-origin: right top;
    -webkit-transform: translate(-100%, -50%) rotate(-90deg);
    -ms-transform: translate(-100%, -50%) rotate(-90deg);
    transform: translate(-100%, -50%) rotate(-90deg);
    width: 100px;
    display: inline-block;
    margin-bottom: 76px
}

.hero-2 .scroll-down .hero-scroll-wrap:after {
    content: "";
    position: absolute;
    height: 50px;
    width: 30px;
    border: 1px solid var(--body-color);
    border-radius: 30px
}

.hero-2 .scroll-down .hero-scroll-wrap:before {
    content: "";
    height: 8px;
    width: 8px;
    border-radius: 50px;
    background-color: var(--body-color);
    position: absolute;
    bottom: 0;
    left: 50%;
    margin: -20px -4px;
    -webkit-animation: scrollMove 1.5s infinite;
    animation: scrollMove 1.5s infinite
}

@media (max-width: 575px) {
    .hero-2 .scroll-down .hero-scroll-wrap {
        margin-top:60px
    }
}

@media (max-width: 1500px) {
    .hero-2 .scroll-down {
        bottom:40px
    }

    .hero-2 .scroll-down .hero-scroll-wrap span {
        display: none
    }
}

@media (max-width: 575px) {
    .hero-2 .scroll-down {
        right:50%;
        -webkit-transform: translate(50%, 0);
        -ms-transform: translate(50%, 0);
        transform: translate(50%, 0)
    }
}

.hero-style2 {
    position: relative;
    z-index: 6;
    max-width: 866px;
    display: block;
    margin: auto;
    padding: 100px 0 80px 0;
    text-align: center
}

@media (max-width: 1199px) {
    .hero-style2 {
        padding:120px 0
    }
}

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

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

.hero-style2 .sub-title {
    position: relative;
    font-family: var(--body-font);
    font-weight: 600;
    color: var(--white-color);
    letter-spacing: 0.02em;
    z-index: 2;
    margin-bottom: 25px
}

.hero-style2 .sub-title:before {
    content: "";
    position: absolute;
    top: 48%;
    height: 1px;
    width: 80px;
    opacity: 1;
    background-color: #ffffff;
    margin-left: -5.5rem
}

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

.hero-style2 .hero-title {
    color: var(--white-color);
    margin-bottom: 20px;
}

.hero-style2 .hero-text {
    font-size: 18px;
    max-width: 704px;
    color: var(--white-color);
    font-weight: 400;
    display: block;
    margin: auto auto 30px auto
}

@media (max-width: 575px) {
    .hero-style2 .hero-text {
        font-size:16px
    }
}

.hero-style2 .hero-arrow {
    position: absolute;
    right: 38%;
    top: -72px
}

@media (max-width: 991px) {
    .hero-style2 .hero-arrow {
        display:none
    }
}

.client-box {
    background: #0B0B0C;
    border: 1px solid var(--theme-color);
    border-radius: 48px;
    max-width: 275px;
    padding: 4px;
    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;
    margin: auto;
    gap: 11px
}

.client-box .client-review {
    margin-bottom: -0.3rem
}

.client-box .client-review i {
    color: var(--theme-color);
    font-size: 14px
}

.client-box .rating {
    font-size: 14px;
    color: var(--white-color)
}

.client-thumb-group {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex
}

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

.client-thumb-group .thumb {
    -webkit-box-flex: 0;
    -webkit-flex: none;
    -ms-flex: none;
    flex: none
}

.client-thumb-group .thumb:not(:first-child) {
    margin-left: -25px
}

.client-thumb-group .thumb img {
    border-radius: 50%;
    height: 48px;
    border: 2px solid var(--white-color)
}

.client-thumb-group .thumb.icon {
    background: -webkit-linear-gradient(bottom, rgba(24,26,30,0.8), rgba(24,26,30,0.8));
    background: linear-gradient(0deg, rgba(24,26,30,0.8), rgba(24,26,30,0.8));
    font-size: 16px;
    color: var(--white-color);
    border: 2px solid var(--white-color);
    height: 48px;
    width: 48px;
    line-height: 48px;
    border-radius: 50%;
    text-align: center;
    margin-left: -25px
}

@media (max-width: 575px) {
    .hero-2 .hero-img img {
        max-height:400px
    }
}

.hero-3 {
    position: relative
}

.hero-3 .swiper-slide {
    position: relative;
    z-index: 1
}

.hero-3 .swiper-slide:before {
    content: "";
    position: absolute;
    inset: 0;
    background: rgba(15,16,19,0.7);
    z-index: -1
}

.hero-3 .slider-arrow {
    --pos-x: 120px;
    top: 40%;
    position: absolute;
    background-color: transparent;
    color: var(--white-color);
    border: none;
    --icon-size: 100px;
    z-index: 2;
    overflow: hidden
}

.hero-3 .slider-arrow:before {
    content: "";
    position: absolute;
    inset: 0;
    border-radius: inherit;
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0);
    background: -webkit-linear-gradient(bottom, rgba(24,26,30,0.2), rgba(24,26,30,0.2));
    background: linear-gradient(0deg, rgba(24,26,30,0.2), rgba(24,26,30,0.2));
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out
}

.hero-3 .slider-arrow .thumb {
    max-width: 100px;
    border-radius: 50%
}

.hero-3 .slider-arrow .thumb img {
    width: 100%;
    height: 100%;
    border-radius: 50%;
    object-fit: cover;
    padding: 0
}

.hero-3 .slider-arrow .arrow {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%) scale(0);
    -ms-transform: translate(-50%, -50%) scale(0);
    transform: translate(-50%, -50%) scale(0);
    -webkit-transition: 0.4s;
    transition: 0.4s
}

.hero-3 .slider-arrow:hover {
    background-color: transparent;
    color: var(--theme-color)
}

.hero-3 .slider-arrow:hover:before {
    background: -webkit-linear-gradient(bottom, rgba(24,26,30,0.5), rgba(24,26,30,0.5));
    background: linear-gradient(0deg, rgba(24,26,30,0.5), rgba(24,26,30,0.5));
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1)
}

.hero-3 .slider-arrow:hover .arrow {
    -webkit-transform: translate(-50%, -50%) scale(1);
    -ms-transform: translate(-50%, -50%) scale(1);
    transform: translate(-50%, -50%) scale(1)
}

@media (max-width: 1500px) {
    .hero-3 .slider-arrow {
        --pos-x: 5px
    }
}

@media (max-width: 1399px) {
    .hero-3 .slider-arrow {
        display:none
    }
}

.hero-3 .scroll-down {
    position: absolute;
    right: 145px;
    bottom: 40px;
    z-index: 3;
    margin-bottom: 50px
}

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

.hero-3 .scroll-down .hero-scroll-wrap {
    display: inline-block;
    width: 30px
}

.hero-3 .scroll-down .hero-scroll-wrap span {
    font-size: 16px;
    font-weight: 400;
    font-family: var(--body-font);
    color: var(--light-color);
    -webkit-transform-origin: right top;
    -ms-transform-origin: right top;
    transform-origin: right top;
    -webkit-transform: translate(-100%, -50%) rotate(-90deg);
    -ms-transform: translate(-100%, -50%) rotate(-90deg);
    transform: translate(-100%, -50%) rotate(-90deg);
    width: 100px;
    display: inline-block;
    margin-bottom: 76px
}

.hero-3 .scroll-down .hero-scroll-wrap:after {
    content: "";
    position: absolute;
    height: 50px;
    width: 30px;
    border: 1px solid var(--body-color);
    border-radius: 30px
}

.hero-3 .scroll-down .hero-scroll-wrap:before {
    content: "";
    height: 8px;
    width: 8px;
    border-radius: 50px;
    background-color: var(--body-color);
    position: absolute;
    bottom: 0;
    left: 50%;
    margin: -20px -4px;
    -webkit-animation: scrollMove 1.5s infinite;
    animation: scrollMove 1.5s infinite
}

@media (max-width: 575px) {
    .hero-3 .scroll-down .hero-scroll-wrap {
        margin-top:60px
    }
}

@media (max-width: 1500px) {
    .hero-3 .scroll-down {
        bottom:40px
    }

    .hero-3 .scroll-down .hero-scroll-wrap span {
        display: none
    }
}

@media (max-width: 575px) {
    .hero-3 .scroll-down {
        right:50%;
        -webkit-transform: translate(50%, 0);
        -ms-transform: translate(50%, 0);
        transform: translate(50%, 0)
    }
}

.hero-3 .hero-map {
    position: relative;
    width: 34px;
    height: 34px;
    line-height: 34px;
    text-align: center;
    border-radius: 50%;
    color: var(--theme-color);
    background-color: var(--white-color);
    display: block;
    cursor: pointer
}

.hero-3 .hero-map:before {
    content: "";
    position: absolute;
    inset: -6px;
    border: 6px solid #ffffff1a;
    border-radius: inherit;
    z-index: -1
}

.hero-3 .hero-map:hover {
    color: var(--theme-color)
}

.hero-style3 {
    position: relative;
    max-width: 1080px;
    display: block;
    margin: auto;
    text-align: center;
    padding: 172px 0 360px 0
}

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

.hero-style3 .hero-wrapp .discount-wrapp {
    display: block;
    margin: auto;
    text-align: center;
    margin-bottom: 20px
}

.hero-style3 .hero-wrapp .discount-wrapp .discount-tag span {
    --rotate-letter: 7.5deg
}

.hero-style3 .hero-title {
    margin-bottom: 15px
}

.hero-style3 .hero-text {
    font-size: 18px;
    max-width: 704px;
    display: block;
    margin: auto
}

.scanbox {
    z-index: 2;
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease
}

.scanbox:hover .room-view .box-content {
    -webkit-transform: scaleX(1);
    -ms-transform: scaleX(1);
    transform: scaleX(1)
}

.scanbox:hover .sb-divider.active {
    opacity: 1;
    visibility: visible
}

.scanbox .sb-frame {
    width: 35px;
    height: 35px;
    display: block;
    margin: auto;
    content: "";
    position: absolute;
    inset: 0;
    z-index: -1
}

.scanbox .sb-frame:before {
    content: "";
    position: absolute;
    inset: -6px;
    background-image: url("../img/icon/qr-line.png");
    background-size: 100% 100%;
    background-repeat: no-repeat
}

.scanbox .sb-divider {
    width: 40px;
    height: 2px;
    background: var(--white-color);
    -webkit-backdrop-filter: blur(5px);
    backdrop-filter: blur(5px);
    position: absolute;
    top: 0px;
    left: 50%;
    margin-left: -20px;
    box-shadow: 0px 0px 16px rgba(0,0,0,0.8),0px 0px 10px rgba(0,0,0,0.4);
    overflow: hidden
}

.scanbox .sb-divider.active {
    -webkit-animation: speed 5s ease-in-out 0s infinite 300ms 0 ease;
    animation: speed 5s ease-in-out 0s infinite 300ms 0 ease;
    -webkit-animation: speed 5s ease-in-out 0s infinite;
    animation: speed 5s ease-in-out 0s infinite;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out
}

@-webkit-keyframes speed {
    0% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
        opacity: 1;
        filter: alpha(opacity=100)
    }

    50% {
        -webkit-transform: translateY(35px);
        transform: translateY(35px);
        opacity: 1;
        filter: alpha(opacity=100)
    }

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

@keyframes speed {
    0% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
        opacity: 1;
        filter: alpha(opacity=100)
    }

    50% {
        -webkit-transform: translateY(35px);
        transform: translateY(35px);
        opacity: 1;
        filter: alpha(opacity=100)
    }

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

.room-view .shape-mockup2 {
    position: absolute
}

.room-view .box-content {
    background-color: var(--white-color);
    min-width: 280px;
    text-align: center;
    -webkit-transform: scaleX(0);
    -ms-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
    position: absolute;
    top: -5rem;
    right: 3rem;
    border-radius: 8px;
    display: block;
    z-index: 4
}

@media (max-width: 767px) {
    .room-view .box-content {
        min-width:200px
    }
}

.room-view .box-content .box-img {
    position: relative;
    border-radius: 8px 8px 0 0
}

.room-view .box-content .box-img .discount {
    font-weight: 500;
    font-size: 14px;
    text-align: center;
    color: var(--white-color);
    background: var(--theme-color);
    display: inline-block;
    padding: 3px 10px;
    position: absolute;
    top: 8px;
    right: 8px;
    z-index: 4
}

.room-view .box-content .author {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 10px;
    padding: 8px;
    border-radius: 4px
}

.room-view .box-content .author .img {
    width: 44px;
    height: 36px;
    line-height: 36px;
    background-color: var(--white-color);
    display: block;
    border-radius: 50%;
    border-radius: 4px
}

.room-view .box-content .text {
    font-weight: 500;
    font-size: 18px;
    line-height: 22px;
    color: #181A1E
}

@media (max-width: 767px) {
    .room-view .box-content .text {
        font-size:16px
    }
}

.map-view {
    z-index: 2
}

.map-view .shape-mockup2 {
    position: absolute
}

.map-view:hover .card-view {
    -webkit-transform: scaleX(1);
    -ms-transform: scaleX(1);
    transform: scaleX(1)
}

.card-view {
    background-color: #181A1E;
    width: 223px;
    position: absolute;
    top: -5rem;
    right: 4rem;
    display: inline-block;
    z-index: 4;
    -webkit-transform: scaleX(0);
    -ms-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
    overflow: hidden
}

.card-view .map {
    padding: 16px;
    width: 223px;
    position: relative;
    overflow: hidden
}

.card-view .box-title {
    font-size: 18px;
    font-weight: 500;
    padding: 0 25px 16px 16px
}

.card-view .th-btn {
    background-color: #24272E;
    padding: 14px 40px;
    text-transform: capitalize;
    font-size: 14px
}

.hero-4 .slider-arrow {
    top: 45%
}

@media (max-width: 1399px) {
    .hero-4 .scanbox {
        top:30% !important;
        right: 10.5% !important
    }
}

@media (max-width: 991px) {
    .hero-4 .map-view {
        top:14% !important;
        right: 6% !important
    }
}

@media (max-width: 575px) {
    .hero-4 .scanbox {
        right:14.5% !important
    }
}

.hero-style4 {
    position: relative;
    max-width: 1080px;
    display: block;
    margin: auto;
    text-align: center;
    padding: 158px 0 173px;
}

@media (max-width: 1399px) {
    .hero-style4 {
        padding: 140px 0 140px;
    }
}

@media (max-width: 1299px) {
    .hero-style4 {
        padding:140px 0 340px
    }
}

@media (max-width: 1199px) {
    .hero-style4 {
        max-width:750px
    }
}

@media (max-width: 991px) {
    .hero-style4 {
        padding:120px 0;
        max-width: 650px
    }
}

.hero-style4 .hero-star-rating {
    color: #ffffff;
    margin-bottom: 45px;
    margin-top: -0.2em
}

.hero-style4 .hero-star-rating i {
    margin-right: 10px;
    font-size: 14px
}

.hero-style4 .hero-star-rating i:nth-child(3) {
    font-size: 20px
}

.hero-style4 .hero-star-rating i:last-child {
    margin-right: 0;
    position: relative;
    bottom: -2px
}

.hero-style4 .hero-star-rating i:first-child {
    position: relative;
    bottom: -2px
}

.hero-style4 .hero-title {
    margin-bottom: 25px;
    font-weight: 400
}

.hero-style4 .hero-text {
    font-size: 18px;
    max-width: 704px;
    display: block;
    margin: auto
}

.hero-5 {
    position: relative
}

.hero-5 .hero-map {
    position: relative;
    width: 34px;
    height: 34px;
    line-height: 34px;
    text-align: center;
    border-radius: 50%;
    color: var(--theme-color);
    background-color: var(--white-color);
    display: block;
    cursor: pointer
}

.hero-5 .hero-map:before {
    content: "";
    position: absolute;
    inset: -6px;
    border: 6px solid #ffffff1a;
    border-radius: inherit;
    z-index: -1
}

.hero-5 .hero-map:hover {
    color: var(--theme-color)
}

.hero-5 .card-view {
    top: -10rem;
    left: 4rem
}

@media (max-width: 575px) {
    .hero-5 .card-view {
        top:-3rem
    }
}

.hero-5 .swiper-slide {
    position: relative;
    z-index: 1
}

.hero-5 .swiper-slide:before {
    content: "";
    position: absolute;
    inset: 0;
    background: rgba(11,11,12,0.6);
    z-index: -1
}

.hero-5 .slider-arrow {
    --pos-x: 120px;
    top: 50%;
    position: absolute;
    background-color: rgba(255,255,255,0.5);
    color: var(--white-color);
    border: none;
    --icon-size: 64px;
    z-index: 2;
    overflow: hidden
}

.hero-5 .slider-arrow:before {
    display: none
}

.hero-5 .slider-arrow .arrow {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    -webkit-transition: 0.4s;
    transition: 0.4s
}

.hero-5 .slider-arrow:hover {
    background: var(--theme-color)
}

.hero-5 .slider-arrow:hover .arrow {
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%)
}

@media (max-width: 1500px) {
    .hero-5 .slider-arrow {
        --pos-x: 40px
    }
}

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

.hero-5 .scroll-down {
    position: absolute;
    right: 120px;
    bottom: 80px;
    z-index: 3;
    margin-bottom: 50px
}

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

.hero-5 .scroll-down .hero-scroll-wrap {
    display: inline-block;
    width: 30px
}

.hero-5 .scroll-down .hero-scroll-wrap span {
    font-size: 16px;
    font-weight: 400;
    font-family: var(--body-font);
    color: var(--light-color);
    -webkit-transform-origin: right top;
    -ms-transform-origin: right top;
    transform-origin: right top;
    -webkit-transform: translate(-100%, -50%) rotate(-90deg);
    -ms-transform: translate(-100%, -50%) rotate(-90deg);
    transform: translate(-100%, -50%) rotate(-90deg);
    width: 100px;
    display: inline-block;
    margin-bottom: 76px
}

.hero-5 .scroll-down .hero-scroll-wrap:after {
    content: "";
    position: absolute;
    height: 50px;
    width: 30px;
    border: 1px solid var(--body-color);
    border-radius: 30px
}

.hero-5 .scroll-down .hero-scroll-wrap:before {
    content: "";
    height: 8px;
    width: 8px;
    border-radius: 50px;
    background-color: var(--body-color);
    position: absolute;
    bottom: 0;
    left: 50%;
    margin: -20px -4px;
    -webkit-animation: scrollMove 1.5s infinite;
    animation: scrollMove 1.5s infinite
}

@media (max-width: 575px) {
    .hero-5 .scroll-down .hero-scroll-wrap {
        margin-top:60px
    }
}

@media (max-width: 1500px) {
    .hero-5 .scroll-down {
        bottom:40px
    }

    .hero-5 .scroll-down .hero-scroll-wrap span {
        display: none
    }
}

@media (max-width: 575px) {
    .hero-5 .scroll-down {
        right:50%;
        -webkit-transform: translate(50%, 0);
        -ms-transform: translate(50%, 0);
        transform: translate(50%, 0)
    }
}

.hero-5 .slider-pagination {
    position: absolute;
    left: 0;
    bottom: 0;
    right: 0;
    margin-bottom: 90px
}

@media (max-width: 991px) {
    .hero-5 .slider-pagination {
        display:none
    }
}

.hero-5 .hero-pdf-wrap {
    position: absolute;
    bottom: 80px;
    left: 120px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    z-index: 1;
    background: var(--tertiary-color);
    padding: 2px;
    border-radius: 4px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 18px
}

.hero-5 .hero-pdf-wrap .th-btn {
    background: var(--body-bg);
    border-radius: 4px;
    font-size: 14px;
    font-weight: 600;
    padding: 13px 18px;
    -webkit-box-flex: 0;
    -webkit-flex: none;
    -ms-flex: none;
    flex: none
}

.hero-5 .hero-pdf-wrap .box-text {
    font-size: 12px;
    font-weight: 600;
    max-width: 137px;
    line-height: 1.333em
}

.hero-5 .hero-pdf-wrap .box-thumb {
    background: var(--light-color2);
    padding: 6px;
    border-radius: 4px;
    margin-left: auto
}

@media (max-width: 991px) {
    .hero-5 .hero-pdf-wrap {
        left:50px
    }
}

@media (max-width: 575px) {
    .hero-5 .hero-pdf-wrap {
        position:relative;
        bottom: auto;
        left: auto;
        right: auto;
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        width: -webkit-fill-available;
        margin: 60px 15px 0
    }
}

@media (max-width: 991px) {
    .hero-5 .map-view {
        left:50px !important
    }
}

@media (max-width: 575px) {
    .hero-5 .map-view {
        top:60px !important;
        left: 30px !important;
        bottom: auto !important
    }
}

.hero-style5 {
    position: relative;
    max-width: 1180px;
    display: block;
    margin: auto;
    text-align: center;
    padding: 236px 0
}

@media (max-width: 1399px) {
    .hero-style5 {
        padding:140px 0;
        max-width: 750px
    }
}

@media (max-width: 1199px) {
    .hero-style5 {
        max-width:100%;
        padding: 140px 0 200px
    }
}

@media (max-width: 991px) {
    .hero-style5 {
        padding:120px 0 180px
    }
}

@media (max-width: 575px) {
    .hero-style5 {
        padding:120px 0
    }
}

.hero-style5 .hero-star-rating {
    color: var(--theme-color);
    margin-bottom: 45px;
    margin-top: -0.2em
}

.hero-style5 .hero-star-rating i {
    margin-right: 10px;
    font-size: 14px
}

.hero-style5 .hero-star-rating i:nth-child(3) {
    font-size: 20px
}

.hero-style5 .hero-star-rating i:last-child {
    margin-right: 0;
    position: relative;
    bottom: -2px
}

.hero-style5 .hero-star-rating i:first-child {
    position: relative;
    bottom: -2px
}

.hero-style5 .hero-title {
    margin-bottom: 25px;
    font-weight: 700
}

.hero-style5 .hero-text {
    font-size: 18px;
    max-width: 704px;
    display: block;
    margin: auto
}

.error-content {
    background-color: var(--black-color2);
    border-radius: 500px 0px 0px 500px;
    padding: 210px 163px;
    text-align: center
}

@media (max-width: 1699px) {
    .error-content {
        padding:165px 120px
    }
}

@media (max-width: 1499px) {
    .error-content {
        padding:138px 120px
    }
}

@media (max-width: 1399px) {
    .error-content {
        padding:100px 80px
    }
}

@media (max-width: 1299px) {
    .error-content {
        padding:120px 40px
    }
}

@media (max-width: 1199px) {
    .error-content {
        border-radius:300px
    }
}

@media (max-width: 991px) {
    .error-content {
        border-radius:150px
    }
}

@media (max-width: 480px) {
    .error-content {
        padding:80px 20px;
        border-radius: 50px
    }
}

.error-content .box-title {
    font-weight: 700;
    font-size: 150px;
    color: var(--theme-color);
    margin-bottom: 6px
}

@media (max-width: 1299px) {
    .error-content .box-title {
        font-size:80px
    }
}

.error-text {
    margin-bottom: 35px
}

.error-img {
    border-radius: 0px 500px 500px 0px
}

@media (max-width: 1199px) {
    .error-img {
        height:450px;
        border-radius: 300px
    }
}

@media (max-width: 991px) {
    .error-img {
        border-radius:150px
    }
}

@media (max-width: 480px) {
    .error-img {
        border-radius:50px
    }
}

.error-img img {
    border-radius: 0px 500px 500px 0px
}

@media (max-width: 1199px) {
    .error-img img {
        height:450px;
        border-radius: 300px
    }
}

@media (max-width: 991px) {
    .error-img img {
        border-radius:150px
    }
}

@media (max-width: 480px) {
    .error-img img {
        border-radius:50px
    }
}

.booking-form2 {
    background: #181A1E;
    padding: 55px 60px 60px 60px;
    border-top: 3px solid var(--theme-color)
}

@media (max-width: 1399px) {
    .booking-form2 {
        padding:55px 40px 40px 40px
    }
}

@media (max-width: 1299px) {
    .booking-form2 {
        padding:55px 30px 30px 30px
    }
}

@media (max-width: 1299px) {
    .booking-form2 .sec-title {
        font-size:35px
    }
}

@media (max-width: 375px) {
    .booking-form2 .sec-title {
        font-size:30px
    }
}

.booking-form2.style2 {
    background: #112E2E
}

.booking-form2.style2 select,.booking-form2.style2 .form-control,.booking-form2.style2 .form-select,.booking-form2.style2 textarea,.booking-form2.style2 input {
    background-color: #184040;
    color: #D8DBDC
}

.booking-form2.style2 .th-btn {
    padding: 18px 26px
}

.booking-form2.style3 {
    margin: 5px 0
}

@media (max-width: 1199px) {
    .booking-form2.style3 {
        margin:0
    }
}

.booking-form2.style3 select,.booking-form2.style3 .form-control,.booking-form2.style3 .form-select,.booking-form2.style3 textarea,.booking-form2.style3 input {
    color: #D8DBDC
}

.booking-form2.style3 .form-group i {
    color: #D8DBDC
}

.booking-form2.style3 .nice-select:after {
    border-bottom: 1px solid #D8DBDC;
    border-right: 1px solid #D8DBDC
}

.booking-form2.style4 {
    padding: 60px 40px 36px 40px
}

@media (max-width: 1399px) {
    .booking-form2.style4 {
        padding:40px 20px
    }
}

.booking-form2.style4 select,.booking-form2.style4 .form-control,.booking-form2.style4 .form-select,.booking-form2.style4 textarea,.booking-form2.style4 input {
    color: #D8DBDC
}

.booking-form2.style4 .form-group i {
    color: #D8DBDC
}

.booking-form2.style4 .nice-select:after {
    border-bottom: 1px solid #D8DBDC;
    border-right: 1px solid #D8DBDC
}

.booking-form2.style5 {
    background: var(--body-bg)
}

.booking-form2.style5 select,.booking-form2.style5 .form-control,.booking-form2.style5 .form-select,.booking-form2.style5 textarea,.booking-form2.style5 input {
    color: #D8DBDC;
    background: var(--light-color2)
}

.booking-form2.style5 .form-group i {
    color: #D8DBDC
}

.booking-form2.style5 .nice-select:after {
    border-bottom: 1px solid #D8DBDC;
    border-right: 1px solid #D8DBDC
}

.booking-form2 label {
    text-transform: uppercase;
    font-weight: 500;
    margin-bottom: 10px
}

.booking-form2 .form-group {
    position: relative
}

.booking-form2 .form-group i {
    position: absolute;
    top: 50px;
    right: 30px;
    color: #999999
}

.booking-form2 select,.booking-form2 .form-control,.booking-form2 .form-select,.booking-form2 textarea,.booking-form2 input {
    background-color: #24272E;
    border: none;
    color: #666666
}

.booking-form2 .nice-select:after {
    border-bottom: 1px solid #999999;
    border-right: 1px solid #999999
}

.booking-form2 .nice-select .option {
    color: #181A1E;
    min-height: 30px;
    display: block;
    margin: 0
}

.booking-form2 .nice-select .option.selected {
    color: var(--theme-color) !important;
    background: var(--theme-color) !important;
    font-weight: 500
}

.booking-form2 .nice-select .option.selected.focus {
    color: #fff !important;
    background: var(--theme-color) !important
}

.booking-form2 .nice-select .option:hover,.booking-form2 .nice-select .option.focus {
    background: var(--theme-color) !important;
    color: #fff !important
}

.booking-form2 .btn-form {
    padding-top: 40px
}

@media (max-width: 1399px) {
    .booking-form2 .btn-form {
        padding-top:20px
    }
}

.booking-img {
    position: absolute;
    bottom: 0
}

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

.awards {
    padding-bottom: 53px
}

.call-info {
    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: 16px
}

.call-info.style2 .call-label {
    font-size: 20px;
    color: var(--theme-color)
}

.call-info.style2 .call-link {
    font-size: 28px
}

.call-info.style2 .call-link:hover {
    color: var(--theme-color)
}

.call-info .call-icon i {
    width: 56px;
    height: 56px;
    line-height: 56px;
    font-size: 22px;
    text-align: center;
    border: 1px solid #C6C9D5;
    border-radius: 48px;
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out
}

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

.call-info .call-label {
    font-size: 18px;
    display: block;
    margin-bottom: 0px
}

.call-info .call-link {
    font-family: var(--title-font);
    font-size: 24px;
    font-weight: 600;
    color: var(--white-color);
    margin-bottom: 0;
    letter-spacing: 0.02em
}

.call-info .call-link a {
    color: inherit
}

.booking-area3 {
    position: relative;
    z-index: 2
}

.booking-area3:before {
    content: "";
    position: absolute;
    inset: 0;
    background: -webkit-linear-gradient(bottom, rgba(6,6,6,0.7), rgba(6,6,6,0.7));
    background: linear-gradient(0deg, rgba(6,6,6,0.7), rgba(6,6,6,0.7));
    z-index: -1
}

.booking-area4 {
    position: relative;
    z-index: 2
}

.booking-area {
    position: relative;
    margin-top: -200px;
    z-index: 2;
    padding-bottom: 40px
}

@media (max-width: 1199px) {
    .booking-area {
        margin-top:40px;
        padding-bottom: 0
    }
}

.booking-area.style2 {
    max-width: 1361px;
    display: block;
    margin: -159px auto auto auto;
    padding-bottom: 0
}

@media (max-width: 991px) {
    .booking-area.style2 {
        margin:0px;
        max-width: 100%
    }
}

.booking-area.style2 .booking-arraw {
    position: absolute;
    top: -39px;
    left: 50%;
    width: 104px;
    height: 40px;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    text-align: center;
    z-index: 1
}

.booking-area.style2 .booking-arraw:before {
    content: "";
    position: absolute;
    inset: 0;
    background-color: var(--theme-color);
    -webkit-clip-path: path("M26.1761 14.5597C29.6935 5.76616 38.2103 0 47.6813 0H56.3187C65.7897 0 74.3065 5.76616 77.8239 14.5597C79.2521 18.1303 81.547 21.2891 84.5013 23.7511L104 40H0L19.4987 23.7511C22.453 21.2891 24.7479 18.1303 26.1761 14.5597Z");
    clip-path: path("M26.1761 14.5597C29.6935 5.76616 38.2103 0 47.6813 0H56.3187C65.7897 0 74.3065 5.76616 77.8239 14.5597C79.2521 18.1303 81.547 21.2891 84.5013 23.7511L104 40H0L19.4987 23.7511C22.453 21.2891 24.7479 18.1303 26.1761 14.5597Z");
    z-index: -1
}

.booking-area.style2 .booking-arraw i {
    font-size: 16px;
    color: var(--white-color);
    padding: 12px 0
}

.booking-area.style3 {
    -webkit-transform: translateY(-100%);
    -ms-transform: translateY(-100%);
    transform: translateY(-100%);
    padding-bottom: 64px;
    margin-bottom: -136px;
    margin-top: 0;
    max-width: 1300px;
    margin-left: auto;
    margin-right: auto
}

@media (max-width: 1299px) {
    .booking-area.style3 {
        margin-bottom:-216px
    }
}

@media (max-width: 991px) {
    .booking-area.style3 {
        margin-bottom:0;
        -webkit-transform: none;
        -ms-transform: none;
        transform: none;
        padding-bottom: 0;
        margin-top: 60px
    }
}

.booking-form {
    position: relative;
    background: rgba(15,16,19,0.4);
    border: 1px solid rgba(255,255,255,0.2);
    -webkit-backdrop-filter: blur(5px);
    backdrop-filter: blur(5px);
    padding: 32px
}

@media (max-width: 1199px) {
    .booking-form {
        padding:25px
    }
}

.booking-form.style2 {
    background: #184040;
    border: none;
    border-top: 2px solid var(--theme-color);
    -webkit-backdrop-filter: blur(5px);
    backdrop-filter: blur(5px)
}

.booking-form.style2 select,.booking-form.style2 .form-control,.booking-form.style2 .form-select,.booking-form.style2 textarea,.booking-form.style2 input {
    border: 1px solid rgba(255,255,255,0.3)
}

.booking-form.style2 select option,.booking-form.style2 .form-control option,.booking-form.style2 .form-select option,.booking-form.style2 textarea option,.booking-form.style2 input option {
    background: var(--theme-color)
}

.booking-form.style2 .dropdown-menu {
    background-color: #112E2E
}

.booking-form.style3 {
    background: transparent;
    padding: 0;
    border: 0;
    -webkit-backdrop-filter: none;
    backdrop-filter: none;
    --th-border-color: #1C4C5A
}

.booking-form.style3 .hero-wrap {
    gap: 8px;
    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
}

@media (max-width: 1299px) {
    .booking-form.style3 .hero-wrap {
        -webkit-flex-wrap:wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }
}

.booking-form.style3 .location-form-group {
    background: var(--light-color2);
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    border-radius: 8px;
    padding: 4px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    border: 1px solid var(--th-border-color);
    width: 380px;
    -webkit-box-flex: 0;
    -webkit-flex: none;
    -ms-flex: none;
    flex: none
}

@media (max-width: 991px) {
    .booking-form.style3 .location-form-group {
        width:100%
    }
}

@media (max-width: 375px) {
    .booking-form.style3 .location-form-group {
        padding:4px 20px
    }
}

.booking-form.style3 .location-form-group .box-icon {
    -webkit-box-flex: 0;
    -webkit-flex: none;
    -ms-flex: none;
    flex: none;
    width: 66px;
    height: 62px;
    border-radius: 8px;
    border: 1px solid var(--th-border-color);
    background: var(--body-bg);
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-right: 24px
}

@media (max-width: 375px) {
    .booking-form.style3 .location-form-group .box-icon {
        display:none
    }
}

.booking-form.style3 .location-form-group i {
    color: var(--theme-color)
}

.booking-form.style3 .location-form-group input {
    border: 0;
    border-radius: 0;
    padding-left: 0;
    padding-right: 20px;
    color: var(--white-color);
    font-size: 14px;
    font-weight: 500
}

.booking-form.style3 .location-form-group input::-webkit-input-placeholder {
    color: var(--white-color)
}

.booking-form.style3 .location-form-group input::-moz-placeholder {
    color: var(--white-color)
}

.booking-form.style3 .location-form-group input:-ms-input-placeholder {
    color: var(--white-color)
}

.booking-form.style3 .location-form-group input::-ms-input-placeholder {
    color: var(--white-color)
}

.booking-form.style3 .location-form-group input::placeholder {
    color: var(--white-color)
}

.booking-form.style3 .location-form-group input:hover,.booking-form.style3 .location-form-group input:focus,.booking-form.style3 .location-form-group input:active,.booking-form.style3 .location-form-group input.nice-select.open {
    background: transparent
}

.booking-form.style3 .select-form-group {
    background: var(--light-color2);
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    border: 1px solid var(--th-border-color);
    border-radius: 8px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    padding-right: 12px;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.booking-form.style3 .select-form-group .form-group {
    padding: 13px 24px;
    border-left: 1px solid rgba(255,255,255,0.2)
}

.booking-form.style3 .select-form-group .form-group:first-child {
    border-left: 0
}

.booking-form.style3 .select-form-group .form-group input {
    border: 0;
    padding: 0;
    width: auto;
    height: auto;
    font-size: 14px;
    font-weight: 400;
    line-height: normal
}

.booking-form.style3 .select-form-group .form-group input:before {
    top: 0px;
    right: 10px;
    content: '-'
}

.booking-form.style3 .select-form-group .form-group input:last-child:before {
    top: 2px;
    right: 0;
    content: url("data:image/svg+xml,%3Csvg width='16' height='16' viewBox='0 0 16 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M4.3998 0.761905C4.3998 0.341116 4.04163 0 3.5998 0C3.15798 0 2.7998 0.341116 2.7998 0.761905V1.52381C2.7998 1.9446 3.15798 2.28571 3.5998 2.28571C4.04163 2.28571 4.3998 1.9446 4.3998 1.52381V0.761905Z' fill='white'/%3E%3Cpath d='M13.2001 0.761905C13.2001 0.341116 12.8419 0 12.4001 0C11.9583 0 11.6001 0.341116 11.6001 0.761905V1.52381C11.6001 1.9446 11.9583 2.28571 12.4001 2.28571C12.8419 2.28571 13.2001 1.9446 13.2001 1.52381V0.761905Z' fill='white'/%3E%3Cpath d='M0 5.71429V14.4762C0 15.3177 0.7164 16 1.6 16H14.4C15.2836 16 16 15.3177 16 14.4762V5.71429H0ZM4.8 13.3333C4.8 13.7543 4.442 14.0952 4 14.0952H3.2C2.758 14.0952 2.4 13.7543 2.4 13.3333V12.5714C2.4 12.1505 2.758 11.8095 3.2 11.8095H4C4.442 11.8095 4.8 12.1505 4.8 12.5714V13.3333ZM4.8 9.14287C4.8 9.56382 4.442 9.90477 4 9.90477H3.2C2.758 9.90477 2.4 9.56382 2.4 9.14287V8.38096C2.4 7.96001 2.758 7.61906 3.2 7.61906H4C4.442 7.61906 4.8 7.96001 4.8 8.38096V9.14287ZM9.2 13.3333C9.2 13.7543 8.842 14.0952 8.4 14.0952H7.6C7.158 14.0952 6.8 13.7543 6.8 13.3333V12.5714C6.8 12.1505 7.158 11.8095 7.6 11.8095H8.4C8.842 11.8095 9.2 12.1505 9.2 12.5714V13.3333ZM9.2 9.14287C9.2 9.56382 8.842 9.90477 8.4 9.90477H7.6C7.158 9.90477 6.8 9.56382 6.8 9.14287V8.38096C6.8 7.96001 7.158 7.61906 7.6 7.61906H8.4C8.842 7.61906 9.2 7.96001 9.2 8.38096V9.14287ZM13.6 13.3333C13.6 13.7543 13.242 14.0952 12.8 14.0952H12C11.558 14.0952 11.2 13.7543 11.2 13.3333V12.5714C11.2 12.1505 11.558 11.8095 12 11.8095H12.8C13.242 11.8095 13.6 12.1505 13.6 12.5714V13.3333ZM13.6 9.14287C13.6 9.56382 13.242 9.90477 12.8 9.90477H12C11.558 9.90477 11.2 9.56382 11.2 9.14287V8.38096C11.2 7.96001 11.558 7.61906 12 7.61906H12.8C13.242 7.61906 13.6 7.96001 13.6 8.38096V9.14287Z' fill='white'/%3E%3Cpath d='M16 4.95241V2.66669C16 1.82517 15.2836 1.14288 14.4 1.14288H14V1.52384C14 2.36422 13.2824 3.04765 12.4 3.04765C11.5176 3.04765 10.8 2.36422 10.8 1.52384V1.14288H5.2V1.52384C5.2 2.36422 4.4824 3.04765 3.6 3.04765C2.7176 3.04765 2 2.36422 2 1.52384V1.14288H1.6C0.7164 1.14288 0 1.82517 0 2.66669V4.95241H16Z' fill='white'/%3E%3C/svg%3E%0A")
}

.booking-form.style3 .select-form-group .form-group i {
    top: 42px
}

.booking-form.style3 .select-form-group .form-group .nice-select,.booking-form.style3 .select-form-group .form-group select {
    border: 0;
    padding: 0;
    height: auto;
    line-height: normal;
    font-size: 14px;
    font-weight: 400;
    background: transparent;
    padding-right: 20px
}

.booking-form.style3 .select-form-group .form-group .nice-select:before,.booking-form.style3 .select-form-group .form-group select:before {
    display: none
}

.booking-form.style3 .select-form-group .form-group .nice-select:after,.booking-form.style3 .select-form-group .form-group select:after {
    top: 6px;
    right: 0
}

.booking-form.style3 .select-form-group .form-group .nice-select.open:after,.booking-form.style3 .select-form-group .form-group select.open:after {
    top: 8px
}

.booking-form.style3 .select-form-group .form-group .nice-select .list,.booking-form.style3 .select-form-group .form-group select .list {
    background: var(--body-bg);
    min-width: -webkit-fit-content;
    min-width: -moz-fit-content;
    min-width: fit-content
}

.booking-form.style3 .select-form-group .form-group .nice-select .option,.booking-form.style3 .select-form-group .form-group select .option {
    padding: 0 10px
}

.booking-form.style3 .select-form-group .form-group .nice-select .option:hover,.booking-form.style3 .select-form-group .form-group .nice-select .option.focus,.booking-form.style3 .select-form-group .form-group .nice-select .option.selected.focus,.booking-form.style3 .select-form-group .form-group select .option:hover,.booking-form.style3 .select-form-group .form-group select .option.focus,.booking-form.style3 .select-form-group .form-group select .option.selected.focus {
    background: var(--light-color2)
}

.booking-form.style3 .select-form-group label {
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 5px;
    width: 100%
}

@media (max-width: 991px) {
    .booking-form.style3 .select-form-group {
        width:100%;
        -webkit-box-pack: justify;
        -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
        justify-content: space-between
    }
}

@media (max-width: 767px) {
    .booking-form.style3 .select-form-group {
        padding:20px
    }

    .booking-form.style3 .select-form-group .form-btn {
        width: 100%;
        margin-top: 15px
    }

    .booking-form.style3 .select-form-group .form-btn .th-btn2 {
        width: 100%
    }

    .booking-form.style3 .select-form-group .form-group {
        padding-top: 0
    }

    .booking-form.style3 .select-form-group .form-group:first-child {
        padding-left: 0
    }
}

@media (max-width: 575px) {
    .booking-form.style3 .select-form-group .form-group {
        padding-left:0;
        border: 0;
        padding-bottom: 20px;
        width: 100%
    }

    .booking-form.style3 .select-form-group .form-btn {
        margin-top: 0
    }
}

.booking-form.style3 .th-btn {
    -webkit-box-flex: 0;
    -webkit-flex: none;
    -ms-flex: none;
    flex: none;
    border-radius: 8px;
    border: 1px solid var(--th-border-color);
    background: var(--light-color2);
    padding: 23px 24px
}

.booking-form.style3 .th-btn:after {
    background-color: var(--theme-color)
}

.booking-form.style3 .th-btn:before {
    background: var(--theme-color)
}

.booking-form.style3 .th-btn:hover {
    color: var(--white-color)
}

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

@media (max-width: 991px) {
    .booking-form.style3 .th-btn {
        width:100%
    }
}

.booking-form .hero-wrap {
    display: grid;
    grid-template-columns: auto auto auto auto;
    -webkit-box-align: end;
    -webkit-align-items: end;
    -ms-flex-align: end;
    align-items: end;
    gap: 24px
}

@media (max-width: 1199px) {
    .booking-form .hero-wrap {
        grid-template-columns:auto auto
    }
}

@media (max-width: 480px) {
    .booking-form .hero-wrap {
        grid-template-columns:auto
    }
}

.booking-form .form-group {
    margin-bottom: 0;
    position: relative
}

.booking-form .form-group select::-webkit-input-placeholder, .booking-form .form-group input::-webkit-input-placeholder {
    color: var(--white-color)
}

.booking-form .form-group select::-moz-placeholder, .booking-form .form-group input::-moz-placeholder {
    color: var(--white-color)
}

.booking-form .form-group select:-ms-input-placeholder, .booking-form .form-group input:-ms-input-placeholder {
    color: var(--white-color)
}

.booking-form .form-group select::-ms-input-placeholder, .booking-form .form-group input::-ms-input-placeholder {
    color: var(--white-color)
}

.booking-form .form-group select::placeholder,.booking-form .form-group input::placeholder {
    color: var(--white-color)
}

.booking-form .form-group select:active,.booking-form .form-group select.nice-select.open,.booking-form .form-group select:focus,.booking-form .form-group input:active,.booking-form .form-group input.nice-select.open,.booking-form .form-group input:focus {
    background: transparent
}

.booking-form .form-group select option,.booking-form .form-group input option {
    background: var(--black-color2);
    width: 100%
}

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

.booking-form .form-item {
    position: relative;
    min-width: 242px;
    width: 100%;
    margin-bottom: 0
}

@media (max-width: 1599px) {
    .booking-form .form-item {
        min-width:230px
    }
}

@media (max-width: 1399px) {
    .booking-form .form-item {
        min-width:200px
    }
}

@media (max-width: 1299px) {
    .booking-form .form-item {
        min-width:185px
    }
}

@media (max-width: 1199px) {
    .booking-form .form-item {
        min-width:100%
    }
}

.booking-form .form-item label {
    margin-bottom: 20px
}

.booking-form .form-item input,.booking-form .form-item .nice-select {
    border: 1px solid rgba(255,255,255,0.3);
    color: var(--white-color);
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex
}

.booking-form .form-item input:before,.booking-form .form-item .nice-select:before {
    content: url("data:image/svg+xml,%3Csvg width='16' height='16' viewBox='0 0 16 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M4.3998 0.761905C4.3998 0.341116 4.04163 0 3.5998 0C3.15798 0 2.7998 0.341116 2.7998 0.761905V1.52381C2.7998 1.9446 3.15798 2.28571 3.5998 2.28571C4.04163 2.28571 4.3998 1.9446 4.3998 1.52381V0.761905Z' fill='white'/%3E%3Cpath d='M13.2001 0.761905C13.2001 0.341116 12.8419 0 12.4001 0C11.9583 0 11.6001 0.341116 11.6001 0.761905V1.52381C11.6001 1.9446 11.9583 2.28571 12.4001 2.28571C12.8419 2.28571 13.2001 1.9446 13.2001 1.52381V0.761905Z' fill='white'/%3E%3Cpath d='M0 5.71429V14.4762C0 15.3177 0.7164 16 1.6 16H14.4C15.2836 16 16 15.3177 16 14.4762V5.71429H0ZM4.8 13.3333C4.8 13.7543 4.442 14.0952 4 14.0952H3.2C2.758 14.0952 2.4 13.7543 2.4 13.3333V12.5714C2.4 12.1505 2.758 11.8095 3.2 11.8095H4C4.442 11.8095 4.8 12.1505 4.8 12.5714V13.3333ZM4.8 9.14287C4.8 9.56382 4.442 9.90477 4 9.90477H3.2C2.758 9.90477 2.4 9.56382 2.4 9.14287V8.38096C2.4 7.96001 2.758 7.61906 3.2 7.61906H4C4.442 7.61906 4.8 7.96001 4.8 8.38096V9.14287ZM9.2 13.3333C9.2 13.7543 8.842 14.0952 8.4 14.0952H7.6C7.158 14.0952 6.8 13.7543 6.8 13.3333V12.5714C6.8 12.1505 7.158 11.8095 7.6 11.8095H8.4C8.842 11.8095 9.2 12.1505 9.2 12.5714V13.3333ZM9.2 9.14287C9.2 9.56382 8.842 9.90477 8.4 9.90477H7.6C7.158 9.90477 6.8 9.56382 6.8 9.14287V8.38096C6.8 7.96001 7.158 7.61906 7.6 7.61906H8.4C8.842 7.61906 9.2 7.96001 9.2 8.38096V9.14287ZM13.6 13.3333C13.6 13.7543 13.242 14.0952 12.8 14.0952H12C11.558 14.0952 11.2 13.7543 11.2 13.3333V12.5714C11.2 12.1505 11.558 11.8095 12 11.8095H12.8C13.242 11.8095 13.6 12.1505 13.6 12.5714V13.3333ZM13.6 9.14287C13.6 9.56382 13.242 9.90477 12.8 9.90477H12C11.558 9.90477 11.2 9.56382 11.2 9.14287V8.38096C11.2 7.96001 11.558 7.61906 12 7.61906H12.8C13.242 7.61906 13.6 7.96001 13.6 8.38096V9.14287Z' fill='white'/%3E%3Cpath d='M16 4.95241V2.66669C16 1.82517 15.2836 1.14288 14.4 1.14288H14V1.52384C14 2.36422 13.2824 3.04765 12.4 3.04765C11.5176 3.04765 10.8 2.36422 10.8 1.52384V1.14288H5.2V1.52384C5.2 2.36422 4.4824 3.04765 3.6 3.04765C2.7176 3.04765 2 2.36422 2 1.52384V1.14288H1.6C0.7164 1.14288 0 1.82517 0 2.66669V4.95241H16Z' fill='white'/%3E%3C/svg%3E%0A");
    position: absolute;
    top: 17px;
    right: 16px
}

.booking-form .form-item .nice-select:before {
    display: none
}

.booking-form .form-item .nice-select .option {
    color: var(--black-color)
}

.booking-form .form-item .nice-select .option.selected {
    color: var(--theme-color) !important;
    background: var(--theme-color) !important
}

.booking-form .form-item .nice-select .option.selected.focus {
    color: #fff !important;
    background: var(--theme-color) !important
}

.booking-form .form-item .nice-select .option:hover,.booking-form .form-item .nice-select .option.focus {
    background: var(--theme-color) !important;
    color: #fff !important
}

.booking-form .form-item .nice-select.open .list {
    border-bottom: 3px solid var(--theme-color)
}

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

.booking-form select,.booking-form .form-control,.booking-form .form-select,.booking-form textarea,.booking-form input {
    color: var(--white-color);
    border: 1px solid rgba(255,255,255,0.3)
}

.booking-form select:before,.booking-form .form-control:before,.booking-form .form-select:before,.booking-form textarea:before,.booking-form input:before {
    content: url("data:image/svg+xml,%3Csvg width='16' height='16' viewBox='0 0 16 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M4.3998 0.761905C4.3998 0.341116 4.04163 0 3.5998 0C3.15798 0 2.7998 0.341116 2.7998 0.761905V1.52381C2.7998 1.9446 3.15798 2.28571 3.5998 2.28571C4.04163 2.28571 4.3998 1.9446 4.3998 1.52381V0.761905Z' fill='white'/%3E%3Cpath d='M13.2001 0.761905C13.2001 0.341116 12.8419 0 12.4001 0C11.9583 0 11.6001 0.341116 11.6001 0.761905V1.52381C11.6001 1.9446 11.9583 2.28571 12.4001 2.28571C12.8419 2.28571 13.2001 1.9446 13.2001 1.52381V0.761905Z' fill='white'/%3E%3Cpath d='M0 5.71429V14.4762C0 15.3177 0.7164 16 1.6 16H14.4C15.2836 16 16 15.3177 16 14.4762V5.71429H0ZM4.8 13.3333C4.8 13.7543 4.442 14.0952 4 14.0952H3.2C2.758 14.0952 2.4 13.7543 2.4 13.3333V12.5714C2.4 12.1505 2.758 11.8095 3.2 11.8095H4C4.442 11.8095 4.8 12.1505 4.8 12.5714V13.3333ZM4.8 9.14287C4.8 9.56382 4.442 9.90477 4 9.90477H3.2C2.758 9.90477 2.4 9.56382 2.4 9.14287V8.38096C2.4 7.96001 2.758 7.61906 3.2 7.61906H4C4.442 7.61906 4.8 7.96001 4.8 8.38096V9.14287ZM9.2 13.3333C9.2 13.7543 8.842 14.0952 8.4 14.0952H7.6C7.158 14.0952 6.8 13.7543 6.8 13.3333V12.5714C6.8 12.1505 7.158 11.8095 7.6 11.8095H8.4C8.842 11.8095 9.2 12.1505 9.2 12.5714V13.3333ZM9.2 9.14287C9.2 9.56382 8.842 9.90477 8.4 9.90477H7.6C7.158 9.90477 6.8 9.56382 6.8 9.14287V8.38096C6.8 7.96001 7.158 7.61906 7.6 7.61906H8.4C8.842 7.61906 9.2 7.96001 9.2 8.38096V9.14287ZM13.6 13.3333C13.6 13.7543 13.242 14.0952 12.8 14.0952H12C11.558 14.0952 11.2 13.7543 11.2 13.3333V12.5714C11.2 12.1505 11.558 11.8095 12 11.8095H12.8C13.242 11.8095 13.6 12.1505 13.6 12.5714V13.3333ZM13.6 9.14287C13.6 9.56382 13.242 9.90477 12.8 9.90477H12C11.558 9.90477 11.2 9.56382 11.2 9.14287V8.38096C11.2 7.96001 11.558 7.61906 12 7.61906H12.8C13.242 7.61906 13.6 7.96001 13.6 8.38096V9.14287Z' fill='white'/%3E%3Cpath d='M16 4.95241V2.66669C16 1.82517 15.2836 1.14288 14.4 1.14288H14V1.52384C14 2.36422 13.2824 3.04765 12.4 3.04765C11.5176 3.04765 10.8 2.36422 10.8 1.52384V1.14288H5.2V1.52384C5.2 2.36422 4.4824 3.04765 3.6 3.04765C2.7176 3.04765 2 2.36422 2 1.52384V1.14288H1.6C0.7164 1.14288 0 1.82517 0 2.66669V4.95241H16Z' fill='white'/%3E%3C/svg%3E%0A");
    position: absolute;
    top: 17px;
    right: 16px
}

.booking-form label {
    margin-bottom: 16px
}

.booking-form .dropdown {
    width: 100%;
    padding: 14px 16px;
    border-radius: 4px;
    border: 1px solid rgba(255,255,255,0.3);
    font-weight: 500;
    font-size: 16px;
    color: var(--white-color);
    cursor: pointer;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center
}

.booking-form .dropdown img {
    -webkit-filter: brightness(0) invert(1);
    filter: brightness(0) invert(1)
}

.booking-form .dropdown:focus {
    border-color: #007bff
}

.booking-form .dropdown-menu {
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    background-color: #181A1E;
    border: 1px solid rgba(255,255,255,0.2);
    padding: 20px;
    max-height: 300px;
    overflow-y: auto;
    display: none;
    z-index: 1000
}

.booking-form .dropdown-menu.style2 {
    background-color: #181A1E
}

.booking-form .dropdown-menu.style2 .quantity-content {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center
}

.booking-form .dropdown-menu.style2 .quantity-content:not(:last-child) {
    margin-bottom: 10px
}

.booking-form .dropdown-menu.style2 .qty-btn {
    width: 40px;
    height: 40px;
    line-height: 40px;
    border: 1px solid rgba(255,255,255,0.3)
}

.booking-form .dropdown-menu.style2 .box-title {
    font-size: 16px;
    font-family: var(--body-font);
    font-weight: 500
}

.booking-form .dropdown-menu.style3 {
    background-color: #112E2E
}

.booking-form .dropdown-menu.style3 .qty-input {
    border: none
}

.booking-form .dropdown-menu.style3 .quantity-content {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center
}

.booking-form .dropdown-menu.style3 .quantity-content:not(:last-child) {
    margin-bottom: 10px
}

.booking-form .dropdown-menu.style3 .qty-btn {
    width: 40px;
    height: 40px;
    line-height: 40px;
    border: 1px solid rgba(255,255,255,0.3)
}

.booking-form .dropdown-menu.style3 .box-title {
    font-size: 16px;
    font-family: var(--body-font);
    font-weight: 500
}

.booking-form .dropdown-menu.style3 .th-btn {
    background: #112E2E;
    border: 1px solid #1C4C5A
}

.booking-form .dropdown-menu.open {
    display: block
}

.booking-form .th-btn {
    padding: 19.5px 35px
}

@media (max-width: 1299px) {
    .booking-form .th-btn {
        padding:19.5px 28px
    }
}

@media (max-width: 1199px) {
    .booking-form .th-btn {
        padding:19.5px 10px
    }
}

.booking-form .tab-menu2 {
    padding-bottom: 20px
}

.booking-form .tab-menu2 .tab-btn {
    position: relative;
    background-color: transparent;
    border: none;
    margin: 5px 12px;
    padding: 0;
    color: var(--white-color);
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out
}

.booking-form .tab-menu2 .tab-btn:before {
    content: '';
    height: 1px;
    width: 0;
    background-color: var(--theme-color);
    position: absolute;
    bottom: 0;
    right: 0;
    -webkit-transition: 0.4s ease-in-out;
    transition: 0.4s ease-in-out
}

.booking-form .tab-menu2 .tab-btn.active {
    color: var(--theme-color)
}

.booking-form .tab-menu2 .tab-btn.active:before {
    width: 100%;
    right: unset;
    left: 0
}

.booking-form ul {
    padding: 0;
    margin: 0
}

.booking-form ul li {
    list-style: none;
    font-family: var(--body-font);
    color: var(--white-color);
    font-size: 14px;
    font-weight: 400
}

.booking-form ul li a {
    color: inherit
}

.booking-form ul li.city {
    color: var(--theme-color);
    font-size: 16px;
    font-weight: 500;
    padding-top: 15px
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.sidemenu-wrapper {
    position: fixed;
    z-index: 99999;
    left: 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: #112E2E;
    width: 100%;
    max-width: 100%;
    margin-right: auto;
    padding: 0 200px 0 80px;
    height: 100%;
    overflow-x: hidden;
    overflow-y: scroll;
    position: relative;
    left: -500px;
    cursor: auto;
    -webkit-transition-delay: 1s;
    transition-delay: 1s;
    -webkit-transition: left ease 1s;
    transition: left ease 1s
}

@media (max-width: 1199px) {
    .sidemenu-wrapper .sidemenu-content {
        padding:0 50px 0 80px
    }
}

@media (max-width: 375px) {
    .sidemenu-wrapper .sidemenu-content {
        padding:0 50px
    }
}

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

.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 {
    left: 0;
    opacity: 1;
    visibility: visible
}

.sidemenu-layout {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-align-self: stretch;
    -ms-flex-item-align: stretch;
    align-self: stretch;
    gap: 80px;
    width: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    position: relative;
    overflow: hidden
}

@media (max-width: 1299px) {
    .sidemenu-layout {
        gap:30px
    }
}

.th-side-menu {
    padding: 80px 0px;
    min-width: 28%
}

@media (max-width: 1199px) {
    .th-side-menu {
        min-width:30%
    }
}

.th-side-menu .side-logo {
    margin-bottom: 40px
}

.th-side-menu .th-side-menu a {
    color: #fff;
    text-decoration: none;
    display: block;
    padding: 10px;
    -webkit-transition: 0.3s;
    transition: 0.3s
}

.th-side-menu .menu-item-has-children>a {
    cursor: pointer;
    position: relative
}

.th-side-menu .menu-item-has-children>a::after {
    content: "ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã¢â‚¬Å“ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¼";
    position: absolute;
    right: 10px;
    font-size: 12px;
    -webkit-transition: -webkit-transform 0.3s;
    transition: -webkit-transform 0.3s;
    transition: transform 0.3s;
    transition: transform 0.3s, -webkit-transform 0.3s
}

.th-side-menu .menu-item-has-children.open>a::after {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg)
}

.th-side-menu .sub-menu {
    max-height: 0;
    overflow: hidden;
    -webkit-transition: max-height 0.3s ease-in-out;
    transition: max-height 0.3s ease-in-out
}

.th-side-menu .sub-menu a {
    padding-left: 20px
}

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

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

.th-side-menu ul li li:first-child {
    border-top: 1px solid #2F5C5C
}

.th-side-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-side-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-side-menu ul li.th-active>a {
    color: var(--theme-color)
}

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

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

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

.th-side-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: #808182;
    color: var(--title-color);
    box-shadow: 0 0 20px -8px rgba(173,136,88,0.5);
    border-radius: 50%
}

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

.th-side-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);
    color: var(--black-color2);
    float: right;
    margin-top: 1px
}

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

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

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

.sidemenu-wrapper .widget.side-menu-contact {
    padding: 80px 40px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-flow: column;
    -ms-flex-flow: column;
    flex-flow: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    min-width: 30%;
    height: 900px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    position: relative;
    z-index: 2
}

@media (max-width: 1500px) {
    .sidemenu-wrapper .widget.side-menu-contact {
        padding:80px 20px
    }
}

@media (max-width: 1299px) {
    .sidemenu-wrapper .widget.side-menu-contact {
        min-width:40%
    }
}

@media (max-width: 767px) {
    .sidemenu-wrapper .widget.side-menu-contact {
        display:none
    }
}

.sidemenu-wrapper .widget.side-menu-contact:before {
    content: "";
    position: absolute;
    inset: 0;
    background: -webkit-linear-gradient(top, rgba(15,16,19,0) 0%, rgba(15,16,19,0.5) 60.61%);
    background: linear-gradient(180deg, rgba(15,16,19,0) 0%, rgba(15,16,19,0.5) 60.61%);
    z-index: -1
}

.sidemenu-wrapper .widget.menu-rooms-area {
    padding-top: 80px
}

@media (max-width: 991px) {
    .sidemenu-wrapper .widget.menu-rooms-area {
        display:none
    }
}

.menu-rooms-list {
    grid-row-gap: 1em;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-flow: column;
    -ms-flex-flow: column;
    flex-flow: column;
    width: 100%;
    height: 900px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex
}

.menu-room-link .menu-room-image {
    position: relative;
    overflow: hidden
}

.menu-room-link .menu-room-image:before {
    content: "";
    position: absolute;
    inset: 0;
    background: -webkit-linear-gradient(top, rgba(15,16,19,0) 0%, rgba(15,16,19,0.5) 60.61%);
    background: linear-gradient(180deg, rgba(15,16,19,0) 0%, rgba(15,16,19,0.5) 60.61%)
}

.menu-room-link .menu-room-image img {
    width: 100%;
    height: 100%;
    object-fit: cover
}

.menu-room-link .menu-room-content {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100%;
    text-align: center;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%)
}

.menu-room-link .menu-room-content .box-title {
    margin-bottom: 0
}

.woocommerce-message,.woocommerce-info {
    position: relative;
    padding: 11px 20px 11px 50px;
    background-color: var(--theme-color);
    color: var(--white-color);
    font-size: 14px;
    font-weight: 500;
    margin-bottom: 15px;
    border-radius: 23px
}

.woocommerce-message a,.woocommerce-info a {
    color: var(--white-color);
    text-decoration: underline
}

.woocommerce-message a:hover,.woocommerce-info a:hover {
    color: var(--title-color)
}

.woocommerce-message:before,.woocommerce-info:before {
    content: "\f06a";
    font-family: var(--icon-font);
    font-weight: 400;
    margin-right: 10px;
    font-size: 18px;
    position: absolute;
    left: 20px;
    top: 11px
}

.woocommerce-notices-wrapper .woocommerce-message {
    background-color: var(--theme-color);
    color: var(--white-color)
}

.woocommerce-notices-wrapper .woocommerce-message:before {
    content: "\f14a";
    font-weight: 300
}

.woocommerce-form-register,.woocommerce-form-coupon,.woocommerce-form-login {
    --th-border-color: #E1E4E5;
    padding: 35px 40px 35px 40px;
    background-color: var(--white-color);
    margin-bottom: 0;
    border-radius: 20px
}

@media (max-width: 575px) {
    .woocommerce-form-register,.woocommerce-form-coupon,.woocommerce-form-login {
        padding:40px 20px
    }
}

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

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

.woocommerce-form-login-toggle .woocommerce-info {
    background-color: var(--theme-color);
    color: var(--white-color)
}

.woocommerce-form-login-toggle .woocommerce-info a {
    color: inherit
}

.woocommerce-form-login-toggle .woocommerce-info a:hover {
    color: var(--title-color)
}

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

.woocommerce-error {
    background-color: var(--error-color);
    color: #fff;
    list-style: none;
    padding: 10px 26px;
    margin: 0 0 30px 0;
    border-radius: 0;
    font-weight: 500;
    font-size: 14px
}

nav.woocommerce-MyAccount-navigation li {
    border: 1px solid #ddd;
    margin: 0;
    border-top: none
}

nav.woocommerce-MyAccount-navigation li:first-child {
    border-top: 1px solid #ddd
}

nav.woocommerce-MyAccount-navigation li a {
    color: var(--title-color);
    font-weight: 700;
    padding: 7px 17px;
    display: block
}

nav.woocommerce-MyAccount-navigation li.is-active a,nav.woocommerce-MyAccount-navigation li a:hover {
    color: var(--white-color);
    background-color: var(--theme-color)
}

.woocommerce-MyAccount-content h3 {
    margin-top: -0.3em
}

.checklist_1.style4 ul {
    list-style: none; /* Removes the default bullet points */
    padding-left: 0;  /* Removes padding */
}

.checklist_1.style4 ul li {
    position: relative;
    padding-left: 30px; /* Space for the icon */
    margin-bottom: 10px; /* Space between list items */
}

.checklist_1.style4 ul li::before {
    content: "\f0eb"; /* Font Awesome unicode for 'check' */
    font-family: Font Awesome\ 6 Pro; /* Use Font Awesome */
    font-weight: 900; /* Necessary for solid icons */
    position: absolute;
    left: 0;
    top: 0;
    color: #28a745; /* Icon color */
    font-size: 16px; /* Icon size */
}

.process-section{
font-family: 'Poppins', sans-serif;
background:#f8f9fc;
}

.process-section{
padding:100px 0;
}

.section-title{text-align:center;margin-bottom: 26px;}

.section-title h2{
font-size:42px;
font-weight:700;
}

.section-title p{color: #ffffff;font-size:18px;}

.timeline{
position:relative;
}

.timeline::before{
content:'';
position:absolute;
top:50%;
left:0;
width:100%;
height:4px;
background:#e5e7eb;
transform:translateY(-50%);
}

.process-step{position:relative;text-align:center;padding: 20px;}

.circle{
width:70px;
height:70px;
border-radius:50%;
background:white;
border:4px solid #0d6efd;
display:flex;
align-items:center;
justify-content:center;
font-size:26px;
color:#0d6efd;
margin:auto;
transition:0.4s;
box-shadow:0 10px 20px rgba(0,0,0,0.1);
}

.process-step:hover .circle{
background:#0d6efd;
color:white;
transform:scale(1.1);
}

.process-title{margin-top: 30px;font-weight:600;color: white;font-size:18px;position: relative;top: 4px;}

.step-number{margin-top: 10px;font-size: 16px;font-weight: 600;/* border: 1px solid; */color: #d8dbd5;}

@media(max-width:768px){

.timeline::before{
display:none;
}

.process-step{
margin-bottom:40px;
}

}
