:root {
    --theme-color: #2a2870;
    --theme-color2: #9fcc3b;
    --title-color: #000;
    --body-color: #292929;
    --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: "Outfit", sans-serif;
    --title-font2: "Outfit", sans-serif;

    --title-font3: "Boldonse", system-ui;
    --body-font: "Outfit", sans-serif;
    --icon-font: "Font Awesome 6 Pro";
    --main-container: 1620px;
    --container-gutters: 24px;
    --section-space: 120px;
    --section-space-mobile: 80px;
    --section-title-space: 60px;
    --ripple-ani-duration: 5s
}

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

body {
    font-family: var(--body-font);
    font-size: 17px;
    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
}

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: 100%;
}

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 18px 0;
    color: var(--body-color);
    line-height: 1.6
}

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.2;
    margin: 0 0 15px 0
}

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

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

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

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

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

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

@media (max-width: 1500px) {

    .h1,
    h1 {
        font-size: 67px;
        line-height: 1.2
    }
}

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

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

    .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: 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 (min-width: 1300px) {

    .container-xxl,
    .container-xl,
    .container-lg,
    .container-md,
    .container-sm,
    .container {
        max-width: 1300px;

    }

}

@media only screen and (min-width: 1450px) {

    .container-xxl,
    .container-xl,
    .container-lg,
    .container-md,
    .container-sm,
    .container {
        max-width: 1400px;

    }
}

@media only screen and (min-width: 1600px) {

    .container-xxl,
    .container-xl,
    .container-lg,
    .container-md,
    .container-sm,
    .container {
        max-width: 1450px;

    }
}

@media only screen and (min-width: 1800px) {

    .container-xxl,
    .container-xl,
    .container-lg,
    .container-md,
    .container-sm,
    .container {
        max-width: 1550px;

    }
}

@media only screen and (min-width: 2000px) {

    .container-xxl,
    .container-xl,
    .container-lg,
    .container-md,
    .container-sm,
    .container {
        max-width: 1850px;

    }
}

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

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

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: var(--bs-gutter-x);
    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(--theme-color2);
    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: 2px;
    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(--theme-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-color2);
    border-color: var(--theme-color2)
}

.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.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: 0 15px;
    padding-bottom: 30px;
    padding-top: 15px;
    display: block;
    text-align: center;
    background-color: transparent;
}

.th-menu-wrapper .mobile-logo img {
    height: 32px;
}

.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: #fff;
    background-color: var(--theme-color);
    border-radius: 50%;
}

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

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

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

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

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

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

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

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

.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;
    font-weight: 600;
}

.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 a {
    font-weight: 500;
    font-size: 15px
}

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

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

.th-menu-toggle {
    width: 40px;
    height: 40px;
    padding: 0;
    font-size: 26px;
    border: none;
    background-color: transparent;
    color: var(--theme-color);
    font-weight: 600;
}

.th-menu-toggle:hover {
    background-color: transparent;
    color: var(--theme-color2);
}

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

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

.load-text span:nth-child(1) {
    -webkit-animation-delay: 0s;
    animation-delay: 0s
}

.load-text span:nth-child(2) {
    -webkit-animation-delay: 0.1s;
    animation-delay: 0.1s
}

.load-text span:nth-child(3) {
    -webkit-animation-delay: 0.2s;
    animation-delay: 0.2s
}

.load-text span:nth-child(4) {
    -webkit-animation-delay: 0.3s;
    animation-delay: 0.3s
}

.load-text span:nth-child(5) {
    -webkit-animation-delay: 0.4s;
    animation-delay: 0.4s
}

.load-text span:nth-child(6) {
    -webkit-animation-delay: 0.5s;
    animation-delay: 0.5s
}

.load-text span:nth-child(7) {
    -webkit-animation-delay: 0.6s;
    animation-delay: 0.6s
}

@-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: var(--title-color);
    font-family: var(--body-font);
    border: none;
    font-weight: 500;
    font-size: 16px;
    text-transform: capitalize;
    color: var(--white-color);
    line-height: 1;
    padding: 14px 45px;
    border-radius: 60px;
    -webkit-transition: color 0.5s;
    transition: color 0.5s;
    gap: 8px;
    background-color: var(--theme-color2);
    color: #fff;
    fill: #fff;

    background: linear-gradient(90.4deg, #c3ff3f, #2a2870, #2a2870)
}

.th-btn .e-font-icon-svg {
    height: 1em;
    width: 1em;
    top: 0px;
    position: relative;
}

.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;
    background: linear-gradient(90.4deg, #2a2870, #2a2870, #c3ff3f);
}

.th-btn:hover {
    color: var(--white-color);
    background: linear-gradient(90.4deg, #2a2870, #2a2870, #c3ff3f);
}

.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);
    color: #fff;

    background: linear-gradient(90.4deg, #312bff, #3c37d2, #2a2870, #2a2870);
}

.th-btn.style3:hover {
    color: var(--white-color);
    background: linear-gradient(90.4deg, #c3ff3f, #2a2870, #2a2870);
}

.th-btn.style3:hover:before {
    background-color: var(--title-color);
    background: linear-gradient(90.4deg, #c3ff3f, #2a2870, #2a2870);
}

.th-btn.style4 {
    background-color: var(--title-color);
    color: #fff;

    fill: #fff;

}

.th-btn.style4:hover:before {
    background-color: var(--theme-color2);
    color: #fff;

    fill: #fff
}

.th-btn.style5 {
    background-color: transparent;
    color: #fff;

    fill: #fff;
    border: 1px solid #fff;
    background: transparent;
}

.th-btn.style4:hover:before {
    background-color: var(--theme-color2);
    color: #fff;

    fill: #fff
}

.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(--theme-color2);
    color: var(--theme-color2);
    font-weight: 500;
}

.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.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: 40px;
    bottom: 35px;
    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;
    display: none;
}

.scroll-top:after {
    content: "\f062";
    font-family: var(--icon-font);
    position: absolute;
    text-align: center;
    line-height: 50px;
    font-size: 20px;
    color: #FFF;
    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(--theme-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: 40px;
    margin-top: 0;
    font-weight: 600;
    font-size: 46px;
    line-height: 1.2;
}

.sec-title.style2 {
    font-weight: 600;
    font-size: 46px;
    line-height: 1.2;
    font-family: var(--title-font);
    color: var(--theme-color);
}




.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 .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: 500;
    font-size: 19px;
    line-height: 26px;
    color: var(--theme-color2);
    margin-bottom: 9px;
    display: inline-block;
    padding: 0 0px;
}

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




.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: 40px;
    position: relative;
    z-index: 5;

}

.title-area p {
    font-weight: 500;
    color: var(--title-color);
    margin-bottom: 10px;
}

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

}

.title-area .sec-title {
margin-top: 30px;
    margin-bottom: 7px
}

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

.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;
    text-align: center;
}

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

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

.fw-extralight {
    font-weight: 100
}

.fw-light {
    font-weight: 300
}

.fw-normal {
    font-weight: 400
}

.fw-medium {
    font-weight: 500
}

.fw-semibold {
    font-weight: 600
}

.fw-bold {
    font-weight: 700
}

.fw-extrabold {
    font-weight: 800
}

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

.fs-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 {
font-size: 40px;
    color: var(--theme-color2) !important
}

.text-theme div {
    background: linear-gradient(90.4deg, #c3ff3f, #2a2870, #2a2870);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    -webkit-text-fill-color: transparent;
    background-size: 100%;
    -webkit-background-clip: text;
    background-clip: text;

}

.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: 30px 32px;
    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%)
}

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

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

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

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

.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: 100%;
    color: var(--white-color);
    background-color: transparent;
    padding: 0;
    border: none;
    margin: 0 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: 17px;
    font-weight: 500;
    padding: 0 0 0 0px;
    margin-bottom: 20px;
    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_nav_menu a:hover:before,
.footer-widget.widget_nav_menu a:before {
    content: unset !important
}

.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-font);
    font-weight: 700;
    font-size: 91px;
    line-height: 1.2;
    letter-spacing: 0;
    color: var(--title-color);
}



.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;
    width: 100%;
    left: 0;
    right: 0;
}

.header-absolute {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%
}

.bb-container {
    padding-top: 0px;
    margin-top: 15px;
}

.sticky-wrapper {
    -webkit-transition: 0.4s ease-in-out;
    transition: 0.4s ease-in-out;
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.07);

    background-color: #fff;
}

.sticky-wrapper.stickywhite {
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.07);

}

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

.menu-area {
    /* background: #eaeaea66;
    border-radius: 30px;
    padding: 10px 30px;*/

}

.main-menu a {
    display: block;
    position: relative;
    font-family: var(--body-font);
    font-weight: 600;
    font-size: 17px;
    line-height: 28px;
    letter-spacing: 0;
    color: var(--theme-color);
    text-transform: capitalize;
}

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

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

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

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

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

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

.main-menu ul li.menu-item-has-children {
    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;

}



.main-menu ul.sub-menu,
.main-menu ul.mega-menu {
    position: absolute;
    text-align: left;
    top: 100%;
    left: 0;
    background-color: #fff;
    visibility: hidden;
    min-width: 190px;
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    padding: 7px;
    left: -14px;
    opacity: 0;
    z-index: -1;
    border-top: unset;
    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: 17px 0px 10px 0px;
    left: 0;
    border-radius: 11px;
}

.main-menu ul.sub-menu li {
    display: block;
    margin: 0 0;
    padding: 0px 0px
}

.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;
    margin-bottom: 2px;
    padding: 0px 20px;
}



.main-menu ul.sub-menu li a:hover {
    padding-left: 0px;
    padding: 0px 20px;
}

.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: 10px;
    padding-bottom: 10px;
}

.header-logo img {
    height: 34px;
    margin-bottom: 0;
}

.header-transpareent .header-logo img {
    height: 34px;
    margin-bottom: 0px;
}

.sticky-wrapper.sticky .header-logo img {
    height: 34px;
    margin-bottom: 0px;
}

.header-top {
    background-color: #010F1C;
    padding: 10.7px 0
}

.header-layout1 {
    border-bottom: unset;
    margin-top: 0px;
}

.header-layout1.header-transpareent {
    margin-top: 0px;

    position: relative
}

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

.header-layout1.header-transpareent .main-menu>ul>li>a {
    padding: 39px 0
}

.header-layout1 .sticky-wrapper.sticky .main-menu>ul>li>a {
    padding: 30px 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 .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%
}

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

    background-position: center;
    background-size: auto;
    padding: 100px 0 0px;
    margin-bottom: 0;
    width: 100%;
    border-radius: 0;
    background: transparent;
}

.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);
    font-weight: 500
}

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


.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;
    background: #FFF;
    border-radius: 0;
}

.footer-layout1 .widget-area {
    position: relative;
    --body-color: #fff;
    --title-color: #fff
}


.footer-layout1 .widget-area:before {
    background-color: var(--theme-color);
    opacity: 1;
    transition: background 0.3s, border-radius 0.3s, opacity 0.3s;
    inset: 0;
    position: absolute;
    content: "";

}

.footer-layout1 .widget-area .container {

    position: relative
}

.footer-layout1 .footer-widget .widget_title {
    font-family: var(--title-font);
    font-weight: 600;
    max-width: 100%;
    color: var(--title-color);
    font-size: 22px;
}

.footer-layout1 .footer-widget.footer-line:before {
    content: "";
    position: absolute;
    top: 0;
    right: -160px;
    background-color: rgb(133 133 133 / 10%);
    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(--body-color)
}

.footer-layout1 .footer-widget.widget_nav_menu a:hover {
    color: var(--theme-color2)
}


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


.footer-layout1 .copyright-wrap {
    border-top: unset;
    border-bottom: unset;
    position: relative;
    padding: 22px 0;
    border-top: 1px solid #ffffff12;
}

.footer-layout1 .copyright-text {
    font-weight: 500;
    font-size: 16px;
    color: var(--body-color)
}

.footer-layout1 .copyright-text a {
    background: linear-gradient(90.4deg, #9FCC44, #b3d020, #fff30b);
    -webkit-text-fill-color: transparent;
    background-size: 100%;
    -webkit-background-clip: text;
    background-clip: text;
}

.footer-layout1 .copyright-text a:hover {
    color: var(--theme-color2)
}

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

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

.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 {
    line-height: 1.139;
    margin: 0 0 13px;
    padding-left: 0;
    text-align: left;
    font-size: 56px;
    font-weight: 600;
    line-height: 1;
    color: #fff;
    text-transform: capitalize;
    text-align: center;
    text-shadow: 0px 5px 20px #000000;
}

.breadcumb-wrapper {
    position: relative;
    background-color: var(--title-color);
    padding: 140px 0;
    z-index: 2
}



.breadcumb-content {
    max-width: 1180px;
    display: block;
    margin: auto;
    text-align: center
}

.breadcumb-intitle {
    color: #fff;
    font-size: 29px;
    font-weight: 600;
    line-height: 1.139;
    margin-bottom: 0;
    text-shadow: 0px 5px 20px #040404;
}

.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: 32px;
    padding-bottom: 25px
}

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

.hero-4 {
    position: relative;
}

.hero-4 .swiper-slide:before {
    position: absolute;
    width: 100%;
    height: 100%;
    inset: 0;
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    content: "";
    width: 68%;
    height: 100%;
    background: linear-gradient(90deg, rgb(0 0 0 / 38%) 70%, rgb(0 0 0 / 3%) 95%);
    z-index: 2;
}

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

.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-font);
    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: 45px
    }
}

@media (max-width: 375px) {
    .hero-style1 .hero-title {
        font-size: 40px
    }
}

@media (max-width: 320px) {
    .hero-style1 .hero-title {
        font-size: 37px
    }
}

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

.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-font);
    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-font);
    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;
    display: none !important;
}

@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-color2);
    -webkit-animation-delay: 1s;
    animation-delay: 1s;
    display: none;
    overflow: hidden
}

.hero-4 .tab-btn.active {
    background-color: #fff;
    border-color: #fff;
}

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



.hero-style4 .hero-title {
    font-family: var(--title-font);
    font-weight: 700;
    color: #ffffff;
    font-size: 60px;
    line-height: 1.2;
    margin-bottom: 0;
    text-shadow: 0px 5px 20px #040404;

}

.hero-style4 .hero-style4-p p {
    color: #fff;
    text-shadow: 0px 5px 20px #040404;

    margin-bottom: 10px
}

.hero-style4 .hero-style4-p p {
    color: #fff;
    text-shadow: 0px 5px 20px #040404;
}

.hero-style4 .hero-title-span {

    font-weight: 600;
    text-transform: capitalize;
    font-size: 20px;
    margin-bottom: 0px;
    line-height: 1.2;
    color: #fff;
    text-shadow: 0px 5px 20px #040404;
}

span.ss1-span {
    text-shadow: 0px 5px 20px #040404;
}

.hero-style4 .hero-title span.text-theme {
    color: var(--theme-color2) !important;

}

.hero-style4 {
    display: flex;
    gap: 12px;
    justify-content: space-between;
    flex-direction: column;
    padding: 0px 0 !important;
    max-width: 836px;

}


.hero-style4 .hero-text {
    font-weight: 500;
    font-size: 18px;
    color: var(--body-color);
    margin-bottom: 20px
}

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

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

.cart_table td.product-quantity {
    min-width: 155px
}

.cart_table .qty-btn {
    border: 2px solid var(--smoke-color) !important;
    background-color: transparent;
    color: var(--title-color);
    padding: 0;
    width: 30px;
    height: 30px;
    line-height: 28px;
    font-size: 14px;
    border-radius: 4px
}

.cart_table .qty-btn:hover {
    background-color: var(--theme-color);
    color: var(--white-color)
}

.cart_table .qty-input {
    vertical-align: middle;
    border: 2px solid var(--smoke-color);
    width: 60px;
    height: 30px;
    font-size: 14px;
    text-align: center;
    color: var(--title-color);
    font-weight: 700;
    margin: 0 3px;
    border-radius: 4px;
    padding: 0
}

.cart_table .qty-input::-moz-placeholder {
    color: var(--title-color)
}

.cart_table .qty-input::-webkit-input-placeholder {
    color: var(--title-color)
}

.cart_table .qty-input:-ms-input-placeholder {
    color: var(--title-color)
}

.cart_table .qty-input::-ms-input-placeholder {
    color: var(--title-color)
}

.cart_table .qty-input::placeholder {
    color: var(--title-color)
}

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

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

.cart_table .actions {
    text-align: right;
    vertical-align: middle;
    padding-left: 20px
}

.cart_table .actions>.th-btn {
    font-size: 16px;
    padding: 20px 28px;
    margin-right: 15px
}

.cart_table .actions>.th-btn:hover {
    color: #fff
}

.cart_table .actions>.th-btn:last-child {
    margin-right: 0
}

.cart_table .th-cart-coupon {
    float: left;
    margin: 0;
    width: 455px;
    max-width: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex
}

.cart_table .th-cart-coupon input {
    width: calc(100% - 200px);
    margin-right: 10px;
    border-radius: 14px;
    height: 56px
}

.cart_table .th-cart-coupon .th-btn {
    font-size: 16px;
    padding: 20px 25px;
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content
}

.cart_totals {
    --th-border-color: #E1E4E5;
    border: 1px solid var(--th-border-color)
}

.cart_totals th,
.cart_totals td {
    vertical-align: top;
    padding: 20px 20px;
    border: none;
    border: 1px solid var(--th-border-color);
    font-size: 14px;
    color: var(--title-color);
    width: 55%;
    background-color: var(--white-color)
}

.cart_totals th:first-child,
.cart_totals td:first-child {
    width: 45%;
    background-color: var(--white-color);
    font-weight: 700;
    font-size: 14px;
    color: var(--title-color)
}

.cart_totals .shipping-calculator-button {
    display: inline-block;
    border-bottom: 1px solid;
    color: var(--title-color);
    font-weight: 700
}

.cart_totals .shipping-calculator-button:hover {
    color: var(--theme-color)
}

.cart_totals .woocommerce-shipping-destination {
    margin-bottom: 10px
}

.cart_totals .woocommerce-shipping-methods {
    margin-bottom: 0
}

.cart_totals .shipping-calculator-form {
    display: none
}

.cart_totals .shipping-calculator-form p:first-child {
    margin-top: 20px
}

.cart_totals .shipping-calculator-form p:last-child {
    margin-bottom: 0
}

.cart_totals .amount {
    font-weight: 700
}

.cart_totals .order-total .amount {
    color: var(--theme-color)
}

.empty-notice {
    margin: 40px auto
}

@media (max-width: 991px) {
    .cart_table th {
        padding: 23px 8px;
        font-size: 14px
    }

    .cart_table .cart-productname {
        font-size: 14px
    }

    .cart_table .th-cart-coupon {
        width: 100%;
        margin-bottom: 20px;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center
    }

    .cart_table .actions {
        text-align: center
    }

    .cart_table .cart-productimage {
        max-width: 100px
    }
}

@media (max-width: 767px) {
    .cart_table {
        text-align: left;
        min-width: auto;
        border-collapse: separate;
        border-spacing: 0 20px;
        border: none
    }

    .cart_table thead {
        display: none
    }

    .cart_table td {
        padding: 15px;
        display: block;
        width: 100%;
        padding-left: 25%;
        text-align: right;
        border: 1px solid #f3f3f3;
        border-bottom: none
    }

    .cart_table td::before {
        display: block
    }

    .cart_table td:last-child {
        border-bottom: 1px solid #f3f3f3
    }

    .cart_table td.actions {
        padding-left: 15px;
        text-align: center
    }

    .cart_table td.actions>.th-btn {
        margin-top: 10px;
        margin-right: 0;
        display: block;
        width: -webkit-max-content;
        width: -moz-max-content;
        width: max-content;
        margin-left: auto;
        margin-right: auto
    }

    .cart_table td.actions>.th-btn:last-child {
        margin-right: auto
    }

    .cart_table .th-cart-coupon {
        width: 100%;
        text-align: center;
        float: none;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
        display: block;
        padding-bottom: 10px
    }

    .cart_table .th-cart-coupon input {
        width: 100%;
        margin-bottom: 10px
    }

    .cart_totals th,
    .cart_totals td {
        padding: 15px 10px
    }

    .cart_totals th:first-child,
    .cart_totals td:first-child {
        width: 17%;
        line-height: 1.4
    }
}

.wc-block-components-quantity-selector {
    height: 40px
}

.wc-block-components-quantity-selector input.wc-block-components-quantity-selector__input {
    height: 40px
}

.wc-block-components-product-badge {
    background: var(--theme-color);
    color: var(--white-color)
}

.wc-block-cart__submit-button {
    background: var(--theme-color) !important;
    color: var(--white-color) !important;
    -webkit-transition: 0.4s;
    transition: 0.4s
}

.wc-block-cart__submit-button:hover {
    background-color: var(--title-color) !important;
    color: var(--white-color) !important
}

.cart.grouped_form .quantity:after,
.cart.grouped_form .product-about .quantity:after {
    display: none
}

.woocommerce-checkout .form-group,
.woocommerce-checkout .form-row {
    margin-bottom: 0
}

.woocommerce-checkout .form-select,
.woocommerce-checkout .select2-container,
.woocommerce-checkout .form-control {
    margin-bottom: 0
}

.woocommerce-checkout .select2-container--open .select2-dropdown--below {
    margin-top: -35px
}

.woocommerce-checkout .select2-container--open .select2-dropdown--above {
    position: relative;
    bottom: -30px
}

.woocommerce-checkout .select2-dropdown {
    border: 1px solid #e3e6e9;
    border-top: none
}

.woocommerce-checkout .select2-container--default .select2-selection--single {
    border-radius: 100px
}

.woocommerce-checkout .select2-container--default .select2-selection--single .select2-selection__rendered,
.woocommerce-checkout .select2-container--default .select2-selection--single .form-control:focus {
    color: var(--body-color)
}

.select2-container--default .select2-search--dropdown .select2-search__field {
    border: 1px solid #eee;
    padding: 0
}

.woocommerce-form-login select,
.woocommerce-form-login .form-select,
.woocommerce-form-login .form-control,
.woocommerce-form-login .select2,
.woocommerce-form-login .select2-container,
.woocommerce-form-coupon select,
.woocommerce-form-coupon .form-select,
.woocommerce-form-coupon .form-control,
.woocommerce-form-coupon .select2,
.woocommerce-form-coupon .select2-container,
.woocommerce-checkout select,
.woocommerce-checkout .form-select,
.woocommerce-checkout .form-control,
.woocommerce-checkout .select2,
.woocommerce-checkout .select2-container {
    margin-bottom: var(--bs-gutter-x)
}

#ship-to-different-address {
    margin-top: 15px
}

.select2-container--default .select2-selection--single {
    height: 50px;
    border: 1px solid #e3e6e9
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
    line-height: 50px;
    padding-left: 30px;
    padding-right: 25px
}

.woocommerce-billing-fields .form-row {
    margin-bottom: 0
}

.select2-container--default .select2-selection--single .select2-selection__arrow b:before {
    content: "\f107";
    font-family: var(--icon-font)
}

.select2-container--default .select2-selection--single .select2-selection__arrow b {
    margin: 0;
    border: none;
    top: -5px
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 60px;
    line-height: 60px;
    margin-right: 30px
}

span.select2-selection.select2-selection--single:focus {
    outline: none
}

.shipping-calculator-form .form-select,
.shipping-calculator-form .form-control {
    height: 40px;
    padding-left: 15px;
    font-size: 16px;
    background-position: right 13px center
}

.shipping-calculator-form .th-btn {
    font-size: 14px;
    padding: 0 20px;
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    height: 40px
}

.checkout-ordertable th,
.checkout-ordertable td {
    border: 1px solid #ededed;
    text-align: right;
    padding: 5px 20px;
    vertical-align: top;
    font-size: 14px;
    font-weight: 600;
    color: #2c3e50
}

.checkout-ordertable th {
    font-weight: 800;
    text-align: left
}

.checkout-ordertable ul {
    margin: 0;
    padding: 0
}

.checkout-ordertable .order-total .amount {
    color: var(--theme-color)
}

.checkout-ordertable input[type="hidden"]~label {
    color: var(--theme-color)
}

.woocommerce-checkout .form-group input:not(:last-child) {
    margin-bottom: var(--bs-gutter-x)
}

.woocommerce-checkout-payment {
    text-align: left
}

.woocommerce-checkout-payment ul {
    margin: 0;
    padding: 0;
    list-style-type: none
}

.woocommerce-checkout-payment ul li {
    padding-top: 12px;
    border-bottom: 1px solid #d8d8d8;
    border-radius: 4px;
    font-size: 16px
}

.woocommerce-checkout-payment ul input[type="radio"]~label {
    margin-bottom: 17px;
    color: var(--body-color)
}

.woocommerce-checkout-payment ul input[type="radio"]~label img {
    margin-bottom: -2px;
    margin-left: 10px
}

.woocommerce-checkout-payment .place-order {
    padding-top: 30px
}

.woocommerce-checkout-payment .payment_box {
    color: #a1b1bc;
    background-color: #ecf0f1;
    border: 1px solid #d8d8d8;
    border-bottom: none;
    font-size: 14px;
    padding: 10px 20px;
    border-radius: 4px;
    display: none
}

.woocommerce-checkout-payment .payment_box p {
    margin: 0
}

.th-checkout-wrapper form.woocommerce-form {
    margin-bottom: 25px
}

@media (max-width: 767px) {
    tfoot.checkout-ordertable th {
        display: none
    }

    .woocommerce-checkout-payment ul input[type="radio"]~label img {
        max-width: 150px
    }

    .checkout-ordertable th,
    .checkout-ordertable td {
        padding: 5px 20px 5px 60px
    }
}

.woosw-list .woosw-copy {
    gap: 15px
}

.woosw-copy-btn .button {
    position: relative;
    z-index: 2;
    overflow: hidden;
    vertical-align: middle;
    display: inline-block;
    text-align: center;
    background-color: var(--theme-color);
    font-family: var(--title-font);
    border: none;
    font-weight: 400;
    font-size: 18px;
    text-transform: capitalize;
    color: var(--white-color);
    line-height: 1;
    padding: 17.5px 30px;
    border-radius: 14px;
    -webkit-transition: 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.5);
    transition: 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.5);
    overflow: hidden;
    -webkit-transition-delay: 0s;
    transition-delay: 0s
}

.woosw-copy-btn .button:hover {
    background-color: var(--title-color);
    color: var(--white-color)
}

.tinv-wishlist input[type="checkbox"] {
    display: inline-block;
    opacity: 1;
    visibility: visible;
    vertical-align: middle;
    width: auto;
    height: auto
}

.tinv-wishlist .tinv-header {
    margin-top: -0.8rem;
    text-transform: capitalize
}

.tinv-wishlist .cart-empty {
    padding: 14px 25px;
    font-weight: 700;
    font-size: 14px;
    padding-left: 45px;
    border-radius: 8px
}

.tinv-wishlist p.return-to-shop .button {
    display: inline-block;
    background-color: var(--theme-color);
    color: #fff;
    font-size: 14px;
    padding: 10px 25px;
    margin-top: 10px;
    font-weight: 700
}

.tinv-wishlist p.return-to-shop .button:hover {
    background-color: var(--title-color);
    color: var(--white-color)
}

.tinv-wishlist table {
    border: none
}

.tinv-wishlist table th {
    color: var(--title-color)
}

.tinv-wishlist table td,
.tinv-wishlist table th {
    padding: 15.3px 10px;
    border-bottom: 1px solid var(--th-border-color);
    text-align: center
}

.tinv-wishlist table thead {
    background-color: var(--smoke-color)
}

.tinv-wishlist .product-cb,
.tinv-wishlist .product-remove {
    width: 40px;
    text-align: center
}

.tinv-wishlist .product-thumbnail {
    width: 110px
}

.tinv-wishlist .stock.in-stock {
    margin-bottom: 0
}

.tinv-wishlist ins {
    text-decoration: none
}

.tinv-wishlist .product-remove button {
    border: none;
    height: 22px;
    width: 22px;
    text-align: center;
    font-size: 12px;
    line-height: 22px;
    border-radius: 0;
    padding-top: 0
}

.tinv-wishlist .product-remove button i {
    line-height: 22px;
    font-size: 16px
}

.tinv-wishlist .tinvwl-mobile {
    display: none
}

.tinv-wishlist .social-buttons {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    max-width: 295px;
    margin-left: auto;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center
}

.tinv-wishlist .social-buttons ul {
    padding-left: 0;
    margin-bottom: 0;
    margin-left: auto;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    gap: 6px
}

.tinv-wishlist table.tinvwl-table-manage-list {
    font-size: 16px
}

.tinv-wishlist .product-stock .stock {
    display: block
}

.tinv-wishlist .product-stock span {
    display: inline
}

.tinv-wishlist .product-stock i {
    margin-right: 5px
}

.tinv-wishlist .tinv-modal .icon_big_times {
    margin-bottom: 5px;
    color: var(--theme-color)
}

.tinv-wishlist button.button {
    border: none;
    height: 38px;
    line-height: 38px;
    font-size: 14px;
    font-weight: 600;
    background-color: var(--theme-color);
    color: #fff;
    padding: 1px 15px;
    min-width: 140px
}

.tinv-wishlist button.button i {
    font-size: 18px !important;
    margin-right: 3px !important
}

.tinv-wishlist button.button:hover {
    background-color: var(--title-color);
    color: #fff
}

.tinv-wishlist .tinvwl-buttons-group button i {
    font-size: 14px
}

.tinv-wishlist th,
.tinv-wishlist td.product-name {
    font-size: 16px;
    font-weight: 700;
    font-family: var(--title-font)
}

.tinv-wishlist td.product-name a {
    color: var(--body-color)
}

.tinv-wishlist td.product-name a:hover {
    color: var(--theme-color)
}

.tinv-wishlist td.product-price del {
    margin-left: 8px;
    font-size: 0.9em
}

.tinv-wishlist .social-buttons>span {
    font-weight: 700;
    margin-right: 10px;
    font-family: var(--title-font);
    color: var(--title-color)
}

.tinv-wishlist .social-buttons li {
    display: inline-block;
    margin-right: 0
}

.tinv-wishlist .social-buttons li a.social {
    background-color: var(--theme-color);
    color: #fff;
    width: 30px;
    height: 30px;
    line-height: 30px;
    font-size: 14px;
    display: inline-block;
    text-align: center;
    border-radius: 50px;
    margin-left: 3px
}

.tinv-wishlist .social-buttons li a.social:first-child {
    margin-left: 0
}

.tinv-wishlist .social-buttons li a.social i {
    line-height: inherit
}

.tinv-wishlist .social-buttons li a.social:hover {
    background-color: var(--title-color);
    color: var(--white-color)
}

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

    .tinv-wishlist .tinvwl-mobile {
        display: block
    }

    .tinvwl-txt {
        display: inline-block !important
    }

    .product-stock {
        width: 40px;
        text-align: center
    }
}

@media (max-width: 767px) {
    .tinv-wishlist table {
        table-layout: fixed;
        border-bottom: 1px solid var(--th-border-color)
    }

    .tinv-wishlist table.tinvwl-table-manage-list tbody td.product-remove,
    .tinv-wishlist table.tinvwl-table-manage-list thead th:not(.product-name) {
        display: none
    }

    .tinv-wishlist table td,
    .tinv-wishlist table th {
        border: 1px solid var(--th-border-color)
    }

    .tinv-wishlist table.tinvwl-table-manage-list tbody td {
        display: block;
        width: 100% !important;
        text-align: center
    }

    .product-name {
        text-align: center
    }

    .tinv-wishlist table td,
    .tinv-wishlist table th {
        border-bottom: none
    }

    .tinv-wishlist table tfoot {
        border-bottom: 1px solid var(--th-border-color)
    }

    .tinv-wishlist .social-buttons {
        max-width: 100%;
        margin-left: unset;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column
    }

    .tinv-wishlist .social-buttons ul {
        margin-left: unset;
        margin-top: 5px
    }

    .tinvwl-txt {
        display: inline-block !important
    }
}

.wc-block-checkout__actions_row .wc-block-components-checkout-place-order-button {
    background: var(--theme-color);
    color: var(--white-color);
    border: none
}

.wc-block-checkout__actions_row .wc-block-components-checkout-place-order-button:hover {
    background-color: var(--title-color)
}

.wc-proceed-to-checkout .th-btn:hover {
    color: var(--white-color)
}

.contact-form {
    margin-right: 0;
    width: 100%;
    Background: linear-gradient(90.4deg, #2a2870, #63619e, #999999, #eeffc3);
    padding: 30px;
    border-radius: 20px;
}



.contact-form.style2 {
    padding: 80px 0
}


.contact-form .form-group {
    margin-bottom: 24px
}

.contact-form .form-group i {
    top: 20px;
    font-size: 12px;
    color: #6C6D71
}

.contact-form select,
.contact-form .form-control,
.contact-form .form-select,
.contact-form textarea,
.contact-form input {
    background: #FFFFFF;
    border: 1px solid #E0E2DA;
    border-radius: 10px;
    height: 53px;
    line-height: 1.2;
    padding: 10px 16px;
    font-weight: 500;
    color: var(--theme-color)
}

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

.contact-form .nice-select {
    font-size: 14px;
    font-weight: 500
}

.contact-form .nice-select:after {
    right: 30px;
    border-bottom: 2px solid var(--body-color);
    border-right: 2px solid var(--body-color)
}

.contact-form .nice-select .option {
    color: var(--title-color)
}

.contact-form .nice-select .option.selected {
    color: var(--theme-color) !important;
    background: var(--theme-color) !important
}

.contact-form .nice-select .option.selected.focus {
    color: var(--white-color) !important;
    background: var(--theme-color) !important
}

.contact-form .nice-select .option:hover,
.contact-form .nice-select .option.focus {
    background: var(--theme-color) !important;
    color: var(--white-color) !important
}

.contact-form .nice-select.open .list {
    border-bottom: 3px solid var(--theme-color)
}

.contact-form textarea.form-control,
.contact-form textarea {
    min-height: 120px;
    padding-top: 17px;
    padding-bottom: 10px;
    height: 120px;
    line-height: 1.2;
    color: var(--theme-color)
}

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

.contact-form .form-btn {
    margin-top: 6px
}

.contact-form2.light .contact-text {
    color: var(--body-color)
}

.contact-form2.light select,
.contact-form2.light .form-control,
.contact-form2.light .form-select,
.contact-form2.light textarea,
.contact-form2.light input {
    background: #FFFFFF;
    border: 1px solid #999999
}

.contact-form2 .form-group {
    margin-bottom: 24px
}

.contact-form2 .form-group i {
    font-size: 14px;
    color: var(--body-color)
}

.contact-form2 select,
.contact-form2 .form-control,
.contact-form2 .form-select,
.contact-form2 textarea,
.contact-form2 input {
    background: #0E0E0E;
    border: 1px solid #333333;
    border-radius: 0;
    height: 64px;
    line-height: 64px;
    color: var(--gray-color)
}

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

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

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

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

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

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

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

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

.contact-form2 select i,
.contact-form2 .form-control i,
.contact-form2 .form-select i,
.contact-form2 textarea i,
.contact-form2 input i {
    color: var(--gray-color)
}

.contact-form2 .nice-select {
    font-size: 14px;
    font-weight: 500
}

.contact-form2 .nice-select:after {
    right: 30px;
    border-bottom: 2px solid var(--body-color);
    border-right: 2px solid var(--body-color)
}

.contact-form2 .nice-select .option {
    color: var(--title-color)
}

.contact-form2 .nice-select .option.selected {
    color: var(--theme-color) !important;
    background: var(--theme-color) !important
}

.contact-form2 .nice-select .option.selected.focus {
    color: var(--white-color) !important;
    background: var(--theme-color) !important
}

.contact-form2 .nice-select .option:hover,
.contact-form2 .nice-select .option.focus {
    background: var(--theme-color) !important;
    color: var(--white-color) !important
}

.contact-form2 .nice-select.open .list {
    border-bottom: 3px solid var(--theme-color)
}

.contact-form2 textarea.form-control,
.contact-form2 textarea {
    min-height: 175px;
    padding-top: 0px;
    padding-bottom: 17px
}

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

.contact-form2 label {
    font-weight: 400;
    font-size: 14px;
    color: var(--gray-color)
}

.contact-form2 input[type="checkbox"]~label:before {
    background-color: transparent
}

.contact-form2 .th-btn {
    padding: 22px 40px
}

.contact-image {
    display: grid;
    grid-template-columns: auto auto;
    margin: 0 -70px 0 58px;
    gap: 24px
}

@media (max-width: 1799px) {
    .contact-image {
        margin: 0 0px 0 58px
    }
}

@media (max-width: 1199px) {
    .contact-image {
        margin: 0
    }
}

@media (max-width: 375px) {
    .contact-image {
        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: 375px) {
    .contact-image img {
        width: 100%
    }
}

.contact-image .img2 {
    margin-top: 80px
}

@media (max-width: 375px) {
    .contact-image .img2 {
        margin-top: 0
    }

    .contact-image .img2 img {
        width: 100%
    }
}

.contact-image .img3 {
    text-align: right
}

@media (max-width: 375px) {
    .contact-image .img3 {
        text-align: left
    }

    .contact-image .img3 img {
        width: 100%
    }
}

.contact-image2 {
    position: relative;
    z-index: 2;
    margin: 0% -16% 0 -15%
}

@media (max-width: 1500px) {
    .contact-image2 {
        margin: 0% -16% 0 0%
    }
}

@media (max-width: 1399px) {
    .contact-image2 {
        margin: 0% -12% 0 0%
    }
}

@media (max-width: 1299px) {
    .contact-image2 {
        -webkit-mask-image: none;
        mask-image: none;
        margin: 0
    }
}

@media (max-width: 1199px) {
    .contact-image2 {
        margin: 0
    }
}

.contact-image2 .contact-shape {
    position: absolute;
    top: 49%;
    left: 38%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%)
}

@media (max-width: 1500px) {
    .contact-image2 .contact-shape {
        display: none
    }
}

@media (max-width: 1199px) {
    .contact-info-area {
        padding: 120px 0 80px 0
    }
}

.contact-info_wrapp {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    gap: 72px;
    max-width: 663px
}

@media (max-width: 767px) {
    .contact-info_wrapp {
        gap: 20px
    }
}

@media (max-width: 480px) {
    .contact-info_wrapp {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column
    }
}

.contact-info_wrapp .divided {
    width: 1px;
    height: 80px;
    background-color: #DEDFE3
}

@media (max-width: 767px) {
    .contact-info_wrapp .divided {
        display: none
    }
}

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

@media (max-width: 375px) {
    .contact-info .media-body {
        text-align: center
    }
}

.contact-info_icon {
    display: inline-block;
    width: 80px;
    min-width: 80px;
    height: 80px;
    line-height: 70px;
    border-radius: 24px;
    background-color: var(--theme-color);
    color: var(--white-color);
    text-align: center;
    font-size: 35px;
    position: relative
}

@media (max-width: 375px) {
    .contact-info_icon {
        display: block;
        margin: auto;
        text-align: center
    }
}

.contact-info_label {
    font-family: var(--title-font);
    font-size: 24px;
    line-height: 30px;
    color: var(--title-color);
    font-weight: 600;
    margin-top: -0.3rem;
    margin-bottom: 2px
}

@media (max-width: 1299px) {
    .contact-info_label {
        font-size: 20px
    }
}

.contact-info_link {
    font-weight: 600;
    font-size: 24px;
    line-height: 32px;
    letter-spacing: 0.02em;
    -webkit-text-decoration-line: underline;
    text-decoration-line: underline;
    color: var(--theme-color);
    display: block;
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
    margin-bottom: 15px
}

.contact-info_link:hover {
    color: var(--theme-color)
}

.contact-info_link span {
    display: block
}

.contact-info_text {
    font-size: 18px;
    line-height: 28px;
    letter-spacing: 0.02em;
    max-width: 260px
}

.contact-info .media-body {
    margin-bottom: -0.5rem
}

.contact-media {
    background-color: #F8F8F8;
    padding: 67px 40px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    gap: 24px
}

@media (max-width: 1399px) {
    .contact-media {
        padding: 40px 25px;
        gap: 17px
    }
}

@media (max-width: 375px) {
    .contact-media {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        text-align: center
    }
}

.contact-media:nth-child(2) {
    background-color: #EBF5DE
}

.contact-media:nth-child(2):hover .icon-btn {
    background-color: #57B33E
}

.contact-media:nth-child(3) {
    background-color: #F2F3FC
}

.contact-media:nth-child(3):hover .icon-btn {
    background-color: #8487FF
}

.contact-media:not(:last-child) {
    margin-bottom: 32px
}

@media (max-width: 1299px) {
    .contact-media {
        padding: 24px
    }
}

@media (max-width: 375px) {
    .contact-media {
        padding: 16px;
        gap: 15px
    }
}

.contact-media .icon-btn {
    --btn-size: 80px;
    font-size: 25px;
    background-color: #fff;
    border: none;
    border-radius: 50%;
    color: var(--theme-color)
}

@media (max-width: 375px) {
    .contact-media .icon-btn {
        display: block;
        margin: auto
    }
}

.contact-media .box-text,
.contact-media a {
    color: var(--body-color);
    max-width: 285px;
    margin-bottom: 0
}

@media (max-width: 375px) {

    .contact-media .box-text,
    .contact-media a {
        max-width: 100%;
        display: block;
        margin: auto
    }
}

.contact-media .box-text a,
.contact-media a a {
    color: inherit;
    display: block;
    max-width: -webkit-fit-content;
    max-width: -moz-fit-content;
    max-width: fit-content
}

.contact-media .box-text a:hover,
.contact-media a a:hover {
    color: var(--theme-color)
}

.contact-media .box-title {
    font-weight: 500;
    margin-bottom: 7px
}

@media (max-width: 1299px) {
    .contact-media .box-title {
        font-size: 20px
    }
}

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

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

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

.contact-item:not(:last-child) {
    border-bottom: 1px solid #ECECEC;
    padding-bottom: 20px;
    margin-bottom: 20px
}

@media (max-width: 375px) {
    .contact-item .media-body {
        text-align: center
    }
}

.contact-item-wrap {
    border-radius: 30px;
    border: 1px solid var(--smoke-color);
    background-color: var(--white-color);
    padding: 60px
}

@media (max-width: 1299px) {
    .contact-item-wrap {
        padding: 40px
    }
}

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

@media (max-width: 375px) {
    .contact-item-wrap {
        text-align: center
    }
}

.contact-item-wrap .sec-title {
    margin-bottom: 10px
}

.contact-item_icon {
    display: inline-block;
    --icon-size: 70px;
    min-width: 70px;
    line-height: 70px;
    background-color: rgba(62, 102, 243, 0.1);
    color: var(--theme-color);
    text-align: center;
    font-size: 25px;
    border-radius: 99px;
    position: relative;
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out
}

.contact-item_title {
    font-family: var(--body-color);
    font-size: 16px;
    color: var(--body-color);
    font-weight: 400;
    margin-bottom: 4px
}

.contact-item_text {
    font-size: 18px;
    font-weight: 600;
    color: var(--title-color);
    letter-spacing: -0.36px;
    margin-bottom: 0;
    display: block;
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out
}

.contact-item_text a {
    color: inherit
}

.contact-item_text:hover {
    color: var(--theme-color)
}

.contact-item:hover .contact-item_icon {
    background-color: var(--theme-color)
}

.contact-item:hover .contact-item_icon img {
    -webkit-filter: brightness(0) invert(1);
    filter: brightness(0) invert(1)
}

.rounded-20 {
    border-radius: 20px;
    overflow: hidden
}

.form-text {
    font-size: 16px
}

.contact-map {
    position: relative;
    line-height: 0px
}

@media (max-width: 991px) {
    .contact-map {
        margin-bottom: 40px
    }
}

.contact-map .contact-icon {
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    cursor: pointer
}

.contact-map .contact-icon i {
    width: 100px;
    height: 100px;
    line-height: 100px;
    text-align: center;
    font-size: 24px;
    color: var(--white-color);
    background-color: var(--theme-color);
    border-radius: 50%
}

@media (max-width: 991px) {
    .contact-map .contact-icon i {
        width: 80px;
        height: 80px;
        line-height: 80px
    }
}

.contact-map .contact-icon {
    width: 50px;
    height: 50px;
    display: inline-block;
    z-index: 3
}

.contact-map .contact-icon img {
    -webkit-animation: jumpAni 2s ease-in-out infinite alternate;
    animation: jumpAni 2s ease-in-out infinite alternate
}

.contact-map .contact-icon:after {
    content: "";
    position: absolute;
    left: 0px;
    right: 0;
    margin: auto;
    top: 90%;
    width: 38px;
    height: 18px;
    border-radius: 50%;
    background: rgba(13, 13, 12, 0.2);
    z-index: -1
}

.contact-map .contact-icon:before {
    content: "";
    position: absolute;
    left: -40px;
    right: 0;
    margin: auto;
    top: 50%;
    width: 130px;
    height: 60px;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.5);
    border: 1px solid var(--white-color);
    z-index: -1
}

@-webkit-keyframes location-anim {
    0% {
        -webkit-transform: rotate(5deg) translate(5px, 5px);
        transform: rotate(5deg) translate(5px, 5px)
    }

    100% {
        -webkit-transform: rotate(5deg) translate(-5px, -5px);
        transform: rotate(5deg) translate(-5px, -5px)
    }
}

@keyframes location-anim {
    0% {
        -webkit-transform: rotate(5deg) translate(5px, 5px);
        transform: rotate(5deg) translate(5px, 5px)
    }

    100% {
        -webkit-transform: rotate(5deg) translate(-5px, -5px);
        transform: rotate(5deg) translate(-5px, -5px)
    }
}

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

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

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

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

.contact-map iframe {
    width: 100%;
    height: 681px
}

.contact-map.style2 {
    min-width: 972px
}

@media (min-width: 1930px) {
    .contact-map.style2 {
        min-width: 100%
    }
}

@media (max-width: 1399px) {
    .contact-map.style2 {
        min-width: 100%
    }
}

.contact-map.style2 iframe {
    width: 100%;
    height: 681px;
    border-radius: 0
}

@media (max-width: 767px) {
    .contact-map.style2 iframe {
        height: 500px
    }
}

@media (max-width: 991px) {
    .contact-map.style3 {
        margin-bottom: 0
    }
}

.contact-map.style3 iframe {
    height: 948px
}

@media (max-width: 1399px) {
    .contact-map.style3 iframe {
        height: 600px
    }
}

.contact-wrapp {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center
}

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

.discount-wrapp.style3 .play-btn>i:hover {
    color: var(--title-color)
}

.appoinment-area2 {
    border-radius: 30px
}

.contact-area {
    position: relative;
    background-color: #F8F8F8;
    z-index: 2
}

.contact-image-two {
    position: relative;
    margin-left: -180px;
    margin-right: 100px;
    overflow: hidden
}

@media (max-width: 1299px) {
    .contact-image-two {
        margin: 0
    }
}

.contact-image-four {
    margin-top: 193px
}

@media (max-width: 991px) {
    .contact-image-four {
        margin-top: 30px
    }
}

.contact-image-one,
.contact-image-two,
.contact-image-three,
.contact-image-four {
    position: relative;
    overflow: hidden
}

.contact-image-one img,
.contact-image-two img,
.contact-image-three img,
.contact-image-four img {
    width: 100%;
    height: 100%;
    object-fit: cover
}

.contact-area2 {
    background-color: #F8F8F8
}

.contact-image4 {
    position: relative
}

.contact-image4 .img1 {
    position: relative
}

.contact-image4 .img1:before {
    content: "";
    position: absolute;
    right: 0;
    width: 78px;
    height: 100%;
    -webkit-mask-image: url("../img/normal/contact-shape3.png");
    mask-image: url("../img/normal/contact-shape3.png");
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    -webkit-mask-size: cover;
    mask-size: cover;
    background-color: #F8F8F8
}

.contact-image4 .img1 img {
    width: 100%;
    height: 100%;
    object-fit: cover
}

.job-post {
    border-radius: 10px;
    background: var(--white-color);
    padding: 10px;
    border: 2px solid #E0E0E0;
    border-radius: 30px;
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out
}

.job-post_date {
    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: 30px
}

.job-post_date .date {
    position: relative;
    font-weight: 400;
    font-size: 14px;
    line-height: 24px;
    padding: 5px 20px;
    color: var(--body-color);
    font-weight: 500;
    letter-spacing: -0.28px;
    z-index: 2
}

.job-post_date .date:before {
    content: "";
    position: absolute;
    inset: 0;
    background-color: var(--theme-color);
    opacity: 0.15;
    border-radius: 20px;
    border-radius: 100px;
    z-index: -1
}

.job-post_date .date i {
    margin-right: 5px
}

.job-post_date .icon {
    text-align: center;
    border-radius: 100px;
    color: var(--theme-color);
    cursor: pointer;
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out
}

.job-post_date .icon i {
    font-size: 20px
}

.job-post .box-title {
    margin-bottom: 8px
}

@media (max-width: 575px) {
    .job-post .box-title {
        font-size: 20px
    }
}

.job-post_author {
    position: relative;
    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: 10px;
    border-radius: 20px;
    padding: 25px 20px;
    z-index: 2
}

.job-post_author:before {
    content: "";
    position: absolute;
    inset: 0;
    background-color: var(--theme-color);
    opacity: 0.1;
    border-radius: 20px;
    z-index: -1
}

@media (max-width: 400px) {
    .job-post_author {
        display: block
    }
}

.job-post_author .job-author {
    min-width: 60px;
    height: 60px;
    line-height: 55px;
    text-align: center;
    border-radius: 50%;
    border: 2px solid var(--theme-color)
}

@media (max-width: 400px) {
    .job-post_author .job-author {
        margin-bottom: 10px
    }
}

@media (max-width: 375px) {
    .job-post_author .job-author {
        max-width: 60px
    }
}

.job-post_author .job-author img {
    border-radius: 50%
}

.job-post .job-wrapp {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    gap: 10px
}

.job-post .company-name {
    font-family: var(--title-font);
    font-size: 18px;
    color: var(--title-color);
    font-weight: 600;
    display: block;
    margin-bottom: 0
}

.job-post .price {
    font-weight: 500;
    font-size: 14px;
    line-height: 24px;
    color: var(--theme-color);
    margin-bottom: 0
}

@media (max-width: 400px) {
    .job-post .price {
        margin-bottom: 20px
    }
}

.job-post .duration {
    color: var(--body-color)
}

.job-post .location {
    font-size: 14px;
    font-weight: 400
}

.job-post .location:not(:last-child) {
    margin-right: 25px
}

.job-post .job-content {
    padding: 20px
}

@media (max-width: 575px) {
    .job-post .job-content {
        padding: 15px
    }
}

.job-post .th-btn {
    font-size: 14px;
    padding: 12px 15px
}

.job-post:hover {
    border-color: var(--theme-color)
}

.job-post:hover .th-btn {
    background-color: var(--theme-color);
    color: var(--white-color)
}

.job-post:hover .job-post_date .icon i {
    font-weight: 700
}

.bottom-btn {
    position: relative
}

.bottom-btn:before,
.bottom-btn:after {
    content: "";
    position: absolute;
    top: 50%;
    width: 534px;
    height: 1px;
    border: 1px solid var(--smoke-color);
    z-index: -1
}

@media (max-width: 767px) {

    .bottom-btn:before,
    .bottom-btn:after {
        display: none
    }
}

.bottom-btn:before {
    left: 110%
}

.bottom-btn:after {
    right: 110%
}

.job-author-wrapp {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    gap: 20px;
    margin-bottom: 50px
}

@media (max-width: 480px) {
    .job-author-wrapp {
        display: block
    }

    .job-author-wrapp .job-author {
        margin-bottom: 15px
    }

    .job-author-wrapp .sec-title {
        font-size: 20px
    }
}

.job-author-wrapp.style2 {
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    gap: 15px;
    margin-bottom: -0.3rem
}

.job-author-wrapp.style2:not(:last-child) {
    margin-bottom: 30px;
    padding-bottom: 20px;
    border-bottom: 1px solid var(--smoke-color)
}

.job-author-wrapp.style2 .job-author {
    width: 60px;
    height: 60px
}

.job-meta {
    margin-top: -0.3rem
}

.job-meta span {
    font-weight: 400;
    font-size: 14px;
    line-height: 24px;
    margin-right: 25px
}

@media (max-width: 1299px) {
    .job-meta span {
        margin-right: 12px
    }
}

.job-social-area {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center
}

@media (max-width: 1199px) {
    .job-social-area {
        display: block
    }
}

.job-social-area .share-links-title {
    font-family: var(--title-font);
    font-size: 20px;
    font-weight: 500
}

@media (max-width: 1199px) {
    .job-social-area .share-links-title {
        margin-bottom: 10px
    }
}

.job-social-area .social-links {
    padding: 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    gap: 10px;
    margin-bottom: 0
}

@media (max-width: 375px) {
    .job-social-area .social-links {
        display: block
    }
}

.job-social-area .social-links li {
    list-style: none;
    background: #2781F8;
    border-radius: 14px;
    padding: 7px 20px;
    color: var(--white-color);
    display: inline-block
}

@media (max-width: 375px) {
    .job-social-area .social-links li {
        margin-bottom: 10px
    }
}

.job-social-area .social-links li:nth-child(2) {
    background: #42C6FF
}

.job-social-area .social-links li:nth-child(3) {
    background: #085085
}

.job-social-area .social-links li a {
    color: var(--white-color)
}

.job-price-wrapp {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-top: 10px
}

.job-price-wrapp .price {
    font-weight: 500;
    font-size: 16px;
    color: var(--title-color);
    margin-bottom: 0
}

.job-price-wrapp .duration {
    color: var(--body-color);
    font-weight: 400
}

.job-price-wrapp .location {
    font-size: 14px;
    line-height: 24px
}

.global-img {
    position: relative;
    overflow: hidden;
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease
}

.global-img:after {
    content: "";
    position: absolute;
    width: 200%;
    height: 0%;
    left: 50%;
    top: 50%;
    background-color: rgba(255, 255, 255, 0.3);
    -webkit-transform: translate(-50%, -50%) rotate(-45deg);
    -ms-transform: translate(-50%, -50%) rotate(-45deg);
    transform: translate(-50%, -50%) rotate(-45deg);
    z-index: 1
}

.global-img img {
    object-fit: cover;
    -webkit-transition: 1.3s all ease;
    transition: 1.3s all ease;

}

.global-img:hover img {
    -webkit-transform: scale(1.3);
    -ms-transform: scale(1.3);
    transform: scale(1.3)
}

.global-img:hover:after {
    height: 250%;
    -webkit-transition: all 600ms linear;
    transition: all 600ms linear;
    background-color: transparent
}

.th-parallax {
    overflow: hidden
}

.th-ani .box-icon img {
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out
}

.th-ani:hover .box-icon img {
    -webkit-transform: scale(-1) rotate(180deg);
    -ms-transform: scale(-1) rotate(180deg);
    transform: scale(-1) rotate(180deg)
}

.client-box .box-counter {
    font-weight: 400;
    font-size: 18px;
    letter-spacing: 0.02em;
    color: var(--title-color)
}

.client-box .box-counter {
    margin-top: 10px;
    margin-bottom: 0
}

.client-box .box-title {
    font-family: var(--body-font);
    font-weight: 400;
    font-size: 18px;
    letter-spacing: 0.02em;
    color: var(--title-color);
    margin: 0
}

.client-thumb-group {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center
}

@media (max-width: 375px) {
    .client-thumb-group {
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
        margin-bottom: 20px
    }
}

.client-thumb-group .thumb {
    -webkit-box-flex: 0;
    -webkit-flex: none;
    -ms-flex: none;
    flex: none
}

.client-thumb-group .thumb:not(:first-child) {
    margin-left: -10px
}

.client-thumb-group .thumb img {
    border-radius: 50%;
    border: 2px solid var(--white-color);
    min-width: 40px;
    height: 40px
}

@media (max-width: 1399px) {
    .client-thumb-group .thumb img {
        height: 47px
    }
}

.client-thumb-group .thumb.icon {
    position: relative;
    background: var(--theme-color);
    font-size: 20px;
    color: var(--white-color);
    height: 57px;
    width: 57px;
    line-height: 57px;
    font-weight: 600;
    font-size: 16px;
    letter-spacing: 0.02em;
    border-radius: 50%;
    text-align: center;
    margin-left: -18px;
    z-index: 2
}

@media (max-width: 1399px) {
    .client-thumb-group .thumb.icon {
        height: 47px;
        width: 47px;
        line-height: 47px
    }
}

.discount-wrapp .logo {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 106px;
    height: 106px;
    line-height: 106px;
    border: 1px solid var(--theme-color);
    border-radius: 50%;
    text-align: center;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%)
}

.discount-wrapp .logo:hover>i {
    background-color: var(--theme-color);
    color: var(--white-color)
}

.discount-wrapp .discount {
    position: absolute;
    left: 20%;
    top: 35%;
    z-index: 1;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    font-weight: 600;
    font-size: 36px;
    line-height: 46px;
    color: var(--theme-color);
    -webkit-transform: rotate(30deg);
    -ms-transform: rotate(30deg);
    transform: rotate(30deg);
    text-align: center;
    margin-top: -5px;
    margin-bottom: 0
}

.discount-tag {
    display: inline-block;
    min-height: 185px;
    min-width: 185px;
    border-radius: 50%;
    z-index: 1;
    font-size: 16px;
    font-family: var(--body-font);
    font-weight: 400;
    color: var(--title-color);
    text-align: center;
    -webkit-transform: rotate(30deg);
    -ms-transform: rotate(30deg);
    transform: rotate(30deg);
    animation: spin 10s infinite alternate-reverse
}

.discount-tag span {
    --rotate-letter: 7deg;
    min-height: 93px;
    position: absolute;
    min-width: 93px;
    left: 24px;
    top: 0px;
    text-transform: uppercase;
    -webkit-transform-origin: bottom center;
    -ms-transform-origin: bottom center;
    transform-origin: bottom center;
    -webkit-transform: rotate(var(--rotate-letter));
    -ms-transform: rotate(var(--rotate-letter));
    transform: rotate(var(--rotate-letter))
}

.discount-tag span.char2 {
    -webkit-transform: rotate(calc(var(--rotate-letter) * 2));
    -ms-transform: rotate(calc(var(--rotate-letter) * 2));
    transform: rotate(calc(var(--rotate-letter) * 2))
}

.discount-tag span.char3 {
    -webkit-transform: rotate(calc(var(--rotate-letter) * 3));
    -ms-transform: rotate(calc(var(--rotate-letter) * 3));
    transform: rotate(calc(var(--rotate-letter) * 3))
}

.discount-tag span.char4 {
    -webkit-transform: rotate(calc(var(--rotate-letter) * 4));
    -ms-transform: rotate(calc(var(--rotate-letter) * 4));
    transform: rotate(calc(var(--rotate-letter) * 4))
}

.discount-tag span.char5 {
    -webkit-transform: rotate(calc(var(--rotate-letter) * 5));
    -ms-transform: rotate(calc(var(--rotate-letter) * 5));
    transform: rotate(calc(var(--rotate-letter) * 5))
}

.discount-tag span.char6 {
    -webkit-transform: rotate(calc(var(--rotate-letter) * 6));
    -ms-transform: rotate(calc(var(--rotate-letter) * 6));
    transform: rotate(calc(var(--rotate-letter) * 6))
}

.discount-tag span.char7 {
    -webkit-transform: rotate(calc(var(--rotate-letter) * 7));
    -ms-transform: rotate(calc(var(--rotate-letter) * 7));
    transform: rotate(calc(var(--rotate-letter) * 7))
}

.discount-tag span.char8 {
    -webkit-transform: rotate(calc(var(--rotate-letter) * 8));
    -ms-transform: rotate(calc(var(--rotate-letter) * 8));
    transform: rotate(calc(var(--rotate-letter) * 8))
}

.discount-tag span.char9 {
    -webkit-transform: rotate(calc(var(--rotate-letter) * 9));
    -ms-transform: rotate(calc(var(--rotate-letter) * 9));
    transform: rotate(calc(var(--rotate-letter) * 9))
}

.discount-tag span.char10 {
    -webkit-transform: rotate(calc(var(--rotate-letter) * 10));
    -ms-transform: rotate(calc(var(--rotate-letter) * 10));
    transform: rotate(calc(var(--rotate-letter) * 10))
}

.discount-tag span.char11 {
    -webkit-transform: rotate(calc(var(--rotate-letter) * 11));
    -ms-transform: rotate(calc(var(--rotate-letter) * 11));
    transform: rotate(calc(var(--rotate-letter) * 11))
}

.discount-tag span.char12 {
    -webkit-transform: rotate(calc(var(--rotate-letter) * 12));
    -ms-transform: rotate(calc(var(--rotate-letter) * 12));
    transform: rotate(calc(var(--rotate-letter) * 12))
}

.discount-tag span.char13 {
    -webkit-transform: rotate(calc(var(--rotate-letter) * 13));
    -ms-transform: rotate(calc(var(--rotate-letter) * 13));
    transform: rotate(calc(var(--rotate-letter) * 13))
}

.discount-tag span.char14 {
    -webkit-transform: rotate(calc(var(--rotate-letter) * 14));
    -ms-transform: rotate(calc(var(--rotate-letter) * 14));
    transform: rotate(calc(var(--rotate-letter) * 14))
}

.discount-tag span.char15 {
    -webkit-transform: rotate(calc(var(--rotate-letter) * 15));
    -ms-transform: rotate(calc(var(--rotate-letter) * 15));
    transform: rotate(calc(var(--rotate-letter) * 15))
}

.discount-tag span.char16 {
    -webkit-transform: rotate(calc(var(--rotate-letter) * 16));
    -ms-transform: rotate(calc(var(--rotate-letter) * 16));
    transform: rotate(calc(var(--rotate-letter) * 16))
}

.discount-tag span.char17 {
    -webkit-transform: rotate(calc(var(--rotate-letter) * 17));
    -ms-transform: rotate(calc(var(--rotate-letter) * 17));
    transform: rotate(calc(var(--rotate-letter) * 17))
}

.discount-tag span.char18 {
    -webkit-transform: rotate(calc(var(--rotate-letter) * 18));
    -ms-transform: rotate(calc(var(--rotate-letter) * 18));
    transform: rotate(calc(var(--rotate-letter) * 18))
}

.discount-tag span.char19 {
    -webkit-transform: rotate(calc(var(--rotate-letter) * 19));
    -ms-transform: rotate(calc(var(--rotate-letter) * 19));
    transform: rotate(calc(var(--rotate-letter) * 19))
}

.discount-tag span.char20 {
    -webkit-transform: rotate(calc(var(--rotate-letter) * 20));
    -ms-transform: rotate(calc(var(--rotate-letter) * 20));
    transform: rotate(calc(var(--rotate-letter) * 20))
}

.discount-tag span.char21 {
    -webkit-transform: rotate(calc(var(--rotate-letter) * 21));
    -ms-transform: rotate(calc(var(--rotate-letter) * 21));
    transform: rotate(calc(var(--rotate-letter) * 21))
}

.discount-tag span.char22 {
    -webkit-transform: rotate(calc(var(--rotate-letter) * 22));
    -ms-transform: rotate(calc(var(--rotate-letter) * 22));
    transform: rotate(calc(var(--rotate-letter) * 22))
}

.discount-tag span.char23 {
    -webkit-transform: rotate(calc(var(--rotate-letter) * 23));
    -ms-transform: rotate(calc(var(--rotate-letter) * 23));
    transform: rotate(calc(var(--rotate-letter) * 23))
}

.discount-tag span.char24 {
    -webkit-transform: rotate(calc(var(--rotate-letter) * 24));
    -ms-transform: rotate(calc(var(--rotate-letter) * 24));
    transform: rotate(calc(var(--rotate-letter) * 24))
}

.discount-tag span.char25 {
    -webkit-transform: rotate(calc(var(--rotate-letter) * 25));
    -ms-transform: rotate(calc(var(--rotate-letter) * 25));
    transform: rotate(calc(var(--rotate-letter) * 25))
}

.discount-tag span.char26 {
    -webkit-transform: rotate(calc(var(--rotate-letter) * 26));
    -ms-transform: rotate(calc(var(--rotate-letter) * 26));
    transform: rotate(calc(var(--rotate-letter) * 26))
}

.discount-tag span.char27 {
    -webkit-transform: rotate(calc(var(--rotate-letter) * 27));
    -ms-transform: rotate(calc(var(--rotate-letter) * 27));
    transform: rotate(calc(var(--rotate-letter) * 27))
}

.discount-tag span.char28 {
    -webkit-transform: rotate(calc(var(--rotate-letter) * 28));
    -ms-transform: rotate(calc(var(--rotate-letter) * 28));
    transform: rotate(calc(var(--rotate-letter) * 28))
}

.discount-tag span.char29 {
    -webkit-transform: rotate(calc(var(--rotate-letter) * 29));
    -ms-transform: rotate(calc(var(--rotate-letter) * 29));
    transform: rotate(calc(var(--rotate-letter) * 29))
}

.discount-tag span.char30 {
    -webkit-transform: rotate(calc(var(--rotate-letter) * 30));
    -ms-transform: rotate(calc(var(--rotate-letter) * 30));
    transform: rotate(calc(var(--rotate-letter) * 30))
}

.discount-tag span.char31 {
    -webkit-transform: rotate(calc(var(--rotate-letter) * 31));
    -ms-transform: rotate(calc(var(--rotate-letter) * 31));
    transform: rotate(calc(var(--rotate-letter) * 31))
}

.discount-tag span.char32 {
    -webkit-transform: rotate(calc(var(--rotate-letter) * 32));
    -ms-transform: rotate(calc(var(--rotate-letter) * 32));
    transform: rotate(calc(var(--rotate-letter) * 32))
}

.discount-tag span.char33 {
    -webkit-transform: rotate(calc(var(--rotate-letter) * 33));
    -ms-transform: rotate(calc(var(--rotate-letter) * 33));
    transform: rotate(calc(var(--rotate-letter) * 33))
}

.discount-tag span.char34 {
    -webkit-transform: rotate(calc(var(--rotate-letter) * 34));
    -ms-transform: rotate(calc(var(--rotate-letter) * 34));
    transform: rotate(calc(var(--rotate-letter) * 34))
}

.discount-tag span.char35 {
    -webkit-transform: rotate(calc(var(--rotate-letter) * 35));
    -ms-transform: rotate(calc(var(--rotate-letter) * 35));
    transform: rotate(calc(var(--rotate-letter) * 35))
}

.discount-tag span.char36 {
    -webkit-transform: rotate(calc(var(--rotate-letter) * 36));
    -ms-transform: rotate(calc(var(--rotate-letter) * 36));
    transform: rotate(calc(var(--rotate-letter) * 36))
}

.discount-tag span.char37 {
    -webkit-transform: rotate(calc(var(--rotate-letter) * 37));
    -ms-transform: rotate(calc(var(--rotate-letter) * 37));
    transform: rotate(calc(var(--rotate-letter) * 37))
}

.discount-tag span.char38 {
    -webkit-transform: rotate(calc(var(--rotate-letter) * 38));
    -ms-transform: rotate(calc(var(--rotate-letter) * 38));
    transform: rotate(calc(var(--rotate-letter) * 38))
}

.discount-tag span.char39 {
    -webkit-transform: rotate(calc(var(--rotate-letter) * 39));
    -ms-transform: rotate(calc(var(--rotate-letter) * 39));
    transform: rotate(calc(var(--rotate-letter) * 39))
}

.discount-tag span.char40 {
    -webkit-transform: rotate(calc(var(--rotate-letter) * 40));
    -ms-transform: rotate(calc(var(--rotate-letter) * 40));
    transform: rotate(calc(var(--rotate-letter) * 40))
}

.discount-tag span.char41 {
    -webkit-transform: rotate(calc(var(--rotate-letter) * 41));
    -ms-transform: rotate(calc(var(--rotate-letter) * 41));
    transform: rotate(calc(var(--rotate-letter) * 41))
}

.discount-tag span.char42 {
    -webkit-transform: rotate(calc(var(--rotate-letter) * 42));
    -ms-transform: rotate(calc(var(--rotate-letter) * 42));
    transform: rotate(calc(var(--rotate-letter) * 42))
}

.discount-tag span.char43 {
    -webkit-transform: rotate(calc(var(--rotate-letter) * 43));
    -ms-transform: rotate(calc(var(--rotate-letter) * 43));
    transform: rotate(calc(var(--rotate-letter) * 43))
}

.discount-tag span.char44 {
    -webkit-transform: rotate(calc(var(--rotate-letter) * 44));
    -ms-transform: rotate(calc(var(--rotate-letter) * 44));
    transform: rotate(calc(var(--rotate-letter) * 44))
}

.discount-tag span.char45 {
    -webkit-transform: rotate(calc(var(--rotate-letter) * 45));
    -ms-transform: rotate(calc(var(--rotate-letter) * 45));
    transform: rotate(calc(var(--rotate-letter) * 45))
}

.discount-tag span.char46 {
    -webkit-transform: rotate(calc(var(--rotate-letter) * 46));
    -ms-transform: rotate(calc(var(--rotate-letter) * 46));
    transform: rotate(calc(var(--rotate-letter) * 46))
}

.discount-tag span.char47 {
    -webkit-transform: rotate(calc(var(--rotate-letter) * 47));
    -ms-transform: rotate(calc(var(--rotate-letter) * 47));
    transform: rotate(calc(var(--rotate-letter) * 47))
}

.discount-tag span.char48 {
    -webkit-transform: rotate(calc(var(--rotate-letter) * 48));
    -ms-transform: rotate(calc(var(--rotate-letter) * 48));
    transform: rotate(calc(var(--rotate-letter) * 48))
}

.discount-tag span.char49 {
    -webkit-transform: rotate(calc(var(--rotate-letter) * 49));
    -ms-transform: rotate(calc(var(--rotate-letter) * 49));
    transform: rotate(calc(var(--rotate-letter) * 49))
}

.discount-tag span.char50 {
    -webkit-transform: rotate(calc(var(--rotate-letter) * 50));
    -ms-transform: rotate(calc(var(--rotate-letter) * 50));
    transform: rotate(calc(var(--rotate-letter) * 50))
}

.discount-wrapp.style2 {
    position: absolute;
    bottom: -63px;
    right: 65px
}

.discount-wrapp.style2 .discount-tag {
    font-size: 18px
}

.discount-wrapp.style2 .box-counter {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    border-radius: 50%;
    margin-bottom: 0;
    font-size: 74px;
    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
}

.about-wrapp {
    position: absolute;
    top: 40%;
    right: -10%
}

@media (max-width: 1500px) {
    .about-wrapp {
        right: 50px
    }
}

@media (max-width: 375px) {
    .about-wrapp {
        position: relative;
        top: 0;
        right: unset
    }
}

.about-text {
    max-width: 471px;
    display: block;
    margin-left: auto;
    font-weight: 400;
    margin-top: 80px
}

@media (max-width: 1199px) {
    .about-text {
        max-width: 100%
    }
}

.about-text .text {
    font-size: 18px;
    letter-spacing: 0.02em;
    color: var(--gray-color)
}

.about-text .box-profile {
    gap: 16px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center
}

.about-text .box-profile .box-title {
    font-weight: 700;
    font-size: 40px;
    line-height: 40px;
    color: #6C6D71;
    margin: 0
}

@media (max-width: 375px) {
    .about-text .box-profile .box-title {
        font-size: 30px;
        line-height: 30px
    }
}

.about-text .box-profile .box-desig {
    font-weight: 500;
    font-size: 14px;
    line-height: 28px;
    letter-spacing: 0.1em;
    color: var(--white-color)
}

.about-text .signature {
    margin: 30px 0 0 70px
}

@media (max-width: 767px) {
    .about-text .signature {
        margin: 0 0 0 70px
    }
}

.img-box1 {
    position: relative;
    gap: 23px;
    z-index: 9
}

@media (max-width: 991px) {
    .img-box1 {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        gap: 30px
    }
}

.img-box1 .img1,
.img-box1 .img2,
.img-box1 .img3 {
    position: relative;
    z-index: 2
}

.img-box1 .img1 img,
.img-box1 .img2 img,
.img-box1 .img3 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
}

.img-box1 .img1:hover img,
.img-box1 .img2:hover img,
.img-box1 .img3: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)
}

.img-box1_wrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -webkit-align-items: end;
    -ms-flex-align: end;
    align-items: end;
    gap: 24px
}

@media (max-width: 767px) {
    .img-box1_wrapper {
        display: block
    }
}

.img-box1 .img1 {
    min-width: 388px;
    margin-bottom: 112px
}

@media (max-width: 767px) {
    .img-box1 .img1 {
        min-width: 100%;
        margin-bottom: 30px
    }
}

.img-box1 .img2 {
    margin-bottom: 23px
}

.img-box2 {
    position: relative;
    z-index: 2
}

.img-box2_wrapp {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    gap: 24px
}

@media (max-width: 991px) {
    .img-box2_wrapp {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column
    }
}

.img-box2 .img1 {
    position: relative;
    margin-top: 63px;
    min-width: 621px;
    margin-left: -7%
}

@media (max-width: 1399px) {
    .img-box2 .img1 {
        margin-left: 0
    }
}

@media (max-width: 767px) {
    .img-box2 .img1 {
        min-width: 100%
    }
}

.img-box2 .img2 {
    margin-bottom: 142px
}

@media (max-width: 490px) {
    .img-box2 .img2 {
        margin-bottom: 30px
    }
}

.img-box2 .th-experience {
    position: absolute;
    left: 50%;
    bottom: 42px
}

@media (max-width: 490px) {
    .img-box2 .th-experience {
        position: relative;
        left: 30px;
        bottom: 0;
        max-width: 100%
    }
}

@media (max-width: 375px) {
    .img-box2 .th-experience {
        left: 10px
    }
}

.img-box3 {
    position: relative;
    margin-top: -80px
}

.img-box3.style2 .img-box3_wrapp {
    -webkit-mask-size: cover;
    mask-size: cover;
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat
}

.img-box3.style2 .about-shape {
    position: absolute;
    top: 81%;
    left: 58%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%)
}

@media (max-width: 1500px) {
    .img-box3.style2 .about-shape {
        display: none
    }
}

.img-box3.style2 .about-shape img {
    width: 100%
}

.img-box3.style2 .img2 {
    left: 12%;
    bottom: -43%;
    margin-bottom: 90px
}

@media (max-width: 1399px) {
    .img-box3.style2 .img2 {
        left: -8%
    }
}

@media (max-width: 1199px) {
    .img-box3.style2 .img2 {
        bottom: 0
    }
}

.img-box3.style2 .img2 img {
    -webkit-clip-path: polygon(42% 0%, 100% 0%, 58% 100%, 0% 100%);
    clip-path: polygon(42% 0%, 100% 0%, 58% 100%, 0% 100%)
}

.img-box3 .about-shape {
    position: absolute;
    top: 81%;
    left: 58%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%)
}

@media (max-width: 1500px) {
    .img-box3 .about-shape {
        display: none
    }
}

.img-box3 .about-shape img {
    width: 100%
}

.img-box3 .img1 {
    -webkit-mask-size: 100% 100%;
    mask-size: 100% 100%;
    width: 500px;
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat
}

@media (max-width: 1299px) {
    .img-box3 .img1 {
        width: 100%
    }
}

.img-box3 .img2 {
    position: absolute;
    bottom: -30%;
    left: 10%;
    min-width: 1000px;
    min-height: 518px
}

@media (max-width: 1500px) {
    .img-box3 .img2 {
        min-width: 800px;
        left: 10%
    }
}

@media (max-width: 1399px) {
    .img-box3 .img2 {
        left: -5%
    }
}

@media (max-width: 1299px) {
    .img-box3 .img2 {
        display: none
    }
}

@media (max-width: 767px) {
    .img-box3 .img2 {
        position: relative;
        max-width: 100%;
        min-height: 100%
    }
}

.img-box3 .img2 img {
    width: 100%;
    height: 100%;
    object-fit: cover
}

.img-box4 {
    position: relative;
    z-index: 2
}

.img-box4 .about-wrapp {
    position: absolute;
    top: 54px;
    left: -10%;
    right: unset
}

@media (max-width: 1799px) {
    .img-box4 .about-wrapp {
        left: 0
    }
}

@media (max-width: 575px) {
    .img-box4 .about-wrapp {
        position: relative;
        top: 0
    }
}

.img-box4 .img1 {
    border-radius: 24px
}

.img-box4 .img1 img {
    border-radius: 24px
}

.img-box5_top {
    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: end;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;
    gap: 23px;
    margin-bottom: 32px
}

.img-box5_bottom {
    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;
    gap: 25px
}

.img-box5 .img1 img,
.img-box5 .img2 img,
.img-box5 .img3 img,
.img-box5 .img4 img {
    object-fit: cover;
    -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
}

.img-box5 .img1:hover img,
.img-box5 .img2:hover img,
.img-box5 .img3:hover img,
.img-box5 .img4: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)
}

.img-box6 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;
    gap: 23px
}

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

.about-wrapper.style2 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    gap: 56px
}

@media (max-width: 1799px) {
    .about-wrapper.style2 {
        gap: 10px
    }
}

@media (max-width: 991px) {
    .about-wrapper.style2 {
        gap: 30px;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column
    }
}

.about-wrapper.style2 .video-img2 {
    position: relative;
    z-index: 2;
    border-radius: 16px;
    margin-right: -80px
}

@media (max-width: 1799px) {
    .about-wrapper.style2 .video-img2 {
        margin-right: 0
    }
}

.about-wrapper.style2 .video-img2:before {
    content: "";
    position: absolute;
    inset: 0;
    background: -webkit-linear-gradient(bottom, rgba(25, 35, 97, 0.3), rgba(25, 35, 97, 0.3));
    background: linear-gradient(0deg, rgba(25, 35, 97, 0.3), rgba(25, 35, 97, 0.3));
    border-radius: inherit;
    z-index: 1
}

.about-wrapper.style2 .video-img2 img {
    width: 100%;
    height: 100%;
    border-radius: 16px;
    object-fit: cover
}

.about-wrapper.style2 .video-img2 .video-play-btn {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 52px;
    height: 52px;
    line-height: 52px;
    font-size: 20px;
    background: var(--white-color);
    z-index: 3
}

.about-wrapper.style2 .video-img2 .video-play-btn i {
    color: var(--theme-color)
}

.about-wrapp-content {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    gap: 24px
}

@media (max-width: 1699px) {
    .about-wrapp-content {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column
    }
}

@media (max-width: 1399px) {
    .about-wrapp-content {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -webkit-flex-direction: row;
        -ms-flex-direction: row;
        flex-direction: row
    }
}

@media (max-width: 991px) {
    .about-wrapp-content {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column
    }
}

.about-wrapp-content .video-img {
    position: relative;
    z-index: 2;
    max-width: 300px;
    border-radius: 16px;
    margin-right: -80px
}

@media (max-width: 1799px) {
    .about-wrapp-content .video-img {
        margin-right: 0
    }
}

@media (max-width: 375px) {
    .about-wrapp-content .video-img {
        max-width: 100%
    }
}

.about-wrapp-content .video-img:before {
    content: "";
    position: absolute;
    inset: 0;
    background: -webkit-linear-gradient(bottom, rgba(28, 35, 89, 0.3), rgba(28, 35, 89, 0.3));
    background: linear-gradient(0deg, rgba(28, 35, 89, 0.3), rgba(28, 35, 89, 0.3));
    border-radius: inherit;
    z-index: 1
}

.about-wrapp-content .video-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 16px
}

.about-wrapp-content .video-img .play-btn {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%)
}

.about-wrapp-content .video-img .play-btn:after,
.about-wrapp-content .video-img .play-btn:before {
    background-color: var(--white-color)
}

.about-wrapp-content .video-img .play-btn>i {
    background-color: var(--white-color);
    color: var(--theme-color);
    font-size: 22px
}

@media (max-width: 1799px) {
    .about-wrapp-content .checklist.list-two-column ul {
        gap: 0px
    }

    .about-wrapp-content .checklist.list-two-column ul li {
        font-size: 18px
    }
}

.box-profile {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    gap: 12px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center
}

.box-profile .box-author {
    max-width: 56px;
    border-radius: 50%
}

.box-profile .box-author img {
    border-radius: 50%
}

.box-profile .box-desig {
    font-weight: 500;
    font-size: 14px;
    letter-spacing: 0.02em;
    color: var(--theme-color);
    margin-bottom: 5px
}

.box-profile .box-desig {
    font-weight: 500;
    font-size: 14px;
    letter-spacing: 0.1em;
    color: var(--title-color);
    margin: 10px 0 0 0;
    display: block
}

.about-area {
    position: relative;
    z-index: 2;
    background: #f8f9fa !important;
    padding: 100px 0 100px;
}

.year-counter {
    position: absolute;
    bottom: 0%;
    right: 5px;
    width: 302px;
    background: #CDFF62;
    border-radius: 50px;
    text-align: center;
    padding: 70px 55px 27px 55px;
    z-index: 1
}

@media (max-width: 1399px) {
    .year-counter {
        bottom: -2%
    }
}

@media (max-width: 1199px) {
    .year-counter {
        right: 31%
    }
}

@media (max-width: 991px) {
    .year-counter {
        right: 8%
    }
}

@media (max-width: 767px) {
    .year-counter {
        right: 0%
    }
}

@media (max-width: 480px) {
    .year-counter {
        position: relative
    }
}

@media (max-width: 375px) {
    .year-counter {
        width: 275px
    }
}

.year-counter .box-number {
    font-weight: 600;
    font-size: 64px;
    line-height: 64px;
    text-transform: capitalize;
    color: var(--title-color);
    margin-bottom: 0
}

.year-counter .box-text {
    font-weight: 500;
    font-size: 18px;
    color: var(--title-color);
    margin-bottom: -0.4rem
}

.img-box10-wrapp {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    gap: 34px
}

@media (max-width: 767px) {
    .img-box10-wrapp {
        gap: 10px
    }
}

@media (max-width: 375px) {
    .img-box10-wrapp {
        display: block
    }
}

.story-img1 {
    border-radius: 60px;
    margin: 6px 16px;
    display: inline-block;
    min-height: 80px
}

.story-img1.style2 {
    border-radius: 0
}

.story-img1.style2 img {
    border-radius: 0
}

.story-img1 img {
    border-radius: 60px
}

.star {
    margin-left: 16px
}

.founder .desig {
    font-weight: 500;
    font-size: 14px;
    line-height: 28px;
    letter-spacing: 0.1em;
    color: var(--title-color);
    display: block;
    margin-top: 22px;
    margin-bottom: 0
}

.reveal {
    overflow: hidden;
    display: block;
    -webkit-transform: translateY(100px);
    -ms-transform: translateY(100px);
    transform: translateY(100px);
    opacity: 0;
    -webkit-clip-path: inset(0 0 100% 0);
    clip-path: inset(0 0 100% 0)
}

.reveal img {
    width: 100%;
    height: auto;
    display: block;
    -webkit-transform: scale(1.05);
    -ms-transform: scale(1.05);
    transform: scale(1.05)
}

.about-Slider .icon-box {
    position: absolute;
    top: 25px;
    right: 0px;
    width: 113px;
    height: 389px;
    background-color: var(--theme-color);
    z-index: 9;
    display: block;
    margin: auto;
    text-align: center
}

.about-Slider .icon-box .slider-arrow {
    margin: auto;
    background-color: transparent;
    border: none;
    border-radius: 0;
    top: 87px
}

.about-Slider .icon-box .slider-arrow:not(:last-child) {
    border-bottom: 1px solid var(--white-color);
    margin-bottom: 87px;
    padding-bottom: 117px
}

.aboutSlide {
    position: relative;
    margin-right: 115px !important
}

.about-area2 {
    background-color: #F8F8F8
}

.about-box {
    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: 20px;
    max-width: 723px
}

@media (max-width: 575px) {
    .about-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
    }
}

.about-box:not(:last-child) {
    margin-bottom: 40px
}

.about-box .box-icon {
    width: 100px;
    height: 100px;
    line-height: 100px;
    text-align: center;
    background: var(--white-color);
    border-radius: 50%;
    box-shadow: 0px 15px 31px rgba(0, 0, 0, 0.05)
}

.about-box .box-icon img {
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out
}

.about-box .box-title {
    margin-bottom: 5px
}

.about-box:hover .box-icon img {
    -webkit-transform: rotateY(180deg);
    transform: rotateY(180deg)
}

.about-area3 {
    padding: 100px 80px
}

@media (max-width: 1199px) {
    .about-area3 {
        padding: 100px 80px 30px 80px
    }
}

@media (max-width: 767px) {
    .about-area3 {
        padding: 80px 30px 30px 30px
    }
}

.th-team {
    position: relative
}

.th-team .box-img {
    position: relative;
    overflow: hidden
}

.th-team .box-img img {
    width: 100%;
    -webkit-transition: 0.4s ease-in-out;
    transition: 0.4s ease-in-out
}

.th-team .team-desig {
    font-size: 16px;
    color: var(--title-color);
    display: block;
    text-align: left;
    margin-bottom: -0.5em;
    -webkit-transition: 0.4s ease-in-out;
    transition: 0.4s ease-in-out
}

.th-team .th-social a {
    --icon-size: 64px;
    font-size: 24px;
    color: var(--white-color);
    background-color: var(--white-color);
    box-shadow: 0px 4px 20px rgba(18, 27, 82, 0.1)
}

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

.th-team .box-title {
    margin-bottom: 3px
}

.th-team:hover .team-img img {
    -webkit-transform: scale(1.08);
    -ms-transform: scale(1.08);
    transform: scale(1.08)
}

.th-team:hover .team-social {
    visibility: visible;
    opacity: 1
}

.team-sec {
    background-color: #F8F8F8
}

.team-card {
    position: relative;
    border-radius: 24px;
    -webkit-transition: 0.4s ease-in-out;
    transition: 0.4s ease-in-out;
    z-index: 2
}

.team-card .box-title {
    margin-bottom: -0.3rem
}

@media (max-width: 575px) {
    .team-card .box-title {
        font-size: 20px;
        margin-bottom: 0
    }
}

.team-card .box-img {
    position: relative;
    background: #F2F3FC;
    border-radius: 24px 24px 0px 0px;
    z-index: 2
}

.team-card .box-content {
    position: relative;
    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 32px 32px 32px;
    border: 1px solid #DEDFE3;
    border-top-color: transparent;
    border-radius: 0 0 24px 24px;
    z-index: 3;
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out
}

@media (max-width: 1500px) {
    .team-card .box-content {
        padding: 30px 25px
    }
}

@media (max-width: 1299px) {
    .team-card .box-content {
        padding: 30px 20px
    }
}

@media (max-width: 575px) {
    .team-card .box-content {
        padding: 25px 20px
    }
}

.team-card .box-title {
    margin-bottom: 5px
}

@media (max-width: 1299px) {
    .team-card .box-title {
        font-size: 22px
    }
}

.team-card .team-social .icon-btn {
    --btn-size: 40px;
    background-color: #F2F3FC;
    border: none;
    color: var(--title-color);
    border-radius: 50%;
    font-size: var(--btn-font-size, 18px);
    font-weight: 700;
    cursor: pointer
}

.team-card .team-social .th-social {
    position: absolute;
    visibility: hidden;
    opacity: 0;
    bottom: 80px;
    right: 32px;
    width: 40px;
    min-height: 178px;
    padding: 0;
    color: var(--title-color);
    -webkit-transform: scaleY(0);
    -ms-transform: scaleY(0);
    transform: scaleY(0);
    -webkit-transform-origin: bottom;
    -ms-transform-origin: bottom;
    transform-origin: bottom;
    -webkit-transition: 0.4s ease-in-out;
    transition: 0.4s ease-in-out;
    z-index: 2
}

@media (max-width: 1500px) {
    .team-card .team-social .th-social {
        right: 25px
    }
}

@media (max-width: 1299px) {
    .team-card .team-social .th-social {
        right: 20px
    }
}

@media (max-width: 575px) {
    .team-card .team-social .th-social {
        bottom: 70px;
        right: 20px
    }
}

.team-card .team-social .th-social a {
    border-radius: 50%;
    margin-right: 0;
    margin-bottom: 10px
}

.team-card:hover .box-img img {
    -webkit-transform: scale(1.15);
    -ms-transform: scale(1.15);
    transform: scale(1.15);
    -webkit-transition: all ease 0.4s;
    transition: all ease 0.4s
}

.team-card:hover .box-content {
    background-color: #FFF2F2
}

.team-card:hover .icon-btn {
    background-color: var(--title-color);
    color: var(--white-color)
}

.team-card:hover .th-social {
    -webkit-transform: scaleY(1);
    -ms-transform: scaleY(1);
    transform: scaleY(1);
    opacity: 1;
    visibility: visible
}

.team-card.style2 {
    background-color: var(--white-color);
    border-radius: 24px
}

.team-card.style2 .box-img {
    background-repeat: no-repeat;
    background-size: cover
}

.team-card.style2 .box-img:before {
    content: "";
    position: absolute;
    inset: 0;
    background-image: url("../img/team/element2.html");
    background-size: auto;
    background-position: center center;
    background-repeat: no-repeat;
    z-index: -1
}

.team-card.style2:hover .icon-btn img {
    -webkit-filter: brightness(0) invert(1);
    filter: brightness(0) invert(1)
}

.team-item {
    position: relative;
    background-color: var(--white-color);
    box-shadow: 0px 10px 20px 7px rgba(161, 150, 130, 0.07);
    padding: 20px 20px 30px 20px;
    text-align: center;
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
    z-index: 2
}

.team-item:before {
    content: "";
    position: absolute;
    inset: 0;
    bottom: 0;
    height: 0;
    background-color: var(--title-color);
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
    z-index: -1
}

.team-item .box-img {
    background-color: #EDEDED;
    margin-bottom: 30px
}

.team-item .box-img img {
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease
}

.team-item .box-title {
    margin-bottom: 0
}

.team-item .team-desig {
    display: block;
    color: var(--body-color);
    text-align: center
}

.team-item:hover:before {
    height: 100%
}

.team-item:hover .box-title {
    color: var(--white-color)
}

.team-item:hover .box-img img {
    -webkit-transform: scale(1.05);
    -ms-transform: scale(1.05);
    transform: scale(1.05)
}

.team-box {
    position: relative;
    overflow: hidden
}

.team-box .box-img {
    overflow: hidden;
    position: relative;
    z-index: 2;
    background-color: var(--smoke-color3);
    margin-bottom: 32px
}

.team-box .box-img:before {
    content: "";
    position: absolute;
    inset: 0;
    background: rgba(2, 0, 15, 0.5);
    z-index: 1;
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
    opacity: 0;
    visibility: hidden
}

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

.team-box .th-social {
    position: absolute;
    top: 40%;
    left: 50%;
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    min-height: -webkit-max-content;
    min-height: -moz-max-content;
    min-height: max-content;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    z-index: 3
}

.team-box .th-social a {
    opacity: 0;
    -webkit-transform: translateY(20px);
    -ms-transform: translateY(20px);
    transform: translateY(20px);
    -webkit-transition: 0.3s;
    transition: 0.3s;
    background-color: transparent;
    border: 1px solid var(--white-color)
}

.team-box .th-social a:nth-child(1) {
    -webkit-transition-delay: 0s;
    transition-delay: 0s
}

.team-box .th-social a:nth-child(2) {
    -webkit-transition-delay: 0.1s;
    transition-delay: 0.1s
}

.team-box .th-social a:nth-child(3) {
    -webkit-transition-delay: 0.2s;
    transition-delay: 0.2s
}

.team-box .th-social a:nth-child(4) {
    -webkit-transition-delay: 0.3s;
    transition-delay: 0.3s
}

.team-box .th-social a:nth-child(5) {
    -webkit-transition-delay: 0.4s;
    transition-delay: 0.4s
}

.team-box .th-social a:hover {
    color: var(--white-color)
}

.team-box .box-title {
    font-family: var(--title-font);
    font-size: 40px;
    line-height: 40px;
    font-weight: 400;
    margin: 0 0 5px 0
}

@media (max-width: 991px) {
    .team-box .box-title {
        font-size: 30px
    }
}

.team-box .team-desig {
    font-weight: 400;
    font-size: 18px;
    letter-spacing: 0.02em;
    color: var(--title-color);
    margin-bottom: 0
}

.team-box .box-content {
    padding: 30px;
    text-align: center;
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out
}

.team-box:hover .box-img:before {
    opacity: 1;
    visibility: visible
}

.team-box:hover .box-img img {
    -webkit-transform: scale(1.08);
    -ms-transform: scale(1.08);
    transform: scale(1.08)
}

.team-box:hover .th-social a {
    opacity: 1;
    -webkit-transform: translateY(0px);
    -ms-transform: translateY(0px);
    transform: translateY(0px)
}

.team-box.style2 .box-title {
    font-family: var(--title-font)
}

.team-area {
    position: relative;
    z-index: 2;
    background-attachment: fixed
}

.team-area:before {
    content: "";
    position: absolute;
    inset: 0;
    background: -webkit-linear-gradient(bottom, rgba(26, 33, 89, 0.7), rgba(26, 33, 89, 0.7));
    background: linear-gradient(0deg, rgba(26, 33, 89, 0.7), rgba(26, 33, 89, 0.7));
    z-index: -1
}

.team-area2 {
    background-size: auto;
    background-repeat: repeat
}

.team-grid {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    gap: 24px;
    overflow: hidden;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column
}

.team-grid_wrapp:nth-child(even) .team-grid {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse
}

@media (max-width: 991px) {
    .team-grid_wrapp:nth-child(even) .team-grid {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column
    }
}

.team-grid_wrapp:hover .icon-btn {
    opacity: 0;
    left: -40px
}

.team-grid_wrapp:hover .box-content {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0)
}

.team-grid_wrapp:hover .box-number .number {
    color: var(--title-color);
    -webkit-text-fill-color: var(--title-color);
    -webkit-text-stroke-width: 1px;
    -webkit-text-stroke-color: var(--title-color)
}

.team-grid .team-box-wrapp {
    position: relative;
    z-index: 2;
    overflow: hidden
}

.team-grid .box-img {
    position: relative;
    background-color: #F0F0F0;
    z-index: 2
}

.team-grid .box-img:before {
    display: none
}

.team-grid .icon-btn {
    position: absolute;
    left: 0;
    bottom: 69px;
    --btn-size: 64px;
    background-color: var(--title-color);
    border-radius: 0;
    color: var(--white-color);
    font-size: 24px;
    border: none;
    cursor: pointer
}

.team-grid .box-content {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    z-index: 3;
    background: rgba(2, 0, 15, 0.5);
    -webkit-backdrop-filter: blur(5px);
    backdrop-filter: blur(5px);
    padding: 42px 0;
    text-align: center;
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
    -webkit-transform: translateY(100%);
    -ms-transform: translateY(100%);
    transform: translateY(100%)
}

.team-grid .box-title {
    font-weight: 500;
    font-size: 40px;
    color: var(--white-color)
}

@media (max-width: 1399px) {
    .team-grid .box-title {
        font-size: 30px
    }
}

.team-grid .team-desig {
    font-weight: 400;
    font-size: 16px;
    color: var(--white-color);
    text-align: center;
    display: block;
    margin-bottom: 25px
}

.team-grid .th-social a {
    --icon-size: 32px;
    background-color: transparent;
    border: 1px solid #EDEDED;
    font-size: 16px
}

.team-grid .box-number {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
    padding: 162px 180px
}

@media (max-width: 375px) {
    .team-grid .box-number {
        padding: 100px 140px
    }
}

.team-grid .box-number .number {
    font-family: var(--title-font);
    font-weight: 700;
    font-size: 60px;
    color: #6C6D71;
    -webkit-text-fill-color: transparent;
    -webkit-text-stroke-width: 1px;
    -webkit-text-stroke-color: #6C6D71
}

@media (max-width: 991px) {
    .team-details .team-card {
        margin-bottom: 24px
    }
}

.team-details .team-card .box-img {
    border-radius: 0;
    margin-bottom: 24px
}

.team-details .team-card .box-content {
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    gap: 50px;
    padding: 18px 32px;
    background-color: #FFF2F2;
    border: 1px solid #E4E4E5;
    border-top-color: transparent
}

.team-details .team-card .team-social .icon-btn {
    --btn-size: 40px;
    background-color: var(--title-color);
    color: var(--white-color)
}

.team-details .team-card .team-social .th-social {
    bottom: 80px
}

.team-about {
    margin-left: 30px
}

@media (max-width: 1299px) {
    .team-about {
        margin: 0
    }
}

.team-about .team-wrapp {
    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
}

@media (max-width: 1399px) {
    .team-about .team-wrapp {
        display: block
    }
}

.team-about_title {
    font-size: 40px;
    font-weight: 600;
    margin-top: -0.7rem;
    margin-bottom: 0px
}

@media (max-width: 767px) {
    .team-about_title {
        font-size: 24px;
        line-height: 28px
    }
}

.team-about_desig {
    font-family: var(--title-font);
    font-size: 20px;
    font-weight: 500;
    margin-bottom: 20px
}

.team-about_text {
    font-size: 18px;
    letter-spacing: 0.02em;
    margin-bottom: 30px
}

.about-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: 20px;
    padding: 27px 30px 27px 30px
}

.about-info-wrap {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    max-width: 610px;
    border: 1px solid #E0E0E0;
    border-radius: 20px;
    margin-bottom: 40px
}

@media (max-width: 767px) {
    .about-info-wrap {
        grid-template-columns: repeat(1, 1fr)
    }
}

@media (max-width: 1499px) {
    .about-info {
        padding: 27px 20px 27px 20px
    }
}

@media (max-width: 1299px) {
    .about-info {
        gap: 15px
    }
}

@media (max-width: 375px) {
    .about-info {
        padding: 25px 15px
    }
}

.about-info:not(:first-child) {
    border-left: 1px solid #E0E0E0
}

@media (max-width: 767px) {
    .about-info:not(:first-child) {
        border-left: none;
        border-top: 1px solid #E0E0E0
    }
}

.about-info:nth-child(3) {
    border-left: none;
    border-top: 1px solid #E0E0E0
}

.about-info:last-child {
    border-top: 1px solid #E0E0E0
}

.about-info_icon i {
    width: 50px;
    height: 50px;
    line-height: 50px;
    background: #F8F8F8;
    border: 1px solid #E0E0E0;
    border-radius: 50%;
    text-align: center;
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out
}

.about-info_icon i:hover {
    background-color: var(--theme-color);
    color: var(--white-color)
}

.about-info_subtitle {
    margin-bottom: 0
}

.about-info_title {
    font-family: var(--body-font);
    font-weight: 600;
    font-size: 18px;
    margin-bottom: 0
}

@media (max-width: 1399px) {
    .about-info_title {
        font-size: 16px
    }
}

.about-info_title a {
    color: inherit
}

.about-info_title a:hover {
    color: var(--theme-color)
}

.about-card-img {
    position: relative;
    background-color: var(--white-color);
    padding: 40px;
    box-shadow: 0px 10px 50px rgba(0, 0, 0, 0.08);
    border-radius: 30px
}

.about-card-img img {
    border-radius: 20px;
    width: 100%
}

@media (max-width: 1299px) {
    .about-card-img {
        padding: 30px
    }
}

@media (max-width: 1199px) {
    .about-card-img {
        margin-bottom: 40px
    }
}

@media (max-width: 767px) {
    .about-card-img {
        border-radius: 20px
    }

    .about-card-img img {
        border-radius: 15px
    }
}

@media (max-width: 375px) {
    .about-card-img {
        padding: 20px
    }
}

@media (min-width: 1300px) {
    .about-card {
        margin-left: 50px
    }
}

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

.about-card_desig {
    color: var(--theme-color);
    margin-bottom: 22px;
    margin-top: -0.5em
}

.about-card_text {
    margin-bottom: 26px;
    margin-top: 32px
}

.about-card .th-social a {
    border-radius: 10px
}

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

.team-info ul li {
    margin-bottom: 15px;
    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
}

.team-info ul li:last-child {
    margin-bottom: 0
}

.team-info ul li b {
    width: 100%;
    max-width: 200px;
    font-weight: 600;
    font-size: 18px;
    color: var(--title-color)
}

.team-info ul li span,
.team-info ul li a {
    color: var(--body-color)
}

.team-info ul li a:hover {
    color: var(--theme-color)
}

@media (max-width: 575px) {
    .team-info ul li b {
        max-width: 140px
    }
}

.team-contact-form {
    padding: 50px;
    background-color: var(--smoke-color)
}

.team-contact-form textarea {
    height: 120px
}

.team-contact-form .form-title {
    margin-top: -0.3em;
    margin-bottom: 25px
}

@media (max-width: 575px) {
    .team-contact-form {
        padding: 40px 20px
    }
}

.skill-card_wrapp {
    position: relative;
    z-index: 2;
    background-color: var(--smoke-color);
    padding: 30px;
    margin-left: -200px
}

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

.skill-card_title {
    font-size: 30px;
    line-height: 40px;
    margin-top: -0.4rem;
    margin-bottom: 10px
}

.skill-card {
    max-width: 547px;
    display: block;
    margin-left: auto
}

@media (max-width: 1399px) {
    .skill-card {
        margin: 0;
        max-width: 100%
    }
}

.skill-wrapp {
    display: grid;
    grid-template-columns: auto auto;
    gap: 40px
}

@media (max-width: 767px) {
    .skill-wrapp {
        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
    }
}

.skill-wrapp .skill-feature {
    display: block
}

.skill-wrapp .skill-feature_title {
    font-weight: 500;
    font-size: 24px;
    color: var(--title-color);
    min-width: 100%;
    margin-bottom: 10px;
    text-transform: capitalize
}

@media (max-width: 575px) {
    .skill-wrapp .skill-feature_title {
        font-size: 18px
    }
}

.skill-wrapp .skill-feature .progress {
    width: 100%;
    height: 8px;
    background-color: #EDEDED;
    border-radius: 24px
}

@media (max-width: 575px) {
    .skill-wrapp .skill-feature .progress {
        width: 90%
    }
}

.skill-wrapp .skill-feature .progress-bar {
    height: 8px
}

.skill-wrapp .skill-feature .progress-value {
    top: -30px;
    right: -14px
}

@media (max-width: 375px) {
    .skill-wrapp .skill-feature .progress-value {
        top: -50px
    }
}

.skill-feature {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex
}

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

.skill-feature_title {
    min-width: 180px
}

.skill-feature_title,
.skill-feature .progress-value {
    font-weight: 600;
    font-size: 14px;
    letter-spacing: 0.04em;
    text-transform: uppercase;
    margin-bottom: 35px;
    font-family: var(--body-font);
    color: var(--title-color);
    display: inline-block
}

@media (max-width: 1299px) {

    .skill-feature_title,
    .skill-feature .progress-value {
        font-size: 18px
    }
}

@media (max-width: 375px) {

    .skill-feature_title,
    .skill-feature .progress-value {
        margin: 20px 0
    }
}

.skill-feature .progress {
    position: relative;
    height: 3px;
    background-color: #EFEFEF;
    overflow: visible;
    border-radius: 3px;
    width: 341px;
    margin-right: 60px;
    margin-top: 5px
}

@media (max-width: 1399px) {
    .skill-feature .progress {
        width: 100%
    }
}

@media (max-width: 375px) {
    .skill-feature .progress {
        width: 80%
    }
}

.skill-feature .progress-bar {
    background-color: var(--theme-color);
    height: 3px;
    border-radius: inherit;
    overflow: visible;
    position: relative
}

.skill-feature .progress-value {
    position: absolute;
    top: -15px;
    right: -40px
}

@media (max-width: 375px) {
    .skill-feature .progress-value {
        top: -33px;
        right: -60px
    }
}

.box-desig {
    font-size: 14px;
    font-weight: 400
}

.testi-slider {
    height: 297px
}

@media (max-width: 575px) {
    .testi-slider {
        height: 340px
    }
}

@media (max-width: 575px) {
    .testi-slider {
        height: 440px
    }
}

.testi-image_wrapp {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    gap: 24px
}

@media (max-width: 1199px) {
    .testi-image_wrapp {
        margin-bottom: 50px
    }
}

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

.testi-review .testi-img1 {
    margin-bottom: 16px
}

.testi-review .box-title {
    font-family: var(--body-font);
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    letter-spacing: 0.02em;
    color: var(--title-color);
    margin-bottom: 0
}

.testi-review .box-text {
    font-size: 14px;
    margin-bottom: 0
}

.testiSlide1 .icon-box {
    position: absolute;
    right: 14px;
    bottom: 25px
}

@media (max-width: 767px) {
    .testiSlide1 .icon-box {
        display: none
    }
}

.testi-card {
    position: relative;
    z-index: 2;
    margin-left: 40px
}

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

.testi-card.style1 .box-title {
    font-family: var(--title-font);
    font-size: 24px;
    margin-bottom: 0
}

.testi-card.style1 .box-desig {
    margin-top: 0
}

.testi-card.style2 {
    max-width: 945px;
    display: block;
    margin: auto;
    text-align: center;
    margin-bottom: 24px
}

.testi-card.style2 .box-text {
    margin-bottom: 24px
}

.testi-card.style2 .box-title {
    font-family: var(--body-font);
    font-weight: 600;
    font-size: 18px;
    line-height: 28px;
    letter-spacing: 0.02em;
    margin-bottom: 0
}

.testi-card.style3 .box-text {
    margin-bottom: 64px
}

.testi-card.style3 .box-title {
    font-family: var(--body-font);
    font-weight: 600;
    font-size: 24px;
    line-height: 34px;
    letter-spacing: 0.02em;
    margin-bottom: 0
}

@media (max-width: 375px) {
    .testi-card.style3 .box-title {
        font-size: 20px
    }
}

.testi-card.style3 .box-desig {
    margin: 0
}

.testi-card.style3 .box-author {
    border: none
}

.testi-card .box-quote {
    margin-bottom: 15px
}

.testi-card .box-text {
    font-weight: 400;
    font-size: 24px;
    line-height: 40px;
    color: var(--title-color);
    margin-bottom: 70px
}

@media (max-width: 1199px) {
    .testi-card .box-text {
        font-size: 25px;
        line-height: 35px
    }
}

@media (max-width: 991px) {
    .testi-card .box-text {
        font-size: 24px;
        line-height: 34px
    }
}

@media (max-width: 575px) {
    .testi-card .box-text {
        font-size: 20px;
        line-height: 30px
    }
}

@media (max-width: 480px) {
    .testi-card .box-text {
        font-size: 17px;
        line-height: 28px
    }
}

.testi-card .box-profile {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 24px
}

@media (max-width: 375px) {
    .testi-card .box-profile {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: start;
        -webkit-align-items: flex-start;
        -ms-flex-align: start;
        align-items: flex-start
    }
}

.testi-card .box-author {
    max-width: 150px;
    border-radius: 50%;
    border: 2px solid var(--title-color);
    overflow: hidden
}

@media (max-width: 480px) {
    .testi-card .box-author {
        max-width: 100px
    }
}

@media (max-width: 375px) {
    .testi-card .box-author {
        max-width: 70px
    }
}

.testi-card .box-author img {
    border-radius: 50%
}

.testi-card .box-title {
    font-family: var(--title-font);
    font-weight: 400;
    font-size: 32px;
    line-height: 34px;
    letter-spacing: 0.02em;
    color: var(--title-color);
    margin: 0
}

@media (max-width: 575px) {
    .testi-card .box-title {
        font-size: 24px;
        line-height: 25px
    }
}

.testi-card .box-desig {
    font-weight: 400;
    font-size: 14px;
    color: var(--body-color);
    margin-bottom: 0
}

@media (max-width: 575px) {
    .testi-card .box-desig {
        font-size: 16px
    }
}

.testi-card .box-wrapp {
    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
}

@media (max-width: 575px) {
    .testi-card .box-wrapp {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        gap: 10px
    }
}

.testi-card .box-wrapp .box-rating {
    text-align: right
}

.testi-card .box-wrapp .box-rating .rating {
    font-weight: 400;
    font-size: 20px;
    color: var(--title-color);
    display: block
}

.testi-card .box-wrapp .box-rating .review {
    font-size: 12px;
    color: var(--theme-color)
}

.testi-card .box-wrapp .box-rating .review i {
    margin-left: 3px
}

.testi-counter {
    background: var(--title-color);
    border-radius: 24px;
    padding: 40px;
    background-repeat: no-repeat;
    background-position: right center
}

@media (max-width: 1199px) {
    .testi-counter {
        margin-top: 30px
    }
}

.testi-counter .subtitle {
    font-family: var(--title-font);
    font-weight: 600;
    font-size: 18px;
    letter-spacing: 0.02em;
    color: var(--white-color);
    display: block;
    margin-bottom: 20px
}

.testi-counter .box-counter {
    font-weight: 700;
    font-size: 88px;
    color: var(--white-color);
    margin-bottom: 0
}

@media (max-width: 1399px) {
    .testi-counter .box-counter {
        font-size: 66px
    }
}

@media (max-width: 767px) {
    .testi-counter .box-counter {
        font-size: 50px
    }
}

.testi-counter .box-text {
    font-family: var(--title-font);
    font-weight: 600;
    font-size: 32px;
    line-height: 48px;
    letter-spacing: 0.02em;
    color: var(--white-color);
    margin-bottom: 60px
}

@media (max-width: 767px) {
    .testi-counter .box-text {
        font-size: 25px;
        line-height: 35px
    }
}

.testi-ratting {
    background-color: #EBF5DE;
    border-radius: 24px;
    padding: 32px
}

@media (max-width: 1399px) {
    .testi-ratting {
        padding: 20px
    }
}

.testi-ratting .testi-img {
    position: relative;
    border-radius: 24px;
    margin-bottom: 30px;
    overflow: hidden
}

.testi-ratting .testi-img img {
    border-radius: 24px
}

.testi-ratting .testi-wrapp {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 56px
}

@media (max-width: 1500px) {
    .testi-ratting .testi-wrapp {
        gap: 20px
    }
}

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

.testi-ratting .divided {
    height: 105px;
    width: 1px;
    border: 1px solid rgba(92, 95, 113, 0.2)
}

@media (max-width: 375px) {
    .testi-ratting .divided {
        display: none
    }
}

.testi-ratting .box-review i {
    color: #FFA439
}

.testi-ratting .ratting {
    font-weight: 500;
    font-size: 18px;
    letter-spacing: 0.02em;
    color: #03060E;
    display: block;
    margin-bottom: 15px
}

.testi-thumb .tab-btn {
    position: absolute;
    width: 80px;
    height: 80px;
    z-index: 2
}

@media (max-width: 1299px) {
    .testi-thumb .tab-btn {
        display: none
    }
}

.testi-thumb .tab-btn:nth-child(1) {
    position: absolute;
    top: 0%;
    left: 5%
}

@media (max-width: 1399px) {
    .testi-thumb .tab-btn:nth-child(1) {
        left: 0
    }
}

.testi-thumb .tab-btn:nth-child(2) {
    position: absolute;
    top: 35%;
    left: 5%
}

@media (max-width: 1399px) {
    .testi-thumb .tab-btn:nth-child(2) {
        left: 0
    }
}

.testi-thumb .tab-btn:nth-child(3) {
    position: absolute;
    bottom: 6%;
    left: 8%
}

@media (max-width: 1399px) {
    .testi-thumb .tab-btn:nth-child(3) {
        left: 0
    }
}

.testi-thumb .tab-btn:nth-child(4) {
    position: absolute;
    top: 0%;
    right: 5%
}

@media (max-width: 1399px) {
    .testi-thumb .tab-btn:nth-child(4) {
        right: 0
    }
}

.testi-thumb .tab-btn:nth-child(5) {
    position: absolute;
    top: 50%;
    right: 5%
}

@media (max-width: 1399px) {
    .testi-thumb .tab-btn:nth-child(5) {
        right: 0
    }
}

.testi-thumb .tab-btn:nth-child(6) {
    position: absolute;
    bottom: 0%;
    right: 15%
}

@media (max-width: 1399px) {
    .testi-thumb .tab-btn:nth-child(6) {
        right: 0
    }
}

.testi-thumb .tab-btn.active img {
    -webkit-transform: scale(1.8);
    -ms-transform: scale(1.8);
    transform: scale(1.8);
    border: 10px solid rgba(249, 99, 99, 0.1)
}

.testi-thumb .tab-btn img {
    border-radius: 50%;
    cursor: pointer;
    border: 2px solid rgba(92, 95, 113, 0.2);
    -webkit-transition: 0.4s;
    transition: 0.4s
}

.testi-slider2 {
    max-width: 431px;
    height: 82px
}

.testi-slider2 .swiper-wrapper {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-left: 150px !important
}

.testi-slider2 .swiper-slide {
    width: 72px !important;
    height: 72px;
    margin-left: -36px
}

.testi-slider2 .swiper-slide:first-child {
    margin-left: 0
}

.testi-slider2 .swiper-slide .box-author {
    width: 100%;
    height: 100%;
    border-radius: 50%;
    overflow: hidden;
    border: 2px solid white
}

.testi-slider2 .swiper-slide .box-author img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    -webkit-filter: blur(2px);
    filter: blur(2px);
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease
}

.testi-slider2 .swiper-slide-active {
    z-index: 2
}

.testi-slider2 .swiper-slide-active .box-author {
    border-color: var(--theme-color)
}

.testi-slider2 .swiper-slide-active .box-author img {
    -webkit-filter: none;
    filter: none;
    opacity: 1
}

.testi-card-tab {
    max-width: 431px;
    height: 82px;
    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
}

.testi-card-tab .tab-btn {
    width: 100%;
    height: 100%;
    border-radius: 50%;
    overflow: hidden;
    border: 2px solid white
}

.testi-card-tab .tab-btn:nth-child(1) {
    margin-right: -20px
}

.testi-card-tab .tab-btn:nth-child(2) {
    margin-right: -20px
}

.testi-card-tab .tab-btn:nth-child(3) {
    margin-right: -20px
}

.testi-card-tab .tab-btn img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    -webkit-filter: blur(2px);
    filter: blur(2px);
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease
}

.testi-card-tab .tab-btn.active {
    z-index: 2;
    border-color: var(--theme-color)
}

.testi-card-tab .tab-btn.active img {
    -webkit-filter: none;
    filter: none;
    opacity: 1
}

.testi-grid {
    background: #FFFFFF;
    border: 1px solid #E6E6E6;
    padding: 64px 72px 64px 160px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    gap: 64px;
    background-color: var(--white-color)
}

@media (max-width: 1500px) {
    .testi-grid {
        gap: 30px
    }
}

@media (max-width: 1399px) {
    .testi-grid {
        padding: 64px 72px 64px 60px
    }
}

@media (max-width: 1199px) {
    .testi-grid {
        gap: 24px;
        padding: 40px
    }
}

@media (max-width: 991px) {
    .testi-grid {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column
    }
}

@media (max-width: 575px) {
    .testi-grid {
        padding: 30px
    }
}

.testi-grid .box-author {
    position: relative;
    min-width: 160px;
    z-index: 2
}

@media (max-width: 767px) {
    .testi-grid .box-author {
        display: block;
        margin: 30px auto auto auto
    }
}

.testi-grid .box-author .img {
    border-radius: 50%
}

.testi-grid .box-quote {
    position: absolute;
    top: 0;
    left: -110px;
    width: 160px;
    height: 160px;
    line-height: 160px;
    text-align: center;
    border-radius: 50%;
    background: #F8F8F8
}

@media (max-width: 1399px) {
    .testi-grid .box-quote {
        left: -33px;
        width: 100px;
        height: 100px;
        line-height: 100px
    }
}

.testi-grid .box-profile {
    -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: 375px) {
    .testi-grid .box-profile {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column
    }
}

.testi-grid .box-profile .box-rating {
    text-align: right
}

.testi-grid .box-profile .box-rating .rating {
    font-weight: 400;
    font-size: 20px;
    color: var(--title-color);
    display: block
}

.testi-grid .box-profile .box-rating .review {
    font-size: 12px;
    color: var(--theme-color)
}

.testi-grid .box-profile .box-rating .review i {
    margin-left: 3px
}

.testi-grid .box-review {
    color: #F3BA0E;
    font-size: 16px;
    margin-bottom: 10px
}

.testi-grid .box-review i {
    margin-left: 5px
}

.testi-grid .box-title {
    margin-bottom: 0
}

.testi-grid .box-desig {
    margin-top: 0;
    font-size: 14px;
    font-weight: 400
}

.testi-grid .box-text {
    font-weight: 400;
    font-size: 18px;
    color: #6C6D71;
    margin-bottom: 54px
}

@media (max-width: 767px) {
    .testi-grid .box-text {
        text-align: center
    }
}

.testi-box {
    position: relative;
    z-index: 2
}

.testi-box.light .box-text {
    color: var(--body-color)
}

.testi-box-tab {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    gap: 24px;
    z-index: 2;
    margin-top: -150px
}

@media (max-width: 480px) {
    .testi-box-tab {
        gap: 10px
    }
}

.testi-box-tab .tab-btn {
    min-width: 150px;
    max-height: 150px
}

@media (max-width: 767px) {
    .testi-box-tab .tab-btn {
        min-width: 100px;
        max-height: 100px
    }
}

@media (max-width: 480px) {
    .testi-box-tab .tab-btn {
        min-width: 70px;
        max-height: 70px
    }
}

.testi-box-tab .tab-btn:nth-child(2) {
    margin-top: 60px
}

@media (max-width: 480px) {
    .testi-box-tab .tab-btn:nth-child(2) {
        margin-top: 30px
    }
}

.testi-box-tab .tab-btn:nth-child(3) {
    margin-top: 120px
}

@media (max-width: 480px) {
    .testi-box-tab .tab-btn:nth-child(3) {
        margin-top: 60px
    }
}

.testi-box-tab .tab-btn:nth-child(4) {
    margin-top: 180px
}

@media (max-width: 480px) {
    .testi-box-tab .tab-btn:nth-child(4) {
        margin-top: 90px
    }
}

.testi-box-tab .tab-btn img {
    width: 100%;
    height: 100%;
    object-fit: cover
}

.testi-box .box-quote {
    margin-bottom: 22px
}

.testi-box .box-text {
    font-weight: 400;
    font-size: 20px;
    letter-spacing: 0.02em;
    color: var(--white-color);
    margin-bottom: 50px
}

.testi-box .box-profile {
    gap: 34px
}

@media (max-width: 480px) {
    .testi-box .box-profile {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: start;
        -webkit-align-items: flex-start;
        -ms-flex-align: start;
        align-items: flex-start
    }
}

.testi-box .box-profile .box-author {
    max-width: 150px;
    border-radius: 0px
}

.testi-box .box-profile .box-author img {
    border-radius: 0px
}

.testi-box .box-profile .box-title {
    font-family: var(--title-font);
    font-weight: 400;
    font-size: 40px;
    letter-spacing: 0.02em;
    color: var(--white-color);
    margin-bottom: 0
}

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

.testi-box .box-profile .box-desig {
    font-weight: 400;
    font-size: 14px;
    color: #999999;
    margin-top: 0;
    margin-bottom: 0
}

.testi-img {
    margin-top: -380px;
    margin-right: 50px
}

@media (max-width: 991px) {
    .testi-img {
        margin: 0
    }
}

.testi-area {
    position: relative;
    z-index: 2
}

.testi-area.light .icon-box .slider-arrow {
    border: 1px solid rgba(14, 14, 14, 0.3)
}

.testi-area.light .icon-box .slider-arrow img {
    -webkit-filter: invert(1);
    filter: invert(1);
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out
}

.testi-area.light .icon-box .slider-arrow:hover img {
    -webkit-filter: brightness(0) invert(1);
    filter: brightness(0) invert(1)
}

.testi-area .icon-box {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    margin-top: 50px;
    margin-right: 95px
}

@media (max-width: 767px) {
    .testi-area .icon-box {
        display: none
    }
}

.testi-area .icon-box .slider-arrow {
    width: 80px;
    height: 48px;
    line-height: 0px;
    background-color: transparent;
    border: 1px solid rgba(255, 255, 255, 0.3);
    border-radius: 48px;
    -webkit-transform: rotate(-180deg);
    -ms-transform: rotate(-180deg);
    transform: rotate(-180deg)
}

.testi-area .icon-box .slider-arrow:hover {
    background-color: var(--theme-color);
    color: var(--white-color);
    border-color: var(--theme-color)
}

.testi-area .testi-line {
    width: 70%;
    height: 0px;
    border: 1px solid rgba(108, 109, 113, 0.5);
    display: block;
    margin-top: -20px
}

@media (max-width: 1399px) {
    .testi-area .testi-line {
        width: 60%
    }
}

@media (max-width: 767px) {
    .testi-area .testi-line {
        display: none
    }
}

.testi-area2 {
    background-color: #F8F8F8
}

.testiSlide3 .slider-controller {
    width: 929px;
    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
}

@media (max-width: 1500px) {
    .testiSlide3 .slider-controller {
        width: 100%
    }
}

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

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

.testi-image {
    max-width: 452px;
    display: block;
    margin: auto;
    border-radius: 16px
}

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

.testi-image img {
    border-radius: 16px
}

.gsap-cursor.testi-cursor {
    height: 330px
}

.testi-image-area {
    position: relative;
    z-index: 3
}

.testi-image-area .testi-img {
    position: absolute;
    right: 0;
    top: -127%;
    z-index: 1
}

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

.counter-card.style2 .sub-title {
    margin-bottom: 10px
}

.counter-card.style2 .box-number {
    font-family: var(--title-font);
    font-weight: 700;
    font-size: 40px;
    line-height: 50px
}

.counter-card.style2 .box-text {
    font-family: var(--body-font);
    font-weight: 400;
    font-size: 16px;
    color: var(--body-color);
    margin-bottom: 0;
    max-width: 343px
}

.counter-card.style3 .box-number {
    font-family: var(--title-font);
    font-weight: 700;
    font-size: 72px;
    line-height: 72px
}

@media (max-width: 1199px) {
    .counter-card.style3 .box-number {
        font-size: 52px;
        line-height: 52px
    }
}

.counter-card.style4 {
    min-width: 340px;
    height: 340px;
    padding: 114px 65px;
    border: 1px dashed #6C6D71;
    background-color: transparent;
    border-radius: 50%;
    text-align: center
}

@media (max-width: 1500px) {
    .counter-card.style4 {
        min-width: 280px;
        height: 280px;
        padding: 80px 35px
    }
}

@media (max-width: 1399px) {
    .counter-card.style4 {
        min-width: 250px;
        padding: 80px 20px
    }
}

@media (max-width: 1299px) {
    .counter-card.style4 {
        min-width: 290px
    }
}

@media (max-width: 767px) {
    .counter-card.style4 {
        min-width: 240px
    }
}

@media (max-width: 480px) {
    .counter-card.style4 {
        min-width: 100%
    }
}

.counter-card.style4:nth-child(1) {
    margin-right: -20px
}

@media (max-width: 1500px) {
    .counter-card.style4:nth-child(1) {
        margin-right: 4px
    }
}

.counter-card.style4:nth-child(2) {
    margin-right: -20px
}

@media (max-width: 1500px) {
    .counter-card.style4:nth-child(2) {
        margin-right: 4px
    }
}

.counter-card.style4:nth-child(3) {
    margin-right: -20px
}

@media (max-width: 1500px) {
    .counter-card.style4:nth-child(3) {
        margin-right: 4px
    }
}

.counter-card.style4:nth-child(4) {
    margin-right: -20px
}

@media (max-width: 1500px) {
    .counter-card.style4:nth-child(4) {
        margin-right: 4px
    }
}

.counter-card.style4:nth-child(5) {
    margin-right: -20px
}

@media (max-width: 1500px) {
    .counter-card.style4:nth-child(5) {
        margin-right: 4px
    }
}

.counter-card.style4:nth-child(6) {
    margin-right: -20px
}

.counter-card.style4 .box-number {
    font-family: var(--title-font);
    font-weight: 400;
    font-size: 72px;
    line-height: 89px;
    color: #000000;
    margin-bottom: 15px
}

@media (max-width: 1500px) {
    .counter-card.style4 .box-number {
        font-size: 62px;
        line-height: 77px
    }
}

.counter-card.style4 .box-text {
    position: relative;
    font-family: var(--title-font);
    font-weight: 500;
    font-size: 18px;
    letter-spacing: normal;
    text-transform: uppercase;
    color: #000000;
    display: inline-block;
    border-top: 1px solid #D9D9D9;
    border-bottom: 1px solid #D9D9D9
}

.counter-card.style5 {
    min-width: 320px;
    height: 320px;
    padding: 104px 60px;
    background-color: #F8F8F8;
    border-radius: 50%;
    text-align: center
}



.counter-card.style5:nth-child(1) {
    margin-right: -20px
}

.counter-card.style5:nth-child(2) {
    margin-right: -20px
}

.counter-card.style5:nth-child(3) {
    margin-right: -20px
}

.counter-card.style5:nth-child(4) {
    margin-right: -20px
}

.counter-card.style5:nth-child(5) {
    margin-right: -20px
}

.counter-card.style5:nth-child(6) {
    margin-right: -20px
}

.counter-card.style5 .box-number {
    font-family: var(--title-font);
    font-weight: 400;
    font-size: 72px;
    line-height: 89px;
    color: #000000;
    margin-bottom: 15px
}

@media (max-width: 1399px) {
    .counter-card.style5 .box-number {
        font-size: 52px;
        line-height: 62px
    }
}

.counter-card.style5 .box-text {
    position: relative;
    font-family: var(--title-font);
    font-weight: 500;
    font-size: 18px;
    letter-spacing: normal;
    text-transform: uppercase;
    color: #000000;
    display: inline-block;
    border-top: 1px solid #D9D9D9;
    border-bottom: 1px solid #D9D9D9
}

.counter-card_wrapp {}

.counter-card {
    position: relative;
    width: 100%;
    display: block;
    margin: 0 auto 30px;
    padding: 20px;
    border-radius: 20px;
    text-align: center;
    overflow: hidden;
    z-index: 1;

    /* Default background */
    background:  linear-gradient(90deg, #c3ff3f -10%, #63619e , #2a2870 , #2a2870 );

    transition: background 0.6s ease;
}

/* Animated overlay (blob sweep) */
.counter-card::before {
    content: "";
    position: absolute;
    width: 400px;
    height: 200px;
    border-radius: 50%;
    top: 100%;
    left: 100%;
    z-index: -1;

    background: linear-gradient(90.4deg,
            #2a2870,
            #2a2870,
            #63619e,
            #c3ff3f);

    transition: all 0.7s ease;
}

/* Hover effects */
.counter-card:hover {
    background: linear-gradient(90.4deg,
            #2a2870,
            #2a2870,
            #63619e,
            #c3ff3f);
}

.counter-card:hover::before {
    top: -40px;
    left: -40px;
}


.counter-slide .col-lg-3:nth-child(1) .counter-card {

    background: linear-gradient(90deg, #c3ff3f -10%, #63619e , #2a2870 , #2a2870 );
}

.counter-slide .col-lg-3:nth-child(2) .counter-card {
       background: linear-gradient(90deg, #c3ff3f -10%, #63619e , #2a2870 , #2a2870 );
}

.counter-slide .col-lg-3:nth-child(3) .counter-card {    background: linear-gradient(90deg, #c3ff3f -10%, #63619e , #2a2870 , #2a2870 );
}

.counter-slide .col-lg-3:nth-child(4) .counter-card {
    background: linear-gradient(90deg, #c3ff3f -10%, #63619e , #2a2870 , #2a2870 );
}

.counter-slide .col-lg-3:nth-child(5) .counter-card {
     background: linear-gradient(90deg, #c3ff3f -10%, #63619e , #2a2870 , #2a2870 );
}

.counter-slide .col-lg-3:nth-child(6) .counter-card {
    background: linear-gradient(90deg, #c3ff3f -10%, #63619e , #2a2870 , #2a2870 );
}

.counter-slide .col-lg-3:nth-child(7) .counter-card {
       background: linear-gradient(90deg, #c3ff3f -10%, #63619e , #2a2870 , #2a2870 );
}

.counter-slide .col-lg-3:nth-child(8) .counter-card {

      background: linear-gradient(90deg, #c3ff3f -10%, #63619e , #2a2870 , #2a2870 );
}

.counter-slide .col-lg-3:nth-child(1) .counter-card:hover:before {
    background: linear-gradient(90.4deg, #2a2870, #2a2870, #63619e, #c3ff3f);
}

.counter-slide .col-lg-3:nth-child(2) .counter-card:hover:before {
    background: linear-gradient(90.4deg, #2a2870, #2a2870, #63619e, #c3ff3f);
}

.counter-slide .col-lg-3:nth-child(3) .counter-card:hover:before {
    background: linear-gradient(90.4deg, #2a2870, #2a2870, #63619e, #c3ff3f);
}

.counter-slide .col-lg-3:nth-child(4) .counter-card:hover:before {
    background: linear-gradient(90.4deg, #2a2870, #2a2870, #63619e, #c3ff3f);
}

.counter-slide .col-lg-3:nth-child(5) .counter-card:hover:before {
    background: linear-gradient(90.4deg, #2a2870, #2a2870, #63619e, #c3ff3f);
}

.counter-slide .col-lg-3:nth-child(6) .counter-card:hover:before {
    background: linear-gradient(90.4deg, #2a2870, #2a2870, #63619e, #c3ff3f);
}

.counter-slide .col-lg-3:nth-child(7) .counter-card:hover:before {
    background: linear-gradient(90.4deg, #2a2870, #2a2870, #63619e, #c3ff3f);
}

.counter-slide .col-lg-3:nth-child(8) .counter-card:hover:before {
    background: linear-gradient(90.4deg, #2a2870, #2a2870, #63619e, #c3ff3f);
}


.counter-slide .col-lg-3:nth-child(1) .counter-card:hover {
    background: linear-gradient(90.4deg, #2a2870, #2a2870, #63619e, #c3ff3f);
}

.counter-slide .col-lg-3:nth-child(2) .counter-card:hover {
    background: linear-gradient(90.4deg, #2a2870, #2a2870, #63619e, #c3ff3f);
}

.counter-slide .col-lg-3:nth-child(3) .counter-card:hover {
    background: linear-gradient(90.4deg, #2a2870, #2a2870, #63619e, #c3ff3f);
}

.counter-slide .col-lg-3:nth-child(4) .counter-card:hover {
    background: linear-gradient(90.4deg, #2a2870, #2a2870, #63619e, #c3ff3f);
}

.counter-slide .col-lg-3:nth-child(5) .counter-card:hover {
    background: linear-gradient(90.4deg, #2a2870, #2a2870, #63619e, #c3ff3f);
}

.counter-slide .col-lg-3:nth-child(6) .counter-card:hover {
    background: linear-gradient(90.4deg, #2a2870, #2a2870, #63619e, #c3ff3f);
}

.counter-slide .col-lg-3:nth-child(7) .counter-card:hover {
    background: linear-gradient(90.4deg, #2a2870, #2a2870, #63619e, #c3ff3f);
}

.counter-slide .col-lg-3:nth-child(8) .counter-card:hover {
    background: linear-gradient(90.4deg, #2a2870, #2a2870, #63619e, #c3ff3f);
}

.counter-card img {
    margin: 0px auto 10px;
    width: 64px;
    text-align: center;
    display: none
}

.ccdd {
    width: 100%;
    padding-left: 0;
    text-align: center;
}


.counter-card_wrapp.style3 {
    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;
    gap: 60px;
    margin-bottom: 68px
}




.counter-card .box-icon {
    width: 80px;
    height: 80px;
    line-height: 80px;
    text-align: center;
    background-color: var(--theme-color);
    border-radius: 8px
}


.counter-card .box-icon img {
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out
}

.counter-card .box-number {
    font-family: var(--title-font);
    font-weight: 600;
    font-size: 30px;
    line-height: 1.2;
    letter-spacing: 0;
    color: var(--theme-color);
    margin-bottom: 0;
    text-align: center;
    background: linear-gradient(90.4deg, #9FCC44, #9fcc3b, #9fcc3b);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    display: inline-block;
}

.counter-card .box-number span {
    font-size: 40px;
}

.counter-card .box-text {
    font-family: var(--title-font);
    font-size: 20px;
    font-weight: 600;
    color: #fff;
    margin-bottom: 0;
    line-height: 1.2;
    margin-top: 10px;

}


.counter-area2 {
    margin-top: 68px
}

.blog-card {
    position: relative
}

.blog-card .box-img {
    position: relative;
    margin-bottom: 15px;
    z-index: 6;
    border-radius: 20px;
}

.blog-card .blog-img {
    z-index: 8
}

.blog-card .box-img img {
    height: 22vw;
    width: 100%;
    border-radius: 20px;

}

.blog-card .blog-meta {
    margin-bottom: 24px
}

.blog-card .blog-meta a {
    padding: 4px 12px;
    border: 1px solid #EDEDED
}

.blog-card .blog-meta i {
    color: var(--theme-color)
}

.blog-card .box-title {
    font-family: var(--title-font);
    font-size: 22px;
    font-weight: 600;
    text-align: center;
    color: var(--theme-color)
}

.blog-card .box-content {
    text-align: center
}

.blog-card p {

    padding: 0px 0px;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    text-align: center;
}

.blog-card .box-wrapp {
    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
}

.blog-card .date {
    font-weight: 500;
    font-size: 17px;
    color: var(--theme-color);
}

.blog-card.style2 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    gap: 80px
}

@media (max-width: 991px) {
    .blog-card.style2 {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        gap: 40px
    }
}

.blog-card.style2 .box-content {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.blog-card.style2 .blog-meta span,
.blog-card.style2 .blog-meta a {
    margin-right: 14px
}

.blog-card.style2 .box-title {
    font-family: var(--title-font);
    font-weight: 700;
    max-width: 718px
}

.blog-card.style2 .th-btn {
    padding: 19px 25px
}

.blog-card.style3 .box-date {
    background-color: var(--white-color);
    padding: 16px;
    position: absolute;
    left: 16px;
    top: 16px
}

.blog-card.style3 .box-date .date {
    display: block;
    font-family: var(--title-font);
    font-weight: 700;
    font-size: 40px;
    color: var(--title-color);
    margin-bottom: 12px
}

.blog-card.style3 .box-date .month {
    font-weight: 400;
    font-size: 14px;
    display: block;
    color: #6C6D71;
    margin-bottom: -0.4rem
}

.blog-card.style3 .blog-meta a {
    margin-right: 16px
}

.blog-card.style3 .box-title {
    font-family: var(--title-font);
    font-weight: 600;
    font-size: 24px;
    color: var(--title-color);
    border-bottom: 1px solid #EDEDED;
    padding-bottom: 32px;
    margin-bottom: 32px
}

.blog-box {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;
    gap: 30px
}

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

.blog-box .box-img {
    min-width: 387px
}

@media (max-width: 767px) {
    .blog-box .box-img {
        min-width: 100%
    }
}

.blog-box .box-img img {
    width: 100%;
    height: 100%;
    object-fit: cover
}

.blog-box .blog-meta {
    margin-bottom: 24px
}

.blog-box .blog-meta a,
.blog-box .blog-meta .date {
    font-weight: 400;
    font-size: 16px;
    color: var(--gray-color);
    border: 1px solid #333333;
    padding: 4px 12px;
    margin-right: 17px
}

.blog-box .box-title {
    font-family: var(--title-font);
    color: var(--white-color);
    font-weight: 400;
    font-size: 40px;
    margin-bottom: 50px
}

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

.blog-grid {
    border: 1px solid #DEDFE3;
    border-radius: 24px;
    padding: 30px 32px
}

@media (max-width: 767px) {
    .blog-grid {
        padding: 25px
    }
}

.blog-grid.style2 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    gap: 30px
}

@media (max-width: 1500px) {
    .blog-grid.style2 {
        gap: 20px
    }
}

@media (max-width: 1399px) {
    .blog-grid.style2 {
        display: block
    }
}

.blog-grid.style2 .blog-img {
    min-width: 247px;
    height: 100%;
    border-radius: 16px;
    margin-top: 0
}

.blog-grid.style2 .blog-img img {
    width: 100%;
    height: 100%;
    object-fit: cover
}

@media (max-width: 1399px) {
    .blog-grid.style2 .blog-img {
        width: 100%;
        min-width: 100%;
        height: 340px;
        margin-bottom: 13px
    }
}

.blog-grid.style2 .box-title {
    letter-spacing: 0.02em
}

.blog-grid.style2 .box-text {
    margin-bottom: 27px
}

.blog-grid .blog-img {
    border-radius: 16px;
    margin-top: 32px
}

.blog-grid .blog-img img {
    width: 100%;
    border-radius: 14px
}

.blog-grid .blog-meta {
    margin-bottom: 13px
}

.blog-grid .blog-meta i {
    color: var(--theme-color)
}

.blog-grid .box-title {
    letter-spacing: 0.02em;
    color: #010F1C;
    margin-bottom: 10px
}

@media (max-width: 1500px) {
    .blog-grid .box-title {
        font-size: 24px;
        line-height: 34px
    }
}

.blog-grid .box-text {
    font-size: 18px;
    border-bottom: 1px solid #DEDFE3;
    margin-bottom: 32px;
    padding-bottom: 22px
}

.blog-grid .th-btn {
    font-size: 18px;
    padding: 13px 24px
}

.blog-item {
    position: relative;
    z-index: 2;
    --space: 30px
}

@media (max-width: 991px) {
    .blog-item {
        --space: 20px
    }
}

.blog-item .box-img {
    border-radius: 20px;
    margin-bottom: -125px;
    overflow: hidden;
    position: relative;
    z-index: 3
}

.blog-item .box-img img {
    border-radius: 20px
}

.blog-item .box-content {
    position: relative;
    max-width: calc(100% - var(--space)* 2);
    margin-left: var(--space);
    background: var(--white-color);
    box-shadow: 0px 4px 30px #EFEFEF;
    border-radius: 20px;
    padding: 40px;
    z-index: 3;
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out
}

@media (max-width: 1399px) {
    .blog-item .box-content {
        padding: 30px
    }
}

.blog-item .blog-meta {
    margin: -0.3rem 0 20px 0
}

.blog-item .box-title {
    font-size: 22px
}

.blog-item .box-title a {
    color: inherit
}

.blog-item .blog-btn {
    margin-bottom: -1.3rem;
    -webkit-transform: translateY(30px);
    -ms-transform: translateY(30px);
    transform: translateY(30px);
    opacity: 0;
    height: 0;
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out
}

.blog-item:hover .box-content {
    background: var(--theme-color)
}

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

.blog-item:hover .blog-meta i {
    color: var(--white-color)
}

.blog-item:hover .box-title {
    color: var(--white-color)
}

.blog-item:hover .blog-btn {
    height: 100%;
    opacity: 1;
    -webkit-transform: translateY(0px);
    -ms-transform: translateY(0px);
    transform: translateY(0px);
    margin-bottom: 0
}

.blog-item:hover .line-btn {
    color: var(--white-color)
}

.blog-item:hover .line-btn:before {
    background-color: var(--white-color)
}

.brand-item {
    border: 1px solid var(--smoke-color);
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out
}

@media (max-width: 575px) {
    .brand-item {
        margin-bottom: 20px
    }
}

.brand-item img {
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out
}

.brand-item:hover {
    background-color: var(--title-color)
}

.brand-item:hover img {
    -webkit-filter: brightness(0) invert(1);
    filter: brightness(0) invert(1)
}

.brand-wrapp {
    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
}

@media (max-width: 575px) {
    .brand-wrapp {
        display: block;
        text-align: center;
        margin-bottom: 20px
    }
}

.brand-wrapp.style2 {
    -webkit-box-pack: space-evenly;
    -webkit-justify-content: space-evenly;
    -ms-flex-pack: space-evenly;
    justify-content: space-evenly
}

.brand-card {
    height: 101px;
    overflow: hidden;
    position: relative;
    display: block
}

@media (max-width: 1199px) {
    .brand-card {
        margin-right: auto
    }
}

@media (max-width: 480px) {
    .brand-card {
        margin: auto
    }
}

.brand-card:hover a img.gray {
    opacity: 1;
    visibility: visible;
    -webkit-transition: all 0.7s ease-in-out;
    transition: all 0.7s ease-in-out;
    -webkit-transform: translateY(0%);
    -ms-transform: translateY(0%);
    transform: translateY(0%)
}

.brand-card:hover a img.original {
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 0.7s ease-in-out;
    transition: all 0.7s ease-in-out;
    -webkit-transform: translateY(100%);
    -ms-transform: translateY(100%);
    transform: translateY(100%)
}

.brand-card img {
    margin: 0 auto;
    -webkit-transition: all 0.7s ease-in-out;
    transition: all 0.7s ease-in-out;
    position: absolute;
    top: 0;
    left: 0;
    right: 0
}

.brand-card img.gray {
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 0.7s ease-in-out;
    transition: all 0.7s ease-in-out;
    -webkit-transform: translateY(-100%);
    -ms-transform: translateY(-100%);
    transform: translateY(-100%)
}

.brand-card img.original {
    -webkit-transition: all 0.7s ease-in-out;
    transition: all 0.7s ease-in-out;
    -webkit-transform: translateY(0%);
    -ms-transform: translateY(0%);
    transform: translateY(0%);
    -webkit-filter: opacity(0.5);
    filter: opacity(0.5)
}

.brand-card2 img {
    width: 100%
}

.checklist ul {
    padding-left: 0;
    list-style: none;
    text-align: left;
    margin-bottom: 0
}

.checklist li {
    color: var(--title-color);
    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: 10px;
    font-weight: 400;
    font-size: 18px;
    letter-spacing: 0.02em;
    color: var(--body-color);
    padding-left: 35px
}

.checklist li:before {
    content: url("data:image/svg+xml,%3Csvg width='20' height='20' viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M14.5455 2.12562C13.2084 1.35212 11.6559 0.909424 10.0001 0.909424C4.97932 0.909424 0.90918 4.97956 0.90918 10.0003C0.90918 15.0211 4.97932 19.0912 10.0001 19.0912C15.0208 19.0912 19.091 15.0211 19.091 10.0003C19.091 9.3777 19.0284 8.7696 18.9092 8.18215' stroke='%236C6D71' stroke-linecap='round'/%3E%3Cpath d='M6.36353 10.4545C6.36353 10.4545 7.72716 10.4545 9.54534 13.6364C9.54534 13.6364 14.5988 5.30302 19.0908 3.63635' stroke='%236C6D71' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
    font-family: var(--icon-font);
    position: absolute;
    left: 0;
    top: 0px;
    font-size: 24px;
    font-weight: 600;
    color: var(--title-color);
    margin-right: 10px
}

@media (max-width: 575px) {
    .checklist li {
        font-size: 18px
    }
}

.checklist li>i {
    font-size: 22px;
    color: var(--title-color)
}

.checklist li:not(:last-child) {
    margin-bottom: 16px
}

.checklist.style2 li {
    font-weight: 400;
    font-size: 16px;
    letter-spacing: 0.02em;
    color: var(--body-color);
    padding-left: 40px
}

.checklist.style2 li:before {
    content: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg clip-path='url(%23clip0_692_4795)'%3E%3Cpath d='M23.3145 3.28105C22.9614 2.92738 22.3886 2.92677 22.0355 3.27955L11.1843 14.1021L7.26917 9.84997C6.93087 9.48275 6.3589 9.45894 5.99107 9.79719C5.62353 10.1355 5.6 10.7077 5.93829 11.0753L10.4911 16.0197C10.6578 16.2009 10.8912 16.3062 11.1372 16.3113C11.1438 16.3116 11.1502 16.3116 11.1565 16.3116C11.3956 16.3116 11.6256 16.2166 11.7951 16.0477L23.3127 4.56032C23.6667 4.20758 23.6673 3.63472 23.3145 3.28105Z' fill='%23F96363'/%3E%3Cpath d='M23.0955 11.0955C22.5959 11.0955 22.191 11.5004 22.191 12C22.191 17.6195 17.6195 22.191 12 22.191C6.38081 22.191 1.80905 17.6195 1.80905 12C1.80905 6.38081 6.38081 1.80905 12 1.80905C12.4996 1.80905 12.9045 1.40414 12.9045 0.904547C12.9045 0.404906 12.4996 0 12 0C5.38312 0 0 5.38312 0 12C0 18.6166 5.38312 24 12 24C18.6166 24 24 18.6166 24 12C24 11.5004 23.5951 11.0955 23.0955 11.0955Z' fill='%23F96363'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_692_4795'%3E%3Crect width='24' height='24' fill='white'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E%0A");
    font-family: var(--icon-font);
    position: absolute;
    left: 0;
    top: 0px;
    font-size: 24px;
    font-weight: 600;
    color: var(--theme-color);
    margin-right: 10px
}

.checklist.style3 li {
    font-weight: 400;
    font-size: 18px;
    padding-left: 36px;
    color: var(--title-color)
}

.checklist.style3 li:before {
    content: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M17 3.33782C15.5291 2.48697 13.8214 2 12 2C6.47715 2 2 6.47715 2 12C2 17.5228 6.47715 22 12 22C17.5228 22 22 17.5228 22 12C22 11.3151 21.9311 10.6462 21.8 10' stroke='%23FF833B' stroke-width='1.5' stroke-linecap='round'/%3E%3Cpath d='M8 12.5C8 12.5 9.5 12.5 11.5 16C11.5 16 17.0588 6.83333 22 5' stroke='%23FF833B' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
    font-family: var(--icon-font);
    position: absolute;
    left: 0;
    top: 0px;
    font-size: 24px;
    font-weight: 600;
    color: var(--theme-color);
    margin-right: 10px
}

.checklist.style4 li {
    padding-left: 0;
    font-weight: 400;
    font-size: 16px;
    color: var(--body-color);
    padding-left: 20px
}

.checklist.style4 li:after {
    content: "";
    position: absolute;
    top: 9px;
    left: 0;
    width: 5px;
    height: 5px;
    background-color: var(--body-color);
    border-radius: 50%
}

.checklist.style4 li::before {
    display: none
}

.checklist.style5 li {
    padding-left: 0;
    font-weight: 400;
    font-size: 16px;
    color: var(--body-color)
}

.checklist.style5 li::before {
    display: none
}

.checklist.list-two-column ul {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 0 10px
}

@media (max-width: 1399px) {
    .checklist.list-two-column ul {
        gap: 0 20px
    }
}

@media (max-width: 1299px) {
    .checklist.list-two-column ul {
        gap: 0 15px
    }
}

@media (max-width: 767px) {
    .checklist.list-two-column ul {
        grid-template-columns: repeat(1, 1fr)
    }
}

@media (max-width: 1299px) {
    .checklist.list-two-column ul li {
        font-size: 16px
    }
}

.checklist.list-three-column ul {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 0 12px
}

@media (max-width: 1299px) {
    .checklist.list-three-column ul {
        grid-template-columns: repeat(2, 1fr)
    }
}

@media (max-width: 480px) {
    .checklist.list-three-column ul {
        grid-template-columns: repeat(1, 1fr)
    }
}

@media (max-width: 1199px) {
    .checklist.mb-40 {
        margin-bottom: 32px
    }
}

@media (max-width: 1199px) {
    .checklist.mb-45 {
        margin-bottom: 35px
    }
}

.two-column {
    display: grid;
    grid-template-columns: auto auto;
    max-width: 700px
}

@media (max-width: 575px) {
    .two-column {
        display: block
    }
}

.two-column .checklist.style6:not(:last-child) {
    margin-bottom: 30px
}

.two-column:has(.checklist.style6) {
    gap: 30px
}

.bg-img {
    position: absolute;
    inset: 0;
    height: 100%;
    width: 100%
}

.bg-img img {
    width: 100%;
    height: 100%
}

.th-video {
    position: relative;
    border-radius: 5px
}

.th-video img {
    border-radius: inherit
}

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

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

.icon-box {
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
    gap: 10px
}

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

.video-btn {
    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;
    color: var(--body-color);
    text-transform: uppercase;
    line-height: 1.6
}

.video-btn .play-btn {
    --icon-size: 50px;
    margin-right: 15px
}

.video-btn .play-btn>i {
    background-color: var(--theme-color);
    color: var(--white-color);
    padding-right: 0.1em
}

.video-btn .play-btn:before {
    background-color: var(--theme-color)
}

.video-btn .small-text {
    font-size: 10px;
    text-decoration: underline;
    display: block
}

.video-btn .big-text {
    font-size: 14px;
    font-weight: 500
}

@media (max-width: 1199px) {
    p.mb-40 {
        margin-bottom: 35px
    }

    p.mb-45 {
        margin-bottom: 38px
    }
}

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

.th-anim img {
    height: 100%;
    width: 100%;
    object-fit: cover;
    -webkit-transform-origin: left;
    -ms-transform-origin: left;
    transform-origin: left
}

.rounded {
    border-radius: 16px !important
}

.text-body {
    color: rgba(92, 95, 113, 0.9) !important
}

.mouse-pointer {
    position: fixed;
    top: 50%;
    left: -100px;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 25px;
    height: 25px;
    pointer-events: none;
    box-sizing: border-box;
    z-index: 9999;
    -webkit-transition-duration: .9s;
    transition-duration: .9s;
    -webkit-transition-timing-function: cubic-bezier(0.19, 0.94, 0.336, 1);
    transition-timing-function: cubic-bezier(0.19, 0.94, 0.336, 1);
    border-radius: 50%;
    background: var(--theme-color);
    overflow: hidden
}

.mouse-pointer:before {
    content: "";
    inset: 3px;
    position: absolute;
    background: var(--white-color);
    border-radius: inherit;
    border: 1px solid var(--theme-color)
}

.mouse-pointer .icon {
    color: #fff;
    font-size: 14px;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-100%, -50%);
    -ms-transform: translate(-100%, -50%);
    transform: translate(-100%, -50%);
    opacity: 0;
    -webkit-transition: 0.4s cubic-bezier(0.225, 1, 0.316, 0.99);
    transition: 0.4s cubic-bezier(0.225, 1, 0.316, 0.99)
}

.mouse-pointer .icon i {
    margin: 0px 3px
}

.mouse-pointer.large {
    display: none
}

.mouse-pointer.small {
    width: 25px;
    height: 25px
}

.mouse-pointer.right {
    width: 50px;
    height: 50px
}

.mouse-pointer.right.large .icon {
    opacity: 0
}

.mouse-pointer.right.large {
    background: transparent !important
}

.mouse-pointer.zoom,
.mouse-pointer.open {
    width: 80px;
    height: 80px
}

.mouse-pointer .icon i {
    margin: 0px 3px
}

.mouse-pointer.right .icon {
    opacity: 1;
    -webkit-transition-delay: .2s;
    transition-delay: .2s
}

.touch .mouse-pointer {
    display: none
}

.mouse-pointer.transparent {
    display: none;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease
}

.mfp-iframe-holder .mfp-close,
.mfp-image-holder .mfp-close {
    color: var(--white-color);
    right: 0px;
    text-align: right;
    padding-right: 16px;
    width: 50px;
    background: var(--theme-color);
    opacity: 1
}

.mfp-iframe-holder .mfp-close {
    top: -45px
}

.grid-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    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;
    pointer-events: none;
    z-index: -1;
    padding: 0 140px
}

.grid-overlay.style2 {
    z-index: 0
}

.grid-overlay.style3 {
    z-index: 0
}

.grid-overlay.style3 .grid-line {
    background-color: rgba(255, 255, 255, 0.1)
}

.grid-overlay.style4 .grid-line {
    background-color: rgba(108, 109, 113, 0.13)
}

@media (max-width: 1299px) {
    .grid-overlay {
        padding: 0
    }
}

.grid-line {
    width: 1px;
    background-color: #EDEDED;
    height: 100%
}

@media (max-width: 375px) {
    .grid-line {
        display: none
    }
}

.grid-overlay {
    display: none
}

#show-grid .grid-overlay {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex
}

.line {
    background-color: #EDEDED;
    margin: 40px 0 0 0;
    opacity: 1
}

.ser-line {
    background-color: rgba(108, 109, 113, 0.5);
    opacity: 1;
    margin-bottom: 80px
}

.contact-text {
    max-width: 576px;
    display: block;
    margin-left: auto
}

.line2 {
    background-color: #999999
}

.cursor2 {
    width: 25px;
    height: 25px;
    border-radius: 100%;
    border: 1px solid var(--theme-color);
    -webkit-transition: all 200ms ease-out;
    transition: all 200ms ease-out;
    position: fixed;
    pointer-events: none;
    left: 0;
    top: 0;
    z-index: 999999;
    -webkit-transform: translate(calc(-50% + 15px), -50%);
    -ms-transform: translate(calc(-50% + 15px), -50%);
    transform: translate(calc(-50% + 15px), -50%)
}

.cursor2.hover {
    display: none
}

.cursor {
    width: 10px;
    height: 10px;
    border-radius: 100%;
    margin: 0;
    background-color: var(--theme-color);
    opacity: .3;
    position: fixed;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    pointer-events: none;
    z-index: 999999;
    -webkit-transition: 0.2s cubic-bezier(0.75, -0.27, 0.3, 1.33) opacity, 0.4s 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.4s cubic-bezier(0.75, -1.27, 0.3, 2.33) -webkit-transform;
    transition: 0.4s cubic-bezier(0.75, -1.27, 0.3, 2.33) transform, 0.2s cubic-bezier(0.75, -0.27, 0.3, 1.33) opacity;
    transition: 0.4s 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.4s cubic-bezier(0.75, -1.27, 0.3, 2.33) -webkit-transform
}

.cursor.hover {
    display: none
}

.main-container {
    position: relative;
    cursor: url(../img/icon/cursor.svg), auto;
    z-index: 7
}

.main-container .image-container {
    height: 710px;
    overflow: hidden;
    position: relative
}

@media (max-width: 767px) {
    .main-container .image-container {
        height: 500px
    }
}

.video-box1 {
    position: relative;
    z-index: 2;
    max-width: 1072px;
    height: 700px;
    display: block;
    margin: auto
}

.video-box1 .video-play-btn {
    background-color: transparent;
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%)
}

.video-box1 .video-play-btn i {
    font-size: 35px;
    color: var(--white-color)
}

.award-area {
    position: relative;
    z-index: 2;
    background-size: auto;
    background-repeat: repeat
}

.award-item {
    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;
    background-color: transparent;
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out
}

@media (max-width: 1199px) {
    .award-item {
        display: grid;
        grid-template-columns: auto;
        gap: 30px;
        padding: 30px
    }
}

.award-item_wrapp {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center
}

@media (max-width: 767px) {
    .award-item_wrapp {
        display: block
    }
}

.award-item .box-number {
    padding: 32px
}

@media (max-width: 767px) {
    .award-item .box-number {
        margin-bottom: 10px
    }
}

.award-item .number {
    font-family: var(--title-font);
    font-weight: 700;
    font-size: 24px;
    color: var(--title-color);
    margin-bottom: 0
}

.award-item .box-content {
    padding: 32px 36px
}

@media (max-width: 1199px) {
    .award-item .box-content {
        padding: 32px 0 32px 20px
    }
}

.award-item .box-icon {
    margin-bottom: 18px
}

.award-item .box-img {
    opacity: 0;
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out
}

.award-item .box-img img {
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0);
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out
}

.award-item .box-title {
    font-weight: 400;
    font-size: 18px;
    line-height: 28px
}

.award-item .box-desig {
    font-weight: 400;
    font-size: 16px;
    color: #6C6D71;
    margin-bottom: 0
}

.award-item .description {
    max-width: 599px;
    display: block;
    margin-left: auto;
    margin-right: 90px
}

@media (max-width: 1399px) {
    .award-item .description {
        max-width: 400px;
        margin-right: 30px
    }
}

@media (max-width: 1199px) {
    .award-item .description {
        max-width: 100%;
        margin-right: 0
    }
}

.award-item .icon-btn {
    line-height: 50px
}

.award-item .icon-btn img {
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out
}

.award-item .icon-btn:hover {
    background-color: var(--title-color);
    border-color: var(--title-color)
}

.award-item .icon-btn:hover img {
    -webkit-filter: brightness(0) invert(1);
    filter: brightness(0) invert(1)
}

.award-item .box-btn {
    padding-right: 32px
}

.award-item:hover {
    background-color: #F0F0F0
}

.award-item:hover .box-img {
    opacity: 1
}

.award-item:hover .box-img img {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1)
}

.award-list {
    position: relative;
    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: 76px 224px 76px 76px;
    border-bottom: 1px solid rgba(108, 109, 113, 0.2);
    z-index: 2
}

.award-list-area {
    border: 1px solid rgba(108, 109, 113, 0.2);
    overflow: hidden
}

.award-list:last-child {
    border-bottom: 1px solid transparent
}

@media (max-width: 1399px) {
    .award-list {
        padding: 50px 100px 50px 50px
    }
}

@media (max-width: 1199px) {
    .award-list {
        padding: 40px;
        gap: 40px
    }
}

@media (max-width: 991px) {
    .award-list {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column
    }
}

.award-list_wrapp {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 96px
}

@media (max-width: 575px) {
    .award-list_wrapp {
        gap: 30px
    }
}

.award-list .number {
    font-weight: 700;
    font-size: 72px;
    line-height: 96px;
    color: #6C6D71;
    -webkit-text-fill-color: transparent;
    -webkit-text-stroke-width: 1px;
    -webkit-text-stroke-color: #6C6D71
}

@media (max-width: 575px) {
    .award-list .number {
        font-size: 52px;
        line-height: 76px
    }
}

.award-list .box-img {
    position: absolute;
    left: 20%;
    top: 54%;
    width: 450px;
    height: 162px;
    z-index: -1;
    opacity: 0;
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out
}

@media (max-width: 1199px) {
    .award-list .box-img {
        display: none
    }
}

.award-list .box-img img {
    -webkit-transform: translateY(-50%) rotate(0);
    -ms-transform: translateY(-50%) rotate(0);
    transform: translateY(-50%) rotate(0);
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out
}

.award-list .box-img img {
    width: 450px;
    height: 130px;
    object-fit: cover
}

.award-list .box-title {
    font-size: 40px;
    margin-bottom: 0
}

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

.award-list .description {
    max-width: 711px;
    display: block;
    margin-left: auto;
    margin-bottom: 0
}

@media (max-width: 1399px) {
    .award-list .description {
        max-width: 500px
    }
}

.award-list:hover .box-img {
    opacity: 1
}

.award-list:hover .box-img img {
    -webkit-transform: translateY(-50%) rotate(-20deg);
    -ms-transform: translateY(-50%) rotate(-20deg);
    transform: translateY(-50%) rotate(-20deg)
}

.video-wrapp {
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%)
}

.video-wrapp .discount-wrapp .play-btn>i {
    color: var(--white-color);
    font-size: 25px
}

.video-wrapp .discount-tag {
    color: var(--white-color);
    min-height: 210px;
    min-width: 210px
}

.video-wrapp .discount-tag span {
    --rotate-letter: 7deg;
    min-height: 100px;
    position: absolute;
    min-width: 100px;
    left: 27px;
    top: 0px
}

.video-box2 {
    position: relative;
    z-index: 2;
    max-width: 1420px;
    height: 800px
}

@media (max-width: 1500px) {
    .video-box2 {
        max-width: 100%
    }
}

.video-box2:before {
    content: "";
    position: absolute;
    inset: 0;
    background: -webkit-linear-gradient(bottom, rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.3));
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.3));
    z-index: -1
}

@media (max-width: 767px) {
    .video-box2 {
        height: 500px
    }
}

.video-image {
    position: relative;
    z-index: 3;
    text-align: right;
    margin-top: -280px
}

@media (max-width: 767px) {
    .video-image {
        margin-top: 30px
    }
}

.material-item.style1 {
    margin-top: -400px
}

@media (max-width: 1199px) {
    .material-item.style1 {
        margin-top: 40px
    }
}

.material-item.style1 .material-title span {
    width: 54px;
    height: 54px;
    background: #2C3E50;
    border-radius: 40px;
    display: inline-block
}

.material-item.style1 .material-title span:nth-child(2) {
    margin-left: -8px;
    background: #7F8C8D
}

.material-item.style1 .material-title span:nth-child(3) {
    margin-left: -13px;
    background: #BDC3C7
}

.material-item.style1 .material-title span:nth-child(4) {
    margin-left: -16px;
    background: #ECF0F1;
    margin-right: 22px
}

.material-item_wrapp:last-child {
    margin-right: 100px
}

@media (max-width: 991px) {
    .material-item_wrapp:last-child {
        margin-right: 0
    }
}

.material-item_wrapp:last-child .material-title span {
    width: 54px;
    height: 54px;
    background: #2A2A2A;
    border-radius: 40px;
    display: inline-block
}

.material-item_wrapp:last-child .material-title span:nth-child(2) {
    margin-left: -8px;
    background: #707070
}

.material-item_wrapp:last-child .material-title span:nth-child(3) {
    margin-left: -13px;
    background: #B8B8B8
}

.material-item_wrapp:last-child .material-title span:nth-child(4) {
    margin-left: -16px;
    background: #E8E8E8;
    margin-right: 22px
}

.material-item .material-title {
    font-weight: 400;
    font-size: 20px;
    letter-spacing: 0.24em;
    text-transform: uppercase;
    color: var(--white-color);
    margin-bottom: 0px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center
}

.material-item .material-title span {
    width: 54px;
    height: 54px;
    background: #8B7355;
    border-radius: 40px;
    display: inline-block
}

.material-item .material-title span:nth-child(2) {
    margin-left: -8px;
    background: #DEB887
}

.material-item .material-title span:nth-child(3) {
    margin-left: -13px;
    background: #F5DEB3
}

.material-item .material-title span:nth-child(4) {
    margin-left: -16px;
    background: #FFF7E8;
    margin-right: 22px
}

.material-item .box-img {
    margin-top: 40px
}

.material-item .box-img img {
    width: 100%
}

.material-item .box-content {
    margin-top: 40px;
    max-width: 300px;
    display: block;
    margin-left: auto;
    margin-right: 80px
}

.material-item .box-title {
    font-family: var(--title-font);
    font-weight: 400;
    font-size: 32px;
    letter-spacing: 0.02em;
    color: var(--white-color)
}

.material-item .box-text {
    font-weight: 400;
    font-size: 18px;
    letter-spacing: 0.02em;
    color: var(--gray-color);
    margin-bottom: 0
}

.video-area {
    position: relative;
    z-index: 2
}

.video-area.style2 .box-title {
    top: 80px
}

.video-area .box-title {
    font-size: 88px;
    color: var(--title-color);
    -webkit-text-fill-color: transparent;
    -webkit-text-stroke-width: 1px;
    -webkit-text-stroke-color: var(--title-color);
    position: absolute;
    top: 48px;
    z-index: 2
}

@media (max-width: 575px) {
    .video-area .box-title {
        font-size: 55px
    }
}

@media (max-width: 375px) {
    .video-area .box-title {
        font-size: 45px
    }
}

.video-area .box-title.style2 {
    top: unset;
    bottom: 38px;
    right: 7%
}

@media (max-width: 1699px) {
    .video-area .box-title.style2 {
        right: 1%
    }
}

@media (max-width: 1500px) {
    .video-area .slider-arrow {
        display: none !important
    }
}

.bs-hero-3-img {
    width: 600px;
    height: 400px;
    overflow: hidden;
    -webkit-clip-path: polygon(0% 0%, 0% 0%, 0% 100%, 0% 100%);
    clip-path: polygon(0% 0%, 0% 0%, 0% 100%, 0% 100%)
}

.bs-hero-3-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
    -webkit-transition: -webkit-transform 1s ease;
    transition: -webkit-transform 1s ease;
    transition: transform 1s ease;
    transition: transform 1s ease, -webkit-transform 1s ease
}

.accordion-card {
    -webkit-transition: 0.4s ease-in-out;
    transition: 0.4s ease-in-out;
    background-color: var(--white-color);
    overflow: hidden;
    border: 1px solid rgba(2, 0, 15, 0.2)
}

.accordion-card:not(:last-child) {
    margin-bottom: 16px
}

.accordion-card .accordion-button {
    font-size: 18px;
    font-weight: 400;
    font-family: var(--body-font);
    border: 0;
    color: var(--title-color);
    background-color: transparent;
    padding: 13px 45px 13px 30px;
    min-height: 80px;
    gap: 10px;
    margin-bottom: 0;
    text-align: left;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    position: relative
}

.accordion-card .accordion-button:after {
    content: "\2b";
    height: 100%;
    width: auto;
    line-height: 1;
    background-color: transparent;
    font-family: var(--icon-font);
    color: var(--title-color);
    font-weight: 700;
    font-size: 1em;
    display: grid;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
    position: absolute;
    top: 0;
    right: 30px;
    -webkit-clip-path: polygon(20px 0%, 100% 0, 100% 100%, 0% 100%);
    clip-path: polygon(20px 0%, 100% 0, 100% 100%, 0% 100%);
    padding-left: 10px;
    -webkit-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out
}

.accordion-card .accordion-button:focus {
    outline: none;
    box-shadow: none
}

.accordion-card .accordion-button:not(.collapsed) {
    box-shadow: none;
    border-radius: 0
}

.accordion-card .accordion-button:not(.collapsed):after {
    content: '\f068';
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0)
}

.accordion-card .accordion-collapse {
    border: none
}

.accordion-card .accordion-body {
    border-radius: 0;
    background-color: transparent;
    border: none;
    margin: 0px 40px 30px 40px;
    padding: 0
}

.accordion-card .faq-text {
    line-height: 26px;
    margin-top: -0.4rem;
    margin-bottom: -0.48em
}

.accordion-card .faq-img {
    position: relative;
    height: 100%;
    z-index: 2
}

.accordion-card .faq-img img {
    height: 100%;
    object-fit: cover
}

.faq-area {
    position: relative;
    padding: 58px 64px;
    border-top: 1px solid #EDEDED;
    border-bottom: 1px solid #EDEDED;
    background-color: #fff;
    z-index: 9
}

.faq-area.style2 {
    border: none
}

@media (max-width: 1499px) {
    .faq-area {
        border: none;
        padding: 40px 40px 0 0
    }
}

@media (max-width: 1299px) {
    .faq-area {
        padding: 50px 30px 50px 0px
    }
}

@media (max-width: 1199px) {
    .faq-area {
        padding: 0
    }
}

.faq-image {
    position: relative;
    z-index: 2
}

@media (max-width: 1199px) {
    .faq-image {
        margin-top: 40px
    }

    .faq-image img {
        width: 100%
    }
}

.th-experience {
    width: 280px;
    background-color: var(--title-color);
    padding: 40px 20px
}

.th-experience.style2 {
    width: 692px;
    height: 692px;
    text-align: center;
    background: #F8F8F8;
    border-radius: 50%;
    padding: 200px 140px
}

@media (max-width: 1399px) {
    .th-experience.style2 {
        width: 100%;
        height: 100%;
        line-height: 100%;
        padding: 110px 60px
    }
}

@media (max-width: 375px) {
    .th-experience.style2 {
        padding: 80px 30px
    }

    .th-experience.style2 img {
        width: 60%
    }
}

.th-experience.style2 .experience-img {
    margin-bottom: 28px
}

.th-experience.style2 .experience-year {
    margin-bottom: 30px
}

.th-experience.style2 .experience-text {
    color: var(--title-color);
    font-weight: 400;
    font-size: 40px;
    line-height: 48px;
    margin-bottom: 0
}

@media (max-width: 1299px) {
    .th-experience.style2 .experience-text {
        font-size: 25px;
        line-height: 35px
    }
}

@media (max-width: 375px) {
    .th-experience.style2 .experience-text {
        font-size: 20px;
        line-height: 30px
    }
}

.th-experience .experience-year {
    font-family: var(--title-font);
    font-weight: 600;
    font-size: 72px;
    color: var(--white-color);
    margin-bottom: 0
}

.th-experience .experience-text {
    font-size: 18px;
    text-transform: uppercase;
    color: var(--white-color);
    margin-bottom: 30px
}

.th-experience .client-thumb-group .box-title {
    color: var(--white-color);
    font-size: 16px;
    font-family: var(--body-font);
    font-weight: 500;
    letter-spacing: 0.02em;
    margin-bottom: 0;
    margin-left: 7px
}

.newsletter-form {
    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: 10px;
    margin: auto
}

@media (max-width: 767px) {
    .newsletter-form {
        display: block;
        max-width: 100%
    }
}

.newsletter-form .form-control {
    min-height: 64px;
    padding-right: 200px;
    background-color: transparent;
    border: 1px solid #EDEDED;
    border-radius: 48px;
    color: var(--white-color)
}

.newsletter-form .form-control::-moz-placeholder {
    color: var(--white-color)
}

.newsletter-form .form-control::-webkit-input-placeholder {
    color: var(--white-color)
}

.newsletter-form .form-control:-ms-input-placeholder {
    color: var(--white-color)
}

.newsletter-form .form-control::-ms-input-placeholder {
    color: var(--white-color)
}

.newsletter-form .form-control::placeholder {
    color: var(--white-color)
}

@media (max-width: 767px) {
    .newsletter-form .form-control {
        padding-right: 0
    }
}

.newsletter-form .th-btn {
    min-width: 130px;
    padding: 16px 35px;
    border-radius: 100px;
    position: absolute;
    top: 7px;
    right: 7px
}

@media (max-width: 767px) {
    .newsletter-form .th-btn {
        position: relative;
        right: 0;
        top: 10px;
        width: 100%;
        display: block
    }
}

.newsletter-widget .newsletter-form {
    margin-bottom: 20px
}

.newsletter-widget input[type="checkbox"]~label:before {
    background-color: transparent;
    border: 1px solid var(--th-border-color)
}

.newsletter-widget label {
    color: var(--white-color);
    font-size: 16px
}



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

.serviceSlide1 .slider-controller {
    width: 100%;
    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;
    margin-top: 0
}

.serviceSlide1 .slider-arrow {
    position: absolute;
    left: 45%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%)
}

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

.serviceSlide1 .slider-arrow i {
    color: var(--title-color)
}

.serviceSlide1 .slider-arrow img {
    -webkit-filter: invert(1);
    filter: invert(1)
}

.serviceSlide1 .slider-arrow:hover i {
    color: var(--white-color)
}

.service-card {
    position: relative;
    z-index: 2;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex
}

@media (max-width: 480px) {
    .service-card {
        display: block
    }
}

.service-card .box-img {
    margin-right: -100px
}

@media (max-width: 767px) {
    .service-card .box-img {
        margin-right: 0
    }
}

.service-card .box-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    -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
}

.service-card .box-content {
    background-color: var(--white-color);
    padding: 47px 18px 47px 47px;
    top: 48px;
    position: absolute;
    left: unset;
    right: 0
}

@media (max-width: 1199px) {
    .service-card .box-content {
        right: 50px
    }
}

@media (max-width: 767px) {
    .service-card .box-content {
        right: 0
    }
}

@media (max-width: 480px) {
    .service-card .box-content {
        position: relative;
        top: 0;
        padding: 30px 18px 0 30px
    }
}

.service-card .box-icon {
    margin-bottom: 24px
}

.service-card .box-title {
    font-family: var(--title-font);
    font-weight: 600;
    font-size: 24px;
    margin-bottom: 5px;
}



.service-card .box-text {
    margin-bottom: -0.3rem
}

.service-card:hover .box-img 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)
}

.service-box {
    position: relative;
    z-index: 2
}

.service-box .box-img {
    position: relative;
    margin-bottom: 32px;
    overflow: hidden
}

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

.service-box .box-title {
    font-size: 40px;
    margin-bottom: 10px
}

@media (max-width: 1399px) {
    .service-box .box-title {
        font-size: 22px
    }
}

@media (max-width: 575px) {
    .service-box .box-title {
        max-width: 100%;
        font-size: 20px
    }
}

.service-box .box-text {
    margin-bottom: 30px
}

.service-box.style2 .box-img {
    margin-bottom: 0
}

.service-box.style2 .box-img img {
    width: 100%;
    height: 100%;
    object-fit: cover
}

.service-box.style2 .box-content {
    padding: 30px;
    border: 1px solid #2D2D2D
}

.service-box.style2 .box-title {
    color: var(--white-color);
    font-weight: 700;
    font-size: 24px
}

.service-box.style2 .box-text {
    font-weight: 400;
    font-size: 16px;
    line-height: 26px;
    color: #6C6D71
}

.service-box.style2 .line-btn {
    color: var(--white-color);
    font-size: 16px;
    margin-bottom: 0
}

.service-box.style2 .line-btn:before {
    display: none
}

.service-box:hover .box-img 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)
}

.service-image {
    border-radius: 24px
}

.service-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 24px
}

.service-grid {
    position: relative;
    z-index: 2;
    background-color: #1F1F1F;
    border: 1px solid rgba(108, 109, 113, 0.5);
    border-radius: 300px;
    padding: 60px 30px;
    overflow: hidden;
    -webkit-transition: all 0.4s ease-out;
    transition: all 0.4s ease-out
}

@media (max-width: 1299px) {
    .service-grid {
        padding: 50px 17px
    }
}

@media (max-width: 480px) {
    .service-grid {
        border-radius: 100px
    }
}

.service-grid.light {
    background-color: #fff;
    border: 1px solid rgba(108, 109, 113, 0.5)
}

.service-grid.light .overlay:before {
    content: '';
    position: absolute;
    inset: 0;
    width: 0;
    background-color: rgba(108, 109, 113, 0.5);
    z-index: 3;
    border-radius: inherit;
    -webkit-transition: all 0.4s ease-out;
    transition: all 0.4s ease-out
}

.service-grid.light .overlay:after {
    content: "";
    position: absolute;
    inset: 0;
    border-radius: inherit;
    background: rgba(108, 109, 113, 0.5);
    z-index: 2
}

.service-grid.light:hover .box-title {
    color: #fff
}

.service-grid .overlay {
    position: absolute;
    inset: 0;
    border-radius: 300px;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out
}

@media (max-width: 480px) {
    .service-grid .overlay {
        border-radius: 100px
    }
}

.service-grid .overlay:before {
    content: '';
    position: absolute;
    inset: 0;
    width: 0;
    background-color: #1F1F1F;
    z-index: 3;
    border-radius: inherit;
    -webkit-transition: all 0.4s ease-out;
    transition: all 0.4s ease-out
}

.service-grid .overlay:after {
    content: "";
    position: absolute;
    inset: 0;
    border-radius: inherit;
    background: rgba(108, 109, 113, 0.5);
    z-index: 2
}

.service-grid .box-content {
    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: 40px;
    z-index: 3
}

@media (max-width: 1500px) {
    .service-grid .box-content {
        gap: 25px
    }
}

@media (max-width: 480px) {
    .service-grid .box-content {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        gap: 30px
    }
}

.service-grid .box-title {
    font-family: var(--body-font);
    font-weight: 400;
    font-size: 20px;
    letter-spacing: 0.24em;
    text-transform: uppercase;
    color: var(--white-color);
    margin-bottom: 0
}

.service-grid .box-icon {
    min-width: 160px;
    height: 160px;
    line-height: 160px;
    text-align: center;
    background: #1F1F1F;
    border: 1px solid rgba(108, 109, 113, 0.5);
    border-radius: 200px
}

.service-grid .box-icon img {
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out
}

.service-grid:hover .overlay {
    width: 100%;
    opacity: 1;
    visibility: visible
}

.service-grid:hover .overlay:before {
    -webkit-transform: translate(100%, -100%);
    -ms-transform: translate(100%, -100%);
    transform: translate(100%, -100%)
}

.service-grid:hover .box-icon img {
    -webkit-transform: rotateY(180deg);
    transform: rotateY(180deg)
}

.service-content {
    max-width: 690px;
    display: block;
    margin: 80px auto auto auto
}

.service-content.light .box-text {
    color: var(--body-color)
}

.service-content .box-text {
    font-weight: 400;
    font-size: 24px;
    color: #999999;
    margin-bottom: 50px
}

.service-grid2 {
    background-color: var(--white-color);
    border-radius: 8px;
    padding: 24px 48px
}

@media (max-width: 1500px) {
    .service-grid2 {
        padding: 24px 35px
    }
}

@media (max-width: 767px) {
    .service-grid2 {
        text-align: center;
        padding: 24px 25px
    }
}

.service-grid2 .service-content {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 35px
}

@media (max-width: 991px) {
    .service-grid2 .service-content {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: start;
        -webkit-align-items: flex-start;
        -ms-flex-align: start;
        align-items: flex-start
    }
}

@media (max-width: 767px) {
    .service-grid2 .service-content {
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center
    }
}

.service-grid2 .box-wrapp {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 48px
}

@media (max-width: 1299px) {
    .service-grid2 .box-wrapp {
        gap: 20px
    }
}

@media (max-width: 767px) {
    .service-grid2 .box-wrapp {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column
    }
}

.service-grid2 .box-right-wrapp {
    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: 50px
}

@media (max-width: 1299px) {
    .service-grid2 .box-right-wrapp {
        gap: 20px
    }
}

@media (max-width: 767px) {
    .service-grid2 .box-right-wrapp {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column
    }
}

.service-grid2 .box-icon {
    position: relative;
    min-width: 100px;
    height: 100px;
    line-height: 100px;
    background: #F2F3FC;
    border-radius: 50%;
    text-align: center;
    display: block;
    margin: auto auto 24px auto;
    z-index: 2;
    -webkit-transition: 0.4s ease-in-out;
    transition: 0.4s ease-in-out
}

.service-grid2 .box-icon img {
    -webkit-transition: 0.4s ease-in-out;
    transition: 0.4s ease-in-out
}

.service-grid2 .box-title {
    max-width: 195px;
    margin-bottom: 0
}

.service-grid2 .box-text {
    max-width: 467px;
    margin-bottom: 0
}

.service-grid2 .box-img {
    border-radius: 8px
}

.service-grid2 .box-img img {
    border-radius: 8px
}

.service-grid2 .th-btn {
    min-width: 176px;
    padding: 15px 24px
}

@media (max-width: 1299px) {
    .service-grid2 .th-btn {
        min-width: 150px;
        padding: 15px 18px
    }
}

.service-grid2:hover .box-icon img {
    -webkit-transform: scale(-1) rotate(180deg);
    -ms-transform: scale(-1) rotate(180deg);
    transform: scale(-1) rotate(180deg)
}

.page-img {
    overflow: hidden
}

.page-img.service-img {
    height: 541px
}

@media (max-width: 767px) {
    .page-img.service-img {
        height: 400px
    }
}

.page-img.project-img {
    height: 541px
}

@media (max-width: 767px) {
    .page-img.project-img {
        height: 400px
    }
}

.page-img.style1 {
    border-radius: 20px
}

.page-img.style1 img {
    border-radius: 20px
}

.page-subtitle {
    font-weight: 700;
    font-size: 24px;
    line-height: 34px;
    color: var(--title-color)
}

.page-text {
    max-width: 876px
}

.service-process {
    background-color: var(--white-color);
    box-shadow: 0px 6px 30px rgba(0, 0, 0, 0.06);
    border-radius: 20px;
    padding: 30px 20px 30px 30px;
    position: relative;
    z-index: 2
}

.service-process-wrap {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 24px;
    margin-bottom: 30px
}

@media (max-width: 1199px) {
    .service-process-wrap {
        grid-template-columns: repeat(2, 1fr);
        margin-bottom: 0
    }
}

@media (max-width: 767px) {
    .service-process-wrap {
        grid-template-columns: repeat(1, 1fr)
    }
}

.service-process_img {
    margin-bottom: 20px
}

.service-process_title {
    font-family: var(--title-font);
    font-size: 24px;
    line-height: 34px;
    font-weight: 600;
    text-transform: capitalize;
    margin-bottom: 6px
}

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

.service-process_text {
    line-height: 26px;
    margin-bottom: -0.4rem
}

.service-meta {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    gap: 8px
}

@media (max-width: 1199px) {
    .service-meta {
        -webkit-box-pack: start;
        -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        margin-bottom: 30px
    }
}

.service-meta .feature {
    background-color: var(--theme-color);
    border-radius: 4px;
    font-weight: 400;
    font-size: 18px;
    letter-spacing: 0.02em;
    color: var(--white-color);
    padding: 11px 16px
}

.service-meta .rating {
    padding: 10px 16px;
    background: #FFF2F2;
    border-radius: 4px;
    font-weight: 400;
    font-size: 18px;
    letter-spacing: 0.02em;
    color: #0D0D0C
}

.service-meta .rating i {
    color: #FFA944;
    margin-right: 8px
}

.service-list-area {
    position: relative;
    z-index: 2;
    min-height: 970px
}

.service-list-area.style2 {
    min-height: 417px
}

@media (max-width: 1299px) {
    .service-list-area.style2 {
        min-height: 500px
    }
}

@media (max-width: 1199px) {
    .service-list-area.style2 {
        min-height: 800px
    }
}

@media (max-width: 1299px) {
    .service-list-area {
        margin-top: 50px
    }
}

@media (max-width: 991px) {
    .service-list-area {
        margin-bottom: 70px
    }
}

.service-list.style2 .service-list-content {
    max-width: 520px;
    margin: 0 0 30px 0
}

.service-list.style2 .service-img {
    left: unset;
    right: 25.3%;
    max-width: 524px;
    height: 417px
}

@media (max-width: 1399px) {
    .service-list.style2 .service-img {
        right: 10%
    }
}

@media (max-width: 1299px) {
    .service-list.style2 .service-img {
        position: absolute;
        top: 0%;
        right: 5%
    }
}

@media (max-width: 1199px) {
    .service-list.style2 .service-img {
        top: 50%;
        right: 0
    }
}

@media (max-width: 375px) {
    .service-list.style2 .service-img {
        top: 55%
    }
}

.service-list.style2 .service-img img {
    max-width: 524px;
    height: 417px
}

.service-list.style2 .service-img2 {
    max-width: 387px;
    height: 417px;
    right: 0;
    top: 0;
    bottom: unset
}

@media (max-width: 1299px) {
    .service-list.style2 .service-img2 {
        top: 30%
    }
}

@media (max-width: 1199px) {
    .service-list.style2 .service-img2 {
        top: 50%;
        right: unset;
        left: 0%
    }
}

.service-list.style2 .service-img2 img {
    height: 100%
}

.service-list.style2 .number {
    font-family: var(--title-font);
    font-weight: 400;
    font-size: 48px;
    color: #E4E4E5;
    margin: 0
}

@media (max-width: 1299px) {
    .service-list.style2 .number {
        font-size: 35px
    }
}

@media (max-width: 375px) {
    .service-list.style2 .number {
        font-size: 25px
    }
}

.service-list.style2 .box-title {
    font-weight: 700;
    font-size: 48px;
    color: #E4E4E5;
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out
}

@media (max-width: 1299px) {
    .service-list.style2 .box-title {
        font-size: 35px
    }
}

@media (max-width: 375px) {
    .service-list.style2 .box-title {
        font-size: 25px
    }
}

.service-list.style2 .box-text {
    height: 0;
    opacity: 0;
    overflow: hidden;
    -webkit-transform: translateY(50px);
    -ms-transform: translateY(50px);
    transform: translateY(50px);
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out
}

.service-list.style2.item-active .service-img {
    height: 417px
}

.service-list.style2.item-active .service-img2 {
    height: 417px
}

.service-list.style2.item-active .service-list-content .number {
    color: #1F1F1F
}

.service-list.style2.item-active .service-list-content .box-title {
    color: #1F1F1F;
    -webkit-text-decoration-line: underline;
    text-decoration-line: underline
}

.service-list.style2.item-active .service-list-content .box-text {
    height: 100%;
    opacity: 1;
    -webkit-transform: translateY(0px);
    -ms-transform: translateY(0px);
    transform: translateY(0px)
}

.service-list .service-list-content {
    max-width: 450px;
    display: block;
    margin-left: auto;
    margin-bottom: 28px;
    margin-right: 200px
}

@media (max-width: 1500px) {
    .service-list .service-list-content {
        margin-right: 100px
    }
}

@media (max-width: 1399px) {
    .service-list .service-list-content {
        margin-right: 0
    }
}

@media (max-width: 1199px) {
    .service-list .service-list-content {
        max-width: 360px
    }
}

@media (max-width: 991px) {
    .service-list .service-list-content {
        margin-left: 0;
        max-width: 100%
    }
}

.service-list .service-img {
    max-width: 798px;
    height: 700px;
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    height: 0;
    visibility: hidden;
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out
}

@media (max-width: 1399px) {
    .service-list .service-img {
        max-width: 600px
    }
}

.service-list .service-img img {
    width: 798px;
    height: 700px;
    object-fit: cover
}

@media (max-width: 1399px) {
    .service-list .service-img {
        max-width: 600px
    }
}

@media (max-width: 1199px) {
    .service-list .service-img {
        max-width: 530px
    }
}

@media (max-width: 991px) {
    .service-list .service-img {
        position: absolute;
        top: 35%;
        max-width: 100%;
        border: 0;
        padding: 0
    }
}

.service-list .service-img2 {
    max-width: 524px;
    position: absolute;
    bottom: 0;
    right: 13%;
    opacity: 0;
    height: 0;
    visibility: hidden
}

@media (max-width: 1500px) {
    .service-list .service-img2 {
        right: 4%
    }
}

@media (max-width: 1399px) {
    .service-list .service-img2 {
        right: 0%
    }
}

@media (max-width: 1299px) {
    .service-list .service-img2 {
        max-width: 450px
    }
}

@media (max-width: 991px) {
    .service-list .service-img2 {
        display: none
    }
}

.service-list .box-title {
    font-weight: 700;
    font-size: 40px;
    color: #999999
}

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

@media (max-width: 991px) {
    .service-list .box-title {
        font-size: 24px
    }
}

.service-list .service-wrapp {
    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: 10px
}

.service-list .number {
    font-weight: 700;
    font-size: 24px;
    line-height: 34px;
    color: #999999;
    margin-top: -20px
}

.service-list.item-active .box-title {
    color: var(--title-color)
}

.service-list.item-active .number {
    color: var(--title-color)
}

.service-list.item-active .service-img {
    height: 700px;
    opacity: 1;
    visibility: visible
}

.service-list.item-active .service-img2 {
    height: 524px;
    opacity: 1;
    visibility: visible
}

@media (max-width: 1299px) {
    .service-list.item-active .service-img2 {
        height: 450px
    }
}

.service-list:hover .box-title {
    color: var(--title-color)
}

.service-list:hover .number {
    color: var(--title-color)
}

.service-list:hover:before {
    height: 100%
}

.service-list:hover:before,
.service-list:hover:after {
    opacity: 1;
    visibility: visible
}

.service-area {
    background-color: #1F1F1F
}

.service-area2 {
    position: relative;
    z-index: 2;
    padding: 160px 0;
    margin-bottom: 70px
}

@media (max-width: 991px) {
    .service-area2 {
        padding: 100px 0
    }
}

.service-area2 .sec-title {
    margin-bottom: 0
}

.service-area2:before {
    content: "";
    position: absolute;
    inset: 0;
    background: -webkit-linear-gradient(bottom, rgba(0, 0, 0, 0.57), rgba(0, 0, 0, 0.57));
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.57), rgba(0, 0, 0, 0.57))
}

.service-area3 {
    background-color: #F8F8F8;
    padding: 40px
}

@media (max-width: 375px) {
    .service-area3 {
        padding: 40px 20px
    }
}

.service-item {
    position: relative;
    background-color: var(--white-color);
    padding: 60px 50px;
    text-align: center;
    z-index: 2
}

@media (max-width: 1399px) {
    .service-item {
        padding: 50px 45px
    }
}

@media (max-width: 1199px) {
    .service-item {
        padding: 40px 30px
    }
}

.service-item:before {
    content: "";
    position: absolute;
    inset: 0;
    left: 0;
    width: 0;
    background-color: var(--title-color);
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
    z-index: -1
}

.service-item .box-icon {
    margin-bottom: 40px
}

.service-item .box-icon img {
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out
}

.service-item .box-title {
    border-bottom: 1px solid #EDEDED;
    margin-bottom: 20px;
    padding-bottom: 15px
}

.service-item .line-btn {
    padding: 0
}

.service-item .line-btn:before {
    display: none
}

.service-item:hover:before {
    width: 100%
}

.service-item:hover .box-icon img {
    -webkit-filter: brightness(0) invert(1);
    filter: brightness(0) invert(1)
}

.service-item:hover .box-title {
    color: var(--white-color);
    border-color: #2D2D2D
}

.service-item:hover .line-btn {
    color: var(--white-color)
}

@media (max-width: 575px) {
    .available-list {
        padding: 0
    }
}

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

.available-list li {
    position: relative;
    font-size: 16px;
    color: var(--title-color);
    font-family: var(--body-font);
    padding-left: 40px;
    margin-bottom: 15px;
    text-transform: capitalize
}

.available-list li:after {
    content: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg clip-path='url(%23clip0_200_1643)'%3E%3Cpath d='M23.3137 3.2813C22.9607 2.92762 22.3878 2.92701 22.0348 3.2798L11.1835 14.1024L7.26844 9.85022C6.93014 9.483 6.35817 9.45919 5.99034 9.79744C5.62279 10.1357 5.59926 10.708 5.93756 11.0755L10.4903 16.02C10.6571 16.2012 10.8904 16.3064 11.1365 16.3115C11.1431 16.3118 11.1495 16.3118 11.1558 16.3118C11.3949 16.3118 11.6249 16.2168 11.7944 16.048L23.312 4.56056C23.6659 4.20783 23.6665 3.63497 23.3137 3.2813Z' fill='%23F96363'/%3E%3Cpath d='M23.0955 11.0955C22.5959 11.0955 22.191 11.5004 22.191 12C22.191 17.6195 17.6195 22.191 12 22.191C6.38081 22.191 1.80905 17.6195 1.80905 12C1.80905 6.38081 6.38081 1.80905 12 1.80905C12.4996 1.80905 12.9045 1.40414 12.9045 0.904547C12.9045 0.404906 12.4996 0 12 0C5.38312 0 0 5.38312 0 12C0 18.6166 5.38312 24 12 24C18.6166 24 24 18.6166 24 12C24 11.5004 23.5951 11.0955 23.0955 11.0955Z' fill='%23F96363'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_200_1643'%3E%3Crect width='24' height='24' fill='white'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E%0A");
    font-family: var(--icon-font);
    font-weight: 500;
    color: var(--theme-color);
    font-weight: 900;
    font-size: 16px;
    width: 16px;
    height: 16px;
    line-height: 16px;
    text-align: center;
    border-radius: 50px;
    position: absolute;
    top: 5px;
    left: 0
}

.available-list li.unavailable:after {
    content: "\f057";
    right: 0px
}

.available-list li img {
    max-width: 18px;
    margin-right: 10px
}

.available-list li:last-child {
    margin-bottom: 0
}

.available-list li.unavailable {
    font-weight: 400;
    color: var(--body-color)
}

.available-list li.unavailable img {
    opacity: 0.2
}

.price-box {
    position: relative;
    background-color: var(--white-color);
    border: 1px solid #DEDFE3;
    border-radius: 24px;
    padding: 48px;
    -webkit-transition: 0.4s;
    transition: 0.4s;
    z-index: 1;
    overflow: hidden
}

@media (max-width: 1299px) {
    .price-box {
        padding: 48px 25px
    }
}

@media (max-width: 991px) {
    .price-box {
        padding: 48px 25px
    }
}

.price-box .price-title-wrap {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.price-box .subtitle {
    color: var(--theme-color);
    font-weight: 600;
    margin-bottom: 0
}

.price-box .box-title {
    margin-bottom: 5px
}

@media (max-width: 575px) {
    .price-box .box-title {
        font-size: 24px
    }
}

.price-box .box-text {
    color: var(--title-color);
    margin-bottom: 30px
}

.price-box .box-text2 {
    font-size: 18px;
    border-bottom: 1px solid #DEDFE3;
    padding-bottom: 30px;
    margin-bottom: 50px
}

.price-box .box-price {
    font-weight: 700;
    font-size: 57px;
    line-height: 72px;
    letter-spacing: 0.02em;
    margin-bottom: 0px
}

@media (max-width: 767px) {
    .price-box .box-price {
        font-size: 30px
    }
}

.price-box .duration {
    font-size: 24px;
    color: var(--body-color);
    font-weight: 600
}

.price-box .th-btn {
    margin-top: 56px
}

.price-box .offer-tag {
    position: absolute;
    top: 0px;
    right: 0;
    font-family: var(--title-font);
    background-color: var(--theme-color);
    border-radius: 0px 0px 0px 24px;
    font-weight: 400;
    font-size: 18px;
    letter-spacing: 0.02em;
    color: var(--white-color);
    width: 178px;
    height: 40px;
    line-height: 40px;
    display: inline-block;
    text-align: center;
    display: block;
    opacity: 0
}

.price-box.active {
    background-color: #FFF2F2;
    border-color: #FFF2F2
}

.price-box.active .th-btn {
    border: 1px solid var(--theme-color);
    background-color: var(--theme-color);
    color: var(--white-color)
}

.price-box.active .th-btn:hover {
    border-color: var(--title-color)
}

.price-box.active .offer-tag {
    opacity: 1
}

.price-content {
    background-color: var(--title-color);
    border-radius: 16px;
    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: 32px 32px 20px 32px
}

@media (max-width: 575px) {
    .price-content {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        gap: 20px;
        text-align: center
    }
}

.price-content .subtitle {
    font-weight: 500;
    font-size: 18px;
    letter-spacing: 0.02em;
    color: var(--white-color);
    display: block;
    margin-bottom: 14px
}

.price-content .subtitle .duration {
    font-weight: 400
}

.price-content .box-title {
    color: var(--white-color)
}

.price-content .box-text {
    font-weight: 500;
    font-size: 18px;
    line-height: 24px;
    letter-spacing: 0.02em;
    color: #B7BDDE;
    max-width: 344px;
    margin-bottom: 25px
}

@media (max-width: 575px) {
    .price-content .box-text {
        display: block;
        margin: auto auto 25px auto
    }
}

.price-content .th-btn {
    padding: 13px 40px
}

.price-area {
    position: relative;
    z-index: 2
}

.price-area:before {
    content: "";
    position: absolute;
    top: 0;
    width: 100%;
    height: 585px;
    background-color: var(--title-color);
    z-index: -1
}

.price-card {
    position: relative;
    border-top: 1px solid #EAEAEA;
    border-bottom: 1px solid #EAEAEA;
    padding: 40px;
    z-index: 2;
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out
}

.price-card.style2 {
    border: 1px solid #EAEAEA
}

@media (max-width: 1499px) {
    .price-card {
        border: none
    }
}

@media (max-width: 1199px) {
    .price-card {
        padding: 30px 20px
    }
}

.price-card .box-title {
    font-weight: 400;
    font-size: 18px;
    color: var(--body-color);
    margin-bottom: 3px
}

.price-card .box-price {
    font-weight: 600;
    font-size: 24px;
    margin-bottom: 40px
}

.price-card .box-text {
    margin-bottom: -0.3rem
}

.price-card .available-list ul {
    margin-bottom: 40px
}

.price-card .available-list li {
    padding-left: 30px
}

.price-card .available-list li:after {
    content: url("data:image/svg+xml,%3Csvg width='18' height='18' viewBox='0 0 18 18' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg clip-path='url(%23clip0_703_8014)'%3E%3Cpath d='M17.4849 2.46079C17.2201 2.19553 16.7904 2.19508 16.5256 2.45966L8.38722 10.5766L5.4509 7.38748C5.19718 7.11207 4.7682 7.09421 4.49233 7.34789C4.21667 7.60162 4.19902 8.0308 4.45274 8.30646L7.86733 12.0148C7.99238 12.1507 8.16739 12.2296 8.35192 12.2335C8.35688 12.2337 8.36166 12.2337 8.36641 12.2337C8.54574 12.2337 8.71825 12.1624 8.84534 12.0358L17.4835 3.42024C17.749 3.15569 17.7495 2.72604 17.4849 2.46079Z' fill='%231C2359'/%3E%3Cpath d='M17.3216 8.32159C16.9469 8.32159 16.6432 8.62527 16.6432 9C16.6432 13.2146 13.2146 16.6432 9 16.6432C4.78561 16.6432 1.35679 13.2146 1.35679 9C1.35679 4.78561 4.78561 1.35679 9 1.35679C9.3747 1.35679 9.67841 1.05311 9.67841 0.67841C9.67841 0.30368 9.3747 0 9 0C4.03734 0 0 4.03734 0 9C0 13.9624 4.03734 18 9 18C13.9624 18 18 13.9624 18 9C18 8.6253 17.6963 8.32159 17.3216 8.32159Z' fill='%231C2359'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_703_8014'%3E%3Crect width='18' height='18' fill='white'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E%0A")
}

.price-card .offer-tag {
    background-color: var(--theme-color);
    border-radius: 48px;
    padding: 9px 16px;
    font-weight: 500;
    font-size: 16px;
    letter-spacing: 0.02em;
    color: var(--white-color);
    position: absolute;
    top: 32px;
    right: 32px;
    opacity: 0;
    visibility: hidden
}

.price-card.active .offer-tag {
    opacity: 1;
    visibility: visible
}

.price-card:hover {
    background-color: #F8F8F8
}

.price-grid {
    background-color: var(--smoke-color2);
    border: 1px solid var(--smoke-color);
    border-radius: 50px;
    padding: 60px;
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out
}

@media (max-width: 1299px) {
    .price-grid {
        padding: 30px;
        border-radius: 30px
    }
}

.price-grid .box-title {
    font-weight: 600;
    margin-bottom: 5px
}

.price-grid .price-title-wrap {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center
}

@media (max-width: 375px) {
    .price-grid .price-title-wrap {
        display: block
    }
}

.price-grid .available-list ul li {
    padding: 0;
    font-size: 16px;
    text-transform: none;
    padding-left: 30px
}

.price-grid .available-list ul li:before {
    content: "\f058";
    position: absolute;
    top: 0;
    left: 0;
    font-family: var(--icon-font);
    font-weight: 700;
    color: var(--theme-color);
    font-size: 18px
}

.price-grid .available-list ul li i {
    font-size: 18px;
    color: var(--theme-color);
    margin-right: 10px
}

.price-grid .available-list ul li:after {
    display: none
}

.price-grid .available-list ul li span {
    display: block
}

.price-grid .box-text {
    font-weight: 500;
    font-size: 18px;
    line-height: 26px;
    color: var(--body-color);
    border-bottom: none;
    margin: 0;
    padding: 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    gap: 20px
}

@media (max-width: 480px) {
    .price-grid .box-text {
        display: block
    }
}

.price-grid .box-text span {
    background: #FFE4E9;
    border-radius: 30px;
    padding: 2px 15px;
    color: var(--theme-color);
    font-size: 14px;
    font-weight: 500
}

.price-grid .box-price {
    font-size: 54px;
    font-weight: 500;
    margin-top: 12px;
    border-bottom: 1px solid var(--smoke-color);
    margin-bottom: 40px;
    padding-bottom: 20px
}

@media (max-width: 480px) {
    .price-grid .box-price {
        margin: 10px 0
    }
}

.price-grid .box-price del {
    font-size: 20px;
    font-weight: 500;
    color: #A2ABBA
}

.price-grid .th-btn {
    margin-top: 35px
}

.price-item {
    border: 1px solid #DEDFE3;
    border-radius: 16px;
    padding: 32px
}

@media (max-width: 1500px) {
    .price-item {
        padding: 25px
    }
}

.price-item .box-title {
    max-width: 270px
}

@media (max-width: 1399px) {
    .price-item .box-title {
        font-size: 21px
    }
}

.price-item .subtitle {
    font-weight: 500;
    font-size: 18px;
    letter-spacing: 0.02em;
    color: #5C5F71
}

.price-item .btn-group {
    margin-top: 24px;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: end;
    -webkit-align-items: end;
    -ms-flex-align: end;
    align-items: end
}

.price-item .box-price {
    font-family: var(--title-font);
    font-weight: 500;
    font-size: 40px;
    line-height: 50px;
    letter-spacing: 0.02em;
    color: var(--title-color);
    margin-bottom: 0;
    text-align: right
}

@media (max-width: 1399px) {
    .price-item .box-price {
        text-align: left
    }
}

@media (max-width: 1299px) {
    .price-item .box-price {
        font-size: 30px;
        line-height: 40px
    }
}

.price-item .price {
    font-family: var(--title-font);
    font-size: 18px;
    line-height: 28px;
    letter-spacing: 0.02em;
    color: rgba(92, 95, 113, 0.5)
}

.price-item del {
    display: block;
    font-weight: 400
}

.price-item .th-btn {
    padding: 15px 24px
}

.price-image {
    position: relative;
    margin-right: 60px;
    height: 100%;
    z-index: 2
}

.price-image img {
    width: 100%;
    height: 100%;
    object-fit: cover
}

@media (max-width: 1399px) {
    .price-image {
        margin: 0
    }
}

.gallery {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 30px
}

.gallery-item {
    position: relative;
    overflow: hidden;
    border-radius: 16px;
    -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
}

.gallery-item img {
    width: 100%;
    height: auto;
    display: block;
    -webkit-transition: -webkit-transform 0.5s ease;
    transition: -webkit-transform 0.5s ease;
    transition: transform 0.5s ease;
    transition: transform 0.5s ease, -webkit-transform 0.5s ease
}

.gallery-item:hover img {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1)
}

.overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.6);
    opacity: 0;
    -webkit-transition: opacity 0.3s ease;
    transition: opacity 0.3s ease;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    font-size: 1.2rem
}

.gallery-item:hover .overlay {
    opacity: 1
}

.gallery-insta {
    position: relative;
    overflow: hidden;
    z-index: 2;
    border-radius: 24px
}

.gallery-insta:after {
    content: '';
    position: absolute;
    inset: 0;
    -webkit-transform: scaleX(0);
    -ms-transform: scaleX(0);
    transform: scaleX(0);
    background: -webkit-linear-gradient(bottom, rgba(26, 33, 89, 0.5), rgba(26, 33, 89, 0.5));
    background: linear-gradient(0deg, rgba(26, 33, 89, 0.5), rgba(26, 33, 89, 0.5));
    pointer-events: none;
    -webkit-transition: 0.4s ease-in-out;
    transition: 0.4s ease-in-out;
    opacity: 0;
    border-radius: inherit;
    visibility: hidden
}

.gallery-insta img {
    width: 100%;
    -webkit-transition: 0.4s ease-in-out;
    transition: 0.4s ease-in-out
}

.gallery-insta .box-btn {
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, 20px);
    -ms-transform: translate(-50%, 20px);
    transform: translate(-50%, 20px);
    font-size: 26px;
    width: 34px;
    height: 34px;
    line-height: 34px;
    border-radius: 50%;
    display: block;
    text-align: center;
    color: var(--white-color);
    visibility: hidden;
    opacity: 0;
    z-index: 3
}

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

.gallery-insta:hover:after {
    opacity: 1;
    visibility: visible;
    -webkit-transform: scaleX(1);
    -ms-transform: scaleX(1);
    transform: scaleX(1)
}

.gallery-insta:hover img {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1)
}

.filter-item:first-child .gallery-card .box-title {
    font-size: 32px
}

@media (max-width: 767px) {
    .filter-item:first-child .gallery-card .box-title {
        font-size: 24px
    }
}

.gallery-card {
    position: relative;
    overflow: hidden;
    z-index: 2
}

.gallery-card:first-child:hover .gallery-content {
    bottom: 32px;
    opacity: 1;
    visibility: visible;
    left: 32px
}

@media (max-width: 575px) {
    .gallery-card:first-child:hover .gallery-content {
        left: 24px
    }
}

.gallery-card .box-img {
    position: relative;
    -webkit-transition: 0.4s ease-in-out;
    transition: 0.4s ease-in-out
}

.gallery-card .box-img:before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    height: 0%;
    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));
    -webkit-transition: 0.4s ease-in-out;
    transition: 0.4s ease-in-out;
    visibility: hidden;
    opacity: 0;
    z-index: 1
}

.gallery-card .box-img img {
    width: 100%;
    height: 100%;
    object-fit: cover
}

.gallery-card .shape {
    position: absolute;
    inset: 32px;
    z-index: 2;
    -webkit-transform: scaleY(0);
    -ms-transform: scaleY(0);
    transform: scaleY(0)
}

@media (max-width: 575px) {
    .gallery-card .shape {
        inset: 20px
    }
}

.gallery-card .shape .dot {
    position: absolute;
    height: 35px;
    width: 2px;
    background-color: var(--white-color)
}

.gallery-card .shape .dot:nth-child(1) {
    top: -0px
}

.gallery-card .shape .dot:nth-child(2) {
    top: -0px;
    width: 13px;
    height: 2px
}

.gallery-card .shape .dot:nth-child(3) {
    bottom: -0px;
    right: 14px
}

.gallery-card .shape .dot:nth-child(4) {
    bottom: -0px;
    right: 14px;
    width: 13px;
    height: 2px
}

.gallery-card .gallery-content {
    position: absolute;
    bottom: -20%;
    left: 32px;
    opacity: 0;
    margin-right: 32px;
    visibility: hidden;
    -webkit-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
    z-index: 3
}

.gallery-card .subtitle {
    padding: 4px 16px;
    background: #FFF2F2;
    border-radius: 24px;
    font-weight: 500;
    font-size: 14px;
    letter-spacing: 0.02em;
    color: var(--title-color);
    display: inline-block;
    margin-bottom: 24px
}

.gallery-card .icon-btn {
    --btn-size: 64px;
    background-color: var(--theme-color);
    border-color: var(--theme-color);
    margin-bottom: 30px;
    border-radius: 50%;
    top: 50%;
    left: 50%;
    position: absolute;
    color: var(--white-color);
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    margin-bottom: 0;
    z-index: 4
}

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

.gallery-card .box-title {
    font-size: 24px;
    max-width: 572px;
    color: var(--white-color);
    margin-bottom: 0
}

.gallery-card .box-text {
    color: var(--theme-color);
    margin-bottom: 12px
}

.gallery-card:hover .box-img:before {
    opacity: 1;
    height: 100%;
    visibility: visible
}

.gallery-card:hover .box-img .icon-btn {
    opacity: 1;
    visibility: visible
}

@media (max-width: 1299px) {
    .gallery-card:hover .box-img .icon-btn {
        top: 15%;
        right: 3%;
        left: unset
    }
}

@media (max-width: 575px) {
    .gallery-card:hover .box-img .icon-btn {
        top: 20%
    }
}

.gallery-card:hover .shape {
    -webkit-transform: scaleY(1);
    -ms-transform: scaleY(1);
    transform: scaleY(1)
}

.gallery-card:hover .gallery-content {
    bottom: 32px;
    opacity: 1;
    visibility: visible
}

.gallery-card.style2 .box-title {
    font-weight: 400;
    font-size: 18px !important
}

.gallery-card.style2 .shape {
    inset: 24px
}

.gallery-card.style2 .icon-btn {
    background-color: transparent;
    width: 50px;
    height: 50px;
    line-height: 50px;
    border: 1px solid var(--white-color)
}

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

.gallery-card.style3 .box-img {
    height: 389px
}

.gallery-card.style3 .box-img img {
    width: 100%;
    height: 100%;
    object-fit: cover
}

.gallery-card.style3 .box-title {
    font-weight: 400;
    font-size: 18px !important
}

.gallery-card.style3 .shape {
    inset: 24px
}

.gallery-card.style3 .icon-btn {
    background-color: transparent;
    width: 50px;
    height: 50px;
    line-height: 50px;
    border: 1px solid var(--white-color)
}

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

.gallery-box .box-img {
    position: relative;
    z-index: 2
}

.gallery-box .box-img img {
    width: 100%;
    height: 100%;
    object-fit: cover
}

.gallery-box .box-img .icon-btn {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    border-color: var(--white-color);
    color: var(--white-color);
    z-index: 3;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out
}

.gallery-box .box-img .icon-btn:hover {
    background-color: var(--white-color);
    color: var(--title-color)
}

.gallery-box:hover .icon-btn {
    opacity: 1;
    visibility: visible
}

.gallery-slider4 .swiper-slide.swiper-slide-active .gallery-item2 .box-img img {
    -webkit-filter: blur(0px);
    filter: blur(0px)
}

.gallery-slider4 .swiper-slide.swiper-slide-active .gallery-item2 .icon-btn {
    opacity: 1;
    visibility: visible
}

.gallery-slider4 .icon-box {
    margin-top: 60px;
    background: rgba(108, 109, 113, 0.5);
    -webkit-backdrop-filter: blur(5px);
    backdrop-filter: blur(5px);
    border-radius: 64px;
    padding: 8px;
    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;
    gap: 150px
}

@media (max-width: 767px) {
    .gallery-slider4 .icon-box {
        gap: 50px
    }
}

@media (max-width: 480px) {
    .gallery-slider4 .icon-box {
        gap: 20px;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        padding: 20px;
        width: 100%
    }
}

.gallery-slider4 .icon-box .slider-arrow {
    width: 80px;
    height: 48px;
    background-color: rgba(2, 0, 15, 0.3);
    border: 1px solid #FFFFFF;
    border-radius: 48px
}

.gallery-slider4 .icon-box .slider-arrow:hover {
    background-color: var(--theme-color);
    border-color: var(--theme-color)
}

.gallery-slider4 .icon-box .th-btn:hover img {
    -webkit-filter: brightness(0) invert(1);
    filter: brightness(0) invert(1)
}

.gallery-item2 {
    position: relative;
    z-index: 2
}

.gallery-item2 .box-img {
    position: relative;
    width: 532.83px;
    height: 450px;
    display: block;
    margin: auto;
    padding: 15px;
    background: rgba(255, 255, 255, 0.3);
    border: 1px solid #FFFFFF;
    -webkit-backdrop-filter: blur(5px);
    backdrop-filter: blur(5px);
    z-index: 2
}

@media (max-width: 767px) {
    .gallery-item2 .box-img {
        width: 100%;
        height: 100%
    }
}

.gallery-item2 .box-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    -webkit-filter: blur(2.5px);
    filter: blur(2.5px)
}

.gallery-item2 .box-img .icon-btn {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    border: 1px solid var(--white-color);
    color: var(--white-color);
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out
}

.gallery-item2 .box-img .icon-btn:hover {
    border-color: var(--theme-color)
}

.gallery-item2 .box-img .icon-btn i {
    font-size: 20px
}

.gallery-row {
    --bs-gutter-y: 1.9rem
}

.call-to-action {
    height: 400vh;
    overflow: hidden
}

.call-to-action-wrapper {
    height: 100vh;
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center
}

.call-to-action-container {
    width: 100%;
    height: 100%;
    position: relative;
    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;
    -webkit-perspective: 800px;
    perspective: 800px
}

.call-to-action-content {
    text-align: center;
    z-index: 10;
    opacity: 0;
    -webkit-transform: translateY(40px);
    -ms-transform: translateY(40px);
    transform: translateY(40px);
    -webkit-transition: all 1s ease;
    transition: all 1s ease
}

.call-to-action-content.visible {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0)
}

.call-to-action-title {
    font-size: 5rem;
    font-weight: 400;
    margin-bottom: 1rem;
    font-family: Arial, sans-serif
}

.main-button {
    display: inline-block;
    padding: 1rem 2rem;
    background-color: black;
    color: white;
    text-decoration: none;
    border-radius: 4px;
    font-size: 1.2rem;
    -webkit-transition: background-color 0.3s ease;
    transition: background-color 0.3s ease
}

.main-button:hover {
    background-color: #333
}

.cta-image {
    width: 200px;
    height: auto;
    position: absolute;
    opacity: 0;
    -webkit-transform: scale(0.8) rotateY(90deg);
    transform: scale(0.8) rotateY(90deg);
    -webkit-transition: all 1s ease;
    transition: all 1s ease
}

.cta-image.visible {
    opacity: 1;
    -webkit-transform: scale(1) rotateY(0deg);
    transform: scale(1) rotateY(0deg)
}

.img-1 {
    top: 10%;
    left: 10%
}

.img-2 {
    top: 10%;
    right: 10%
}

.img-3 {
    bottom: 10%;
    left: 10%
}

.img-4 {
    bottom: 10%;
    right: 10%
}

.call-to-action-container {
    -webkit-perspective: 800px;
    perspective: 800px;
    position: relative;
    height: 100vh;
    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
}

.call-to-action-content {
    opacity: 0;
    -webkit-transform: translateZ(-50vw);
    transform: translateZ(-50vw);
    -webkit-transition: opacity 1s ease, -webkit-transform 1s ease;
    transition: opacity 1s ease, -webkit-transform 1s ease;
    transition: transform 1s ease, opacity 1s ease;
    transition: transform 1s ease, opacity 1s ease, -webkit-transform 1s ease
}

.call-to-action-content.visible {
    opacity: 1;
    -webkit-transform: translateZ(0);
    transform: translateZ(0)
}

.cta-image {
    position: absolute;
    width: 200px;
    opacity: 0;
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
    -webkit-transform: translateZ(-75vw) rotateY(180deg);
    transform: translateZ(-75vw) rotateY(180deg);
    -webkit-transition: opacity 1s ease, -webkit-transform 1s ease;
    transition: opacity 1s ease, -webkit-transform 1s ease;
    transition: transform 1s ease, opacity 1s ease;
    transition: transform 1s ease, opacity 1s ease, -webkit-transform 1s ease
}

.cta-image.visible {
    opacity: 1;
    -webkit-transform: translateZ(0) rotateY(0deg);
    transform: translateZ(0) rotateY(0deg)
}

.gallery-area {
    position: relative;
    z-index: 2
}

.gallery-area:before {
    content: "";
    position: absolute;
    inset: 0;
    background: rgba(2, 0, 15, 0.6);
    z-index: -1
}

.projectSlide {
    margin-right: 0 !important
}

@media (min-width: 1600px) {
    .projectSlide {
        margin-right: -500px !important
    }
}

.project-card .box-img {
    position: relative;
    z-index: 2;
    overflow: hidden;
    margin-bottom: 24px
}

.project-card .box-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
}

.project-card .icon {
    position: absolute;
    top: 32px;
    right: 32px;
    width: 50px;
    height: 50px;
    line-height: 53px;
    text-align: center;
    background-color: var(--white-color);
    border-radius: 50%;
    color: var(--theme-color);
    font-size: 20px
}

.project-card .box-title {
    font-family: var(--title-font);
    font-size: 40px;
    font-weight: 400;
    margin-bottom: 5px
}

@media (max-width: 1500px) {
    .project-card .box-title {
        font-size: 30px
    }
}

.project-card .box-text {
    font-weight: 400;
    font-size: 18px;
    letter-spacing: 0.02em;
    margin-bottom: 0
}

.project-card:hover .box-img 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)
}

.project-area2 {
    position: relative;
    z-index: 9
}

.project-slider2 {
    margin-right: -60% !important
}

@media (max-width: 991px) {
    .project-slider2 {
        margin-right: 0 !important
    }
}

.project-slider2 .slider-pagination {
    margin-left: -18% !important;
    margin-bottom: 0;
    margin-top: 70px;
    padding-bottom: 0
}

@media (max-width: 991px) {
    .project-slider2 .slider-pagination {
        margin-left: 0 !important
    }
}

.project-box {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    gap: 48px;
    z-index: 2
}

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

.project-box .box-img {
    position: relative;
    min-width: 661px;
    z-index: 9
}

@media (max-width: 1399px) {
    .project-box .box-img {
        min-width: 440px
    }
}

@media (max-width: 991px) {
    .project-box .box-img {
        min-width: 100%
    }
}

.project-box .box-title {
    font-weight: 600;
    font-size: 40px;
    margin-top: 0
}

@media (max-width: 1399px) {
    .project-box .box-title {
        font-size: 30px
    }
}

.project-box .box-text {
    margin-bottom: 30px
}

.project-box .box-thumb {
    margin-top: 46px
}

.filter-menu {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    gap: 20px 40px;
    text-align: center;
    margin-bottom: 60px
}

@media (max-width: 575px) {
    .filter-menu {
        gap: 20px 40px
    }
}

.filter-menu.style2 {
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    gap: 16px
}

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

.filter-menu.style2.light .th-btn.active {
    color: #fff
}

.filter-menu .th-btn {
    padding: 11.5px 20px;
    font-weight: 400;
    font-size: 16px
}

.filter-menu .th-btn.active {
    background: #1A1A1A;
    border: 1px solid var(--white-color);
    border-radius: 48px;
    color: var(--white-color)
}

.filter-menu .tab-btn {
    position: relative;
    background: transparent;
    border: none;
    border-left: 1px solid transparent;
    border-bottom: 1px solid transparent;
    font-size: 18px;
    font-weight: 600;
    color: var(--title-color);
    padding: 0;
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;

}

.filter-menu .tab-btn:not(:last-child):before {
    content: "";
    position: absolute;
    height: 20px;
    width: 1px;
    right: -20px;
    top: 50%;
    -webkit-transform: translateY(-50%) rotate(14deg);
    -ms-transform: translateY(-50%) rotate(14deg);
    transform: translateY(-50%) rotate(14deg);
    background-color: var(--title-color)
}

.filter-menu .tab-btn:hover,
.filter-menu .tab-btn.active {
    color: var(--theme-color);
    border-bottom: 1px solid var(--theme-color);
}

.filter-menu .tab-btn:hover:before,
.filter-menu .tab-btn.active:before {
    opacity: 1;
    visibility: visible
}

.project-area {
    margin-top: -210px
}

@media (max-width: 991px) {
    .project-area {
        margin-top: -90px
    }
}

@media (max-width: 767px) {
    .project-area {
        margin-top: 0px
    }
}

.project-item {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 80px
}

@media (max-width: 1399px) {
    .project-item {
        gap: 40px
    }
}

@media (max-width: 1199px) {
    .project-item {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column
    }
}

.project-item:not(:last-child) {
    margin-bottom: 70px
}

.project-item:nth-child(even) {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: row-reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse
}

@media (max-width: 1199px) {
    .project-item:nth-child(even) {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column
    }
}

.project-item_wrapp {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    gap: 24px
}

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

.project-item .project-content {
    max-width: 502px
}

@media (max-width: 1199px) {
    .project-item .project-content {
        max-width: 100%
    }
}

.project-item .box-title {
    font-family: var(--title-font);
    font-weight: 400;
    font-size: 40px;
    letter-spacing: 0.02em;
    color: var(--white-color)
}

.project-item .box-text {
    font-weight: 400;
    font-size: 18px;
    line-height: 28px;
    color: var(--gray-color);
    margin-bottom: 70px
}

.project-list {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 30px;
    padding: 18px 16px 18px 64px
}

@media (max-width: 1199px) {
    .project-list {
        padding: 18px
    }
}

@media (max-width: 991px) {
    .project-list {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        text-align: center
    }
}

.project-list:not(:last-child) {
    border-bottom: 1px solid rgba(108, 109, 113, 0.2)
}

.project-list-area {
    border: 1px solid rgba(108, 109, 113, 0.2)
}

.project-list .box-title {
    margin-bottom: 0
}

.project-list .box-right {
    position: relative
}

.project-list .box-right .th-btn {
    position: absolute;
    top: 50%;
    left: 50%;
    min-width: 216px;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    padding: 11px 20px
}

@media (max-width: 1399px) {
    .project-list .title {
        font-size: 30px
    }
}

.project-list .box-img {
    max-width: 480px;
    opacity: 0;
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0);
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out
}

@media (max-width: 1399px) {
    .project-list .box-img {
        max-width: 320px
    }
}

.project-list:hover .box-img {
    opacity: 1;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1)
}

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

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

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

.project-list:hover .th-btn:hover {
    border-color: var(--title-color)
}

.widget_info {
    background-color: transparent
}

.widget_info .widget_title {
    font-weight: 600;
    font-size: 32px;
    line-height: 48px;
    letter-spacing: 0.02em;
    color: var(--title-color);
    max-width: 307px
}

@media (max-width: 375px) {
    .widget_info .widget_title {
        font-size: 25px;
        line-height: 35px
    }
}

.widget_info .table {
    border: none;
    margin-bottom: 0
}

.widget_info .table tbody tr {
    border-bottom: 1px solid #E4E4E5
}

.widget_info .table tbody tr th {
    border: none;
    font-weight: 400;
    font-size: 18px;
    line-height: 28px;
    letter-spacing: 0.02em;
    color: var(--title-color);
    padding: 18px 0
}

.widget_info .table tbody tr td {
    font-weight: 400;
    border: none;
    padding: 18px 0
}

.project-info_subtitle {
    font-size: 14px;
    margin-bottom: 0
}

.project-info_title {
    font-weight: 600;
    font-size: 18px;
    letter-spacing: 0.02em;
    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: 44px;
    margin-bottom: 0
}

.project-info_title a {
    color: inherit
}

.project-info_title a:hover {
    color: var(--theme-color)
}

.video-img3 {
    position: relative;
    z-index: 2
}

.video-img3:before {
    content: "";
    position: absolute;
    inset: 0;
    background: -webkit-linear-gradient(bottom, rgba(25, 35, 97, 0.5), rgba(25, 35, 97, 0.5));
    background: linear-gradient(0deg, rgba(25, 35, 97, 0.5), rgba(25, 35, 97, 0.5));
    z-index: 1
}

.video-img3 .video-play-btn {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    z-index: 3;
    background-color: var(--white-color)
}

.video-img3 .video-play-btn:before,
.video-img3 .video-play-btn:after {
    border-color: var(--white-color)
}

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

.project-nav {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    border-top: 1px solid #EDEDED;
    border-bottom: 1px solid #EDEDED;
    padding: 17px 0;
    margin-top: 22px
}

.project-nav .icon-btn {
    --btn-size: 55px;
    font-size: 16px;
    border-radius: 99px;
    border: none;
    background-color: transparent;
    border: 1px solid #EDEDED;
    color: var(--title-color)
}

@media (max-width: 375px) {
    .project-nav .icon-btn {
        --btn-size: 45px
    }
}

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

.project-nav .nav-btn {
    color: var(--body-color);
    font-family: var(--title-font);
    font-weight: 500
}

@media (max-width: 375px) {
    .project-nav .nav-btn {
        font-size: 14px
    }
}

.project-nav .nav-btn:first-child .icon-btn {
    margin-right: 10px
}

.project-nav .nav-btn:last-child .icon-btn {
    margin-left: 10px
}

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

.social-links {
    padding: 0;
    display: inline-block
}

.social-links .title {
    font-weight: 500;
    font-size: 16px;
    letter-spacing: 0.02em;
    color: var(--white-color);
    margin-right: 16px;
    display: inline-block
}

.social-links li {
    display: inline-block;
    list-style: none;
    margin: 0 10px 0 0
}

.social-links a {
    width: 32px;
    height: 32px;
    line-height: 32px;
    text-align: center;
    border: 1px solid rgba(183, 189, 222, 0.5);
    border-radius: 50%;
    margin: 0 10px 0 0
}

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

.tab-menu1 {
    gap: 16px;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end
}

@media (max-width: 1399px) {
    .tab-menu1 {
        -webkit-box-pack: start;
        -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
        justify-content: flex-start
    }
}

@media (max-width: 991px) {
    .tab-menu1 {
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center
    }
}

.tab-menu1.style2 {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-bottom: 64px
}

.tab-menu1.style2 .tab-btn {
    font-weight: 700;
    font-size: 24px;
    line-height: 34px;
    color: var(--title-color);
    border: none;
    background-color: transparent
}

.tab-menu1.style2 .tab-btn img {
    margin-top: -10px;
    margin-right: 16px
}

.tab-menu1.style2 .tab-btn.active {
    color: var(--theme-color)
}

.tab-menu1 .th-btn {
    padding: 12px 25px
}

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

.project-grid {
    position: relative;
    z-index: 2;
    overflow: hidden
}

.project-grid .box-img {
    position: relative;
    z-index: 2;
    height: 100%
}

.project-grid .box-img img {
    width: 100%;
    height: 100%;
    object-fit: cover
}

.project-grid .year {
    padding: 14px 35px;
    background: #FFFFFF;
    border-radius: 100px;
    font-weight: 500;
    font-size: 20px;
    line-height: 32px;
    color: var(--title-color);
    position: absolute;
    top: 40px;
    left: 40px
}

@media (max-width: 575px) {
    .project-grid .year {
        top: 20px;
        left: 20px;
        font-size: 16px;
        padding: 6px 20px
    }
}

.project-grid .box-content {
    background: rgba(31, 31, 31, 0.9);
    padding: 40px;
    position: absolute;
    left: 48px;
    right: 48px;
    bottom: 48px;
    z-index: 3;
    -webkit-transform: scaleX(0);
    -ms-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
    z-index: 2
}

@media (max-width: 575px) {
    .project-grid .box-content {
        left: 20px;
        right: 20px;
        bottom: 20px;
        padding: 25px
    }
}

@media (max-width: 375px) {
    .project-grid .box-content {
        left: 0;
        right: 0;
        bottom: 0px
    }
}

.project-grid .icon-btn {
    position: absolute;
    top: 0;
    right: 0;
    --btn-size: 80px;
    background: var(--theme-color);
    border: none;
    border-radius: 0px 0px 0px 24px
}

.project-grid .sub-title {
    color: var(--white-color);
    margin-bottom: 24px;
    font-weight: 600;
    font-size: 14px;
    letter-spacing: 0.1em;
    text-transform: uppercase
}

.project-grid .sub-title:before,
.project-grid .sub-title:after {
    background-color: var(--white-color)
}

.project-grid .box-title {
    font-size: 40px;
    line-height: 50px;
    color: #FFFFFF
}

@media (max-width: 1399px) {
    .project-grid .box-title {
        font-size: 30px
    }
}

@media (max-width: 767px) {
    .project-grid .box-title {
        font-size: 25px
    }
}

@media (max-width: 375px) {
    .project-grid .box-title {
        font-size: 20px
    }
}

.project-grid .box-text {
    max-width: 391px;
    color: var(--gray-color);
    margin-bottom: 0
}

.project-grid:hover .box-content {
    -webkit-transform: scaleX(1);
    -ms-transform: scaleX(1);
    transform: scaleX(1)
}

.marquee-content.style2 {
    border-top: 1px solid #2D2D2D;
    border-bottom: 1px solid #2D2D2D;
    padding: 60px;
    margin-right: -15%;
    margin-top: 60px
}

.marquee {
    position: relative;
    --duration: 120s;
    --gap: 35px;
    display: -ms-flexbox;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    overflow: hidden;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    gap: var(--gap)
}

.marquee:first-child {
    --duration: 100s
}

.marquee:last-child {
    --duration: 80s
}

.marquee.marquee--reverse .marquee-group {
    --gap: 35px;
    animation-direction: reverse
}

.marquee .marquee-group {
    -ms-flex-negative: 0;
    -webkit-flex-shrink: 0;
    flex-shrink: 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    -ms-flex-pack: distribute;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
    gap: var(--gap);
    -webkit-animation: scroll var(--duration) linear infinite;
    animation: scroll var(--duration) linear infinite
}

.marquee .marquee-group.style2 .item a {
    font-family: var(--title-font);
    display: inline-block;
    position: relative;
    -webkit-text-stroke-width: 1px;
    -webkit-text-stroke-color: var(--title-color);
    font-size: 88px;
    font-weight: 500;
    color: transparent;
    line-height: 96px;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out
}

.marquee .marquee-group.style2 .item a::before {
    overflow: hidden;
    position: absolute;
    top: 0;
    left: 0;
    width: 0;
    color: var(--white-color);
    white-space: nowrap;
    content: attr(data-hover);
    -webkit-transition: all 0.5s cubic-bezier(0.17, 0.67, 0.32, 0.87);
    transition: all 0.5s cubic-bezier(0.17, 0.67, 0.32, 0.87)
}

.marquee .marquee-group.style2 .item a:hover {
    color: var(--title-color);
    -webkit-text-stroke-color: var(--title-color)
}

.marquee .marquee-group.style2 .item a:hover::before {
    width: 100%;
    color: var(--title-color)
}

.marquee .marquee-group.style3 .item {
    font-family: var(--title-font);
    font-weight: 800;
    font-size: 120px;
    line-height: 96px;
    color: rgba(255, 255, 255, 0.05);
    text-transform: capitalize
}

.marquee .marquee-group.style3 .item img {
    border-radius: 0px
}

.marquee .marquee-group .img {
    margin: 20px
}

.marquee .marquee-group .item {
    font-family: var(--title-font);
    font-weight: 400;
    font-size: 88px;
    line-height: 96px;
    text-transform: uppercase;
    display: inline-block;
    cursor: pointer;
    color: var(--white-color);
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out
}

.marquee .marquee-group .item span {
    margin: 0px
}

.marquee .marquee-group .item img {
    margin: 0;
    border-radius: 150px;
    margin-right: 35px
}

.main-menu ul.mega-menu {
    position: absolute;
    top: 100%;

    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 1200px;
    max-width: -webkit-max-content;
    max-width: -moz-max-content;
    max-width: max-content;
    max-height: 500px;
    overflow: overlay;
    opacity: 0;
    visibility: hidden;
    -webkit-transform-origin: top center;
    -ms-transform-origin: top center;
    transform-origin: top center;
    -webkit-transform: scaleY(0) translateZ(100px);
    transform: scaleY(0) translateZ(100px);
    -webkit-transition: opacity 500ms ease, visibility 500ms ease, -webkit-transform 700ms ease;
    transition: opacity 500ms ease, visibility 500ms ease, -webkit-transform 700ms ease;
    transition: opacity 500ms ease, visibility 500ms ease, transform 700ms ease;
    transition: opacity 500ms ease, visibility 500ms ease, transform 700ms ease, -webkit-transform 700ms ease;
    z-index: 99;
    background-color: var(--white-color);
    padding: 20px 10px;
    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: 1158px;
    padding: 25px 15px 15px 15px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    position: absolute;
    background-color: var(--white-color);
}





.main-menu ul.mega-menu li {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 100%;
    -ms-flex: 1 1 100%;
    flex: 1 1 100%;
    width: 100%;
    position: relative
}

.main-menu ul.mega-menu a {
    font-size: 16px;
    line-height: 30px
}

.main-menu ul.mega-menu::-webkit-scrollbar {
    width: 5px;
    height: 5px;
    border-radius: 0px
}

.main-menu ul.mega-menu::-webkit-scrollbar-track {
    background: #fff;
    box-shadow: inset 0 0 0px rgba(0, 0, 0, 0.3);
    border-radius: 0px
}

.main-menu ul.mega-menu::-webkit-scrollbar-thumb {
    background-color: var(--theme-color);
    background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.3) 25%, transparent 20%, transparent 50%, rgba(255, 255, 255, 0.3) 50%, rgba(255, 255, 255, 0.3) 75%, transparent 75%, transparent);
    border-radius: 0px
}

.main-menu ul.mega-menu li li {
    padding: 2px 0
}

.main-menu ul.mega-menu li a {
    display: inline-block;
    text-transform: capitalize
}

.main-menu ul.mega-menu>li>a {
    display: block;
    padding: 0;
    padding-bottom: 15px;
    margin-bottom: 10px;
    text-transform: capitalize;
    letter-spacing: 1px;
    font-weight: 700;
    color: var(--title-color);
    border-color: var(--theme-color)
}

.main-menu ul.mega-menu>li>a::after,
.main-menu ul.mega-menu>li>a::before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 15px;
    height: 1px;
    background-color: var(--theme-color)
}

.main-menu ul.mega-menu>li>a::after {
    width: calc(100% - 20px);
    left: 20px
}

.main-menu ul.mega-menu>li>a:hover {
    padding-left: 0
}

@media (max-width: 1299px) {
    .main-menu ul.mega-menu {
        width: 1060px
    }
}

@media (max-width: 1199px) {
    .main-menu ul.mega-menu {
        width: 900px
    }
}

@media (max-width: 991px) {
    .main-menu ul.mega-menu {
        padding: 10px 0 !important
    }
}

.main-menu ul.mega-menu .th-mobile-menu ul li ul li {
    padding-left: 0px
}

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

.mega-menu-box {
    box-shadow: 0px 0px 34px rgba(0, 0, 0, 0.08);
    border-radius: 5px
}

.mega-menu-box .mega-menu-img {
    position: relative;
    border-radius: 5px 5px 0 0;
    overflow: hidden
}

.mega-menu-box .mega-menu-img:after {
    content: '';
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, 0)
}

.mega-menu-box .mega-menu-img img {
    -webkit-transition: -webkit-filter 500ms ease;
    transition: -webkit-filter 500ms ease;
    transition: filter 500ms ease;
    transition: filter 500ms ease, -webkit-filter 500ms ease;
    -webkit-filter: blur(0px);
    filter: blur(0px);
    object-fit: cover;
    width: 100%;
    height: 20vw;
}

.mega-menu-box .mega-menu-img .btn-wrap {
    z-index: 1;
    background: rgba(0, 0, 0, 0.5);
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 10px;
    -webkit-transform: scale(1, 0);
    -ms-transform: scale(1, 0);
    transform: scale(1, 0);
    -webkit-transition: opacity 600ms linear, -webkit-transform 500ms ease;
    transition: opacity 600ms linear, -webkit-transform 500ms ease;
    transition: transform 500ms ease, opacity 600ms linear;
    transition: transform 500ms ease, opacity 600ms linear, -webkit-transform 500ms ease;
    -webkit-transform-origin: bottom center;
    -ms-transform-origin: bottom center;
    transform-origin: bottom center;
    opacity: 0
}

.mega-menu-box .mega-menu-img .btn-wrap .th-btn {
    padding: 6px 18px;
    font-size: 14px;
    color: var(--white-color);
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    margin: 0;
    display: block !important
}

.mega-menu-box:hover .btn-wrap {
    -webkit-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    transform: scale(1, 1);
    opacity: 1;
    -webkit-transform-origin: top center;
    -ms-transform-origin: top center;
    transform-origin: top center
}

.mega-menu-box:hover .mega-menu-img img {
    -webkit-filter: blur(2px);
    filter: blur(2px)
}

.mega-menu-box .mega-menu-title {
    margin-bottom: 0;
    text-align: center;
    line-height: normal;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 14px 0
}

.mega-menu-box .mega-menu-title span {
    color: var(--theme-color);
    text-transform: capitalize;
    font-size: 16px;
    margin-right: 5px
}

.mega-menu-box .mega-menu-title span:after {
    display: none
}

.mega-menu-box .mega-menu-title a {
    color: var(--black-color2);
    line-height: normal
}

.mega-menu-box .mega-menu-title a:after {
    display: none
}

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

@media (max-width: 991px) {
    .mega-menu-box .mega-menu-title a {
        padding: 0
    }

    .mega-menu-box .mega-menu-title a:before {
        display: none
    }
}

.processSlider {
    margin-right: -340px !important
}

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

.process-card {
    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: 48px;
    z-index: 9
}

@media (max-width: 1299px) {
    .process-card {
        gap: 25px
    }
}

@media (max-width: 767px) {
    .process-card {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column
    }
}

.process-card .box-img {
    position: relative;
    min-width: 387px;
    z-index: 9
}

@media (max-width: 991px) {
    .process-card .box-img {
        min-width: 300px
    }
}

@media (max-width: 767px) {
    .process-card .box-img {
        min-width: 100%
    }
}

.process-card .box-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    -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
}

.process-card .box-step {
    font-family: var(--title-font);
    font-weight: 400;
    font-size: 57px;
    margin-bottom: 5px
}

@media (max-width: 480px) {
    .process-card .box-step {
        font-size: 48px
    }
}

.process-card .box-text {
    font-size: 24px;
    margin-bottom: 50px
}

@media (max-width: 480px) {
    .process-card .box-text {
        font-size: 20px
    }
}

.process-card:hover .box-img 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)
}

.process-item-area {
    position: relative;
    z-index: 2
}

.process-item {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    gap: 40px
}

@media (max-width: 991px) {
    .process-item {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column
    }
}

.process-item:not(:last-child) {
    margin-bottom: 64px
}

.process-item:nth-child(even) {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: row-reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse
}

@media (max-width: 991px) {
    .process-item:nth-child(even) {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column
    }
}

.process-item:nth-child(even) .process-number {
    left: auto;
    right: 0px
}

.process-item:nth-child(even) .box-content {
    text-align: right
}

.process-item:nth-child(even) .box-text {
    margin-left: auto
}

.process-item .process-img {
    max-width: 748px
}

.process-item .box-title {
    font-size: 31px;
    font-weight: 600;
    color: var(--theme-color);
}

.process-item .box-content {
    display: flex;
    gap: 0;
    justify-content: center;
    flex-direction: column;

}

.process-item .box-text {
    max-width: 498px;
    margin-bottom: 9px;
}

.process-item .box-text ul {}

.process-item .box-text ul li {}

.process-item .box-text ul {}

.process-number {
    position: relative;
    min-width: 44px;
    height: 44px;
    top: 100px;
    left: 0
}

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

.process-number:before,
.process-number:after {
    content: "";
    position: absolute;
    background-color: var(--theme-color);
    left: 20px;
    width: 1px;
    height: 120px
}

.process-number:before {
    top: 50px
}

.process-number:after {
    bottom: 50px
}

.process-number svg.progress-ring {
    -webkit-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg);
    width: 44px;
    height: 44px;
    position: absolute;
    top: 0;
    left: 0
}

.process-number .progress-ring__circle {
    fill: #F0F0F0;
    stroke: var(--theme-color);
    stroke-width: 1;
    stroke-dasharray: 125.6;
    stroke-dashoffset: 125.6;
    -webkit-transition: stroke-dashoffset 0.6s ease;
    transition: stroke-dashoffset 0.6s ease
}

.process-number span {
    position: relative;
    z-index: 2;
    font-size: 16px;
    font-weight: 500;
    color: #02000F;
    text-align: center;
    width: 100%;
    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;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center
}

.process-item.item-active .progress-ring__circle {
    stroke-dashoffset: 0
}

.particle-1 {
    min-width: 1400px;
    height: 744px
}

.particle-2 {
    max-width: 1500px;
    height: 517px
}

.particle-2.small {
    max-width: 515px;
    height: 490px
}

.particle-3 {
    max-width: 1300px;
    height: 744px
}

.box-particle {
    position: absolute;
    bottom: 0;
    right: 0;
    max-width: 180px;
    height: 100px;
    z-index: -1
}

.price-particle {
    max-width: 190px;
    height: 165px
}

.body-particle {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    z-index: -1
}

.feature-item.shape-mockup-wrap {
    position: static
}

.feature-item:nth-child(1) .box-content {
    bottom: unset;
    right: unset;
    top: 15%;
    left: 15%
}

.feature-item:nth-child(2) .box-content {
    right: unset;
    bottom: 13%;
    left: 10%
}

.feature-item .shape-mockup {
    position: absolute;
    cursor: pointer;
    z-index: 9
}

.feature-item .shape-mockup .dot {
    position: relative;
    color: var(--theme-color);
    width: 12px;
    height: 12px;
    line-height: 12px;
    display: block;
    background-color: var(--white-color);
    text-align: center;
    border-radius: 50%;
    cursor: pointer
}

.feature-item .shape-mockup .dot:after {
    content: "";
    position: absolute;
    inset: 0;
    border-radius: 50%;
    box-sizing: content-box;
    z-index: 1
}

.feature-item .shape-mockup .dot:after {
    background-color: var(--white-color);
    -webkit-animation-delay: 1s;
    animation-delay: 1s
}

.feature-item .box-content {
    padding: 12px;
    min-width: 239px;
    -webkit-transform: scaleX(0);
    -ms-transform: scaleX(0);
    transform: scaleX(0);
    background-color: var(--white-color);
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
    position: absolute;
    bottom: 13%;
    right: 16%;
    z-index: 4
}

.feature-item .box-img {
    margin-bottom: 16px
}

.feature-item .box-img img {
    height: 100%;
    width: 100%;
    object-fit: cover
}

@media (max-width: 375px) {
    .feature-item .box-img {
        height: 70px
    }
}

.feature-item .box-title {
    font-family: var(--body-font);
    font-weight: 500;
    font-size: 14px;
    letter-spacing: 0.02em;
    margin-bottom: 5px;
    display: block
}

.feature-item .box-text {
    font-weight: 400;
    font-size: 14px;
    text-transform: capitalize;
    color: var(--theme-color);
    margin-bottom: 0
}

.feature-item.item-active .box-content {
    -webkit-transform: scaleX(1);
    -ms-transform: scaleX(1);
    transform: scaleX(1)
}

.feature-box {
    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
}

.feature-box-wrap {
    display: grid;
    grid-template-columns: auto auto;
    gap: 32px 18px
}

@media (max-width: 490px) {
    .feature-box-wrap {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        gap: 20px
    }
}

.feature-box .box-title {
    margin-bottom: 0
}

@media (max-width: 1699px) {
    .feature-box .box-title {
        font-size: 20px
    }
}

.choose-area {
    background-color: #1F1F1F
}

.choose-box {
    text-align: center
}

@media (max-width: 1500px) {
    .choose-box .box-title {
        font-size: 22px
    }
}

.choose-box .box-icon {
    width: 130px;
    height: 130px;
    line-height: 130px;
    border-radius: 50%;
    text-align: center;
    background: #2B2B2B;
    display: block;
    margin: auto auto 40px auto;
    border: 1px solid #2D2D2D
}

.choose-box .box-icon img {
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out
}

.choose-box .box-text {
    font-weight: 400;
    font-size: 16px;
    color: #6C6D71;
    margin-bottom: 0
}

.choose-box:hover .box-icon img {
    -webkit-transform: rotateY(180deg);
    transform: rotateY(180deg)
}

.choose-block:not(:last-child) {
    margin-bottom: 80px
}

.choose-block.style1 {
    direction: rtl
}

@media (max-width: 767px) {
    .choose-block.style1 {
        direction: ltr
    }
}

.choose-block_img {
    min-width: 100px;
    margin-bottom: 40px
}

.choose-block_img img {
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out
}

.choose-block .box-title {
    font-family: var(--title-font);
    font-weight: 400;
    font-size: 40px;
    letter-spacing: 0.02em;
    color: var(--white-color);
    margin-bottom: 20px
}

@media (max-width: 1500px) {
    .choose-block .box-title {
        font-size: 30px
    }
}

.choose-block .box-text {
    font-weight: 400;
    font-size: 18px;
    line-height: 28px;
    color: var(--gray-color);
    max-width: 349px;
    margin-bottom: -0.4rem
}

@media (max-width: 991px) {
    .choose-block .box-text {
        max-width: 100%
    }
}

.choose-block:hover .choose-block_img img {
    -webkit-transform: rotateY(180deg);
    transform: rotateY(180deg)
}

.choose-image {
    position: relative;
    overflow: hidden;
    max-width: 684px;
    display: block;
    margin: auto
}

@media (max-width: 1299px) {
    .choose-image {
        max-width: 100%
    }
}

.choose-image img {
    width: 100%;
    height: 100%;
    position: relative;
    overflow: hidden
}

.color-scheme-wrap {
    position: fixed;
    right: 0;
    top: 50%;
    z-index: 99;
    background: var(--white-color);
    padding: 20px 30px;
    border-radius: 10px 0 0 10px;
    display: inline-block;
    text-align: center;
    -webkit-transition: 0.4s;
    transition: 0.4s;
    box-shadow: 0px 0px 4px 0px rgba(51, 51, 51, 0.2)
}

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

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

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

.color-scheme-wrap .color-switch-btns {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 18px;
    margin-bottom: 25px
}

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

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

.px-5 {
    padding-right: 5px;
    padding-left: 5px
}

.px-10 {
    padding-right: 10px;
    padding-left: 10px
}

.px-15 {
    padding-right: 15px;
    padding-left: 15px
}

.px-20 {
    padding-right: 20px;
    padding-left: 20px
}

.px-25 {
    padding-right: 25px;
    padding-left: 25px
}

.px-30 {
    padding-right: 30px;
    padding-left: 30px
}

.px-35 {
    padding-right: 35px;
    padding-left: 35px
}

.px-40 {
    padding-right: 40px;
    padding-left: 40px
}

.px-45 {
    padding-right: 45px;
    padding-left: 45px
}

.px-50 {
    padding-right: 50px;
    padding-left: 50px
}

.py-5 {
    padding-top: 5px;
    padding-bottom: 5px
}

.py-10 {
    padding-top: 10px;
    padding-bottom: 10px
}

.py-15 {
    padding-top: 15px;
    padding-bottom: 15px
}

.py-20 {
    padding-top: 20px;
    padding-bottom: 20px
}

.py-25 {
    padding-top: 25px;
    padding-bottom: 25px
}

.py-30 {
    padding-top: 30px;
    padding-bottom: 30px
}

.py-35 {
    padding-top: 35px;
    padding-bottom: 35px
}

.py-40 {
    padding-top: 40px;
    padding-bottom: 40px
}

.py-45 {
    padding-top: 45px;
    padding-bottom: 45px
}

.py-50 {
    padding-top: 50px;
    padding-bottom: 50px
}

.pt-5 {
    padding-top: 5px
}

.pt-10 {
    padding-top: 10px
}

.pt-15 {
    padding-top: 15px
}

.pt-20 {
    padding-top: 20px
}

.pt-25 {
    padding-top: 25px
}

.pt-30 {
    padding-top: 30px
}

.pt-35 {
    padding-top: 35px
}

.pt-40 {
    padding-top: 40px
}

.pt-45 {
    padding-top: 45px
}

.pt-50 {
    padding-top: 50px
}

.pb-5 {
    padding-bottom: 5px
}

.pb-10 {
    padding-bottom: 10px
}

.pb-15 {
    padding-bottom: 15px
}

.pb-20 {
    padding-bottom: 20px
}

.pb-25 {
    padding-bottom: 25px
}

.pb-30 {
    padding-bottom: 30px
}

.pb-35 {
    padding-bottom: 35px
}

.pb-40 {
    padding-bottom: 40px
}

.pb-45 {
    padding-bottom: 45px
}

.pb-50 {
    padding-bottom: 50px
}

.pl-5 {
    padding-left: 5px
}

.pl-10 {
    padding-left: 10px
}

.pl-15 {
    padding-left: 15px
}

.pl-20 {
    padding-left: 20px
}

.pl-25 {
    padding-left: 25px
}

.pl-30 {
    padding-left: 30px
}

.pl-35 {
    padding-left: 35px
}

.pl-40 {
    padding-left: 40px
}

.pl-45 {
    padding-left: 45px
}

.pl-50 {
    padding-left: 50px
}

.pr-5 {
    padding-right: 5px
}

.pr-10 {
    padding-right: 10px
}

.pr-15 {
    padding-right: 15px
}

.pr-20 {
    padding-right: 20px
}

.pr-25 {
    padding-right: 25px
}

.pr-30 {
    padding-right: 30px
}

.pr-35 {
    padding-right: 35px
}

.pr-40 {
    padding-right: 40px
}

.pr-45 {
    padding-right: 45px
}

.pr-50 {
    padding-right: 50px
}

.pt-60 {
    padding-top: 60px
}

.pb-60 {
    padding-bottom: 60px
}

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

.pt-80 {
    padding-top: 80px
}

.mx-5 {
    margin-right: 5px;
    margin-left: 5px
}

.mx-10 {
    margin-right: 10px;
    margin-left: 10px
}

.mx-15 {
    margin-right: 15px;
    margin-left: 15px
}

.mx-20 {
    margin-right: 20px;
    margin-left: 20px
}

.mx-25 {
    margin-right: 25px;
    margin-left: 25px
}

.mx-30 {
    margin-right: 30px;
    margin-left: 30px
}

.mx-35 {
    margin-right: 35px;
    margin-left: 35px
}

.mx-40 {
    margin-right: 40px;
    margin-left: 40px
}

.mx-45 {
    margin-right: 45px;
    margin-left: 45px
}

.mx-50 {
    margin-right: 50px;
    margin-left: 50px
}

.my-5 {
    margin-top: 5px;
    margin-bottom: 5px
}

.my-10 {
    margin-top: 10px;
    margin-bottom: 10px
}

.my-15 {
    margin-top: 15px;
    margin-bottom: 15px
}

.my-20 {
    margin-top: 20px;
    margin-bottom: 20px
}

.my-25 {
    margin-top: 25px;
    margin-bottom: 25px
}

.my-30 {
    margin-top: 30px;
    margin-bottom: 30px
}

.my-35 {
    margin-top: 35px;
    margin-bottom: 35px
}

.my-40 {
    margin-top: 40px;
    margin-bottom: 40px
}

.my-45 {
    margin-top: 45px;
    margin-bottom: 45px
}

.my-50 {
    margin-top: 50px;
    margin-bottom: 50px
}

.mt-5 {
    margin-top: 5px
}

.mt-10 {
    margin-top: 10px
}

.mt-15 {
    margin-top: 15px
}

.mt-20 {
    margin-top: 20px
}

.mt-25 {
    margin-top: 25px
}

.mt-30 {
    margin-top: 30px
}

.mt-35 {
    margin-top: 35px
}

.mt-40 {
    margin-top: 40px
}

.mt-45 {
    margin-top: 45px
}

.mt-50 {
    margin-top: 50px
}

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

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

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

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

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

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

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

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

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

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

.ml-5 {
    margin-left: 5px
}

.ml-10 {
    margin-left: 10px
}

.ml-15 {
    margin-left: 15px
}

.ml-20 {
    margin-left: 20px
}

.ml-25 {
    margin-left: 25px
}

.ml-30 {
    margin-left: 30px
}

.ml-35 {
    margin-left: 35px
}

.ml-40 {
    margin-left: 40px
}

.ml-45 {
    margin-left: 45px
}

.ml-50 {
    margin-left: 50px
}

.mr-5 {
    margin-right: 5px
}

.mr-10 {
    margin-right: 10px
}

.mr-15 {
    margin-right: 15px
}

.mr-20 {
    margin-right: 20px
}

.mr-25 {
    margin-right: 25px
}

.mr-30 {
    margin-right: 30px
}

.mr-35 {
    margin-right: 35px
}

.mr-40 {
    margin-right: 40px
}

.mr-45 {
    margin-right: 45px
}

.mr-50 {
    margin-right: 50px
}

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

.mt-140 {
    margin-top: 140px
}

@media (max-width: 1199px) {
    .mt-140 {
        margin-top: 60px
    }
}

.mt-n1 {
    margin-top: -.25rem
}

.mt-n2 {
    margin-top: -.6rem
}

.mt-n3 {
    margin-top: -0.8rem
}

.mt-n4 {
    margin-top: -1.5rem
}

.mt-n5 {
    margin-top: -3rem
}

.mt-50 {
    margin-top: 50px
}

.mb-n1 {
    margin-bottom: -.25rem
}

.mb-n2 {
    margin-bottom: -.6rem
}

.mb-n3 {
    margin-bottom: -0.8rem
}

.mb-n4 {
    margin-bottom: -1.5rem
}

.mb-n5 {
    margin-bottom: -3rem
}

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

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

.me-80 {
    margin-right: 80px
}

@media (max-width: 1699px) {
    .me-80 {
        margin-right: 0
    }
}

.ms-80 {
    margin-left: 80px
}

@media (max-width: 1699px) {
    .ms-80 {
        margin-left: 0
    }
}

.mt-60 {
    margin-top: 60px
}

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

.fs-18 {
    font-size: 18px;
    line-height: 1.555
}

.fs-160 {
    font-size: 160px;
    line-height: 96px
}

@media (max-width: 1299px) {
    .fs-160 {
        font-size: 100px;
        line-height: 100px
    }
}

@media (max-width: 991px) {
    .fs-160 {
        font-size: 80px;
        line-height: 80px
    }
}

.space,
.space-top {
    padding-top: var(--section-space)
}

.space,
.space-bottom {
    padding-bottom: var(--section-space)
}

.space-extra,
.space-extra-top {
    padding-top: calc(var(--section-space) - 30px)
}

.space-extra,
.space-extra-bottom {
    padding-bottom: calc(var(--section-space) - 30px)
}

.space-extra2,
.space-extra2-top {
    padding-top: calc(var(--section-space) - 40px)
}

.space-extra2,
.space-extra2-bottom {
    padding-bottom: calc(var(--section-space) - 40px)
}

@media (max-width: 991px) {

    .space,
    .space-top {
        padding-top: var(--section-space-mobile)
    }

    .space,
    .space-bottom {
        padding-bottom: var(--section-space-mobile)
    }

    .space-extra,
    .space-extra-top {
        padding-top: calc(var(--section-space-mobile) - 30px)
    }

    .space-extra,
    .space-extra-bottom {
        padding-bottom: calc(var(--section-space-mobile) - 30px)
    }

    .space-top-md-none {
        padding-top: 0
    }

    .space-extra2,
    .space-extra2-top {
        padding-top: 70px
    }

    .space-extra2,
    .space-extra2-bottom {
        padding-bottom: 70px
    }
}

/*************/



.footer-header-gold {
    background-color: transparent;
    border-radius: 20px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    gap: 30px;
    padding: 15px;
    margin-bottom: 50px;
}

.footer-logo-gold img {
    height: 50px;
}

.footer-social-links-gold ul {
    list-style: none;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 15px;
    padding: 0;
    margin: 0;
}


.footer-social-links-gold ul li a {
    width: 40px;
    height: 40px;
    border: unset;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: all 0.4s ease-in-out;
    background: transparent;
    color: #fff;
    background: linear-gradient(90.4deg, #9fcc3b, #6c813c, #403d96, #131239);
}


.footer-social-links-gold ul li a:hover i {
    color: var(--theme-color);
}

.footer-social-links-gold ul li a i {
    color: #fff !important;
    font-size: 17px;
    transition: all 0.4s ease-in-out;
}

.footer-social-links-gold ul li a:hover {}

.as-widget-about h5 {
    font-size: 18px;
    color: var(--title-color);
    font-weight: 600;
    margin-bottom: 5px;
}


.footer-info a {
    color: var(--body-color);
    display: block;
}

.footer-info a:hover {
    color: var(--theme-color2);
}

.footer-info i {
    display: block !important;
    display: inline-block;
    width: 25px;
    height: 25px;
    line-height: 25px;
    text-align: center;
    background: var(--white-color);
    color: var(--theme-color);
    position: absolute;
    left: 0;
    font-size: 14px;
    border-radius: 50%;
    top: 2px;
}
/***********/
.hero-4 .svg-blob {
    position: absolute;
    -webkit-transform: translate(25em, -25em);
    -ms-transform: translate(25em, -25em);
    transform: translate(25em, -25em);
    top: 0;
    right: 0;
    width: 100%;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-position: center center;
    filter: hue-rotate(16deg);
}.
/*************/


/****************/

.Work-sec {
    position: relative;
    padding: 80px 0 0px;
    position: relative;
    Background: #fff;
    overflow: hidden;

}

.Work-sec .container-fluid {
    padding-left: 0;
    padding-right: 0
}

.Work-sec .container-fluid .row {
    margin-left: 3px;
    margin-right: 3px;
}

.Work-sec .container-fluid .col-lg-4 {
    padding-left: 3px;
    padding-right: 3px
}

.Work-sec .container-fluid .col-lg-3,
.Work-sec .container-fluid .col-lg-12 {
    padding-left: 3px;
    padding-right: 3px
}

/***********/

/************************************/

.prod-box1 {
    margin-bottom: 26px;
    border-radius: 0px;
    position: relative;
    overflow: hidden;
    background: transparent;
    display: block;

    transition: all .2s ease-in-out;

    z-index: 1;
    text-align: center;
    margin-top: 6px
}

.prod-box1-ov {
    position: relative;
    cursor: pointer;
    padding: 0px;
    width: 100%;
    display: block;
    overflow: hidden;
}

.prod-box1 img {
    width: 100%;
    -webkit-transition: 0.4s ease-in-out;
    transition: 0.4s ease-in-out;
    height: 30vw;
    transition: .5s;
    object-fit: cover;
}

.view-portfolio {
    color: #fff;
    border: 2px solid #fff;
    display: block;
    padding: 2px 15px;
    font-size: 13px;
    margin-top: 10px;
    font-weight: 400;
}

.view-portfolio:hover {
    color: #fff;
    border: 2px solid var(--theme-color);
    Background: var(--theme-color);
}

.auccd {
    height: calc(100% - 10px);
    left: 5px;
    right: 5px;
    top: 5px;
    bottom: 5px;
    opacity: 1;
    width: calc(100% - 10px);
    position: absolute;
    z-index: 2;
    display: flex;
    justify-content: center;
    align-items: center;
    border: 1px solid var(--white-color);
    -webkit-transition: 0.4s ease;
    transition: 0.4s ease;
    border-radius: 10px;
}

.prod-box1:hover .auccd {
    height: calc(100% - 30px);
    left: 15px;
    right: 15px;
    top: 15px;
    bottom: 15px;
    width: calc(100% - 30px);
    border: 3px solid #ffffff;

}

.prod-box1:hover img {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
}

.projec-content {
    position: absolute;
    padding-top: 0;
    bottom: 0;
    text-align: center;
    width: 100%;
    left: 0;
    right: 0;
    display: none
}

.prod-box1:hover .projec-content {
    display: block !important
}

.projec-content h2 {
    width: 100%;
    display: block;
    font-size: 20px;
    color: var(--white-color);
    margin-bottom: 0;
    margin-bottom: 10px;

}

.projec-content h2 a {
    color: var(--white-color);
}

.projec-content h2 a:hover {
    color: var(--theme-color);
}

.prod-box1 .icon-content {
    padding: 0px 40px;
    z-index: 99;
    position: relative;
    width: 100%;
    position: absolute;
    left: 40px;
    right: 40px;
    bottom: 5px;
    opacity: 1;
    width: calc(100% - 80px);
    text-align: center;
    -webkit-transition: 0.4s ease;
    transition: 0.4s ease;
}

.prod-box1:hover .icon-content {
    left: 30px;
    right: 30px;
    bottom: 30px;
    width: calc(100% - 60px);
}

.prod-box1 .dlab-tilte {
    font-size: 22px;
    margin-bottom: 10px;
    text-align: center;
    background: var(--theme-color);
    padding: 20px;
    color: #fff;
}

.prod-box1:hover .dlab-tilte {
    background: var(--theme-color);
}

.prod-box1 ul {
    position: relative;
    display: block;
    padding: 0px;
    margin: 0px;
    margin-bottom: 15px;
    columns: 2;
    -webkit-columns: 2;
    -moz-columns: 2;
    -webkit-column-gap: 60px;
    -moz-column-gap: 60px;
    column-gap: 40px;
}

.prod-box1 ul li {
    position: relative;
    display: block;
    color: #fff;
    padding-left: 20px;
}

.prod-box1 ul li:before {
    font-family: var(--icon-font);
    font-weight: 900;
    color: var(--theme-color);
    position: absolute;
    left: 0;
    -webkit-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
    content: "\f336";

}

.prod-box1 p {

    margin-bottom: 15px;

}

.prod-box1 .dlab-separator {
    margin-bottom: 25px;
    margin-bottom: 25px;
    background-color: var(--theme-color) !important;
    margin-left: auto;
    margin-right: auto;
    width: 60px;
    height: 4px;
    display: block;
}

.prod-box1 .icon-content .btn {
    background-color: var(--theme-color);
    color: #fff;

}

.pd-le-title {
    font-size: 25px;
    margin-top: 0px;
    font-weight: 700
}

.pd-le-title a {
    color: var(--white-color)
}

.prod-box1 .pd-le-title a {
    color: var(--white-color)
}

/******************/
.prod-box1 p {
    color: #fff;
    text-align: left;
}

.Se-content {
    background: linear-gradient(to right, var(--theme-color), var(--theme-color2));
    position: relative;
    margin: -63px 40px 0;
    padding: 30px;
    z-index: 10;
}


.prod-box1 .overlay {
    position: absolute;
    left: 4px;
    right: 4px;
    top: 4px;
    bottom: 4px;
    background: rgb(255 255 255 / 69%);
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
    opacity: 0;
    transition: .5s;
    height: calc(100% - 8px);
    width: calc(100% - 8px);
    z-index: 10;

}

.prod-box1:hover .overlay {
    opacity: 1;
}

.prod-box1 .overlay p {
    color: #fff;
    margin-bottom: 0;
    text-align: center;
}

.prod-box1 .overlay h3 {
    color: #fff;
    font-size: 20px;
    text-align: center;
    margin-bottom: 5px;
}

.prod-box1 .overlay h3 a {
    color: var(--title-color);
}

.prod-box1 .overlay h3 a:hover {
    color: var(--theme-color);
}

.prod-box1 .overlay svg {
    transition: .5s;
}

.prod-box1 .overlay svg:hover,
.prod-box1:hover img {
    transform: scale(1.1);
}

/*********/
.ptoodff:before {

    border-block-end-width: 0;
    border-block-start-width: 0;
    border-color: initial;
    border-inline-end-width: 0;
    border-inline-start-width: 0;
    border-radius: 0;
    border-style: initial;
    content: var(--background-overlay);
    display: block;
    mix-blend-mode: initial;
    opacity: 1;
}

.ptoodff::before,
.ptoodff::after {
    content: '';
    position: absolute;
    width: 0;
    height: 0;
    border: 4px solid transparent;
    box-sizing: border-box;
}

.ptoodff::before {
    top: 0;
    left: 0;
    border-top-color: var(--theme-color);
    border-left-color: var(--theme-color);
    transition: width 1s 0s, height 1s;
    z-index: 1;
}

.prod-box1:hover .ptoodff:before {
    width: 100%;
    height: 100%;
    transition: width 1s 0s, height 1s;
}



.ptoodff::after {
    bottom: 0;
    right: 0;
    border-bottom-color: var(--theme-color);
    border-right-color: var(--theme-color);
    transition: height 1s 0s, width 1s;
    z-index: 2;
}

.prod-box1:hover .ptoodff:after {
    width: 100%;
    height: 100%;
    transition: height 1s 0s, width 1s;
}


/**************************/


.career-ss {
    Background: linear-gradient(to right, #012fca1f 20% 20%, #ffffffa3 100%);
    padding: 30px 40px 30px;
    position: relative;
    border-radius: 50px;
    color: #fff
}

.career-ss .title-area {
    margin-bottom: 0;
}

.career-ss .title-area .sec-title {
    margin-bottom: 0;


}

/***************/

.Countersss {
    position: relative;
    padding: 50px 0 50px;
    background: #e7f6ff;
}

/************/


/*****************/

/**********/
.New-featuresec {

    padding: 80px 15px 0px;
    position: relative
}

.New-featuresec .col-lg-3 {
    width: 20%
}

.new-ffsec {
    position: relative;
    width: 100%;
    text-align: center;
    background-color: var(--theme-color2) !important;
    margin-bottom: 30px;
    padding: 0px 20px 20px;

    margin-top: 171px;
    border-radius: 31px;
}

.new-ffsec-sub {
    text-align: left
}

.new-ffsec img {

    height: 171px;
    margin-top: -200px;
}

.new-ffsec p {
    margin-bottom: 10px;
    color: var(--body-color);
    color: #fff
}

.new-ffsec h3 {
    font-size: 20px;
    margin-bottom: 10px;
    color: #fff
}

/*************/
.New-featuresec .col-lg-3:nth-child(odd) .new-ffsec {
    background-color: var(--theme-color) !important;
}

.New-featuresec .col-lg-3:nth-child(even) .new-ffsec {
    background-color: var(--theme-color2) !important;
}

.New-featuresec .col-lg-3:nth-child(odd) .new-ffsec:hover {
    background-color: var(--title-color) !important;
}

.New-featuresec .col-lg-3:nth-child(even) .new-ffsec:hover {
    background-color: var(--title-color) !important;
}

.new-ffsec:hover p {
    color: #fff
}

.new-ffsec:hover h3 {
    color: #fff
}

/***********/

.appoitment-sec {
    position: relative;

    padding: 50px 0 40px;
}

/*********************/
.nee-sec .col-lg-3 {
    margin-bottom: 30px
}

/***********/


.blogggsec {
    padding: 20px 0 50px;
    position: relative
}

.blog-card {
    position: relative;

    width: 100%;
    margin-bottom: 30px
}

/***********/

.procrsec {
    position: relative;
    padding: 0 0 0
}

/**********/

.single_about {
    position: relative;
    padding: 0;
    padding-top: 0;
    padding-right: 60px;
    padding-bottom: 30px;
}

.single_about img {
    border-radius: 20px;
    z-index: 1;
    position: relative;
}

.single_about-absol {
    position: absolute;
    bottom: 0;
    z-index: 1;
    right: 0;
    width: 53%;
}

.single_about img {
    border-radius: 20px;
    z-index: 1;
    position: relative;
}

/***********/

/**********/


/*********/
.one-third {
    padding: 60px 0px 60px 0;
    Position: relative
}


.one-third-bb {
    width: 100%;
    height: 100%;
    border-radius: 50%;


    Position: relative
}

.one-third-bb:before {}

.one-third img {

    width: 100%;
    height: 100%;
    border-radius: 50%;
    z-index: 1
}



/*********/



/***********/

.location-box {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-right: 0px;
    /* Large devices */
}

.location-box span {
    font-size: 30px;
    color: var(--theme-color5);
    line-height: 30px;
    margin-right: 15px;
}

.location-box .content-box .text-title {
    font-size: 15px;
    display: block;
    line-height: 1.2;
    font-weight: 600;
}

.location-box .content-box .title {
    margin-bottom: 0;
    font-size: 20px;
    font-weight: 700;
    line-height: 20px;
}

.location-box .content-box .title a {
    color: var(--theme-color);
    font-size: 15px;
    font-weight: 600;
}

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

.location-box.one {
    padding-right: 40px;
    margin-right: 40px;
}

.location-box.one::before {
    content: "";
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    right: 0;
    width: 1px;
    height: 80px;
    background: #D9D9D9;
}


.location-box span.fa-phone {
    font-size: 18px;
    color: #fff;
    line-height: 30px;
    margin-right: 13px;
    background: var(--theme-color);
    width: 45px;
    height: 45px;
    line-height: 45px;
    text-align: center;
    border-radius: 50%;
    font-weight: 300;
}

/*********/

/***********************FIXED_BTN***********************/
.fixedRit {
    position: fixed;
    bottom: 0px;
    z-index: 5;
    border-radius: 5px;
    overflow: hidden;
    left: unset;
    background: transparent;
    border-radius: 3px;
    box-shadow: unset;
    left: 5px;
    z-index: 10;
    opacity: 0;
    visibility: hidden;
    opacity: 1;
    visibility: visible;
    bottom: 57px
}

.fixedRit-sticky {
    opacity: 1;
    visibility: visible;
    bottom: 57px
}

.fixedRit ul {
    margin: 0px;
    padding-left: 0px;
}

.fixedRit ul li {
    list-style: none;
    margin-bottom: 12px;
}

.fixedRit ul a {
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;

    width: 45px;      /* same */
    height: 45px;     /* same */

    border-radius: 50%;   /* perfect circle */

    transition: all .3s;

}

.fixedRit ul a.call {

    color: #fff;
    background: transparent !important;
}

.fixedRit ul a.mail {

    color: #fff;
    background: transparent !important;
}

.fixedRit ul a.whatsapp {

    color: #fff;
    background: transparent !important;
}

.fixedRit ul a span {
    text-transform: capitalize;
    font-size: 9px;
    display: none;
    color: #fff;
    transition: all .3s;
    color: #fff;
    transition: all .3s;
    line-height: 19px;
}

@media only screen and (min-width: 768px) {
    .fixedRit ul a span {
        display: block
    }
}


.fixedRit ul a:hover {
    background: transparent !important;
}

.fixedRit ul a:hover span {
    color: #fff
}

.fixedRit ul a:hover svg {
    fill: #fff
}

.fixedRit ul a:hover i {
    color: #fff;
}

/*****/

/**************/

.acc-aa {
    position: relative
}

.acc-aa .aaa-imgg {
    position: absolute;
    display: flex;
    align-items: center;
    justify-content: center;

    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%
}

.acc-aa .aaa-imgg img {

    opacity: 0.05;
    max-width: 536px;
    margin: 0 auto;
    text-align: center;
}




.other-aree-area {
    position: relative;
    z-index: 2;
    /* background: #f8f9fa !important; */
    padding: 80px 0 0px;
}

/************/

.ferr-sebox {
    position: relative;
    padding: 20px 20px 20px;
    text-align: left;
    width: 100%;
    margin: 0px auto 0px;
    Background: #fff;
    text-align: center;
    border: 1.5px dotted var(--title-color);
    border-radius: 20px;
    margin-bottom: 30px;
}

.ferr-sebox:hover {}

.ferr-sebox-icon {}

.ferr-sebox-icon:before {}

.ferr-sebox-icon img {
    width: 138px;
    margin-bottom: 17px;

}

.ferr-sebox-content {}


.ferr-sebox-content h3 {
    font-size: 18px;
    margin-bottom: 10px;
    font-weight: 500;
}

.ferr-sebox-content h3 a {
    color: var(--title-color)
}

.ferr-sebox-content h3 a:hover {
    color: var(--theme-color)
}

.ferr-sebox:hover .ferr-sebox-content h3 a {
    color: var(--theme-color)
}

.ferr-sebox-content p {}

.ferr-sebox-p {

    margin-bottom: 10px;
}

.se-read-btn {
    color: var(--theme-color2);
    font-weight: 600;
    font-size: 16px
}

.se-read-btn:hover {

    color: var(--theme-color);
}

/*************/
.th-btns a {
    text-align: center;
    border: 1px solid var(--theme-color);
    color: var(--theme-color);
    border-radius: 50px;
    padding: 10px 38px;
    margin-top: 5px;
}

.th-btns {
    display: block;
    margin: 0 auto;
    text-align: center;
    position: relative;

}

/**************/


/**************/

.Mission-secr {
    position: relative;
    background: #eef2ff;

    overflow: hidden
}

.Mission-secr .container-fluid {
    position: relative;
    padding-left: 0;
    padding-right: 0
}

.Mission-secr .container-fluid .row {
    margin-left: 0;
    margin-right: 0
}

.Mission-secr .container-fluid .col-lg-8,
.Mission-secr .container-fluid .col-lg-4 {


    padding-left: 0;
    padding-right: 0
}

.mission-ll {

    padding: 60px 0 50px;
    padding-right: 10%;
    padding-left: 20%;
    width: 100%;
    position: relative
}

.mission-ll p {}

.mission-right {
    position: relative;
    height: 100%;
    width: 100%;
}

.mission-right img {
    object-fit: cover;
    height: 100%;
    width: 100%;
}


/**************/

.Vision-secr {
    position: relative;
    background: #efefef;

    overflow: hidden
}

.Vision-secr .container-fluid {
    position: relative;
    padding-left: 0;
    padding-right: 0
}

.Vision-secr .container-fluid .row {
    margin-left: 0;
    margin-right: 0
}

.Vision-secr .container-fluid .col-lg-8,
.Mission-secr .container-fluid .col-lg-4 {


    padding-left: 0;
    padding-right: 0
}

.vision-right {

    padding: 60px 0 50px;
    padding-right: 20%;
    padding-left: 10%;
    width: 100%;
    position: relative
}

.vision-right p {}

.vision-ll {
    position: relative;
    height: 100%;
    width: 100%;
}

.vision-ll img {
    object-fit: cover;
    height: 100%;
    width: 100%;
}



/***********/
.counter-lass {
    padding-bottom: 60px
}

/*************/

.Abouuur-sec {
    padding: 60px 0 30px;
    position: relative
}

.abb-left {
    position: relative;
    margin-bottom: 30px
}

.abb-right {
    position: relative;
    margin-bottom: 0px
}

.hover-effect {
    width: 100%;

    position: relative;
    overflow: hidden;

    border-radius: 8px;
    -moz-border-radius: 8px;
    -webkit-border-radius: 8px;

    margin-bottom: 30px
}

.hover-effect img {
    display: block;
    -moz-transition: all 7s ease;
    -o-transition: all 7s ease;
    -webkit-transition: all 7s ease;
    transition: all 7s ease;
    width: 100%;
}

.hover-effect:hover img {
    -moz-transform: scale(1.5, 1.5);
    -ms-transform: scale(1.5, 1.5);
    -webkit-transform: scale(1.5, 1.5);
    transform: scale(1.5, 1.5);
}

/***********/

.projecc-sec {
    position: relative;
    padding: 60px 0 30px;
}

/************************/

/**********/
/************************************/

.project-boxss1 {
    margin-bottom: 30px;
    border-radius: 0px;
    position: relative;
    overflow: hidden;
    background: transparent;
    display: block;
    transition: all .2s ease-in-out;
    z-index: 1;
    text-align: center;
    margin-top: 0;
}

.project-boxss1-ov {
    position: relative;
    cursor: pointer;
    padding: 0px;
    width: 100%;
    display: block;
    overflow: hidden;
}

.project-boxss1 img {
    width: 100%;
    -webkit-transition: 0.4s ease-in-out;
    transition: 0.4s ease-in-out;
    height: 22vw;
    transition: .5s;
    object-fit: cover;
}

.pro-portfolio {
    color: #fff;
    border: 2px solid #fff;
    display: block;
    padding: 2px 15px;
    font-size: 13px;
    margin-top: 10px;
    font-weight: 400;
}

.pro-portfolio:hover {
    color: #fff;
    border: 2px solid var(--theme-color);
    Background: var(--theme-color);
}

.acd-boxss {
    height: calc(100% - 10px);
    left: 5px;
    right: 5px;
    top: 5px;
    bottom: 5px;
    opacity: 1;
    width: calc(100% - 10px);
    position: absolute;
    z-index: 2;
    display: flex;
    justify-content: center;
    align-items: center;
    border: 1px solid var(--white-color);
    -webkit-transition: 0.4s ease;
    transition: 0.4s ease;
    border-radius: 10px;
}

.project-boxss1:hover .acd-boxss {
    height: calc(100% - 30px);
    left: 15px;
    right: 15px;
    top: 15px;
    bottom: 15px;
    width: calc(100% - 30px);
    border: 3px solid #ffffff;

}

.project-boxss1:hover img {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
}

.project-boxss-content {
    position: absolute;
    padding-top: 0;
    bottom: 0;
    text-align: center;
    width: 100%;
    left: 0;
    right: 0;
    display: none
}

.project-boxss1:hover .project-boxss-content {
    display: block !important
}

.project-boxss-content h2 {
    width: 100%;
    display: block;
    font-size: 20px;
    color: var(--white-color);
    margin-bottom: 0;
    margin-bottom: 10px;

}

.project-boxss-content h2 a {
    color: var(--white-color);
}

.project-boxss-content h2 a:hover {
    color: var(--theme-color);
}

.project-boxss1 .icon-prrr-content {
    padding: 0px 40px;
    z-index: 99;
    position: relative;
    width: 100%;
    position: absolute;
    left: 40px;
    right: 40px;
    bottom: 5px;
    opacity: 1;
    width: calc(100% - 80px);
    text-align: center;
    -webkit-transition: 0.4s ease;
    transition: 0.4s ease;
}

.project-boxss1:hover .icon-prrr-content {
    left: 30px;
    right: 30px;
    bottom: 30px;
    width: calc(100% - 60px);
}

.project-boxss1 .dlab-tilte {
    font-size: 22px;
    margin-bottom: 10px;
    text-align: center;
    background: var(--theme-color);
    padding: 20px;
    color: #fff;
}

.project-boxss1:hover .dlab-tilte {
    background: var(--theme-color);
}

.project-boxss1 ul {
    position: relative;
    display: block;
    padding: 0px;
    margin: 0px;
    margin-bottom: 15px;
    columns: 2;
    -webkit-columns: 2;
    -moz-columns: 2;
    -webkit-column-gap: 60px;
    -moz-column-gap: 60px;
    column-gap: 40px;
}

.project-boxss1 ul li {
    position: relative;
    display: block;
    color: #fff;
    padding-left: 20px;
}

.project-boxss1 ul li:before {
    font-family: var(--icon-font);
    font-weight: 900;
    color: var(--theme-color);
    position: absolute;
    left: 0;
    -webkit-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
    content: "\f336";

}

.project-boxss1 p {

    margin-bottom: 15px;

}

.project-boxss1 .dlab-separator {
    margin-bottom: 25px;
    margin-bottom: 25px;
    background-color: var(--theme-color) !important;
    margin-left: auto;
    margin-right: auto;
    width: 60px;
    height: 4px;
    display: block;
}

.project-boxss1 .icon-prrr-content .btn {
    background-color: var(--theme-color);
    color: #fff;

}

.pd-le-title {
    font-size: 25px;
    margin-top: 0px;
    font-weight: 700
}

.pd-le-title a {
    color: var(--white-color)
}

.project-boxss1 .pd-le-title a {
    color: var(--white-color)
}

/******************/
.project-boxss1 p {
    color: #fff;
    text-align: left;
}


.project-boxss1 .project-boxss-overslay {
    position: absolute;
    left: 20px;
    right: 20px;
    top: 20px;
    bottom: 20px;
    background: rgb(0 0 0 / 40%);
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
    opacity: 0;
    transition: .5s;
    height: calc(100% - 40px);
    width: calc(100% - 40px);
    z-index: 10;

}

.project-boxss1:hover .project-boxss-overslay {
    opacity: 1;
}

.project-boxss1 .project-boxss-overslay p {
    color: #fff;
    margin-bottom: 0;
    text-align: center;
}

.project-boxss1 .project-boxss-overslay h3 {
    color: #fff;
    font-size: 20px;
    text-align: center;
    margin-bottom: 5px;
}

.project-boxss1 .project-boxss-overslay h3 a {
    color: var(--white-color);
}

.project-boxss1 .project-boxss-overslay h3 a:hover {
    color: var(--theme-color);
}

.project-boxss1 .project-boxss-overslay svg {
    transition: .5s;
}

.project-boxss1 .project-boxss-overslay svg:hover,
.project-boxss1:hover img {
    transform: scale(1.1);
}

/*********/
.project-boxssff:before {

    border-block-end-width: 0;
    border-block-start-width: 0;
    border-color: initial;
    border-inline-end-width: 0;
    border-inline-start-width: 0;
    border-radius: 0;
    border-style: initial;
    content: var(--background-overlay);
    display: block;
    mix-blend-mode: initial;
    opacity: 1;
}

.project-boxssff::before,
.project-boxssff::after {
    content: '';
    position: absolute;
    width: 0;
    height: 0;
    border: 0px solid transparent;
    box-sizing: border-box;
}

.project-boxssff::before {
    top: 0;
    left: 0;
    border-top-color: var(--theme-color);
    border-left-color: var(--theme-color);
    transition: width 1s 0s, height 1s;
    z-index: 1;
}

.project-boxss1:hover .project-boxssff:before {
    width: 100%;
    height: 100%;
    transition: width 1s 0s, height 1s;
    border: 20px solid transparent;
    border-top-color: #ffffffb8;
    border-left-color: #ffffffb8;
}



.project-boxssff::after {
    bottom: 0;
    right: 0;
    border-bottom-color: var(--theme-color);
    border-right-color: var(--theme-color);
    transition: height 1s 0s, width 1s;
    z-index: 2;
}

.project-boxss1:hover .project-boxssff:after {
    width: 100%;
    height: 100%;
    transition: height 1s 0s, width 1s;
    border: 20px solid transparent;
    border-bottom-color: #ffffffb8;
    border-right-color: #ffffffb8;
}


/**************************/

/***************/

.Serecc-sec {
    padding: 60px 0 30px;
    position: relative
}

.why-box1 {
    margin-bottom: 30px;

    border-radius: 30px;

    box-shadow: 0 10px 35px rgba(0, 0, 0, 0.2);

    position: relative;

    display: block;

    transition: all 0.2s ease-in-out;

    z-index: 1;

    width: 100%;

    background: #fff;

    padding-bottom: 10px;
    border-radius: 20px 20px;
}

.why-box1 img {
    width: 100%;
    -webkit-transition: 0.4s ease-in-out;
    transition: 0.4s ease-in-out;
    height: 23vw;
    object-fit: cover;
    border-radius: 0;

}

.why-box1:hover img {
    -webkit-transform: scale(1.1);

    -ms-transform: scale(1.1);

    transform: scale(1.1);
}

.why-box1 .icon-content {
    padding: 20px 20px 20px;
    z-index: 99;
    position: relative;
    width: 100%;
    position: relative;
    bottom: 0;
    text-align: center;
    background: var(--theme-color);
    text-align: center;
    border-radius: 0px 0 0;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 0;
    border-radius: 20px 20px 0 0;
}

.why-box1:hover .icon-content {
    background: var(--theme-color2);
}

.why-box1 .dlab-tilte {
    font-size: 25px;

    margin-bottom: 0px;
}

.why-box1:hover .icon-content .dlab-tilte {
    color: var(--title-color) !important;
}

.why-box1-imm {
    position: relative;

    overflow: hidden;

    width: 100%;
    border-radius: 0 0;
    margin-bottom: 17px;
}

.why-box1 p {
    padding: 0px 15px;

    margin-bottom: 15px;

    display: -webkit-box;

    -webkit-line-clamp: 3;

    -webkit-box-orient: vertical;

    overflow: hidden;

    text-overflow: ellipsis;

    text-align: center;
}

.why-box1 .dlab-separator {
    margin-bottom: 25px;

    margin-bottom: 25px;

    background-color: var(--theme-color1) !important;

    margin-left: auto;

    margin-right: auto;

    width: 60px;

    height: 4px;

    display: block;
}

.why-box1 .icon-content .btn {
    background-color: var(--theme-color);

    color: #fff;
}

.why-box1 .bbb-btn {
    position: relative;
    background: #fff;
    padding: 13px 55px;
    border-radius: 50px;
    font-size: 16px;
    color: var(--title-color);
    font-weight: 600;
    border: 2px solid var(--theme-color);
    display: block;
    text-align: center;
    margin: 0px auto 10px;
    width: max-content;
    border: 2px solid var(--theme-color2);
    background: var(--theme-color2);


}

.why-box1 .bbb-btn .e-font-icon-svg {
    height: 1em;
    width: 1em;
    top: -1px;
    position: relative;
}

.why-box1:hover .bbb-btn {
    border: 2px solid var(--theme-color2);
    background: var(--theme-color2);
    color: var(--title-color);
}

/***************/

.blog-card {
    position: relative;
    background-color: transparent;
    margin-top: 0px;
    width: 100%;
    text-align: center;
    margin-bottom: 30px
}

.blog-card__image-link {
    display: block;
    position: relative;
    overflow: hidden;
    border-radius: 10px;
    z-index: 0;
}

.blog-card__image {
    width: 100%;
    display: block;
    border-radius: 28px;
    width: 100%;
    height: 314px;
    object-fit: cover;
    height: 23vw !important;
}

.blog-card__overlay {
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    position: absolute;
    width: 100%;
    height: 0%;
    left: 0;
    bottom: 0;
    z-index: 0;
    background-color: rgba(var(--trevlo-primary-rgb, 45, 35, 48), 0.8);
    transition: all 0.5s ease;
    border-radius: 10px;
}

.blog-card__plus {
    margin-top: -100px;
    font-size: 20px;
    color: var(--white-color);
    display: inline-block;
    opacity: 0;
    transition: opacity 500ms ease;
}

.blog-card__content {
    padding: 26px 0px 14px;
    position: relative;
    position: relative;
    background-color: transparent;
    transition: all 500ms ease;
    width: 100%;
    left: 0;
    right: 0;
    margin: auto;
    border-radius: 0;
    z-index: 0;
    transition: all 500ms ease;
}

.blog-card__content p {
    margin-bottom: 20px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

.blog-card:hover .blog-card__overlay {
    top: 0;
    height: 100%;
}

.blog-card:hover .blog-card__plus {
    opacity: 1;
}

.blog-card:hover .blog-card__content {}

.blog-card__date_bb {
    right: 0;
    text-align: center;
    border-radius: 8px;
    position: absolute;
    top: -58px;
    right: 25px;
    z-index: 10;
}

.blog-card__date {
    right: 0;
    text-align: center;
    border-radius: 8px;
    position: absolute;
    top: -25px;
    left: 25px;
    z-index: 10;
}

.blog-card__date-number {
    line-height: 1;
    margin-bottom: 0;
    width: 80px;
    height: 50px;
    border-radius: 10px 10px 0px 0px;
    background: var(--theme-color2);
    font-size: 32px;
    font-weight: 600;
    text-align: center;
    line-height: 58px;
    color: #fff;
}

.blog-card__date-month {
    line-height: 1.7;
    margin-bottom: 0;
    width: 80px;
    height: 29px;
    font-size: 14px;
    text-transform: capitalize;
    font-weight: 600;
    color: #fff;
    border-radius: 0 0 10px 10px;
    background: var(--theme-color);
}

.blog-card__meta {
    margin: 0;
    padding: 0;
    list-style: none;
    display: flex;
    align-items: center;
}

.blog-card__meta li {
    display: flex;
    align-items: center;
}

.blog-card__meta li:not(:first-child)::before {
    content: "|";
    font-size: 14px;
    margin-left: 13px;
    margin-right: 13px;
    font-weight: 400;
    color: var(--trevlo-white3, #EBE6DE);
}

.blog-card__meta-icon {
    position: relative;
    top: -1px;
    display: inline-block;
    font-size: 14px;
    color: var(--theme-color);
    margin-right: 5px;
}

.blog-card__meta-author {
    font-family: var(--trevlo-font, "DM Sans", sans-serif);
    font-size: var(--trevlo-size-xl, 14px);
    color: var(--trevlo-secondary, #736D75);
    letter-spacing: 0.196px;
    line-height: 1.714;
    font-weight: 500;
    text-transform: capitalize;
}

.blog-card__title {
    font-size: 22px;
    color: var(--title-color);
    line-height: 1.3;
    text-transform: capitalize;
    font-weight: 600;
    margin-top: 5px;
    margin-bottom: 22px;
    border-bottom: 1px dashed rgba(21, 20, 21, 0.21);
    padding-bottom: 20px;
    margin-bottom: 20px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    height: 73px;
}

.blog-card__title a {
    color: inherit;

    transition: all 500ms ease;
}

.blog-card__title a:hover {
    background-size: 100% 1px;
}

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

.blog-card__link {
    padding-top: 0px;
    display: block;
    align-items: center;
    text-transform: capitalize;
    font-size: 16px;
    color: var(--theme-color);
    line-height: 1.714;
    font-weight: 500;
    text-transform: capitalize;
    transition: all 500ms ease;
    transition: all 500ms ease;
}

.blog-card__link:hover {}

.blog-card__link:hover {
    color: var(--theme-color);
}

.blog-card__link i {
    font-size: 12px;
    margin-left: 9px;
    transition: all 0ms ease;
    color: var(--theme-color);
}


/****************/

.Blog-ma-sec {
    padding: 60px 0 30px;
    position: relative
}

/*********************/

/******************************************************/

.Contact-sec {
    position: relative;
    padding: 60px 0 30px;
    Background: #fff;
    position: relative;
}

.Contact-sec .container {
    position: relative
}

.sebox {
    margin-top: 0px;
}


.coniuy {
    margin-top: 0px;
}

.style-eight {
    position: relative;
    min-height: unset;
    width: 100%;
    margin-bottom: 27px;
    margin-top: 0;
    padding-right: 26px;
    Background: linear-gradient(90.4deg, #2a2870, #63619e, #999999, #eeffc3);
    padding: 20px 20px;
    border-radius: 10px;
    --body-color: #fff;
    --title-color: #fff;

    text-align: center
}

.style-eight:hover {}


.style-eight .service-box-icon {
    position: relative;
    margin-bottom: 10px;
    color: var(--title-color);
    font-size: 35px;
    -webkit-transition: all 0.5s ease 0s;
    -o-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
}

.style-eight .service-box-icon {
    color: #333;
    font-size: 35px;
    -webkit-transition: all 0.5s ease 0s;
    -o-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
}

.style-eight .service-box-icon i {
    color: var(--theme-color);
    font-size: 30px;


    border-radius: 50%;
    background: #fff;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    color: #fff;
    background: var(--theme-color);
}

.style-eight .service-box-icon i {
    margin-bottom: 11px;
    display: inline-block;
    color: #fff;
    color: var(--theme-color);
    background: transparent;
    font-size: 50px;
}

.style-eight .service-content {
    position: relative;
    z-index: 1;
    position: relative;
    z-index: 1;
    max-width: 100%;
    margin: 0 auto;
}

.style-eight .service-content h3 {
    font-size: 22px;

    font-weight: 600;
    margin-bottom: 10px;
    color: var(--title-color)
}

.style-eight .service-content h3 {
    color: var(--title-color)
}

.style-eight .service-content p {

    margin-bottom: 0px;
    margin-top: 0px;

    line-height: 28px;
    font-weight: 400;
}

.style-eight .service-content p a {
    color: var(--white-color);
    margin-bottom: 0px;
    margin-top: 0px;
    text-align: center;

}

.style-eight .service-content p {
    color: var(--title-color);
}

.style-eight .service-content p a {
    color: #fff
}

.style-eight .service-content p a:hover {
    color: #fff
}

.style-eight .service-box-icon i {
    color: #fff
}

.style-eight.centerr .service-box-icon i {
    color: #fff
}


/*
*********************************************/

.Appointmentsecc {
    position: relative;
    padding: 60px 0 60px;
    Background: #fff;
}

.Appointment-bg {
    padding: 40px;
    Background: #f8f9fa !important;
    border-radius: 20px
}

/*********/

.c-innersec {
    position: relative;

}

.co-in-form {
    position: relative;
    padding: 0px 0px 0px;
    position: relative;
    background-color: transparent;
    padding: 30px;
    text-align: center;
    width: 100%;
    border-radius: 20px;
    border: 1px solid #fff;
}

.co-in-form-inner {
    position: relative;

}

.co-in-form-inner form {
    width: 100%;
    --body-color: #fff;
    --title-color: #fff
}

.co-in-form-inner form h3 {
    font-size: 25px;
    line-height: 1.2;
    margin-bottom: 10px;
    background: linear-gradient(90.4deg, #9FCC44, #b3d020, #fff30b);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    display: inline-block;

}

.co-in-form-inner input,
.co-in-form-inner select,
.co-in-form-inner textarea {
    height: 44px;
    position: relative;
    padding: 0 20px;
    font-size: 15px;
    background-color: transparent;
    display: block;
    width: 100%;
    border: none;
    border: solid 1px #ffffffa1;
    transition: border-bottom-color 1s ease 0s;
    font-weight: 500;
    color: var(--title-color);
    border-radius: 0;
    padding: 10px;
    border-radius: 10px;
}

.co-in-form-inner select {
    Background-image: unset;
    -webkit-appearance: auto;
    -moz-appearance: auto;
    appearance: auto;

}

.co-in-form-inner select option {
    color: #000
}

.co-in-form-inner textarea {
    padding-top: 15px;
    height: 60px;
    min-height: 60px;
    resize: none;

}

.co-in-form-inner .form-group {
    margin-bottom: 13px;
    position: relative;
}

.co-in-form-inner input::placeholder {
    color: var(--title-color);

}

.co-in-text p {
    color: var(--title-color);
}

/**********/

/***************/
.Upload-resume {
    text-align: left;
    padding: 0px 0px 0px;
    width: 100%;
    position: relative;
    display: block;
    border-radius: 0;
}

.Upload-resume h3 {
    font-size: 25px;
    margin-bottom: 15px;
    color: var(--theme-color1)
}

.Upload-resume .form-group {
    padding: 0;
    margin: 0;
    margin-bottom: 0px;
    position: relative;
    text-align: left;

}

.Upload-resume .form-group input {
    border-radius: 24px;
    border: 1px solid #5C5C5C;
    color: var(--theme-color1);
    height: 35px;
    font-size: 13px;
    padding: 14px;
    background: #fff;
    text-align: left;
}

.Upload-resume .resumebtn {
    display: none;
}

.Upload-resume .custom-file-upload {
    font-weight: 600;
    font-size: 17px;
    color: var(--body-color);
    margin-bottom: 3px;
    border-radius: 24px;
    display: inline-block;
    padding: 14px 25px 14px 25px;
    cursor: pointer;
    width: 100%;
    height: unset;
    color: #fff !important;
    border: none;
    position: relative;
    display: block;
    margin-top: 5px;
    text-align: center;
    margin: 0px 0;
    text-align: left;
    position: relative;
    display: block;
    font-weight: 600;
    font-size: 16px;
    margin-bottom: 10px;
    background-image: linear-gradient(209deg, var(--theme-color2) 100%);
}

.resume-form h4 {
    color: #fff;
    font-size: 25px;
    margin-bottom: 5px
}

.Upload-resume p {
    margin-bottom: 0
}

/**********/

/*************/
.projecc-sec-detail {
    padding: 60px 0 30px;
    position: relative;
    background: #f8f9fa !important;
}

.ppb-right {
    position: relative;
    margin-bottom: 30px
}

.ppb-right img {
    border-radius: 20px;
}

.pbb-left {

    padding-left: 20px;
    position: relative;
    margin-bottom: 30px
}

/************/

/******************/
.Gallery-sec-indetail {
    position: relative;
    padding: 50px 0px 20px;
    background: #f2f2f2;
}

/***************/

.img-hover-wrap {
    -webkit-transition: transform .3s ease;
    -o-transition: transform .3s ease;
    transition: transform .3s ease;
    -moz-transform-style: flat !important;
    -webkit-backface-visibility: hidden;

    margin-top: 10px;
}

.img-hover-wrap:hover {

    z-index: 2;
}

.img-hover-card>a::after {
    content: " ";
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;

    z-index: 0;
    -webkit-transition: background-color .3s ease;
    -o-transition: background-color .3s ease;
    transition: background-color .3s ease;
    border-radius: 10px;
}

.img-hover-wrap:hover .img-hover-card>a::after {
    background-color: rgba(0, 0, 0, 0.6);
}

.img-hover-card {
    position: relative;
    display: block;
    will-change: transform;
    transition: all .3s ease;
    border: none;
    margin-bottom: 20px;
    border-radius: 0px;
    border-radius: 10px;
}

.img-hover-card a {
    width: 100%;
    max-width: 100%;
    display: block;
    z-index: 99;
    overflow: hidden;
    border-radius: 0px;
    border-radius: 10px;
}

.img-hover-card a img {
    width: 100%;

    -webkit-transition: transform .3s ease;
    -o-transition: transform .3s ease;
    transition: transform .3s ease;
    -moz-transform-style: flat !important;
    -webkit-backface-visibility: hidden;
    border-radius: 0px;
    border-radius: 10px;
}

.img-hover-card:hover a img {
    -webkit-transform: scale(1.06);
    -ms-transform: scale(1.06);
    -o-transform: scale(1.06);
    transform: scale(1.06);
}

.img-hover-card.hover-in {
    transition: -webkit-transform .2s ease-out;
    transition: transform .2s ease-out;
    transition: transform .2s ease-out, -webkit-transform .2s ease-out;
}

.img-hover-card.hover-3d {
    z-index: 2;
}

.img-hover-card.hover-out {
    transition: -webkit-transform .2s ease-in;
    transition: transform .2s ease-in;
    transition: transform .2s ease-in, -webkit-transform .2s ease-in;
}

.img-hover-wrap:hover .img-hover-card {
    box-shadow: 0 10px 40px rgba(0, 0, 0, 0.4);
}

.img-hover-wrap .img-hover-detail {
    position: absolute;

    top: auto;
    left: 0;
    bottom: 0;
    pointer-events: none;
    -webkit-backface-visibility: hidden;
    -webkit-transition: transform .2s ease;
    -o-transition: transform .2s ease;
    transition: transform .2s ease;
    opacity: 0;
    text-align: center;
    width: 100%;

}

.img-hover-wrap:hover .img-hover-detail {
    opacity: 1;
    -webkit-transform: scale(1.06) translateY(-5px) translateZ(50px);
    -ms-transform: scale(1.06) translateY(-5px) translateZ(50px);
    -o-transform: scale(1.06) translateY(-5px) translateZ(50px);
    transform: scale(1.06) translateY(-5px) translateZ(50px);
}

.img-hover-wrap .img-hover-title {
    margin: 0 0 0px 0;
    font-size: 20px;
    font-weight: 500;
    text-align: center;
    z-index: 9;
    padding: 10px
}

.img-hover-wrap .img-link {
    opacity: 0;
    width: 20px;
    height: 20px;
    border: 1px solid #FFF;
    border-radius: 50%;
    text-align: center;
    line-height: 18px;
    font-size: 11px;
    -webkit-transition: opacity .3s ease;
    -o-transition: opacity .3s ease;
    transition: opacity .3s ease;
}

.img-hover-wrap:hover .img-link {
    opacity: 1;
}

.img-hover-detail a {
    color: #fff;
}


/*************/

.Ga-sec {
    padding: 50px 0 40px
}

/*************/

/***************/

.Healthayurv-modd {
    position: relative;

    padding: 60px 0 60px;
}

.Healthayurv-sticky-top {
    position: -webkit-sticky;

    position: sticky;

    top: 120px;


}

/* Sidebar Title */

.Healthayurv-widget {
    position: relative;

    margin-bottom: 40px;
}

/**************/

.Healthayurvcat-right-sec {
    position: relative;
    padding-left: 15px;
}

.Healthayurvcat-right-sec-first {
    position: relative;
}

.Healthayurvcat-right-sec-first h3 {
    margin-top: 10px;
    margin-bottom: 10px;
    line-height: 1.2;
    font-size: 20px;
    font-weight: 600;
}

.Healthayurvcat-right-sec-first ul {
    padding-left: 0px;

    padding-top: 0px;

    margin-bottom: 20px;
}

.Healthayurvcat-right-sec-first ul li {
    display: block;

    list-style: none;

    position: relative;

    margin-bottom: 8px;

    padding-left: 18px;
}

.Healthayurvcat-right-sec-first ul li:before {
    content: "";

    position: absolute;

    left: 0;

    top: 10px;

    width: 6px;

    height: 6px;

    background: var(--title-color);

    border-radius: 50%;
}

.Healthayurvcat-box1-imm {
    position: relative;

    margin-top: 0px;

    margin-bottom: 30px;
}

.Healthayurvcat-box1-imm img {
    border-radius: 20px;
}

/*************/

.widget-ayuy {
    padding: 37px 20px 20px;
    background: #f8f9fa !important;
    margin-bottom: 0px;
    position: relative;
    border-radius: 15px;
}

.thumb-post {
    margin-bottom: 15px;

    padding-bottom: 15px;

    display: -webkit-box;

    display: -ms-flexbox;

    display: flex;

    -webkit-box-align: center;

    -ms-flex-align: center;

    align-items: center;

    border-bottom: 1px solid #e5eaee;

    border: 1px solid transparent;

    border-radius: 10px;

    padding: 10px;
}

.thumb-post:hover {
    border: 1px solid var(--theme-color);
}

.thumb-post.active {
    border: 1px solid var(--theme-color);
}

.thumb-post:last-child {}

.thumb-post .post-date {
    display: inline-block;

    font-size: 12px;

    color: var(--theme-color);

    font-weight: 600;
}

.thumb-post .post-date i {
    position: relative;

    top: -1px;

    margin-right: 7px;
}

.thumb-post .post-date:hover {
    color: var(--theme-color);
}

.thumb-post .post-title {
    font-size: 17px;

    margin-bottom: 3px;

    font-weight: 600;

    overflow: hidden;
}

.thumb-post .post-title a {
    color: inherit;
}

.thumb-post .post-title a:hover {
    color: var(--theme-color);
}

.thumb-post.active .post-title a {
    color: var(--theme-color);
}

.thumb-post .media-img {
    margin-right: 15px;

    overflow: hidden;

    border-radius: 5px;

    width: 90px;
}

.thumb-post .media-img img {
    -webkit-transition: all ease 0.4s;

    transition: all ease 0.4s;

    -webkit-transform: scale(1.001);

    transform: scale(1.001);

    height: 4.5vw;

    object-fit: cover;
}

.thumb-post:hover .media-img img {
    -webkit-transform: scale(1.15);

    transform: scale(1.15);
}

/***********/

.healthcare-sec-aysec {
    padding: 60px 0 30px;

    position: relative;
}

/***********/

.mm-sec-modernsec {
    position: relative;

    padding: 60px 0 30px;
}

/*************/

.health-packa-sec {
    position: relative;

    padding: 60px 0 60px;
}

.pri-heal {
    color: var(--theme-color2);

    font-size: 17px;

    margin-bottom: 9px;

    line-height: 1.2;
}

.health-packa-sec h3 {
    font-size: 28px;

    font-weight: 600;

    margin-top: 20px;

    margin-bottom: 10px;

    color: var(--theme-color2);
}

.health-packa-sec h4 {
    font-size: 23px;

    font-weight: 600;

    margin-top: 20px;

    margin-bottom: 10px;
}

.widget-ayuy .recent-post-wrap {
    padding: 0px;
}

.Blog-ddsec {
    position: relative;
    padding: 60px 0 60px;

}

.blog-single .blog-img img {
    width: 100%;

    border-radius: 20px
}

.Blog-ddsec .blog-single .blog-title {
    border-bottom: 1px solid var(--smoke-color3);
    padding-bottom: 24px;
    margin-bottom: 32px;
    font-size: 35px;
    margin-top: 10px;
}

.Blog-ddsec .blog-meta span,
.Blog-ddsec .blog-meta a {
    display: inline-block;
    font-size: 16px;
    font-weight: 600;
    color: var(--theme-color);
    font-family: var(--body-font);
    position: relative;
    margin-right: 32px;
}

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

.Blog-ddsec .blog-single h3 {
    font-size: 30px;
    margin-top: 20px;
    margin-bottom: 10px
}

.Blog-ddsec .blog-single h4 {
    font-size: 25px;
    text-decoration: underline;
    margin-top: 20px;
    margin-bottom: 10px
}

.Blog-ddsec .blog-single h5 {
    font-size: 18px;

    margin-bottom: 10px
}

.Blog-ddsec .blog-single ul {
    padding: 0;
    margin: 0;
    position: relative;
    margin-bottom: 15px
}

.Blog-ddsec .blog-single ul li {
    padding: 0;
    margin: 0;
    position: relative;
    padding-left: 20px;
    margin-bottom: 8px;
    line-height: 27px;
    list-style: none;
}

.Blog-ddsec .blog-single ul li:before {
    position: absolute;
    left: 0;
    top: 10px;
    width: 7px;
    height: 7px;
    border-radius: 50%;
    content: "";
    Background: var(--title-color)
}

.Blog-ddsec .blog-single .blog-img {
    margin-bottom: 20px;
    background-color: transparent;
}

.boll-sticy {
    position: -webkit-sticky;
    position: sticky;
    top: 77px;
    margin-left: 0;
}

.boll-sticy .widget {
    padding: 32px;
    background-color: #f8f9fa !important;
    margin-bottom: 0;
    position: relative;
    border-radius: 10px;
}

.boll-sticy .widget_title {
    position: relative;
    font-size: 23px;
    font-weight: 600;
    font-family: var(--title-font);
    background: transparent;
    border-bottom: 1px solid var(--title-color);
    padding: 0;
    line-height: 1.2;
    margin: 0 0 15px;
    padding-bottom: 14px;
}

.boll-sticy .recent-post-wrap {
    padding: 0;
}

.boll-sticy .recent-post .post-title {
    font-weight: 600;
    font-size: 16px;
    line-height: 22px;
    margin-right: 0px;
    margin-bottom: 0;
    text-transform: capitalize;
}

.boll-sticy .recent-post .recent-post-meta {
    margin-bottom: 0;
}

.boll-sticy .recent-post .recent-post-meta a {
    text-transform: capitalize;
    font-weight: 600;
    font-size: 14px;
    color: var(--theme-color);
}

/**********/

/********/

.coleft-main {
    display: flex;
    gap: 20px;
    justify-content: space-between;
    flex-direction: column;
}


.coleft-1 {
    position: relative;
    width: 100%;
    display: block
}



.coleft-2 {
    position: relative;
    width: 100%;
    display: block
}

.main-e_socials {
    position: relative;
}


.main-e_socials a {
    position: relative !important;
    font-size: 18px;
    margin-right: 3px;
    color: var(--title-color);
    border: 1px solid var(--title-color);
    border-radius: 50%;
    width: 35px;
    height: 35px;
    line-height: 35px;
    display: inline-block;
    text-align: center;
}

.main-e_socials a:hover {
    border-color: #fff;
    color: #fff;

}

.main-e_socials a img {
    width: 15px;
    top: -4px;
    position: relative;
}

.coleft-main {
    margin-bottom: 0px
}

.Contact-sec .co-in-form {
    margin-bottom: 30px
}

.Contact-sec .co-in-form-inner textarea {
    padding-top: 15px;
    height: 113px;
    resize: none;
    min-height: 113px;
}

.mapp-area {
    padding: 60px 0 60px
}

.coleft-1 p {
    font-size: 17px
}

.mapp-area iframe {

    margin-bottom: -10px;
    border-radius: 20px
}

/***********/

.book-n-btn {
    font-size: 16px;
    font-weight: 700;
    fill: #FFFFFF;
    color: #FFFFFF;
    border-radius: 30px 30px 30px 30px;
    box-shadow: 0px 15px 25px -7px rgba(0, 0, 0, 0.1);
    Background: var(--theme-color);
    padding: 12px 24px;
    text-align: center;

    background-color: var(--theme-color2);
    font-size: 17px;
    font-weight: 500;

    border-radius: 30px 30px 30px 30px;
    box-shadow: 0px 0px 0px -7px rgba(0, 0, 0, 0);
    text-align: center;
    transition: all .3s;
    line-height: 1;
    padding: 12px 35px;
    background: linear-gradient(90.4deg, #c3ff3f, #2a2870, #2a2870);
}

.book-n-btn .e-font-icon-svg {
    height: 1em;
    width: 1em;
    top: -1px;
    position: relative;
}

.book-n-btn:hover {
    Background: var(--theme-color);
    fill: #FFFFFF;
    color: #FFFFFF;
    background: linear-gradient(90.4deg, #2a2870, #2a2870, #c3ff3f);
}

/***********/
.footer-topss {
    Background: var(--theme-color);
    padding: 40px 0;
    position: relative;
    width: 100%
}

.footer-booking-btn {
    background-color: var(--theme-color2);
    font-size: 19px;
    font-weight: 500;
    fill: #000000;
    color: #000000;
    border-radius: 30px 30px 30px 30px;
    box-shadow: 0px 0px 0px -7px rgba(0, 0, 0, 0);
    text-align: center;
    transition: all .3s;
    line-height: 1;
    padding: 12px 24px;

    width: 100%;
    position: relative;
    display: block;
}

.footer-booking-btn .e-font-icon-svg {
    height: 1em;
    width: 1em;
    top: -1px;
    position: relative;
}

.footer-booking-btn svg {

    margin-left: 7px;

}

.footer-topss h3 {
    font-size: 38px;
    line-height: 1.25;
    color: #fff;
    margin-bottom: 0;

}

.footer-topss .col-auto:nth-child(1) {
    width: 63.761%;

}

.footer-topss .col-auto:nth-child(2) {
    width: 36.111%;

}

.footer-info {
    font-size: 16px;
    font-weight: 500;
    position: relative;
    padding-left: 36px;

    margin-bottom: 25px;
}

.footer-info strong {
    color: var(--theme-color2);
    font-weight: 500;

}

/***********/

.ff-links {}

.ff-links a {
    color: #fff;
    font-size: 16px;
    font-weight: 500;
    margin-left: 15px;
}

.ff-links a:hover {

    color: var(--theme-color2);
}

/**********/

.Booking-ssection {
    padding: 80px 0 80px;
    position: relative;
    Background: #e5fbff;

}

.Booking-ssection-ss {}

.Booking-ssection-ss .btn-group {
    align-items: center;
    justify-content: center;
    gap: 20px;
}

.Booking-ssection-ss p {
    font-size: 17px;
    font-weight: 500;

}

.Booking-ssection-ss .btn-group {
    margin-top: 20px
}

.Booking-ssection-ss .btn-group a:nth-child(1) {
    background-color: var(--theme-color2);
    font-size: 19px;
    font-weight: 500;
    fill: #fff;
    color: #fff;
    border-radius: 30px 30px 30px 30px;
    box-shadow: 0px 0px 0px -7px rgba(0, 0, 0, 0);
    text-align: center;
    transition: all .3s;
    line-height: 1;
    padding: 12px 24px;

    position: relative;

}

.Booking-ssection-ss .btn-group a:nth-child(1) .e-font-icon-svg {
    height: 1em;
    width: 1em;
    top: -1px;
    position: relative;
    margin-left: 7px;
}

.Booking-ssection-ss .btn-group a:nth-child(2) {
    background-color: var(--theme-color);
    font-size: 19px;
    font-weight: 500;
    fill: #000000;
    color: #fff;
    border-radius: 30px 30px 30px 30px;
    box-shadow: 0px 0px 0px -7px rgba(0, 0, 0, 0);
    text-align: center;
    transition: all .3s;
    line-height: 1;
    padding: 12px 24px;

    position: relative;

}

.Booking-ssection-ss .btn-group a:nth-child(2) i {
    color: #fff;

    margin-right: 7px
}


/*************/

.Faaa-sec {


    padding: 60px 0 50px;
    position: relative
}

.fae-f {
    position: relative
}

.fae-s {
    position: relative;
    margin-bottom: 20px
}

.fae-t {
    position: relative
}

/*********/

.fefe-box {
    align-items: center;
    display: flex;
    position: relative;
    width: 100%;
    margin-bottom: 20px;
    Background: #e5fbff;
    padding: 15px 15px 15px;
    border-radius: 10px;
}

.fefe-box-icon {
    width: 70px;
    Background: var(--theme-color);
    height: 70px;
    border-radius: 50%;
    line-height: 70px;
    text-align: center;
}

.fefe-box-icon img {
    width: 40px;
}

.fefe-box-text {
    width: calc(100% - 80px);
    padding-left: 15px;
    position: relative
}

.fefe-box-text h3 {
    margin-bottom: 3px;
    font-size: 22px;
    line-height: 1.2;

}

.fefe-box-text p {
    margin-bottom: 0
}

/***************/

.Pricing-sec {
    padding: 80px 0 50px;
    position: relative;

}

/**********/

.Payment-box {
    position: relative;
    display: block;
    text-align: center;
    border-radius: 10px;
    width: 100%;
    padding: 20px 20px 20px;
    margin-bottom: 30px;
    Background: var(--theme-color2)
}

.Payment-box:before {}

.Payment-box-icon {
    Background: #fff;
    border-radius: 50%;
    width: 120px;
    height: 120px;
    line-height: 120px;
    margin: 0 auto 20px
}

.Payment-box-icon img {

    border-radius: 50%
}

.Payment-box-text {}

.Payment-box-text h3 {
    font-size: 25px;
    margin-bottom: 10px;
    text-align: left;
}

.Payment-box-text span {

    padding: 0;
    font-weight: 500;
    font-size: 14px;
    font-weight: 500;
    font-size: 13px;
    color: var(--theme-color);
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 41px;
    line-height: 20px;
}

.Payment-box-p {

    margin-bottom: 0;
    transition: all 0.4s ease-in-out;
}

.Payment-box-p ::-webkit-scrollbar {
    width: 4px;
}

/* Track */
/*.testimonials-card__quote ::-webkit-scrollbar-track {
  background: #fff; 
}
 */
/* Handle */
.Payment-box-p:hover ::-webkit-scrollbar-thumb {
    background: #000;
}

/* Handle on hover */
.Payment-box-p::-webkit-scrollbar-thumb:hover {
    background: #000;
}

.Payment-box-p .Payment-box-p-height {
    height: 153px;
    height: 150px;
    overflow-y: auto;
}

.Payment-box-text p {

    line-height: 25px;
    margin-bottom: 4px;
    text-align: left;
    color: var(--title-color);
    font-size: 16px;
}

.Payment-box-text ul {
    padding: 0;
    margin: 0;
    position: relative;
    display: block;
    padding-left: 15px;
    text-align: left
}

.Payment-box-text ul li {
    font-size: 16px;
    display: block;
    list-style: none;
    position: relative;
    margin-bottom: 4px;
    padding-left: 18px;

    color: var(--title-color);
}

.Payment-box-text ul li:before {
    content: "";
    position: absolute;
    left: 0;
    top: 10px;
    width: 6px;
    height: 6px;
    background: var(--title-color);
    border-radius: 50%;

}

.tour-listing__card-inner-content {
    margin: 0 auto;
    position: relative;
    padding: 7px 40px 7px;
    margin-top: 5px;
    background-color: transparent;
    border-radius: 10px;
    transition: all 400ms ease-in-out;
    z-index: 1;
    border: 1px solid #ffffff;
    display: flex;
    align-items: center;
    justify-content: center;
    width: max-content;
    margin-bottom: 15px;
}

.ttpricesec {
    display: block;
    position: relative;
    border-right: 1px solid #fff;
    padding-right: 15px;
    margin-right: 15px;
}

.tour-listing__card-price {
    font-size: 23px;
    line-height: 1;
    font-weight: 500;
    margin-bottom: 0;
    transition: all 0.4s ease-in-out;
    padding: 5px 0;
    color: #000000;
    margin-top: 5px;

}

.tour-listing__card-review-box {
    display: flex;
    margin-bottom: 5px;
}


.tour-listing__card-review-text {
    margin-bottom: 0;
    transition: all 0.4s ease-in-out;
    font-size: 23px;
    color: var(--body-color);
    margin-top: 11px;
    text-decoration: initial;
    font-size: 16px;
    line-height: 21px;
    font-weight: 500;
}

/***********/

.Payment-box-p {}

/*********/

.payment-full-sec {
    position: relative;
    padding: 60px 0 30px
}

.find-arrdess-tt {
    position: relative;
    padding: 9px 20px;
    Background: var(--theme-color);
    color: #fff;
    font-size: 30px;
    line-height: 1.25;
    border-radius: 10px 10px 0 0;
    font-weight: 600;
}

/*********/

.payyy-left-first {
    position: relative;
    padding: 20px 0px;
}

.payyy-left-first input,
.payyy-left-first select,
.payyy-left-first textarea {
    height: 53px;
    position: relative;
    padding: 0 20px;
    font-size: 16px;
    background-color: #fff;
    display: block;
    width: 100%;
    border: none;
    border: solid 1px #e1e1e1;
    transition: border-bottom-color 1s ease 0s;
    font-weight: 500;
    color: var(--title-color);
    padding: 5px 10px
}

.payyy-left-first textarea {
    height: 100px;
    min-height: 100px;
    padding: 15px 10px
}

.payyy-left-first label {

    font-weight: 600;
    font-size: 17px;
    margin-bottom: 5px
}


.payyy-left-first .aadd-tt {
    Position: relative;
    padding-left: 24px;
    display: flex;
    width: 100%;
    align-items: center;
    gap: 20px;
    margin-bottom: 0px
}

.payyy-left-first .aadd-tt-f {
    Position: relative;
    margin-right: 20px;

}

.payyy-left-first .aadd-tt i {
    visibility: visible;
    opacity: 1;
    display: inline-block;
    vertical-align: middle;
    width: 0;
    height: 0;
    display: block;
    position: absolute;
    left: -25px;
    width: 15px;
    height: 16px;
    top: 7px;
}

.payyy-left-first .trttrtrtrt p {
    color: #000;
    font-weight: 400;
    margin-bottom: 0;

}

.payyy-left-first .aadd-tt input[type=radio] {
    visibility: visible;
    opacity: 1;
    display: inline-block;
    vertical-align: middle;
    width: 0;
    height: 0;
    display: block;
    position: absolute;
    left: -25px;
    width: 15px;
    height: 16px;
    top: 7px;
}

/*************/
.payyy-rightmain {

    position: -webkit-sticky;
    position: sticky;
    top: 120px;
    z-index: 2;
    padding-left: 37px;
    margin-bottom: 30px;
}

.payyy-right {
    position: relative;
    display: block;
    text-align: left;
    border-radius: 10px;
    width: 100%;
    padding: 20px 30px 20px;

    Background: var(--theme-color2);


}

.payyy-rightmain h3 {

    font-size: 25px;
    margin-bottom: 11px;
    background: var(--theme-color);
    color: #fff;
    text-align: center;
    padding: 7px 145px;
    border-radius: 10px 10px 0 0;
}

.payyy-right h4 {
    font-size: 20px;
    margin-bottom: 5px;
    line-height: 1;
    border-top: 1px dotted #000;
    padding-top: 12px;

}

.payyy-right h4.fir {
    border-top: none;
}

.payyy-right p {
    font-size: 16px;
    margin-bottom: 10px;
    margin-bottom: 10px;

}

.payyy-right span {
    font-size: 16px;

}

.tt {
    margin-bottom: 0
}

.payyy-right span {
    padding-bottom: 12px;
    display: block;
}

/**************/


.service-container {
    background: white;
    border-radius: 0;
    padding: 0;
    max-width: 100%;
    margin: 0 auto;
    padding-top: 20px;
    padding-bottom: 10px;
}

.service-row {
    border: 2px solid #e9ecef;
    border-radius: 8px;
    padding: 20px;
    margin-bottom: 20px;
    transition: all 0.3s ease;
}

.service-row:hover {}

.service-row.selected {
    border-color: var(--theme-color);
    background: #e5fbff;
}

.service-image {
    width: 100%;
    height: 120px;
    object-fit: cover;
    border-radius: 8px;
    background: #e9ecef;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 48px;
}

.sub-service-list {
    display: none;
}

.sub-service-list.active {
    display: block;
}

.sub-service-item {
    padding: 2px 7px;
    margin: 8px 0;
    border: unset;
    border-radius: 6px;
    cursor: pointer;
    transition: all 0.2s ease;
    background: white;
}

.sub-service-item:hover {
    background: white;
    border-color: none;
}

.sub-service-item.disabled {
    opacity: 0.5;
    cursor: not-allowed;
    pointer-events: none;
}

.sub-service-item input[type="checkbox"] {
    margin-right: 10px;
    cursor: pointer;
    visibility: visible;
    opacity: 1;
    display: inline-block;
    vertical-align: middle;
    width: 0;
    height: 0;
    display: block;
    width: 15px;
    height: 15px;
}

.main-service-checkbox {
    width: 24px;
    height: 24px;
    cursor: pointer;
}

input.main-service-checkbox[type=checkbox] {
    visibility: visible;
    opacity: 1;
    display: inline-block;
    vertical-align: middle;
    width: 0;
    height: 0;
    display: block;
    position: absolute;

    width: 30px;
    height: 30px;

}

.service-title {
    font-weight: 600;
    color: var(--title-color);
    margin-bottom: 0px;
    font-size: 20px;
}

.service-description {
    color: #6c757d;
    font-size: 14px;
}

.sub-service-label {
    margin: 0;
    cursor: pointer;
    display: flex;
    align-items: center;
}

/************/

.ss-pprr {
    margin-left: -4px;
    margin-right: -4px;

}

.service-row .row {
    width: 100%
}

.ss-pprr .col-auto {
    padding-left: 4px;
    padding-right: 4px
}

.service-row .col-md-10 {
    width: calc(83.3333333333% - 35px);
}

.cc-list-auto {

    width: 35px;
}

.ss-inner-col {
    color: var(--title-color);
    padding-left: 4px;
    padding-right: 4px;
    padding-top: 10px;
}


/************/

/*********/

.payyy-left-three {
    position: relative;
    padding: 20px 0px;
}

.payyy-left-three input,
.payyy-left-three select,
.payyy-left-three textarea {
    height: 53px;
    position: relative;
    padding: 0 20px;
    font-size: 16px;
    background-color: #fff;
    display: block;
    width: 100%;
    border: none;
    border: solid 1px #e1e1e1;
    transition: border-bottom-color 1s ease 0s;
    font-weight: 500;
    color: var(--title-color);
    padding: 5px 10px
}

.payyy-left-three textarea {
    height: 100px;
    min-height: 100px;
    padding: 15px 10px
}

.payyy-left-three label {

    font-weight: 600;
    font-size: 17px;
    margin-bottom: 5px
}

.rttttt {
    padding-top: 20px
}

/******/
.heightliir {}

.heightliir-hh {
    text-align: center;
    padding: 20px 30px 20px;
    position: relative;
    Background: #e5fbff;
    margin: 60px 0 0;
}

.heightliir-hh h3 {
    font-size: 40px;
    line-height: 1.25;

    margin-bottom: 10px
}

.heightliir-hh h4 {
    font-size: 32px;
    line-height: 1.5;
    margin-bottom: 0px
}

/***********/

/*************/
.Service-innersec3 {
    position: relative;
    padding: 60px 0 60px;
}

.Service-innersec3-content-con {
    position: relative
}

.Service-innersec3-content-main {
    display: flex;
    gap: 20px;
    justify-content: space-between;
    flex-direction: column;
}

.Service-innersec3-content {
    position: relative;
    max-width: 680px;
    margin: 0px 0 0;

    margin-bottom: 20px;
}

.Service-innersec3 img {
    border-radius: 30px
}

.Service-innersec3 .sec-title {
    margin-bottom: 20px;
}

.Service-innersec3-img1 {
    position: relative;
}

.Service-innersec3-img2 {
    position: relative;
}

/*****************/

.aa-ss {
    padding: 0 0 30px;
    position: relative;
}

.aa-ll {
    margin-bottom: 30px;
    position: relative;
}

.aa-ss img {
    border-radius: 30px;
    margin-bottom: 30px;
    position: relative;
}


/***********/

/********/

.aa-bbs {
    position: absolute;
    top: 24px;
    left: 0;
    right: 0;
    content: "";
    background: var(--theme-color);
    width: 100%;
    padding: 10px 10px 10px;
    border-radius: 20px 20px 0;

}

.aa-bbs h3 {
    font-size: 30px;
    margin-bottom: 10px;
    line-height: 1;
    text-align: center;
    color: #fff
}

.aa-bbs h4 {
    font-size: 27px;
    margin-bottom: 0px;
    line-height: 1;
    text-align: center;

    color: #fff
}

/********/

.serv-detail {
    padding: 60px 0 30px;
    Position: relative
}

.serv-detail-right {
    Position: relative;
    margin-bottom: 30px
}

.serv-detail-left {
    Position: relative;
    margin-bottom: 30px
}

.serv-detail-left img {
    border-radius: 20px
}

/************/

.Pricing-secdd {
    padding: 60px 0 30px;
    position: relative;
}

.Paymentflex-box {
    gap: 20px;
    position: relative;
    display: block;
    text-align: left;
    border-radius: 10px;
    width: 100%;
    padding: 37px 40px 20px;
    margin-bottom: 30px;
    Background: #d9faff;
    display: flex;

}


.Paymentflex-box-icon {
    Background: transparent;
    border-radius: 0;
    width: 200px;
    height: 200px;
    line-height: 200px;
    margin: 0 0 20px;
    position: -webkit-sticky;
    position: sticky;
    top: 106px;
    z-index: 2;
}

.Paymentflex-box-icon img {

    border-radius: 0
}

.Paymentflex-box-text {
    width: calc(100% - 200px);
    position: relative;
    margin-bottom: 10px;
}

.Paymentflex-box-text h3 {
    font-size: 25px;
    margin-bottom: 12px;
    text-align: left;
    display: block;
}

.Paymentflex-box-text span {

    padding: 0;
    font-weight: 500;
    font-size: 14px;
    font-weight: 500;
    font-size: 13px;
    color: var(--theme-color);
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 41px;
    line-height: 20px;
}

.Paymentflex-box-text p {

    line-height: 25px;
    margin-bottom: 10px;
    text-align: left;
    color: var(--title-color);
    font-size: 16px;
    display: inline-block;
    padding-left: 20px;
    Position: relative;
    padding-right: 0px
}

.Paymentflex-box-text p:before {
    font-family: var(--icon-font);
    font-weight: 900;
    color: var(--theme-color);
    position: absolute;
    left: 0;
    -webkit-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
    content: "\f336";
}

.Paymentflex-box-text p:before {}

.Paymentflex-box-text ul {
    padding: 0;
    margin: 0 0 20px;
    position: relative;
    display: inline-block;
    padding-left: 0;
    text-align: left;
}

.Paymentflex-box-text ul li {
    font-size: 16px;
    display: inline-block;
    list-style: none;
    position: relative;
    margin-bottom: 4px;
    padding-left: 18px;
    color: var(--title-color);
    padding-right: 0px;
}

.Paymentflex-box-text ul li:before {


    content: "";
    position: absolute;
    left: 0;
    top: 10px;
    width: 6px;
    height: 6px;
    background: var(--title-color);
    border-radius: 50%;

}

/************/

.Privacy-innersec {
    padding: 60px 0 50px;
    position: relative
}

.Privacy-innersec h3 {
    font-size: 25px;
    margin-top: 10px;
    margin-bottom: 10px
}

.Privacy-innersec h4 {
    font-size: 19px;
    margin-bottom: 10px;
    margin-top: 10px;
}

.Privacy-innersec ul {


    padding-left: 0px;
    padding-top: 0px;
    margin-bottom: 20px;
}

.Privacy-innersec ul li {
    display: block;
    list-style: none;
    position: relative;
    margin-bottom: 8px;
    padding-left: 18px
}

.Privacy-innersec ul li:before {
    content: "";
    position: absolute;
    left: 0;
    top: 10px;
    width: 8px;
    height: 8px;
    border: 1px solid var(--title-color);
    border-radius: 50%;

}

/************/

.foot-head-text {
    padding-bottom: 10px
}

.foot-head-text h3 {
    color: #fff;
    font-size: 20px;
    line-height: 1.2;
    margin-bottom: 15px;
    font-weight: 600;
    text-decoration: underline;
}

.foot-head-text p {
    color: #fff;
    font-size: 17px
}


.blog-card .th-btn.black-border {
    padding: 16px 26px;
    border-radius: 60px;
    fill: var(--theme-color2);
}

.blog-card .th-btn.black-border:hover {
    color: #fff;
    fill: #fff;
}

/*************/

.mivisse {
    Position: relative;
    padding: 80px 0 80px;
    background-position: top;
}

.mivisse-white {
    Position: relative;


    background-color: #e9e9e9;
    border-radius: 15px;
    padding: 10px;

}


/*************/




.miciboss {
    align-items: center;
    display: flex;
    position: relative;
    width: 100%;
    margin-bottom: 0px;
    Background: var(--theme-color2);
    padding: 15px 35px 15px;
    border-radius: 10px;
}

.mi-color {
    Background: var(--theme-color);
}

.miciboss-icon {
    width: 70px;
    Background: transparent;
    height: 70px;
    border-radius: 0;
    line-height: 70px;
    text-align: center;
}

.miciboss-icon img {
    width: 70px;
}

.miciboss-text {
    width: calc(100% - 80px);
    padding-left: 15px;
    position: relative
}

.mi-color .miciboss-icon {
    order: 2
}

.mi-color .miciboss-text {
    order: 1;
    padding-left: 0px;
    padding-right: 15px;
    text-align: right
}

.miciboss-text h3 {
    margin-bottom: 10px;
    font-size: 26px;
    line-height: 1.2;
    color: #fff;

}

.miciboss-text p {
    margin-bottom: 0;
    color: #fff;
    text-align: justify
}

.mi-logo-icon {
    position: absolute;
    width: 83px;
    height: 83px;
    z-index: 1;
    background: #fff;
    border-radius: 50%;
    padding: 10px;
    margin: 0 auto;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    left: 0;
    right: 0;
    content: "";
    top: 32%;
}

.mi-logo-icon img {}

/***********/

.dirtcots-message {
    Position: relative
}

.dirtcots-message p {
    color: #fff
}



/***************/
/****************/



/*****************/



/**************************/

.youmyModal {

    top: 78px;

}



.youmyModal .modal-header {

    text-align: center;

    font-size: 22px;

    line-height: 30px;

    font-weight: 600;

    padding: 15px 30px 15px;

    background: var(--theme-color);

    margin-bottom: 0px;

    border-radius: 24px 24px 0 0;

    background: linear-gradient(180deg, rgba(19, 22, 32, .6) 0%, rgba(40, 45, 62, 0) 100%);

    border-top: unset;

}



.youmyModal .modal-content {



    border-radius: 24px 24px;

}



@media (min-width: 576px) {

    .youmyModal .modal-dialog {

        max-width: 419px;

        margin: 1.75rem auto;

    }

}



.youmyModal .modal-body {

    position: relative;



    padding: 20px;

}



.youmyModal .modal-content {

    -webkit-box-shadow: 0 5px 15px rgb(0 0 0 / 50%);

    box-shadow: 0 5px 15px rgb(0 0 0 / 50%);

    background: linear-gradient(var(--theme-color2) 33.13%, rgba(4, 70, 222, 0) 53.68%), rgb(246, 246, 248);

    border: unset;

}



.youmyModal h5 {

    color: #fff;

    color: #fff;

    font-size: 30px;

    font-weight: 700;

    text-align: left;

    /* margin: 0px auto; */

    line-height: 30px;

}



.youmyModal .btn-close {

    color: #fff;

    position: relative;

    display: block;

    text-shadow: 0 1px 0 #fff;

    opacity: 1;

    background: #fff;

    line-height: 10px;

    outline: none;

}



.youmyModal .btn-close span {

    color: var(--theme-color);

}



.slider-contactform {

    background: #fff;

    padding: 25px 20px 20px;

    border-radius: 20px 20px;

    margin-top: 0px;

}



.slider-contactform input::placeholder,

.slider-contactform textarea::placeholder {

    color: #000;

    font-size: 15px;

}



.slider-contactform textarea~i,

.slider-contactform select~i,

.slider-contactform input~i {

    color: #000;

}



.slider-contactform textarea {

    height: 100px;

    min-height: 100px;

}



.slider-contactform .form-group {

    margin-bottom: 15px;

    position: relative;

}



.slider-contactform .as-btn {}



.form-style3 textarea,

.form-style3 select,

.form-style3 input {

    height: 54px;
    background-color: #fff;
    border-radius: 25px;
    padding-left: 15px;
    border: none;
    box-shadow: rgb(170 170 170 / 10%) 0px 5px 14px 9px;
    border-radius: 6px;
    padding-right: 15px;
    border: 1px solid #eaeff2;
    width: 100%;
    font-size: 17px;
    letter-spacing: 0;
    color: #000
}

.form-style3 textarea::placeholder,

.form-style3 select::placeholder,

.form-style3 input::placeholder {
    font-size: 17px;
    letter-spacing: 0;

    color: #000
}

.form-style3 textarea~i,

.form-style3 select~i,

.form-style3 input~i {

    top: 14px;

    right: auto;

    left: 26px;

}



.form-style3 textarea {

    height: 110px
}

.form-style3 .vs-btn {
    padding: 18.5px 37px;
    font-size: 17px;
    border-radius: 10px;

}

.form-style3 textarea~i {

    top: 22px
}



/***************/



/*********************/
.ff {
    color: var(--title-color);
    font-size: 15px;
    text-decoration: none;
    margin: 15px 0;
    position: relative;
    display: block;
    font-weight: 600;
    text-align: right;
    color: var(--theme-color3) !important;
}

.ssll {
    color: var(--body-color) !important;
    font-size: 16px !important;
    font-weight: 600 !important;
    line-height: 25px !important;
    letter-spacing: 0 !important;
    margin: 20px 0 4px !important;
}

.llllri {
    color: var(--title-color);
    font-size: 15px;
    text-decoration: none;
    margin: 6px 0 11px;
    position: relative;
    font-weight: 600;
}

.llllri a {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 0;
    color: var(--theme-color3);
}

.login1 {
    color: var(--title-color);
    font-size: 15px;
    text-decoration: none;
    margin: 15px 0;
    position: relative;
    display: block;
    font-weight: 600;
    text-align: center;
    border: 1px solid #111B21;
    border-radius: 5px;
    border-radius: 50px;
    padding-left: 80px;
    padding: 10px 15px;
    padding-left: 43px;
    font-size: 14.5px;
}

.login1 img {
    position: absolute;
    left: 10px;
    width: 28px;

}

.facebb-google {

    margin-left: -4px;
    margin-right: -4px;

}

.facebb-google .col-lg-6 {

    padding-left: 4px;
    padding-right: 4px
}

/********************/

/********/
.Aboo-sec {
    padding: 50px 0 0px;
    overflow: hidden;
    Position: relative
}



.acc-aa {
    position: relative;
}

.acc-aa img.logo-iabout {
    height: 82px;
    margin-bottom: 20px;
}

.acc-aa p {
    font-weight: 400;
    font-size: 17px;
    margin-bottom: 12px;
}

.abb-img img {
    border-radius: 20px;
}

/************/

.Testimoniola-sec {
    padding: 0px 0 50px;
    Position: relative
}

/*************************/


.testimonials-card {
    position: relative;
    text-align: center; 
    transition: all 0.4s ease-in-out;
    margin-bottom: 20px;
        height: 100%;
    width: 100%;
}

.testimonials-card__meta {
    position: relative;

    top: 0px;

    padding-left: 0px;

    text-align: justify;

    transition: all 400ms ease;
 
    font-size: 16px;
    line-height: 1.6;
}

.testimonials-card__meta__name {
     font-size: 16px;          /* smaller */
    color: #2d2d6d;           /* blue */
    font-weight: 700;         /* bold */
    margin-top: auto;
    margin-bottom: 0;
    text-align: center;
}

.testimonials-card__meta__designation {
    font-size: 17px;
    color: #a8cf45; /* Your lime green color */
    font-weight: 500;
    margin-bottom: 15px;
    /* Force designation area to be at least 2 lines tall */
    min-height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
}

.testimonials-card__meta::after {
    content: unset;

}
.testimonials-card__quotett {
    display: flex;
    flex-direction: column;
    height: 100%;
}
.testimonials-card__quote p::before {
    content: "“";
    font-size: 28px;
    font-weight: bold;
    color: #2d2d6d;
    margin-right: 5px;
}
.testimonials-card__quotett span {
    display: block;
    margin-bottom: 20px; /* 🔥 space between content & title */
}
.testimonials-card__quote p::after {
    content: "”";
    font-size: 28px;
    font-weight: bold;
    color: #2d2d6d;
    margin-left: 5px;
}

.testimonials-card__im-tt {
    Position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 20px
}
/* Container for the Laravel generated nav */
.pagination-container nav {
    display: flex;
    justify-content: center;
}

/* Force the giant SVGs to shrink */
.pagination-container svg {
    width: 20px; /* Adjust size of the arrow icon */
    height: 20px;
}

/* Style the links/buttons to be circles */
.pagination-container a, 
.pagination-container span[aria-current="page"] {
    width: 45px;
    height: 45px;
    border: 1px solid #2d2d6d;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 5px;
    text-decoration: none;
    color: #2d2d6d;
    transition: all 0.3s ease;
}
.pagination-container {
    margin-top: 40px;
    display: flex;
    justify-content: center;
}
/* Active State (The current page number) */
.pagination-container span[aria-current="page"] {
    background-color: #2d2d6d;
    color: white;
}

/* Hover Effect */
.pagination-container a:hover {
    background-color: #2d2d6d;
    color: white;
}
/**********/

.testimonial-sections {
    position: relative;
    padding: 60px 0px 60px
}

.testimonial-sections .owl-dots {
    position: relative;
    margin-top: 10px;
}

.testimonial-sections .owl-theme .owl-dots .owl-dot span {
    position: relative;
    display: inline-block;
    width: 15px;
    height: 15px;
    border: 1px solid #dcdede;
    border-radius: 50%;
    margin: 0px 8px;
    cursor: pointer;
    background: transparent;
    transition: all 500ms ease;
}

.testimonial-sections .owl-theme .owl-dots .owl-dot.active span,
.testimonial-sections .owl-theme .owl-dots .owl-dot span:hover {}

.testimonial-sections .owl-theme .owl-dots .owl-dot.active span,
.testimonial-sections .owl-theme .owl-dots .owl-dot span:hover {
    border-color: var(--theme-color);
    background: var(--theme-color);
}

/***********/

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

/************/

.why-choose-us {
    position: relative;

    padding: 0 0 0
}

/**************/

/* Media Featured Box
-----------------------------------------------------------------*/

.media-box {
    padding: 20px;
    margin-bottom: 30px;
    background: #fff;
    width: 100%;
    position: relative;
    border-radius: 20px;
flex-direction: column; 
    border: 2px solid #eee;
    transition: 0.3s ease;
    align-items: flex-start;
    overflow: hidden
}

.media-box:hover {
    box-shadow: 0 10px 30px rgba(0,0,0,0.08);
    transform: translateY(-5px);
    border-color: var(--theme-color2);
}
.media-box .fbox-media {
    margin: 0 0 1.5rem;
}

.media-box .fbox-media,
.media-box .fbox-media a,
.media-box .fbox-media img {
    position: relative;
    display: block;
    width: 100%;
    height: auto;
    border-radius: 20px;
}

.media-box .fbox-media iframe {
    display: block;
}

.media-box p {
    margin-top: 1rem;
}

.media-box .fbox-content {
    -ms-flex-preferred-size: auto;
}

.media-box.fbox-bg .fbox-media {
    margin: 0;
}

.media-box.fbox-bg .fbox-content {
    padding: 0px;
    background-color: transparent;
    border: unset;
    border-top: 0;
    border-radius: 0;
}

.media-box.fbox-bg .fbox-content h3 {
    font-size: 21px;
    text-align: center;
    color: var(--theme-color);
    font-weight: 600;
    margin-bottom: 0px;
    text-transform: capitalize;


}

.media-box.fbox-bg .fbox-media img {
    border-radius: 20px;
}

.wrapper {
    border-radius: 20px;
    margin: 0px auto;
    padding: 0 0px;
}

.youtube {
    background-color: transparent;

    position: relative;
    padding-top: 57.00%;
    overflow: hidden;
    cursor: pointer;
    border-radius: 20px;

}


.youtube img {
    width: 100%;
    top: -15.82%;
    left: 0;
    opacity: 1;
}

.youtube .play-button {
    width: 70px;
    height: 50px;
    background-color: #333;
    box-shadow: 0 0 30px rgba(0, 0, 0, 0.6);
    z-index: 1;
    opacity: 0.8;
    border-radius: 9px;
}

.youtube .play-button:before {
    content: "";
    border-style: solid;
    border-width: 10px 0 10px 18px;
    border-color: transparent transparent transparent #fff;
}

.youtube img,
.youtube .play-button {
    cursor: pointer;
}

.youtube img,
.youtube iframe,
.youtube .play-button,
.youtube .play-button:before {
    position: absolute !important;
}

.youtube .play-button,
.youtube .play-button:before {
    top: 50%;
    left: 50%;
    transform: translate3d(-50%, -50%, 0);
}

.youtube iframe {
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
}

.wrapper:hover .youtube .play-button {

    background-color: red;
}

.galseed {}

.galseed h2 {
    padding-top: 30px;
    padding-bottom: 60px;
    text-align: center;
    font-size: 28px;
    font-weight: 600;
    color: #7bbf7d;
    text-transform: capitalize;
}

/*************/

.Videogalleryinner-sec {

    Position: relative;
    padding: 60px 0 30px
}

/**********/

.gg-secs {
    Position: relative;
    padding: 60px 0 0px
}

/************/

/************/
.proo-innersec {}

.proo-innersec .col-lg-5 {
    flex: 0 0 auto;
    width: 50%;
}

.proo-innersec .col-lg-4 {
    flex: 0 0 auto;
    width: 25%;
}

.ppproject-card {
    position: relative;
    overflow: hidden;
    width: 100%;
    margin-bottom: 40px;
    border-radius: 20px;
}



.ppproject-card .ppcontent {
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: 1;
    left: 0;
    right: 0;
    display: flex;
    align-items: end;
    justify-content: center;
    height: 100%;
    top: 0;
}

.ppproject-card .ppcontent .ppcontent-inner {

    padding: 28px 30px;


    position: relative
}

.ppproject-card .ppcontent .ppcontent-inner:before {
    filter: blur(5px);
    -webkit-filter: blur(5px);
    content: "";
    inset: 0;
    position: absolute;
    background: rgb(0 0 0 / 49%);

}

.ppproject-card .ppcontent h2 {
    margin-bottom: 0;
    line-height: 1.2;
    font-size: 22px;
    font-weight: 600;
}

.ppproject-card .ppcontent h2 a {
    color: #fff;
    font-family: var(--title-font);
    font-size: 22px;
    font-weight: 600;
    line-height: 1.2;
}

.ppproject-card .ppcontent h2 a:hover {
    color: var(--theme-color);
}

.ppproject-card img {
    width: 100%;
    border-radius: 0;
    height: 100%;
    position: relative;
    display: block;
    -o-object-fit: cover;
    object-fit: cover;
    transition: all 500ms ease;
    height: 22vw !important;
    border-radius: 20px;
}

.ppproject-card img:first-child {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    transform: translateX(50%) scaleX(2);
    opacity: 0;
    filter: blur(10px);
    transition: all 0.4s ease-in-out;
}

.ppproject-card:hover img:first-child {
    transform: translateX(0) scaleX(1);
    opacity: 1;
    filter: blur(0);
}

.ppproject-card:hover img:nth-child(2) {
    transform: translateX(-50%) scaleX(2);
    opacity: 0;
    filter: blur(10px);
}

/************/
.proo-innersec {}

.proo-innersec .col-lg-5 {
    flex: 0 0 auto;
    width: 50%;
}

.proo-innersec .col-lg-4 {
    flex: 0 0 auto;
    width: 25%;
}

/**********/


/********/


.corrp-sebox {
    position: relative;
    padding: 20px 20px 5px;
    text-align: left;
    width: 100%;
    margin: 0px auto 20px;
    border-radius: 16px;
    Background: #f9fafa;
    text-align: center;
}

.corrp-sebox:hover {}

.corrp-sebox-icon {
    background: linear-gradient(90.4deg, #c3ff3f, #2a2870, #2a2870);
    border-radius: 50%;
    width: 60px;
    height: 60px;
    margin: 0 auto 10px;
    text-align: center;
    line-height: 57px;
}

.corrp-sebox-icon:before {}

.corrp-sebox-icon img {
    width: 43px;
    margin-bottom: 0;
    height: 43px;

}

.corrp-sebox-content {}


.corrp-sebox-content h3 {
    font-size: 17px;
    margin-bottom: 10px;
}

.corrp-sebox-content h3 a {
    color: var(--theme-color)
}

.corrp-sebox-content h3 a:hover {
    color: var(--theme-color2)
}

.corrp-sebox:hover .corrp-sebox-content h3 a {
    color: var(--theme-color2)
}

.corrp-sebox-content p {

    text-align: center;
}

.corrp-sebox-p {

    margin-bottom: 10px;
}

.se-read-btn {
    color: var(--theme-color2);
    font-weight: 600;
    font-size: 16px
}

.se-read-btn:hover {

    color: var(--theme-color);
}

/***********/

.Inner-banner-sec {
    Position: relative;
    width: 100%;
}

.Inner-banner-sec img {

    width: 100%;
}

/*****************/

.Videogalleryinner-rr {
    Position: relative;

    padding: 40px 0 30px
}

.pp-gallery {
    Position: relative;

    padding: 60px 0 30px
}

.Testimoniola-sec-baa {
    Position: relative;

    padding: 60px 0 30px
}

.blogggsec-innner {
    padding: 40px 0 30px;
    position: relative;
}

/***************/

/*********/

/*************/

.gallery-img {
    position: relative;
    z-index: 2;
    border-radius: 10px;
    overflow: hidden;

}

.gallery-card:hover .gallery-img {}

.gallery-img img {
    width: 100%;
    height: 280px;
    /* fixed clean height */
    object-fit: cover;
    border-radius: 14px;
    transition: 0.5s ease-in-out;
}


.gallery-img:before {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background-color: #000000c9;
    visibility: hidden;
    opacity: 0;
    -webkit-transition: 0.4s ease-in-out;
    transition: 0.4s ease-in-out;
    z-index: 1
}

.gallery-btn {
    background-color: transparent;
    color: #ffff;
    width: 50px;
    height: 50px;
    line-height: 50px;
    border-radius: 10px;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, 50%);
    -ms-transform: translate(-50%, 50%);
    transform: translate(-50%, 50%);
    -webkit-transition: 0.4s ease-in-out;
    transition: 0.4s ease-in-out;
    text-align: center;
    visibility: hidden;
    opacity: 0;
    z-index: 2;
    font-size: 25px
}

.gallery-btn:hover {

    color: var(--white-color)
}

.gallery-card {
    position: relative;
    margin-bottom: 30px;
    padding: 0px;
    width: 100%;
    margin-bottom: 0px;
    border-radius: 0px;
}

.gallery-card .gallery-content {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    padding: 30px 15px;
    text-align: center;
    z-index: 3;
    -webkit-transition: 0.4s ease-in-out;
    transition: 0.4s ease-in-out;
    visibility: visible;
    opacity: 0;
    -webkit-transform: translateY(50px);
    -ms-transform: translateY(50px);
    transform: translateY(50px);
    -webkit-transition-delay: 0.1s;
    transition-delay: 0.1s
}

.gallery-card .gallery-title {
    font-size: 20px;
    font-weight: 600;
    color: var(--white-color);
    margin-bottom: 0
}

.gallery-card .gallery-tag {
    color: var(--white-color);
    font-weight: 500;
    display: block;
    margin-bottom: 4px
}

.gallery-card:hover .gallery-img:before {
    visibility: visible;
    opacity: 0.8;
}

.gallery-card:hover .gallery-img img {
    transform: scale(1.1) rotate(3deg);
}

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

.gallery-card:hover .gallery-content {
    visibility: visible;
    opacity: 1;
    transform: translateY(0);
}

/**********/


.testimonials-mmainsec {
    margin-bottom: 30px;

    width: 100%;
    Position: relative;
    width: 100%;
    border-radius: 20px;
    transition: all 0.4s ease-in-out;
    padding: 40px 20px 40px 20px;
    background-color: #f9fafa;
}

.testimonials-card__quotett {
    margin-bottom: 0;
    transition: all 0.4s ease-in-out;
}

.testimonials-card__quotett p {
    /* font-size: 20px; */
    font-weight: 500;
    padding: 0px 0px;
    text-align: center;
    margin-bottom: 10px;
    color: var(--title-color);
}

/**********/

.recent-post .media-body {
    width: calc(100% - 80px);
}

/***********/

.mapp-area .fluid-width-video-wrapper {
    padding-top: 0px !important
}

.mapp-area .fluid-width-video-wrapper iframe {
    position: relative !important;
    height: 350px !important
}

/************/

.miciboss-icon-new {
    margin: 0 auto 20px;
    text-align: center;
}

.miciboss-icon-new img {
    width: 70px;
}

.miciboss-icon-new {
    margin: 0 auto 20px;
    text-align: center;
}

.miciboss-icon-new img {
    width: 70px;
}

.miciboss-text-new {
    width: 100%;
    padding-left: 0;
    position: relative;
    text-align: center;
}

.miciboss-text-new {
    width: 100%;
    padding-left: 0;
    position: relative;
    text-align: center;
}

.miciboss-new {
    align-items: center;

    position: relative;
    width: 100%;
    margin-bottom: 30px;
    Background: linear-gradient(90.4deg, #2a2870, #63619e, #999999, #eeffc3);
    padding: 35px 30px 25px;
    border-radius: 10px;
    text-align: center
}

.mi-color {
    Background: linear-gradient(90.4deg, #2a2870, #63619e, #999999, #eeffc3);
}

.miciboss-new h3 {
    margin-bottom: 10px;
    font-size: 26px;
    line-height: 1.2;
    color: #fff;
}

.miciboss-new p {
    margin-bottom: 0;
    color: #fff;
    text-align: center;
    margin-bottom: 10px
}

.mivisse-new {
    Position: relative;
    padding: 0px 0 30px;
    background-position: top;
}

/***********/

.Dii-note-sec {
    padding: 40px 0 60px;
    Position: relative
}

/*******/

.nottsec {
    margin-bottom: 0;
    transition: all 0.4s ease-in-out;
    padding: 30px 30px 30px 30px;
    background-color: #f9fafa;

    border-radius: 20px
}

.nottsec p {
    font-weight: 500;
    text-align: center;
    color: var(--title-color)
}

.co-mmsert {
    padding: 40px 0 30px;
    Position: relative
}

/************/

/************/

.Coursemsec-book {
    position: relative;
    padding: 60px 0 30px
}


/*******************/


.Booking-left {
    position: relative;
    padding: 0 0 0
}

.booki-box1 {
    border-radius: 10px;
    border: 1px solid #e7e7e7;
    padding: 15px;
    margin-bottom: 20px;
    position: relative
}

.booki-box1 p {
    margin-bottom: 10px;
    font-size: 14px
}

.booki-box1 p a {
    color: var(--title-color)
}

.booki-box1 h3 {
    margin-top: 10px;
    font-weight: 700;
    font-size: 23px;
    margin-bottom: 10px;
}

.booki-box1 h4 {
    margin-top: 10px;
    font-weight: 700;
    font-size: 18px;
    margin-bottom: 10px;
}

.booki-box1 ul {
    padding: 0;
    margin: 0;
    position: relative;

}

.booki-box1 ul li {
    display: inline-block;
    list-style: none;
    margin-right: 10px;
    position: relative;
    font-size: 13px
}

.booki-box1 ul li img {
    Width: 15px;
    margin-right: 5px
}

.booki-box2 {
    border-radius: 10px;
    border: unset;
    padding: 20px;
    margin-bottom: 20px;
    position: relative;
    background: #dffeff;
}

.booki-box2 p {
    margin-bottom: 10px;
    font-size: 14px
}

.booki-box2 h3 {
    margin-top: 10px;
    font-weight: 600;
    font-size: 26px;
    margin-bottom: 10px;
    background: var(--theme-color2);
    text-align: center;
    color: #fff;
    padding: 10px 10px;
    border-radius: 5px;
}

.booki-box2 h4 {
    font-size: 25px;
    font-weight: 600;
    margin-bottom: 6px;
    color: var(--theme-color);
    text-align: center;
}

.booki-box2 h5 {
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 0px;
    text-align: center;
}

/*********/

.booki-box3 {
    border-radius: 10px;
    padding: 15px 15px;
    margin-bottom: 20px;
    position: relative;
    background: var(--theme-color2);
}

.booki-box3 p {
    margin-bottom: 10px;
    font-size: 14px;
    padding: 0 15px
}

.booki-box3 h3 {
    margin-top: 0px;
    font-weight: 600;
    font-size: 29px;
    margin-bottom: 10px;
    padding: 0 15px;
    color: #fff;
    text-align: center;
}

.booki-box3 h4 {
    font-size: 16px;
    font-weight: 500;
    margin-bottom: 10px;
    padding: 0 px
}

.booki-box3 h5 {}

.price-bbg {
    padding: 24px 0px 20px;
    align-items: center;
    justify-content: space-between;
    display: flex;
    margin-bottom: 0;
    --body-color: #fff;
    --title-color: #fff;
    border-top: 1px solid #ffffff2b;
}

.pps-1 {
    font-size: 34px;
    font-weight: 600;
    display: block;
    position: relative;
    color: #fff;
}

.pps-2 {
    font-size: 34px;
    font-weight: 600;
    display: block;
    position: relative;
    color: #fff;
}

.pps-2 span {
    display: block;
    font-weight: 400;
    font-size: 14px;
    color: var(--title-color);
}

.Booking-right {
    width: 100%;
    Background: #f2fdff;
    padding: 30px;
    border-radius: 20px;
}

.Booking-right-ss {
    border-radius: 10px;
    border: 1px solid #e7e7e7;
    padding: 40px 21px;
    margin-bottom: 20px;
    position: relative;

}

.Booking-right-ss h3 {
    margin-top: 0px;
    font-weight: 600;
    font-size: 29px;
    margin-bottom: 23px;
    padding: 0 15px;
    color: #fff;
    text-align: center;
}

.Booking-right-ss .form-control {
    margin-bottom: 0px;
    font-size: 14px;
    height: 50px;
    line-height: normal;
    padding: 10px 10px;
    font-weight: 500;
    border-width: 0 0 1px 0;
    font-family: inherit;
    background-color: transparent;
    border-radius: 0;
    border: none;
    border: 1px solid rgb(3 26 38 / 25%);
    transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    background-clip: padding-box;
    display: block;
    width: 100%;
    color: var(--body-color);
    border-radius: 5px;
}

.Booking-right-ss select {
    margin-bottom: 0px;
    font-size: 14px;
    height: 50px;
    line-height: normal;
    padding: 10px 10px;
    font-weight: 500;
    border-width: 0 0 1px 0;
    font-family: inherit;
    background-color: transparent;
    border-radius: 0;
    border: none;
    border: 1px solid rgb(3 26 38 / 25%);
    transition: all 500ms ease;
    -webkit-transition: all 500ms ease;

    display: block;
    width: 100%;
    color: var(--body-color);
    border-radius: 5px;
}

.Booking-right-ss textarea.form-control {
    min-height: 110px;
    height: 110px
}

input.cc-radio[type="radio"] {
    visibility: visible;
    opacity: 1;
    display: inline-block;
    vertical-align: middle;
    width: 14px;
    height: 14px;
    display: block;
    display: inline;
    margin-right: 10px;
}

/*********/
.qr-code {
    position: relative;
    margin-bottom: 20px
}

.qr-code img {

    width: 200px
}

.book-class-img {
    border-radius: 20px;
    margin-top: 20px;
    width: 100%;
}

/***********/

#signup-sec-show {
    font-weight: 600;
    color: var(--theme-color2)
}

.Booking-right label {
    font-weight: 500;

    color: var(--title-color);
    font-size: 17px
}

/**********/
.bb-cat {
    Position: absolute;
    bottom: 0;
    left: 20px;
    content: "";
    color: #fff;
    padding: 5px 10px;
    line-height: 1;
    font-weight: 500;
    font-size: 17px;
}

.bg-bb-1 {
    Background: var(--theme-color2)
}

.bg-bb-2 {
    Background: var(--theme-color)
}

.bg-bb-3 {
    Background: #5f8804
}


/***********/

.tt-client-sec {
    padding: 0 0 40px
}

.blogggsec .th-slider.has-shadow {
    padding-left: 0px;
    padding-right: 0px;
    margin: 0px 0px;
}

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

.blogggsec .swiper-pagination-bullets {

    text-align: center;
    margin: 10px 0 10px 0;
    padding-bottom: 20px;
    line-height: 12px;
    height: 12px;
}

/**********/

.jobmm-card {
    margin-bottom: 30px;
    transition: all 0.4s ease-in-out;
    padding: 30px 20px 70px;
    background-color: #fff;
    width: 100%;
    Position: relative;
    border-radius: 10px;
    box-shadow: 0 5px 15px rgb(0 0 0 / 0%) !important;
}

.jobmm-card h3 {
    font-size: 21px;
    font-weight: 600;
    color: var(--title-color);
    margin-bottom: 10px;
    line-height: 1.2
}

.jobmm-card h3 a {
    color: var(--title-color);
}

.jobmm-card h4 {
    font-size: 17px;
    font-weight: 600;
    color: var(--theme-color2);
    margin-bottom: 10px;
    line-height: 1.2
}

.jobmm-card ul {
    padding: 0;
    margin: 0;
    Position: relative;
    margin-bottom: 10px;
}

.jobmm-card ul li {
    Position: relative;
    display: block;
    padding-left: 25px;
    margin-bottom: 9px;
    font-size: 16px;
    font-weight: 500;
    list-style: none;
}

.jobmm-card ul li i {

    content: "";
    Position: absolute;
    left: 0;
    top: 7px;
    font-weight: 500;
    color: var(--title-color)
}

.appll-btn {
    border-radius: 0px;
    font-size: 15px;
    color: var(--theme-color);
    border: 1px solid var(--theme-color);
    padding: 8px 30px;
    position: relative;
    display: block;
    width: max-content;
    margin-top: 10px;
    font-weight: 600;
    font-weight: 600;
    text-transform: capitalize;
    position: absolute;
    margin-bottom: 20px;
    bottom: 0;
    left: 20px;
    border-radius: 30px 30px 30px 30px;
    box-shadow: 0px 0px 0px -7px rgba(0, 0, 0, 0);
    fill: var(--theme-color);

}

.appll-btn .e-font-icon-svg {
    height: 1em;
    width: 1em;
    top: -1px;
    position: relative;
}

.jobmm-card:hover a.appll-btn {
    fill: #fff;
    font-size: 15px;
    color: #fff;
    border: 1px solid var(--theme-color);
    background: var(--theme-color);
    color: #fff;
    fill: #fff;
}

/*****************/

.jobbssmain {
    Position: relative;
    padding: 60px 0 60px;
    background: #f9fafa;
}

.jobbssmain .th-slider.has-shadow {
    padding-left: 0px;
    padding-right: 0px;
    margin: 0px 0px;
}

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

.jobbssmain .swiper-pagination-bullets {

    text-align: center;
    margin: 10px 0 10px 0;
    padding-bottom: 20px;
    line-height: 12px;
    height: 12px;
}

/*********/

.footer-logo-gold {
    margin-bottom: 30px
}

/*********/

.follow-uu {
    font-size: 22px;
    margin-bottom: 0;
    line-height: 1;
    font-weight: 600;
    color: #fff;
}

/*********/

.gg-review {}

.gg-review img {
    height: 47px;
}

.footer-layout1 .ss-wrap {
    border-top: unset;
    border-bottom: unset;
    position: relative;
    padding: 22px 0;
    border-top: 1px solid #ffffff12;
}

.certicateee-img {
    Position: relative;
    display: flex;
    gap: 15px;
}

.certicateee-img h4 {
    font-size: 16px;
    margin-bottom: 0;
    line-height: 1.2;
    font-weight: 500
}

/*************/
.Emploo-jobsec {
    padding: 60px 0 30px;
    overflow: hidden;
    Position: relative
}

/*************/
.job-seekers-box {
    position: relative;
    width: 100%;
    margin-bottom: 30px;
    padding: 30px;
    border-radius: 20px;
    overflow: hidden;
    z-index: 1;

    /* Default gradient */
  
      background: linear-gradient(90deg, #c3ff3f -20%, #63619e , #2a2870 , #2a2870 );
    transition: background 0.6s ease;
}


.job-seekers-box::before {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(135deg, #2a2870, #63619e, #c3ff3f);
    transform: translateX(-100%);
    transition: transform 0.7s ease;
    z-index: -1;
}

.job-seekers-box:hover::before {
    transform: translateX(0);
}


.job-seekers-box:hover::before {
    top: -40px;
    left: -40px;
}

.job-seekers-box h3 {
    font-size: 35px;
    margin-bottom: 15px;
    line-height: 1.2;
    background: #9FCC44;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    display: inline-block;
}

.job-seekers-box ul {
    padding: 0;
    margin: 0;
    Position: relative
}

.job-seekers-box li {
    Position: relative;
    padding-left: 44px;
    margin-bottom: 18px;
    list-style: none;
    font-weight: 600;
    font-size: 17px;
    color: var(--title-color);
    padding-top: 3px;
    color: #fff
}



.job-seekers-box-i {

    content: "";
    Position: absolute;
    left: 0;
    top: 0px;
    width: 35px;
    height: 35px;
    border-radius: 50%;
    Background: linear-gradient(90.4deg, #bbeb4f, #2a2870, #2a2870);
    padding: 7px;
    text-align: center;
    line-height: 16px;
}

.job-seekers-box-i i {
    color: #fff
}

.job-seekers-box-img {
    position: absolute;
    right: 0;
    width: 50%;
    height: 100%;

    right: 0;
    top: 0;
    bottom: 0;

}

.job-seekers-box-img img {

    height: 100%;
    object-fit: contain;
    object-position: bottom;


}
.card-link {
    position: absolute;
    inset: 0;
    z-index: 1;
}

.job-seekers-box ul li a {
    position: relative;
    z-index: 2;
    display: block;
    padding-left: 44px;
    color: #fff;
    text-decoration: none;
}

.job-seekers-box ul li a:hover {
    color: #c3ff3f;
}
/*************/
.employers-box {
    position: relative;
    width: 100%;
    margin-bottom: 30px;
    padding: 30px;
    border-radius: 20px;
    overflow: hidden;
    z-index: 1;
    background: linear-gradient(90deg, #c3ff3f -20%, #63619e , #2a2870 , #2a2870 );
    transition: background 0.6s ease;
}

.employers-box::before {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(135deg, #2a2870, #63619e, #c3ff3f);
    transform: translateX(-100%);
    transition: transform 0.7s ease;
    z-index: -1;
}

.employers-box:hover::before {
    transform: translateX(0);
}


.employers-box h3 {
    font-size: 35px;
    margin-bottom: 15px;
    line-height: 1.2;
    background: #9FCC44;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    display: inline-block;
}

.employers-box ul {
    padding: 0;
    margin: 0;
    Position: relative
}

.employers-box li {
    Position: relative;
    padding-left: 44px;
    margin-bottom: 18px;
    list-style: none;
    font-weight: 600;
    font-size: 17px;
    color: #fff;
    padding-top: 3px;

}

.employers-box-i {

    content: "";
    Position: absolute;
    left: 0;
    top: 0px;
    width: 35px;
    height: 35px;
    border-radius: 50%;
    Background: linear-gradient(90.4deg, #bbeb4f, #2a2870, #2a2870);
    padding: 7px;
    text-align: center;
    line-height: 16px;
}

.employers-box-i i {
    color: #fff
}

.empll-img {
    position: absolute;
    right: 0;
    width: 50%;
    height: 100%;

    right: 0;
    top: 0;
    bottom: 0;

}

.empll-img img {

    height: 100%;
    object-fit: contain;

    object-position: bottom;
}
.card-link {
    position: absolute;
    inset: 0;
    z-index: 1;
}

.employers-box ul li a {
    position: relative;
    z-index: 2;
    display: block;
    padding-left: 44px;
    color: #fff;
    text-decoration: none;
}
.employers-box ul li a:hover {
    color: #c3ff3f;
}
/*********/

.top-dd-sec {
    Position: relative;
    padding: 20px;
    Background-color: #e6edf7;
}

.top-dd-sec h3 {
    font-size: 42px;
    line-height: 1.2;
    margin-bottom: 0;
    color: var(--theme-color)
}

.top-dd-sec h4 {
    font-size: 27px;
    line-height: 1.2;
    margin-bottom: 0;
    color: var(--title-color)
}

/*******/

.jobform-group {
    width: 226px;
    margin-bottom: 0;

    Position: relative
}

.jobform-group form {
    width: 100%;
    margin-bottom: 0;
    Position: relative
}

.jobform-group form input {
    width: 100%;
    margin-bottom: 0;
    Position: relative;
    border: none !important;
    background: var(--theme-color);
    padding: 5px 67px 5px 35px;
    height: 45px;
    border-radius: 9px;
    color: #fff;
    font-weight: 500;
    font-size: 15px;
}

.jobform-group form input::placeholder {
    color: #fff !important
}

.jobform-group form button {
    content: "";
    Position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    Background: var(--theme-color2);
    color: #fff;
    border: none !important;
    padding: 5px 14px;
    height: calc(100% - 0px);
    font-weight: 500;
    font-size: 18px;
}

.jobform-group form i {
    content: "";
    Position: absolute;
    top: 14px;
    left: 9px;
    color: #fff;
    border: none !important;
    font-weight: 500;
    font-size: 18px;
    z-index: 1;
}

.banner-formmain {
    position: absolute;
    bottom: 50px;
    left: 0;
    right: 0;
    width: 100%;
    z-index: 3;
}


.banner-anform {
    Background: #fff;
    Position: relative;
    width: 100%;
    margin-bottom: 0;
    padding: 12px 10px;
    border-radius: 20px;
    max-width: 700px;
}

.banner-anform .row {
    margin-right: -5px;
    margin-left: -5px;
    display: flex;
    align-items: center;
    gap: 0;
}

.banner-anform .row .col-lg-4 {
    padding-right: 5px;
    padding-left: 5px;
    display: flex;
    align-items: center;
}

.banner-anform .form-group {
    margin-bottom: 0;
    width: 100%;
    position: relative;
    display: flex;
    align-items: center;
}

.banner-anform .form-group i {
    content: "";
    Position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 18px;
    color: var(--theme-color);
    border: none !important;
    font-weight: 500;
    font-size: 18px;
    z-index: 1;
    right: auto;
}

.banner-anform .th-btn {
    height: 50px;
    width: 100%;
    border-radius: 60px;
    padding: 5px 10px !important;
    margin-bottom: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    font-size: 16px;
    z-index: 1;
    border: none;
}

.banner-anform .form-group input {
    height: 50px;
    padding: 5px 10px 5px 42px;
    Position: relative;
    border-radius: 60px;
    color: var(--theme-color);
    width: 100%;
    border: 1px solid #ddd;
}

.banner-anform .form-group input::placeholder {
    color: var(--theme-color);
}

.banner-anform .message-btn {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
}

.banner-anform .message-btn {
    width: 100%;
    height: 50px;
    display: flex;
    align-items: center;
}



.th-hero-wrapper:before {}



/* Container must be allowed to use full width */
.bbsbtn-grouup {
    display: flex !important;
    width: 100% !important;
    align-items: center;
    flex-wrap: nowrap; /* Prevents jumping down */
}

/* The Spring/Spacer */
.flex-spacer {
    flex-grow: 1; /* Automatically takes up all available space */
    min-width: 18px; /* Minimum gap between buttons */
}

.left-side {
    display: flex;
    gap: 15px;
}

.th-btn {
    white-space: nowrap; /* Keeps text on one line */
}

/* --- MOBILE RESPONSIVE --- */
@media (max-width: 1199px) {
    .bbsbtn-grouup {
        justify-content: space-between; /* Spread evenly if screen is smaller */
    }
    .flex-spacer {
        display: none; /* Hide the big gap on tablets/phones */
    }
}

@media (max-width: 767px) {
    .bbsbtn-grouup {
        flex-direction: column; /* Stack vertically on phones */
        align-items: flex-start;
        gap: 15px;
    }
    .left-side {
        flex-direction: column;
        width: 100%;
    }
     .right-side {
        flex-direction: column;
        width: 100%;
    }
    .th-btn {
        width: 100%; /* Full width buttons for mobile */
    }
}
/**********/

img.bann-img {
    width: 100%;
    height: 100% !important;
    object-fit: cover;
    object-position: top right;
    border-radius: 0;
}


.footer-layout1 .footer-widget.widget_nav_menu a.d-n-btn {
    font-size: 16px;
    font-weight: 700;
    fill: #FFFFFF;
    color: #FFFFFF;
    border-radius: 30px 30px 30px 30px;
    box-shadow: 0px 15px 25px -7px rgba(0, 0, 0, 0.1);
    Background: var(--theme-color);
    padding: 12px 24px;
    text-align: center;

    background-color: var(--theme-color2);
    font-size: 16px;
    font-weight: 500;

    border-radius: 30px 30px 30px 30px;
    box-shadow: 0px 0px 0px -7px rgba(0, 0, 0, 0);
    text-align: center;
    transition: all .3s;
    line-height: 1.2;
    padding: 12px 35px;
    background: linear-gradient(90.4deg, #9fcc3b, #4742c3, #131239);


    margin-top: 20px
}

.footer-layout1 .footer-widget.widget_nav_menu a.d-n-btn .e-font-icon-svg {
    height: 1em;
    width: 1em;
    top: -1px;
    position: relative;
}

.footer-layout1 .footer-widget.widget_nav_menu a.d-n-btn:hover {
    Background: #000;
    fill: #FFFFFF;
    color: #FFFFFF;
    background: linear-gradient(90.4deg, #9fcc3b, #315bf3);
}

/**********/

.tt-countersec {
    padding: 60px 0 0px;
    Position: relative;
    overflow: hidden;
}

/**************/
.placement {
    background: #fff;
    border-radius: 11px;
    padding: 20px;
    box-shadow: 0 10px 35px rgba(0, 0, 0, .2);

}

.tt-client-secss {

    padding: 60px 0 60px;
    Background-color: #f9fafa;
    Position: relative;
}


/**********/

/************/

/******/
/**********/

.Desti-innersec {
    position: relative;
    padding: 60px 0 50px;
    overflow: hidden;
}

/************/

.destimations-three .single-offer-box {
    text-align: center;
    position: relative;
    overflow: hidden;
    transition: 0.5s;
    margin: 0 0px;
    margin-bottom: 30px;
    width: 100%;
    display: block;
}

.destimations-three .single-offer-box:before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    height: 222px;
    width: 100%;
    border-radius: 10px;
    bottom: 0;
    background-image: linear-gradient(0deg, #000000, rgba(0, 24, 23, 0.0));
}

.destimations-three .single-offer-box:hover:before {
    height: 100%;
}

.destimations-three .single-offer-thumb {
    /*	position:relative;
	overflow:hidden*/
}

.destimations-three .single-offer-thumb img {
    width: 100%;
    height: 20vw;
    object-fit: cover;
    border-radius: 10px;
    -webkit-transition: 0.4s ease-in-out;
    transition: 0.4s ease-in-out;
}

.desti-othersec.destimations-three .single-offer-thumb img {

    height: 30vw;

}

.destimations-three .single-offer-box:hover .single-offer-thumb img {
    /*  -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);*/
}

.destimations-three .offer {
    position: absolute;
    top: 37px;
    left: 23px;
}

.destimations-three .offer-content {
    background: transparent;
    position: absolute;
    width: 100%;
    bottom: -150%;
    left: 0;
    right: 0;
    margin: auto;
    padding: 6px 0 0px;
    transition: 0.6s;
}

.destimations-three .single-offer-box:hover .offer-content {
    bottom: 0;
}

.destimations-three .offer span {
    display: inline-block;
    background-color: var(--title-color);
    padding: 6px 28px;
    font-size: 16px;
    color: #ffffff;
    font-weight: 700;
    font-family: var(--body-font);
}

.destimations-three .offer-content h4 {
    font-size: 19px;
    line-height: 30px;
    color: #fff;
    font-weight: 600;
    position: relative;
    margin-bottom: 10px;
}

.destimations-three .offer-content h4:before {
    position: absolute;
    content: "";
    width: 60px;
    height: 2px;
    top: 37px;
    left: 0;
    right: 0;
    background: var(--theme-color);
    margin: auto;
}

.destimations-three .offer-content p {
    width: 100%;
    margin: auto;
    padding: 4px 15px 15px;
    color: #fff
}

.destimations-three .offer-content a {
    display: inline-block;
    background-color: var(--theme-color);
    width: 100%;
    padding: 12px 0;
    font-size: 16px;
    color: #ffffff;
    font-weight: 500;
    text-transform: capitalize;
    font-family: var(--body-font);
    background-image: linear-gradient(to right, #9ec656, #8ec367, #76c085, #63bc9e, #43b7c4, #36bece, #2fb5da);
}

.destimations-three .offer-bottom-title {
    border-top: transparent;
    padding: 7px 0 0px;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    background: transparent;
}

.destimations-three .single-offer-box:hover .offer-bottom-title {
    bottom: 20px;

}

.destimations-three .offer-bottom-title h4 {
    font-size: 19px;
    color: #fff;
    font-weight: 600;
    margin-bottom: 10px;
    transition: all 0.5s ease-in-out;
    line-height: 1.2;
    padding: 0 10px 10px;
}

.destimations-three .offer-bottom-title p {
    color: #fff;
    transition: all 0.5s ease-in-out;
}

.destimations-three .single-offer-box:hover .offer-bottom-title h4 {
    font-size: 21px;
}

.destimations-three .single-offer-box:hover .offer-bottom-title p {}

.destimations-three .offer-bottom-title span {
    position: relative;

    font-size: 15px;
    line-height: 1.2;
    font-weight: 400;
    color: #fff;

    display: inline-block;
    padding: 0 0 8px;
    transition: all 0.5s ease-in-out;
    opacity: 0;
    visibility: hidden;
}

.destimations-three .offer-bottom-title span i {
    margin-left: 5px
}

.destimations-three .single-offer-box:hover .offer-bottom-title span {
    opacity: 1;
    visibility: visible;
    color: #fff
}

.destimations-three .offer-bottom-title span:after {
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    content: "";
    background: #fff;
    width: 100%;
    height: 2px;
    transition: all 0.5s ease-in-out;
}

.sec-colorr {
    color: var(--theme-color)
}

/*******************/
.Sucess-story-sec {
    padding: 80px 0 80px;
    Position: relative;
    overflow: hidden;
    background: #201f61;

}

.Sucess-story-sec:before {
    position: absolute;
    content: '';
    width: 100%;
    height: 100%;
    /*background: #000000aa;*/
    left: 0;
    top: 0;
}

.Sucess-story-sec .container {

    z-index: 1;
    Position: relative
}

.Succ-1 {
    Position: relative
}

.Succ-1 p {
    font-size: 20px;
    font-weight: 300;

}

/*********/

.jobbsed-img img {
    border-radius: 20px
}

/**********/

.pprow .col-lg-2 {
    width: 20%
}

/**********/
.contact-float {
    position: fixed;
    right: 12px;
    bottom: 57px;
    /* match footer spacing */
    z-index: 999;
}


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

.contact-float ul li {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 14px;
}

/* Dots (points) */
.contact-float .dot {
    width: 6px;
    height: 6px;
    background: #000;
    border-radius: 50%;
}

/* Common button style */
.contact-float ul li a {
    width: 48px;
    height: 48px;
    font-size: 20px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
  
    transition: all 0.3s ease;
    box-shadow: 0 6px 15px rgba(0, 0, 0, 0.25);
}

/* Specific override for WhatsApp within contact-float */
.contact-float ul li a.whatsapp {
    width: 48px;  /* Match your other contact-float buttons */
    height: 48px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
}

/* Ensure the image inside doesn't have its own background and is centered */
.contact-float ul li a.whatsapp img {
    width: 50px; /* Adjust size to look balanced with FontAwesome icons */
    height: auto;
    background: transparent !important;
    display: block;
    margin: 0 auto;
}
/* Ensure the image inside the link is perfectly centered */
.contact-float ul li a.youtube {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0; /* Remove any default padding */
    overflow: hidden; /* Keeps the circle shape clean */
}

.contact-float ul li a img {
    width: 24px; /* Adjust size to match the visual weight of Font Icons */
    height: auto;
    display: block;
    margin: 0 auto; /* Standard centering backup */
}

.contact-float ul li a:hover {
    transform: scale(1.1);
    box-shadow: 0 8px 20px rgba(0,0,0,0.35);
}

.linkedin {
    background: #0a66c2;
}

.instagram {
    background: #e1306c;
}

.facebook {
    background: #1877f2;
}

.youtube {
    background: #FF0000;
}

.tiktok {
    background: linear-gradient(45deg, #25F4EE, #FE2C55);
}


.mail {
    background: #28a745;
}
/**********/
.ooo-tsec {
    Position: relative;
    padding: 30px 0 30px;
    overflow: hidden;
}


.ouu-box {
    width: 100%;
    Position: relative;
    text-align: center;
    border-radius: 10px;
    padding: 20px;
    border: 1px solid #e5e7ebcb;
    box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075);

    margin-bottom: 30px
}

.ouu-box-content h3 {
    font-size: 22px;
    color: var(--theme-color);
    line-height: 1.2
}

.ouu-box-img {
    background: linear-gradient(90.4deg, #c3ff3f, #2a2870, #2a2870);
    border-radius: 50%;
    width: 80px;
    height: 80px;
    margin: 0 auto 10px;
    text-align: center;
    line-height: 74px;

}


.ouu-box-img img {
    width: 60px;
    margin-bottom: 0;
    height: 60px;
}

/***********/

.Staffig-bsec-sec {
    position: relative;
    padding: 30px 0 60px;
    /* increased bottom padding */
    background: #fff;
    overflow: hidden;
    margin-top: 40px;
    /* replaces top: 40px */
}


/********************/

.About-menu {
    display: block;
    position: relative;
    padding: 0;
    margin: 0;
    padding-left: 0;
    margin-bottom: 30px;
    text-align: center;
    background: #fff;
    padding: 15px 16px 5px;
    border-radius: 34px;
    box-shadow: 0 0 8px -2px rgb(0 0 0 / 7%);

}

.About-menu li {
    display: inline-block;
    margin: 0px 3px 10px;
    list-style: none;
    position: relative;
}

.About-menu li a {
    font-size: 16px;
    font-weight: 600;
    border-radius: 30px 30px 30px 30px;
    box-shadow: 0px 0px 0px -7px rgba(0, 0, 0, 0);
    text-align: center;
    transition: all .3s;
    line-height: 1;
    padding: 12px 24px;
    background: #fff;
    display: block;
    color: var(--theme-color);
    border: 1px solid #2a287017;
}

.About-menu li a:hover {
    color: #fff !important;
    background: var(--theme-color);

}

.About-menu li a.active {
    color: #fff !important;
    background: linear-gradient(90.4deg, #c3ff3f, #2a2870, #2a2870);
    border: unset;
}


.aucc-tab {
    position: relative
}

.ss-bb-box-content h3 {
    font-size: 25px;
    color: var(--theme-color);
    line-height: 1.2;
    margin-bottom: 15px;
}

.ss-bb-box-content p {
    margin-bottom: 10px
}

.ss-bb-box-content ul {
    padding-left: 0px;
    padding-top: 0px;
    margin-bottom: 10px;
}

.ss-bb-box-content li {
    display: block;
    list-style: none;
    position: relative;
    margin-bottom: 5px;
    padding-left: 18px;
}

.ss-bb-box-content li:before {
    content: "";
    position: absolute;
    left: 0;
    top: 10px;
    width: 8px;
    height: 8px;
    Background: var(--title-color);
    border-radius: 50%;
}

.ss-bb-box-content {
    Position: relative;
    margin-bottom: 30px;
    padding-right: 30px
}

.ss-bb-box-img {
    Position: relative;
    margin-bottom: 30px
}

.ss-bb-box-img img {
    width: 100%;
    border-radius: 10px
}

.jobbsed-img {
    Position: relative;
    width: 100%
}

.jobbsed-img img {

    width: 100%
}


/************   Job Search *******************************/

.job-inner-bannersec {
    Position: relative;
    overflow: hidden;
    Background: var(--theme-color);
    padding: 40px 0 30px;
    background-repeat: no-repeat;
    background-position: right center;
    background-size: contain;
    background-color: var(--theme-color);
}


.job-inner-bb {
    Position: relative;
}

.job-inner-bb h3 {
    font-size: 20px;
    margin-bottom: 20px;
    color: #fff
}

.job-inner-bb h2 {
    font-size: 18px;
    margin-bottom: 20px;
    color: lightgray;
}

.job-inner-bb {
    Position: relative;
}

.job-inner-bb p {
    color: #fff
}



.jo-anform {
    Position: relative;
    width: 100%;
    margin-bottom: 0;
    padding: 0 0;
    border-radius: 0;
    max-width: 805px;
}

.jo-anform .row {
    margin-right: -5px;
    margin-left: -5px
}

.jo-anform .row .col-lg-4 {
    padding-right: 5px;
    padding-left: 5px
}


.jo-anform .form-group {
    margin-bottom: 0
}

.jo-anform .form-group i {
    content: "";
    Position: absolute;
    top: 17px;
    left: 18px;
    color: #fff;
    border: none !important;
    font-weight: 500;
    font-size: 18px;
    z-index: 1;
    right: auto;

}

.jo-anform .th-btn {
    height: 50px;
    width: 100%;
    background: linear-gradient(90.4deg, #9FCC44, #b3d020, #fff30b);
}

.jo-anform .th-btn:hover:before {

    background: linear-gradient(90.4deg, #9FCC44, #b3d020, #fff30b);
}

.jo-anform .form-group input {

    height: 50px;
    padding: 5px 10px 5px 42px;
    Position: relative;
    border-radius: 60px;
    color: #fff;
    border: 2px solid #fff !important;
    border-color: transparent;
    background: var(--theme-color);
}

.jo-anform .form-group select {

    height: 50px;
    padding: 5px 20px 5px 20px;
    Position: relative;
    border-radius: 60px;
    color: #fff;
    border: 2px solid #fff !important;
    border-color: transparent;
    background: var(--theme-color);
    -webkit-appearance: auto;
    -moz-appearance: initial;
    appearance: auto;
}

.jo-anform .form-group input::placeholder {

    color: #fff
}

.jo-anform .form-group {
    margin-bottom: 30px
}

.jo-anform .form-groups {
    text-align: left;
    width: 100%;
}

.jo-anform .col-auto {
    padding-right: 5px;
    padding-left: 5px;
}

.bb-col-in {
    Position: relative;
    color: #fff;
    padding-left: 20px;
    text-align: left;

    margin-bottom: 5px
}

.bb-col-in input {
    position: absolute;
    width: 15px;
    height: 15px;
    display: block !important;
    left: 0;
    opacity: 1;
    visibility: visible;
    top: 5px;

}

.jo-anform label {
    font-weight: 600;
    color: #fff;
    font-size: 18px;
    margin-bottom: 5px
}




/************/

/******/

.career-inner-sec {
    position: relative;
    padding: 60px 0px 30px;
    Background: #f9fafa;
}



.job-ibox {
    position: relative;
    width: 100%;
    margin-bottom: 30px;
}

/***********/

/**********/
.job-opsec {
    position: relative;
    padding: 0px 0px 30px;
}

.job-sec {
    position: relative;
    width: 100%;
    margin-bottom: 30px;
    padding: 30px 20px 50px;
    box-shadow: unset;
    background: #fff;
    border-radius: 20px;
    box-shadow: 0 5px 15px rgb(0 0 0 / 4%) !important;
}

.job-sec:hover {

    box-shadow: 0 5px 15px rgba(0, 0, 0, .08) !important;
}

.job-sec h3 {
    font-size: 22px;
    margin-bottom: 16px;
    color: var(--theme-color);
    margin-top: 0;
}

.job-sec h3 a {
    color: var(--theme-color);
}

.job-sec h3 a:hover {
    color: var(--theme-color);
}

.job-sec h4 {
    font-size: 17px;
    margin-bottom: 13px;
    color: var(--theme-color);
    font-weight: 600;
    margin-bottom: 10px;
    line-height: 1.2;
}

.job-sec p {
    color: var(--body-color);

    margin-bottom: 13px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

.job-sec .loc-p {
    color: var(--theme-color);
    margin-bottom: 15px;
    font-weight: 500
}

.job-sec .sal-p {
    color: var(--theme-color1);
    margin-bottom: 5px;
    font-weight: 500
}

.job-sec p i {
    margin-right: 8px;
}

/* Container for the buttons */
.job-sec .carrer-btnnn {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 15px;
    flex-wrap: wrap;
    margin-top: 15px;
}

/* Shared Button Styles */
.job-sec a.carrer-btn, 
.job-sec a.carrer-btne {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 8px 22px;
    font-size: 15px;
    font-weight: 600;
    color: #fff;
    text-transform: capitalize;
    white-space: nowrap;
    border-radius: 30px;
    border: none;
    transition: all 0.3s ease;
    background: linear-gradient(90.4deg, #c3ff3f, #2a2870, #2a2870);
    text-decoration: none; /* Removes underline from links */
}

/* Specific SVG styling inside buttons */
.job-sec a.carrer-btn svg, 
.job-sec a.carrer-btne svg {
    height: 1.1em;
    width: 1.1em;
    fill: currentColor; /* Matches icon color with text color */
    margin-left: 8px;
}

/* Hover States */
.job-sec a.carrer-btn:hover, 
.job-sec a.carrer-btne:hover {
    color: #fff;
    opacity: 0.9;
    transform: translateY(-2px); /* Slight lift effect */
    background: linear-gradient(90.4deg, #c3ff3f, #2a2870, #2a2870);
}
.job-sec:hover {
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.08) !important;
    background: #fafaff;
}

.job-sec ul {
    padding: 0;
    margin: 0;
    Position: relative;

}

.job-sec ul li {
    Position: relative;
    list-style: none;
    padding-left: 25px;
    margin-bottom: 10px;
    color: var(--title-color);
    line-height: 28px;
    display: block;

}

.job-sec ul li i {
    content: "";
    Position: absolute;
    left: 0;
    top: 6px;
    font-size: 17px;
    font-weight: 500;
    color: var(--theme-color2);

}

/*************/
.mysearchsec {
    text-align: center;
    margin-top: 0px;
    padding: 25px 25px 15px;
    border-color: #ceffe8;
    border-radius: 5px;
    box-shadow: none;
    background: #2f3e9242;
    margin-bottom: 40px;
}

.mysearchsec select {
    border: 1px solid #9ca3ab;
    padding-left: 15px;
    padding-left: 15px;
    position: relative;
    font-size: 16px;
    box-shadow: unset !important;
    transition: .5s;
    background-color: #fff !important;
    color: #454547;
    font-weight: 100;
    height: 55px;
    appearance: auto;
    margin-bottom: 20px;


}

.Jobseek_sec {
    background: url(../images/sec_2_bg.png) no-repeat right 7rem / auto 100%;
    padding: 20px 0px 30px;
    margin-top: 74px;
    position: relative;
}

/**********/

.job-head {
    background: var(--theme-color1);
    padding: 20px 0px;
    margin-bottom: 60px;

}

.job-head h2 {
    color: #fff;
    margin-bottom: 0px;
    font-size: 30px;

}

.career-first {
    position: relative;
    width: 100%;
    padding-top: 80px;

}

.career-first:before {
    position: absolute;
    background: var(--theme-color1) none repeat scroll 0 0;
    content: "";
    top: 0;
    right: -5.5%;
    width: 2030px;
    height: 100%;
    z-index: 0;

}

.cr-second {
    position: relative;

    padding: 80px 0px 80px;
    padding-left: 30px;
}

.cr-second p {
    color: var(--body-color);
    font-size: 18px;
    font-weight: 500;
    line-height: 32px;
    margin-top: 0px;
    margin-bottom: 0px;
    display: inline-block;
    z-index: 1;
    position: relative;
}

.job-second h3 {
    font-size: 25px;
    margin-bottom: 15px;
}

.job-second ul {
    display: block;
    position: relative;
    padding: 0;
}

.job-second li {
    display: block;
    position: relative;
    padding-left: 15px;
    margin-bottom: 10px;
    list-style: none;
}

.job-second li:before {
    width: 6px;
    height: 6px;
    content: "";
    color: var(--theme-color);
    position: absolute;
    left: 0;
    top: 10px;
    background: var(--theme-color1);
    border-radius: 50%;
}

.job-first ul {
    padding: 0;
    margin: 0;
    Position: relative;
    display: flex;
    gap: 30px;

}

.job-first ul li {
    Position: relative;
    list-style: none;
    padding-left: 25px;
    margin-bottom: 10px;
    color: var(--title-color);
    line-height: 28px;
    display: block;

    font-weight: 500
}

.job-first ul li i {
    content: "";
    Position: absolute;
    left: 0;
    top: 6px;
    font-size: 17px;
    font-weight: 500;
    color: var(--theme-color2);

}

.job-first h3 {
    font-size: 25px;
    color: var(--theme-color1);
    margin-bottom: 20px;
}

.job-first h4 {
    font-size: 20px;
    color: var(--theme-color);

    margin-bottom: 20px;
}


.job-first h6 {
    font-size: 20px;
    color: #000;

    margin-bottom: 10px;
}

.jobsec-area-detail {
    position: relative;
    padding: 60px 0px 60px;
    Background: #f9fafa;
}

.jobsec-area-detail .container {
    Position: relative
}

.job-first {
    position: relative;
    margin-bottom: 20px;
}

.job-first h2 {
    font-size: 35px;
    position: relative;
    line-height: 1.2;
    display: block;
    padding-bottom: 0;
    margin-bottom: 15px;
}

.job-first h4 {
    font-size: 20px;
    color: var(--theme-color2)
}

.job-first h3 {
    font-size: 20px;
    color: var(--theme-color)
}

.job-first h3 i {
    margin-right: 5px;
    color: var(--theme-color)
}

.job-first h4 {
    font-size: 17px;
    color: var(--theme-color);
    margin-bottom: 10px;
    display: block;
    position: relative;
    line-height: 1.2;
}

.related {
    font-size: 20px;
    margin-bottom: 11px;
    font-weight: 700;
    color: var(--title-color);
}

.job-second {}

.job-second h3 {
    font-size: 22px;

    margin-bottom: 10px;
}

.job-second ul {
    display: block;
    position: relative;
    padding: 0;
    margin-bottom: 20px
}

.job-second li {

    display: block;
    position: relative;
    padding-left: 30px;
    margin-bottom: 15px;
    list-style: none;
}


.job-second li:before {
    top: 0;
    font-family: var(--icon-font);
    font-weight: 600;
    color: var(--theme-color);
    position: absolute;
    left: 0;
    -webkit-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
    content: "\f336";

}

/***************/
.Upload-resume {
    text-align: left;
    padding: 0px 0px 0px;
    width: 100%;
    position: relative;
    display: block;
    border-radius: 0;
}

.Upload-resume h3 {
    font-size: 25px;
    margin-bottom: 15px;
    color: var(--theme-color1)
}

.Upload-resume .form-group {
    padding: 0;
    margin: 0;
    margin-bottom: 0px;
    position: relative;
    text-align: left;

}

.Upload-resume .form-group input {
    border-radius: 24px;
    border: 1px solid var(--theme-color);
    color: var(--theme-color);
    height: 35px;
    font-size: 13px;
    padding: 16px;
    background: #fff;
    text-align: left;
}

.Upload-resume .resumebtn {
    display: none;
}

.Upload-resume .custom-file-upload {
    font-weight: 600;
    font-size: 16px;
    color: var(--body-color);
    margin-bottom: 3px;
    border-radius: 24px;
    display: inline-block;
    padding: 9px 25px 9px 25px;
    cursor: pointer;
    width: 100%;
    height: unset;
    color: #fff !important;
    border: 1px solid var(--theme-color);
    position: relative;
    display: block;
    margin-top: 5px;
    text-align: center;
    margin: 0px 0;
    text-align: left;
    position: relative;
    display: block;
    font-weight: 600;
    font-size: 15px;
    margin-bottom: 10px;
    background-image: linear-gradient(209deg, var(--theme-color) 100%);
}

/**********/

.jloc-p {
    color: var(--theme-color);
    margin-bottom: 5px;
    font-weight: 500;
    font-size: 17px;
    margin-top: 0;
}

.jsal-p {
    color: var(--theme-color1);
    margin-bottom: 5px;
    font-weight: 500;
    font-size: 17px;
}

.jiobb-tt {
    font-size: 40px;
    margin-bottom: 20px;
    color: var(--theme-color);
}

select#sort {
    position: relative;
    z-index: 2;
    margin-bottom: 0;
    width: 179px;
    padding: 2px 28px;
    text-align: left;
    height: 46px;
    color: var(--theme-color);
    border: unset;
    border-radius: 5px;
    display: inline-block;
    font-size: 17px;
    border: 2px solid var(--theme-color);
    border-radius: 60px;
    margin-bottom: 26px;
}

/*************/
/********************************************/

/****************** Blog **************************/

.Blogg-secc {
    padding: 60px 0 30px;
    Position: relative
}
/* --- 1. Increase Gap Between Blogs --- */
.Blogg-secc .row {
    row-gap: 50px; /* Adjust this value to increase/decrease vertical space */
}
.blog-new-card {
    position: relative;
    background: #fff;
    margin-bottom: 20px;
    display: flex;
    flex-direction: column;
    height: 100%;

    border: 1px solid #eee;
    border-radius: 18px;
    padding: 18px;
    transition: 0.3s ease;
}

.blog-new-card:hover {
    box-shadow: 0 8px 25px rgba(0,0,0,0.08);
    transform: translateY(-4px);
    border-color: var(--theme-color);
}

.blog-new-card .blog-new-card-img {
    position: relative;
    margin-bottom: 15px;
    z-index: 6;
    border-radius: 20px;
    overflow: hidden;
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
    flex-shrink: 0; /* Prevents image from shrinking */
}

.blog-new-card .blog-new-card-img img {
 height: 250px; /* Fixed height for better uniformity */
    width: 100%;
    object-fit: cover; /* ⭐ Prevents image stretching */
    border-radius: 20px;

}

.blog-new-card .blog-new-card-title {
    color: var(--theme-color);
    font-size: 20px;
    font-weight: 600;   
    min-height: 3em; /* ⭐ Reserves space for 2-line titles */
}

.blog-new-card-title a {
    color: var(--theme-color);
}

.blog-new-card-title a:hover {
    color: var(--theme-color2);
}

.blog-new-card p {

    padding: 0px 0px;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;

}

.blog-new-card .box-wrapp {
    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
    
}

.blog-new-card .date {
    line-height: 1.2;
    display: inline-block;
    font-weight: 500;
    color: var(--theme-color2);
}

.blog-new-card.style2 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    gap: 80px
}

.blog-post__tags {}

.blog-post__tags p {
    text-decoration: none;
    padding: 5px 10px;
    border-radius: 5px;
    background: #f2f7f8;
    color: var(--theme-color);
    font-weight: 600;
    font-size: 14px;
    display: inline-block;
    margin-bottom: 8px;
}

.blog-post__tags p:hover {
    background: var(--theme-color);
    color: #fff;
}

select#sortblog {
    position: relative;
    z-index: 2;
    margin-bottom: 0;
    width: 279px;
    padding: 2px 28px;
    text-align: left;
    height: 46px;
    color: var(--theme-color);
    border: unset;
    border-radius: 5px;
    display: inline-block;
    font-size: 16px;
    border: 2px solid var(--theme-color);
    border-radius: 60px;
    margin-bottom: 26px;
}

/********************************************/


/**************/


/**********/

.inner-banner-sec {
    Position: relative;
    width: 100%;

}

.inner-banner-sec img {
    object-fit: cover;
    width: 100%;

}

/*******/

/***************/
.ibm-bcrms-main {
    position: relative;
    background: #fff;
    padding-top: 0px;
}

.ibm-bcrms {

    position: relative;
    padding: 70px 0 0px;
    text-align: left;

}

.ibm-bcrms h2 {
    font-size: 50px;
    line-height: 1.2;
    color: var(--theme-color);
    margin-bottom: 0;
    margin-top: 20px;

}

.ibm-breadcrumb {
    margin-bottom: 0;
    list-style: none;
    border-radius: 0;
    padding: 0px 0;
}

.ibm-breadcrumb li {
    display: inline-block;
    font-size: 18px;
    font-weight: 500;
    color: var(--theme-color2);
    font-weight: 500;

}


.ibm-breadcrumb li a {
    color: var(--theme-color);
    font-weight: 500;
}

.ibm-breadcrumb li i {
    color: #fff;
}

.ibm-breadcrumb li:after {
    position: relative;
    margin-left: 10px;
    font-weight: 900;
    font-size: 13px;
    font-weight: 600;
    content: "/";
    color: var(--title-color);
    margin-right: 3px;
    /* content: "\f054";
    font-family: var(--icon-font);*/
}

.ibm-breadcrumb li:last-child {
    padding-right: 0;
    margin-right: 0;
}

.ibm-breadcrumb li:last-child:after {
    content: unset !important;
}

.ibm-bcrms h3 {
    color: var(--theme-color);
    font-weight: 800;
    font-size: 40px;
    line-height: 1.2;
    font-family: var(--title-font);
    text-transform: uppercase;

    margin-bottom: 0
}

/********/
/**********/

/*******/

.ibm-bcrms-main-head {
    Position: relative;
}

.ibm-bcrms-main-head-sub {
    Position: relative;
    Background: #eaeaea;
    padding: 30px 30px;
    border-radius: 10px;
}


.ibm-bcrms-main-head-sub h3 {
    color: var(--title-color);
    margin-bottom: 0;
    font-weight: 800;
    font-size: 40px;
    line-height: 1.2;
    font-family: var(--title-font);

}

/********/

/*********/


/**********/

/*************/
.loasn-sebox {
    position: relative;
    padding: 20px 20px 30px;
    text-align: center;
    width: 100%;
    margin: 0px auto 30px;
    border-radius: 16px;
    Background: #fff;
    box-shadow: 0px 1px 7px 0px #004a6c94;
}




.loasn-sebox-icon {
    position: relative;
    margin: 0px auto 20px;
    text-align: center;
    background: #fff;

}


.loasn-sebox-icon img {

    height: 260px;
    /* fixed clean height */
    object-fit: cover;
    z-index: 1;
    position: relative;
    text-align: center;
    margin: 20px auto 0;
    width: 100%;
    border-radius: 16px;
}

.loasn-sebox-content ul {
    text-align: left;
    height: 91px;
    overflow: hidden;
    margin-bottom: 9px;
}

.loasn-sebox-content ul li {}

.loasn-sebox-content h3 {
    font-size: 21px;
    margin-bottom: 7px;
    overflow: hidden;
    text-align: center;
}

.loasn-sebox-content h3 a {
    color: var(--theme-color)
}

.loasn-sebox-content h3 a:hover {
    color: var(--theme-color2)
}

.loasn-sebox:hover .loasn-sebox-content h3 a {
    color: var(--theme-color)
}

.loasn-sebox-content p {
    padding: 0px 0px;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    text-align: center;
}

.jo-readmore {
    color: var(--title-color);
    font-weight: 500;
    font-size: 16px
}

.jo-readmore:hover {
    color: var(--theme-color);

}

.journel-innersec {}

.journel-innersec .loasn-sebox:hover:after {
    height: 100%;

    border-radius: 20px 20px;
}

.journel-innersec .loasn-sebox-icon img {

    margin: 0px auto 0;
}

.journel-innersec .loasn-sebox {
    position: relative;
    padding: 20px 20px 20px;
    text-align: center;
    width: 100%;
    margin: 0px auto 30px;
    border-radius: 16px;
    Background: transparent;
    box-shadow: unset;
    background: #fff;
}

.journel-innersec .loasn-sebox-icon {

    background: transparent !important;
}


.journel-innersec .loasn-sebox .loasn-sebox-content,
.journel-innersec .loasn-sebox .loasn-sebox-icon {
    z-index: 1;
    display: block;
    position: relative;
}

/**************/


.journel-innersec {
    padding: 60px 0 30px;
    position: relative;
    overflow: hidden;
}
/* Container Box */
.cta-box {
    background-color: rgb(99, 97, 158); /* Matching the deep teal/blue from your image */
    padding: 60px 40px;
    border-radius: 20px;
    text-align: center;
    color: #fff;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
    margin-bottom: 30px;
}

.cta-title {
    color: #fff;
    font-size: 32px;
    font-weight: 800;
    margin-bottom: 15px;
}

.cta-text {
    font-size: 18px;
    margin-bottom: 30px;
    opacity: 0.9;
    max-width: 700px;
    margin-left: auto;
    margin-right: auto;
    color: #fff;
}

/* Button Grouping */
.cta-buttons {
    display: flex;
    gap: 20px;
    justify-content: center;
    flex-wrap: wrap; /* Critical for mobile responsiveness */
}

/* Primary Button (Your Previous Code) */
.as-btn {
    position: relative;
    z-index: 2;
    overflow: hidden;
    display: inline-flex; /* Changed to flex for alignment */
    align-items: center;
    justify-content: center;
    gap: 10px; /* Space between text and icon */
    
    text-transform: capitalize;
    text-align: center;
    text-decoration: none; /* Removes underline from <a> */
    
    color: #ffffff;
    font-size: 16px;
    font-weight: 600;
    line-height: 1;
    padding: 16px 35px;
    
    border-radius: 60px; /* Kept the pill shape */
    border: none;
    
    /* Using your linear gradient */
     background: linear-gradient(90deg, #c3ff3f -10%, #2a2870 , #2a2870 );
    background-size: 200% auto; /* For a smooth hover effect */
    transition: 0.4s ease;
}


.as-btn:hover {
    background-position: right center;
    transform: translateY(-3px);
    color: #fff;
}

/* Outline Button */
.as-btn-outline {
    display: inline-flex;
    align-items: center;
    padding: 15px 35px;
    color: #ffffff;
    font-weight: 600;
    text-decoration: none;
    border-radius: 60px;
    border: 2px solid #ffffff;
    background: transparent;
    transition: 0.3s;
}

.as-btn-outline:hover {
    background: #ffffff;
    color: var(--theme-color);
}

/* Responsive Adjustments */
@media (max-width: 768px) {
    .cta-box {
        padding: 40px 20px;
        margin: 0 15px; /* Adds margin on small screens */
        margin-bottom: 10px;
    }
    
    .cta-title {
        font-size: 24px;
    }
    
    .as-btn, .as-btn-outline {
        width: 100%; /* Buttons stack on mobile */
        justify-content: center;
    }
}

/* Fix the SVG Icon size */
.as-btn svg {
    width: 18px;
    height: 18px;
    fill: currentColor; /* Matches icon color to text color */
}

.as-btn:hover {
    color: #ffffff;
}

/***********/

.Ser-dd-sec {
    Background: #f9fafa;
    Position: relative;
    padding: 60px 0 30px;
}

.Ser-dd-sec.journel-innersec .loasn-sebox {

    Background: #fff;
}


/*********/
/*************/


.ss-inner-bannersec {
    Position: relative;
    overflow: hidden;
    Background: var(--theme-color);
    padding: 60px 0 60px;
   
    background-repeat: no-repeat;
    background-position: right center;
    background-size: contain;
    background-color: var(--theme-color);
}


.ss-inner-bb {
    Position: relative;
}

.ss-inner-bb h3 {
    font-size: 20px;
    margin-bottom: 15px;
    color: #fff
}

.ss-inner-bb h2 {
    font-size: 50px;
    margin-bottom: 20px;
    color: #fff
}

.ss-inner-bb {
    Position: relative;
}

.ss-inner-bb p {
    color: #fff
}
.ss-inner-bb .btn-group {
    display: flex;
    flex-direction: row;      /* Force side-by-side */
    flex-wrap: nowrap;        /* Prevent wrapping to a second line */
    gap: 16px;
    align-items: center;
    width: 100%;
    overflow: visible;        /* Ensure nothing is clipped */
}

.ss-inner-bb .btn-group a {
    display: inline-flex;
    align-items: center;
    white-space: nowrap;      /* Force text to stay on one line inside the button */
    flex-shrink: 0;           /* Prevent buttons from squishing */
    padding: 12px 25px;       /* Adjust padding as needed */
    text-decoration: none;
}

/* Responsive: Allow wrapping ONLY on mobile screens */
@media (max-width: 991px) {
    .ss-inner-bb .btn-group {
        flex-wrap: wrap; 
    }
    .ss-inner-bb .btn-group a {
        width: 100%;          /* Full width buttons on mobile */
        white-space: normal;  /* Allow text to wrap if the screen is tiny */
    }
}
/*********/

.category-sticky-top {



    position: -webkit-sticky;

    position: sticky;

    top: 97px;

    z-index: 1;



}



/* Sidebar Title */



.category-widget {

    position: relative;

    margin-bottom: 40px;

}



.sidebar-title {

    position: relative;

    margin-bottom: 15px;

}



.sidebar-title h4 {

    position: relative;

    color: var(--black-color);

}



/* Category List */



.category-list {

    position: relative;

    z-index: 1;

    padding: 0;

    margin: 0
}



.category-list li {

    position: relative;

    z-index: 1;

    margin-bottom: 16px;

    list-style: none;

}



.category-list li a {

    position: relative;

    display: block;

    font-size: 17px;

    z-index: 1;

    font-weight: 600;

    border-radius: 50px;

    color: var(--theme-color);

    text-transform: capitalize;

    padding: 13px 59px 13px 25px;

    -webkit-transition: all 300ms ease;

    -moz-transition: all 300ms ease;

    -ms-transition: all 300ms ease;

    -o-transition: all 300ms ease;

    transition: all 300ms ease;

    border: 1px solid var(--theme-color);

}





.category-list li a:before {

    position: absolute;

    content: '';

    left: 0px;

    top: 0px;

    right: 0px;

    bottom: 0px;

    z-index: -1;

    opacity: 0;

    border-radius: 50px;

    -webkit-transition: all 300ms ease;

    -moz-transition: all 300ms ease;

    -ms-transition: all 300ms ease;

    -o-transition: all 300ms ease;

    transition: all 300ms ease;

    background-image: linear-gradient(to right, var(--theme-color));

}



.category-list li a:hover::before {

    opacity: 1;

}



.category-list li a.active::before {

    opacity: 1;

    background-image: linear-gradient(90.4deg, #c3ff3f, #2a2870, #2a2870);

}



.category-list li span {

    position: absolute;

    right: 13px;

    top: 9px;

    width: 35px;

    height: 35px;

    padding: 0px 0px;

    line-height: 35px;

    border-radius: 50px;

    border-radius: 50px;

    display: inline-block;

    color: var(--white-color);

    background-color: var(--theme-color);

}



.category-list li a:hover span {

    color: var(--theme-color);

    background-color: var(--white-color);

}



.category-list li a.active span {

    color: var(--theme-color);

    background-color: var(--white-color);

}



.category-list li a:hover {

    color: var(--white-color);



}



.category-list li a.active {

    color: var(--white-color);



}



.category-list li:last-child {

    margin-bottom: 0px;

}



/**************/

.jjj-sticky {
    position: -webkit-sticky;
    position: sticky;
    top: 97px;
    z-index: 1;
}

.jjj-sticky h6 {
    color: var(--theme-color);
    margin-bottom: 15px;

    font-size: 20px
}

/* --- Main Form Container Scaling --- */
.rco-in-form {
    background-color: #fff;
    padding: 40px; 
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
    width: 95%;
    max-width: 800px; /* Limits width to match your original design */
    margin: 40px auto;
    border-radius: 20px;
}

/* --- The Inner Dotted Box --- */
.rco-in-form-inner {
    border: dashed 2px #f0f0f0;
    border-radius: 20px;
    padding: 35px;
}

/* --- Input Field Spacing --- */
/* --- Checkbox Visibility Fix --- */
.rco-in-form-inner input[type="checkbox"].chh {
    display: inline-block !important; /* Forces it to show */
    visibility: visible !important;   /* Overrides any hidden states */
    position: relative !important;    /* Ensures it stays in the text flow */
    opacity: 1 !important;            /* Makes it fully opaque */
    width: 18px;
    height: 18px;
    margin: 0;
    cursor: pointer;
    flex-shrink: 0;                   /* Prevents the box from squishing */
}
.rco-in-text p {
    color: var(--title-color);
}


/********/
.rco-in-form-inner p {
    font-size: 14px
}

/* --- Fix: Upload CV & File Info Alignment --- */
/* This aligns the button and the text side-by-side as seen in your goal image */
.Upload-resume {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap; /* Stacks on very small phones */
    gap: 15px;
    margin-bottom: 25px;
    text-align: left;
}

/* Hide the default browser "Choose File" text but keep functionality */
.resumebtn {
    position: absolute;
    opacity: 0;
    width: 1px;
    height: 1px;
}

.custom-file-upload {
    background: #2a2870; /* Deep blue from your theme */
    color: #fff;
    padding: 10px 25px;
    border-radius: 30px;
    cursor: pointer;
    font-weight: 600;
    display: inline-block;
}

/* --- Privacy Policy Alignment --- */
.ddddd {
    margin-top: 10px;
    margin-bottom: 30px;
    text-align: left;
}
.rco-in-form-inner input[type="checkbox"] {
    width: 18px;
    height: 18px;
    accent-color: var(--theme-color);
}

.ddddd label {
    display: flex;
    align-items: center;              /* Centers box vertically with text */
    gap: 12px;                        /* Space between box and text */
    font-size: 15px;
    font-weight: 600;
    cursor: pointer;
    text-align: left;
}
.rco-in-form-inner input.chh {
    width: 18px;
    height: 18px;
    accent-color: var(--theme-color); /* Matches your green/blue theme */
}

/* --- Apply Now Button Center --- */
.th-btn.style1 {
    background: linear-gradient(90deg, #c3ff3f, #2a2870);
    border: none;
    color: #fff;
    padding: 15px 45px;
    border-radius: 40px;
    font-weight: 700;
    text-transform: uppercase;
    display: inline-flex;
    align-items: center;
    gap: 10px;
    cursor: pointer;
}

/* --- Tablet & Mobile Responsiveness --- */
@media (max-width: 767px) {
    .rco-in-form {
        padding: 20px;
    }
    .rco-in-form-inner {
        padding: 20px 15px;
    }
    .Upload-resume {
        flex-direction: column;
        align-items: flex-start;
    }
    .th-btn.style1 {
        width: 100%; /* Full width button on mobile */
        justify-content: center;
    }
}
/*********/


/********/

/*********/
.Client-inn-sec {
    position: relative;
    padding: 60px 0 30px;
    background: #f9fafa;
}
.cloo-row {
    display: flex;
    flex-wrap: wrap;
}

.client-item {
    width: 12.5%; /* 100 / 8 = 12.5% */
    padding: 10px;
}
.more-box {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
    text-align: center;
}

.more-box p {
    font-size: 18px;
    font-weight: 600;
    color: var(--theme-color);
}
.placement-dd {
    position: relative;
    width: 100%;
    margin-bottom: 30px;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100px; /* Optional: adjust based on logo size */
}

.placement-dd img {
    max-width: 100%;
    height: auto;

    transition: 0.3s;
    opacity: 0.7;
}

.placement-dd img:hover {
    filter: grayscale(0%);
    opacity: 1;
}

/* Responsive Logic for 6 items per row */
@media only screen and (min-width: 992px) {
    .cloo-row .col-lg-2 {
        flex: 0 0 16.666667%; /* Exactly 1/6th of the row */
        max-width: 16.666667%;
    }
}
@media (max-width: 992px) {
    .client-item {
        width: 25%; /* 4 per row */
    }
}

@media (max-width: 576px) {
    .client-item {
        width: 50%; /* 2 per row */
    }
}
/***********/

/***************/
.aa-dd-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: var(--title-color);
    font-family: var(--body-font);
    border: none;
    font-weight: 500;
    font-size: 16px;
    text-transform: capitalize;
    color: var(--white-color);
    line-height: 1;
    padding: 18px 45px;
    border-radius: 60px;
    -webkit-transition: color 0.5s;
    transition: color 0.5s;
    gap: 8px;
    background-color: #fff;
    color: var(--theme-color);
    fill: var(--theme-color);


}

.aa-dd-btn .e-font-icon-svg {
    height: 1em;
    width: 1em;
    top: 0px;
    position: relative;
}

.aa-dd-btn:hover {
    background-color: var(--theme-color2);
    color: #fff;
    fill: #fff;

}



.Abtt-secc {
    Position: relative;
    padding: 60px 0 0px
}

.other-sec-bb {
    Position: relative;
    padding: 30px 0 0px;
}

.other-sec-bb-con {
    Position: relative;

    width: 100%;
    margin-bottom: 30px
}

.other-sec-bb-con h3 {
    color: var(--theme-color);
    font-size: 40px;
    margin-bottom: 15px;
    line-height: 1.2
}

.other-sec-bb-con h4 {
    color: var(--theme-color);
}

.other-sec-bb-img {
    position: relative;
    width: 100%;
    margin-bottom: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    
}

.other-sec-bb-img img {
    width: 100%;
    height: auto;
    border-radius: 20px;
    display: block;
}

.other-sec-bb-con ul {


    padding-left: 0px;
    padding-top: 0px;
    margin-bottom: 10px;
}

.other-sec-bb-con ul li {
    display: block;
    list-style: none;
    position: relative;
    margin-bottom: 8px;
    padding-left: 18px
}

.other-sec-bb-con ul li:before {
    content: "";
    position: absolute;
    left: 0;
    top: 10px;
    width: 8px;
    height: 8px;
    Background: var(--title-color);
    border-radius: 50%;

}

.gg-area {
    position: relative;

    padding: 0 0 30px
}

/*********/

.Abtt-secc {
    Position: relative;
    padding: 60px 0 60px
}


.Abtt-secc-con {
    Position: relative;

    width: 100%;
    margin-bottom: 30px
}

.Abtt-secc-con h3 {
    color: var(--theme-color);
    font-size: 40px;
    margin-bottom: 15px;
    line-height: 1.2
}

.Aee-secc {
    Position: relative;

    padding: 0px 0 30px
}

.Aee-secc h3 {
    color: var(--theme-color);
    font-size: 40px;
    margin-bottom: 15px;
    line-height: 1.2
}
.Aee-secc h4 {
    color: var(--theme-color);
    font-size: 30px;
    margin-bottom: 15px;
    line-height: 1.2
}
.Aee-secc ul {


    padding-left: 0px;
    padding-top: 0px;
    margin-bottom: 10px;
}

.Aee-secc ul li {
    display: block;
    list-style: none;
    position: relative;
    margin-bottom: 8px;
    padding-left: 18px
}

.Aee-secc ul li:before {
    content: "";
    position: absolute;
    left: 0;
    top: 10px;
    width: 8px;
    height: 8px;
    Background: var(--title-color);
    border-radius: 50%;

}

/*********/
/*********/

.Corrbb {
    padding: 60px 0 30px;
    Position: relative;
    Background: #f9fafa;
}


/*********/

.corrre-box-box {
    position: relative;
    padding: 20px 20px 10px;
    text-align: center;
    width: 100%;
    margin: 0px auto 40px;
    border-radius: 16px;
    Background: transparent;
    box-shadow: 0px 3px 30px 0px rgba(11, 46, 72, .15);
    border: 1px dashed #d9d9d9;
}

.corrre-box-box-icon {
    margin: 0px auto 15px;
    text-align: center;

}

.corrre-box-box-icon img {
    height: 80px;
    -webkit-filter: brightness(0) invert(0);
    filter: brightness(0) invert(0);

}

.corrre-box-box h3 {
    font-size: 20px;
    margin-bottom: 10px;
    color: var(--theme-color);
}

.corrre-box-box p {}

@media only screen and (min-width: 1200px) {
    .unn-row .col-lg-3 {
        width: 20%;
    }
}

/***********/

.tttyy-area {
    Position: relative;
    padding: 20px 0 60px
}

/***********/

.Cert-sed {
    Position: relative;
    padding: 60px 0 60px
}

/*********/
.Part-sed {
    Position: relative;
    padding: 60px 0 60px
}

/*********/
.Scedss-sec-baa {
    Position: relative;
    padding: 60px 0 60px
}

/*********/

.Loc-inn-sec {
    Position: relative;
    padding: 60px 0 5px
}

.lcc-aa {}

/*******/

.offert-area {
    Position: relative;
    padding: 60px 0 30px;
    Background: #f9fafa;
    margin-top: 10px;
}

.usefull-box {
    width: 100%;
    position: relative;
    box-shadow: 0 0 0 0 #ffffff;
    padding: 40px 40px 40px 40px;
    border-radius: 20px;
    margin-bottom: 30px;
    Background: #fff
}

.usefull-box h3 {
    color: var(--theme-color);
    font-size: 30px;
    font-weight: 600;
    margin-bottom: 10px;
}

/***********/

.Joss-area {
    Position: relative;
    padding: 60px 0 60px
}

/*********/

.joss-sec-bb {
    Position: relative;
    padding: 30px 0 30px
}

/*******/

.fioo-links-bb {
    position: relative;
    padding: 40px 0;     /* control height here */
    background: #63619e;
}

.fioo-links-bb .row {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
}

.fioo-links-bb h3 {
    text-align: center;
    margin-bottom: 20px;  
    color: #fff;    /* space before buttons */
}

.footersbtn-grouup {
    justify-content: center;
}
/* Zigzag layout: ensure image and content blocks align consistently */
.joss-sec-bb .other-sec-bb-img {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 20px;
}

.joss-sec-bb .other-sec-bb-img img {
    width: 100%;
    height: auto;
    max-height: 420px;
    object-fit: cover;
    border-radius: 20px;
    display: block;
}

.joss-sec-bb .other-sec-bb-con {
    padding: 20px;
}

@media (min-width: 992px) {
    .joss-sec-bb .row.align-items-center {
        align-items: center
    }

    .joss-sec-bb .col-lg-6 {
        display: flex;
        align-items: center
    }

    .joss-sec-bb .col-lg-6>.other-sec-bb-con {
        display: block
    }
}

@media (max-width: 991px) {

    .joss-sec-bb .other-sec-bb-img,
    .joss-sec-bb .other-sec-bb-con {
        padding: 12px
    }
}

/**********/

.Resu-area {
    Position: relative;
    padding: 60px 0 0px;
}

.Rister-ff-area {
    Position: relative;
    padding: 20px 0 20px;

}



/*
*********************************************/

.Cvr-Appointmentsecc {
    position: relative;
    padding: 60px 0 18px;
}

.Cvr-Appointment-bg {
    padding: 0px;
}

/*********/

.Cvr-innersec {
    position: relative;

}

.Cvr-co-in-form {
    position: relative;
    padding: 0px 0px 0px;
    position: relative;
    background-color: #f8f9fa ;
    padding: 30px;

    box-shadow: 0 0 8px -2px rgba(0, 0, 0, .1);
    width: 100%;
    border-radius: 20px;
}

.Cvr-in-form {
    position: relative;
    padding: 0px 0px 0px;
    position: relative;
    background-color: #fff;
    padding: 30px;

    box-shadow: 0 0 8px -2px rgba(0, 0, 0, .1);
    width: 100%;
    border-radius: 20px
}

.Cvr-in-form-inner {
    position: relative;
    /*border: dotted 3px #f2f3f5;*/
    border-radius: 20px
}

.Cvr-in-form-inner form {
    width: 100%;
    Background: #fff;
    padding: 30px;
    border-radius: 18px;
}

.Cvr-in-form-inner input,
.Cvr-in-form-inner select,
.Cvr-in-form-inner textarea {
    height: 53px;
    position: relative;
    padding: 0 20px;
    font-size: 17px;
    background-color: #fff;
    display: block;
    width: 100%;
    border: none;
    border-bottom: solid 1px #e1e1e1;
    transition: border-bottom-color 1s ease 0s;
    font-weight: 400;
    color: var(--title-color);
}

.Cvr-in-form-inner select {
    Background-image: unset;
    -webkit-appearance: auto;
    -moz-appearance: initial;
    appearance: auto;
}

.Cvr-in-form-inner textarea {
    padding-top: 15px;
    height: 100px;
    resize: none;

}

.Cvr-in-form-inner input::placeholder {
    color: var(--title-color);

}

.Cvr-in-form-inner label {
    color: var(--theme-color);
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 5px
}

.Cvr-in-text p {
    color: var(--title-color);
}

.Cvr-in-form-inner h3 {
    font-size: 30px;
    line-height: 1.2;
    color: var(--theme-color);
    margin-top: 15px;
    margin-bottom: 25px;

}
.ddddd {
    margin: 20px 0;
    text-align: left;
}

.ddddd label {
    display: flex !important; /* Forces alignment */
    align-items: flex-start;
    gap: 10px;
    cursor: pointer;
    font-size: 15px;
    color: var(--theme-color);
}

.Cvr-in-form-inner input.chh {
    position: relative !important; /* Removes absolute fly-away */
    display: inline-block !important;
    visibility: visible !important;
    opacity: 1 !important;
    width: 20px;
    height: 20px;
    margin: 0;
    flex-shrink: 0;
    top: 2px; /* Fine-tuning vertical alignment */
}
.form-groupsdd {}

.rbb-col-in {
    Position: relative;

    padding-left: 20px;
    text-align: left;

    margin-bottom: 5px
}

.rbb-col-in input {
    position: absolute;
    width: 15px;
    height: 15px;
    display: block !important;
    left: 0;
    opacity: 1;
    visibility: visible;
    top: 5px;

}


.Cvr-in-form-inner select.multi {}

.Cvr-in-form-inner fieldset {
    border: none;
}

.Cvr-in-form-inner fieldset>label {
    display: inline-block;
    width: 100px;
    font-weight: bold;
    vertical-align: top;
    font-size: 1rem;
    line-height: 28px;
}

.Cvr-in-form-inner fieldset>label::after {
    content: ":";
}

.Cvr-in-form-inner details {
    display: inline-block;
    width: 100%;
    background-color: white;
    cursor: pointer;
}

.Cvr-in-form-inner summary {
    border: 1px solid var(--lt-gray);
    border-collapse: collapse;
    border-radius: 4px;
    padding: 4px;
    width: 100%;
    background-color: white;
    cursor: pointer;
    font-size: 17px;
    background-color: #fff;

    width: 100%;
    border: none;
    border-bottom: solid 1px #e1e1e1;
    transition: border-bottom-color 1s ease 0s;
    font-weight: 400;
    color: var(--title-color);
    height: 53px;
    position: relative;
    padding: 15px 20px;
}

.Cvr-in-form-inner details[open]>summary::marker {
    color: var(--blue);
}

.Cvr-in-form-inner ul {
    list-style: none;
    margin: 0px;
    padding: 0px;
    margin-top: 2px;
    border: 1px solid #000;
    box-shadow: 0 0 5px 1px #000;
}

.Cvr-in-form-inner li {
    margin: 0px;
    padding: 0px;
}

.Cvr-in-form-inner li>label {
    cursor: pointer;
    display: inline-block;
    width: 100%;
    padding-left: 20px;
    Position: relative
}


.Cvr-in-form-inner fieldset input {
    position: absolute;
    left: 0;
    top: 0;
    visibility: visible;
    opacity: 1;
    display: block;
    width: 15px;
    height: 15px;

    top: 5px;
    left: 0
}

/**********/
.Cvr-in-form-inner input.chh {
    opacity: 1;
    display: block;
    width: 15px;
    height: 15px;
    visibility: visible;
    position: absolute;
    left: 0;
    top: 6px;
}

/* MAP SECTION */
.location-map-section {
    position: relative;
    width: 100%;
    height: 520px;
    overflow: hidden;
    border-radius: 20px;
}

/* FULL MAP */
.location-map-section iframe {
    width: 100%;
    height: 100%;
    border: 0;
}

/* FLOATING WHITE CARD */
.location-info-card {
    position: absolute;
    top: 50%;
    left: 60px;
    transform: translateY(-50%);
    background: #ffffff;
    padding: 30px 35px;
    border-radius: 24px;
    width: 360px;
    box-shadow: 0 30px 80px rgba(0, 0, 0, 0.15);
    z-index: 2;
}

.location-info-card h3 {
    font-size: 26px;
    margin-bottom: 15px;
}

.location-info-card p {
    font-size: 15px;
    line-height: 1.8;
    margin-bottom: 15px;
}

/* SHARE LINK */
.location-info-card .share-link {
    font-weight: 600;
    color: #0a58ca;
    text-decoration: none;
}

/* MOBILE RESPONSIVE */
@media (max-width: 768px) {
    .location-map-section {
        height: 420px;
    }

    .location-info-card {
        left: 20px;
        right: 20px;
        width: auto;
        top: auto;
        bottom: 20px;
        transform: none;
    }
}

.location-tabs {
    display: inline-flex;
    align-items: center;
    gap: 12px;
    padding: 8px;
    margin: 0 auto 30px;
    list-style: none;
    background: #ffffff;
    border-radius: 50px;
    box-shadow: 0 12px 30px rgba(0, 0, 0, 0.08);
    width: auto;
}

/* TAB ITEM */
.location-tabs li {
    margin: 0;
}

/* TAB LINK */
.location-tabs li a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 10px 28px;
    font-size: 15px;
    font-weight: 600;
    border-radius: 30px;
    color: #333;
    text-decoration: none;
    white-space: nowrap;
    transition: all 0.3s ease;
}

/* ACTIVE TAB */
.location-tabs li a.active {
    background: linear-gradient(90deg, #6cc04a, #1e3c72);
    color: #ffffff;
}

/* HOVER */
.location-tabs li a:hover {
    background: var(--theme-color);
}

/* MOBILE */
@media (max-width: 576px) {
    .location-tabs {
        gap: 6px;
        padding: 6px;
    }

    .location-tabs li a {
        padding: 8px 18px;
        font-size: 14px;
    }
}

/* GLOBAL SECTION SPACING */
.section {
    padding: 60px 0;

}

/* SMALLER SECTIONS */
.section-sm {
    padding: 40px 0;
    color: #2a2870;
}

/* LARGE / HERO SECTIONS */
.section-lg {
    padding: 80px 0;
}

.section+.section {
    border-top: 1px solid #eee;
}

h1 {
    color: #2a2870 !important;
}

/* Make both columns equal height */
.Rister-ff-area .row.align-items-stretch>[class*="col-lg-"] {
    display: flex;
    flex-direction: column;
}

/* ================================
   LEFT INFO CARDS
================================ */

.left-contact-wrapper {
    display: flex;
    flex-direction: column;
    height: 100%;
}

.left-contact-wrapper .row {
    flex: 1;
}/* Container: Use grid but allow cards to grow/shrink better */
.contact-flex {
    display: grid;
    /* This ensures they stay in a row until they physically can't fit */
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr)); 
    gap: 20px;
    width: 100%;
}

.contact-col {
    display: flex;
}

.contact-mini-card {
    background: #fff;
    border: 1px dashed #2a2870;
    border-radius: 12px;
    padding: 20px;
    display: flex;
    align-items: center;
    gap: 15px;
    width: 100%; /* Fill the grid column */
    box-sizing: border-box;
}

/* Text Container */
.mini-text {
    flex: 1; /* Allows text area to take up remaining space */
}

.mini-text h6 {
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 4px;
    color: #2a2870;
}

/* Socials Row Fix */
.mini-socials {
    display: flex;
    flex-wrap: wrap; /* Allows icons to wrap only on very small screens */
    gap: 8px;
    margin-top: 5px;
}

.mini-socials a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 36px; /* Slightly smaller to ensure they fit one row better */
    height: 36px;
    border-radius: 50%;
    color: #fff;
    background: linear-gradient(90.4deg, #9fcc3b, #6c813c, #403d96, #131239);
    transition: transform 0.3s ease;
    text-decoration: none;
}

.mini-socials a:hover {
    transform: translateY(-3px);
}

.mini-socials a i {
    font-size: 16px;
    color: #fff !important;
}
/* ================================
   RIGHT MESSAGE FORM
================================ */

.form-compact-container {
    height: 100%;
    padding: 30px;
    display: flex;
    flex-direction: column;
    background: #f8f9ff;
    border: 2px dashed #2a2870;
    border-radius: 20px;
}

.contact-form-styled {
    flex: 1;
    display: flex;
    flex-direction: column;
}

/* Title */
.form-title {
    font-size: 24px;
    font-weight: 700;
    margin-bottom: 15px;
    text-align: center;
}

.form-title span {
    color: #2a2870;
}

/* Inputs */
.contact-form-styled input,
.contact-form-styled textarea {
    width: 100%;
    padding: 10px 15px;
    margin-bottom: 12px;
    border: 1px solid #d1d8e6;
    border-radius: 10px;
    font-size: 15px;
    background: #fff;
}

/* Textarea fills remaining height */
.contact-form-styled textarea {
    flex-grow: 1;
    resize: none;
    min-height: 80px;
}

/* Button */
.contact-form-styled button {
    margin-top: auto;
    padding: 12px;
    background: #2a2870;
    color: #fff;
    border-radius: 50px;
    font-size: 16px;
    font-weight: 700;
    border: none;
    transition: 0.3s;
}

.contact-form-styled button:hover {
    background: #1d1b5a;
}

/* ==========================================================================
   PRO CONTENT REFINEMENT (GRID & HIERARCHY)
   ========================================================================== */

/* 1. Section Spacing & Layout */
.section {
    padding: 80px 0;
    overflow: hidden;
}

.Empp-area {
    Position: relative;
    padding: 60px 0 60px;
}

.Empp-area p {
    font-size: 16px;
    line-height: 1.8;
    color: #4a4a68;
    max-width: 900px;
    /* Prevents lines from being too long to read */
    margin-bottom: 20px;
    text-align: center;
    margin-left: auto;
    /* Centers the block itself because of max-width */
    margin-right: auto;
}

.section p {
    font-size: 16px;
    line-height: 1.8;
    color: #4a4a68;
    max-width: 900px;
    /* Prevents lines from being too long to read */
    margin-bottom: 20px;
}

/* 2. Professional Headings */
h1.sec-title {
    font-size: 2.8rem;
    font-weight: 800;
    line-height: 1.2;
    margin-bottom: 30px;
}

h4 {
    font-size: 1.6rem;
    margin-top: 0;
    margin-bottom: 20px;
    font-weight: 700;
    display: flex;
    align-items: center;
    gap: 15px;
}

h3 {
    color: var(--theme-color);
}

/* 3. Transforming Lists into Feature Grids */
/* This fixes the "Long List" mess by creating a clean 2 or 3 column layout */
.section ul {
    list-style: none;
    padding: 0;
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
    gap: 20px;
    margin: 30px 0;
}

.section ul li {
    background: #ffffff;
    padding: 20px 25px;
    border-radius: 12px;
    border: 1px solid #eef0f7;
    box-shadow: 0 4px 12px rgba(42, 40, 112, 0.04);
    position: relative;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    display: flex;
    align-items: flex-start;
}

/* Add a subtle accent indicator to the list items */
.section ul li::before {
    content: "\f058";
    /* FontAwesome Check Circle */
    font-family: "Font Awesome 6 Free";
    font-weight: 900;
    color: #6cc04a;
    margin-right: 15px;
    font-size: 18px;
}

.section ul li:hover {
    transform: translateY(-5px);
    box-shadow: 0 12px 24px rgba(42, 40, 112, 0.08);
    border-color: #6cc04a;
}

/* 4. Column Clean-up */
/* Ensuring the text doesn't hit the edges of the columns */
.col-lg-6 {
    padding-right: 40px;
}

/* 5. CTA (Call to Action) Buttons Spacing */
.th-btn,
.aa-dd-btn {
    margin-top: 15px;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

/* 6. Background Variations for Depth */
.bg-light {
    background-color: #f4f7ff !important;
}

/* ==========================================================================
   RESPONSIVE FIXES
   ========================================================================== */
@media (max-width: 991px) {
    h1.sec-title {
        font-size: 2rem;
    }

    .section {
        padding: 50px 0;
    }

    .col-lg-6 {
        padding-right: 15px;
    }

    /* ==========================================================================
   EXECUTIVE SEARCH & CONTENT CARD REFINEMENT
   ========================================================================== */

    /* 1. Card Container Grid */
    /* Use a grid to ensure all cards have equal height regardless of content length */
    .executive-approach-grid {
        display: grid;
        grid-template-columns: repeat(auto-fit, minmax(400px, 1fr));
        gap: 30px;
        margin-top: 40px;
    }

    /* 2. Individual Card Styling */
    .approach-card {
        background: #ffffff;
        padding: 35px;
        border-radius: 16px;
        box-shadow: 0 10px 30px rgba(42, 40, 112, 0.05);
        display: flex;
        align-items: flex-start;
        /* Keeps the icon at the top */
        gap: 20px;
        /* Precise gap between icon and text */
        border: 1px solid #f0f2f9;
        transition: transform 0.3s ease;
    }

    .approach-card:hover {
        transform: translateY(-5px);
        border-color: #6cc04a;
    }

    /* 3. Icon Alignment */
    .approach-card i,
    .approach-card .icon-wrap {
        font-size: 24px;
        color: #6cc04a;
        flex-shrink: 0;
        /* Prevents icon from squishing */
        margin-top: 5px;
        /* Aligns icon with the first line of the title */
    }

    /* 4. Text Content Alignment */
    .approach-card .content-wrap {
        flex-grow: 1;
    }

    /* 5. Title Styling - Separates title from description */
    .approach-card h5 {
        font-size: 18px;
        font-weight: 700;
        color: #2a2870;
        margin-bottom: 12px;
        /* Force space below title */
        display: block;
        /* Ensures description starts on a new line */
    }

    /* 6. Description Text */
    .approach-card p {
        font-size: 15px;
        line-height: 1.7;
        color: #5a5a82;
        margin: 0;
    }

    /* Container for the list to remove default bullets */
    ul {
        list-style: none;
        padding: 0;
    }

    /* Styling the List Item Wrapper */
    li {
        margin-bottom: 20px;
        /* Space between the cards */
    }

    /* The Card Styling */
    .approach-card {
        background: #ffffff;
        padding: 25px 30px;
        border-radius: 12px;
        border: 1px solid #eef0f7;
        box-shadow: 0 4px 12px rgba(42, 40, 112, 0.04);
        transition: all 0.3s ease-in-out;
        display: flex;
        align-items: flex-start;
    }

    /* Hover Effect */
    .approach-card:hover {
        transform: translateY(-5px);
        box-shadow: 0 12px 24px rgba(42, 40, 112, 0.08);
        border-color: #6cc04a;
        /* Using your brand green */
    }

    /* Styling the Content inside the card */
    .content-wrap {
        font-size: 15px;
        line-height: 1.7;
        color: #4a4a68;
    }

    /* Styling the Bold Title (Role Definition, etc.) */
    .content-wrap strong {
        display: block;
        /* Puts the description on a new line */
        font-size: 18px;
        color: #2a2870;
        /* Deep blue for professional look */
        margin-bottom: 8px;
        font-weight: 700;
    }

    /* ==========================================================================
   CONTACT FORM & INFO BOX ALIGNMENT (From Image 1 & 2)
   ========================================================================== */
    .contact-info-grid {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        gap: 20px;
    }

    .info-box {
        background: #fff;
        padding: 25px;
        border-radius: 12px;
        border: 1px dashed #d1d8e6;
        /* Matches the dashed style in your reference */
        text-align: left;
    }

    .info-box h6 {
        color: #b1bb1d;
        /* Match the gold/olive color in image */
        font-weight: 600;
        margin: 10px 0;
    }
}

/* Fix for the feature list icons */
.feature-list {
    list-style: none;
    padding: 0;
}

.feature-list li {
    position: relative;
    padding-left: 25px;
    margin-bottom: 10px;
    font-size: 14.5px;
}

.feature-list li::before {
    content: "✔";
    position: absolute;
    left: 0;
    color: #6cc04a;
    /* Your brand green */
    font-weight: bold;
}

/* Button SVG alignment */
.th-btn svg {
    margin-left: 8px;
    vertical-align: middle;
    fill: currentColor;
}

.mtabcontent {
    display: none;
    /* Hide all by default */
    animation: fadeIn 0.5s;
}

@keyframes fadeIn {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

.location-map-section {
    overflow: hidden;
    border-radius: 10px;
}

/* Force map and form to be same height */
.align-items-stretch {
    display: flex;
}

.map-wrapper {
    min-height: 500px;
}

.location-info-card {
    position: absolute;
    bottom: 50px;
    left: 20px;
    background: #edecf1;
    color: #fff;
    padding: 15px;
    border-radius: 8px;
    z-index: 10;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.3);
}

.location-info-card h3 {
    color: #6cc04a;
    font-size: 18px;
    margin-bottom: 5px;
}

/* Unified Banner Section */
.job-inner-bannersec {
    position: relative;
    overflow: hidden;
    background-color: var(--theme-color);
    /* Increased padding from 60px to 100px for a taller banner */
    padding: 100px 0;
    /* Increased min-height to provide more vertical space */
    min-height: 500px;
    display: flex;
    align-items: center;
    z-index: 1;
    /* text-align: left; */
}

.banner-bg-wrapper {
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
}

.banner-bg-wrapper::after {
    content: '';
    position: absolute;
    inset: 0;
    /* Gradient protects text readability on the left while showing faces on the right */
    background: linear-gradient(to right,
            var(--theme-color) 30%,
            rgba(42, 40, 112, 0.4) 65%,
            transparent 100%);
    z-index: 1;
}

.banner-bg-img {
    position: absolute;
    right: 0;
    top: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;


}

.job-search-container {
    position: absolute;
    /* Adjusted bottom position to stay within the taller banner */
    bottom: 40px;
    left: 0;
    width: 100%;
    z-index: 10;
}

.job-search-box {
    background: #ffffff;
    padding: 20px;
    border-radius: 80px;
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.15);
}

.job-search-flex {
    display: flex;
    align-items: center;
    gap: 15px;
    flex-wrap: wrap;
}

.job-field input,
.job-field select {
    width: 100%;
    height: 55px;
    border-radius: 40px;
    border: 1px solid #e5e7eb;
    padding: 0 20px;
    font-size: 14px;
    outline: none;
    background: #fff;
}

.job-field select {
    appearance: none;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12'%3E%3Cpath fill='%23999' d='M6 9L1 3h10z'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: right 20px center;
}

.job-btn button {
    height: 55px;
    padding: 0 30px;
    border-radius: 40px;
    background: var(--theme-color2);
    color: #fff;
    border: none;
    font-size: 15px;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.3s ease;
    display: flex;
    align-items: center;
    gap: 8px;
}

.job-btn button:hover {
    background: var(--theme-color);
}


/* Banner Container */

.mini-modal {
    position: fixed;
    z-index: 10000;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    display: flex;
    align-items: center;
    justify-content: center;
}

.mini-modal-content {
    background: #fff;
    padding: 25px;
    border-radius: 12px;
    width: 320px;
    /* Much smaller */
    text-align: center;
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.1);
}

.mini-icon svg {
    width: 70px;
    height: 70px;
    margin-bottom: 15px;
}

.text-success svg {
    fill: #28a745;
}

.text-danger svg {
    fill: #dc3545;
}

.mini-modal-content h3 {
    margin: 0 0 8px;
    font-size: 18px;
}

.mini-modal-content p {
    font-size: 14px;
    color: #555;
    margin-bottom: 20px;
}

.mini-btn {
    background: #1a1a1a;
    color: #fff;
    border: none;
    padding: 8px 25px;
    border-radius: 6px;
    cursor: pointer;
    font-size: 13px;
}
.chatbot-box {
    position: fixed;
    bottom: 80px;
    right: 20px;
    width: 300px;
    background: #fff;
    border-radius: 10px;
    box-shadow: 0 5px 20px rgba(0,0,0,0.2);
    display: none;
    z-index: 9999;
    overflow: hidden;
}

.chat-header {
    background: #2a2870;
    color: #fff;
    padding: 10px;
    font-weight: bold;
    display: flex;
    justify-content: space-between;
}

.chat-body {
    height: 250px;
    overflow-y: auto;
    padding: 10px;
}

.bot-msg {
    background: #f1f1f1;
    padding: 8px 10px;
    border-radius: 8px;
    margin-bottom: 8px;
}

.user-msg {
    background: #2a2870;
    color: white;
    padding: 8px 10px;
    border-radius: 8px;
    margin-bottom: 8px;
    text-align: right;
}

.chat-footer {
    display: flex;
    border-top: 1px solid #ddd;
}

.chat-footer input {
    flex: 1;
    border: none;
    padding: 8px;
}

.chat-footer button {
    background: #2a2870;
    color: white;
    border: none;
    padding: 8px 12px;
}
.close-btn {
    cursor: pointer;
}
.cert-card {
    border-radius: 14px;
    overflow: hidden;
    position: relative;
    background: #fff;
    /* Adjusted aspect ratio for portrait certificates (Width / Height) */
    aspect-ratio: 3 / 4; 
    box-shadow: 0 10px 30px rgba(0,0,0,0.08);
    border: 1px solid #f0f0f0;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.4s ease;
}

.cert-img {
    /* Use 100% width to ensure the text spans the card width for clarity */
    width: 100%;
    height: 100%;
    object-fit: contain;
    /* Uniform padding as requested */
    padding: 25px; 
    transition: transform 0.4s ease;
    display: block;
}

.cert-card:hover {
    box-shadow: 0 15px 35px rgba(0,0,0,0.15);
    border-color: var(--theme-color); /* Optional: adds a brand color border on hover */
}

.cert-card:hover .cert-img {
    transform: scale(1.08);
}
.placement-dd {
    width: 100%;
    height: 120px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 12px;
    background: #fff;
    border-radius: 10px;
   border: 1px solid transparent;
background: linear-gradient(#fff, #fff) padding-box,
            linear-gradient(45deg, #0d6efd, #20c997) border-box;
   
}

.placement-dd:hover {
    border-color: var(--theme-color);
    box-shadow: 0 6px 18px rgba(0,0,0,0.08);
}

.placement-dd img {
    max-width: 100%;
    max-height: 100%;
    object-fit: contain;        /* Keeps logo ratio */
    transition: 0.3s ease;
}

/* Hover effect (optional) */
.placement-dd img:hover {
    transform: scale(1.05);
}

/* Responsive height */
@media (max-width: 768px) {
    .placement-dd {
        height: 90px;
    }
}

@media (max-width: 480px) {
    .placement-dd {
        height: 70px;
    }
}
/* Sub section container */
.other-sec-sub {
    margin-top: 5px;
    padding: 25px;
    border-radius: 15px;
}

.other-sec-sub h4 {
    color: var(--theme-color);
    font-size: 24px;
    font-weight: 700;
    margin-bottom: 15px;
    margin-top: 25px;
    position: relative;
    padding-left: 32px; /* space for icon */
}

.other-sec-sub h4::before {
    content: "✔";
    position: absolute;
    left: 0;
    top: 0;
    font-size: 18px;
    color: var(--theme-color);
}

/* Paragraph */
.other-sec-sub p {
    margin-bottom: 10px;
    line-height: 1.7;
}

/* List */
.other-sec-sub ul {
    padding-left: 0;
    margin-bottom: 15px;
}

.other-sec-sub ul li {
    list-style: none;
    position: relative;
    padding-left: 32px;
    margin-bottom: 12px;
    line-height: 1.6;
}

/* Tick icon */
.other-sec-sub ul li::before {
    content: "\f058";   /* FontAwesome check-circle */
    font-family: "Font Awesome 6 Free";
    font-weight: 900;
    position: absolute;
    left: 0;
    top: 3px;
    font-size: 18px;
    color: var(--theme-color);
}

/* Strong text */
.cr-section{
    padding: 20px 0;
}

.cr-content .sub-title{
    color: var(--theme-color2);
    font-weight: 600;
    margin-bottom: 10px;
}

.cr-content .main-title{
    font-size: 32px;
    font-weight: 700;
    margin-bottom: 20px;
    color: var(--theme-color);
}

.cr-content p{
    color: #555;
    line-height: 1.7;
    margin-bottom: 15px;
}

/* IMAGE */
.cr-cycle{
    text-align: center;
    max-width: 600px;
    margin: auto;
}

.cr-cycle img{
    width: 100%;
}

/* RESPONSIVE */
@media (max-width: 991px){
    .cr-section{
        text-align: center;
    }

    .cr-cycle{
        margin-top: 30px;
    }
}

.world-map-section {
    position: relative;
    width: 100%;
    height: auto !important; 
    overflow: visible !important;
    background: #fff;
    padding: 30px 0;
}

.map-container {
    display: flex;
    width: 100%;
    height: 100%;
    align-items: stretch;
    gap: 15px;
    padding: 0 15px; 
}

.map-box {
    flex: 1; 
    overflow: hidden;
    position: relative;
    height: auto; 
}

.map-box img {
    width: 100%;
    height: 100%;
    object-fit: contain; 
    display: block;
    transition: transform 0.5s ease;
}


.map-box:hover img {
    transform: scale(1.03);
}

@media (max-width: 1440px) and (min-width: 992px) {
    .map-box {
        height: 350px; 
    }
}

@media (max-width: 991px) {
    .map-box {
        height: 300px;
    }
    .map-container {
        gap: 10px;
    }
}

@media (max-width: 768px) {
    .map-container {
        flex-direction: column;
        gap: 20px;
    }
    
    .map-box {
        height: 250px;
        width: 100%;
    }
    
    .map-box img {
        object-fit: contain; 
    }
}
.description-box {
    line-height: 1.8;
    color: #555;
}
.highlight-partnership, 
.highlight-partnership .container {
    text-align: center !important;
}

.highlight-partnership h4,
.highlight-partnership .lead,
.highlight-partnership .lead p,
.highlight-partnership .lead p strong {
    text-align: center !important;
    display: block !important;
    width: 100% !important;
    margin-left: auto !important;
    margin-right: auto !important;
}
.highlight-partnership .lead {
    color: #ffffff;
    text-shadow: 0px 2px 4px rgba(0, 0, 0, 0.5); 
}
.highlight-partnership .lead p {
    color: #ffffff;
    text-shadow: 0px 2px 4px rgba(0, 0, 0, 0.5);
}
.highlight-partnership .lead p strong {
    font-size: 25px;
    color: #ffffff;
    text-shadow: 0px 2px 4px rgba(0, 0, 0, 0.5);
}
.highlight-partnership .lead ul {
    list-style: none;
    padding: 0;
    display: inline-block;
    text-align: left;
    /* New Properties for 2 Columns */
    column-count: 2; 
    column-gap: 40px; 
    width: 100%; /* Ensures the list uses the available width to split */
}

.highlight-partnership .lead ul li {
    margin-bottom: 10px;
    position: relative;
    padding-left: 25px;
    /* Ensures list items don't break across columns awkwardly */
    break-inside: avoid-column; 
    display: inline-block;
    width: 100%;
}

/* Custom white bullet point */
.highlight-partnership .lead ul li::before {
    content: "•";
    color: #ffffff; 
    font-weight: bold;
    position: absolute;
    left: 0;
}

/* Responsive Fix: Switch back to 1 column on mobile devices */
@media (max-width: 767px) {
    .highlight-partnership .lead ul {
        column-count: 1;
    }
}
.bg-light {
    background-color: #f8f9fa !important;
}

/* Feature Card Styling */
.highlight-partnership {
    position: relative;
}

.btn-white {
    background: #fff;
    color: #111;
    padding: 12px 30px;
    border-radius: 50px;
    text-decoration: none;
    font-weight: 600;
    transition: 0.3s;
}

.btn-white:hover {
    background: #e2e2e2;
    transform: translateY(-3px);
}

/* Modern Split Styling */
.modern-split h4 {
    color: var(--theme-color);
    font-size: 24px;
    
}
.partnership-img-wrapper{
    width: 100%; 
    display: block;
}
.partnership-img-wrapper img {
    width: 100% !important;
   
    object-fit: cover; 
    object-position: center;
}
.modern-split .row {
    transition: transform 0.3s ease;
}

.modern-split .row:hover {
    transform: translateY(-5px);
}

.style-link {
    color: #fff; /* Adjust to your brand color */
    font-weight: 700;
    text-decoration: none;
    text-transform: uppercase;
    font-size: 14px;
}

/* Responsive fixes */
@media (max-width: 991px) {
    .other-sec-bb-con {
       
        padding-top: 20px;
    }
    .min-vh-50 {
        min-height: 250px;
    }
}


.tt-inersec{
	padding:60px 0 60px;
	Position:relative
}
.tt-ty-box-des-in h3{
    font-size: 25px;
    line-height: 1.2;
		color:var(--theme-color);
		margin-bottom:2px
	}
.tt-ty-box {
    position: relative;
    background: #ffffff;
    border-radius: 15px; /* Matches the rounded corners in the image */
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
    overflow: hidden; /* Ensures image/bg doesn't bleed past corners */
    height: 100%;
}

.tt-ty-box-img {
    height: 100%;
    min-height: 350px; /* Ensures a consistent baseline size */
    background-color: #f8f9fa;
}

.tt-ty-box-img img {
    width: 100%;
    height: 100%;
    object-fit: cover; /* This makes different images look same size */
    object-position: top center;
    display: block;
}

.tt-ty-box-des {
    padding: 40px 30px;
    height: 100%;
}

.tt-ty-box-des-in p {
    font-size: 16px;
    line-height: 1.6;
    color: #444;
    margin-bottom: 25px;
}
.tt-ty-box-des-in li{
     font-size: 16px;
}

.tt-ty-box-des {
    padding: 40px 30px;
    display: flex; 
    flex-direction: column;
    height: 100%;
}

.tt-ty-box-des-in {
    display: flex;
    flex-direction: column;
    flex-grow: 1; 
    height: 100%;
}

.tt-ty-box-des-in p {
    flex-grow: 1; 
    margin-bottom: 25px;
    font-size: 16px;
     color: #444;
    line-height: 1.6;
}

.tt-ty-box-des-in h3 {
    margin-top: auto; 
    font-size: 30px;
    font-weight: 700;
    color: #2a2870; 
    margin-bottom: 5px;
}

.tt-ty-box-des-in h4 {
    font-size: 24px;
    font-weight: 700;
    color: var(--theme-color);
}

/* Responsiveness for Mobile */
@media (max-width: 575px) {

    .tt-ty-box-des {
        padding: 25px 20px;
    }
    /* Stop the side-by-side layout on very small phones */
    .tt-ty-box .row.g-0 {
        display: block;
    }
}
.tt-ty-box .row {
    height: 100%;
}
html {
    scroll-behavior: smooth;
    scroll-padding-top: 100px;
}


.accordion-box {
  max-width: 100%;
}

.acc-item {
  transition: all 0.3s ease;
}

.acc-item.active {
  transform: scale(1.01);
  box-shadow: 0 15px 40px rgba(0,0,0,0.08);
}

.acc-item::before {
  content: "";
  position: absolute;
  left: 0;
  top: 25px;
  width: 6px;
  height: 6px;
  background: var(--theme-color);
  border-radius: 50%;
}

.acc-item.active::before {
  height: 40px;
  border-radius: 10px;
}

.acc-title {
   position: relative;
  padding: 20px 40px 20px 20px;
  font-size: 18px;
  font-weight: 600;
  cursor: pointer;
  background: #f8f9fa;
      font-size: 25px;
    line-height: 1.2;
		color:var(--theme-color);
		margin-bottom:2px
}

.acc-content {
  max-height: 0;
  overflow: hidden;
  transition: all 0.5s ease;
}

/* OPEN STATE */
.acc-item.active .acc-content {
  max-height: 2000px; /* large enough */
}
/* The Icon Container */
.acc-icon {
    position: absolute;
    right: 25px;
    width: 20px;
    height: 20px;
    transition: transform 0.4s ease;
}

/* Create the Arrow using pseudo-elements */
.acc-icon::before,
.acc-icon::after {
    content: "";
    position: absolute;
    background-color: var(--theme-color);
    transition: all 0.3s ease;
}

/* This creates a chevron (v) shape */
.acc-icon::before {
    width: 2px;
    height: 12px;
    transform: rotate(-45deg);
    left: 4px;
    top: 4px;
}

.acc-icon::after {
    width: 2px;
    height: 12px;
    transform: rotate(45deg);
    left: 12px;
    top: 4px;
}

/* --- THE MAGIC: ROTATION ON ACTIVE --- */
.acc-item.active .acc-icon {
    transform: rotate(180deg); /* Flips the arrow up */
}

/* Hover effect to show interactivity */
.acc-item:not(.active) .acc-title:hover {
    background: #f1f1f1;
}