@use "sass:math";@use 'base/variable' as var;:root {
    --theme-color: #ff353a;
    --title-color: #02000F;
    --body-color: #6C6D71;
    --smoke-color: #E4E4E5;
    --smoke-color2: #F8F8F8;
    --smoke-color3: #EDEDED;
    --smoke-color4: #E9F5ED;
    --black-color: #000000;
    --black-color2: #0A0A0A;
    --gray-color: #D8DBDC;
    --white-color: #ffffff;
    --light-color: #B7BEC8;
    --yellow-color: #FFB539;
    --success-color: #28a745;
    --error-color: #dc3545;
    --th-border-color: #E0E0E0;
    --title-font: 'CabinetGrotesk-Variable';
    --title-font2: 'Gallery Modern', sans-serif;
    --body-font: "DM Sans", sans-serif;
    --icon-font: "Font Awesome 6 Pro";
    --main-container: 1480px;
    --container-gutters: 24px;
    --section-space: 50px;
    --section-space-mobile: 80px;
    --section-title-space: 39px;
    --ripple-ani-duration: 5s
}

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

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

body.body-dark {
    background-color: #0E0E0E
}

body.light {
    --gray-color: #6C6D71
}

body.light .h1,body.light h1,body.light .h2,body.light h2,body.light .h3,body.light h3,body.light .h4,body.light h4,body.light .h5,body.light h5,body.light .h6,body.light h6,body.light .sub-title,body.light .th-btn,body.light .item {
    --white-color: #0E0E0E
}

body.light .th-btn:hover {
    color: #fff
}

body.light .th-btn:hover.th-icon:after {
    background-color: #fff
}

body.bg-color {
    background-color: #F7F7F7
}

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: decimal
}

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

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

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

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

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

a:active,a.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 12px 0;
    color: var(--body-color);
    line-height: 1.75
}

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

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

.h1,h1 {
    font-size: 88px;
    line-height: 1.090
}

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

.h3,h3 {
    font-size: 40px;
    line-height: 1.25
}

.h4,h4 {
    font-size: 32px;
    line-height: 1.5
}

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

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

@media (max-width: 1500px) {
    .h1,h1 {
        font-size:67px;
        line-height: 1.26
    }
}

@media (max-width: 1399px) {
    .h2,h2 {
        font-size:50px;
        line-height: 1.2
    }
}

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

    .h2,h2 {
        font-size: 50px
    }

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

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

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

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

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

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

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

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

@media (max-width: 375px) {
    .h2,h2 {
        font-size:32px;
        line-height: 1.3
    }
}

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

.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: var(--title-color);
    background-color: #57B33E
}

.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: var(--title-color);
    background-color: #57B33E;
    border-color: #57B33E
}

.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: #57B33E
}

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 var(--smoke-color);
    padding-left: 25px;
    border-radius: 20px
}

.wp-block-search .wp-block-search__input:focus {
    border-color: #57B33E
}

.wp-block-search .wp-block-search__button {
    margin: 0;
    min-width: 110px;
    height: 100%;
    border: none;
    color: var(--white-color);
    background-color: #57B33E;
    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);
    color: var(--white-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: var(--title-color);
    background-color: #57B33E;
    text-align: center
}

.post-password-form input[type="submit"]:hover {
    background-color: var(--title-color);
    color: var(--white-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(--title-color);
    background-color: #57B33E;
    border-color: transparent
}

.page-links>span:not(.page-links-title):not(.screen-reader-text).current,.page-links>a.current {
    background-color: #57B33E;
    color: var(--title-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 {
    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: #57B33E;
    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: #57B33E
}

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

.wp-block-pullquote {
    border-bottom: none;
    border-top: none;
    color: currentColor;
    margin-bottom: 1.75em
}

.wp-block-pullquote cite {
    position: absolute;
    color: var(--white-color) !important
}

.wp-block-column blockquote cite,.wp-block-column .wp-block-quote cite {
    font-size: 14px;
    left: 10px;
    padding: 7px 45px 7px 10px
}

@media (max-width: 1199px) {
    .wp-block-column blockquote cite,.wp-block-column .wp-block-quote cite {
        padding:7px 25px 7px 10px
    }
}

.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(--title-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(--title-color);
    background-color: #57B33E
}

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

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: #57B33E
}

.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: #57B33E
}

.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: #57B33E
}

.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: #57B33E
}

.textwidget {
    margin-top: -0.1em
}

.th-comments-wrap .th-post-comment blockquote:before,.th-comments-wrap .th-post-comment .wp-block-quote:before {
    height: 35px;
    width: 35px;
    background-color: var(--smoke-color2)
}

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

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

@media (min-width: 1370px) {
    .th-container2 {
        --main-container: 1720px
    }
}

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

@media (min-width: 1370px) {
    .th-container4 {
        --main-container: 1620px
    }
}

@media (min-width: 1370px) {
    .th-container5 {
        --main-container: 1840px
    }
}

@media (min-width: 1922px) {
    .th-container2 {
        margin-left:auto;
        margin-right: auto
    }
}

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

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

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

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

.round-container {
    max-width: 1530px;
    margin-left: auto;
    margin-right: auto;
    border-radius: 50px;
    position: relative;
    z-index: 2;
    overflow: hidden
}

@media (max-width: 1199px) {
    .round-container {
        border-radius:0
    }
}

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

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

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

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

.gy-9 {
    --bs-gutter-y: 9px !important
}

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

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

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

@media (max-width: 1500px) {
    .gx-147 {
        --bs-gutter-x: 90px
    }
}

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

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

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

@media (max-width: 1500px) {
    .gx-160 {
        --bs-gutter-x: 120px
    }
}

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

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

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

@media (max-width: 1199px) {
    .gx-70 {
        --bs-gutter-x: 60px
    }
}

@media (max-width: 991px) {
    .gx-70 {
        --bs-gutter-x: 40px
    }
}

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

@media (max-width: 1199px) {
    .gx-80 {
        --bs-gutter-x: 60px
    }
}

@media (max-width: 991px) {
    .gx-80 {
        --bs-gutter-x: 40px
    }
}

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

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

@media (max-width: 1199px) {
    .gy-80 {
        --bs-gutter-y: 60px
    }
}

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

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

.col-xs-2 {
    position: relative;
    float: left;
    width: 2%;
    min-height: 1px
}

@font-face {
    font-family: 'CabinetGrotesk-Thin';
    src: url("../fonts/CabinetGrotesk-Thin.woff2") format("woff2"),url("../fonts/CabinetGrotesk-Thin.woff") format("woff"),url("../fonts/CabinetGrotesk-Thin.ttf") format("truetype");
    font-weight: 100;
    font-display: swap;
    font-style: normal
}

@font-face {
    font-family: 'CabinetGrotesk-Extralight';
    src: url("../fonts/CabinetGrotesk-Extralight.woff2") format("woff2"),url("../fonts/CabinetGrotesk-Extralight.woff") format("woff"),url("../fonts/CabinetGrotesk-Extralight.ttf") format("truetype");
    font-weight: 200;
    font-display: swap;
    font-style: normal
}

@font-face {
    font-family: 'CabinetGrotesk-Light';
    src: url("../fonts/CabinetGrotesk-Light.woff2") format("woff2"),url("../fonts/CabinetGrotesk-Light.woff") format("woff"),url("../fonts/CabinetGrotesk-Light.ttf") format("truetype");
    font-weight: 300;
    font-display: swap;
    font-style: normal
}

@font-face {
    font-family: 'CabinetGrotesk-Regular';
    src: url("../fonts/CabinetGrotesk-Regular.woff2") format("woff2"),url("../fonts/CabinetGrotesk-Regular.woff") format("woff"),url("../fonts/CabinetGrotesk-Regular.ttf") format("truetype");
    font-weight: 400;
    font-display: swap;
    font-style: normal
}

@font-face {
    font-family: 'CabinetGrotesk-Medium';
    src: url("../fonts/CabinetGrotesk-Medium.woff2") format("woff2"),url("../fonts/CabinetGrotesk-Medium.woff") format("woff"),url("../fonts/CabinetGrotesk-Medium.ttf") format("truetype");
    font-weight: 500;
    font-display: swap;
    font-style: normal
}

@font-face {
    font-family: 'CabinetGrotesk-Bold';
    src: url("../fonts/CabinetGrotesk-Bold.woff2") format("woff2"),url("../fonts/CabinetGrotesk-Bold.woff") format("woff"),url("../fonts/CabinetGrotesk-Bold.ttf") format("truetype");
    font-weight: 700;
    font-display: swap;
    font-style: normal
}

@font-face {
    font-family: 'CabinetGrotesk-Extrabold';
    src: url("../fonts/CabinetGrotesk-Extrabold.woff2") format("woff2"),url("../fonts/CabinetGrotesk-Extrabold.woff") format("woff"),url("../fonts/CabinetGrotesk-Extrabold.ttf") format("truetype");
    font-weight: 800;
    font-display: swap;
    font-style: normal
}

@font-face {
    font-family: 'CabinetGrotesk-Black';
    src: url("../fonts/CabinetGrotesk-Black.woff2") format("woff2"),url("../fonts/CabinetGrotesk-Black.woff") format("woff"),url("../fonts/CabinetGrotesk-Black.ttf") format("truetype");
    font-weight: 900;
    font-display: swap;
    font-style: normal
}

@font-face {
    font-family: 'CabinetGrotesk-Variable';
    src: url("../fonts/CabinetGrotesk-Variable.woff2") format("woff2"),url("../fonts/CabinetGrotesk-Variable.woff") format("woff"),url("../fonts/CabinetGrotesk-Variable.ttf") format("truetype");
    font-weight: 100 900;
    font-display: swap;
    font-style: normal
}

/*! Generated by Font Squirrel (https://www.fontsquirrel.com) on August 2, 2020 */
@font-face {
    font-family: 'gallery_modernregular';
    src: url("gallerymodern-webfont.html") format("woff2"),url("gallerymodern-webfont-2.html") format("woff"),url("gallerymodern-webfont-3.html") format("truetype");
    font-weight: normal;
    font-style: normal
}

select,.form-control,.form-select,textarea,input {
    height: 48px;
    padding: 0 25px 0 25px;
    padding-right: 45px;
    border: 1px solid var(--smoke-color);
    color: var(--body-color);
    background-color: var(--white-color);
    border-radius: 5px;
    font-weight: 400;
    font-size: 16px;
    line-height: 1.75;
    letter-spacing: 0.02em;
    color: rgba(92,95,113,0.9);
    width: 100%;
    font-family: var(--body-font);
    -webkit-transition: 0.4s ease-in-out;
    transition: 0.4s ease-in-out
}

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

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

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

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

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

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

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

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

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

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

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

textarea.form-control,textarea {
    min-height: 150px;
    padding-top: 16px;
    padding-bottom: 17px;
    border-radius: 5px
}

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

.form-group {
    margin-bottom: 15px;
    position: relative
}

.form-group>i {
    display: inline-block;
    position: absolute;
    right: 25px;
    top: 25px;
    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)
}

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(--theme-color);
    background-color: var(--theme-color);
    border-color: var(--theme-color)
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.form-messages {
    display: none
}

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

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

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

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

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
}

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-fade .swiper-slide {
    -webkit-transition: 0.6s ease-in-out;
    transition: 0.6s ease-in-out
}

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

.swiper-pagination-progressbar {
    --swiper-pagination-progressbar-size: 1px;
    background: #D9D9D9;
    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(--title-color);
    border-radius: 18px
}

.swiper-pagination-progressbar {
    --swiper-pagination-progressbar-size: 1px;
    background: var(--white-color);
    position: relative;
    margin-top: 30px;
    margin-bottom: 24px
}

.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, 1px);
    left: 0
}

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

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

.swiper-pagination-fraction .swiper-pagination-total {
    margin-left: 10px
}

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

@media (max-width: 991px) {
    .slider-controller .slider-arrow {
        min-width:48px;
        height: 48px
    }
}

.slider-controller .swiper-pagination-progressbar {
    background-color: #F2F3FC
}

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

.swiper-pagination-bullets {
    position: relative;
    z-index: 3;
    text-align: center;
    margin: 45px 0 10px 0;
    padding-bottom: 20px;
    line-height: 12px;
    height: 12px
}

.swiper-pagination-bullets .swiper-pagination-bullet {
    display: inline-block;
    --swiper-pagination-bullet-size: 12px;
    --swiper-pagination-bullet-horizontal-gap: 12px;
    margin: 5px 4px;
    opacity: 1;
    background-color: transparent;
    border: 1px solid var(--body-color);
    color: var(--white-color);
    border-radius: 50%;
    position: relative;
    cursor: pointer;
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out
}

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

.slider-area {
    position: relative
}

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

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

.slider-arrow.style2 {
    left: var(--pos-x, 70px);
    width: 80px;
    height: 48px;
    line-height: 25px;
    border: 1px solid #02000F;
    background-color: transparent;
    border-radius: 48px
}

.slider-arrow.style2.slider-next {
    right: var(--pos-x, 70px)
}

.slider-arrow.style2 img {
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out
}

.slider-arrow.style2:hover {
    background-color: var(--theme-color);
    border-color: var(--theme-color)
}

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

.slider-arrow.style3 {
    background-color: transparent;
    border: 1px solid rgba(92,95,113,0.2);
    color: var(--title-color)
}

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

.slider-arrow.style4 {
    left: var(--pos-x, 70px);
    width: 88px;
    height: 56px;
    line-height: 25px;
    background-color: transparent;
    border: 1px solid rgba(92,95,113,0.2);
    border-radius: 48px
}

.slider-arrow.style4.slider-next {
    right: var(--pos-x, 70px)
}

.slider-arrow.style4:hover {
    background-color: var(--theme-color);
    border-color: var(--theme-color)
}

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

.slider-arrow.style5 {
    background-color: transparent;
    border: 1px solid #182009;
    color: var(--title-color);
    border-radius: 0
}

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

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

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

.slider-arrow:hover {
    background-color: var(--theme-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 {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    opacity: 1;
    visibility: visible
}

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

@media (max-width: 1500px) {
    .icon-box .slider-arrow {
        display:block !important
    }
}

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

    .slider-arrow.slider-next {
        margin-right: 0
    }

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

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

.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-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
    -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;
    -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-origin: 50% 0;
    -ms-transform-origin: 50% 0;
    transform-origin: 50% 0;
    -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;
    position: relative;
    z-index: 3
}

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

.currency-menu .nice-select {
    font-family: var(--body-font);
    background: none;
    border: none;
    height: 48px;
    border: 1px solid #E4E4E6;
    border-radius: 8px;
    width: 100%;
    color: var(--title-color);
    font-weight: 500;
    font-size: 14px
}

.currency-menu .nice-select .list {
    left: 0px;
    width: 100%
}

.currency-menu .nice-select:after {
    content: "\f107";
    right: 20px;
    top: 0px;
    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: 0px;
    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
}

.currency-menu .dropdown-toggle {
    font-family: var(--body-font);
    background: none;
    border: none;
    width: 100%;
    color: var(--black-color2);
    font-weight: 400;
    font-size: 14px;
    height: 16px;
    line-height: 16px
}

@media (max-width: 375px) {
    .currency-menu .dropdown-toggle {
        font-size:12px
    }
}

.currency-menu .dropdown-menu {
    position: absolute;
    right: 0;
    border-bottom: 2px solid var(--theme-color);
    border-radius: 0
}

.currency-menu .gtranslate_wrapper a {
    display: block;
    font-weight: 400;
    font-size: 16px;
    color: var(--title-color);
    font-family: var(--title-font);
    padding: 5px 10px;
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out
}

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

.th-menu-wrapper .mobile-logo {
    padding-bottom: 30px;
    padding-top: 40px;
    display: block;
    text-align: center;
    background-color: var(--smoke-color2)
}

.th-menu-wrapper .mobile-logo svg {
    max-width: 185px
}

.th-menu-wrapper .th-menu-toggle {
    border: none;
    font-size: 22px;
    position: absolute;
    right: -16.5px;
    top: 25px;
    padding: 0;
    line-height: 1;
    width: 33px;
    height: 33px;
    line-height: 35px;
    font-size: 18px;
    z-index: 1;
    color: var(--title-color);
    background-color: var(--theme-color)
}

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

.th-menu-wrapper .th-menu-area {
    width: 100%;
    max-width: 310px;
    background-color: #fff;
    border-right: 3px solid var(--theme-color);
    height: 100%;
    position: relative;
    left: -110%;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all ease 1s;
    transition: all ease 1s;
    z-index: 1
}

.th-menu-wrapper.th-body-visible {
    opacity: 1;
    visibility: visible
}

.th-menu-wrapper.th-body-visible .th-menu-area {
    left: 0;
    opacity: 1;
    visibility: visible
}

.th-mobile-menu {
    overflow-y: scroll;
    max-height: calc(100vh - 200px);
    padding-bottom: 40px;
    margin-top: 33px;
    text-align: left
}

.th-mobile-menu ul {
    margin: 0;
    padding: 0 0
}

.th-mobile-menu ul li {
    border-bottom: 1px solid #fdedf1;
    list-style-type: none
}

.th-mobile-menu ul li li:first-child {
    border-top: 1px solid #fdedf1
}

.th-mobile-menu ul li a {
    display: block;
    position: relative;
    padding: 12px 0;
    line-height: 1.4;
    font-size: 16px;
    text-transform: capitalize;
    color: var(--title-color);
    padding-left: 18px
}

.th-mobile-menu ul li a:before {
    content: '\f105';
    font-family: var(--icon-font);
    position: absolute;
    left: 0;
    top: 12px;
    margin-right: 10px;
    display: inline-block
}

.th-mobile-menu ul li.th-active>a {
    color: var(--theme-color)
}

.th-mobile-menu ul li.th-active>a:before {
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg)
}

.th-mobile-menu ul li ul li {
    padding-left: 20px
}

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

.th-mobile-menu ul .th-item-has-children>a .th-mean-expand {
    position: absolute;
    right: 0;
    top: 50%;
    font-weight: 400;
    font-size: 12px;
    width: 25px;
    height: 25px;
    line-height: 25px;
    margin-top: -12.5px;
    display: inline-block;
    text-align: center;
    background-color: var(--smoke-color);
    color: var(--title-color);
    box-shadow: 0 0 20px -8px rgba(173,136,88,0.5);
    border-radius: 50%
}

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

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

.th-mobile-menu ul .th-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)
}

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

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

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

.th-menu-toggle.style-text-white {
    color: var(--white-color)
}

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

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

.loader-wrap {
    position: fixed;
    z-index: 10;
    height: 100vh;
    width: 100%;
    left: 0;
    top: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    overflow: hidden;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    background: transparent;
    z-index: 99999999999999
}

.loader-wrap svg {
    position: absolute;
    top: 0;
    width: 100vw;
    height: 110vh;
    fill: #000
}

.loader-wrap .loader-wrap-heading .load-text {
    font-size: 40px;
    font-weight: 400;
    letter-spacing: 15px;
    text-transform: uppercase;
    z-index: 20;
    color: #fff;
    line-height: 100px;
}

.load-text span {
    -webkit-animation: loading 2s infinite alternate;
    animation: loading 2s infinite alternate
}



@-webkit-keyframes loading {
    0% {
        opacity: 1
    }

    100% {
        opacity: 0
    }
}

@keyframes loading {
    0% {
        opacity: 1
    }

    100% {
        opacity: 0
    }
}

.th-btn {
    position: relative;
    z-index: 2;
    overflow: hidden;
    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;
    text-align: center;
    background-color: #050505;
    font-family: var(--body-font);
    border: none;
    font-weight: 400;
    font-size: 18px;
    text-transform: capitalize;
    color: var(--white-color);
    line-height: 1;
    padding: 19px 30px;
    border-radius: 48px;
    -webkit-transition: color 0.5s;
    transition: color 0.5s;
    gap: 8px
}

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

.th-btn img {
    margin-right: 8px
}

.th-btn:before {
    content: "";
    position: absolute;
    z-index: -1;
    background-color: var(--theme-color);
    height: 150px;
    width: 300px;
    border-radius: 50%;
    top: 100%;
    left: 100%;
    -webkit-transition: all 0.7s;
    transition: all 0.7s
}

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

.th-btn:hover:before {
    top: -30px;
    left: -30px
}

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

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

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

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

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

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

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

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

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

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

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

.th-btn.black-border:hover:before {
    background-color: var(--title-color)
}

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

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

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

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

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

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

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

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

.icon-btn {
    display: inline-block;
    width: var(--btn-size, 56px);
    height: var(--btn-size, 56px);
    line-height: var(--btn-size, 56px);
    font-size: var(--btn-font-size, 18px);
    background-color: var(--icon-bg, transparent);
    border: 1px solid #999999;
    border-radius: 50%;
    color: var(--title-color);
    text-align: center;
    -webkit-transition: 0.4s ease-in-out;
    transition: 0.4s ease-in-out
}

.icon-btn a {
    color: var(--title-color)
}

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

.icon-btn.th-radius {
    border-radius: 100px
}

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

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

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

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

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

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

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

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

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

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

.video-play-btn {
    position: relative;
    border: 0;
    width: 78px;
    height: 78px;
    line-height: 78px;
    -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: var(--white-color);
    margin: 0 auto;
    display: inline-block;
    font-size: 25px;
    text-align: center;
    color: var(--title-color)
}

@media (max-width: 767px) {
    .video-play-btn {
        width:50px;
        height: 50px;
        line-height: 52px;
        font-size: 20px
    }
}

.video-play-btn i {
    color: var(--title-color)
}

.video-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 var(--white-color);
    -webkit-animation: ripple 2s linear infinite;
    animation: ripple 2s linear infinite
}

.video-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 var(--white-color);
    -webkit-animation: ripple 2s linear 1s infinite;
    animation: ripple 2s linear 1s infinite
}

.video-play-btn:hover {
    background-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: 18px;
    font-weight: 500;
    line-height: 1.3;
    letter-spacing: 0.02em;
    display: inline-block;
    line-height: 0.8;
    position: relative;
    padding-bottom: 4px;
    margin-bottom: -1px;
    text-transform: capitalize;
    color: var(--title-color)
}

.line-btn i {
    margin-left: 5px
}

.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 {
    width: 45px
}

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

.line-btn.th-icon i {
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease
}

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

.sec-title.style2 {
    font-weight: 400;
    font-size: 54px;
    line-height: 73px;
    font-family: var(--title-font2)
}

@media (max-width: 1500px) {
    .sec-title.style2 {
        font-size: 48px;
        line-height: 48px;
    }
}

@media (max-width: 1299px) {
    .sec-title.style2 {
        font-size:68px;
        line-height: 68px
    }
}

@media (max-width: 991px) {
    .sec-title.style2 {
        font-size:58px;
        line-height: 78px
    }
}

@media (max-width: 767px) {
    .sec-title.style2 {
        font-size:48px;
        line-height: 68px
    }
}

@media (max-width: 480px) {
    .sec-title.style2 {
        font-size:36px;
        line-height: 46px
    }
}

.sec-title.style2 .title1 {
    margin-left: 124px;
    display: block
}

@media (max-width: 575px) {
    .sec-title.style2 .title1 {
        margin-left:60px
    }
}

.sec-title.style2 .title2 {
    margin-left: 450px;
    display: block;
    position: relative
}

@media (max-width: 1399px) {
    .sec-title.style2 .title2 {
        margin-left:300px
    }
}

@media (max-width: 575px) {
    .sec-title.style2 .title2 {
        margin-left:130px
    }
}

.sec-title.style2 .title2:before {
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    width: 145px;
    height: 0px;
    border: 1px solid #6C6D71;
    margin-left: -10.9rem
}

@media (max-width: 575px) {
    .sec-title.style2 .title2:before {
        display:none
    }
}

.sec-title.style2 .title3 {
    margin-left: 450px;
    display: block;
    position: relative
}

@media (max-width: 1500px) {
    .sec-title.style2 .title3 {
        margin-left:300px
    }
}

@media (max-width: 575px) {
    .sec-title.style2 .title3 {
        margin-left:130px
    }
}

.sec-title.style2 .title4 {
    margin-left: 220px;
    display: block;
    position: relative
}

@media (max-width: 575px) {
    .sec-title.style2 .title4 {
        margin-left:130px
    }
}

.sec-title.style3 {
    font-weight: 700;
    font-size: 100px;
    line-height: 96px;
    color: var(--title-color)
}

@media (max-width: 1500px) {
    .sec-title.style3 {
        font-size:70px;
        line-height: 80px
    }
}

@media (max-width: 1199px) {
    .sec-title.style3 {
        font-size:50px;
        line-height: 60px
    }
}

@media (max-width: 575px) {
    .sec-title.style3 {
        font-size:40px;
        line-height: 50px
    }
}

@media (max-width: 375px) {
    .sec-title.style3 {
        font-size:30px;
        line-height: 40px
    }
}

.sec-title.style4 {
    font-weight: 700;
    font-size: 54px
}

@media (max-width: 1299px) {
    .sec-title.style4 {
        font-size:40px
    }
}

@media (max-width: 767px) {
    .sec-title.style4 {
        font-size:30px
    }
}

.sec-title.style5 {
    font-family: var(--title-font2);
    font-weight: 600;
    font-size: 38px;
    letter-spacing: 0.02em;
    color: #0E0E0E
}

@media (max-width: 767px) {
    .sec-title.style5 {
        font-size:47px
    }
}

@media (max-width: 575px) {
    .sec-title.style5 {
        font-size:37px
    }
}

.sec-title.style6 {
    font-family: var(--title-font2);
    font-weight: 700;
    font-size: 148px;
    line-height: 148px;
    color: var(--title-color);
    margin-top: 0
}

@media (max-width: 1500px) {
    .sec-title.style6 {
        font-size:70px;
        line-height: 80px
    }
}

@media (max-width: 1199px) {
    .sec-title.style6 {
        font-size:50px;
        line-height: 60px
    }
}

@media (max-width: 575px) {
    .sec-title.style6 {
        font-size:40px;
        line-height: 50px
    }
}

@media (max-width: 375px) {
    .sec-title.style6 {
        font-size:30px;
        line-height: 40px
    }
}

.sec-title.style7 {
    font-weight: 700;
    font-size: 60px;
    color: #000000
}

@media (max-width: 1199px) {
    .sec-title.style7 {
        font-size:40px
    }
}

.sec-title .counter {
    border: 1px solid var(--title-color);
    border-radius: 500px;
    padding: 0 25px;
    margin-top: 24px;
    display: inline-block
}

@media (max-width: 480px) {
    .sec-title .counter {
        padding:0 10px
    }
}

.sub-title {
    position: relative;
    font-weight: 600;
    font-size: 16px;
    line-height: 26px;
    color: var(--title-color);
    margin-bottom: 25px;
    display: inline-block;
    padding: 0 1px;
}

.sub-title.style2 {
    letter-spacing: 0.24em;
    text-transform: uppercase;
    margin-bottom: 25px
}

.sub-title.style2.text-white {
    margin-bottom: 44px
}

@media (max-width: 1199px) {
    .sub-title.style2.text-white {
        margin-bottom:28px
    }
}

.sub-title.style3 {
    border-bottom: 1px solid #EDEDED;
    letter-spacing: 0.24em;
    text-transform: uppercase;
    padding-bottom: 10px
}

.sub-title.style4 {
    border-bottom: 1px solid #2D2D2D;
    letter-spacing: 0.24em;
    text-transform: uppercase;
    padding-bottom: 10px
}

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

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

.sub-title:before,.sub-title:after {
    position: absolute;
    content: "";
    top: 5px;
    width: 8px;
    height: 14px;
    -webkit-mask-image: url("../img/theme-img/sub-title.svg");
    mask-image: url("../img/theme-img/sub-title.svg");
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    background-color: var(--theme-color)
}

.sub-title:before {
    left: 0
}

.sub-title:after {
    right: 0;
    -webkit-mask-image: url("../img/theme-img/sub-title2.svg");
    mask-image: url("../img/theme-img/sub-title2.svg")
}

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

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

.box-title a {
    color: inherit
}

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

.reveal-title {
    position: relative;
    display: block
}

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

.reveal-title .char {
    display: inline-block;
    opacity: 0.4;
    -webkit-transform: translateY(10px);
    -ms-transform: translateY(10px);
    transform: translateY(10px)
}

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

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

.sec-text2 {
    font-size: 18px;
    max-width: 438px
}

@media (max-width: 991px) {
    .sec-text2 {
        max-width:100%
    }
}

.sec-text3 {
    font-size: 18px;
    /* max-width: 507px; */
}

@media (max-width: 991px) {
    .sec-text3 {
        max-width:100%
    }
}

.sec-desc {
    font-family: var(--title-font);
    font-size: 18px;
    color: #B7BEC8;
    margin-bottom: 0
}

.title-area {
    margin-bottom: 22px;
    position: relative;
    z-index: 5
}

.title-area.style2 {
    margin-top: -8px
}

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

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

.title-area .number {
    font-family: var(--title-font);
    font-weight: 700;
    font-size: 24px;
    color: var(--title-color);
    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;
    margin-bottom: 32px
}

.title-area .number .line {
    display: inline-block;
    width: 41px;
    height: 1px;
    background-color: #02000F;
    margin: 0
}

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

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

.shadow-title {
    font-family: var(--title-font);
    font-weight: 700;
    font-size: 194px;
    line-height: 204px;
    color: #121212;
    opacity: 0.02;
    margin: -0.55em 0 -0.45em -0.25em
}

.shadow-title.style2 {
    position: absolute;
    top: 0;
    font-weight: 700;
    font-size: 194px;
    line-height: 200px;
    color: #191919;
    display: inline-block;
    margin-left: -20%;
    opacity: 1;
    z-index: -1
}

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

.shadow-title.style3 {
    margin-left: -40%;
    width: 978px
}

