@use "sass:math";

:root {
    --theme-color: #374868;
    --theme-color2: #FFD54F;
    --title-color: #03060E;
    --body-color: #4E4E4E;
    --smoke-color: #F0F0F0;
    --smoke-color2: #F8F8F8;
    --smoke-color3: #C5DACC;
    --smoke-color4: #E9F5ED;
    --black-color: #000000;
    --black-color2: #0A0A0A;
    --gray-color: #D8DDE1;
    --white-color: #ffffff;
    --light-color: #B7BEC8;
    --yellow-color: #FFB539;
    --success-color: #28a745;
    --error-color: #dc3545;
    --th-border-color: #E0E0E0;
    --title-font: "Cairo", sans-serif;
    --body-font: "Cairo", 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: 16px;
    font-weight: 400;
    color: var(--body-color);
    line-height: 26px;
    overflow-x: hidden;
    -webkit-font-smoothing: antialiased
}

body.body-shape:before,
body.body-shape:after {
    content: "";
    position: absolute;
    top: -50px;
    width: 239px;
    height: 350px;
    background-image: url("../img/shape/body-shape.png");
    background-repeat: left top;
    background-repeat: no-repeat;
    z-index: -1
}

body.body-shape:before {
    left: 0;
    background-position: left center
}

body.body-shape:after {
    top: -30px;
    right: 0;
    background-image: url("../img/shape/body-shape2.png");
    background-position: right top
}

body.body-pattern {
    background-image: url("../img/bg/pattern.png")
}

iframe {
    border: none;
    width: 100%
}

.slick-slide:focus,
button:focus,
a:focus,
a:active,
a.nice-select.open,
.currency-menu a.nice-select.open,
.header-layout5 .langauge a.nice-select.open,
.header-layout6 .langauge a.nice-select.open,
.header-layout6 .header-right .langauge a.nice-select.open,
.package-form a.nice-select.open,
input,
input:hover,
input:focus,
input:active,
input.nice-select.open,
.currency-menu input.nice-select.open,
.header-layout5 .langauge input.nice-select.open,
.header-layout6 .langauge input.nice-select.open,
.header-layout6 .header-right .langauge input.nice-select.open,
.package-form input.nice-select.open,
textarea,
textarea:hover,
textarea:focus,
textarea:active,
textarea.nice-select.open,
.currency-menu textarea.nice-select.open,
.header-layout5 .langauge textarea.nice-select.open,
.header-layout6 .langauge textarea.nice-select.open,
.header-layout6 .header-right .langauge textarea.nice-select.open,
.package-form textarea.nice-select.open {
    outline: none
}

input:focus {
    outline: none;
    box-shadow: none
}

img:not([draggable]),
embed,
object,
video {
    max-width: 100%;
    height: auto
}

ul {
    list-style-type: disc
}

ol {
    list-style-type: decimal
}

table {
    margin: 0 0 1.5em;
    width: 100%;
    border-collapse: collapse;
    border-spacing: 0;
    border: 1px solid var(--th-border-color)
}

th {
    font-weight: 700;
    color: var(--title-color)
}

td,
th {
    border: 1px solid var(--th-border-color);
    padding: 9px 12px
}

a {
    color: var(--theme-color);
    text-decoration: none;
    outline: 0;
    -webkit-transition: all ease 0.4s;
    transition: all ease 0.4s
}

a:hover {
    color: var(--title-color)
}

a:active,
a.nice-select.open,
.currency-menu a.nice-select.open,
.header-layout5 .langauge a.nice-select.open,
.header-layout6 .langauge a.nice-select.open,
.header-layout6 .header-right .langauge a.nice-select.open,
.package-form 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.75
}

h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a,
p a,
span a {
    font-size: inherit;
    font-family: inherit;
    font-weight: inherit;
    line-height: inherit
}

.h1,
h1,
.h2,
h2,
.h3,
h3,
.h4,
h4,
.h5,
h5,
.h6,
h6 {
    font-family: var(--title-font);
    color: var(--title-color);
    text-transform: none;
    font-weight: 700;
    line-height: 1.4;
    margin: 0 0 15px 0
}

.h1,
h1 {
    font-size: 72px;
    line-height: 1.208
}

.h2,
h2 {
    font-weight: 700;
    font-size: 40px;
    line-height: 1.25;
    letter-spacing: 0.02em
}

.h3,
h3 {
    font-size: 36px;
    line-height: 1.278
}

.h4,
h4 {
    font-size: 30px;
    line-height: 1.333
}

.h5,
h5 {
    font-size: 24px;
    line-height: 1.417
}

.h6,
h6 {
    font-size: 20px;
    line-height: 1.5
}

@media (max-width: 1500px) {

    .h1,
    h1 {
        font-size: 57px;
        line-height: 1.3
    }
}

@media (max-width: 1299px) {

    .h1,
    h1 {
        font-size: 50px;
        line-height: 1.52
    }

    .h2,
    h2 {
        font-size: 44px;
        line-height: 1.3
    }

    .h3,
    h3 {
        font-size: 38px
    }
}

@media (max-width: 1199px) {

    .h1,
    h1 {
        font-size: 45px;
        line-height: 1.3
    }

    .h2,
    h2 {
        font-size: 32px;
        line-height: 1.3
    }

    .h3,
    h3 {
        font-size: 30px
    }

    .h4,
    h4 {
        font-size: 24px
    }

    .h5,
    h5 {
        font-size: 20px
    }

    .h6,
    h6 {
        font-size: 16px
    }
}

@media (max-width: 767px) {

    .h1,
    h1 {
        font-size: 40px
    }

    .h2,
    h2 {
        font-size: 30px;
        line-height: 1.3
    }

    .h3,
    h3 {
        font-size: 26px
    }

    .h4,
    h4 {
        font-size: 22px
    }

    .h5,
    h5 {
        font-size: 18px
    }

    .h6,
    h6 {
        font-size: 16px
    }
}

@media (max-width: 375px) {

    .h1,
    h1 {
        font-size: 38px
    }
}

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: var(--theme-color2)
}

.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: var(--theme-color2);
    border-color: var(--theme-color2)
}

.wp-block-button.is-style-squared .wp-block-button__link {
    border-radius: 0
}

.wp-block-pullquote {
    margin-top: 50px
}

ol.wp-block-latest-comments li {
    margin: 15px 0
}

ul.wp-block-latest-posts {
    padding: 0;
    margin: 0;
    margin-bottom: 15px
}

ul.wp-block-latest-posts a {
    color: inherit
}

ul.wp-block-latest-posts a:hover {
    color: var(--theme-color)
}

ul.wp-block-latest-posts li {
    margin: 15px 0
}

.wp-block-search__inside-wrapper {
    position: relative
}

.wp-block-search {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-bottom: 30px
}

.wp-block-search .wp-block-search__input {
    width: 100%;
    max-width: 100%;
    border: 1px solid rgba(153, 153, 153, 0.3);
    padding-left: 25px;
    border-radius: 8px
}

.wp-block-search .wp-block-search__input:focus {
    border-color: var(--theme-color)
}

.wp-block-search .wp-block-search__button {
    margin: 0;
    min-width: 110px;
    height: 100%;
    border: none;
    color: var(--white-color);
    background-color: var(--theme-color);
    border-radius: 8px;
    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
}
.dir{
        direction: rtl;

}
@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: var(--theme-color2);
    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: var(--theme-color);
    border-color: transparent
}

.page-links>span:not(.page-links-title):not(.screen-reader-text).current,
.page-links>a.current {
    background-color: var(--theme-color2);
    color: var(--title-color);
    border-color: transparent
}

.page-links span.screen-reader-text {
    display: none
}

#give_purchase_form_wrap .give-submit-button-wrap .give-btn {
    height: 100%;
    padding: 14px 30px
}

.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: var(--theme-color);
    z-index: 1;
    height: 44px;
    width: 44px;
    line-height: 44px;
    text-align: center;
    border-radius: 0 20px 0 20px
}

@media (max-width: 767px) {

    .blog-single.format-quote:before,
    .blog-single.format-link:before,
    .blog-single.tag-sticky-2:before,
    .blog-single.sticky:before {
        border-radius: 0 10px 0 10px
    }
}

.blog-single.tag-sticky-2::before,
.blog-single.sticky::before {
    content: "\f08d"
}

.blog-single.format-quote:before {
    content: "\f10e"
}

.blog-single .blog-content .wp-block-categories-dropdown.wp-block-categories,
.blog-single .blog-content .wp-block-archives-dropdown {
    display: block;
    margin-bottom: 30px
}

.blog-details .blog-single:before {
    display: none
}

.blog-details .blog-single .blog-content {
    background-color: transparent;
    overflow: hidden
}

.blog-details .blog-single.format-chat .blog-meta {
    margin-bottom: 20px
}

.blog-details .blog-single.format-chat .blog-content>p:nth-child(2n) {
    background: var(--smoke-color);
    padding: 5px 20px
}

.blog-details .blog-single.tag-sticky-2,
.blog-details .blog-single.sticky,
.blog-details .blog-single.format-quote,
.blog-details .blog-single.format-link {
    background-color: transparent
}

.blog-details .blog-single.tag-sticky-2:before,
.blog-details .blog-single.sticky:before,
.blog-details .blog-single.format-quote:before,
.blog-details .blog-single.format-link:before {
    display: none
}

.nof-title {
    margin-top: -0.24em
}

.th-search {
    background-color: var(--smoke-color2);
    margin-bottom: 30px;
    border-radius: 15px;
    overflow: hidden
}

.th-search .search-grid-content {
    padding: 30px
}

@media (max-width: 767px) {
    .th-search .search-grid-content {
        padding: 20px
    }
}

.th-search .search-grid-title {
    font-size: 20px;
    margin-bottom: 5px;
    margin-top: 0
}

.th-search .search-grid-title a {
    color: inherit
}

.th-search .search-grid-title a:hover {
    color: var(--theme-color)
}

.th-search .search-grid-meta>* {
    display: inline-block;
    margin-right: 15px;
    font-size: 14px
}

.th-search .search-grid-meta>*:last-child {
    margin-right: 0
}

.th-search .search-grid-meta a,
.th-search .search-grid-meta span {
    color: var(--body-color)
}

@media (max-width: 767px) {

    .blog-single.format-quote:before,
    .blog-single.format-link:before,
    .blog-single.tag-sticky-2:before,
    .blog-single.sticky:before {
        font-size: 14px;
        width: 40px;
        height: 40px;
        line-height: 40px
    }
}

@media (max-width: 768px) {
    .wp-block-latest-comments {
        padding-left: 10px
    }

    .page--content.clearfix+.th-comment-form {
        margin-top: 24px
    }
}

.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: var(--theme-color2)
}

.wp-block-calendar th,
.calendar_wrap th {
    font-size: 14px;
    padding: 5px 5px;
    border: none;
    text-align: center;
    border-right: 1px solid #fff;
    color: var(--title-color);
    font-weight: 500
}

.wp-block-calendar th:first-child,
.calendar_wrap th:first-child {
    border-left: 1px solid #eee
}

.wp-block-calendar th:last-child,
.calendar_wrap th:last-child {
    border-right: 1px solid #eee
}

.wp-block-calendar table th,
.calendar_wrap table th {
    font-weight: 500
}

.wp-block-calendar td,
.calendar_wrap td {
    font-size: 14px;
    padding: 5px 5px;
    color: #01133c;
    border: 1px solid #eee;
    text-align: center;
    background-color: transparent;
    -webkit-transition: all ease 0.4s;
    transition: all ease 0.4s
}

.wp-block-calendar #today,
.calendar_wrap #today {
    color: var(--theme-color);
    background-color: var(--white-color);
    border-color: #ededed
}

.wp-block-calendar thead,
.calendar_wrap thead {
    background-color: #fff
}

.wp-block-calendar .wp-calendar-table,
.calendar_wrap .wp-calendar-table {
    margin-bottom: 0
}

.wp-block-calendar .wp-calendar-nav .pad,
.calendar_wrap .wp-calendar-nav .pad {
    display: none
}

.wp-block-calendar a,
.calendar_wrap a {
    color: inherit;
    text-decoration: none
}

.wp-block-calendar a:hover,
.calendar_wrap a:hover {
    color: var(--title-color)
}

.wp-block-calendar {
    margin-bottom: 30px;
    border: none;
    padding-bottom: 0
}

ul.widget_rss,
ul.wp-block-rss,
ol.widget_rss,
ol.wp-block-rss {
    padding-left: 0
}

.widget_rss,
.wp-block-rss {
    list-style-type: none
}

.widget_rss ul,
.wp-block-rss ul {
    margin: -0.2em 0 -0.5em 0;
    padding: 0;
    list-style: none
}

.widget_rss ul .rsswidget,
.wp-block-rss ul .rsswidget {
    color: var(--title-color);
    font-family: var(--theme-font);
    font-size: 18px;
    display: block;
    margin-bottom: 10px
}

.widget_rss ul .rssSummary,
.wp-block-rss ul .rssSummary {
    font-size: 14px;
    margin-bottom: 7px;
    line-height: 1.5
}

.widget_rss ul a,
.wp-block-rss ul a {
    display: block;
    font-weight: 600;
    color: inherit
}

.widget_rss ul a:hover,
.wp-block-rss ul a:hover {
    color: var(--theme-color)
}

.widget_rss ul .rss-date,
.wp-block-rss ul .rss-date {
    font-size: 14px;
    display: inline-block;
    margin-bottom: 5px;
    font-weight: 400;
    color: var(--title-color)
}

.widget_rss ul .rss-date:before,
.wp-block-rss ul .rss-date:before {
    content: "\f073";
    font-family: var(--icon-font);
    margin-right: 10px;
    font-weight: 300;
    color: var(--theme-color)
}

.widget_rss ul cite,
.wp-block-rss ul cite {
    font-weight: 500;
    color: var(--title-color);
    font-family: var(--body-font);
    font-size: 14px
}

.widget_rss ul cite:before,
.wp-block-rss ul cite:before {
    content: "";
    position: relative;
    top: -1px;
    left: 0;
    width: 20px;
    height: 2px;
    display: inline-block;
    vertical-align: middle;
    margin-right: 8px;
    background-color: var(--theme-color)
}

.widget_rss li:not(:last-child),
.wp-block-rss li:not(:last-child) {
    margin-bottom: 16px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    padding-bottom: 16px
}

.widget_rss a:hover,
.wp-block-rss a:hover {
    color: var(--theme-color)
}

.textwidget {
    margin-top: -0.1em
}

.footer-sitcky.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: 1680px
    }
}

@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-8 {
    --bs-gutter-x: 8px
}

.gx-10 {
    --bs-gutter-x: 10px
}

.gx-16 {
    --bs-gutter-x: 16px
}

.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
    }
}

.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
    }
}

select,
.form-control,
.form-select,
textarea,
input {
    height: 50px;
    padding: 0 25px 0 25px;
    padding-right: 45px;
    color: var(--body-color);
    background-color: #F0F0F0;
    border-radius: 5px;
    font-size: 14px;
    width: 100%;
    border: 1px solid transparent;
    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: #666666
}

select::-webkit-input-placeholder,
.form-control::-webkit-input-placeholder,
.form-select::-webkit-input-placeholder,
textarea::-webkit-input-placeholder,
input::-webkit-input-placeholder {
    color: #666666
}

select:-ms-input-placeholder,
.form-control:-ms-input-placeholder,
.form-select:-ms-input-placeholder,
textarea:-ms-input-placeholder,
input:-ms-input-placeholder {
    color: #666666
}

select::-webkit-input-placeholder,
.form-control::-webkit-input-placeholder,
.form-select::-webkit-input-placeholder,
textarea::-webkit-input-placeholder,
input::-webkit-input-placeholder {
    color: #666666
}

select::-moz-placeholder,
.form-control::-moz-placeholder,
.form-select::-moz-placeholder,
textarea::-moz-placeholder,
input::-moz-placeholder {
    color: #666666
}

select:-ms-input-placeholder,
.form-control:-ms-input-placeholder,
.form-select:-ms-input-placeholder,
textarea:-ms-input-placeholder,
input:-ms-input-placeholder {
    color: #666666
}

select::-ms-input-placeholder,
.form-control::-ms-input-placeholder,
.form-select::-ms-input-placeholder,
textarea::-ms-input-placeholder,
input::-ms-input-placeholder {
    color: #666666
}

select::placeholder,
.form-control::placeholder,
.form-select::placeholder,
textarea::placeholder,
input::placeholder {
    color: #666666
}

.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: 14px
}

textarea.form-control.style2,
textarea.style2 {
    min-height: 100px
}

.form-group {
    margin-bottom: var(--bs-gutter-x);
    position: relative
}

.form-group>i {
    display: inline-block;
    position: absolute;
    right: 25px;
    top: 19px;
    font-size: 16px;
    color: var(--body-color)
}

.form-group>i.fa-envelope {
    padding-top: 1px
}

.form-group>i.fa-comment {
    margin-top: -2px
}

.form-group>i.fa-chevron-down {
    width: 17px;
    background-color: var(--smoke-color)
}

.form-group.has-label>i {
    top: 50px
}

[class*="col-"].form-group>i {
    right: calc((var(--bs-gutter-x) / 2) + 25px)
}

option:checked,
option:focus,
option:hover {
    background-color: var(--theme-color);
    color: var(--white-color)
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0
}

input[type="number"] {
    -moz-appearance: textfield
}

input[type="checkbox"] {
    visibility: hidden;
    opacity: 0;
    display: inline-block;
    vertical-align: middle;
    width: 0;
    height: 0;
    display: none
}

input[type="checkbox"]:checked~label:before {
    content: "\f00c";
    color: var(--white-color);
    background-color: var(--body-color);
    border-color: var(--body-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(--body-color)
}

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-horizontal>.swiper-pagination-progressbar,
.swiper-pagination-progressbar.swiper-pagination-horizontal,
.swiper-pagination-progressbar.swiper-pagination-vertical.swiper-pagination-progressbar-opposite,
.swiper-vertical>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
    width: 100%;
    height: var(--swiper-pagination-progressbar-size, 4px);
    left: 0
}

.swiper-pagination-fraction {
    text-align: center;
    font-size: 18px;
    font-weight: 500;
    color: var(--title-color)
}

.swiper-pagination-fraction .swiper-pagination-current {
    display: inline-block;
    width: 31px
}

.slider-controller {
    margin-top: 37px;
    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: 18px;
    margin-bottom: 25px
}

.slider-controller .button {
    width: calc(100% - 204px)
}

.slider-controller .slider-arrow {
    min-width: 56px
}

@media (max-width: 991px) {
    .slider-controller .slider-arrow {
        min-width: 40px
    }
}

@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: 96px;
    width: 30px
}

.swiper-pagination-bullets .swiper-pagination-bullet {
    display: inline-block;
    --swiper-pagination-bullet-size: 12px;
    --swiper-pagination-bullet-horizontal-gap: 6px;
    margin: 10px 0 !important;
    opacity: 1;
    background-color: transparent;
    font-size: 0px;
    border: 1px solid var(--white-color);
    color: #C5DACC;
    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);
    -webkit-transform: scale(1.6);
    -ms-transform: scale(1.6);
    transform: scale(1.6)
}

.slider-area {
    position: relative
}

.slider-arrow {
    display: inline-block;
    padding: 0;
    background-color: transparent;
    border-radius: 30px;
    color: var(--title-color);
    background: rgba(255, 255, 255, 0.2);
    border: 1px solid #374868;
    border-radius: 32px;
    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: 1500px) {
    .slider-arrow {
        display: none !important
    }
}

.slider-arrow.style2 {
    background: #FFFFFF;
    box-shadow: 0px 2px 30px rgba(3, 6, 14, 0.1);
    border-radius: 32px;
    box-shadow: none
}

.slider-arrow.style2:hover {
    background-color: var(--theme-color2);
    color: var(--title-color);
    border-color: var(--theme-color2)
}

.slider-arrow.style3 {
    background: rgba(255, 255, 255, 0.2);
    border: 1px solid var(--theme-color2);
    border: none;
    color: var(--white-color);
    border-radius: 32px
}

.slider-arrow.style3:hover {
    background-color: var(--theme-color2);
    color: var(--title-color)
}

.slider-arrow.style4 {
    --icon-size: 46px;
    background-color: var(--title-color);
    color: var(--white-color);
    border-color: var(--title-color);
    -webkit-transition: all 0.7s;
    transition: all 0.7s
}

.slider-arrow.style4:hover {
    background-color: var(--theme-color);
    color: var(--title-color)
}

.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;
        font-size: 14px
    }

    .slider-arrow.slider-next {
        margin-right: 0
    }

    .slick-dots {
        margin: 40px 0 0 0
    }

    .icon-box .slider-arrow {
        margin-right: 0
    }
}

.slick-3d-active {
    margin-left: -12%;
    margin-right: -12%
}

.slick-3d-active .slick-list {
    padding-left: 30% !important;
    padding-right: 30% !important
}

.slick-3d-active .slick-track {
    max-width: 100% !important;
    -webkit-transform: translate3d(0, 0, 0) !important;
    transform: translate3d(0, 0, 0) !important;
    -webkit-perspective: 100px;
    perspective: 100px
}

.slick-3d-active .slick-slide {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    opacity: 0;
    width: 100% !important;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    -webkit-transition: opacity 1s, -webkit-transform 1s;
    transition: opacity 1s, -webkit-transform 1s;
    transition: transform 1s, opacity 1s;
    transition: transform 1s, opacity 1s, -webkit-transform 1s
}

.slick-3d-active .slick-3d-next,
.slick-3d-active .slick-3d-prev,
.slick-3d-active .slick-3d-next2,
.slick-3d-active .slick-3d-prev2 {
    display: block
}

.slick-3d-active .slick-current {
    opacity: 1;
    position: relative;
    display: block;
    z-index: 2
}

.slick-3d-active .slick-3d-next {
    opacity: 1;
    -webkit-transform: translate3d(50%, 0, -21px);
    transform: translate3d(50%, 0, -21px);
    z-index: 1;
    -webkit-perspective: 1000px;
    perspective: 1000px
}

.slick-3d-active .slick-3d-next2 {
    opacity: 1;
    -webkit-transform: translate3d(40%, 0, -23px);
    transform: translate3d(40%, 0, -23px);
    z-index: 0;
    -webkit-perspective: 1000px;
    perspective: 1000px
}

.slick-3d-active .slick-3d-prev {
    opacity: 1;
    -webkit-transform: translate3d(-50%, 0, -21px);
    transform: translate3d(-50%, 0, -21px)
}

.slick-3d-active .slick-3d-prev .testi-card {
    box-shadow: none
}

.slick-3d-active .slick-3d-prev2 {
    opacity: 1;
    -webkit-transform: translate3d(-40%, 0, -23px);
    transform: translate3d(-40%, 0, -23px)
}

: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;
    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: 15px;
    top: 17px;
    font-size: 14px;
    font-weight: 400;
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
    border-bottom: none;
    border-right: none
}

.currency-menu .nice-select.open:after {
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg)
}

.currency-menu .nice-select.open .list {
    left: 0px;
    opacity: 1;
    pointer-events: auto;
    -webkit-transform: scale(1) translateY(0);
    -ms-transform: scale(1) translateY(0);
    transform: scale(1) translateY(0)
}

.currency-menu .nice-select .option {
    color: #181A1E;
    min-height: 30px;
    display: block;
    margin: 0
}

.currency-menu .nice-select .option.selected {
    color: var(--theme-color) !important;
    background: var(--theme-color) !important;
    font-weight: 500
}

.currency-menu .nice-select .option.selected.focus {
    color: #fff !important;
    background: var(--theme-color) !important
}

.currency-menu .nice-select .option:hover,
.currency-menu .nice-select .option.focus {
    background: var(--theme-color) !important;
    color: #fff !important
}

.currency-menu .dropdown-toggle {
    font-family: var(--body-font);
    background: none;
    border: none;
    width: 100%;
    color: var(--black-color2);
    font-weight: 400;
    font-size: 14px;
    height: 16px;
    line-height: 16px
}

@media (max-width: 375px) {
    .currency-menu .dropdown-toggle {
        font-size: 12px
    }
}

.currency-menu .dropdown-menu {
    position: absolute;
    right: 0;
    border-bottom: 2px solid var(--theme-color);
    border-radius: 0
}

.currency-menu .gtranslate_wrapper a {
    display: block;
    font-weight: 400;
    font-size: 16px;
    color: var(--title-color);
    font-family: var(--title-font);
    padding: 5px 10px;
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out
}

.th-menu-wrapper {
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.6);
    z-index: 999999;
    width: 0;
    width: 100%;
    height: 100%;
    -webkit-transition: all ease 0.8s;
    transition: all ease 0.8s;
    opacity: 0;
    visibility: hidden
}

.th-menu-wrapper .mobile-logo {
    padding-bottom: 30px;
    padding-top: 40px;
    display: block;
    text-align: center;
    background-color: var(--smoke-color)
}

.th-menu-wrapper .mobile-logo svg {
    max-width: 185px
}

.th-menu-wrapper .th-menu-toggle {
    border: none;
    font-size: 22px;
    position: absolute;
    right: -16.5px;
    top: 25px;
    padding: 0;
    line-height: 1;
    width: 33px;
    height: 33px;
    line-height: 35px;
    font-size: 18px;
    z-index: 1;
    color: var(--title-color);
    background-color: var(--theme-color2);
    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-color2);
    height: 100%;
    position: relative;
    left: -110%;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all ease 1s;
    transition: all ease 1s;
    z-index: 1
}

.th-menu-wrapper.th-body-visible {
    opacity: 1;
    visibility: visible
}

.th-menu-wrapper.th-body-visible .th-menu-area {
    left: 0;
    opacity: 1;
    visibility: visible
}

.th-mobile-menu {
    overflow-y: scroll;
    max-height: calc(100vh - 200px);
    padding-bottom: 40px;
    margin-top: 33px;
    text-align: left
}

.th-mobile-menu::-webkit-scrollbar {
    width: 5px;
    height: 5px;
    border-radius: 0px
}

.th-mobile-menu::-webkit-scrollbar-track {
    background: #fff;
    box-shadow: inset 0 0 0px rgba(0, 0, 0, 0.3);
    border-radius: 0px
}

.th-mobile-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
}

.th-mobile-menu ul {
    margin: 0;
    padding: 0 0
}

.th-mobile-menu ul li {
    border-bottom: 1px solid #fdedf1;
    list-style-type: none
}

.th-mobile-menu ul li li:first-child {
    border-top: 1px solid #fdedf1
}

.th-mobile-menu ul li a {
    display: block;
    position: relative;
    padding: 12px 0;
    line-height: 1.4;
    font-size: 16px;
    text-transform: capitalize;
    color: var(--title-color);
    padding-left: 18px
}

.th-mobile-menu ul li a:before {
    content: '\f105';
    font-family: var(--icon-font);
    position: absolute;
    left: 0;
    top: 12px;
    margin-right: 10px;
    display: inline-block
}

.th-mobile-menu ul li.th-active>a {
    color: var(--theme-color)
}

.th-mobile-menu ul li.th-active>a:before {
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg)
}

.th-mobile-menu ul li ul li {
    padding-left: 20px
}

.th-mobile-menu ul li ul li:last-child {
    border-bottom: none
}

.th-mobile-menu ul .th-item-has-children>a .th-mean-expand {
    position: absolute;
    right: 0;
    top: 50%;
    font-weight: 400;
    font-size: 12px;
    width: 25px;
    height: 25px;
    line-height: 25px;
    margin-top: -12.5px;
    display: inline-block;
    text-align: center;
    background-color: var(--smoke-color);
    color: var(--title-color);
    box-shadow: 0 0 20px -8px rgba(173, 136, 88, 0.5);
    border-radius: 50%
}

.th-mobile-menu ul .th-item-has-children>a .th-mean-expand:before {
    content: '\f067';
    font-family: var(--icon-font)
}

.th-mobile-menu ul .th-item-has-children>a:after {
    content: "\f067";
    font-family: var(--icon-font);
    width: 22px;
    height: 22px;
    line-height: 22px;
    display: inline-block;
    text-align: center;
    font-size: 12px;
    border-radius: 50px;
    background-color: var(--smoke-color);
    float: right;
    margin-top: 1px
}

.th-mobile-menu ul .th-item-has-children.th-active>a .th-mean-expand:before {
    content: '\f068'
}

.th-mobile-menu ul .th-item-has-children.th-active>a:after {
    content: "\f068"
}

.th-mobile-menu>ul {
    padding: 0 40px
}

.th-mobile-menu>ul>li:last-child {
    border-bottom: none
}

.th-menu-toggle {
    width: 56px;
    height: 56px;
    padding: 0;
    font-size: 20px;
    border: none;
    background-color: var(--theme-color);
    color: var(--white-color);
    display: inline-block;
    border-radius: 8px
}

.th-menu-toggle:hover {
    background-color: var(--theme-color);
    color: var(--white-color)
}

.th-menu-toggle.style-text,
.th-menu-toggle.style-text-white {
    width: auto;
    height: auto;
    background-color: transparent;
    color: var(--title-color);
    font-size: 20px
}

.th-menu-toggle.style-text i,
.th-menu-toggle.style-text-white i {
    margin-right: 10px
}

.th-menu-toggle.style-text-white {
    color: var(--white-color)
}

@media (max-width: 400px) {
    .th-menu-wrapper .th-menu-area {
        width: 100%;
        max-width: 270px
    }

    .th-mobile-menu>ul {
        padding: 0 20px
    }
}

.preloader {
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 999;
    background-color: var(--title-color)
}

.preloader .th-btn {
    color: var(--title-color)
}

.preloader .th-btn:hover {
    color: var(--title-color)
}

.preloader-inner {
    text-align: center;
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    text-align: center;
    line-height: 1
}

.preloader-inner img {
    display: block;
    margin: 0 auto 30px auto
}

.letter:nth-child(1) {
    -webkit-animation-delay: .2s;
    animation-delay: .2s
}

.letter:nth-child(2) {
    -webkit-animation-delay: .3s;
    animation-delay: .3s
}

.letter:nth-child(3) {
    -webkit-animation-delay: .4s;
    animation-delay: .4s
}

.letter:nth-child(4) {
    -webkit-animation-delay: .5s;
    animation-delay: .5s
}

.letter:nth-child(5) {
    -webkit-animation-delay: .6s;
    animation-delay: .6s
}

.letter:nth-child(6) {
    -webkit-animation-delay: .7s;
    animation-delay: .7s
}

.letter:nth-child(7) {
    -webkit-animation-delay: .8s;
    animation-delay: .8s
}

.letter:nth-child(8) {
    -webkit-animation-delay: .9s;
    animation-delay: .9s
}

.letter:nth-child(9) {
    -webkit-animation-delay: .10s;
    animation-delay: .10s
}

.letter {
    display: inline-block;
    font-size: 3rem;
    color: #fff;
    -webkit-animation: bounce 1s ease-in-out infinite;
    animation: bounce 1s ease-in-out infinite;
    -webkit-transform-origin: bottom;
    -ms-transform-origin: bottom;
    transform-origin: bottom;
    font-family: var(--title-font);
    font-optical-sizing: auto
}

@-webkit-keyframes bounce {

    0%,
    80%,
    100% {
        -webkit-transform: translateY(0px);
        transform: translateY(0px)
    }

    30% {
        -webkit-transform: translateY(-30px);
        transform: translateY(-30px)
    }

    60% {
        -webkit-transform: translateY(10px);
        transform: translateY(10px)
    }
}

@keyframes bounce {

    0%,
    80%,
    100% {
        -webkit-transform: translateY(0px);
        transform: translateY(0px)
    }

    30% {
        -webkit-transform: translateY(-30px);
        transform: translateY(-30px)
    }

    60% {
        -webkit-transform: translateY(10px);
        transform: translateY(10px)
    }
}

.th-btn {
    position: relative;
    z-index: 2;
    overflow: hidden;
    vertical-align: middle;
    display: inline-block;
    text-align: center;
    background-color: var(--theme-color2);
    font-family: var(--body-font);
    border: none;
    font-weight: 500;
    font-size: 16px;
    letter-spacing: 0.02em;
    text-transform: capitalize;
    color: var(--title-color);
    line-height: 1;
    padding: 19px 30px;
    border-radius: 8px;
    -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
}

.th-btn.th-icon i {
    color: var(--white-color);
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease
}

.th-btn .btn-text {
    display: inline-block;
    position: relative;
    z-index: 1;
    margin-bottom: 2px;
    text-align: center
}

.th-btn .btn-text::after {
    top: 0;
    left: 0;
    opacity: 0;
    width: 100%;
    display: block;
    -webkit-transition: 0.5s;
    transition: 0.5s;
    position: absolute;
    background: transparent;
    color: var(--white-color);
    content: attr(data-back);
    -webkit-transform: translateY(240%);
    -ms-transform: translateY(240%);
    transform: translateY(240%)
}

.th-btn .btn-text::before {
    top: 0;
    left: 0;
    opacity: 1;
    display: block;
    -webkit-transition: 0.5s;
    transition: 0.5s;
    position: relative;
    color: var(--title-color);
    content: attr(data-front);
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0)
}

.th-btn::after {
    content: "";
    width: 100%;
    height: 100%;
    background: var(--title-color);
    position: absolute;
    top: 100%;
    left: 0;
    border-radius: 100%;
    z-index: -1;
    -webkit-transition: .5s ease-in-out;
    transition: .5s ease-in-out
}

.th-btn:is(.style1):hover::after {
    background-color: var(--white-color)
}

.th-btn:is(.style1):hover i {
    color: var(--title-color)
}

.th-btn:is(.style1):hover .btn-text:before,
.th-btn:is(.style1):hover .btn-text:after {
    color: var(--title-color)
}

.th-btn:is(.style1):hover.th-icon i {
    color: var(--title-color)
}

.th-btn:is(.border-btn) {
    background-color: transparent;
    border: 1px solid var(--smoke-color);
    color: var(--white-color)
}

.th-btn:is(.border-btn) .btn-text {
    -webkit-transform: translateY(1px);
    -ms-transform: translateY(1px);
    transform: translateY(1px)
}

.th-btn:is(.border-btn) .btn-text:before,
.th-btn:is(.border-btn) .btn-text:after {
    color: var(--title-color)
}

.th-btn:is(.border-btn):hover {
    color: var(--title-color)
}

.th-btn:is(.border-btn2) {
    background-color: transparent;
    border: 1px solid #999999;
    color: var(--body-color)
}

.th-btn:is(.border-btn2) .btn-text {
    -webkit-transform: translateY(1px);
    -ms-transform: translateY(1px);
    transform: translateY(1px)
}

.th-btn:is(.border-btn2) .btn-text:before,
.th-btn:is(.border-btn2) .btn-text:after {
    color: var(--title-color)
}

.th-btn:is(.border-btn2):hover {
    color: var(--white-color)
}

.th-btn:is(.black-btn) {
    background-color: transparent;
    border: 1px solid #999999;
    border-radius: 8px;
    color: var(--title-color)
}

.th-btn:is(.black-btn) .btn-text {
    -webkit-transform: translateY(1px);
    -ms-transform: translateY(1px);
    transform: translateY(1px)
}

.th-btn:is(.black-btn) .btn-text:before,
.th-btn:is(.black-btn) .btn-text:after {
    color: var(--title-color)
}

.th-btn:is(.black-btn):hover {
    border-color: var(--theme-color)
}

.th-btn:is(.black-btn):hover .btn-text:before,
.th-btn:is(.black-btn):hover .btn-text:after {
    color: var(--white-color)
}

.th-btn:is(.black-btn):hover:after {
    background-color: var(--theme-color)
}

.th-btn:is(.black-btn2) {
    background-color: var(--title-color);
    color: var(--white-color)
}

.th-btn:is(.black-btn2) .btn-text {
    -webkit-transform: translateY(1px);
    -ms-transform: translateY(1px);
    transform: translateY(1px)
}

.th-btn:is(.black-btn2) .btn-text:before,
.th-btn:is(.black-btn2) .btn-text:after {
    color: var(--white-color)
}

.th-btn:is(.black-btn2).th-icon i {
    color: var(--white-color)
}

.th-btn:is(.black-btn2):hover .btn-text:before,
.th-btn:is(.black-btn2):hover .btn-text:after {
    color: var(--title-color)
}

.th-btn:is(.black-btn2):hover:after {
    background-color: var(--white-color)
}

.th-btn:is(.black-btn2):hover.th-icon i {
    color: var(--title-color)
}

.th-btn:is(.style2) {
    background-color: var(--theme-color)
}

.th-btn:is(.style2) .btn-text:before,
.th-btn:is(.style2) .btn-text:after {
    color: var(--white-color)
}

.th-btn:is(.style2).th-icon i {
    color: var(--title-color)
}

.th-btn:is(.style2):hover .btn-text:before,
.th-btn:is(.style2):hover .btn-text:after {
    color: var(--white-color)
}

.th-btn:is(.style3) {
    background-color: var(--white-color)
}

.th-btn:is(.style3) .btn-text:before,
.th-btn:is(.style3) .btn-text:after {
    color: var(--title-color)
}

.th-btn:is(.style3).th-icon i {
    color: var(--title-color)
}

.th-btn:is(.style3):hover .btn-text:before,
.th-btn:is(.style3):hover .btn-text:after {
    color: var(--white-color)
}

.th-btn:hover {
    color: var(--white-color);
    -webkit-transition-delay: .3s;
    transition-delay: .3s
}

.th-btn:hover::after {
    top: 0%;
    border-radius: 0%
}

.th-btn:hover .btn-text::after {
    opacity: 1;
    -webkit-transform: translateY(0%);
    -ms-transform: translateY(0%);
    transform: translateY(0%)
}

.th-btn:hover .btn-text::before {
    opacity: 0;
    -webkit-transform: translateY(-240%);
    -ms-transform: translateY(-240%);
    transform: translateY(-240%)
}

.th-btn.th-radius {
    border-radius: 30px
}

.th-btn.fw-btn {
    width: 100%
}

.give-btn {
    position: relative;
    z-index: 2;
    overflow: hidden;
    vertical-align: middle;
    display: inline-block;
    text-align: center;
    background-color: var(--theme-color2);
    font-family: var(--body-font);
    border: none;
    font-weight: 500;
    font-size: 16px;
    letter-spacing: 0.02em;
    text-transform: capitalize;
    color: var(--title-color);
    line-height: 1;
    padding: 19px 30px;
    border-radius: 8px;
    -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
}

.give-btn::after {
    content: "";
    width: 100%;
    height: 100%;
    background: var(--white-color);
    position: absolute;
    top: 100%;
    left: 0;
    border-radius: 100%;
    z-index: -1;
    -webkit-transition: .5s ease-in-out;
    transition: .5s ease-in-out
}

.give-btn:hover {
    color: var(--title-color);
    -webkit-transition-delay: .3s;
    transition-delay: .3s
}

.give-btn:hover::after {
    top: 0%;
    border-radius: 0%
}

.icon-btn {
    display: inline-block;
    width: var(--btn-size, 48px);
    height: var(--btn-size, 48px);
    line-height: var(--btn-size, 48px);
    font-size: var(--btn-font-size, 18px);
    background-color: var(--icon-bg, transparent);
    border: 1px solid rgba(153, 153, 153, 0.5);
    border-radius: 8px;
    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-color2);
    border-color: var(--theme-color2)
}

.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, 60px);
    height: var(--icon-size, 60px);
    line-height: var(--icon-size, 60px);
    text-align: center;
    background-color: var(--theme-color);
    color: var(--white-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)
}

.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: 16px;
    font-weight: 600;
    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;
    font-size: 0.9rem
}

.line-btn:before {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 1px;
    background-color: var(--title-color);
    -webkit-transition: all ease 0.4s;
    transition: all ease 0.4s
}

.line-btn:hover::before {
    width: 45px
}

.line-btn:hover.th-icon i {
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg)
}

.line-btn.th-icon i {
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease
}

.scroll-top {
    position: fixed;
    right: 30px;
    bottom: 30px;
    height: 50px;
    width: 50px;
    cursor: pointer;
    display: block;
    border-radius: 50px;
    z-index: 10000;
    opacity: 1;
    visibility: hidden;
    -webkit-transform: translateY(45px);
    -ms-transform: translateY(45px);
    transform: translateY(45px);
    -webkit-transition: all 300ms linear;
    transition: all 300ms linear
}

.scroll-top:after {
    content: "\f062";
    font-family: var(--icon-font);
    position: absolute;
    text-align: center;
    line-height: 50px;
    font-size: 20px;
    color: var(--theme-color2);
    left: 0;
    top: 0;
    height: 50px;
    width: 50px;
    cursor: pointer;
    display: block;
    z-index: 1;
    border: 2px solid var(--theme-color2);
    box-shadow: none;
    border-radius: 50%
}

.scroll-top svg {
    color: var(--theme-color2);
    border-radius: 50%;
    background: var(--white-color)
}

.scroll-top svg path {
    fill: none
}

.scroll-top .progress-circle path {
    stroke: var(--theme-color2);
    stroke-width: 20px;
    box-sizing: border-box;
    -webkit-transition: all 400ms linear;
    transition: all 400ms linear
}

.scroll-top.show {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0)
}

.sec-title {
    margin-bottom: calc(var(--section-title-space) - 10px);
    margin-top: -0.32em
}

.sub-title {
    position: relative;
    font-family: var(--body-font);
    font-weight: 500;
    font-size: 16px;
    letter-spacing: 0.02em;
    color: var(--theme-color);
    margin-bottom: 22px;
    text-transform: uppercase;
    display: inline-block;
    padding-left: 25px
}

.sub-title:before {
    position: absolute;
    content: "";
    top: 5px;
    left: 0;
    width: 14px;
    height: 16px;
    background-image: url("../img/theme-img/sub-title2.svg");
    background-repeat: no-repeat;
    background-color: transparent
}

.sub-title:has(img) {
    margin-top: 0
}

.sub-title.style2 {
    color: var(--theme-color2)
}

.sub-title.style2:before {
    position: absolute;
    content: "";
    top: 5px;
    left: 0;
    width: 14px;
    height: 16px;
    background-image: url("../img/theme-img/sub-title3.svg");
    background-repeat: no-repeat;
    background-color: transparent
}

.sub-title.sub-title2 {
    position: relative;
    z-index: 2;
    text-transform: uppercase;
    margin-bottom: 22px;
    padding: 0 50px
}

.sub-title.sub-title2:before {
    position: absolute;
    content: "";
    top: 10px;
    left: 0;
    width: 66px;
    height: 10px;
    background-image: url("../img/theme-img/title_shape2.svg");
    background-repeat: no-repeat;
    background-color: transparent
}

.sub-title.sub-title2.style1 {
    background-color: transparent;
    color: var(--title-color);
    padding-right: 0px
}

.sub-title.sub-title2.style1:after {
    display: none
}

.sub-title.sub-title3 {
    position: relative;
    z-index: 2;
    text-transform: uppercase;
    margin-bottom: 22px;
    padding: 0 50px
}

.sub-title.sub-title3:before {
    position: absolute;
    content: "";
    top: 10px;
    left: 0;
    width: 66px;
    height: 10px;
    background-image: url("../img/theme-img/title_shape3.svg");
    background-repeat: no-repeat;
    background-color: transparent
}

.sub-title.sub-title3.style1 {
    background-color: transparent;
    color: var(--title-color);
    padding-right: 0px
}

.sub-title.sub-title3.style1:after {
    display: none
}

.sub-title.sub-title4 {
    position: relative;
    font-family: var(--title-font);
    font-weight: 700;
    font-size: 20px;
    line-height: 16px;
    text-transform: uppercase;
    background-image: url("../img/theme-img/title_shape3.svg");
    background-repeat: no-repeat;
    padding: 0px 40px 0 40px;
    color: var(--title-color);
    margin-bottom: 25px
}

@media (max-width: 450px) {
    .sub-title.sub-title4 {
        padding-right: 0;
        font-size: 18px
    }
}

.sub-title.sub-title4 span {
    width: 30px;
    height: 15px;
    display: inline-block;
    margin-left: 8px;
    background-image: url("../img/theme-img/title_shape3.svg");
    background-repeat: no-repeat
}

.sub-title.sub-title4.style1 {
    background-color: transparent;
    padding-left: 50px
}

@media (max-width: 450px) {
    .sub-title.sub-title4.style1 {
        padding-left: 40px
    }
}

.sub-title.sub-title4.style1:after {
    display: none
}

.sub-title.sub-title4::before,
.sub-title.sub-title4:after {
    content: "";
    position: absolute;
    top: 48%;
    height: 2px;
    width: 200px;
    opacity: 1
}

@media (max-width: 575px) {

    .sub-title.sub-title4::before,
    .sub-title.sub-title4:after {
        width: 30px
    }
}

@media (max-width: 450px) {

    .sub-title.sub-title4::before,
    .sub-title.sub-title4:after {
        display: none
    }
}

.sub-title.sub-title4::before {
    background-color: var(--theme-color);
    margin-left: -11.9rem
}

@media (max-width: 575px) {
    .sub-title.sub-title4::before {
        margin-left: -1.3rem
    }
}

.sub-title.sub-title4::after {
    background-color: var(--theme-color);
    margin-left: 0px
}

.sub-title.sub-title5 {
    position: relative;
    font-family: var(--title-font);
    font-weight: 700;
    font-size: 20px;
    line-height: 16px;
    text-transform: uppercase;
    background-image: url("../img/theme-img/title_shape4.svg");
    background-repeat: no-repeat;
    padding: 0px 40px 0 40px;
    color: var(--title-color);
    margin-bottom: 25px
}

@media (max-width: 450px) {
    .sub-title.sub-title5 {
        padding-right: 0;
        font-size: 18px
    }
}

.sub-title.sub-title5 span {
    width: 30px;
    height: 15px;
    display: inline-block;
    margin-left: 8px;
    background-image: url("../img/theme-img/title_shape5.svg");
    background-repeat: no-repeat
}

.sub-title.sub-title5.style1 {
    background-color: transparent;
    padding-left: 40px
}

.sub-title.sub-title5.style1:after {
    display: none
}

.sub-title.sub-title5::before,
.sub-title.sub-title5:after {
    content: "";
    position: absolute;
    top: 48%;
    height: 2px;
    width: 200px;
    opacity: 1
}

@media (max-width: 575px) {

    .sub-title.sub-title5::before,
    .sub-title.sub-title5:after {
        width: 30px
    }
}

@media (max-width: 450px) {

    .sub-title.sub-title5::before,
    .sub-title.sub-title5:after {
        display: none
    }
}

.sub-title.sub-title5::before {
    background-color: var(--theme-color);
    margin-left: -11.9rem
}

@media (max-width: 575px) {
    .sub-title.sub-title5::before {
        margin-left: -1.3rem
    }
}

.sub-title.sub-title5::after {
    background-color: var(--theme-color);
    margin-left: 0px
}

.sub-title.sub-title6 {
    position: relative;
    z-index: 2;
    font-weight: 500;
    font-size: 20px;
    line-height: 30px;
    padding: 0 75px
}

.sub-title.sub-title6:before,
.sub-title.sub-title6:after {
    position: absolute;
    content: "";
    top: 8px;
    left: 0;
    width: 66px;
    height: 15px;
    background-image: url("data:image/svg+xml,%3Csvg width='66' height='15' viewBox='0 0 66 15' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M57.0598 0.551471H8.94024C4.36574 0.551471 0.657371 3.66243 0.657371 7.5C0.657371 11.3376 4.36574 14.4485 8.94024 14.4485H57.0598C61.6343 14.4485 65.3426 11.3376 65.3426 7.5C65.3426 3.66243 61.6343 0.551471 57.0598 0.551471ZM8.94024 0C4.00268 0 0 3.35786 0 7.5C0 11.6421 4.00268 15 8.94024 15H57.0598C61.9973 15 66 11.6421 66 7.5C66 3.35786 61.9973 0 57.0598 0H8.94024Z' fill='%236D2CF8'/%3E%3Cpath d='M58.6224 10.0778C58.8944 9.80583 58.8944 9.36509 58.6224 9.09311L57.4162 7.88697C58.0248 6.81319 57.7991 5.56272 56.9983 4.76305C55.9815 3.74631 54.3255 3.74499 53.3075 4.76305C52.2901 5.78044 52.2901 7.43645 53.3075 8.45384C54.1001 9.24545 55.3488 9.48103 56.4307 8.87102L57.6375 10.0778C57.9097 10.3498 58.3504 10.3498 58.6224 10.0778ZM56.0137 7.469C55.5472 7.93555 54.759 7.93555 54.2925 7.469C53.8177 6.99425 53.8177 6.22237 54.2925 5.74775C54.7745 5.26572 55.5309 5.26493 56.0137 5.74775C56.4858 6.21986 56.4939 6.98883 56.0137 7.469Z' fill='%236D2CF8'/%3E%3Cpath d='M45.947 7H8.37271C7.98783 7 7.67627 7.31143 7.67627 7.69644C7.67627 8.08146 7.9877 8.39288 8.37271 8.39288H45.947C46.3319 8.39288 46.6435 8.08146 46.6435 7.69644C46.6435 7.31143 46.3319 7 45.947 7Z' fill='%236D2CF8'/%3E%3C/svg%3E%0A");
    background-color: transparent
}

.sub-title.sub-title6.style1 {
    background-color: transparent;
    color: var(--title-color);
    padding-right: 0px
}

.sub-title.sub-title6.style1:after {
    display: none
}

.sub-title.sub-title7 {
    position: relative;
    z-index: 2;
    font-weight: 700;
    font-size: 16px;
    line-height: 30px;
    text-transform: uppercase;
    margin-bottom: 22px;
    padding: 0 73px
}

.sub-title.sub-title7:before,
.sub-title.sub-title7:after {
    position: absolute;
    content: "";
    top: 10px;
    left: 0;
    width: 66px;
    height: 10px;
    background-image: url("../img/theme-img/title_shape7.svg");
    background-repeat: no-repeat;
    background-color: transparent
}

.sub-title.sub-title7:after {
    background-image: url("../img/theme-img/title_shape7-1.html");
    left: unset;
    right: 0
}

.sub-title.sub-title7.style1 {
    background-color: transparent;
    color: var(--title-color);
    padding-right: 0px
}

.sub-title.sub-title7.style1:after {
    display: none
}

.sub-title.sub-title8 {
    position: relative;
    z-index: 2;
    font-weight: 400;
    font-size: 16px;
    line-height: 30px;
    text-transform: uppercase;
    margin-bottom: 10px
}

.sub-title.sub-title8:before,
.sub-title.sub-title8:after {
    position: absolute;
    content: "";
    top: 5px;
    left: 0;
    width: 14px;
    height: 16px;
    background-image: url("../img/theme-img/sub-title6.svg");
    background-repeat: no-repeat;
    background-color: transparent
}

.sub-title.sub-title8:after {
    background-image: url("../img/theme-img/sub-title6.svg");
    left: unset;
    right: 0
}

.sub-title.sub-title8.style1 {
    background-color: transparent;
    color: var(--title-color);
    padding-right: 0px
}

.sub-title.sub-title8.style1:after {
    display: none
}

.sub-title-img {
    display: block;
    margin-bottom: 20px
}

.box-title {
    font-size: 24px;
    line-height: 1.417;
    font-weight: 600;
    margin-top: -0.32em
}

.box-title a {
    color: inherit
}

.box-title a:hover {
    color: var(--theme-color)
}

.sec-text {
    color: var(--smoke-color);
    max-width: 580px
}

.sec-desc {
    font-family: var(--title-font);
    font-size: 18px;
    color: #B7BEC8;
    margin-bottom: 0
}

.sec-text2 {
    font-family: var(--title-font);
    font-weight: 500;
    max-width: 522px
}

@media (max-width: 1199px) {
    .sec-text2 {
        max-width: 100%
    }
}

.title-area {
    margin-bottom: calc(var(--section-title-space) - 10px);
    position: relative;
    z-index: 2
}

.title-area.style2 {
    margin-top: -8px
}

.title-area .sec-title {
    text-transform: capitalize;
    margin-bottom: 15px
}

.title-area .sec-title span {
    display: block
}

.title-area .th-btn {
    margin-top: 20px;
    margin-bottom: 10px
}

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
}

.z-index-step1 {
    position: relative;
    z-index: 4 !important
}

.z-index-common {
    position: relative;
    z-index: 3
}

.z-index-3 {
    z-index: 3
}

.z-index-n1 {
    z-index: -1
}

.th-radius2 {
    border-radius: 20px
}

.th-radius3 {
    border-radius: 30px
}

.th-radius4 {
    border-radius: 100px
}

@media (max-width: 767px) {
    .th-radius4 {
        border-radius: 50px
    }
}

.th-radius5 {
    border-radius: 50px
}

.media-body {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1
}

.badge {
    position: absolute;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    display: inline-block;
    text-align: center;
    background-color: var(--theme-color);
    color: var(--white-color);
    padding: 0.25em 0.45em;
    font-size: 0.7em;
    border-radius: 50%;
    top: 8px;
    right: 8px;
    font-weight: 400;
    -webkit-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out
}

.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
}

@media (max-width: 375px) {
    .btn-group {
        gap: 14px
    }
}

.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;
    -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(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
}

.font-icon {
    font-family: var(--icon-font)
}

.font-title {
    font-family: var(--title-font)
}

.font-body {
    font-family: var(--body-font)
}

.fw-extralight {
    font-weight: 100
}

.fw-light {
    font-weight: 300
}

.fw-normal {
    font-weight: 400
}

.fw-medium {
    font-weight: 500
}

.fw-semibold {
    font-weight: 600
}

.fw-bold {
    font-weight: 700
}

.fw-extrabold {
    font-weight: 800
}

.fs-md {
    font-size: 18px
}

.fs-xs {
    font-size: 14px
}

.bg-theme {
    background-color: var(--theme-color) !important
}

.bg-smoke {
    background-color: var(--smoke-color) !important
}

.bg-smoke2 {
    background-color: var(--smoke-color2) !important
}

.bg-smoke3 {
    background-color: var(--smoke-color3) !important
}

.bg-smoke4 {
    background-color: var(--smoke-color4) !important
}

.bg-white {
    background-color: var(--white-color) !important
}

.bg-black {
    background-color: var(--black-color) !important
}

.bg-black2 {
    background-color: var(--black-color2) !important
}

.bg-title {
    background-color: var(--title-color) !important
}

.gradient-body {
    background-image: -webkit-linear-gradient(349.38deg, rgba(249, 215, 175, 0.3) 0%, rgba(214, 202, 245, 0.3) 24.03%, rgba(198, 241, 255, 0.3) 45.73%, rgba(248, 242, 222, 0.3) 69.05%, rgba(212, 179, 253, 0.3) 100.44%);
    background-image: linear-gradient(100.62deg, rgba(249, 215, 175, 0.3) 0%, rgba(214, 202, 245, 0.3) 24.03%, rgba(198, 241, 255, 0.3) 45.73%, rgba(248, 242, 222, 0.3) 69.05%, rgba(212, 179, 253, 0.3) 100.44%)
}

.gr-bg1 {
    background-image: -webkit-linear-gradient(10deg, rgba(249, 215, 175, 0.3) 0%, rgba(214, 202, 245, 0.3) 23.81%, rgba(198, 241, 255, 0.3) 45.3%, rgba(248, 242, 222, 0.3) 68.4%, rgba(212, 179, 253, 0.3) 99.5%);
    background-image: linear-gradient(80deg, rgba(249, 215, 175, 0.3) 0%, rgba(214, 202, 245, 0.3) 23.81%, rgba(198, 241, 255, 0.3) 45.3%, rgba(248, 242, 222, 0.3) 68.4%, rgba(212, 179, 253, 0.3) 99.5%)
}

.gr-bg2 {
    background-image: -webkit-linear-gradient(349.38deg, rgba(249, 215, 175, 0.3) 0%, rgba(214, 202, 245, 0.3) 24.03%, rgba(198, 241, 255, 0.3) 45.73%, rgba(248, 242, 222, 0.3) 69.05%, rgba(212, 179, 253, 0.3) 100.44%);
    background-image: linear-gradient(100.62deg, rgba(249, 215, 175, 0.3) 0%, rgba(214, 202, 245, 0.3) 24.03%, rgba(198, 241, 255, 0.3) 45.73%, rgba(248, 242, 222, 0.3) 69.05%, rgba(212, 179, 253, 0.3) 100.44%)
}

.gr-bg3 {
    background-image: -webkit-linear-gradient(339.41deg, rgba(236, 207, 254, 0.4) 0%, rgba(255, 221, 221, 0.5) 46.79%, rgba(247, 255, 229, 0.7) 100%);
    background-image: linear-gradient(110.59deg, rgba(236, 207, 254, 0.4) 0%, rgba(255, 221, 221, 0.5) 46.79%, rgba(247, 255, 229, 0.7) 100%);
    -webkit-backdrop-filter: blur(10px);
    backdrop-filter: blur(10px)
}

.gr-bg4 {
    background-image: -webkit-linear-gradient(344.56deg, rgba(255, 229, 133, 0.4) 0%, rgba(189, 255, 199, 0.4) 48.48%, rgba(223, 109, 223, 0.4) 100%);
    background-image: linear-gradient(105.44deg, rgba(255, 229, 133, 0.4) 0%, rgba(189, 255, 199, 0.4) 48.48%, rgba(223, 109, 223, 0.4) 100%);
    -webkit-backdrop-filter: blur(15px);
    backdrop-filter: blur(15px)
}

.gr-bg5 {
    background: -webkit-linear-gradient(top, rgba(237, 240, 244, 0) 0%, rgba(237, 240, 244, 0.85) 100%);
    background: linear-gradient(180deg, rgba(237, 240, 244, 0) 0%, rgba(237, 240, 244, 0.85) 100%)
}

.gr-bg6 {
    background: -webkit-linear-gradient(top, #02CE80 0%, #7BD706 100%);
    background: linear-gradient(180deg, #02CE80 0%, #7BD706 100%)
}

.gr-bg7 {
    background: -webkit-linear-gradient(top, #3E66F3 0%, #0031DD 100%);
    background: linear-gradient(180deg, #3E66F3 0%, #0031DD 100%);
    border-radius: 100px
}

.gray-body {
    background-color: #F8FAFF
}

.smoke-body {
    background-color: #F3F2EA
}

.background-image,
[data-bg-src] {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center
}

.bg-fluid {
    background-repeat: no-repeat;
    background-size: 100% 100%;
    background-position: center center
}

.bg-auto {
    background-size: auto auto
}

.bg-top-center {
    background-size: auto;
    background-position: top center
}

.bg-bottom-center {
    background-size: auto;
    background-position: bottom center
}

.bg-repeat {
    background-size: auto;
    background-repeat: repeat
}

.bg-bottom-right {
    background-size: auto;
    background-position: bottom right
}

.bg-top-right {
    background-size: auto;
    background-position: top right
}

.text-theme {
    color: var(--theme-color) !important
}

.text-theme2 {
    color: var(--theme-color2) !important
}

.text-title {
    color: var(--title-color) !important
}

.text-body {
    color: var(--body-color) !important
}

.text-white {
    color: var(--white-color) !important
}

.text-light {
    color: var(--light-color) !important
}

.text-yellow {
    color: var(--yellow-color) !important
}

.text-success {
    color: var(--success-color) !important
}

.text-error {
    color: var(--error-color) !important
}

.text-inherit {
    color: inherit
}

.text-inherit:hover {
    color: var(--theme-color)
}

a.text-theme:hover,
.text-reset:hover {
    text-decoration: underline
}

.overlay {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%
}

.position-center {
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%)
}

[data-overlay] {
    position: relative;
    z-index: 2
}

[data-overlay] [class^="col-"],
[data-overlay] [class*="col-"] {
    z-index: 1
}

[data-overlay]:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 1
}

[data-overlay="theme"]:before {
    background-color: var(--theme-color)
}

[data-overlay="title"]:before {
    background-color: var(--title-color)
}

[data-overlay="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,
.process-card2 .box-number:after,
.process-card2 .box-number:before {
    -webkit-animation-duration: var(--ripple-ani-duration);
    animation-duration: var(--ripple-ani-duration);
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-animation-name: ripple;
    animation-name: ripple
}

@-webkit-keyframes ripple {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: 0
    }

    30% {
        opacity: 0.4
    }

    100% {
        -webkit-transform: scale(1.8);
        transform: scale(1.8);
        opacity: 0
    }
}

@keyframes ripple {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: 0
    }

    30% {
        opacity: 0.4
    }

    100% {
        -webkit-transform: scale(1.8);
        transform: scale(1.8);
        opacity: 0
    }
}

@-webkit-keyframes ripple2 {
    0% {
        -webkit-transform: scale(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
    }
}

.fancy-animation {
    -webkit-animation: morph 8s ease-in-out infinite;
    animation: morph 8s ease-in-out infinite
}

@-webkit-keyframes morph {
    0% {
        border-radius: 60% 40% 30% 70% / 60% 30% 70% 40%
    }

    50% {
        border-radius: 30% 60% 70% 40% / 50% 60% 30% 60%
    }

    100% {
        border-radius: 60% 40% 30% 70% / 60% 30% 70% 40%
    }
}

@keyframes morph {
    0% {
        border-radius: 60% 40% 30% 70% / 60% 30% 70% 40%
    }

    50% {
        border-radius: 30% 60% 70% 40% / 50% 60% 30% 60%
    }

    100% {
        border-radius: 60% 40% 30% 70% / 60% 30% 70% 40%
    }
}

@-webkit-keyframes 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)
    }
}

.movingX {
    -webkit-animation: movingX 8s linear infinite;
    animation: movingX 8s linear infinite
}

@-webkit-keyframes movingX {
    0% {
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }

    50% {
        -webkit-transform: translateX(50px);
        transform: translateX(50px)
    }

    100% {
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }
}

@keyframes movingX {
    0% {
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }

    50% {
        -webkit-transform: translateX(50px);
        transform: translateX(50px)
    }

    100% {
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }
}

.moving {
    -webkit-animation: moving 8s linear infinite;
    animation: moving 8s linear infinite
}

@-webkit-keyframes moving {
    0% {
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }

    50% {
        -webkit-transform: translateX(-50px);
        transform: translateX(-50px)
    }

    100% {
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }
}

@keyframes moving {
    0% {
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }

    50% {
        -webkit-transform: translateX(-50px);
        transform: translateX(-50px)
    }

    100% {
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }
}

.jump {
    -webkit-animation: jumpAni 7s linear infinite;
    animation: jumpAni 7s linear infinite
}

@-webkit-keyframes jumpAni {
    0% {
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }

    40% {
        -webkit-transform: translateY(-30px);
        transform: translateY(-30px)
    }

    100% {
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
}

@keyframes jumpAni {
    0% {
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }

    40% {
        -webkit-transform: translateY(-30px);
        transform: translateY(-30px)
    }

    100% {
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
}

.jump-reverse {
    -webkit-animation: jumpReverseAni 7s linear infinite;
    animation: jumpReverseAni 7s linear infinite
}

@-webkit-keyframes jumpReverseAni {
    0% {
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }

    50% {
        -webkit-transform: translateY(30px);
        transform: translateY(30px)
    }

    100% {
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
}

@keyframes jumpReverseAni {
    0% {
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }

    50% {
        -webkit-transform: translateY(30px);
        transform: translateY(30px)
    }

    100% {
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
}

.spin {
    -webkit-animation: spin 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
    }
}

.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,
.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 .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 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: translateY(50px);
        transform: translateY(50px)
    }

    100% {
        opacity: 1;
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0)
    }
}

@keyframes fadeInUp {
    0% {
        opacity: 0;
        -webkit-transform: translateY(50px);
        transform: translateY(50px)
    }

    100% {
        opacity: 1;
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0)
    }
}

.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,
.wp-block-categories ul {
    list-style: none;
    padding: 0;
    margin: 0 0 0 0
}

.widget_nav_menu li,
.widget_meta li,
.widget_pages li,
.widget_archive li,
.widget_categories li,
.wp-block-categories li {
    position: relative;
    display: block
}

.widget_nav_menu a,
.widget_meta a,
.widget_pages a,
.widget_archive a,
.widget_categories a,
.wp-block-categories a {
    position: relative;
    background-color: transparent;
    margin: 0;
    font-size: 16px;
    line-height: 1.313;
    display: block;
    padding: 0px 40px 24px 33px;
    font-family: var(--title-font);
    color: var(--title-color);
    font-weight: 700;
    text-transform: uppercase;
    -webkit-transition: 0.4s ease-in-out;
    transition: 0.4s ease-in-out
}

.widget_nav_menu a::before,
.widget_meta a::before,
.widget_pages a::before,
.widget_archive a::before,
.widget_categories a::before,
.wp-block-categories a::before {
    content: url("data:image/svg+xml,%3Csvg width='14' height='16' viewBox='0 0 14 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M10.1477 13.4833H9.96276C9.67357 11.8054 9.62704 10.0838 8.62503 9.10117C7.64345 8.1387 6.3597 7.84087 5.508 7.06186V6.69724C5.58603 6.65989 5.64043 6.5808 5.64043 6.48869C5.64043 6.39653 5.58603 6.31744 5.508 6.28005V6.12508C5.52834 6.10176 5.54109 6.07164 5.54109 6.03831C5.54109 5.96517 5.40866 5.58789 5.40866 5.58789C5.40866 5.58789 5.27618 5.96517 5.27618 6.03831C5.27618 6.07168 5.28893 6.10186 5.30932 6.12512V6.28005C5.23124 6.3174 5.17684 6.39653 5.17684 6.48869C5.17684 6.58085 5.23129 6.65989 5.30932 6.69728V7.06186C4.45762 7.84087 3.17383 8.1387 2.19229 9.10122C1.19024 10.0839 1.14365 11.8054 0.854511 13.4833H0.669505L0.351562 14.3046H10.4657L10.1477 13.4833ZM2.1858 13.4502H1.82667V12.9335H2.1858V13.4502ZM3.31988 13.4502H2.9608V12.9335H3.31988V13.4502ZM4.45401 13.4502H4.09492V12.9335H4.45401V13.4502ZM5.58823 13.4502H5.22905V12.9335H5.58823V13.4502ZM6.72231 13.4502H6.36313V12.9335H6.72231V13.4502ZM7.85634 13.4502H7.49725V12.9335H7.85634V13.4502ZM8.99051 13.4502H8.63133V12.9335H8.99051V13.4502Z' fill='%23374868'/%3E%3Cpath d='M12.8704 10.3193V9.92781L12.4427 9.55469L11.8963 10.0317L11.3498 9.55473L10.923 9.9273V10.3193H10.2275V11.6175H10.7301V14.7278H0V15.9995H10.7302H10.8197H13.0631V11.6175H13.5659V10.3193L12.8704 10.3193ZM12.3659 14.5203H11.4275V13.2482H11.5573V12.7476L11.8967 12.414L12.2361 12.7476V13.2482H12.3659L12.3659 14.5203Z' fill='%23374868'/%3E%3Cpath d='M11.3487 8.48247L10.9219 8.85499V9.66432L11.3487 9.29175L11.8952 9.76873L12.4415 9.29175L12.8692 9.66491V8.8555L12.4416 8.48242L11.8952 8.95936L11.3487 8.48247Z' fill='%23374868'/%3E%3Cpath d='M10.6289 7.31255L10.9238 8.22994V8.5909L11.3506 8.21838L11.8971 8.69527L12.4434 8.21842L12.8711 8.5915V8.22971L13.166 7.31255H12.8711V3.61961L13.166 2.70245H12.3826V1.90258C12.3826 1.66875 12.217 1.4736 11.9968 1.42775V1.10935C12.0748 1.072 12.1293 0.992914 12.1293 0.900846C12.1293 0.808686 12.0748 0.7296 11.9968 0.692206V0.537189C12.0172 0.51392 12.03 0.483749 12.03 0.450377C12.03 0.377234 11.8975 0 11.8975 0C11.8975 0 11.765 0.37728 11.765 0.450377C11.765 0.483794 11.7778 0.51392 11.7981 0.537189V0.692251C11.7201 0.7296 11.6657 0.808686 11.6657 0.900846C11.6657 0.99296 11.7201 1.072 11.7981 1.10935V1.42775C11.5779 1.4736 11.4124 1.66871 11.4124 1.90258V2.70245H10.6289L10.9238 3.61984V7.3125H10.6289V7.31255ZM11.6319 4.12846H11.7053V3.84512L11.8975 3.65627L12.0895 3.84512V4.12846H12.163V4.84855H11.6318V4.12846H11.6319ZM11.6319 5.8373H11.7053V5.5541L11.8975 5.36517L12.0895 5.5541V5.8373H12.163V6.55739H11.6318V5.8373H11.6319Z' fill='%23374868'/%3E%3C/svg%3E%0A");
    position: absolute;
    left: 0;
    top: 0px;
    font-family: var(--icon-font);
    font-weight: 500;
    -webkit-transition: 0.4s ease-in-out;
    transition: 0.4s ease-in-out
}

.widget_nav_menu li,
.widget_meta li,
.widget_pages li,
.widget_archive li,
.widget_categories li,
.wp-block-categories li {
    display: block;
    position: relative
}

.widget_nav_menu li>span,
.widget_meta li>span,
.widget_pages li>span,
.widget_archive li>span,
.widget_categories li>span,
.wp-block-categories li>span {
    color: var(--title-color);
    text-align: center;
    position: absolute;
    right: 0;
    top: 0px;
    font-family: var(--title-font);
    font-size: 18px;
    font-weight: 700;
    -webkit-transition: all ease 0.4s;
    transition: all ease 0.4s;
    pointer-events: none;
    min-width: 20px;
    text-align: right
}

.widget_nav_menu .menu>li:last-child>a,
.widget_nav_menu>ul>li:last-child>a,
.widget_meta .menu>li:last-child>a,
.widget_meta>ul>li:last-child>a,
.widget_pages .menu>li:last-child>a,
.widget_pages>ul>li:last-child>a,
.widget_archive .menu>li:last-child>a,
.widget_archive>ul>li:last-child>a,
.widget_categories .menu>li:last-child>a,
.widget_categories>ul>li:last-child>a,
.wp-block-categories .menu>li:last-child>a,
.wp-block-categories>ul>li:last-child>a {
    border-bottom: none
}

.widget_nav_menu a:hover,
.widget_meta a:hover,
.widget_pages a:hover,
.widget_archive a:hover,
.widget_categories a:hover,
.wp-block-categories a:hover {
    color: var(--theme-color2)
}

.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,
.wp-block-categories a:hover::before {
    content: url("data:image/svg+xml,%3Csvg width='14' height='16' viewBox='0 0 14 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M10.1477 13.4833H9.96276C9.67357 11.8054 9.62704 10.0838 8.62503 9.10117C7.64345 8.1387 6.3597 7.84087 5.508 7.06186V6.69724C5.58603 6.65989 5.64043 6.5808 5.64043 6.48869C5.64043 6.39653 5.58603 6.31744 5.508 6.28005V6.12508C5.52834 6.10176 5.54109 6.07164 5.54109 6.03831C5.54109 5.96517 5.40866 5.58789 5.40866 5.58789C5.40866 5.58789 5.27618 5.96517 5.27618 6.03831C5.27618 6.07168 5.28893 6.10186 5.30932 6.12512V6.28005C5.23124 6.3174 5.17684 6.39653 5.17684 6.48869C5.17684 6.58085 5.23129 6.65989 5.30932 6.69728V7.06186C4.45762 7.84087 3.17383 8.1387 2.19229 9.10122C1.19024 10.0839 1.14365 11.8054 0.854511 13.4833H0.669505L0.351562 14.3046H10.4657L10.1477 13.4833ZM2.1858 13.4502H1.82667V12.9335H2.1858V13.4502ZM3.31988 13.4502H2.9608V12.9335H3.31988V13.4502ZM4.45401 13.4502H4.09492V12.9335H4.45401V13.4502ZM5.58823 13.4502H5.22905V12.9335H5.58823V13.4502ZM6.72231 13.4502H6.36313V12.9335H6.72231V13.4502ZM7.85634 13.4502H7.49725V12.9335H7.85634V13.4502ZM8.99051 13.4502H8.63133V12.9335H8.99051V13.4502Z' fill='%23FFD54F'/%3E%3Cpath d='M12.8704 10.3193V9.92781L12.4427 9.55469L11.8963 10.0317L11.3498 9.55473L10.923 9.9273V10.3193H10.2275V11.6175H10.7301V14.7278H0V15.9995H10.7302H10.8197H13.0631V11.6175H13.5659V10.3193L12.8704 10.3193ZM12.3659 14.5203H11.4275V13.2482H11.5573V12.7476L11.8967 12.414L12.2361 12.7476V13.2482H12.3659L12.3659 14.5203Z' fill='%23FFD54F'/%3E%3Cpath d='M11.3487 8.48247L10.9219 8.85499V9.66432L11.3487 9.29175L11.8952 9.76873L12.4415 9.29175L12.8692 9.66491V8.8555L12.4416 8.48242L11.8952 8.95936L11.3487 8.48247Z' fill='%23FFD54F'/%3E%3Cpath d='M10.6289 7.31255L10.9238 8.22994V8.5909L11.3506 8.21838L11.8971 8.69527L12.4434 8.21842L12.8711 8.5915V8.22971L13.166 7.31255H12.8711V3.61961L13.166 2.70245H12.3826V1.90258C12.3826 1.66875 12.217 1.4736 11.9968 1.42775V1.10935C12.0748 1.072 12.1293 0.992914 12.1293 0.900846C12.1293 0.808686 12.0748 0.7296 11.9968 0.692206V0.537189C12.0172 0.51392 12.03 0.483749 12.03 0.450377C12.03 0.377234 11.8975 0 11.8975 0C11.8975 0 11.765 0.37728 11.765 0.450377C11.765 0.483794 11.7778 0.51392 11.7981 0.537189V0.692251C11.7201 0.7296 11.6657 0.808686 11.6657 0.900846C11.6657 0.99296 11.7201 1.072 11.7981 1.10935V1.42775C11.5779 1.4736 11.4124 1.66871 11.4124 1.90258V2.70245H10.6289L10.9238 3.61984V7.3125H10.6289V7.31255ZM11.6319 4.12846H11.7053V3.84512L11.8975 3.65627L12.0895 3.84512V4.12846H12.163V4.84855H11.6318V4.12846H11.6319ZM11.6319 5.8373H11.7053V5.5541L11.8975 5.36517L12.0895 5.5541V5.8373H12.163V6.55739H11.6318V5.8373H11.6319Z' fill='%23FFD54F'/%3E%3C/svg%3E%0A")
}

.widget_nav_menu a:hover:after,
.widget_meta a:hover:after,
.widget_pages a:hover:after,
.widget_archive a:hover:after,
.widget_categories a:hover:after,
.wp-block-categories a:hover:after {
    color: var(--theme-color2)
}

.widget_nav_menu a:hover~span,
.widget_meta a:hover~span,
.widget_pages a:hover~span,
.widget_archive a:hover~span,
.widget_categories a:hover~span,
.wp-block-categories a:hover~span {
    color: var(--theme-color2)
}

.widget_nav_menu .sub-menu,
.widget_nav_menu .children,
.widget_meta .sub-menu,
.widget_meta .children,
.widget_pages .sub-menu,
.widget_pages .children,
.widget_archive .sub-menu,
.widget_archive .children,
.widget_categories .sub-menu,
.widget_categories .children,
.wp-block-categories .sub-menu,
.wp-block-categories .children {
    margin-left: 10px
}

.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 {
    margin-bottom: 56px;
    position: relative;
    border-radius: 30px
}

.widget[data-overlay]:before {
    z-index: -1
}

.widget .th-social .title {
    font-weight: 500;
    font-size: 14px;
    letter-spacing: 0.02em;
    color: var(--white-color);
    margin-right: 16px
}

.widget .th-social a {
    --icon-size: 32px;
    font-size: 16px;
    background-color: var(--theme-color2);
    color: var(--title-color);
    margin-right: 10px
}

.widget .th-social a:hover {
    background-color: var(--white-color);
    color: var(--title-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;
    height: 189px;
    background-color: var(--white-color);
    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-author .author-widget-wrap .social-links {
    margin-top: 20px
}

.widget.widget_categories.style2 a:after {
    content: "\f061";
    position: absolute;
    right: 25px;
    top: 0px;
    font-family: var(--icon-font);
    font-weight: 600;
    color: var(--title-color);
    -webkit-transition: all ease 0.4s;
    transition: all ease 0.4s
}

.widget.widget_categories.style2 a:hover:after {
    color: var(--theme-color2)
}

.widget_title {
    position: relative;
    font-weight: 700;
    font-size: 24px;
    letter-spacing: 0.02em;
    font-family: var(--title-font);
    color: var(--title-color);
    line-height: 1em;
    margin: -0.12em 0 53px 0
}

.widget_title:before {
    content: "";
    position: absolute;
    right: 0;
    bottom: -30px;
    width: 136px;
    height: 30px;
    padding-bottom: 30px;
    background-image: url("../img/theme-img/title_shape5.svg");
    background-repeat: no-repeat;
    background-size: 100% 100%
}

.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: 56px;
    border-radius: 100px;
    padding-right: 56px;
    border: none;
    background-color: var(--white-color);
    box-shadow: 0px 6px 25px rgba(102, 102, 102, 0.1);
    border-radius: 14px
}

.widget .search-form button {
    border: none;
    font-size: 16px;
    background-color: var(--theme-color);
    color: var(--white-color);
    display: inline-block;
    padding: 0;
    width: 56px;
    height: 56px;
    text-align: center;
    border-radius: 14px;
    position: absolute;
    top: 0;
    right: 0
}

.widget .search-form button:hover {
    background-color: var(--title-color)
}

.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_quote {
    background: var(--theme-color);
    border-radius: 8px;
    padding: 40px;
    position: relative;
    z-index: 2
}

@media (max-width: 1199px) {
    .widget_quote {
        padding: 30px
    }
}

.widget_quote .widget_title {
    color: var(--white-color)
}

.widget_quote .widget_title:before {
    content: "";
    position: absolute;
    left: 0;
    bottom: -30px;
    width: 136px;
    height: 30px;
    padding-bottom: 30px;
    background-image: url("../img/theme-img/title_shape6.svg");
    background-repeat: no-repeat;
    background-size: 100% 100%
}

.widget_quote .th-btn:hover {
    color: var(--title-color)
}

.widget-form select,
.widget-form .form-control,
.widget-form .form-select,
.widget-form textarea,
.widget-form input {
    height: 56px;
    background-color: var(--white-color)
}

.widget-form textarea.form-control,
.widget-form textarea {
    min-height: 118px;
    border-radius: 4px
}

.widget-form .th-btn {
    padding: 20px 25px
}

.widget-form .form-group {
    margin-bottom: 16px
}

.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(--theme-color);
    padding: 40px 20px;
    border-radius: 8px;
    min-height: 400px;
    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: end;
    -ms-flex-pack: end;
    justify-content: end;
    z-index: 2
}

@media (max-width: 1199px) {
    .widget_offer {
        margin-right: 0
    }
}

.widget_offer:before {
    content: "";
    position: absolute;
    inset: 0;
    background: -webkit-linear-gradient(top, rgba(3, 6, 14, 0) 18.65%, rgba(3, 6, 14, 0.5) 87.88%);
    background: linear-gradient(180deg, rgba(3, 6, 14, 0) 18.65%, 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-logo {
    margin-bottom: 15px
}

.widget_offer .offer-banner .banner-title {
    color: var(--white-color);
    font-weight: 700;
    font-size: 24px;
    margin: 0 auto 10px auto
}

.widget_offer .offer-banner .text {
    font-weight: 600;
    font-size: 20px;
    color: var(--white-color)
}

.widget_offer .offer-banner .text .discount {
    color: var(--theme-color2)
}

.widget_offer .offer-banner .offer {
    background-color: var(--white-color);
    padding: 50px 40px;
    border-radius: 10px
}

@media (max-width: 1199px) {
    .widget_offer .offer-banner .offer {
        padding: 30px
    }
}

.widget_offer .offer-banner .offer-title {
    font-size: 20px;
    font-weight: 500;
    margin: -0.3rem 0 2px 0
}

@media (max-width: 1199px) {
    .widget_offer .offer-banner .offer-title {
        font-size: 16px
    }
}

.widget_offer .offer-banner .offer-text {
    font-family: var(--title-font);
    margin-bottom: 20px
}

.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: 13px 19px;
    margin-right: 5px;
    margin-bottom: 10px;
    color: var(--body-color);
    background: #F0F0F0;
    border-radius: 4px
}

.wp-block-tag-cloud a:hover,
.tagcloud a:hover {
    background-color: var(--theme-color);
    color: var(--white-color) !important;
    border-color: var(--theme-color)
}

.wp-block-tag-cloud,
.tagcloud {
    margin-right: -10px;
    margin-bottom: -10px
}

.sidebar-gallery {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
    max-width: 320px
}

.sidebar-gallery .gallery-btn {
    position: absolute;
    top: 50%;
    left: 50%;
    color: var(--title-color);
    visibility: hidden;
    opacity: 0;
    -webkit-transform: translate(-50%, 20px);
    -ms-transform: translate(-50%, 20px);
    transform: translate(-50%, 20px)
}

.sidebar-gallery .gallery-btn:hover {
    color: var(--theme-color)
}

.sidebar-gallery .gallery-thumb {
    overflow: hidden;
    position: relative;
    border-radius: 4px
}

.sidebar-gallery .gallery-thumb:before {
    content: '';
    height: auto;
    width: 0;
    background-color: var(--theme-color2);
    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;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 24px
}

.recent-post:last-child {
    margin-bottom: 0
}

.recent-post .media-img {
    margin-right: 20px;
    width: 113px;
    height: 103px;
    overflow: hidden;
    border-radius: 4px
}

.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: 16px;
    line-height: 26px;
    margin-right: 10px;
    text-transform: capitalize
}

.recent-post .post-title:hover a {
    color: var(--theme-color2)
}

.recent-post .recent-post-meta {
    margin-bottom: 5px
}

.recent-post .recent-post-meta a {
    text-transform: capitalize;
    font-weight: 500;
    font-size: 16px;
    color: var(--theme-color)
}

.recent-post .recent-post-meta a i {
    margin-right: 6px;
    color: var(--theme-color2)
}

.recent-post .recent-post-meta a:hover {
    color: var(--theme-color2)
}

.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: 991px) {
    .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 .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;
    border-radius: 8px
}

.widget-map {
    position: relative;
    z-index: 9
}

.widget-map .icon {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    z-index: 3
}

.widget-map iframe {
    min-height: 177px;
    border-radius: 8px
}

.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 {
        --widget-padding-y: 20px;
        --widget-padding-x: 20px
    }

    .widget_title {
        font-size: 22px;
        margin: -0.12em 0 40px 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;
        margin-bottom: 35px
    }

    .wp-block-tag-cloud a,
    .tagcloud a {
        padding: 10.5px 18px
    }
}

@media (max-width: 330px) {
    .recent-post .post-title {
        font-size: 14px;
        line-height: 24px
    }

    .recent-post .recent-post-meta a {
        font-size: 12px
    }
}

.footer-widget {
    margin-bottom: 50px
}

.footer-widget,
.footer-widget .widget {
    padding: 0;
    border: none;
    padding-bottom: 0;
    background-color: transparent;
    box-shadow: none
}

.footer-widget .form-group>i {
    color: var(--theme-color);
    top: 18px
}

.footer-widget .sidebar-gallery {
    max-width: 287px
}

.footer-widget .widget_title {
    font-size: 24px;
    max-width: 270px;
    color: var(--white-color);
    margin: -0.11em 0 35px 0;
    padding: 0 0 18px 0
}

.footer-widget .widget_title:before {
    display: none
}

.footer-widget.widget_meta ul,
.footer-widget.widget_pages ul,
.footer-widget.widget_archive ul,
.footer-widget.widget_categories ul,
.footer-widget.widget_nav_menu ul {
    margin-top: -5px
}

.footer-widget.widget_meta .menu,
.footer-widget.widget_meta>ul,
.footer-widget.widget_pages .menu,
.footer-widget.widget_pages>ul,
.footer-widget.widget_archive .menu,
.footer-widget.widget_archive>ul,
.footer-widget.widget_categories .menu,
.footer-widget.widget_categories>ul,
.footer-widget.widget_nav_menu .menu,
.footer-widget.widget_nav_menu>ul {
    margin-bottom: -5px
}

.footer-widget.widget_meta a,
.footer-widget.widget_pages a,
.footer-widget.widget_archive a,
.footer-widget.widget_categories a,
.footer-widget.widget_nav_menu a {
    font-size: 16px;
    font-weight: 400;
    padding: 0 25px 0 0;
    margin-bottom: 21px;
    font-family: var(--body-font);
    color: var(--white-color);
    text-transform: capitalize;
    display: block;
    max-width: 100%;
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    background-color: transparent;
    border: none;
    position: relative
}

.footer-widget.widget_meta a:before,
.footer-widget.widget_pages a:before,
.footer-widget.widget_archive a:before,
.footer-widget.widget_categories a:before,
.footer-widget.widget_nav_menu a:before {
    content: url("data:image/svg+xml,%3Csvg width='14' height='16' viewBox='0 0 14 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M10.1496 13.4833H9.96472C9.67553 11.8054 9.62899 10.0838 8.62698 9.10117C7.6454 8.1387 6.36165 7.84087 5.50995 7.06186V6.69724C5.58798 6.65989 5.64238 6.5808 5.64238 6.48869C5.64238 6.39653 5.58798 6.31744 5.50995 6.28005V6.12508C5.53029 6.10176 5.54305 6.07164 5.54305 6.03831C5.54305 5.96517 5.41061 5.58789 5.41061 5.58789C5.41061 5.58789 5.27813 5.96517 5.27813 6.03831C5.27813 6.07168 5.29089 6.10186 5.31128 6.12512V6.28005C5.2332 6.3174 5.1788 6.39653 5.1788 6.48869C5.1788 6.58085 5.23324 6.65989 5.31128 6.69728V7.06186C4.45957 7.84087 3.17578 8.1387 2.19425 9.10122C1.19219 10.0839 1.14561 11.8054 0.856464 13.4833H0.671459L0.353516 14.3046H10.4676L10.1496 13.4833ZM2.18776 13.4502H1.82862V12.9335H2.18776V13.4502ZM3.32184 13.4502H2.96275V12.9335H3.32184V13.4502ZM4.45596 13.4502H4.09688V12.9335H4.45596V13.4502ZM5.59018 13.4502H5.231V12.9335H5.59018V13.4502ZM6.72426 13.4502H6.36508V12.9335H6.72426V13.4502ZM7.85829 13.4502H7.49921V12.9335H7.85829V13.4502ZM8.99246 13.4502H8.63329V12.9335H8.99246V13.4502Z' fill='%23FFD54F'/%3E%3Cpath d='M12.8704 10.3197V9.9283L12.4427 9.55518L11.8963 10.0322L11.3498 9.55522L10.923 9.92779V10.3197H10.2275V11.6179H10.7301V14.7283H0V16H10.7302H10.8197H13.0631V11.618H13.5659V10.3198L12.8704 10.3197ZM12.3659 14.5208H11.4275V13.2487H11.5573V12.7481L11.8967 12.4145L12.2361 12.7481V13.2487H12.3659L12.3659 14.5208Z' fill='%23FFD54F'/%3E%3Cpath d='M11.3506 8.48198L10.9238 8.8545V9.66383L11.3506 9.29126L11.8972 9.76824L12.4435 9.29126L12.8712 9.66442V8.85501L12.4435 8.48193L11.8972 8.95887L11.3506 8.48198Z' fill='%23FFD54F'/%3E%3Cpath d='M10.6289 7.31255L10.9238 8.22994V8.5909L11.3506 8.21838L11.8971 8.69527L12.4434 8.21842L12.8711 8.5915V8.22971L13.166 7.31255H12.8711V3.61961L13.166 2.70245H12.3826V1.90258C12.3826 1.66875 12.217 1.4736 11.9968 1.42775V1.10935C12.0748 1.072 12.1293 0.992914 12.1293 0.900846C12.1293 0.808686 12.0748 0.7296 11.9968 0.692206V0.537189C12.0172 0.51392 12.03 0.483749 12.03 0.450377C12.03 0.377234 11.8975 0 11.8975 0C11.8975 0 11.765 0.37728 11.765 0.450377C11.765 0.483794 11.7778 0.51392 11.7981 0.537189V0.692251C11.7201 0.7296 11.6657 0.808686 11.6657 0.900846C11.6657 0.99296 11.7201 1.072 11.7981 1.10935V1.42775C11.5779 1.4736 11.4124 1.66871 11.4124 1.90258V2.70245H10.6289L10.9238 3.61984V7.3125H10.6289V7.31255ZM11.6319 4.12846H11.7053V3.84512L11.8975 3.65627L12.0895 3.84512V4.12846H12.163V4.84855H11.6318V4.12846H11.6319ZM11.6319 5.8373H11.7053V5.5541L11.8975 5.36517L12.0895 5.5541V5.8373H12.163V6.55739H11.6318V5.8373H11.6319Z' fill='%23FFD54F'/%3E%3C/svg%3E%0A");
    position: absolute;
    font-weight: 500;
    font-family: var(--icon-font);
    right: 0;
    top: 0px;
    width: 15px;
    color: #B7BEC8;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
    font-size: 0.9em;
    background-color: transparent;
    border: none;
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s 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-color2)
}

.footer-widget.widget_meta li>span,
.footer-widget.widget_pages li>span,
.footer-widget.widget_archive li>span,
.footer-widget.widget_categories li>span,
.footer-widget.widget_nav_menu li>span {
    width: auto;
    height: auto;
    position: relative;
    background-color: transparent;
    color: var(--body-color);
    line-height: 1
}

.footer-widget.widget_meta li:last-child a,
.footer-widget.widget_pages li:last-child a,
.footer-widget.widget_archive li:last-child a,
.footer-widget.widget_categories li:last-child a,
.footer-widget.widget_nav_menu li:last-child a {
    margin-bottom: 0
}

.footer-widget .recent-post {
    max-width: 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;
    border-radius: 16px
}

.footer-widget .recent-post .recent-post-meta a {
    font-size: 14px;
    font-weight: 400;
    color: var(--theme-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: 600
}

.th-widget-about .about-logo {
    margin-bottom: 40px
}

.th-widget-about .about-text {
    color: rgba(255, 255, 255, 0.8);
    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-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    color: #888C97;
    line-height: 26px;
    padding: 0 0 0 35px;
    max-width: 277px;
    margin-top: 0
}

.th-widget-about .footer-info:not(:last-child) {
    margin: 0 0 20px 0
}

.th-widget-about .footer-info i {
    display: inline-block;
    width: 26px;
    height: 26px;
    line-height: 26px;
    border-radius: 5px;
    text-align: center;
    background-color: var(--theme-color);
    color: var(--white-color);
    position: absolute;
    right: 0;
    font-size: 10px
}

.th-widget-about .footer-info-title {
    font-size: 18px;
    font-family: var(--title-font);
    font-weight: 600;
    text-transform: capitalize;
    color: var(--white-color);
    margin-bottom: 5px;
    margin-top: -0.2em
}

.th-widget-about .footer-info a:hover {
    color: var(--theme-color2)
}

.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
}

.newsletter-widget {
    max-width: 290px
}

.newsletter-widget .form-control {
    background-color: var(--white-color) !important;
    border: 1px solid var(--th-border-color)
}

@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: 20px
    }

    .th-widget-about .about-text {
        margin-bottom: 20px
    }

    .social-box.mb-30 {
        margin-bottom: 25px
    }
}

.th-header {
    position: relative;
    z-index: 41
}

.th-header .th-btn {
    padding: 15px 24px
}

.header-absolute {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%
}

.sticky-wrapper {
    -webkit-transition: 0.4s ease-in-out;
    transition: 0.4s ease-in-out
}

.sticky-wrapper.sticky {
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    background-color: var(--white-color);
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.07);
    -webkit-animation: stickyAni 0.4s ease-in-out;
    animation: stickyAni 0.4s ease-in-out
}

@-webkit-keyframes stickyAni {
    0% {
        -webkit-transform: translate3d(0, -40px, 0) scaleY(0.8);
        transform: translate3d(0, -40px, 0) scaleY(0.8);
        opacity: 0.7
    }

    100% {
        -webkit-transform: translate3d(0, 0, 0) scaleY(1);
        transform: translate3d(0, 0, 0) scaleY(1);
        opacity: 1
    }
}

@keyframes stickyAni {
    0% {
        -webkit-transform: translate3d(0, -40px, 0) scaleY(0.8);
        transform: translate3d(0, -40px, 0) scaleY(0.8);
        opacity: 0.7
    }

    100% {
        -webkit-transform: translate3d(0, 0, 0) scaleY(1);
        transform: translate3d(0, 0, 0) scaleY(1);
        opacity: 1
    }
}

.main-menu a {
    display: block;
    position: relative;
    font-weight: 500;
    font-size: 16px;
    font-family: var(--body-font);
    color: var(--title-color);
    text-transform: capitalize
}

.main-menu a:hover {
    color: var(--theme-color2)
}

.main-menu>ul>li {
    margin: 0 16px
}

.main-menu>ul>li>a {
    padding: 41px 0
}

.main-menu>ul>li>a:before {
    content: '';
    height: 2px;
    width: 0;
    background-color: var(--theme-color2);
    position: absolute;
    bottom: 0;
    right: 0;
    -webkit-transition: 0.4s ease-in-out;
    transition: 0.4s ease-in-out
}

.main-menu>ul>li>a:hover {
    color: var(--theme-color2)
}

.main-menu>ul>li>a:hover:before {
    width: 100%;
    right: unset;
    left: 0
}

.main-menu ul {
    margin: 0;
    padding: 0
}

.main-menu ul li {
    list-style-type: none;
    display: inline-block;
    position: relative
}

.main-menu ul li:has(.sub-menu)>a:after,
.main-menu ul li:has(.mega-menu)>a:after,
.main-menu ul li.menu-item-has-children>a:after {
    content: "\f078";
    display: inline-block;
    position: relative;
    font-family: var(--icon-font);
    margin-right: 5px;
    font-weight: 600;
    top: 0;
    font-size: 0.9em;
    color: inherit;
    -webkit-transition: -webkit-transform 0.4s ease-in-out;
    transition: -webkit-transform 0.4s ease-in-out;
    transition: transform 0.4s ease-in-out;
    transition: transform 0.4s ease-in-out, -webkit-transform 0.4s ease-in-out
}

.main-menu ul li:has(.sub-menu)>a:hover:after,
.main-menu ul li:has(.mega-menu)>a:hover:after,
.main-menu ul li.menu-item-has-children>a:hover:after {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg)
}

.main-menu ul li:last-child {
    margin-right: 0 !important
}

.main-menu ul li:first-child {
    margin-left: 0 !important
}

.main-menu ul li:hover>ul.sub-menu {
    visibility: visible;
    opacity: 1;
    -webkit-transform: scaleY(1);
    -ms-transform: scaleY(1);
    transform: scaleY(1);
    z-index: 9
}

.main-menu ul li:hover ul.mega-menu {
    visibility: visible;
    opacity: 1;
    z-index: 9;
    -webkit-transform: scaleY(1) translateX(0%);
    -ms-transform: scaleY(1) translateX(0%);
    transform: scaleY(1) translateX(0%)
}

@media (max-width: 1399px) {
    .main-menu ul li:hover ul.mega-menu {
        -webkit-transform: scaleY(1) translateX(12%);
        -ms-transform: scaleY(1) translateX(12%);
        transform: scaleY(1) translateX(12%)
    }
}

.main-menu ul.sub-menu,
.main-menu ul.mega-menu {
    position: absolute;
    text-align: right;
    top: 100%;
    left: 0;
    background-color: var(--white-color);
    visibility: hidden;
    min-width: 230px;
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    padding: 7px;
    left: -14px;
    opacity: 0;
    z-index: -1;
    box-shadow: 0px 4px 15px rgba(1, 15, 28, 0.06);
    border-bottom: 3px solid var(--theme-color);
    border-radius: 0;
    -webkit-transform: scaleY(0);
    -ms-transform: scaleY(0);
    transform: scaleY(0);
    -webkit-transform-origin: top center;
    -ms-transform-origin: top center;
    transform-origin: top center;
    -webkit-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s
}

.main-menu ul.sub-menu {
    padding: 18px 20px 18px 18px;
    left: -27px
}

.main-menu ul.sub-menu li {
    display: block;
    margin: 0 0;
    padding: 0px 9px
}

.main-menu ul.sub-menu li:not(:last-child) {
    margin-bottom: 5px
}

.main-menu ul.sub-menu li.menu-item-has-children>a:after {
    content: "\f078";
    float: right;
    top: 1px;
    display: inline-block
}

.main-menu ul.sub-menu li.menu-item-has-children>a:hover:after {
    content: "\f068"
}

.main-menu ul.sub-menu li a {
    position: relative;
    padding-left: 0;
    text-transform: capitalize
}

.main-menu ul.sub-menu li a:before {
    content: "\f678";
    position: absolute;
    top: 6px;
    left: 10px;
    font-family: var(--icon-font);
    width: 13px;
    height: 16px;
    text-align: center;
    display: inline-block;
    font-size: 16px;
    line-height: 1;
    color: var(--theme-color);
    font-weight: 500;
    opacity: 0;
    visibility: visible;
    -webkit-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out
}

.main-menu ul.sub-menu li a:hover {
    padding-left: 23px
}

.main-menu ul.sub-menu li a:hover:before {
    visibility: visible;
    opacity: 1;
    left: 0;
    color: var(--theme-color2)
}

.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-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: 15px
}

.header-button .icon-btn {
    position: relative
}

.header-button .search-form {
    position: relative
}

@media (max-width: 1399px) {
    .header-button .search-form {
        display: none
    }
}

.header-button .search-form input {
    width: 225px;
    height: 48px;
    border: 1px solid rgba(153, 153, 153, 0.5);
    border-radius: 8px
}

.header-button .search-form button {
    position: absolute;
    top: 10px;
    right: 15px;
    background-color: transparent;
    border: 0;
    color: var(--title-color)
}

.header-button li {
    list-style: none
}

.header-button li .currency-menu {
    background-color: transparent;
    border: 1px solid #E4E4E6;
    border-radius: 8px;
    height: 48px;
    padding: 10px 25px
}

.header-button li .dropdown-menu {
    padding: 30px 40px 18px;
    border-bottom: none
}

.header-links ul {
    margin: 0;
    padding: 0;
    list-style-type: none
}

.header-links li {
    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;
    position: relative;
    font-size: 16px;
    font-weight: 400;
    font-family: var(--title-font)
}

.header-links li input {
    background-color: transparent;
    border: none;
    padding: 0;
    height: auto
}

.header-links li:not(:last-child) {
    margin: 0 18px 0 0
}

.header-links li.input:after {
    content: '\f0d7';
    font-family: var(--icon-font);
    font-weight: 600;
    position: absolute;
    top: -2px;
    right: 8px
}

.header-links li>i {
    color: var(--theme-color2);
    margin-right: 6px
}

.header-links li,
.header-links span,
.header-links p,
.header-links a {
    font-family: var(--body-font);
    font-size: 14px;
    color: var(--white-color)
}

@media (max-width: 320px) {

    .header-links li,
    .header-links span,
    .header-links p,
    .header-links a {
        font-size: 12px
    }
}

.header-links li img,
.header-links span img,
.header-links p img,
.header-links a img {
    margin-right: 8px
}

.header-links a:hover {
    color: var(--theme-color)
}

.header-links i {
    color: var(--theme-color2)
}

.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: #57B33E
}

.header-logo {
    padding-top: 15px;
    padding-bottom: 15px
}

@media (max-width: 575px) {
    .header-logo {
        max-width: 150px
    }

    .header-logo .icon-masking .mask-icon {
        -webkit-mask-size: cover;
        mask-size: cover
    }
}

@media (max-width: 1199px) {
    .main-menu>ul>li>a {
        padding: 37px 0
    }
}

@media (max-width: 1399px) {
    .header-button .th-btn {
        display: none
    }
}

.header-top {
    background-color: var(--smoke-color);
    padding: 14.5px 0;
    --body-color: #4E4E4E
}

.default-header .header-top {
    margin-bottom: 24px;
    padding: 9.5px 20px;
    position: relative;
    z-index: 2;
    -webkit-mask-size: 100% 100%;
    mask-size: 100% 100%;
    max-width: 1800px;
    display: block;
    margin: auto;
    background-color: transparent
}

@media (max-width: 375px) {
    .default-header .header-top {
        padding: 9.5px 0px
    }
}

.default-header .header-top:before {
    content: "";
    position: absolute;
    inset: 0;
    -webkit-mask-image: url("../img/bg/header-top-shape.png");
    mask-image: url("../img/bg/header-top-shape.png");
    background-color: var(--theme-color);
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    z-index: -1
}

@media (max-width: 375px) {
    .default-header .header-top:before {
        -webkit-mask-image: none;
        mask-image: none
    }
}

.default-header .header-button .search-form input {
    background-color: var(--white-color)
}

.default-header .main-menu {
    margin-left: 20px
}

.default-header .header-links li input {
    color: var(--white-color)
}

.default-header .header-links li,
.default-header .header-links span,
.default-header .header-links p,
.default-header .header-links a {
    color: var(--white-color)
}

.default-header .menu-area {
    background-color: var(--white-color);
    position: relative;
    z-index: 2
}

@media (max-width: 991px) {
    .default-header .header-logo {
        padding: 20px 0
    }
}

.header-layout1 .sticky-wrapper.sticky .menu-area {
    padding: 0
}

.header-layout1 .sticky-wrapper.sticky .menu-area:before {
    display: none
}

.header-layout1 .header-top {
    background-color: transparent
}

.header-layout1 .header-top .header-links li,
.header-layout1 .header-top .header-links span,
.header-layout1 .header-top .header-links a {
    color: var(--white-color)
}

.header-layout1 .currency-menu .nice-select {
    background-color: transparent;
    border: 1px solid #E4E4E6;
    color: var(--white-color);
    border-radius: 8px;
    height: 48px
}

@media (max-width: 1199px) {
    .header-layout1 .currency-menu .nice-select {
        display: none
    }
}

.header-layout1 .currency-menu .nice-select:after {
    top: 0px
}

.header-layout1 .menu-area {
    background-color: var(--white-color);
    padding: 0px 40px;
    border-radius: 8px;
    position: relative;
    z-index: 2
}

@media (max-width: 767px) {
    .header-layout1 .menu-area {
        padding: 0 20px
    }
}

.header-layout1 .menu-area:before {
    content: "";
    position: absolute;
    inset: 0;
    background-color: var(--theme-color2);
    z-index: -1;
    width: 15%;
    height: 100px;
    border-radius: 8px 0 0 8px
}

@media (max-width: 1699px) {
    .header-layout1 .menu-area:before {
        width: 18%
    }
}

@media (max-width: 1299px) {
    .header-layout1 .menu-area:before {
        width: 22%
    }
}

@media (max-width: 1199px) {
    .header-layout1 .menu-area:before {
        width: 28%
    }
}

@media (max-width: 991px) {
    .header-layout1 .menu-area:before {
        width: 37%;
        height: 90px
    }
}

@media (max-width: 767px) {
    .header-layout1 .menu-area:before {
        width: 50%
    }
}

@media (max-width: 575px) {
    .header-layout1 .menu-area:before {
        height: 77px
    }
}

@media (max-width: 375px) {
    .header-layout1 .menu-area:before {
        width: 60%
    }
}

.header-layout1 .main-menu>ul>li {
    margin: 0 15px
}

@media (max-width: 1299px) {
    .header-layout1 .th-btn {
        padding: 15px 20px
    }
}

@media (max-width: 575px) {
    .header-layout1 .th-btn {
        display: none
    }
}

.header-layout1 .header-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
}

.header-layout1 .header-logo {
    text-align: center
}

.header-layout1 .main-menu>ul>li>a {
    padding: 36.5px 0
}

@media (max-width: 1299px) {
    .header-layout1 .main-menu>ul>li {
        margin: 0 10px
    }
}

.header-layout1.unittest-header .logo-bg {
    display: none
}

.header-layout1.unittest-header .menu-area:before {
    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
    }
}

@media (min-width: 1200px) {
    .header-layout1 {
        --main-container: 1800px
    }
}

@media (min-width: 2580px) and (max-width: 4180px) {
    .header-layout1 .logo-bg {
        width: 10%
    }
}

.header-layout2 {
    background-color: var(--theme-color)
}

.header-layout2 .header-top {
    background-color: var(--theme-color);
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    padding: 9.5px 0
}

.header-layout2 .sticky-wrapper.sticky {
    background-color: var(--theme-color)
}

.header-layout2 .main-menu {
    margin-left: 20px
}

.header-layout2 .main-menu>ul>li>a {
    color: var(--white-color)
}

.header-layout2 .main-menu>ul>li>a:hover {
    color: var(--theme-color2)
}

.header-layout2 .header-button .search-form input {
    background: transparent;
    border: 1px solid rgba(255, 255, 255, 0.3);
    border-radius: 8px;
    color: var(--white-color)
}

.header-layout2 .header-button .search-form input::-moz-placeholder {
    color: var(--white-color)
}

.header-layout2 .header-button .search-form input::-webkit-input-placeholder {
    color: var(--white-color)
}

.header-layout2 .header-button .search-form input:-ms-input-placeholder {
    color: var(--white-color)
}

.header-layout2 .header-button .search-form input::-ms-input-placeholder {
    color: var(--white-color)
}

.header-layout2 .header-button .search-form input::placeholder {
    color: var(--white-color)
}

.header-layout2 .header-button .search-form button {
    position: absolute;
    top: 10px;
    right: 15px;
    background-color: transparent;
    border: 0;
    color: var(--white-color)
}

.header-layout2 .header-button .icon-btn {
    border: 1px solid rgba(255, 255, 255, 0.3);
    border-radius: 8px
}

.header-layout2 .header-button .icon-btn img {
    -webkit-filter: brightness(0) invert(1);
    filter: brightness(0) invert(1)
}

.header-layout2 .header-button .icon-btn:hover img {
    -webkit-filter: none;
    filter: none
}

.header-layout3 {
    background-color: var(--white-color)
}

.header-layout3 .header-top {
    margin-bottom: 24px;
    padding: 9.5px 20px;
    position: relative;
    z-index: 2;
    -webkit-mask-size: 100% 100%;
    mask-size: 100% 100%;
    max-width: 1800px;
    display: block;
    margin: auto;
    background-color: transparent
}

@media (max-width: 375px) {
    .header-layout3 .header-top {
        padding: 9px 0px
    }
}

.header-layout3 .header-top:before {
    content: "";
    position: absolute;
    inset: 0;
    -webkit-mask-image: url("../img/bg/header-top-shape.png");
    mask-image: url("../img/bg/header-top-shape.png");
    background-color: var(--theme-color);
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    z-index: -1
}

@media (max-width: 375px) {
    .header-layout3 .header-top:before {
        -webkit-mask-image: none;
        mask-image: none
    }
}

.header-layout3 .main-menu {
    margin-left: 20px
}

.header-layout3 .header-links li input {
    color: var(--white-color)
}

.header-layout3 .header-links li,
.header-layout3 .header-links span,
.header-layout3 .header-links p,
.header-layout3 .header-links a {
    color: var(--white-color)
}

.header-layout3 .header-button .search-form input {
    background-color: var(--white-color)
}

.header-layout3 .menu-area {
    background-color: var(--white-color);
    position: relative;
    z-index: 2
}

.header-layout4 .main-menu ul.mega-menu {
    -webkit-transform: scaleY(0) translateX(-40%);
    -ms-transform: scaleY(0) translateX(-40%);
    transform: scaleY(0) translateX(-40%)
}

@media (max-width: 1699px) {
    .header-layout4 .main-menu ul.mega-menu {
        -webkit-transform: scaleY(0) translateX(-20%);
        -ms-transform: scaleY(0) translateX(-20%);
        transform: scaleY(0) translateX(-20%)
    }
}

@media (max-width: 1299px) {
    .header-layout4 .main-menu ul.mega-menu {
        -webkit-transform: scaleY(0) translateX(-5%);
        -ms-transform: scaleY(0) translateX(-5%);
        transform: scaleY(0) translateX(-5%)
    }
}

.header-layout4 .main-menu ul li:hover ul.mega-menu {
    -webkit-transform: scaleY(1) translateX(-40%);
    -ms-transform: scaleY(1) translateX(-40%);
    transform: scaleY(1) translateX(-40%)
}

@media (max-width: 1699px) {
    .header-layout4 .main-menu ul li:hover ul.mega-menu {
        -webkit-transform: scaleY(1) translateX(-20%);
        -ms-transform: scaleY(1) translateX(-20%);
        transform: scaleY(1) translateX(-20%)
    }
}

@media (max-width: 1299px) {
    .header-layout4 .main-menu ul li:hover ul.mega-menu {
        -webkit-transform: scaleY(1) translateX(-5%);
        -ms-transform: scaleY(1) translateX(-5%);
        transform: scaleY(1) translateX(-5%)
    }
}

.header-layout4 .top-area {
    background-color: var(--title-color)
}

.header-layout4 .header-top {
    background-color: var(--title-color);
    padding: 12px 0;
    --body-color: #fff
}

.header-layout4 .header-top a,
.header-layout4 .header-top li,
.header-layout4 .header-top p,
.header-layout4 .header-top span,
.header-layout4 .header-top i {
    color: var(--white-color)
}

.header-layout4 .header-top a:hover {
    color: var(--theme-color)
}

.header-layout4 .header-top i:hover {
    color: var(--theme-color)
}

.header-layout4 .sticky-wrapper {
    box-shadow: none
}

.header-layout4 .menu-top {
    padding: 16px 0
}

.header-layout4 .menu-top .icon-btn {
    --btn-size: 40px;
    line-height: 40px;
    background-color: var(--theme-color2);
    color: var(--title-color);
    border-radius: 50%;
    font-size: 16px;
    margin-right: 10px
}

.header-layout4 .header-link {
    color: var(--white-color);
    padding-right: 30px;
    margin-right: 30px;
    height: 40px;
    display: inline-block;
    border-right: 1px solid #343434
}

.header-layout4 .header-link:last-child {
    padding-right: 0;
    margin-right: 0;
    border-right: none
}

.header-layout4 .header-link:hover {
    color: var(--theme-color2)
}

.header-layout4 .th-social a {
    --icon-size: 40px;
    background-color: var(--title-color);
    border: 1px solid #343434;
    color: var(--white-color)
}

.header-layout4 .th-social a:hover {
    background-color: var(--theme-color2);
    color: var(--title-color);
    border-color: var(--theme-color2)
}

.header-layout4 .simple-icon {
    font-size: 36px;
    color: var(--title-color)
}

.header-layout4 .dropdown-menu {
    --body-color: #74787C
}

.header-layout4 .logo-shape {
    display: inline-block;
    height: 100%;
    width: 40%;
    position: absolute;
    top: 0;
    left: 0;
    background: var(--white-color);
    background-size: auto;
    background-repeat: repeat;
    -webkit-clip-path: polygon(0 0, calc(100% - 100px) 0%, 100% 100%, 0% 100%);
    clip-path: polygon(0 0, calc(100% - 100px) 0%, 100% 100%, 0% 100%);
    z-index: -1
}

.header-layout4 .icon-style2 {
    background-color: transparent;
    border: 1px solid;
    border-radius: 8px;
    width: 48px;
    height: 48px;
    line-height: 46px;
    color: var(--title-color);
    font-size: 16px
}

.header-layout4 .icon-style2:hover {
    background-color: var(--white-color);
    color: var(--title-color);
    border-color: var(--white-color)
}

.header-layout4 .header-button .icon-btn {
    border: 1px solid var(--title-color)
}

.header-layout4 .header-button .icon-btn:hover {
    background-color: var(--white-color);
    color: var(--title-color);
    border-color: var(--white-color)
}

.header-layout4 .menu-area {
    position: relative;
    background-color: var(--theme-color2);
    z-index: 2
}

@media (min-width: 1922px) {
    .header-layout4 .menu-area .container {
        margin-right: auto
    }
}

@media (max-width: 1399px) {
    .header-layout4 .menu-area .container {
        margin-right: auto
    }
}

.header-layout4 .main-menu>ul>li>a {
    color: var(--title-color);
    padding: 39px 0
}

.header-layout4 .main-menu>ul>li>a:hover {
    color: var(--theme-color)
}

.header-layout4 .main-menu ul li.menu-item-has-children>a:after {
    color: var(--title-color)
}

.header-layout4 .main-menu ul li.menu-item-has-children>a:hover:after {
    color: var(--theme-color)
}

.header-layout4 .th-menu-toggle {
    margin: 20px 0
}

.header-layout4 .header-button {
    margin-left: 10px
}

@media (max-width: 1299px) {
    .header-layout4 .logo-shape {
        width: 33%
    }
}

@media (max-width: 1199px) {
    .header-layout4 .header-link:nth-child(2) {
        padding-right: 0;
        margin-right: 0;
        border-right: none
    }
}

@media (max-width: 991px) {
    .header-layout4 .logo-shape {
        width: 60%
    }

    .header-layout4 .header-link {
        padding-right: 0;
        margin-right: 0;
        border-right: none
    }
}

@media (max-width: 767px) {
    .header-notice {
        text-align: center;
        font-size: 14px
    }

    .header-layout4 .menu-top {
        padding: 12px 0
    }
}

@media (max-width: 575px) {
    .header-layout4 .logo-shape {
        width: 280px
    }
}

.header-layout5 .main-menu ul.mega-menu {
    -webkit-transform: scaleY(0) translateX(-40%);
    -ms-transform: scaleY(0) translateX(-40%);
    transform: scaleY(0) translateX(-40%)
}

@media (max-width: 1699px) {
    .header-layout5 .main-menu ul.mega-menu {
        -webkit-transform: scaleY(0) translateX(-20%);
        -ms-transform: scaleY(0) translateX(-20%);
        transform: scaleY(0) translateX(-20%)
    }
}

@media (max-width: 1299px) {
    .header-layout5 .main-menu ul.mega-menu {
        -webkit-transform: scaleY(0) translateX(-5%);
        -ms-transform: scaleY(0) translateX(-5%);
        transform: scaleY(0) translateX(-5%)
    }
}

.header-layout5 .main-menu ul li:hover ul.mega-menu {
    -webkit-transform: scaleY(1) translateX(-40%);
    -ms-transform: scaleY(1) translateX(-40%);
    transform: scaleY(1) translateX(-40%)
}

@media (max-width: 1699px) {
    .header-layout5 .main-menu ul li:hover ul.mega-menu {
        -webkit-transform: scaleY(1) translateX(-20%);
        -ms-transform: scaleY(1) translateX(-20%);
        transform: scaleY(1) translateX(-20%)
    }
}

@media (max-width: 1299px) {
    .header-layout5 .main-menu ul li:hover ul.mega-menu {
        -webkit-transform: scaleY(1) translateX(-5%);
        -ms-transform: scaleY(1) translateX(-5%);
        transform: scaleY(1) translateX(-5%)
    }
}

.header-layout5 .th-menu-toggle {
    background-color: var(--theme-color2);
    color: var(--title-color)
}

.header-layout5 .header-top {
    background-color: var(--theme-color2);
    padding: 14px 0;
    --body-color: #1b1b1b
}

.header-layout5 .header-top a,
.header-layout5 .header-top li,
.header-layout5 .header-top p,
.header-layout5 .header-top span,
.header-layout5 .header-top i {
    color: var(--title-color)
}

.header-layout5 .header-top a:hover {
    color: var(--theme-color)
}

.header-layout5 .header-top li:before {
    background-color: var(--title-color)
}

.header-layout5 .simple-icon {
    color: var(--white-color)
}

.header-layout5 .dropdown-menu {
    background-color: var(--white-color);
    padding: 5px 10px;
    --body-color: #74787C;
    position: relative;
    z-index: 3
}

.header-layout5 .dropdown-menu:before,
.header-layout5 .dropdown-menu:after {
    display: none
}

.header-layout5 .dropdown-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
}

.header-layout5 .dropdown-menu .gtranslate_wrapper a:hover {
    color: var(--theme-color2)
}

.header-layout5 .logo-shape {
   display: inline-block;
height: 100%;
width: 40%;
position: absolute;
top: 0;
right: 0;
background-color: var(--white-color);
-webkit-clip-path: polygon(40px 0, 100% 0, 100% 100%, 0 100%);
clip-path: polygon(40px 0, 100% 0, 100% 100%, 0 100%);
z-index: -1;

}

.header-layout5 .header-links li:not(:last-child) {
    padding: 0 20px 0 0;
    margin: 0 15px 0 0
}

.header-layout5 .header-links li:not(:last-child):before {
    content: "";
    position: absolute;
    right: 0;
    top: 50%;
    background-color: var(--title-color);
    width: 1px;
    height: 20px;
    margin: -10px 0 0 0
}

.header-layout5 .menu-area {
    position: relative;
    background-color: var(--theme-color);
    background-size: auto;
    background-repeat: repeat;
    z-index: 2
}

.header-layout5 .main-menu>ul>li {
    margin: 0 18px
}

.header-layout5 .main-menu>ul>li>a {
    color: var(--white-color);
    padding: 41.5px 0
}

.header-layout5 .main-menu>ul>li>a:hover {
    color: var(--theme-color2)
}

.header-layout5 .langauge .nice-select .option.selected.focus {
    color: #fff !important;
    background: var(--theme-color) !important
}

.header-layout5 .main-menu ul li.menu-item-has-children>a:after {
    color: var(--white-color)
}

.header-layout5 .main-menu ul li.menu-item-has-children>a:hover:after {
    color: var(--theme-color2)
}

.header-layout5 .th-menu-toggle {
    margin: 20px 0
}

.header-layout5 .header-button {
    margin-left: 10px
}

.header-layout5 .header-button .icon-btn {
    border: 1px solid rgba(255, 255, 255, 0.3);
    border-radius: 8px
}

.header-layout5 .header-button .icon-btn img {
    -webkit-filter: brightness(0) invert(1);
    filter: brightness(0) invert(1)
}

.header-layout5 .header-button .icon-btn:hover img {
    -webkit-filter: none;
    filter: none
}

.header-layout5 .icon-style2 {
    background-color: transparent;
    border: 1px solid rgba(255, 255, 255, 0.3);
    border-radius: 8px;
    width: 48px;
    height: 48px;
    line-height: 46px;
    color: var(--white-color);
    font-size: 16px;
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out
}

.header-layout5 .icon-style2:hover {
    background-color: var(--theme-color2);
    border-color: var(--theme-color2);
    color: var(--title-color)
}

.header-layout5 .langauge .nice-select {
    font-family: var(--body-font);
    background: none;
    border: none;
    width: 100%;
    color: var(--title-color);
    font-weight: 400;
    font-size: 14px;
    height: 26px;
    line-height: 26px;
    padding: 0;
    border-radius: 0;
    padding-right: 20px
}

.header-layout5 .langauge .nice-select:after {
    content: "\f107";
    right: 0px;
    top: -10px;
    border-bottom: none;
    border-right: none;
    font-size: 14px;
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg)
}

.header-layout5 .langauge .nice-select.open:after {
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg)
}

.header-layout5 .langauge .nice-select.open .list {
    margin-top: 0;
    opacity: 1;
    pointer-events: auto;
    -webkit-transform: scale(1) translateY(0);
    -ms-transform: scale(1) translateY(0);
    transform: scale(1) translateY(0)
}

.header-layout5 .langauge .nice-select.open .list li {
    display: block;
    margin: 0;
    padding: 0 10px
}

.header-layout5 .langauge .nice-select.open .list li:before {
    display: none
}

.header-layout5 .langauge .nice-select .option {
    color: var(--title-color);
    min-height: 30px
}

.header-layout5 .langauge .nice-select .option.selected {
    color: var(--theme-color) !important;
    background: var(--theme-color) !important
}

.header-layout5 .langauge .nice-select .option.selected.focus {
    color: #fff !important;
    background: var(--theme-color) !important
}

.header-layout5 .langauge .nice-select .option:hover,
.header-layout5 .langauge .nice-select .option.focus,
.header-layout5 .langauge .nice-select .option.selected.focus {
    background: var(--theme-color) !important;
    color: #fff !important
}

@media (max-width: 1299px) {
    .header-layout5 .logo-shape {
        width: 25%
    }
}

@media (max-width: 1599px) {
    .header-layout5 .logo-shape {
        width: 35%
    }
}

@media (max-width: 1499px) {
    .header-layout5 .logo-shape {
        width: 30%
    }
}

@media (max-width: 1199px) {
    .header-layout5 .logo-shape {
        width: 300px
    }
}

@media (max-width: 991px) {
    .header-layout5 .logo-shape {
        width: 60%
    }
}

@media (max-width: 767px) {
    .header-layout5 .header-top {
        padding: 8px 0
    }
}

@media (max-width: 375px) {
    .header-layout5 .logo-shape {
        width: 70%
    }
}

.header-layout6 .main-menu ul.mega-menu {
    -webkit-transform: scaleY(0) translateX(-40%);
    -ms-transform: scaleY(0) translateX(-40%);
    transform: scaleY(0) translateX(-40%)
}

@media (max-width: 1699px) {
    .header-layout6 .main-menu ul.mega-menu {
        -webkit-transform: scaleY(0) translateX(-20%);
        -ms-transform: scaleY(0) translateX(-20%);
        transform: scaleY(0) translateX(-20%)
    }
}

@media (max-width: 1299px) {
    .header-layout6 .main-menu ul.mega-menu {
        -webkit-transform: scaleY(0) translateX(-5%);
        -ms-transform: scaleY(0) translateX(-5%);
        transform: scaleY(0) translateX(-5%)
    }
}

.header-layout6 .main-menu ul li:hover ul.mega-menu {
    -webkit-transform: scaleY(1) translateX(-40%);
    -ms-transform: scaleY(1) translateX(-40%);
    transform: scaleY(1) translateX(-40%)
}

@media (max-width: 1699px) {
    .header-layout6 .main-menu ul li:hover ul.mega-menu {
        -webkit-transform: scaleY(1) translateX(-20%);
        -ms-transform: scaleY(1) translateX(-20%);
        transform: scaleY(1) translateX(-20%)
    }
}

@media (max-width: 1299px) {
    .header-layout6 .main-menu ul li:hover ul.mega-menu {
        -webkit-transform: scaleY(1) translateX(-5%);
        -ms-transform: scaleY(1) translateX(-5%);
        transform: scaleY(1) translateX(-5%)
    }
}

.header-layout6 .header-top {
    background-color: var(--title-color);
    padding: 15px 0;
    --body-color: #fff
}

.header-layout6 .header-top a,
.header-layout6 .header-top li,
.header-layout6 .header-top p {
    color: var(--body-color)
}

.header-layout6 .header-top a:hover {
    color: var(--theme-color)
}

.header-layout6 .header-top li:before {
    background-color: #464C5B
}

.header-layout6 .header-links li:not(:last-child) {
    padding: 0 20px 0 0;
    margin: 0 15px 0 0
}

.header-layout6 .header-links li:not(:last-child):before {
    content: "";
    position: absolute;
    right: 0;
    top: 50%;
    background-color: var(--title-color);
    width: 1px;
    height: 20px;
    margin: -10px 0 0 0
}

.header-layout6 .header-links li a:hover {
    color: var(--theme-color2)
}

.header-layout6 .header-button {
    margin-left: 10px
}

.header-layout6 .header-button .icon-btn {
    border: 1px solid var(--title-color);
    border-radius: 8px
}

.header-layout6 .header-button .icon-btn img {
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out
}

.header-layout6 .header-button .icon-btn:hover img {
    -webkit-filter: brightness(0) invert(1);
    filter: brightness(0) invert(1)
}

.header-layout6 .icon-style2 {
    background-color: transparent;
    border: 1px solid var(--title-color);
    border-radius: 8px;
    width: 48px;
    height: 48px;
    line-height: 46px;
    color: var(--title-color);
    font-size: 16px;
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out
}

.header-layout6 .icon-style2:hover {
    background-color: var(--theme-color);
    border-color: var(--theme-color);
    color: var(--white-color)
}

.header-layout6 .menu-area {
    background-color: var(--white-color)
}

.header-layout6 .langauge .nice-select {
    font-family: var(--body-font);
    background: #2A2F3C;
    border-radius: 5px;
    border: none;
    width: 100%;
    color: var(--white-color);
    font-weight: 400;
    font-size: 14px;
    height: 35px;
    line-height: 35px;
    padding: 0px 35px 0 20px
}

.header-layout6 .langauge .nice-select:after {
    content: "\f107";
    right: 15px;
    top: -6px;
    border-bottom: none;
    border-right: none;
    font-size: 14px;
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg)
}

.header-layout6 .langauge .nice-select.open:after {
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg)
}

.header-layout6 .langauge .nice-select.open .list {
    margin-top: 0;
    opacity: 1;
    pointer-events: auto;
    -webkit-transform: scale(1) translateY(0);
    -ms-transform: scale(1) translateY(0);
    transform: scale(1) translateY(0)
}

.header-layout6 .langauge .nice-select.open .list li {
    display: block;
    margin: 0;
    padding: 0 10px
}

.header-layout6 .langauge .nice-select.open .list li:before {
    display: none
}

.header-layout6 .langauge .nice-select .option {
    color: var(--title-color);
    min-height: 30px
}

.header-layout6 .langauge .nice-select .option.selected {
    color: var(--theme-color) !important;
    background: var(--theme-color) !important
}

.header-layout6 .langauge .nice-select .option.selected.focus {
    color: #fff !important;
    background: var(--theme-color) !important
}

.header-layout6 .langauge .nice-select .option:hover,
.header-layout6 .langauge .nice-select .option.focus,
.header-layout6 .langauge .nice-select .option.selected.focus {
    background: var(--theme-color) !important;
    color: #fff !important
}

.header-layout6 .header-links li {
    border: none
}

.header-layout6 .header-links li:not(:last-child):before {
    content: "";
    position: absolute;
    right: 0;
    top: 50%;
    background-color: #464C5B;
    width: 1px;
    height: 20px;
    margin: -10px 0 0 0
}

.header-layout6 .header-right {
    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: 1799px) {
    .header-layout6 .header-right {
        margin-right: 0
    }
}

.header-layout6 .header-right .langauge {
    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: 10px
}

.header-layout6 .header-right .langauge.lang-dropdown {
    position: relative;
    z-index: 9
}

.header-layout6 .header-right .langauge.lang-dropdown .dropdown-toggle {
    font-family: var(--body-font);
    background: none;
    border: none;
    width: 100%;
    color: var(--body-color);
    font-weight: 400;
    font-size: 14px;
    padding-left: 15px;
    height: 16px;
    line-height: 16px;
    padding: 0;
    border-radius: 0;
    border-right: 1px solid #464C5B;
    padding-right: 30px;
    margin-right: 14px
}

.header-layout6 .header-right .langauge.lang-dropdown .dropdown-menu {
    position: absolute;
    right: 0;
    border-bottom: 2px solid var(--theme-color);
    border-radius: 0
}

.header-layout6 .header-right .langauge.lang-dropdown .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
}

.header-layout6 .header-right .langauge.lang-dropdown .gtranslate_wrapper a:hover {
    background-color: var(--theme-color);
    color: var(--white-color)
}

.header-layout6 .header-right .langauge img {
    min-width: 16px;
    min-height: 16px;
    position: relative
}

.header-layout6 .header-right .langauge .nice-select {
    font-family: var(--body-font);
    background: none;
    border: none;
    width: 100%;
    color: var(--body-color);
    font-weight: 400;
    font-size: 14px;
    padding-left: 15px;
    line-height: 16px;
    padding: 0;
    border-radius: 0;
    padding-right: 50px;
    margin-right: 20px;
    border-right: 1px solid #464C5B;
    height: 16px
}

.header-layout6 .header-right .langauge .nice-select .list {
    left: -20px
}

.header-layout6 .header-right .langauge .nice-select:after {
    content: "\f107";
    right: 35px;
    top: -19px;
    font-size: 14px;
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
    border-bottom: none;
    border-right: none
}

.header-layout6 .header-right .langauge .nice-select.open:after {
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg)
}

.header-layout6 .header-right .langauge .nice-select.open .list {
    left: -20px;
    opacity: 1;
    pointer-events: auto;
    -webkit-transform: scale(1) translateY(0);
    -ms-transform: scale(1) translateY(0);
    transform: scale(1) translateY(0)
}

.header-layout6 .header-right .langauge .nice-select .option {
    color: var(--title-color);
    min-height: 30px
}

.header-layout6 .header-right .langauge .nice-select .option.selected {
    color: var(--theme-color) !important;
    background: var(--theme-color) !important
}

.header-layout6 .header-right .langauge .nice-select .option.selected.focus {
    color: #fff !important;
    background: var(--theme-color) !important
}

.header-layout6 .header-right .langauge .nice-select .option:hover,
.header-layout6 .header-right .langauge .nice-select .option.focus {
    background: var(--theme-color) !important;
    color: #fff !important
}

.header-layout6 .dropdown-menu {
    background-color: var(--white-color);
    padding: 5px 10px;
    --body-color: #74787C;
    position: relative;
    z-index: 3
}

.header-layout6 .dropdown-menu:before,
.header-layout6 .dropdown-menu:after {
    display: none
}

.header-layout6 .dropdown-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
}

.header-layout6 .dropdown-menu .gtranslate_wrapper a:hover {
    color: var(--theme-color2)
}

.header-layout6 .header-social {
    position: relative;
    z-index: 9
}

.header-layout6 .header-social .social-title {
    color: var(--white-color)
}

.header-layout6 .header-social a {
    font-size: 14px;
    display: inline-block;
    color: var(--white-color);
    margin: 0 0 0 15px
}

.header-layout6 .header-social a i {
    color: var(--white-color)
}

.header-layout6 .header-social a:hover i {
    color: var(--theme-color)
}

.header-layout6 .dropdown-menu {
    --body-color: #74787C
}

.header-layout6 .header-button {
    gap: 15px
}

.header-layout6 .icon-btn {
    --icon-bg: #F5F5F5;
    width: var(--btn-size, 50px);
    height: var(--btn-size, 50px);
    line-height: var(--btn-size, 50px);
    border-radius: 50%
}

.header-layout6 .icon-btn:hover {
    background-color: var(--theme-color);
    color: var(--white-color)
}

.header-layout6 .main-menu>ul>li {
    margin: 0 12px
}

.header-layout6 .main-menu>ul>li>a {
    padding: 50px 0
}

.header-layout6 .header-link-btn {
    margin-left: 15px;
    color: var(--theme-color)
}

.header-layout6 .header-link-btn:hover {
    color: var(--title-color)
}

.header-layout6 .th-menu-toggle {
    margin: 20px 0
}

.logo-shape1 {
    padding: 20px 0;
    background-color: var(--theme-color);
    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;
    position: relative;
    z-index: 2
}

.logo-shape1:before,
.logo-shape1:after,
.logo-shape1 .shape {
    content: "";
    height: 100%;
    width: 2222px;
    background-color: var(--theme-color);
    position: absolute;
    top: 0;
    right: -67px;
    z-index: -1;
    -webkit-clip-path: polygon(0 0, 100% 0, calc(100% - 40px) 100%, 0% 100%);
    clip-path: polygon(0 0, 100% 0, calc(100% - 40px) 100%, 0% 100%)
}

.logo-shape1:after {
    background-color: #283752;
    -webkit-clip-path: polygon(0 0, calc(100% - 40px) 0, 100% 100%, 0% 100%);
    clip-path: polygon(0 0, calc(100% - 40px) 0, 100% 100%, 0% 100%);
    z-index: -2
}

.logo-shape1 .shape {
    right: -95px;
    background-color: rgba(55, 72, 104, 0.2);
    -webkit-clip-path: polygon(0 0, calc(100% - 40px) 0, 100% 100%, 0% 100%);
    clip-path: polygon(0 0, calc(100% - 40px) 0, 100% 100%, 0% 100%)
}

@media (max-width: 1399px) {
    .header-layout6 .header-link-btn {
        display: none
    }
}

@media (max-width: 1199px) {
    .header-layout6 .main-menu>ul>li>a {
        padding: 35px 0
    }
}

@media (max-width: 575px) {
    .header-layout6 .th-menu-toggle {
        margin: 15px 0
    }

    .logo-shape1 {
        max-width: 150px
    }

    .logo-shape1:before,
    .logo-shape1:after {
        right: -40px
    }

    .logo-shape1 .shape {
        right: -55px
    }
}

.footer-wrapper {
    --border-color: rgba(255, 255, 255, 0.3);
    position: relative;
    z-index: 2;
    overflow: hidden
}

.widget-area {
    padding-top: var(--section-space);
    padding-bottom: 30px;
    direction: rtl;

}

.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: 1px;
    height: 12px;
    top: 30%;
    background-color: var(--body-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(--white-color);
    font-size: 14px
}

.footer-links a:hover {
    color: var(--theme-color2)
}

.copyright-wrap {
    border-top: 1px solid rgba(255, 255, 255, 0.2);
    padding: 25px 0
}

.copyright-text {
    margin: 0;
    font-size: 14px;
    color: var(--white-color)
}

.copyright-text a {
    color: var(--theme-color2)
}

.copyright-text a:hover {
    color: var(--white-color)
}

.fa-phone-volume {
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg)
}

.footer-text2 {
    font-size: 18px;
    margin-bottom: -0.4rem
}

.th-widget-contact {
    max-width: 221px
}

.th-widget-contact .info-box {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    gap: 10px
}

.th-widget-contact .info-box .box-icon {
    min-width: 16px
}

.th-widget-contact .info-box .box-link {
    color: var(--body-color)
}

.th-widget-contact .info-box .box-link:hover {
    color: #57B33E
}

.footer-top {
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
    padding: 80px 0 40px 0
}

.footer-top .subtitle {
    font-weight: 400;
    font-size: 16px;
    letter-spacing: 0.02em;
    color: var(--theme-color2);
    display: block;
    margin-bottom: 24px
}

.footer-top .th-btn {
    padding: 21px 30px
}

@media (max-width: 1199px) {
    .footer-newsletter-content {
        text-align: center;
        margin-bottom: 25px
    }
}

@media (max-width: 991px) {
    .footer-wrapper .widget-area {
        padding-top: var(--section-space-mobile);
        padding-bottom: 30px
    }

    .footer-contact-wrap {
        grid-template-columns: auto auto;
        gap: 30px
    }

    .copyright-text {
        text-align: center
    }
}

.footer-layout1 {
    background-color: var(--theme-color);
    position: relative;
    --body-color: #fff;
    z-index: 2
}

.footer-layout1 .footer-top-btn {
    text-align: right
}

@media (max-width: 991px) {
    .footer-layout1 .footer-top-btn {
        text-align: center
    }
}

.footer-layout1 .widget-area {
    padding-top: 80px
}

.footer-layout1 .footer-top {
    background: #F1F3F5;
    border-radius: 0px 0px 24px 24px;
    padding: 50px 72px
}

@media (max-width: 1199px) {
    .footer-layout1 .footer-top {
        padding: 30px 40px
    }
}

@media (max-width: 575px) {
    .footer-layout1 .footer-top {
        padding: 30px 20px
    }
}

.footer-layout1 .footer-top .subtitle {
    color: #374868;
    font-size: 16px;
    font-weight: 500;
    line-height: 28px;
    letter-spacing: 0.02em;
    margin-bottom: 20px
}

.footer-layout1 .footer-top .sec-title {
    margin-bottom: 0
}

.footer-layout1 .line {
    background-color: transparent;
    border-bottom: 1px solid #fff;
    margin: 0;
    padding-bottom: 78px
}

.footer-layout2 {
    --body-color: #fff
}

.footer-layout2 .widget-area {
    padding-top: 120px
}

@media (max-width: 991px) {
    .footer-layout2 .widget-area {
        padding-top: 80px
    }
}

.footer-layout2 .widget .th-social a:hover {
    color: var(--title-color);
    background-color: #FFFA84
}

.footer-layout2 .footer-widget .widget_title {
    padding-bottom: 0;
    margin-bottom: 40px
}

.footer-layout2 .footer-widget .widget_title:before {
    background-color: #57B33E
}

.footer-layout2 .footer-widget .about-text {
    margin-bottom: 54px
}

.footer-layout2 .footer-widget .footer-info {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 0 50px 0 0;
    color: var(--white-color)
}

.footer-layout2 .footer-widget .footer-info i {
    width: 40px;
    height: 40px;
    line-height: 40px;
    border-radius: 50%;
    color: var(--white-color);
    font-size: 16px;
    background-color: transparent;
    border: 1px solid rgba(255, 255, 255, 0.2);
    cursor: pointer;
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out
}

.footer-layout2 .footer-widget .footer-info i:hover {
    background-color: var(--white-color);
    color: var(--title-color)
}

.footer-layout2 .footer-widget .footer-info:not(:last-child) {
    margin: 0 0 30px 0
}

@media (max-width: 991px) {
    .footer-layout2 .footer-logo {
        text-align: center;
        margin-bottom: 20px
    }
}

.footer-layout2 .footer-top-btn {
    text-align: left
}

@media (max-width: 991px) {
    .footer-layout2 .footer-top-btn {
        text-align: center
    }
}

.footer-layout2 .footer-top {
    position: relative;
    border-bottom: none;
    z-index: 2;
    margin-top: -100px
}

@media (max-width: 1399px) {
    .footer-layout2 .footer-top {
        margin-top: 0
    }
}

.footer-layout2 .footer-top:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 1167px;
    height: 1px;
    background-color: rgba(255, 255, 255, 0.2);
    margin-left: auto
}

@media (max-width: 1500px) {
    .footer-layout2 .footer-top:before {
        width: 71%
    }
}

@media (max-width: 1399px) {
    .footer-layout2 .footer-top:before {
        width: 100%
    }
}

.footer-layout2 .footer-top .title-area {
    margin-left: 50px
}

@media (max-width: 1299px) {
    .footer-layout2 .footer-top .title-area {
        margin-left: 0
    }
}

.footer-layout2 .social-links .title {
    font-size: 14px;
    color: var(--white-color);
    margin-right: 10px
}

.footer-layout2 .social-links a {
    width: 32px;
    height: 32px;
    line-height: 32px;
    text-align: center;
    border-radius: 50%;
    background-color: transparent;
    border: 1px solid rgba(255, 255, 255, 0.2);
    color: var(--white-color);
    margin-right: 10px
}

.footer-layout2 .social-links a:hover {
    background-color: var(--theme-color2);
    color: var(--title-color)
}

@media (max-width: 575px) {
    .footer-layout2 .social-links a {
        margin-right: 3px
    }
}

.footer-layout3 {
    --body-color: #fff;
    background-color: #03060E
}

.footer-layout3 .widget-area {
    padding-bottom: 65px
}

.footer-layout3 .th-social a {
    --icon-size: 32px;
    font-size: 16px;
    background-color: transparent;
    border: 1px solid rgba(255, 255, 255, 0.2);
    color: var(--white-color);
    margin-right: 10px
}

.footer-layout3 .copyright-wrap {
    background-color: var(--theme-color2);
    padding: 9.5px 20px;
    margin: 0 60px
}

@media (max-width: 1699px) {
    .footer-layout3 .copyright-wrap {
        margin: 0
    }
}

.footer-layout3 .copyright-wrap .copyright-text {
    color: var(--title-color)
}

.footer-layout3 .copyright-wrap .copyright-text a {
    color: var(--title-color)
}

.footer-layout3 .copyright-wrap .footer-links li:after {
    background-color: var(--title-color)
}

.footer-layout3 .copyright-wrap .footer-links li a {
    color: var(--title-color)
}

.footer-layout4 {
    background-color: #022124;
    --body-color: #7A8392
}

.footer-layout4 .widget-area {
    padding-bottom: 70px
}

.footer-layout4 .footer-widget .widget_title {
    color: var(--white-color)
}

.footer-layout4 .footer-widget .widget_title:after {
    border: 2px solid #022124
}

.footer-layout4 .copyright-wrap {
    border-top: none;
    padding: 25px 0;
    background-color: #000010
}

.footer-layout4 .copyright-wrap .copyright-text {
    color: var(--white-color)
}

.footer-layout4 .copyright-wrap .copyright-text a:hover {
    color: inherit
}

.footer-layout5 {
    background-color: #F5F8F3
}

.footer-layout5 .icon-masking .mask-icon {
    mix-blend-mode: color
}

.footer-layout5 .footer-text {
    font-weight: 400;
    font-size: 18px;
    line-height: 28px;
    color: #5C6574;
    margin-bottom: -0.3rem
}

.footer-layout5 .widget-area {
    background: #F5F8F3;
    border: 1px solid #1F1F1F;
    border-radius: 40px;
    padding: 60px 60px 10px;
    margin-bottom: 60px
}

@media (max-width: 767px) {
    .footer-layout5 .widget-area {
        padding: 60px 40px 10px
    }
}

.footer-layout5 .widget-area .th-widget-about {
    position: relative;
    padding-right: 80px
}

@media (max-width: 767px) {
    .footer-layout5 .widget-area .th-widget-about {
        padding-right: 0
    }
}

.footer-layout5 .widget-area .th-widget-about:before {
    content: "";
    position: absolute;
    top: -60px;
    right: 0;
    min-height: 354px;
    width: 1px;
    background-color: var(--title-color)
}

@media (max-width: 1299px) {
    .footer-layout5 .widget-area .th-widget-about:before {
        min-height: 365px
    }
}

@media (max-width: 1199px) {
    .footer-layout5 .widget-area .th-widget-about:before {
        display: none
    }
}

.footer-layout5 .widget-area .footer-widget .widget_title:after {
    border: 2px solid #F5F8F3
}

.footer-layout5 .widget-area .footer-widget.widget_nav_menu a {
    margin-bottom: 16.7px
}

.footer-layout5 .copyright-wrap {
    border: none;
    background-color: #000010;
    padding: 21px 0
}

.footer-layout5 .copyright-wrap .copyright-text {
    color: var(--white-color)
}

.footer-layout5 .copyright-wrap .copyright-text a:hover {
    color: var(--white-color)
}

.footer-layout6 {
    --body-color: #7A8392
}

.footer-layout6 .footer-widget .widget_title {
    color: var(--white-color)
}

.footer-layout6 .footer-widget .widget_title:after {
    width: 16px;
    border: 2px solid var(--black-color2)
}

.footer-layout6 .th-social a {
    background: #1F1F1F;
    color: var(--white-color);
    box-shadow: 0px 9px 20px rgba(0, 0, 0, 0.06)
}

.footer-layout6 .th-social a:hover {
    background: #57B33E
}

.footer-layout6 .copyright-text a:hover {
    color: var(--white-color)
}

@media (max-width: 991px) {
    .footer-layout7 {
        background-image: none !important
    }
}

.footer-layout7 .footer-widget .widget_title:after {
    border: 2px solid var(--smoke-color2)
}

.footer-layout7 .widget-area {
    padding-top: 100px
}

.footer-layout7 .copyright-wrap {
    background-color: #E8E8E8;
    max-width: 1400px;
    display: block;
    margin: auto auto 62px auto;
    padding: 40px;
    border: none;
    border-radius: 30px
}

@media (max-width: 575px) {
    .footer-layout7 .copyright-wrap {
        margin-bottom: 30px
    }
}

.footer-layout7 .footer-logo {
    margin-bottom: 12px
}

@media (max-width: 991px) {
    .footer-layout7 .footer-logo {
        text-align: center
    }
}

.footer-layout7 .box-title {
    font-size: 18px;
    font-weight: 500
}

.footer-layout7 .footer-newsletter {
    max-width: 580px;
    margin-left: auto;
    display: block
}

@media (max-width: 991px) {
    .footer-layout7 .footer-newsletter {
        max-width: 100%;
        margin: auto
    }
}

.footer-layout7 .footer-newsletter-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
}

@media (max-width: 991px) {
    .footer-layout7 .footer-newsletter-content {
        display: block;
        margin-top: 20px
    }
}

.footer-layout7 .newsletter-form .form-control {
    min-height: 50px
}

.footer-layout7 .newsletter-form .th-btn {
    min-width: 130px;
    padding: 13px 23.5px;
    border-radius: 100px;
    position: absolute;
    top: 4px;
    right: 4px;
    text-transform: capitalize
}

@media (max-width: 767px) {
    .footer-layout7 .newsletter-form .th-btn {
        position: relative;
        margin-top: 10px
    }
}

.footer-layout7 .social-links a {
    font-size: 14px;
    color: var(--body-color);
    margin-right: 15px
}

.breadcumb-menu {
    max-width: 100%;
    padding: 0;
    margin: 10px 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: #FFD54F;
    position: relative;
    font-size: 20px;
    font-family: var(--body-font);
    font-weight: 500
}

.breadcumb-menu li:before {
    content: "";
    position: relative;
    background-image: url("../img/icon/icon.svg");
    width: 21px;
    height: 24px;
    display: inline-block
}

.breadcumb-menu li:after {
    content: "\f105";
    position: relative;
    top: 2px;
    margin-left: 6px;
    font-weight: 500;
    font-size: 20px;
    color: var(--white-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 li:last-child:before {
    display: none
}

.breadcumb-menu a,
.breadcumb-menu span {
    white-space: normal;
    color: inherit;
    word-break: break-word;
    color: var(--white-color);
    margin-left: 8px
}

.breadcumb-title {
    color: var(--white-color);
    font-size: 40px;
    font-weight: 600;
    text-transform: capitalize;
    margin: -0.22em 0 -0.14em 0
}

.breadcumb-wrapper {
    background-color: var(--title-color);
    padding: 137px 0;
    position: relative;
    overflow: hidden;
    z-index: 2
}

.breadcumb-wrapper:before {
    content: "";
    position: absolute;
    inset: 0;
    background: -webkit-linear-gradient(bottom, rgba(3, 6, 14, 0.8), rgba(3, 6, 14, 0.8));
    background: linear-gradient(0deg, rgba(3, 6, 14, 0.8), rgba(3, 6, 14, 0.8));
    z-index: -1
}

@media (max-width: 575px) {
    .breadcumb-wrapper {
        -webkit-mask-size: cover;
        mask-size: cover
    }
}

.breadcumb-content {
    max-width: 850px;
    display: block;
    margin: auto;
    text-align: center
}

@media (max-width: 1199px) {
    .breadcumb-wrapper {
        padding: 100px 0 100px 0
    }

    .breadcumb-menu li,
    .breadcumb-menu a,
    .breadcumb-menu span {
        font-size: 16px
    }
}

@media (max-width: 767px) {
    .breadcumb-title {
        font-size: 32px
    }
}

.th-pagination {
    margin-bottom: 30px
}

.th-pagination ul {
    margin: 0;
    padding: 0
}

.th-pagination li {
    display: inline-block;
    margin: 0px 3px;
    list-style-type: none
}

@media (max-width: 375px) {
    .th-pagination li {
        margin: 6px 3px
    }
}

.th-pagination li:last-child {
    margin-right: 0
}

.th-pagination li:first-child {
    margin-left: 0
}

.th-pagination span,
.th-pagination a {
    display: inline-block;
    text-align: center;
    position: relative;
    border: none;
    color: var(--title-color);
    border: 1px solid #999999;
    border-radius: 4px;
    z-index: 1;
    font-size: 18px;
    font-weight: 500;
    padding: 10px 17.5px
}

.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.777;
    padding: 52px 16px 40px 40px;
    font-weight: 500;
    display: block;
    position: relative;
    border: 1px solid rgba(153, 153, 153, 0.3) !important;
    border-radius: 10px;
    margin: 70px 0 58px 0;
    color: var(--title-color);
    font-style: normal;
    border-radius: 20px
}

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:before,
.wp-block-quote:before {
    content: "";
    position: absolute;
    width: 66px;
    height: 66px;
    line-height: 66px;
    border-radius: 50%;
    top: -35px;
    left: 48px;
    background-color: var(--theme-color)
}

blockquote:after,
.wp-block-quote:after {
    content: "";
    position: absolute;
    top: -12px;
    left: 68px;
    height: 20px;
    width: 25px;
    background-color: var(--white-color);
    -webkit-clip-path: path("M2.21945 18.2759C0.775335 16.6762 0 14.8819 0 11.9734C0 6.8553 3.44484 2.26804 8.45438 0L9.70641 2.01506C5.03057 4.65307 4.11643 8.07633 3.75189 10.2347C4.5048 9.82818 5.49044 9.68633 6.45645 9.77992C8.98576 10.0241 10.9795 12.1898 10.9795 14.8819C10.9795 16.2393 10.4625 17.5411 9.54219 18.5009C8.62192 19.4608 7.37376 20 6.07229 20C5.35256 19.9934 4.64126 19.8376 3.97981 19.5416C3.31836 19.2457 2.71996 18.8154 2.21945 18.2759ZM16.24 18.2759C14.7959 16.6762 14.0205 14.8819 14.0205 11.9734C14.0205 6.8553 17.4654 2.26804 22.4749 0L23.7269 2.01506C19.0511 4.65307 18.137 8.07633 17.7724 10.2347C18.5253 9.82818 19.511 9.68633 20.477 9.77992C23.0063 10.0241 25 12.1898 25 14.8819C25 16.2393 24.483 17.5411 23.5627 18.5009C22.6424 19.4608 21.3943 20 20.0928 20C19.3731 19.9934 18.6618 19.8376 18.0003 19.5416C17.3389 19.2457 16.7405 18.8154 16.24 18.2759Z");
    clip-path: path("M2.21945 18.2759C0.775335 16.6762 0 14.8819 0 11.9734C0 6.8553 3.44484 2.26804 8.45438 0L9.70641 2.01506C5.03057 4.65307 4.11643 8.07633 3.75189 10.2347C4.5048 9.82818 5.49044 9.68633 6.45645 9.77992C8.98576 10.0241 10.9795 12.1898 10.9795 14.8819C10.9795 16.2393 10.4625 17.5411 9.54219 18.5009C8.62192 19.4608 7.37376 20 6.07229 20C5.35256 19.9934 4.64126 19.8376 3.97981 19.5416C3.31836 19.2457 2.71996 18.8154 2.21945 18.2759ZM16.24 18.2759C14.7959 16.6762 14.0205 14.8819 14.0205 11.9734C14.0205 6.8553 17.4654 2.26804 22.4749 0L23.7269 2.01506C19.0511 4.65307 18.137 8.07633 17.7724 10.2347C18.5253 9.82818 19.511 9.68633 20.477 9.77992C23.0063 10.0241 25 12.1898 25 14.8819C25 16.2393 24.483 17.5411 23.5627 18.5009C22.6424 19.4608 21.3943 20 20.0928 20C19.3731 19.9934 18.6618 19.8376 18.0003 19.5416C17.3389 19.2457 16.7405 18.8154 16.24 18.2759Z")
}

blockquote cite,
.wp-block-quote cite {
    display: inline-block;
    font-size: 20px;
    line-height: 1;
    font-weight: 500;
    font-style: normal;
    font-family: var(--body-font);
    white-space: nowrap;
    position: absolute;
    bottom: -17px;
    left: 100px;
    background-color: var(--theme-color);
    color: var(--white-color);
    padding: 7px 45px 7px 20px;
    -webkit-mask-image: url('data:image/svg+xml,<svg width="190" height="35" viewBox="0 0 190 35" preserveAspectRatio="none" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M0 5C0 2.23858 2.23858 0 5 0H184.337C188.394 0 190.762 4.57657 188.418 7.88809L170.728 32.8881C169.791 34.2126 168.269 35 166.647 35H5C2.23858 35 0 32.7614 0 30V5Z" fill="%23D9D9D9"/></svg>');
    mask-image: url('data:image/svg+xml,<svg width="190" height="35" viewBox="0 0 190 35" preserveAspectRatio="none" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M0 5C0 2.23858 2.23858 0 5 0H184.337C188.394 0 190.762 4.57657 188.418 7.88809L170.728 32.8881C169.791 34.2126 168.269 35 166.647 35H5C2.23858 35 0 32.7614 0 30V5Z" fill="%23D9D9D9"/></svg>');
    -webkit-mask-size: 100% 100%;
    mask-size: 100% 100%;
    border-radius: 8px;
    overflow: hidden
}

@media (max-width: 375px) {

    blockquote cite,
    .wp-block-quote cite {
        left: 30px
    }
}

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
}

blockquote.event-blockquote,
.wp-block-quote.event-blockquote {
    background-color: #F0F0F0;
    border: 1px solid var(--theme-color2) !important;
    border-top: 3px solid var(--theme-color2) !important;
    border-radius: 8px;
    padding: 82px 57px 55px 48px
}

@media (max-width: 991px) {

    blockquote.event-blockquote,
    .wp-block-quote.event-blockquote {
        padding: 52px 37px 35px 38px
    }
}

blockquote.event-blockquote:before,
.wp-block-quote.event-blockquote:before {
    width: 66px;
    height: 66px;
    line-height: 66px;
    border-radius: 50%;
    top: -35px;
    left: 48px;
    background-color: var(--theme-color2)
}

blockquote.event-blockquote:after,
.wp-block-quote.event-blockquote:after {
    background-color: var(--title-color);
    left: 70px;
    top: -14px
}

.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: 60px 20px 45px 30px
    }

    blockquote:before,
    .wp-block-quote:before {
        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: 14px;
    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-left: 6px;
    color: var(--theme-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
    }
}

.blog-single {
    position: relative;
    margin-bottom: var(--blog-space-y, 40px);
    overflow: hidden
}

.blog-single.single-grid .blog-text {
    max-width: 460px
}

.blog-single .blog-title {
    margin-bottom: 20px;
    font-weight: 600
}

.blog-single .blog-text {
    margin-bottom: 35px
}

.blog-single .blog-meta {
    margin: -0.35em 0 7px 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);
    border-radius: 10px
}

.blog-single .blog-img {
    border-radius: 16px;
    margin-bottom: 32px
}

.blog-single .blog-img img {
    width: 100%;
    border-radius: 14px
}

.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%;
    margin: calc(var(--icon-size) / -2) 0 0 calc(var(--icon-size) / -2)
}

.blog-single .line-btn {
    display: block;
    max-width: -webkit-fit-content;
    max-width: -moz-fit-content;
    max-width: fit-content;
    margin-bottom: -1px
}

.blog-single:hover .blog-img .slick-arrow {
    opacity: 1;
    visibility: visible
}

.social-links {
    margin: 0;
    padding: 0;
    list-style-type: none;
    display: inline-block
}

.social-links li {
    display: inline-block;
    margin-right: 3px
}

.social-links li:last-child {
    margin-right: 0
}

.social-links a {
    display: inline-block;
    width: 32px;
    height: 32px;
    line-height: 32px;
    background-color: var(--theme-color2);
    font-size: 14px;
    color: var(--title-color);
    text-align: center;
    border-radius: 100px
}

.social-links a:hover {
    color: var(--white-color);
    background-color: var(--theme-color);
    border-color: var(--theme-color)
}

.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: 70px;
    margin-bottom: 50px
}

@media (max-width: 1399px) {
    .blog-list-single {
        gap: 20px
    }
}

@media (max-width: 1199px) {
    .blog-list-single {
        gap: 25px
    }
}

@media (max-width: 991px) {
    .blog-list-single {
        display: block
    }
}

.blog-list-single .blog-img {
    min-width: 524px;
    max-width: 524px;
    border-radius: 8px
}

@media (max-width: 1399px) {
    .blog-list-single .blog-img {
        min-width: 400px;
        max-width: 400px
    }
}

@media (max-width: 991px) {
    .blog-list-single .blog-img {
        min-width: 100%;
        margin-bottom: 30px
    }
}

.blog-list-single .blog-img img {
    width: 100%;
    border-radius: 8px;
    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;
    border: 1px solid rgba(55, 72, 104, 0.3);
    border-radius: 50%
}

.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
}

.share-links-title {
    font-size: 14px;
    color: var(--title-color);
    font-family: var(--body-font);
    font-weight: 600;
    margin: 0 15px 0 0;
    display: inline-block
}

.share-links {
    border-top: 1px solid var(--th-border-color);
    padding: 40px 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
}

.share-links .wp-block-tag-cloud a,
.share-links .tagcloud a {
    box-shadow: none;
    padding: 10.5px 19px
}

.share-links .wp-block-tag-cloud a:hover,
.share-links .tagcloud a:hover {
    border-color: var(--theme-color)
}

@media (max-width: 1399px) {
    .blog-single .blog-title {
        font-size: 28px
    }

    .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-title {
        font-size: 24px;
        line-height: 1.3
    }

    .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;
    border-radius: 20px;
    background: var(--smoke-color2);
    padding: 40px;
    margin-bottom: 40px
}

@media (max-width: 767px) {
    .blog-navigation {
        padding: 25px
    }
}

.blog-navigation .nav-text {
    font-size: 18px;
    font-family: var(--title-font);
    color: var(--title-color);
    display: inline-block;
    font-weight: 600
}

@media (max-width: 767px) {
    .blog-navigation .nav-text {
        font-size: 16px
    }
}

.blog-navigation .nav-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;
    gap: 20px
}

.blog-navigation .nav-btn img {
    border-radius: 10px
}

@media (max-width: 1199px) {
    .blog-navigation .nav-btn img {
        display: none
    }
}

.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: 85px;
    position: relative;
    overflow: hidden;
    border-radius: 10px;
    -webkit-transition: 0.4s;
    transition: 0.4s
}

.blog-navigation .nav-btn .nav-img img {
    border-radius: 10px
}

@media (max-width: 767px) {
    .blog-navigation .nav-btn .nav-img {
        display: none
    }
}

.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: 38px;
    color: var(--theme-color)
}

@media (max-width: 767px) {
    .blog-navigation .blog-btn {
        font-size: 25px
    }
}

.blog-navigation .blog-btn:hover {
    color: var(--theme-color)
}

.th-comment-form {
    margin-bottom: 30px;
    position: relative;
    margin-right: 16px
}

@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
}

.th-comment-form .th-btn {
    padding: 19px 30px
}

.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-right: 16px;
    padding-bottom: 64px
}

.th-comments-wrap .description p:last-child {
    margin-bottom: -0.5em
}

.th-comments-wrap .comment-respond {
    margin: 30px 0
}

.th-comments-wrap pre {
    background: #ededed;
    color: #666;
    font-size: 14px;
    margin: 20px 0;
    overflow: auto;
    padding: 20px;
    white-space: pre-wrap;
    word-wrap: break-word
}

.th-comments-wrap li {
    margin: 0
}

.th-comments-wrap .th-post-comment {
    padding: 0;
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 30px;
    padding-bottom: 30px;
    position: relative;
    background: #F0F0F0;
    padding: 30px;
    border-radius: 10px
}

.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: 10px
}

.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;
    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: 16px;
    font-weight: 700
}

.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:last-child>.th-post-comment {
    border-bottom: none
}

ul.comment-list .th-comment-item:first-child>.th-post-comment {
    padding-bottom: 30px
}

.th-comments-wrap.th-comment-form {
    margin: 0
}

@media (max-width: 1399px) {

    .th-comment-form,
    .th-comments-wrap {
        margin-right: 0
    }
}

@media (max-width: 1199px) {
    .th-comments-wrap .children {
        margin-left: 40px
    }
}

@media (max-width: 767px) {
    .th-comments-wrap .th-post-comment {
        display: block
    }

    .th-comments-wrap .star-rating {
        position: relative;
        top: 0;
        right: 0
    }

    .th-comments-wrap .comment-top {
        display: block
    }

    .th-comments-wrap .comment-avater {
        margin-right: 0;
        margin-bottom: 25px
    }

    .th-comments-wrap .children {
        margin-left: 40px
    }

    .th-comments-wrap .children {
        margin-left: 30px
    }
}

@media (max-width: 767px) {
    .th-comment-form {
        --blog-space-x: 20px
    }
}

.th-hero-wrapper {
    position: relative;
    z-index: 2;
    overflow: hidden
}

.th-hero-wrapper .slider-arrow {
    --pos-x: 64px;
    box-shadow: none;
    background: rgba(255, 255, 255, 0.2);
    border: 1px solid rgba(253, 253, 233, 0.2);
    --icon-size: 64px;
    border-radius: 32px;
    color: var(--white-color)
}

@media (max-width: 1899px) {
    .th-hero-wrapper .slider-arrow {
        display: none
    }
}

.th-hero-wrapper .slider-arrow:hover {
    background-color: var(--theme-color2);
    color: var(--title-color);
    border-color: var(--theme-color2)
}

.th-hero-wrapper .slick-dots {
    position: absolute;
    top: 50%;
    left: 80px;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%)
}

.th-hero-wrapper .sub-title:before {
    display: none
}

.th-hero-bg {
    position: absolute;
    inset: 0;
    z-index: -1
}

@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
}

.call-info .call-icon i {
    width: 56px;
    height: 56px;
    line-height: 56px;
    font-size: 22px;
    text-align: center;
    background-color: var(--theme-color2);
    color: var(--title-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(--theme-color);
    border-color: var(--theme-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: 400;
    font-size: 24px;
    line-height: 40px;
    color: var(--title-color);
    margin-bottom: 0;
    letter-spacing: 0.02em
}

@media (max-width: 375px) {
    .call-info .call-link {
        font-size: 18px
    }
}

.call-info .call-link a {
    color: inherit
}

@media (max-width: 1199px) {
    .btn-group:has(.call-btn) {
        gap: 25px
    }
}

@media (max-width: 767px) {
    .btn-group:has(.call-btn) {
        gap: 20px
    }
}

.hero-title {
    letter-spacing: 0.02em;
    color: var(--white-color);
    font-weight: 600
}

.hero-text {
    font-weight: 400;
    font-size: 18px;
    letter-spacing: 0.02em;
    color: var(--white-color);
    margin-bottom: 30px
}

.dropdown-link {
    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;
    font-size: 16px;
    font-weight: 500;
    color: var(--title-color);
    margin-top: -50px;
    padding: 13px 55px;
    z-index: 2
}

.dropdown-link:before {
    content: "";
    position: absolute;
    inset: 0;
    -webkit-mask-image: url("../img/shape/salah-timing.png");
    mask-image: url("../img/shape/salah-timing.png");
    background-color: var(--theme-color2);
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    -webkit-mask-position: center center;
    mask-position: center center;
    z-index: -1
}

.dropdown-link .dropdown-toggle {
    color: var(--title-color)
}

.dropdown-link img {
    margin-right: 8px
}

.dropdown-menu {
    position: relative;
    z-index: 2;
    background-color: transparent;
    padding: 18px 40px 18px;
    border: none;
    -webkit-filter: drop-shadow(0px 2px 30px rgba(3, 6, 14, 0.1));
    filter: drop-shadow(0px 2px 30px rgba(3, 6, 14, 0.1))
}

.dropdown-menu:before,
.dropdown-menu:after {
    content: "";
    position: absolute;
    inset: 0;
    -webkit-mask-image: url("../img/shape/salat-time.png");
    mask-image: url("../img/shape/salat-time.png");
    -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%;
    background-color: #E4E4E5;
    z-index: -1;
    -webkit-transition: 0.4s ease-in-out;
    transition: 0.4s ease-in-out
}

.dropdown-menu:after {
    inset: 2px;
    background-color: #FDFDE9
}

.dropdown-menu .small-logo {
    text-align: center;
    display: block;
    margin: 0 0 18px 0
}

.dropdown-menu li {
    font-weight: 500;
    font-size: 16px;
    letter-spacing: 0.02em;
    color: var(--title-color)
}

.dropdown-menu li:not(:last-child) {
    margin-bottom: 20px
}

.dropdown-menu.show {
    margin-bottom: 10px !important
}

.dropdown-menu[style] {
    margin-left: -50px !important;
    margin-top: 10px !important
}

.hero-1 {
    position: relative;
    z-index: 3
}

.hero-1 .th-hero-bg:before {
    content: "";
    position: absolute;
    inset: 0;
    background: -webkit-linear-gradient(bottom, rgba(3, 6, 14, 0.8), rgba(3, 6, 14, 0.8));
    background: linear-gradient(0deg, rgba(3, 6, 14, 0.8), rgba(3, 6, 14, 0.8))
}

.hero-1 .slider-controller {
    position: absolute;
    top: 44.5%;
    right: 126px;
    z-index: 2;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%)
}

@media (max-width: 1299px) {
    .hero-1 .slider-controller {
        display: none
    }
}

.hero-1 .slider-controller .slider-pagination {
    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
}

.hero-1 .slider-controller .slider-pagination .swiper-pagination-bullet {
    min-width: 12px;
    min-height: 12px
}

.hero-1 .slider-arrow {
    top: 56%
}

.hero-style1 {
    position: relative;
    padding: 377px 0 204px 0;
    z-index: 4;
    max-width: 850px
}

@media (max-width: 1299px) {
    .hero-style1 {
        padding: 300px 0 180px 0
    }
}

@media (max-width: 1199px) {
    .hero-style1 {
        padding: 260px 0 80px 0;
        text-align: center;
        display: block;
        margin: auto
    }
}

@media (max-width: 991px) {
    .hero-style1 {
        padding: 240px 0 80px 0
    }
}

.hero-style1 .hero-title {
    line-height: 1.333
}

@media (max-width: 1500px) {
    .hero-style1 .hero-title {
        line-height: 1.33
    }
}

@media (max-width: 320px) {
    .hero-style1 .hero-title {
        font-size: 32px
    }
}

.hero-style1 .sub-title {
    margin-bottom: 25px
}

.hero-style1 .hero-text {
    max-width: 811px;
    display: block;
    margin-bottom: 52px
}

@media (max-width: 1199px) {
    .hero-style1 .hero-text {
        display: block;
        margin: auto auto 52px auto
    }
}

.hero-style1 .th-btn {
    padding: 19px 30px
}

.hero-style1 .th-btn i {
    margin-right: 8px
}

.hero-style1 .th-btn:hover::after {
    background-color: var(--white-color)
}

.hero-style1 .th-btn:hover .btn-text:before,
.hero-style1 .th-btn:hover .btn-text:after {
    color: var(--title-color)
}

.hero-image img {
    width: 100%;
    object-fit: cover
}

@media (max-width: 1199px) {
    .hero-image {
        text-align: center
    }
}

.hero-2 {
    position: relative;
    z-index: 3
}

.hero-2 .th-hero-bg {
    -webkit-mask-image: url("../img/hero/hero-shape.png");
    mask-image: url("../img/hero/hero-shape.png");
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    -webkit-mask-size: 100% 100%;
    mask-size: 100% 100%
}

@media (max-width: 767px) {
    .hero-2 .th-hero-bg {
        -webkit-mask-size: cover;
        mask-size: cover;
        -webkit-mask-position: center center;
        mask-position: center center
    }
}

.hero-2 .th-hero-bg:before {
    content: "";
    position: absolute;
    inset: 0;
    background: -webkit-linear-gradient(bottom, rgba(3, 6, 14, 0.6), rgba(3, 6, 14, 0.6));
    background: linear-gradient(0deg, rgba(3, 6, 14, 0.6), rgba(3, 6, 14, 0.6))
}

.hero-2 .dropdown-link {
    position: absolute;
    top: -2px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    margin: 0
}

.hero-2 .dropdown-link:before {
    -webkit-mask-image: url("../img/shape/salah-timing2.png");
    mask-image: url("../img/shape/salah-timing2.png");
    -webkit-mask-size: 100% 100%;
    mask-size: 100% 100%
}

.hero-2 .scroll-down {
    position: absolute;
    left: 50%;
    bottom: 40px;
    z-index: 3;
    margin-bottom: 50px;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%)
}

.hero-2 .scroll-down .hero-scroll-wrap {
    display: inline-block;
    width: 30px
}

.hero-2 .scroll-down .hero-scroll-wrap span {
    font-size: 16px;
    font-weight: 400;
    font-family: var(--body-font);
    color: var(--light-color);
    -webkit-transform-origin: right top;
    -ms-transform-origin: right top;
    transform-origin: right top;
    -webkit-transform: translate(-100%, -50%) rotate(-90deg);
    -ms-transform: translate(-100%, -50%) rotate(-90deg);
    transform: translate(-100%, -50%) rotate(-90deg);
    width: 100px;
    display: inline-block;
    margin-bottom: 76px
}

.hero-2 .scroll-down .hero-scroll-wrap:after {
    content: "";
    position: absolute;
    height: 59px;
    width: 40px;
    border: 1px solid var(--white-color);
    border-radius: 30px
}

.hero-2 .scroll-down .hero-scroll-wrap:before {
    content: "";
    height: 8px;
    width: 8px;
    border-radius: 50px;
    background-color: var(--theme-color2);
    position: absolute;
    bottom: -40px;
    left: 50%;
    -webkit-animation: scrollMove 1.5s infinite;
    animation: scrollMove 1.5s infinite
}

@media (max-width: 575px) {
    .hero-2 .scroll-down .hero-scroll-wrap {
        margin-top: 60px
    }
}

@media (max-width: 1500px) {
    .hero-2 .scroll-down {
        bottom: 40px
    }

    .hero-2 .scroll-down .hero-scroll-wrap span {
        display: none
    }
}

.hero-2 .slider-controller {
    position: absolute;
    top: 40%;
    right: 66px;
    z-index: 2;
    margin: 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: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%)
}

@media (max-width: 1199px) {
    .hero-2 .slider-controller {
        display: none
    }
}

.hero-2 .slider-controller .swiper-pagination-bullets {
    margin: 0
}

.hero-2 .slider-controller .swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 24px 0 !important;
    display: block
}

.hero-2 .slider-controller .hero-thumb {
    margin-left: 20px
}

.hero-2 .slider-controller .hero-thumb .tab-btn {
    font-weight: 500;
    font-size: 18px;
    letter-spacing: 0.02em;
    color: var(--white-color);
    margin: 10px 0;
    position: relative;
    z-index: 2;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out
}

.hero-2 .slider-controller .hero-thumb .tab-btn:before {
    content: "";
    position: absolute;
    top: 13px;
    left: -25px;
    height: 1px;
    width: 19px;
    background-color: var(--white-color);
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out
}

.hero-2 .slider-controller .hero-thumb .tab-btn.active {
    opacity: 1;
    visibility: visible
}

.hero-2 .hero-video {
    text-align: center
}

@media (max-width: 1199px) {
    .hero-2 .hero-video {
        padding-bottom: 150px
    }
}

.hero-2 .hero-video .play-btn>i {
    --icon-size: 84px;
    font-size: 35px;
    color: var(--theme-color2)
}

.hero-2 .hero-video .play-btn>i:hover {
    background-color: var(--theme-color2);
    color: var(--title-color)
}

.hero-2 .social-links {
    position: absolute;
    z-index: 2;
    left: -5.5%;
    top: 50%;
    -webkit-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg)
}

.hero-2 .social-links.style2 {
    left: -7%
}

@media (max-width: 1899px) {
    .hero-2 .social-links {
        left: -8%
    }
}

@media (max-width: 1799px) {
    .hero-2 .social-links {
        display: none
    }
}

.hero-2 .social-links a {
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
    border: 1px solid rgba(255, 255, 255, 0.3);
    background-color: transparent;
    color: var(--white-color)
}

.hero-2 .social-links:after {
    content: '';
    position: relative;
    background-color: rgba(255, 255, 255, 0.3);
    height: 1px;
    width: 176px;
    display: inline-block;
    top: -6px;
    margin-left: 15px
}

.hero-style2 {
    position: relative;
    padding: 165px 0 200px 0;
    z-index: 4
}

@media (max-width: 1199px) {
    .hero-style2 {
        padding: 100px 0 90px 0;
        text-align: center
    }
}

@media (max-width: 991px) {
    .hero-style2 {
        text-align: center
    }
}

.hero-style2 .sub-title {
    margin-bottom: 30px;
    padding: 0
}

@media (max-width: 1199px) {
    .hero-style2 .hero-title {
        font-size: 50px;
        max-width: 800px;
        display: block;
        margin: auto auto 20px auto
    }
}

@media (max-width: 767px) {
    .hero-style2 .hero-title {
        font-size: 40px
    }
}

@media (max-width: 375px) {
    .hero-style2 .hero-title {
        font-size: 32px
    }
}

.hero-style2 .hero-text {
    max-width: 606px;
    margin-bottom: 50px
}

@media (max-width: 1199px) {
    .hero-style2 .hero-text {
        display: block;
        margin: auto auto 50px auto
    }
}

.hero-style2 .th-btn {
    padding: 19px 30px
}

.hero-style2 .th-btn i {
    margin-right: 8px
}

.hero-style2 .th-btn:hover::after {
    background-color: var(--white-color)
}

.hero-style2 .th-btn:hover .btn-text:before,
.hero-style2 .th-btn:hover .btn-text:after {
    color: var(--title-color)
}

.hero-3 {
    position: relative;
    z-index: 3
}

.hero-3 .slider-controller {
    position: absolute;
    top: 50%;
    right: 66px;
    z-index: 2;
    margin: 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: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%)
}

@media (max-width: 1699px) {
    .hero-3 .slider-controller {
        display: none
    }
}

.hero-3 .slider-controller .swiper-pagination-bullets {
    margin: 0
}

.hero-3 .slider-controller .swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 24px 0 !important;
    display: block
}

.hero-3 .slider-controller .hero-thumb {
    margin-left: 20px
}

.hero-3 .slider-controller .hero-thumb .tab-btn {
    font-weight: 500;
    font-size: 18px;
    letter-spacing: 0.02em;
    color: var(--white-color);
    margin: 10px 0;
    position: relative;
    z-index: 2;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out
}

.hero-3 .slider-controller .hero-thumb .tab-btn:before {
    content: "";
    position: absolute;
    top: 13px;
    left: -25px;
    height: 1px;
    width: 19px;
    background-color: var(--white-color);
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out
}

.hero-3 .slider-controller .hero-thumb .tab-btn.active {
    opacity: 1;
    visibility: visible
}

.hero-3 .hero-img-area {
    position: relative;
    z-index: 2;
    position: relative;
    width: 852px;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0
}

@media (max-width: 1799px) {
    .hero-3 .hero-img-area {
        width: 700px
    }
}

@media (max-width: 1399px) {
    .hero-3 .hero-img-area {
        width: 550px
    }
}

@media (max-width: 1199px) {
    .hero-3 .hero-img-area {
        position: relative;
        top: unset;
        bottom: 0;
        width: 100%;
        margin-left: -120px
    }
}

@media (max-width: 991px) {
    .hero-3 .hero-img-area {
        margin-left: -150px
    }
}

@media (max-width: 767px) {
    .hero-3 .hero-img-area {
        margin-left: -100px
    }
}

.hero-3 .hero-img-area:before {
    content: "";
    position: absolute;
    inset: 0;
    top: 0px;
    right: -15px;
    -webkit-mask-image: url("../img/shape/hero-shape2.png");
    mask-image: url("../img/shape/hero-shape2.png");
    background-color: var(--theme-color2);
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    -webkit-mask-size: 100% 100%;
    mask-size: 100% 100%;
    z-index: -1
}

.hero-3 .hero-image {
    position: relative;
    height: 100%;
    -webkit-mask-image: url("../img/shape/hero-shape2.png");
    mask-image: url("../img/shape/hero-shape2.png");
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    -webkit-mask-size: 100% 100%;
    mask-size: 100% 100%
}

.hero-3 .hero-image img {
    position: relative;
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: 9
}

.hero-style3 {
    position: relative;
    padding: 205px 0 205px 0;
    max-width: 792px;
    margin-left: 100px;
    z-index: 4
}

@media (max-width: 1799px) {
    .hero-style3 {
        margin-left: 50px
    }
}

@media (max-width: 1500px) {
    .hero-style3 {
        margin-left: 120px
    }
}

@media (max-width: 1399px) {
    .hero-style3 {
        padding: 150px 0 150px 0
    }
}

@media (max-width: 1199px) {
    .hero-style3 {
        padding: 150px 0 80px 0;
        margin-left: 0
    }
}

@media (max-width: 767px) {
    .hero-style3 {
        padding: 100px 0 80px 0
    }
}

.hero-style3 .sub-title {
    display: block;
    margin-bottom: 30px
}

@media (max-width: 1500px) {
    .hero-style3 .hero-title {
        font-size: 50px
    }
}

@media (max-width: 1299px) {
    .hero-style3 .hero-title {
        font-size: 50px
    }
}

@media (max-width: 767px) {
    .hero-style3 .hero-title {
        font-size: 40px
    }
}

@media (max-width: 575px) {
    .hero-style3 .hero-title {
        font-size: 38px
    }
}

.hero-style3 .hero-title .text {
    color: var(--theme-color2)
}

.hero-style3 .hero-text {
    max-width: 606px
}

.hero-style3 .th-btn {
    padding: 19px 30px
}

.hero-style3 .th-btn i {
    margin-right: 8px
}

.hero-style3 .th-btn:hover::after {
    background-color: var(--white-color)
}

.hero-style3 .th-btn:hover .btn-text:before,
.hero-style3 .th-btn:hover .btn-text:after {
    color: var(--title-color)
}

.hero-4 {
    background-color: #F1F3F5;
    overflow: visible;
    z-index: 9
}

.hero-4 .slider-controller {
    position: absolute;
    top: 50%;
    right: 66px;
    z-index: 2;
    margin: 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: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%)
}

@media (max-width: 1699px) {
    .hero-4 .slider-controller {
        display: none
    }
}

.hero-4 .slider-controller .swiper-pagination-bullets {
    margin: 0
}

.hero-4 .slider-controller .swiper-pagination-bullets .swiper-pagination-bullet {
    border: 1px solid var(--title-color);
    margin: 24px 0 !important;
    display: block
}

.hero-4 .slider-controller .swiper-pagination-bullets .swiper-pagination-bullet.swiper-pagination-bullet-active {
    border-color: var(--theme-color2)
}

.hero-4 .slider-controller .hero-thumb {
    margin-left: 20px
}

.hero-4 .slider-controller .hero-thumb .tab-btn {
    font-weight: 500;
    font-size: 18px;
    letter-spacing: 0.02em;
    color: var(--title-color);
    margin: 10px 0;
    position: relative;
    z-index: 2;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out
}

.hero-4 .slider-controller .hero-thumb .tab-btn:before {
    content: "";
    position: absolute;
    top: 13px;
    left: -25px;
    height: 1px;
    width: 19px;
    background-color: var(--title-color);
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out
}

.hero-4 .slider-controller .hero-thumb .tab-btn.active {
    opacity: 1;
    visibility: visible
}

.hero-4 .hero-img-area {
    position: relative;
    z-index: 2
}

@media (max-width: 1199px) {
    .hero-4 .hero-img-area {
        padding-bottom: 150px
    }
}

@media (max-width: 375px) {
    .hero-4 .hero-img-area {
        padding-bottom: 100px
    }
}

.hero-4 .hero-img-area .hero-image {
    width: 534px;
    height: 534px;
    display: block;
    margin: auto;
    border-radius: 50%;
    position: relative;
    z-index: 2
}

@media (max-width: 575px) {
    .hero-4 .hero-img-area .hero-image {
        width: 100%;
        height: 100%
    }
}

.hero-4 .hero-img-area .hero-image:before {
    content: "";
    position: absolute;
    inset: -120px;
    background-image: url("../img/shape/hero-pattern.png");
    background-repeat: no-repeat;
    z-index: -1
}

@media (max-width: 575px) {
    .hero-4 .hero-img-area .hero-image:before {
        inset: -160px
    }
}

.hero-4 .hero-img-area .hero-image img {
    border-radius: 50%
}

.hero-style4 {
    padding: 165px 0 192px 0
}

@media (max-width: 1199px) {
    .hero-style4 {
        padding: 150px 0 150px 0;
        max-width: 722px;
        display: block;
        margin: auto;
        text-align: center
    }
}

@media (max-width: 767px) {
    .hero-style4 {
        padding: 100px 0 120px 0
    }
}

@media (max-width: 575px) {
    .hero-style4 {
        padding: 100px 0 150px 0
    }
}

@media (max-width: 375px) {
    .hero-style4 {
        padding: 100px 0 100px 0
    }
}

.hero-style4 .sub-title {
    padding: 0
}

.hero-style4 .hero-title {
    color: var(--title-color)
}

.hero-style4 .hero-text {
    font-weight: 400;
    font-size: 18px;
    line-height: 32px;
    letter-spacing: 0.02em;
    color: #4E4E4E;
    max-width: 600px
}

@media (max-width: 1199px) {
    .hero-style4 .hero-text {
        display: block;
        margin: auto
    }
}

.hero-style4 .btn-group {
    gap: 24px
}

.scroll-bottom {
    color: var(--white-color);
    border: 2px solid;
    padding: 29px 9px 2px 9px;
    border-radius: 999px;
    position: relative
}

.scroll-bottom:before {
    content: "";
    height: 15px;
    width: 2px;
    background-color: var(--white-color);
    position: absolute;
    top: 10px;
    left: 15px;
    border-radius: 10px;
    -webkit-animation: lineDown 1.5s infinite;
    animation: lineDown 1.5s infinite
}

.scroll-bottom:hover {
    color: var(--theme-color2)
}

.scroll-bottom:hover::before {
    background-color: var(--theme-color2)
}

@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: 0
    }
}

.hero-5 {
    position: relative;
    padding-right: 80px;
    overflow: hidden
}

.hero-5 .th-hero-bg:before {
    content: "";
    position: absolute;
    inset: 0;
    background: -webkit-linear-gradient(bottom, rgba(3, 6, 14, 0.8), rgba(3, 6, 14, 0.8));
    background: linear-gradient(0deg, rgba(3, 6, 14, 0.8), rgba(3, 6, 14, 0.8))
}

.hero-5 .slider-controller {
    position: absolute;
    top: 50%;
    right: 66px;
    z-index: 2;
    margin: 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: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%)
}

@media (max-width: 1199px) {
    .hero-5 .slider-controller {
        display: none
    }
}

.hero-5 .slider-controller .swiper-pagination-bullets {
    margin: 0
}

.hero-5 .slider-controller .swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 24px 0 !important;
    display: block
}

.hero-5 .slider-controller .hero-thumb {
    margin-left: 20px
}

.hero-5 .slider-controller .hero-thumb .tab-btn {
    font-weight: 500;
    font-size: 18px;
    letter-spacing: 0.02em;
    color: var(--white-color);
    margin: 10px 0;
    position: relative;
    z-index: 2;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out
}

.hero-5 .slider-controller .hero-thumb .tab-btn:before {
    content: "";
    position: absolute;
    top: 13px;
    left: -25px;
    height: 1px;
    width: 19px;
    background-color: var(--white-color);
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out
}

.hero-5 .slider-controller .hero-thumb .tab-btn.active {
    opacity: 1;
    visibility: visible
}

.hero-5 .hero-shape {
    display: inline-block;
    height: 350px;
    width: 80px;
    position: absolute;
    top: 0;
    right: 0;
    background-color: var(--theme-color2);
    -webkit-clip-path: polygon(100% 0, 100% calc(100% - 100px), calc(100% - 140px) 100%, 0 100%, 0 0);
    clip-path: polygon(100% 0, 100% calc(100% - 100px), calc(100% - 140px) 100%, 0 100%, 0 0);
    z-index: -1
}

.hero-5 .scroll-bottom {
    position: absolute;
    bottom: 100px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    z-index: 4
}

.hero-style5 {
    position: relative;
    padding: 204px 0 204px 0;
    z-index: 4;
    max-width: 850px
}

@media (max-width: 1199px) {
    .hero-style5 {
        padding: 160px 0 160px 0
    }
}

@media (max-width: 991px) {
    .hero-style5 {
        padding: 140px 0 140px 0;
        text-align: center;
        display: block;
        margin: auto
    }
}

@media (max-width: 575px) {
    .hero-style5 {
        padding: 100px 0 100px 0
    }
}

.hero-style5 .hero-title {
    line-height: 1.333
}

@media (max-width: 1500px) {
    .hero-style5 .hero-title {
        line-height: 1.33
    }
}

@media (max-width: 320px) {
    .hero-style5 .hero-title {
        font-size: 32px
    }
}

.hero-style5 .sub-title {
    display: block;
    margin-bottom: 25px;
    padding: 0
}

.hero-style5 .sub-title img {
    max-width: 250px
}

.hero-style5 .hero-text {
    max-width: 811px;
    display: block;
    margin-bottom: 52px
}

@media (max-width: 1199px) {
    .hero-style5 .hero-text {
        display: block;
        margin: auto auto 52px auto
    }
}

.hero-style5 .th-btn {
    padding: 19px 30px
}

.hero-style5 .th-btn i {
    margin-right: 8px
}

.hero-style5 .th-btn:hover::after {
    background-color: var(--white-color)
}

.hero-style5 .th-btn:hover .btn-text:before,
.hero-style5 .th-btn:hover .btn-text:after {
    color: var(--title-color)
}

@media (max-width: 1399px) {
    .hero-5 {
        padding-right: 40px
    }

    .hero-5 .slick-dots {
        right: 10%
    }

    .hero-5 .hero-shape {
        width: 40px
    }
}

@media (max-width: 1199px) {
    .hero-5 .scroll-bottom {
        bottom: 50px
    }
}

@media (max-width: 991px) {
    .hero-5 .scroll-bottom {
        display: none
    }

    .hero-slider-5 .th-hero-slide {
        padding: 100px 0 100px 0
    }
}

@media (max-width: 767px) {
    .hero-5 {
        padding-right: 0
    }

    .hero-5 .hero-shape {
        display: none
    }
}

.error-area {
    padding: 180px 0 191px 0
}

@media (max-width: 1399px) {
    .error-area {
        padding: 140px 0 160px 0
    }
}

@media (max-width: 991px) {
    .error-area {
        padding: 100px 0 120px 0
    }
}

.error-content {
    text-align: center
}

.error-title {
    font-size: 72px;
    margin-bottom: 22px
}

@media (max-width: 1299px) {
    .error-title {
        font-size: 62px
    }
}

@media (max-width: 767px) {
    .error-title {
        font-size: 52px
    }
}

.error-text {
    margin-bottom: 50px;
    max-width: 500px;
    margin-left: auto;
    margin-right: auto
}

@media (max-width: 991px) {
    .error-title {
        margin-bottom: 15px
    }

    .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-color2);
    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-color2)
}

.popup-search-box button.searchClose:hover {
    color: var(--title-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-color2);
    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-color2);
    border-color: var(--theme-color2);
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg)
}

.sidemenu-wrapper .sidemenu-content {
    background-color: var(--white-color);
    width: 450px;
    margin-left: auto;
    padding: 80px 30px;
    height: 100%;
    overflow: scroll;
    position: relative;
    right: -500px;
    cursor: auto;
    -webkit-transition-delay: 1s;
    transition-delay: 1s;
    -webkit-transition: right ease 1s;
    transition: right ease 1s
}

@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 .about-text {
    color: var(--title-color)
}

.sidemenu-wrapper .widget .widget_title {
    color: var(--title-color);
    padding: 0
}

.sidemenu-wrapper .widget .recent-post-wrap .recent-post .post-title:hover a {
    color: var(--theme-color2)
}

.sidemenu-wrapper .widget.footer-widget .recent-post {
    max-width: 100%
}

.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-color2)
}

.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 .th-widget-about .footer-info {
    color: var(--theme-color)
}

.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 {
    text-align: center;
    -webkit-transition: all ease 0.4s;
    transition: all ease 0.4s
}

.th-product .product-title {
    font-size: 20px;
    margin: 10px 0 10px 0
}

.th-product .product-title a {
    color: inherit
}

.th-product .product-title a:hover {
    color: var(--theme-color)
}

.th-product .price {
    display: block;
    color: var(--body-color);
    font-weight: 500;
    margin-bottom: -0.4em;
    font-family: var(--body-font)
}

.th-product .price del {
    margin-left: 10px;
    color: #a9a9a9
}

.th-product .product-img {
    --space: 20px;
    background-color: var(--smoke-color);
    overflow: hidden;
    position: relative;
    margin: 0 0 25px 0;
    text-align: center;
    background-color: var(--smoke-color);
    z-index: 2;
    border-radius: 5px
}

.th-product .product-img:before {
    --space: 20px;
    content: '';
    height: calc(100% - var(--space)*2);
    width: calc(100% - var(--space)*2);
    border-radius: inherit;
    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 .product-tag {
    position: absolute;
    top: 8px;
    left: 8px;
    padding: 4px 13px;
    background-color: var(--theme-color);
    font-family: var(--title-font);
    font-weight: 500;
    font-size: 14px;
    line-height: 20px;
    border-radius: 4px;
    color: var(--white-color);
    z-index: 9
}

.th-product .star-rating {
    margin: 0 auto 5px auto;
    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: 10px
}

.th-product .actions .icon-btn:hover {
    color: var(--title-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-color2);
    border-color: var(--theme-color2);
    color: var(--title-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-color2);
    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-color);
    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;
    text-align: center;
    position: relative;
    font-family: var(--body-font);
    font-weight: 600;
    font-size: 16px;
    text-transform: capitalize;
    background: #F0F0F0;
    border-radius: 8px;
    margin: 0 0 0 16px;
    padding: 18px 24px;
    font-weight: 500;
    font-size: 16px;
    line-height: 28px;
    letter-spacing: 0.02em;
    color: #03060E
}

.th-sort-bar .nav a i {
    margin-left: 8px
}

.th-sort-bar .nav a.active,
.th-sort-bar .nav a:hover {
    background-color: var(--theme-color);
    color: var(--white-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-color);
    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-color);
    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 {
    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-color);
    box-shadow: none;
    border-radius: 10px;
    margin-right: 0
}

.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: 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
}

@media (max-width: 1199px) {

    .summary-content .product-title,
    .product-about .product-title {
        font-size: 28px
    }
}

.summary-content>.price,
.product-about>.price {
    font-family: var(--body-font);
    font-size: 24px;
    font-weight: 800;
    color: var(--title-color);
    display: inline-block;
    margin-bottom: 14px
}

.summary-content>.price del,
.product-about>.price del {
    color: var(--body-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 .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;
    border: 1px solid var(--th-border-color);
    background-color: transparent;
    color: var(--title-color);
    padding: 0 21px;
    text-align: left;
    font-weight: 500;
    border-radius: 5px
}

.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-color);
    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-color);
    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: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
}

.productSlide img {
    border-radius: 25px
}

@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
}

.product-thumb {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    gap: 10px;
    cursor: pointer
}

.product-thumb .tab-btn {
    border: 1px solid var(--title-color);
    width: 60px;
    height: 60px;
    border-radius: 10px
}

@media (max-width: 375px) {
    .product-thumb .tab-btn {
        width: 40px;
        height: 40px
    }
}

.product-thumb .tab-btn.active {
    border: 1px solid var(--theme-color)
}

.product-thumb-wrap {
    position: absolute;
    left: 30px;
    bottom: 30px;
    z-index: 2
}

@media (max-width: 1199px) {
    .product-thumb-wrap {
        left: 10px;
        bottom: 10px
    }
}

@media (max-width: 991px) {
    .product-thumb-wrap {
        left: 20px;
        bottom: 20px
    }
}

.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;
    border: 2px solid var(--smoke-color);
    background-color: var(--smoke-color);
    border-radius: 8px
}

.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: 8px;
    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 .woocommerce-shipping-methods input {
    display: none
}

.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%;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
        margin-bottom: 15px
    }

    .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: 0px
    }

    .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 li input {
    display: none
}

.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: 330px;
    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)
}

.rsvp-form select,
.rsvp-form .form-control,
.rsvp-form .form-select,
.rsvp-form textarea,
.rsvp-form input {
    background-color: transparent;
    height: 48px;
    border: 1px solid rgba(153, 153, 153, 0.5);
    border-radius: 8px
}

.rsvp-form .form-btn {
    margin-top: 20px;
    text-align: right
}

@media (max-width: 1299px) {
    .rsvp-form .form-btn {
        text-align: left
    }
}

.rsvp-form .th-btn {
    padding: 20px 30px
}

.donation-area {
    position: relative;
    padding: 84px 0 84px 0;
    z-index: 2
}

.donation-area:before {
    content: "";
    position: absolute;
    inset: 0;
    background: -webkit-linear-gradient(bottom, rgba(3, 6, 14, 0.7), rgba(3, 6, 14, 0.7));
    background: linear-gradient(0deg, rgba(3, 6, 14, 0.7), rgba(3, 6, 14, 0.7));
    -webkit-transform: matrix(-1, 0, 0, 1, 0, 0);
    -ms-transform: matrix(-1, 0, 0, 1, 0, 0);
    transform: matrix(-1, 0, 0, 1, 0, 0);
    z-index: -1
}

.donation-form {
    max-width: 714px;
    background-color: var(--white-color);
    box-shadow: 0px 2px 30px rgba(3, 6, 14, 0.1);
    padding: 70px;
    border-radius: 24px
}

@media (max-width: 1299px) {
    .donation-form.style2 {
        max-width: 600px
    }
}

@media (max-width: 1199px) {
    .donation-form.style2 {
        max-width: 100%
    }
}

@media (max-width: 1500px) {
    .donation-form {
        padding: 50px
    }
}

@media (max-width: 1399px) {
    .donation-form {
        padding: 40px
    }
}

@media (max-width: 1199px) {
    .donation-form {
        max-width: 100%;
        padding: 30px
    }
}

@media (max-width: 375px) {
    .donation-form {
        padding: 25px
    }
}

.donation-form .goal-amount-wrapp {
    padding: 17.6px 44px;
    border: 1px solid #E4E4E6;
    border-radius: 8px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    gap: 32px
}

@media (max-width: 1399px) {
    .donation-form .goal-amount-wrapp {
        padding: 13px 20px;
        gap: 15px
    }
}

@media (max-width: 767px) {
    .donation-form .goal-amount-wrapp {
        -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;
        text-align: center
    }
}

.donation-form .goal-amount .text {
    color: var(--theme-color)
}

.donation-form .goal-amount .box-number {
    font-size: 32px;
    font-weight: 700;
    color: var(--title-color)
}

.donation-form .feature-circle .progressbar {
    position: relative;
    max-width: 78px;
    max-height: 78px;
    background-color: #E4E4E5;
    border-radius: 50%;
    display: block;
    margin: auto
}

.donation-form .feature-circle .progressbar .circle-num {
    font-size: 16px;
    line-height: 50px;
    letter-spacing: 0.02em;
    color: var(--title-color);
    font-family: var(--body-font);
    position: absolute;
    top: -6px;
    left: -6px;
    width: 78px;
    height: 78px;
    line-height: 78px;
    border-radius: 50%;
    margin: 8px;
    text-align: center
}

.donation-form .donate-amount-button-list {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 24px;
    margin-top: 34px;
    margin-bottom: 24px
}

@media (max-width: 1399px) {
    .donation-form .donate-amount-button-list {
        gap: 12px
    }
}

.donation-form .donate-amount-button-list li {
    border: 1px solid #E4E4E5;
    border-radius: 4px;
    font-size: 16px;
    font-weight: 500;
    color: var(--title-color);
    padding: 7px 15px;
    cursor: pointer;
    -webkit-transition: 0.4s;
    transition: 0.4s
}

.donation-form .donate-amount-button-list li.active,
.donation-form .donate-amount-button-list li:hover {
    background: var(--theme-color2);
    border-color: var(--theme-color2);
    color: var(--title-color)
}

.donation-form .form-group.donate-input {
    position: relative;
    margin-bottom: 20px
}

.donation-form .form-group.donate-input:before {
    content: "";
    position: absolute;
    top: 0;
    left: 70px;
    width: 1px;
    height: 100%;
    background-color: rgba(253, 253, 233, 0.5)
}

.donation-form .form-group.donate-input input {
    position: relative;
    background-color: transparent;
    border: 1px solid #E4E4E5;
    border-radius: 8px;
    text-align: center;
    font-weight: 500;
    font-size: 18px;
    height: 42px;
    letter-spacing: 0.02em;
    color: var(--title-color)
}

.donation-form .form-group.donate-input .icon {
    position: absolute;
    left: 25px;
    top: 20px;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    right: auto;
    width: 20px;
    height: 20px;
    background: var(--theme-color);
    border-radius: 50%;
    text-align: center;
    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;
    font-size: 16px;
    font-weight: 500
}

.donation-form .form-group {
    margin-bottom: 8px
}

.donation-form select,
.donation-form .form-control,
.donation-form .form-select,
.donation-form textarea,
.donation-form input {
    background-color: transparent;
    height: 48px;
    border: 1px solid #E4E4E5;
    border-radius: 8px;
    color: var(--body-color)
}

.donation-form select::-moz-placeholder,
.donation-form .form-control::-moz-placeholder,
.donation-form .form-select::-moz-placeholder,
.donation-form textarea::-moz-placeholder,
.donation-form input::-moz-placeholder {
    color: var(--body-color)
}

.donation-form select::-webkit-input-placeholder,
.donation-form .form-control::-webkit-input-placeholder,
.donation-form .form-select::-webkit-input-placeholder,
.donation-form textarea::-webkit-input-placeholder,
.donation-form input::-webkit-input-placeholder {
    color: var(--body-color)
}

.donation-form select:-ms-input-placeholder,
.donation-form .form-control:-ms-input-placeholder,
.donation-form .form-select:-ms-input-placeholder,
.donation-form textarea:-ms-input-placeholder,
.donation-form input:-ms-input-placeholder {
    color: var(--body-color)
}

.donation-form select::-webkit-input-placeholder,
.donation-form .form-control::-webkit-input-placeholder,
.donation-form .form-select::-webkit-input-placeholder,
.donation-form textarea::-webkit-input-placeholder,
.donation-form input::-webkit-input-placeholder {
    color: var(--body-color)
}

.donation-form select::-moz-placeholder,
.donation-form .form-control::-moz-placeholder,
.donation-form .form-select::-moz-placeholder,
.donation-form textarea::-moz-placeholder,
.donation-form input::-moz-placeholder {
    color: var(--body-color)
}

.donation-form select:-ms-input-placeholder,
.donation-form .form-control:-ms-input-placeholder,
.donation-form .form-select:-ms-input-placeholder,
.donation-form textarea:-ms-input-placeholder,
.donation-form input:-ms-input-placeholder {
    color: var(--body-color)
}

.donation-form select::-ms-input-placeholder,
.donation-form .form-control::-ms-input-placeholder,
.donation-form .form-select::-ms-input-placeholder,
.donation-form textarea::-ms-input-placeholder,
.donation-form input::-ms-input-placeholder {
    color: var(--body-color)
}

.donation-form select::placeholder,
.donation-form .form-control::placeholder,
.donation-form .form-select::placeholder,
.donation-form textarea::placeholder,
.donation-form input::placeholder {
    color: var(--body-color)
}

.donation-form input[type="checkbox"].style2~label {
    color: var(--title-color);
    font-size: 16px;
    font-weight: 500;
    margin-bottom: 20px
}

.donation-form input[type="checkbox"].style2~label:before {
    background-color: rgba(255, 255, 255, 0.1);
    border: 2px solid #666666;
    height: 16px;
    width: 16px;
    line-height: 13px;
    border-radius: 2px;
    top: 6px
}

.donation-form .dropdown-btn {
    width: 100%;
    padding: 10px;
    border: 1px solid #ccc;
    background: #fff;
    cursor: pointer;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center
}

.donation-form .dropdown-btn img {
    width: 30px;
    margin-right: 10px
}

.donation-form .dropdown-content {
    display: none;
    position: absolute;
    background-color: #fff;
    min-width: 250px;
    border: 1px solid #ccc;
    box-shadow: 0px 8px 16px rgba(0, 0, 0, 0.2);
    z-index: 1
}

.donation-form .dropdown-content div {
    padding: 10px;
    cursor: pointer;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center
}

.donation-form .dropdown-content div:hover {
    background-color: #f1f1f1
}

.donation-form .dropdown-content img {
    width: 30px;
    margin-right: 10px
}

.donation-form .form-group.style2 .payment-method {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    border: 1px solid #E4E4E5;
    border-radius: 8px
}

@media (max-width: 767px) {
    .donation-form .form-group.style2 .payment-method {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        gap: 20px;
        border: none
    }
}

.donation-form .form-group.style2 .nice-select:after {
    top: 18px;
    border-bottom-color: var(--white-color);
    border-right-color: var(--white-color)
}

.donation-form .form-group.style2 .nice-select .option {
    color: #181A1E;
    min-height: 30px;
    display: block;
    margin: 0
}

.donation-form .form-group.style2 .nice-select .option.selected {
    color: var(--theme-color) !important;
    background: var(--theme-color) !important;
    font-weight: 500
}

.donation-form .form-group.style2 .nice-select .option.selected.focus {
    color: #fff !important;
    background: var(--theme-color) !important
}

.donation-form .form-group.style2 .nice-select .option:hover,
.donation-form .form-group.style2 .nice-select .option.focus {
    background: var(--theme-color) !important;
    color: #fff !important
}

.donation-form .form-group.style2 .form-select {
    max-width: 170px;
    border: none;
    border-radius: 0;
    border-right: 1px solid #E4E4E5
}

@media (max-width: 767px) {
    .donation-form .form-group.style2 .form-select {
        border: 1px solid #E4E4E5;
        max-width: 100%
    }
}

.donation-form .form-group.style2 .form-control {
    border: none;
    border-radius: 0
}

.donation-form .form-group.style2 .form-control.style1 {
    padding: 0 16px 0 16px;
    padding-right: 16px;
    min-width: 200px;
    border-right: 1px solid #E4E4E5
}

@media (max-width: 767px) {
    .donation-form .form-group.style2 .form-control.style1 {
        border: 1px solid #E4E4E5;
        min-width: 100%
    }
}

.donation-form .form-group.style2 .form-control.style2 {
    padding: 0 16px 0 16px;
    padding-right: 16px;
    min-width: 200px;
    border-right: 1px solid #E4E4E5
}

@media (max-width: 767px) {
    .donation-form .form-group.style2 .form-control.style2 {
        border: 1px solid #E4E4E5;
        min-width: 100%
    }
}

.donation-form .form-group.style2 .form-control.style3 {
    padding: 0 14px 0 14px;
    min-width: 70px
}

@media (max-width: 767px) {
    .donation-form .form-group.style2 .form-control.style3 {
        min-width: 100%;
        border: 1px solid #E4E4E5
    }
}

.donation-form .th-btn {
    margin-top: 30px
}

.give-form-wrap .give-goal-progress {
    display: none
}

.give-form-wrap .give-donation-amount {
    position: relative;
    background-color: transparent;
    border: 1px solid #E4E4E5;
    border-radius: 8px;
    text-align: center;
    font-weight: 500;
    font-size: 18px;
    letter-spacing: 0.02em;
    color: var(--title-color)
}

.give-form-wrap form[id*=give-form] #give-final-total-wrap .give-donation-total-label {
    background-color: transparent;
    border: none;
    box-sizing: border-box;
    color: var(--title-color);
    height: 48px;
    line-height: 48px;
    display: inline-block
}

.give-form-wrap form[id*=give-form] #give-final-total-wrap .give-final-total-amount {
    height: 48px;
    line-height: 48px;
    background-color: transparent;
    border: none;
    display: inline-block
}

.give-form-wrap form[id*=give-form] .give-donation-amount #give-amount,
.give-form-wrap form[id*=give-form] .give-donation-amount #give-amount-text {
    background: transparent;
    border: none;
    height: 48px
}

.give-form-wrap form[id*=give-form] .give-donation-amount .give-currency-symbol {
    border: none;
    box-sizing: border-box;
    width: 20px;
    height: 20px;
    line-height: 20px;
    text-align: center;
    background: var(--theme-color2);
    border-radius: 50%;
    text-align: center;
    color: #00534B;
    display: block;
    font-size: 16px;
    font-weight: 700;
    padding: 0;
    margin: 13px 20px
}

.give-form-wrap .give-donation-levels-wrap .give-btn {
    background-color: transparent;
    height: 48px;
    border-radius: 8px;
    color: var(--title-color);
    border: 1px solid #E4E4E5;
    border-radius: 4px;
    font-size: 16px;
    font-weight: 600;
    padding: 10px 15px;
    cursor: pointer;
    -webkit-transition: 0.4s;
    transition: 0.4s
}

.give-form-wrap .give-donation-levels-wrap .give-btn.give-default-level {
    background-color: var(--theme-color2);
    border-color: var(--theme-color2)
}

.give-form-wrap .give-donation-levels-wrap li {
    margin: 0
}

.give-form-wrap .give-donation-levels-wrap li:not(:last-child) {
    margin: 0 10px 10px 0 !important
}

.give-form-wrap .give-payment-mode-label {
    font-weight: 500;
    margin-bottom: 15px;
    color: var(--title-color);
    border: none
}

.give-form-wrap input[type="radio"]:checked~label::before {
    border-color: var(--theme-color2);
    background-color: var(--theme-color2);
    color: var(--white-color)
}

.give-form-wrap input[type="radio"]~label::before {
    border: 1px solid var(--theme-color2)
}

.give-form-wrap label {
    color: var(--title-color)
}

.give-form-wrap legend {
    font-weight: 500;
    margin-bottom: 15px;
    color: var(--title-color);
    border-bottom: none !important
}

.give-form-wrap .give-form .form-row input[type=text],
.give-form-wrap [id*=give-form] .form-row input[type=email].required,
.give-form-wrap .form-wrap {
    background-color: transparent;
    height: 48px;
    border: 1px solid #E4E4E5;
    border-radius: 8px;
    color: var(--body-color);
    padding: 0 25px 0 25px
}

.give-form-wrap .give-form .form-row input[type=text]:focus,
.give-form-wrap [id*=give-form] .form-row input[type=email].required:focus,
.give-form-wrap .form-wrap:focus {
    background-color: transparent
}

#give_purchase_form_wrap .give-submit-button-wrap .give-btn {
    background-color: var(--theme-color2);
    color: var(--title-color)
}

#give-recurring-form .give-tooltip,
form.give-form .give-tooltip,
form[id*=give-form] .give-tooltip {
    color: #fff
}

form[id*=give-form] #give-gateway-radio-list>li input[type=radio] {
    display: none
}

form[id*=give-form] #give-gateway-radio-list {
    margin: 0 0 0px
}

.no-fields p {
    color: var(--title-color)
}

.no-fields ol li {
    color: var(--title-color)
}

.about-form-area {
    position: absolute;
    bottom: 0;
    right: 0;
    max-width: 524px;
    margin-right: 20px
}

@media (max-width: 1699px) {
    .about-form-area {
        margin-right: 0
    }
}

@media (max-width: 767px) {
    .about-form-area {
        position: relative;
        max-width: 100%;
        margin: 0 35px
    }
}

.about-form-area .box-title {
    background-color: var(--theme-color2);
    box-shadow: 0px 10px 30px rgba(238, 195, 60, 0.5);
    border-radius: 16px 16px 0px 0px;
    padding: 28px;
    text-align: center;
    margin: 0 -30px -30px -30px;
    position: relative;
    z-index: 4
}

@media (max-width: 375px) {
    .about-form-area .box-title {
        font-size: 14px
    }
}

.about-form-area .box-title:before,
.about-form-area .box-title:after {
    content: "";
    background-color: transparent;
    border-style: solid;
    border-width: 0 30px 20px 0;
    border-color: transparent #DDB73E transparent transparent;
    position: absolute;
    left: 0;
    top: 100%
}

.about-form-area .box-title:after {
    left: unset;
    right: 0;
    border-width: 0px 0px 20px 30px;
    border-color: transparent transparent transparent #DDB73E
}

.about-form {
    background-color: var(--white-color);
    border: 1px solid var(--theme-color);
    border-radius: 16px;
    padding: 70px 40px 40px
}

@media (max-width: 575px) {
    .about-form {
        padding: 70px 20px 20px
    }
}

.about-form select,
.about-form .form-control,
.about-form .form-select,
.about-form textarea,
.about-form input {
    border: none;
    border-radius: 100px;
    background: var(--white-color);
    border: 1px solid #E4E4E6;
    border-radius: 8px;
    color: var(--title-color);
    font-weight: 400
}

.about-form select::-moz-placeholder,
.about-form .form-control::-moz-placeholder,
.about-form .form-select::-moz-placeholder,
.about-form textarea::-moz-placeholder,
.about-form input::-moz-placeholder {
    color: var(--title-color)
}

.about-form select::-webkit-input-placeholder,
.about-form .form-control::-webkit-input-placeholder,
.about-form .form-select::-webkit-input-placeholder,
.about-form textarea::-webkit-input-placeholder,
.about-form input::-webkit-input-placeholder {
    color: var(--title-color)
}

.about-form select:-ms-input-placeholder,
.about-form .form-control:-ms-input-placeholder,
.about-form .form-select:-ms-input-placeholder,
.about-form textarea:-ms-input-placeholder,
.about-form input:-ms-input-placeholder {
    color: var(--title-color)
}

.about-form select::-webkit-input-placeholder,
.about-form .form-control::-webkit-input-placeholder,
.about-form .form-select::-webkit-input-placeholder,
.about-form textarea::-webkit-input-placeholder,
.about-form input::-webkit-input-placeholder {
    color: var(--title-color)
}

.about-form select::-moz-placeholder,
.about-form .form-control::-moz-placeholder,
.about-form .form-select::-moz-placeholder,
.about-form textarea::-moz-placeholder,
.about-form input::-moz-placeholder {
    color: var(--title-color)
}

.about-form select:-ms-input-placeholder,
.about-form .form-control:-ms-input-placeholder,
.about-form .form-select:-ms-input-placeholder,
.about-form textarea:-ms-input-placeholder,
.about-form input:-ms-input-placeholder {
    color: var(--title-color)
}

.about-form select::-ms-input-placeholder,
.about-form .form-control::-ms-input-placeholder,
.about-form .form-select::-ms-input-placeholder,
.about-form textarea::-ms-input-placeholder,
.about-form input::-ms-input-placeholder {
    color: var(--title-color)
}

.about-form select::placeholder,
.about-form .form-control::placeholder,
.about-form .form-select::placeholder,
.about-form textarea::placeholder,
.about-form input::placeholder {
    color: var(--title-color)
}

.about-form .nice-select:after {
    top: 18px;
    border-top: 0.3em solid var(--body-color);
    border-right: .3em solid transparent;
    border-bottom: 0;
    border-left: .3em solid transparent;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none
}

.about-form .nice-select .option {
    color: #181A1E;
    min-height: 30px;
    display: block;
    margin: 0
}

.about-form .nice-select .option.selected {
    color: var(--theme-color) !important;
    background: var(--theme-color) !important;
    font-weight: 500
}

.about-form .nice-select .option.selected.focus {
    color: #fff !important;
    background: var(--theme-color) !important
}

.about-form .nice-select .option:hover,
.about-form .nice-select .option.focus {
    background: var(--theme-color) !important;
    color: #fff !important
}

.about-form .text {
    text-align: center;
    display: block;
    margin: 20px 0 6px 0
}

.about-form audio {
    background-color: #fff;
    border: 1px solid #E4E4E5;
    border-radius: 200px;
    width: 100%
}

.about-form audio source {
    background-color: #fff
}

.about-form audio::-webkit-media-controls-play-button,
.about-form audio::-webkit-media-controls-panel {
    background-color: #fff;
    border: 1px solid #E4E4E5;
    color: var(--title-color)
}

.about-quran-area {
    position: absolute;
    bottom: -9%;
    left: 0;
    max-width: 524px;
    margin-right: 20px
}

@media (max-width: 1699px) {
    .about-quran-area {
        margin-right: 0
    }
}

@media (max-width: 767px) {
    .about-quran-area {
        position: relative;
        max-width: 100%;
        margin: 0 35px 30px 35px
    }
}

.about-quran-area .box-title {
    background-color: var(--theme-color2);
    box-shadow: 0px 10px 30px rgba(238, 195, 60, 0.5);
    border-radius: 16px 16px 0px 0px;
    padding: 28px;
    text-align: center;
    margin: 0 -30px -30px -30px;
    position: relative;
    z-index: 4
}

@media (max-width: 375px) {
    .about-quran-area .box-title {
        font-size: 14px
    }
}

.about-quran-area .box-title:before,
.about-quran-area .box-title:after {
    content: "";
    background-color: transparent;
    border-style: solid;
    border-width: 0 30px 20px 0;
    border-color: transparent #DDB73E transparent transparent;
    position: absolute;
    left: 0;
    top: 100%
}

.about-quran-area .box-title:after {
    left: unset;
    right: 0;
    border-width: 0px 0px 20px 30px;
    border-color: transparent transparent transparent #DDB73E
}

.about-quran {
    background-color: var(--white-color);
    border: 1px solid var(--theme-color);
    border-radius: 16px;
    padding: 70px 40px 40px
}

@media (max-width: 575px) {
    .about-quran {
        padding: 70px 20px 20px
    }
}

.about-quran .quran-image {
    border-radius: 8px
}

.about-quran .quran-image img {
    border-radius: 8px
}

.about-quran .text {
    text-align: center;
    display: block;
    margin: 20px 0 30px 0
}

.about-quran audio {
    background-color: #fff;
    border: 1px solid #E4E4E5;
    border-radius: 200px;
    width: 100%
}

.about-quran audio source {
    background-color: #fff
}

.about-quran audio::-webkit-media-controls-play-button,
.about-quran audio::-webkit-media-controls-panel {
    background-color: #fff;
    border: 1px solid #E4E4E5;
    color: var(--title-color)
}

.contact-form2 {
       border: 1px solid #999999;
    border-left-color: transparent;
    border-radius: 0px 16px 16px 0px;
    padding: 56px 56px 51px 56px;
}

.contact-form2 .h2 {
    margin-top: -0.5rem;
    margin-bottom: 45px
}

@media (max-width: 1399px) {
    .contact-form2 .h2 {
        font-size: 30px
    }
}

@media (max-width: 575px) {
    .contact-form2 .h2 {
        font-size: 25px;
        margin-bottom: 30px
    }
}

@media (max-width: 480px) {
    .contact-form2 .h2 {
        font-size: 20px;
        margin-bottom: 20px
    }
}

@media (max-width: 375px) {
    .contact-form2 .h2 {
        font-size: 16px
    }
}

@media (max-width: 1299px) {
    .contact-form2 {
        padding: 40px
    }
}

@media (max-width: 1199px) {
    .contact-form2 {
        border: 1px solid #999999;
        border-radius: 16px
    }
}

@media (max-width: 375px) {
    .contact-form2 {
        padding: 30px
    }
}

.contact-form2 .form-group {
    margin-bottom: 24px
}

.contact-form2 select,
.contact-form2 .form-control,
.contact-form2 .form-select,
.contact-form2 textarea,
.contact-form2 input {
    background-color: transparent;
    border: 1px solid #999999;
    border-radius: 8px;
    color: var(--body-color);
    font-weight: 400;
    height: 60px;
    line-height: 60px,
    text-align: right;
        direction: rtl;

}

.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(--body-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(--body-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(--body-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(--body-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(--body-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(--body-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(--body-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(--body-color)
}

.contact-form2 textarea.form-control,
.contact-form2 textarea {
    min-height: 200px;
    border-radius: 8px;
    padding-top: 16px;
    padding-bottom: 17px
}

.contact-form2 .nice-select:after {
    border-bottom: 1px solid var(--body-color);
    border-right: 1px solid var(--body-color)
}

.contact-form2 .nice-select .option {
    color: #181A1E;
    min-height: 30px;
    display: block;
    margin: 0
}

.contact-form2 .nice-select .option.selected {
    color: var(--theme-color) !important;
    background: var(--theme-color) !important;
    font-weight: 500
}

.contact-form2 .nice-select .option.selected.focus {
    color: #fff !important;
    background: var(--theme-color) !important
}

.contact-form2 .nice-select .option:hover,
.contact-form2 .nice-select .option.focus {
    background: var(--theme-color) !important;
    color: #fff !important
}

.contact-form2 .th-btn {
    margin-top: 20px;
    padding: 19.5px 42px
}

.search-form {
    max-width: 983px;
    display: block;
    margin: auto
}

.search-form select,
.search-form .form-control,
.search-form .form-select,
.search-form textarea,
.search-form input {
    height: 56px;
    padding: 0 25px 0 25px;
    padding-right: 45px;
    color: var(--body-color);
    background: #F8F8F8;
    border-radius: 50px;
    font-size: 14px;
    width: 100%;
    font-family: var(--body-font);
    -webkit-transition: 0.4s ease-in-out;
    transition: 0.4s ease-in-out
}

.contact-form {
    background-color: var(--white-color);
    border-radius: 30px;
    padding: 60px
}

@media (max-width: 1399px) {
    .contact-form {
        padding: 40px
    }
}

@media (max-width: 767px) {
    .contact-form {
        padding: 30px
    }
}

.contact-form .form-group {
    margin-bottom: 20px
}

.contact-form .form-group i {
    font-size: 14px;
    font-weight: 300;
    color: var(--body-color)
}

.contact-form select,
.contact-form .form-control,
.contact-form .form-select,
.contact-form textarea,
.contact-form input {
    background: #F8F8F8;
    border: 1px solid #E0E0E0;
    border-radius: 10px;
    height: 56px
}

.contact-form .th-btn:hover:before,
.contact-form .th-btn:hover:after {
    width: 120%
}

.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: #57B33E !important;
    background: #57B33E !important
}

.contact-form .nice-select .option.selected.focus {
    color: var(--title-color) !important;
    background: #57B33E !important
}

.contact-form .nice-select .option:hover,
.contact-form .nice-select .option.focus {
    background: #57B33E !important;
    color: var(--title-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: 145px;
    padding-top: 16px;
    padding-bottom: 17px
}

.contact-form .th-btn:hover:after {
    background-color: var(--theme-color)
}

.consultation-area {
    margin-left: 100px
}

@media (max-width: 1399px) {
    .consultation-area {
        margin-left: 0
    }
}

.consultation-form select,
.consultation-form .form-control,
.consultation-form .form-select,
.consultation-form textarea,
.consultation-form input {
    background-color: transparent;
    border: 1px solid var(--white-color);
    border-radius: 30px;
    color: var(--white-color)
}

.consultation-form select::-moz-placeholder,
.consultation-form .form-control::-moz-placeholder,
.consultation-form .form-select::-moz-placeholder,
.consultation-form textarea::-moz-placeholder,
.consultation-form input::-moz-placeholder {
    color: var(--white-color)
}

.consultation-form select::-webkit-input-placeholder,
.consultation-form .form-control::-webkit-input-placeholder,
.consultation-form .form-select::-webkit-input-placeholder,
.consultation-form textarea::-webkit-input-placeholder,
.consultation-form input::-webkit-input-placeholder {
    color: var(--white-color)
}

.consultation-form select:-ms-input-placeholder,
.consultation-form .form-control:-ms-input-placeholder,
.consultation-form .form-select:-ms-input-placeholder,
.consultation-form textarea:-ms-input-placeholder,
.consultation-form input:-ms-input-placeholder {
    color: var(--white-color)
}

.consultation-form select::-webkit-input-placeholder,
.consultation-form .form-control::-webkit-input-placeholder,
.consultation-form .form-select::-webkit-input-placeholder,
.consultation-form textarea::-webkit-input-placeholder,
.consultation-form input::-webkit-input-placeholder {
    color: var(--white-color)
}

.consultation-form select::-moz-placeholder,
.consultation-form .form-control::-moz-placeholder,
.consultation-form .form-select::-moz-placeholder,
.consultation-form textarea::-moz-placeholder,
.consultation-form input::-moz-placeholder {
    color: var(--white-color)
}

.consultation-form select:-ms-input-placeholder,
.consultation-form .form-control:-ms-input-placeholder,
.consultation-form .form-select:-ms-input-placeholder,
.consultation-form textarea:-ms-input-placeholder,
.consultation-form input:-ms-input-placeholder {
    color: var(--white-color)
}

.consultation-form select::-ms-input-placeholder,
.consultation-form .form-control::-ms-input-placeholder,
.consultation-form .form-select::-ms-input-placeholder,
.consultation-form textarea::-ms-input-placeholder,
.consultation-form input::-ms-input-placeholder {
    color: var(--white-color)
}

.consultation-form select::placeholder,
.consultation-form .form-control::placeholder,
.consultation-form .form-select::placeholder,
.consultation-form textarea::placeholder,
.consultation-form input::placeholder {
    color: var(--white-color)
}

.consultation-form .form-group {
    margin-bottom: 0
}

.consultation-form .th-btn {
    padding: 17.5px 20px
}

.contact-info {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    gap: 20px
}

.contact-info_wrapp:nth-child(2) .contact-info_icon {
    background-color: #F3BA0E
}

.contact-info_wrapp:nth-child(3) .contact-info_icon {
    background-color: #17D2D4
}

.contact-info_wrapp:nth-child(4) .contact-info_icon {
    background-color: #70D715
}

@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
    }
}

.contact-info:not(:last-child) {
    margin-bottom: 30px
}

@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-family: var(--body-font);
    color: #4D5765;
    line-height: 26px;
    font-size: 16px;
    display: block;
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out
}

.contact-info_link:hover {
    color: var(--theme-color)
}

.contact-info_link span {
    display: block
}

.contact-info .media-body {
    margin-bottom: -0.5rem
}

.contact-media {
    background: #F0F0F0;
    border-radius: 16px;
    padding: 63px 40px;
    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: 1399px) {
    .contact-media {
        padding: 30px 24px
    }
}

@media (max-width: 1299px) {
    .contact-media {
        gap: 18px
    }
}

@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 .icon-btn {
    --btn-size: 80px;
    font-size: 30px;
    background-color: var(--theme-color2);
    border: none;
    border-radius: 48px;
    color: var(--theme-color)
}

.contact-media .box-text {
    font-size: 18px;
    max-width: 300px;
    margin-bottom: 0
}

@media (max-width: 1399px) {
    .contact-media .box-text {
        font-size: 16px
    }
}

.contact-media .box-text span {
    display: block
}

.contact-media .box-text 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 {
    color: var(--theme-color)
}

.contact-media .box-title {
    margin-bottom: 5px
}

@media (max-width: 1399px) {
    .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;
    border-radius: 30px
}

@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: 563px
}

@media (max-width: 767px) {
    .contact-map iframe {
        height: 400px
    }
}

.contact-image {
    height: 749px;
    border-radius: 0px 16px 16px 0px
}

@media (max-width: 1399px) {
    .contact-image {
        height: 100%
    }
}

@media (max-width: 1199px) {
    .contact-image {
        border-radius: 16px
    }
}

.contact-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
      border-radius: 16px 0 0 16px;
}

@media (max-width: 1199px) {
    .contact-image img {
        border-radius: 16px
    }
}

.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-image2 {
    border-radius: 0px 30px 30px 0px;
    text-align: right;
    height: 100%;
    margin-left: 95px
}

@media (max-width: 1399px) {
    .contact-image2 {
        margin-left: 40px
    }
}

@media (max-width: 1199px) {
    .contact-image2 {
        border-radius: 0px 30px 30px 30px;
        margin: 0
    }
}

.contact-image2 img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 0px 0px 30px 0px
}

@media (max-width: 1199px) {
    .contact-image2 img {
        border-radius: 0px 0px 30px 30px
    }
}

.appointment-content2 {
    padding: 120px 0 120px 120px
}

@media (max-width: 1399px) {
    .appointment-content2 {
        padding: 120px 0 120px 60px
    }
}

@media (max-width: 1199px) {
    .appointment-content2 {
        padding: 80px 40px 80px 40px
    }
}

@media (max-width: 375px) {
    .appointment-content2 {
        padding: 80px 20px 80px 20px
    }
}

.cousrse-card {
    background-color: var(--white-color);
    border-radius: 16px;
    padding: 24px
}

@media (max-width: 1399px) {
    .cousrse-card {
        padding: 20px
    }
}

.cousrse-card.style2 {
    background-color: transparent;
    border: 1px solid #999999;
    border-radius: 16px
}

.cousrse-card .box-img {
    border-radius: 16px;
    margin-bottom: 30px
}

.cousrse-card .box-img img {
    border-radius: 16px
}

.cousrse-card .meta {
    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: 16px;
    margin-bottom: 15px
}

@media (max-width: 1500px) {
    .cousrse-card .meta {
        gap: 8px
    }
}

@media (max-width: 1399px) {
    .cousrse-card .meta {
        -webkit-box-pack: justify;
        -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
        justify-content: space-between
    }
}

@media (max-width: 375px) {
    .cousrse-card .meta {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column
    }
}

.cousrse-card .meta .icon i {
    margin-right: 8px;
    color: var(--theme-color)
}

@media (max-width: 1399px) {
    .cousrse-card .meta .icon {
        font-size: 14px
    }
}

.cousrse-card .tags {
    color: var(--title-color);
    display: block;
    margin-bottom: 16px
}

.cousrse-card .box-title {
    text-transform: capitalize;
    max-width: 434px;
    margin-bottom: 20px
}

.cousrse-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;
    margin-bottom: 40px
}

@media (max-width: 375px) {
    .cousrse-card .box-wrapp {
        display: block
    }
}

.cousrse-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: 16px
}

@media (max-width: 375px) {
    .cousrse-card .box-profile {
        margin-bottom: 10px
    }
}

.cousrse-card .box-profile .box-title {
    font-size: 18px;
    line-height: 18px;
    font-weight: 500;
    font-family: var(--body-font);
    color: var(--theme-color);
    margin: 0
}

.cousrse-card .box-author {
    max-width: 48px
}

.cousrse-card .box-author img {
    border-radius: 50%
}

.cousrse-card .rating {
    font-weight: 500;
    color: var(--title-color)
}

.cousrse-card .rating i {
    margin-right: 8px;
    color: #FFD54F
}

.cousrse-card .price {
    font-family: var(--title-font);
    color: var(--title-color);
    font-size: 18px;
    margin-bottom: 0
}

.cousrse-card .price .del {
    color: #999999
}

.course-single .meta {
    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: 16px;
    margin-bottom: 15px
}

@media (max-width: 375px) {
    .course-single .meta {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column
    }
}

.course-single .meta .icon i {
    margin-right: 8px;
    color: var(--theme-color)
}

@media (max-width: 1399px) {
    .course-single .meta .icon {
        font-size: 14px
    }
}

.course-content {
    background-color: #F0F0F0;
    border-radius: 8px;
    padding: 4px 22px 4px 4px;
    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: 60px
}

@media (max-width: 1299px) {
    .course-content {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        gap: 10px
    }
}

.course-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: 20px;
    margin-bottom: 10px
}

@media (max-width: 767px) {
    .course-wrapp {
        display: grid;
        grid-template-columns: auto auto;
        gap: 8px 4px
    }
}

@media (max-width: 375px) {
    .course-wrapp {
        display: block
    }
}

.course-wrapp .text {
    padding: 11px 12px;
    background-color: var(--white-color);
    border-radius: 8px;
    margin-right: 4px
}

@media (max-width: 375px) {
    .course-wrapp .text {
        padding: 10px
    }
}

.course-price {
    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
}

.course-price .price {
    font-size: 18px;
    margin-bottom: 0
}

.course-price .price span {
    color: var(--body-color)
}

.namaz-timing-wrapp {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    gap: 24px;
    width: 1210px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center
}

@media (max-width: 991px) {
    .namaz-timing-wrapp {
        display: grid;
        grid-template-columns: auto auto;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
        margin-bottom: 24px
    }
}

@media (max-width: 767px) {
    .namaz-timing-wrapp {
        display: block;
        margin: auto
    }
}

.namaz-timing-wrapp.style2 {
    width: auto
}

@media (max-width: 1299px) {
    .namaz-timing-wrapp.style2 {
        display: grid;
        grid-template-columns: auto auto
    }
}

@media (max-width: 767px) {
    .namaz-timing-wrapp.style2 {
        width: 100%;
        display: block;
        margin: auto
    }
}

.namaz-timing {
    -webkit-mask-image: url("../img/shape/titme-shape.png");
    mask-image: url("../img/shape/titme-shape.png");
    background-color: var(--theme-color2);
    -webkit-mask-size: 100% 100%;
    mask-size: 100% 100%;
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    padding: 100px 40px;
    text-align: center;
    width: 33%;
    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: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    min-width: 387px
}

@media (max-width: 1199px) {
    .namaz-timing {
        min-width: 33%
    }
}

@media (max-width: 991px) {
    .namaz-timing {
        width: 100%
    }
}

@media (max-width: 767px) {
    .namaz-timing {
        width: 300px;
        min-width: 350px;
        display: block;
        margin: auto
    }
}

@media (max-width: 375px) {
    .namaz-timing {
        width: 100%;
        min-width: 100%
    }
}

.prayer-item {
    position: relative;
    padding: 95px 120px;
    text-align: center;
    z-index: 2;
    width: 25%;
    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-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out
}

@media (max-width: 1299px) {
    .prayer-item {
        width: 100%
    }
}

@media (max-width: 767px) {
    .prayer-item {
        width: 300px;
        min-width: 350px;
        display: block;
        margin: 24px auto auto auto
    }
}

@media (max-width: 375px) {
    .prayer-item {
        width: 100%;
        min-width: 100%
    }
}

.prayer-item.style2 {
    width: 33%
}

@media (max-width: 991px) {
    .prayer-item.style2 {
        width: 100%
    }
}

@media (max-width: 767px) {
    .prayer-item.style2 {
        width: 300px;
        min-width: 350px;
        display: block;
        margin: 24px auto auto auto
    }
}

@media (max-width: 375px) {
    .prayer-item.style2 {
        width: 100%;
        min-width: 100%
    }
}

@media (max-width: 1699px) {
    .prayer-item {
        padding: 100px 90px
    }
}

@media (max-width: 1199px) {
    .prayer-item {
        padding: 80px 70px
    }
}

@media (max-width: 375px) {
    .prayer-item {
        padding: 60px 68px
    }
}

.prayer-item:before,
.prayer-item:after {
    content: "";
    position: absolute;
    inset: 0;
    -webkit-mask-image: url("../img/shape/timing-shape.png");
    mask-image: url("../img/shape/timing-shape.png");
    background-color: var(--theme-color);
    -webkit-mask-size: 100% 100%;
    mask-size: 100% 100%;
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    z-index: -1
}

.prayer-item .box-icon {
    margin-bottom: 24px
}

.prayer-item .box-title {
    font-size: 32px;
    margin-bottom: 8px
}

@media (max-width: 767px) {
    .prayer-item .box-title {
        font-size: 24px
    }
}

.prayer-item .prayer-meta {
    min-width: 150px;
    display: block;
    margin: auto
}

.prayer-item .prayer-meta span {
    display: block
}

.prayer-item:hover {
    -webkit-filter: drop-shadow(0px 2px 30px rgba(3, 6, 14, 0.1));
    filter: drop-shadow(0px 2px 30px rgba(3, 6, 14, 0.1))
}

.prayer-item:hover:after {
    inset: 2px;
    -webkit-mask-image: url("../img/shape/timing-shape2.png");
    mask-image: url("../img/shape/timing-shape2.png");
    background-color: var(--white-color)
}

.donation-card .box-content {
    padding: 40px 24px 24px 24px;
}
.box-content{
        direction: rtl;

}
.donation-card .donation-content {
    padding: 24px;
    border-radius: 24px
}

.donation-card .progress {
    background: transparent;
    position: relative;
    border-radius: 30px;
    height: 10px;
    overflow: visible
}

.donation-card .progress:after {
    content: '';
    position: absolute;
    inset: 0;
    background: var(--theme-color2);
    opacity: 0.2;
    border-radius: 30px
}

.donation-card .progress .progress-bar {
    border-radius: 30px;
    background: var(--theme-color2);
    overflow: visible;
    position: relative
}

.donation-card .progress .progress-value {
    position: absolute;
    top: -30px;
    right: 0;
    font-size: 16px;
    font-weight: 600;
    color: var(--title-color);
    -webkit-transform: translate(50%, 0);
    -ms-transform: translate(50%, 0);
    transform: translate(50%, 0)
}

.pillar-item {
    position: relative;
    z-index: 2;
    text-align: center;
    padding: 45px 0 40px 0;
    min-width: 229px;
    margin: 0 30px
}

@media (max-width: 767px) {
    .pillar-item {
        min-width: 200px
    }
}

.pillar-item-wrapp {
    display: grid;
    grid-template-columns: auto auto auto auto auto;
    gap: 40px
}

@media (max-width: 1699px) {
    .pillar-item-wrapp {
        gap: 25px
    }
}

@media (max-width: 1599px) {
    .pillar-item-wrapp {
        grid-template-columns: auto auto auto auto
    }
}

@media (max-width: 1299px) {
    .pillar-item-wrapp {
        grid-template-columns: auto auto auto
    }
}

@media (max-width: 991px) {
    .pillar-item-wrapp {
        grid-template-columns: auto auto
    }
}

@media (max-width: 767px) {
    .pillar-item-wrapp {
        gap: 10px
    }
}

@media (max-width: 480px) {
    .pillar-item-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;
        gap: 30px
    }
}

.pillar-item:before,
.pillar-item:after {
    content: "";
    position: absolute;
    inset: 0;
    -webkit-mask-image: url("../img/shape/pillar-shape2.png");
    mask-image: url("../img/shape/pillar-shape2.png");
    -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%;
    background-color: var(--theme-color);
    z-index: -1;
    -webkit-transition: 0.4s ease-in-out;
    transition: 0.4s ease-in-out
}

.pillar-item:after {
    inset: 10px;
    background-color: var(--white-color)
}

.pillar-item .box-icon {
    min-height: 50px;
    line-height: 50px;
    margin-bottom: 28px
}

.pillar-item .box-img {
    max-width: 128px;
    height: 128px;
    display: block;
    margin: auto auto 30px auto;
    border-radius: 50%
}

.pillar-item .box-img img {
    border-radius: 50%
}

.pillar-item .box-title {
    position: relative;
    font-weight: 700;
    font-size: 24px;
    letter-spacing: 0.02em;
    color: var(--title-color);
    background-color: var(--theme-color2);
    padding: 12px 20px;
    text-transform: capitalize;
    margin: 0 -30px 0px -30px;
    z-index: 2
}

.pillar-item .box-title img {
    margin-left: 16px
}

.pillar-item .box-title:before,
.pillar-item .box-title:after {
    content: "";
    background-color: transparent;
    border-style: solid;
    border-width: 33px 31px 0px 0px;
    border-color: transparent #DDB73E transparent transparent;
    position: absolute;
    left: 0%;
    top: -45%
}

.pillar-item .box-title:after {
    left: unset;
    right: 0%;
    border-width: 0px 30px 34px 0px;
    border-color: transparent transparent #DDB73E transparent
}

.salat-timing {
    background-color: #F1F3F5;
    border-radius: 0px 0px 16px 16px;
    padding: 80px 56px 56px 56px;
    display: grid;
    gap: 24px;
    grid-template-columns: auto auto
}

@media (max-width: 1299px) {
    .salat-timing {
        padding: 80px 30px 30px 30px
    }
}

@media (max-width: 375px) {
    .salat-timing {
        padding: 60px 20px 20px 20px
    }
}

@media (max-width: 767px) {
    .salat-timing {
        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: 1399px) {
    .salat-timing-wrapp {
        max-width: 100%
    }
}

@media (max-width: 767px) {
    .salat-timing-wrapp {
        margin: 0 30px
    }
}

@media (max-width: 375px) {
    .salat-timing-wrapp {
        margin: 0 15px
    }
}

.salat-timing-wrapp .title {
    background-color: var(--theme-color2);
    border-radius: 16px 16px 0px 0px;
    padding: 32px 19px;
    text-align: center;
    font-weight: 600;
    font-size: 24px;
    letter-spacing: 0.02em;
    color: var(--title-color);
    text-transform: uppercase;
    margin: 0 -20px -20px -20px;
    position: relative;
    z-index: 4
}

@media (max-width: 375px) {
    .salat-timing-wrapp .title {
        font-size: 18px
    }
}

.salat-timing-wrapp .title:before,
.salat-timing-wrapp .title:after {
    content: "";
    background-color: transparent;
    border-style: solid;
    border-width: 0 20px 20px 0;
    border-color: transparent #DDB73E transparent transparent;
    position: absolute;
    left: 0;
    top: 100%
}

.salat-timing-wrapp .title:after {
    left: unset;
    right: 0;
    border-width: 0px 0px 20px 20px;
    border-color: transparent transparent transparent #DDB73E
}

.salat-timing-wrapp .title .text {
    font-weight: 500;
    font-size: 18px;
    text-align: center;
    letter-spacing: 0.02em;
    color: #03060E;
    text-transform: capitalize
}

.salat-timing .time-list {
    background: var(--white-color);
    box-shadow: 0px 2px 30px rgba(3, 6, 14, 0.1);
    border-radius: 8px;
    border-radius: 8px;
    padding: 0px 20px 20px;
    text-align: center
}

@media (max-width: 375px) {
    .salat-timing .time-list {
        padding: 0 20px 20px
    }
}

.salat-timing .time-list .time-top-area {
    -webkit-mask-image: url("../img/shape/top-shape.png");
    mask-image: url("../img/shape/top-shape.png");
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    -webkit-mask-size: 100%;
    mask-size: 100%;
    background-color: var(--theme-color);
    font-weight: 500;
    font-family: var(--body-font);
    font-size: 16px;
    line-height: 28px;
    letter-spacing: 0.02em;
    color: var(--white-color);
    max-width: 222px;
    padding: 7px 10px;
    text-align: center;
    display: block;
    margin: auto auto 26px auto
}

@media (max-width: 375px) {
    .salat-timing .time-list .time-top-area {
        padding: 4px 10px
    }
}

.salat-timing .time-list .box-title {
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 0
}

.salat-timing .time-list .box-img {
    margin-bottom: 10px
}

.salat-timing .time-list .meta span {
    display: block;
    margin-bottom: -0.3rem
}

.global-img {
    position: relative;
    min-width: 50%;
    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 {
    width: 100%;
    object-fit: cover;
    -webkit-transition: 1.3s all ease;
    transition: 1.3s all ease
}

@media (max-width: 991px) {
    .global-img {
        margin-bottom: 30px
    }
}

.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-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)
}

.about-feature-wrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    gap: 30px
}

@media (max-width: 767px) {
    .about-feature-wrapper {
        display: block
    }
}

.about-feature.style2 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    gap: 24px
}

.about-feature.style2 .box-icon {
    background-color: transparent;
    border: 1px solid var(--theme-color)
}

.video-wrapp {
    width: 270px;
    min-height: 350px;
    position: absolute;
    right: 48px;
    bottom: 120px;
    -webkit-mask-image: url("../img/shape/about-shape2.png");
    mask-image: url("../img/shape/about-shape2.png");
    -webkit-mask-size: 100% 100%;
    mask-size: 100% 100%;
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    background-color: var(--theme-color2)
}

@media (max-width: 1899px) {
    .video-wrapp {
        right: 10px
    }
}

@media (max-width: 1799px) {
    .video-wrapp {
        position: relative;
        bottom: 0px
    }
}

.video-wrapp.style2 {
    right: 29px;
    bottom: 100px
}

@media (max-width: 1799px) {
    .video-wrapp.style2 {
        position: relative;
        bottom: -18px
    }
}

@media (max-width: 1399px) {
    .video-wrapp.style2 {
        position: absolute;
        bottom: 120px
    }
}

@media (max-width: 991px) {
    .video-wrapp.style2 {
        position: relative;
        bottom: 0
    }
}

@media (max-width: 575px) {
    .video-wrapp.style2 {
        right: 0px
    }
}

.video-wrapp.video1 {
    right: -12%
}

@media (max-width: 1799px) {
    .video-wrapp.video1 {
        margin-top: 30px
    }
}

.video-wrapp.video2 {
    right: -12%
}

@media (max-width: 1799px) {
    .video-wrapp.video2 {
        margin-top: 30px
    }
}

@media (max-width: 1799px) {
    .video-wrapp.video2 {
        position: relative;
        right: 0;
        bottom: 0
    }
}

.video-image {
    position: relative;
    min-width: 241px;
    border-radius: 16px;
    z-index: 2
}

.video-image.style2 {
    position: relative;
    width: 250px;
    min-height: 350px;
    z-index: 2;
    -webkit-mask-image: url("../img/shape/about-shape2.png");
    mask-image: url("../img/shape/about-shape2.png");
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    -webkit-mask-size: 100% 100%;
    mask-size: 100% 100%;
    margin: 10px
}

.video-image .play-btn {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%)
}

.video-image .play-btn:before,
.video-image .play-btn:after {
    display: none
}

.video-image .play-btn>i {
    background-color: transparent;
    border: 1px solid var(--white-color);
    font-size: 25px;
    color: var(--white-color)
}

.client-box {
    border-radius: 16px;
    padding: 50px 15px;
    border: 1px solid rgba(255, 255, 255, 0.2)
}

@media (max-width: 1399px) {
    .client-box {
        width: 100%
    }
}

.client-box .box-counter {
    font-weight: 600;
    font-size: 64px;
    line-height: 74px;
    text-align: center;
    letter-spacing: 0.02em;
    text-transform: capitalize;
    color: var(--white-color)
}

.client-box .box-counter {
    margin-top: 10px;
    margin-bottom: 0
}

.client-box .box-title {
    font-weight: 400;
    font-size: 18px;
    line-height: 28px;
    text-align: center;
    letter-spacing: 0.02em;
    color: var(--white-color);
    display: block;
    margin-bottom: 0
}

@media (max-width: 1500px) {
    .client-box .box-title {
        font-size: 16px
    }
}

.client-thumb-group {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center
}

@media (max-width: 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: -15px
}

.client-thumb-group .thumb img {
    border-radius: 50%;
    height: 46px
}

.discount-wrapp {
    position: relative;
    width: 190px;
    height: 190px;
    border-radius: 50%;
    z-index: 2
}

.discount-wrapp .logo {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 110px;
    height: 110px;
    line-height: 110px;
    text-align: center;
    border-radius: 50%;
    background: var(--white-color);
    box-shadow: 0px 2px 30px rgba(3, 6, 14, 0.1)
}

.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: 190px;
    min-width: 190px;
    border-radius: 50%;
    z-index: 1;
    font-size: 16px;
    font-family: var(--body-font);
    font-weight: 600;
    color: var(--theme-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: 10deg;
    min-height: 90px;
    position: absolute;
    min-width: 90px;
    left: 25px;
    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-wrapp.style2 {
    position: absolute;
    bottom: -63px;
    left: 65px
}

.discount-wrapp.style2 .discount-tag {
    font-size: 18px
}
.discount-anime{
        display: none;

}
.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
}

.img-box1 {
    position: relative;
    z-index: 2
}

.img-box1 .img1 {
    position: relative;
    -webkit-mask-image: url("../img/shape/shape-1.png");
    mask-image: url("../img/shape/shape-1.png");
    -webkit-mask-size: 100% 100%;
    mask-size: 100% 100%;
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    z-index: 2
}

.img-box1 .img1:before {
    content: "";
    position: absolute;
    inset: 0px;
    -webkit-mask-image: url("../img/shape/shape-2.png");
    mask-image: url("../img/shape/shape-2.png");
    -webkit-mask-size: 100% 100%;
    mask-size: 100% 100%;
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    background-color: var(--theme-color2)
}

.img-box1 .img1 img {
    width: 100%;
    border-radius: 30px
}

.img-box1 .about-wrapp {
    position: absolute;
    top: 40px;
    right: -60px
}

@media (max-width: 1399px) {
    .img-box1 .about-wrapp {
        right: -12px
    }
}

@media (max-width: 575px) {
    .img-box1 .about-wrapp {
        right: 0
    }
}

@media (max-width: 480px) {
    .img-box1 .about-wrapp {
        position: relative;
        top: 0
    }
}

.img-box2 {
    position: relative;
    min-height: 653px
}

@media (max-width: 1399px) {
    .img-box2 {
        margin-bottom: 60px
    }
}

@media (max-width: 991px) {
    .img-box2 {
        margin-bottom: 0
    }
}

.img-box2 .img1 {
    border-radius: 16px
}

@media (max-width: 767px) {
    .img-box2 .img1 {
        margin-bottom: 30px
    }
}

.img-box2 .img1 img {
    border-radius: 16px
}

.img-box2 .discount-wrapp {
    position: absolute;
    top: 1%;
    right: 20%;
    z-index: 5
}

@media (max-width: 1500px) {
    .img-box2 .discount-wrapp {
        right: 10%
    }
}

@media (max-width: 767px) {
    .img-box2 .discount-wrapp {
        position: relative;
        right: 0
    }
}

.img-box2 .th-experience {
    bottom: -9%
}

.img-box3 {
    position: relative;
    z-index: 2
}

.img-box3-area {
    display: grid;
    grid-template-columns: auto auto;
    gap: 37px
}

@media (max-width: 375px) {
    .img-box3-area {
        display: block
    }
}

.img-box3 .img1,
.img-box3 .img2,
.img-box3 .img3 {
    overflow: hidden;
    border-radius: 40px
}

.img-box3 .img1 {
    margin-bottom: 24px
}

.img-box3 img {
    height: 100%;
    border-radius: 40px
}

.img-box3 .discount-wrapp {
    position: absolute;
    top: -120px;
    right: 0
}

@media (max-width: 767px) {
    .img-box3 .discount-wrapp {
        position: relative;
        top: 0
    }
}

.img-box3 .discount-wrapp .logo {
    width: 92px;
    height: 92px;
    line-height: 92px
}

.img-box3 .discount-wrapp .logo img {
    width: auto;
    height: auto
}

.img-box3 .discount-tag span {
    min-height: 80px;
    min-width: 80px;
    left: 28px;
    top: 5px
}

.img-box4 {
    position: relative;
    z-index: 2
}

.img-box4-area {
    display: grid;
    grid-template-columns: auto auto;
    gap: 24px
}

@media (max-width: 480px) {
    .img-box4-area {
        display: block
    }
}

.img-box4 .img1,
.img-box4 .img2,
.img-box4 .img3,
.img-box4 .img4 {
    overflow: hidden
}

.img-box4 .img1 img,
.img-box4 .img2 img,
.img-box4 .img3 img,
.img-box4 .img4 img {
    overflow: hidden
}

.img-box4 .img1 {
    margin-bottom: 24px;
    border-radius: 32px 32px 0 32px
}

.img-box4 .img1 img {
    border-radius: 32px 32px 0 32px
}

.img-box4 .img2 {
    border-radius: 32px 0 32px 32px
}

.img-box4 .img2 img {
    border-radius: 32px 0 32px 32px
}

.img-box4 .img3 {
    border-radius: 32px 32px 32px 0px;
    margin-bottom: 24px
}

.img-box4 .img3 img {
    border-radius: 32px 32px 32px 0px
}

.img-box4 .img4 {
    border-radius: 0px 32px 32px 32px
}

.img-box4 .img4 img {
    border-radius: 0px 32px 32px 32px
}

.img-box4 img {
    height: 100%;
    border-radius: 40px
}

.img-box4 .discount-wrapp {
    position: absolute;
    top: 40px;
    left: -100px
}

@media (max-width: 1700px) {
    .img-box4 .discount-wrapp {
        left: 0
    }
}

@media (max-width: 480px) {
    .img-box4 .discount-wrapp {
        position: relative;
        top: 0
    }
}

.img-box4 .discount-wrapp .logo {
    width: 92px;
    height: 92px;
    line-height: 92px
}

.img-box4 .discount-wrapp .logo img {
    width: auto;
    height: auto
}

.img-box4 .discount-tag span {
    min-height: 80px;
    min-width: 80px;
    left: 28px;
    top: 5px
}

.about-wrapper2 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    gap: 28px
}

@media (max-width: 1500px) {
    .about-wrapper2 {
        gap: 8px
    }
}

@media (max-width: 1399px) {
    .about-wrapper2.style2 {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        gap: 25px
    }
}

@media (max-width: 1399px) {
    .about-wrapper2 {
        -webkit-box-pack: justify;
        -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
        justify-content: space-between
    }
}

@media (max-width: 991px) {
    .about-wrapper2 {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        gap: 25px
    }
}

.about-wrapper2 .about-content {
    min-width: 485px
}

@media (max-width: 1799px) {
    .about-wrapper2 .about-content {
        min-width: 400px
    }
}

@media (max-width: 1500px) {
    .about-wrapper2 .about-content {
        min-width: 350px
    }
}

@media (max-width: 767px) {
    .about-wrapper2 .about-content {
        min-width: 100%
    }
}

.about4-wrapp {
    max-width: 305px;
    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: 16px
}

@media (max-width: 1500px) {
    .about4-wrapp {
        max-width: 240px
    }
}

@media (max-width: 1399px) {
    .about4-wrapp {
        max-width: 50%
    }
}

@media (max-width: 991px) {
    .about4-wrapp {
        max-width: 100%
    }
}

.about4-wrapp .slider-wrap {
    background-color: #F1F3F5;
    border-radius: 16px;
    padding: 48px 20px;
    max-height: 388px
}

@media (max-width: 1500px) {
    .about4-wrapp .slider-wrap {
        padding: 40px 10px
    }
}

.about4-wrapp .th-experience {
    position: relative;
    padding: 24px
}

@media (max-width: 1399px) {
    .about4-wrapp .th-experience {
        min-width: 100%;
        bottom: 0
    }
}

.surah-wrapp {
    display: grid;
    grid-template-columns: auto auto;
    gap: 24px;
    margin-left: auto
}

@media (max-width: 1500px) {
    .surah-wrapp {
        gap: 24px 50px
    }
}

@media (max-width: 767px) {
    .surah-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
    }
}

.surah-list {
    position: relative;
    z-index: 2;
    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: 4px;
    margin-left: 48px
}

@media (max-width: 1399px) {
    .surah-list.style2 .box-content {
        padding: 36px 0px 36px 5px
    }
}

@media (max-width: 480px) {
    .surah-list {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        margin: 0;
        padding-top: 20px
    }
}

.surah-list:before {
    content: "";
    position: absolute;
    inset: 0;
    background: #F0F0F0;
    border-radius: 0px 8px 8px 0px;
    width: 90%;
    display: block;
    margin-left: auto;
    z-index: -1;
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out
}

@media (max-width: 480px) {
    .surah-list:before {
        width: 100%
    }
}

.surah-list .box-content {
    padding: 36px 0px 36px 20px
}

@media (max-width: 480px) {
    .surah-list .box-content {
        padding: 20px;
        text-align: center
    }
}

.surah-list .box-title {
    margin-bottom: 0px
}

@media (max-width: 1699px) {
    .surah-list .box-title {
        font-size: 20px
    }
}

.surah-list .box-icon {
    margin-left: -50px
}

@media (max-width: 1599px) {
    .surah-list .box-icon {
        margin-left: -75px
    }
}

@media (max-width: 480px) {
    .surah-list .box-icon {
        margin: 0
    }
}

.surah-list .text {
    display: block;
    margin-bottom: 10px
}

.surah-list .action-btn {
    font-weight: 600;
    font-size: 14px;
    letter-spacing: 0.02em;
    color: var(--title-color)
}

.surah-list .action-btn i {
    margin-right: 8px
}

.surah-list:hover:before {
    background: var(--theme-color2)
}

.th-progress {
    position: relative;
    text-align: center
}

.th-progress .progress-bars {
    background-color: transparent
}

.th-progress .box-title {
    font-size: 20px;
    font-weight: 500;
    text-transform: uppercase;
    text-align: center;
    max-width: 178px;
    display: block;
    margin: auto
}

@media (max-width: 1399px) {
    .th-progress .box-title {
        font-size: 16px
    }
}

.th-progress svg {
    width: 235px;
    height: 143px;
    margin-bottom: 30px
}

@media (max-width: 1500px) {
    .th-progress svg {
        width: 215px
    }
}

@media (max-width: 1399px) {
    .th-progress svg {
        width: 170px
    }
}

.th-progress .grey {
    stroke: #e6e6e6;
    height: 85px
}

.th-progress .half-circle {
    stroke-linecap: round;
    height: 85px
}

.th-progress text {
    font-family: var(--title-font);
    font-weight: 600;
    font-size: 20px;
    text-align: center;
    text-transform: capitalize;
    color: #010F1C
}

.about-profile.style2 .box-title {
    font-size: 30px;
    line-height: 30px;
    margin-bottom: 0
}

.about-profile .avater {
    border-radius: 50%
}

.about-profile .avater img {
    border-radius: 50%
}

.about-profile .signature {
    margin-bottom: 15px
}

.about-profile .box-title {
    font-size: 36px;
    font-weight: 600;
    margin-bottom: 0
}

.about-profile .box-text {
    font-weight: 500;
    margin-bottom: 0
}

.about-btn {
    border-top: 1px solid #D8DDE1;
    margin-top: 35px;
    padding-top: 40px
}

.about-area {
    position: relative;
    z-index: 2
}

.about-feature-wrap {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    gap: 40px
}

@media (max-width: 480px) {
    .about-feature-wrap {
        display: block;
        margin-bottom: 40px
    }
}

.about-feature.style3 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    gap: 24px
}

@media (max-width: 480px) {
    .about-feature.style3 {
        display: block;
        margin-bottom: 40px
    }
}

.about-feature.style3 .box-icon {
    width: 64px;
    height: 64px;
    background: #F1F3F5
}

@media (max-width: 480px) {
    .about-feature.style3 .box-icon {
        display: block;
        margin-bottom: 25px
    }
}

.about-feature.style3:not(:last-child) {
    margin-bottom: 35px
}

.about-feature:not(:last-child) {
    margin-bottom: 50px
}

.about-feature .box-icon {
    line-height: 64px;
    text-align: center;
    width: 64px;
    height: 64px;
    background: var(--theme-color2);
    border-radius: 50%;
    margin-bottom: 25px
}

.about-feature .box-icon img {
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out
}

.about-feature .box-title {
    margin-bottom: 5px
}

@media (max-width: 1500px) {
    .about-feature .box-title {
        font-size: 20px
    }
}

@media (max-width: 767px) {
    .about-feature .box-title {
        font-size: 20px
    }
}

.about-feature .box-text {
    font-size: 18px;
    max-width: 500px;
    margin-bottom: -0.3rem
}

.about-feature:hover .box-icon img {
    -webkit-transform: rotateY(180deg);
    transform: rotateY(180deg)
}

.about-area2 {
    border-radius: 50px 50px 0 0
}

@media (max-width: 1699px) {
    .about-area2 {
        margin: 0
    }
}

.about-wrapper {
    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
}

@media (max-width: 767px) {
    .about-wrapper {
        gap: 25px
    }
}

@media (max-width: 480px) {
    .about-wrapper {
        display: block
    }
}

.about-wrapper .divider {
    width: 1px;
    height: 95px;
    background-color: #D8DDE1
}

@media (max-width: 767px) {
    .about-wrapper .divider {
        display: none
    }
}

.about-wrapper .checklist {
    min-width: 245px
}

.call-btn.style2 {
    gap: 15px
}

.call-btn.style2 .icon {
    width: 56px;
    height: 56px;
    line-height: 56px;
    border-radius: 50%;
    text-align: center;
    color: var(--white-color);
    background-color: #6D2CF8;
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out
}

.call-btn.style2 .icon:hover {
    background-color: var(--title-color)
}

.call-btn.style2 .btn-text {
    font-weight: 400;
    display: block;
    line-height: 14px
}

.call-btn.style2 .btn-title {
    font-family: var(--title-font);
    font-weight: 700;
    font-size: 24px;
    line-height: 34px;
    color: #121212
}

.about-title {
    font-weight: 700;
    font-size: 54px
}

@media (max-width: 1199px) {
    .about-title {
        font-size: 45px
    }
}

@media (max-width: 575px) {
    .about-title {
        font-size: 35px
    }
}

.img-box6 {
    margin-top: 42px
}

.img-box6 .img1 {
    border-radius: 30px 30px 30px 0px
}

@media (max-width: 991px) {
    .img-box6 .img1 {
        border-radius: 30px
    }
}

.img-box6 .img1 img {
    border-radius: 30px 30px 30px 0px
}

@media (max-width: 991px) {
    .img-box6 .img1 img {
        border-radius: 30px
    }
}

.img-box7 {
    position: relative
}

.img-box7 .img1 {
    width: 100%;
    border-radius: 30px
}

.img-box7 .img1 img {
    width: 100% !important;
    border-radius: 30px
}

.img-box7 .about-wrapp {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%)
}

@media (max-width: 767px) {
    .img-box7 .about-wrapp {
        position: relative;
        top: unset;
        bottom: -100px
    }
}

.img-box7 .about-wrapp .discount-wrapp .play-btn>i {
    --icon-size: 125px;
    font-size: 30px;
    background-color: #FFFA84;
    color: var(--title-color)
}

.progress {
    position: relative;
    margin: 4px;
    float: left;
    text-align: center
}

.barOverflow {
    position: relative;
    overflow: hidden;
    width: 90px;
    height: 45px;
    margin-bottom: -14px
}

.bar {
    position: absolute;
    top: 0;
    left: 0;
    width: 90px;
    height: 90px;
    border-radius: 50%;
    box-sizing: border-box;
    border: 5px solid #eee;
    border-bottom-color: #0bf;
    border-right-color: #0bf
}

.img-box2 {
    position: relative
}

.img-box2 .img2 {
    position: absolute;
    bottom: -20px;
    left: 0
}

@media (max-width: 575px) {
    .img-box2 .img2 {
        max-width: 250px
    }
}

@media (max-width: 375px) {
    .img-box2 .img2 {
        display: none
    }
}

.img-box2 .img2 img {
    box-shadow: 17px 20px 44px 1px rgba(160, 160, 160, 0.25);
    border-radius: 30px
}

.about-area4 {
    padding: 168px 0 140px 0;
    background-color: var(--white-color);
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    -webkit-mask-size: 100% 100%;
    mask-size: 100% 100%;
    -webkit-mask-position: center center;
    mask-position: center center;
    overflow: hidden
}

@media (max-width: 1199px) {
    .about-area4 {
        -webkit-mask-size: cover;
        mask-size: cover
    }
}

.img-box9 .img1 {
    border-radius: 30px
}

.img-box9 img {
    border-radius: 30px
}

.img-box10 {
    position: relative;
    margin-left: 5px
}

.img-box10 .img1,
.img-box10 .img2 {
    position: relative;
    border-radius: 200px;
    min-width: 200px;
    overflow: hidden;
    z-index: 2
}

.img-box10 .img2 {
    height: 450px
}

@media (max-width: 1199px) {
    .img-box10 .img2 {
        height: 100%
    }
}

.img-box10 img {
    border-radius: 200px
}

.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
}

.about-title-area {
    max-width: 455px;
    text-align: center
}

.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: 18px;
    color: var(--title-color);
    display: block;
    margin-bottom: 22px;
    -webkit-transition: 0.4s ease-in-out;
    transition: 0.4s ease-in-out
}

.th-team .th-social a {
    background-color: transparent;
    border: 1px solid rgba(255, 255, 255, 0.2);
    --icon-size: 32px;
    font-size: 14px;
    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-area {
    position: relative;
    z-index: 2
}

.team-area:before {
    content: "";
    position: absolute;
    inset: 0;
    height: 517px;
    background-color: var(--title-color);
    z-index: -1
}

.team-area .icon-box {
    min-width: 456px;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    position: absolute;
    top: 40%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    z-index: 2
}

.team-area .slider-arrow {
    top: 40%;
    --icon-size: 46px;
    opacity: 1;
    visibility: visible;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    background-color: var(--white-color);
    border-color: var(--white-color);
    color: var(--title-color)
}

.team-area .slider-arrow:hover {
    background-color: var(--theme-color);
    border-color: var(--theme-color)
}

.team-card {
    position: relative;
    background: var(--white-color);
    border-radius: 16px;
    padding: 40px 39px;
    -webkit-transition: 0.4s ease-in-out;
    transition: 0.4s ease-in-out;
    z-index: 2;
    text-align: center
}

@media (max-width: 1500px) {
    .team-card {
        padding: 40px 20px
    }
}

.team-card:before {
    content: "";
    position: absolute;
    inset: 0;
    background-image: url("../img/shape/team-shape3.png");
    background-repeat: no-repeat;
    background-position: bottom center;
    background-size: 100%;
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
    z-index: -1
}

.team-card .box-title {
    margin: 0
}

@media (max-width: 1399px) {
    .team-card .box-title {
        font-size: 20px
    }
}

.team-card .box-img {
    position: relative;
    z-index: 2;
    overflow: hidden;
    margin-bottom: 44px
}

.team-card .box-img .team-overlay {
    position: absolute;
    inset: 0;
    width: 221px;
    height: 224px;
    display: block;
    margin: auto;
    background-image: url("../img/shape/bg-pattern.png")
}

@media (max-width: 1399px) {
    .team-card .box-img .team-overlay {
        display: none
    }
}

.team-card .box-img:before,
.team-card .box-img:after {
    content: "";
    position: absolute;
    inset: 0;
    -webkit-mask-image: url("../img/shape/team-shape4.png");
    mask-image: url("../img/shape/team-shape4.png");
    -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%;
    background-color: var(--theme-color2);
    z-index: -1;
    -webkit-transition: 0.4s ease-in-out;
    transition: 0.4s ease-in-out
}

.team-card .box-img:after {
    inset: 5px;
    background-color: var(--white-color)
}

.team-card .box-img img {
    height: 297px;
    object-fit: cover;
    -webkit-mask-image: url("../img/shape/team-shape4.png");
    mask-image: url("../img/shape/team-shape4.png");
    -webkit-mask-size: 100%;
    mask-size: 100%;
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat
}

@media (max-width: 1699px) {
    .team-card .box-img img {
        height: 288px
    }
}

@media (max-width: 1500px) {
    .team-card .box-img img {
        height: auto
    }
}

.team-card.style2 {
    max-width: 310px;
    padding: 0;
    background-color: transparent
}

@media (max-width: 575px) {
    .team-card.style2 {
        display: block;
        margin: auto
    }
}

.team-card.style2:before {
    display: none
}

@media (max-width: 1699px) {
    .team-card.style2 .box-img img {
        width: 299px
    }
}

.team-card.style2 .box-title {
    color: var(--white-color)
}

.team-card.style2 .team-desig {
    color: var(--theme-color2)
}

.team-card.style2 .th-social a {
    background-color: var(--white-color);
    border-color: var(--white-color);
    color: var(--title-color)
}

.team-card.style2 .th-social a:hover {
    background-color: var(--theme-color);
    border-color: var(--theme-color);
    color: var(--white-color)
}

.team-card.style2:hover {
    background-color: transparent
}

.team-card.style2:hover .team-overlay {
    background-image: url("../img/shape/bg-pattern2.png")
}

.team-card.style3 {
    background: #F0F0F0;
    border-radius: 16px
}

.team-card.style3:before {
    background-image: url("../img/shape/team-shape5.png")
}

.team-card.style4 {
    position: relative;
    max-width: 371px;
    background-color: #F0F0F0;
    padding: 20px 30px;
    z-index: 2
}

.team-card.style4:before {
    display: none
}

.team-card.style4 .box-img {
    margin-bottom: 0
}

@media (max-width: 1699px) {
    .team-card.style4 .box-img img {
        width: 299px
    }
}

.team-card.style4 .box-title {
    color: var(--white-color)
}

.team-card.style4 .team-desig {
    color: var(--theme-color2)
}

.team-card.style4 .team-social .icon-btn {
    position: absolute;
    right: 24px;
    bottom: 24px;
    --btn-size: 40px;
    background: var(--white-color);
    color: var(--title-color);
    border-radius: 50%;
    font-size: var(--btn-font-size, 18px);
    font-weight: 700;
    cursor: pointer;
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out
}

.team-card.style4 .team-social .icon-btn:hover {
    background: var(--theme-color2);
    border-color: var(--theme-color2)
}

.team-card.style4 .team-social .th-social {
    position: absolute;
    visibility: hidden;
    opacity: 0;
    bottom: 36px;
    right: 24px;
    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
}

.team-card.style4 .team-social .th-social a {
    background-color: var(--theme-color2);
    border-color: var(--theme-color2);
    border-radius: 50%;
    margin-right: 0;
    --icon-size: 40px;
    margin-bottom: 10px
}

.team-card.style4 .team-social .th-social a:hover {
    background-color: var(--title-color);
    color: var(--white-color);
    border-color: var(--title-color)
}

.team-card.style4:hover {
    background-color: var(--theme-color)
}

.team-card.style4:hover .th-social {
    -webkit-transform: scaleY(1);
    -ms-transform: scaleY(1);
    transform: scaleY(1);
    opacity: 1;
    visibility: visible
}

.team-card .th-social a {
    border: 1px solid #E4E4E5;
    color: var(--title-color)
}

.team-card:hover {
    background-color: #FFD54F
}

.team-card:hover:before {
    background-image: url("../img/shape/team-shape-hover.png")
}

.team-card:hover .th-social a {
    border: 1px solid var(--theme-color);
    color: var(--theme-color)
}

.team-box {
    position: relative;
    overflow: hidden;
    border-radius: 16px;
    background: var(--theme-color);
    z-index: 2;
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out
}

.team-box:before {
    content: "";
    position: absolute;
    inset: 0;
    background-image: url("../img/shape/team-shape.png");
    background-repeat: no-repeat;
    background-position: bottom center;
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
    z-index: -1
}

.team-box .box-img {
    overflow: hidden;
    position: relative;
    z-index: 2;
    border-radius: 16px 16px 0 0
}

.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 .box-content {
    padding: 40px 40px 32px 40px
}

.team-box .box-title {
    color: var(--white-color);
    text-transform: capitalize;
    margin: 0 0 5px 0
}

@media (max-width: 1399px) {
    .team-box .box-title {
        font-size: 20px
    }
}

.team-box .team-desig {
    color: var(--white-color)
}

.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 .th-social a {
    --icon-size: 32px
}

.team-box:hover {
    background-color: var(--theme-color2)
}

.team-box:hover:before {
    background-image: url("../img/shape/team-shape-hover.png")
}

.team-box:hover .box-img img {
    -webkit-transform: scale(1.08);
    -ms-transform: scale(1.08);
    transform: scale(1.08)
}

.team-box:hover .box-title {
    color: var(--title-color)
}

.team-box:hover .team-desig {
    color: var(--title-color)
}

.team-box:hover .th-social a {
    border: 1px solid var(--theme-color);
    color: var(--theme-color)
}

.team-grid {
    position: relative;
    z-index: 2
}

.team-grid #ffffff .box-img {
    position: relative;
    -webkit-mask-image: url("../img/team/team-shape2.html");
    mask-image: url("../img/team/team-shape2.html");
    -webkit-mask-size: 100% 100%;
    mask-size: 100% 100%;
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    margin-bottom: 25px;
    z-index: 2
}

.team-grid #ffffff .box-img img {
    -webkit-transition: all ease 1.3s;
    transition: all ease 1.3s
}

.team-grid .box-title {
    margin-bottom: 0
}

.team-grid .box-title:hover {
    color: var(--theme-color)
}

.team-grid .box-title a {
    color: inherit
}

.team-grid .team-desig {
    color: var(--theme-color)
}

.team-grid .team-social {
    position: absolute;
    top: 0;
    right: 30px
}

@media (max-width: 1599px) {
    .team-grid .team-social {
        top: -4px;
        right: 26px
    }
}

@media (max-width: 1399px) {
    .team-grid .team-social {
        right: 20px;
        top: -15px
    }
}

@media (max-width: 767px) {
    .team-grid .team-social {
        top: 0;
        right: 50px
    }
}

@media (max-width: 480px) {
    .team-grid .team-social {
        right: 36px
    }
}

@media (max-width: 375px) {
    .team-grid .team-social {
        right: 29px
    }
}

.team-grid .team-social .icon-btn {
    --btn-size: 40px;
    background: #F5F8F3;
    border: 1px solid var(--smoke-color);
    color: var(--title-color);
    border-radius: 50%;
    font-size: var(--btn-font-size, 18px);
    font-weight: 700;
    cursor: pointer
}

.team-grid .team-social .th-social {
    position: absolute;
    visibility: hidden;
    opacity: 0;
    top: 50px;
    right: 0px;
    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: top;
    -ms-transform-origin: top;
    transform-origin: top;
    -webkit-transition: 0.4s ease-in-out;
    transition: 0.4s ease-in-out;
    z-index: 2
}

.team-grid .team-social .th-social a {
    background-color: #FFFFFF;
    border: 1px solid #E0E0E0;
    margin-bottom: 10px;
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out
}

.team-grid .team-social .th-social a:hover {
    background-color: var(--theme-color);
    color: var(--white-color);
    border-color: var(--theme-color)
}

.team-grid:hover .icon-btn {
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg)
}

.team-grid:hover .th-social {
    -webkit-transform: scaleY(1);
    -ms-transform: scaleY(1);
    transform: scaleY(1);
    opacity: 1;
    visibility: visible
}

.team-grid:hover .box-img img {
    -webkit-transform: scale(1.15);
    -ms-transform: scale(1.15);
    transform: scale(1.15)
}

.teamSlider2 {
    margin-right: -23% !important
}

@media (max-width: 1299px) {
    .teamSlider2 {
        margin-right: 0 !important
    }
}

.team-details {
    position: relative;
    overflow: hidden
}

.team-details .team-card {
    background-color: var(--theme-color2);
    padding: 40px 33px
}

.team-details .team-card:before {
    background-image: url("../img/shape/team-shape-hover.png")
}

.team-details img {
    width: 100%;
    height: 514px;
    object-fit: cover;
    border-radius: 30px
}

@media (max-width: 1199px) {
    .team-details img {
        height: 100%
    }
}

@media (max-width: 1399px) {
    .team-details .th-social {
        margin-bottom: 30px
    }
}

.team-details .th-social a {
    --icon-size: 40px;
    background: #FFFFFF;
    border: 1px solid #E0E0E0
}

.team-details .th-social a:hover {
    background-color: var(--theme-color);
    border-color: var(--theme-color);
    color: var(--white-color)
}

.team-title-wrapp .box-title {
    margin-top: 0;
    margin-bottom: 30px
}

@media (max-width: 1299px) {
    .team-title-wrapp .box-title {
        font-size: 18px
    }
}

.about-info {
    max-width: 255px
}

.about-info-wrap {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    max-width: 1066px
}

@media (max-width: 991px) {
    .about-info-wrap {
        grid-template-columns: repeat(2, 1fr);
        gap: 30px 0
    }
}

@media (max-width: 767px) {
    .about-info-wrap {
        grid-template-columns: repeat(1, 1fr)
    }
}

.about-info:not(:last-child) {
    border-bottom: 1px solid #C6C9D4;
    margin-bottom: 32px;
    padding-bottom: 32px
}

.about-info:nth-child(10) {
    margin-bottom: 0;
    padding-bottom: 0;
    border: none
}

.about-info:nth-child(11) {
    margin-bottom: 0;
    padding-bottom: 0;
    border: none
}

.about-info .box-wrapp {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    gap: 12px
}

.about-info .box-wrapp .icon i {
    font-size: 16px;
    color: var(--theme-color)
}

.about-info .box-wrapp .line-btn {
    color: var(--theme-color);
    font-weight: 500
}

.about-info .box-wrapp .line-btn:before {
    display: none
}

.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(--title-font);
    font-weight: 700;
    font-size: 18px;
    margin-bottom: 0px
}

@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-feature:not(:last-child) {
    margin-bottom: 20px
}

.skill-feature .progress .progress-bar {
    background-color: var(--theme-color);
    height: 10px;
    border-radius: 5px;
    z-index: 9
}

.progress-bar {
    margin: 0;
    padding-right: 24px;
    background-color: transparent;
    gap: 8px
}

.progress-title-holder {
    padding-bottom: 8px;
    position: relative;
    font-family: var(--title-font);
    font-weight: 700;
    font-size: 18px;
    line-height: 28px;
    color: var(--title-color);
    margin: 0;
    text-align: left
}

.progress-number-mark {
    margin-bottom: 4px;
    padding: 5px;
    position: absolute;
    bottom: 0;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    visibility: visible
}

.progress-number-mark:after {
    content: '';
    position: absolute;
    width: 24px;
    height: 24px;
    border-radius: 50%;
    background: var(--theme-color2);
    z-index: 3;
    top: 35px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%)
}

.progress-number-wrapper,
.progress-number-mark {
    position: relative;
    font-size: 16px;
    line-height: 34px;
    height: 34px;
    font-weight: 600;
    color: var(--title-color);
    z-index: 2
}

.progress-content-outter {
    position: relative;
    height: 8px;
    background: #E4E4E5;
    border-radius: 8px;
    margin-bottom: 13px
}

.progress-content {
    position: relative;
    height: 8px;
    border-radius: 8px;
    background-color: var(--theme-color2);
    width: 0%;
    z-index: 2
}

.team-counter {
    text-align: center;
    border: 1px solid var(--th-border-color);
    border-radius: 12px;
    padding: 42px 10px
}

.team-counter-wrap {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: 48px;
    margin-top: 40px
}

@media (max-width: 1299px) {
    .team-counter-wrap {
        gap: 24px
    }
}

@media (max-width: 1199px) {
    .team-counter-wrap {
        grid-template-columns: repeat(2, 1fr)
    }
}

@media (max-width: 375px) {
    .team-counter-wrap {
        grid-template-columns: repeat(1, 1fr)
    }
}

.team-counter .box-title {
    font-size: 57px;
    line-height: 57px;
    margin-top: 0;
    margin-bottom: 2px
}

@media (max-width: 1299px) {
    .team-counter .box-title {
        font-size: 47px;
        line-height: 47px
    }
}

.team-counter .box-text {
    font-size: 20px;
    color: var(--body-color);
    margin-bottom: 0
}

.box-desig {
    font-size: 14px;
    font-weight: 400
}

.testi-card {
    position: relative;
    z-index: 2;
    max-width: 1050px;
    display: block;
    margin: auto;
    padding: 75px 125px 32px 125px
}

@media (max-width: 991px) {
    .testi-card {
        padding: 75px 90px 32px 90px
    }
}

@media (max-width: 767px) {
    .testi-card {
        padding: 75px 60px 32px 60px
    }
}

@media (max-width: 375px) {
    .testi-card {
        padding: 40px 10px;
        background-color: #FAFFFF
    }
}

.testi-card:before,
.testi-card:after {
    content: "";
    position: absolute;
    inset: 0;
    -webkit-mask-image: url("../img/shape/testi-shape.png");
    mask-image: url("../img/shape/testi-shape.png");
    -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%;
    background-color: var(--theme-color);
    z-index: -1;
    -webkit-transition: 0.4s ease-in-out;
    transition: 0.4s ease-in-out
}

@media (max-width: 375px) {

    .testi-card:before,
    .testi-card:after {
        display: none
    }
}

.testi-card:after {
    inset: 1px;
    background-color: #FAFFFF
}

.testi-card .testi-shape1 {
    position: absolute;
    left: -20px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%)
}

@media (max-width: 375px) {
    .testi-card .testi-shape1 {
        display: none
    }
}

.testi-card .testi-shape2 {
    position: absolute;
    right: -20px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%)
}

@media (max-width: 375px) {
    .testi-card .testi-shape2 {
        display: none
    }
}

.testi-card .testi-quote {
    margin-bottom: 30px
}

.testi-card .box-text {
    font-weight: 500;
    font-size: 20px;
    color: var(--title-color);
    margin-bottom: 33px
}

@media (max-width: 767px) {
    .testi-card .box-text {
        font-size: 16px
    }
}

.testi-card .box-profile {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: left;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 24px
}

.testi-card .box-author {
    max-width: 100px;
    border-radius: 50%;
    overflow: hidden;
    display: block;
    margin-bottom: 15px
}

@media (max-width: 767px) {
    .testi-card .box-author {
        max-width: 60px
    }
}

.testi-card .box-author img {
    border-radius: 50%
}

.testi-card .box-title {
    font-weight: 700;
    font-size: 24px;
    letter-spacing: 0.02em;
    margin: 0
}

@media (max-width: 575px) {
    .testi-card .box-title {
        font-size: 18px
    }
}

.testi-card .box-desig {
    margin-bottom: 0
}

@media (max-width: 1500px) {
    .testiSlide1 .slider-arrow {
        display: block !important
    }
}

@media (max-width: 1500px) {
    .testiSlide2 .slider-arrow {
        display: block !important
    }
}

.testi-box {
    position: relative;
    background-color: #F1F3F5;
    border-radius: 8px;
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
    padding: 40px;
    z-index: 2
}

@media (max-width: 1299px) {
    .testi-box {
        padding: 30px
    }
}

@media (max-width: 575px) {
    .testi-box {
        padding: 20px
    }
}

.testi-box .box-text {
    font-size: 18px;
    font-weight: 500;
    margin-bottom: -0.3rem
}

.testi-box .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;
    margin-bottom: 40px
}

@media (max-width: 767px) {
    .testi-box .box-wrapp {
        -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 {
    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
}

@media (max-width: 430px) {
    .testi-box .box-profile {
        display: block;
        margin-bottom: 20px
    }
}

@media (max-width: 767px) {
    .testi-box .box-profile {
        margin-bottom: 20px
    }
}

.testi-box .box-author {
    min-width: 100px
}

@media (max-width: 430px) {
    .testi-box .box-author {
        margin-bottom: 10px
    }
}

.testi-box .box-author img {
    width: 100px;
    height: 100px;
    border-radius: 50%
}

.testi-box .box-title {
    font-weight: 700;
    font-size: 24px;
    line-height: 24px;
    margin: 0
}

@media (max-width: 375px) {
    .testi-box .box-title {
        font-size: 18px;
        line-height: 28px
    }
}

.testi-box .box-desig {
    font-weight: 400;
    font-size: 16px;
    font-family: var(--body-font);
    color: var(--body-color)
}

.testi-box .testi-quote {
    position: absolute;
    bottom: 40px;
    right: 40px;
    z-index: -1
}

.testi-grid {
    background-color: #F1F3F5
}

.testi-grid .testi-quote {
    margin-bottom: 13px
}

.testi-grid .box-text {
    font-weight: 400;
    font-size: 16px;
    line-height: 28px;
    letter-spacing: 0.02em;
    margin-bottom: 25px
}

.testi-grid .box-author {
    max-width: 48px;
    display: block;
    margin: auto auto 8px auto
}

.testi-grid .box-title {
    font-size: 18px;
    font-weight: 400;
    letter-spacing: 0.02em;
    text-transform: uppercase;
    margin-bottom: 0
}

.testiSlide1 .swiper-pagination-bullets {
    margin: 0
}

.testiSlide1 .swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 0px 7px !important;
    border: 1px solid #999999
}

.testiSlide1 .swiper-pagination-bullets .swiper-pagination-bullet.swiper-pagination-bullet-active {
    background-color: var(--theme-color);
    border-color: var(--theme-color)
}

.testi-area {
    background-color: #F1F3F5
}

.testiSlide6 .slider-arrow {
    left: var(--pos-x, 120px)
}

.testiSlide6 .slider-arrow.slider-next {
    right: var(--pos-x, 120px);
    left: auto
}

.testiSlide6 .testi-grid2-thumb .swiper-slide {
    width: 100px !important
}

@media (max-width: 767px) {
    .testiSlide6 .testi-grid2-thumb .swiper-slide {
        width: 60px !important;
        margin-right: 4px !important
    }
}

.testi-grid2-area {
    max-width: 782px;
    display: block;
    margin: auto
}

.testi-grid2-thumb {
    margin-bottom: 30px
}

@media (max-width: 767px) {
    .testi-grid2-thumb {
        max-width: 400px;
        margin-bottom: 10px
    }
}

@media (max-width: 375px) {
    .testi-grid2-thumb {
        max-width: 350px
    }
}

.testi-grid2-thumb .swiper-wrapper {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin: 30px 0;
    gap: 0 10px
}

.testi-grid2-thumb .swiper-wrapper .swiper-slide-thumb-active .box-img img {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
    border-color: var(--theme-color)
}

.testi-grid2-thumb .box-img {
    max-width: 100px;
    height: 100px;
    display: block;
    margin: auto;
    border-radius: 50%;
    cursor: pointer
}

@media (max-width: 767px) {
    .testi-grid2-thumb .box-img {
        max-width: 60px;
        height: 60px
    }
}

.testi-grid2-thumb .box-img img {
    border-radius: 50%;
    border: 3px solid transparent;
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out
}

.testi-grid2 .box-text {
    font-weight: 500;
    font-size: 20px;
    line-height: 32px;
    text-align: center;
    color: var(--title-color);
    margin-bottom: 40px
}

@media (max-width: 767px) {
    .testi-grid2 .box-text {
        font-size: 18px
    }
}

.testi-grid2 .box-title {
    margin-bottom: 0
}

.testi-grid2 .box-desig {
    margin-bottom: 0
}

.counter-card {
    position: relative;
    text-align: center;
    background-color: var(--theme-color);
    border-radius: 16px;
    padding: 33px 24px;
    background-size: auto;
    background-repeat: no-repeat;
    background-position: center center;
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
    background-image: url("../img/shape/counter-shape.png")
}

.counter-card .box-number {
    position: relative;
    font-weight: 700;
    font-size: 24px;
    letter-spacing: 0.02em;
    display: block;
    color: var(--title-color);
    width: 106px;
    height: 100px;
    display: block;
    margin: auto;
    padding: 40px 20px;
    margin-bottom: 24px;
    z-index: 2
}

.counter-card .box-number:before,
.counter-card .box-number:after {
    content: "";
    position: absolute;
    inset: 0;
    -webkit-mask-image: url("../img/shape/counter-shape-1.png");
    mask-image: url("../img/shape/counter-shape-1.png");
    -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%;
    background-color: var(--theme-color2);
    z-index: -1;
    -webkit-transition: 0.4s ease-in-out;
    transition: 0.4s ease-in-out
}

.counter-card .box-number:after {
    inset: 3px;
    background-color: var(--white-color)
}

.counter-card .box-number img {
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out
}

.counter-card .box-title {
    text-transform: capitalize;
    color: var(--white-color);
    margin-bottom: 6px
}

.counter-card .box-text {
    color: var(--white-color)
}

.counter-card .media-body {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1
}

.counter-card:hover {
    background-color: var(--theme-color2);
    background-image: url("../img/shape/counter-shape2.png")
}

.counter-card:hover .box-icon img {
    -webkit-animation: scaleUpDown 0.6s ease;
    animation: scaleUpDown 0.6s ease
}

.counter-card:hover .box-title {
    color: var(--title-color)
}

.counter-card:hover .box-text {
    color: var(--title-color)
}

@media (max-width: 1199px) {
    .counter-card-wrap.style2 {
        display: grid;
        grid-template-columns: auto auto;
        gap: 30px 0
    }

    .counter-card-wrap .divider {
        display: none
    }
}

@media (max-width: 991px) {
    .counter-card-wrap {
        display: grid;
        grid-template-columns: auto auto;
        gap: 30px 0
    }

    .counter-card-wrap .divider {
        display: none
    }
}

@media (max-width: 767px) {
    .counter-card {
        text-align: center
    }

    .counter-card:not(:last-child) {
        margin-bottom: 25px
    }
}

@media (max-width: 575px) {
    .counter-card-wrap {
        display: block;
        margin: auto
    }

    .counter-card-wrap .divider {
        display: none
    }
}

.donation-counter-wrapp {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    gap: 40px
}

@media (max-width: 1399px) {
    .donation-counter-wrapp {
        gap: 20px
    }
}

@media (max-width: 1299px) {
    .donation-counter-wrapp {
        gap: 8px
    }
}

@media (max-width: 1199px) {
    .donation-counter-wrapp {
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center
    }
}

@media (max-width: 480px) {
    .donation-counter-wrapp {
        display: grid;
        grid-template-columns: auto auto;
        gap: 20px
    }
}

.counter-box {
    position: relative;
    text-align: center
}

.counter-box .box-number {
    position: relative;
    font-weight: 700;
    font-size: 24px;
    letter-spacing: 0.02em;
    display: block;
    color: var(--title-color);
    width: 106px;
    height: 100px;
    margin: auto;
    padding: 40px 20px;
    margin-bottom: 24px;
    z-index: 2
}

.counter-box .box-number:before,
.counter-box .box-number:after {
    content: "";
    position: absolute;
    inset: 0;
    -webkit-mask-image: url("../img/shape/counter-shape-1.png");
    mask-image: url("../img/shape/counter-shape-1.png");
    -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%;
    background-color: var(--theme-color2);
    z-index: -1;
    -webkit-transition: 0.4s ease-in-out;
    transition: 0.4s ease-in-out
}

.counter-box .box-number:after {
    inset: 3px;
    background-color: var(--white-color)
}

.counter-box .box-number img {
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out
}

.counter-box .box-title {
    color: var(--white-color);
    margin-bottom: 0px
}

.counter-box .box-text {
    color: var(--white-color)
}

.counter-box .media-body {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1
}

.blog-area {
    background-color: #F0EFE9
}

.blog-area3 {
    background-color: var(--white-color);
    padding: 180px 0 120px 0;
    margin-top: -60px
}

.blog-card {
    position: relative
}

.blog-card .box-img {
    border-radius: 16px;
    margin-bottom: 32px
}

.blog-card .box-img img {
    border-radius: 16px
}

@media (max-width: 991px) {
    .blog-card .box-img {
        border-radius: 20px
    }
}

.blog-card .blog-meta {
    margin: -0.3rem 0 18px 0
}

.blog-card .blog-meta a {
    font-size: 16px
}

.blog-card .blog-meta i {
    color: var(--theme-color)
}

.blog-card .box-title {
    margin-bottom: 15px
}

@media (max-width: 1500px) {
    .blog-card .box-title {
        font-size: 20px
    }
}

.blog-card .box-text {
    max-width: 458px;
    margin-bottom: 30px
}

.blog-card .th-btn {
    padding: 14px 30px
}

.blog-box .blog-img {
    position: relative;
    overflow: hidden;
    border-radius: 16px
}

.blog-box .blog-img img {
    border-radius: 16px;
    -webkit-transform: 0.4s ease-in-out;
    -ms-transform: 0.4s ease-in-out;
    transform: 0.4s ease-in-out
}

.blog-box .blog-wrapp {
    position: relative;
    z-index: 2;
    margin: -120px 32px 0 32px
}

@media (max-width: 575px) {
    .blog-box .blog-wrapp {
        margin: -120px 10px 0 10px
    }
}

.blog-box .date {
    position: relative;
    display: inline-block;
    width: 106px;
    height: 84px;
    background: var(--theme-color);
    font-weight: 500;
    font-size: 18px;
    text-align: center;
    letter-spacing: 0.02em;
    color: #FFFFFF;
    z-index: 2;
    padding: 20px 36px;
    border-radius: 8px 8px 0px 0px
}

.blog-box .date a {
    color: inherit
}

.blog-box .box-content {
    background: var(--white-color);
    border: 1px solid #E4E4E6;
    border-radius: 0px 8px 8px 8px;
    padding: 24px 60px 32px 32px
}

@media (max-width: 1699px) {
    .blog-box .box-content {
        padding: 25px
    }
}

@media (max-width: 575px) {
    .blog-box .box-content {
        padding: 24px 20px 20px 20px
    }
}

.blog-box .blog-tag {
    position: relative;
    padding: 4.5px 20.5px;
    font-family: var(--body-font);
    font-size: 12px;
    font-weight: 500;
    text-transform: uppercase;
    background-color: var(--theme-color);
    border: 1px solid var(--white-color);
    color: var(--white-color);
    border-radius: 15px;
    max-width: 142px;
    display: block;
    margin: -15px auto auto auto;
    margin-bottom: 28px;
    z-index: 2
}

.blog-box .box-title {
    margin-bottom: 25px
}

.blog-box .box-title a {
    color: inherit
}

.blog-box .box-title:hover {
    color: var(--theme-color2)
}

.blog-box .blog-img img {
    width: 100%
}

.blog-box .blog-meta {
    padding-bottom: 10px;
    margin-bottom: 35px;
    border-bottom: 1px solid #E4E4E5
}

.blog-box .blog-meta span,
.blog-box .blog-meta a {
    font-size: 16px;
    color: var(--body-color)
}

@media (max-width: 575px) {

    .blog-box .blog-meta span,
    .blog-box .blog-meta a {
        font-size: 14px
    }
}

.blog-box .blog-meta i {
    color: var(--theme-color)
}

.blog-box .line-btn {
    text-transform: capitalize
}

.blog-box:hover .blog-img img {
    -webkit-transform: scale(1.08);
    -ms-transform: scale(1.08);
    transform: scale(1.08)
}

.blog-box.style2 {
    position: relative;
    z-index: 2;
    border-radius: 16px
}

.blog-box.style2:before {
    content: "";
    position: absolute;
    inset: 0;
    background: -webkit-linear-gradient(top, rgba(3, 6, 14, 0) 15.3%, rgba(3, 6, 14, 0.8) 77.52%);
    background: linear-gradient(180deg, rgba(3, 6, 14, 0) 15.3%, rgba(3, 6, 14, 0.8) 77.52%);
    z-index: 1;
    border-radius: inherit
}

.blog-box.style2 .box-img {
    position: relative;
    z-index: 2;
    border-radius: 16px
}

.blog-box.style2 .box-img img {
    border-radius: 16px
}

.blog-box.style2 .date {
    background-color: var(--theme-color2);
    border-radius: 0px 0px 16px 16px;
    color: var(--title-color);
    font-size: 24px;
    font-family: var(--title-font);
    font-weight: 700
}

@media (max-width: 375px) {
    .blog-box.style2 .date {
        font-size: 18px;
        padding: 10px;
        height: 50px
    }
}

.blog-box.style2 .date span {
    font-family: var(--body-font);
    font-size: 18px;
    font-weight: 400
}

@media (max-width: 375px) {
    .blog-box.style2 .date span {
        font-size: 14px
    }
}

.blog-box.style2 .blog-meta {
    border: none;
    padding-bottom: 0;
    margin-bottom: 25px
}

.blog-box.style2 .blog-meta span,
.blog-box.style2 .blog-meta a {
    font-size: 16px;
    color: var(--white-color)
}

.blog-box.style2 .blog-meta i {
    color: var(--theme-color2)
}

.blog-box.style2 .box-title {
    color: var(--white-color)
}

@media (max-width: 375px) {
    .blog-box.style2 .box-title {
        font-size: 16px
    }
}

.blog-box.style2 .blog-wrapper {
    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;
    position: absolute;
    inset: 0;
    margin: 0 32px 32px 32px;
    z-index: 3
}

@media (max-width: 375px) {
    .blog-box.style2 .blog-wrapper {
        margin: 0 20px 20px 20px
    }
}

.blog-box.style2 .th-btn:after {
    height: 100%;
    background: var(--white-color)
}

.blog-box.style2 .th-btn .btn-text:before,
.blog-box.style2 .th-btn .btn-text:after {
    color: var(--white-color)
}

.blog-box.style2 .th-btn:hover .btn-text:before,
.blog-box.style2 .th-btn:hover .btn-text:after {
    color: var(--title-color)
}

.brand-sec {
    background-color: #E9F5ED
}

.brand-area {
    background-color: var(--smoke-color2);
    padding: 60px 0
}

.brand-title {
    -webkit-transform: rotate(-3deg);
    -ms-transform: rotate(-3deg);
    transform: rotate(-3deg)
}

.brand-slider2 {
    -webkit-transform: rotate(-3deg);
    -ms-transform: rotate(-3deg);
    transform: rotate(-3deg)
}

.brandSlider1 {
    max-width: 520px;
    display: block;
    margin-right: 0
}

@media (max-width: 1199px) {
    .brandSlider1 {
        margin-right: auto
    }
}

.brand-slider {
    background: rgba(255, 255, 255, 0.06);
    border: 1px solid rgba(255, 255, 255, 0.08);
    -webkit-backdrop-filter: blur(21.3px);
    backdrop-filter: blur(21.3px);
    border-radius: 30px;
    padding: 30px 60px;
    margin-top: 120px
}

@media (max-width: 575px) {
    .brand-slider {
        padding: 30px 20px
    }
}

.brand-item {
    width: 217px;
    height: 60px;
    overflow: hidden;
    position: relative;
    display: block;
    margin-left: auto
}

@media (max-width: 1199px) {
    .brand-item {
        margin-right: auto
    }
}

.brand-item: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-item: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-item 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-item 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-item img.original {
    -webkit-filter: brightness(0);
    filter: brightness(0);
    -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 {
    background: #F1F3F5;
    border-radius: 16px;
    text-align: center;
    padding: 40px
}

.brand-sec3 {
    position: relative;
    margin: -60px 100px 0 0;
    -webkit-clip-path: path("M100 0H1820V200H0L100 0Z");
    clip-path: path("M100 0H1820V200H0L100 0Z");
    z-index: 2
}

.brand-sec3 .container {
    --main-container: 1570px
}

@media (min-width: 1930px) {
    .brand-sec3 {
        -webkit-clip-path: path("M183.132 0H3333V200H0L183.132 0Z");
        clip-path: path("M183.132 0H3333V200H0L183.132 0Z")
    }
}

@media (max-width: 1500px) {
    .brand-sec3 {
        margin: -60px 0 0 0
    }
}

@media (max-width: 1299px) {
    .brand-sec3 {
        -webkit-clip-path: none;
        clip-path: none
    }
}

.brand-text {
    max-width: 576px;
    display: block;
    margin: auto
}

.brandSlider6 .swiper-wrapper {
    gap: 35px 0
}

.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: 500;
    font-size: 18px;
    letter-spacing: 0.02em;
    padding-left: 40px
}

.checklist li:before {
    content: url("data:image/svg+xml,%3Csvg width='25' height='24' viewBox='0 0 25 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M17.0547 3.33782C15.5838 2.48697 13.8761 2 12.0547 2C6.53184 2 2.05469 6.47715 2.05469 12C2.05469 17.5228 6.53184 22 12.0547 22C17.5775 22 22.0547 17.5228 22.0547 12C22.0547 11.3151 21.9858 10.6462 21.8547 10' stroke='%23374868' stroke-width='1.5' stroke-linecap='round'/%3E%3Cpath d='M8.05469 12.5C8.05469 12.5 9.55469 12.5 11.5547 16C11.5547 16 17.1135 6.83333 22.0547 5' stroke='%23374868' 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 li>i {
    font-size: 20px;
    color: var(--theme-color)
}

.checklist li:not(:last-child) {
    margin-bottom: 10px
}

.checklist.style1 li {
    font-size: 16px
}

.checklist.style1 li>i {
    font-size: 16px
}

.checklist.style2 {
    padding: 0
}

.checklist.style2 li {
    color: var(--title-color);
    font-weight: 400;
    font-size: 18px;
    line-height: 32px;
    padding: 0
}

.checklist.style2 li:before {
    display: none
}

.checklist.style2 li:not(:last-child) {
    margin-bottom: 5px
}

.checklist.list-two-column ul {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 0 30px
}

@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: 520px) {
    .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)
    }
}

.checklist.project-checklist ul li {
    display: inline-block;
    font-size: 16px;
    font-weight: 400;
    padding-left: 10px
}

.checklist.project-checklist ul li span {
    font-weight: 600
}

.checklist.project-checklist ul li:before {
    top: 9px;
    width: 5px;
    height: 5px;
    background-color: var(--title-color)
}

@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: 14px !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
}

.video-area {
    position: relative;
    z-index: 2
}

.video-area:before {
    content: "";
    position: absolute;
    inset: 0;
    background: -webkit-linear-gradient(bottom, rgba(3, 6, 14, 0.6), rgba(3, 6, 14, 0.6));
    background: linear-gradient(0deg, rgba(3, 6, 14, 0.6), rgba(3, 6, 14, 0.6));
    z-index: -1
}

.choose-area {
    position: relative;
    z-index: 2
}

.choose-area:before {
    content: "";
    position: absolute;
    inset: 0;
    background: -webkit-linear-gradient(bottom, rgba(3, 6, 14, 0.8), rgba(3, 6, 14, 0.8));
    background: linear-gradient(0deg, rgba(3, 6, 14, 0.8), rgba(3, 6, 14, 0.8));
    z-index: -1
}

.choose-item {
    background-color: var(--theme-color);
    border-radius: 16px;
    padding: 72px 34px 34px;
    text-align: center
}

@media (max-width: 1399px) {
    .choose-item {
        padding: 50px 25px 25px
    }
}

.choose-item .box-icon {
    width: 82px;
    height: 82px;
    line-height: 82px;
    border-radius: 50%;
    text-align: center;
    display: block;
    margin: auto auto 32px auto;
    background: #F0F0F0;
    border: 1px solid #E4E4E6
}

.choose-item .box-icon img {
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out
}

.choose-item .box-title {
    font-size: 20px;
    color: var(--white-color);
    max-width: 180px;
    display: block;
    margin: auto auto 18px auto
}

.choose-item .box-title a {
    color: inherit
}

.choose-item .box-text {
    max-width: 250px;
    color: var(--white-color);
    display: block;
    margin: auto auto 20px auto
}

.choose-item .icon-btn {
    width: 56px;
    height: 56px;
    line-height: 56px;
    background-color: var(--theme-color2);
    border-radius: 32px;
    color: var(--title-color);
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out
}

.choose-item .icon-btn:hover {
    background-color: var(--title-color);
    color: var(--white-color);
    border-color: var(--title-color)
}

.choose-item:hover .box-icon img {
    -webkit-transform: rotateY(180deg);
    transform: rotateY(180deg)
}

.video-box1 {
    position: relative;
    z-index: 2;
    text-align: center;
    padding-bottom: 100px
}

@media (max-width: 1299px) {
    .video-box1 {
        padding-bottom: 0
    }
}

.video-box1 .play-btn:after,
.video-box1 .play-btn:before {
    background-color: rgba(255, 255, 255, 0.2)
}

.video-box1 .play-btn>i {
    --icon-size: 84px;
    font-size: 35px;
    color: var(--theme-color2);
    background-color: rgba(255, 255, 255, 0.2)
}

.video-box1 .box-title {
    font-weight: 600;
    font-size: 200px;
    line-height: 200px;
    text-transform: uppercase;
    color: rgba(255, 255, 255, 0.2);
    text-align: center;
    margin-bottom: 0
}

@media (max-width: 1299px) {
    .video-box1 .box-title {
        font-size: 150px;
        line-height: 150px
    }
}

@media (max-width: 575px) {
    .video-box1 .box-title {
        font-size: 70px;
        line-height: 80px
    }
}

@media (max-width: 375px) {
    .video-box1 .box-title {
        font-size: 60px;
        line-height: 70px
    }
}

.video-box1 .video-shape {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%)
}

.event-card {
    background-color: var(--white-color);
    border-radius: 8px;
    padding: 14px;
    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
}

@media (max-width: 1399px) {
    .event-card {
        gap: 20px
    }
}

@media (max-width: 767px) {
    .event-card {
        display: block
    }
}

.event-card:not(:last-child) {
    margin-bottom: 32px
}

.event-card .box-img {
    position: relative;
    min-width: 236px;
    border-radius: 8px;
    z-index: 2
}

@media (max-width: 991px) {
    .event-card .box-img {
        margin-bottom: 0
    }
}

@media (max-width: 767px) {
    .event-card .box-img {
        margin-bottom: 30px
    }
}

.event-card .box-img .badge {
    -webkit-clip-path: path("M0 0H54V23H0L4.5 11.5L0 0Z");
    clip-path: path("M0 0H54V23H0L4.5 11.5L0 0Z");
    background-color: var(--theme-color2);
    border-radius: 0;
    font-weight: 500;
    font-size: 14px;
    letter-spacing: 0.02em;
    color: var(--title-color);
    padding: 4.5px 8px;
    min-width: 54px;
    top: 16px;
    right: -1px
}

.event-card .box-img img {
    border-radius: 8px
}

.event-card .box-title {
    margin-bottom: 10px
}

@media (max-width: 1500px) {
    .event-card .box-title {
        font-size: 22px
    }
}

.event-card .box-text {
    margin-bottom: 25px
}

.event-card .event-meta {
    margin-bottom: 20px
}

.event-card .event-meta a {
    color: var(--body-color)
}

.event-card .event-meta a i {
    color: var(--theme-color);
    margin-right: 8px
}

.event-card .event-meta a:not(:first-child) {
    margin-left: 16px
}

.event-card.style3 {
    display: block;
    background-color: var(--white-color);
    box-shadow: 0px 2px 30px rgba(3, 6, 14, 0.1);
    border-radius: 8px;
    padding: 0
}

.event-card.style3 .box-content {
    padding: 52px 32px 52px 32px
}

@media (max-width: 1500px) {
    .event-card.style3 .box-content {
        padding: 40px 20px
    }
}

.event-card.style3 .box-img {
    border-radius: 8px 8px 0 0
}

@media (max-width: 991px) {
    .event-card.style3 .box-img {
        margin-bottom: 0
    }
}

.event-card.style3 .box-img img {
    border-radius: 8px 8px 0 0
}

.event-box {
    background-color: #F1F3F5;
    border-radius: 8px;
    padding: 14px 60px 14px 14px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    gap: 60px
}

@media (max-width: 1399px) {
    .event-box {
        gap: 20px
    }
}

@media (max-width: 1299px) {
    .event-box {
        padding: 14px 40px 14px 14px
    }
}

@media (max-width: 1199px) {
    .event-box {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        padding: 14px
    }
}

.event-box .box-wrapper {
    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: 60px;
    min-width: 1088px
}

@media (max-width: 1699px) {
    .event-box .box-wrapper {
        min-width: 990px
    }
}

@media (max-width: 1500px) {
    .event-box .box-wrapper {
        min-width: auto;
        width: 100%
    }
}

@media (max-width: 1299px) {
    .event-box .box-wrapper {
        gap: 24px
    }
}

@media (max-width: 1199px) {
    .event-box .box-wrapper {
        display: block;
        text-align: center
    }
}

.event-box .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: 60px
}

@media (max-width: 1399px) {
    .event-box .box-wrapp {
        gap: 20px
    }
}

@media (max-width: 1199px) {
    .event-box .box-wrapp {
        display: block
    }
}

.event-box .box-number {
    width: 72px;
    height: 72px;
    line-height: 62px;
    text-align: center;
    border-radius: 50%;
    border: 1px solid rgba(55, 72, 104, 0.5);
    margin: 0;
    color: var(--theme-color)
}

@media (max-width: 1199px) {
    .event-box .box-number {
        margin: auto auto 20px auto;
        display: block
    }
}

.event-box:not(:last-child) {
    margin-bottom: 32px
}

.event-box .box-img {
    position: relative;
    min-width: 398px;
    border-radius: 8px;
    z-index: 2
}

@media (max-width: 1199px) {
    .event-box .box-img {
        height: 100%
    }

    .event-box .box-img img {
        width: 100%;
        height: 100%;
        object-fit: cover
    }
}

@media (max-width: 991px) {
    .event-box .box-img {
        margin-bottom: 0
    }
}

@media (max-width: 767px) {
    .event-box .box-img {
        min-width: 100%
    }
}

.event-box .box-img .badge {
    -webkit-clip-path: path("M0 0H54V23H0L4.5 11.5L0 0Z");
    clip-path: path("M0 0H54V23H0L4.5 11.5L0 0Z");
    background-color: var(--theme-color2);
    border-radius: 0;
    font-weight: 500;
    font-size: 14px;
    letter-spacing: 0.02em;
    color: var(--title-color);
    padding: 4.5px 8px;
    min-width: 54px;
    top: 16px;
    right: -1px
}

.event-box .box-img img {
    border-radius: 8px
}

.event-box .box-title {
    margin-bottom: 10px
}

.event-box .event-meta {
    margin-bottom: 20px
}

.event-box .event-meta a {
    font-weight: 500;
    color: var(--body-color)
}

@media (max-width: 375px) {
    .event-box .event-meta a {
        font-size: 14px
    }
}

.event-box .event-meta a i {
    color: var(--theme-color);
    margin-right: 8px
}

.event-box .event-meta a:not(:first-child) {
    margin-left: 16px
}

@media (max-width: 375px) {
    .event-box .event-meta a:not(:first-child) {
        margin-left: 0
    }
}

.event-box .box-text {
    max-width: 516px;
    margin-bottom: 0
}

@media (max-width: 1199px) {
    .event-box .box-text {
        display: block;
        max-width: 100%;
        margin: auto auto 20px auto
    }
}

.event-box .th-btn {
    min-width: 154px;
    padding: 19px 40px
}

@media (max-width: 1299px) {
    .event-box .th-btn {
        padding: 18px 30px
    }
}

.rsvp-frame {
    background-color: var(--white-color);
    padding: 56px;
    border-radius: 8px
}

@media (max-width: 1500px) {
    .rsvp-frame {
        padding: 40px
    }
}

@media (max-width: 1399px) {
    .rsvp-frame {
        padding: 35px
    }
}

@media (max-width: 1299px) {
    .rsvp-frame {
        padding: 20px
    }
}

.rsvp-frame .box-title {
    font-family: var(--body-font);
    font-weight: 500;
    font-size: 20px;
    color: var(--title-color);
    margin-bottom: 30px
}

.rsvp-frame .rsvp-option .box-title {
    font-weight: 500;
    font-size: 16px;
    letter-spacing: 0.02em;
    color: var(--title-color);
    margin-bottom: 22px
}

@media (max-width: 767px) {
    .rsvp-frame .rsvp-option:not(:last-child) {
        margin-bottom: 28px
    }
}

.rsvp-frame .rsvp-option .form-group {
    margin-bottom: 16px
}

.rsvp-frame .rsvp-option input[type="checkbox"].style2~label {
    font-size: 14px;
    color: var(--title-color);
    padding-left: 30px;
    margin-bottom: 5px
}

.rsvp-frame .rsvp-option input[type="checkbox"].style2~label:before {
    border: 1px solid #999999;
    height: 19px;
    width: 19px;
    line-height: 19px;
    border-radius: 3px;
    top: 6px
}

.rsvp-frame .rsvp-option-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: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    margin-bottom: 50px
}

@media (max-width: 767px) {
    .rsvp-frame .rsvp-option-wrapp {
        display: block
    }
}

.rsvp-frame .rsvp-option .quantity {
    gap: 10px
}

.rsvp-frame .rsvp-option .quantity .qty-btn,
.rsvp-frame .rsvp-option .quantity .qty-input {
    display: inline-block;
    width: 25px;
    height: 25px;
    line-height: 25px;
    border: 1px solid #E4E4E5;
    background-color: transparent;
    padding: 0;
    border-radius: 0;
    text-align: center;
    color: var(--title-color);
    font-size: 16px;
    font-weight: 600
}

.rsvp-frame .rsvp-option .quantity .qty-input {
    border-color: transparent
}

.rsvp-frame .rsvp-option .wpcf7-form-control {
    width: 100px
}

.rsvp-frame .rsvp-option .wpcf7-list-item {
    margin: 0;
    display: block
}

.rsvp-frame .rsvp-option .wpcf7-list-item label {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    gap: 10px;
    font-size: 14px;
    margin-bottom: 15px
}

.rsvp-frame .rsvp-option .wpcf7-list-item label input {
    width: 20px;
    height: 20px
}

.rsvp-frame .calender {
    margin-top: -40px
}

@media (max-width: 1299px) {
    .rsvp-frame .calender {
        margin-top: 30px
    }
}

@media (max-width: 470px) {
    .rsvp-frame .calender:not(:last-child) a {
        margin-bottom: 10px;
        display: block
    }
}

.rsvp-frame .th-social {
    margin-top: 130px;
    text-align: center
}

@media (max-width: 1299px) {
    .rsvp-frame .th-social {
        margin-top: 30px
    }
}

.rsvp-frame .th-social a {
    --icon-size: 32px;
    border: 1px solid #E4E4E6
}

@media (max-width: 375px) {
    .rsvp-frame .th-social a {
        --icon-size: 30px;
        margin-right: 0
    }
}

.rsvp-frame .th-social a:hover {
    border-color: var(--theme-color)
}

.event-sec {
    position: relative;
    z-index: 2
}

.event-sec:before {
    content: "";
    position: absolute;
    inset: 0;
    background: -webkit-linear-gradient(bottom, rgba(3, 6, 14, 0.8), rgba(3, 6, 14, 0.8));
    background: linear-gradient(0deg, rgba(3, 6, 14, 0.8), rgba(3, 6, 14, 0.8));
    z-index: -1
}

.event-wrapper {
    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: 48px
}

@media (max-width: 1199px) {
    .event-wrapper {
        -webkit-box-pack: start;
        -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        margin-bottom: 40px
    }
}

@media (max-width: 767px) {
    .event-wrapper {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column
    }
}

.event-wrapper .event-text {
    color: var(--white-color);
    max-width: 670px;
    margin-bottom: 0
}

.event-wrapper .th-btn {
    min-width: 140px
}

.event-single .blog-meta {
    margin-bottom: 35px
}

.event-single .event-wrapp {
    position: relative;
    background-color: #F0F0F0;
    padding: 40px 48px 56px 48px;
    z-index: 2;
    margin-bottom: 60px
}

@media (max-width: 1199px) {
    .event-single .event-wrapp {
        padding: 30px 30px 46px 30px
    }
}

.event-single .event-wrapp .price {
    font-weight: 700;
    font-size: 24px;
    letter-spacing: 0.02em;
    color: #000000;
    text-transform: capitalize
}

.event-single .event-wrapp .price span {
    font-family: var(--body-font);
    font-size: 16px;
    font-weight: 500;
    color: var(--body-color);
    text-transform: capitalize
}

.event-single .event-wrapp .event-organizer {
    position: absolute;
    top: -70px;
    right: 34px;
    max-width: 305px;
    padding: 48px 33px 91px;
    z-index: 2
}

@media (max-width: 1399px) {
    .event-single .event-wrapp .event-organizer {
        position: relative;
        right: unset;
        left: 40px;
        top: 40px
    }
}

@media (max-width: 767px) {
    .event-single .event-wrapp .event-organizer {
        left: 20px
    }
}

@media (max-width: 375px) {
    .event-single .event-wrapp .event-organizer {
        padding: 35px 16px 71px
    }
}

.event-single .event-wrapp .event-organizer:before {
    content: "";
    position: absolute;
    inset: 0;
    -webkit-mask-image: url("../img/shape/event-shape.png");
    mask-image: url("../img/shape/event-shape.png");
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    background-color: var(--theme-color2);
    z-index: -1
}

.event-single .event-wrapp .event-organizer:after {
    content: "";
    background-color: transparent;
    border-style: solid;
    border-width: 70px 31px 0px 0px;
    border-color: transparent #DDB73E transparent transparent;
    position: absolute;
    left: -10%;
    top: 0%
}

@media (max-width: 375px) {
    .event-single .event-wrapp .event-organizer:after {
        left: -11%
    }
}

.event-single .event-wrapp .event-organizer .box-title {
    font-size: 18px
}

.event-single .event-wrapp .event-organizer span {
    display: inline-block
}

.event-single .event-wrapp .event-organizer .text {
    color: var(--title-color);
    font-weight: 400;
    margin-bottom: 26px
}

@media (max-width: 375px) {
    .event-single .event-wrapp .event-organizer .text {
        margin-bottom: 10px
    }
}

.event-single .event-wrapp .event-organizer .text a {
    color: inherit
}

.page-img.style2 {
    margin-bottom: 0;
    border-radius: 16px 16px 0 0
}

.page-img.style2 img {
    border-radius: 16px 16px 0 0
}

.event-wrapper2 {
    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: 35px
}

@media (max-width: 767px) {
    .event-wrapper2 {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        gap: 20px;
        -webkit-box-align: start;
        -webkit-align-items: flex-start;
        -ms-flex-align: start;
        align-items: flex-start
    }
}

.event-wrapper2 .th-social a {
    background-color: var(--theme-color2);
    --icon-size: 32px
}

.event-wrapper2 .th-social a:hover {
    background-color: var(--theme-color)
}

@media (max-width: 1500px) {
    .eventSlide1 .slider-arrow {
        display: block !important
    }
}

.donation-card {
    background: #F0F0F0;
    border-radius: 16px
}

.donation-card .box-img {
    border-radius: 16px 16px 0 0;
    overflow: hidden
}

@media (max-width: 991px) {
    .donation-card .box-img {
        margin-bottom: 0
    }
}

.donation-card .box-img img {
    width: 100%;
    min-height: 330px;
    border-radius: 16px 16px 0 0
}

@media (max-width: 575px) {
    .donation-card .box-img img {
        min-height: 100%
    }
}

.donation-card .box-title {
    margin-bottom: 10px
}

@media (max-width: 1699px) {
    .donation-card .box-title {
        font-size: 22px
    }
}

.donation-card .box-text {
    font-size: 18px;
    margin-bottom: 26px
}

.donation-card .donation-content {
    background-color: var(--white-color);
    border-radius: 8px;
    padding: 24px;
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out
}

.donation-card .progress {
    background: transparent;
    position: relative;
    border-radius: 30px;
    height: 10px;
    overflow: visible
}

.donation-card .progress:after {
    content: '';
    position: absolute;
    inset: 0;
    background: var(--theme-color2);
    opacity: 0.2;
    border-radius: 30px
}

.donation-card .progress .progress-bar {
    border-radius: 30px;
    background: var(--theme-color2);
    overflow: visible;
    position: relative
}

.donation-card .progress .progress-value {
    position: absolute;
    top: -30px;
    right: 0;
    font-size: 16px;
    font-weight: 600;
    color: var(--title-color);
    -webkit-transform: translate(50%, 0);
    -ms-transform: translate(50%, 0);
    transform: translate(50%, 0)
}

.donation-card .raised-meta {
    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: 375px) {
    .donation-card .raised-meta {
        display: block
    }

    .donation-card .raised-meta span {
        margin-bottom: 5px
    }
}

.donation-card .raised-meta span {
    font-weight: 500;
    font-size: 14px;
    letter-spacing: 0.02em;
    color: var(--title-color)
}

.donation-card .raised-meta .price {
    color: var(--theme-color)
}

.donation-card .btn-group {
    margin-top: 28px
}

.donation-card .tag {
    padding: 6px 16px;
    border: 1px solid #E4E4E6;
    border-radius: 8px;
    font-weight: 500;
    font-size: 16px;
    letter-spacing: 0.02em;
    color: var(--theme-color)
}

.donation-card .tag i {
    margin-right: 8px
}

.donation-card:hover .donation-content {
    background-color: var(--theme-color)
}

.donation-card:hover .progress-number-wrapper,
.donation-card:hover .progress-number-mark {
    color: var(--white-color)
}

.donation-card:hover .raised-meta span {
    color: var(--white-color)
}

.donation-card:hover .raised-meta .price {
    color: var(--theme-color2)
}

.donation-card:hover .tag {
    color: var(--white-color)
}

.donation-img {
    overflow: hidden;
    border-radius: 16px 16px 0 0;
    margin-bottom: 55px
}

@media (max-width: 991px) {
    .donation-img {
        margin-bottom: 35px
    }
}

.donation-img img {
    border-radius: 16px 16px 0 0
}

.donation-single {
    margin-right: 50px
}

@media (max-width: 991px) {
    .donation-single {
        margin-right: 0
    }
}

.box-content.style2 {
    background: #F0F0F0;
    border-radius: 16px;
    padding: 30px;
    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: 1399px) {
    .box-content.style2 {
        display: block
    }
}

.box-content.style2 .box-title {
    font-size: 40px;
    margin-bottom: 5px
}

.box-content.style2 .progress-bar {
    min-width: 853px
}

@media (max-width: 1500px) {
    .box-content.style2 .progress-bar {
        min-width: 750px
    }
}

@media (max-width: 1399px) {
    .box-content.style2 .progress-bar {
        min-width: 100%
    }
}

.box-content.style2 .progress-number-mark:after {
    display: none
}

.box-content.style2 .raised-meta {
    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) {
    .box-content.style2 .raised-meta {
        margin-bottom: 20px
    }
}

@media (max-width: 480px) {
    .box-content.style2 .raised-meta {
        display: block
    }

    .box-content.style2 .raised-meta span {
        margin-bottom: 5px
    }
}

.box-content.style2 .raised-meta span {
    font-weight: 600;
    font-size: 16px;
    letter-spacing: 0.02em;
    color: var(--body-color)
}

.box-content.style2 .raised-meta .price {
    color: var(--title-color)
}

.donate-counter-area {
    -webkit-mask-image: url("../img/shape/donate-shape.png");
    mask-image: url("../img/shape/donate-shape.png");
    background-color: #FDFDE9;
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    -webkit-mask-size: 100% 100%;
    mask-size: 100% 100%;
    text-align: center;
    padding: 65px 30px;
    margin: 0 70px 100px -50px
}

@media (max-width: 1500px) {
    .donate-counter-area {
        margin: 0 0px 100px 0px
    }
}

@media (max-width: 1199px) {
    .donate-counter-area {
        max-width: 407px
    }
}

@media (max-width: 420px) {
    .donate-counter-area {
        max-width: 100%
    }
}

@media (max-width: 375px) {
    .donate-counter-area {
        padding: 40px 30px
    }
}

.donate-counter-area.style2 {
    background-color: var(--theme-color2);
    -webkit-mask-image: url("../img/shape/donate-shape2.png");
    mask-image: url("../img/shape/donate-shape2.png");
    margin: 0 40px 120px -40px
}

@media (max-width: 1500px) {
    .donate-counter-area.style2 {
        margin: 0 40px 120px -90px
    }
}

@media (max-width: 1199px) {
    .donate-counter-area.style2 {
        margin: 0 -40px 80px 0px
    }
}

@media (max-width: 1199px) {
    .donate-counter-area.style2 {
        max-width: 407px
    }
}

@media (max-width: 420px) {
    .donate-counter-area.style2 {
        max-width: 100%
    }
}

.donate-counter-area.style2 .text {
    font-family: var(--body-font);
    font-size: 18px;
    color: var(--title-color);
    font-weight: 500
}

.donate-counter-area.style2 .box-number {
    font-size: 32px
}

@media (max-width: 375px) {
    .donate-counter-area.style2 .box-number {
        font-size: 25px
    }
}

.donate-counter-area .text {
    font-family: var(--title-font);
    font-size: 24px;
    color: var(--theme-color);
    font-weight: 700
}

@media (max-width: 1299px) {
    .donate-counter-area .text {
        font-size: 20px
    }
}

@media (max-width: 767px) {
    .donate-counter-area .text {
        font-size: 18px
    }
}

@media (max-width: 320px) {
    .donate-counter-area .text {
        font-size: 16px
    }
}

.donate-counter-area .box-number {
    font-size: 40px;
    font-weight: 700
}

@media (max-width: 1299px) {
    .donate-counter-area .box-number {
        font-size: 30px
    }
}

@media (max-width: 767px) {
    .donate-counter-area .box-number {
        font-size: 30px
    }
}

@media (max-width: 320px) {
    .donate-counter-area .box-number {
        font-size: 20px
    }
}

.donate-counter-area2 {
    position: relative;
    z-index: 2;
    max-width: 415px;
    padding: 72px 84px;
    text-align: center
}

@media (max-width: 1199px) {
    .donate-counter-area2 {
        display: block;
        margin: auto auto 30px auto
    }
}

@media (max-width: 575px) {
    .donate-counter-area2 {
        padding: 72px 40px
    }
}

@media (max-width: 375px) {
    .donate-counter-area2 {
        padding: 40px 40px
    }
}

.donate-counter-area2:before,
.donate-counter-area2:after {
    content: "";
    position: absolute;
    inset: 0;
    -webkit-mask-image: url("../img/shape/donate-shape2.png");
    mask-image: url("../img/shape/donate-shape2.png");
    -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%;
    background-color: var(--theme-color2);
    z-index: -1;
    -webkit-transition: 0.4s ease-in-out;
    transition: 0.4s ease-in-out
}

.donate-counter-area2:after {
    inset: 8px;
    background-color: #F1F3F5
}

.donate-counter-area2 .text {
    font-size: 18px;
    font-weight: 500
}

@media (max-width: 375px) {
    .donate-counter-area2 .text {
        font-size: 16px
    }
}

.donate-counter-area2 .box-number {
    font-size: 32px
}

@media (max-width: 575px) {
    .donate-counter-area2 .box-number {
        font-size: 25px
    }
}

@media (max-width: 375px) {
    .donate-counter-area2 .box-number {
        font-size: 20px
    }
}

.donate-counter-area2 .feature-circle .progressbar {
    background-color: var(--theme-color2)
}

.donation-image {
    position: relative;
    z-index: 2;
    max-width: 415px;
    margin-left: auto
}

@media (max-width: 1199px) {
    .donation-image {
        display: block;
        margin: 30px auto auto auto
    }
}

.donation-image .img1 {
    position: relative;
    -webkit-mask-image: url("../img/shape/donate-shape3.png");
    mask-image: url("../img/shape/donate-shape3.png");
    -webkit-mask-size: 100% 100%;
    mask-size: 100% 100%;
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    z-index: 2
}

.donation-image .img1:before {
    content: "";
    position: absolute;
    inset: 0px;
    -webkit-mask-image: url("../img/shape/donate-shape4.png");
    mask-image: url("../img/shape/donate-shape4.png");
    -webkit-mask-size: 100% 100%;
    mask-size: 100% 100%;
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    background-color: var(--theme-color2)
}

.donation-area5 {
    position: relative;
    z-index: 4
}

.skill-circle .progressbar {
    position: relative;
    max-width: 149px;
    max-height: 149px;
    display: block;
    margin: auto;
    background-color: var(--theme-color);
    border-radius: 50%
}

.skill-circle .circle {
    position: relative;
    z-index: 2
}

.skill-circle .circle-num {
    font-family: var(--title-font);
    font-size: 40px;
    font-weight: 700;
    color: var(--white-color);
    font-family: var(--title-font);
    position: absolute;
    top: 0px;
    left: 0;
    width: 149px;
    height: 149px;
    line-height: 149px;
    border-radius: 50%;
    margin: 8px;
    text-align: center
}

.feature-circle .progressbar {
    position: relative;
    max-width: 78px;
    max-height: 78px;
    background-color: #FDFDE9;
    border-radius: 50%;
    display: block;
    margin: auto
}

.feature-circle .circle-num {
    font-size: 24px;
    font-weight: 600;
    color: var(--title-color);
    font-family: var(--title-font);
    position: absolute;
    top: -6px;
    left: -6px;
    width: 78px;
    height: 78px;
    line-height: 78px;
    border-radius: 50%;
    margin: 8px;
    text-align: center
}

.donation-area2 {
    background-size: 100% 100%
}

@media (max-width: 1199px) {
    .donation-area2 {
        background-size: cover;
        background-position: left center
    }
}

.donation-area3 {
    background-color: var(--theme-color);
    border-radius: 24px;
    padding: 51px 64px
}

@media (max-width: 1299px) {
    .donation-area3 {
        padding: 50px 30px
    }
}

.donation-image {
    position: relative;
    z-index: 2
}

.donation-image img {
    width: 100%;
    height: 100%;
    object-fit: cover
}

.donation-title-area {
    max-width: 370px
}

@media (max-width: 1500px) {
    .cousrseSlide .slider-arrow {
        display: block !important
    }
}

.donation-wrapp {
    position: relative;
    z-index: 2
}

.donation-wrapp .donate-counter-area.style2 {
    position: absolute;
    top: 50%;
    right: 38px;
    margin: 0;
    min-width: 401px;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%)
}

@media (max-width: 480px) {
    .donation-wrapp .donate-counter-area.style2 {
        right: 14px;
        margin: 0;
        min-width: 370px
    }
}

@media (max-width: 375px) {
    .donation-wrapp .donate-counter-area.style2 {
        min-width: 300px
    }
}

@media (max-width: 320px) {
    .donation-wrapp .donate-counter-area.style2 {
        right: 0
    }
}

.donation-wrapp .donation-image2 {
    height: 688px
}

.donation-wrapp .donation-image2 img {
    width: 100%;
    height: 100%;
    object-fit: cover
}

.donate-item {
    background: #F1F3F5;
    border-radius: 8px;
    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: 0px 40px 0px 0
}

@media (max-width: 1399px) {
    .donate-item.style2 .box-content {
        min-width: 360px
    }
}

@media (max-width: 1299px) {
    .donate-item.style2 .box-content {
        min-width: 300px
    }
}

@media (max-width: 767px) {
    .donate-item.style2 .box-content {
        min-width: auto
    }
}

@media (max-width: 1299px) {
    .donate-item.style2 .box-title {
        font-size: 20px
    }
}

@media (max-width: 767px) {
    .donate-item {
        display: block;
        padding: 20px
    }
}

.donate-item .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: 24px
}

@media (max-width: 767px) {
    .donate-item .box-wrapp {
        display: block;
        margin-bottom: 25px
    }
}

.donate-item:not(:last-child) {
    margin-bottom: 32px
}

.donate-item .box-img {
    min-width: 146px;
    border-radius: 8px 0 0 8px
}

@media (max-width: 767px) {
    .donate-item .box-img {
        min-width: 100%;
        margin-bottom: 20px
    }
}

.donate-item .box-img img {
    width: 100%;
    border-radius: 8px 0 0 8px
}

.donate-item .box-content {
    min-width: 400px
}

@media (max-width: 767px) {
    .donate-item .box-content {
        min-width: auto
    }
}

.donate-item .box-title {
    margin-bottom: 0px
}

.donate-item .box-text {
    font-weight: 500;
    font-size: 16px;
    line-height: 28px;
    letter-spacing: 0.02em;
    color: #4E4E4E;
    margin-bottom: 0
}

.donate-item .progress-bar {
    padding: 0
}

.donate-item .progress-bar .progress-number-mark:after {
    display: none
}

.donate-item .progress-bar .progress-content-outter {
    margin-bottom: 0
}

.donate-item .progress-bar .progress-number-wrapper,
.donate-item .progress-bar .progress-number-mark {
    line-height: 25px;
    height: 25px;
    font-size: 14px;
    font-weight: 500;
    padding: 0;
    margin: 0
}

.donate-item .icon-btn {
    --btn-size: 56px;
    min-width: 56px;
    background-color: var(--theme-color2);
    border: none;
    border-radius: 50%
}

.donate-item .icon-btn a {
    color: var(--title-color)
}

.donate-item .icon-btn:hover {
    background-color: var(--theme-color);
    color: var(--white-color)
}

.donate-item .icon-btn:hover a {
    color: var(--white-color)
}

.cousrse-box {
    border: 1px solid rgba(55, 72, 104, 0.2);
    border-radius: 16px
}

.cousrse-box .box-img {
    position: relative;
    border-radius: 16px 16px 0 0;
    z-index: -2
}

@media (max-width: 991px) {
    .cousrse-box .box-img {
        margin-bottom: 0
    }
}

.cousrse-box .box-img .tag {
    position: absolute;
    top: 24px;
    right: 24px;
    padding: 7px 16px;
    background: #F2FFF8;
    border-radius: 8px;
    font-weight: 500;
    font-size: 16px;
    letter-spacing: 0.02em;
    color: var(--theme-color)
}

.cousrse-box .box-img .tag i {
    margin-right: 8px
}

.cousrse-box .box-content {
    padding: 32px 24px 32px 24px
}

@media (max-width: 1500px) {
    .cousrse-box .box-content {
        padding: 32px 20px 32px 20px
    }
}

.cousrse-box .box-title {
    margin-bottom: 10px
}

.cousrse-box .box-text {
    margin-bottom: -0.3rem
}

.cousrse-box .box-wrapp {
    padding: 40px 24px 32px 24px
}

.cousrse-box .meta {
    border-top: 1px solid rgba(55, 72, 104, 0.2);
    border-bottom: 1px solid rgba(55, 72, 104, 0.2);
    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: 0px 24px
}

@media (max-width: 480px) {
    .cousrse-box .meta {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: start;
        -webkit-align-items: flex-start;
        -ms-flex-align: start;
        align-items: flex-start;
        gap: 5px;
        padding: 10px 20px
    }
}

.cousrse-box .meta .icon {
    font-weight: 400;
    font-size: 16px;
    line-height: 28px;
    letter-spacing: 0.02em;
    color: #03060E
}

.cousrse-box .meta .icon i {
    margin-right: 12px
}

.cousrse-box .meta .divider {
    height: 56px;
    width: 1px;
    background-color: rgba(55, 72, 104, 0.2)
}

@media (max-width: 480px) {
    .cousrse-box .meta .divider {
        display: none
    }
}

.cousrse-box .available-list {
    margin-bottom: 32px
}

.cousrse-box .available-list ul li {
    font-weight: 400;
    font-size: 16px;
    letter-spacing: 0.02em;
    color: #03060E
}

.cousrse-box .available-list ul li:after {
    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%3Cg clip-path='url(%23clip0_1421_10627)'%3E%3Cpath d='M15.5423 2.18688C15.307 1.9511 14.9251 1.95069 14.6897 2.18588L7.45552 9.40094L4.84546 6.56616C4.61993 6.32135 4.23862 6.30547 3.9934 6.53097C3.74837 6.7565 3.73268 7.138 3.95821 7.38304L6.9934 10.6793C7.10455 10.8001 7.26012 10.8703 7.42415 10.8737C7.42855 10.8739 7.4328 10.8739 7.43702 10.8739C7.59643 10.8739 7.74977 10.8106 7.86274 10.698L15.5411 3.03972C15.7771 2.80457 15.7775 2.42266 15.5423 2.18688Z' fill='%23374868'/%3E%3Cpath d='M15.397 7.39697C15.0639 7.39697 14.794 7.66691 14.794 8C14.794 11.7463 11.7463 14.794 8 14.794C4.25387 14.794 1.20603 11.7463 1.20603 8C1.20603 4.25387 4.25387 1.20603 8 1.20603C8.33306 1.20603 8.60303 0.936094 8.60303 0.603031C8.60303 0.269938 8.33306 0 8 0C3.58875 0 0 3.58875 0 8C0 12.4111 3.58875 16 8 16C12.4111 16 16 12.4111 16 8C16 7.66694 15.7301 7.39697 15.397 7.39697Z' fill='%23374868'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_1421_10627'%3E%3Crect width='16' height='16' fill='white'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E%0A")
}

.cousrse-box .price {
    font-family: var(--body-font);
    font-weight: 700;
    font-size: 32px;
    color: var(--theme-color);
    margin-bottom: 0
}

.package-area {
    position: relative;
    background-color: #F1F3F5;
    border-radius: 24px;
    z-index: 3
}

.package-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: 1299px) {
    .package-wrapp {
        display: block
    }
}

.package-form {
    background: var(--theme-color);
    box-shadow: 0px 2px 30px rgba(3, 6, 14, 0.1);
    border-radius: 24px 0px 0px 24px;
    max-width: 720px;
    padding: 72px
}

@media (max-width: 1299px) {
    .package-form {
        max-width: 100%;
        border-radius: 24px 24px 0 0
    }
}

@media (max-width: 1500px) {
    .package-form {
        padding: 60px
    }
}

@media (max-width: 767px) {
    .package-form {
        padding: 40px
    }
}

@media (max-width: 575px) {
    .package-form {
        padding: 30px
    }
}

.package-form .sec-title {
    color: var(--white-color)
}

@media (max-width: 1500px) {
    .package-form .sec-title {
        font-size: 40px
    }
}

@media (max-width: 575px) {
    .package-form .sec-title {
        font-size: 30px
    }
}

.package-form .form-group {
    margin-bottom: 16px
}

.package-form select,
.package-form .form-control,
.package-form .form-select,
.package-form textarea,
.package-form .nice-select,
.package-form input {
    height: 48px;
    padding: 0 25px 0 25px;
    padding-right: 45px;
    color: var(--body-color);
    background-color: transparent;
    border: 1px solid rgba(253, 253, 233, 0.5);
    border-radius: 8px;
    color: var(--white-color)
}

.package-form select::-moz-placeholder,
.package-form .form-control::-moz-placeholder,
.package-form .form-select::-moz-placeholder,
.package-form textarea::-moz-placeholder,
.package-form .nice-select::-moz-placeholder,
.package-form input::-moz-placeholder {
    color: var(--white-color)
}

.package-form select::-webkit-input-placeholder,
.package-form .form-control::-webkit-input-placeholder,
.package-form .form-select::-webkit-input-placeholder,
.package-form textarea::-webkit-input-placeholder,
.package-form .nice-select::-webkit-input-placeholder,
.package-form input::-webkit-input-placeholder {
    color: var(--white-color)
}

.package-form select:-ms-input-placeholder,
.package-form .form-control:-ms-input-placeholder,
.package-form .form-select:-ms-input-placeholder,
.package-form textarea:-ms-input-placeholder,
.package-form .nice-select:-ms-input-placeholder,
.package-form input:-ms-input-placeholder {
    color: var(--white-color)
}

.package-form select::-webkit-input-placeholder,
.package-form .form-control::-webkit-input-placeholder,
.package-form .form-select::-webkit-input-placeholder,
.package-form textarea::-webkit-input-placeholder,
.package-form .nice-select::-webkit-input-placeholder,
.package-form input::-webkit-input-placeholder {
    color: var(--white-color)
}

.package-form select::-moz-placeholder,
.package-form .form-control::-moz-placeholder,
.package-form .form-select::-moz-placeholder,
.package-form textarea::-moz-placeholder,
.package-form .nice-select::-moz-placeholder,
.package-form input::-moz-placeholder {
    color: var(--white-color)
}

.package-form select:-ms-input-placeholder,
.package-form .form-control:-ms-input-placeholder,
.package-form .form-select:-ms-input-placeholder,
.package-form textarea:-ms-input-placeholder,
.package-form .nice-select:-ms-input-placeholder,
.package-form input:-ms-input-placeholder {
    color: var(--white-color)
}

.package-form select::-ms-input-placeholder,
.package-form .form-control::-ms-input-placeholder,
.package-form .form-select::-ms-input-placeholder,
.package-form textarea::-ms-input-placeholder,
.package-form .nice-select::-ms-input-placeholder,
.package-form input::-ms-input-placeholder {
    color: var(--white-color)
}

.package-form select::placeholder,
.package-form .form-control::placeholder,
.package-form .form-select::placeholder,
.package-form textarea::placeholder,
.package-form .nice-select::placeholder,
.package-form input::placeholder {
    color: var(--white-color)
}

.package-form .nice-select:after {
    content: "\f107";
    right: 30px;
    top: 0px;
    border-bottom: none;
    border-right: none;
    font-size: 14px;
    color: var(--white-color);
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg)
}

.package-form .nice-select.open:after {
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg)
}

.package-form .nice-select.open .list {
    margin-top: 0;
    opacity: 1;
    pointer-events: auto;
    -webkit-transform: scale(1) translateY(0);
    -ms-transform: scale(1) translateY(0);
    transform: scale(1) translateY(0)
}

.package-form .nice-select.open .list li {
    display: block;
    margin: 0;
    padding: 0 10px
}

.package-form .nice-select.open .list li:before {
    display: none
}

.package-form .nice-select .option {
    color: var(--title-color);
    min-height: 30px
}

.package-form .nice-select .option.selected {
    color: var(--theme-color2) !important;
    background: var(--theme-color2) !important
}

.package-form .nice-select .option.selected.focus {
    color: #000 !important;
    background: var(--theme-color2) !important
}

.package-form .nice-select .option:hover,
.package-form .nice-select .option.focus,
.package-form .nice-select .option.selected.focus {
    background: var(--theme-color2) !important;
    color: #000 !important
}

.package-form .form-btn {
    margin-top: 30px
}

.package-counter-wrapp {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 0;
    width: 100%;
    max-width: 900px;
    margin: auto
}

@media (max-width: 480px) {
    .package-counter-wrapp {
        grid-template-columns: repeat(1, 1fr)
    }
}

.package-counter-wrapp .counter-box {
    padding: 52px 92px;
    min-width: 100%;
    position: relative;
    text-align: center;
    border-right: 1px solid #E2E5EB;
    border-bottom: 1px solid #E2E5EB;
    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
}

@media (max-width: 1500px) {
    .package-counter-wrapp .counter-box {
        padding: 46px 60px
    }
}

@media (max-width: 991px) {
    .package-counter-wrapp .counter-box {
        padding: 35px 40px
    }
}

.package-counter-wrapp .counter-box:nth-child(2) {
    border-right-color: transparent
}

.package-counter-wrapp .counter-box:nth-child(3) {
    border-bottom-color: transparent
}

@media (max-width: 480px) {
    .package-counter-wrapp .counter-box:nth-child(3) {
        border-right-color: transparent;
        border-bottom: 1px solid #E2E5EB
    }
}

.package-counter-wrapp .counter-box:nth-child(4) {
    border-right-color: transparent;
    border-bottom-color: transparent
}

.package-counter-wrapp .counter-box .box-number {
    font-family: var(--title-font);
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 159px;
    height: 150px;
    font-weight: 700;
    font-size: 40px;
    letter-spacing: 0.02em;
    color: #03060E;
    position: relative
}

@media (max-width: 767px) {
    .package-counter-wrapp .counter-box .box-number {
        font-size: 30px
    }
}

.package-counter-wrapp .counter-box .box-number::before,
.package-counter-wrapp .counter-box .box-number::after {
    content: "";
    position: absolute;
    inset: 0;
    background-color: var(--title-color);
    -webkit-mask-image: url("../img/shape/counter-shape-3.png");
    mask-image: url("../img/shape/counter-shape-3.png");
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    -webkit-mask-position: center;
    mask-position: center;
    -webkit-mask-size: cover;
    mask-size: cover;
    z-index: -1;
    -webkit-transition: 0.4s ease-in-out;
    transition: 0.4s ease-in-out
}

.package-counter-wrapp .counter-box .box-number::after {
    inset: 2px;
    background-color: var(--theme-color2)
}

.package-counter-wrapp .counter-box .box-title {
    color: var(--title-color);
    margin-bottom: 0;
    text-align: center
}

@media (max-width: 767px) {
    .package-counter-wrapp .counter-box .box-title {
        font-size: 20px
    }
}

.accordion-card {
    border: 1px solid rgba(55, 72, 104, 0.2);
    border-radius: 8px;
    -webkit-transition: 0.4s ease-in-out;
    transition: 0.4s ease-in-out;
    overflow: hidden
}

.accordion-card.style2 {
    background-color: #F0F0F0
}

.accordion-card.style2 .accordion-button {
    background-color: #F0F0F0
}

.accordion-card.style3 {
    background-color: #F0F0F0
}

.accordion-card.style3 .accordion-button {
    padding: 16px 44px 16px 40px;
    background-color: #F0F0F0;
    min-height: 64px
}

@media (max-width: 375px) {
    .accordion-card.style3 .accordion-button {
        padding: 16px 30px 16px 20px
    }
}

.accordion-card.style3 .accordion-button:after {
    content: "\f30d";
    font-size: 20px;
    color: #999999
}

.accordion-card.style3 .accordion-button:not(.collapsed):after {
    content: '\f06e';
    text-transform: capitalize;
    color: var(--title-color)
}

.accordion-card.style3 .accordion-body {
    margin: 0px 40px 35px 40px
}

@media (max-width: 375px) {
    .accordion-card.style3 .accordion-body {
        margin: 0px 20px 35px 20px
    }
}

.accordion-card:not(:last-child) {
    margin-bottom: 16px
}

.accordion-card .accordion-button {
    font-size: 18px;
    font-weight: 700;
    font-family: var(--title-font);
    border: 0;
    color: var(--title-color);
    background-color: transparent;
    padding: 13px 44px 13px 40px;
    min-height: 80px;
    gap: 10px;
    margin-bottom: 0;
    text-align: left;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    position: relative
}

@media (max-width: 767px) {
    .accordion-card .accordion-button {
        padding: 13px 45px 13px 20px
    }
}

.accordion-card .accordion-button span {
    font-size: 24px;
    font-weight: 700;
    padding-right: 16px
}

@media (max-width: 767px) {
    .accordion-card .accordion-button span {
        padding-right: 0px
    }
}

.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: 600;
    font-size: 20px;
    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
}

@media (max-width: 375px) {
    .accordion-card .accordion-button:after {
        right: 20px
    }
}

.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 85px 30px 85px;
    padding: 0
}

@media (max-width: 767px) {
    .accordion-card .accordion-body {
        margin: 0px 30px 30px 50px
    }
}

.accordion-card .faq-text {
    line-height: 28px;
    margin-top: -0.5rem
}

.accordion-area.style2 {
    max-width: 935px;
    display: block;
    margin: auto
}

@media (max-width: 1299px) {
    .accordion-area.style2 {
        max-width: 100%
    }
}

.faq-sec {
    background-color: #F1F3F5
}

.faq-sec2 {
    background-color: #F1F3F5;
    margin-bottom: 120px
}

@media (max-width: 991px) {
    .faq-sec2 {
        margin-bottom: 80px
    }
}

.cta-area {
    position: relative
}

.cta-area:before,
.cta-area:after {
    content: "";
    position: absolute;
    inset: 0;
    -webkit-mask-image: url("../img/bg/cta-shape-2.png");
    mask-image: url("../img/bg/cta-shape-2.png");
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    -webkit-mask-size: 100% 100%;
    mask-size: 100% 100%;
    background-color: var(--theme-color);
    z-index: -1
}

@media (max-width: 767px) {

    .cta-area:before,
    .cta-area:after {
        -webkit-mask-size: cover;
        mask-size: cover;
        -webkit-mask-position: center center;
        mask-position: center center
    }
}

.cta-area:after {
    -webkit-mask-image: url("../img/bg/cta-shape-2.png");
    mask-image: url("../img/bg/cta-shape-2.png");
    background-color: var(--theme-color2);
    -webkit-mask-size: 100% 100%;
    mask-size: 100% 100%;
    -webkit-mask-position: top center;
    mask-position: top center;
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    z-index: -2;
    top: 20px
}

@media (max-width: 767px) {
    .cta-area:after {
        -webkit-mask-size: cover;
        mask-size: cover;
        -webkit-mask-position: center center;
        mask-position: center center
    }
}

.courses-content {
    text-align: center
}

.courses-content .box-title {
    font-size: 40px;
    margin-bottom: 0
}

@media (max-width: 1299px) {
    .courses-content .box-title {
        font-size: 30px
    }
}

@media (max-width: 375px) {
    .courses-content .box-title {
        font-size: 25px
    }
}

.courses-content .text {
    font-family: var(--title-font);
    font-size: 24px;
    font-weight: 700;
    color: var(--title-color)
}

.button {
    text-align: center
}

.button .cta-text {
    color: var(--white-color);
    font-weight: 400;
    font-size: 18px;
    letter-spacing: 0.02em
}

.cta-button .th-btn {
    padding: 21px 40px
}

.video-call {
    position: relative;
    max-width: 990px;
    display: block;
    margin: auto;
    -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;
    z-index: 2;
    margin-top: 39px;
    text-align: center;
}

@media (max-width: 1299px) {
    .video-call {
        max-width: 100%;
        padding: 0 60px
    }
}

@media (max-width: 767px) {
    .video-call {
        padding: 0 30px
    }
}

.video-call a {
    display: inline-block
}

.video-call a:not(:last-child) {
    margin-right: 70px
}

@media (max-width: 1299px) {
    .video-call a:not(:last-child) {
        margin-right: 10px;
        margin-bottom: 20px
    }
}

.download-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
}

@media (max-width: 767px) {
    .download-wrapp {
        display: block
    }
}

.newsletter-form {
    position: relative;
    max-width: 580px;
    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.style2 {
    width: 100%;
    max-width: 633px;
    margin-right: 0;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    gap: 10px
}

@media (max-width: 1199px) {
    .newsletter-form.style2 {
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
        margin: auto
    }
}

.newsletter-form.style2 .form-group {
    position: relative;
    width: 100%
}

.newsletter-form.style2 .form-group>i {
    left: 25px;
    top: 19px;
    right: unset;
    color: var(--theme-color)
}

.newsletter-form.style2 select,
.newsletter-form.style2 .form-control,
.newsletter-form.style2 .form-select,
.newsletter-form.style2 textarea,
.newsletter-form.style2 input {
    min-width: 100%;
    border: none;
    min-height: 55px;
    padding: 0 25px 0 25px;
    padding-left: 50px
}

.newsletter-form.style2 .th-btn {
    position: relative;
    top: 0;
    right: 0;
    min-width: 180px;
    padding: 19.5px 30px
}

@media (max-width: 767px) {
    .newsletter-form.style2 .th-btn {
        margin-top: 20px
    }
}

.newsletter-form.style3 {
    width: 100%;
    max-width: 633px;
    margin-right: 0;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    gap: 10px
}

@media (max-width: 1199px) {
    .newsletter-form.style3 {
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
        margin: auto
    }
}

.newsletter-form.style3 .form-group {
    position: relative;
    width: 100%
}

.newsletter-form.style3 .form-group>i {
    left: 25px;
    top: 19px;
    right: unset;
    color: var(--theme-color)
}

.newsletter-form.style3 select,
.newsletter-form.style3 .form-control,
.newsletter-form.style3 .form-select,
.newsletter-form.style3 textarea,
.newsletter-form.style3 input {
    min-width: 100%;
    min-height: 55px;
    padding: 0 25px 0 25px;
    padding-left: 50px
}

.newsletter-form.style3 .th-btn {
    position: relative;
    top: 0;
    right: 0;
    min-width: 180px;
    padding: 19.5px 30px
}

@media (max-width: 767px) {
    .newsletter-form.style3 .th-btn {
        margin-top: 20px
    }
}

.newsletter-form.style4 .form-control {
    background-color: transparent;
    border: 1px solid #7A8392
}

.newsletter-form.style4 .form-control:focus {
    color: var(--white-color)
}

.newsletter-form .form-control {
    border-radius: 100px;
    min-height: 60px;
    padding-right: 200px;
    background-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
    }
}

.download-thumb {
    position: relative;
    background: var(--white-color);
    padding: 21px 70px;
    box-shadow: 0px 4px 50px #EFEFEF;
    border-radius: 50px;
    z-index: 2;
    overflow: hidden
}

.download-thumb .circle-shape {
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1
}

.software-area {
    background-color: var(--white-color);
    box-shadow: 0px 10px 50px 10px #E8E8E8;
    border-radius: 30px;
    overflow: hidden
}

.software-content {
    padding: 120px 0 120px 120px
}

@media (max-width: 1299px) {
    .software-content {
        padding: 80px 0 90px 40px
    }
}

@media (max-width: 991px) {
    .software-content {
        padding: 80px 40px 80px 40px
    }
}

@media (max-width: 575px) {
    .software-content {
        padding: 80px 20px 80px 20px
    }
}

.soft-image {
    height: 523px;
    margin-left: -37%
}

@media (max-width: 1199px) {
    .soft-image {
        margin-left: 0
    }
}

.soft-image img {
    height: 100%;
    object-fit: cover
}

.cta-area3 {
    position: relative;
    background-color: #022124;
    border-radius: 30px;
    z-index: 3
}

@media (max-width: 991px) {
    .cta-area3 {
        padding-left: 30px;
        padding-right: 30px
    }
}

.cta-area3 .sec-title {
    font-size: 54px
}

@media (max-width: 1299px) {
    .cta-area3 .sec-title {
        font-size: 44px
    }
}

@media (max-width: 1199px) {
    .cta-area3 .sec-title {
        font-size: 40px
    }
}

@media (max-width: 575px) {
    .cta-area3 .sec-title {
        font-size: 30px
    }
}

.cta-area3 .cta-text {
    font-size: 18px;
    max-width: 690px;
    display: block;
    margin: auto auto 30px auto
}

.cta-area4 {
    background: var(--title-color);
    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: 0px 0 0 40px;
    border-radius: 30px;
    position: relative;
    overflow: hidden;
    z-index: 2
}

@media (max-width: 767px) {
    .cta-area4 {
        display: block;
        text-align: center;
        padding: 40px 20px 0 20px
    }
}

.cta-area4 .sec-title {
    max-width: 405px
}

@media (max-width: 767px) {
    .cta-area4 .sec-title {
        max-width: 100%;
        display: block;
        margin: auto
    }
}

.cta-area4 .cta-image {
    margin-bottom: -40px
}

.cta-area4 .cta-shate {
    position: absolute;
    bottom: 0;
    right: 0;
    z-index: -1
}

.cta-play-btn {
    padding: 55px 0
}

@media (max-width: 767px) {
    .cta-play-btn {
        padding: 20px 0
    }
}

.cta-play-btn .discount-wrapp {
    width: 120px;
    height: 120px;
    background-image: url("../img/shape/circle-shape.html");
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center
}

@media (max-width: 767px) {
    .cta-play-btn .discount-wrapp {
        display: block;
        margin: auto
    }
}

.cta-play-btn .discount-wrapp .play-btn {
    z-index: 3
}

.cta-play-btn .discount-wrapp .play-btn>i {
    --icon-size: 60px;
    font-size: 20px;
    background-color: #121212;
    border: 1px solid rgba(201, 243, 29, 0.14);
    color: var(--theme-color)
}

.cta-play-btn .discount-tag {
    color: var(--white-color);
    font-size: 10px;
    min-height: 120px;
    min-width: 120px;
    position: relative;
    z-index: 2
}

.cta-play-btn .discount-tag span {
    --rotate-letter: 8deg;
    min-height: 60px;
    position: absolute;
    min-width: 60px;
    text-transform: lowercase;
    left: 14px;
    top: -1px
}

.cta-title-area .sec-title {
    font-weight: 600;
    font-size: 54px;
    line-height: 64px;
    color: var(--white-color)
}

@media (max-width: 1199px) {
    .cta-title-area .sec-title {
        font-size: 44px;
        line-height: 54px
    }
}

@media (max-width: 767px) {
    .cta-title-area .sec-title {
        font-size: 34px;
        line-height: 44px
    }
}

@media (max-width: 575px) {
    .cta-title-area .sec-title {
        font-size: 25px;
        line-height: 35px
    }
}

.cta-wrapp {
    position: relative
}

.cta-wrapp .cta-shape1 {
    position: absolute;
    right: -29%;
    top: 20%;
    width: 644px;
    height: 644px;
    border-radius: 50%;
    background: var(--theme-color);
    opacity: 0.1
}

@media (max-width: 1500px) {
    .cta-wrapp .cta-shape1 {
        right: -21%
    }
}

.cta-wrapp .cta-shape2 {
    position: absolute;
    right: -22%;
    top: 28%;
    width: 586px;
    height: 586px;
    border-radius: 50%;
    background: var(--theme-color);
    opacity: 0.1
}

@media (max-width: 1500px) {
    .cta-wrapp .cta-shape2 {
        right: -21%
    }
}

.cta-wrapp .cta-shape3 {
    position: absolute;
    right: -16%;
    top: 36%;
    width: 526px;
    height: 526px;
    border-radius: 50%;
    background: var(--theme-color);
    opacity: 0.1
}

@media (max-width: 1500px) {
    .cta-wrapp .cta-shape3 {
        right: -15%
    }
}

.cta-image5 {
    position: relative;
    text-align: center;
    z-index: 2;
    min-width: 648px;
    height: 599px
}

@media (max-width: 767px) {
    .cta-image5 {
        min-width: 100%;
        height: 100%
    }
}

.cta-image5 img {
    margin-top: 15px
}

.cta-image5:before {
    content: "";
    position: absolute;
    inset: 0;
    -webkit-clip-path: path("M0 139.68V549C0 576.614 22.3858 599 50 599H503.51C515.442 599 526.98 594.733 536.041 586.97L630.532 506.013C641.619 496.514 648 482.643 648 468.043V50C648 22.3858 625.614 0 598 0H162.491C151.167 0 140.178 3.84425 131.323 10.9035L18.8316 100.584C6.93147 110.071 0 124.461 0 139.68Z");
    clip-path: path("M0 139.68V549C0 576.614 22.3858 599 50 599H503.51C515.442 599 526.98 594.733 536.041 586.97L630.532 506.013C641.619 496.514 648 482.643 648 468.043V50C648 22.3858 625.614 0 598 0H162.491C151.167 0 140.178 3.84425 131.323 10.9035L18.8316 100.584C6.93147 110.071 0 124.461 0 139.68Z");
    background-color: var(--theme-color);
    z-index: -1
}

@media (max-width: 1199px) {
    .cta-image5:before {
        -webkit-clip-path: none;
        clip-path: none;
        border-radius: 30px
    }
}

.cta-hiring {
    position: absolute;
    top: 28px;
    right: 36px;
    width: 259px;
    height: 151px;
    padding: 40px 0px 40px 80px;
    text-align: center;
    background-size: 100% 100%;
    background-repeat: no-repeat
}

@media (max-width: 1299px) {
    .cta-hiring {
        right: 80px
    }
}

@media (max-width: 575px) {
    .cta-hiring {
        right: 10px
    }
}

.cta-hiring .box-subtitle {
    font-family: var(--title-font);
    font-weight: 500;
    font-size: 16px;
    line-height: 26px;
    color: var(--title-color)
}

.cta-hiring .box-title {
    font-weight: 600;
    font-size: 24px;
    line-height: 34px;
    text-transform: capitalize
}

.th-experience {
    background-color: var(--theme-color);
    border-radius: 16px;
    padding: 43px 14px;
    text-align: center;
    display: inline-block;
    min-width: 228px;
    position: absolute;
    left: 0px;
    bottom: 0px
}

@media (max-width: 1500px) {
    .th-experience {
        min-width: 170px;
        max-width: 170px;
        padding: 35px 0
    }
}

@media (max-width: 1399px) {
    .th-experience {
        bottom: -30px
    }
}

@media (max-width: 767px) {
    .th-experience {
        position: relative
    }
}

.th-experience .experience-year {
    font-size: 40px;
    line-height: 40px;
    margin-bottom: 0;
    color: var(--white-color)
}

@media (max-width: 1500px) {
    .th-experience .experience-year {
        font-size: 30px;
        line-height: 30px
    }
}

.th-experience .experience-text {
    font-size: 16px;
    font-weight: 500;
    color: var(--white-color);
    margin-bottom: -0.3rem
}

.cta-area2 {
    background-position: left center
}

.cta-item {
    width: 100%;
    height: 100%
}

.cta-name {
    font-family: var(--title-font);
    font-weight: 700;
    font-size: 18px;
    line-height: 24px;
    letter-spacing: 0.02em
}

.cta-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: 16px;
    margin-top: 50px
}

.cta-wrapp audio {
    width: 309px
}

@media (max-width: 1699px) {
    .cta-wrapp audio {
        width: 290px
    }
}

@media (max-width: 1599px) {
    .cta-wrapp {
        display: block
    }

    .cta-wrapp audio {
        width: 100%;
        margin-bottom: 20px
    }
}

.cta-shape1 {
    border-radius: 0 150px 0 0;
    width: 50%
}

.cta-shape1 img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 0 150px 0 0
}

.cta-shape2 {
    border-radius: 150px 0 0 0;
    width: 50%
}

.cta-shape2 img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 150px 0 0 0
}

.cta-button {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    gap: 16px
}

@media (max-width: 1699px) {
    .cta-button {
        gap: 10px
    }
}

.cta-button .cta-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;
    gap: 8px;
    padding: 4px 20px 4px 4px;
    border: 1px solid var(--white-color);
    border-radius: 48px;
    color: var(--white-color)
}

.cta-button .cta-btn .icon {
    width: 40px;
    height: 40px;
    text-align: center;
    line-height: 40px;
    border-radius: 50%;
    background-color: var(--white-color)
}

.download-area {
    background-color: #0A0A0A
}

.download-btn {
    gap: 24px
}

.service-card {
    position: relative;
    padding: 60px 32px;
    overflow: hidden;
    z-index: 2;
    text-align: center;
    -webkit-transition: 0.4s ease-in-out;
    transition: 0.4s ease-in-out
}

.service-card:before,
.service-card:after {
    content: "";
    position: absolute;
    inset: 0;
    -webkit-mask-image: url("../img/service/service-shape.png");
    mask-image: url("../img/service/service-shape.png");
    -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%;
    background-color: #E4E4E5;
    z-index: -1;
    -webkit-transition: 0.4s ease-in-out;
    transition: 0.4s ease-in-out
}

.service-card:after {
    inset: 1px;
    background-color: var(--white-color)
}

.service-card .box-content {
    position: relative;
    z-index: 4
}

.service-card .box-icon {
    position: relative;
    text-align: center;
    margin-bottom: 32px;
    z-index: 2;
    -webkit-transition: 0.4s ease-in-out;
    transition: 0.4s ease-in-out
}

.service-card .box-icon img {
    -webkit-transition: 0.4s ease-in-out;
    transition: 0.4s ease-in-out
}

.service-card .box-title {
    margin-bottom: 10px
}

@media (max-width: 1500px) {
    .service-card .box-title {
        font-size: 20px
    }
}

.service-card .box-text {
    margin-bottom: 30px
}

.service-card .th-btn {
    padding: 13.5px 25px;
    font-size: 16px
}

.service-card:hover {
    -webkit-filter: drop-shadow(0px 10px 30px rgba(0, 150, 136, 0.2));
    filter: drop-shadow(0px 10px 30px rgba(0, 150, 136, 0.2))
}

.service-card:hover:after {
    background: var(--theme-color);
    border: 1px solid var(--theme-color)
}

.service-card:hover .box-icon img {
    -webkit-filter: brightness(0) invert(1);
    filter: brightness(0) invert(1)
}

.service-card:hover .box-title {
    color: var(--white-color)
}

.service-card:hover .box-title a {
    color: inherit
}

.service-card:hover .box-text {
    color: var(--white-color)
}

.service-card:hover .line-btn {
    color: var(--white-color)
}

.service-card:hover .line-btn:before {
    background-color: var(--white-color)
}

.service-box {
    position: relative;
    background-color: #F0F0F0;
    border-radius: 16px;
    overflow: hidden;
    z-index: 2
}

@media (max-width: 375px) {
    .service-box {
        text-align: center
    }
}

.service-box:before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    background-image: url("../img/shape/shape-6.png");
    width: 99px;
    height: 119px;
    z-index: 3
}

.service-box .service-overlay {
    position: absolute;
    inset: 0;
    border-radius: 30px;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out
}

.service-box .service-overlay:before {
    content: '';
    position: absolute;
    inset: 0;
    background: var(--white-color);
    z-index: 3;
    border-radius: inherit;
    -webkit-transition: all 0.4s ease-out;
    transition: all 0.4s ease-out
}

.service-box .service-overlay:after {
    content: "";
    position: absolute;
    inset: 0;
    border-radius: inherit;
    background: -webkit-linear-gradient(bottom, rgba(1, 15, 28, 0.7), rgba(1, 15, 28, 0.7));
    background: linear-gradient(0deg, rgba(1, 15, 28, 0.7), rgba(1, 15, 28, 0.7));
    z-index: 2
}

.service-box .box-img {
    position: absolute;
    top: -30px;
    right: -30px
}

.service-box .box-content {
    position: relative;
    z-index: 4;
    padding: 40px 40px 0 40px
}

@media (max-width: 1399px) {
    .service-box .box-content {
        padding: 25px 25px 0 25px
    }
}

@media (max-width: 1299px) {
    .service-box .box-content {
        padding: 20px 20px 0 20px
    }
}

.service-box .box-icon {
    position: relative;
    width: 72px;
    height: 72px;
    line-height: 72px;
    background-color: var(--white-color);
    border-radius: 50%;
    text-align: center;
    margin-bottom: 30px;
    z-index: 2;
    -webkit-transition: 0.4s ease-in-out;
    transition: 0.4s ease-in-out
}

@media (max-width: 375px) {
    .service-box .box-icon {
        display: block;
        margin: auto auto 30px auto
    }
}

.service-box .box-icon:before {
    content: "";
    position: absolute;
    inset: 0;
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0);
    border-radius: 50%;
    background-color: var(--theme-color2);
    -webkit-transform-origin: center;
    -ms-transform-origin: center;
    transform-origin: center;
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
    -webkit-transition: all 0.5s cubic-bezier(0.62, 0.21, 0.45, 1.52);
    transition: all 0.5s cubic-bezier(0.62, 0.21, 0.45, 1.52);
    z-index: -1
}

.service-box .box-icon img {
    -webkit-transition: 0.4s ease-in-out;
    transition: 0.4s ease-in-out
}

.service-box .box-title {
    margin-bottom: 10px
}

@media (max-width: 1500px) {
    .service-box .box-title {
        font-size: 20px
    }
}

@media (max-width: 575px) {
    .service-box .box-title {
        max-width: 100%
    }
}

.service-box .box-title a {
    color: inherit
}

.service-box .box-text {
    font-size: 18px;
    margin-bottom: 30px
}

.service-box .service-btn {
    position: relative;
    padding: 27px 40px;
    background-color: var(--theme-color);
    border-radius: 0px 0px 16px 16px;
    z-index: 6;
    background-image: url("../img/shape/service-shape.png");
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out
}

.service-box .simple-btn {
    color: var(--white-color)
}

.service-box:hover .service-overlay {
    opacity: 1;
    visibility: visible
}

.service-box:hover .service-overlay:before {
    -webkit-transform: translate(100%, -100%);
    -ms-transform: translate(100%, -100%);
    transform: translate(100%, -100%)
}

.service-box:hover .service-btn {
    background-color: var(--theme-color2);
    background-image: url("../img/shape/service-shape2.png")
}

.service-box:hover .simple-btn {
    color: var(--title-color)
}

.service-box:hover .box-img {
    -webkit-transform: translate(100%, -100%);
    -ms-transform: translate(100%, -100%);
    transform: translate(100%, -100%)
}

.service-box:hover .box-icon:before {
    -webkit-transform: scaleX(1);
    -ms-transform: scaleX(1);
    transform: scaleX(1)
}

.service-box:hover .box-icon img {
    -webkit-transform: rotateY(180deg);
    transform: rotateY(180deg)
}

.service-box:hover .box-title {
    color: var(--white-color)
}

.service-box:hover .box-text {
    color: var(--white-color)
}

@media (max-width: 1699px) {
    .service-box.style2 .box-content {
        padding: 30px 30px 0 30px
    }
}

.service-box.style2 .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: 29px;
    margin-bottom: 29px
}

@media (max-width: 375px) {
    .service-box.style2 .box-wrapp {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column
    }
}

.service-box.style2 .box-icon {
    margin-bottom: 0
}

@media (max-width: 1699px) {
    .service-box.style2 .box-title {
        font-size: 20px
    }
}

.service-box.style2 .date {
    font-weight: 500;
    font-size: 18px;
    line-height: 32px;
    letter-spacing: 0.02em;
    color: #03060E
}

.service-box.style2:hover .box-title {
    color: var(--title-color)
}

.service-box.style2:hover .box-text {
    color: var(--body-color)
}

.service-box.style3 {
    position: relative;
    z-index: 2;
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out
}

.service-box.style3:after {
    content: "";
    position: absolute;
    inset: 0;
    -webkit-mask-image: url("../img/shape/service-shape3.png");
    mask-image: url("../img/shape/service-shape3.png");
    background-color: #EBEBEB;
    -webkit-mask-size: cover;
    mask-size: cover;
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    z-index: -1;
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out
}

.service-box.style3 .service-wrapp {
    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;
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
    z-index: 3
}

@media (max-width: 1199px) {
    .service-box.style3 .service-wrapp {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        gap: 20px;
        padding: 20px
    }
}

.service-box.style3 .service-wrapp .box-left-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: 60px
}

@media (max-width: 1299px) {
    .service-box.style3 .service-wrapp .box-left-wrapp {
        gap: 30px
    }
}

.service-box.style3 .service-wrapp .box-content {
    padding: 0;
    max-width: 650px
}

@media (max-width: 1299px) {
    .service-box.style3 .service-wrapp .box-content {
        max-width: 450px
    }
}

@media (max-width: 1199px) {
    .service-box.style3 .service-wrapp .box-content {
        max-width: 100%;
        text-align: center
    }
}

.service-box.style3 .service-wrapp .box-text {
    margin-bottom: -0.3rem
}

.service-box.style3 .service-wrapp .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: 30px;
    margin-bottom: 0
}

@media (max-width: 1199px) {
    .service-box.style3 .service-wrapp .box-wrapp {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column
    }
}

.service-box.style3 .number {
    font-weight: 600;
    font-size: 25px
}

@media (max-width: 1199px) {
    .service-box.style3 .number {
        display: none
    }
}

.service-box.style3 .date {
    font-weight: 500;
    font-size: 18px;
    line-height: 32px;
    letter-spacing: 0.02em;
    color: #03060E
}

.service-box.style3 .box-icon {
    margin-bottom: 0
}

.service-box.style3:hover {
    background-color: var(--theme-color2)
}

.service-box.style3:hover:after {
    background-color: #F0C84A
}

.service-box.style3:hover .box-icon:before {
    background-color: var(--white-color)
}

.service-box.style3:hover .box-title {
    color: var(--title-color)
}

.service-box.style3:hover .box-text {
    color: var(--title-color)
}

.service-box.style3:hover .th-btn {
    background-color: var(--title-color);
    color: var(--white-color)
}

.service-box.style3:hover .th-btn:after {
    color: var(--white-color)
}

.service-grid {
    position: relative;
    z-index: 2
}

@media (max-width: 767px) {
    .service-grid {
        text-align: center
    }

    .service-grid:not(:last-child) {
        margin-bottom: 30px
    }
}

.service-grid-wrapper {
    display: grid;
    grid-template-columns: auto auto;
    gap: 48px 74px
}

@media (max-width: 1299px) {
    .service-grid-wrapper {
        gap: 28px 34px
    }
}

@media (max-width: 767px) {
    .service-grid-wrapper {
        display: block
    }
}

.service-grid .box-icon {
    width: 72px;
    height: 72px;
    line-height: 72px;
    text-align: center;
    border-radius: 50%;
    background-color: var(--theme-color2);
    margin-bottom: 29px
}

@media (max-width: 767px) {
    .service-grid .box-icon {
        display: block;
        margin: auto auto 29px auto
    }
}

.service-grid .box-icon img {
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out
}

.service-grid .box-title {
    text-transform: capitalize;
    margin-bottom: 0px
}

@media (max-width: 767px) {
    .service-grid .box-title {
        font-size: 20px
    }
}

@media (max-width: 375px) {
    .service-grid .box-title {
        font-size: 18px
    }
}

.service-grid .box-text {
    font-size: 18px;
    margin-bottom: 0
}

.service-grid:hover .box-icon img {
    -webkit-transform: rotateY(180deg);
    transform: rotateY(180deg)
}

@media (max-width: 1199px) {
    .service-image {
        display: none
    }
}

@media (max-width: 1500px) {
    .serviceSlide .slider-arrow {
        display: block !important
    }
}

.page-img {
    border-radius: 30px;
    overflow: hidden
}

.page-img.style1 {
    border-radius: 16px
}

.page-img.style1 img {
    height: 100%;
    border-radius: 16px
}

.page-img.style3 {
    height: 500px
}

.page-img img {
    border-radius: 30px
}

.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
}

.sermon-navigation {
    background-color: #F0F0F0;
    border-radius: 16px;
    padding: 22px 40px 22px 32px;
    margin-top: 88px;
    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: 991px) {
    .sermon-navigation {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        gap: 10px
    }
}

@media (max-width: 767px) {
    .sermon-navigation {
        padding: 25px
    }
}

.sermon-navigation .sermon-wrapp {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    gap: 16px
}

@media (max-width: 480px) {
    .sermon-navigation .sermon-wrapp {
        display: block;
        text-align: center
    }
}

.sermon-navigation .sermon-wrapp i {
    width: 32px;
    height: 32px;
    line-height: 32px;
    text-align: center;
    background: var(--theme-color2);
    border-radius: 32px;
    color: var(--title-color);
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out
}

@media (max-width: 480px) {
    .sermon-navigation .sermon-wrapp i {
        margin-top: 10px
    }
}

.sermon-navigation .sermon-wrapp i:hover {
    background: var(--theme-color);
    color: var(--white-color)
}

.sermon-navigation .nav-text {
    font-size: 18px;
    font-family: var(--title-font);
    color: var(--title-color);
    display: inline-block;
    font-weight: 700
}

@media (max-width: 767px) {
    .sermon-navigation .nav-text {
        font-size: 16px
    }
}

@media (max-width: 375px) {
    .sermon-navigation .nav-text {
        font-size: 14px
    }
}

.sermon-navigation .nav-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;
    gap: 20px
}

.sermon-navigation .nav-btn img {
    border-radius: 10px
}

@media (max-width: 1199px) {
    .sermon-navigation .nav-btn img {
        display: none
    }
}

.sermon-navigation .nav-btn.next {
    text-align: right
}

.sermon-navigation .nav-btn:hover .nav-text {
    color: var(--theme-color)
}

.sermon-navigation .nav-btn:hover .nav-img:after {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1)
}

.sermon-navigation .nav-btn:hover .nav-img i {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1)
}

.sermon-navigation .nav-btn .nav-img {
    min-width: 85px;
    position: relative;
    overflow: hidden;
    border-radius: 10px;
    -webkit-transition: 0.4s;
    transition: 0.4s
}

.sermon-navigation .nav-btn .nav-img img {
    border-radius: 10px
}

@media (max-width: 767px) {
    .sermon-navigation .nav-btn .nav-img {
        display: none
    }
}

.sermon-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
}

.sermon-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
}

.sermon-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
}

.sermon-navigation .blog-next {
    text-align: right
}

.sermon-navigation .blog-btn {
    font-size: 38px;
    color: var(--theme-color)
}

@media (max-width: 767px) {
    .sermon-navigation .blog-btn {
        font-size: 25px
    }
}

.sermon-navigation .blog-btn:hover {
    color: var(--theme-color)
}

.sermon-navigation.style2 {
    background-color: transparent;
    border: 1px solid #999999;
    border-radius: 16px;
    padding: 36px 40px
}

@media (max-width: 480px) {
    .sermon-navigation.style2 {
        padding: 25px 20px
    }
}

.sermon-navigation.style2 .icon {
    width: 32px;
    height: 32px;
    line-height: 32px;
    text-align: center;
    border: 1px solid #4E4E4E;
    color: var(--title-color);
    border-radius: 32px;
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out
}

.sermon-navigation.style2 .icon:hover {
    background-color: var(--theme-color2);
    border-color: var(--theme-color2)
}

@media (max-width: 1199px) {
    .sermon-navigation.style2 .th-social {
        display: none
    }
}

.sermon-navigation.style2 .th-social .title {
    font-size: 14px;
    font-weight: 500;
    color: var(--title-color)
}

.sermon-navigation.style2 .th-social a {
    --icon-size: 32px;
    background-color: var(--theme-color2);
    border: 1px solid var(--theme-color2);
    font-size: 14px
}

.sermon-navigation.style2 .th-social a:hover {
    background-color: var(--theme-color);
    border-color: var(--theme-color)
}

.th-sort-bar {
    background-color: transparent;
    padding: 0;
    margin: 64px 0
}

.th-sort-bar .nav {
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end
}

@media (max-width: 991px) {
    .th-sort-bar .nav {
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center
    }
}

@media (max-width: 375px) {
    .th-sort-bar .nav {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        gap: 15px;
        margin: 0 10px
    }

    .th-sort-bar .nav a {
        margin: 0
    }
}

.sort-wrapper {
    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: 991px) {
    .sort-wrapper {
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center
    }
}

@media (max-width: 375px) {
    .sort-wrapper {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column
    }
}

.sort-wrapper .currency-menu .nice-select {
    position: relative;
    font-family: var(--body-font);
    background: none;
    border: none;
    width: 100%;
    color: var(--title-color);
    font-weight: 500;
    font-size: 14px;
    height: 64px;
    line-height: 64px;
    border: 1px solid #999999;
    border-radius: 8px;
    min-width: 423px
}

@media (max-width: 1299px) {
    .sort-wrapper .currency-menu .nice-select {
        min-width: 200px
    }
}

@media (max-width: 767px) {
    .sort-wrapper .currency-menu .nice-select {
        text-align: left
    }
}

@media (max-width: 375px) {
    .sort-wrapper .currency-menu .nice-select {
        min-width: 300px
    }
}

.sort-wrapper .currency-menu .nice-select:after {
    display: none
}

.sort-wrapper .currency-menu .nice-select:before {
    content: "";
    position: absolute;
    top: 30px;
    right: 24px;
    border-top: 0.6em solid var(--body-color);
    border-right: .6em solid transparent;
    border-bottom: 0;
    border-left: .6em solid transparent;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none
}

.sermon-top-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
}

@media (max-width: 480px) {
    .sermon-top-wrapp {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        gap: 20px
    }
}

.sermon-top-wrapp .box-title {
    margin-bottom: -0.3rem
}

@media (max-width: 375px) {
    .sermon-top-wrapp .box-title {
        font-size: 20px;
        text-align: center
    }
}

.sermon-top-wrapp .currency-menu .nice-select {
    background: #F0F0F0;
    border: none;
    border-radius: 8px;
    height: 48px
}

.sermon-top-wrapp .currency-menu .nice-select:after {
    top: 0px
}

.audio-play-wrapp {
    background-color: #F0F0F0;
    border-radius: 16px;
    padding: 26px 32px;
    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: 50px 0 60px 0
}

@media (max-width: 991px) {
    .audio-play-wrapp {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        gap: 20px
    }
}

.audio-play-wrapp audio {
    background-color: #fff;
    border: 1px solid var(--theme-color);
    border-radius: 200px;
    width: 60%
}

@media (max-width: 1299px) {
    .audio-play-wrapp audio {
        width: 50%
    }
}

@media (max-width: 991px) {
    .audio-play-wrapp audio {
        width: 100%
    }
}

.audio-play-wrapp audio source {
    background-color: #fff
}

.audio-play-wrapp audio::-webkit-media-controls-play-button,
.audio-play-wrapp audio::-webkit-media-controls-panel {
    background-color: #fff;
    border: 1px solid var(--theme-color);
    color: var(--title-color)
}

.audio-play-wrapp .button-wrapp .th-btn {
    margin-left: 14px
}

@media (max-width: 1399px) {
    .audio-play-wrapp .button-wrapp .th-btn {
        padding: 19px 20px
    }
}

@media (max-width: 480px) {
    .audio-play-wrapp .button-wrapp .th-btn {
        width: 100%;
        margin: 0
    }

    .audio-play-wrapp .button-wrapp .th-btn:not(:last-child) {
        margin: 0 0 10px 0
    }
}

.audio-play-wrapp .button-wrapp .th-btn.style2 {
    color: var(--white-color)
}

.load-more-btn {
    margin-top: 60px;
    text-align: center;
    margin-right: auto;
    margin-right: auto
}

@media (max-width: 1199px) {
    .load-more-btn {
        margin-top: 50px
    }
}

.service-box2 {
    position: relative;
    border-radius: 16px;
    overflow: hidden;
    min-height: 379px;
    -webkit-perspective: 1000px;
    perspective: 1000px;
    overflow: hidden
}

.service-box2 .box-img {
    position: absolute;
    inset: 0;
    z-index: 2;
    -webkit-transition: -webkit-transform 0.9s ease;
    transition: -webkit-transform 0.9s ease;
    transition: transform 0.9s ease;
    transition: transform 0.9s ease, -webkit-transform 0.9s ease;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden
}

.service-box2 .box-img:before {
    content: "";
    position: absolute;
    inset: 0;
    background: -webkit-linear-gradient(top, rgba(3, 6, 14, 0) 0%, rgba(3, 6, 14, 0.8) 100%);
    background: linear-gradient(180deg, rgba(3, 6, 14, 0) 0%, rgba(3, 6, 14, 0.8) 100%);
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out
}

.service-box2 .box-img img {
    width: 100%;
    height: 379px;
    object-fit: cover;
    border-radius: 16px;
    display: block;
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out
}

.service-box2 .box-info {
    position: absolute;
    right: 40px;
    bottom: 40px;
    z-index: 4;
    -webkit-transition: -webkit-transform 0.4s ease;
    transition: -webkit-transform 0.4s ease;
    transition: transform 0.4s ease;
    transition: transform 0.4s ease, -webkit-transform 0.4s ease;
    direction: rtl;

}

@media (max-width: 991px) {
    .service-box2 .box-info {
        left: 30px;
        bottom: 30px
    }
}

@media (max-width: 575px) {
    .service-box2 .box-info {
        left: 20px;
        bottom: 20px
    }
}

.service-box2 .box-info .box-icon {
    width: 72px;
    height: 72px;
    background-color: var(--theme-color2);
    border-radius: 50%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-bottom: 24px;
    -webkit-transition: -webkit-transform 0.4s ease;
    transition: -webkit-transform 0.4s ease;
    transition: transform 0.4s ease;
    transition: transform 0.4s ease, -webkit-transform 0.4s ease
}

.service-box2 .box-info .box-icon img {
    -webkit-transition: -webkit-transform 0.4s ease;
    transition: -webkit-transform 0.4s ease;
    transition: transform 0.4s ease;
    transition: transform 0.4s ease, -webkit-transform 0.4s ease
}

.service-box2 .box-info .box-title {
    color: var(--white-color);
    text-transform: capitalize;
    margin: 0
}

@media (max-width: 991px) {
    .service-box2 .box-info .box-title {
        font-size: 22px
    }
}

@media (max-width: 575px) {
    .service-box2 .box-info .box-title {
        font-size: 20px
    }
}

.service-box2 .box-info .box-title a {
    color: inherit
}

.service-box2 .box-info .box-title a:hover {
    color: var(--theme-color2)
}

.service-box2 .box-content {
    position: absolute;
    inset: 0;
    background-color: #f1f3f5;
    z-index: 3;
    opacity: 0;
    -webkit-transform: scale(0.95);
    -ms-transform: scale(0.95);
    transform: scale(0.95);
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
    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
}

.service-box2 .box-content::before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    background-image: url("../img/shape/shape-6.png");
    width: 99px;
    height: 119px
}

.service-box2 .box-content .box-wrapp {
    padding: 40px
}

@media (max-width: 991px) {
    .service-box2 .box-content .box-wrapp {
        padding: 30px
    }
}

@media (max-width: 575px) {
    .service-box2 .box-content .box-wrapp {
        padding: 20px
    }
}

.service-box2 .box-content .box-wrapp .box-icon {
    width: 72px;
    height: 72px;
    background-color: var(--theme-color2);
    border-radius: 50%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-bottom: 24px
}

.service-box2 .box-content .box-wrapp .box-icon img {
    -webkit-transition: -webkit-transform 0.4s ease;
    transition: -webkit-transform 0.4s ease;
    transition: transform 0.4s ease;
    transition: transform 0.4s ease, -webkit-transform 0.4s ease
}

.service-box2 .box-content .box-wrapp .box-title {
    color: var(--title-color);
    margin-bottom: 10px;
    text-align: right;
}

@media (max-width: 991px) {
    .service-box2 .box-content .box-wrapp .box-title {
        font-size: 20px
    }
}

@media (max-width: 575px) {
    .service-box2 .box-content .box-wrapp .box-title {
        font-size: 20px
    }
}

.service-box2 .box-content .box-wrapp .box-text {
    font-size: 18px;
    margin-bottom: -0.3rem;
    direction: rtl;

}

.service-box2 .box-content .service-btn {
    padding: 25px 40px;
    background-color: var(--theme-color2);
    border-radius: 0 0 16px 16px;
    background-image: url("../img/shape/service-shape.png")
}

.service-box2 .box-content .service-btn .simple-btn {
    color: var(--title-color)
}

.service-box2:hover .box-img {
    -webkit-transform: rotateY(180deg);
    transform: rotateY(180deg)
}

.service-box2:hover .box-content {
    opacity: 1;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1)
}

.service-box2:hover .box-info {
    -webkit-transform: translateY(170px);
    -ms-transform: translateY(170px);
    transform: translateY(170px)
}

.service-area {
    background-color: #F1F3F5
}

.service-box3 {
    position: relative;
    padding: 48px 32px;
    border: 1px solid rgba(55, 72, 104, 0.3);
    border-radius: 16px;
    -webkit-transition: 0.4s ease-in-out;
    transition: 0.4s ease-in-out
}

.service-box3:before {
    content: "";
    position: absolute;
    bottom: 0;
    right: 0;
    background-image: url("../img/shape/ser-shape.png");
    width: 99px;
    height: 119px;
    z-index: 3
}

.service-box3 .box-icon {
    position: relative;
    font-size: 24px;
    line-height: 48px;
    color: var(--theme-color);
    width: 100px;
    height: 100px;
    line-height: 100px;
    text-align: center;
    background-color: var(--theme-color);
    border-radius: 50%;
    z-index: 2
}

.service-box3 .box-icon:before {
    content: "";
    position: absolute;
    inset: 0;
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0);
    border-radius: 50%;
    background-color: var(--white-color);
    -webkit-transform-origin: center;
    -ms-transform-origin: center;
    transform-origin: center;
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
    -webkit-transition: all 0.5s cubic-bezier(0.62, 0.21, 0.45, 1.52);
    transition: all 0.5s cubic-bezier(0.62, 0.21, 0.45, 1.52);
    z-index: -1
}

.service-box3 .box-icon img {
    -webkit-filter: brightness(0) invert(1);
    filter: brightness(0) invert(1);
    -webkit-transition: 0.4s ease-in-out;
    transition: 0.4s ease-in-out
}

.service-box3 .box-number {
    font-weight: 600;
    font-size: 48px;
    line-height: 28px;
    letter-spacing: 0.02em;
    color: rgba(55, 72, 104, 0.3)
}

.service-box3 .box-title {
    margin: 0 0 15px 0
}

.service-box3 .box-title a {
    color: inherit
}

.service-box3 .box-title a:hover {
    color: var(--title-color)
}

.service-box3 .box-inner {
    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;
    -webkit-transition: 0.4s ease-in-out;
    transition: 0.4s ease-in-out;
    margin-bottom: 30px
}

.service-box3 .line-btn {
    padding: 0
}

.service-box3 .line-btn:before {
    display: none
}

.service-box3:hover {
    background-color: var(--theme-color2);
    border-color: var(--theme-color2)
}

.service-box3:hover .box-icon:before {
    -webkit-transform: scaleX(1);
    -ms-transform: scaleX(1);
    transform: scaleX(1)
}

.service-box3:hover .box-icon img {
    -webkit-filter: none;
    filter: none
}

.service-box3:hover .box-title {
    color: var(--theme-color)
}

.sermon-details .currency-menu .dropdown-menu {
    border-radius: 10px
}

@media (max-width: 575px) {
    .available-list {
        padding: 0
    }
}

.available-list ul {
    padding: 0;
    margin: 0;
    list-style: none
}

.available-list li {
    position: relative;
    padding-left: 30px;
    margin-bottom: 15px;
    text-transform: capitalize;
    color: var(--body-color)
}

.available-list li:after {
    content: "\f058";
    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
}

.pricing-tabs {
    margin-top: 31px;
    margin-bottom: 60px
}

.pricing-tabs.style2 .switch-area .switch {
    background-color: var(--title-color)
}

@media (max-width: 767px) {
    .pricing-tabs.style3 {
        text-align: center
    }
}

.pricing-tabs.style3 .switch-area {
    background-color: rgba(57, 63, 74, 0.5);
    border-radius: 50px;
    padding: 8px 5px 8px 5px
}

@media (max-width: 575px) {
    .pricing-tabs.style3 .switch-area {
        margin-bottom: 30px
    }
}

.pricing-tabs.style3 .switch-area .toggle {
    opacity: 0;
    display: none
}

.pricing-tabs.style3 .switch-area .toggler {
    background-color: transparent;
    border-radius: 30px;
    padding: 8px 23px;
    font-weight: 300;
    font-size: 16px;
    color: var(--white-color)
}

.pricing-tabs.style3 .switch-area .toggler.toggler--is-active {
    background-color: var(--theme-color);
    color: var(--title-color)
}

.pricing-tabs .discount-tag {
    color: var(--theme-color);
    font-size: 16px;
    font-weight: 500;
    font-family: var(--body-font);
    position: absolute;
    bottom: -3px;
    -webkit-transform: translate(-35px, 100%);
    -ms-transform: translate(-35px, 100%);
    transform: translate(-35px, 100%);
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: end;
    -webkit-align-items: end;
    -ms-flex-align: end;
    align-items: end;
    gap: 10px
}

@media (max-width: 575px) {
    .pricing-tabs {
        margin-bottom: 0px
    }

    .pricing-tabs .discount-tag {
        display: none
    }
}

.switch-area {
    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: 20px
}

.switch-area .toggler {
    -webkit-transition: .2s;
    transition: .2s;
    font-weight: 400;
    font-family: var(--title-font);
    font-size: 20px;
    font-family: var(--body-font);
    color: var(--title-color);
    background: transparent;
    margin-bottom: -0.4em;
    cursor: pointer
}

.switch-area .toggle {
    position: relative;
    width: 70px;
    height: 36px;
    border-radius: 100px;
    background-color: var(--theme-color);
    overflow: hidden;
    box-shadow: inset 0 0 2px 1px rgba(0, 0, 0, 0.05)
}

.switch-area .check {
    position: absolute;
    display: block;
    cursor: pointer;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    z-index: 6;
    visibility: visible
}

.switch-area .check:checked~.switch {
    right: 3px;
    left: 53%;
    -webkit-transition: 0.25s cubic-bezier(0.785, 0.135, 0.15, 0.86);
    transition: 0.25s cubic-bezier(0.785, 0.135, 0.15, 0.86);
    -webkit-transition-property: left, right;
    transition-property: left, right;
    -webkit-transition-delay: .08s, 0s;
    transition-delay: .08s, 0s
}

.switch-area .switch {
    position: absolute;
    left: 3px;
    top: 3px;
    bottom: 3px;
    right: 53%;
    background-color: var(--title-color);
    border-radius: 36px;
    z-index: 1;
    -webkit-transition: 0.25s cubic-bezier(0.785, 0.135, 0.15, 0.86);
    transition: 0.25s cubic-bezier(0.785, 0.135, 0.15, 0.86);
    -webkit-transition-property: left, right;
    transition-property: left, right;
    -webkit-transition-delay: 0s, .08s;
    transition-delay: 0s, .08s;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2)
}

.wrapper-full.hide {
    display: none
}

.price-box {
    position: relative;
    background: #F8F8F8;
    border-radius: 30px;
    padding: 50px;
    -webkit-transition: 0.4s;
    transition: 0.4s;
    z-index: 1;
    overflow: hidden
}

.price-box.style2 .th-btn:hover {
    border: 1px solid var(--theme-color)
}

.price-box.style2 .th-btn:hover .btn-text:before,
.price-box.style2 .th-btn:hover .btn-text:after {
    color: var(--white-color)
}

.price-box.style2 .th-btn:hover.th-icon i {
    color: var(--white-color)
}

.price-box.style2.active .th-btn {
    border: 1px solid var(--theme-color);
    background-color: var(--theme-color)
}

.price-box.style2.active .th-btn .btn-text:before,
.price-box.style2.active .th-btn .btn-text:after {
    color: var(--white-color)
}

.price-box.style2.active .th-btn.th-icon i {
    color: var(--white-color)
}

.price-box.style2.active .offer-tag {
    opacity: 1
}

@media (max-width: 1299px) {
    .price-box {
        padding: 30px
    }
}

@media (max-width: 991px) {
    .price-box {
        padding: 30px
    }
}

.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 {
    font-size: 30px;
    font-weight: 700;
    margin-bottom: 10px
}

@media (max-width: 575px) {
    .price-box .box-title {
        font-size: 24px
    }
}

.price-box .box-price {
    font-size: 54px;
    font-weight: 600;
    margin-bottom: 20px
}

@media (max-width: 767px) {
    .price-box .box-price {
        font-size: 40px
    }
}

.price-box .box-text2 {
    border-bottom: 1px solid #E0E0E0;
    padding-bottom: 20px;
    margin-bottom: 30px
}

.price-box .duration {
    font-size: 16px;
    color: var(--body-color);
    font-weight: 500
}

.price-box .box-text {
    color: var(--body-color);
    margin-bottom: 30px;
    padding-bottom: 30px;
    border-bottom: 1px solid #D9D9D9
}

.price-box .th-btn {
    margin-top: 35px;
    text-transform: uppercase;
    border: 1px solid transparent;
    font-weight: 600
}

.price-box .th-btn:hover {
    border: 1px solid var(--title-color)
}

.price-box .th-btn:hover .btn-text:before,
.price-box .th-btn:hover .btn-text:after {
    color: var(--title-color)
}

.price-box .th-btn:hover.th-icon i {
    color: var(--title-color)
}

.price-box .available-list li:after {
    content: "\f336";
    color: #57B33E
}

.price-box .offer-tag {
    position: absolute;
    top: 22px;
    right: -0;
    font-family: var(--title-font);
    border-bottom: 1px solid var(--title-color);
    font-weight: 500;
    font-size: 16px;
    line-height: 26px;
    width: 88px;
    height: 30px;
    display: inline-block;
    text-align: center;
    color: var(--title-color);
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    display: block;
    opacity: 1
}

.price-box.active .th-btn {
    border: 1px solid var(--title-color);
    background-color: var(--theme-color)
}

.price-box.active .th-btn .btn-text:before,
.price-box.active .th-btn .btn-text:after {
    color: var(--title-color)
}

.price-box.active .th-btn.th-icon i {
    color: var(--title-color)
}

.price-box.active .offer-tag {
    opacity: 1
}

.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 {
    margin-top: 40px
}

.price-card.price-card-list {
    margin-top: 96px
}

@media (max-width: 1699px) {
    .price-card.price-card-list {
        margin-top: 96px
    }
}

@media (max-width: 1199px) {
    .price-card.price-card-list {
        margin-top: 106px
    }
}

@media (max-width: 991px) {
    .price-card.price-card-list {
        margin-top: 0px;
        display: none
    }
}

.price-card.price-card-list .checklist ul li {
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start
}

.price-card .checklist ul li {
    padding: 16px 0;
    height: 50px;
    font-weight: 500;
    font-size: 16px;
    font-family: var(--title-font);
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    border-top: 1px dashed #A2ABBA;
    margin-bottom: 0
}

.price-card .checklist ul li span {
    display: none
}

@media (max-width: 991px) {
    .price-card .checklist ul li span {
        display: block
    }
}

.price-card .checklist ul li:last-child {
    border-bottom: 1px dashed #A2ABBA
}

.price-card.active .box-content:before {
    background-color: var(--theme-color)
}

.price-card.active .box-price {
    color: var(--white-color)
}

.price-card.active .checklist ul li img {
    -webkit-filter: brightness(0) invert(1);
    filter: brightness(0) invert(1)
}

.price-card.active .checklist ul li span {
    color: var(--white-color)
}

.price-card.active .th-btn {
    background-color: var(--title-color)
}

.price-card .box-content {
    position: relative;
    padding: 30px 0;
    z-index: 2
}

.price-card .box-content:before {
    content: "";
    position: absolute;
    inset: 0;
    margin-left: 25px;
    border-radius: 30px;
    background-color: #E9E9E9;
    z-index: -1
}

@media (max-width: 1199px) {
    .price-card .box-content:before {
        margin-left: 0
    }
}

.price-card .box-title {
    margin-bottom: 0;
    text-align: center
}

.price-card .box-text {
    text-align: center
}

.price-card .box-price {
    font-weight: 600;
    font-size: 44px;
    line-height: 54px;
    text-transform: capitalize;
    color: #1F1F1F;
    text-align: center
}

.price-card .th-btn {
    padding: 19.5px 47px;
    width: 252px;
    margin: 30px 0 0 30px
}

@media (max-width: 1299px) {
    .price-card .th-btn {
        width: auto
    }
}

@media (max-width: 1199px) {
    .price-card .th-btn {
        padding: 15px 30px
    }
}

.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 {
    background: #191919;
    border: 1px solid #222222;
    text-align: center;
    padding: 40px
}

.price-item.style2 {
    background-color: var(--white-color);
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out
}

.price-item.style2 .box-price {
    background: var(--smoke-color2);
    border: 1px solid var(--smoke-color);
    border-radius: 20px;
    box-shadow: none
}

.price-item.style2:hover,
.price-item.style2.active {
    background-color: var(--theme-color);
    border-color: var(--theme-color)
}

.price-item.style2:hover .box-price,
.price-item.style2.active .box-price {
    color: var(--white-color);
    background: rgba(255, 255, 255, 0.2);
    border: 1px solid rgba(255, 255, 255, 0.2)
}

.price-item.style2:hover .subtitle,
.price-item.style2.active .subtitle {
    color: var(--white-color)
}

.price-item.style2:hover .box-title,
.price-item.style2.active .box-title {
    color: var(--white-color)
}

.price-item.style2:hover .box-text,
.price-item.style2.active .box-text {
    color: var(--white-color)
}

.price-item.style2:hover .duration,
.price-item.style2.active .duration {
    color: var(--white-color)
}

.price-item.style2:hover .available-list li,
.price-item.style2.active .available-list li {
    color: var(--white-color)
}

.price-item.style2:hover .available-list li:after,
.price-item.style2.active .available-list li:after {
    color: var(--white-color)
}

.price-item.style2:hover .th-btn,
.price-item.style2.active .th-btn {
    background-color: var(--title-color);
    color: var(--white-color)
}

.price-item .subtitle {
    color: var(--theme-color);
    font-weight: 600;
    margin-bottom: 0
}

.price-item .box-title {
    color: var(--white-color);
    font-size: 30px;
    font-weight: 600;
    margin-bottom: 0px
}

@media (max-width: 575px) {
    .price-item .box-title {
        font-size: 24px
    }
}

.price-item .duration {
    font-size: 16px;
    color: var(--body-color);
    font-weight: 400
}

.price-item .box-text {
    color: var(--body-color);
    margin-bottom: 30px
}

.price-item .box-price {
    background: #222222;
    color: var(--theme-color);
    padding: 20px 30px;
    font-size: 44px;
    font-weight: 600;
    margin-bottom: 35px
}

@media (max-width: 1199px) {
    .price-item .box-price {
        font-size: 34px
    }
}

@media (max-width: 375px) {
    .price-item .box-price {
        font-size: 25px
    }
}

.price-item .box-price .duration {
    color: var(--white-color)
}

.price-item .available-list {
    text-align: left;
    padding-left: 60px;
    padding-bottom: 40px
}

@media (max-width: 1299px) {
    .price-item .available-list {
        padding-left: 0
    }
}

.price-item .available-list li {
    color: var(--white-color)
}

.price-item .available-list li.unavailable:after {
    color: var(--white-color)
}

.price-item .th-btn {
    background-color: #1F1F1F;
    color: var(--white-color);
    padding: 21px 30px
}

.price-item.active {
    border: 1px solid rgba(254, 217, 31, 0.2)
}

.price-item.active .th-btn {
    background-color: var(--theme-color);
    color: var(--title-color)
}

.price-item.active .th-btn:hover:before,
.price-item.active .th-btn:hover:after {
    background-color: var(--white-color)
}

.gallery-card {
    position: relative
}

.gallery-card:nth-child(2) {
    margin-top: 24px
}

.gallery-card .box-img {
    position: relative;
    z-index: 2;
    border-radius: 16px;
    -webkit-transition: 0.4s ease-in-out;
    transition: 0.4s ease-in-out
}

.gallery-card .box-img:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background: -webkit-linear-gradient(bottom, rgba(3, 6, 14, 0.5), rgba(3, 6, 14, 0.5));
    background: linear-gradient(0deg, rgba(3, 6, 14, 0.5), rgba(3, 6, 14, 0.5));
    -webkit-transition: 0.4s ease-in-out;
    transition: 0.4s ease-in-out;
    -webkit-transform: scaleX(0);
    -ms-transform: scaleX(0);
    transform: scaleX(0);
    opacity: 0;
    border-radius: inherit;
    visibility: hidden;
    z-index: 1
}

.gallery-card .box-img img {
    border-radius: 16px;
    -webkit-transition: 0.4s ease-in-out;
    transition: 0.4s ease-in-out
}

@media (max-width: 991px) {
    .gallery-card .box-img img {
        width: 100%
    }
}

.gallery-card .simple-btn {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    font-size: 35px;
    color: var(--white-color);
    -webkit-transition: 0.4s ease-in-out;
    transition: 0.4s ease-in-out;
    visibility: hidden;
    opacity: 0;
    z-index: 3;
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease
}

.gallery-card:hover .box-img:before {
    opacity: 1;
    visibility: visible;
    -webkit-transform: scaleX(1);
    -ms-transform: scaleX(1);
    transform: scaleX(1)
}

.gallery-card:hover .box-img img {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1)
}

.gallery-card:hover .simple-btn {
    visibility: visible;
    opacity: 1
}

.gallery-card.style2 .box-img {
    border-radius: 0
}

@media (max-width: 991px) {
    .gallery-card.style2 .box-img {
        margin-bottom: 0
    }
}

.gallery-card.style2 .box-img img {
    border-radius: 0
}

.line-bottom {
    border-top: 1px solid #4D5765;
    padding-top: 60px
}

.project-box-static-wrap {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 60px
}

.project-box-static-wrap .project-box-static {
    position: -webkit-sticky;
    position: sticky;
    top: 155px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    margin: auto
}

.project-box-static-wrap .project-box-static:nth-child(even) .project-box-img {
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1;
    margin-left: auto
}

.project-box-static-wrap .project-box-static:nth-child(even) .project-box-details {
    -webkit-box-ordinal-group: 1;
    -webkit-order: 0;
    -ms-flex-order: 0;
    order: 0
}

.project-box {
    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: 60px
}

.project-box.style2 .box-title {
    color: var(--title-color)
}

.project-box.style2 .box-text {
    color: var(--body-color)
}

.project-box.style2 .counter-grid .counter-text {
    color: var(--body-color)
}

.project-box.style2 .border-btn {
    background-color: transparent;
    border: 1px solid #E0E0E0;
    border-radius: 14px
}

.project-box.style2 .border-btn .btn-text:before,
.project-box.style2 .border-btn .btn-text:after {
    color: var(--title-color)
}

.project-box.style2 .border-btn.th-icon i {
    color: var(--title-color)
}

.project-box.style2 .border-btn:hover .btn-text:before,
.project-box.style2 .border-btn:hover .btn-text:after {
    color: var(--white-color)
}

.project-box.style2 .border-btn:hover.th-icon i {
    color: var(--white-color)
}

@media (max-width: 1199px) {
    .project-box {
        display: block
    }
}

.project-box:not(:last-child) {
    margin-bottom: 40px
}

.project-box:nth-child(even) .project-box-img {
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1;
    margin-left: auto
}

.project-box:nth-child(even) .project-box-details {
    -webkit-box-ordinal-group: 1;
    -webkit-order: 0;
    -ms-flex-order: 0;
    order: 0
}

.project-box-img {
    max-width: 880px;
    height: 470px;
    position: relative;
    overflow: hidden
}

@media (max-width: 1199px) {
    .project-box-img {
        max-width: 100%;
        margin-bottom: 35px
    }
}

@media (max-width: 767px) {
    .project-box-img {
        height: 100%
    }
}

.project-box-img img {
    -webkit-transition: 0.4s;
    transition: 0.4s;
    border-radius: 30px;
    width: 100%;
    height: 100%
}

.project-box .project-box-details {
    overflow: hidden;
    max-width: 590px
}

.project-box .project-subtitle {
    font-weight: 500;
    font-size: 16px;
    color: #000000
}

.project-box .box-title {
    font-weight: 600;
    font-size: 36px;
    color: var(--white-color);
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out
}

@media (max-width: 767px) {
    .project-box .box-title {
        font-size: 24px
    }
}

.project-box .box-text {
    color: #B7BEC8;
    margin-bottom: 30px
}

.project-box .th-btn {
    background-color: var(--title-color);
    border: 1px solid #4D5765;
    text-transform: uppercase;
    color: var(--white-color)
}

.project-box .th-btn .btn-text:before,
.project-box .th-btn .btn-text:after {
    color: var(--white-color)
}

.project-box .th-btn.th-icon i {
    color: var(--white-color)
}

.project-box .th-btn:after {
    background: var(--theme-color)
}

.project-box .th-btn:hover {
    border: 1px solid var(--theme-color)
}

.project-area2 {
    background-position: center;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    -webkit-transition: background-image 0.4s ease-in-out;
    transition: background-image 0.4s ease-in-out;
    position: relative;
    z-index: 1
}

@media (max-width: 991px) {
    .project-area2 {
        background-size: cover
    }
}

.project-area2:before {
    content: "";
    position: absolute;
    inset: 0;
    background: #0D0C00;
    opacity: 0.4;
    z-index: -1
}

.project-area2 .shadow-title {
    font-weight: 500;
    font-size: 150px;
    line-height: 94px;
    letter-spacing: 0.02em;
    text-transform: capitalize;
    color: var(--white-color);
    opacity: 0.2;
    -webkit-backdrop-filter: blur(50px);
    backdrop-filter: blur(50px);
    position: absolute;
    top: 100px;
    left: 50px
}

@media (max-width: 991px) {
    .project-area2 .shadow-title {
        font-size: 90px;
        line-height: 80px
    }
}

@media (max-width: 575px) {
    .project-area2 .shadow-title {
        font-size: 60px;
        line-height: 70px
    }
}

@media (max-width: 375px) {
    .project-area2 .shadow-title {
        font-size: 50px;
        line-height: 60px
    }
}

.project-item {
    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: end;
    -ms-flex-pack: end;
    justify-content: end;
    height: 750px;
    border-right: 1px solid var(--white-color)
}

@media (max-width: 991px) {
    .project-item {
        height: 600px
    }
}

.project-item .box-content {
    padding: 35px;
    position: absolute;
    width: 100%;
    bottom: -10%;
    z-index: 1;
    background: rgba(255, 255, 255, 0.24);
    -webkit-backdrop-filter: blur(37px);
    backdrop-filter: blur(37px);
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
    opacity: 0;
    visibility: hidden
}

@media (max-width: 1399px) {
    .project-item .box-content {
        padding: 25px
    }
}

.project-item .box-title {
    color: var(--white-color);
    font-size: 30px;
    font-weight: 600;
    margin-bottom: 0px
}

@media (max-width: 1500px) {
    .project-item .box-title {
        font-size: 24px
    }
}

.project-item .box-subtitle {
    font-family: var(--title-font);
    font-weight: 500;
    font-size: 14px;
    line-height: 24px;
    letter-spacing: 0.02em;
    color: #FFFA84;
    margin-bottom: 5px
}

.project-item:hover .box-content {
    bottom: 0;
    opacity: 1;
    visibility: visible
}

.portfolio-area {
    position: relative;
    z-index: 2
}

.project-item2 {
    position: relative;
    border-radius: 30px;
    --space: 40px;
    overflow: hidden;
    z-index: 9
}

@media (max-width: 991px) {
    .project-item2 {
        --space: 20px
    }
}

.project-item2:before {
    content: "";
    position: absolute;
    inset: 0;
    background: rgba(13, 12, 0, 0.46);
    -webkit-backdrop-filter: blur(10px);
    backdrop-filter: blur(10px);
    border-radius: 30px;
    border-radius: inherit;
    z-index: 1;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out
}

.project-item2 .box-img img {
    width: 100%
}

@media (max-width: 991px) {
    .project-item2 .box-img {
        margin-bottom: 0
    }
}

.project-item2 .box-title {
    color: var(--white-color);
    font-weight: 600;
    font-size: 30px;
    line-height: 40px;
    letter-spacing: 0.02em;
    margin-bottom: 0px
}

@media (max-width: 1399px) {
    .project-item2 .box-title {
        font-size: 24px;
        line-height: 34px
    }
}

.project-item2 .box-subtitle {
    color: #FFFA84;
    font-size: 14px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.3);
    padding-bottom: 18px;
    margin-bottom: 20px
}

.project-item2 .box-content {
    position: absolute;
    left: var(--space);
    bottom: -40px;
    opacity: 0;
    visibility: hidden;
    display: inline-block;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    z-index: 2
}

.project-item2 .icon-btn {
    background-color: transparent;
    border: none;
    font-size: 18px;
    width: 56px;
    height: 56px;
    border: 1px solid var(--white-color);
    border-radius: 50%;
    color: var(--white-color);
    position: absolute;
    right: 30px;
    top: -30px;
    z-index: 2;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out
}

.project-item2 .icon-btn:hover {
    background-color: var(--white-color);
    color: var(--title-color)
}

.project-item2:hover:before {
    opacity: 1;
    visibility: visible
}

.project-item2:hover .box-content {
    opacity: 1;
    bottom: var(--space);
    visibility: visible
}

.project-item2:hover .icon-btn {
    top: var(--space);
    opacity: 1;
    visibility: visible
}

.project-area .project-image {
    position: relative;
    z-index: 2;
    height: 548px
}

@media (max-width: 767px) {
    .project-area .project-image {
        height: 400px
    }
}

.project-area .project-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    -webkit-clip-path: polygon(18% 0, 100% 0, 100% 100%, 0 100%, 0 40%);
    clip-path: polygon(18% 0, 100% 0, 100% 100%, 0 100%, 0 40%)
}

.project-area .project-image .discount-wrapp {
    position: absolute;
    top: 0;
    left: 0;
    width: 210px;
    height: 210px;
    background-color: var(--white-color)
}

.project-area .project-image .discount-wrapp .discount-tag {
    background-color: var(--theme-color);
    min-width: 180px;
    min-height: 180px;
    max-width: 180px;
    max-height: 180px;
    display: block;
    margin: 15px auto
}

.project-area .project-image .discount-wrapp .discount-tag span {
    --rotate-letter: 18deg;
    min-height: 85px;
    min-width: 85px
}

.project-area .project-image .discount-wrapp .project-counter {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 118px;
    height: 118px;
    border-radius: 50%;
    margin-bottom: 0;
    border: 1px solid 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
}

.project-card {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    gap: 20px
}

.project-card_wrapp {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    gap: 40px
}

.project-card .box-icon {
    position: absolute;
    min-width: 70px;
    height: 70px;
    line-height: 70px;
    border-radius: 50%;
    background: var(--theme-color)
}

@media (max-width: 991px) {
    .project-card {
        padding: 30px
    }
}

.project-card .box-title {
    font-size: 36px
}

@media (max-width: 1199px) {
    .project-card .box-title {
        font-size: 24px
    }
}

.project-card .box-text {
    margin-bottom: -0.3rem
}

.sec-text5 {
    color: #7A8392
}

.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: 35px;
    text-align: center;
    margin-bottom: 60px
}

@media (max-width: 1199px) {
    .filter-menu {
        margin-bottom: 50px
    }
}

@media (max-width: 991px) {
    .filter-menu {
        margin-top: -10px;
        margin-bottom: 45px;
        gap: 6px
    }
}

.filter-menu .tab-btn {
    position: relative;
    background: transparent;
    border: none;
    border-left: 1px solid transparent;
    border-radius: 10px;
    font-size: 16px;
    font-weight: 300;
    color: var(--body-color);
    -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;
    width: 20px;
    height: 1px;
    right: -35%;
    top: 50%;
    background-color: #D8DDE1;
    -webkit-transform: rotate(105deg);
    -ms-transform: rotate(105deg);
    transform: rotate(105deg)
}

.filter-menu .tab-btn:hover,
.filter-menu .tab-btn.active {
    color: var(--title-color);
    background: -webkit-linear-gradient(left, #F8F8F8 0%, rgba(248, 248, 248, 0) 100%);
    background: linear-gradient(90deg, #F8F8F8 0%, rgba(248, 248, 248, 0) 100%);
    border: none;
    border-left: 1px solid #121212;
    border-radius: 10px
}

.filter-menu .tab-btn:hover:before,
.filter-menu .tab-btn.active:before {
    opacity: 1;
    visibility: visible
}

.portfolio-box {
    position: relative;
    border-radius: 30px;
    --space: 30px;
    overflow: hidden;
    z-index: 9
}

@media (max-width: 991px) {
    .portfolio-box {
        --space: 20px
    }
}

.portfolio-box:before {
    content: "";
    position: absolute;
    inset: 0;
    background: #0A0A0A;
    border-radius: inherit;
    z-index: 1;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out
}

.portfolio-box .box-img img {
    width: 100%
}

@media (max-width: 991px) {
    .portfolio-box .box-img {
        margin-bottom: 0
    }
}

.portfolio-box .box-title {
    color: var(--white-color);
    font-size: 22px;
    margin-bottom: 0px
}

.portfolio-box .box-subtitle {
    color: var(--white-color);
    font-size: 14px;
    margin-bottom: -0.3rem
}

.portfolio-box .box-content {
    position: absolute;
    left: var(--space);
    bottom: -40px;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    z-index: 2
}

.portfolio-box .icon-btn {
    background-color: var(--white-color);
    border: none;
    font-size: 18px;
    position: absolute;
    right: var(--space);
    top: -30px;
    z-index: 2;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out
}

.portfolio-box .icon-btn:hover {
    background-color: var(--theme-color);
    color: var(--white-color)
}

.portfolio-box:hover:before {
    opacity: 0.6;
    visibility: visible
}

.portfolio-box:hover .box-content {
    opacity: 1;
    bottom: var(--space);
    visibility: visible
}

.portfolio-box:hover .icon-btn {
    top: var(--space);
    opacity: 1;
    visibility: visible
}

.widget_info {
    margin-top: -134px;
    padding: 0;
    margin-right: 30px;
    border-radius: 30px;
    background-color: var(--white-color);
    box-shadow: 6px 6px 100px 6px rgba(177, 177, 177, 0.18)
}

@media (max-width: 1199px) {
    .widget_info {
        margin-right: 0
    }
}

@media (max-width: 991px) {
    .widget_info {
        margin-top: 0
    }
}

.widget_info .widget_title {
    background-color: var(--theme-color);
    color: var(--white-color);
    padding: 30px 40px;
    border-radius: 30px 30px 0px 0px;
    margin-bottom: 10px
}

.project-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: 30px 40px 0px 40px
}

.project-info-wrap {
    position: absolute;
    right: 80px;
    top: 80px;
    background-color: var(--white-color);
    box-shadow: 6px 6px 100px 6px rgba(177, 177, 177, 0.18);
    border-radius: 30px;
    padding: 40px
}

@media (max-width: 1399px) {
    .project-info-wrap {
        right: 40px;
        top: 40px;
        padding: 30px
    }
}

@media (max-width: 991px) {
    .project-info-wrap {
        position: relative;
        right: unset;
        left: 0;
        top: 0;
        margin-top: 30px;
        padding: 10px 30px 30px 0
    }
}

@media (max-width: 1199px) {
    .project-info {
        padding: 30px 30px 0 30px
    }
}

.project-info:last-child {
    padding-bottom: 40px;
    margin-bottom: -0.3rem
}

@media (max-width: 1199px) {
    .project-info:last-child {
        padding-bottom: 30px
    }
}

@media (max-width: 1299px) {
    .project-info {
        gap: 15px
    }
}

.project-info_icon i {
    width: 56px;
    height: 56px;
    line-height: 56px;
    background: #FFFFFF;
    border: 1px solid #E0E0E0;
    border-radius: 20px;
    color: var(--theme-color);
    font-size: 20px;
    text-align: center;
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out
}

.project-info_icon i:hover {
    background-color: var(--theme-color);
    color: var(--white-color);
    border-color: var(--theme-color)
}

.project-info_subtitle {
    font-size: 14px;
    margin-bottom: 0
}

.project-info_title {
    font-family: var(--body-font);
    font-weight: 500;
    font-size: 18px;
    margin-bottom: 0
}

.project-info_title a {
    color: inherit
}

.project-info_title a:hover {
    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)
}

.project-area4 {
    position: relative;
    background-color: var(--smoke-color2);
    max-width: 1760px;
    display: block;
    margin: auto;
    border-radius: 50px 50px 0 0
}

.project-grid {
    position: relative;
    --space: 40px;
    overflow: hidden;
    z-index: 3
}

.project-grid .project-img {
    position: relative;
    border-radius: 30px;
    overflow: hidden;
    z-index: 2
}

.project-grid .project-img: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;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out
}

.project-grid .project-img img {
    width: 100%;
    border-radius: 30px
}

.project-grid .box-title {
    color: var(--white-color);
    width: 200px;
    border-bottom: 1px solid var(--white-color);
    margin-bottom: 10px;
    padding-bottom: 15px
}

.project-grid .box-title a {
    color: inherit
}

.project-grid .box-subtitle {
    color: var(--white-color);
    font-size: 14px;
    margin-bottom: -0.3rem
}

.project-grid .project-content {
    position: absolute;
    left: var(--space);
    bottom: -40px;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    z-index: 3
}

.project-grid .project-icon {
    position: absolute;
    top: 30px;
    right: 30px
}

.project-grid .icon-btn {
    border: 1px solid var(--white-color);
    color: var(--white-color)
}

.project-grid .icon-btn:hover {
    background-color: var(--white-color);
    color: var(--title-color)
}

.project-grid:hover .project-img:before {
    opacity: 1;
    visibility: visible
}

.project-grid:hover .project-content {
    opacity: 1;
    bottom: var(--space);
    visibility: visible
}

.projectSlider4 {
    margin: 0 -16% !important
}

@media (max-width: 767px) {
    .projectSlider4 {
        margin: 0 !important
    }
}

.projectSlider4 .swiper-slide {
    margin-bottom: 60px !important;
    -webkit-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out
}

@media (max-width: 767px) {
    .projectSlider4 .swiper-slide {
        margin-bottom: 0 !important
    }
}

.projectSlider4 .swiper-slide.swiper-slide-active {
    margin-top: 60px !important;
    margin-bottom: 0px !important
}

@media (max-width: 767px) {
    .projectSlider4 .swiper-slide.swiper-slide-active {
        margin-top: 0 !important
    }
}

.marquee-area {
    position: relative;
    z-index: 2;
    overflow: hidden;
    margin-left: 150px
}

@media (max-width: 1500px) {
    .marquee-area {
        margin: 0
    }
}

.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;
    -webkit-align-items: center;
    -ms-flex-align: 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 .item {
    font-family: var(--title-font);
    font-weight: 700;
    font-size: 40px;
    line-height: 50px;
    letter-spacing: 0.02em;
    color: var(--title-color);
    display: inline-block;
    cursor: pointer;
    text-transform: uppercase;
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out
}

.marquee .marquee-group .item img {
    margin: 0 35px 0 0
}

.main-menu ul.mega-menu {
    position: absolute;
    top: 100%;
    left: 0 !important;
    right: 0 !important;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 1200px;
    max-width: -webkit-max-content;
    max-width: -moz-max-content;
    max-width: max-content;
    max-height: 500px;
    overflow: overlay;
    opacity: 0;
    visibility: hidden;
    -webkit-transform-origin: top center;
    -ms-transform-origin: top center;
    transform-origin: top center;
    -webkit-transform: scaleY(0) translateZ(100px);
    transform: scaleY(0) translateZ(100px);
    -webkit-transition: opacity 500ms ease, visibility 500ms ease, -webkit-transform 700ms ease;
    transition: opacity 500ms ease, visibility 500ms ease, -webkit-transform 700ms ease;
    transition: opacity 500ms ease, visibility 500ms ease, transform 700ms ease;
    transition: opacity 500ms ease, visibility 500ms ease, transform 700ms ease, -webkit-transform 700ms ease;
    z-index: 99;
    background-color: var(--white-color);
    padding: 20px 10px
}

@media (max-width: 1599px) {
    .main-menu ul.mega-menu {
        width: 1170px;
        left: -10rem !important
    }
}

@media (max-width: 1399px) {
    .main-menu ul.mega-menu {
        left: -23rem !important
    }
}

@media (max-width: 1199px) {
    .main-menu ul.mega-menu {
        left: -18rem !important
    }
}

.main-menu ul.mega-menu li {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 100%;
    -ms-flex: 1 1 100%;
    flex: 1 1 100%;
    width: 100%;
    position: relative
}

.main-menu ul.mega-menu 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)
}

.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(--title-color);
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content
}

.mega-menu-box .mega-menu-img .btn-wrap .th-btn:before {
    display: none
}

.mega-menu-box .mega-menu-img .btn-wrap .th-btn:hover {
    color: var(--white-color)
}

.mega-menu-box:hover .btn-wrap {
    -webkit-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    transform: scale(1, 1);
    opacity: 1;
    -webkit-transform-origin: top center;
    -ms-transform-origin: top center;
    transform-origin: top center
}

.mega-menu-box:hover .mega-menu-img img {
    -webkit-filter: blur(2px);
    filter: blur(2px)
}

.mega-menu-box .mega-menu-title {
    margin-bottom: 0;
    text-align: center;
    line-height: normal;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 14px 0
}

.mega-menu-box .mega-menu-title span {
    color: var(--theme-color);
    text-transform: capitalize;
    font-size: 16px;
    margin-right: 5px
}

.mega-menu-box .mega-menu-title span:after {
    display: none
}

.mega-menu-box .mega-menu-title a {
    color: var(--black-color2);
    line-height: normal
}

.mega-menu-box .mega-menu-title a:after {
    display: none
}

.mega-menu-box .mega-menu-title a:hover {
    color: var(--title-color)
}

@media (max-width: 991px) {
    .mega-menu-box .mega-menu-title a {
        padding: 0
    }

    .mega-menu-box .mega-menu-title a:before {
        display: none
    }
}

.process-area {
    background-color: #F1F3F5
}

.process-card {
    position: relative;
    background-color: var(--theme-color);
    padding: 40px;
    border-radius: 16px;
    text-align: center;
    max-width: 352px;
    z-index: 2
}

@media (max-width: 1399px) {
    .process-card {
        padding: 30px
    }
}

@media (max-width: 1299px) {
    .process-card {
        padding: 30px 20px
    }
}

@media (max-width: 767px) {
    .process-card {
        max-width: 100%
    }
}

.process-card_wrapp:nth-child(even) {
    margin-top: 142px
}

@media (max-width: 767px) {
    .process-card_wrapp:nth-child(even) {
        margin-top: 24px
    }
}

.process-card_wrapp:nth-child(even) .process-card:after {
    -webkit-transform: rotateX(180deg);
    transform: rotateX(180deg);
    top: unset !important;
    bottom: 50px
}

.process-card_wrapp:not(:last-child) .process-card:after {
    content: '';
    background-image: url("data:image/svg+xml,%3Csvg width='60' height='51' viewBox='0 0 60 51' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M52.5432 34.3846C56.8783 22.0238 50.3039 10.0625 38.8742 4.95211C27.2376 -0.248493 12.2679 1.2544 1.54703 7.90321C-0.684568 9.29048 1.49901 12.3944 3.74321 11.247C13.5495 6.2386 25.3879 4.74619 35.8375 8.59951C40.3842 10.2465 44.2971 13.2829 47.0217 17.2781C50.6203 22.5015 50.4126 28.1653 50.2134 34.175C50.1642 35.6209 52.1406 35.5123 52.5432 34.3846Z' fill='%23374868'/%3E%3Cpath d='M51.2852 47.7103C54.3442 42.6569 58.1063 37.2491 58.8297 31.2359C58.866 31.0229 58.8189 30.8042 58.6983 30.625C58.5776 30.4459 58.3927 30.32 58.1817 30.2736C57.9708 30.2271 57.75 30.2636 57.5653 30.3755C57.3805 30.4874 57.2459 30.6661 57.1894 30.8746C55.4854 35.9867 52.8017 40.3998 49.8541 44.8267C47.5578 42.2339 45.6235 39.2035 42.9681 37.0096C42.7314 36.8121 42.4323 36.705 42.124 36.7073C41.8158 36.7096 41.5183 36.8213 41.2846 37.0223C41.051 37.2234 40.8962 37.5009 40.848 37.8053C40.7997 38.1098 40.861 38.4215 41.021 38.685C43.2605 42.1819 45.9772 45.3491 49.0924 48.0948C49.2539 48.2334 49.4442 48.3344 49.6495 48.3907C49.8548 48.447 50.0699 48.4572 50.2796 48.4204C50.4893 48.3836 50.6882 48.3009 50.862 48.1781C51.0359 48.0553 51.1804 47.8955 51.2852 47.7103Z' fill='%23374868'/%3E%3C/svg%3E%0A");
    background-repeat: no-repeat;
    height: 58px;
    width: 60px;
    position: absolute;
    top: 50px;
    right: -100px
}

@media (max-width: 767px) {
    .process-card_wrapp:not(:last-child) .process-card:after {
        display: none
    }
}

.process-card .number {
    font-family: var(--title-font);
    font-weight: 600;
    font-size: 48px;
    line-height: 48px;
    letter-spacing: 0.02em;
    color: #FFFFFF;
    display: block;
    margin-bottom: 30px
}

.process-card .box-title {
    max-width: 160px;
    display: block;
    color: var(--white-color);
    margin: auto auto 25px auto
}

.process-card .box-text {
    color: #E4E4E5;
    margin-bottom: -0.3rem
}

.process-box {
    text-align: center
}

.process-box-wrap {
    position: relative
}

.process-box-wrap:after {
    content: '';
    background-image: url("data:image/svg+xml,%3Csvg width='157' height='143' viewBox='0 0 157 143' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M3.18553 72.6645C40.2411 43.5949 109.318 31.8417 141.38 74.2832C142.248 75.4349 139.754 80.2559 139.609 80.0564C107.749 37.8908 38.6509 49.8053 1.9834 78.5785C2.08939 78.4951 1.88402 73.6916 3.18553 72.6645Z' fill='%23B7BEC8'/%3E%3Cpath d='M137.123 54.3586C140.778 62.6287 145.475 70.3722 149.13 78.6422C149.634 79.7721 146.278 83.5314 145.093 83.2807C133.221 80.8515 121.357 78.5853 109.238 77.7625C108.528 77.7143 111.479 72.9545 113.049 73.0655C125.162 73.8992 137.021 76.1482 148.903 78.5838C147.559 80.1356 146.204 81.6813 144.866 83.2223C141.211 74.9523 136.514 67.2088 132.859 58.9387C132.178 57.3886 136.955 53.9727 137.123 54.3586Z' fill='%23B7BEC8'/%3E%3C/svg%3E%0A");
    background-repeat: no-repeat;
    width: 150px;
    height: 89px;
    position: absolute;
    top: 0px;
    right: -70px
}

@media (max-width: 1399px) {
    .process-box-wrap:after {
        display: none
    }
}

.process-box-wrap:nth-child(even):after {
    top: 30%;
    -webkit-transform: rotateX(180deg);
    transform: rotateX(180deg)
}

.process-box-wrap:last-child:after {
    display: none
}

.process-box .box-img {
    width: 200px;
    height: 200px;
    border-radius: 100px;
    display: block;
    margin: auto auto 30px auto
}

.process-box .box-img img {
    border-radius: 100px
}

.process-box .box-content {
    max-width: 300px;
    display: block;
    margin: auto
}

.process-box_icon {
    width: 130px;
    height: 130px;
    line-height: 130px;
    background-color: var(--white-color);
    border-radius: 50%;
    text-align: center;
    box-shadow: 0px 0px 77px 10px rgba(170, 170, 170, 0.13);
    margin: 0 auto 25px auto;
    -webkit-transition: 0.4s ease-in-out;
    transition: 0.4s ease-in-out
}

.process-box_icon img {
    -webkit-transition: 0.4s ease-in-out;
    transition: 0.4s ease-in-out
}

.process-box .box-title {
    margin-bottom: 8px
}

.process-box .box-text {
    margin: 0 auto -0.5em auto
}

.process-box:hover .process-box_icon {
    background-color: var(--theme-color)
}

.process-box:hover .process-box_icon img {
    -webkit-filter: brightness(0) invert(1);
    filter: brightness(0) invert(1);
    -webkit-transform: rotateY(180deg);
    transform: rotateY(180deg)
}

@media (max-width: 991px) {
    .process-box-wrap:nth-child(even):after {
        display: none
    }
}

@media (max-width: 767px) {
    .process-box-wrap {
        margin-bottom: 40px
    }

    .process-box-wrap:after {
        display: none
    }

    .process-box-wrap:nth-child(even) {
        margin-top: 0
    }

    .process-box-wrap:last-child {
        margin-bottom: 0
    }
}

.process4-image {
    border-radius: 30px;
    margin-right: 40px
}

@media (max-width: 1199px) {
    .process4-image {
        margin-right: 0;
        height: 375px;
        margin-bottom: 30px
    }

    .process4-image img {
        width: 100%;
        height: 100%;
        object-fit: cover
    }
}

.process4-image img {
    border-radius: 30px
}

.box-desc {
    position: relative;
    font-family: var(--title-font);
    font-weight: 500;
    font-size: 16px;
    line-height: 26px;
    color: var(--body-color);
    max-width: 629px;
    margin-bottom: 45px
}

@media (max-width: 1199px) {
    .box-desc {
        padding-left: 55px
    }
}

@media (max-width: 991px) {
    .box-desc {
        padding-left: 0
    }
}

.box-desc:before {
    content: "";
    position: absolute;
    left: -20px;
    top: -190%;
    width: 1px;
    height: 180%;
    background-color: var(--smoke-color);
    z-index: -1
}

@media (max-width: 1199px) {
    .box-desc:before {
        display: none
    }
}

.process-grid {
    position: relative;
    z-index: 2;
    padding: 30px;
    border-radius: 30px
}

.process-grid:before {
    content: "";
    position: absolute;
    inset: 0;
    -webkit-mask-image: url("../img/shape/process-shape.html");
    mask-image: url("../img/shape/process-shape.html");
    background-color: #F5F8F3;
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    -webkit-mask-size: 100% 100%;
    mask-size: 100% 100%;
    border-radius: 30px;
    z-index: -1
}

@media (max-width: 991px) {
    .process-grid:before {
        -webkit-mask-image: none;
        mask-image: none
    }
}

.process-grid .box-icon {
    background-color: var(--theme-color);
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    -webkit-mask-size: 100% 100%;
    mask-size: 100% 100%;
    width: 137px;
    height: 115px;
    padding: 20px;
    position: absolute;
    left: -4px;
    top: -30px
}

.process-grid .box-icon img {
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out
}

@media (max-width: 1299px) {
    .process-grid .box-icon {
        width: 118px;
        padding: 15px;
        left: -3px
    }
}

@media (max-width: 1199px) {
    .process-grid .box-icon {
        width: 130px;
        left: 0
    }
}

.process-grid .box-title {
    font-size: 22px;
    margin-bottom: 10px;
    margin-left: 120px
}

@media (max-width: 1299px) {
    .process-grid .box-title {
        margin-left: 90px;
        font-size: 20px
    }
}

@media (max-width: 1199px) {
    .process-grid .box-title {
        margin-left: 110px
    }
}

@media (max-width: 991px) {
    .process-grid .box-title {
        margin-left: 80px
    }
}

.process-grid .box-title span {
    display: block
}

.process-grid .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: 375px) {
    .process-grid .box-wrapp {
        display: block
    }
}

.process-grid .box-number {
    font-family: var(--title-font);
    font-weight: 300;
    font-size: 36px;
    line-height: 46px;
    text-transform: capitalize;
    color: #7E9E7E;
    opacity: 0.3
}

.process-grid .box-text {
    margin-bottom: -0.4rem
}

.process-grid:hover .box-icon img {
    -webkit-transform: scale(-1) rotate(180deg);
    -ms-transform: scale(-1) rotate(180deg);
    transform: scale(-1) rotate(180deg)
}

.process-area2 {
    position: relative;
    max-width: 1620px;
    display: block;
    margin: auto
}

.process-card2 {
    position: relative;
    z-index: 2;
    text-align: center;
    padding: 0 20px
}

@media (max-width: 1199px) {
    .process-card2 {
        padding: 0
    }
}

.process-card2-wrap:nth-child(even) {
    margin-top: -40px
}

@media (max-width: 767px) {
    .process-card2-wrap:nth-child(even) {
        margin-top: 40px
    }
}

.process-card2-wrap:nth-child(2) .box-number {
    background: #F3BA0E;
    top: 40px;
    left: 10px
}

.process-card2-wrap:nth-child(2) .box-number:after,
.process-card2-wrap:nth-child(2) .box-number:before {
    background-color: #F3BA0E
}

.process-card2-wrap:nth-child(2) .box-icon:before {
    top: 50%;
    left: -73%;
    background-color: #F3BA0E
}

.process-card2-wrap:nth-child(3) .box-number {
    background: #70D715;
    top: 47px;
    left: 20px
}

.process-card2-wrap:nth-child(3) .box-number:after,
.process-card2-wrap:nth-child(3) .box-number:before {
    background-color: #70D715
}

.process-card2-wrap:nth-child(3) .box-icon:before {
    top: 60%;
    left: -70%;
    background-color: #70D715
}

.process-card2 .box-number {
    position: absolute;
    top: 10px;
    left: 0;
    width: 36px;
    height: 36px;
    line-height: 36px;
    text-align: center;
    color: var(--white-color);
    border-radius: 50%;
    background: var(--theme-color)
}

.process-card2 .box-number:after,
.process-card2 .box-number:before {
    content: "";
    position: absolute;
    inset: 0;
    background-color: var(--theme-color);
    opacity: 0.3;
    z-index: -2;
    border-radius: 50%;
    -webkit-transition: all ease 0.4s;
    transition: all ease 0.4s
}

.process-card2 .box-number:after {
    -webkit-animation-delay: 2s;
    animation-delay: 2s
}

.process-card2 .box-icon {
    position: relative;
    width: 124px;
    height: 124px;
    line-height: 124px;
    border-radius: 50%;
    display: block;
    margin: auto auto 30px auto;
    background-color: var(--white-color);
    box-shadow: 0px 10px 50px 10px #E8E8E8
}

.process-card2 .box-icon img {
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out
}

.process-card2 .box-icon:before {
    content: "";
    position: absolute;
    top: 40%;
    left: -80%;
    width: 89px;
    height: 35.12px;
    background-color: var(--theme-color);
    -webkit-mask-image: url("../img/icon/line-shape2.html");
    mask-image: url("../img/icon/line-shape2.html");
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    -webkit-mask-size: 100% 100%;
    mask-size: 100% 100%
}

.process-card2 .box-title {
    font-size: 30px;
    margin-bottom: 10px
}

.process-card2 .box-text {
    margin-bottom: -0.3rem
}

.process-card2:hover .box-icon img {
    -webkit-transform: scale(-1) rotate(180deg);
    -ms-transform: scale(-1) rotate(180deg);
    transform: scale(-1) rotate(180deg)
}

.process-btn {
    text-align: center;
    border: 1px solid var(--smoke-color);
    border-radius: 30px;
    padding: 5px 40px;
    margin: auto
}

@media (max-width: 375px) {
    .process-btn {
        padding: 5px 10px;
        font-size: 13px
    }
}

.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
}

.pillar-content {
    background-color: var(--theme-color2);
    border-radius: 16px;
    text-align: center;
    padding: 32px 42px
}

@media (max-width: 1299px) {
    .pillar-content {
        padding: 25px 20px
    }
}

.pillar-content .testi-quote {
    margin-bottom: 6px
}

.pillar-content .text {
    max-width: 250px;
    color: var(--title-color);
    margin: auto auto 20px auto
}

.pillar-content .author {
    max-width: 48px;
    display: block;
    margin: auto auto 8px auto
}

.pillar-content .author img {
    object-fit: cover
}

.pillar-content .name {
    font-family: var(--title-font);
    font-weight: 400;
    font-size: 18px;
    letter-spacing: 0.02em;
    color: var(--title-color);
    display: block;
    margin-bottom: -0.3rem
}

.pillar-wrapper {
    display: grid;
    grid-template-columns: auto auto auto auto auto;
    gap: 30px
}

@media (max-width: 1399px) {
    .pillar-wrapper {
        gap: 0
    }
}

@media (max-width: 991px) {
    .pillar-wrapper {
        grid-template-columns: auto auto auto
    }
}

@media (max-width: 480px) {
    .pillar-wrapper {
        grid-template-columns: auto auto
    }
}

@media (max-width: 375px) {
    .pillar-wrapper {
        display: block;
        margin: auto
    }
}

.pillar-card {
    position: relative;
    max-width: 190px;
    z-index: 2;
    padding: 10px 20px 24px 20px;
    text-align: center;
    -webkit-filter: drop-shadow(0px 2px 30px rgba(3, 6, 14, 0.1));
    filter: drop-shadow(0px 2px 30px rgba(3, 6, 14, 0.1));
    margin-left: auto
}

@media (max-width: 1599px) {
    .pillar-card {
        margin: 0
    }
}

@media (max-width: 375px) {
    .pillar-card {
        display: block;
        margin: auto
    }
}

.pillar-card:before {
    content: "";
    position: absolute;
    inset: 0;
    background-color: var(--white-color);
    -webkit-mask-image: url("../img/shape/pillar-shape.png");
    mask-image: url("../img/shape/pillar-shape.png");
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    -webkit-mask-size: 100% 100%;
    mask-size: 100% 100%;
    z-index: -1
}

.pillar-card .box-img {
    -webkit-mask-image: url("../img/shape/pillar-img-shape.png");
    mask-image: url("../img/shape/pillar-img-shape.png");
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    -webkit-mask-size: 100% 100%;
    mask-size: 100% 100%;
    margin-bottom: 27px
}

.pillar-card .box-title {
    margin-bottom: 0
}

@media (max-width: 575px) {
    .pillar-card .box-title {
        font-size: 20px
    }
}

.pillar-card .box-desg {
    font-size: 18px;
    font-weight: 400
}

.pillar-card .box-text {
    font-size: 12px;
    margin-bottom: 5px
}

.pillar-card2 {
    background-color: #1D4039;
    box-shadow: 0px 2px 20px rgba(3, 6, 14, 0.1);
    border-radius: 16px;
    text-align: center;
    margin-top: 84px
}

.pillar-card2 .box-img {
    width: 168px;
    height: 168px;
    line-height: 168px;
    border-radius: 50%;
    display: block;
    margin: auto auto -50px auto;
    -webkit-transform: translateY(-84px);
    -ms-transform: translateY(-84px);
    transform: translateY(-84px)
}

.pillar-card2 .box-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 50%;
    border: 4px solid var(--white-color)
}

.pillar-card2 .box-title {
    color: var(--white-color);
    margin-bottom: 3px
}

.pillar-card2 .box-title a {
    color: inherit
}

.pillar-card2 .box-desg {
    font-size: 18px;
    color: var(--white-color);
    font-weight: 400
}

.pillar-card2 .box-text {
    font-size: 12px;
    color: var(--white-color);
    max-width: 150px;
    display: block;
    margin: auto auto 20px auto
}

.pillar-card2 .box-shape {
    background-color: var(--theme-color2);
    border-radius: 0px 0px 16px 16px;
    padding: 21px;
    height: 92px
}

.feature-item {
    position: relative;
    padding: 77px 80px;
    text-align: center;
    z-index: 2;
    max-width: 387px;
    display: block;
    margin: auto;
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out
}

@media (max-width: 1199px) {
    .feature-item {
        padding: 77px 60px
    }
}

@media (max-width: 375px) {
    .feature-item {
        padding: 50px 60px
    }
}

.feature-item:not(:last-child) {
    margin-bottom: 48px
}

@media (max-width: 767px) {
    .feature-item:not(:last-child) {
        margin-bottom: 30px
    }
}

.feature-item:before,
.feature-item:after {
    content: "";
    position: absolute;
    inset: 0;
    -webkit-mask-image: url("../img/shape/timing-shape.png");
    mask-image: url("../img/shape/timing-shape.png");
    background-color: var(--theme-color);
    -webkit-mask-size: 100% 100%;
    mask-size: 100% 100%;
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    z-index: -1
}

.feature-item .box-icon {
    margin-bottom: 24px
}

.feature-item .box-icon img {
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out
}

.feature-item .box-title {
    margin-bottom: 8px
}

.feature-item:hover .box-icon img {
    -webkit-transform: scale(-1) rotate(180deg);
    -ms-transform: scale(-1) rotate(180deg);
    transform: scale(-1) rotate(180deg)
}

.feature-image {
    position: relative;
    border-radius: 262px;
    z-index: 2
}

.feature-image:before {
    content: "";
    position: absolute;
    inset: 0;
    background: -webkit-linear-gradient(bottom, rgba(3, 6, 14, 0.3), rgba(3, 6, 14, 0.3));
    background: linear-gradient(0deg, rgba(3, 6, 14, 0.3), rgba(3, 6, 14, 0.3));
    border-radius: inherit
}

.feature-image .play-btn {
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%)
}

.feature-image .play-btn:before,
.feature-image .play-btn:after {
    background: #fff
}

.feature-image .play-btn>i {
    background: rgba(255, 255, 255, 0.2);
    color: var(--theme-color);
    font-size: 28px
}

@media (max-width: 991px) {
    .feature-image {
        display: none
    }
}

.feature-image img {
    border-radius: 262px
}

.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-18 {
    font-size: 18px;
    line-height: 1.7;
    letter-spacing: 0.02em
}

.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
}

.mb-55 {
    margin-bottom: 55px
}

.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
}

.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
}

.me-80 {
    margin-right: 80px
}

@media (max-width: 1699px) {
    .me-80 {
        margin-right: 0
    }
}

.mt-70 {
    margin-top: 70px
}

.ms-80 {
    margin-left: 80px
}

@media (max-width: 1699px) {
    .ms-80 {
        margin-left: 0
    }
}

.mt-55 {
    margin-top: 55px
}

.mt-60 {
    margin-top: 60px
}

.mb-70 {
    margin-bottom: 70px
}

.mb-130 {
    margin-bottom: 130px
}

.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
    }
}

/* ======================= */
.form_success {
    color: #155724;
    background-color: #d4edda;
    border: 1px solid #c3e6cb;
    padding: 10px;
    border-radius: 5px;
    margin-top: 10px;
    margin-bottom: 20px;
}

.form_error {
    color: #721c24;
    background-color: #f8d7da;
    border: 1px solid #f5c6cb;
    padding: 10px;
    border-radius: 5px;
    margin-top: 10px;
    margin-bottom: 20px;
}

.login__form label {
    display: block;
    margin-bottom: 10px;
    color: #5F6C76;
    font-weight: bold;
}

.login__form .common__login__input {
    background-color: transparent;
    font-size: 14px;
    font-weight: 400;
    height: 52px;
    width: 100%;
    color: #5F6C76;
    border: 1px solid #d6d8dd;
    padding: 3px 20px;
    border-radius: 5px;
    margin-bottom: 25px;
}

.login__form__link {
    margin-bottom: 25px;
}

.login__form__link a:hover,
.login__form__link2 a:hover {
    color: rgb(110, 86, 8);
    font-weight: bold;
    transition: all ease-in-out 500ms;
}

.dashboard__inner {
    padding: 20px 30px 30px;
    box-shadow: 0 0 20px 10px rgb(240 240 245);
    background: #ffffff;
    border-radius: 10px;
    ;
}

.dashboard__nav__title {
    margin-bottom: 10px;
    margin-top: 20px;
}

.dashboard__nav ul {
    padding: 0px;
}

.dashboard__nav ul li {
    padding-bottom: 10px;
    padding-top: 10px;
    border-bottom: 1px solid #eeeeee;
    width: 100%;
    position: relative;
    list-style-type: none;
    padding-left: 0px;
}

.dashboard__nav ul li a {
    font-size: 16px;
}

.dashboard__nav ul li a:hover {
    color: #FFD54F;
    transition: all ease-in-out 500ms;
    font-weight: bold;
}

.dashboard__nav ul li a svg {
    width: 16px;
    margin-right: 10px;
}

.dashboard__nav__title {
    margin-bottom: 10px;
    margin-top: 20px;
}

.dashboard__nav__title h6 {
    font-size: 14px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    margin-bottom: 0;
    background: #F0F0F5;
    ;
    padding: 10px 10px 7px;
    color: #5F6C76;
    line-height: 1;
}

.dashboard__content__wraper {
    box-shadow: 0 0 20px 10px rgb(240 240 245);
    padding: 50px 40px;
    background: #ffffff;
    margin-bottom: 30px;
    border-radius: 20px;
}

.dashboard__section__title {
    margin-bottom: 24px;
    padding-bottom: 20px;
    border-bottom: 2px solid #eeeeee;
    ;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.dashboard__table table thead {
    background: #F0F0F5;
}

.dashboard__table table thead tr th {
    padding: 10px 20px;
}

.dashboard__table table tbody tr th,
.dashboard__table table tbody tr td {
    font-weight: 400;
    font-size: 16px;
    padding: 10px 20px;
    border: 0 none;
    color: #0C0E2B;
    border: none;
}

.dashboard__table__row {
    background: #F0F0F5;
}

.dashboard__table table tbody tr td span {
    color: #000000;
    font-weight: 700;
}

.dashboard__table__star svg,
.dashboard__table__star i {
    width: 16px;
    color: #5F2DED;
    ;
    font-size: 16px;
}

.dashboard__table table tbody tr:nth-child(even) {
    background: #F0F0F5;
}

.welcome-card {
    background: linear-gradient(135deg, #f9f9f9, #eef7f2);
    border: 2px solid #c3e6cb;
    border-radius: 12px;
    padding: 20px;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.05);
    text-align: center;
    font-family: 'Tajawal', sans-serif;
    direction: rtl;
}

.welcome-card h2 {
    color: #2c662d;
    margin-bottom: 10px;
}

.welcome-card p {
    color: #333;
    font-size: 16px;
    line-height: 1.8;
}

.dashboard__form__button a:hover {
    color: #374868;
}

.dashboard__form__input label {
    display: block;
    font-size: 14px;
    margin-bottom: 12px;
    font-weight: 600;
    text-transform: capitalize;
    color: #000;
}

.dashboard__form__input input,
.dashboard__form__input textarea,
.dashboard__form__input select {
    width: 100%;
    background-color: transparent;
    border: 2px solid #eeeeee;
    ;
    border-radius: 6px;
    line-height: 23px;
    padding: 10px 20px;
    font-size: 14px;
    color: #5F6C76;
    ;
    margin-bottom: 15px;
}

.dashboard__small__btn__1 {
    color: #ffffff;
    transition: 0.3s;
    font-weight: 700;
    padding: 0 14px;
    font-size: 14px;
    height: 30px;
    line-height: 29px;
    background: #5F2DED;
    display: flex;
    align-items: center;
    border-radius: 6px;
    justify-content: center;
    margin: 5px 0;
}

.dashboard__small__btn__1 svg {
    width: 14px;
}

.dashboard__small__btn__1:hover {
    color: #fff;
    ;
    background: #fff;
}

.dashboard__small__btn__2 {
    color: #ffffff;
    transition: 0.3s;
    font-weight: 700;
    padding: 0 14px;
    font-size: 14px;
    height: 30px;
    line-height: 29px;
    background: #5F2DED;
    display: flex;
    align-items: center;
    border-radius: 6px;
    border: 1px solid #5F2DED;
    justify-content: center;
    margin: 5px 0;
}

.dashboard__small__btn__2 svg,
.dashboard__small__btn__1 svg {
    width: 14px;
    margin-right: 10px;
    margin-left: 10px;
}

.dashboard__small__btn__2:hover {
    color: #5F2DED;
    ;
    border: 1px solid#5F2DED;
    ;
    background: #fff;
}

.message_card {
    padding: 1.5rem 24px;
    margin-bottom: 20px;
    border-bottom: 1px solid #F0F0F5;
}

.message_text {
    display: flex;
    align-items: flex-start;

}

.img_card {
    display: flex;
    background-color: #FFD54F;
    border-radius: 9999px;
    justify-content: center;
    align-items: center;
    width: 2.5rem;
    height: 2.5rem;
    color: #fff;
    font-weight: bold;
    font-size: 20px;
}

.card_text {
    flex: 1 1 0%;
    margin-left: 1rem;
}

.card_text span {
    color: rgb(121, 121, 159);
}

.dashboard__label {
    position: absolute;
    top: 20px;
    left: 10px;
    font-size: 10px;
    line-height: 14px;
    font-weight: 500;
    display: inline-block;
    color: #fff;
    padding: 0px 9px;
    border-radius: 15px;
    background-color: #374868;
}

.notifications-wrapper {
    margin: auto;
}

.notification {
    background: #fff;
    border-radius: 12px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
    padding: 15px 20px;
    margin-bottom: 15px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.notification.unread {
    border-left: 5px solid #4caf50;
    background: #e8f5e9;
}

.notification:hover {
    transform: translateY(-2px);
    box-shadow: 0 6px 18px rgba(0, 0, 0, 0.12);
}

.notification-content {
    flex: 1;
    margin-right: 15px;
}

.notification-title {
    font-size: 16px;
    font-weight: bold;
    color: #333;
    margin: 0 0 5px;
}

.notification-message {
    font-size: 14px;
    color: #555;
    margin: 0;
}

.notification-meta {
    text-align: right;
    font-size: 12px;
    color: #888;
}

.notification-meta span {
    display: block;
    margin-bottom: 3px;
}

.status {
    display: inline-block;
    padding: 3px 8px;
    border-radius: 12px;
    font-size: 11px;
    font-weight: bold;
    color: #fff;
    text-align: center;
}

.status.read {
    background-color: #9e9e9e;
}

.status.unread {
    background-color: #4caf50;
}
.schedule-container {
    margin: auto;
}

.schedule-title {
    text-align: center;
    margin-bottom: 25px;
    color: #1e3d59;
    font-size: 26px;
}

.schedule-form {
    display: flex;
    gap: 15px;
    flex-wrap: wrap;
    margin-bottom: 20px;
    background: #fff;
    padding: 5px;
    border-radius: 12px;
    justify-content: center;
}

.schedule-form select,
.schedule-form input{
    padding: 10px 12px;
    border: 1px solid #ddd;
    border-radius: 6px;
    font-size: 15px;
    background-color: transparent;
    border: 2px solid #eeeeee;
    border-radius: 6px;
    line-height: 23px;
    padding: 10px 20px;
    font-size: 14px;
    color: #5F6C76;
    margin-bottom: 15px;
}



.schedule-table {
    width: 100%;
    border-collapse: collapse;
    background: #fff;
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.08);
}

.schedule-table th,
.schedule-table td {
    padding: 14px;
    text-align: center;
    border: 1px solid #eee;
    font-size: 15px;
}

.schedule-table th {
    background: #374868;
    color: #fff;
    font-weight: bold;
}

.schedule-slots .schedule-slot {
    background: #3a6ea5;
    color: white;
    padding: 6px 12px;
    margin: 4px;
    border-radius: 20px;
    display: inline-flex;
    align-items: center;
    font-size: 14px;
    position: relative;
    box-shadow: 0 2px 6px rgba(0,0,0,0.1);
}

.schedule-slot .schedule-remove {
       margin-right: 8px;
    background: #ffd54f;
    color: white;
    border-radius: 50%;
    font-size: 18px;
    color: #374868;
    height: 25px;
    width: 25px;
    line-height: 28px;

}

.schedule-slot .schedule-remove:hover {
    background: #b52b27;
    color: #fff;
    transition: all ease-in-out 500ms;
}

#schedule-msg {
    margin: 15px 0;
    padding: 12px;
    border-radius: 6px;
    display: none;
    font-weight: bold;
    text-align: center;
}

#schedule-msg.success {
    background: #d4edda;
    color: #155724;
    border: 1px solid #c3e6cb;
}

#schedule-msg.error {
    background: #f8d7da;
    color: #721c24;
    border: 1px solid #f5c6cb;
}
.rating-stars {
        display: flex;
        flex-direction: row-reverse;
        justify-content: center;
        gap: 8px;
        font-size: 32px;
        cursor: pointer;
        margin: 10px 0;
    }
    .rating-stars i {
        color: #ccc;
        transition: color 0.3s;
    }
    .rating-stars i.active {
        color: #f39c12;
    }
    .rating-box h6{
        margin-bottom: 20px;
        text-align: right;
    }
    .rating-box select
  {
         width: 100%;
    padding: 12px;
    margin-top: 15px;
    border-radius: 8px;
    border: 1px solid #ddd;
    font-size: 15px;
    background: #fff;
}
    }
    .rating-box textarea {
        resize: none;
        height: 120px;
    }
    .rating-box button {
        background: #2b6777;
        color: #fff;
        border: none;
        font-size: 16px;
        font-weight: bold;
        cursor: pointer;
        transition: 0.3s;
    }
    .rating-box button:hover {
        background: #52ab98;
    }
.reverse{
    flex-direction: row-reverse;
    text-align: right;
}
.abot_text_style{
        direction: rtl;

}
.about-wrapper2 {
        direction: rtl;
    padding-right: 35px;

}
.contact-media{
    flex-direction: row-reverse;
    text-align: right;
}
.contact-media .box-text{
        text-align: right;
    direction: rtl;

}
.space-bottom{
        direction: rtl;

}
.contact-form2 .nice-select .option.selected.focus,.contact-form2 .nice-select .option{
    direction: rtl;
    text-align: right;
}
}
#priority{
   
  appearance: none;           /* modern browsers */
  -webkit-appearance: none;   /* Safari/Chrome (WebKit) */
  -moz-appearance: none;      /* Firefox (Gecko) */
  text-indent: 1px;
  text-overflow: '';
background-image:none!important;

}
#priority::-ms-expand {
  display: none;

}
.top_background{
    text-align: right;
    direction: rtl;
    flex-direction: row;
}
.main-menu {
    direction: rtl;
}
.footer-top .row{
    flex-direction: row-reverse;
}
.footer-top .subtitle,.footer-top .title-area .sec-title,.blog-content{
        text-align: right;
    direction: rtl;
}
.copyright-text,.accordion-area.style2,.translation,.tinv-wishlist table,.sidebar-area{
        direction: rtl;

}
.card_text h6{
        font-size: 17px;
    line-height: 1.5;
    padding-right: 10px;
}
.share-links .row{
        justify-content: end !important;

}
#text_footer{
    text-align: left !important;
}