.shadow-title.color2 {
    background-image: -webkit-linear-gradient(top, #232C47 0%, rgba(20,29,56,0) 91.15%);
    background-image: linear-gradient(180deg, #232C47 0%, rgba(20,29,56,0) 91.15%)
}

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

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

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

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

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

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

@media (max-width: 991px) {
    .title-area,.sec-title {
        --section-title-space: 50px
    }

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

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

@media (max-width: 767px) {
    .shadow-title {
        font-size:102px;
        line-height: 102px
    }
}

@media (max-width: 375px) {
    .shadow-title {
        font-size:80px;
        line-height: 80px
    }
}

.box-title2 {
    font-family: var(--title-font2);
    font-weight: 600;
    font-size: 28px;
    letter-spacing: 0.02em;
    color: #02000F;
    max-width: 440px
}

.box-title3 {
    font-family: var(--title-font2);
    font-weight: 400;
    font-size: 40px;
    letter-spacing: 0.02em;
    color: #182009
}

.sec-text4 {
    max-width: 540px;
    display: block;
    margin-left: auto
}

@media (max-width: 991px) {
    .sec-text4 {
        max-width:100%;
        margin-left: 0
    }
}

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

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

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

@media (min-width: 1930px) {
    .shape-mockup.testi-shape {
        width:100%
    }

    .shape-mockup.testi-shape img {
        width: 100%;
        height: 100%;
        object-fit: cover
    }
}

@media (max-width: 1199px) {
    .shape-mockup.testi-shape {
        width:100%;
        height: 100%
    }

    .shape-mockup.testi-shape img {
        width: 100%;
        height: 100%;
        object-fit: cover
    }
}

@media (max-width: 1699px) {
    .shape-mockup.testi-shape2 {
        width:30%;
        height: 100%
    }

    .shape-mockup.testi-shape2 img {
        height: 100%
    }
}

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

.shape-mockup.testi-img {
    border-radius: 30px 0 0 0
}

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

.shape-mockup.faq-shape {
    max-width: 238px
}

.shape-mockup.faq-shape:before {
    content: "";
    position: absolute;
    inset: 0;
    background-color: var(--theme-color);
    -webkit-mask-image: url(../img/shape/star.html);
    mask-image: url(../img/shape/star.html);
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    -webkit-mask-position: center;
    mask-position: center;
    -webkit-mask-size: 100% 100%;
    mask-size: 100% 100%;
    z-index: -1;
    -webkit-transition: 0.4s ease-in-out;
    transition: 0.4s ease-in-out
}

.shape-mockup.faq-shape img {
    max-width: 238px;
    width: 100%;
    height: 100%;
    object-fit: cover;
    -webkit-mask-image: url(../img/shape/star2.html);
    mask-image: url(../img/shape/star2.html);
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    -webkit-mask-position: center;
    mask-position: center;
    -webkit-mask-size: 100% 100%;
    mask-size: 100% 100%
}

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

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

.th-radius3 {
    border-radius: 30px
}

.th-radius4 {
    border-radius: 100px
}

@media (max-width: 767px) {
    .th-radius4 {
        border-radius:50px
    }
}

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

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

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

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

.th-social a {
    display: inline-block;
    width: var(--icon-size, 46px);
    height: var(--icon-size, 46px);
    line-height: var(--icon-size, 46px);
    background-color: var(--white-color);
    color: var(--title-color);
    font-size: 16px;
    text-align: center;
    margin-right: 5px;
    border-radius: 50%
}

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

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

.th-social.style2 a {
    --icon-size: 40px;
    font-size: 14px;
    background-color: transparent;
    color: var(--white-color);
    border: 1px solid
}

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

.th-social.style3 a {
    width: var(--icon-size, 46px);
    height: var(--icon-size, 46px);
    line-height: var(--icon-size, 46px);
    margin-right: 10px
}

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

.slider-shadow .slick-list {
    padding-top: 30px;
    padding-bottom: 30px;
    margin-bottom: -30px;
    margin-top: -30px
}

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

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

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

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

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

.sec-shape {
    position: relative;
    text-align: center;
    overflow: hidden
}

.sec-shape.style2:after,.sec-shape.style2:before {
    background: #E3E7F0
}

.sec-shape.style2 .th-btn {
    padding: 20.5px 40px
}

.sec-shape:after,.sec-shape:before {
    content: "";
    position: absolute;
    top: 50%;
    width: 560px;
    height: 1px;
    background: #656A74
}

.sec-shape:before {
    margin-left: -37rem
}

.sec-shape:after {
    margin-left: 2.5rem
}

.icon-masking {
    position: relative;
    display: inline-block;
    height: auto;
    width: auto
}

.icon-masking .mask-icon {
    position: absolute;
    height: 100%;
    width: 100%;
    mix-blend-mode: hue;
    background: var(--theme-color);
    top: 0
}

.icon-masking2 {
    position: relative;
    display: inline-block;
    height: auto;
    width: auto
}

.icon-masking2 .mask-icon {
    position: absolute;
    height: 100%;
    width: 100%;
    mix-blend-mode: color;
    background: var(--theme-color);
    top: 0
}

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

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

.cursor-follower {
    position: fixed;
    background: var(--theme-color);
    -webkit-backdrop-filter: blur(6px);
    backdrop-filter: blur(6px);
    border: 1px solid var(--theme-color);
    width: 15px;
    height: 15px;
    border-radius: 100%;
    z-index: 999999;
    background: rgba(2,0,15,0.3);
    -webkit-backdrop-filter: blur(5px);
    backdrop-filter: blur(5px);
    -webkit-transform: translate(2px, 2px);
    -ms-transform: translate(2px, 2px);
    transform: translate(2px, 2px)
}

.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(87,179,62,0.7);
    -webkit-backdrop-filter: blur(6px);
    backdrop-filter: blur(6px);
    width: 120px;
    height: 120px;
    line-height: 120px;
    text-align: center;
    border-radius: 100%;
    color: var(--white-color);
    display: none;
    cursor: none
}

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

.reveal {
    position: relative;
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
    visibility: hidden;
    overflow: hidden
}

.reveal img {
    height: 100%;
    width: 100%;
    object-fit: cover;
    -webkit-transform-origin: left;
    -ms-transform-origin: left;
    transform-origin: left;
    -webkit-animation-delay: 3s;
    animation-delay: 3s
}

.cursor-follower {
    position: fixed;
    background: var(--theme-color);
    -webkit-backdrop-filter: blur(6px);
    backdrop-filter: blur(6px);
    border: 1px solid var(--theme-color);
    width: 15px;
    height: 15px;
    border-radius: 100%;
    z-index: 999999;
    -webkit-transition: 0.2s cubic-bezier(0.75, -0.27, 0.3, 1.33) opacity,0.2s cubic-bezier(0.75, -0.27, 0.3, 1.33) background,0.6s cubic-bezier(0.75, -1.27, 0.3, 2.33) -webkit-transform;
    transition: 0.2s cubic-bezier(0.75, -0.27, 0.3, 1.33) opacity,0.2s cubic-bezier(0.75, -0.27, 0.3, 1.33) background,0.6s cubic-bezier(0.75, -1.27, 0.3, 2.33) -webkit-transform;
    transition: 0.6s cubic-bezier(0.75, -1.27, 0.3, 2.33) transform,0.2s cubic-bezier(0.75, -0.27, 0.3, 1.33) opacity,0.2s cubic-bezier(0.75, -0.27, 0.3, 1.33) background;
    transition: 0.6s cubic-bezier(0.75, -1.27, 0.3, 2.33) transform,0.2s cubic-bezier(0.75, -0.27, 0.3, 1.33) opacity,0.2s cubic-bezier(0.75, -0.27, 0.3, 1.33) background,0.6s cubic-bezier(0.75, -1.27, 0.3, 2.33) -webkit-transform;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    pointer-events: none;
    -webkit-transform: translate(2px, 2px);
    -ms-transform: translate(2px, 2px);
    transform: translate(2px, 2px)
}

.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(17,61,72,0.7);
    -webkit-backdrop-filter: blur(6px);
    backdrop-filter: blur(6px);
    width: 120px;
    height: 120px;
    line-height: 120px;
    text-align: center;
    border-radius: 100%;
    color: var(--white-color);
    display: none;
    cursor: none
}

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

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

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

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

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

.fw-extralight {
    font-weight: 100
}

.fw-light {
    font-weight: 300
}

.fw-normal {
    font-weight: 400
}

.fw-medium {
    font-weight: 500
}

.fw-semibold {
    font-weight: 600
}

.fw-bold {
    font-weight: 700
}

.fw-extrabold {
    font-weight: 800
}

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

.fs-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-smoke3 {
    background-color: var(--smoke-color3) !important
}

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

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

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

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

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

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

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

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

.gr-bg3 {
    background-image: -webkit-linear-gradient(339.41deg, rgba(236,207,254,0.4) 0%, rgba(255,221,221,0.5) 46.79%, rgba(247,255,229,0.7) 100%);
    background-image: linear-gradient(110.59deg, rgba(236,207,254,0.4) 0%, rgba(255,221,221,0.5) 46.79%, rgba(247,255,229,0.7) 100%);
    -webkit-backdrop-filter: blur(10px);
    backdrop-filter: blur(10px)
}

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

.gr-bg5 {
    background: -webkit-linear-gradient(top, rgba(237,240,244,0) 0%, rgba(237,240,244,0.85) 100%);
    background: linear-gradient(180deg, rgba(237,240,244,0) 0%, rgba(237,240,244,0.85) 100%)
}

.gr-bg6 {
    background: -webkit-linear-gradient(top, #02CE80 0%, #7BD706 100%);
    background: linear-gradient(180deg, #02CE80 0%, #7BD706 100%)
}

.gr-bg7 {
    background: -webkit-linear-gradient(top, #3E66F3 0%, #0031DD 100%);
    background: linear-gradient(180deg, #3E66F3 0%, #0031DD 100%);
    border-radius: 100px
}

.gray-body {
    background-color: #F8FAFF
}

.smoke-body {
    background-color: #F3F2EA
}

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

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

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

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

.bg-bottom-center {
    background-size: auto;
    background-position: bottom 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
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.animated.hinge {
    -webkit-animation-duration: 2s;
    animation-duration: 2s
}

.ripple-animation,.play-btn:after,.play-btn:before,.hero-2 .tab-btn:after,.hero-4 .tab-btn:after,.feature-item .shape-mockup .dot:after {
    -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.9
    }

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

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

    30% {
        opacity: 0.9
    }

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

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

    50% {
        opacity: 0.3
    }

    80% {
        opacity: 0.2
    }

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

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

    50% {
        opacity: 0.3
    }

    80% {
        opacity: 0.2
    }

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

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

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

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

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

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

.clippy-img {
    -webkit-clip-path: polygon(25% 0, 75% 0, 75% 100%, 25% 100%);
    clip-path: polygon(25% 0, 75% 0, 75% 100%, 25% 100%);
    opacity: 0;
    -webkit-transform: rotate(-7deg) scale(1.3);
    -ms-transform: rotate(-7deg) scale(1.3);
    transform: rotate(-7deg) scale(1.3);
    -webkit-transition: all 1s ease;
    transition: all 1s ease;
    -webkit-transition-delay: 0.2s;
    transition-delay: 0.2s
}

.clippy-img.animated {
    -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%);
    clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%);
    opacity: 1;
    -webkit-transform: rotate(0) scale(1);
    -ms-transform: rotate(0) scale(1);
    transform: rotate(0) scale(1)
}

.splitting.animated .char {
    -webkit-animation: fadeInUp 0.4s cubic-bezier(0.3, 0, 0.7, 1) both;
    animation: fadeInUp 0.4s cubic-bezier(0.3, 0, 0.7, 1) both;
    -webkit-animation-delay: calc(30ms * var(--char-index));
    animation-delay: calc(30ms * var(--char-index))
}

.splitting .whitespace {
    width: 10px
}

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

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

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

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

.splitting.txt.animated .char {
    -webkit-animation: fadeIn 0.3s cubic-bezier(0.3, 0, 0.7, 1) both;
    animation: fadeIn 0.3s cubic-bezier(0.3, 0, 0.7, 1) both;
    -webkit-animation-delay: calc(10ms * var(--char-index));
    animation-delay: calc(10ms * var(--char-index))
}

.splitting.txt .whitespace {
    width: 5px
}

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

    100% {
        opacity: 1
    }
}

@keyframes fadeIn {
    0% {
        opacity: 0
    }

    100% {
        opacity: 1
    }
}

.imago {
    -webkit-clip-path: polygon(0 0, 100% 0, 100% 0, 0 0);
    clip-path: polygon(0 0, 100% 0, 100% 0, 0 0);
    -webkit-transition: all .8s;
    transition: all .8s;
    -webkit-transition-delay: .3s;
    transition-delay: .3s
}

.imago.animated {
    -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
    clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%)
}

.it-img-anim {
    position: relative
}

.it-img-anim canvas {
    top: 0;
    left: 0;
    width: auto;
    height: auto;
    position: absolute
}

@-webkit-keyframes img-anim-right {
    0% {
        -webkit-transform: translateX(5%);
        transform: translateX(5%);
        -webkit-clip-path: inset(0 0 0 100%);
        clip-path: inset(0 0 0 100%);
        opacity: 0
    }

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

@keyframes img-anim-right {
    0% {
        -webkit-transform: translateX(5%);
        transform: translateX(5%);
        -webkit-clip-path: inset(0 0 0 100%);
        clip-path: inset(0 0 0 100%);
        opacity: 0
    }

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

@-webkit-keyframes img-anim-left {
    0% {
        -webkit-transform: translateX(-15%);
        transform: translateX(-15%);
        -webkit-clip-path: inset(0 100% 0 0);
        clip-path: inset(0 100% 0 0);
        opacity: 0
    }

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

@keyframes img-anim-left {
    0% {
        -webkit-transform: translateX(-15%);
        transform: translateX(-15%);
        -webkit-clip-path: inset(0 100% 0 0);
        clip-path: inset(0 100% 0 0);
        opacity: 0
    }

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

@-webkit-keyframes img-anim-top {
    0% {
        -webkit-transform: translateY(-5%);
        transform: translateY(-5%);
        -webkit-clip-path: inset(0 0 100% 0);
        clip-path: inset(0 0 100% 0);
        opacity: 0
    }

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

@keyframes img-anim-top {
    0% {
        -webkit-transform: translateY(-5%);
        transform: translateY(-5%);
        -webkit-clip-path: inset(0 0 100% 0);
        clip-path: inset(0 0 100% 0);
        opacity: 0
    }

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

.img-anim-right {
    -webkit-animation: img-anim-right 1.3s forwards cubic-bezier(0.645, 0.045, 0.355, 1) 0.4s;
    animation: img-anim-right 1.3s forwards cubic-bezier(0.645, 0.045, 0.355, 1) 0.4s;
    opacity: 0
}

.img-anim-top {
    -webkit-animation: img-anim-top 1.3s forwards cubic-bezier(0.645, 0.045, 0.355, 1);
    animation: img-anim-top 1.3s forwards cubic-bezier(0.645, 0.045, 0.355, 1);
    opacity: 0
}

.img-anim-left {
    -webkit-animation: img-anim-left 1.3s forwards cubic-bezier(0.645, 0.045, 0.355, 1) 0.4s;
    animation: img-anim-left 1.3s forwards cubic-bezier(0.645, 0.045, 0.355, 1) 0.4s;
    opacity: 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 15s linear infinite;
    animation: spin 15s linear infinite
}

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

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

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

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

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

    80% {
        width: 100%
    }

    100% {
        width: 100%
    }
}

@keyframes titleFill {
    0% {
        width: 0
    }

    80% {
        width: 100%
    }

    100% {
        width: 100%
    }
}

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

    30% {
        opacity: 1
    }

    60% {
        opacity: 1
    }

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

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

    30% {
        opacity: 1
    }

    60% {
        opacity: 1
    }

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

.swing {
    -webkit-animation: swing 10s infinite ease-in-out;
    animation: swing 10s infinite ease-in-out
}

@-webkit-keyframes swing {
    0%,100% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg)
    }

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

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

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

@keyframes swing {
    0%,100% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg)
    }

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

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

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

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

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

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

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

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

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

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

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

    100% {
        opacity: 0
    }
}

@keyframes roundFill {
    0% {
        width: 0
    }

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

    100% {
        opacity: 0
    }
}

.dance {
    -webkit-animation: dance 2s alternate infinite;
    animation: dance 2s alternate infinite
}

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

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

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

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

.dance2 {
    -webkit-animation: dance2 4s alternate infinite;
    animation: dance2 4s alternate infinite
}

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

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

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

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

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

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

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

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

    51% {
        opacity: 1
    }
}

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

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

    51% {
        opacity: 1
    }
}

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

    50% {
        scale: 1
    }

    100% {
        scale: 0.2
    }
}

@keyframes zoom1 {
    0% {
        scale: 0.2
    }

    50% {
        scale: 1
    }

    100% {
        scale: 0.2
    }
}

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

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

    100% {
        top: 0
    }
}

@keyframes topBottomLine {
    0% {
        top: 0
    }

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

    100% {
        top: 0
    }
}

.ShapeAni {
    -webkit-animation: ShapeAni 80s linear infinite;
    animation: ShapeAni 80s linear infinite;
    height: 45px;
    width: 100%;
    background-repeat: repeat;
    overflow: hidden;
    z-index: 9
}

@-webkit-keyframes ShapeAni {
    0% {
        background-position: top left
    }

    100% {
        background-position: top left 2000px
    }
}

@keyframes ShapeAni {
    0% {
        background-position: top left
    }

    100% {
        background-position: top left 2000px
    }
}

.clippy-img img {
    -webkit-clip-path: polygon(25% 0, 75% 0, 75% 100%, 25% 100%);
    clip-path: polygon(25% 0, 75% 0, 75% 100%, 25% 100%);
    opacity: 0;
    -webkit-transform: rotate(-7deg) scale(1.3);
    -ms-transform: rotate(-7deg) scale(1.3);
    transform: rotate(-7deg) scale(1.3);
    -webkit-transition: all 1s ease;
    transition: all 1s ease;
    -webkit-transition-delay: 0.2s;
    transition-delay: 0.2s
}

.clippy-img.animated img {
    -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%);
    clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%);
    opacity: 1;
    -webkit-transform: rotate(0) scale(1);
    -ms-transform: rotate(0) scale(1);
    transform: rotate(0) 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
    }
}

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

    50% {
        left: 0
    }

    100% {
        left: 40px
    }
}

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

    50% {
        left: 0
    }

    100% {
        left: 40px
    }
}

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

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

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

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

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

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

.fadein,.scalein,.slidetopleft,.slidebottomright,.slideinrighthero,.slideinleft,.slideinright,.slideindown,.slideinup,.rollinleft,.rollinright {
    opacity: 0;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
    -webkit-animation-iteration-count: 1;
    animation-iteration-count: 1;
    -webkit-animation-duration: 1.3s;
    animation-duration: 1.3s;
    -webkit-animation-delay: 0.3s;
    animation-delay: 0.3s;
    -webkit-animation-name: var(--animation-name);
    animation-name: var(--animation-name)
}

.th-ani {
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

    100% {
        opacity: 1
    }
}

@keyframes fadein {
    0% {
        opacity: 0
    }

    100% {
        opacity: 1
    }
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

    50% {
        opacity: 1
    }
}

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

    50% {
        opacity: 1
    }
}

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

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

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

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

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

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

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

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

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

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

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

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

.dance {
    -webkit-animation: dance 2s alternate infinite;
    animation: dance 2s alternate infinite
}

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

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

.dance2 {
    -webkit-animation: dance2 4s alternate infinite;
    animation: dance2 4s alternate infinite
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.widget_nav_menu>ul,.widget_nav_menu .menu,.widget_meta>ul,.widget_meta .menu,.widget_pages>ul,.widget_pages .menu,.widget_archive>ul,.widget_archive .menu,.widget_categories>ul,.widget_categories .menu {
    margin: 0 0 -10px 0
}

.widget_nav_menu a,.widget_meta a,.widget_pages a,.widget_archive a,.widget_categories a {
    padding: 27px 40px;
    border-bottom: 1px solid rgba(153,153,153,0.15);
    display: block;
    font-size: 18px;
    font-weight: 400;
    line-height: 1.313;
    color: var(--title-color)
}

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

.widget_nav_menu li,.widget_meta li,.widget_pages li,.widget_archive li,.widget_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 {
    color: var(--title-color);
    background-color: #fff;
    font-weight: 600;
    text-align: center;
    position: absolute;
    right: 24px;
    top: 15px;
    -webkit-transition: all ease 0.4s;
    transition: all ease 0.4s;
    pointer-events: none;
    min-width: 20px;
    text-align: right
}

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

.widget_nav_menu a:hover:before,.widget_meta a:hover:before,.widget_pages a:hover:before,.widget_archive a:hover:before,.widget_categories a:hover:before {
    color: var(--white-color)
}

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

.widget_nav_menu .children,.widget_meta .children,.widget_pages .children,.widget_archive .children,.widget_categories .children {
    margin-left: 10px
}

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

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;
    padding: 0
}

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

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

.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 {
    padding: 0;
    background-color: var(--smoke-color2);
    margin-bottom: 32px;
    position: relative
}

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

.widget .th-social a {
    background-color: #4D5765;
    color: var(--white-color)
}

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

.widget.widget-author {
    padding: var(--widget-padding-y, 30px) var(--widget-padding-x, 30px);
    background-color: var(--smoke-color2);
    border-radius: 30px;
    margin-right: 16px
}

@media (max-width: 1399px) {
    .widget.widget-author {
        margin:0
    }
}

@media (max-width: 767px) {
    .widget.widget-author {
        padding:25px
    }
}

.widget.widget-author .author-widget-wrap {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 30px
}

@media (max-width: 767px) {
    .widget.widget-author .author-widget-wrap {
        display:block;
        text-align: center
    }
}

.widget.widget-author .author-widget-wrap .avater {
    min-width: 189px;
    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;
    border-radius: 15px
}

@media (max-width: 767px) {
    .widget.widget-author .author-widget-wrap .avater {
        margin-bottom:25px
    }
}

.widget.widget-author .author-widget-wrap .avater img {
    border-radius: 15px
}

.widget.widget-author .author-widget-wrap .box-title {
    margin-bottom: 3px
}

.widget.widget-author .author-widget-wrap .desig {
    color: var(--body-color);
    display: block;
    margin-bottom: 5px
}

.widget.widget-author .author-widget-wrap .author-bio {
    margin-bottom: -0.3rem
}

.widget.widget_categories.style2 a {
    border: none
}

.widget.widget_categories.style2 a:before {
    color: var(--body-color)
}

.widget.widget_categories.style2 a:hover {
    background-color: var(--title-color);
    color: var(--theme-color)
}

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

.widget.widget_quote .widget-form {
    padding: 40px 40px 24px 40px
}

@media (max-width: 375px) {
    .widget.widget_quote .widget-form {
        padding:30px 30px 24px 30px
    }
}

.widget.widget_quote .form-group {
    margin-bottom: 16px
}

.widget.widget_quote select,.widget.widget_quote .form-control,.widget.widget_quote .form-select,.widget.widget_quote textarea,.widget.widget_quote input {
    height: 56px;
    background-color: transparent;
    font-size: 16px;
    border: 1px solid var(--smoke-color);
    font-family: var(--body-font);
    -webkit-transition: 0.4s ease-in-out;
    transition: 0.4s ease-in-out
}

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

.widget.widget_quote textarea.form-control,.widget.widget_quote textarea {
    min-height: 59px
}

.widget.widget_quote .th-btn {
    padding: 15px 24px
}

.widget.widget_quote .form-btn {
    padding: 0 40px 40px
}

.widget .service-info ul li {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 24px 40px;
    font-weight: 400;
    font-size: 18px;
    color: var(--title-color)
}

@media (max-width: 1299px) {
    .widget .service-info ul li {
        padding:24px 20px
    }
}

.widget .service-info ul li:not(:last-child) {
    border-bottom: 1px solid rgba(153,153,153,0.15)
}

.widget .service-info ul li span {
    position: relative;
    top: unset;
    right: unset;
    font-weight: 400;
    font-size: 16px;
    background-color: transparent
}

.widget .service-info ul li span i {
    color: var(--theme-color);
    font-size: 12px
}

.widget .service-info .service-btn {
    padding: 10px 40px 40px
}

@media (max-width: 1299px) {
    .widget .service-info .service-btn {
        padding:10px 24px 24px
    }
}

.widget .service-info .service-btn .th-btn {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding: 15px 30px
}

.widget .service-info .service-btn .th-btn:before {
    width: 490px
}

.widget .service-info .service-btn .th-btn:hover {
    border-color: var(--title-color)
}

.sidebar-area {
    margin-left: 15px
}

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

.widget_title {
    position: relative;
    font-size: 24px;
    font-weight: 700;
    font-family: var(--title-font);
    background: rgba(108,109,113,0.15);
    border-bottom: 1px solid var(--title-color);
    padding: 20px;
    line-height: 1em;
    margin: -0.12em 0 0px 0
}

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

.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;
    height: 62px;
    border-radius: 100px;
    padding-right: 56px;
    background-color: var(--smoke-color2);
    border: none;
    border-radius: 0px
}

.widget .search-form button {
    border: none;
    font-size: 20px;
    color: var(--title-color);
    border-radius: 4px;
    display: inline-block;
    background-color: transparent;
    padding: 0;
    text-align: center;
    position: absolute;
    top: 18px;
    right: 21px
}

.download-media {
    background-color: var(--white-color);
    box-shadow: 0px 2px 4px rgba(2,29,53,0.1);
    border-radius: 10px;
    padding: 8px 8px 8px 43px;
    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
}

@media (max-width: 1199px) {
    .download-media {
        padding:8px 8px 8px 23px
    }
}

.download-media:not(:last-child) {
    margin-bottom: 14px
}

.download-media_title {
    font-weight: 500;
    font-size: 16px;
    line-height: 26px;
    letter-spacing: 0.02em;
    margin-bottom: 0
}

.download-media_btn {
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    background: var(--theme-color);
    border-radius: 6px;
    color: var(--white-color);
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out
}

.download-media_btn:hover {
    background: var(--title-color);
    color: var(--white-color)
}

.wp-block-search__label.style2,.widget_title.style2 {
    position: relative;
    font-size: 24px;
    font-weight: 700;
    font-family: var(--title-font);
    line-height: 1em;
    padding-bottom: 17px;
    margin: -0.12em 0 30px 0
}

.wp-block-search__label.style2:after,.wp-block-search__label.style2:before,.widget_title.style2:after,.widget_title.style2:before {
    content: '';
    height: 3px;
    width: 100%;
    background-color: #E0E0E0;
    position: absolute;
    bottom: 0;
    left: 0
}

.wp-block-search__label.style2:after,.widget_title.style2:after {
    background-color: var(--theme-color);
    width: 50px
}

.widget_call {
    background-color: var(--title-color);
    position: relative;
    z-index: 2
}

.widget-call .box-title {
    margin-bottom: 5px
}

.widget-call .info-box {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex
}

.widget-call .info-box_link {
    font-size: 18px;
    color: var(--white-color)
}

.widget-call .info-box_link:hover {
    color: var(--white-color)
}

.widget-call .info-box_icon {
    width: 50px;
    height: 50px;
    min-width: 50px;
    line-height: 50px;
    font-size: 16px;
    background-color: transparent;
    border: 1px solid var(--theme-color);
    color: var(--theme-color);
    border-radius: 50%;
    text-align: center;
    margin-right: 14px;
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out
}

.widget-call .info-box_icon:hover {
    background-color: var(--white-color);
    color: var(--title-color)
}

.widget-call .info-box_subtitle {
    font-size: 14px;
    color: var(--white-color);
    text-transform: capitalize;
    margin-bottom: 5px
}

.widget-call .info-box_text {
    font-size: 18px;
    font-weight: 500;
    color: var(--white-color)
}

.widget-call .info-box_text:last-child {
    margin-bottom: 0
}

.widget-call .info-box:not(:last-child) {
    margin-bottom: 20px
}

.widget-call .info-box:nth-child(2) .info-box_icon {
    border-color: #6D2CF8;
    color: #6D2CF8
}

.widget-call .info-box:nth-child(3) .info-box_icon {
    border-color: #C9F31D;
    color: #C9F31D
}

.widget_cta {
    position: relative;
    border-radius: 20px;
    text-align: center;
    --space: 40px;
    height: 452px;
    margin-bottom: 0
}

@media (max-width: 1299px) {
    .widget_cta {
        --space: 30px
    }
}

.widget_cta:before {
    content: "";
    position: absolute;
    inset: 0;
    border-radius: 20px;
    opacity: 0.9;
    background: -webkit-linear-gradient(top, rgba(62,102,243,0) -18.65%, #0031DD 99.96%);
    background: linear-gradient(180deg, rgba(62,102,243,0) -18.65%, #0031DD 99.96%)
}

.widget_cta .cta-banner {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    padding: var(--space)
}

.widget_cta .banner-title {
    font-weight: 700;
    font-size: 30px;
    line-height: 40px;
    color: var(--white-color);
    margin-bottom: 20px
}

@media (max-width: 1299px) {
    .widget_cta .banner-title {
        font-size:20px;
        line-height: 30px
    }
}

.widget_cta .th-btn {
    border-radius: 30px
}

.widget_offer {
    position: relative;
    background-color: var(--title-color);
    padding: 32px;
    min-height: 500px;
    margin-bottom: 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    z-index: 2
}

@media (max-width: 1199px) {
    .widget_offer {
        margin-right:0
    }
}

.widget_offer.style2 {
    min-height: 470px
}

.widget_offer:before {
    content: "";
    position: absolute;
    inset: 0;
    background: -webkit-linear-gradient(top, rgba(3,6,14,0) -9.7%, rgba(3,6,14,0.5) 87.88%);
    background: linear-gradient(180deg, rgba(3,6,14,0) -9.7%, rgba(3,6,14,0.5) 87.88%);
    border-radius: inherit;
    z-index: -1
}

@media (max-width: 1199px) {
    .widget_offer {
        padding:30px
    }
}

.widget_offer .offer-banner .banner-title {
    color: var(--white-color);
    margin-bottom: 30px
}

.widget_offer .offer-banner .th-btn {
    padding: 17px 36px
}

@media (max-width: 1199px) {
    .widget_offer .offer-banner .th-btn {
        padding:17px 30px
    }
}

.widget_info .info-list {
    max-width: 240px;
    margin-bottom: 30px
}

.widget_info .info-list ul {
    padding: 0
}

.widget_info .info-list ul li {
    list-style: none;
    margin-bottom: 10px
}

.widget_info .info-list ul strong {
    color: var(--title-color)
}

.wp-block-tag-cloud a,.tagcloud a {
    display: inline-block;
    font-size: 14px;
    font-weight: 500;
    font-family: var(--body-font);
    text-transform: capitalize;
    line-height: 1;
    padding: 10.5px 19px;
    margin-right: 5px;
    margin-bottom: 10px;
    color: var(--body-color);
    background-color: #F2F3FC;
    border-radius: 4px
}

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

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

.sidebar-gallery {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 10px;
    max-width: 354px
}

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

.sidebar-gallery .gallery-thumb:before {
    content: '';
    height: auto;
    width: 0;
    background-color: var(--title-color);
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    border-radius: 50%;
    -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 {
    opacity: 0.8;
    padding-top: 135%;
    width: 135%;
    border-radius: 35%
}

.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 .gallery-thumb.style2 img {
    border-radius: 12px
}

.recent-post {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex
}

@media (max-width: 375px) {
    .recent-post {
        -webkit-box-orient:vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column
    }
}

.recent-post-wrap {
    padding: 20px;
}

@media (max-width: 1199px) {
    .recent-post-wrap {
        padding:30px
    }
}

.recent-post:not(:last-child) {
    border-bottom: 1px solid var(--smoke-color);
    margin-bottom: 10px;
    padding-bottom: 15px;
}

.recent-post .media-img {
    margin-right: 16px;
    width: 80px;
    height: 80px;
    overflow: hidden
}

@media (max-width: 375px) {
    .recent-post .media-img {
        margin-bottom:20px
    }
}

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

.recent-post .post-title {
    font-weight: 700;
    font-size: 18px;
    line-height: 28px;
    margin-right: 10px;
    margin-bottom: 0;
    text-transform: capitalize
}

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

.recent-post .recent-post-meta a {
    text-transform: capitalize;
    font-weight: 400;
    font-size: 14px;
    color: var(--title-color)
}

.recent-post .recent-post-meta a:not(:last-child) {
    margin-right: 16px
}

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

.sidebar-area.style2 {
    margin-left: 15px
}

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

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

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

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

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

.sidebar-area .wp-block-group__inner-container h2 {
    font-size: 20px;
    line-height: 1em;
    margin-bottom: 20px;
    margin-top: -0.07em
}

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

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

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

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

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

.widget_banner .shape1 {
    position: absolute;
    bottom: 0;
    right: 0
}

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

.widget_banner:has(.widget-map) {
    padding: 0;
    line-height: 0px
}

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

.widget-banner {
    height: 360px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-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;
    text-align: center
}

@media (max-width: 360px) {
    .widget-banner {
        height:280px
    }
}

.widget-banner .text {
    display: block;
    margin-top: -0.4em;
    margin-bottom: 15px;
    color: var(--white-color);
    text-transform: uppercase;
    font-weight: 500
}

.widget-banner .title {
    color: var(--white-color);
    margin-bottom: 35px
}

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

.project-info-list .contact-feature {
    padding: 17px
}

.project-info-list .contact-feature:not(:last-of-type) {
    margin-bottom: 10px
}

.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: 5px;
    -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: 30px;
    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
}

.sidebar-area .widget_shopping_cart .th-btn {
    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_title {
        font-size:22px;
        margin: -0.12em 0 0px 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
    }

    .wp-block-tag-cloud a,.tagcloud a {
        padding: 10.5px 18px
    }
}

@media (max-width: 330px) {
    .recent-post .recent-post-meta a {
        font-size:12px
    }
}

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

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

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

.footer-widget .widget_title {
    max-width: 270px;
    color: var(--white-color);
    background-color: transparent;
    padding: 0;
    border: none;
    margin: -0.11em 0 32px 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 28px;
    margin-bottom: 21px;
    font-family: var(--body-font);
    display: block;
    max-width: 100%;
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    color: rgba(216,219,220,0.7);
    background-color: transparent;
    border: none;
    position: relative;
    -webkit-transition: all 0.9s ease-in-out;
    transition: all 0.9s ease-in-out
}

.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: url("data:image/svg+xml,%3Csvg width='19' height='14' viewBox='0 0 19 14' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg clip-path='url(%23clip0_761_3341)'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M10.5324 0.257324C10.4321 1.40877 10.7413 3.11491 11.9353 4.64451C12.4093 5.25172 13.0144 5.82072 13.7725 6.31292L0.247991 6.2824L0.242188 7.84022L14.1534 7.87417C13.1802 8.37054 12.418 8.99235 11.834 9.6759C10.5796 11.1438 10.202 12.8325 10.2558 13.9879L11.8151 13.9235C11.7781 13.1289 12.0461 11.8346 13.0238 10.6903C13.9845 9.566 15.6884 8.52058 18.6437 8.30064L18.5884 7.60743L18.5901 7.12961L18.6828 6.36171C15.7393 5.99299 14.0793 4.86273 13.1648 3.69107C12.2341 2.49875 12.0185 1.19222 12.0875 0.400235L10.5324 0.257324Z' fill='%23D8DBDC'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_761_3341'%3E%3Crect width='19' height='14' fill='white'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E%0A");
    position: absolute;
    font-weight: 900;
    font-family: var(--icon-font);
    left: 0;
    top: 4px;
    width: 16px;
    color: rgba(183,189,222,0.3);
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
    font-size: 16px;
    background-color: transparent;
    border: none;
    -webkit-transition: all 0.9s ease-in-out;
    transition: all 0.9s ease-in-out
}

.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 {
    content: url("data:image/svg+xml,%3Csvg width='19' height='14' viewBox='0 0 19 14' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg clip-path='url(%23clip0_761_3341)'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M10.5324 0.257324C10.4321 1.40877 10.7413 3.11491 11.9353 4.64451C12.4093 5.25172 13.0144 5.82072 13.7725 6.31292L0.247991 6.2824L0.242188 7.84022L14.1534 7.87417C13.1802 8.37054 12.418 8.99235 11.834 9.6759C10.5796 11.1438 10.202 12.8325 10.2558 13.9879L11.8151 13.9235C11.7781 13.1289 12.0461 11.8346 13.0238 10.6903C13.9845 9.566 15.6884 8.52058 18.6437 8.30064L18.5884 7.60743L18.5901 7.12961L18.6828 6.36171C15.7393 5.99299 14.0793 4.86273 13.1648 3.69107C12.2341 2.49875 12.0185 1.19222 12.0875 0.400235L10.5324 0.257324Z' fill='%23FF833B'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_761_3341'%3E%3Crect width='19' height='14' fill='white'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E%0A");
    color: var(--theme-color);
    -webkit-transition: all 0.9s ease-in-out;
    transition: all 0.9s ease-in-out
}

.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.widget_meta.style2 a:before,.footer-widget.widget_pages.style2 a:before,.footer-widget.widget_archive.style2 a:before,.footer-widget.widget_categories.style2 a:before,.footer-widget.widget_nav_menu.style2 a:before {
    content: url("data:image/svg+xml,%3Csvg width='17' height='16' viewBox='0 0 17 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg opacity='0.3'%3E%3Cpath d='M16.25 6.47399V9.52606C16.25 9.75581 16.0638 9.94225 15.8338 9.94225H10.1923V15.5838C10.1923 15.8139 10.0058 16 9.77606 16H6.72399C6.49437 16 6.30779 15.8138 6.30779 15.5838V9.94225H0.666193C0.436253 9.94225 0.25 9.75581 0.25 9.52606V6.47399C0.25 6.24419 0.436253 6.05779 0.666193 6.05779H6.30779V0.416193C6.30779 0.186162 6.49432 0 6.72399 0H9.77606C10.0058 0 10.1923 0.186162 10.1923 0.416193V6.05779H15.8338C16.0639 6.05779 16.25 6.24419 16.25 6.47399Z' fill='%235C5F71'/%3E%3C/g%3E%3C/svg%3E%0A")
}

.footer-widget.widget_meta.style2 a:hover:before,.footer-widget.widget_pages.style2 a:hover:before,.footer-widget.widget_archive.style2 a:hover:before,.footer-widget.widget_categories.style2 a:hover:before,.footer-widget.widget_nav_menu.style2 a:hover: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='M16 6.47399V9.52606C16 9.75581 15.8138 9.94225 15.5838 9.94225H9.94225V15.5838C9.94225 15.8139 9.75581 16 9.52606 16H6.47399C6.24437 16 6.05779 15.8138 6.05779 15.5838V9.94225H0.416193C0.186253 9.94225 0 9.75581 0 9.52606V6.47399C0 6.24419 0.186253 6.05779 0.416193 6.05779H6.05779V0.416193C6.05779 0.186162 6.24432 0 6.47399 0H9.52606C9.75581 0 9.94225 0.186162 9.94225 0.416193V6.05779H15.5838C15.8139 6.05779 16 6.24419 16 6.47399Z' fill='%23F96363'/%3E%3C/svg%3E%0A");
    color: var(--theme-color)
}

.footer-widget .recent-post {
    max-width: 303px;
    margin-top: -0.3em;
    margin-bottom: 28px
}

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

.footer-widget .recent-post .media-img {
    margin-right: 20px;
    width: 95px;
    height: 80px;
    overflow: hidden
}

.footer-widget .recent-post .recent-post-meta a {
    font-size: 14px;
    font-weight: 400;
    color: var(--body-color);
    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 .recent-post .post-title {
    color: var(--white-color);
    font-size: 18px;
    font-weight: 500
}

.newsletter-title {
    font-family: var(--title-font2);
    font-weight: 400;
    font-size: 57px;
    line-height: 72px;
    letter-spacing: 0.02em;
    color: var(--white-color)
}

@media (max-width: 991px) {
    .newsletter-title {
        font-size:47px;
        line-height: 62px
    }
}

@media (max-width: 575px) {
    .newsletter-title {
        font-size:37px;
        line-height: 52px
    }
}

.newsletter-text {
    font-weight: 400;
    font-size: 16px;
    line-height: 26px;
    color: var(--gray-color);
    max-width: 565px;
    margin-bottom: 40px
}

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

.th-widget-about .about-text {
    font-size: 18px;
    color: rgba(183,189,222,0.7);
    margin-bottom: 30px;
    margin-top: -0.5em
}

.th-widget-about .footer-info {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 8px;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    color: rgba(216,219,220,0.7);
    max-width: 322px;
    font-size: 16px;
    margin-top: 0
}

.th-widget-about .footer-info i {
    min-width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    border: 1px solid rgba(237,237,237,0.3);
    border-radius: 50%;
    color: var(--white-color);
    font-size: 16px;
    background-color: transparent;
    cursor: pointer;
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out
}

.th-widget-about .footer-info i:hover {
    background-color: var(--white-color);
    color: var(--title-color)
}

.th-widget-about .footer-info:not(:last-child) {
    margin: 0 0 16px 0
}

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

.social-box {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center
}

.social-box .social-title {
    font-size: 20px;
    color: var(--white-color);
    font-weight: 600;
    margin-right: 20px;
    margin-bottom: 0
}

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

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

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

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

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

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

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

.header-absolute {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%
}

.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);
    box-shadow: 0 0 10px 0 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-family: var(--body-font);
    /* font-weight: 600; */
    font-size: 15px;
    line-height: 28px;
    letter-spacing: 0.02em;
    color: var(--title-color);
    text-transform: uppercase
}

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

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

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

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

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

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

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

.main-menu ul li:last-child {
    margin-right: 0 !important
}

.main-menu ul li:first-child {
    margin-left: 0 !important
}

.main-menu ul li:hover>ul.sub-menu {
    visibility: visible;
    opacity: 1;
    -webkit-transform: scaleY(1);
    -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: 1599px) {
    .main-menu ul li:hover ul.mega-menu {
        -webkit-transform:scaleY(1) translateX(14%);
        -ms-transform: scaleY(1) translateX(14%);
        transform: scaleY(1) translateX(14%)
    }
}

.main-menu ul.sub-menu,.main-menu ul.mega-menu {
    position: absolute;
    text-align: left;
    top: 100%;
    left: 0;
    background-color: var(--white-color);
    visibility: hidden;
    min-width: 63px;
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    padding: 7px;
    left: -14px;
    opacity: 0;
    z-index: -1;
    border-top: 3px solid var(--theme-color);
    box-shadow: 0px 4px 15px rgba(1,15,28,0.06);
    border-radius: 0;
    -webkit-transform: scaleY(0);
    -ms-transform: scaleY(0);
    transform: scaleY(0);
    -webkit-transform-origin: top center;
    -ms-transform-origin: top center;
    transform-origin: top center;
    -webkit-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s
}

.main-menu ul.sub-menu a,.main-menu ul.mega-menu a {
    font-size: 16px;
    line-height: 30px
}

.main-menu ul.sub-menu {
    padding: 18px 20px 18px 18px;
    left: -82px;
}

.main-menu ul.sub-menu li {
    display: block;
    margin: 0 0;
    padding: 0px 9px
}

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

.main-menu ul.sub-menu li.menu-item-has-children: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: "\e3b2";
    position: absolute;
    top: 6px;
    left: 10px;
    font-family: var(--icon-font);
    width: 13px;
    height: 16px;
    text-align: center;
    display: inline-block;
    font-size: 16px;
    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;
    color: var(--theme-color)
}

.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%;
    padding: 0 15px
}

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

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

@media (max-width: 1500px) {
    .header-info:last-child {
        display:none
    }
}

.header-info-wrap {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    gap: 24px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative
}

@media (max-width: 1199px) {
    .header-info-wrap {
        display:none
    }
}

.header-info-wrap .divided {
    width: 1px;
    height: 40px;
    background-color: var(--smoke-color)
}

@media (max-width: 1500px) {
    .header-info-wrap .divided {
        display:none
    }
}

@media (max-width: 1399px) {
    .header-info:last-child {
        display:none
    }
}

.header-info_icon i {
    width: 40px;
    height: 40px;
    line-height: 40px;
    border: 1px solid #DEDFE3;
    border-radius: 100px;
    text-align: center;
    font-size: 16px;
    color: var(--theme-color);
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out
}

.header-info_icon i:hover {
    background-color: var(--theme-color);
    color: var(--white-color)
}

.header-info_label {
    font-style: normal;
    letter-spacing: 0.02em;
    color: var(--body-color);
    font-size: 14px;
    line-height: 14px;
    font-weight: 400;
    margin-bottom: 0
}

.header-info_link {
    font-weight: 500;
    font-size: 14px;
    color: var(--title-color);
    margin-bottom: 0
}

.header-info_link a {
    color: inherit
}

.header-info_link a:hover {
    color: var(--theme-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: 16px
}

.header-button .icon-btn {
    position: relative
}

.header-button .cart-btn {
    position: relative;
    padding: 10px 16px;
    background: #F2F3FC;
    border-radius: 8px;
    font-weight: 500;
    font-size: 16px;
    line-height: 28px;
    letter-spacing: 0.02em;
    color: var(--title-color)
}

.header-button .cart-btn i {
    color: var(--theme-color);
    margin-left: 4px
}

.header-button .search-form {
    position: relative
}

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

.header-button .search-form input {
    width: 315px;
    height: 48px;
    padding: 16px 24px;
    background-color: transparent;
    border: 1px solid rgba(114,114,119,0.2);
    border-radius: 8px
}

@media (max-width: 1799px) {
    .header-button .search-form input {
        width:250px
    }
}

@media (max-width: 1699px) {
    .header-button .search-form input {
        width:170px
    }
}

.header-button .search-form button {
    position: absolute;
    top: 10px;
    right: 15px;
    background-color: transparent;
    border: 0;
    color: var(--title-color)
}

.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;
    font-family: var(--body-font)
}

.header-links li:not(:last-child) {
    margin-right: 18px
}

.header-links li>i {
    color: #FFB30F;
    margin-right: 6px
}

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

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

.header-links i {
    color: var(--title-color)
}

.header-links b,.header-links strong {
    font-weight: 600
}

.social-links .social-title {
    font-weight: 400;
    font-size: 14px;
    display: inline-block;
    margin: 0 10px 0 0;
    font-family: var(--body-font);
    color: var(--body-color)
}

@media (max-width: 1599px) {
    .social-links .social-title {
        display:none
    }
}

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

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

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

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

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

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

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

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

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

@media (max-width: 575px) {
    .header-logo {
        max-width:150px
    }

    .header-logo .icon-masking .mask-icon {
        -webkit-mask-size: cover;
        mask-size: cover
    }
}

@media (max-width: 1199px) {
    .main-menu>ul>li>a {
        padding:37px 0
    }
}

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

.header-top {
    background-color: #010F1C;
    padding: 10.7px 0
}

.header-layout1 {
    border-bottom: 1px solid rgba(108,109,113,0.1)
}

.header-layout1.style2 .th-container2 {
    margin-left: auto
}

.header-layout1.style2 .icon-btn {
    background-color: var(--title-color);
    color: var(--white-color)
}

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

.header-layout1 .sticky-wrapper.sticky .header-button .icon-btn {
    position: relative;
    z-index: 2
}

.header-layout1 .sticky-wrapper.sticky .header-button .icon-btn:before {
    content: "";
    position: absolute;
    left: -41px;
    top: -26px;
    width: 1px;
    height: 106px;
    background-color: #EDEDED
}

@media (max-width: 1299px) {
    .header-layout1 .sticky-wrapper.sticky .header-button .icon-btn:before {
        display:none
    }
}

.header-layout1 .th-container2 {
    margin-left: 128px
}

@media (min-width: 1930px) {
    .header-layout1 .th-container2 {
        margin-left:auto
    }
}

@media (max-width: 1799px) {
    .header-layout1 .th-container2 {
        margin:auto
    }
}

.header-layout1 .header-button {
    gap: 80px
}

.header-layout1 .header-button .th-btn {
    padding: 19px 46px
}

.header-layout1 .header-button .icon-btn i {
    font-weight: 300
}

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

.header-layout1 .sticky-wrapper.sticky .main-menu>ul>li>a {
    padding: 39px 0
}

.header-layout1 .sticky-wrapper.sticky .header-logo.style1 {
    display: block
}

.header-layout1 .sticky-wrapper.sticky .header-wrapp .th-btn {
    display: none
}

@media (max-width: 1199px) {
    .header-layout1 .sticky-wrapper.sticky .th-btn {
        display:none
    }
}

.header-layout1.unittest-header .logo-bg {
    display: none
}

.header-layout1.unittest-header .header-logo {
    margin: 0
}

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

.header-layout2 {
    border-bottom: 1px solid var(--smoke-color)
}

.header-layout2 .sticky-wrapper.sticky .header-button .icon-btn {
    position: relative;
    z-index: 2
}

.header-layout2 .sticky-wrapper.sticky .header-button .icon-btn:before {
    content: "";
    position: absolute;
    left: -57px;
    top: -38px;
    width: 1px;
    height: 134px;
    background-color: #EDEDED
}

@media (max-width: 1299px) {
    .header-layout2 .sticky-wrapper.sticky .header-button .icon-btn:before {
        display:none
    }
}

.header-layout2.style2 .header-button .icon-btn {
    border: 1px solid rgba(108,109,113,0.15);
    border-radius: 0;
    font-size: 26px
}

.header-layout2 .header-button {
    gap: 97px
}

.header-layout2 .header-links li>i {
    color: var(--theme-color)
}

.header-layout2 .main-menu {
    margin-left: 60px
}

.header-layout2 .main-menu>ul>li>a {
    padding: 39.5px 0
}

@media (max-width: 767px) {
    .header-layout2 .sticky-wrapper.sticky .menu-area {
        padding:0px 0
    }
}

.header-layout2 .header-button .icon-btn img {
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out
}

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

.header-layout2 .header-logo {
    position: relative;
    z-index: 2
}

.header-layout3.light .sticky-wrapper.sticky {
    background-color: var(--white-color)
}

.header-layout3.light .menu-area {
    padding: 0px 0
}

.header-layout3.light .main-menu>ul>li>a {
    color: var(--title-color)
}

.header-layout3.light .header-button .icon-btn {
    --btn-size: 48px;
    color: var(--title-color)
}

.header-layout3.light .th-btn {
    padding: 14px 30px
}

.header-layout3.light .mega-menu-box .mega-menu-img .btn-wrap .th-btn {
    color: #fff
}

.header-layout3.style2 .sticky-wrapper.sticky .menu-area:before {
    height: 80px;
    top: -10px
}

.header-layout3.style2 .header-button .icon-btn {
    background-color: var(--white-color);
    color: var(--title-color);
    border-color: var(--white-color)
}

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

.header-layout3.style2 .menu-area {
    position: relative;
    z-index: 2;
    margin: 0;
    padding: 0
}

.header-layout3.style2 .menu-area:before {
    content: "";
    position: absolute;
    inset: 0;
    max-width: 798px;
    height: 95px;
    margin: 0;
    display: block;
    margin: auto;
    background-color: var(--white-color);
    -webkit-mask-image: url("../img/shape/header-shape.png");
    mask-image: url("../img/shape/header-shape.png");
    -webkit-mask-size: 100% 100%;
    mask-size: 100% 100%;
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    z-index: -1
}

@media (max-width: 1399px) {
    .header-layout3.style2 .menu-area:before {
        max-width:740px
    }
}

@media (max-width: 1299px) {
    .header-layout3.style2 .menu-area:before {
        max-width:100%;
        -webkit-mask-image: none;
        mask-image: none;
        background-color: transparent
    }
}

.header-layout3.style2 .main-menu {
    margin-left: 90px
}

@media (max-width: 1299px) {
    .header-layout3.style2 .main-menu {
        margin-left:0
    }
}

.header-layout3.style2 .main-menu>ul>li>a {
    color: var(--title-color)
}

@media (max-width: 1299px) {
    .header-layout3.style2 .main-menu>ul>li>a {
        color:var(--white-color)
    }
}

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

.header-layout3 .menu-area {
    padding: 18px 0
}

.header-layout3 .header-button .th-btn {
    color: var(--white-color)
}

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

.header-layout3 .header-button .icon-btn {
    --btn-size: 48px;
    color: var(--white-color)
}

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

.header-layout4 .sticky-wrapper.sticky .menu-area {
    margin: 0;
    background-color: transparent;
    -webkit-backdrop-filter: none;
    backdrop-filter: none
}

.header-layout4 .menu-area {
    margin-top: 50px;
    padding: 0px 12px 0px 32px;
    background-color: rgba(255,255,255,0.2);
    -webkit-backdrop-filter: blur(5px);
    backdrop-filter: blur(5px);
    border-radius: 50px
}

@media (max-width: 575px) {
    .header-layout4 .menu-area {
        border-radius:10px;
        margin-top: 30px;
        padding: 0 6px 0 10px
    }
}

.header-layout4 .main-menu>ul>li>a {
    padding: 26px 0;
    color: var(--white-color)
}

.header-layout4 .main-menu ul li:has(.sub-menu)>a:after,.header-layout4 .main-menu ul li:has(.mega-menu)>a:after,.header-layout4 .main-menu ul li.menu-item-has-children>a:after {
    content: "\f107"
}

.header-layout4 .header-button .icon-btn {
    --btn-size: 55px;
    background-color: var(--white-color)
}

.header-layout4 .header-button .icon-btn:hover {
    background-color: var(--theme-color)
}

.header-layout4 .header-call {
    background-color: var(--theme-color);
    box-shadow: 0px 10px 44px rgba(33,20,13,0.18);
    border-radius: 100px;
    color: var(--white-color);
    font-weight: 600;
    font-size: 16px;
    color: var(--white-color);
    padding: 0px 28px 0px 0px
}

.header-layout4 .header-call .icon {
    width: 55px;
    height: 55px;
    line-height: 55px;
    text-align: center;
    display: inline-block;
    background-color: var(--white-color);
    border-radius: 100px 0px 0px 100px;
    margin-right: 14px
}

.header-layout4 .th-menu-toggle {
    border-radius: 50%
}

.header-layout6 .main-menu>ul>li>a {
    padding: 50px 0
}

.header-layout7 .sticky-wrapper.sticky {
    background-color: #ffffff;
}

.header-layout7 .th-btn {
    padding: 14px 30px
}

.header-layout7 .icon-btn {
    --btn-size: 48px;
    border-color: var(--white-color);
    color: var(--white-color)
}

.header-layout7 .icon-btn:hover {
    border-color: var(--theme-color)
}

.header-layout7 .main-menu>ul>li>a {
    color: #000000;
}

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

.header-layout8 .th-btn {
    padding: 14px 30px
}

.header-layout8 .icon-btn {
    --btn-size: 48px;
    background-color: var(--white-color);
    border-color: var(--white-color);
    color: var(--title-color)
}

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

.header-layout8 .main-menu>ul>li>a {
    padding: 45px 0;
    color: var(--white-color)
}

.footer-wrapper {
    --border-color: rgba(255, 255, 255, 0.3);
    position: relative;
    z-index: 2;
    overflow: hidden
}

.fa-phone-volume {
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg)
}

.widget-area {
    padding-top: var(--section-space);
    padding-bottom: 30px
}

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

.footer-links li {
    font-size: 16px;
    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;
    width: 5px;
    height: 5px;
    border-radius: 50%;
    top: 50%;
    background-color: var(--theme-color);
    right: 0
}

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

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

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

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

.copyright-wrap {
    background-color: var(--white-color);
    padding: 22px 0
}

.copyright-text {
    margin: 0;
    color: var(--body-color)
}

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

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

.footer-text2 {
    font-size: 18px;
    margin-bottom: -0.4rem
}

.th-widget-contact {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 48px
}

@media (max-width: 1500px) {
    .th-widget-contact {
        gap:20px
    }
}

@media (max-width: 1399px) {
    .th-widget-contact {
        display:grid;
        grid-template-columns: auto auto auto
    }
}

@media (max-width: 1299px) {
    .th-widget-contact {
        grid-template-columns:auto auto
    }
}

@media (max-width: 991px) {
    .th-widget-contact {
        grid-template-columns:auto
    }
}

.th-widget-contact .info-box {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    gap: 16px;
    max-width: 357px
}

@media (max-width: 375px) {
    .th-widget-contact .info-box {
        max-width:100%;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        text-align: center
    }
}

.th-widget-contact .info-box .box-icon {
    min-width: 56px;
    height: 56px;
    line-height: 56px;
    text-align: center;
    border: 1px solid rgba(92,95,113,0.3);
    border-radius: 48px;
    color: var(--theme-color);
    font-size: 20px;
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out
}

.th-widget-contact .info-box .box-icon:hover {
    background-color: var(--theme-color);
    border-color: var(--theme-color);
    color: var(--white-color)
}

@media (max-width: 375px) {
    .th-widget-contact .info-box .box-icon {
        max-width:56px;
        display: block;
        margin: auto
    }
}

.th-widget-contact .info-box .box-title {
    margin-bottom: 5px
}

.th-widget-contact .info-box .box-text {
    margin-bottom: 0
}

.th-widget-contact .info-box .box-link {
    color: var(--body-color);
    display: block
}

.th-widget-contact .divided {
    width: 1px;
    height: 71px;
    background: rgba(92,95,113,0.2);
    border-radius: 24px
}

@media (max-width: 1500px) {
    .th-widget-contact .divided {
        display:none
    }
}

@media (max-width: 767px) {
    .th-widget-contact .footer-btn {
        text-align:center
    }
}

.th-widget-contact .footer-btn .th-btn {
    font-size: 24px;
    padding: 36px 30px
}

@media (max-width: 575px) {
    .th-widget-contact .footer-btn .th-btn {
        font-size:20px;
        padding: 20px 20px
    }
}

@media (max-width: 375px) {
    .th-widget-contact .footer-btn .th-btn {
        font-size:18px;
        padding: 20px 18px
    }
}

.copyright-wrap {
    background-color: transparent
}

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

.copyright-wrap .footer-links a {
    color: var(--gray-color)
}

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

.footer-top {
    border-bottom: 1px solid rgba(183,189,222,0.2);
    padding: 48px 0
}

@media (max-width: 1199px) {
    .footer-newsletter-content {
        text-align:center;
        margin-bottom: 25px
    }
}

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

    .footer-contact-wrap {
        grid-template-columns: auto auto;
        gap: 30px
    }

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

.footer-tags .tagcloud a {
    background-color: transparent;
    border: 1px solid rgba(183,189,222,0.2);
    border-radius: 8px;
    padding: 12.5px 15px;
    font-weight: 400;
    font-size: 18px;
    letter-spacing: 0.02em;
    color: var(--white-color)
}

.footer-tags .tagcloud a:not(:last-child) {
    margin: 0 16px 16px 0
}

.footer-tags .tagcloud a:hover {
    background-color: var(--theme-color)
}

.footer-tags .btn-group {
    margin-top: 32px
}

.footer-tags .opening-hour {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    gap: 12px
}

.footer-tags .opening-hour .icon {
    width: 56px;
    height: 56px;
    line-height: 56px;
    text-align: center;
    border: 1px solid rgba(183,189,222,0.2);
    border-radius: 8px;
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out
}

.footer-tags .opening-hour .icon i {
    color: var(--theme-color);
    font-size: 20px
}

.footer-tags .opening-hour .icon:hover {
    background-color: var(--white-color)
}

.footer-tags .opening-hour .label {
    font-weight: 400;
    font-size: 16px;
    letter-spacing: 0.02em;
    color: #B7BDDE;
    display: block;
    margin-bottom: 5px
}

.footer-tags .opening-hour .time {
    font-weight: 500;
    font-size: 16px;
    letter-spacing: 0.02em;
    color: var(--white-color)
}

.footer-layout1 {
    position: relative;
    z-index: 2
}

.footer-layout1:before {
    content: "";
    position: absolute;
    inset: 0;
    background: rgba(2,0,15,0.95);
    z-index: -1
}

.footer-layout1 .footer-widget .widget_title {
    font-family: var(--title-font2);
    font-weight: 400
}

.footer-layout1 .footer-widget.footer-line:before {
    content: "";
    position: absolute;
    top: 0;
    right: -160px;
    background-color: rgba(255,255,255,0.1);
    width: 1px;
    height: 100%
}

@media (max-width: 1500px) {
    .footer-layout1 .footer-widget.footer-line:before {
        right:-120px
    }
}

@media (max-width: 1399px) {
    .footer-layout1 .footer-widget.footer-line:before {
        right:-90px
    }
}

@media (max-width: 1199px) {
    .footer-layout1 .footer-widget.footer-line:before {
        display:none
    }
}

.footer-layout1 .footer-widget.widget_nav_menu a {
    color: var(--gray-color)
}

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

@media (max-width: 991px) {
    .footer-layout1 .social-links {
        margin-bottom:30px
    }
}

.footer-layout1 .social-links a {
    width: 48px;
    height: 48px;
    line-height: 48px;
    border: 1px solid var(--gray-color);
    color: var(--white-color);
    font-size: 18px
}

@media (max-width: 375px) {
    .footer-layout1 .social-links a {
        width:40px;
        height: 40px;
        line-height: 40px
    }
}

.footer-layout1 .copyright-wrap {
    border-top: 1px solid rgba(255,255,255,0.1);
    border-bottom: 1px solid rgba(255,255,255,0.1)
}

.footer-layout1 .copyright-text {
    font-weight: 400;
    font-size: 16px;
    color: var(--gray-color)
}

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

.footer-layout1 .footer-bottom {
    border-top: 1px solid rgba(255,255,255,0.1);
    padding-top: 32px;
    padding-bottom: 32px
}

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

.footer-layout2 {
    background-color: var(--title-color);
    --body-color: rgba(216, 219, 220, 0.7)
}

.footer-layout2 .widget-area {
    padding-top: 120px;
    padding-bottom: 30px;
    border-bottom: 1px solid rgba(183,189,222,0.2)
}

.footer-layout2 .footer-right {
    text-align: right
}

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

.footer-layout2 .footer-link {
    font-family: var(--title-font);
    font-weight: 700;
    font-size: 24px;
    color: var(--white-color);
    display: block;
    margin-bottom: 55px
}

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

.footer-layout2 .footer-widget .th-widget-about {
    position: relative;
    z-index: 2;
    max-width: 260px
}

.footer-layout2 .social-links a {
    width: 48px;
    height: 48px;
    line-height: 48px;
    text-align: center;
    border: 1px solid rgba(237,237,237,0.3);
    font-size: 18px;
    color: var(--white-color);
    border-radius: 50%;
    margin: 0 10px 0 0
}

@media (max-width: 375px) {
    .footer-layout2 .social-links a {
        width:40px;
        height: 40px;
        line-height: 40px
    }
}

.footer-layout2 .social-links a:hover {
    background-color: var(--theme-color);
    color: var(--white-color);
    border-color: var(--theme-color)
}

.footer-layout2 .footer-logo {
    margin-top: 100px
}

.footer-layout2 .copyright-wrap {
    border-top: 1px solid #333333;
    text-align: center
}

.footer-layout2 .copyright-text {
    font-weight: 400;
    font-size: 16px;
    color: var(--gray-color)
}

@media (max-width: 767px) {
    .footer-layout2 .copyright-text {
        margin:10px 0
    }
}

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

.footer-layout2 .copyright-footer {
    position: relative;
    z-index: 2
}

.footer-layout2 .copyright-footer:before {
    content: "";
    position: absolute;
    inset: 0;
    background: -webkit-linear-gradient(bottom, rgba(2,0,15,0.5), rgba(2,0,15,0.5));
    background: linear-gradient(0deg, rgba(2,0,15,0.5), rgba(2,0,15,0.5))
}

.footer-layout2 .copyright-footer img {
    width: 100%
}

.footer-layout3 {
    background-color: #141414
}

.footer-layout3 .th-widget-about .about-text {
    font-size: 16px;
    color: var(--gray-color);
    margin-bottom: 40px
}

.footer-layout3 .footer-widget .widget_title {
    font-family: var(--title-font2);
    font-weight: 500
}

.footer-layout3 .footer-widget.widget_nav_menu a: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='M8.00003 1.41406C8.00003 2.11026 8.68997 3.15206 9.38743 4.027C10.2856 5.15346 11.3574 6.13753 12.5874 6.88886C13.5088 7.45146 14.6276 7.99153 15.5264 7.99153M8.00003 14.5853C8.00003 13.8891 8.68997 12.8473 9.38743 11.9723C10.2856 10.8459 11.3574 9.8618 12.5874 9.11046C13.5088 8.54786 14.6276 8.0078 15.5264 8.0078M15.5264 7.99966H0.473633' stroke='%23D8DBDC'/%3E%3C/svg%3E%0A")
}

.footer-layout3 .th-widget-about.style2 {
    max-width: 260px
}

.footer-layout3 .th-widget-about.style2 .footer-info i {
    color: var(--gray-color)
}

.footer-layout3 .th-widget-about.style2 .footer-info i:hover {
    color: var(--title-color)
}

.footer-layout3 .copyright-wrap .copyright-text {
    font-weight: 500;
    font-size: 16px;
    letter-spacing: 0.02em;
    color: var(--gray-color)
}

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

.footer-layout3 .th-social a {
    --icon-size: 48px;
    border: 1px solid var(--gray-color);
    background-color: transparent;
    border-radius: 50%;
    margin-right: 10px
}

@media (max-width: 1399px) {
    .footer-layout3 .th-social a {
        margin-right:5px
    }
}

@media (max-width: 1299px) {
    .footer-layout3 .th-social a {
        --icon-size: 40px
    }
}

.footer-layout3 .th-social a:hover {
    border-color: var(--theme-color)
}

.footer-layout3 .box-title {
    font-family: var(--title-font2);
    font-weight: 400;
    font-size: 168px;
    line-height: 168px;
    letter-spacing: 0.02em;
    color: #FFFFFF;
    margin-top: 0;
    margin-bottom: 0
}

@media (max-width: 1499px) {
    .footer-layout3 .box-title {
        font-size:145px;
        line-height: 145px
    }
}

@media (max-width: 1399px) {
    .footer-layout3 .box-title {
        font-size:120px;
        line-height: 120px
    }
}

@media (max-width: 991px) {
    .footer-layout3 .box-title {
        font-size:100px;
        line-height: 100px
    }
}

@media (max-width: 767px) {
    .footer-layout3 .box-title {
        font-size:70px;
        line-height: 70px
    }
}

.footer-layout3 .line {
    background-color: #6C6D71
}

.footer-layout3 .gsap-cursor {
    min-width: 500px;
    height: 368px;
    margin-top: -100px;
    margin-left: -100px
}

.footer-layout3 .gsap-cursor.style2 {
    padding: 0
}

.footer-layout3 .gsap-cursor.style2 .box-title {
    font-family: var(--title-font)
}

.footer-layout3 .cursor-picture {
    width: 189px;
    border: 1px solid var(--white-color)
}

.footer-layout4 {
    background-color: #0E0E0E
}

.footer-layout4 .th-widget-about .title {
    font-weight: 800;
    font-size: 120px;
    line-height: 96px;
    color: var(--white-color);
    margin-bottom: 30px
}

@media (max-width: 1500px) {
    .footer-layout4 .th-widget-about .title {
        font-size:100px;
        line-height: 96px
    }
}

@media (max-width: 767px) {
    .footer-layout4 .th-widget-about .title {
        font-size:80px;
        line-height: 96px
    }
}

@media (max-width: 575px) {
    .footer-layout4 .th-widget-about .title {
        font-size:60px;
        line-height: 76px
    }
}

.footer-layout4 .th-widget-about .text {
    font-weight: 500;
    font-size: 24px;
    color: var(--white-color)
}

.footer-layout4 .footer-info {
    gap: 20px
}

.footer-layout4 .footer-info-wrap {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex
}

@media (max-width: 991px) {
    .footer-layout4 .footer-info-wrap {
        -webkit-box-orient:vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column
    }
}

.footer-layout4 .footer-info_icon i {
    width: 50px;
    height: 50px;
    line-height: 50px;
    background: var(--white-color);
    border-radius: 100px;
    color: var(--theme-color)
}

.footer-layout4 .footer-info_label {
    font-weight: 500;
    font-size: 12px;
    letter-spacing: 0.02em;
    text-transform: uppercase;
    color: #74787C
}

.footer-layout4 .footer-info_link {
    font-weight: 700;
    font-size: 18px;
    color: #F7F2E9
}

.footer-layout4 .footer-info_link a {
    color: inherit
}

.footer-layout4 .copyright-wrap {
    background-color: #1B1B1B;
    padding: 11px 0
}

.footer-layout4 .copyright-wrap .copyright-text {
    font-weight: 400;
    font-size: 16px;
    color: var(--gray-color)
}

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

.gsap-cursor {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
    height: 300px;
    overflow: hidden;
    margin-left: 80px
}

@media (max-width: 575px) {
    .gsap-cursor {
        margin:0
    }
}

.gsap-cursor.style2 .box-title {
    font-family: var(--title-font2)
}

.gsap-cursor .box-title {
    font-weight: 700;
    font-size: 88px;
    line-height: 96px;
    color: var(--white-color);
    word-spacing: 40px;
    max-width: 200px;
    display: block;
    margin: 0
}

@media (max-width: 575px) {
    .gsap-cursor .box-title {
        font-size:66px;
        line-height: 77px
    }
}

.gsap-cursor .box-title span {
    margin-left: 150px
}

@media (max-width: 1199px) {
    .gsap-cursor .box-title span {
        margin-left:50px
    }
}

.cursor-picture {
    position: absolute;
    opacity: 0;
    width: 120px;
    object-fit: contain;
    pointer-events: none;
    -webkit-transform: scale(0.8);
    -ms-transform: scale(0.8);
    transform: scale(0.8);
    will-change: transform
}

.footer-layout6 {
    background-color: #111A00
}

.footer-layout6:before {
    display: none
}

.footer-layout7 .th-widget-about .title {
    font-weight: 600;
    font-size: 120px;
    line-height: 96px;
    color: var(--white-color);
    margin-bottom: 30px
}

@media (max-width: 991px) {
    .footer-layout7 .th-widget-about .title {
        font-size:90px
    }
}

@media (max-width: 575px) {
    .footer-layout7 .th-widget-about .title {
        font-size:50px;
        line-height: 60px
    }
}

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

.breadcumb-menu li {
    display: inline-block;
    margin-right: 3px;
    padding-right: 5px;
    list-style: none;
    color: #ffffff;
    position: relative;
    font-weight: 400;
    font-size: 18px;
    letter-spacing: 0.02em
}

.breadcumb-menu li:after {
    content: "/";
    position: relative;
    margin-left: 10px;
    font-weight: 500;
    font-size: 15px;
    color: #ffffff;
    font-family: var(--icon-font)
}

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

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

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

.breadcumb-menu a {
    position: relative;
    z-index: 2;
    margin-left: 25px
}

.breadcumb-menu a:before {
    content: "";
    position: absolute;
    top: 2px;
    left: -25px;
    width: 15px;
    height: 16px;
    background-image: url("../img/shape/shape-1.svg")
}

.breadcumb-title {
    color: #ffffff;
    font-weight: 700;
    font-size: 72px;
    margin: -0.22em 0 -0.14em 0;
    line-height: 1.1
}

.breadcumb-wrapper {
    position: relative;
    background-color: var(--title-color);
    padding: 188px 0;
    z-index: 2
}

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

.breadcumb-content {
    max-width: 1180px;
    display: block;
    margin: auto;
    text-align: center
}

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

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

    .breadcumb-menu {
        margin: 20px 0 -0.5em 0
    }

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

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

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

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

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

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

.th-pagination span,.th-pagination a {
    display: inline-block;
    text-align: center;
    position: relative;
    color: var(--title-color);
    min-width: 48px;
    height: 48px;
    line-height: 48px;
    border: 1px solid #999999;
    border-radius: 4px;
    padding: 0 18px;
    z-index: 1;
    font-size: 18px;
    font-weight: 500
}

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

blockquote,.wp-block-quote {
    font-size: 18px;
    line-height: 1.33;
    padding: 56px 61px 56px 61px;
    font-weight: 500;
    letter-spacing: 0.02em;
    display: block;
    position: relative;
    background-color: var(--title-color);
    margin: 34px 0 40px 0;
    font-weight: 400;
    font-size: 24px;
    color: var(--white-color);
    font-style: normal;
    text-align: center
}

blockquote .quote,.wp-block-quote .quote {
    margin-bottom: 32px
}

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;
    margin-bottom: 0
}

blockquote p a,.wp-block-quote p a {
    color: inherit
}

blockquote cite,.wp-block-quote cite {
    display: inline-block;
    font-weight: 400;
    font-size: 20px;
    line-height: 1;
    font-style: normal;
    font-family: var(--body-font);
    white-space: nowrap;
    color: var(--white-color);
    margin-top: 22px
}

@media (max-width: 375px) {
    blockquote cite,.wp-block-quote cite {
        font-size:18px
    }
}

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
}

.page--content blockquote:before,.page--content .wp-block-quote:before {
    background-color: #fff
}

.wp-block-pullquote {
    color: var(--body-color);
    padding: 0
}

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

.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: 100px 15px 30px 15px
}

@media (max-width: 1199px) {
    blockquote,.wp-block-quote {
        font-size:16px;
        padding: 40px 20px 40px 20px
    }

    blockquote:before,.wp-block-quote:before {
        width: 100px;
        font-size: 52px
    }

    blockquote cite,.wp-block-quote cite {
        margin-top: 23px
    }
}

@media (max-width: 767px) {
    .wp-block-pullquote.is-style-solid-color blockquote {
        max-width:90%
    }
}

.blog-meta {
    display: block
}

.blog-meta span,.blog-meta a {
    display: inline-block;
    font-size: 16px;
    font-weight: 400;
    color: var(--body-color);
    font-family: var(--body-font);
    position: relative;
    margin-right: 32px
}

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

.blog-meta span:last-child,.blog-meta a:last-child {
    margin-right: 0
}

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

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

@media (max-width: 1199px) {
    .blog-meta span,.blog-meta a {
        margin-right:6px;
        padding-right: 15px
    }
}

.blog-audio img,.blog-img img,.blog-video img {
    -webkit-transition: 0.4s ease-in-out;
    transition: 0.4s ease-in-out
}

.blog-title {
    text-transform: capitalize
}

.blog-title a {
    color: inherit
}

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

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

.blog-inner-title {
    margin-top: -0.25em;
    margin-bottom: 25px
}

.blog-inner-title i {
    color: var(--theme-color);
    margin-right: 10px
}

@media (min-width: 1300px) {
    .page-single,.blog-single,.as-comments-wrap,.as-comment-form {
        margin-right:16px
    }
}

.page-single .subtitle {
    background: #FFF2F2;
    border-radius: 24px;
    padding: 9px 16px;
    font-weight: 500;
    font-size: 14px;
    line-height: 28px;
    letter-spacing: 0.02em;
    color: var(--title-color);
    display: inline-block;
    margin-bottom: 20px
}

.blog-single {
    position: relative;
    margin-bottom: var(--blog-space-y, 40px);
    overflow: hidden
}

.blog-single .blog-date .date {
    font-weight: 700;
    font-size: 24px;
    color: var(--title-color);
    display: block
}

.blog-single .blog-date .month {
    font-weight: 400;
    font-size: 14px;
    color: var(--body-color)
}

.blog-single.single-grid .blog-img {
    margin-bottom: 24px
}

.blog-single.single-grid .blog-meta {
    margin: -0.25em 0 16px 0
}

.blog-single.single-grid .blog-meta span,.blog-single.single-grid .blog-meta a {
    padding: 8px;
    /* border: 1px solid #EDEDED; */
    font-weight: 400;
    font-size: 14px;
    color: var(--theme-color);
    margin-right: 10px
}

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

.blog-single.single-grid .blog-meta .author {
    color: var(--body-color)
}

.blog-single.single-grid .blog-date .date {
    font-weight: 700;
    font-size: 24px;
    color: var(--title-color);
    display: block
}

.blog-single.single-grid .blog-date .month {
    font-weight: 400;
    font-size: 14px;
    color: var(--body-color)
}

.blog-single.single-grid .box-title {
    max-width: 462px;
    border-bottom: 1px solid rgba(92,95,113,0.2);
    margin-bottom: 10px;
    padding-bottom: 10px;
}

@media (max-width: 1199px) {
    .blog-single.single-grid .box-title {
        max-width:425px
    }
}

@media (max-width: 991px) {
    .blog-single.single-grid .box-title {
        max-width:100%
    }
}

.blog-single .th-btn {
    color: var(--title-color)
}

.blog-single .blog-title {
    border-bottom: 1px solid var(--smoke-color3);
    padding-bottom: 24px;
    margin-bottom: 32px
}

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

.blog-single .social-links {
    margin: 0;
    padding: 0;
    list-style-type: none;
    display: inline-block;
    padding: 3.5px 19px;
    background: #F2F3FC;
    border-radius: 4px
}

.blog-single .social-links li {
    display: inline-block;
    margin-right: 15px
}

.blog-single .social-links li:last-child {
    margin-right: 0
}

.blog-single .social-links a {
    display: inline-block;
    font-size: 16px;
    color: var(--title-color);
    text-align: center
}

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

.blog-single .blog-meta {
    margin: -0.25em 0 3px 0
}

.blog-single .blog-content {
    position: relative
}

.blog-single .blog-audio {
    line-height: 1
}

.blog-single .blog-audio,.blog-single .blog-img,.blog-single .blog-video {
    position: relative;
    overflow: hidden;
    background-color: var(--smoke-color)
}

.blog-single .blog-img {
    margin-bottom: 50px
}

@media (max-width: 991px) {
    .blog-single .blog-img {
        margin-bottom:35px
    }
}

.blog-single .blog-img img {
    width: 100%
}

.blog-single .blog-img .slick-arrow {
    --pos-x: 30px;
    --icon-size: 45px;
    border: none;
    background-color: var(--white-color);
    color: var(--theme-color);
    border-radius: 5px;
    box-shadow: none
}

.blog-single .blog-img .slick-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: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%)
}

.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:hover .blog-img .slick-arrow {
    opacity: 1;
    visibility: visible
}

.blog-list-single {
    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: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    gap: 40px;
    margin-bottom: 50px
}

@media (max-width: 1399px) {
    .blog-list-single {
        -webkit-box-orient:vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column
    }
}

.blog-list-single .blog-img {
    min-width: 496px;
    max-width: 496px;
    border-radius: 24px
}

@media (max-width: 1399px) {
    .blog-list-single .blog-img {
        min-width:100%
    }
}

@media (max-width: 991px) {
    .blog-list-single .blog-img {
        margin-bottom:0
    }
}

.blog-list-single .blog-img img {
    width: 100%;
    border-radius: 24px;
    object-fit: cover
}

.blog-list-single .blog-profile {
    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-bottom: 25px
}

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

.blog-list-single .blog-author img {
    max-width: 40px;
    object-fit: cover
}

.blog-list-single .blog-author .title {
    font-family: var(--body-font);
    font-weight: 500;
    font-size: 16px;
    letter-spacing: 0.02em;
    color: var(--title-color);
    margin-bottom: 0
}

.blog-list-single .tag {
    padding: 4px 18px;
    font-weight: 400;
    font-size: 14px;
    letter-spacing: 0.02em;
    color: #4E4E4E;
    border: 1px solid #E4E4E6;
    border-radius: 48px
}

.blog-list-single .blog-text {
    margin-bottom: 35px
}

.blog-desc {
    font-size: 18px;
    line-height: 1.5
}

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

.share-links {
    border-top: 1px solid var(--th-border-color);
    padding: 32px 0 0 0
}

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

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

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

@media (max-width: 991px) {
    .blog-details .blog-single {
        --blog-space-x: 20px;
        --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-text {
        margin-bottom: 22px
    }

    .blog-single .blog-bottom {
        padding-top: 15px
    }

    .blog-single .share-links-title {
        font-size: 18px;
        display: block;
        margin: 0 0 10px 0
    }
}

.blog-text {
    line-height: 26px;
    margin-bottom: 25px
}

.blog-navigation {
    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
}

@media (max-width: 1299px) {
    .blog-navigation {
        -webkit-box-orient:vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        gap: 20px
    }
}

.blog-navigation .nav-text {
    position: absolute;
    top: 50%;
    left: 50%;
    font-size: 24px;
    color: var(--white-color);
    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;
    gap: 16px;
    font-weight: 500;
    width: 100%;
    z-index: 2;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out
}

@media (max-width: 767px) {
    .blog-navigation .nav-text {
        font-size:16px
    }
}

.blog-navigation .icon {
    width: 88px;
    height: 40px;
    line-height: 35px;
    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
}

.blog-navigation .icon img {
    -webkit-filter: brightness(0) invert(1);
    filter: brightness(0) invert(1)
}

.blog-navigation .icon:hover {
    background-color: var(--theme-color);
    border-color: var(--theme-color)
}

.blog-navigation .nav-btn {
    position: relative;
    z-index: 2
}

.blog-navigation .nav-btn.next {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: row-reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
    text-align: right
}

.blog-navigation .nav-btn:hover .nav-text {
    color: var(--theme-color)
}

.blog-navigation .nav-btn:hover .nav-img:after {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1)
}

.blog-navigation .nav-btn:hover .nav-img i {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1)
}

.blog-navigation .nav-btn .nav-img {
    min-width: 387px;
    position: relative;
    overflow: hidden;
    -webkit-transition: 0.4s;
    transition: 0.4s;
    z-index: 2
}

@media (max-width: 1299px) {
    .blog-navigation .nav-btn .nav-img {
        min-width:100%
    }
}

.blog-navigation .nav-btn .nav-img:after {
    content: "";
    position: absolute;
    inset: 0;
    background-color: rgba(0,0,0,0.7);
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0);
    -webkit-transition: 0.4s ease-in-out;
    transition: 0.4s ease-in-out
}

.blog-navigation .nav-btn .nav-img i {
    position: absolute;
    inset: 0;
    text-align: center;
    line-height: 81px;
    font-size: 24px;
    color: var(--theme-color);
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0);
    z-index: 2;
    -webkit-transition: 0.4s ease-in-out;
    transition: 0.4s ease-in-out
}

.blog-navigation .nav-btn .nav-img img {
    width: 100%;
    height: 100%;
    -webkit-transform: scale(1.2);
    -ms-transform: scale(1.2);
    transform: scale(1.2);
    border-radius: 10px;
    -webkit-transition: 0.4s ease-in-out;
    transition: 0.4s ease-in-out
}

.blog-navigation .blog-next {
    text-align: right
}

.blog-navigation .blog-btn {
    font-size: 34px;
    color: var(--title-color)
}

@media (max-width: 767px) {
    .blog-navigation .blog-btn {
        font-size:25px
    }
}

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

.blog-slideshow {
    position: relative;
    width: 100%;
    height: 745px;
    overflow: hidden
}

.blog-slideshow .box-img {
    position: absolute;
    top: 0%;
    left: 0%;
    width: 120%;
    height: 120%;
    background-size: cover;
    background-position: center;
    will-change: transform
}

.blog-slideshow .box-img:after {
    content: "";
    position: absolute;
    inset: 0;
    background: -webkit-linear-gradient(bottom, rgba(2,0,15,0.5), rgba(2,0,15,0.5));
    background: linear-gradient(0deg, rgba(2,0,15,0.5), rgba(2,0,15,0.5))
}

.blog-slideshow .box-content {
    position: absolute;
    bottom: 64px;
    left: 64px;
    max-width: 570px;
    z-index: 5
}

.blog-slideshow .box-content .field-tag {
    margin-bottom: 16px
}

.blog-slideshow .box-content .field-tag .tag {
    display: inline-block;
    font-weight: 400;
    font-size: 14px;
    line-height: 14px;
    color: var(--white-color);
    border: 1px solid #EDEDED;
    padding: 8px;
    word-spacing: 0px;
    -webkit-transform: translateY(100%);
    -ms-transform: translateY(100%);
    transform: translateY(100%);
    opacity: 0
}

.blog-slideshow .box-content .field-tag .tag:not(:last-child) {
    margin-right: 12px
}

.blog-slideshow .box-content .box-title {
    display: block;
    font-family: var(--title-font);
    font-size: 48px;
    line-height: 58px;
    font-weight: 500;
    color: #FFFFFF;
    word-spacing: 14px;
    -webkit-transform: translateY(100%);
    -ms-transform: translateY(100%);
    transform: translateY(100%);
    opacity: 0
}

.slider-counter-wrapp {
    position: absolute;
    bottom: 64px;
    right: 64px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 40px 28px;
    background: rgba(255,255,255,0.3);
    -webkit-backdrop-filter: blur(5px);
    backdrop-filter: blur(5px);
    z-index: 9;
    min-width: 460px
}

.slider-counter-wrapp .icon-btn {
    --btn-size: 54px;
    background-color: var(--white-color);
    border-radius: 0;
    font-size: 22px
}

.slider-counter-wrapp .icon-btn:hover {
    background-color: var(--theme-color)
}

.slide {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    visibility: hidden;
    overflow: hidden;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0)
}

.slide.active {
    visibility: visible
}

.controls {
    position: fixed;
    top: 2rem;
    right: 2rem;
    z-index: 10
}

.controls-text {
    color: #fff;
    font-size: 0.8rem;
    font-weight: 400
}

.slide-counter {
    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: 30px;
    font-size: 1rem;
    font-weight: 700;
    letter-spacing: 0.05em;
    z-index: 10
}

.slide-counter .box-title {
    font-weight: 700;
    font-size: 24px;
    color: var(--white-color);
    margin-bottom: -0.4rem
}

.slide-counter .divided {
    height: 46px;
    width: 1px;
    background-color: #EDEDED
}

.counter-container {
    position: relative;
    min-width: 40px;
    height: 40px;
    overflow: hidden;
    text-align: right
}

.counter-strip {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    text-align: right
}

.counter-total {
    min-width: 2rem;
    text-align: left
}

.slide-info {
    position: fixed;
    top: 2rem;
    left: 2rem;
    font-size: 0.8rem;
    font-weight: 400;
    opacity: 0.7;
    z-index: 10;
    max-width: 15rem
}

.slide-info-title {
    margin-bottom: 0.5rem
}

.cursor {
    position: fixed;
    width: 60px;
    height: 60px;
    border-radius: 50%;
    border: 1px solid rgba(255,255,255,0.3);
    margin-top: -30px;
    margin-left: -30px;
    z-index: 9999;
    pointer-events: none;
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0);
    -webkit-transition: -webkit-transform 0.3s ease;
    transition: -webkit-transform 0.3s ease;
    transition: transform 0.3s ease;
    transition: transform 0.3s ease, -webkit-transform 0.3s ease
}

.cursor-arrow {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    font-size: 1.2rem;
    opacity: 0
}

.cursor.active {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1)
}

.cursor.prev .cursor-arrow.prev,.cursor.next .cursor-arrow.next {
    opacity: 1
}

.th-comment-form {
    margin-top: var(--blog-space-y, 40px);
    margin-bottom: 30px;
    padding-top: 62px;
    position: relative;
    margin-right: 16px;
    max-width: 856px
}

@media (max-width: 991px) {
    .th-comment-form {
        margin:0
    }
}

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

.blog-comment-area {
    margin-bottom: 25px
}

.th-comment-form.blog-comment-wrap {
    background-color: var(--smoke-color2)
}

.th-comments-wrap {
    margin-top: var(--blog-space-y, 40px);
    margin-bottom: 30px;
    margin-right: 16px
}

.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;
    position: relative;
    border: 1px solid #DEDFE3;
    border-radius: 10px;
    padding: 32px
}

.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: 24px;
    overflow: hidden;
    border-radius: 15px
}

.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: -6px;
    position: relative
}

.th-comments-wrap .commented-on {
    font-size: 14px;
    display: inline-block;
    margin-bottom: 12px;
    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: 5px;
    font-size: 20px;
    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: -0.3rem
}

.th-comments-wrap .children {
    margin: 0;
    padding: 0;
    list-style-type: none;
    margin-left: 80px
}

.th-comments-wrap .reply_and_edit {
    margin-top: 0px;
    margin-bottom: -0.46em;
    position: absolute;
    top: 0;
    right: 0;
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out
}

.th-comments-wrap .reply_and_edit a {
    margin-right: 10px
}

.th-comments-wrap .reply_and_edit a:last-child {
    margin-right: 0
}

.th-comments-wrap .reply-btn {
    font-weight: 500;
    font-size: 14px;
    text-transform: uppercase;
    display: inline-block;
    color: var(--theme-color)
}

@media (max-width: 450px) {
    .th-comments-wrap .reply-btn {
        font-size:12px;
        padding: 4px 12px
    }
}

.th-comments-wrap .reply-btn i {
    margin-right: 7px
}

.th-comments-wrap .reply-btn:hover {
    color: var(--title-color)
}

.th-comments-wrap .star-rating {
    font-size: 12px;
    margin-bottom: 10px;
    position: absolute;
    top: 5px;
    right: 0;
    width: 80px
}

ul.comment-list .th-comment-item:first-child >.th-post-comment {
    margin-bottom: 24px
}

.th-comments-wrap.th-comment-form {
    margin: 0
}

@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-wrapper .swiper-pagination-bullet {
    border-color: var(--white-color)
}

@media (max-width: 1500px) {
    .th-hero-wrapper .slider-arrow {
        --pos-x: 40px
    }
}

@media (max-width: 1399px) {
    .th-hero-wrapper .slider-arrow {
        left:auto;
        top: calc(50% - 35px);
        right: var(--pos-x, -120px);
        margin: 0
    }

    .th-hero-wrapper .slider-arrow.slider-next {
        top: calc(50% + 35px)
    }
}

@media (max-width: 991px) {
    .th-hero-wrapper .slider-arrow {
        left:auto;
        top: calc(50% - 30px);
        right: var(--pos-x, -120px);
        margin: 0
    }

    .th-hero-wrapper .slider-arrow.slider-next {
        top: calc(50% + 30px)
    }
}

@media (max-width: 767px) {
    .th-hero-wrapper .slider-arrow {
        display:none
    }
}

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

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

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

@media (max-width: 375px) {
    .call-info {
        display:block;
        text-align: left;
        gap: 5px
    }
}

.call-info.style3 {
    background-color: var(--title-color);
    border-radius: 16px;
    padding: 22px 40px;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-top: 60px
}

@media (max-width: 1299px) {
    .call-info.style3 {
        padding:20px 20px
    }
}

@media (max-width: 767px) {
    .call-info.style3 {
        -webkit-box-orient:vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column
    }
}

@media (max-width: 375px) {
    .call-info.style3 {
        text-align:center
    }
}

.call-info.style3 .call-icon {
    border: 6px solid rgba(255,255,255,0.2);
    border-radius: 50%;
    width: 68px
}

@media (max-width: 767px) {
    .call-info.style3 .call-icon {
        display:block;
        margin: auto
    }
}

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

.call-info.style3 .call-label {
    font-weight: 600;
    font-size: 14px;
    line-height: 28px;
    letter-spacing: 0.02em;
    color: var(--theme-color)
}

.call-info.style3 .call-link {
    font-weight: 600;
    font-size: 18px;
    letter-spacing: 0.02em;
    color: var(--white-color)
}

@media (max-width: 375px) {
    .call-info .call-icon {
        margin-bottom:5px
    }
}

.call-info .call-icon i {
    width: 56px;
    height: 56px;
    line-height: 56px;
    font-size: 18px;
    text-align: center;
    background-color: var(--theme-color);
    color: var(--white-color);
    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(--title-color);
    border-color: var(--title-color);
    color: var(--white-color)
}

.call-info .call-label {
    font-size: 16px;
    letter-spacing: 0.02em;
    color: var(--body-color);
    display: block;
    margin-bottom: 0px
}

@media (max-width: 375px) {
    .call-info .call-label {
        font-size:16px
    }
}

.call-info .call-link {
    font-weight: 600;
    font-size: 18px;
    line-height: 32px;
    color: var(--title-color);
    margin-bottom: 0;
    letter-spacing: 0.02em;
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out
}

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

@media (max-width: 375px) {
    .call-info .call-link {
        font-size:18px
    }
}

.call-info .call-link a {
    color: inherit
}

.call-info.style2 .call-icon {
    width: 56px;
    border: 5px solid rgba(249,99,99,0.2);
    border-radius: 50%
}

.call-info.style2 .call-icon i {
    width: 46px;
    height: 46px;
    line-height: 46px
}

.call-info.style2 .call-label {
    font-weight: 500;
    font-size: 16px;
    line-height: 28px;
    letter-spacing: 0.02em;
    color: var(--theme-color)
}

@media (max-width: 1199px) {
    .btn-group:has(.call-btn) {
        gap:25px
    }
}

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

@media (max-width: 1199px) {
    .hero-image {
        text-align:center
    }
}

.discount-wrapp {
    background-color: transparent;
    width: 100%
}

@media (max-width: 1199px) {
    .discount-wrapp {
        display:block;
        margin: auto
    }
}

.discount-wrapp .play-btn {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    border-radius: 50%;
    font-size: 20px;
    margin-bottom: 0;
    color: var(--title-color);
    z-index: 3;
    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
}

.discount-wrapp .play-btn:before,.discount-wrapp .play-btn:after {
    display: none
}

.discount-wrapp .play-btn>i {
    font-size: 24px;
    background-color: transparent;
    color: var(--title-color)
}

.banner-area {
    position: relative;
    z-index: 2;
    overflow: hidden
}

.banner-area .hero-img-one {
    position: absolute;
    top: 65px;
    right: 140px
}

@media (max-width: 1799px) {
    .banner-area .hero-img-one {
        right:0
    }
}

@media (max-width: 767px) {
    .banner-area .hero-img-one {
        display:none
    }
}

.banner-area .hero-img-one img {
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
    -webkit-animation: img-anim-right 2s forwards cubic-bezier(0.645, 0.045, 0.355, 1) 3s;
    animation: img-anim-right 2s forwards cubic-bezier(0.645, 0.045, 0.355, 1) 3s
}

.banner-area .hero-img-two {
    position: absolute;
    bottom: 11%;
    left: 140px;
    max-width: 443px
}

@media (max-width: 1799px) {
    .banner-area .hero-img-two {
        left:0
    }
}

@media (max-width: 1299px) {
    .banner-area .hero-img-two {
        position:relative;
        bottom: 0;
        max-width: 100%
    }
}

.banner-area .hero-img-two img {
    -webkit-transition: -webkit-transform 500ms;
    transition: -webkit-transform 500ms;
    transition: transform 500ms;
    transition: transform 500ms, -webkit-transform 500ms;
    -webkit-transform: perspective(0px) rotateX(0deg) rotateY(0deg) scaleX(1) scaleY(1);
    transform: perspective(0px) rotateX(0deg) rotateY(0deg) scaleX(1) scaleY(1);
    -webkit-transform-origin: center center;
    -ms-transform-origin: center center;
    transform-origin: center center
}

.banner-area .hero-img-three {
    position: absolute;
    bottom: 0px;
    right: 140px;
    max-width: 405px
}

@media (max-width: 1799px) {
    .banner-area .hero-img-three {
        right:0
    }
}

@media (max-width: 991px) {
    .banner-area .hero-img-three {
        position:relative;
        display: none
    }
}

.banner-area .hero-img-three img {
    -webkit-animation: img-anim-right 2s forwards cubic-bezier(0.645, 0.045, 0.355, 1) 3s;
    animation: img-anim-right 2s forwards cubic-bezier(0.645, 0.045, 0.355, 1) 3s;
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out
}

.banner-area:hover .hero-img-two img {
    -webkit-transform: perspective(2000px) rotateX(0.06deg) rotateY(0deg) scaleX(1.1) scaleY(1.1);
    transform: perspective(2000px) rotateX(0.06deg) rotateY(0deg) scaleX(1.1) scaleY(1.1)
}

.banner-area .hero-wrapp {
    position: absolute;
    left: 28%;
    bottom: 0%;
    max-width: 175px;
    z-index: 5
}

@media (max-width: 1199px) {
    .banner-area .hero-wrapp {
        position:relative;
        top: 90px;
        margin-bottom: 90px;
        right: unset
    }
}

@media (max-width: 480px) {
    .banner-area .hero-wrapp {
        top:40px
    }
}

.banner-area .scroll-down {
    position: absolute;
    right: 20px;
    bottom: 5px;
    -webkit-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg)
}

@media (max-width: 480px) {
    .banner-area .scroll-down {
        display:none
    }
}

.banner-area .scroll-down .hero-scroll-wrap {
    position: absolute;
    left: 50%;
    bottom: 56px;
    z-index: 3;
    display: inline-block;
    font-weight: 400;
    font-size: 16px;
    width: 123px;
    height: 11px;
    color: var(--title-color)
}

.banner-area .scroll-down .hero-scroll-wrap:after {
    content: '';
    position: relative;
    background-color: var(--title-color);
    height: 1px;
    width: 30px;
    display: inline-block;
    left: -100%;
    bottom: 4px
}

.hero-style1 {
    position: relative;
    padding: 131px 0 280px 0;
    max-width: 1304px;
    display: block;
    margin: auto;
    text-align: center;
    z-index: 4;
    overflow: hidden
}

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

@media (max-width: 1199px) {
    .hero-style1 {
        padding:131px 0 0px 0
    }
}

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

.hero-style1 .hero-subtitle {
    font-weight: 400;
    font-size: 18px;
    letter-spacing: 0.02em;
    color: var(--title-color);
    margin-bottom: 0
}

.hero-style1 .hero-title {
    font-family: var(--title-font2);
    font-size: 150px;
    color: var(--title-color);
    font-weight: normal;
    font-style: normal
}

@media (max-width: 1399px) {
    .hero-style1 .hero-title {
        font-size:120px
    }
}

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

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

@media (max-width: 767px) {
    .hero-style1 .hero-title {
        font-size:63px
    }
}

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

@media (max-width: 480px) {
    .hero-style1 .hero-title {
        font-size:41px
    }

    .hero-style1 .hero-title.style1 {
        font-size: 43px
    }
}

@media (max-width: 375px) {
    .hero-style1 .hero-title {
        font-size:36px
    }

    .hero-style1 .hero-title.style1 {
        font-size: 37px
    }
}

@media (max-width: 320px) {
    .hero-style1 .hero-title {
        font-size:30px
    }

    .hero-style1 .hero-title.style1 {
        font-size: 32px
    }
}

.hero-style1 .hero-title .title {
    color: var(--theme-color)
}

.hero-style1 .th-btn {
    padding: 20px 35px
}

.hero-2 {
    background-color: #F8F8F8
}

.hero-2 .th-hero-img {
    position: relative;
    min-width: 1200px;
    z-index: 2;
    margin: 140px 0 0 -56%
}

@media (max-width: 1500px) {
    .hero-2 .th-hero-img {
        margin:140px 0 0 -65%;
        min-width: 1100px
    }
}

@media (max-width: 1399px) {
    .hero-2 .th-hero-img {
        margin:180px 0px 0 -70%;
        min-width: 1000px
    }
}

@media (max-width: 1299px) {
    .hero-2 .th-hero-img {
        min-width:930px
    }
}

@media (max-width: 1199px) {
    .hero-2 .th-hero-img {
        margin:0;
        min-width: 100%
    }
}

.hero-2 .th-hero-img .video-play-btn {
    position: absolute;
    top: 60%;
    left: 40%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%)
}

@media (max-width: 767px) {
    .hero-2 .th-hero-img .video-play-btn {
        left:50%;
        top: 50%
    }
}

@media (max-width: 480px) {
    .hero-2 .th-hero-img .video-play-btn {
        top:30%
    }
}

.hero-2 .swiper-pagination-fraction {
    text-align: left;
    position: relative;
    top: 270px;
    max-width: -webkit-max-content;
    max-width: -moz-max-content;
    max-width: max-content
}

@media (max-width: 1500px) {
    .hero-2 .swiper-pagination-fraction {
        top:250px
    }
}

@media (max-width: 1399px) {
    .hero-2 .swiper-pagination-fraction {
        top:220px
    }
}

@media (max-width: 1299px) {
    .hero-2 .swiper-pagination-fraction {
        top:250px
    }
}

@media (max-width: 1199px) {
    .hero-2 .swiper-pagination-fraction {
        top:240px;
        left: 50%;
        -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        transform: translateX(-50%)
    }
}

.hero-2 .swiper-pagination-fraction .line {
    margin-bottom: 5px;
    width: 41px;
    height: 1px;
    display: inline-block;
    background-color: var(--title-color)
}

.hero-2 .slider-controller {
    position: absolute;
    top: 34%;
    right: 53px;
    z-index: 9
}

@media (max-width: 1299px) {
    .hero-2 .slider-controller {
        display:none
    }
}

.hero-2 .tab-btn {
    position: relative;
    width: 12px;
    height: 12px;
    border-radius: 50%;
    border: 1px solid var(--body-color);
    cursor: pointer
}

.hero-2 .tab-btn:after {
    content: "";
    position: absolute;
    inset: 0;
    border-radius: 50%;
    box-sizing: content-box;
    z-index: 1;
    background-color: var(--theme-color);
    -webkit-animation-delay: 1s;
    animation-delay: 1s;
    display: none;
    overflow: hidden
}

.hero-2 .tab-btn.active {
    background-color: var(--theme-color);
    border-color: var(--theme-color)
}

.hero-2 .tab-btn.active:after {
    display: block;
    visibility: visible
}

.hero-2 .tab-btn:not(:last-child) {
    margin-bottom: 24px
}

.hero-2 .contact-us {
    max-width: 232px;
    text-align: right;
    position: absolute;
    top: 0px;
    right: 200px
}

@media (max-width: 1500px) {
    .hero-2 .contact-us {
        top:-40px;
        right: 140px
    }
}

@media (max-width: 1399px) {
    .hero-2 .contact-us {
        top:-60px
    }
}

@media (max-width: 1199px) {
    .hero-2 .contact-us {
        margin:20px auto auto auto;
        right: 0
    }
}

@media (max-width: 767px) {
    .hero-2 .contact-us {
        position:relative;
        top: 0;
        right: 0;
        max-width: 200px
    }
}

.hero-2 .contact-us .icon {
    width: 118px;
    height: 118px;
    line-height: 118px;
    text-align: center;
    border: 0.5px solid var(--theme-color);
    border-radius: 50%;
    display: block;
    margin: 0 0 24px auto
}

@media (max-width: 1299px) {
    .hero-2 .contact-us .icon {
        width:100px;
        height: 100px;
        line-height: 100px
    }
}

.hero-2 .contact-us .box-title {
    font-family: var(--title-font);
    font-weight: 500
}

@media (max-width: 767px) {
    .hero-2 .contact-us .box-title {
        font-size:18px
    }
}

.hero-2 .scroll-down {
    position: absolute;
    right: 5px;
    bottom: 43%;
    -webkit-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg)
}

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

.hero-2 .scroll-down .hero-scroll-wrap {
    position: absolute;
    left: 50%;
    bottom: 56px;
    z-index: 3;
    display: inline-block;
    font-weight: 400;
    font-size: 16px;
    width: 123px;
    height: 11px;
    color: var(--title-color)
}

.hero-2 .scroll-down .hero-scroll-wrap:after {
    content: '';
    position: relative;
    background-color: var(--title-color);
    height: 1px;
    width: 30px;
    display: inline-block;
    left: -100%;
    bottom: 4px
}

.hero-style2 {
    position: relative;
    padding: 0 0 116px 0;
    z-index: 9;
    max-width: 900px
}

@media (max-width: 1500px) {
    .hero-style2 {
        max-width:800px
    }
}

@media (max-width: 1199px) {
    .hero-style2 {
        padding:250px 0 50px 0;
        max-width: 100%;
        text-align: center
    }
}

.hero-style2 .hero-title {
    font-weight: 600;
    margin-bottom: 40px
}

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

@media (max-width: 767px) {
    .hero-style2 .hero-title {
        font-size:52px
    }
}

@media (max-width: 480px) {
    .hero-style2 .hero-title {
        font-size:38px
    }
}

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

@media (max-width: 320px) {
    .hero-style2 .hero-title {
        font-size:28px
    }
}

.hero-style2 .th-btn {
    padding: 23px 35px
}

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

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

.hero-style2 .trustipilot {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    gap: 23px;
    margin-top: 120px
}

@media (max-width: 1299px) {
    .hero-style2 .trustipilot {
        margin-top:45px
    }
}

@media (max-width: 1199px) {
    .hero-style2 .trustipilot {
        -webkit-box-pack:center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
        margin-top: 40px
    }
}

.hero-style2 .box-rating .review {
    display: inline-block
}

.hero-style2 .box-rating .review-title {
    font-weight: 600;
    font-size: 20px;
    letter-spacing: 0.02em;
    color: var(--title-color)
}

.hero-style2 .box-rating .text {
    font-weight: 500;
    font-size: 20px;
    letter-spacing: 0.02em;
    color: var(--title-color)
}

.hero-style2 .box-rating .stars {
    margin: 5px 0
}

.hero-style2 .ratting {
    width: 93px;
    height: 91px;
    line-height: 91px;
    border: 1px solid #EDEDED;
    font-weight: 700;
    font-size: 40px;
    letter-spacing: 0.02em;
    color: var(--title-color);
    text-align: center
}

.hero-3 {
    padding-bottom: 90px
}

@media (max-width: 991px) {
    .hero-3.light .hero-style3 {
        margin-bottom:40px
    }
}

.hero-3.light .hero-style3 .hero-wrapp {
    left: 8%;
    top: unset;
    bottom: -60px
}

@media (max-width: 991px) {
    .hero-3.light .hero-style3 .hero-wrapp {
        left:80%
    }
}

@media (max-width: 375px) {
    .hero-3.light .hero-style3 .hero-wrapp {
        left:60%;
        bottom: -110px
    }
}

.hero-3.light .hero-style3 .hero-wrapp .discount-tag {
    color: var(--title-color)
}

.hero-3 .hero-wrap {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    gap: 24px;
    max-width: 1158px;
    margin-left: auto
}

@media (max-width: 1299px) {
    .hero-3 .hero-wrap {
        max-width:100%
    }
}

@media (max-width: 375px) {
    .hero-3 .hero-wrap {
        -webkit-box-orient:vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        max-width: 100%;
        margin: 0
    }
}

.hero-3 .hero-wrap .hero-img1 {
    -webkit-animation-delay: 2s;
    animation-delay: 2s
}

.hero-3 .hero-wrap .hero-img2 {
    -webkit-animation-delay: 3s;
    animation-delay: 3s
}

.hero-3 .hero-wrap .hero-img3 {
    -webkit-animation-delay: 4s;
    animation-delay: 4s
}

@media (max-width: 1199px) {
    .hero-3 {
        padding-bottom:0
    }
}

.hero-3 .scroll-down {
    position: absolute;
    right: 20px;
    bottom: 30%;
    -webkit-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg)
}

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

.hero-3 .scroll-down .hero-scroll-wrap {
    position: absolute;
    left: 50%;
    bottom: 56px;
    z-index: 3;
    display: inline-block;
    font-weight: 400;
    font-size: 16px;
    width: 123px;
    height: 11px;
    color: var(--white-color)
}

.hero-3 .scroll-down .hero-scroll-wrap:after {
    content: '';
    position: relative;
    background-color: var(--white-color);
    height: 1px;
    width: 30px;
    display: inline-block;
    left: -100%;
    bottom: 4px
}

.hero-style3 {
    position: relative
}

.hero-style3 .hero-img {
    max-width: 1158px;
    display: block;
    margin-left: auto
}

@media (max-width: 1399px) {
    .hero-style3 .hero-img {
        margin-bottom:-270px
    }
}

@media (max-width: 991px) {
    .hero-style3 .hero-img {
        margin-bottom:-70px
    }
}

@media (max-width: 575px) {
    .hero-style3 .hero-img {
        margin-bottom:0
    }
}

.hero-style3 .hero-content {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%
}

@media (max-width: 1399px) {
    .hero-style3 .hero-content {
        position:relative;
        margin-bottom: 40px
    }
}

.hero-style3 .thumb-img {
    margin-bottom: 64px
}

.hero-style3 .thumb-img img {
    -webkit-transition: -webkit-transform 500ms;
    transition: -webkit-transform 500ms;
    transition: transform 500ms;
    transition: transform 500ms, -webkit-transform 500ms;
    -webkit-transform: perspective(0px) rotateX(0deg) rotateY(0deg) scaleX(1) scaleY(1);
    transform: perspective(0px) rotateX(0deg) rotateY(0deg) scaleX(1) scaleY(1);
    -webkit-transform-origin: center center;
    -ms-transform-origin: center center;
    transform-origin: center center
}

.hero-style3 .thumb-img:hover img {
    -webkit-transform: perspective(2000px) rotateX(0.06deg) rotateY(0deg) scaleX(1.1) scaleY(1.1);
    transform: perspective(2000px) rotateX(0.06deg) rotateY(0deg) scaleX(1.1) scaleY(1.1)
}

.hero-style3 .subtitle {
    font-family: var(--title-font2);
    font-weight: 400;
    font-size: 48px;
    line-height: 58px;
    letter-spacing: 0.05em;
    color: var(--theme-color);
    display: block;
    margin-bottom: 40px
}

@media (max-width: 375px) {
    .hero-style3 .subtitle {
        font-size:30px;
        line-height: 40px
    }
}

.hero-style3 .hero-title {
    font-family: var(--title-font2);
    font-weight: 400;
    font-size: 240px;
    line-height: 210px;
    color: var(--white-color)
}

@media (max-width: 1199px) {
    .hero-style3 .hero-title {
        font-size:180px;
        line-height: 180px
    }
}

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

@media (max-width: 575px) {
    .hero-style3 .hero-title {
        font-size:90px;
        line-height: 90px
    }
}

@media (max-width: 375px) {
    .hero-style3 .hero-title {
        font-size:80px;
        line-height: 80px
    }
}

.hero-style3 .hero-title2 {
    display: block;
    margin-left: 270px
}

@media (max-width: 1199px) {
    .hero-style3 .hero-title2 {
        margin-left:20px
    }
}

.hero-style3 .hero-right {
    position: absolute;
    bottom: 0;
    right: 0;
    max-width: 350px;
    display: block;
    margin-left: auto
}

@media (max-width: 1399px) {
    .hero-style3 .hero-right {
        bottom:30%
    }
}

@media (max-width: 991px) {
    .hero-style3 .hero-right {
        bottom:0;
        left: 0;
        right: unset;
        margin-left: 0
    }
}

@media (max-width: 767px) {
    .hero-style3 .hero-right {
        position:relative
    }
}

.hero-style3 .hero-text {
    font-weight: 400;
    font-size: 16px;
    color: var(--gray-color);
    margin-bottom: 25px
}

.hero-style3 .hero-wrapp {
    position: absolute;
    left: 50%;
    top: 50%;
    max-width: 175px;
    z-index: 5;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%)
}

@media (max-width: 1199px) {
    .hero-style3 .hero-wrapp {
        position:relative;
        top: 90px;
        right: unset
    }
}

@media (max-width: 991px) {
    .hero-style3 .hero-wrapp {
        right:0;
        left: 80%
    }
}

@media (max-width: 767px) {
    .hero-style3 .hero-wrapp {
        position:relative;
        left: 10%;
        top: 110px
    }
}

@media (max-width: 575px) {
    .hero-style3 .hero-wrapp {
        left:20%
    }
}

@media (max-width: 375px) {
    .hero-style3 .hero-wrapp {
        left:35%
    }
}

.hero-style3 .hero-wrapp .play-btn i {
    color: var(--theme-color)
}

.hero-style3 .hero-wrapp .discount-tag {
    color: var(--white-color)
}

.hero-4 .th-hero-bg:before {
    content: "";
    position: absolute;
    inset: 0;
    background: rgba(14,14,14,0.6)
}

.hero-4 .scroll-down {
    position: absolute;
    right: 10px;
    bottom: 30%;
    -webkit-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg);
    z-index: 9
}

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

.hero-4 .scroll-down .hero-scroll-wrap {
    position: absolute;
    left: 50%;
    bottom: 56px;
    z-index: 3;
    display: inline-block;
    font-weight: 400;
    font-size: 16px;
    width: 123px;
    height: 11px;
    color: var(--white-color)
}

.hero-4 .scroll-down .hero-scroll-wrap:after {
    content: '';
    position: relative;
    background-color: var(--white-color);
    height: 1px;
    width: 30px;
    display: inline-block;
    left: -100%;
    bottom: 4px
}

.hero-4 .swiper-pagination-fraction {
    text-align: left;
    position: absolute;
    top: 272px;
    left: unset;
    max-width: -webkit-max-content;
    max-width: -moz-max-content;
    max-width: max-content;
    height: 15px;
    z-index: 9
}

@media (max-width: 1299px) {
    .hero-4 .swiper-pagination-fraction {
        top:250px
    }
}

@media (max-width: 1199px) {
    .hero-4 .swiper-pagination-fraction {
        top:240px;
        left: 50%;
        -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        transform: translateX(-50%)
    }
}

.hero-4 .swiper-pagination-fraction .line {
    margin-bottom: 5px;
    width: 41px;
    height: 1px;
    display: inline-block;
    background-color: var(--white-color)
}

.hero-4 .swiper-pagination-fraction {
    color: var(--white-color)
}

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

.hero-4 .slider-controller {
    position: absolute;
    top: 34%;
    right: 53px;
    z-index: 9
}

@media (max-width: 1299px) {
    .hero-4 .slider-controller {
        display:none
    }
}

.hero-4 .tab-btn {
    position: relative;
    width: 12px;
    height: 12px;
    border-radius: 50%;
    border: 1px solid var(--white-color);
    cursor: pointer
}

.hero-4 .tab-btn:after {
    content: "";
    position: absolute;
    inset: 0;
    border-radius: 50%;
    box-sizing: content-box;
    z-index: 1;
    background-color: var(--theme-color);
    -webkit-animation-delay: 1s;
    animation-delay: 1s;
    display: none;
    overflow: hidden
}

.hero-4 .tab-btn.active {
    background-color: var(--theme-color);
    border-color: var(--theme-color)
}

.hero-4 .tab-btn.active:after {
    display: block;
    visibility: visible
}

.hero-4 .tab-btn:not(:last-child) {
    margin-bottom: 24px
}

.hero-4 .container .slider-pagination {
    padding-left: 160px
}

@media (max-width: 1399px) {
    .hero-4 .container .slider-pagination {
        padding-left:10px
    }
}

.hero-style4 {
    padding: 343px 0 177px 0;
    padding-left: 140px
}

@media (max-width: 1399px) {
    .hero-style4 {
        padding-left:0
    }
}

@media (max-width: 1199px) {
    .hero-style4 {
        text-align:center;
        padding-left: 0
    }
}

@media (max-width: 767px) {
    .hero-style4 {
        padding:300px 0 140px 0
    }
}

.hero-style4 .hero-title {
    font-family: var(--title-font);
    font-weight: 600;
    color: var(--white-color);
    font-size: 72px;
    line-height: 82px
}

@media (max-width: 1199px) {
    .hero-style4 .hero-title {
        font-size:62px;
        line-height: 72px
    }
}

@media (max-width: 991px) {
    .hero-style4 .hero-title {
        font-size:52px;
        line-height: 62px
    }
}

@media (max-width: 480px) {
    .hero-style4 .hero-title {
        font-size:42px;
        line-height: 52px
    }
}

@media (max-width: 375px) {
    .hero-style4 .hero-title {
        font-size:32px;
        line-height: 42px
    }
}

.hero-style4 .hero-text {
    font-weight: 500;
    font-size: 18px;
    color: var(--gray-color);
    margin-bottom: 54px
}

.th-port-slider-area {
    position: relative;
    overflow: hidden
}

.th-port-slider-area .scroll-down {
    position: absolute;
    right: 5px;
    bottom: 86px;
    -webkit-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg)
}

@media (max-width: 1299px) {
    .th-port-slider-area .scroll-down {
        display:none
    }
}

.th-port-slider-area .scroll-down .hero-scroll-wrap {
    position: absolute;
    left: 50%;
    bottom: 56px;
    z-index: 3;
    display: inline-block;
    font-weight: 400;
    font-size: 16px;
    width: 123px;
    height: 11px;
    color: var(--white-color)
}

.th-port-slider-area .scroll-down .hero-scroll-wrap:after {
    content: '';
    position: relative;
    background-color: var(--white-color);
    height: 1px;
    width: 30px;
    display: inline-block;
    left: -100%;
    bottom: 4px
}

.th-port-slider-main {
    height: 100vh;
    overflow: hidden
}

.th-port-slider-main {
    overflow: hidden
}

.th-port-slider-main .video-button {
    position: absolute;
    top: 50%;
    right: 10%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%)
}

@media (max-width: 991px) {
    .th-port-slider-main .video-button {
        top:unset;
        bottom: 30px
    }
}

@media (max-width: 767px) {
    .th-port-slider-main .video-button {
        right:20%;
        bottom: 80px
    }
}

.th-port-slider-main .video-button .video-play-btn {
    background: rgba(255,255,255,0.2)
}

.th-port-slider-main .video-button .video-play-btn i {
    color: var(--white-color)
}

.th-port-slider-content-wrap {
    position: absolute;
    top: 0;
    left: 170px;
    height: 100%;
    width: 80%;
    padding-top: 204px
}

@media (max-width: 991px) {
    .th-port-slider-content-wrap {
        left:30px;
        width: 100%
    }
}

@media (max-width: 575px) {
    .th-port-slider-content-wrap {
        left:20px;
        width: 100%
    }
}

@media (max-width: 767px) {
    .th-port-slider-content-wrap {
        left:20px;
        width: 100%
    }
}

.th-port-slider-content-wrap:hover .th-port-slider-thumb:before {
    width: 100%;
    height: 100%;
    -webkit-transform: scale3d(15, 15, 1);
    transform: scale3d(15, 15, 1)
}

.th-port-slider-thumb {
    position: relative;
    z-index: 2;
    overflow: hidden
}

.th-port-slider-thumb:before {
    content: "";
    position: absolute;
    right: 0px;
    top: 0px;
    height: 0px;
    width: 0px;
    background: var(--title-color);
    z-index: 1;
    opacity: .5;
    border-radius: 50%;
    -webkit-transition: 1.5s cubic-bezier(0.4, 0, 0.2, 1);
    transition: 1.5s cubic-bezier(0.4, 0, 0.2, 1);
    z-index: 1
}

.th-port-slider-title {
    font-family: var(--title-font2);
    font-size: 150px;
    font-weight: 400;
    line-height: 155px;
    text-transform: capitalize;
    color: transparent;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    cursor: pointer;
    display: block;
    background-size: 0% 100%;
    background-repeat: no-repeat;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    -webkit-text-stroke: 2px rgba(255,255,255,0.4);
    -webkit-transition: background-size 0.6s cubic-bezier(0.32, 0.55, 0.58, 0.76);
    transition: background-size 0.6s cubic-bezier(0.32, 0.55, 0.58, 0.76);
    background-image: -webkit-linear-gradient(left, #fff 0%, #fff 50%, transparent 50.1%);
    background-image: linear-gradient(90deg, #fff 0%, #fff 50%, transparent 50.1%);
    z-index: 9;
    margin-bottom: 0
}

@media (max-width: 1199px) {
    .th-port-slider-title {
        font-size:120px;
        line-height: 130px
    }
}

@media (max-width: 767px) {
    .th-port-slider-title {
        font-size:90px;
        line-height: 110px
    }
}

@media (max-width: 480px) {
    .th-port-slider-title {
        font-size:70px;
        line-height: 100px
    }
}

@media (max-width: 375px) {
    .th-port-slider-title {
        font-size:55px;
        line-height: 75px
    }
}

.th-port-slider-title a {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    color: var(--white-color)
}

.th-port-slider-title a img {
    opacity: 0;
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
    margin-left: 64px
}

.th-port-slider-title:hover {
    background-size: 200% 100%;
    color: var(--white-color)
}

.th-port-slider-title:hover a img {
    opacity: 1
}

.th-port-1,.th-port-2,.th-port-3,.th-port-4,.th-port-5,.th-port-6,.th-port-7,.th-port-8,.th-port-9 {
    position: absolute;
    top: 0;
    left: 0;
    height: 100vh;
    width: 100%;
    opacity: 0;
    object-fit: cover;
    -webkit-transform: scale(1.04, 1.04);
    -ms-transform: scale(1.04, 1.04);
    transform: scale(1.04, 1.04);
    -webkit-transform-origin: 50% 50%;
    -ms-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
    -webkit-transition: all 0.9s;
    transition: all 0.9s
}

.th-port-1 img,.th-port-2 img,.th-port-3 img,.th-port-4 img,.th-port-5 img,.th-port-6 img,.th-port-7 img,.th-port-8 img,.th-port-9 img {
    height: 100vh;
    width: 100%;
    object-fit: cover;
    -webkit-transition: none;
    transition: none
}

#th-port-slider-wrap.th-port-1 {
    opacity: 1
}

#th-port-slider-wrap.th-port-1 .th-port-1 {
    opacity: 1;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1)
}

#th-port-slider-wrap.th-port-1 .th-port-slider-thumb:before {
    width: 100%;
    height: 100%;
    -webkit-transform: scale3d(15, 15, 1);
    transform: scale3d(15, 15, 1)
}

#th-port-slider-wrap.th-port-2 {
    opacity: 1
}

#th-port-slider-wrap.th-port-2 .th-port-2 {
    opacity: 1;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1)
}

#th-port-slider-wrap.th-port-2 .th-port-slider-thumb:before {
    width: 100%;
    height: 100%;
    -webkit-transform: scale3d(15, 15, 1);
    transform: scale3d(15, 15, 1)
}

#th-port-slider-wrap.th-port-3 {
    opacity: 1
}

#th-port-slider-wrap.th-port-3 .th-port-3 {
    opacity: 1;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1)
}

#th-port-slider-wrap.th-port-3 .th-port-slider-thumb:before {
    width: 100%;
    height: 100%;
    -webkit-transform: scale3d(15, 15, 1);
    transform: scale3d(15, 15, 1)
}

#th-port-slider-wrap.th-port-4 {
    opacity: 1
}

#th-port-slider-wrap.th-port-4 .th-port-4 {
    opacity: 1;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1)
}

#th-port-slider-wrap.th-port-4 .th-port-slider-thumb:before {
    width: 100%;
    height: 100%;
    -webkit-transform: scale3d(15, 15, 1);
    transform: scale3d(15, 15, 1)
}

#th-port-slider-wrap.th-port-5 {
    opacity: 1
}

#th-port-slider-wrap.th-port-5 .th-port-5 {
    opacity: 1;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1)
}

#th-port-slider-wrap.th-port-5 .th-port-slider-thumb:before {
    width: 100%;
    height: 100%;
    -webkit-transform: scale3d(15, 15, 1);
    transform: scale3d(15, 15, 1)
}

#th-port-slider-wrap.th-port-6 {
    opacity: 1
}

#th-port-slider-wrap.th-port-6 .th-port-6 {
    opacity: 1;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1)
}

#th-port-slider-wrap.th-port-6 .th-port-slider-thumb:before {
    width: 100%;
    height: 100%;
    -webkit-transform: scale3d(15, 15, 1);
    transform: scale3d(15, 15, 1)
}

#th-port-slider-wrap.th-port-7 {
    opacity: 1
}

#th-port-slider-wrap.th-port-7 .th-port-7 {
    opacity: 1;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1)
}

#th-port-slider-wrap.th-port-7 .th-port-slider-thumb:before {
    width: 100%;
    height: 100%;
    -webkit-transform: scale3d(15, 15, 1);
    transform: scale3d(15, 15, 1)
}

#th-port-slider-wrap.th-port-8 {
    opacity: 1
}

#th-port-slider-wrap.th-port-8 .th-port-8 {
    opacity: 1;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1)
}

#th-port-slider-wrap.th-port-8 .th-port-slider-thumb:before {
    width: 100%;
    height: 100%;
    -webkit-transform: scale3d(15, 15, 1);
    transform: scale3d(15, 15, 1)
}

#th-port-slider-wrap.th-port-9 {
    opacity: 1
}

#th-port-slider-wrap.th-port-9 .th-port-9 {
    opacity: 1;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1)
}

#th-port-slider-wrap.th-port-9 .th-port-slider-thumb:before {
    width: 100%;
    height: 100%;
    -webkit-transform: scale3d(15, 15, 1);
    transform: scale3d(15, 15, 1)
}

.hero-6 {
    background-color: #F7F2E9
}

.hero-6:before {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 243px;
    background-color: var(--white-color);
    -webkit-mask-image: url("../img/hero/hero-bottom.png");
    mask-image: url("../img/hero/hero-bottom.png");
    -webkit-mask-size: 100% 100%;
    mask-size: 100% 100%;
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat
}

.hero-6 .hero-img1 {
    position: absolute;
    bottom: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    z-index: -1
}

@media (max-width: 991px) {
    .hero-6 .hero-img1 {
        position:relative
    }
}

.hero-6 .hero-content {
    max-width: 295px;
    padding-bottom: 170px
}

@media (max-width: 991px) {
    .hero-6 .hero-content {
        padding-bottom:0;
        margin-top: 80px
    }
}

.hero-6 .hero-content .box-img {
    margin-bottom: 30px
}

.hero-6 .hero-content .box-content {
    margin-bottom: 30px
}

.hero-6 .hero-content .box-content .box-title {
    font-weight: 700;
    font-size: 24px;
    color: var(--title-color)
}

.hero-6 .hero-right {
    max-width: 300px;
    z-index: 2;
    margin: 80px 0 0 120px
}

@media (max-width: 1199px) {
    .hero-6 .hero-right {
        margin:80px 0 0 0
    }
}

@media (max-width: 991px) {
    .hero-6 .hero-right {
        margin-top:40px
    }
}

.hero-6 .hero-right .client-box {
    margin-bottom: 60px
}

.hero-6 .hero-right .client-thumb-group {
    margin-bottom: 20px
}

.hero-6 .hero-right .btn-group {
    margin-bottom: 24px
}

.hero-6 .hero-thumb {
    position: absolute;
    bottom: 191px
}

.hero-6 .hero-thumb2 {
    position: relative;
    text-align: center;
    margin-top: -150px;
    z-index: 9
}

.hero-6 .hero-thumb2:before {
    content: "";
    position: absolute;
    left: 55%;
    bottom: 0;
    width: 220.98px;
    height: 191.51px;
    background: #02000F;
    border-radius: 150px 150px 24px 24px;
    z-index: -1;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%)
}

.hero-6 .hero-form {
    margin-top: 50px;
    margin-bottom: -60px
}

@media (max-width: 991px) {
    .hero-6 .hero-wrap:nth-child(2) {
        -webkit-box-ordinal-group:4;
        -webkit-order: 3;
        -ms-flex-order: 3;
        order: 3
    }
}

@media (max-width: 991px) {
    .hero-6 .hero-wrap:nth-child(3) {
        -webkit-box-ordinal-group:3;
        -webkit-order: 2;
        -ms-flex-order: 2;
        order: 2
    }
}

.hero-style6 {
    padding: 200px 0 0px 0;
    text-align: center
}

.hero-style6 .title1 {
    font-weight: 300;
    font-size: 40px;
    line-height: 40px;
    text-transform: uppercase;
    color: #1F1F1F
}

@media (max-width: 1199px) {
    .hero-style6 .title1 {
        font-size:25px;
        line-height: 25px
    }
}

@media (max-width: 480px) {
    .hero-style6 .title1 {
        font-size:18px;
        line-height: 18px
    }
}

.hero-style6 .hero-title {
    font-family: var(--title-font2);
    font-weight: 600;
    font-size: 230px;
    line-height: 230px;
    text-transform: uppercase;
    color: var(--title-color);
    margin-bottom: 0
}

@media (max-width: 1399px) {
    .hero-style6 .hero-title {
        font-size:180px;
        line-height: 180px
    }
}

@media (max-width: 1199px) {
    .hero-style6 .hero-title {
        font-size:140px;
        line-height: 140px
    }
}

@media (max-width: 991px) {
    .hero-style6 .hero-title {
        font-size:90px;
        line-height: 90px
    }
}

@media (max-width: 480px) {
    .hero-style6 .hero-title {
        font-size:60px;
        line-height: 60px
    }
}

@media (max-width: 320px) {
    .hero-style6 .hero-title {
        font-size:50px;
        line-height: 50px
    }
}

.hero-style6 .title2 {
    font-weight: 400;
    font-size: 40px;
    line-height: 40px;
    text-transform: uppercase;
    color: #1F1F1F;
    margin-bottom: 0px
}

@media (max-width: 1199px) {
    .hero-style6 .title2 {
        font-size:25px;
        line-height: 25px
    }
}

@media (max-width: 480px) {
    .hero-style6 .title2 {
        font-size:18px;
        line-height: 18px
    }
}

.hero-form {
    background-color: var(--white-color);
    border-radius: 60px;
    padding: 0px 0 0px 18px;
    max-width: 870px;
    display: block;
    margin: auto;
    position: relative;
    z-index: 9
}

@media (max-width: 991px) {
    .hero-form {
        padding:18px
    }
}

@media (max-width: 375px) {
    .hero-form {
        border-radius:10px;
        padding: 15px
    }
}

.hero-form .form-group {
    position: relative;
    margin-bottom: 0
}

.hero-form .form-group:not(:last-child):before {
    content: "";
    position: absolute;
    top: 30%;
    right: 0;
    width: 1px;
    height: 16px;
    background-color: #4E4E4E
}

@media (max-width: 767px) {
    .hero-form .form-group:not(:last-child):before {
        display:none
    }
}

.hero-form .form-group:nth-child(3):before {
    display: none
}

@media (max-width: 767px) {
    .hero-form .form-group:first-child {
        border-right:0
    }
}

.hero-form .form-group:first-child input {
    padding-left: 45px
}

@media (max-width: 375px) {
    .hero-form .form-group:first-child input {
        padding:0 10px;
        font-size: 14px;
        padding-left: 30px
    }
}

.hero-form .form-group>i {
    right: unset;
    left: 25px;
    top: 13px;
    font-size: 16px;
    color: var(--title-color)
}

@media (max-width: 375px) {
    .hero-form .form-group>i {
        left:15px
    }
}

.hero-form .form-btn {
    width: 100px;
    height: 100px;
    line-height: 100px;
    background: #02000F;
    border-radius: 0 60px 60px 0;
    font-size: 25px;
    color: var(--white-color);
    text-align: center;
    padding-right: 40px
}

.hero-form .form-btn a {
    color: var(--white-color)
}

.hero-form select,.hero-form .form-control,.hero-form .form-select,.hero-form textarea,.hero-form input {
    height: 40px;
    line-height: 40px;
    padding: 0 25px 0 25px;
    border: none;
    color: var(--body-color);
    background-color: transparent;
    border-radius: 100px;
    font-size: 16px;
    width: 100%;
    -webkit-transition: 0.4s ease-in-out;
    transition: 0.4s ease-in-out
}

@media (max-width: 375px) {
    .hero-form select,.hero-form .form-control,.hero-form .form-select,.hero-form textarea,.hero-form input {
        font-size:14px;
        padding: 0 15px 0 15px
    }
}

.hero-form .nice-select {
    font-size: 16px;
    color: var(--title-color);
    text-align: left
}

@media (max-width: 375px) {
    .hero-form .nice-select {
        font-size:14px;
        padding: 0 5px
    }
}

.hero-form .nice-select:after {
    top: 13px
}

.hero-form .nice-select .option {
    color: var(--title-color)
}

.hero-form .nice-select .option.selected {
    color: var(--theme-color) !important;
    background: var(--theme-color) !important
}

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

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

.hero-form .nice-select.open .list {
    border-bottom: 3px solid var(--theme-color)
}

.hero-form .form-btn {
    text-align: right
}

@media (max-width: 991px) {
    .hero-form .form-btn {
        display:none
    }
}

.hero-form .th-btn {
    padding: 12px 31px;
    font-size: 14px
}

@media (max-width: 767px) {
    .hero-form .th-btn {
        width:100%;
        margin-top: 10px
    }
}

.hero-7 .showcase-slider-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;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    -webkit-transition: all 4s ease;
    transition: all 4s ease
}

.hero-7 .showcase-slider-bg::after {
    background: -webkit-linear-gradient(bottom, rgba(6,6,6,0.2), rgba(6,6,6,0.2));
    background: linear-gradient(0deg, rgba(6,6,6,0.2), rgba(6,6,6,0.2));
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 1;
    pointer-events: none
}

.hero-7 .swiper-slide {
    position: relative;
    overflow: hidden;
    width: 100%
}

.hero-7 .scroll-down {
    position: absolute;
    right: 20px;
    bottom: 120px;
    -webkit-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg);
    z-index: 3
}

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

.hero-7 .scroll-down .hero-scroll-wrap {
    position: absolute;
    left: 50%;
    bottom: 56px;
    z-index: 3;
    display: inline-block;
    font-weight: 400;
    font-size: 16px;
    width: 123px;
    height: 11px;
    color: var(--white-color)
}

.hero-7 .scroll-down .hero-scroll-wrap:after {
    content: '';
    position: relative;
    background-color: var(--white-color);
    height: 1px;
    width: 30px;
    display: inline-block;
    left: -100%;
    bottom: 4px
}

.hero-7 .button-wrap {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    gap: 15px;
    max-width: 130px;
    position: absolute;
    right: 150px;
    bottom: 80px
}

@media (max-width: 991px) {
    .hero-7 .button-wrap {
        right:50px;
        bottom: 30px
    }
}

.hero-7 .button-wrap .swiper-button-next,.hero-7 .button-wrap .swiper-button-prev {
    position: relative;
    bottom: 40px;
    right: 0;
    width: 56px;
    height: 56px;
    border: 1px solid #FFFFFF;
    -webkit-transform: rotate(-180deg);
    -ms-transform: rotate(-180deg);
    transform: rotate(-180deg);
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out
}

.hero-7 .button-wrap .swiper-button-next:hover,.hero-7 .button-wrap .swiper-button-prev:hover {
    background-color: var(--theme-color);
    border-color: var(--theme-color)
}

.hero-7 .button-wrap .swiper-button-next:after,.hero-7 .button-wrap .swiper-button-prev:after {
    display: none
}

.hero-7 .hero-social {
    -webkit-writing-mode: vertical-lr;
    -ms-writing-mode: tb-lr;
    writing-mode: vertical-lr
}

@media (max-width: 1799px) {
    .hero-7 .hero-social {
        display:none
    }
}

.hero-7 .hero-social a {
    display: inline-block;
    color: var(--title-color);
    font-family: var(--title-font);
    text-transform: uppercase;
    font-weight: 400;
    font-size: 14px;
    position: relative
}

.hero-7 .hero-social a:not(:last-child) {
    margin-bottom: 15px
}

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

.hero-7 .hero-social {
    position: absolute;
    top: 25%;
    left: 50px;
    z-index: 3;
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg)
}

@media (max-width: 1500px) {
    .hero-7 .hero-social {
        display:none
    }
}

.hero-7 .hero-social a {
    display: inline-block;
    color: var(--title-color);
    font-family: var(--title-font);
    text-transform: uppercase;
    font-weight: 600;
    position: relative
}

.hero-7 .hero-social a {
    text-transform: uppercase
}

.hero-7 .hero-social a:not(:hover) {
    color: var(--white-color)
}

.hero-style7 {
    position: relative;
    padding: 171px 0 165px 0;
    z-index: 2
}

@media (max-width: 1199px) {
    .hero-style7 {
        text-align:center
    }
}

@media (max-width: 991px) {
    .hero-style7 {
        padding: 182px 0 161px 0;
    }
}

.hero-style7 .hero-title {
    font-family: var(--title-font2);
    font-weight: 400;
    font-size: 114px;
    line-height: 126px;
    letter-spacing: 0.02em;
    text-transform: uppercase;
    color: var(--white-color)
}

@media (max-width: 1399px) {
    .hero-style7 .hero-title {
        font-size: 81px;
        line-height: 84px;
    }
}

@media (max-width: 991px) {
    .hero-style7 .hero-title {
        font-size:90px;
        line-height: 90px
    }
}

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

@media (max-width: 480px) {
    .hero-style7 .hero-title {
        font-size:50px;
        line-height: 50px
    }
}

@media (max-width: 380px) {
    .hero-style7 .hero-title {
        font-size:40px;
        line-height: 40px
    }
}

.hero-style7 .client-box .box-title {
    color: var(--white-color);
    margin-left: 10px
}

@media (max-width: 320px) {
    .hero-style7 .client-box .box-title {
        font-size:14px
    }
}

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

.hero-8 {
    z-index: 2
}

.hero-8 .th-hero-bg:before {
    content: "";
    position: absolute;
    inset: 0;
    background: -webkit-linear-gradient(bottom, rgba(2,0,15,0.5), rgba(2,0,15,0.5));
    background: linear-gradient(0deg, rgba(2,0,15,0.5), rgba(2,0,15,0.5));
    z-index: 1
}

.hero-8 .hero-img {
    position: relative;
    z-index: 2;
    min-width: 975px;
    margin-left: -80%
}

@media (max-width: 1699px) {
    .hero-8 .hero-img {
        min-width:100%
    }
}

@media (max-width: 1199px) {
    .hero-8 .hero-img {
        margin-left:0;
        max-width: 100%;
        text-align: center
    }
}

.hero-8 .scroll-down {
    position: absolute;
    right: 35px;
    bottom: 110px;
    -webkit-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg);
    z-index: 9
}

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

.hero-8 .scroll-down .hero-scroll-wrap {
    position: absolute;
    left: 50%;
    bottom: 56px;
    z-index: 3;
    display: inline-block;
    font-weight: 400;
    font-size: 16px;
    width: 123px;
    height: 11px;
    color: var(--white-color)
}

.hero-8 .scroll-down .hero-scroll-wrap:after {
    content: '';
    position: relative;
    background-color: var(--white-color);
    height: 1px;
    width: 30px;
    display: inline-block;
    left: -100%;
    bottom: 4px
}

.hero-8 .slider-pagination {
    position: absolute;
    top: 40%;
    left: unset;
    right: 74px;
    width: 12px;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%)
}

@media (max-width: 1500px) {
    .hero-8 .slider-pagination {
        right:20px
    }
}

@media (max-width: 575px) {
    .hero-8 .slider-pagination {
        display:none
    }
}

.hero-8 .slider-pagination .swiper-pagination-bullet {
    margin: 10px 0;
    height: 40px;
    border-radius: 48px;
    background-color: rgba(255,255,255,0.2);
    border: none
}

.hero-8 .slider-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
    background-color: var(--theme-color)
}

.hero-style8 {
    position: relative;
    z-index: 3;
    padding: 355px 0 372px 0
}

@media (max-width: 1199px) {
    .hero-style8 {
        text-align:center;
        padding: 200px 0 72px 0
    }
}

.hero-style8 .sub-title {
    font-weight: 400;
    font-size: 16px;
    letter-spacing: 0.24em;
    text-transform: uppercase;
    color: var(--white-color);
    margin-bottom: 10px
}

.hero-style8 .hero-title {
    font-family: var(--title-font);
    color: var(--white-color);
    margin-bottom: 45px
}

@media (max-width: 1699px) {
    .hero-style8 .hero-title {
        font-size:77px
    }
}

@media (max-width: 1399px) {
    .hero-style8 .hero-title {
        font-size:60px
    }
}

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

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

@media (max-width: 480px) {
    .hero-style8 .hero-title {
        font-size:38px
    }
}

.hero-area-9 {
    position: relative;
    border-radius: 30px;
    margin: 0 30px;
    overflow: hidden;
    height: 912px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-right: 30px
}

@media (max-width: 767px) {
    .hero-area-9 {
        margin:0;
        border-radius: 0
    }
}

.hero-area-9 .hero-item-bg {
    position: absolute;
    inset: 0;
    height: 100%;
    width: 100%;
    z-index: -2;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: .4s linear;
    transition: .4s linear;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    background-size: cover;
    background-repeat: no-repeat
}

.hero-area-9 .hero-item-bg::after {
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background: -webkit-linear-gradient(bottom, rgba(2,0,15,0.5), rgba(2,0,15,0.5));
    background: linear-gradient(0deg, rgba(2,0,15,0.5), rgba(2,0,15,0.5));
    border-radius: inherit
}

.hero-area-9 .hero-item-title {
    font-family: var(--title-font);
    font-weight: 600;
    font-size: 16px;
    line-height: 1.2;
    text-transform: capitalize;
    letter-spacing: 1px;
    letter-spacing: 1px;
    color: rgba(255,255,255,0.5);
    font-family: var(--title-font);
    -webkit-writing-mode: vertical-rl;
    -ms-writing-mode: tb-rl;
    writing-mode: vertical-rl;
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
    margin-bottom: 50px;
    margin-right: auto;
    margin-left: auto
}

.hero-area-9 .hero-item-title::after {
    content: "";
    height: 0px;
    width: 1px;
    margin-bottom: 9px;
    -webkit-transition: all .4s;
    transition: all .4s;
    display: inline-block;
    -webkit-transform: translateY(8px);
    -ms-transform: translateY(8px);
    transform: translateY(8px);
    background-color: var(--theme-color)
}

.hero-area-9 .hero-item-title .number {
    font-weight: 700;
    font-size: 48px;
    line-height: 58px;
    -webkit-text-stroke-width: 1px;
    -webkit-text-stroke-color: rgba(255,255,255,0.5);
    color: transparent;
    margin-bottom: 6px
}

.hero-area-9 .hero-item {
    height: 100%;
    width: 25%;
    cursor: pointer
}

.hero-area-9 .hero-item:not(:last-child) {
    border-right: 1px solid rgba(255,255,255,0.2)
}

.hero-area-9 .hero-item.active .hero-item-bg {
    opacity: 1;
    visibility: visible;
    -webkit-transform: scale(1.03);
    -ms-transform: scale(1.03);
    transform: scale(1.03)
}

.hero-area-9 .hero-item:hover .hero-item-title {
    color: var(--white-color)
}

.hero-area-9 .hero-item:hover .hero-item-title::after {
    height: 60px
}

.hero-area-9 .hero-item:hover .hero-item-title .number {
    -webkit-text-stroke-color: #fff
}

.hero-area-9 .hero-item-title-box {
    position: absolute;
    top: 0;
    left: 0;
    margin: 150px 100px 100px 100px;
    max-width: 1327px;
    z-index: -1
}

@media (max-width: 767px) {
    .hero-area-9 .hero-item-title-box {
        margin:150px 30px 40px 30px
    }
}

.hero-area-9 .hero-item-title-box .sub-title {
    color: var(--white-color)
}

.hero-area-9 .hero-item-title-box .hero-title {
    color: var(--white-color);
    text-transform: uppercase
}

.hero-9 {
    position: relative;
    border-radius: 30px;
    margin: 0 30px
}

@media (max-width: 480px) {
    .hero-9 {
        margin:0;
        border-radius: 0
    }
}

.hero-9 .showcase-slider-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;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    -webkit-transition: all 4s ease;
    transition: all 4s ease
}

.hero-9 .showcase-slider-bg::after {
    background: -webkit-linear-gradient(bottom, rgba(2,0,15,0.5), rgba(2,0,15,0.5));
    background: linear-gradient(0deg, rgba(2,0,15,0.5), rgba(2,0,15,0.5));
    content: '';
    position: absolute;
    inset: 0;
    z-index: 1;
    pointer-events: none
}

.hero-9 .swiper-slide {
    position: relative;
    overflow: hidden;
    width: 100%
}

.hero-9 .scroll-down {
    position: absolute;
    right: 20px;
    bottom: 120px;
    -webkit-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg);
    z-index: 3
}

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

.hero-9 .scroll-down .hero-scroll-wrap {
    position: absolute;
    left: 50%;
    bottom: 56px;
    z-index: 3;
    display: inline-block;
    font-weight: 400;
    font-size: 16px;
    width: 123px;
    height: 11px;
    color: var(--white-color)
}

.hero-9 .scroll-down .hero-scroll-wrap:after {
    content: '';
    position: relative;
    background-color: var(--white-color);
    height: 1px;
    width: 30px;
    display: inline-block;
    left: -100%;
    bottom: 4px
}

.hero-9 .button-wrap {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 15px;
    min-width: 750px;
    height: 200px;
    position: absolute;
    left: 0;
    bottom: 0;
    background-color: var(--theme-color);
    z-index: 9
}

@media (max-width: 780px) {
    .hero-9 .button-wrap {
        min-width:100%
    }
}

@media (max-width: 767px) {
    .hero-9 .button-wrap {
        min-width:40%;
        max-width: 40%;
        height: 160px;
        background-color: transparent
    }
}

@media (max-width: 340px) {
    .hero-9 .button-wrap {
        height:120px
    }
}

.hero-9 .button-wrap .video-thumb {
    position: relative;
    z-index: 2;
    min-width: 250px
}

@media (max-width: 780px) {
    .hero-9 .button-wrap .video-thumb {
        min-width:200px
    }
}

@media (max-width: 340px) {
    .hero-9 .button-wrap .video-thumb {
        min-width:150px
    }
}

.hero-9 .button-wrap .video-thumb .video-img {
    width: 100%;
    height: 100%;
    object-fit: cover
}

.hero-9 .button-wrap .video-thumb .play-btn {
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    z-index: 2
}

.hero-9 .button-wrap .video-thumb .play-btn:before,.hero-9 .button-wrap .video-thumb .play-btn:after {
    display: none
}

.hero-9 .button-wrap .video-thumb .play-btn i {
    width: 56px;
    height: 56px;
    line-height: 56px;
    color: var(--title-color)
}

.hero-9 .button-wrap .box-pagination {
    min-width: 420px;
    padding: 0 57px
}

@media (max-width: 780px) {
    .hero-9 .button-wrap .box-pagination {
        min-width:380px
    }
}

@media (max-width: 767px) {
    .hero-9 .button-wrap .box-pagination {
        min-width:100%;
        padding: 0 20px
    }
}

.hero-9 .button-wrap .swiper-pagination-progressbar {
    height: 4px
}

.hero-9 .button-wrap .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
    background: var(--title-color);
    border-radius: 18px
}

@media (max-width: 767px) {
    .hero-9 .button-wrap .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
        background-color:var(--theme-color)
    }
}

.hero-9 .button-wrap .fraction-count {
    font-family: var(--title-font);
    font-weight: 700;
    font-size: 40px;
    line-height: 28px;
    letter-spacing: 0.02em;
    color: #FFFFFF;
    text-align: left
}

.hero-9 .button-wrap .current {
    margin-top: 20px;
    display: inline-block
}

.hero-9 .button-wrap .total {
    display: none
}

.hero-9 .button-wrap .divider {
    display: none
}

.hero-9 .button-wrap .box-title {
    margin-top: 60px;
    color: var(--white-color);
    margin-bottom: 0
}

@media (max-width: 575px) {
    .hero-9 .button-wrap .box-title {
        display:none
    }
}

.hero-9 .button-wrap .button-arrow {
    background-color: var(--title-color);
    width: 80px;
    height: 100%;
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column
}

@media (max-width: 767px) {
    .hero-9 .button-wrap .button-arrow {
        display:none
    }
}

.hero-9 .button-wrap .swiper-button-next,.hero-9 .button-wrap .swiper-button-prev {
    position: absolute;
    width: 56px;
    height: 56px;
    border: 1px solid rgba(255,255,255,0.2);
    -webkit-transform: rotate(-180deg);
    -ms-transform: rotate(-180deg);
    transform: rotate(-180deg);
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
    border-radius: 50%
}

.hero-9 .button-wrap .swiper-button-next:hover,.hero-9 .button-wrap .swiper-button-prev:hover {
    background-color: var(--theme-color);
    border-color: var(--theme-color)
}

.hero-9 .button-wrap .swiper-button-next:after,.hero-9 .button-wrap .swiper-button-prev:after {
    display: none
}

.hero-9 .button-wrap .swiper-button-next {
    top: 30%
}

.hero-9 .button-wrap .swiper-button-prev {
    top: unset;
    bottom: 20%
}

.hero-9 .hero-social {
    -webkit-writing-mode: vertical-lr;
    -ms-writing-mode: tb-lr;
    writing-mode: vertical-lr
}

@media (max-width: 1799px) {
    .hero-9 .hero-social {
        display:none
    }
}

.hero-9 .hero-social a {
    display: inline-block;
    color: var(--title-color);
    font-family: var(--title-font);
    text-transform: uppercase;
    font-weight: 400;
    font-size: 14px;
    position: relative
}

.hero-9 .hero-social a:not(:last-child) {
    margin-bottom: 15px
}

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

.hero-9 .hero-social {
    position: absolute;
    top: 25%;
    left: 50px;
    z-index: 3;
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg)
}

@media (max-width: 1500px) {
    .hero-9 .hero-social {
        display:none
    }
}

.hero-9 .hero-social a {
    display: inline-block;
    color: var(--title-color);
    font-family: var(--title-font);
    text-transform: uppercase;
    font-weight: 600;
    position: relative
}

.hero-9 .hero-social a {
    text-transform: uppercase
}

.hero-9 .hero-social a:not(:hover) {
    color: var(--white-color)
}

.hero-style9 {
    position: relative;
    padding: 202px 0 389px 0;
    z-index: 2;
    margin-right: 50px
}

@media (max-width: 1199px) {
    .hero-style9 {
        margin-right:0;
        text-align: center
    }
}

@media (max-width: 991px) {
    .hero-style9 {
        padding:182px 0 272px 0
    }
}

@media (max-width: 767px) {
    .hero-style9 {
        padding:140px 0 272px 0
    }
}

.hero-style9 .hero-title {
    font-family: var(--title-font);
    font-weight: 700;
    font-size: 88px;
    line-height: 96px;
    letter-spacing: 0.02em;
    text-transform: uppercase;
    color: var(--white-color)
}

@media (max-width: 1699px) {
    .hero-style9 .hero-title {
        font-size:77px;
        line-height: 86px
    }
}

@media (max-width: 1399px) {
    .hero-style9 .hero-title {
        font-size:60px;
        line-height: 70px
    }
}

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

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

@media (max-width: 480px) {
    .hero-style9 .hero-title {
        font-size:30px;
        line-height: 40px
    }
}

@media (max-width: 340px) {
    .hero-style9 .hero-title {
        font-size:25px;
        line-height: 35px
    }
}

.hero-style9 .client-box .box-title {
    color: var(--white-color);
    margin-left: 10px
}

@media (max-width: 320px) {
    .hero-style9 .client-box .box-title {
        font-size:14px
    }
}

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

.error-img {
    margin-right: -16%;
    margin-left: -23%
}

@media (max-width: 1199px) {
    .error-img {
        margin:0
    }
}

.error-title {
    margin-bottom: 20px
}

.error-text {
    font-size: 24px;
    color: var(--title-color);
    margin-bottom: 35px;
    max-width: 385px
}

@media (max-width: 991px) {
    .error-title {
        margin-bottom:15px
    }

    .error-img {
        margin-bottom: 30px
    }

    .error-text {
        margin-bottom: 25px
    }
}

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

.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;
    right: 0;
    top: 0;
    height: 100%;
    width: 0;
    background-color: rgba(0,0,0,0.75);
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all ease 0.8s;
    transition: all ease 0.8s
}

.sidemenu-wrapper .closeButton {
    display: inline-block;
    border: 1px solid;
    width: 50px;
    height: 50px;
    line-height: 48px;
    font-size: 24px;
    padding: 0;
    position: absolute;
    top: 20px;
    right: 20px;
    background-color: transparent;
    border-radius: 50%;
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
    -webkit-transition: all ease 0.4s;
    transition: all ease 0.4s
}

.sidemenu-wrapper .closeButton:hover {
    color: var(--theme-color);
    border-color: var(--theme-color);
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg)
}

.sidemenu-wrapper .sidemenu-content {
    background-color: var(--white-color);
    width: 450px;
    margin-left: auto;
    padding: 80px 30px 20px 30px;
    height: 100%;
    overflow: scroll;
    position: relative;
    right: -500px;
    cursor: auto;
    -webkit-transition-delay: 1s;
    transition-delay: 1s;
    -webkit-transition: right ease 1s;
    transition: right ease 1s
}

@media (max-width: 575px) {
    .sidemenu-wrapper .sidemenu-content {
        width:320px
    }
}

.sidemenu-wrapper .sidemenu-content .footer-widget .widget_title:after {
    border: 2px solid var(--white-color)
}

.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 .widget {
    padding: 0;
    border: none;
    background-color: transparent
}

.sidemenu-wrapper .widget .widget_title {
    color: var(--title-color)
}

.sidemenu-wrapper .widget .recent-post-wrap .recent-post .post-title:hover a {
    color: var(--theme-color)
}

.sidemenu-wrapper .widget.footer-widget .recent-post {
    max-width: 100%;
    padding-bottom: 10px
}

.sidemenu-wrapper .widget.footer-widget .recent-post .post-title {
    color: var(--title-color)
}

.sidemenu-wrapper .widget.footer-widget .recent-post .post-title:hover a {
    color: var(--theme-color)
}

.sidemenu-wrapper .widget.footer-widget .th-widget-about .about-text {
    color: var(--body-color)
}

.sidemenu-wrapper .widget.footer-widget .th-widget-about .footer-info-title {
    color: var(--title-color)
}

.sidemenu-wrapper.show {
    opacity: 1;
    visibility: visible;
    width: 100%;
    -webkit-transition: all ease 0.8s;
    transition: all ease 0.8s
}

.sidemenu-wrapper.show .sidemenu-content {
    right: 0;
    opacity: 1;
    visibility: visible
}

.sidemenu-wrapper .recent-post-wrap {
    padding: 0
}

.sidemenu-wrapper.sidemenu-info .widget .widget_title {
    margin-bottom: 30px
}

.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: 600;
    margin-bottom: 15px;
    border-radius: 5px
}

.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-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-register,.woocommerce-form-coupon,.woocommerce-form-login {
    padding: 35px 40px 35px 40px;
    background-color: var(--white-color);
    box-shadow: 0px 6px 30px rgba(1,15,28,0.1);
    margin-bottom: 0;
    border-radius: 10px
}

@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 {
    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: 5px;
    font-weight: 700;
    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
}

.woocommerce-MyAccount-content .btn {
    background-color: var(--theme-color);
    color: var(--white-color);
    font-size: 14px;
    padding: 10px 25px;
    font-weight: 700
}

.woocommerce-MyAccount-content .btn:hover {
    background-color: var(--title-color);
    color: var(--white-color)
}

table.variations,.woocommerce-grouped-product-list-item {
    border-collapse: separate;
    border-spacing: 0 15px;
    margin-bottom: 5px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    border: none
}

table.variations td,.woocommerce-grouped-product-list-item td {
    border: none;
    vertical-align: middle;
    padding: 0 5px
}

table.variations td:first-child,.woocommerce-grouped-product-list-item td:first-child {
    padding: 0
}

table.variations label,.woocommerce-grouped-product-list-item label {
    margin: 0;
    font-size: 14px;
    text-transform: capitalize
}

table.variations label a,.woocommerce-grouped-product-list-item label a {
    color: var(--title-color)
}

table.variations label a:hover,.woocommerce-grouped-product-list-item label a:hover {
    color: var(--theme-color)
}

table.variations .label,.woocommerce-grouped-product-list-item .label {
    border: none
}

table.variations__label,.woocommerce-grouped-product-list-item__label {
    border: none !important;
    font-weight: 600
}

table.variations__price,.woocommerce-grouped-product-list-item__price {
    border: none !important
}

table.variations__price .price,table.variations__price .amount,.woocommerce-grouped-product-list-item__price .price,.woocommerce-grouped-product-list-item__price .amount {
    font-size: 18px !important
}

table.variations del,.woocommerce-grouped-product-list-item del {
    margin-left: 12px
}

.woocommerce-product-attributes th,.woocommerce-product-attributes td {
    border: 1px solid var(--border-color)
}

.woocommerce-product-attributes th p:last-child,.woocommerce-product-attributes td p:last-child {
    margin-bottom: 0
}

.woocommerce-grouped-product-list.group_table {
    border-collapse: collapse;
    margin-bottom: 15px
}

.woocommerce-grouped-product-list.group_table .woocommerce-Price-amount.amount {
    font-size: 16px;
    color: var(--title-color)
}

.woocommerce-grouped-product-list.group_table label {
    margin: 0 0 0 10px;
    margin: 0 0 0 10px;
    font-family: var(--title-font);
    font-size: 18px
}

.woocommerce-grouped-product-list.group_table .qty-input {
    border-color: #e3e6e9
}

.woocommerce-grouped-product-list.group_table tr {
    border-bottom: 1px solid #e3e6e9
}

.woocommerce-grouped-product-list.group_table tr:last-child {
    border-bottom: none
}

.woocommerce-grouped-product-list.group_table td {
    padding: 30px 5px
}

table.variations {
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    position: relative
}

table.variations td {
    padding: 0
}

table.variations td.label {
    padding-right: 10px;
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content
}

table.variations select {
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    font-weight: 400;
    line-height: 1.5;
    vertical-align: middle;
    margin: 0;
    padding-right: 54px;
    padding-left: 20px;
    height: 50px
}

table.variations .reset_variations {
    margin-left: 16px;
    display: inline-block;
    position: absolute;
    left: 100%;
    bottom: 25px
}

.woosq-product .product .woocommerce-grouped-product-list-item__quantity,.woosq-product .product .woocommerce-grouped-product-list-item__label,.woosq-product .product .woocommerce-grouped-product-list-item__price {
    width: auto !important
}

.woocommerce-variation.single_variation {
    margin-bottom: 30px
}

.woocommerce-variation.single_variation .price {
    color: var(--title-color);
    font-weight: 700
}

.wooscp-table-items td.woocommerce-product-attributes-item__value {
    padding-left: 15px !important
}

.wooscp-table-items a.added_to_cart.wc-forward {
    margin-left: 15px;
    text-decoration: underline
}

.tinvwl_added_to_wishlist.tinv-modal.tinv-modal-open {
    z-index: 1111
}

table.woocommerce-product-attributes {
    margin-bottom: 30px
}

#woosq-popup .product_meta {
    margin-top: 20px
}

#woosq-popup .product_title {
    font-size: 24px;
    margin-bottom: 5px
}

#woosq-popup .single-product .product .actions {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    gap: 20px
}

#woosq-popup .single-product .product .actions>div {
    height: auto;
    overflow: visible;
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content
}

#woosq-popup .single-product .product .actions>div .quantity.style2.woocommerce-grouped-product-list-item__quantity {
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content
}

.login-tab {
    margin-bottom: 30px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center
}

.login-tab button.nav-link {
    background-color: var(--smoke-color);
    color: var(--title-color);
    padding: 11px 39px;
    font-size: 18px;
    font-weight: 500;
    border-radius: 15px ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€šÃ‚Â¹15px 0
}

.login-tab button.nav-link.active {
    background-color: var(--theme-color);
    color: var(--white-color)
}

.star-rating {
    overflow: hidden;
    position: relative;
    width: 100px;
    height: 1.2em;
    line-height: 1.2em;
    display: block;
    font-family: var(--icon-font);
    font-weight: 700;
    font-size: 14px
}

.star-rating:before {
    content: "\e28b\e28b\e28b\e28b\e28b";
    color: #e1e1e1;
    float: left;
    top: 0;
    left: 0;
    position: absolute;
    letter-spacing: 3px
}

.star-rating span {
    overflow: hidden;
    float: left;
    top: 0;
    left: 0;
    position: absolute;
    padding-top: 1.5em
}

.star-rating span:before {
    content: "\e28b\e28b\e28b\e28b\e28b";
    top: 0;
    position: absolute;
    left: 0;
    color: var(--theme-color);
    letter-spacing: 3px
}

.rating-select label {
    margin: 0;
    margin-right: 10px
}

.rating-select p.stars {
    margin-bottom: 0;
    line-height: 1
}

.rating-select p.stars a {
    position: relative;
    height: 14px;
    width: 18px;
    text-indent: -999em;
    display: inline-block;
    text-decoration: none
}

.rating-select p.stars a::before {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 18px;
    height: 14px;
    line-height: 1;
    font-family: var(--icon-font);
    content: "\e28b";
    font-weight: 400;
    text-indent: 0;
    color: var(--yellow-color)
}

.rating-select p.stars a:hover ~ a::before {
    content: "\e28b";
    font-weight: 400
}

.rating-select p.stars:hover a::before {
    content: "\e28b";
    font-weight: 700
}

.rating-select p.stars.selected a.active::before {
    content: "\e28b";
    font-weight: 700
}

.rating-select p.stars.selected a.active ~ a::before {
    content: "\e28b";
    font-weight: 400
}

.rating-select p.stars.selected a:not(.active)::before {
    content: "\e28b";
    font-weight: 700
}

@media (max-width: 767px) {
    .woocommerce-message,.woocommerce-info {
        font-size:14px;
        line-height: 22px;
        padding: 10px 15px 10px 37px
    }

    .woocommerce-message:before,.woocommerce-info:before {
        font-size: 16px;
        top: 10px;
        left: 15px
    }
}

.th-product {
    -webkit-transition: all ease 0.4s;
    transition: all ease 0.4s
}

.th-product .product-title {
    font-size: 30px;
    margin-top: -0.3rem;
    margin-bottom: 10px
}

@media (max-width: 1500px) {
    .th-product .product-title {
        font-size:24px
    }
}

.th-product .product-title a {
    color: inherit
}

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

.th-product .price {
    font-size: 24px;
    display: block;
    color: var(--title-color);
    font-weight: 600;
    margin-bottom: -0.4em;
    font-family: var(--title-font);
    margin-bottom: 40px
}

.th-product .price del {
    margin-left: 10px;
    font-weight: 400;
    font-size: 24px;
    letter-spacing: 0.02em;
    -webkit-text-decoration-line: line-through;
    text-decoration-line: line-through;
    color: #999999
}

.th-product .quantity {
    display: block;
    min-width: 67px
}

.th-product .quantity span {
    font-weight: 400;
    font-size: 16px;
    letter-spacing: 0.02em;
    color: var(--title-color);
    display: block;
    margin-bottom: 11px
}

.th-product .quantity .qty-input {
    width: 60px;
    height: 32px;
    border: 1px solid #DEDFE3 !important;
    border-radius: 48px;
    font-weight: 500;
    font-size: 16px;
    letter-spacing: 0.02em;
    color: var(--body-color)
}

.th-product .product-img {
    --space: 20px;
    overflow: hidden;
    position: relative;
    background-color: #F2F3FC;
    margin: 8px 8px 0 8px;
    z-index: 2;
    margin-bottom: 40px
}

.th-product .product-img:before {
    --space: 10px;
    content: '';
    height: calc(100% - var(--space)*2);
    width: calc(100% - var(--space)*2);
    position: absolute;
    top: var(--space);
    left: var(--space);
    background-color: var(--title-color);
    z-index: 1;
    -webkit-transform: scaleX(0);
    -ms-transform: scaleX(0);
    transform: scaleX(0);
    visibility: hidden;
    opacity: 0;
    -webkit-transition: 0.4s ease-in-out;
    transition: 0.4s ease-in-out
}

.th-product .product-img img {
    width: 100%;
    -webkit-transition: all ease 0.4s;
    transition: all ease 0.4s;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1)
}

.th-product .product-img .tag {
    font-size: 14px;
    position: absolute;
    top: 15px;
    left: 15px;
    background-color: var(--theme-color);
    color: var(--white-color);
    padding: 0 12px;
    min-width: 60px;
    z-index: 3;
    border-radius: 3px;
    line-height: 24px
}

.th-product .product-img .category {
    position: absolute;
    top: 24px;
    right: 24px;
    padding: 4px 13px;
    background-color: var(--title-color);
    font-family: var(--title-font);
    font-weight: 500;
    color: var(--white-color);
    font-weight: 400;
    font-size: 18px;
    z-index: 9
}

.th-product .th-btn {
    padding: 18px 30px
}

.th-product .star-rating {
    width: 93px
}

.th-product .actions {
    height: 100%;
    position: absolute;
    left: 0;
    top: 50%;
    right: 0;
    text-align: center;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    z-index: 3;
    margin-top: 0;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: 0.4s ease-in-out;
    transition: 0.4s ease-in-out;
    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
}

.th-product .actions .icon-btn {
    --btn-size: 40px;
    font-size: 14px;
    border-color: var(--white-color);
    box-shadow: 0px 4px 20px rgba(0,0,0,0.05);
    color: var(--white-color);
    border-radius: 0px
}

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

.th-product .actions>* {
    margin: 0 var(--icon-gap-x, 5px)
}

.th-product .actions>*>a {
    margin: 0
}

.th-product .icon-btn {
    -webkit-transform: translateY(30px);
    -ms-transform: translateY(30px);
    transform: translateY(30px);
    -webkit-transition: 0.4s ease-in-out;
    transition: 0.4s ease-in-out
}

.th-product .tinv-wishlist .tinvwl_add_to_wishlist_button.tinvwl-icon-heart-plus.no-txt,.th-product .tinv-wishlist .tinvwl_add_to_wishlist_button.tinvwl-icon-heart.no-txt {
    width: 40px;
    height: 40px;
    line-height: 40px;
    display: inline-block
}

.th-product .tinv-wishlist .tinvwl_add_to_wishlist_button.tinvwl-icon-heart-plus.no-txt::before,.th-product .tinv-wishlist .tinvwl_add_to_wishlist_button.tinvwl-icon-heart.no-txt::before {
    position: relative;
    top: 0;
    left: 0;
    line-height: inherit;
    margin: 0;
    font-size: 24px
}

.th-product .tinv-wishlist a {
    display: inline-block;
    width: 40px;
    height: 40px;
    line-height: 40px;
    background-color: transparent;
    color: var(--white-color);
    border-radius: 4px
}

.th-product .tinv-wishlist a:hover {
    background-color: var(--white-color);
    color: var(--title-color)
}

.th-product .add_to_cart_button.added {
    display: none
}

.th-product .added_to_cart {
    width: 40px;
    height: 40px;
    line-height: 40px;
    border: 1px solid var(--white-color);
    color: var(--white-color);
    font-size: 0;
    text-align: center;
    border-radius: 10px
}

.th-product .added_to_cart:after {
    content: "\f07a";
    position: relative;
    font-family: var(--icon-font);
    font-size: 16px;
    font-weight: 700
}

.th-product .added_to_cart:hover {
    background-color: var(--theme-color);
    border-color: var(--theme-color);
    color: var(--white-color)
}

.th-product .action-btn {
    background-color: var(--white-color);
    font-size: 14px;
    font-family: var(--title-font);
    text-transform: uppercase;
    font-weight: bold;
    display: inline-block;
    padding: 13px 25px
}

.th-product:hover .product-img img {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1)
}

.th-product:hover .product-img:before {
    -webkit-transform: scaleX(1);
    -ms-transform: scaleX(1);
    transform: scaleX(1);
    visibility: visible;
    opacity: 0.7
}

.th-product:hover .actions {
    margin-top: 0;
    opacity: 1;
    visibility: visible
}

.th-product:hover .icon-btn {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0)
}

.th-product:hover .woosw-btn {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0)
}

.th-product.list-view {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    text-align: left;
    height: 100%
}

.th-product.list-view .product-img {
    width: 100%;
    max-width: 200px;
    margin: 0
}

.th-product.list-view .star-rating {
    margin: 0 auto 10px 0;
    width: 93px
}

.th-product.list-view .product-content {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    border: 1px solid var(--th-border-color);
    border-left: none;
    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-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    padding: 0 25px
}

.th-product.list-view .actions {
    --btn-size: 35px;
    --btn-font-size: 13px;
    --icon-gap-x: 2px
}

.th-product.list-view .tinv-wishlist .tinvwl_add_to_wishlist_button.tinvwl-icon-heart-plus.no-txt,.th-product.list-view .tinv-wishlist .tinvwl_add_to_wishlist_button.tinvwl-icon-heart.no-txt {
    width: 35px;
    height: 35px;
    line-height: 35px
}

.th-product.list-view .tinv-wishlist .tinvwl_add_to_wishlist_button.tinvwl-icon-heart-plus.no-txt::before,.th-product.list-view .tinv-wishlist .tinvwl_add_to_wishlist_button.tinvwl-icon-heart.no-txt::before {
    font-size: 20px
}

.th-product.list-view .tinv-wishlist a {
    width: 35px;
    height: 35px;
    line-height: 35px
}

.th-product.list-view .added_to_cart {
    width: 35px;
    height: 35px;
    line-height: 35px
}

.th-product.list-view .added_to_cart:after {
    font-size: 16px
}

.th-product.list-view .action-btn {
    padding: 8px 15px
}

.th-product.list-view .tag {
    top: 8px;
    right: 8px;
    padding: 0px 15px
}

.th-product.list-view .product-title {
    font-size: 18px;
    margin: 0 0 5px 0
}

.th-product.list-view .product-price {
    font-size: 14px
}

.th-product .woosw-btn {
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    font-size: 16px;
    border: 1px solid var(--white-color);
    box-shadow: 0px 4px 20px rgba(0,0,0,0.05);
    color: var(--white-color);
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-transform: translateY(30px);
    -ms-transform: translateY(30px);
    transform: translateY(30px)
}

.th-product .woosw-btn:hover {
    background-color: var(--theme-color);
    color: var(--title-color)
}

#productCarousel .slick-arrow {
    top: 37.5%
}

.mfp-content {
    margin: 1.5rem auto
}

.mfp-content .product-details-img {
    padding-top: 15px
}

.mfp-content .product-about {
    padding-top: 20px;
    padding-bottom: 20px
}

.mfp-content .container {
    position: relative
}

.mfp-content .product-big-img {
    margin-top: 20px;
    margin-bottom: 20px
}

.mfp-fade.mfp-bg {
    opacity: 0;
    -webkit-transition: all 0.15s ease-out;
    transition: all 0.15s ease-out
}

.mfp-fade.mfp-bg.mfp-ready {
    opacity: 0.8
}

.mfp-fade.mfp-bg.mfp-removing {
    opacity: 0
}

.mfp-fade.mfp-wrap .mfp-content {
    opacity: 0;
    -webkit-transition: all 0.4s ease-out;
    transition: all 0.4s ease-out
}

.mfp-fade.mfp-wrap.mfp-ready .mfp-content {
    opacity: 1
}

.mfp-fade.mfp-wrap.mfp-removing .mfp-content {
    opacity: 0
}

.woosq-popup {
    max-height: 600px;
    max-width: 1220px
}

.woosq-popup .product_meta>span>a:after,.woosq-popup .product_meta>span>span:after {
    display: none
}

.woosq-product>.product>div {
    max-height: 600px;
    min-height: 460px;
    height: auto
}

.th-sort-bar {
    padding: 10px;
    margin: 0 0 24px 0;
    background-color: var(--smoke-color2);
    border-radius: 5px
}

.th-sort-bar .row {
    --bs-gutter-x: 0;
    --bs-gutter-y: 15px
}

.th-sort-bar select {
    height: 50px;
    border: 1px solid var(--th-border-color);
    background-color: var(--white-color);
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    min-width: 250px;
    font-size: 16px;
    margin: 0;
    color: var(--body-color)
}

.th-sort-bar .woocommerce-result-count {
    padding-left: 15px;
    margin-bottom: 0;
    color: var(--body-color)
}

.th-sort-bar .nav a {
    display: inline-block;
    height: 50px;
    width: 50px;
    line-height: 50px;
    border: 1px solid var(--th-border-color);
    background-color: var(--white-color);
    text-align: center;
    position: relative;
    font-family: var(--title-font);
    font-weight: 600;
    font-size: 16px;
    text-transform: capitalize;
    color: var(--body-color);
    margin: 0 0 0 10px
}

.th-sort-bar .nav a.active,.th-sort-bar .nav a:hover {
    color: var(--theme-color)
}

.product-thumb-area {
    position: relative;
    margin-right: 10px
}

.product-thumb-area .product-thumb-tab {
    position: absolute;
    top: 0;
    left: 0
}

.product-thumb-tab {
    --thumb: 120px;
    --gap: 10px;
    max-width: var(--thumb);
    margin-left: calc(0px - var(--thumb)/2);
    position: relative;
    z-index: 3;
    display: grid;
    -webkit-align-content: center;
    -ms-flex-line-pack: center;
    align-content: center;
    height: 100%
}

.product-thumb-tab .tab-btn {
    background-color: var(--white-color);
    cursor: pointer;
    height: var(--thumb);
    width: var(--thumb);
    padding: var(--gap);
    border-radius: 10px
}

.product-thumb-tab .tab-btn img {
    max-width: 100%;
    border-radius: inherit
}

.product-thumb-tab .tab-btn:not(:last-of-type) {
    margin-bottom: 20px
}

.product-thumb-tab .indicator {
    position: absolute;
    top: calc(var(--pos-y) + var(--gap));
    left: calc(var(--pos-x) + var(--gap));
    width: calc(var(--width-set) - var(--gap)*2);
    height: calc(var(--height-set) - var(--gap)*2);
    border: 2px solid var(--theme-color);
    border-radius: 10px;
    pointer-events: none;
    -webkit-transition: 0.4s ease-in-out;
    transition: 0.4s ease-in-out
}

.product-big-img {
    background-color: var(--smoke-color2);
    text-align: center;
    border-radius: 10px;
    overflow: hidden
}

.product-big-img .img {
    width: 100%
}

.product-big-img .img img {
    width: 100%;
    height: 100%;
    object-fit: cover
}

.quantity {
    position: relative;
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
    vertical-align: middle
}

.quantity>.screen-reader-text {
    display: inline-block;
    font-weight: 600;
    color: var(--title-color);
    font-family: var(--title-font);
    margin: 0;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    align-self: center;
    margin-right: 10px
}

.quantity .qty-btn,.quantity .qty-input {
    display: inline-block;
    width: 50px;
    height: 50px;
    border: none;
    border-right: none;
    background-color: transparent;
    padding: 0;
    border-radius: 0;
    text-align: center;
    color: var(--body-color);
    font-size: 18px;
    font-weight: 600
}

.quantity .qty-btn:last-child,.quantity .qty-input:last-child {
    border-right: none
}

.quantity .qty-btn {
    font-size: 16px
}

.product_meta {
    font-weight: 700;
    font-size: 16px;
    font-family: var(--body-font);
    margin: 35px 0 0 0
}

.product_meta>span {
    display: block;
    margin-bottom: 5px;
    color: var(--title-color);
    font-weight: bold
}

.product_meta>span:last-child {
    margin-bottom: 0
}

.product_meta>span a {
    color: inherit
}

.product_meta>span a:hover {
    color: var(--theme-color)
}

.product_meta>span>a,.product_meta>span>span {
    position: relative;
    color: var(--body-color);
    font-weight: 400
}

.product_meta>span>a:after,.product_meta>span>span:after {
    content: ",";
    margin-right: 5px
}

.product_meta>span>a:last-child:after,.product_meta>span>span:last-child:after {
    display: none
}

.product_meta>span>a:first-child,.product_meta>span>span:first-child {
    margin-left: 7px
}

.product-tab-style1 {
    border-bottom: 1px solid var(--smoke-color2);
    margin: 95px auto 40px auto;
    padding-bottom: 40px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    gap: 24px
}

.product-tab-style1 .th-btn:hover,.product-tab-style1 .th-btn.active {
    background-color: var(--title-color);
    color: var(--white-color)
}

.woocommerce-Reviews .th-post-comment .text {
    margin-bottom: -0.5em
}

.woocommerce-Reviews .th-comments-wrap {
    padding: 0;
    box-shadow: none;
    margin-right: 0
}

.woocommerce-Reviews .th-comment-form {
    padding: 60px;
    background-color: var(--smoke-color2);
    box-shadow: none;
    border-radius: 10px;
    margin-right: 0
}

.woocommerce-Reviews .th-comment-form input,.woocommerce-Reviews .th-comment-form .form-control {
    height: 50px;
    line-height: 50px;
    background-color: var(--white-color)
}

.woocommerce-Reviews .th-comment-form .form-group>i {
    right: 25px;
    top: 17px
}

.woocommerce-Reviews .th-comment-form .blog-inner-title {
    margin-bottom: 10px
}

.woocommerce-Reviews .comment-list {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 0 24px;
    margin-bottom: 40px
}

.woocommerce-Reviews .th-post-comment {
    border: 1px solid var(--th-border-color) !important;
    padding: 40px !important;
    box-shadow: 0px 4px 30px rgba(1,15,28,0.06);
    margin-bottom: 24px;
    border-radius: 8px
}

.woocommerce-Reviews .th-post-comment .name {
    margin-bottom: 3px
}

.woocommerce-Reviews .th-post-comment .commented-on {
    margin-bottom: 12px
}

@media (max-width: 1199px) {
    .woocommerce-Reviews .th-post-comment {
        padding:30px !important
    }
}

@media (max-width: 991px) {
    .woocommerce-Reviews .comment-list {
        grid-template-columns:repeat(1, 1fr)
    }

    .woocommerce-Reviews .th-comment-form {
        padding: 40px
    }
}

@media (max-width: 575px) {
    .woocommerce-Reviews .th-comment-form {
        padding:40px 20px
    }
}

#productTabContent {
    margin-bottom: -10px
}

#additional_information {
    margin-bottom: 40px
}

.product-inner-list>ul {
    margin: 0;
    padding: 0;
    list-style-type: none
}

.product-inner-list li {
    position: relative;
    padding-left: 15px
}

.product-inner-list li:before {
    content: "-";
    position: absolute;
    left: 0
}

.share-title {
    font-size: 16px;
    font-weight: 600;
    color: var(--title-color);
    margin-bottom: 8px
}

.share-title i {
    color: var(--theme-color)
}

.summary-content .product-title,.product-about .product-title {
    margin: 0 0 12px 0
}

.summary-content>.price,.product-about>.price {
    font-family: var(--title-font);
    font-size: 20px;
    font-weight: 800;
    color: var(--title-color);
    display: inline-block;
    margin-bottom: 14px
}

.summary-content>.price del,.product-about>.price del {
    color: var(--gray-color);
    font-weight: 500;
    margin-left: 15px
}

.summary-content .product-rating,.product-about .product-rating {
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
    gap: 5px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative;
    top: 2px;
    font-size: 16px;
    line-height: 20px;
    padding: 0 0 0 0;
    margin: 0 0 0 0;
    margin-bottom: 14px
}

.summary-content .product-rating .star-rating,.product-about .product-rating .star-rating {
    width: 80px;
    font-size: 12px;
    margin-right: 8px
}

.summary-content .woocommerce-review-link,.product-about .woocommerce-review-link {
    color: var(--body-color)
}

.summary-content .checklist,.product-about .checklist {
    margin: 30px 0 40px 0
}

.summary-content .actions,.product-about .actions {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 15px;
    margin: 33px 0 27px 0
}

.summary-content .actions .th-btn .btn-icon,.product-about .actions .th-btn .btn-icon {
    padding: 10.5px 15px 10.5px 15px
}

.summary-content .actions .icon-btn,.product-about .actions .icon-btn {
    border-color: var(--th-border-color)
}

.summary-content .actions .icon-btn:hover,.product-about .actions .icon-btn:hover {
    background-color: var(--theme-color);
    color: var(--white-color);
    border-color: var(--theme-color)
}

.summary-content .actions .icon-btn:hover img,.product-about .actions .icon-btn:hover img {
    -webkit-filter: brightness(0) invert(1);
    filter: brightness(0) invert(1)
}

.summary-content .share,.product-about .share {
    margin-top: 25px
}

.summary-content .th-social a,.product-about .th-social a {
    --icon-size: 40px;
    line-height: 38px;
    font-size: 14px;
    border: 1px solid var(--th-border-color);
    border-radius: 0
}

.summary-content .th-social a:hover,.product-about .th-social a:hover {
    border-color: var(--theme-color)
}

.summary-content .tinv-wishlist .tinvwl_add_to_wishlist_button.tinvwl-icon-heart-plus.no-txt,.summary-content .tinv-wishlist .tinvwl_add_to_wishlist_button.tinvwl-icon-heart.no-txt,.product-about .tinv-wishlist .tinvwl_add_to_wishlist_button.tinvwl-icon-heart-plus.no-txt,.product-about .tinv-wishlist .tinvwl_add_to_wishlist_button.tinvwl-icon-heart.no-txt {
    width: 60px;
    height: 60px;
    line-height: 60px;
    display: inline-block;
    border-radius: 4px
}

.summary-content .tinv-wishlist .tinvwl_add_to_wishlist_button.tinvwl-icon-heart-plus.no-txt::before,.summary-content .tinv-wishlist .tinvwl_add_to_wishlist_button.tinvwl-icon-heart.no-txt::before,.product-about .tinv-wishlist .tinvwl_add_to_wishlist_button.tinvwl-icon-heart-plus.no-txt::before,.product-about .tinv-wishlist .tinvwl_add_to_wishlist_button.tinvwl-icon-heart.no-txt::before {
    position: relative;
    top: 0;
    left: 0;
    line-height: inherit;
    margin: 0;
    font-size: 24px
}

.summary-content .tinv-wishlist a,.product-about .tinv-wishlist a {
    display: inline-block;
    width: 60px;
    height: 60px;
    line-height: 60px;
    border-radius: 0
}

.summary-content .tinv-wishlist a:hover,.product-about .tinv-wishlist a:hover {
    background-color: var(--theme-color);
    color: var(--white-color)
}

.summary-content .quantity,.product-about .quantity {
    position: relative
}

.summary-content .quantity:after,.product-about .quantity:after {
    content: '';
    height: 100%;
    width: 1px;
    background-color: var(--th-border-color);
    position: absolute;
    top: 0;
    left: 55px
}

.summary-content .quantity .qty-input,.product-about .quantity .qty-input {
    width: 112px;
    height: 56px;
    background-color: #F8F8F8;
    color: var(--title-color);
    padding: 0 21px;
    text-align: left;
    font-weight: 500;
    border-radius: 48px
}

.summary-content .quantity .qty-btn,.product-about .quantity .qty-btn {
    color: var(--title-color);
    background-color: transparent;
    position: absolute;
    right: 21px;
    height: auto;
    width: auto;
    border: none
}

.summary-content .quantity .quantity-minus,.product-about .quantity .quantity-minus {
    bottom: 8px
}

.summary-content .quantity .quantity-plus,.product-about .quantity .quantity-plus {
    top: 8px
}

.woocommerce-Reviews .th-post-comment {
    border-radius: 20px
}

.woocommerce-Reviews .th-post-comment .text {
    margin-bottom: -0.5em
}

.woocommerce-Reviews .th-comments-wrap {
    padding: 0;
    margin-right: 0 !important;
    box-shadow: none;
    margin: 0
}

.woocommerce-Reviews .th-comment-form {
    padding: 60px;
    background-color: var(--smoke-color2);
    box-shadow: none;
    margin-right: 0 !important;
    margin-top: 28px;
    margin-bottom: 40px
}

.woocommerce-Reviews .th-comment-form input,.woocommerce-Reviews .th-comment-form .form-control {
    background-color: var(--white-color)
}

.woocommerce-Reviews .th-comment-form .blog-inner-title {
    margin-bottom: 10px
}

.woocommerce-Reviews .comment-list {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    gap: 0 24px;
    margin: -12px !important;
    margin-bottom: 28px !important
}

.woocommerce-Reviews .comment-list li {
    width: 50%
}

@media (max-width: 991px) {
    .woocommerce-Reviews .comment-list li {
        width:100%
    }
}

.woocommerce-Reviews .th-post-comment {
    border: 0 !important;
    padding: 40px !important;
    margin: 12px;
    background: var(--smoke-color2);
    border-radius: 14px;
    box-shadow: none
}

.woocommerce-Reviews .th-post-comment .name {
    margin-bottom: 3px
}

.woocommerce-Reviews .th-post-comment .commented-on {
    margin-bottom: 12px
}

.woocommerce-Reviews .th-post-comment .description {
    word-break: break-word
}

@media (max-width: 1199px) {
    .woocommerce-Reviews .th-post-comment {
        padding:30px !important
    }
}

@media (max-width: 991px) {
    .woocommerce-Reviews .comment-list {
        grid-template-columns:repeat(1, 1fr)
    }

    .woocommerce-Reviews .th-comment-form {
        padding: 40px
    }
}

@media (max-width: 575px) {
    .woocommerce-Reviews .th-comment-form {
        padding:40px 20px
    }
}

#description {
    margin-bottom: 30px
}

.product-details .th-comments-wrap {
    margin-top: 0
}

.product-details .border-title {
    position: relative;
    padding-bottom: 20px;
    margin-bottom: 40px
}

.product-details .border-title:before {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    height: 2px;
    width: 80px;
    background-color: var(--theme-color)
}

.product-inner-title {
    font-size: 32px;
    border-bottom: 1px solid var(--th-border-color);
    padding: 0 0 7px 0;
    margin: 0 0 30px 0
}

.related-product-wrapper {
    padding-top: 115px
}

@media (max-width: 1399px) {
    .th-product.list-view .product-img {
        max-width:150px
    }
}

@media (max-width: 1299px) {
    .product-thumb-tab {
        --thumb: 100px;
        margin-left: -40px
    }

    .product-thumb-area {
        margin-right: 0
    }
}

@media (max-width: 1199px) {
    .th-sort-bar select {
        min-width:auto
    }

    .product-tab-style1 {
        margin: 55px 0 40px 0
    }

    .summary-content,.product-about {
        padding-left: 0
    }
}

@media (max-width: 991px) {
    .product-big-img {
        margin-bottom:40px
    }

    .product-thumb-tab {
        margin-left: -10px
    }

    .th-product-box.list-view .product-img {
        max-width: 150px
    }

    .th-sort-bar .row {
        --bs-gutter-x: 20px
    }

    .th-sort-bar .nav a:last-child {
        margin-right: 0;
        padding-right: 0
    }

    .th-sort-bar .nav a:last-child:before {
        display: none
    }

    .woosq-product>.product .thumbnails {
        max-height: 400px;
        min-height: 200px;
        padding: 10px
    }
}

@media (max-width: 767px) {
    .th-sort-bar {
        text-align:center;
        padding: 10px 15px 15px 15px
    }

    .th-sort-bar .nav {
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center
    }

    .th-sort-bar select {
        margin: 0 auto
    }

    .th-sort-bar .woocommerce-result-count {
        padding-left: 0
    }

    .th-product-box.list-view .product-img {
        max-width: 130px
    }

    .th-product-box.list-view .actions {
        --btn-size: 30px;
        --btn-font-size: 10px;
        --icon-gap-x: 2px
    }
}

@media (max-width: 575px) {
    .product-about .actions {
        gap:15px 15px
    }

    .product-thumb-tab {
        --thumb: 74px;
        --gap: 6px
    }

    .product-thumb-tab .tab-btn {
        border-radius: 6px
    }

    .product-thumb-tab .tab-btn:not(:last-of-type) {
        margin-bottom: 10px
    }

    .product-thumb-tab .indicator {
        border-radius: 6px
    }

    .product-grid {
        max-width: 340px;
        margin-left: auto;
        margin-right: auto
    }
}

@media (max-width: 375px) {
    .th-product.list-view .product-img {
        max-width:130px
    }
}

button.tinvwl_button_close.th-btn .ftinvwl.ftinvwl-times,button.tinvwl_button_view.th-btn .ftinvwl.ftinvwl-heart-o {
    top: -3px
}

.woosw-btn {
    display: inline-block;
    width: var(--btn-size, 56px);
    height: var(--btn-size, 56px);
    line-height: var(--btn-size, 56px);
    font-size: var(--btn-font-size, 18px);
    background-color: var(--icon-bg, transparent);
    color: var(--title-color);
    text-align: center;
    border-radius: 10px;
    border: 1px solid #4B5261;
    -webkit-transition: 0.4s ease-in-out;
    transition: 0.4s ease-in-out
}

.productSlide {
    position: relative;
    z-index: 2
}

.productSlide img {
    width: 100%;
    height: 100%
}

@media (max-width: 991px) {
    .productSlide {
        margin-bottom:30px
    }
}

.productSlide .product-tag {
    font-size: 14px;
    position: absolute;
    top: 10px;
    left: 10px;
    background-color: var(--theme-color);
    color: var(--white-color);
    padding: 7px 12px 4px 12px;
    min-width: 60px;
    border-radius: 100px;
    text-align: center;
    z-index: 3;
    line-height: 14px
}

.productSlide .slider-arrow {
    left: var(--pos-x, 20px);
    top: unset;
    bottom: 5%;
    background-color: var(--white-color)
}

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

.productSlide .slider-arrow:hover {
    background-color: var(--theme-color)
}

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

.product-grid2-thumb {
    max-width: 669px;
    display: block;
    margin: 24px auto auto auto
}

.product-thumb {
    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: 32px;
    cursor: pointer
}

.product-thumb .tab-btn {
    border: 1px solid transparent;
    width: 201.42px;
    height: 170px;
    background: #F2F3FC;
    border-radius: 16px
}

.product-thumb .tab-btn.active {
    border: 1px solid var(--theme-color)
}

.product-thumb-wrap {
    margin-top: 24px;
    z-index: 2
}

.product-cards {
    margin-top: 40px
}

.product-cards .title {
    font-weight: 600;
    font-size: 18px;
    letter-spacing: 0.02em;
    color: #101111
}

.woocommerce-cart-form {
    text-align: center
}

.cart_table {
    border: 1px solid #eaf0f2;
    margin-bottom: 45px
}

.cart_table thead {
    background-color: #ecf0f1
}

.cart_table thead th {
    border: none !important
}

.cart_table td:before,.cart_table th {
    font-family: var(--title-font);
    color: var(--title-color);
    font-weight: 600;
    border: none;
    padding: 27px 15px
}

.cart_table td:before {
    content: attr(data-title);
    position: absolute;
    left: 15px;
    top: 50%;
    vertical-align: top;
    padding: 0;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    display: none
}

.cart_table td {
    border: none;
    border-bottom: 1px solid #f3f3f3;
    color: #8b8b8b;
    padding: 20px 10px;
    position: relative;
    vertical-align: middle
}

.cart_table .product-quantity {
    color: var(--title-color)
}

.cart_table .product-quantity input {
    position: relative;
    top: -2px
}

.cart_table .cart-productname {
    font-weight: 400;
    font-family: var(--body-font);
    color: var(--title-color)
}

.cart_table .cart-productimage {
    display: inline-block
}

.cart_table .cart-productimage img {
    border-radius: 8px
}

.cart_table .remove {
    color: var(--theme-color);
    font-size: 18px
}

.cart_table .quantity {
    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
}
.menu-has-mega {
    position: relative;
}

.mega-menu {
    position: absolute;
    top: 100%;
    left: -150px;
    width: 450px;
    background: #fff;
    padding: 25px;
    box-shadow: 0 5px 20px rgba(0,0,0,0.15);
    display: none;
    z-index: 999;
}

.menu-has-mega:hover .mega-menu {
    display: block;
}

.mega-row {
    display: flex;
    gap: 40px;
}

.mega-col {
    flex: 1;
}

.mega-title {
    font-weight: bold;
    font-size: 21px;
    margin-bottom: 12px;
}

.mega-list li {
    margin-bottom: 8px;
}

.mega-list li a {
    color: #222;
    text-decoration: none;
}

.mega-list li a:hover {
    color: #0066cc;
}
.py-50
{
    padding: 50px 0px;
}
.home_1
{
    padding-left: 13px !important;
    padding-right: 13px !important;
    text-align: center;
}
.home_2
{
    display: flex !important;
}
.home_3 {
    display: flex;
    justify-content: center;
}
.home_2 li
{
    list-style: none !important;
}

.section-divider {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 24px 0;
    width: 100%;
}

.section-divider::before,
.section-divider::after {
    content: "";
    flex: 1;
    border-bottom: 1px solid #ddd;
    margin: 0 20px;
}

.section-divider span {
    font-size: 20px;
    font-weight: 600;
    letter-spacing: 1px;
}
.home_servives_2 img
{
    width: 100%;
    height: 300px;
    object-fit: cover;
}
.home_servives_1 img
{
    width: 100%;
    height: 400px;
    object-fit: cover;
}
.about_1 img
{
    width: 100%;
    height: 555px;
    object-fit: cover;
}
.about_2 p
{
    text-align: justify;
}



    /* ---------- TOP LINE CONNECTORS ---------- */
    .line-wrapper {
        width: 100%;
        max-width: 1262px;
        margin: auto;
        position: relative;
        height: 80px;
    }

    .line-wrapper::before {
        content: "";
        position: absolute;
        top: 12px;
        left: 17%;
        right: 17%;
        height: 2px;
        background: #cfcfcf;
        z-index: 0;
    }

    .line-connector {
        width: 2px;
        height: 62px;
        background: #cfcfcf;
        position: absolute;
        top: 14px;
        transform: translateX(-50%);
    }

    /* Positions for each tab's vertical connector */
    .line-0 {left: 17%;}
    .line-1 {left: 33%;}
    .line-2 { left: 50%; }
    .line-3 {left: 67%;}
    .line-4 {left: 83%;}

    /* ---------- TABS ---------- */
    .process-tabs {
        display: flex;
        justify-content: space-between;
        max-width: 1084px;
        margin: auto;
        padding: 0px 30px;
    }

    .process-item {
        width: 180px;
        height: 180px;
        border-radius: 50%;
        background: #e9e9e9;
        display: flex;
        justify-content: center;
        align-items: center;
        font-size: 16px;
        text-align: center;
        cursor: pointer;
        transition: 0.3s;
        z-index: 2;
    }

    .process-item.active-process {
        background: #ff833b;
        color: #fff;
        transform: scale(1.08);
    }

    /* ---------- CONTENT BOX ---------- */
    .process-content-box {
        max-width: 730px;
        margin: 17px auto 0 auto;
        padding: 25px;
        text-align: justify;
        background: white;
        border-radius: 12px;
        box-shadow: 0 6px 20px rgba(0, 0, 0, 0.1);
        min-height: 120px;
        text-align: left;
    }

    .process-text {
        display: none;
        text-align: justify;
    }

    .process-text.active-text {
        display: block;
    }

    /* ---------- MOBILE RESPONSIVE ---------- */
    @media (max-width: 768px) {

        .line-wrapper::before {
            left: 15%;
            right: 15%;
        }

        .process-tabs {
            flex-wrap: wrap;
            gap: 40px;
            justify-content: center;
        }

        .process-item {
            width: 110px;
            height: 110px;
            font-size: 14px;
        }

        .line-connector {
            display: none; /* Hide vertical connectors on small screens */
        }
    }

    @media (max-width: 480px) {

        .process-item {
            width: 90px;
            height: 90px;
            font-size: 13px;
        }

        .process-content-box {
            width: 90%;
            padding: 18px;
            font-size: 14px;
        }
    }
.about_4 p
{
    text-align: justify;
}
.service_1
{
    justify-content: center;
    align-items: center;
}
.service_2 img
{
    width: 100%;
    height: 640px;
    object-fit: cover;
}
.offer_1 img
{
    width: 100% !important;
    height: 600px;
}

.blog-card.style3 .box-date_1 {background-color: #ffffffdd;padding: 20px 8px 10px;position: absolute;text-align: center;width: 359px;left: 42%;top: 62%;}
.blog-card.style3 .box-date_1 .date {
    display: block;
    font-family: var(--title-font);
    font-weight: 700;
    font-size: 40px;
    color: var(--title-color);
    margin-bottom: 12px
}
.offer_3 h4
{
    margin-bottom: 0px !important;
    font-size: 25px;
    text-transform: uppercase;
}
.offer_3 p
{
    font-size: 17px;
    color: #010F1C;
    margin-bottom: 10px !important;
}
.offer_2
{
    padding: 50px;
    background-color: #f8f0e7;
    margin-bottom: 40px;
}
.refer_2 img
{
    width: 100%;
    height: 600px;
    object-fit: cover;
}
.refer_3 img
{
    width: 100%;
    height: 150px;
    object-fit: contain;
}
.refer_3
{
    margin-top: 30px;
}
.frind_3 
{
    background: url(../img/frind_3.png);
}

.checklist.style3 ul {
    list-style: none; /* Removes the default bullet points */
    padding-left: 0;  /* Removes padding */
}

.checklist.style3 ul li {
    position: relative;
    padding-left: 30px; /* Space for the icon */
    margin-bottom: 10px; /* Space between list items */
}

.checklist.style3 ul li::before {
    content: "\f352"; /* Font Awesome unicode for 'check' */
    font-family: "Font Awesome 6 Pro";
    position: absolute;
    left: 0;
    top: 0;
    color: #970104; /* Icon color */
    font-size: 18px; /* Icon size */
}
.refer_4
{
    background-color: #eaeaea;
    padding: 30px;
    margin-bottom: 30px;
}
.refer_5
{
    background-color: #eaeaea;
    padding: 30px;
    text-align: center;
}
.refer_5 a
{
    font-size: 25px;
}
.text-center_1
{
    align-items: center !important;
    justify-content: center;
    text-align: center;
}

.or_section:before {
    border-left: 1px solid #666;
    content: "";
    display: block;
    height: 25px;
    width: 1px;
    margin: 0 auto;
    margin-bottom: 5px;
}
.or_section:after {
    border-left: 1px solid #666;
    content: "";
    display: block;
    height: 25px;
    width: 1px;
    margin: 0 auto;
    margin-top: 5px;
}
.or_section {
    display: block !important;
    margin-top: 0px !important;
    margin-bottom: 10px !important;
    text-align: center !important;
    padding: 0px !important;
    height: 80px;
    width: 100%;
}
    .jobPage #JobSec .jobListing .vacancyBx {
        padding: 45px 38px 50px 50px;
    }
    .jobPage #JobSec {
        padding: 80px 0px 125px;
    }
        .jobPage #JobSec .HeadingSec {
        margin-bottom: 45px;
    }
        .jobPage #JobSec .jobListing .vacancyBx {
        padding: 45px 38px 50px 50px;
    }
    
    
.hoveranim {
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    overflow: hidden;
}
.career_1
{
    box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
    padding: 20px 40px;
    margin-bottom: 30px;
}
.project-modal {
  border-radius: 12px;
  overflow: hidden;
}

.modal-header {
  background: #0c1824;
  color: #fff;
}

.project-form label {
  font-weight: 600;
  margin-bottom: 6px;
  display: block;
}

.option-group {
  display: flex;
  flex-wrap: wrap;
  gap: 15px;
}
body {
  font-family: "Segoe UI", sans-serif;
}

/* ==============================
   RIGHT FIXED ENQUIRY BUTTON
============================== */
.right-fix {
  position: fixed;
  right: -1px;
  top: 50%;
  transform: rotate(-90deg) translateY(-50%);
  transform-origin: right center;
  z-index: 1050;
}

.right-fix a {
  display: inline-block;
  background: linear-gradient(135deg, #ff3134, #ff3a3c);
  color: #ffffff;
  font-weight: 700;
  font-size: 17px;
  letter-spacing: 0.5px;
  padding: 12px 28px;
  border-radius: 10px 10px 0 0;
  text-decoration: none;
  box-shadow: 0 8px 25px rgba(0,0,0,0.15);
  transition: all 0.3s ease;
}

.right-fix a:hover {
  background: linear-gradient(135deg, #0c1824, #13283d);
  color: #f2b705;
  box-shadow: 0 12px 30px rgba(0,0,0,0.25);
}


/* ==============================
   MODAL CONTAINER
============================== */
.project-modal {
  border-radius: 16px;
  border: none;
  overflow: hidden;
  box-shadow: 0 20px 60px rgba(0,0,0,0.25);
}

/* Header */
.modal-header {
  background: linear-gradient(135deg, #ff393d, #ff393e);
  color: #ffffff;
  padding: 18px 24px;
  border-bottom: none;
  z-index:9999;
}

.modal-title {
  font-weight: 700;
  font-size: 18px;
  letter-spacing: 0.4px;
  color: #fff;
}

/* Close Button */
.modal-header .btn-close,
.modal-header .close {
  filter: invert(1);
  opacity: 0.8;
}

.modal-header .btn-close:hover,
.modal-header .close:hover {
  opacity: 1;
}


/* ==============================
   FORM STYLING
============================== */
.project-form {
  padding: 10px 5px;
}

.project-form label {
  font-weight: 600;
  font-size: 14px;
  color: #0c1824;
  margin-bottom: 6px;
}

/* Input Fields */
.form-control {
  height: 48px;
  border-radius: 8px;
  border: 1px solid #dcdcdc;
  font-size: 14px;
  padding: 10px 14px;
  transition: all 0.25s ease;
}

.form-control:focus {
  border-color: #f2b705;
  box-shadow: 0 0 0 0.15rem rgba(242,183,5,0.25);
}

/* Textarea */
textarea.form-control {
  height: auto;
  min-height: 90px;
  resize: none;
}


/* ==============================
   RADIO / OPTION GROUPS
============================== */
.option-group {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.option-group label {
  display: flex;
  align-items: center;
  gap: 6px;
  background: #f8f9fb;
  padding: 10px 16px;
  border-radius: 8px;
  font-size: 13px;
  font-weight: 500;
  border: 1px solid #e5e5e5;
  cursor: pointer;
  transition: all 0.25s ease;
}

.option-group input {
  accent-color: #f2b705;
}

.option-group label:hover {
  background: #fff;
  border-color: #f2b705;
  box-shadow: 0 4px 15px rgba(0,0,0,0.08);
}


/* ==============================
   SUBMIT BUTTON
============================== */
.btn-submit {
  margin-top: 12px;
  background: linear-gradient(135deg, #0c1824, #13283d);
  color: #ffffff;
  font-weight: 700;
  font-size: 15px;
  letter-spacing: 0.6px;
  padding: 14px;
  width: 100%;
  border-radius: 10px;
  border: none;
  text-transform: uppercase;
  transition: all 0.3s ease;
}

.btn-submit:hover {
  background: linear-gradient(135deg, #f2b705, #e0a800);
  color: #0c1824;
  box-shadow: 0 10px 25px rgba(242,183,5,0.45);
}


/* ==============================
   RESPONSIVE IMPROVEMENTS
============================== */
@media (max-width: 767px) {
  .option-group {
    gap: 8px;
  }

  .option-group label {
    width: 100%;
    justify-content: flex-start;
  }

  .right-fix {
    /* right: -70px; */
  }
}
#ProjCompletion {
  /* padding: 80px 0; */
  background: #fff;
}

.MainHead {
  text-align: center;
  margin-bottom: 60px;
}

.MainHead h2 {
  font-size: 32px;
  font-weight: 600;
}

.MainHead span {
  color: #ff393d; /* D-LIFE purple tone */
}

/* Steps layout */
.CompletionSteps {
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
}

.Step {
  text-align: center;
  width: 20%;
  position: relative;
}

.Step p {
  font-size: 14px;
  margin-top: 15px;
  color: #333;
  line-height: 1.4;
}

/* Icon circle */
.Round {
  width: 110px;
  height: 110px;
  border-radius: 50%;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: center;
}

.Round img {
  width: 50px;
}

/* Completed steps */
.Step.completed .Round {
  background: #ff393d;
}

.Step.completed img {
  filter: brightness(0) invert(1);
}

/* Pending steps */
.Step.pending .Round {
  border: 2px solid #999;
  background: #fff;
}

.Step.pending img {
  filter: none;
}

/* Arrow */
.Arrow {
  position: absolute;
  top: 55px;
  right: -52%;
  width: 80%;
  height: 1px;
  background: #999;
}

.Arrow::after {
  content: "";
  position: absolute;
  /* right: -6px; */
  top: -4px;
  border-left: 8px solid #999;
  border-top: 5px solid transparent;
  border-bottom: 5px solid transparent;
}

.Step:last-child .Arrow {
  display: none;
}

/* Responsive */
@media (max-width: 991px) {
  .CompletionSteps {
    flex-wrap: wrap;
    gap: 40px;
  }

  .Step {
    width: 45%;
  }

  .Arrow {
    display: none;
  }
}

@media (max-width: 575px) {
  .Step {
    width: 100%;
  }
}
.Step.active .Round {
  background: #0c1824;
  border-color: #0c1824;
  box-shadow: 0 18px 40px rgba(0,0,0,0.25);
}

.Step.active .Round img {
  filter: brightness(0) invert(1);
  transform: scale(1.15);
}

.Step.active .Txt {
  color: #f2b705;
}

.Step.active .Progrs {
  background: #0c1824;
}

.Step.active .Progrs::after {
  border-left-color: #0c1824;
}

@media (max-width: 768px) {

  .CompletionSteps {
    display: flex;
    flex-wrap: nowrap;
    overflow-x: auto;
    scroll-behavior: smooth;
    -webkit-overflow-scrolling: touch;
    padding-bottom: 20px;
  }

  .CompletionSteps::-webkit-scrollbar {
    display: none;
  }

  /* 3 items visible */
  .Step {
    flex: 0 0 33.333%;
    min-width: 33.333%;
    opacity: 1;
    transform: none;
  }

  .Progrs {
    display: none;
  }
}
@media  (min-width: 300px) and  (max-width: 999px)  {

.blog-card.style3 .box-date_1 {
    background-color: #ffffffdd;
    padding: 15px 10px;
    position: absolute;
    text-align: center;

    width: 100%;
    left: 0;
    bottom: 0;

    box-sizing: border-box;
}
}

/* ================= STICKY ICON CONTAINER ================= */
.sticky-icon {
    position: fixed;
    left: 0;
    bottom: 200px;                /* 200px from bottom */
    width: 210px;
    z-index: 99;
    display: flex;
    flex-direction: column;
}

/* ================= STICKY LINKS ================= */
.sticky-icon a {
    position: relative;           /* IMPORTANT */
    transform: translateX(-160px);
    border-radius: 0 50px 50px 0;
    margin: 2px 0;
    padding: 10px 55px 10px 15px; /* space for icon on right */
    font-size: 18px;
    font-family: Arial, sans-serif;
    text-decoration: none;
    color: #fff;
    transition: all 0.5s ease;
    white-space: nowrap;
}

/* Hover effect */
.sticky-icon a:hover {
    transform: translateX(0);
}

/* ================= ICON STYLE (ALWAYS VISIBLE) ================= */
.sticky-icon a i {
    position: absolute;
    right: 5px;                 /* keeps icon visible */
    top: 50%;
    transform: translateY(-50%);
    background-color: #fff;
    height: 40px;
    width: 40px;
    line-height: 40px;
    text-align: center;
    border-radius: 50%;
    transition: all 0.5s ease;
}

/* Icon rotate on hover */
.sticky-icon a:hover i {
    transform: translateY(-50%) rotate(360deg);
}

/* ================= BRAND COLORS ================= */
.Facebook {
    background: #1877F2;
}
.Facebook i {
    color: #1877F2;
}

.Instagram {
    background: #E4405F;
}
.Instagram i {
    color: #E4405F;
}

.Threads {
    background: #000000;
}
.Threads i {
    color: #000000;
}

.LinkedIn {
    background: #0A66C2;
}
.LinkedIn i {
    color: #0A66C2;
}

/* ================= MOBILE RESPONSIVE ================= */
@media (max-width: 768px) {
    .sticky-icon {
        bottom: 150px;
    }

    .sticky-icon a {
        font-size: 14px;
        padding: 8px 45px 8px 12px;
    }

    .sticky-icon a i {
        height: 34px;
        width: 34px;
        line-height: 34px;
        right: 0px;
    }
}
.option-group input:checked + span,
.option-group label:has(input:checked) {
  background: #fff6d9;
  border-color: #f2b705;
}