@use "sass:math";

:root {
    --theme-color: #0089d0;
    --theme-color2: #F93E5E;
    --title-color: #121212;
    --body-color: #797E88;
    --smoke-color: #D8DDE1;
    --smoke-color2: #F8F8F8;
    --smoke-color3: #EBEEFF;
    --smoke-color4: #F9F8FF;
    --black-color: #000000;
    --black-color2: #0A0A0A;
    --gray-color: #D8DDE1;
    --white-color: #ffffff;
    --light-color: #72849B;
    --yellow-color: #FFB539;
    --success-color: #28a745;
    --error-color: #dc3545;
    --th-border-color: #E0E0E0;
    --title-font: "Space Grotesk", sans-serif;
    --body-font: "Kanit", sans-serif;
    --body-font2: "DM Sans", sans-serif;
    --icon-font: "Font Awesome 6 Pro";
    --main-container: 1290px;
    --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: 300;
    color: var(--body-color);
    line-height: 26px;
    overflow-x: hidden;
    -webkit-font-smoothing: antialiased
}

body.theme-bg {
    background-color: #F0EFE9
}

iframe {
    border: none;
    width: 100%
}

.slick-slide:focus,
button:focus,
a:focus,
a:active,
a.nice-select.open,
input,
input:hover,
input:focus,
input:active,
input.nice-select.open,
textarea,
textarea:hover,
textarea:focus,
textarea:active,
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,
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: #121212;
    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: 84px;
    line-height: 1.208
}

.h2,
h2 {
    font-size: 48px;
    line-height: 1.25;
    font-weight: 600
}

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

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

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

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

@media (max-width: 1199px) {

    .h1,
    h1 {
        font-size: 44px;
        line-height: 1.3
    }

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

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

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

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

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

@media (max-width: 767px) {

    .h1,
    h1 {
        font-size: 40px
    }

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

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

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

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

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

@media (max-width: 575px) {

    .h1,
    h1 {
        font-size: 34px;
        line-height: 1.35
    }

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

@media (max-width: 375px) {

    .h1,
    h1 {
        font-size: 32px
    }
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.wp-block-media-text.alignwide {
    background-color: var(--smoke-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-color)
}

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

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

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

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

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

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

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

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

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

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

.wp-block-search .wp-block-search__input {
    width: 100%;
    max-width: 100%;
    border: 1px solid var(--smoke-color);
    padding-left: 25px;
    border-radius: 20px
}

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

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

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

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

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

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

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

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

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

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

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

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

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

@media (max-width: 782px) {

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

@media (max-width: 600px) {

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

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

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

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

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

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

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

.post-password-form input[type="submit"] {
    padding-left: 0;
    padding-right: 0;
    margin: 0;
    width: 140px;
    border: none;
    color: var(--title-color);
    background-color: var(--theme-color);
    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-color);
    color: var(--title-color);
    border-color: transparent
}

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

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

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

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

.blog-single.format-quote:before,
.blog-single.format-link:before,
.blog-single.tag-sticky-2:before,
.blog-single.sticky:before {
    content: "\f0c1";
    position: absolute;
    font-family: var(--icon-font);
    font-size: 16px;
    font-weight: 500;
    opacity: 1;
    right: 0;
    top: 0;
    color: var(--title-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(--title-color) !important
}

.wp-block-column blockquote cite,
.wp-block-column .wp-block-quote cite {
    font-size: 14px;
    left: 10px;
    padding: 7px 45px 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-color)
}

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

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

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

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

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

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

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

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

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

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

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

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

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
}

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

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

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

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

.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-10 {
    --bs-gutter-x: 10px
}

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

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

.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;
    border: 1px solid var(--gray-color);
    color: var(--body-color);
    background-color: var(--white-color);
    border-radius: 100px;
    font-size: 14px;
    width: 100%;
    font-family: var(--body-font);
    -webkit-transition: 0.4s ease-in-out;
    transition: 0.4s ease-in-out
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.form-messages {
    display: none
}

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

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

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

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

.swiper-wrapper.row {
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap
}

.th-slider.has-shadow {
    padding-left: 12px;
    padding-right: 12px;
    margin: -25px -12px
}

.th-slider.has-shadow .swiper-wrapper {
    padding: 25px 0
}

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

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

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

@media (max-width: 575px) {
    .swiper-pagination-bullets {
        display: none
    }
}

.swiper-pagination-bullets .swiper-pagination-bullet {
    display: inline-block;
    --swiper-pagination-bullet-size: 18px;
    --swiper-pagination-bullet-horizontal-gap: 4px;
    margin: 5px 4px;
    width: 61px;
    height: 3.41px;
    opacity: 1;
    background-color: #CED3D7;
    color: #CED3D7;
    border-radius: 10px;
    position: relative;
    cursor: pointer
}

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

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

.slider-area {
    position: relative
}

.slider-arrow {
    display: inline-block;
    padding: 0;
    background-color: transparent;
    border-radius: 30px;
    color: var(--title-color);
    border: 1px solid var(--title-color);
    position: absolute;
    top: 50%;
    left: var(--pos-x, -104px);
    width: var(--icon-size, 60px);
    height: var(--icon-size, 60px);
    line-height: var(--icon-size, 60px);
    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 {
    --icon-size: 46px;
    color: var(--title-color);
    box-shadow: none
}

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

.slider-arrow.style3 {
    background-color: var(--theme-color);
    color: var(--title-color);
    border-color: var(--theme-color);
    box-shadow: none
}

.slider-arrow.style3:hover {
    background-color: var(--title-color);
    border-color: var(--title-color);
    color: var(--theme-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, -104px);
    left: auto
}

.slider-arrow:hover {
    background-color: var(--theme-color);
    color: var(--title-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: 991px) {
    .slider-arrow {
        --icon-size: 40px;
        line-height: 38px;
        margin-right: 40px;
        font-size: 14px
    }

    .slider-arrow.slider-next {
        margin-right: 0;
        margin-left: 40px
    }

    .slick-dots {
        margin: 40px 0 0 0
    }

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

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

.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(--title-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-color);
    border-radius: 50%
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.th-mobile-menu ul .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(--title-color);
    display: inline-block;
    border-radius: 50%
}

.th-menu-toggle:hover {
    background-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-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
}

.loader {
    display: inline-block;
    width: 25px;
    height: 25px;
    position: relative;
    border-radius: 40% 40% 40% 40% / 40% 40% 40% 40%;
    color: var(--theme-color);
    -webkit-animation: loaderfill 1s ease-in infinite alternate;
    animation: loaderfill 1s ease-in infinite alternate
}

.loader::before,
.loader::after {
    content: '';
    position: absolute;
    height: 100%;
    width: 100%;
    border-radius: 40% 40% 40% 40% / 40% 40% 40% 40%;
    left: 48px;
    top: 0;
    -webkit-animation: loaderfill 0.9s ease-in infinite alternate;
    animation: loaderfill 0.9s ease-in infinite alternate;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg)
}

.loader::after {
    left: auto;
    right: 48px;
    -webkit-animation-duration: 1.1s;
    animation-duration: 1.1s
}

@-webkit-keyframes loaderfill {
    0% {
        box-shadow: 0 0 0 2px inset
    }

    100% {
        box-shadow: 0 0 0 10px inset
    }
}

@keyframes loaderfill {
    0% {
        box-shadow: 0 0 0 2px inset
    }

    100% {
        box-shadow: 0 0 0 10px inset
    }
}

.th-btn {
    position: relative;
    z-index: 2;
    overflow: hidden;
    vertical-align: middle;
    display: inline-block;
    text-transform: capitalize;
    text-align: center;
    background-color: var(--theme-color);
    font-family: var(--body-font2);
    border: none;
    font-weight: 700;
    font-size: 14px;
    color: var(--title-color);
    line-height: 1;
    padding: 21px 28px;
    border-radius: 0px;
    -webkit-transform: perspective(0) translateZ(0);
    transform: perspective(0) translateZ(0);
    -webkit-transition: all 0.3s 0s ease-out;
    transition: all 0.3s 0s ease-out
}

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

.th-btn span {
    display: inline-block;
    font-weight: 700;
    margin-left: 1px;
    -webkit-transition: all 0.3s 0s ease-out;
    transition: all 0.3s 0s ease-out
}

.th-btn:before,
.th-btn:after {
    content: "";
    position: absolute;
    height: 50%;
    width: 0;
    background-color: var(--title-color);
    -webkit-transition: 0.6s cubic-bezier(0.785, 0.135, 0.15, 0.86);
    transition: 0.6s cubic-bezier(0.785, 0.135, 0.15, 0.86);
    z-index: -1
}

.th-btn:before {
    top: 0;
    left: 0;
    right: auto
}

.th-btn:after {
    bottom: 0;
    right: 0;
    left: auto
}

.th-btn:hover,
.th-btn.active {
    color: var(--white-color);
    box-shadow: none
}

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

.th-btn:hover:before,
.th-btn.active:before {
    width: 100%;
    right: 0;
    left: auto
}

.th-btn:hover:after,
.th-btn.active:after {
    width: 100%;
    left: 0;
    right: auto
}

.th-btn.style1:before,
.th-btn.style1:after {
    background-color: var(--white-color)
}

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

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

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

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

.th-btn.style2:hover:before,
.th-btn.style2:hover:after {
    background-color: var(--title-color)
}

.th-btn.style3 {
    background-color: var(--white-color);
    color: var(--title-color);
    box-shadow: none;
    border: none
}

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

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

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

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

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

.th-btn.style5 {
    background-color: var(--white-color);
    color: var(--theme-color);
    padding: 18px 40px;
    font-weight: 700
}

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

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

.th-btn.style6 {
    background-color: #262A36;
    color: var(--white-color)
}

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

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

.th-btn.blue-btn {
    background-color: #6D2CF8;
    color: var(--white-color)
}

.th-btn.blue-btn.style1:before,
.th-btn.blue-btn.style1:after {
    background-color: var(--white-color)
}

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

.th-btn.blue-btn.style1:hover:before,
.th-btn.blue-btn.style1:hover:after {
    background-color: var(--white-color)
}

.th-btn.th-style {
    -webkit-clip-path: polygon(0% 0%, 100% 0, 100% 70%, 90% 100%, 0% 100%);
    clip-path: polygon(0% 0%, 100% 0, 100% 70%, 90% 100%, 0% 100%);
    -webkit-filter: drop-shadow(0px 8px 20px rgba(160, 206, 78, 0.3));
    filter: drop-shadow(0px 8px 20px rgba(160, 206, 78, 0.3))
}

.th-btn.black-border {
    background-color: transparent;
    color: #121212;
    border: 1px solid #121212;
    box-shadow: none
}

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

.th-btn.black-border:hover:before,
.th-btn.black-border:hover:after {
    background-color: #121212
}

.th-btn.th-black {
    background-color: var(--title-color);
    border-radius: 30px;
    color: var(--theme-color)
}

.th-btn.th-black:hover {
    background-color: var(--theme-color);
    color: var(--title-color)
}

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

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

.th-btn.th-black2:hover {
    background-color: var(--theme-color);
    color: var(--title-color)
}

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

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

.th-btn.th-radius2 {
    border-radius: 10px
}

.th-btn.btn-fw {
    width: 100%;
    padding: 18px 30px
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.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: 500;
    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-color);
    left: 0;
    top: 0;
    height: 50px;
    width: 50px;
    cursor: pointer;
    display: block;
    z-index: 1;
    border: 2px solid var(--theme-color);
    box-shadow: none;
    border-radius: 50%
}

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

.scroll-top svg path {
    fill: none
}

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

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

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

.sub-title {
    position: relative;
    font-weight: 500;
    font-size: 20px;
    line-height: 30px;
    color: var(--title-color);
    font-family: var(--title-font);
    margin-bottom: 30px;
    border-radius: 30px;
    padding: 3px 20px;
    display: inline-block;
    margin-top: 0
}

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

.sub-title.style1 {
    background: var(--theme-color);
    color: var(--white-color)
}

.sub-title:before {
    content: "";
    position: absolute;
    inset: 0;
    width: 151px;
    background: var(--theme-color);
    z-index: -1
}

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

.sub-title.sub-title2 {
    display: inline-block;
    padding: 0 40px;
    color: var(--title-color)
}

.sub-title.sub-title2:before,
.sub-title.sub-title2:after {
    content: "";
    background-image: url("../img/theme-img/title_shape.svg");
    background-color: transparent;
    background-repeat: no-repeat;
    position: absolute;
    top: 7px;
    left: 0px;
    width: 30px;
    height: 15px;
    opacity: 1
}

.sub-title.sub-title2:after {
    left: unset;
    right: 0px
}

.sub-title.sub-title2.style1 {
    padding-right: 0;
    background: transparent
}

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

.sub-title.sub-title3 {
    display: inline-block;
    padding: 0 40px;
    color: var(--title-color)
}

.sub-title.sub-title3:before,
.sub-title.sub-title3:after {
    content: "";
    background-image: url("../img/theme-img/title_shape2.svg");
    background-color: transparent;
    background-repeat: no-repeat;
    position: absolute;
    top: 7px;
    left: 0px;
    width: 30px;
    height: 15px;
    opacity: 1
}

.sub-title.sub-title3:after {
    left: unset;
    right: 0px
}

.sub-title.sub-title3.style1 {
    padding-right: 0;
    background: transparent
}

.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: 5px;
    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.svg");
    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-title2 {
    font-family: var(--title-font);
    font-weight: 500;
    font-size: 20px;
    line-height: 30px;
    color: #121212;
    display: block;
    margin-bottom: 15px
}

.box-title {
    font-size: 24px;
    line-height: 1.417;
    font-weight: 600;
    margin-top: -0.32em;
    font-family: var(--title-font);
    color: var(--title-color);
    text-transform: none;
}

.box-title a {
    color: inherit
}

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

.sec-text {
    color: var(--smoke-color);
    max-width: 580px
}

.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 {
    margin-bottom: 15px
}

.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.style3.shadow-one {
    margin-left: -20%
}

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

.shadow-one .shadow-title.style3 {
    margin-left: -20%
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.fw-extralight {
    font-weight: 100
}

.fw-light {
    font-weight: 300
}

.fw-normal {
    font-weight: 400
}

.fw-medium {
    font-weight: 500
}

.fw-semibold {
    font-weight: 600
}

.fw-bold {
    font-weight: 700
}

.fw-extrabold {
    font-weight: 800
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.bg-bottom-right {
    background-size: auto;
    background-position: bottom right
}

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

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

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

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

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

.text-light {
    color: var(--light-color) !important
}

.text-yellow {
    color: var(--yellow-color) !important
}

.text-success {
    color: var(--success-color) !important
}

.text-error {
    color: var(--error-color) !important
}

.text-inherit {
    color: inherit
}

.text-inherit:hover {
    color: var(--theme-color)
}

a.text-theme:hover,
.text-reset:hover {
    text-decoration: underline
}

.overlay {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%
}

.position-center {
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%)
}

[data-overlay] {
    position: relative;
    z-index: 2
}

[data-overlay] [class^="col-"],
[data-overlay] [class*="col-"] {
    z-index: 1
}

[data-overlay]:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 1
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.ripple-animation,
.play-btn:after,
.play-btn:before,
.faq-img4 .faq-shape:after,
.faq-img4 .faq-shape: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%
    }
}

.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 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 {
    list-style: none;
    padding: 0;
    margin: 0 0 0 0
}

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

.widget_nav_menu a,
.widget_meta a,
.widget_pages a,
.widget_archive a,
.widget_categories a {
    display: block;
    background-color: var(--white-color);
    border: 1px solid var(--smoke-color);
    margin: 0 0 10px 0;
    padding: 16.5px 45px 16.5px 25px;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.313;
    color: #261212;
    border-radius: 100px
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.widget {
    padding: var(--widget-padding-y, 40px) var(--widget-padding-x, 40px);
    background-color: var(--smoke-color2);
    margin-bottom: 40px;
    position: relative;
    border-radius: 30px
}

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

.widget .th-social a {
    background-color: #1F1F1F;
    box-shadow: 0px 9px 20px rgba(0, 0, 0, 0.06);
    border-radius: 100px;
    color: var(--white-color)
}

.widget .th-social a:hover {
    background-color: var(--theme-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;
    display: grid;
    -webkit-align-content: center;
    -ms-flex-line-pack: center;
    align-content: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    border-radius: 15px
}

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

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

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

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

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

.widget.widget_categories.style2 {
    background-color: #EBEEFF
}

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

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

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

.author-widget-wrap {
    position: relative;
    border: 1px solid var(--gray-color);
    padding: 30px 40px 30px 30px;
    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: 30px;
    border-radius: 15px
}

@media (max-width: 1199px) {
    .author-widget-wrap {
        display: block
    }
}

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

.author-widget-wrap.style2 {
    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: 40px;
    margin-bottom: 50px
}

@media (max-width: 1199px) {
    .author-widget-wrap.style2 {
        display: block
    }
}

.author-widget-wrap .avater-content {
    position: relative
}

.author-widget-wrap .avater {
    min-width: 189px;
    border-radius: 15px;
    border-radius: 50%
}

@media (max-width: 1199px) {
    .author-widget-wrap .avater {
        min-width: 100%;
        margin-bottom: 15px
    }
}

.author-widget-wrap .avater img {
    border-radius: 15px;
    width: 100%
}

@media (max-width: 1199px) {
    .author-widget-wrap .avater img {
        width: 100%
    }
}

.author-widget-wrap .name {
    font-weight: 600;
    font-size: 24px;
    line-height: 30px;
    color: var(--title-color);
    margin-bottom: 0px
}

.author-widget-wrap .name a {
    color: inherit
}

.author-widget-wrap .name a:hover {
    color: var(--theme-color)
}

.author-widget-wrap .text {
    font-weight: 500;
    font-size: 14px;
    line-height: 24px;
    color: var(--theme-color);
    margin-bottom: 25px
}

.author-widget-wrap .author-info {
    text-align: left;
    padding-right: 20px;
    margin-bottom: 15px
}

@media (max-width: 1199px) {
    .author-widget-wrap .author-info {
        padding: 10px 0;
        margin-bottom: 0
    }
}

.author-widget-wrap .author-bio {
    font-weight: 400;
    font-size: 18px;
    line-height: 26px;
    color: var(--body-color);
    margin-bottom: 0px
}

.author-widget-wrap .author-social {
    display: block;
    position: absolute;
    top: 20px;
    right: 40px
}

@media (max-width: 575px) {
    .author-widget-wrap .author-social {
        right: 0px
    }
}

@media (max-width: 450px) {
    .author-widget-wrap .author-social {
        display: none
    }
}

.author-widget-wrap .author-social a {
    font-size: 14px;
    color: var(--title-color);
    position: relative;
    margin-right: 10px
}

.author-widget-wrap .author-social a:last-child {
    margin-right: 0;
    border-right: none
}

.author-widget-wrap .author-social a:hover {
    color: var(--theme-color)
}

.widget_title {
    position: relative;
    font-size: 24px;
    font-weight: 600;
    font-family: var(--title-font);
    line-height: 1em;
    margin: -0.12em 0 28px 0
}

.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;
    box-shadow: 0px 6px 25px rgba(102, 102, 102, 0.15)
}

.widget .search-form button {
    border: none;
    font-size: 16px;
    background-color: #121212;
    color: var(--theme-color);
    display: inline-block;
    padding: 0;
    width: 56px;
    height: 56px;
    text-align: center;
    border-radius: 100px;
    position: absolute;
    top: 0;
    right: 0
}

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

.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(--white-color);
    color: var(--white-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_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 {
    background-color: var(--theme-color);
    padding: 60px 40px;
    border-radius: 20px;
    margin-bottom: 0
}

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

.widget_offer .offer-banner {
    text-align: center
}

.widget_offer .offer-banner .banner-logo {
    margin-bottom: 23px
}

.widget_offer .offer-banner .banner-title {
    color: var(--white-color);
    font-size: 22px;
    font-weight: 500;
    max-width: 250px;
    margin: 0 auto 57px auto
}

.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: 400;
    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-color: var(--white-color);
    box-shadow: 0px 4px 20px rgba(0, 0, 0, 0.05);
    border-radius: 20px
}

.wp-block-tag-cloud a:hover,
.tagcloud a:hover {
    background-color: var(--theme-color);
    color: var(--title-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(--white-color);
    visibility: hidden;
    opacity: 0;
    -webkit-transform: translate(-50%, 20px);
    -ms-transform: translate(-50%, 20px);
    transform: translate(-50%, 20px)
}

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

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

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

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

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

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

.recent-post {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 20px
}

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

.recent-post .media-img {
    margin-right: 20px;
    width: 100px;
    overflow: hidden;
    border-radius: 20px
}

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

.recent-post .post-title {
    font-weight: 500;
    font-size: 20px;
    line-height: 26px;
    margin: 0 0 4px 0;
    text-transform: capitalize
}

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

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

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

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

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

@media (max-width: 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 select,
.sidebar-area input {
    background-color: var(--white-color)
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.widget-banner {
    height: 360px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center
}

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

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

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

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

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

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

.price_slider_wrapper {
    margin-top: -0.5em
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

    .widget_title {
        font-size: 22px;
        margin: -0.12em 0 24px 0
    }

    .author-widget-wrap .name {
        font-size: 22px
    }
}

@media (max-width: 991px) {
    .sidebar-area {
        padding-top: 30px
    }

    .widget {
        --widget-padding-y: 40px;
        --widget-padding-x: 40px
    }

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

@media (max-width: 767px) {
    .widget {
        padding: 35px 20px
    }
}

@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 {
    color: #000;
    margin: -0.12em 0 40px 0;
    padding: 0 0 15px 0
}

.footer-widget .widget_title:before {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    width: 70px;
    height: 1px;
    background: var(--theme-color)
}

.footer-widget.widget_meta ul,
.footer-widget.widget_pages ul,
.footer-widget.widget_archive ul,
.footer-widget.widget_categories ul,
.footer-widget.widget_nav_menu ul {
    margin-top: -5px
}

.footer-widget.widget_meta .menu,
.footer-widget.widget_meta>ul,
.footer-widget.widget_pages .menu,
.footer-widget.widget_pages>ul,
.footer-widget.widget_archive .menu,
.footer-widget.widget_archive>ul,
.footer-widget.widget_categories .menu,
.footer-widget.widget_categories>ul,
.footer-widget.widget_nav_menu .menu,
.footer-widget.widget_nav_menu>ul {
    margin-bottom: -5px
}

.footer-widget.widget_meta a,
.footer-widget.widget_pages a,
.footer-widget.widget_archive a,
.footer-widget.widget_categories a,
.footer-widget.widget_nav_menu a {
    font-size: 16px;
    font-weight: 400;
    padding: 0 0 0 20px;
    margin-bottom: 21px;
    font-family: var(--body-font);
    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: "\f061";
    position: absolute;
    font-weight: 600;
    font-family: var(--icon-font);
    left: 0;
    top: 0px;
    width: 15px;
    color: var(--theme-color);
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
    font-size: 0.9em;
    background-color: transparent;
    border: none;
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
    -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-color)
}

.footer-widget.widget_meta a:hover:before,
.footer-widget.widget_pages a:hover:before,
.footer-widget.widget_archive a:hover:before,
.footer-widget.widget_categories a:hover:before,
.footer-widget.widget_nav_menu a:hover:before {
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0)
}

.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 {
    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 .recent-post-meta a {
    font-weight: 400;
    line-height: 1.2
}

.footer-widget .recent-post .recent-post-meta i {
    color: var(--theme-color)
}

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

.th-widget-about .about-logo {
    margin-bottom: 35px
}

.th-widget-about .about-text {
    margin-bottom: 32px;
    margin-top: -0.5em;
    font-weight: 400;
}

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

    .th-widget-about .about-text {
        margin-bottom: 20px
    }

    .social-box.mb-30 {
        margin-bottom: 25px
    }
}

.th-header {
    position: relative;
    z-index: 8
}

.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: 400;
    font-size: 16px;
    color: #fff;
    font-family: var(--body-font);
    text-transform: capitalize
}

.main-menu a:hover {
    color: #51b848 !important;
}

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

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

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

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

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

.main-menu ul li.menu-item-has-children>a:after {
    content: "\2B9F";
    position: relative;
    font-family: var(--icon-font);
    margin-left: 4px;
    font-weight: 600;
    top: 0;
    font-size: 14px
}

.main-menu ul li:last-child {
    margin-right: 0 !important
}

.main-menu ul li:first-child {
    margin-left: 0 !important
}

.main-menu ul li:hover>ul.sub-menu {
    visibility: visible;
    opacity: 1;
    -webkit-transform: scaleY(1);
    -ms-transform: scaleY(1);
    transform: scaleY(1);
    z-index: 9
}

.main-menu ul li:hover ul.mega-menu {
    visibility: visible;
    opacity: 1;
    z-index: 9;
    -webkit-transform: scaleY(1) translateX(-50%);
    -ms-transform: scaleY(1) translateX(-50%);
    transform: scaleY(1) translateX(-50%)
}

.main-menu ul.sub-menu,
.main-menu ul.mega-menu {
    position: absolute;
    text-align: left;
    top: 100%;
    left: 0;
    background-color: var(--white-color);
    visibility: hidden;
    min-width: 190px;
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    padding: 7px;
    left: -14px;
    opacity: 0;
    z-index: -1;
    border-top: 3px solid var(--theme-color);
    box-shadow: 0px 4px 15px rgba(1, 15, 28, 0.06);
    border-radius: 0;
    -webkit-transform: scaleY(0);
    -ms-transform: scaleY(0);
    transform: scaleY(0);
    -webkit-transform-origin: top center;
    -ms-transform-origin: top center;
    transform-origin: top center;
    -webkit-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s
}

.main-menu ul.sub-menu a,
.main-menu ul.mega-menu a {
    font-size: 16px;
    line-height: 30px
}

.main-menu ul.sub-menu {
    padding: 18px 20px 18px 18px;
    left: -27px
}

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

.main-menu ul.sub-menu li.menu-item-has-children>a:after {
    content: "\f105";
    float: right;
    top: 1px
}

.main-menu ul.sub-menu li a {
    position: relative;
    padding-left: 0px;
    text-transform: capitalize
}

/*.main-menu ul.sub-menu li a:before {
    content: "\f649";
    position: absolute;
    top: 8px;
    left: 0;
    font-family: var(--icon-font);
    width: 11px;
    height: 11px;
    text-align: center;
    border-radius: 50%;
    display: inline-block;
    font-size: 0.9em;
    line-height: 1;
    color: var(--theme-color);
    font-weight: 500
}*/

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

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

.main-menu.style2>ul>li>a {
    position: relative;
    padding: 2px 20px;
    background-color: transparent;
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
    z-index: 2
}

@media (max-width: 1299px) {
    .main-menu.style2>ul>li>a {
        padding: 2px 10px
    }
}

.main-menu.style2>ul>li>a:before {
    content: "";
    position: absolute;
    inset: 0;
    -webkit-transform: scaleX(0);
    -ms-transform: scaleX(0);
    transform: scaleX(0);
    background-color: transparent;
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
    z-index: -1
}

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

.main-menu.style2>ul>li>a:hover:before {
    background-color: var(--theme-color);
    -webkit-transform: scaleX(1);
    -ms-transform: scaleX(1);
    transform: scaleX(1)
}

.main-menu.style2 ul.sub-menu {
    padding: 18px 20px 18px 18px;
    left: -27px;
    margin-top: 15px
}

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

.header-button .icon-btn {
    position: relative;
    color: var(--white-color)
}

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

.header-button .icon-btn:hover .badge {
    background-color: var(--white-color);
    color: var(--title-color)
}

.header-links ul {
    margin: 0;
    padding: 0;
    list-style-type: none
}

.header-links li {
    display: inline-block;
    position: relative;
    font-size: 16px;
    font-weight: 400
}

.header-links li:not(:last-child) {
    margin: 0 26px 0 0
}

.header-links li>i {
    margin-right: 6px
}

.header-links li,
.header-links span,
.header-links p,
.header-links a {
    color: var(--body-color)
}

.header-links a:hover {
    color: var(--theme-color)
}

.header-links i {
    color: var(--body-color)
}

.header-links b,
.header-links strong {
    font-weight: 600
}

.header-social .social-title {
    font-weight: 500;
    font-size: 16px;
    display: inline-block;
    margin: 0 15px 0 0;
    color: var(--body-color)
}

.header-social a {
    font-size: 16px;
    display: inline-block;
    color: var(--body-color);
    margin: 0 15px 0 0
}

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

.header-social a:hover {
    color: var(--theme-color)
}

.header-logo {
    padding-top: 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
    }
}

.header-button .th-btn {
    min-width: 160px
}

@media (max-width: 1199px) {
    .header-button .th-btn {
        display: none
    }
}

.default-header .menu-area {
    background: rgba(255, 255, 255, 0.1);
    -webkit-backdrop-filter: blur(10px);
    backdrop-filter: blur(10px);
    padding: 10px 22px 10px 30px;
    margin-top: 30px
}

@media (max-width: 1199px) {
    .default-header .menu-area {
        padding: 10px 22px 10px 22px
    }
}

.default-header .header-logo {
    position: relative;
    z-index: 2
}

@media (max-width: 1299px) {
    .default-header .header-button {
        gap: 15px
    }
}

.default-header .header-button .icon-btn {
    border-radius: 0
}

.default-header .main-menu>ul>li>a {
    color: var(--white-color)
}

.default-header .sticky-wrapper.sticky {
    background: var(--title-color)
}

.default-header .sticky-wrapper.sticky .menu-area {
    background: transparent;
    padding: 0;
    margin: 0;
    -webkit-backdrop-filter: none;
    backdrop-filter: none
}

.header-layout1 .menu-area {
    margin-top: 40px;
    background-color: #F0EFE9;
    padding: 10px 22px 10px 30px
}

@media (max-width: 575px) {
    .header-layout1 .menu-area {
        margin-top: 20px
    }
}

.header-layout1 .sticky-wrapper.sticky .menu-area {
    background: transparent;
    padding: 0;
    margin: 0
}

.header-layout1 .header-logo {
    position: relative;
    z-index: 2
}

.header-layout1 .header-button .icon-btn {
    position: relative;
    color: var(--title-color);
    border-radius: 0
}

.header-layout2 .menu-area {
    background: rgba(255, 255, 255, 0.1);
    -webkit-backdrop-filter: blur(10px);
    backdrop-filter: blur(10px);
    padding: 0px 22px 0px 30px
}

.header-layout2 .sticky-wrapper.sticky {
    background-color: var(--title-color)
}

.header-layout2 .sticky-wrapper.sticky .menu-area {
    background: transparent;
    padding: 0;
    margin: 0
}

.header-layout2 .main-menu>ul>li {
    margin: 0 22px
}

@media (max-width: 1299px) {
    .header-layout2 .main-menu>ul>li {
        margin: 0 14px
    }
}

.header-layout2 .main-menu>ul>li>a:not(:hover) {
    color: var(--white-color)
}

.header-layout2 .header-button .icon-btn {
    position: relative;
    border: 1px solid #4B5261
}

.header-layout2 .header-button .icon-btn:not(:hover) {
    color: var(--white-color)
}

.header-layout2 .header-logo {
    position: relative;
    z-index: 2
}

.header-layout3 .header-top {
    padding: 20px 0
}

.header-layout3 .sticky-wrapper.sticky {
    background-color: var(--title-color)
}

.header-layout3 .sticky-wrapper.sticky .menu-area {
    background: transparent;
    padding: 0;
    margin: 0
}

.header-layout3 .header-button .icon-btn {
    border: 1px solid #4B5261
}

.header-layout3 .header-links li {
    color: var(--white-color);
    font-weight: 300
}

.header-layout3 .header-links li:not(:last-child) {
    margin: 0 58px 0 0
}

.header-layout3 .header-links li:not(:last-child):after {
    content: '';
    height: 20px;
    width: 1px;
    background-color: rgba(255, 255, 255, 0.2);
    position: absolute;
    top: 5px;
    right: -32px
}

.header-layout3 .header-links li a:not(:hover) {
    color: var(--white-color)
}

.header-layout3 .header-links i {
    color: var(--white-color)
}

.header-layout3 .header-right {
    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
}

.header-layout3 .header-right .title {
    color: var(--white-color);
    margin-bottom: 0
}

@media (max-width: 480px) {
    .header-layout3 .header-right .title {
        display: none
    }
}

.header-layout3 .social-links {
    border-left: 1px solid rgba(255, 255, 255, 0.2);
    padding-left: 30px;
    margin-left: 48px;
    height: 20px;
    line-height: 20px
}

@media (max-width: 480px) {
    .header-layout3 .social-links {
        padding-left: 0;
        margin-left: 0;
        border: none
    }
}

.header-layout3 .social-links a {
    font-size: 16px;
    display: inline-block;
    color: var(--white-color);
    margin: 0 10px 0 0;
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease
}

.header-layout3 .social-links a:last-child {
    margin-right: 0 !important
}

.header-layout3 .social-links a:hover {
    color: var(--theme-color)
}

.header-layout3 .social-links a:hover i {
    -webkit-animation: slideTop 0.5s;
    animation: slideTop 0.5s
}

.header-layout3 .menu-area {
    background: rgba(255, 255, 255, 0.1);
    -webkit-backdrop-filter: blur(10px);
    backdrop-filter: blur(10px);
    border-radius: 100px;
    padding: 0px 22px 0px 30px
}

.header-layout3 .main-menu>ul>li>a:not(:hover) {
    color: var(--white-color)
}

.header-layout3 .main-menu>ul>li {
    margin: 0 22px
}

@media (max-width: 1299px) {
    .header-layout3 .main-menu>ul>li {
        margin: 0 14px
    }
}

/*.header-layout4 {
    border-bottom: 1px solid #C8CDD1
}*/

.header-layout4 .menu-area {
    background: rgba(255, 255, 255, 0.08);
    -webkit-backdrop-filter: blur(24.9px);
    backdrop-filter: blur(24.9px);
    border-radius: 50px;
    padding: 0px 12px 0px 12px
}

@media (max-width: 375px) {
    .header-layout4 .menu-area {
        padding: 16px 15px
    }
}

.header-layout4 .main-menu {
    position: relative
}

/*.header-layout4 .main-menu:before,
.header-layout4 .main-menu:after {
    content: "";
    position: absolute;
    background-color: #C8CDD1;
    top: 0px;
    width: 1px;
    height: 100px
}*/

@media (max-width: 1399px) {

    .header-layout4 .main-menu:before,
    .header-layout4 .main-menu:after {
        display: none
    }
}

.header-layout4 .main-menu:before {
    left: -150px
}

.header-layout4 .main-menu:after {
    right: -150px
}

.header-layout4 .main-menu>ul>li>a {
    padding: 36.5px 0
}

.header-layout4 .main-menu>ul>li>a:hover {
    color: #51b848;
}

.header-layout4 .header-button .icon-btn {
    --btn-size: 55px;
    color: var(--title-color);
    border-color: var(--smoke-color)
}

.header-layout4 .header-button .icon-btn:hover {
    border-color: var(--theme-color)
}

@media (min-width: 1300px) {
    .header-layout4 .th-container {
        --main-container: 1720px
    }
}

.header-layout5 .sticky-wrapper.sticky .menu-area {
    padding: 15px 0
}

.header-layout5 .sticky-wrapper.sticky .menu-area .th-btn:hover {
    color: var(--white-color)
}

.header-layout5 .sticky-wrapper.sticky .menu-area .th-btn:hover:before,
.header-layout5 .sticky-wrapper.sticky .menu-area .th-btn:hover:after {
    background-color: var(--title-color)
}

.header-layout5 .sticky-wrapper.sticky .header-button .icon-btn {
    color: var(--title-color);
    border: 1px solid var(--title-color)
}

.header-layout5 .sticky-wrapper.sticky .header-button .icon-btn:hover {
    border-color: var(--title-color);
    color: var(--white-color)
}

.header-layout5 .menu-area {
    padding: 44px 0
}

@media (max-width: 1699px) {
    .header-layout5 .menu-area {
        padding: 15px 0
    }
}

.header-layout5 .main-menu>ul>li>a:hover {
    color: var(--title-color)
}

.header-layout5 .main-menu.style2>ul>li>a:hover:before {
    background-color: var(--title-color);
    opacity: 0.1
}

.header-layout5 .header-button .icon-btn {
    color: var(--white-color);
    border: 1px solid var(--white-color)
}

.header-layout5 .header-button .icon-btn:hover {
    background-color: var(--title-color);
    border-color: var(--title-color);
    color: var(--white-color)
}

.header-layout6 .sticky-wrapper.sticky {
    background-color: var(--title-color)
}

.header-layout6 .sticky-wrapper.sticky .menu-area {
    padding: 15px 0
}

.header-layout6 .menu-area {
    padding: 44px 0
}

@media (max-width: 1699px) {
    .header-layout6 .menu-area {
        padding: 15px 0
    }
}

.header-layout6 .main-menu>ul>li>a:hover {
    color: var(--title-color)
}

.header-layout6 .main-menu.style2>ul>li>a {
    color: var(--white-color)
}

.header-layout6 .main-menu.style2>ul>li>a:hover:before {
    background-color: var(--white-color);
    opacity: 0.1
}

.header-layout6 .header-button .icon-btn {
    color: var(--white-color);
    border: 1px solid var(--white-color)
}

.header-layout6 .header-button .icon-btn:hover {
    border-color: var(--theme-color)
}

.header-layout7 {
    padding: 20px 0;
    z-index: 10
}

@media (max-width: 1199px) {
    .header-layout7 {
        padding: 10px 0
    }
}

.header-layout7 .menu-area {
    position: relative;
    z-index: 3;
    padding: 5px 13px 5px 20px;
    border-radius: 50px
}

.header-layout7 .menu-area:before {
    content: "";
    position: absolute;
    inset: 0;
    background-image: url("../img/shape/header-border.html");
    background-repeat: no-repeat;
    max-width: 1620px;
    background-size: 100% 100%;
    display: block;
    margin: auto
}

@media (max-width: 1600px) {
    .header-layout7 .menu-area:before {
        max-width: 100%
    }
}

@media (max-width: 1199px) {
    .header-layout7 .menu-area:before {
        display: none
    }
}

.header-layout7 .menu-area:after {
    content: "";
    position: absolute;
    top: 0;
    right: -1px;
    width: 38%;
    height: 80px;
    background-color: var(--title-color);
    z-index: 1;
    border-radius: 0 50px 50px 0px;
    -webkit-clip-path: path("M575 0H156.354C146.771 0 137.506 3.44058 130.246 9.69565L125.25 14L120.254 9.69565C112.994 3.44058 103.729 0 94.1455 0H29.7031L0.550781 80H94.1455C103.729 80 112.994 76.5594 120.254 70.3044L125.25 66L130.246 70.3043C137.506 76.5594 146.771 80 156.355 80H575C597.091 80 615 62.0914 615 40C615 17.9086 597.091 0 575 0Z");
    clip-path: path("M575 0H156.354C146.771 0 137.506 3.44058 130.246 9.69565L125.25 14L120.254 9.69565C112.994 3.44058 103.729 0 94.1455 0H29.7031L0.550781 80H94.1455C103.729 80 112.994 76.5594 120.254 70.3044L125.25 66L130.246 70.3043C137.506 76.5594 146.771 80 156.355 80H575C597.091 80 615 62.0914 615 40C615 17.9086 597.091 0 575 0Z")
}

@media (max-width: 1699px) {
    .header-layout7 .menu-area:after {
        width: 36.8%
    }
}

@media (max-width: 1500px) {
    .header-layout7 .menu-area:after {
        display: none
    }
}

.header-layout7 .main-menu {
    position: relative;
    padding-left: 80px;
    z-index: 4
}

@media (max-width: 1199px) {
    .header-layout7 .main-menu {
        padding-left: 0
    }
}

.header-layout7 .main-menu ul.sub-menu {
    padding: 18px 20px 18px 18px;
    left: -27px;
    margin-top: 25px
}

.header-layout7 .main-menu.style2>ul li.menu-item-has-children:last-child a {
    color: var(--white-color)
}

@media (max-width: 1500px) {
    .header-layout7 .main-menu.style2>ul li.menu-item-has-children:last-child a {
        color: var(--title-color)
    }
}

.header-layout7 .main-menu.style2>ul li .sub-menu li a {
    color: var(--title-color) !important
}

.header-layout7 .main-menu.style2>ul>li>a:hover {
    color: var(--title-color)
}

.header-layout7 .main-menu.style2>ul>li>a:hover:before {
    background-color: var(--title-color);
    opacity: 0.1
}

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

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

@media (max-width: 1299px) {
    .header-layout7 .th-btn {
        display: none
    }
}

.header-layout7 .icon-btn {
    color: var(--white-color);
    border: 1px solid var(--white-color);
    z-index: 3
}

@media (max-width: 1500px) {
    .header-layout7 .icon-btn {
        border-color: var(--body-color);
        color: var(--body-color)
    }
}

.unittest-header .header-button .icon-btn {
    position: relative;
    color: var(--title-color)
}

@media (max-width: 991px) {
    .unittest-header .header-logo {
        padding-top: 20px;
        padding-bottom: 20px
    }
}

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

.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: 19px;
    top: 20%;
    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)
}

.footer-links a:hover {
    color: var(--theme-color)
}

.copyright-wrap {
    background-color: #222222;
    padding: 25px 0
}

.copyright-text {
    margin: 0;
    color: var(--white-color)
}

.copyright-text a {
    color: var(--theme-color)
}

.copyright-text a:hover {
    color: var(--white-color)
}

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

.th-widget-contact .info-box .box-link:hover {
    color: var(--theme-color)
}

.footer-top {
    border-bottom: 1px solid #D0D3DA;
    padding: 80px 0
}

@media (max-width: 1199px) {
    .footer-newsletter-content {
        text-align: center;
        margin-bottom: 25px
    }
}

@media (max-width: 991px) {
    .footer-wrapper .widget-area {
        padding-top: var(--section-space-mobile);
        padding-bottom: 30px
    }

    .footer-contact-wrap {
        grid-template-columns: auto auto;
        gap: 30px
    }

    .copyright-text {
        text-align: center
    }
}

.default-footer .widget-area {
    padding-top: 80px
}

.footer-layout1 {
    background-color: #EFF1F9
}

.footer-layout2 .th-social a {
    --icon-size: 46px
}

.footer-layout3 {
    background-color: #eceef0;
}

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

.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;
    color: #fff !important;
}

@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: 20px 0 -0.5em 0;
    list-style-type: none;
    position: relative
}

.breadcumb-menu li {
    display: inline-block;
    margin-right: 3px;
    padding-right: 5px;
    list-style: none;
    color: var(--white-color);
    position: relative
}

.breadcumb-menu li:after {
    content: "/";
    position: relative;
    margin-left: 6px;
    font-weight: 500;
    font-size: 15px;
    color: inherit;
    font-family: var(--icon-font)
}

.breadcumb-menu li:last-child {
    padding-right: 0;
    margin-right: 0
}

.breadcumb-menu li:last-child:after {
    display: none
}

.breadcumb-menu a,
.breadcumb-menu span {
    white-space: normal;
    color: inherit;
    word-break: break-word;
    font-family: var(--title-font);
    font-weight: 500;
    font-size: 18px;
    color: var(--theme-color)
}

.breadcumb-title {
    color: var(--white-color);
    font-size: 58px;
    font-weight: 700;
    margin: -0.14em 0 -0.14em 0;
    line-height: 1.1;
    position: relative;
    z-index: 1;
}

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

.breadcumb-wrapper {
    background-color: var(--title-color);
    padding: 277px 0 150px 0;
    overflow: hidden;
    text-align: center;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    position: relative;
}

.breadcumb-wrapper.th-breadcumb {
    padding: 150px 0 150px 0
}

@media (max-width: 1199px) {
    .breadcumb-wrapper {
        padding: 230px 0 100px 0
    }

    .breadcumb-wrapper.th-breadcumb {
        padding: 100px 0 100px 0
    }

    .breadcumb-title {
        font-size: 54px
    }

    .breadcumb-menu {
        margin: 20px 0 -0.5em 0
    }

    .breadcumb-menu li,
    .breadcumb-menu a,
    .breadcumb-menu span {
        font-size: 16px
    }
}

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

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

.th-pagination {
    margin-bottom: 30px
}

.th-pagination ul {
    margin: 0;
    padding: 0
}

.th-pagination li {
    display: inline-block;
    margin: 0 3px;
    list-style-type: none
}

.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);
    background-color: transparent;
    border: 1px solid var(--gray-color);
    width: 50px;
    height: 50px;
    line-height: 50px;
    z-index: 1;
    font-size: 18px;
    font-weight: 500;
    border-radius: 50%
}

.th-pagination span.active,
.th-pagination span:hover,
.th-pagination a.active,
.th-pagination a:hover {
    color: var(--title-color);
    background-color: var(--theme-color);
    border-color: var(--theme-color)
}

@media (max-width: 767px) {

    .th-pagination span,
    .th-pagination a {
        width: 40px;
        height: 40px;
        line-height: 40px;
        font-size: 14px
    }
}

blockquote,
.wp-block-quote {
    font-size: 16px;
    line-height: 1.777;
    padding: 40px 16px 40px 60px;
    font-weight: 400;
    display: block;
    position: relative;
    background-color: transparent;
    margin: 50px 0 58px 0;
    color: var(--title-color);
    font-style: normal;
    border: 1px solid var(--body-color) !important;
    border-radius: 30px
}

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;
    top: -1px;
    left: -1px;
    height: 50px;
    width: 33px;
    background-color: #fff
}

blockquote:after,
.wp-block-quote:after {
    content: "";
    position: absolute;
    top: -10px;
    left: 0px;
    height: 20px;
    width: 25px;
    background-color: var(--title-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(--title-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
}

@media (max-width: 767px) {

    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: 30px 20px;
        font-size: 16px
    }
}

blockquote.style-left-icon,
.wp-block-quote.style-left-icon {
    font-size: 18px;
    color: var(--body-color);
    font-weight: 400;
    line-height: 1.556;
    background-color: var(--smoke-color);
    padding-left: 160px
}

blockquote.style-left-icon:before,
.wp-block-quote.style-left-icon:before {
    right: unset;
    left: 56px;
    top: 60px;
    font-size: 6rem;
    font-weight: 400;
    line-height: 4rem;
    color: var(--theme-color);
    text-shadow: none
}

blockquote.style-left-icon cite,
.wp-block-quote.style-left-icon cite {
    color: var(--title-color)
}

blockquote.style-left-icon cite:before,
.wp-block-quote.style-left-icon cite:before {
    background-color: var(--title-color);
    top: 8px
}

blockquote:not(:has(>cite)) p:last-child,
.wp-block-quote:not(:has(>cite)) p:last-child {
    margin-bottom: -0.3em
}

blockquote p:has(cite),
.wp-block-quote p:has(cite) {
    padding-bottom: 10px
}

blockquote p cite,
.wp-block-quote p cite {
    margin-top: 20px;
    margin-bottom: -0.5em;
    bottom: -32px
}

.wp-block-pullquote {
    color: var(--body-color);
    padding: 0
}

blockquote.has-very-dark-gray-color {
    color: var(--body-color) !important
}

.wp-block-column blockquote:before,
.wp-block-column .wp-block-quote:before {
    height: 60px;
    font-size: 30px
}

.wp-block-column blockquote.style-left-icon,
.wp-block-column blockquote.is-large:not(.is-style-plain),
.wp-block-column blockquote.is-style-large:not(.is-style-plain),
.wp-block-column blockquote.has-text-align-right,
.wp-block-column .wp-block-quote.style-left-icon,
.wp-block-column .wp-block-quote.is-large:not(.is-style-plain),
.wp-block-column .wp-block-quote.is-style-large:not(.is-style-plain),
.wp-block-column .wp-block-quote.has-text-align-right {
    padding: 100px 15px 30px 15px
}

@media (max-width: 1199px) {

    blockquote,
    .wp-block-quote {
        font-size: 16px;
        padding: 40px 20px 30px 20px
    }

    blockquote:before,
    .wp-block-quote:before {
        width: 100px;
        font-size: 52px
    }

    blockquote cite,
    .wp-block-quote cite {
        margin-top: 23px
    }
}

@media (max-width: 767px) {
    .wp-block-pullquote.is-style-solid-color blockquote {
        max-width: 90%
    }
}

.blog-meta {
    display: block
}

.blog-meta span,
.blog-meta a {
    display: inline-block;
    font-size: 14px;
    color: var(--body-color);
    font-family: var(--body-font);
    position: relative;
    margin-right: 20px
}

.blog-meta span i,
.blog-meta a i {
    margin-right: 6px;
    color: var(--title-color)
}

.blog-meta span:last-child,
.blog-meta a:last-child {
    margin-right: 0
}

.blog-meta .author img {
    border-radius: 50%;
    width: 30px;
    height: 30px;
    margin-right: 6px
}

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

@media (max-width: 1199px) {

    .blog-meta span,
    .blog-meta a {
        margin-right: 6px;
        padding-right: 15px
    }
}

.blog-audio img,
.blog-img img,
.blog-video img {
    -webkit-transition: 0.4s ease-in-out;
    transition: 0.4s ease-in-out
}

.blog-title 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;
    background-color: #F7F7F7;
    margin-bottom: var(--blog-space-y, 40px);
    border-radius: 30px;
    overflow: hidden
}

.blog-single.has-post-thumbnail {
    background-color: transparent;
    border: 1px solid var(--gray-color)
}

.blog-single .blog-title {
    margin-bottom: 10px;
    font-weight: 600;
    font-size: 26px;
}

.blog-single .blog-text {
    margin-bottom: 27px
}

.blog-single .social-links {
    margin: 0;
    padding: 0;
    list-style-type: none;
    display: inline-block
}

.blog-single .social-links li {
    display: inline-block;
    margin-right: 3px
}

.blog-single .social-links li:last-child {
    margin-right: 0
}

.blog-single .social-links a {
    display: inline-block;
    width: 36px;
    height: 36px;
    line-height: 36px;
    background-color: var(--smoke-color2);
    border: 1px solid var(--smoke-color);
    font-size: 16px;
    color: var(--title-color);
    text-align: center;
    border-radius: 100px
}

.blog-single .social-links a:hover {
    color: var(--white-color);
    background-color: var(--theme-color);
    border-color: var(--theme-color)
}

.blog-single .blog-meta {
    margin: -0.35em 0 7px 0
}

.blog-single .blog-content {
    padding: 40px;
    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: 30px
}

.blog-single .blog-img img {
    border-radius: 30px
}

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

.share-links-title {
    font-size: 18px;
    color: var(--title-color);
    font-family: var(--title-font);
    font-weight: 600;
    margin: 0 15px 0 0;
    display: inline-block
}

.share-links {
    border-top: 1px solid var(--th-border-color);
    padding: 40px
}

@media (max-width: 767px) {
    .share-links {
        padding: 25px
    }
}

.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;
    border: 1px solid #D8DDE1
}

.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-content {
        padding: 25px
    }

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

.wp-block-query .blog-single {
    padding: 40px
}

@media (max-width: 1199px) {
    .wp-block-query .blog-single {
        padding: 25px
    }
}

.blog-single .wp-block-pullquote.is-style-solid-color blockquote {
    background-color: #F7F7F7
}

.blog-single .wp-block-pullquote.is-style-solid-color blockquote:before {
    background-color: #F7F7F7
}

.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;
    border: 1px solid var(--gray-color);
    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)
}

.blog-author {
    margin-top: 40px;
    margin-bottom: 40px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    background-color: var(--smoke-color2);
    border-radius: 20px;
    overflow: hidden
}

.blog-author .auhtor-img {
    width: 212px;
    min-height: 100%;
    background-color: #00ffff;
    text-align: center;
    display: grid;
    -webkit-align-content: center;
    -ms-flex-line-pack: center;
    align-content: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center
}

@media (max-width: 767px) {
    .blog-author .auhtor-img {
        width: 100%;
        min-height: 200px
    }
}

.blog-author .auhtor-img img {
    width: 96px;
    height: auto;
    object-fit: cover;
    object-position: center center
}

.blog-author .author-name {
    font-size: 24px;
    margin-top: -0.2em;
    margin-bottom: 16px
}

.blog-author .author-text {
    margin-bottom: 0
}

.blog-author .media-body {
    padding: 40px 40px 40px 40px;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    align-self: center
}

@media (max-width: 767px) {
    .blog-author {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column
    }

    .blog-author .auhtor-img img {
        width: 100%
    }
}

@media (max-width: 575px) {
    .blog-author .media-body {
        padding: 35px 20px 30px 20px
    }
}

.th-comment-form {
    margin-top: var(--blog-space-y, 40px);
    margin-bottom: 30px;
    padding: var(--blog-space-y, 40px) var(--blog-space-x, 40px);
    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
}

.blog-comment-area {
    margin-bottom: 25px
}

.th-comments-wrap {
    margin-top: var(--blog-space-y, 40px);
    margin-bottom: 30px;
    margin-right: 16px
}

.th-comments-wrap .description p:last-child {
    margin-bottom: -0.5em
}

.th-comments-wrap .comment-respond {
    margin: 30px 0
}

.th-comments-wrap pre {
    background: #ededed;
    color: #666;
    font-size: 14px;
    margin: 20px 0;
    overflow: auto;
    padding: 20px;
    white-space: pre-wrap;
    word-wrap: break-word
}

.th-comments-wrap li {
    margin: 0
}

.th-comments-wrap .th-post-comment {
    padding: 0;
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 30px;
    padding-bottom: 30px;
    position: relative;
    border-bottom: 1px solid var(--th-border-color)
}

.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: 110px;
    height: 110px;
    margin-right: 20px;
    overflow: hidden;
    border-radius: 15px
}

.th-comments-wrap .comment-avater img {
    width: 100%
}

.th-comments-wrap .comment-content {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    margin-top: -6px;
    position: relative
}

.th-comments-wrap .commented-on {
    font-size: 14px;
    display: inline-block;
    margin-bottom: 2px;
    font-weight: 400;
    color: var(--body-color)
}

.th-comments-wrap .commented-on i {
    color: var(--theme-color);
    margin-right: 7px;
    font-size: 0.9rem
}

.th-comments-wrap .name {
    margin-bottom: 5px;
    font-size: 20px;
    font-weight: 500
}

.th-comments-wrap .comment-top {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.th-comments-wrap .text {
    margin-bottom: -0.3rem
}

.th-comments-wrap .children {
    margin: 0;
    padding: 0;
    list-style-type: none;
    margin-left: 80px
}

.th-comments-wrap .reply_and_edit {
    margin-top: 0px;
    margin-bottom: -0.46em;
    position: absolute;
    top: 0;
    right: 0;
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out
}

.th-comments-wrap .reply_and_edit a {
    margin-right: 10px
}

.th-comments-wrap .reply_and_edit a:last-child {
    margin-right: 0
}

.th-comments-wrap .reply-btn {
    font-weight: 500;
    font-size: 14px;
    text-transform: uppercase;
    display: inline-block;
    color: var(--title-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(--theme-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;
    padding-bottom: 0
}

ul.comment-list .th-comment-item:first-child>.th-post-comment {
    padding-bottom: 30px;
    border-bottom: 1px solid var(--th-border-color)
}

.th-comments-wrap.th-comment-form {
    margin: 0
}

@media (max-width: 1399px) {

    .th-comment-form,
    .th-comments-wrap {
        padding: 30px;
        margin-right: 0
    }
}

@media (max-width: 1199px) {
    .th-comments-wrap .children {
        margin-left: 40px
    }
}

@media (max-width: 991px) {

    .th-comment-form,
    .th-comments-wrap {
        padding: 40px
    }
}

@media (max-width: 767px) {

    .th-comment-form,
    .th-comments-wrap {
        padding: 40px 20px
    }

    .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;
    background-image: url("../img/nova/novalink-solution.webp");
    width: 100%;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.th-hero-wrapper .slider-arrow {
    --pos-x: 100px;
    background-color: var(--white-color);
    box-shadow: none;
    color: var(--theme-color);
    border-color: var(--white-color)
}

.th-hero-wrapper .slider-arrow:hover {
    background-color: var(--theme-color);
    color: var(--white-color);
    border-color: var(--theme-color)
}

.th-hero-wrapper .slick-dots {
    position: absolute;
    top: 50%;
    left: 80px;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%)
}

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

.call-btn .btn-text {
    font-size: 14px;
    font-weight: 500;
    display: block
}

@media (max-width: 1199px) {
    .btn-group:has(.call-btn) {
        gap: 25px
    }
}

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

.hero-text {
    font-family: var(--body-font);
    font-weight: 300;
    margin-bottom: 30px
}

.hero-1 .hero-img {
    position: relative;
    text-align: right;
    min-width: 645px;
    margin-right: -44px;
    z-index: 2
}

@media (max-width: 1199px) {
    .hero-1 .hero-img {
        margin: 0;
        min-width: 100%;
        text-align: center
    }
}

.hero-1 .hero-img .th-hero-shape {
    position: absolute;
    content: "";
    bottom: 0;
    width: 702px;
    height: 453px;
    display: block;
    margin: auto;
    background: var(--theme-color);
    opacity: 0.3;
    -webkit-clip-path: path("M351 0C157.148 0 0 156.924 0 350.5C0 386.161 5.33333 420.579 15.247 453H686.753C696.667 420.579 702 386.161 702 350.5C702 156.924 544.852 0 351 0Z");
    clip-path: path("M351 0C157.148 0 0 156.924 0 350.5C0 386.161 5.33333 420.579 15.247 453H686.753C696.667 420.579 702 386.161 702 350.5C702 156.924 544.852 0 351 0Z");
    z-index: -1
}

.hero-1 .hero-img .th-hero-shape2 {
    position: absolute;
    content: "";
    left: 57px;
    bottom: 0;
    width: 588px;
    height: 396px;
    display: block;
    margin: auto;
    background: var(--theme-color);
    opacity: 0.5;
    -webkit-clip-path: path("M294 0C131.628 0 0 131.404 0 293.5C0 329.555 6.51217 364.091 18.4263 396H569.574C581.488 364.091 588 329.555 588 293.5C588 131.404 456.372 0 294 0Z");
    clip-path: path("M294 0C131.628 0 0 131.404 0 293.5C0 329.555 6.51217 364.091 18.4263 396H569.574C581.488 364.091 588 329.555 588 293.5C588 131.404 456.372 0 294 0Z");
    z-index: -1
}

.hero-1 .hero-img .th-hero-shape3 {
    position: absolute;
    content: "";
    left: 121px;
    bottom: 0;
    width: 460px;
    height: 332px;
    display: block;
    margin: auto;
    background: var(--theme-color);
    -webkit-clip-path: path("M230 0C102.975 0 0 102.751 0 229.5C0 266.338 8.69837 301.149 24.1575 332H435.842C451.302 301.149 460 266.338 460 229.5C460 102.751 357.025 0 230 0Z");
    clip-path: path("M230 0C102.975 0 0 102.751 0 229.5C0 266.338 8.69837 301.149 24.1575 332H435.842C451.302 301.149 460 266.338 460 229.5C460 102.751 357.025 0 230 0Z");
    z-index: -1
}

.hero-1 .hero-wrapp {
    position: relative;
    z-index: 2
}

.hero-style1 {
    position: relative;
    z-index: 6;
    padding: 303px 0 163px 0
}

@media (max-width: 1199px) {
    .hero-style1 {
        text-align: center;
        padding: 220px 0 80px 0;
        display: block;
        margin: auto
    }

    .hero-style1 .btn-group {
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center
    }
}

.hero-style1 .sub-title {
    margin-bottom: 12px
}

.hero-style1 .hero-title {
    font-size: 84px;
    font-weight: 700;
    margin-bottom: 15px
}

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

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

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

.hero-style1 .hero-text {
    max-width: 536px
}

@media (max-width: 1199px) {
    .hero-style1 .hero-text {
        max-width: 100%;
        display: block;
        margin: auto auto 30px auto
    }
}

.hero-2 .hero2-image {
    position: relative;
    margin: 140px -40px 0 0
}

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

.hero-2 .hero-img {
    max-width: 618px;
    display: block;
    margin-left: auto
}

.hero-2 .discount-wrapp {
    width: 160px;
    height: 160px;
    background-color: var(--title-color);
    position: absolute;
    bottom: 10%;
    left: -26px;
    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: 1199px) {
    .hero-2 .discount-wrapp {
        left: 20%
    }
}

@media (max-width: 991px) {
    .hero-2 .discount-wrapp {
        left: 0%
    }
}

@media (max-width: 767px) {
    .hero-2 .discount-wrapp {
        left: -3%;
        bottom: 0
    }
}

@media (max-width: 575px) {
    .hero-2 .discount-wrapp {
        top: 0;
        left: 0;
        bottom: unset
    }
}

.hero-2 .discount-wrapp .play-btn>i {
    --icon-size: 60px;
    font-size: 20px;
    color: var(--theme-color);
    background: #1F242D
}

.hero-2 .discount-tag {
    color: #D8DDE1;
    font-size: 10px;
    border: 1px solid var(--theme-color);
    min-height: 120px;
    min-width: 120px
}

.hero-2 .discount-tag span {
    --rotate-letter: 8deg;
    min-height: 60px;
    position: absolute;
    min-width: 60px;
    text-transform: lowercase;
    left: 14px;
    top: -2px
}

.hero-style2 {
    position: relative;
    padding: 340px 0 196px 0
}

@media (max-width: 1199px) {
    .hero-style2 {
        text-align: center;
        padding: 260px 0 80px 0;
        display: block;
        margin: auto
    }

    .hero-style2 .btn-group {
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center
    }
}

@media (max-width: 767px) {
    .hero-style2 {
        padding: 200px 0 60px 0
    }
}

.hero-style2 .shape {
    position: absolute;
    top: 36%;
    right: 26%
}

@media (max-width: 767px) {
    .hero-style2 .shape {
        display: none
    }
}

.hero-style2 .sub-title {
    text-transform: capitalize;
    font-size: 24px;
    font-weight: 600;
    margin-bottom: 20px
}

.hero-style2 .sub-title:before {
    display: none
}

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

.hero-style2 .square-text {
    position: relative;
    display: inline-block;
    line-height: 40px;
    color: var(--theme-color);
    border: 1px solid var(--theme-color);
    padding: 2px 20px 2px 20px;
    z-index: 2
}

@media (max-width: 575px) {
    .hero-style2 .square-text {
        line-height: 40px
    }
}

.hero-style2 .square-text .dot1,
.hero-style2 .square-text .dot2 {
    position: absolute;
    top: -8px;
    height: calc(100% + 20px);
    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
}

.hero-style2 .square-text .dot1:before,
.hero-style2 .square-text .dot1:after,
.hero-style2 .square-text .dot2:before,
.hero-style2 .square-text .dot2:after {
    content: '';
    width: 10px;
    height: 10px;
    display: inline-block;
    background-color: var(--theme-color)
}

.hero-style2 .square-text .dot1 {
    left: -9px
}

.hero-style2 .square-text .dot2 {
    right: -9px
}

.hero-style2 .hero-title {
    color: var(--white-color);
    margin-bottom: 15px;
    line-height: 94px
}

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

@media (max-width: 480px) {
    .hero-style2 .hero-title {
        font-size: 54px;
        line-height: 64px
    }
}

@media (max-width: 375px) {
    .hero-style2 .hero-title {
        font-size: 44px;
        line-height: 54px
    }
}

@media (max-width: 320px) {
    .hero-style2 .hero-title {
        font-size: 34px;
        line-height: 44px
    }
}

.hero-style2 .hero-title .hero-box {
    display: inline-block
}

.hero-style2 .hero-text {
    font-size: 18px;
    color: #D8DDE1;
    max-width: 522px
}

@media (max-width: 1199px) {
    .hero-style2 .hero-text {
        display: block;
        margin: auto auto 40px auto
    }
}

.hero-style2 .client-thumb-group {
    height: 56px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    margin-left: 25px;
    margin-bottom: 0
}

.hero-style2 .client-thumb-group .thumb img {
    border: none;
    -webkit-filter: none;
    filter: none
}

.hero-style2 .client-thumb-group .thumb.icon {
    line-height: normal;
    padding: 10px 0;
    border: none
}

.hero-style2 .client-thumb-group span {
    font-family: var(--body-font2);
    font-weight: 500;
    font-size: 10px;
    line-height: 15px;
    display: block
}

.hero-3 .hero-shape {
    position: absolute;
    left: 109px;
    bottom: 21px
}

@media (max-width: 1500px) {
    .hero-3 .hero-shape {
        left: 0
    }
}

.hero-3 .hero-img {
    position: absolute;
    right: 0;
    bottom: 0
}

@media (max-width: 1299px) {
    .hero-3 .hero-img {
        margin-right: -200px
    }
}

@media (max-width: 1199px) {
    .hero-3 .hero-img {
        position: relative;
        margin: 0
    }
}

.hero-3 .th-circle .circle {
    position: absolute;
    width: 10px;
    height: 10px;
    display: block;
    background-color: var(--theme-color);
    border-radius: 50%
}

.hero-3 .th-circle .circle.style1 {
    left: 45%;
    bottom: 25%;
    -webkit-animation: zoom1 10s linear infinite;
    animation: zoom1 10s linear infinite;
    -webkit-transition-delay: 2s;
    transition-delay: 2s
}

.hero-3 .th-circle .circle.style2 {
    width: 16px;
    height: 16px;
    bottom: 22%;
    right: 10%;
    background-color: var(--theme-color);
    -webkit-animation: fadeLeftRight 3s infinite ease-in-out;
    animation: fadeLeftRight 3s infinite ease-in-out
}

@media (max-width: 991px) {
    .hero-3 .th-circle .circle.style2 {
        display: none
    }
}

.hero-style3 {
    padding: 346px 0 207px 0
}

@media (max-width: 1199px) {
    .hero-style3 {
        padding: 246px 0 0px 0;
        text-align: center
    }
}

.hero-style3 .sub-title {
    font-weight: 700;
    font-size: 24px;
    line-height: 34px;
    color: var(--theme-color);
    -webkit-transform: rotate(4.36deg);
    -ms-transform: rotate(4.36deg);
    transform: rotate(4.36deg);
    border: 1px solid var(--theme-color);
    border-radius: 0;
    margin-bottom: 10px
}

.hero-style3 .sub-title:before {
    display: none
}

.hero-style3 .hero-title {
    font-size: 72px;
    color: var(--white-color);
    font-weight: 600
}

@media (max-width: 1399px) {
    .hero-style3 .hero-title {
        font-size: 54px
    }
}

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

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

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

.hero-style3 .hero-text {
    font-size: 18px;
    color: #A6AAB2;
    max-width: 635px;
    margin-bottom: 30px
}

@media (max-width: 1199px) {
    .hero-style3 .hero-text {
        max-width: 100%;
        display: block;
        margin: auto auto 30px auto
    }
}

.hero-style3 .th-btn {
    font-size: 14px;
    min-width: 156px;
    padding: 19.5px 32px
}

.hero-style3 .btn-group {
    gap: 30px
}

@media (max-width: 1199px) {
    .hero-style3 .btn-group {
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center
    }
}

.hero-4 {
    position: relative;
    background-color: #fff;
}

.hero-4 .hero-img {
    text-align: right;
    min-width: 671px;
    margin-top: 100px;
    margin-left: -50px
}

@media (max-width: 1699px) {
    .hero-4 .hero-img {
        min-width: 100%
    }
}

@media (max-width: 1199px) {
    .hero-4 .hero-img {
        text-align: center;
        margin: 0;
        padding-bottom: 140px
    }
}

.hero-style4 {
    position: relative;
    z-index: 6;
    padding: 226px 0 122px 0
}

@media (max-width: 1299px) {
    .hero-style4 {
        padding: 225px 0 120px 0
    }
}

@media (max-width: 1199px) {
    .hero-style4 {
        text-align: center;
        padding: 200px 0 80px 0;
        display: block;
        margin: auto
    }

    .hero-style4 .btn-group {
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center
    }
}

@media (max-width: 575px) {
    .hero-style4 {
        padding: 180px 0 80px 0
    }
}

.hero-style4 .sub-title {
    margin-bottom: 15px
}

.hero-style4 .sub-title:before {
    display: none
}

.hero-style4 .sub-title .square-text {
    position: relative;
    display: inline-block;
    font-weight: 700;
    font-size: 18px;
    line-height: 28px;
    text-transform: uppercase;
    color: #121212;
    border: 2px solid #6D2CF8;
    padding: 6px 20px 6px 20px;
    z-index: 2
}

@media (max-width: 575px) {
    .hero-style4 .sub-title .square-text {
        line-height: 40px
    }
}

.hero-style4 .sub-title .square-text .dot1,
.hero-style4 .sub-title .square-text .dot2 {
    position: absolute;
    top: -8px;
    height: calc(100% + 20px);
    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
}

.hero-style4 .sub-title .square-text .dot1:before,
.hero-style4 .sub-title .square-text .dot1:after,
.hero-style4 .sub-title .square-text .dot2:before,
.hero-style4 .sub-title .square-text .dot2:after {
    content: '';
    width: 10px;
    height: 10px;
    display: inline-block;
    border: 2px solid #6D2CF8
}

.hero-style4 .sub-title .square-text .dot1 {
    left: -9px
}

.hero-style4 .sub-title .square-text .dot2 {
    right: -9px
}

.hero-style4 .hero-title {
    margin-bottom: 15px;
    color: #fff;
}

@media (max-width: 1399px) {
    .hero-style4 .hero-title {
        font-size: 72px
    }
}

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

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

.hero-style4 .hero-title .round-line {
    position: relative;
    padding-left: 20px
}

.hero-style4 .hero-title .round-line:after {
    content: '';
    height: 92px;
    width: 172%;
    background-image: url("data:image/svg+xml,%3Csvg width='215' height='92' viewBox='0 0 215 92' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M213.141 19.6178C214.302 24.237 212.704 29.4727 208.485 35.0736C204.273 40.6656 197.545 46.485 188.762 52.1789C171.206 63.5611 145.638 74.317 116.22 81.7118C86.8019 89.1065 59.1864 91.7193 38.335 89.9916C27.9041 89.1273 19.2235 87.1813 12.8682 84.2455C6.50265 81.3051 2.61875 77.4474 1.45761 72.8281C0.296479 68.2089 1.8946 62.9732 6.11307 57.3723C10.3248 51.7803 17.0534 45.9609 25.8358 40.267C43.3918 28.8848 68.9604 18.1289 98.3783 10.7341C127.796 3.33942 155.412 0.726579 176.263 2.45431C186.694 3.3186 195.375 5.26465 201.73 8.20039C208.096 11.1408 211.979 14.9985 213.141 19.6178Z' stroke='%236D2CF8' stroke-width='2'/%3E%3C/svg%3E%0A");
    background-size: 316px 92px;
    background-repeat: no-repeat;
    position: absolute;
    top: 0px;
    left: -60px;
    -webkit-animation: roundFill 3s linear infinite;
    animation: roundFill 3s linear infinite;
    z-index: -1
}

@media (max-width: 767px) {
    .hero-style4 .hero-title .round-line:after {
        top: -25px
    }
}

.hero-style4 .hero-text {
    font-family: var(--title-font);
    font-size: 18px;
    font-weight: 500;
    color: #fff;
    max-width: 712px
}

@media (max-width: 1199px) {
    .hero-style4 .hero-text {
        max-width: 100%;
        display: block;
        margin: auto auto 30px auto
    }
}

.hero-style4 .play-btn:before,
.hero-style4 .play-btn:after {
    display: none
}

.hero-style4 .play-btn>i {
    --icon-size: 55px;
    background: rgba(255, 255, 255, 0.2);
    border-radius: 100px;
    font-size: 16px
}

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

.hero-style4 .btn-title {
    color: var(--white-color)
}

.hero-style4 .th-btn {
    padding: 19.5px 30px
}

.hero-5 {
    background-color: #D4E2E3
}

.hero-5:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100px;
    height: 100%;
    background-color: var(--white-color)
}

@media (max-width: 1799px) {
    .hero-5:before {
        display: none
    }
}

.hero-5 .th-hero-thumb {
    position: absolute;
    right: 10%;
    bottom: 0
}

@media (max-width: 1500px) {
    .hero-5 .th-hero-thumb {
        right: 2%
    }
}

@media (max-width: 1299px) {
    .hero-5 .th-hero-thumb {
        position: relative;
        right: unset;
        text-align: center
    }
}

.hero-5 .th-hero-thumb .hero5-shape {
    position: absolute;
    left: 0;
    top: 40%
}

.hero-5 .th-hero-thumb .hero5-shape img {
    border-radius: 10px
}

.hero-style5 {
    padding: 327px 0 287px 0;
    max-width: 660px
}

@media (max-width: 1299px) {
    .hero-style5 {
        padding: 200px 0 80px 0;
        text-align: center;
        display: block;
        margin: auto
    }
}

@media (max-width: 767px) {
    .hero-style5 {
        padding: 140px 0 80px 0
    }
}

.hero-style5 .hero-title {
    font-weight: 500;
    letter-spacing: -0.02em;
    text-transform: capitalize;
    margin-top: -0.7rem
}

.hero-style5 .hero-title2 {
    font-weight: 600;
    font-size: 84px;
    line-height: 94px;
    display: block
}

@media (max-width: 1199px) {
    .hero-style5 .hero-title2 {
        font-size: 74px;
        line-height: 84px
    }
}

@media (max-width: 767px) {
    .hero-style5 .hero-title2 {
        font-size: 54px;
        line-height: 64px
    }
}

@media (max-width: 575px) {
    .hero-style5 .hero-title2 {
        font-size: 44px;
        line-height: 54px
    }
}

@media (max-width: 375px) {
    .hero-style5 .hero-title2 {
        font-size: 34px;
        line-height: 44px
    }
}

.hero-form {
    background-color: var(--white-color);
    border-radius: 40px;
    padding: 18px
}

@media (max-width: 375px) {
    .hero-form {
        border-radius: 10px;
        padding: 15px
    }
}

.hero-form .form-group {
    margin-bottom: 0
}

.hero-form .form-group:first-child {
    border-right: 1px solid #CCCCCC
}

@media (max-width: 767px) {
    .hero-form .form-group:first-child {
        border-right: 0
    }
}

.hero-form .form-group:first-child input {
    padding-left: 45px
}

@media (max-width: 375px) {
    .hero-form .form-group:first-child input {
        padding: 0 10px;
        font-size: 14px;
        padding-left: 30px
    }
}

.hero-form .form-group>i {
    right: unset;
    left: 25px;
    top: 13px;
    font-size: 16px;
    color: var(--title-color)
}

@media (max-width: 375px) {
    .hero-form .form-group>i {
        left: 15px
    }
}

.hero-form select,
.hero-form .form-control,
.hero-form .form-select,
.hero-form textarea,
.hero-form input {
    height: 40px;
    line-height: 40px;
    padding: 0 25px 0 25px;
    border: none;
    color: var(--body-color);
    background-color: transparent;
    border-radius: 100px;
    font-size: 16px;
    width: 100%;
    -webkit-transition: 0.4s ease-in-out;
    transition: 0.4s ease-in-out
}

.hero-form .nice-select {
    font-size: 16px;
    color: var(--title-color);
    text-align: left
}

@media (max-width: 375px) {
    .hero-form .nice-select {
        font-size: 14px;
        padding: 0 5px
    }
}

.hero-form .nice-select:after {
    top: 13px
}

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

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

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

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

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

.hero-form .form-btn {
    text-align: right
}

.hero-form .th-btn {
    padding: 12px 31px;
    font-size: 14px
}

@media (max-width: 767px) {
    .hero-form .th-btn {
        width: 100%;
        margin-top: 10px
    }
}

.hero-6 .th-hero-bg {
    -webkit-mask-image: url("../img/bg/hero6_bg_shape.html");
    mask-image: url("../img/bg/hero6_bg_shape.html");
    -webkit-mask-size: cover;
    mask-size: cover;
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    background-position: left center
}

.hero-6 .th-hero-thumb {
    position: absolute;
    right: 120px;
    top: 109px
}

@media (max-width: 1799px) {
    .hero-6 .th-hero-thumb {
        right: 0
    }
}

@media (max-width: 1499px) {
    .hero-6 .th-hero-thumb {
        right: -30px
    }
}

@media (max-width: 1299px) {
    .hero-6 .th-hero-thumb {
        right: 0
    }
}

@media (max-width: 1299px) {
    .hero-6 .th-hero-thumb {
        position: relative;
        right: unset;
        top: 0;
        text-align: center;
        padding-bottom: 80px
    }
}

@media (max-width: 767px) {
    .hero-6 .th-hero-thumb {
        padding-bottom: 0
    }
}

.hero-6 .scroll-down {
    position: absolute;
    bottom: 25%;
    left: 55px;
    width: 150px;
    height: 150px;
    border-radius: 50%;
    padding: 40px 10px;
    border: 1px solid var(--white-color);
    text-align: center;
    z-index: 2;
    display: block;
    color: var(--white-color)
}

@media (max-width: 1799px) {
    .hero-6 .scroll-down {
        left: 10px
    }
}

@media (max-width: 1699px) {
    .hero-6 .scroll-down {
        bottom: 3%;
        left: 30%
    }
}

@media (max-width: 1500px) {
    .hero-6 .scroll-down {
        left: 35%
    }
}

@media (max-width: 1299px) {
    .hero-6 .scroll-down {
        display: none
    }
}

.hero-6 .scroll-down a {
    color: inherit
}

.hero-6 .scroll-down img {
    -webkit-animation: lineDown 1.5s infinite;
    animation: lineDown 1.5s infinite
}

.hero-6 .scroll-down span {
    display: block
}

.hero-6 .hero-line {
    position: absolute;
    top: 34%;
    left: 7%;
    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;
    width: 1px;
    height: 150px;
    gap: 20px;
    -webkit-flex-flow: wrap;
    -ms-flex-flow: wrap;
    flex-flow: wrap;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%)
}

@media (min-width: 1930px) {
    .hero-6 .hero-line {
        left: 5%
    }
}

@media (max-width: 1799px) {
    .hero-6 .hero-line {
        left: 4%
    }
}

@media (max-width: 1699px) {
    .hero-6 .hero-line {
        display: none
    }
}

.hero-6 .hero-line .line {
    height: 75px;
    width: 1px;
    display: block;
    background-color: rgba(255, 255, 255, 0.6)
}

.hero-6 .hero-line .line.line1 {
    height: 150px
}

.hero-style6 {
    max-width: 780px;
    padding: 263px 0 284px 0
}

@media (max-width: 1299px) {
    .hero-style6 {
        display: block;
        margin: auto;
        padding: 200px 0 0px 0;
        text-align: center
    }
}

@media (max-width: 480px) {
    .hero-style6 {
        padding: 150px 0 0 0;
        max-width: 100%
    }
}

.hero-style6 .hero-title {
    font-weight: 700;
    font-size: 94px;
    line-height: 104px;
    text-transform: uppercase
}

@media (max-width: 1399px) {
    .hero-style6 .hero-title {
        font-size: 74px;
        line-height: 84px
    }
}

@media (max-width: 767px) {
    .hero-style6 .hero-title {
        font-size: 50px;
        line-height: 70px
    }
}

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

.hero-style6 img {
    display: inline-block;
    border-radius: 60px
}

@media (max-width: 480px) {
    .hero-style6 img {
        display: block;
        padding: 20px 0 10px 0;
        text-align: center;
        margin: auto
    }
}

.hero-style6 img img {
    border-radius: 60px
}

.hero-style6 .hero-text {
    font-size: 16px;
    color: #ACB5C4;
    font-weight: 300;
    max-width: 690px
}

@media (max-width: 1399px) {
    .hero-style6 .hero-text {
        max-width: 560px
    }
}

@media (max-width: 1299px) {
    .hero-style6 .hero-text {
        display: block;
        margin: auto auto 30px auto;
        text-align: center
    }
}

@media (max-width: 1299px) {
    .hero-style6 .btn-group {
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center
    }
}

.hero-style6 .th-btn.style5 {
    color: var(--white-color)
}

.hero-tag {
    position: relative;
    display: inline-block
}

@media (max-width: 480px) {
    .hero-tag {
        display: block
    }
}

.hero-tag .play-btn {
    position: absolute;
    left: 50%;
    top: 28%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%)
}

@media (max-width: 1399px) {
    .hero-tag .play-btn {
        top: 35%
    }
}

@media (max-width: 767px) {
    .hero-tag .play-btn {
        top: 40%
    }
}

@media (max-width: 480px) {
    .hero-tag .play-btn {
        top: 45%
    }
}

.hero-tag .play-btn:before,
.hero-tag .play-btn:after {
    display: none
}

.hero-tag .play-btn>i {
    --icon-size: 70px;
    font-size: 18px;
    border: 1px solid rgba(255, 255, 255, 0.3);
    background-color: transparent
}

.hero-title-anime {
    font-size: 14px;
    font-weight: 700;
    width: 126px;
    height: 126px;
    border-radius: 50%;
    -webkit-transition: 0.4s;
    transition: 0.4s;
    position: relative;
    display: inline-block;
    border: 1px solid rgba(255, 255, 255, 0.3);
    line-height: 17px;
    text-align: center;
    animation: spin 10s infinite alternate-reverse
}

.hero-title-anime span {
    --rotate-letter: 17deg;
    min-height: 60px;
    position: absolute;
    min-width: 60px;
    left: 32px;
    color: var(--theme-color);
    top: 0px;
    -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))
}

.hero-title-anime 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))
}

.hero-title-anime 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))
}

.hero-title-anime 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))
}

.hero-title-anime 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))
}

.hero-title-anime 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))
}

.hero-title-anime 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))
}

.hero-title-anime 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))
}

.hero-title-anime 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))
}

.hero-title-anime 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))
}

.hero-title-anime 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))
}

.hero-title-anime 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))
}

.hero-title-anime 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))
}

.hero-title-anime 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))
}

.hero-title-anime 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))
}

.hero-title-anime 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))
}

.hero-title-anime 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))
}

.hero-title-anime 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))
}

.hero-title-anime 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))
}

.hero-title-anime 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))
}

.hero-title-anime 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))
}

.hero-title-anime 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))
}

.hero-title-anime 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))
}

.hero-title-anime 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))
}

.hero-title-anime 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))
}

.hero-title-anime 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))
}

.hero-title-anime 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))
}

.hero-title-anime 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))
}

.hero-title-anime 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))
}

.hero-title-anime 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))
}

.hero-title-anime 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))
}

.hero-title-anime 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))
}

.hero-title-anime 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))
}

.hero-7 {
    overflow: visible;
    margin-bottom: 80px
}

.hero-7 .th-hero-bg {
    max-width: 1760px;
    display: block;
    margin: auto;
    border-radius: 50px;
    z-index: 2
}

@media (max-width: 1199px) {
    .hero-7 .th-hero-bg {
        border-radius: 0
    }
}

.hero-7 .th-hero-bg .hero-bg-shape {
    position: absolute;
    width: 57.3%;
    height: 870px;
    top: 0px;
    right: 0px;
    background: var(--title-color);
    border-radius: 0 50px 50px 0px;
    -webkit-clip-path: path("M317.312 0H1009V870H506.219H0.1875L317.312 0Z");
    clip-path: path("M317.312 0H1009V870H506.219H0.1875L317.312 0Z");
    z-index: 2
}

@media (max-width: 1299px) {
    .hero-7 .th-hero-bg .hero-bg-shape {
        height: 808px
    }
}

@media (max-width: 1199px) {
    .hero-7 .th-hero-bg .hero-bg-shape {
        top: unset;
        bottom: 0;
        border-radius: 0;
        right: 0px;
        width: 100%;
        -webkit-clip-path: polygon(100% 0, 100% 0, 100% 100%, 0% 100%);
        clip-path: polygon(100% 0, 100% 0, 100% 100%, 0% 100%)
    }
}

@media (max-width: 375px) {
    .hero-7 .th-hero-bg .hero-bg-shape {
        display: none
    }
}

.hero-7 .hero7-bg-shape {
    position: absolute;
    width: 58.2%;
    height: 1070px;
    top: -122px;
    right: 0;
    background: #0A0A0A;
    z-index: 1;
    -webkit-clip-path: path("M390 0H1118V1070H0L390 0Z");
    clip-path: path("M390 0H1118V1070H0L390 0Z")
}

@media (max-width: 1800px) {
    .hero-7 .hero7-bg-shape {
        width: 58.7%
    }
}

@media (max-width: 1700px) {
    .hero-7 .hero7-bg-shape {
        width: 59%
    }
}

@media (max-width: 1500px) {
    .hero-7 .hero7-bg-shape {
        width: 59.3%
    }
}

@media (max-width: 1299px) {
    .hero-7 .hero7-bg-shape {
        height: 980px;
        width: 59.6%
    }
}

@media (max-width: 1199px) {
    .hero-7 .hero7-bg-shape {
        display: none
    }
}

.hero-7 .hero7-image {
    position: relative
}

.hero-7 .hero7-image .hero-img {
    position: relative;
    max-width: 380px;
    height: 564px;
    display: block;
    margin-left: auto;
    margin-right: 37px;
    border-radius: 250px;
    z-index: 2
}

@media (max-width: 1199px) {
    .hero-7 .hero7-image .hero-img {
        display: block;
        margin: auto;
        margin-bottom: 120px
    }
}

@media (max-width: 480px) {
    .hero-7 .hero7-image .hero-img {
        max-width: 300px;
        height: 100%
    }
}

@media (max-width: 375px) {
    .hero-7 .hero7-image .hero-img {
        margin-bottom: 70px
    }
}

.hero-7 .hero7-image .hero-img:before,
.hero-7 .hero7-image .hero-img:after {
    content: "";
    position: absolute;
    inset: -15px;
    border: 1px solid var(--body-color);
    opacity: 0.4;
    border-radius: inherit
}

@media (max-width: 340px) {

    .hero-7 .hero7-image .hero-img:before,
    .hero-7 .hero7-image .hero-img:after {
        display: none
    }
}

.hero-7 .hero7-image .hero-img:after {
    inset: -40px
}

.hero-7 .hero7-image .hero-img img {
    border-radius: 200px
}

.hero-7 .hero7-image .hero-img .hero7-shape {
    position: absolute;
    z-index: 2
}

.hero-7 .hero7-image .hero-img .hero7-shape.style1 {
    left: -55px;
    top: 0
}

.hero-7 .hero7-image .hero-img .hero7-shape.style1 img {
    border-radius: 50%
}

.hero-7 .hero7-image .hero-img .hero7-shape.style2 {
    right: -30%;
    bottom: 0
}

@media (max-width: 1500px) {
    .hero-7 .hero7-image .hero-img .hero7-shape.style2 {
        right: 0
    }
}

@media (max-width: 480px) {
    .hero-7 .hero7-image .hero-img .hero7-shape.style2 {
        display: none
    }
}

.hero-7 .hero7-image .hero-img .hero7-shape.style2 img {
    border-radius: 20px
}

.hero-7 .hero7-image .hero-img .hero7-shape.style3 {
    top: -25%;
    right: -50%
}

@media (max-width: 1699px) {
    .hero-7 .hero7-image .hero-img .hero7-shape.style3 {
        right: -30%
    }
}

@media (max-width: 1599px) {
    .hero-7 .hero7-image .hero-img .hero7-shape.style3 {
        right: 0
    }
}

.hero-7 .hero7-image .hero-img .hero7-shape.style4 {
    top: -7%;
    left: 0
}

.hero-7 .hero7-image .hero-img .hero7-shape.style5 {
    bottom: 35%;
    left: -56%
}

@media (max-width: 767px) {
    .hero-7 .hero7-image .hero-img .hero7-shape.style5 {
        left: 0
    }
}

.hero-7 .hero7-image .hero-img .hero7-shape.style6 {
    bottom: 31%;
    right: -40%
}

@media (max-width: 1599px) {
    .hero-7 .hero7-image .hero-img .hero7-shape.style6 {
        bottom: 34%;
        right: -46px
    }
}

@media (max-width: 480px) {
    .hero-7 .hero7-image .hero-img .hero7-shape.style6 {
        display: none
    }
}

.hero-7 .hero7-image .hero-img .hero7-shape.style7 {
    bottom: -7%;
    right: 15%
}

@media (max-width: 480px) {
    .hero-7 .hero7-image .hero-img .hero7-shape.style7 {
        display: none
    }
}

.hero-7 .hero7-image .client-box2 {
    background: var(--white-color);
    border-radius: 20px;
    padding: 15px 30px;
    display: inline-block;
    position: absolute;
    left: -45%;
    bottom: 20%;
    z-index: 2
}

@media (max-width: 1299px) {
    .hero-7 .hero7-image .client-box2 {
        left: -40%
    }
}

@media (max-width: 767px) {
    .hero-7 .hero7-image .client-box2 {
        left: -20%
    }
}

@media (max-width: 575px) {
    .hero-7 .hero7-image .client-box2 {
        left: 0%
    }
}

.hero-7 .hero7-image .client-box2 .box-title {
    font-weight: 500;
    font-size: 16px;
    line-height: 26px;
    color: var(--title-color);
    margin-bottom: 5px
}

.hero-7 .scroll-down {
    position: absolute;
    bottom: -11%;
    left: 34px;
    width: 150px;
    height: 150px;
    border-radius: 50%;
    padding: 40px 10px;
    border: 1px solid var(--white-color);
    text-align: center;
    z-index: 2;
    display: block;
    color: var(--title-color);
    font-weight: 700;
    background: #EBEEFF;
    border: 5px solid var(--white-color)
}

@media (max-width: 1699px) {
    .hero-7 .scroll-down {
        display: none
    }
}

.hero-7 .scroll-down a {
    color: inherit
}

.hero-7 .scroll-down img {
    -webkit-filter: brightness(0.9) invert(1);
    filter: brightness(0.9) invert(1);
    -webkit-animation: lineDown 1.5s infinite;
    animation: lineDown 1.5s infinite
}

.hero-7 .scroll-down span {
    display: block
}

.hero-7 .client-box {
    position: absolute;
    padding-top: 20px
}

@media (max-width: 375px) {
    .hero-7 .client-box {
        position: relative;
        z-index: 2;
        padding: 0 0 40px 0;
        text-align: center
    }
}

.hero-7 .client-box .ratting-title {
    font-size: 16px;
    font-weight: 500;
    color: var(--title-color);
    margin-bottom: 5px;
    display: block
}

.hero-7 .client-box .box-title {
    color: var(--theme-color);
    font-size: 14px;
    font-weight: 400
}

.hero-7 .client-box .client-wrapp {
    display: block;
    text-align: center;
    margin-left: 50px
}

@media (max-width: 480px) {
    .hero-7 .client-box .client-wrapp {
        margin-left: 0;
        text-align: left
    }
}

@media (max-width: 375px) {
    .hero-7 .client-box .client-wrapp {
        text-align: center
    }
}

.hero-7 .client-box .client-wrapp .client-review {
    color: var(--theme-color)
}

.hero-7 .client-box .client-wrapp .client-review i {
    color: var(--theme-color);
    font-size: 12px;
    margin-right: 2px
}

.hero-style7 {
    position: relative;
    padding: 190px 0;
    z-index: 3
}

@media (max-width: 1199px) {
    .hero-style7 {
        padding: 150px 0 120px 0;
        text-align: center
    }
}

@media (max-width: 575px) {
    .hero-style7 {
        padding: 100px 0 120px 0
    }
}

.hero-style7 .sub-title {
    text-transform: uppercase;
    font-size: 14px;
    margin-bottom: 10px
}

.hero-style7 .hero-title {
    font-size: 84px;
    line-height: 94px;
    font-weight: 600;
    margin-bottom: 20px
}

@media (max-width: 1399px) {
    .hero-style7 .hero-title {
        font-size: 74px;
        line-height: 84px
    }
}

@media (max-width: 1299px) {
    .hero-style7 .hero-title {
        font-size: 64px;
        line-height: 74px
    }
}

@media (max-width: 991px) {
    .hero-style7 .hero-title {
        font-size: 54px;
        line-height: 64px
    }
}

@media (max-width: 575px) {
    .hero-style7 .hero-title {
        font-size: 44px;
        line-height: 54px
    }
}

@media (max-width: 375px) {
    .hero-style7 .hero-title {
        font-size: 34px;
        line-height: 44px
    }
}

.hero-style7 .hero-text {
    font-weight: 400;
    max-width: 580px;
    font-family: var(--body-font)
}

@media (max-width: 1199px) {
    .hero-style7 .hero-text {
        max-width: 100%;
        display: block
    }
}

.error-content {
    text-align: center
}

.error-img {
    text-align: center;
    margin-bottom: 45px
}

.error-title {
    margin-bottom: 20px
}

.error-text {
    margin-bottom: 35px;
    max-width: 500px;
    margin-left: auto;
    margin-right: auto
}

@media (max-width: 991px) {
    .error-title {
        margin-bottom: 15px
    }

    .error-img {
        margin-bottom: 30px
    }

    .error-text {
        margin-bottom: 25px
    }
}

@media (max-width: 767px) {
    .error-title {
        margin-bottom: 10px
    }
}

.popup-search-box {
    position: fixed;
    top: 0;
    left: 50%;
    background-color: rgba(0, 0, 0, 0.95);
    height: 0;
    width: 0;
    overflow: hidden;
    z-index: 99999;
    opacity: 0;
    visibility: hidden;
    border-radius: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    -webkit-transition: all ease 0.4s;
    transition: all ease 0.4s
}

.popup-search-box button.searchClose {
    width: 60px;
    height: 60px;
    position: absolute;
    top: 40px;
    right: 40px;
    border-width: 1px;
    border-style: solid;
    border-color: var(--theme-color);
    background-color: transparent;
    font-size: 22px;
    border-radius: 50%;
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
    -webkit-transition: all ease 0.4s;
    transition: all ease 0.4s;
    color: var(--theme-color)
}

.popup-search-box button.searchClose:hover {
    color: var(--body-color);
    background-color: #fff;
    border-color: transparent;
    border-color: transparent;
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg)
}

.popup-search-box form {
    position: absolute;
    top: 50%;
    left: 50%;
    display: inline-block;
    padding-bottom: 40px;
    cursor: auto;
    width: 100%;
    max-width: 700px;
    -webkit-transform: translate(-50%, -50%) scale(0);
    -ms-transform: translate(-50%, -50%) scale(0);
    transform: translate(-50%, -50%) scale(0);
    -webkit-transition: -webkit-transform ease 0.4s;
    transition: -webkit-transform ease 0.4s;
    transition: transform ease 0.4s;
    transition: transform ease 0.4s, -webkit-transform ease 0.4s
}

@media (max-width: 1199px) {
    .popup-search-box form {
        max-width: 600px
    }
}

.popup-search-box form input {
    font-size: 18px;
    height: 70px;
    width: 100%;
    border: 2px solid var(--theme-color);
    background-color: transparent;
    padding-left: 30px;
    color: #fff;
    border-radius: 50px
}

.popup-search-box form input::-moz-placeholder {
    color: #fff
}

.popup-search-box form input::-webkit-input-placeholder {
    color: #fff
}

.popup-search-box form input:-ms-input-placeholder {
    color: #fff
}

.popup-search-box form input::-ms-input-placeholder {
    color: #fff
}

.popup-search-box form input::placeholder {
    color: #fff
}

.popup-search-box form button {
    position: absolute;
    top: 0px;
    background-color: transparent;
    border: none;
    color: #fff;
    font-size: 24px;
    right: 12px;
    color: var(--white-color);
    cursor: pointer;
    width: 70px;
    height: 70px;
    -webkit-transition: all ease 0.4s;
    transition: all ease 0.4s;
    -webkit-transform: scale(1.001);
    -ms-transform: scale(1.001);
    transform: scale(1.001)
}

.popup-search-box form button:hover {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1)
}

.popup-search-box.show {
    opacity: 1;
    visibility: visible;
    width: 100.1%;
    height: 100%;
    -webkit-transition: all ease 0.4s;
    transition: all ease 0.4s;
    border-radius: 0
}

.popup-search-box.show form {
    -webkit-transition-delay: 0.5s;
    transition-delay: 0.5s;
    -webkit-transform: translate(-50%, -50%) scale(1);
    -ms-transform: translate(-50%, -50%) scale(1);
    transform: translate(-50%, -50%) scale(1)
}

.sidemenu-wrapper {
    position: fixed;
    z-index: 99999;
    right: 0;
    top: 0;
    height: 100%;
    width: 0;
    background-color: rgba(0, 0, 0, 0.75);
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all ease 0.8s;
    transition: all ease 0.8s
}

.sidemenu-wrapper .closeButton {
    display: inline-block;
    border: 1px solid;
    width: 50px;
    height: 50px;
    line-height: 48px;
    font-size: 24px;
    padding: 0;
    position: absolute;
    top: 20px;
    right: 20px;
    background-color: transparent;
    border-radius: 50%;
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
    -webkit-transition: all ease 0.4s;
    transition: all ease 0.4s
}

.sidemenu-wrapper .closeButton:hover {
    color: var(--theme-color);
    border-color: var(--theme-color);
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg)
}

.sidemenu-wrapper .sidemenu-content {
    background-color: var(--white-color);
    width: 450px;
    margin-left: auto;
    padding: 80px 30px;
    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.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
}

.woocommerce-message,
.woocommerce-info {
    position: relative;
    padding: 11px 20px 11px 50px;
    background-color: var(--theme-color);
    color: var(--title-color);
    font-size: 14px;
    font-weight: 600;
    margin-bottom: 15px;
    border-radius: 5px
}

.woocommerce-message a,
.woocommerce-info a {
    color: var(--title-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 .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)
}

.th-product .actions .icon-btn:hover {
    color: var(--title-color);
    border-color: var(--white-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: 50%
}

.th-product .added_to_cart:after {
    content: "\f07a";
    position: relative;
    font-family: var(--icon-font);
    font-size: 16px;
    font-weight: 700
}

.th-product .added_to_cart:hover {
    background-color: var(--theme-color);
    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-color);
    color: var(--title-color)
}

#productCarousel .slick-arrow {
    top: 37.5%
}

.mfp-content {
    margin: 1.5rem auto
}

.mfp-content .product-details-img {
    padding-top: 15px
}

.mfp-content .product-about {
    padding-top: 20px;
    padding-bottom: 20px
}

.mfp-content .container {
    position: relative
}

.mfp-content .product-big-img {
    margin-top: 20px;
    margin-bottom: 20px
}

.mfp-fade.mfp-bg {
    opacity: 0;
    -webkit-transition: all 0.15s ease-out;
    transition: all 0.15s ease-out
}

.mfp-fade.mfp-bg.mfp-ready {
    opacity: 0.8
}

.mfp-fade.mfp-bg.mfp-removing {
    opacity: 0
}

.mfp-fade.mfp-wrap .mfp-content {
    opacity: 0;
    -webkit-transition: all 0.4s ease-out;
    transition: all 0.4s ease-out
}

.mfp-fade.mfp-wrap.mfp-ready .mfp-content {
    opacity: 1
}

.mfp-fade.mfp-wrap.mfp-removing .mfp-content {
    opacity: 0
}

.woosq-popup {
    max-height: 600px;
    max-width: 1220px
}

.woosq-popup .product_meta>span>a:after,
.woosq-popup .product_meta>span>span:after {
    display: none
}

.woosq-product>.product>div {
    max-height: 600px;
    min-height: 460px;
    height: auto
}

.th-sort-bar {
    padding: 10px;
    margin: 0 0 24px 0;
    background-color: var(--smoke-color2);
    border-radius: 5px
}

.th-sort-bar .row {
    --bs-gutter-x: 0;
    --bs-gutter-y: 15px
}

.th-sort-bar select {
    height: 50px;
    border: 1px solid var(--th-border-color);
    background-color: var(--white-color);
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    min-width: 250px;
    font-size: 16px;
    margin: 0;
    color: var(--body-color)
}

.th-sort-bar .woocommerce-result-count {
    padding-left: 15px;
    margin-bottom: 0;
    color: var(--body-color)
}

.th-sort-bar .nav a {
    display: inline-block;
    height: 50px;
    width: 50px;
    line-height: 50px;
    border: 1px solid var(--th-border-color);
    background-color: var(--white-color);
    text-align: center;
    position: relative;
    font-family: var(--title-font);
    font-weight: 600;
    font-size: 16px;
    text-transform: capitalize;
    color: var(--body-color);
    margin: 0 0 0 10px
}

.th-sort-bar .nav a.active,
.th-sort-bar .nav a:hover {
    color: var(--theme-color)
}

.product-thumb-area {
    position: relative;
    margin-right: 10px
}

.product-thumb-area .product-thumb-tab {
    position: absolute;
    top: 0;
    left: 0
}

.product-thumb-tab {
    --thumb: 120px;
    --gap: 10px;
    max-width: var(--thumb);
    margin-left: calc(0px - var(--thumb)/2);
    position: relative;
    z-index: 3;
    display: grid;
    -webkit-align-content: center;
    -ms-flex-line-pack: center;
    align-content: center;
    height: 100%
}

.product-thumb-tab .tab-btn {
    background-color: var(--white-color);
    cursor: pointer;
    height: var(--thumb);
    width: var(--thumb);
    padding: var(--gap);
    border-radius: 10px
}

.product-thumb-tab .tab-btn img {
    max-width: 100%;
    border-radius: inherit
}

.product-thumb-tab .tab-btn:not(:last-of-type) {
    margin-bottom: 20px
}

.product-thumb-tab .indicator {
    position: absolute;
    top: calc(var(--pos-y) + var(--gap));
    left: calc(var(--pos-x) + var(--gap));
    width: calc(var(--width-set) - var(--gap)*2);
    height: calc(var(--height-set) - var(--gap)*2);
    border: 2px solid var(--theme-color);
    border-radius: 10px;
    pointer-events: none;
    -webkit-transition: 0.4s ease-in-out;
    transition: 0.4s ease-in-out
}

.product-big-img {
    background-color: var(--smoke-color2);
    text-align: center;
    border-radius: 10px;
    overflow: hidden
}

.product-big-img .img {
    width: 100%
}

.product-big-img .img img {
    width: 100%;
    height: 100%;
    object-fit: cover
}

.quantity {
    position: relative;
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
    vertical-align: middle
}

.quantity>.screen-reader-text {
    display: inline-block;
    font-weight: 600;
    color: var(--title-color);
    font-family: var(--title-font);
    margin: 0;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    align-self: center;
    margin-right: 10px
}

.quantity .qty-btn,
.quantity .qty-input {
    display: inline-block;
    width: 50px;
    height: 50px;
    border: none;
    border-right: none;
    background-color: transparent;
    padding: 0;
    border-radius: 0;
    text-align: center;
    color: var(--body-color);
    font-size: 18px;
    font-weight: 600
}

.quantity .qty-btn:last-child,
.quantity .qty-input:last-child {
    border-right: none
}

.quantity .qty-btn {
    font-size: 16px
}

.product_meta {
    font-weight: 700;
    font-size: 16px;
    font-family: var(--body-font);
    margin: 35px 0 0 0
}

.product_meta>span {
    display: block;
    margin-bottom: 5px;
    color: var(--title-color);
    font-weight: bold
}

.product_meta>span:last-child {
    margin-bottom: 0
}

.product_meta>span a {
    color: inherit
}

.product_meta>span a:hover {
    color: var(--theme-color)
}

.product_meta>span>a,
.product_meta>span>span {
    position: relative;
    color: var(--body-color);
    font-weight: 400
}

.product_meta>span>a:after,
.product_meta>span>span:after {
    content: ",";
    margin-right: 5px
}

.product_meta>span>a:last-child:after,
.product_meta>span>span:last-child:after {
    display: none
}

.product_meta>span>a:first-child,
.product_meta>span>span:first-child {
    margin-left: 7px
}

.product-tab-style1 {
    border-bottom: 1px solid var(--smoke-color2);
    margin: 95px auto 40px auto;
    padding-bottom: 40px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    gap: 24px
}

.woocommerce-Reviews .th-post-comment .text {
    margin-bottom: -0.5em
}

.woocommerce-Reviews .th-comments-wrap {
    padding: 0;
    box-shadow: none;
    margin-right: 0
}

.woocommerce-Reviews .th-comment-form {
    padding: 60px;
    background-color: var(--smoke-color2);
    box-shadow: none;
    border-radius: 10px;
    margin-right: 0
}

.woocommerce-Reviews .th-comment-form input,
.woocommerce-Reviews .th-comment-form .form-control {
    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
}

.summary-content>.price,
.product-about>.price {
    font-family: var(--title-font);
    font-size: 20px;
    font-weight: 800;
    color: var(--title-color);
    display: inline-block;
    margin-bottom: 14px
}

.summary-content>.price del,
.product-about>.price del {
    color: var(--gray-color);
    font-weight: 500;
    margin-left: 15px
}

.summary-content .product-rating,
.product-about .product-rating {
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
    gap: 5px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative;
    top: 2px;
    font-size: 16px;
    line-height: 20px;
    padding: 0 0 0 0;
    margin: 0 0 0 0;
    margin-bottom: 14px
}

.summary-content .product-rating .star-rating,
.product-about .product-rating .star-rating {
    width: 80px;
    font-size: 12px;
    margin-right: 8px
}

.summary-content .woocommerce-review-link,
.product-about .woocommerce-review-link {
    color: var(--body-color)
}

.summary-content .checklist,
.product-about .checklist {
    margin: 30px 0 40px 0
}

.summary-content .actions,
.product-about .actions {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 15px;
    margin: 33px 0 27px 0
}

.summary-content .actions .th-btn .btn-icon,
.product-about .actions .th-btn .btn-icon {
    padding: 10.5px 15px 10.5px 15px
}

.summary-content .actions .icon-btn,
.product-about .actions .icon-btn {
    border-color: var(--th-border-color)
}

.summary-content .actions .icon-btn:hover,
.product-about .actions .icon-btn:hover {
    background-color: var(--theme-color);
    color: var(--white-color);
    border-color: var(--theme-color)
}

.summary-content .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-color2);
    box-shadow: none;
    margin-right: 0 !important;
    margin-top: 28px;
    margin-bottom: 40px
}

.woocommerce-Reviews .th-comment-form input,
.woocommerce-Reviews .th-comment-form .form-control {
    background-color: var(--white-color)
}

.woocommerce-Reviews .th-comment-form .blog-inner-title {
    margin-bottom: 10px
}

.woocommerce-Reviews .comment-list {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    gap: 0 24px;
    margin: -12px !important;
    margin-bottom: 28px !important
}

.woocommerce-Reviews .comment-list li {
    width: 50%
}

@media (max-width: 991px) {
    .woocommerce-Reviews .comment-list li {
        width: 100%
    }
}

.woocommerce-Reviews .th-post-comment {
    border: 0 !important;
    padding: 40px !important;
    margin: 12px;
    background: var(--smoke-color2);
    border-radius: 0px;
    box-shadow: none
}

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

#description {
    margin-bottom: 30px
}

.product-details .th-comments-wrap {
    margin-top: 0
}

.product-details .border-title {
    position: relative;
    padding-bottom: 20px;
    margin-bottom: 40px
}

.product-details .border-title:before {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    height: 2px;
    width: 80px;
    background-color: var(--theme-color)
}

.product-inner-title {
    font-size: 32px;
    border-bottom: 1px solid var(--th-border-color);
    padding: 0 0 7px 0;
    margin: 0 0 30px 0
}

.related-product-wrapper {
    padding-top: 115px
}

@media (max-width: 1399px) {
    .th-product.list-view .product-img {
        max-width: 150px
    }
}

@media (max-width: 1299px) {
    .product-thumb-tab {
        --thumb: 100px;
        margin-left: -40px
    }

    .product-thumb-area {
        margin-right: 0
    }
}

@media (max-width: 1199px) {
    .th-sort-bar select {
        min-width: auto
    }

    .product-tab-style1 {
        margin: 55px 0 40px 0
    }

    .summary-content,
    .product-about {
        padding-left: 0
    }
}

@media (max-width: 991px) {
    .product-big-img {
        margin-bottom: 40px
    }

    .product-thumb-tab {
        margin-left: -10px
    }

    .th-product-box.list-view .product-img {
        max-width: 150px
    }

    .th-sort-bar .row {
        --bs-gutter-x: 20px
    }

    .th-sort-bar .nav a:last-child {
        margin-right: 0;
        padding-right: 0
    }

    .th-sort-bar .nav a:last-child:before {
        display: none
    }

    .woosq-product>.product .thumbnails {
        max-height: 400px;
        min-height: 200px;
        padding: 10px
    }
}

@media (max-width: 767px) {
    .th-sort-bar {
        text-align: center;
        padding: 10px 15px 15px 15px
    }

    .th-sort-bar .nav {
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center
    }

    .th-sort-bar select {
        margin: 0 auto
    }

    .th-sort-bar .woocommerce-result-count {
        padding-left: 0
    }

    .th-product-box.list-view .product-img {
        max-width: 130px
    }

    .th-product-box.list-view .actions {
        --btn-size: 30px;
        --btn-font-size: 10px;
        --icon-gap-x: 2px
    }
}

@media (max-width: 575px) {
    .product-about .actions {
        gap: 15px 15px
    }

    .product-thumb-tab {
        --thumb: 74px;
        --gap: 6px
    }

    .product-thumb-tab .tab-btn {
        border-radius: 6px
    }

    .product-thumb-tab .tab-btn:not(:last-of-type) {
        margin-bottom: 10px
    }

    .product-thumb-tab .indicator {
        border-radius: 6px
    }

    .product-grid {
        max-width: 340px;
        margin-left: auto;
        margin-right: auto
    }
}

@media (max-width: 375px) {
    .th-product.list-view .product-img {
        max-width: 130px
    }
}

button.tinvwl_button_close.th-btn .ftinvwl.ftinvwl-times,
button.tinvwl_button_view.th-btn .ftinvwl.ftinvwl-heart-o {
    top: -3px
}

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

.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: 800;
    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(--body-color)
}

.cart_table .cart-productimage {
    display: inline-block;
    border: 2px solid var(--smoke-color)
}

.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 .qty-btn {
    border: 2px solid var(--smoke-color) !important;
    background-color: transparent;
    color: #b8c6d0;
    padding: 0;
    width: 30px;
    height: 30px;
    line-height: 28px;
    font-size: 16px;
    border-radius: 4px
}

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

.cart_table .qty-input {
    vertical-align: middle;
    border: 2px solid var(--smoke-color);
    width: 70px;
    height: 30px;
    font-size: 14px;
    text-align: center;
    color: var(--title-color);
    font-weight: 700;
    margin: 0 10px;
    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
}

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

.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: 0;
    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 {
    border: 1px solid #ecf0f1
}

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

.cart_totals th:first-child,
.cart_totals td:first-child {
    width: 45%;
    background-color: #f9fbfb;
    font-weight: 700;
    font-size: 14px;
    color: #333333
}

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

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

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

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

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

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

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

.cart_totals .shipping-calculator-form .th-btn {
    padding: 5px 30px
}

.cart_totals .amount {
    font-weight: 700
}

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

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

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

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

    .cart_table .actions {
        text-align: center
    }
}

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

    .cart_table thead {
        display: none
    }

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

    .cart_table td::before {
        display: block
    }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.tinv-wishlist .cart-empty {
    padding: 12px 25px;
    background-color: #eee;
    border-radius: 5px;
    font-weight: 700;
    font-size: 14px
}

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

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

.tinv-wishlist table {
    border: none
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.tinv-wishlist button.button.mask-btn {
    padding: 0
}

.tinv-wishlist button.button .btn-text-mask {
    padding: 0.5px 21px
}

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

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

.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: none !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
    }
}

.product.woocommerce.add_to_cart_inline {
    text-align: center
}

.product.woocommerce.add_to_cart_inline .ajax_add_to_cart.added {
    display: none
}

.product.woocommerce.add_to_cart_inline .added_to_cart {
    background-color: var(--theme-color);
    color: var(--title-color);
    padding: 10px 20px;
    text-align: center;
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out
}

.product.woocommerce.add_to_cart_inline .added_to_cart:hover {
    background-color: var(--title-color);
    color: var(--white-color)
}

.contact-area {
    position: relative;
    z-index: 3;
    background-repeat: no-repeat;
    background-size: cover;
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    -webkit-mask-position: center;
    mask-position: center;
    -webkit-mask-size: cover;
    mask-size: cover;
    padding: 427px 0 120px 0;
    margin-top: -180px
}

@media (min-width: 1930px) {
    .contact-area {
        padding: 327px 0 120px 0;
        margin-top: -50px
    }
}

@media (max-width: 1199px) {
    .contact-area {
        padding: 300px 0 120px 0;
        margin-top: -265px
    }
}

@media (max-width: 991px) {
    .contact-area {
        background-image: none;
        padding: 240px 0 80px 0;
        margin-top: -253px
    }
}

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

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

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

@media (max-width: 575px) {
    .contact-form2 {
        padding: 30px 20px
    }
}

.contact-form2 select,
.contact-form2 .form-control,
.contact-form2 .form-select,
.contact-form2 textarea,
.contact-form2 input {
    border: none;
    border-radius: 100px;
    background: var(--smoke-color2);
    border: 1px solid var(--smoke-color);
    color: var(--body-color);
    font-weight: 400
}

.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: 211px;
    border-radius: 20px;
    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 .th-btn {
    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
}

.search-form .th-btn {
    padding: 21px 30px
}

.contact-form {
    background: #F8F8F8;
    border: 1px solid #D8DDE1;
    border-radius: 30px;
    padding: 60px
}

@media (max-width: 1199px) {
    .contact-form {
        padding: 40px
    }
}

@media (max-width: 767px) {
    .contact-form {
        padding: 30px
    }
}

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

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

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

.contact-form .nice-select .option:hover,
.contact-form .nice-select .option.focus {
    background: var(--theme-color) !important;
    color: var(--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: 211px;
    padding-top: 16px;
    padding-bottom: 17px
}

.contact-form .th-btn {
    padding: 19.5px 42px
}

.contact-form .th-btn i {
    color: var(--white-color)
}

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

@media (max-width: 991px) {
    .contact-image.style2 {
        margin-top: 60px;
        text-align: center
    }
}

.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: #FFFFFF;
    border: 1px solid #D8DDE1;
    border-radius: 30px;
    padding: 30px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    gap: 30px
}

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

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

.contact-media .icon-btn {
    --btn-size: 70px;
    font-size: 25px;
    background: #F8F8F8;
    border: 1px solid #D8DDE1;
    border-radius: 16px;
    color: var(--title-color)
}

.contact-media .box-text {
    max-width: 230px;
    margin-bottom: 0
}

.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 {
    font-size: 20px;
    margin-bottom: 2px;
    color: #000;
}

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

.contact-map.style2 {
    background-color: var(--white-color);
    box-shadow: 0px 4px 50px #EFEFEF;
    border-radius: 30px;
    padding: 30px;
    margin-top: 50px
}

.contact-map.style2 iframe {
    border-radius: 15px
}

.contact-map iframe {
    width: 100%;
    height: 465px;
    -webkit-filter: grayscale(0.9);
    filter: grayscale(0.9);
    border-radius: 30px
}

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

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

.job-post_date {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 30px
}

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

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

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

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

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

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

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

.job-post_author {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 10px;
    border-radius: 20px;
    padding: 25px 20px;
    z-index: 2
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.bottom-btn {
    position: relative
}

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

@media (max-width: 767px) {

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.global-img:before {
    position: absolute;
    top: 0;
    left: -100%;
    display: block;
    content: '';
    width: 50%;
    height: 100%;
    background: rgba(255, 255, 255, 0.2);
    -webkit-transform: skewX(25deg);
    -ms-transform: skewX(25deg);
    transform: skewX(25deg);
    z-index: 2
}

.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:before {
    -webkit-animation: shine 1.9s;
    animation: shine 1.9s
}

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

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

.client-box {
    position: absolute;
    bottom: 40px;
    max-width: 195px;
    left: -16%;
    z-index: 3
}

@media (max-width: 1199px) {
    .client-box {
        left: 0
    }
}

.client-box .box-title {
    font-size: 16px;
    font-weight: 500;
    text-align: center;
    margin-left: 10px;
    max-width: 142px
}

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

@media (max-width: 375px) {
    .client-thumb-group {
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
        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: -22px
}

.client-thumb-group .thumb img {
    border-radius: 50%;
    border: 3px solid var(--white-color);
    height: 56px;
    -webkit-filter: drop-shadow(0px 0px 30px #F8D683);
    filter: drop-shadow(0px 0px 30px #F8D683)
}

.client-thumb-group .thumb.icon {
    position: relative;
    background: var(--theme-color);
    font-size: 20px;
    color: var(--title-color);
    border: 3px solid var(--white-color);
    height: 56px;
    width: 56px;
    line-height: 56px;
    border-radius: 50%;
    text-align: center;
    margin-left: -22px;
    z-index: 2
}

.discount-wrapp {
    position: relative;
    background-color: var(--theme-color);
    width: 190px;
    height: 190px;
    border-radius: 50%;
    z-index: 2
}

.discount-wrapp .play-btn {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    z-index: 2
}

.discount-wrapp .play-btn:before,
.discount-wrapp .play-btn:after {
    display: none
}

.discount-wrapp .play-btn>i {
    --icon-size: 125px;
    font-size: 30px;
    background: rgba(240, 239, 233, 0.4)
}

.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(--title-font);
    font-weight: 500;
    color: var(--title-color);
    text-align: center;
    -webkit-transform: rotate(30deg);
    -ms-transform: rotate(30deg);
    transform: rotate(30deg);
    animation: spin 10s infinite alternate-reverse
}

.discount-tag span {
    --rotate-letter: 11deg;
    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))
}

.img-box1 img {
    width: 100%
}

.img-box3 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    gap: 80px;
    margin-top: 90px
}

@media (max-width: 1199px) {
    .img-box3 {
        gap: 40px
    }
}

@media (max-width: 767px) {
    .img-box3 {
        display: block;
        margin-top: 40px
    }
}

.img-box4 {
    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;
    z-index: 2
}

@media (max-width: 1199px) {
    .img-box4 {
        margin-bottom: 80px
    }
}

@media (max-width: 767px) {
    .img-box4 {
        display: block;
        margin-bottom: 0
    }
}

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

.img-box4 .img1:before {
    content: "";
    position: absolute;
    bottom: -90px;
    -webkit-mask-image: url("../img/shape/about-shape.png");
    mask-image: url("../img/shape/about-shape.png");
    background-color: #D8DDE1;
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    width: 379px;
    height: 380px;
    border-radius: 50px;
    z-index: -1
}

@media (max-width: 767px) {
    .img-box4 .img1:before {
        bottom: 0
    }
}

@media (max-width: 575px) {
    .img-box4 .img1:before {
        width: 100%;
        height: 100%
    }
}

.img-box4 .th-experience {
    background: #F8F8F8;
    border-radius: 40px;
    padding: 20px 40px;
    left: unset;
    right: 7%;
    bottom: -20%;
    box-shadow: none;
    max-width: 350px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center
}

@media (max-width: 1299px) {
    .img-box4 .th-experience {
        right: 0;
        max-width: 320px;
        padding: 20px 20px
    }
}

@media (max-width: 767px) {
    .img-box4 .th-experience {
        bottom: 0
    }
}

@media (max-width: 480px) {
    .img-box4 .th-experience {
        position: relative;
        margin-top: 30px
    }
}

.img-box4 .th-experience .experience-year {
    font-weight: 700;
    font-size: 74px;
    line-height: 84px;
    color: #121212
}

.img-box4 .th-experience .experience-text {
    font-family: var(--title-font);
    font-weight: 500;
    font-size: 18px;
    line-height: 28px;
    color: #121212
}

.img-box7 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    gap: 15px
}

.img-box7 img {
    border-radius: 5px;
    -webkit-filter: drop-shadow(0px 4px 40px rgba(222, 223, 232, 0.6));
    filter: drop-shadow(0px 4px 40px rgba(222, 223, 232, 0.6))
}

.img-box8 {
    position: relative;
    text-align: right;
    margin-top: 30px
}

@media (max-width: 1299px) {
    .img-box8 {
        margin-left: 40px
    }
}

@media (max-width: 1199px) {
    .img-box8 {
        text-align: left;
        margin-top: 50px;
        margin-left: 0
    }
}

@media (max-width: 575px) {
    .img-box8 {
        margin-left: 0
    }
}

.img-box8 .img1 {
    position: relative
}

@media (max-width: 991px) {
    .img-box8 .img1 {
        height: 100%
    }
}

@media (max-width: 575px) {
    .img-box8 .img1 {
        margin-right: 0
    }
}

.img-box8 .img1 .about-shape {
    position: absolute;
    top: -30px;
    right: 0px;
    width: 602px;
    height: 452px;
    background: var(--smoke-color);
    border-radius: 30px;
    z-index: -1
}

@media (max-width: 1299px) {
    .img-box8 .img1 .about-shape {
        right: -40px
    }
}

@media (max-width: 1199px) {
    .img-box8 .img1 .about-shape {
        right: unset;
        left: 0
    }
}

@media (max-width: 575px) {
    .img-box8 .img1 .about-shape {
        display: none
    }
}

.img-box8 .img1 img {
    box-shadow: 0px 10px 30px 10px rgba(234, 234, 234, 0.8);
    border-radius: 20px
}

.img-box8 .img2 {
    position: absolute;
    top: -20px;
    right: -73px
}

@media (max-width: 1199px) {
    .img-box8 .img2 {
        right: 15%
    }
}

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

.img-box8 .img2 img {
    box-shadow: 0px 4px 50px 20px #F0F0F0;
    border-radius: 30px
}

.img-box11 {
    position: relative;
    z-index: 3
}

@media (max-width: 1199px) {
    .img-box11 {
        padding-bottom: 120px
    }
}

@media (max-width: 991px) {
    .img-box11 {
        padding-bottom: 80px
    }
}

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

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

.img-box11 .img1 {
    border-radius: 50px;
    min-width: 332px
}

@media (max-width: 767px) {
    .img-box11 .img1 {
        margin-bottom: 30px
    }
}

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

.img-box11 .img1 img {
    background: var(--white-color);
    box-shadow: 0px 4px 50px #EFEFEF;
    border-radius: 50px;
    padding: 10px
}

.img-box11 .about-mission {
    background: var(--white-color);
    min-width: 327px;
    box-shadow: 0px 4px 50px #EFEFEF;
    border-radius: 30px;
    padding: 30px
}

@media (max-width: 1299px) {
    .img-box11 .about-mission {
        min-width: 270px
    }
}

@media (max-width: 480px) {
    .img-box11 .about-mission {
        min-width: 100%;
        margin-bottom: 80px
    }
}

.img-box11 .about-mission img {
    width: 100%;
    border-radius: 10px;
    margin-bottom: 30px
}

.img-box11 .about-mission .box-title {
    font-size: 22px;
    font-weight: 500;
    margin-bottom: 6px
}

.img-box11 .about-mission .box-text {
    margin-bottom: -0.4rem
}

.img-box11 .img3-wrapp {
    position: relative;
    z-index: -1;
    margin: -80px 0 0 60px
}

.img-box11 .img3 {
    position: relative;
    z-index: 1;
    max-width: 449px;
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    max-height: 285px
}

@media (max-width: 480px) {
    .img-box11 .img3 {
        display: none
    }
}

.img-box11 .img3 img {
    border-radius: 30px
}

.img-box11 .about7-shape1 {
    position: absolute;
    top: 2px;
    left: -4px;
    width: 432px;
    height: 265px;
    background-color: #F3BA0E;
    z-index: -1;
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat
}

@media (max-width: 480px) {
    .img-box11 .about7-shape1 {
        display: none
    }
}

.img-box11 .about7-shape2 {
    position: absolute;
    bottom: -14px;
    left: 0;
    width: 454px;
    height: 276px;
    background-color: #4661FF;
    z-index: -2;
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat
}

@media (max-width: 480px) {
    .img-box11 .about7-shape2 {
        display: none
    }
}

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

.img-box12 .consult-shape {
    position: absolute;
    left: -15%;
    bottom: 0;
    z-index: -1
}

@media (max-width: 1399px) {
    .img-box12 .consult-shape {
        left: 0
    }
}

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

.about-profile .avater {
    border-radius: 50%
}

.about-profile .avater img {
    border-radius: 50%
}

.about-btn {
    border-top: 1px solid #D8DDE1;
    margin-top: 35px;
    padding-top: 40px
}

.consultation-sec2 {
    max-width: 1560px;
    display: block;
    margin: auto
}

.consultation-area.style2 {
    padding: 120px 0
}

@media (max-width: 1199px) {
    .consultation-area.style2 {
        padding: 120px 0 40px 0
    }
}

@media (max-width: 991px) {
    .consultation-area.style2 {
        padding: 80px 0 40px 0
    }
}

.about-area {
    position: relative;
    z-index: 2
}

.about-feature {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    gap: 19px;
    max-width: 375px
}

.about-feature:not(:last-child) {
    margin-bottom: 35px
}

.about-feature:not(:last-child) .box-icon {
    background-color: var(--theme-color)
}

.about-feature.style2:not(:last-child) .box-icon {
    background-color: var(--theme-color);
    box-shadow: 0px 10px 30px rgba(62, 137, 249, 0.35)
}

.about-feature.style2 .box-icon {
    background-color: #F3BA0E;
    box-shadow: 0px 10px 30px rgba(243, 186, 14, 0.35)
}

.about-feature.style3:not(:last-child) .box-icon {
    background-color: var(--theme-color);
    box-shadow: 0px 10px 30px rgba(121, 84, 255, 0.35);
    border-radius: 20px
}

.about-feature.style3 .box-icon {
    background-color: #70D715;
    box-shadow: 0px 10px 30px rgba(31, 198, 26, 0.35);
    border-radius: 20px
}

.about-feature .box-icon {
    min-width: 70px;
    height: 70px;
    line-height: 70px;
    text-align: center;
    background-color: var(--theme-color2);
    border-radius: 20px
}

.about-feature .box-title {
    font-weight: 600;
    margin-bottom: 2px
}

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

.about-feature .box-text {
    margin-bottom: -0.3rem
}

.about-area2 {
    border-radius: 50px 50px 0 0
}

@media (max-width: 1699px) {
    .about-area2 {
        margin: 0
    }
}

.img-box5 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    gap: 30px;
    position: relative;
    z-index: 2
}

@media (max-width: 1199px) {
    .img-box5 {
        margin-bottom: 50px
    }
}

@media (max-width: 575px) {
    .img-box5 {
        gap: 15px
    }
}

.img-box5 .img1,
.img-box5.img2 {
    border-radius: 30px
}

.img-box5 img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 30px
}

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

.th-experience2 {
    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
}

@media (max-width: 480px) {
    .th-experience2 {
        margin: 20px 0
    }
}

.th-experience2 .experience-year {
    background: #FFFFFF;
    border: 2px solid var(--theme-color);
    border-radius: 30px;
    padding: 16px 27px;
    margin-bottom: 0
}

.th-experience2 .experience-text {
    font-weight: 400;
    font-size: 18px;
    line-height: 28px;
    color: #121212;
    margin-bottom: 0
}

.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 .img1 {
    border-radius: 30px
}

.img-box6 .img1 img {
    border-radius: 30px
}

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

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

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

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

.about-wrapp {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    gap: 0px;
    margin-bottom: 30px
}

@media (max-width: 1299px) {
    .about-wrapp {
        gap: 20px
    }
}

@media (max-width: 767px) {
    .about-wrapp {
        display: block
    }

    .about-wrapp .about-content {
        margin-bottom: 30px
    }
}

.about-wrapp .img1 {
    border-radius: 30px
}

.about-wrapp .img1 img {
    border-radius: 30px
}

.about-wrapp .img2 {
    min-width: 350px;
    border-radius: 30px
}

@media (max-width: 1299px) {
    .about-wrapp .img2 {
        min-width: 300px
    }
}

.about-wrapp .img2:not(:last-child) {
    margin-bottom: 24px
}

.about-wrapp .img2 img {
    border-radius: 30px
}

.th-team {
    position: relative
}

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

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

.th-team .team-desig {
    font-size: 14px;
    display: block;
    margin-bottom: -0.5em;
    -webkit-transition: 0.4s ease-in-out;
    transition: 0.4s ease-in-out
}

.th-team .th-social a {
    --icon-size: 40px;
    background-color: var(--smoke-color2);
    color: var(--title-color)
}

.th-team .th-social a:hover {
    background-color: var(--theme-color);
    color: var(--title-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-color: var(--white-color);
    box-shadow: 0px 10px 15px 0px #E8E8E8;
    border-radius: 30px;
    -webkit-transition: 0.4s ease-in-out;
    transition: 0.4s ease-in-out;
    z-index: 2
}

.team-card.style2 {
    border-radius: 0
}

.team-card.style2 .box-img {
    border-radius: 0
}

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

.team-card .box-img {
    border-radius: 30px
}

.team-card .box-content {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 30px;
    z-index: 3
}

.team-card .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-card .team-social .th-social {
    position: absolute;
    visibility: hidden;
    opacity: 0;
    bottom: 70px;
    right: 30px;
    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 .team-social .th-social a {
    border-radius: 50%;
    margin-right: 0;
    margin-bottom: 10px
}

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

.team-card:hover .icon-btn {
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg)
}

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

.teamSlider2 .swiper-slide {
    margin-top: 98px !important;
    -webkit-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out
}

@media (max-width: 991px) {
    .teamSlider2 .swiper-slide {
        margin-top: 58px !important
    }
}

.teamSlider2 .swiper-slide.swiper-slide-active {
    margin-top: 0 !important;
    margin-bottom: 80px !important
}

@media (max-width: 991px) {
    .teamSlider2 .swiper-slide.swiper-slide-active {
        margin-bottom: 40px !important
    }
}

.teamSlider2 .swiper-slide.swiper-slide-active .box-content {
    padding: 25px 30px 0px 30px;
    opacity: 1;
    visibility: visible;
    height: 100%
}

.teamSlider2 .swiper-slide.swiper-slide-active .box-img:before {
    opacity: 1
}

.teamSlider2 .swiper-slide.swiper-slide-active .th-social a {
    opacity: 1;
    -webkit-transform: translateY(0px);
    -ms-transform: translateY(0px);
    transform: translateY(0px)
}

.teamSlider2 .swiper-wrapper {
    visibility: visible
}

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

.team-box .team-img-wrap {
    position: relative;
    -webkit-transition: 0.4s;
    transition: 0.4s
}

.team-box .box-img {
    overflow: hidden;
    position: relative;
    height: 500px;
    z-index: 2
}

@media (max-width: 1399px) {
    .team-box .box-img {
        height: 100%
    }
}

.team-box .box-img:before {
    content: "";
    position: absolute;
    inset: 0;
    bottom: -10px;
    background: -webkit-linear-gradient(top, rgba(18, 18, 18, 0) 40%, rgba(18, 18, 18, 0.5) 100%);
    background: linear-gradient(180deg, rgba(18, 18, 18, 0) 40%, rgba(18, 18, 18, 0.5) 100%);
    z-index: 1;
    opacity: 0;
    -webkit-transition: 0.4s ease-in-out;
    transition: 0.4s ease-in-out
}

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

.team-box .th-social {
    position: absolute;
    bottom: 40px;
    left: 50%;
    -webkit-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
    -webkit-transition: 0.4s;
    transition: 0.4s;
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    z-index: 3
}

.team-box .th-social a {
    opacity: 0;
    -webkit-transform: translateY(20px);
    -ms-transform: translateY(20px);
    transform: translateY(20px);
    -webkit-transition: 0.3s;
    transition: 0.3s
}

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

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

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

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

.team-box .box-title {
    margin-top: -0.5rem;
    margin-bottom: 0px
}

.team-box .team-desig {
    margin-bottom: -0.3em
}

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

.team-box:hover .team-img-wrap {
    border-color: var(--theme-color)
}

.team-box:hover .box-img:before {
    bottom: 0;
    opacity: 1
}

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

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

.team-grid {
    position: relative;
    z-index: 2
}

.team-grid .team-img {
    position: relative;
    z-index: 2;
    overflow: hidden;
    margin-bottom: 30px
}

.team-grid .team-img img {
    width: 100%;
    -webkit-filter: saturate(0);
    filter: saturate(0);
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out
}

.team-grid .th-social {
    position: absolute;
    bottom: 0%;
    right: 0px;
    width: 40px;
    display: block;
    text-align: center;
    padding: 13px 0 13px 0;
    background-color: var(--theme-color);
    -webkit-transform: scaleY(0);
    -ms-transform: scaleY(0);
    transform: scaleY(0);
    -webkit-transform-origin: bottom center;
    -ms-transform-origin: bottom center;
    transform-origin: bottom center;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
    z-index: 3
}

.team-grid .th-social a {
    --icon-size: 25px;
    background-color: transparent;
    color: var(--title-color);
    font-size: 16px;
    border-radius: 0;
    margin-right: 0;
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out
}

.team-grid .th-social a:hover {
    background-color: transparent;
    color: var(--title-color)
}

.team-grid:hover .team-img img {
    -webkit-filter: none;
    filter: none
}

.team-grid:hover .th-social {
    -webkit-transform: scaleY(1);
    -ms-transform: scaleY(1);
    transform: scaleY(1)
}

.team-details {
    position: relative;
    background: #F8F8F8;
    padding: 60px;
    overflow: hidden
}

@media (max-width: 1299px) {
    .team-details {
        padding: 60px 45px
    }
}

@media (max-width: 991px) {
    .team-details {
        padding: 60px 35px
    }
}

@media (max-width: 575px) {
    .team-details {
        padding: 60px 20px
    }
}

.team-details img {
    width: 100%;
    height: 516px;
    object-fit: cover;
    border-radius: 0px
}

@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 {
    background-color: transparent;
    border: 1px solid var(--title-color)
}

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

.team-about .team-wrapp {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between
}

@media (max-width: 1399px) {
    .team-about .team-wrapp {
        display: block
    }
}

.team-about_title {
    margin-top: -0.4rem;
    margin-bottom: 0px
}

.team-about_desig {
    font-family: var(--title-font);
    font-weight: 500;
    margin-bottom: 20px
}

.team-about_text {
    margin-bottom: 20px
}

.team-about .th-btn {
    padding: 19.5px 38.9px
}

.about-info {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 20px;
    border-top: 1px solid rgba(27, 31, 37, 0.1);
    padding: 20px 0 20px 20px
}

.about-info-wrap {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    max-width: 600px;
    border-bottom: 1px solid rgba(27, 31, 37, 0.1);
    margin-bottom: 40px
}

@media (max-width: 767px) {
    .about-info-wrap {
        grid-template-columns: repeat(1, 1fr)
    }
}

@media (max-width: 1299px) {
    .about-info {
        gap: 15px
    }
}

@media (max-width: 767px) {
    .about-info {
        padding-left: 0
    }
}

.about-info:not(:first-child) {
    border-left: 1px solid rgba(27, 31, 37, 0.1)
}

@media (max-width: 767px) {
    .about-info:not(:first-child) {
        border-left: none
    }
}

.about-info:first-child {
    padding-left: 0
}

.about-info:nth-child(3) {
    border-left: none;
    padding-left: 0
}

.about-info_icon i {
    width: 50px;
    height: 50px;
    line-height: 50px;
    color: var(--theme-color);
    background-color: var(--title-color);
    border: none;
    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(--title-color)
}

.about-info_subtitle {
    margin-bottom: 0
}

.about-info_title {
    font-family: var(--body-font);
    font-weight: 600;
    font-size: 18px;
    margin-bottom: 0
}

.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-feature {
    text-align: left
}

.skill-feature:not(:last-child) {
    margin-bottom: 30px
}

.skill-feature_title,
.skill-feature .progress-value {
    font-size: 16px;
    font-weight: 500;
    margin-bottom: 10px;
    margin-top: -0.5em;
    font-family: var(--title-font);
    color: var(--title-color)
}

.skill-feature .progress {
    position: relative;
    height: 7px;
    background-color: var(--white-color);
    overflow: visible;
    border-radius: 10px
}

.skill-feature .progress-bar {
    background-color: var(--theme-color);
    height: 3px;
    margin: 2px;
    border-radius: inherit;
    overflow: visible;
    position: relative
}

.skill-feature .progress-bar:not(:last-child) {
    background-color: #333
}

.skill-feature .progress-value {
    position: absolute;
    top: -30px;
    right: -8px
}

.testi-img {
    position: relative;
    text-align: center;
    z-index: 3;
    margin-left: 30px
}

@media (max-width: 1199px) {
    .testi-img {
        margin: 50px 0 0 0
    }
}

@media (max-width: 991px) {
    .testi-img {
        margin: 100px 0 0 0
    }
}

@media (max-width: 575px) {
    .testi-img {
        margin: 0
    }
}

.testi-img img {
    border-radius: 30px
}

.testi-img .img1 {
    margin-top: 85px;
    border-radius: 30px
}

@media (max-width: 575px) {
    .testi-img .img1 {
        margin: 0
    }
}

.testi-img .img1 img {
    border: 1px solid var(--smoke-color)
}

.testi-img .img2 {
    position: absolute;
    top: -20%;
    left: 30%
}

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

.testi-img .img2 img {
    -webkit-filter: drop-shadow(0px 40px 50px rgba(103, 114, 148, 0.2));
    filter: drop-shadow(0px 40px 50px rgba(103, 114, 148, 0.2))
}

.testi-img .img3 {
    position: absolute;
    top: 20%;
    right: 0%
}

@media (max-width: 480px) {
    .testi-img .img3 {
        display: none
    }
}

.testi-img .img3 img {
    -webkit-filter: drop-shadow(0px 40px 50px rgba(103, 114, 148, 0.2));
    filter: drop-shadow(0px 40px 50px rgba(103, 114, 148, 0.2))
}

.testi-img .img4 {
    position: absolute;
    bottom: 0;
    left: 0%
}

@media (max-width: 480px) {
    .testi-img .img4 {
        display: none
    }
}

.testi-img .img4 img {
    -webkit-filter: drop-shadow(0px 40px 50px rgba(103, 114, 148, 0.2));
    filter: drop-shadow(0px 40px 50px rgba(103, 114, 148, 0.2))
}

.box-desig {
    font-size: 14px;
    font-weight: 400
}

.testi-slider {
    height: 297px
}

@media (max-width: 575px) {
    .testi-slider {
        height: 340px
    }
}

@media (max-width: 575px) {
    .testi-slider {
        height: 440px
    }
}

.testi-thumb {
    height: 297px;
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    position: absolute;
    left: 10%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%)
}

@media (max-width: 1699px) {
    .testi-thumb {
        left: 2%
    }
}

@media (max-width: 1199px) {
    .testi-thumb {
        display: none
    }
}

.testi-thumb .tab-btn {
    font-family: var(--title-font);
    font-size: 16px;
    font-weight: 600;
    color: var(--title-color);
    position: relative;
    cursor: pointer;
    z-index: 3
}

.testi-thumb .tab-btn:after {
    content: '';
    width: 2px;
    height: 64px;
    background-color: var(--smoke-color);
    position: absolute;
    left: -9px;
    top: 8px;
    -webkit-transition: 0.4s ease-in-out;
    transition: 0.4s ease-in-out
}

.testi-thumb .tab-btn.active {
    color: var(--theme-color)
}

.testi-thumb .tab-btn.active:after {
    background-color: var(--theme-color)
}

.testi-thumb .indicator {
    position: absolute;
    height: 64px !important;
    width: 2px !important;
    background-color: var(--theme-color);
    left: -9px;
    top: calc(var(--pos-y) + 8px);
    z-index: 2;
    -webkit-transition: 0.9s ease-in-out;
    transition: 0.9s ease-in-out
}

@media (max-width: 1199px) {
    .testi-thumb .indicator {
        display: none
    }
}

.testi-card {
    position: relative;
    background-color: #F0EFE9;
    padding: 40px
}

.testi-card .box-review {
    margin-top: -0.4rem;
    margin-bottom: 13px
}

.testi-card .box-review i {
    color: #F3BA0E;
    font-size: 14px;
    margin-right: 6px
}

.testi-card .box-text {
    font-family: var(--title-font);
    font-weight: 400;
    font-size: 16px;
    line-height: 32px;
    margin-bottom: 5px
}

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

.testi-card .box-author {
    max-width: 44px;
    border-radius: 50px;
    overflow: hidden
}

.testi-card .box-author img {
    border-radius: 50px
}

.testi-card .box-title {
    font-size: 18px;
    font-weight: 500;
    margin-bottom: 0
}

.testi-card .box-wrapp {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between
}

@media (max-width: 375px) {
    .testi-card .box-wrapp {
        display: block
    }
}

.testi-grid {
    border: 1px solid var(--title-color);
    padding: 60px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    gap: 60px;
    background-color: var(--white-color)
}

@media (max-width: 1199px) {
    .testi-grid {
        gap: 24px;
        padding: 40px
    }
}

@media (max-width: 991px) {
    .testi-grid {
        display: block
    }
}

@media (max-width: 575px) {
    .testi-grid {
        padding: 30px
    }
}

.testi-grid .box-img {
    min-width: 350px
}

@media (max-width: 991px) {
    .testi-grid .box-img {
        min-width: 100%;
        margin-top: 30px
    }
}

.testi-grid .box-img img {
    width: 100%
}

.testi-grid .testi-logo {
    margin-bottom: 30px
}

.testi-grid .box-title2 {
    font-size: 30px;
    margin-right: 50px
}

@media (max-width: 575px) {
    .testi-grid .box-title2 {
        font-size: 20px;
        margin-right: 0
    }
}

.testi-grid .box-review {
    color: #F3BA0E;
    font-size: 16px;
    margin-bottom: 10px
}

.testi-grid .box-review i {
    margin-left: 5px
}

.testi-grid .box-title {
    margin-bottom: 0
}

.testi-grid .box-desig {
    font-size: 14px;
    font-weight: 400
}

.testi-grid .box-text {
    margin-bottom: 30px
}

.testiSlider3 {
    position: relative;
    overflow: hidden;
    margin: 0 -97px !important
}

@media (max-width: 767px) {
    .testiSlider3 {
        margin: 0 !important
    }
}

.testiSlider3 .swiper-slide.swiper-slide-active .testi-box:before {
    background: transparent
}

.testiSlider3 .swiper-slide.swiper-slide-prev .testi-box:before {
    background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0) 0%, #fff 100%);
    background: linear-gradient(90deg, rgba(255, 255, 255, 0) 0%, #fff 100%);
    -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)
}

.testiSlider3 .slider-arrow {
    top: unset;
    bottom: 0;
    left: 22.5%;
    --icon-size: 50px;
    background-color: var(--white-color);
    border: 1px solid var(--smoke-color);
    box-shadow: none;
    color: var(--title-color);
    opacity: 1;
    visibility: visible;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1)
}

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

@media (max-width: 1799px) {
    .testiSlider3 .slider-arrow {
        left: 18%
    }
}

.testiSlider3 .slider-arrow.slider-next {
    right: 22.5%;
    left: auto
}

@media (max-width: 1799px) {
    .testiSlider3 .slider-arrow.slider-next {
        right: 18%
    }
}

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

.testiSlider3 .swiper-pagination-bullets .swiper-pagination-bullet {
    display: inline-block;
    --swiper-pagination-bullet-size: 18px;
    --swiper-pagination-bullet-horizontal-gap: 17px;
    margin: 5px 10px;
    width: 20px;
    height: 20px;
    opacity: 1;
    background-color: var(--smoke-color);
    color: var(--smoke-color);
    border-radius: 50%;
    position: relative;
    cursor: pointer
}

.testiSlider3 .swiper-pagination-bullets .swiper-pagination-bullet:before {
    content: '';
    position: absolute;
    inset: -5px;
    border: 1px solid var(--smoke-color);
    -webkit-transform: scale(0.1);
    -ms-transform: scale(0.1);
    transform: scale(0.1);
    border-radius: inherit;
    -webkit-transition: 0.4s ease-in-out;
    transition: 0.4s ease-in-out
}

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

.testiSlider3 .swiper-pagination-bullets .swiper-pagination-bullet.swiper-pagination-bullet-active:before {
    -webkit-transform: scale(1.2);
    -ms-transform: scale(1.2);
    transform: scale(1.2);
    border-color: var(--smoke-color)
}

.testiSlider3 .slider-pagination {
    position: relative
}

.testiSlider3 .slider-pagination:after,
.testiSlider3 .slider-pagination:before {
    content: "";
    position: absolute;
    top: 50%;
    width: 410px;
    height: 1px;
    background-color: var(--smoke-color)
}

@media (max-width: 767px) {

    .testiSlider3 .slider-pagination:after,
    .testiSlider3 .slider-pagination:before {
        display: none
    }
}

.testiSlider3 .slider-pagination:before {
    margin-left: -27rem
}

.testiSlider3 .slider-pagination:after {
    margin-left: 1.5rem
}

.testi-box {
    position: relative;
    border: 1px solid #E3E7F0;
    border-radius: 30px;
    padding: 60px;
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
    z-index: 9
}

@media (max-width: 1500px) {
    .testi-box {
        padding: 40px
    }
}

@media (max-width: 1299px) {
    .testi-box {
        padding: 30px
    }
}

.testi-box:before {
    content: "";
    position: absolute;
    inset: 0;
    background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0) 0%, #fff 100%);
    background: linear-gradient(90deg, rgba(255, 255, 255, 0) 0%, #fff 100%);
    z-index: 1
}

@media (max-width: 1199px) {
    .testi-box {
        padding: 40px
    }
}

@media (max-width: 575px) {
    .testi-box {
        padding: 30px
    }
}

.testi-box .box-text {
    font-size: 20px;
    margin-top: -0.5rem;
    color: var(--title-color);
    border-bottom: 1px solid var(--smoke-color);
    margin-bottom: 40px;
    padding-bottom: 30px
}

@media (max-width: 375px) {
    .testi-box .box-text {
        font-size: 18px
    }
}

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

@media (max-width: 430px) {
    .testi-box .box-wrapper {
        display: block
    }
}

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

@media (max-width: 430px) {
    .testi-box .box-profile {
        margin-bottom: 20px
    }
}

.testi-box .box-author {
    min-width: 60px
}

.testi-box .box-author img {
    width: 60px;
    height: 60px;
    border-radius: 50%
}

.testi-box .box-title {
    font-weight: 500;
    font-size: 20px;
    line-height: 24px;
    margin-bottom: 0
}

@media (max-width: 375px) {
    .testi-box .box-title {
        font-size: 18px;
        line-height: 28px
    }
}

.testi-box .box-desig {
    font-weight: 400;
    font-size: 14px;
    font-family: var(--body-font);
    color: var(--body-color)
}

.testi-box .box-review i {
    color: #F3BA0E
}

.testi-box:hover {
    border: 1px solid #797E88
}

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

.testi-area4 {
    position: relative;
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    -webkit-mask-size: cover;
    mask-size: cover
}

@media (max-width: 1199px) {
    .testi-area4 {
        -webkit-mask-size: 100% 100%;
        mask-size: 100% 100%
    }
}

.testi-block {
    position: relative;
    overflow: hidden
}

.testi-block .box-text {
    margin-bottom: 30px
}

.testi-block .testi-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: 25px
}

@media (max-width: 575px) {
    .testi-block .testi-wrapp {
        display: block
    }
}

.testi-block .box-profile {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    gap: 15px
}

.testi-block .box-avater {
    min-width: 60px
}

.testi-block .box-avater img {
    border-radius: 15px
}

.testi-block .box-title {
    font-size: 20px;
    font-weight: 500;
    margin-bottom: 0
}

.testi-block .box-desig {
    font-size: 14px;
    margin-bottom: -0.4rem
}

.testi-block .box-review {
    color: #F3BA0E;
    font-size: 12px
}

.testi-block .box-review i {
    color: #F3BA0E
}

.testi-block .testi-quote {
    position: absolute;
    bottom: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%)
}

.testi-slider4 .swiper-pagination-bullets {
    position: absolute;
    right: 0;
    text-align: right
}

.testi-counter {
    padding: 50px 40px 60px 40px
}

@media (max-width: 1399px) {
    .testi-counter {
        padding: 40px 40px 40px 40px
    }
}

@media (max-width: 1299px) {
    .testi-counter {
        padding: 20px 10px
    }
}

@media (max-width: 1299px) {
    .testi-counter {
        padding: 40px 20px
    }
}

@media (max-width: 1199px) {
    .testi-counter {
        padding: 40px 0px
    }
}

@media (max-width: 991px) {
    .testi-counter {
        padding: 40px 20px
    }
}

.testi-counter .box-text {
    font-size: 16px;
    font-family: var(--title-font);
    font-weight: 600;
    color: var(--title-color)
}

.testi-counter .box-number {
    font-weight: 400;
    font-size: 36px;
    line-height: 46px;
    color: var(--title-color);
    margin-bottom: 10px
}

.testi-counter .counter-number {
    font-weight: 600
}

.testi-item {
    position: relative;
    background-color: var(--white-color);
    border: 1px solid var(--body-color);
    border-radius: 20px;
    padding: 35px;
    z-index: 2;
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out
}

@media (max-width: 575px) {
    .testi-item {
        padding: 30px
    }
}

.testi-item:before {
    content: "";
    position: absolute;
    inset: 0;
    right: 10px;
    bottom: 10px;
    background-color: var(--white-color);
    border-radius: 20px;
    z-index: -1
}

.testi-item .box-text {
    border-bottom: 1px solid var(--smoke-color);
    margin-top: -0.4rem;
    margin-bottom: 20px;
    padding-bottom: 20px;
}

.testi-item .box-profile {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    gap: 20px
}

@media (max-width: 375px) {
    .testi-item .box-profile {
        display: block
    }
}

.testi-item .box-author {
    min-width: 80px
}

@media (max-width: 375px) {
    .testi-item .box-author {
        margin-bottom: 15px
    }
}

.testi-item .box-author img {
    width: 80px;
    height: 80px;
    border-radius: 20px
}

.testi-item .box-title {
    margin-bottom: -0.2rem
}

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

.testi-item .box-desig {
    font-size: 14px;
    margin-bottom: 0
}

.testi-item .box-review i {
    color: #F3BA0E;
    font-size: 14px;
    margin-right: 5px
}

.testi-item:hover {
    border: 1px solid var(--title-color);
    background-color: var(--title-color)
}

.sec-text4 {
    font-family: var(--title-font);
    font-weight: 500;
    max-width: 538px
}

.testi-grid2 {
    position: relative;
    max-width: 850px;
    display: block;
    margin: auto;
    text-align: center
}

.testi-grid2-area {
    position: relative;
    z-index: 2
}

.testi-grid2-area .testi-line {
    position: absolute;
    top: 0%;
    left: 50%;
    z-index: -1;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    min-width: 1426px
}

@media (max-width: 1299px) {
    .testi-grid2-area .testi-line {
        min-width: 100%
    }
}

@media (max-width: 767px) {
    .testi-grid2-area .testi-line {
        display: none
    }
}

.testi-grid2-area .testi-line img {
    width: 100%
}

.testi-grid2-area .slider-arrow {
    top: 15%;
    left: 18%;
    border: 1px solid rgba(31, 31, 31, 0.4);
    background-color: var(--white-color);
    color: var(--title-color);
    opacity: 1;
    visibility: visible;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    z-index: 2;
    box-shadow: none
}

.testi-grid2-area .slider-arrow:hover {
    background-color: var(--theme-color);
    color: var(--white-color);
    border-color: var(--theme-color)
}

.testi-grid2-area .slider-arrow.slider-next {
    right: 18%;
    left: auto
}

.testi-grid2-thumb {
    position: relative;
    max-width: 1590px;
    height: 280px;
    z-index: 2;
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out
}

@media (max-width: 1599px) {
    .testi-grid2-thumb {
        max-width: 100%
    }
}

@media (max-width: 991px) {
    .testi-grid2-thumb {
        height: 240px
    }
}

@media (max-width: 767px) {
    .testi-grid2-thumb {
        height: 220px
    }
}

.testi-grid2-thumb .swiper-slide {
    -webkit-transition: 0.4s ease-in-out;
    transition: 0.4s ease-in-out;
    cursor: pointer
}

@media (max-width: 1199px) {
    .testi-grid2-thumb .swiper-slide {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-justify-content: space-around;
        -ms-flex-pack: distribute;
        justify-content: space-around
    }
}

@media (max-width: 575px) {
    .testi-grid2-thumb .swiper-slide {
        -webkit-box-pack: start;
        -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
        justify-content: flex-start
    }
}

.testi-grid2-thumb .swiper-slide:nth-child(even) {
    margin-top: 60px
}

.testi-grid2-thumb .swiper-slide:nth-child(3) {
    margin-top: 94px;
    margin-left: 50px
}

@media (max-width: 1299px) {
    .testi-grid2-thumb .swiper-slide:nth-child(3) {
        margin-left: 20px
    }
}

.testi-grid2-thumb .swiper-slide:nth-child(4) {
    margin-left: 40px
}

@media (max-width: 1299px) {
    .testi-grid2-thumb .swiper-slide:nth-child(4) {
        margin-left: 20px
    }
}

.testi-grid2-thumb .swiper-slide:nth-child(5) {
    margin-left: 40px
}

@media (max-width: 1499px) {
    .testi-grid2-thumb .swiper-slide:nth-child(5) {
        margin-left: 0px
    }
}

.testi-grid2-thumb .swiper-slide .box-img {
    position: relative;
    width: 160px;
    height: 160px;
    border-radius: 100px 100px 0px 0px;
    z-index: 2
}

@media (max-width: 1299px) {
    .testi-grid2-thumb .swiper-slide .box-img {
        width: 120px;
        height: 120px
    }
}

@media (max-width: 991px) {
    .testi-grid2-thumb .swiper-slide .box-img {
        width: 100px;
        height: 100px
    }
}

@media (max-width: 375px) {
    .testi-grid2-thumb .swiper-slide .box-img {
        width: 80px;
        height: 80px
    }
}

.testi-grid2-thumb .swiper-slide .box-img img {
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out
}

.testi-grid2-thumb .swiper-slide .box-img:before {
    content: "";
    position: absolute;
    top: 0;
    left: 15px;
    width: 160px;
    height: 150px;
    background-color: transparent;
    border: 1px solid var(--smoke-color);
    border-radius: inherit;
    z-index: -1;
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out
}

@media (max-width: 1299px) {
    .testi-grid2-thumb .swiper-slide .box-img:before {
        width: 120px;
        height: 110px
    }
}

@media (max-width: 991px) {
    .testi-grid2-thumb .swiper-slide .box-img:before {
        width: 100px;
        height: 100px
    }
}

@media (max-width: 375px) {
    .testi-grid2-thumb .swiper-slide .box-img:before {
        width: 80px;
        height: 80px
    }
}

.testi-grid2-thumb .swiper-slide .box-img img {
    border-radius: 100px 100px 0px 0px
}

.testi-grid2-thumb .swiper-slide-thumb-active .box-img:before {
    background-color: var(--title-color);
    border-color: var(--title-color)
}

.testi-grid2 .box-text {
    font-weight: var(--title-font);
    font-size: 24px;
    color: var(--title-color);
    margin-bottom: 20px
}

@media (max-width: 575px) {
    .testi-grid2 .box-text {
        font-size: 18px
    }
}

.testi-grid2 .box-review {
    color: #F3BA0E;
    margin-bottom: 15px
}

.testi-grid2 .box-review i {
    margin-right: 5px
}

.testi-grid2 .box-title {
    margin-bottom: 0
}

.testi-grid2 .box-desig {
    display: block;
    margin-bottom: -0.3rem
}

.testi-title-area {
    max-width: 565px;
    position: absolute;
    top: 100px
}

@media (max-width: 1199px) {
    .testi-title-area {
        position: relative;
        top: 0;
        text-align: center;
        max-width: 100%
    }
}

.testi-box2 {
    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: end;
    -webkit-align-items: end;
    -ms-flex-align: end;
    align-items: end;
    z-index: 2;
    overflow: hidden;
    background-color: var(--white-color)
}

@media (max-width: 1199px) {
    .testi-box2 {
        display: block
    }
}

.testi-box2:before {
    content: "";
    position: absolute;
    width: 1320px;
    height: 380px;
    background: var(--white-color);
    border: 1px solid var(--smoke-color);
    border-radius: 30px;
    z-index: -1
}

@media (max-width: 1299px) {
    .testi-box2:before {
        width: 100%
    }
}

@media (max-width: 1199px) {
    .testi-box2:before {
        height: 100%
    }
}

.testi-box2 .box-content {
    padding: 60px
}

@media (max-width: 1299px) {
    .testi-box2 .box-content {
        padding: 40px
    }
}

@media (max-width: 1199px) {
    .testi-box2 .box-content {
        text-align: center
    }
}

@media (max-width: 767px) {
    .testi-box2 .box-content {
        padding: 30px 25px
    }
}

@media (max-width: 375px) {
    .testi-box2 .box-content {
        padding: 30px 15px
    }
}

.testi-box2 .box-text {
    font-family: var(--title-font);
    font-weight: 500;
    font-size: 22px;
    line-height: 32px;
    color: var(--title-color);
    max-width: 601px;
    margin-top: -0.2rem;
    margin-bottom: 30px
}

@media (max-width: 1199px) {
    .testi-box2 .box-text {
        font-size: 18px;
        line-height: 28px;
        max-width: 100%;
        display: block;
        text-align: center;
        margin: auto auto 30px auto
    }
}

@media (max-width: 375px) {
    .testi-box2 .box-text {
        font-size: 16px;
        line-height: 26px
    }
}

.testi-box2 .box-title {
    font-size: 30px;
    margin-bottom: 0
}

.testi-box2 .box-desig {
    display: block;
    margin-bottom: -0.3rem
}

.testi-box2 .box-img {
    position: relative;
    z-index: 2;
    border-radius: 50px;
    min-width: 480px;
    margin: 0 60px 60px 0;
    text-align: center;
    display: block
}

@media (max-width: 1299px) {
    .testi-box2 .box-img {
        margin: 0 40px 40px 0
    }
}

@media (max-width: 1199px) {
    .testi-box2 .box-img {
        min-width: 100%;
        display: block;
        margin: auto;
        border-radius: 0 0 30px 30px
    }
}

.testi-box2 .box-img:before {
    content: "";
    position: absolute;
    inset: 0;
    top: 113px;
    background-color: #EBEEFF;
    z-index: -1;
    border-radius: inherit
}

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

.testi-box2 .box-img .img2 {
    position: absolute;
    z-index: 1;
    top: 0;
    right: 50px;
    text-align: center;
    -webkit-filter: brightness(0.1) invert(0.8);
    filter: brightness(0.1) invert(0.8)
}

@media (max-width: 1199px) {
    .testi-box2 .box-img .img2 {
        right: 30%;
        -webkit-transform: translate(0 -50%);
        -ms-transform: translate(0 -50%);
        transform: translate(0 -50%)
    }
}

@media (max-width: 991px) {
    .testi-box2 .box-img .img2 {
        right: 22%
    }
}

@media (max-width: 767px) {
    .testi-box2 .box-img .img2 {
        right: 14%
    }
}

@media (max-width: 480px) {
    .testi-box2 .box-img .img2 {
        right: 3%
    }
}

.testi-box2 .testi-quote {
    position: absolute;
    top: 32%;
    left: 60px
}

@media (max-width: 1199px) {
    .testi-box2 .testi-quote {
        display: none
    }
}

.testi-quote3 {
    position: absolute;
    bottom: 0px;
    right: 60px;
    z-index: 3
}

@media (max-width: 1199px) {
    .testi-quote3 {
        display: none
    }
}

.counter-card {
    position: relative
}

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

.counter-card-wrap .divider {
    position: relative;
    z-index: 2;
    width: 30px;
    height: 71px;
    background-image: url("../img/shape/shape-6.png");
    background-repeat: no-repeat
}

.counter-card-wrap .divider:last-of-type {
    display: none
}

.counter-card .box-number {
    font-size: 48px;
    color: var(--title-color);
    font-weight: 700;
    margin-bottom: 0px;
    margin-top: -0.2em
}

.counter-card .box-text {
    font-size: 18px;
    color: var(--title-color)
}

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

.counter-card-wrap.style2 {
    background-color: var(--title-color);
    padding: 42px 60px
}

.counter-card-wrap.style2 .divider {
    background-color: rgba(255, 255, 255, 0.5)
}

@media (max-width: 1299px) {
    .counter-card-wrap.style2 {
        padding: 40px 30px
    }
}

@media (max-width: 767px) {
    .counter-card-wrap.style2 {
        padding: 40px 12px
    }
}

.counter-card-wrap.style3 {
    background-color: var(--theme-color);
    padding: 42px 8px;
    text-align: center;
    -webkit-box-pack: space-evenly;
    -webkit-justify-content: space-evenly;
    -ms-flex-pack: space-evenly;
    justify-content: space-evenly;
    -webkit-mask-image: url('data:image/svg+xml,<svg width="1320" height="144" viewBox="0 0 1320 144" preserveAspectRatio="none" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M0 144H1320V97.5685C1320 86.9599 1315.79 76.7857 1308.28 69.2843L1250.72 11.7157C1243.21 4.21428 1233.04 0 1222.43 0H16C7.16345 0 0 7.16344 0 16V144Z" fill="white"/></svg>');
    mask-image: url('data:image/svg+xml,<svg width="1320" height="144" viewBox="0 0 1320 144" preserveAspectRatio="none" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M0 144H1320V97.5685C1320 86.9599 1315.79 76.7857 1308.28 69.2843L1250.72 11.7157C1243.21 4.21428 1233.04 0 1222.43 0H16C7.16345 0 0 7.16344 0 16V144Z" fill="white"/></svg>');
    -webkit-mask-size: 100% 100%;
    mask-size: 100% 100%
}

.counter-card-wrap.style3 .divider {
    background-color: rgba(255, 255, 255, 0.5)
}

@media (max-width: 991px) {
    .counter-card-wrap.style3 .divider {
        height: 60px
    }
}

@media (max-width: 767px) {
    .counter-card-wrap.style3 {
        -webkit-mask-image: url('data:image/svg+xml,<svg width="401" height="281" viewBox="0 0 401 281" preserveAspectRatio="none" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M1.88351e-05 281H400V190.717C400 171.004 400.071 81.3476 400.078 60.3992C400.078 58.7419 399.735 57.156 399.07 55.6379L380.371 12.9499C376.172 1.40337 368.889 1.00017 365.674 1.00017H16.3201C13.6423 1.00017 0 -0.0974007 0 17.0848L1.88351e-05 281Z" fill="white"/></svg>');
        mask-image: url('data:image/svg+xml,<svg width="401" height="281" viewBox="0 0 401 281" preserveAspectRatio="none" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M1.88351e-05 281H400V190.717C400 171.004 400.071 81.3476 400.078 60.3992C400.078 58.7419 399.735 57.156 399.07 55.6379L380.371 12.9499C376.172 1.40337 368.889 1.00017 365.674 1.00017H16.3201C13.6423 1.00017 0 -0.0974007 0 17.0848L1.88351e-05 281Z" fill="white"/></svg>')
    }
}

.counter-card-wrap.style3 .counter-card {
    display: block
}

.counter-card-wrap.style4 {
    background-color: var(--title-color);
    padding: 42px 8px;
    text-align: center;
    -webkit-box-pack: space-evenly;
    -webkit-justify-content: space-evenly;
    -ms-flex-pack: space-evenly;
    justify-content: space-evenly;
    border-radius: 24px
}

.counter-card-wrap.style4 .divider {
    background-color: rgba(255, 255, 255, 0.5)
}

@media (max-width: 991px) {
    .counter-card-wrap.style4 .divider {
        height: 60px
    }
}

.counter-card-wrap.style4 .counter-card {
    display: block
}

@media (max-width: 991px) {
    .counter-card-wrap {
        display: grid;
        grid-template-columns: auto auto;
        gap: 30px 0
    }

    .counter-card-wrap .divider {
        display: none
    }

    .counter-card .box-number {
        font-size: 36px;
        margin-bottom: 0
    }
}

@media (max-width: 480px) {
    .counter-card {
        text-align: center
    }

    .counter-card:not(:last-child) {
        margin-bottom: 25px
    }

    .counter-card-wrap {
        display: block
    }
}

.counter-box .box-icon {
    margin-bottom: 10px
}

.counter-box .box-number {
    font-size: 74px;
    line-height: 74px;
    margin-bottom: 0
}

@media (max-width: 1199px) {
    .counter-box .box-number {
        font-size: 50px;
        line-height: 50px
    }
}

.counter-box-wrap {
    min-width: 250px
}

@media (max-width: 767px) {
    .counter-box-wrap {
        min-width: 100%;
        margin-top: 30px
    }
}

.counter-box-wrap .divider {
    margin: 40px 0;
    width: 100%;
    height: 1px;
    background-color: var(--gray-color)
}

.counter-box-wrap .divider:last-of-type {
    display: none
}

.counter-box2 {
    padding: 64px 0
}

@media (max-width: 991px) {
    .counter-box2 {
        padding: 0
    }
}

@media (max-width: 375px) {
    .counter-box2 {
        text-align: center;
        padding-bottom: 30px
    }
}

.counter-box2 .box-icon {
    margin-bottom: 10px
}

.counter-box2 .box-number {
    font-weight: 700;
    font-size: 48px;
    line-height: 48px;
    text-transform: capitalize;
    color: var(--theme-color);
    margin-bottom: 0
}

@media (max-width: 1199px) {
    .counter-box2 .box-number {
        font-size: 50px;
        line-height: 50px
    }
}

.counter-box2 .box-text {
    color: var(--white-color)
}

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

@media (max-width: 991px) {
    .counter-box2-wrap {
        display: grid;
        grid-template-columns: auto auto;
        gap: 30px 0;
        padding: 60px 0
    }
}

@media (max-width: 375px) {
    .counter-box2-wrap {
        display: block;
        padding: 60px 0 30px 0
    }
}

.counter-box2-wrap .divider {
    width: 1px;
    background-color: rgba(254, 217, 31, 0.2)
}

.counter-box2-wrap .divider:last-of-type {
    display: none
}

@media (max-width: 991px) {
    .counter-box2-wrap .divider {
        display: none
    }
}

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

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

@media (max-width: 767px) {
    .counter-item-wrap {
        display: block
    }
}

.counter-item:nth-child(2) .box-icon {
    background: #6D2CF8
}

.counter-item:nth-child(3) .box-icon {
    background: var(--title-color)
}

.counter-item .box-icon {
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    background: var(--theme-color);
    border-radius: 12px
}

.counter-item .box-title {
    margin: 0
}

.counter-item .counter-text {
    color: var(--body-color);
    margin-top: -0.3rem
}

.counter-item-wrap {
    min-width: 250px
}

@media (max-width: 767px) {
    .counter-item-wrap {
        min-width: 100%;
        margin-top: 30px
    }
}

.counter-item-wrap .divider {
    margin: 40px 0;
    width: 100%;
    height: 1px;
    background-color: var(--gray-color)
}

.counter-item-wrap .divider:last-of-type {
    display: none
}

.blog-area {
    background-color: #F0EFE9
}

.blog-card {
    position: relative
}

.blog-card.style2 .blog-meta i {
    color: var(--body-color)
}

.blog-card.style2 .box-title {
    font-size: 30px;
    border-bottom: 1px solid var(--smoke-color);
    margin-bottom: 20px;
    padding-bottom: 20px
}

@media (max-width: 1199px) {
    .blog-card.style2 .box-title {
        font-size: 24px
    }
}

.blog-card .box-img {
    margin-bottom: 0px
}

@media (max-width: 991px) {
    .blog-card .box-img {
        border-radius: 20px
    }
}

.blog-card .blog-meta {
    margin: -0.3rem 0 18px 0
}

.blog-card_wrapp:first-child .box-title {
    font-size: 30px
}

.blog-card .box-title {
    font-weight: 700;
    margin-bottom: 12px
}

@media (max-width: 991px) {
    .blog-card .box-title {
        font-size: 20px
    }
}

.blog-box {
    background-color: var(--white-color);
    box-shadow: 0px 5px 14px 2px #E8E8E8;
    padding: 30px;
    border-radius: 30px
}

.blog-box .blog-img {
    position: relative;
    overflow: hidden;
    border-radius: 15px;
    margin-bottom: 30px
}

.blog-box .blog-img img {
    border-radius: 15px;
    -webkit-transform: 0.4s ease-in-out;
    -ms-transform: 0.4s ease-in-out;
    transform: 0.4s ease-in-out
}

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

.blog-box .blog-img img {
    width: 100%
}

.blog-box .blog-meta {
    margin: -0.3rem 0 18px 0
}

.blog-box .blog-meta i {
    color: var(--body-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-grid .box-img {
    margin-bottom: 35px
}

.blog-grid .blog-meta {
    margin-bottom: 15px
}

.blog-grid .blog-meta i {
    color: var(--body-color)
}

.blog-grid .line-btn {
    font-size: 16px
}

.blog-item {
    position: relative;
    z-index: 2;
    --space: 30px
}

@media (max-width: 991px) {
    .blog-item {
        --space: 20px
    }
}

.blog-item .box-img {
    border-radius: 20px;
    margin-bottom: -125px;
    overflow: hidden;
    position: relative;
    z-index: 3
}

.blog-item .box-img img {
    border-radius: 20px
}

.blog-item .box-content {
    position: relative;
    max-width: calc(100% - var(--space)* 2);
    margin-left: var(--space);
    background: var(--white-color);
    box-shadow: 0px 4px 30px #EFEFEF;
    border-radius: 20px;
    padding: 40px;
    z-index: 3;
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out
}

@media (max-width: 1399px) {
    .blog-item .box-content {
        padding: 30px
    }
}

.blog-item .blog-meta {
    margin: -0.3rem 0 20px 0
}

.blog-item .box-title {
    font-size: 22px
}

.blog-item .box-title a {
    color: inherit
}

.blog-item .blog-btn {
    margin-bottom: -1.3rem;
    -webkit-transform: translateY(30px);
    -ms-transform: translateY(30px);
    transform: translateY(30px);
    opacity: 0;
    height: 0;
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out
}

.blog-item:hover .box-content {
    background: var(--theme-color)
}

.blog-item:hover .blog-meta a {
    color: var(--white-color)
}

.blog-item:hover .blog-meta i {
    color: var(--white-color)
}

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

.blog-item:hover .blog-btn {
    height: 100%;
    opacity: 1;
    -webkit-transform: translateY(0px);
    -ms-transform: translateY(0px);
    transform: translateY(0px);
    margin-bottom: 0
}

.blog-item:hover .line-btn {
    color: var(--white-color)
}

.blog-item:hover .line-btn:before {
    background-color: var(--white-color)
}

.brand-area {
    background-color: #fff;
    border-top: 1px solid #797E88;
    border-bottom: 1px solid #797E88;
    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.style2 img.original {
    -webkit-filter: brightness(0);
    filter: brightness(0)
}*/

.brand-item.style3 img.original {
    -webkit-filter: brightness(0);
    filter: brightness(0)
}

.brand-item.style3:hover a img.gray {
    -webkit-filter: grayscale(0.5) invert(0.5);
    filter: grayscale(0.5) invert(0.5)
}

.brand-item.style4 img.original {
    -webkit-filter: grayscale(0.5) invert(0.5);
    filter: grayscale(0.5) invert(0.5)
}

.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: grayscale(1);
    filter: grayscale(1);*/
    -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-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: block;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 10px
}

.checklist li>i {
    font-size: 14px;
    background-color: #fff;
    color: var(--theme-color);
    border-radius: 50%;
    width: 12px;
    height: 12px;
    margin-right: 0.6rem;
}

.checklist li:not(:last-child) {
    margin-bottom: 10px
}

.checklist.style2 li {
    font-size: 16px;
    font-weight: 500;
    color: var(--title-color);
    font-family: var(--title-font);
    gap: 15px;
    padding-left: 20px
}

.checklist.style2 li:before {
    content: "";
    position: absolute;
    top: 9px;
    left: 0;
    width: 8px;
    height: 8px;
    background-color: var(--theme-color);
    border-radius: 50%
}

.checklist.style2 li:not(:last-child) {
    margin-bottom: 5px
}

.checklist.style3 li {
    font-family: var(--title-font);
    font-weight: 500
}

.checklist.style3 li:not(:last-child) {
    margin-bottom: 8px
}

.checklist.style3 li>i {
    font-size: 16px;
    font-weight: 500;
    background-color: transparent;
    color: #6D2CF8
}

.checklist.style4 li {
    font-family: var(--title-font);
    font-weight: 500;
    font-size: 16px
}

.checklist.style4 li:not(:last-child) {
    margin-bottom: 16px
}

.checklist.style4 li>i {
    font-size: 16px;
    font-weight: 500;
    background-color: transparent;
    color: var(--theme-color)
}

.checklist.style10 li {
    position: relative;
    font-size: 18px;
    font-weight: 500;
    font-family: var(--title-font);
    z-index: 2;
    padding-left: 29px
}

@media (max-width: 575px) {
    .checklist.style10 li {
        margin-bottom: 50px
    }
}

.checklist.style10 li:before {
    content: "";
    position: absolute;
    width: 61px;
    height: 61px;
    left: 0px;
    background: #6B61FC;
    opacity: 0.3;
    border-radius: 40px;
    z-index: -1
}

.checklist.style10:not(:last-child) li:before {
    background: #F3BA0E
}

.checklist.style11 li {
    color: var(--body-color);
    font-weight: 400;
    gap: 15px;
    padding-left: 20px
}

.checklist.style11 li:before {
    content: "";
    position: absolute;
    top: 9px;
    left: 0;
    width: 5px;
    height: 5px;
    background-color: var(--title-color)
}

.checklist.style11 li:not(:last-child) {
    margin-bottom: 5px
}

.checklist.style5 li {
    color: var(--body-color);
    font-family: var(--body-font);
    font-weight: 400
}

.checklist.style5 li:not(:last-child) {
    margin-bottom: 13px
}

.checklist.style5 li>i {
    font-size: 22px
}

.checklist.style6 li {
    font-size: 18px;
    font-weight: 500;
    color: var(--title-color);
    font-family: var(--title-font);
    gap: 15px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center
}

.checklist.style6 li p {
    font-weight: 400;
    font-size: 16px
}

.checklist.style6 li:not(:last-child) {
    margin-bottom: 30px
}

.checklist.style6 li>i {
    font-size: 14px;
    border-radius: 50%;
    color: var(--white-color);
    background: #70D715;
    padding: 8px;
    margin-top: 1px
}

.checklist.style7 li {
    font-size: 20px;
    font-weight: 500;
    color: var(--title-color);
    font-family: var(--title-font);
    gap: 15px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center
}

.checklist.style7 li p {
    font-weight: 400;
    font-size: 16px
}

.checklist.style7 li:not(:last-child) {
    margin-bottom: 30px
}

.checklist.style7 li>i {
    font-size: 14px;
    border-radius: 50%;
    color: var(--white-color);
    background: #70D715;
    padding: 8px;
    margin-top: 1px
}

@media (max-width: 767px) {
    .checklist.style7:not(:last-child) {
        margin-bottom: 30px
    }
}

.checklist.style8 li {
    font-family: var(--title-font);
    font-weight: 500;
    color: var(--black-color)
}

.checklist.style8 li i {
    font-size: 16px
}

.checklist.style9 li {
    gap: 15px;
    font-family: var(--body-font);
    font-weight: 500;
    font-size: 18px
}

@media (max-width: 1299px) {
    .checklist.style9 li {
        font-size: 16px
    }
}

.checklist.style9 li:not(:last-child) {
    margin-bottom: 30px
}

.checklist.style9 li i {
    font-size: 30px
}

.checklist.style13 li {
    font-size: 16px;
    font-weight: 600
}

@media (max-width: 1299px) {
    .checklist.style13 li {
        font-size: 16px
    }
}

.checklist.style13 li:not(:last-child) {
    margin-bottom: 35px
}

.checklist.list-two-column ul {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 0 30px
}

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

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

@media (max-width: 575px) {
    .rounded {
        border-radius: 15px !important
    }
}

.appointment-area {
    position: relative;
    background-color: var(--title-color);
    max-width: 1720px;
    display: block;
    margin: auto;
    border-radius: 50px;
    z-index: 2;
    overflow: hidden
}

.appointment-tabs.nav-tabs {
    border-bottom: none;
    display: grid;
    grid-template-columns: auto auto auto auto;
    gap: 24px
}

@media (max-width: 1299px) {
    .appointment-tabs.nav-tabs {
        grid-template-columns: auto auto auto
    }
}

@media (max-width: 991px) {
    .appointment-tabs.nav-tabs {
        grid-template-columns: auto auto
    }
}

@media (max-width: 767px) {
    .appointment-tabs.nav-tabs {
        grid-template-columns: auto
    }
}

.appointment-tabs.nav-tabs .nav-item.show .nav-link,
.appointment-tabs.nav-tabs .nav-link.active {
    color: var(--white-color);
    border-color: rgba(126, 158, 126, 0.2)
}

.appointment-tabs.nav-tabs .nav-link:focus,
.appointment-tabs.nav-tabs .nav-link:hover {
    border-color: rgba(126, 158, 126, 0.2)
}

.appointment-tabs .nav-link {
    position: relative;
    padding: 20px 40px;
    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: 22px;
    border: none;
    background: rgba(255, 255, 255, 0.06);
    border: 1px solid rgba(126, 158, 126, 0.2);
    border-radius: 50px;
    z-index: 2;
    -webkit-transition: all 1.3s ease-in-out;
    transition: all 1.3s ease-in-out
}

.appointment-tabs .nav-link .box-title {
    font-size: 22px;
    font-family: var(--title-font);
    font-weight: 500;
    color: var(--white-color);
    text-align: left
}

@media (max-width: 1399px) {
    .appointment-tabs .nav-link .box-title {
        font-size: 20px
    }
}

.appointment-tabs .nav-link span {
    display: block;
    font-weight: 400;
    font-size: 14px;
    line-height: 24px;
    color: #7E9E7E;
    margin-top: 5px
}

@media (max-width: 767px) {
    .appointment-tabs .nav-link {
        font-size: 20px
    }
}

@media (max-width: 375px) {
    .appointment-tabs .nav-link {
        font-size: 18px
    }
}

.accordion-card {
    -webkit-transition: 0.4s ease-in-out;
    transition: 0.4s ease-in-out;
    background-color: transparent;
    border: 1px solid #5C6574;
    border-radius: 30px;
    overflow: hidden
}

.accordion-card:not(:last-child) {
    margin-bottom: 24px
}

.accordion-card .accordion-button {
    font-size: 18px;
    font-weight: 500;
    font-family: var(--title-font);
    border: 0;
    color: var(--title-color);
    background-color: transparent;
    padding: 12px 45px 12px 30px;
    min-height: 60px;
    gap: 10px;
    margin-bottom: 0;
    text-align: left;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    position: relative
}

.accordion-card .accordion-button:after {
    content: "\f107";
    height: 100%;
    width: auto;
    line-height: 1;
    background-color: transparent;
    font-family: var(--icon-font);
    color: var(--title-color);
    font-weight: 700;
    font-size: 1em;
    display: grid;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
    position: absolute;
    top: 0;
    right: 30px;
    -webkit-clip-path: polygon(20px 0%, 100% 0, 100% 100%, 0% 100%);
    clip-path: polygon(20px 0%, 100% 0, 100% 100%, 0% 100%);
    padding-left: 10px;
    -webkit-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out
}

.accordion-card .accordion-button:focus {
    outline: none;
    box-shadow: none
}

.accordion-card .accordion-button:not(.collapsed) {
    box-shadow: none;
    border-radius: 0
}

.accordion-card .accordion-button:not(.collapsed):after {
    content: '\f106';
    -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;
    border-top: 1px solid #797E88;
    margin: 0px 30px 30px 30px;
    padding: 15px 0 0 0
}

.accordion-card .faq-text {
    line-height: 26px;
    margin-top: -0.4rem;
    margin-bottom: -0.48em
}

.accordion-card .faq-img {
    position: relative;
    height: 100%;
    z-index: 2
}

.accordion-card .faq-img img {
    height: 100%;
    object-fit: cover
}

.accordion-card.style2 {
    border: none;
    border-radius: 0;
    max-width: 480px;
    display: block;
    margin-left: auto
}

@media (max-width: 1199px) {
    .accordion-card.style2 {
        max-width: 90%
    }
}

@media (max-width: 375px) {
    .accordion-card.style2 {
        max-width: 85%
    }
}

.accordion-card.style2:not(:last-child) {
    margin-bottom: 0px
}

.accordion-card.style2 .accordion-button {
    background-color: transparent;
    box-shadow: none;
    padding: 20px 45px 20px 30px;
    width: 100%;
    min-height: auto;
    border-left: 1px solid var(--title-color)
}

.accordion-card.style2 .accordion-button:after {
    content: "\f062";
    color: var(--title-color)
}

.accordion-card.style2 .accordion-button:not(.collapsed) {
    background-color: var(--white-color);
    border-bottom: none;
    border-right: 1px solid var(--title-color)
}

.accordion-card.style2 .accordion-button:not(.collapsed):after {
    content: '\f063';
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0)
}

.accordion-card.style2 .accordion-body {
    border-left: 1px solid var(--title-color);
    padding: 30px 30px 30px 30px;
    margin: 0
}

.accordion-card.style2 .accordion-collapse .accordion-body {
    background-color: var(--white-color);
    border-right: 1px solid var(--title-color)
}

.accordion-card.style3 {
    border-radius: 20px;
    box-shadow: 0px 5px 15px rgba(42, 77, 113, 0.04)
}

.accordion-card.style3.style1:not(:last-child) {
    margin-bottom: 24px
}

.accordion-card.style3:not(:last-child) {
    margin-bottom: 30px
}

.accordion-card.style3 .accordion-button {
    background-color: var(--white-color);
    box-shadow: none
}

.accordion-card.style3 .accordion-button:not(.collapsed) {
    color: var(--title-color);
    background-color: var(--white-color);
    box-shadow: none
}

.accordion-card.style3 .accordion-button:not(.collapsed):after {
    color: var(--theme-color)
}

.accordion-card.style3 .accordion-body {
    background-color: var(--white-color);
    padding: 0 30px 30px 30px
}

.accordion-card.style4 {
    border-radius: 20px
}

.accordion-card.style4:not(:last-child) {
    margin-bottom: 30px
}

.accordion-card.style4 .accordion-button {
    background-color: transparent;
    box-shadow: none
}

.accordion-card.style4 .accordion-button:not(.collapsed) {
    color: var(--title-color);
    background-color: transparent;
    box-shadow: none
}

.accordion-card.style4 .accordion-button:not(.collapsed):after {
    color: var(--theme-color)
}

.accordion-card.style4 .accordion-body {
    background-color: transparent;
    padding: 0 30px 30px 30px
}

.accordion-card.style5 .accordion-button {
    min-height: 55px;
    font-weight: 500
}

.accordion-card.style5 .accordion-button:after {
    content: "\f107"
}

.accordion-card.style5 .accordion-button:not(.collapsed):after {
    content: '\f106'
}

.accordion-card.style5 .accordion-body {
    padding: 20px 30px 30px 30px
}

.accordion-card.style6 {
    background-color: transparent;
    box-shadow: none;
    overflow: visible
}

.accordion-card.style6:first-child .accordion-button:before {
    background-color: transparent
}

.accordion-card.style6:last-child .accordion-button:before {
    background-color: transparent
}

.accordion-card.style6 .accordion-button {
    background-color: transparent;
    padding: 0;
    color: var(--white-color);
    min-height: auto;
    text-transform: uppercase;
    font-weight: 500;
    padding-left: 45px;
    margin-top: -0.2rem
}

.accordion-card.style6 .accordion-button:before {
    content: "";
    position: absolute;
    bottom: 11px;
    left: -34px;
    width: 50px;
    height: 1px;
    background-color: var(--theme-color)
}

@media (max-width: 375px) {
    .accordion-card.style6 .accordion-button:before {
        display: none
    }
}

.accordion-card.style6 .accordion-button:after {
    color: var(--white-color);
    left: 0px;
    top: 5px;
    right: unset;
    width: 20px;
    height: 20px;
    font-size: 14px;
    line-height: 20px;
    background-color: var(--theme-color);
    border-radius: 50%;
    -webkit-clip-path: none;
    clip-path: none;
    background-image: none;
    padding: 0;
    font-weight: 400
}

.accordion-card.style6 .accordion-header {
    margin-bottom: 6px
}

.accordion-card.style6 .accordion-body {
    background-color: transparent;
    padding: 0 0 0 45px
}

.accordion-card.style7 {
    box-shadow: none;
    border: 1px solid #E3E7F0;
    border-radius: 10px;
    box-shadow: none
}

.accordion-card.style7:not(:last-child) {
    margin-bottom: 24px
}

.accordion-card.style7 .accordion-button {
    background-color: #FBFCFF;
    box-shadow: none;
    font-weight: 500
}

.accordion-card.style7 .accordion-button:not(.collapsed) {
    color: var(--white-color);
    border-bottom: none;
    background-color: var(--theme-color)
}

.accordion-wrapp {
    position: relative;
    border-bottom: 1px solid var(--title-color)
}

.accordion-wrapp .number {
    position: absolute;
    left: 20px;
    top: 15px;
    font-family: var(--title-font);
    font-weight: 700;
    font-size: 24px;
    line-height: 34px;
    color: #121212
}

@media (max-width: 480px) {
    .accordion-wrapp .number {
        left: 0
    }
}

.accordion-area.style2 {
    margin-left: 70px;
    border-top: 1px solid var(--title-color)
}

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

.faq-area {
    position: relative;
    z-index: 2
}

@media (max-width: 1500px) {
    .faq-area {
        margin: 0
    }
}

.faq-area:before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    width: 880px;
    height: 100%;
    background-color: var(--theme-color);
    z-index: -1
}

@media (max-width: 1799px) {
    .faq-area:before {
        width: 50%
    }
}

@media (max-width: 1199px) {
    .faq-area:before {
        top: unset;
        bottom: -40px;
        width: 100%;
        height: 50%
    }
}

@media (max-width: 991px) {
    .faq-area:before {
        bottom: 0;
        height: 40%
    }
}

@media (max-width: 767px) {
    .faq-area:before {
        height: 35%
    }
}

@media (max-width: 480px) {
    .faq-area:before {
        height: 28%
    }
}

@media (max-width: 375px) {
    .faq-area:before {
        height: 25%
    }
}

@media (max-width: 340px) {
    .faq-area:before {
        height: 22%
    }
}

.faq-wrapp {
    position: relative;
    z-index: 2
}

.faq-wrapp .faq-shape {
    position: absolute;
    top: -20%;
    left: 10%;
    width: 100%;
    height: 100%;
    z-index: -1
}

@media (max-width: 1199px) {
    .faq-wrapp .faq-shape {
        top: -10%
    }
}

.faq-img {
    text-align: center;
    position: relative;
    display: inline-block;
    z-index: 2
}

.faq-img img {
    width: 100%;
    min-width: 880px
}

@media (max-width: 1799px) {
    .faq-img img {
        min-width: 100%
    }
}

@media (max-width: 575px) {
    .accordion-card .accordion-button {
        font-size: 16px
    }
}

.faq-widget {
    background-color: var(--smoke-color);
    padding: 40px;
    margin-bottom: 40px;
    border-radius: 5px;
    text-align: center
}

.faq-widget .title {
    margin-top: -0.23em
}

.faq-form-wrap {
    margin-top: 70px
}

.faq-form-wrap .form-text {
    max-width: 500px;
    margin-bottom: 25px
}

@media (max-width: 991px) {
    .faq-form-wrap {
        margin-top: 45px
    }
}

@media (max-width: 375px) {
    .faq-widget {
        padding: 40px 20px
    }
}

.faq-img4 {
    position: relative;
    z-index: 2;
    width: 634px;
    height: 724.57px
}

@media (max-width: 991px) {
    .faq-img4 {
        margin-bottom: 50px
    }
}

.faq-img4 .img1 {
    position: absolute;
    top: 0px;
    right: 0;
    width: 317px;
    height: 362.286px;
    border-radius: 1000px 1000px 0px 0px
}

@media (max-width: 1299px) {
    .faq-img4 .img1 {
        right: 30px
    }
}

@media (max-width: 767px) {
    .faq-img4 .img1 {
        right: 60px
    }
}

@media (max-width: 575px) {
    .faq-img4 .img1 {
        right: unset;
        left: 0
    }
}

.faq-img4 .img1 img {
    border-radius: 1000px 1000px 0px 0px
}

.faq-img4 .img2 {
    position: absolute;
    bottom: 0px;
    left: 0;
    width: 317px;
    height: 362.286px;
    border-radius: 0 0 1000px 1000px
}

.faq-img4 .img2 img {
    border-radius: 0 0 1000px 1000px
}

.faq-img4 .faq-client-box {
    position: absolute;
    left: 20%;
    top: 40%;
    padding: 20px 30px;
    border-radius: 100px;
    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: 14px;
    background-color: var(--white-color);
    text-decoration: underline;
    box-shadow: 0px 15px 38px 0px rgba(0, 0, 0, 0.06);
    z-index: 3;
    -webkit-transform: translate(-50% -50%);
    -ms-transform: translate(-50% -50%);
    transform: translate(-50% -50%)
}

@media (max-width: 575px) {
    .faq-img4 .faq-client-box {
        left: 0
    }
}

@media (max-width: 375px) {
    .faq-img4 .faq-client-box {
        display: block;
        text-align: center;
        padding: 10px 40px
    }
}

.faq-img4 .faq-client-box .cilent-box_title {
    min-width: 170px;
    font-size: 18px;
    font-weight: 600;
    color: var(--title-color)
}

.faq-img4 .faq-client-box .client-thumb-group {
    min-width: 112px
}

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

.faq-img4 .faq-client-box .client-thumb-group .thumb:not(:first-child) {
    margin-left: -35px
}

.faq-img4 .faq-shape {
    position: absolute;
    left: 20%;
    top: 20%;
    width: 372px;
    height: 372px;
    background-color: rgba(50, 86, 217, 0.07);
    border-radius: 50%;
    z-index: 2;
    -webkit-transform: translate(-50% -50%);
    -ms-transform: translate(-50% -50%);
    transform: translate(-50% -50%)
}

.faq-img4 .faq-shape:after,
.faq-img4 .faq-shape:before {
    content: "";
    position: absolute;
    inset: 0;
    background-color: rgba(50, 86, 217, 0.15);
    z-index: -2;
    border-radius: 50%;
    -webkit-transition: all ease 0.4s;
    transition: all ease 0.4s
}

.faq-img4 .faq-shape:after {
    -webkit-animation-delay: 2s;
    animation-delay: 2s
}

.faq-img5 {
    position: relative
}

@media (max-width: 1199px) {
    .faq-img5 {
        margin-bottom: 300px
    }
}

@media (max-width: 575px) {
    .faq-img5 {
        margin-bottom: 250px
    }
}

@media (max-width: 480px) {
    .faq-img5 {
        margin-bottom: 200px
    }
}

@media (max-width: 480px) {
    .faq-img5 {
        margin-bottom: 50px
    }
}

.faq-img5 img {
    box-shadow: 10px 10px 50px 10px rgba(0, 31, 96, 0.2)
}

.faq-img5 .img2 {
    position: absolute;
    right: 30px;
    bottom: -28%
}

@media (max-width: 767px) {
    .faq-img5 .img2 {
        display: none
    }
}

.faq-img5 .img3 {
    position: absolute;
    left: -10%;
    bottom: -42%
}

@media (max-width: 480px) {
    .faq-img5 .img3 {
        display: none
    }
}

.faq-img5 .faq-shape5 {
    position: absolute;
    bottom: -48%;
    right: 1%;
    width: 610px;
    height: 367px;
    border-radius: 20px;
    border: 2px solid var(--theme-color);
    z-index: -1
}

@media (max-width: 480px) {
    .faq-img5 .faq-shape5 {
        display: none
    }
}

.faq-img6 {
    position: relative;
    width: 100%;
    height: 100%;
    object-fit: cover;
    -webkit-clip-path: polygon(42% 0%, 100% 0, 100% 100%, 0% 100%);
    clip-path: polygon(42% 0%, 100% 0, 100% 100%, 0% 100%);
    z-index: 3
}

@media (max-width: 1199px) {
    .faq-img6 {
        display: none
    }
}

.faq-img7 {
    position: relative
}

@media (max-width: 1199px) {
    .faq-img7 {
        margin-bottom: 100px
    }
}

.faq-img7 .img1 {
    border: 1px solid var(--theme-color);
    padding: 25px;
    padding-bottom: 70px;
    border-radius: 20px
}

@media (max-width: 375px) {
    .faq-img7 .img1 {
        padding-bottom: 25px
    }
}

.faq-img7 .img2 {
    position: absolute;
    left: 5%;
    bottom: -15%
}

@media (max-width: 375px) {
    .faq-img7 .img2 {
        display: none
    }
}

.faq-img7 .img2 img {
    box-shadow: 10px 10px 50px 10px rgba(0, 31, 96, 0.2);
    border-radius: 10px
}

.faq-img7 .img3 {
    position: absolute;
    right: 20%;
    bottom: -5%
}

@media (max-width: 375px) {
    .faq-img7 .img3 {
        display: none
    }
}

.faq-img7 .img3 img {
    box-shadow: 10px 10px 50px 10px rgba(0, 31, 96, 0.2);
    border-radius: 10px
}

.accordion-card.style2.th-radius1 {
    border-radius: 10px
}

.faq-img8 {
    position: relative;
    text-align: right;
    z-index: 3
}

@media (max-width: 1199px) {
    .faq-img8 {
        text-align: center;
        margin-top: 50px
    }
}

@media (max-width: 1199px) {
    .faq-img8 .img1 {
        padding: 20px 0
    }
}

.faq-img8 img {
    border-radius: 20px
}

.faq-img8 .img2 {
    position: absolute;
    bottom: -135px;
    left: 60px
}

@media (max-width: 1199px) {
    .faq-img8 .img2 {
        bottom: 0
    }
}

.faq-img8 .img2 img {
    border-radius: 20px;
    box-shadow: 10px 10px 50px 10px rgba(0, 31, 96, 0.2)
}

.faq-img8 .faq8-shape {
    position: absolute;
    bottom: -135px;
    right: -50px;
    width: 610px;
    height: 367px;
    border: 2px solid #3E66F3;
    border-radius: 20px;
    z-index: -1
}

@media (max-width: 1500px) {
    .faq-img8 .faq8-shape {
        right: 0
    }
}

@media (max-width: 1299px) {
    .faq-img8 .faq8-shape {
        width: 100%
    }
}

@media (max-width: 1199px) {
    .faq-img8 .faq8-shape {
        height: 100%;
        bottom: 0
    }
}

@media (max-width: 767px) {
    .faq-img8 .faq8-shape {
        border: none
    }
}

.faq-area10 {
    background-color: #EFF1F9
}

.accordion-card.style11 .accordion-button {
    color: var(--title-color);
    background-color: #EFF1F9;
    border-radius: 10px;
    font-weight: 500
}

.accordion-card.style11 .accordion-button:after {
    content: "\f107"
}

.accordion-card.style11 .accordion-button:not(.collapsed) {
    background: -webkit-linear-gradient(top, var(--theme-color) 0%, var(--theme-color2) 100%);
    background: linear-gradient(180deg, var(--theme-color) 0%, var(--theme-color2) 100%);
    border-radius: 10px 10px 0px 0px;
    color: var(--white-color);
    box-shadow: none
}

.accordion-card.style11 .accordion-button:not(.collapsed):after {
    content: '\f106'
}

.accordion-card.style11 .accordion-body {
    border-radius: 0;
    background-color: #EFF1F9;
    border: none;
    padding: 23px 30px 30px 30px;
    box-shadow: 0px 22px 38px 0px rgba(48, 59, 85, 0.1)
}

@media (max-width: 1199px) {
    .faq-image {
        text-align: center
    }
}

.accordion-card.style12 {
    border-radius: 10px;
    border: 1px solid rgba(255, 255, 255, 0.2);
    background: #16181D;
    box-shadow: 0px 22px 38px 0px rgba(48, 59, 85, 0.1)
}

.accordion-card.style12 .accordion-button {
    border-radius: 10px;
    background: #16181D;
    color: var(--white-color);
    font-size: 20px;
    font-weight: 500
}

.accordion-card.style12 .accordion-button:after {
    content: "\f107";
    color: var(--theme-color);
    font-size: 14px
}

.accordion-card.style12 .accordion-button:not(.collapsed) {
    background: -webkit-linear-gradient(top, var(--theme-color) 0%, var(--theme-color2) 100%);
    background: linear-gradient(180deg, var(--theme-color) 0%, var(--theme-color2) 100%);
    border-radius: 10px 10px 0px 0px;
    color: var(--white-color);
    box-shadow: none
}

.accordion-card.style12 .accordion-button:not(.collapsed):after {
    content: '\f106'
}

.accordion-card.style12 .accordion-body {
    border-radius: 0;
    background-color: #16181D;
    border: none;
    padding: 23px 30px 30px 30px;
    box-shadow: 0px 22px 38px 0px rgba(48, 59, 85, 0.1)
}

.client-box.style3 .client-wrapp {
    display: block;
    padding-left: 50px;
    text-align: center
}

@media (max-width: 480px) {
    .client-box.style3 .client-wrapp {
        padding-left: 0
    }
}

.client-box.style3 .ratting-title {
    display: block;
    color: var(--title-color);
    font-weight: 500;
    margin-bottom: 5px
}

@media (max-width: 375px) {
    .client-box.style3 .ratting-title {
        text-align: center
    }
}

.client-box.style3 .box-title {
    color: var(--theme-color);
    font-size: 14px;
    font-weight: 400
}

.cta-area {
    position: relative;
    background-color: var(--white-color);
    box-shadow: 0px -7px 100px rgba(102, 102, 102, 0.12);
    border-radius: 50px;
    z-index: 3
}

@media (max-width: 767px) {
    .cta-area {
        padding: 80px 40px
    }
}

@media (max-width: 375px) {
    .cta-area {
        padding: 80px 20px
    }
}

.cta-title {
    font-weight: 700;
    font-size: 48px;
    line-height: 58px;
    text-transform: capitalize;
    color: #121212
}

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

.cta-text {
    max-width: 490px;
    display: block;
    margin: auto auto 40px auto
}

.cta-text2 {
    max-width: 670px;
    font-size: 18px;
    font-weight: 300;
    font-family: var(--title-font);
    display: block;
    margin: auto auto 30px auto
}

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

@media (max-width: 767px) {
    .newsletter-form .th-btn {
        position: relative;
        right: 0;
        top: 10px;
        width: 100%;
        display: block
    }
}

.cta-area2 {
    position: relative;
    max-width: 1760px;
    display: block;
    margin: auto;
    background: #121212;
    border-radius: 0px 0px 50px 50px;
    z-index: 3
}

.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.png");
    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(--white-color);
    box-shadow: 0px 10px 30px rgba(72, 72, 72, 0.2);
    border-radius: 30px;
    padding: 23px;
    text-align: center;
    display: inline-block;
    max-width: 168px;
    position: absolute;
    left: -50px;
    bottom: 30px
}

@media (max-width: 575px) {
    .th-experience {
        left: 0;
        bottom: 0
    }
}

.th-experience .experience-year {
    font-size: 36px;
    line-height: 36px;
    margin-bottom: 0;
    color: var(--theme-color)
}

.th-experience .experience-text {
    font-weight: 500;
    margin-bottom: -0.3rem
}

.download-area {
    background-color: #0A0A0A
}

.download-btn {
    gap: 24px
}

.service-accordion {
    border-top: 1px solid #12121226;
    border-bottom: 1px solid #12121226;
}

@media (max-width: 1199px) {
    .service-accordion {
        border-bottom: none
    }
}

.service-wrapp {
    padding-top: 40px
}

#tabs-content {
    overflow: hidden;
    padding: 40px;
    border-left: 1px solid var(--title-color)
}

@media (max-width: 1199px) {
    #tabs-content {
        border-left: none;
        padding: 0px 0px 0px 0
    }
}

.according-img-tab {
    height: 535px;
    height: 0;
    opacity: 0;
    overflow: hidden
}

.according-img-tab img {
    width: 100%;
    height: 100%;
    object-fit: cover
}

.th-btn.ser-btn {
    width: 137px;
    height: 137px;
    background-color: transparent;
    border: 1px solid var(--title-color);
    color: var(--title-color);
    border-radius: 50%;
    padding: 18px 10px;
    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-btn.ser-btn span {
    margin-top: 5px;
    display: block
}

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

.th-btn.ser-btn:hover:before {
    top: 0px
}

.th-btn.ser-btn.style2 {
    background-color: transparent;
    color: var(--theme-color);
    border: 1px solid var(--theme-color);
    width: 150px;
    height: 150px;
    box-shadow: none
}

.th-btn.ser-btn.style2:hover {
    color: var(--title-color);
    border-color: var(--theme-color)
}

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

.th-btn.ser-btn.style3 {
    width: 152px;
    height: 152px
}

.th-btn.ser-btn.style3:before,
.th-btn.ser-btn.style3:after {
    background-color: var(--title-color)
}

.th-btn.ser-btn.style4 {
    width: 120px;
    height: 120px;
    border: 1px solid #D8DDE1;
    color: #797E88
}

.th-btn.ser-btn.style4:before,
.th-btn.ser-btn.style4:after {
    background-color: var(--title-color)
}

.th-btn.ser-btn.style5 {
    width: 152px;
    height: 152px;
    border: 1px solid #D8DDE1;
    color: #797E88
}

.th-btn.ser-btn.style5:before,
.th-btn.ser-btn.style5:after {
    background-color: var(--title-color)
}

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

.accordion-item2 {
    border-bottom: 1px solid #D8DDE1;
    padding-bottom: 20px;
    margin-bottom: 20px;
    max-width: 410px
}

@media (max-width: 991px) {
    .accordion-item2 {
        max-width: 100%
    }
}

.accordion-item2 .box-title {
    font-size: 36px;
    margin: 0;
    position: relative;
    z-index: 2;
    padding-left: 60px;
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out
}

@media (max-width: 1299px) {
    .accordion-item2 .box-title {
        font-size: 24px
    }
}

.accordion-item2 .box-title:before {
    content: "";
    position: absolute;
    top: 5px;
    left: 0;
    width: 39px;
    height: 39px;
    background-image: url("../img/icon/ser-shape.png");
    background-repeat: no-repeat;
    background-size: 100% 100%;
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out
}

.accordion-item2 .box-title:hover,
.accordion-item2 .box-title.active {
    color: var(--theme-color)
}

.accordion-item2 .box-title:hover:before,
.accordion-item2 .box-title.active:before {
    background-image: url("../img/icon/ser-shape2.png")
}

.accordion-item2-wrapper .accordion-item-wrapp {
    padding-right: 80px;
    margin-right: 50px;
    border-right: 1px solid #D8DDE1
}

@media (max-width: 1399px) {
    .accordion-item2-wrapper .accordion-item-wrapp {
        padding-right: 40px;
        margin-right: 40px
    }
}

@media (max-width: 1199px) {
    .accordion-item2-wrapper .accordion-item-wrapp {
        border-right: none;
        margin: 0;
        padding: 0px 0px 0px 0
    }
}

#tabs-content2 {
    position: relative
}

.service-featured {
    position: relative;
    text-align: center
}

.service-featured.style2 {
    background: var(--white-color);
    box-shadow: 0px 4px 50px #EFEFEF;
    border-radius: 30px;
    padding: 30px 25px;
    margin-top: 50px
}

@media (max-width: 375px) {
    .service-featured.style2 {
        padding: 30px 20px
    }
}

.service-featured.style2 .box-icon {
    position: absolute;
    top: -50px;
    left: calc(50% - 50px);
    background-color: var(--white-color);
    box-shadow: 0px 10px 30px 6px rgba(20, 18, 46, 0.1);
    margin: auto
}

.service-featured.style2 .box-title {
    margin: 45px 0 15px 0
}

.service-featured.style2 .box-text {
    margin-bottom: 15px
}

.service-featured.style2 .th-btn:after {
    background-color: #EBEEFF
}

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

.service-featured.style2:hover .th-btn:after {
    background-color: var(--theme-color)
}

.service-featured.style3 {
    background-color: var(--white-color);
    box-shadow: 0px 4px 50px #EFEFEF;
    border-radius: 30px;
    padding: 40px 40px 30px 40px
}

@media (max-width: 1399px) {
    .service-featured.style3 {
        padding: 30px
    }
}

.service-featured.style3 .box-img {
    margin-bottom: 40px
}

.service-featured.style3 .box-text {
    margin-bottom: 20px
}

.service-featured.style3 .th-btn:after {
    background-color: #EBEEFF
}

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

.service-featured.style3:hover .th-btn:after {
    background-color: var(--theme-color)
}

.service-featured_wrapp:not(:last-child) .box-shape {
    position: absolute;
    top: 50%;
    left: 100%;
    z-index: 2;
    width: 228px;
    height: 2px;
    display: block
}

@media (max-width: 1199px) {
    .service-featured_wrapp:not(:last-child) .box-shape {
        display: none
    }
}

.service-featured_wrapp:not(:last-child) .box-shape:before {
    content: "";
    position: absolute;
    left: 0%;
    top: 30%;
    width: 228px;
    border: 2px solid;
    border-image-slice: 1;
    border-width: 2px;
    border-left: 0;
    border-right: 0;
    border-bottom: 0;
    border-image-source: linear-gradient(to right, var(--theme-color), rgba(70, 98, 255, 0));
    z-index: 1
}

.service-featured_wrapp:not(:last-child) .box-shape:after {
    content: "";
    position: absolute;
    top: 50%;
    left: 4%;
    width: 228px;
    height: 2px;
    background-color: var(--smoke-color);
    z-index: -1
}

.service-featured .box-icon {
    position: relative;
    width: 100px;
    height: 100px;
    line-height: 100px;
    text-align: center;
    display: block;
    border-radius: 50%;
    background: var(--theme-color);
    margin: auto auto 40px auto;
    z-index: 2
}

.service-featured .box-icon img {
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease
}

.service-featured .box-text {
    margin-bottom: 12px
}

.service-featured .th-btn {
    position: relative;
    background-color: transparent;
    color: var(--title-color);
    padding: 13px 21.5px;
    z-index: 2;
    font-weight: 500;
    font-size: 14px
}

.service-featured .th-btn:before {
    display: none
}

.service-featured .th-btn:after {
    content: "";
    position: absolute;
    left: 34%;
    top: 0%;
    width: 40px;
    height: 40px;
    background-color: var(--theme-color);
    border-radius: 20px;
    z-index: -1;
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out
}

.service-featured .th-btn i {
    font-size: 14px;
    margin-left: 5px
}

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

.service-featured:hover .th-btn:after {
    width: 100%;
    left: 0
}

.service-card {
    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;
    background: transparent;
    box-shadow: none;
    border-radius: 0px;
    padding: 33px 40px;
    border-bottom: 1px solid var(--title-color);
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out
}

@media (max-width: 991px) {
    .service-card {
        padding: 25px 0px
    }
}

@media (max-width: 767px) {
    .service-card {
        display: block;
        padding: 25px 15px
    }
}

.service-card:first-child {
    border-top: 1px solid var(--title-color)
}

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

@media (max-width: 767px) {
    .service-card .service-wrapp {
        margin-bottom: 20px
    }
}

@media (max-width: 375px) {
    .service-card .service-wrapp {
        display: block;
        text-align: center
    }
}

.service-card .box-icon {
    min-width: 60px;
    height: 60px;
    line-height: 60px;
    background-color: var(--title-color);
    border-radius: 20px;
    text-align: center
}

@media (max-width: 375px) {
    .service-card .box-icon {
        max-width: 60px;
        display: block;
        text-align: center;
        margin: auto auto 20px auto
    }
}

.service-card .box-title {
    max-width: 280px;
    margin-bottom: 0
}

@media (max-width: 575px) {
    .service-card .box-title {
        max-width: 100%
    }
}

.service-card .service-content {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    gap: 80px
}

@media (max-width: 1199px) {
    .service-card .service-content {
        gap: 30px
    }
}

@media (max-width: 375px) {
    .service-card .service-content {
        display: block;
        text-align: center
    }
}

.service-card .box-text {
    max-width: 494px;
    margin-bottom: -0.3rem
}

@media (max-width: 375px) {
    .service-card .box-text {
        margin-bottom: 20px
    }
}

.service-card .icon-btn {
    min-width: 56px
}

.service-card:hover {
    background: #FFFFFF;
    box-shadow: 0px 6px 25px rgba(102, 102, 102, 0.15);
    border-radius: 20px;
    border: none
}

.service-card:hover:first-child {
    border-top: none
}

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

.service-grid {
    position: relative;
    background-color: #FFFFFF;
    border: 1px solid #797E88;
    border-radius: 30px;
    padding: 40px;
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
    z-index: 2;
    overflow: hidden
}

@media (max-width: 375px) {
    .service-grid {
        padding: 30px
    }
}

@media (max-width: 991px) {
    .service-grid:not(:last-child) {
        margin-bottom: 30px
    }
}

.service-grid .box-title {
    margin-top: 35px
}

@media (max-width: 375px) {
    .service-grid .box-title {
        margin-top: 0
    }
}

.service-grid .box-icon {
    height: 0;
    opacity: 0;
    visibility: hidden
}

.service-grid .box-text {
    margin-bottom: -0.3rem
}

.service-grid:nth-child(3) {
    height: 250px
}

.service-grid:nth-child(4) {
    height: 250px
}

.service-grid:hover {
    background-color: var(--title-color);
    margin-top: -80px
}

@media (max-width: 991px) {
    .service-grid:hover {
        margin-top: 0
    }
}

.service-grid:hover:nth-child(even) {
    margin-top: -80px
}

@media (max-width: 991px) {
    .service-grid:hover:nth-child(even) {
        margin-top: 0
    }
}

.service-grid:hover:nth-child(3) {
    margin-top: 0px;
    height: 100%
}

@media (max-width: 991px) {
    .service-grid:hover:nth-child(3) {
        margin-top: 0
    }
}

.service-grid:hover:nth-child(4) {
    margin-top: 0px;
    height: 100%
}

.service-grid:hover .box-title {
    color: var(--white-color)
}

.service-grid:hover .box-icon {
    height: 120px;
    opacity: 1;
    visibility: visible
}

.service-grid:hover .box-text {
    color: #D8DDE1
}

.service-grid:hover .ser-shape {
    right: 0;
    opacity: 1;
    visibility: visible
}

.service-grid .ser-shape {
    position: absolute;
    top: 30px;
    right: -40px;
    opacity: 0;
    overflow: hidden;
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out
}

@media (max-width: 575px) {
    .service-grid .ser-shape {
        right: 0
    }
}

.service-grid_wrapp {
    position: relative;
    display: grid;
    grid-template-columns: auto auto;
    gap: 30px
}

@media (max-width: 991px) {
    .service-grid_wrapp {
        display: block
    }
}

.page-img {
    border-radius: 30px;
    overflow: hidden
}

.page-img img {
    border-radius: 30px
}

.service-process {
    background-color: var(--white-color);
    padding: 0 20px 20px 20px;
    border: 1px solid #797E88;
    border-radius: 20px;
    position: relative;
    z-index: 2;
    margin-top: 28px
}

.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 {
    width: 56px;
    height: 56px;
    line-height: 56px;
    border-radius: 50%;
    text-align: center;
    background: #121212;
    margin: -28px 0 20px 0
}

.service-process_title {
    font-family: var(--title-font);
    font-size: 18px;
    line-height: 34px;
    font-weight: 500;
    text-transform: capitalize;
    margin-bottom: 0px
}

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

.service-process_text {
    line-height: 26px;
    margin-bottom: -0.3rem
}

.service-accordion-content {
    padding-top: 20px
}

@media (max-width: 991px) {
    .service-accordion-content {
        margin-left: 0;
        padding: 0;
        border: none
    }
}

.service-accordion-content:not(:last-child) {
    margin-bottom: 24px
}

.accordion-item {
    -webkit-transition: 0.4s ease-in-out;
    transition: 0.4s ease-in-out;
    background: transparent;
    overflow: hidden
}

@media (max-width: 767px) {
    .accordion-item {
        min-width: 100%
    }
}

.accordion-item_info {
    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
}

.accordion-item_wrapp {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    gap: 40px
}

@media (max-width: 575px) {
    .accordion-item_wrapp {
        display: block
    }
}

.accordion-item_number {
    border: 1px solid var(--gray-color);
    width: 69px;
    height: 32px;
    padding: 2px 24.5px;
    border-radius: 30px;
    font-size: 16px;
    font-weight: 600;
    line-height: 27px;
    color: var(--gray-color)
}

.accordion-item_content {
    color: #fff;
    padding: 0 30px 0px 110px;
    max-height: 0;
    overflow: hidden;
    will-change: max-height;
    -webkit-transition: all 1s ease;
    transition: all 1s ease;
    opacity: 0
}

@media (max-width: 575px) {
    .accordion-item_content {
        padding: 0 30px 0px 0px
    }
}

.accordion-item .box-title {
    margin-bottom: -0.3rem
}

@media (max-width: 1199px) {
    .accordion-item .box-title {
        font-size: 20px
    }
}

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

.accordion-item .icon {
    background-color: var(--white-color);
    color: #7A8392;
    width: 34px;
    height: 34px;
    line-height: 34px;
    color: var(--title-color);
    display: block;
    text-align: center;
    font-size: 20px;
    font-weight: 400
}

.accordion-item .icon i {
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
    -webkit-transition: all 1s ease;
    transition: all 1s ease
}

.accordion-item .accordion-button {
    font-size: 24px;
    line-height: 24px;
    font-weight: 700;
    font-family: var(--title-font);
    border: 0;
    color: var(--title-color);
    background: transparent;
    padding: 21.5px 30px;
    gap: 10px;
    margin-bottom: 0;
    text-align: left;
    display: block;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    position: relative;
    border-radius: 0 !important
}

@media (max-width: 1299px) {
    .accordion-item .accordion-button {
        padding: 21.5px 20px
    }
}

@media (max-width: 575px) {
    .accordion-item .accordion-button {
        padding: 20px 15px
    }
}

.accordion-item .accordion-button:after {
    display: none
}

.accordion-item .accordion-button:focus {
    outline: none;
    box-shadow: none
}

.accordion-item .accordion-button:not(.collapsed) {
    box-shadow: none;
    border-bottom: none;
    background-color: #fff !important;
    padding-bottom: 0
}

.accordion-item .accordion-button:not(.collapsed) .accordion-item_number {
    border-color: var(--theme-color);
    color: var(--theme-color)
}

.accordion-item .accordion-button:not(.collapsed) .icon {
    background-color: var(--theme-color)
}

.accordion-item .accordion-button:not(.collapsed) .icon i {
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: all 1s ease;
    transition: all 1s ease
}

.accordion-item .accordion-button.collapsed {
    border-bottom: 1px solid var(--title-color)
}

.accordion-item .faq-text {
    font-weight: 300;
    font-size: 16px;
    color: var(--body-color);
    display: block;
    margin-bottom: 10px
}

.accordion-item .accordion-collapse {
    border: none
}

.accordion-item .accordion-collapse .accordion-body {
    background-color: #fff;
    padding: 10px 30px 20px 30px
}

@media (max-width: 1299px) {
    .accordion-item .accordion-collapse .accordion-body {
        padding: 10px 20px 20px 20px
    }
}

@media (max-width: 575px) {
    .accordion-item .accordion-collapse .accordion-body {
        padding: 10px 15px 20px 15px
    }
}

.accordion-item .accordion-body {
    background-color: transparent;
    border: none;
    padding: 0px;
    border-bottom: 1px solid transparent
}

.accordion-item .faq-img {
    height: 100%
}

.accordion-item .faq-img img {
    height: 100%;
    object-fit: cover
}

.th-accordion_images {
    position: relative;
    margin-left: 20px;
    border-left: 1px solid #12121226;
    max-width: 690px
}

@media (max-width: 1199px) {
    .th-accordion_images {
        margin-top: 30px
    }
}

@media (max-width: 991px) {
    .th-accordion_images {
        display: block;
        margin: auto;
        border: none;
        text-align: center
    }
}

.th-accordion_images img {
    margin: 40px 0 40px 40px;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: 0.4s ease-in-out;
    transition: 0.4s ease-in-out
}

@media (max-width: 991px) {
    .th-accordion_images img {
        margin: 40px 0 40px 0px
    }
}

.th-accordion_images img.active {
    opacity: 1;
    visibility: visible
}

.th-accordion_images img {
    opacity: 0;
    -webkit-transition: all 1.3s ease;
    transition: all 1.3s ease
}

.th-accordion_images img:not(:first-child) {
    position: absolute;
    right: -40px;
    top: 0
}

@media (max-width: 991px) {
    .th-accordion_images img:not(:first-child) {
        right: 0
    }
}

.th-accordion_images img.active {
    opacity: 1
}

.according-item-content2.hover-item.item-active .according-img-tab {
    height: 535px;
    opacity: 1;
    visibility: visible
}

.feature-list-area {
    position: relative;
    margin-left: 189px;
    z-index: 2
}

@media (max-width: 1299px) {
    .feature-list-area {
        margin-left: 60px
    }
}

.feature-list-area:before {
    content: "";
    position: absolute;
    top: 0;
    left: -33px;
    width: 5px;
    height: 100%;
    border-radius: 24px;
    background-color: var(--white-color);
    z-index: -1
}

.according-list-area {
    position: relative;
    z-index: 2
}

@media (max-width: 991px) {
    .according-list-area {
        margin-bottom: 600px
    }
}

@media (max-width: 480px) {
    .according-list-area {
        margin-bottom: 500px
    }
}

.according-list .according-img {
    max-width: 800px;
    position: absolute;
    top: 0;
    right: 0;
    opacity: 0;
    height: 0;
    visibility: hidden;
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
    border-left: 1px solid #D8DDE1;
    padding-left: 80px
}

@media (max-width: 1299px) {
    .according-list .according-img {
        max-width: 707px
    }
}

@media (max-width: 1199px) {
    .according-list .according-img {
        max-width: 530px;
        padding-left: 30px
    }
}

@media (max-width: 991px) {
    .according-list .according-img {
        position: absolute;
        top: 110%;
        max-width: 100%;
        border: 0;
        padding: 0
    }
}

.according-list .box-title {
    color: var(--title-color);
    font-size: 36px
}

@media (max-width: 991px) {
    .according-list .box-title {
        font-size: 24px
    }
}

.according-list .text {
    margin-top: 30px;
    margin-bottom: 20px
}

.according-list .sec-btn {
    position: absolute;
    right: 0;
    text-align: right;
    display: block;
    margin-left: auto
}

.according-list.item-active .box-title {
    color: var(--theme-color)
}

.according-list.item-active .box-text {
    color: var(--body-color)
}

.according-list.item-active:before {
    height: 100%
}

.according-list.item-active .according-img {
    height: 100%;
    opacity: 1;
    visibility: visible
}

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

.according-list:hover .box-text {
    color: var(--body-color)
}

.according-list:hover:before {
    height: 100%
}

.according-list:hover:before,
.according-list:hover:after {
    opacity: 1;
    visibility: visible
}

@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-color: var(--white-color);
    box-shadow: 0px 6px 25px rgba(102, 102, 102, 0.15);
    border-radius: 30px;
    padding: 40px;
    -webkit-transition: 0.4s;
    transition: 0.4s;
    z-index: 1;
    overflow: hidden
}

.price-box.style2 .box-price {
    margin-bottom: 5px
}

.price-box.style2 .box-text2 {
    padding: 0;
    max-width: 295px;
    border-bottom: 1px solid var(--smoke-color);
    padding-bottom: 35px;
    margin-bottom: 35px
}

.price-box.style2 .available-list {
    margin: 0;
    padding-bottom: 40px
}

.price-box.style2 .available-list li {
    color: var(--title-color)
}

.price-box.style2 .available-list li:after {
    background-color: transparent;
    color: #6D2CF8
}

.price-box.style2 .available-list li.unavailable {
    color: var(--body-color)
}

.price-box.style2 .th-btn {
    margin-bottom: 0
}

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

@media (max-width: 575px) {
    .price-box .box-title {
        font-size: 24px
    }
}

.price-box .box-price {
    font-size: 48px;
    font-weight: 600;
    margin-bottom: 20px
}

.price-box .box-text2 {
    padding: 0 30px;
    margin-bottom: 30px
}

.price-box .duration {
    font-size: 16px;
    color: var(--body-color);
    font-weight: 300
}

.price-box .box-text {
    color: var(--body-color);
    margin-bottom: 30px;
    padding-bottom: 30px;
    border-bottom: 1px solid #D9D9D9
}

.price-box .th-btn {
    margin-bottom: 35px;
    padding: 21px 30px
}

.price-box .available-list {
    margin-left: 40px
}

@media (max-width: 991px) {
    .price-box .available-list {
        margin: 0
    }
}

.price-box .available-list li:after {
    content: "\f336";
    background-color: var(--title-color);
    border-radius: 50%;
    width: 12px;
    height: 12px;
    line-height: 12px;
    display: block;
    text-align: center
}

.price-box .available-list li.unavailable {
    font-weight: 300
}

.price-box .available-list li.unavailable:after {
    background-color: var(--white-color);
    color: var(--body-color)
}

.price-box .offer-tag {
    position: absolute;
    top: 22px;
    left: -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: 0
}

.price-box.active .th-btn {
    background-color: var(--theme-color);
    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)
}

.line-bottom {
    border-bottom: 1px solid var(--title-color)
}

@media (max-width: 1199px) {
    .line-bottom {
        border-bottom: none
    }
}

.project-slider1 .slider-pagination {
    position: relative
}

.project-slider1 .slider-pagination:after,
.project-slider1 .slider-pagination:before {
    content: "";
    position: absolute;
    top: 50%;
    width: 410px;
    height: 1px;
    background-color: var(--title-color)
}

@media (max-width: 767px) {

    .project-slider1 .slider-pagination:after,
    .project-slider1 .slider-pagination:before {
        display: none
    }
}

.project-slider1 .slider-pagination:before {
    margin-left: -27rem
}

.project-slider1 .slider-pagination:after {
    margin-left: 1.5rem
}

.project-slider1 .swiper-pagination-bullets {
    margin: 45px 0 8px 0
}

.project-slider1 .swiper-pagination-bullets .swiper-pagination-bullet {
    display: inline-block;
    --swiper-pagination-bullet-size: 10px;
    --swiper-pagination-bullet-horizontal-gap: 15px;
    margin: 5px 10px;
    opacity: 1;
    background-color: #7A8392;
    color: #7A8392;
    border-radius: 50%;
    position: relative;
    cursor: pointer
}

.project-slider1 .swiper-pagination-bullets .swiper-pagination-bullet:before {
    inset: -5px;
    border: 1px solid #7A8392
}

.project-slider1 .swiper-pagination-bullets .swiper-pagination-bullet.swiper-pagination-bullet-active {
    background-color: var(--title-color)
}

.project-slider1 .swiper-pagination-bullets .swiper-pagination-bullet.swiper-pagination-bullet-active:before {
    border-color: var(--title-color)
}

.project-title-area {
    background-color: var(--white-color);
    border: 1px solid var(--smoke-color);
    box-shadow: 0px 10px 50px 10px #E8E8E8;
    border-radius: 30px;
    padding: 40px
}

@media (max-width: 575px) {
    .project-title-area {
        padding: 40px 20px
    }
}

.project-title-area .sec-title {
    font-weight: 600
}

@media (max-width: 1299px) {
    .project-title-area .sec-title {
        font-size: 30px
    }
}

@media (max-width: 991px) {
    .project-title-area .sec-title {
        font-size: 24px
    }
}

.project-title-area .project-line {
    padding-left: 80px
}

@media (max-width: 375px) {
    .project-title-area .project-line {
        padding-left: 20px
    }
}

.project-box_wrapp:nth-child(2) {
    margin-top: 60px
}

.project-box_wrapp:nth-child(4) {
    margin-top: 60px
}

.project-box.style2 .box-title {
    color: var(--title-color)
}

.project-box.style2 .icon {
    background-color: transparent;
    border-radius: 50%;
    border: 1px solid var(--title-color);
    color: var(--title-color)
}

.project-box.style2 .icon:hover {
    background-color: var(--title-color);
    color: var(--white-color)
}

.project-box .box-img {
    position: relative;
    overflow: hidden;
    margin-bottom: 35px
}

.project-box .box-img img {
    width: 100%
}

.project-box .box-subtitle {
    font-size: 14px;
    font-weight: 400;
    color: var(--body-color);
    text-transform: uppercase;
    margin-bottom: 8px
}

.project-box .box-title {
    color: var(--white-color);
    font-size: 30px;
    margin-bottom: 0px
}

@media (max-width: 575px) {
    .project-box .box-title {
        font-size: 25px
    }
}

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

.project-box .icon {
    width: 46px;
    height: 46px;
    line-height: 46px;
    text-align: center;
    background: rgba(254, 217, 31, 0.1);
    color: var(--theme-color);
    cursor: pointer
}

.project-box .icon i {
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
    -webkit-transition: all 1s ease;
    transition: all 1s ease
}

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

@media (max-width: 767px) {
    .project-btn {
        text-align: center
    }
}

.project-item {
    position: relative;
    border-radius: 30px;
    --space: 20px;
    overflow: hidden;
    z-index: 9
}

@media (max-width: 991px) {
    .project-item {
        --space: 20px
    }
}

.project-item:before {
    content: "";
    position: absolute;
    inset: 0;
    background: var(--title-color);
    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-item .box-img img {
    width: 100%
}

@media (max-width: 991px) {
    .project-item .box-img {
        margin-bottom: 0
    }
}

.project-item .box-title {
    color: var(--white-color);
    font-size: 20px;
    font-weight: 500;
    margin-bottom: 0px
}

.project-item .box-subtitle {
    color: var(--white-color);
    font-size: 14px;
    margin-bottom: -0.3rem
}

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

.project-item .icon-btn {
    background-color: var(--theme-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
}

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

.project-item:hover:before {
    opacity: 0.6;
    visibility: visible
}

.project-item:hover .box-content {
    opacity: 1;
    bottom: var(--space);
    visibility: visible
}

.project-item:hover .icon-btn {
    top: var(--space);
    opacity: 1;
    visibility: visible
}

.portfolio-area {
    position: relative;
    z-index: 2
}

.project-btn {
    position: absolute;
    bottom: 10%;
    right: 2%
}

.project-area {
    background-position: center center;
    background-size: auto;
    background-repeat: no-repeat
}

.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;
    left: 24px
}

.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 {
    background: #F0EFE9;
    padding: 40px;
    margin-top: 30px
}

@media (max-width: 991px) {
    .project-card {
        padding: 30px
    }
}

.project-card .box-subtitle {
    font-family: var(--title-font);
    font-weight: 500;
    font-size: 20px;
    color: var(--title-color);
    display: inline-block;
    margin-top: -0.5rem;
    margin-bottom: 30px;
    position: relative;
    z-index: 2
}

@media (max-width: 1199px) {
    .project-card .box-subtitle {
        font-size: 18px
    }
}

.project-card .box-subtitle:before {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 1px;
    background-color: var(--title-color)
}

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

.th-btn.project-btn {
    color: var(--white-color);
    border-radius: 50%;
    padding: 31px 35px;
    width: 266px;
    position: absolute;
    bottom: 120px
}

@media (max-width: 1199px) {
    .th-btn.project-btn {
        position: relative;
        bottom: 0;
        margin-top: 30px
    }
}

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

.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;
    border-top: 1px solid rgba(27, 31, 37, 0.1);
    padding: 20px 0
}

.project-info-wrap {
    position: absolute;
    right: 80px;
    top: 80px;
    background-color: var(--white-color);
    border-radius: 20px;
    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
    }
}

.project-info:last-child {
    padding-bottom: 0;
    margin-bottom: -0.3rem
}

@media (max-width: 1299px) {
    .project-info {
        gap: 15px
    }
}

@media (max-width: 575px) {
    .project-info {
        padding-left: 0
    }
}

.project-info_icon i {
    width: 56px;
    height: 56px;
    line-height: 56px;
    color: var(--theme-color);
    background: #121212;
    border-radius: 20px;
    border: none;
    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(--title-color)
}

.project-info_subtitle {
    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
}

.marquee-area {
    position: relative;
    min-height: 235px;
    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;
    z-index: 2;
    overflow: hidden
}

.marquee-area:before {
    content: "";
    position: absolute;
    inset: 0;
    top: 70px;
    height: 101px;
    background-color: var(--theme-color)
}

.marquee-area.style3 {
    min-height: 300px;
    position: relative;
    z-index: 2
}

.marquee-area.style3:before,
.marquee-area.style3:after {
    content: "";
    position: absolute;
    inset: 0;
    height: 50%
}

.marquee-area.style3:before {
    top: 0;
    background-color: var(--smoke-color2)
}

.marquee-area.style3:after {
    top: unset;
    bottom: 0;
    background-color: var(--white-color)
}

.marquee-area.style3 .marquee-content {
    background-color: var(--title-color);
    margin: 0 -7px;
    -webkit-transform: rotate(-2deg);
    -ms-transform: rotate(-2deg);
    transform: rotate(-2deg)
}

.marquee-content {
    position: relative;
    background-color: var(--white-color);
    padding: 37px 0;
    -webkit-transform: rotate(-4deg);
    -ms-transform: rotate(-4deg);
    transform: rotate(-4deg);
    z-index: 2;
    overflow: hidden
}

.marquee {
    position: relative;
    --duration: 120s;
    --gap: 35px;
    display: -ms-flexbox;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    overflow: hidden;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    gap: var(--gap)
}

.marquee:first-child {
    --duration: 100s
}

.marquee:last-child {
    --duration: 80s
}

.marquee.marquee--reverse .marquee-group {
    --gap: 35px;
    animation-direction: reverse
}

.marquee .marquee-group {
    -ms-flex-negative: 0;
    -webkit-flex-shrink: 0;
    flex-shrink: 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    -ms-flex-pack: distribute;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
    gap: var(--gap);
    -webkit-animation: scroll var(--duration) linear infinite;
    animation: scroll var(--duration) linear infinite
}

.marquee .marquee-group.style2 .item {
    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
}

.marquee .marquee-group.style2 .video-img {
    position: relative;
    z-index: 2;
    border-radius: 30px;
    -webkit-transform: rotate(-4deg);
    -ms-transform: rotate(-4deg);
    transform: rotate(-4deg)
}

.marquee .marquee-group.style2 .video-img .play-btn {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    z-index: 3
}

.marquee .marquee-group.style2 .video-img .play-btn:before,
.marquee .marquee-group.style2 .video-img .play-btn:after {
    display: none
}

.marquee .marquee-group.style2 .video-img .play-btn i {
    font-size: 14px;
    color: var(--white-color);
    background-color: transparent
}

.marquee .marquee-group.style2 .video-img img {
    position: relative;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
    z-index: 2;
    border-radius: 30px;
    border: 1px solid var(--theme-color);
    margin: 0
}

.marquee .marquee-group.style3 .item {
    color: var(--white-color);
    font-weight: 700;
    font-size: 48px;
    line-height: 58px;
    -webkit-transform: rotate(-2deg);
    -ms-transform: rotate(-2deg);
    transform: rotate(-2deg)
}

.marquee .marquee-group.style3 .item img {
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0)
}

.marquee .marquee-group.style4 .item {
    font-weight: 700;
    font-size: 48px;
    line-height: 58px
}

.marquee .marquee-group .img {
    margin: 20px
}

.marquee .marquee-group .item {
    font-family: var(--title-font);
    font-size: 30px;
    font-weight: 700;
    color: var(--title-color);
    display: inline-block;
    cursor: pointer;
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out
}

.marquee .marquee-group .item span {
    margin: 0px
}

.marquee .marquee-group .item img {
    margin: 0;
    margin-right: 35px
}

.marquee-area3 {
    position: relative;
    z-index: 2;
    min-height: 240px;
    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
}

.marquee-area3:before {
    content: "";
    position: absolute;
    inset: 0;
    background-color: var(--title-color);
    -webkit-transform: rotate(-2deg);
    -ms-transform: rotate(-2deg);
    transform: rotate(-2deg);
    z-index: -1
}

.process-tabs {
    border: none;
    gap: 24px;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-bottom: 60px
}

.process-tabs.nav-tabs .nav-item.show .nav-link,
.process-tabs.nav-tabs .nav-link.active {
    color: var(--white-color);
    background-color: var(--theme-color);
    border-color: var(--theme-color)
}

.process-tabs .nav-link {
    background-color: #F9F8FF;
    border-radius: 20px;
    padding: 40px 20px;
    font-weight: 600;
    font-size: 24px;
    line-height: 34px;
    width: 32%;
    text-transform: capitalize;
    color: #1F1F1F;
    border: none
}

@media (max-width: 1299px) {
    .process-tabs .nav-link {
        width: 31%
    }
}

@media (max-width: 1199px) {
    .process-tabs .nav-link {
        font-size: 18px;
        line-height: 28px
    }
}

@media (max-width: 991px) {
    .process-tabs .nav-link {
        padding: 16px 20px
    }
}

@media (max-width: 767px) {
    .process-tabs .nav-link {
        width: 100%
    }
}

.process-tabs .nav-link:hover {
    color: var(--white-color)
}

.process-wrapp {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    padding-top: 180px
}

@media (max-width: 480px) {
    .process-wrapp {
        padding-top: 0;
        display: block
    }
}

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

.process-img .shape-1 {
    width: 240px;
    height: 320px;
    background: var(--theme-color);
    border: 1px solid var(--title-color);
    border-radius: 20px
}

@media (max-width: 480px) {
    .process-img .shape-1 {
        display: block;
        margin: auto
    }
}

.process-img .shape-1 img {
    display: block;
    margin: auto;
    text-align: center;
    border: none
}

.process-img .shape-2 {
    width: 240px;
    height: 180px;
    background: var(--theme-color);
    border: 1px solid var(--title-color);
    border-radius: 150px 150px 20px 20px;
    margin-top: -180px
}

@media (max-width: 480px) {
    .process-img .shape-2 {
        display: block;
        margin: auto
    }
}

.process-img .img1 img {
    width: 100%;
    border-radius: 20px;
    border: 1px solid var(--title-color)
}

.process-img .sec-btn {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-top: 20px
}

.process-item {
    position: relative;
    background-color: var(--title-color);
    border-radius: 0px;
    padding: 15px 20px 30px 20px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    gap: 20px;
    margin-top: 30px;
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
    z-index: 2
}

@media (max-width: 1199px) {
    .process-item {
        max-width: 100%
    }
}

.process-item:before {
    content: "";
    position: absolute;
    inset: 0;
    top: -6px;
    right: 6px;
    bottom: 6px;
    background-color: var(--white-color);
    border: 1px solid var(--title-color);
    border-radius: 0px;
    z-index: -1;
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out
}

.process-item .box-number {
    min-width: 50px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    border-radius: 50px;
    font-family: var(--title-font);
    font-weight: 500;
    font-size: 18px;
    color: var(--title-color);
    background: var(--theme-color);
    border: 1px solid var(--title-color)
}

.process-item .box-title {
    font-size: 24px;
    font-weight: 700;
    margin-top: 10px;
    margin-bottom: 5px
}

.process-item .box-text {
    margin-bottom: -0.3rem
}

.process-title-area {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    gap: 20px;
    margin-right: 100px;
    margin-bottom: 20px
}

@media (max-width: 1399px) {
    .process-title-area {
        margin-right: 0
    }
}

@media (max-width: 375px) {
    .process-title-area {
        display: block
    }
}

.process-icon {
    min-width: 97px;
    width: 97px;
    height: 97px;
    line-height: 97px;
    text-align: center;
    background: #DBDCFF;
    border-radius: 20px
}

@media (max-width: 375px) {
    .process-icon {
        margin-bottom: 20px
    }
}

.process-text {
    max-width: 566px;
    margin-bottom: 30px
}

.process-image {
    min-width: 658px
}

.process-image img {
    border-radius: 30px
}

@media (max-width: 1299px) {
    .process-image {
        min-width: 450px
    }
}

@media (max-width: 991px) {
    .process-image {
        margin-top: 40px;
        min-width: 100%
    }
}

.step-wrap .process-line {
    position: absolute;
    top: 36%;
    left: 50%;
    -webkit-transform: translate(calc(-50% + 400px), calc(-50% + 25px));
    -ms-transform: translate(calc(-50% + 400px), calc(-50% + 25px));
    transform: translate(calc(-50% + 400px), calc(-50% + 25px));
    margin: 0 -400px
}

@media (max-width: 1299px) {
    .step-wrap .process-line {
        top: 40%;
        left: 50%;
        -webkit-transform: translate(calc(-50% + 300px), calc(-50% + 25px));
        -ms-transform: translate(calc(-50% + 300px), calc(-50% + 25px));
        transform: translate(calc(-50% + 300px), calc(-50% + 25px));
        margin: 0 -288px
    }
}

@media (max-width: 1199px) {
    .step-wrap .process-line {
        display: none
    }
}

.process-card {
    position: relative
}

.process-card_wrapp {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 30px
}

@media (max-width: 991px) {
    .process-card_wrapp {
        display: grid;
        grid-template-columns: repeat(1, 1fr)
    }
}

.process-card .box-icon {
    position: relative;
    min-width: 93px;
    height: 93px;
    line-height: 93px;
    text-align: center;
    background-color: var(--white-color);
    border: 1px solid var(--title-color);
    border-radius: 50%;
    z-index: 2
}

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

.process-card .box-shape {
    margin-left: -20px
}

.process-card .box-number {
    font-family: var(--title-font);
    font-weight: 700;
    font-size: 36px;
    line-height: 46px;
    color: #D8DDE1;
    margin-left: 12px
}

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

.process-card .box-title {
    margin-bottom: 3px
}

.process-card .box-text {
    max-width: 310px;
    margin-bottom: -0.3rem
}

@media (max-width: 991px) {
    .process-card .box-text {
        max-width: 100%
    }
}

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

.process-box {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    gap: 30px;
    z-index: 2
}

@media (max-width: 1199px) {
    .process-box {
        padding-left: 25px
    }
}

@media (max-width: 991px) {
    .process-box {
        gap: 15px;
        padding-left: 0
    }
}

.process-box:before {
    content: "";
    position: absolute;
    left: -20px;
    bottom: -75%;
    width: 1px;
    height: 295%;
    background-color: var(--smoke-color);
    z-index: -1
}

@media (max-width: 1199px) {
    .process-box:before {
        left: 0
    }
}

@media (max-width: 991px) {
    .process-box:before {
        display: none
    }
}

.process-box .box-number {
    position: relative;
    min-width: 40px;
    height: 40px;
    line-height: 40px;
    border-radius: 50%;
    background: var(--white-color);
    text-align: center;
    font-family: var(--title-font);
    font-weight: 500;
    font-size: 18px;
    color: var(--title-color);
    margin-left: -40px;
    margin-top: -15px;
    box-shadow: 0px 0px 40px 10px rgba(190, 190, 190, 0.5);
    z-index: 3
}

@media (max-width: 991px) {
    .process-box .box-number {
        margin-left: 0
    }
}

.process-box .box-title {
    border-bottom: 1px solid var(--smoke-color);
    margin-bottom: 20px;
    padding-bottom: 20px
}

.process-box .box-text {
    max-width: 296px;
    margin-bottom: -0.3rem
}

.process-box-wrap {
    margin-top: 20px
}

@media (max-width: 767px) {
    .process-box-wrap {
        margin-top: 40px
    }
}

.process-box-wrap:nth-child(even) {
    margin-top: 60px
}

@media (max-width: 767px) {
    .process-box-wrap:nth-child(even) {
        margin-top: 40px
    }
}

.process-box-wrap:nth-child(even) .process-box:before {
    bottom: unset;
    top: -50%;
    height: 200%
}

.process-box-area {
    position: relative;
    border-top: 1px solid var(--smoke-color);
    padding-top: 40px
}

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

.feature-card {
    background: var(--white-color);
    box-shadow: 0px 4px 50px #EFEFEF;
    border-radius: 10px;
    padding: 30px;
    text-align: center
}

@media (max-width: 1399px) {
    .feature-card {
        padding: 30px 20px
    }
}

.feature-card .box-icon {
    margin-bottom: 30px
}

.feature-card .box-icon img {
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease
}

.feature-card .box-title {
    font-size: 22px;
    font-weight: 500
}

@media (max-width: 1399px) {
    .feature-card .box-title {
        font-size: 18px
    }
}

.feature-card .box-text {
    margin-bottom: -0.4rem
}

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

.feature-shape {
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background-color: var(--theme-color);
    display: block
}

.feature-shape.style2 {
    width: 20px;
    height: 20px;
    background-color: var(--theme-color2)
}

.feature-shape.style3 {
    width: 20px;
    height: 20px
}

.feature-shape.style4 {
    width: 14px;
    height: 14px
}

.choose-wrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: contents;
    gap: 40px;
}

@media (max-width: 767px) {
    .choose-wrapper {
        display: block
    }
}

.choose-wrapper .video-box1 {
    position: relative;
    z-index: 2
}

@media (max-width: 767px) {
    .choose-wrapper .video-box1 {
        margin-bottom: 30px
    }
}

.choose-wrapper .video-box1 img {
    width: 100%;
    height: 100%;
    object-fit: cover
}

.choose-wrapper .video-box1 .play-btn {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    background: rgba(18, 18, 18, 0.6);
    border-radius: 50%;
    padding: 10px
}

.choose-wrapper .video-box1 .play-btn:before,
.choose-wrapper .video-box1 .play-btn:after {
    display: none
}

.choose-wrapper .video-box1 .play-btn>i {
    position: relative;
    --icon-size: 50px;
    background-color: transparent;
    border: 1px solid var(--theme-color);
    color: var(--theme-color);
    font-size: var(--icon-font-size, 1.1em);
    z-index: 2
}

.feature-circle {
    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
}

.feature-circle:not(:last-child) {
    margin-bottom: 10px
}

.feature-circle_title {
    font-size: 18px;
    font-weight: 500;
    margin-bottom: 0
}

.feature-circle .radial-progress {
    height: 60px;
    line-height: 60px;
    max-width: 60px;
    padding: 0 4px 0 0;
    -webkit-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg);
    border: 1px solid var(--title-color);
    width: 100%;
    border-radius: 50%
}

.feature-circle .radial-progress circle {
    fill: transparent;
    stroke: var(--white-color)
}

.feature-circle .radial-progress circle.bar-static {
    stroke: transparent !important
}

.feature-circle .radial-progress circle.bar--animated {
    stroke-dasharray: 219.91148575129;
    stroke: transparent;
    stroke-dashoffset: 219.91148575129;
    stroke-width: 1px;
    stroke-linecap: round
}

.feature-circle .radial-progress text {
    fill: var(--title-color);
    font-family: var(--title-font);
    font-size: 24px;
    font-weight: 500;
    text-anchor: middle
}

.choose-area {
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    -webkit-mask-size: cover;
    mask-size: cover;
    padding: 180px 0 120px 0
}

.feature-box {
    background-color: var(--white-color);
    border: 1px solid var(--smoke-color);
    border-radius: 30px;
    padding: 50px
}

@media (max-width: 991px) {
    .feature-box {
        padding: 30px
    }
}

@media (max-width: 767px) {
    .feature-box {
        text-align: center
    }
}

.feature-box .box-icon {
    margin-bottom: 30px
}

@media (max-width: 575px) {
    .feature-box .box-title {
        font-size: 18px
    }
}

.feature-box .box-text {
    margin-bottom: -0.4rem
}

.feature-item {
    padding: 24px;
    background: #31353A;
    border-radius: 30px
}

@media (max-width: 480px) {
    .feature-item:not(:last-child) {
        margin-bottom: 30px
    }
}

.feature-item-wrap {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    gap: 30px
}

@media (max-width: 480px) {
    .feature-item-wrap {
        display: block
    }
}

.feature-item .box-title {
    color: var(--white-color);
    font-size: 18px;
    font-weight: 500;
    margin-bottom: 5px
}

.feature-item .box-text {
    color: #A2ABBA;
    margin-bottom: -0.3rem
}

.process-wrap {
    position: relative
}

.process-wrap .process-bg-line {
    position: absolute;
    left: 50%;
    top: 60px;
    bottom: 0;
    -webkit-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    transform: translate(-50%, 0)
}

.process-wrap .process-bg-line img {
    height: calc(100% + 20px)
}

@media (max-width: 1199px) {
    .process-wrap .process-bg-line {
        display: none
    }
}

.process-wrap .process-content {
    position: relative
}

.process-wrap .process-content:after,
.process-wrap .process-content:before {
    content: '';
    position: absolute;
    width: 60px;
    height: 60px;
    border-radius: 16px;
    display: inline-block;
    background: var(--white-color);
    left: 0;
    top: 50%;
    -webkit-transform: translate(-94px, -50%);
    -ms-transform: translate(-94px, -50%);
    transform: translate(-94px, -50%)
}

@media (max-width: 1399px) {

    .process-wrap .process-content:after,
    .process-wrap .process-content:before {
        -webkit-transform: translate(-91px, -50%);
        -ms-transform: translate(-91px, -50%);
        transform: translate(-91px, -50%)
    }
}

@media (max-width: 1299px) {

    .process-wrap .process-content:after,
    .process-wrap .process-content:before {
        -webkit-transform: translate(-84px, -50%);
        -ms-transform: translate(-84px, -50%);
        transform: translate(-84px, -50%)
    }
}

@media (max-width: 1199px) {

    .process-wrap .process-content:after,
    .process-wrap .process-content:before {
        display: none
    }
}

.process-wrap .process-content:after {
    background: var(--theme-color);
    width: 20px;
    height: 20px;
    border-radius: 50%;
    margin-left: 20px
}

.process-wrap .process-content.left-content:after,
.process-wrap .process-content.left-content:before {
    left: auto;
    right: 0;
    -webkit-transform: translate(94px, -50%);
    -ms-transform: translate(94px, -50%);
    transform: translate(94px, -50%)
}

@media (max-width: 1399px) {

    .process-wrap .process-content.left-content:after,
    .process-wrap .process-content.left-content:before {
        -webkit-transform: translate(93px, -50%);
        -ms-transform: translate(93px, -50%);
        transform: translate(93px, -50%)
    }
}

.process-wrap .process-content.left-content:after {
    margin-left: 0;
    margin-right: 20px
}

.process-wrap .process-content .two-column .checklist li {
    color: var(--body-color)
}

@media (max-width: 575px) {
    .process-wrap .process-content .two-column {
        gap: 10px
    }
}

.client-box.style2 {
    margin: 0;
    padding: 0;
    display: block
}

.client-box.style2 .client-thumb-group {
    margin-bottom: 16px
}

.client-box.style2 .client-thumb-group .thumb img {
    border-radius: 50%;
    height: 40px;
    border: 1px solid var(--body-color)
}

.client-box.style2 .box-title {
    font-weight: 400;
    font-size: 16px;
    line-height: 26px;
    color: var(--white-color)
}

.client-box.style2 .counter-number {
    color: var(--theme-color)
}

.choose-feature {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    gap: 16px
}

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

.choose-feature:not(:last-child) {
    margin-bottom: 40px
}

.choose-feature .box-icon {
    min-width: 72px;
    height: 72px;
    line-height: 72px;
    text-align: center;
    background: #282828;
    border-radius: 20px
}

@media (max-width: 375px) {
    .choose-feature .box-icon {
        max-width: 72px;
        display: block;
        margin: auto auto 20px auto
    }
}

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

.choose-feature .box-title {
    color: var(--white-color);
    font-size: 20px;
    font-weight: 500;
    margin-bottom: 5px
}

.choose-feature .box-text {
    color: #D8DDE1;
    margin-bottom: 0;
    max-width: 391px
}

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

.choose-image .img1 {
    min-width: 815px;
    position: relative;
    z-index: 2
}

@media (max-width: 767px) {
    .choose-image .img1 {
        min-width: 100%;
        margin-top: 20px
    }
}

.choose-image .img1 img {
    width: 100%;
    height: 100%;
    object-fit: cover
}

.choose-image .img1 .choose-shape {
    position: absolute;
    width: 1104px;
    height: 370px;
    left: -20%;
    bottom: -17%;
    z-index: -1
}

.choose-card {
    background: #F8F8F8;
    border-radius: 30px;
    padding: 50px
}

@media (max-width: 1299px) {
    .choose-card {
        padding: 30px
    }
}

.choose-card .box-img {
    -webkit-filter: drop-shadow(0px 4px 50px #EFEFEF);
    filter: drop-shadow(0px 4px 50px #EFEFEF);
    border-radius: 20px 20px 0px 0px;
    margin-bottom: 35px
}

.choose-card .box-img img {
    border-radius: 20px 20px 0px 0px
}

.choose-card .box-title {
    font-size: 30px;
    line-height: 40px;
    color: var(--title-color);
    margin-bottom: 10px
}

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

.choose-card .box-text {
    margin-bottom: -0.4rem
}

.software-area2 {
    position: relative;
    background-color: var(--title-color);
    -webkit-mask-image: url("../img/bg/software_bg_shape.png");
    mask-image: url("../img/bg/software_bg_shape.png");
    -webkit-mask-size: 100% 100%;
    mask-size: 100% 100%;
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    z-index: 2;
    padding: 156px 0
}

.feature-grid-thumb {
    position: relative;
    border-top: 1px solid var(--smoke-color)
}

.feature-grid-thumb:before {
    content: "";
    position: absolute;
    top: -2px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    background-color: #EFEFEF;
    height: 2px;
    width: var(--main-container)
}

.feature-timeline {
    position: relative;
    margin-top: 30px
}

.feature-timeline .swiper-slide {
    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
}

.feature-timeline .swiper-slide .title {
    font-size: 18px;
    opacity: 0;
    -webkit-transition: 0.5s ease 0.5s;
    transition: 0.5s ease 0.5s
}

.feature-timeline .swiper-slide-active .title {
    opacity: 1
}

.feature-timeline .feature-area-title {
    margin-top: 65px
}

.feature-timeline .box-title {
    margin-bottom: 15px
}

.feature-timeline .swiper-pagination-progressbar {
    position: relative;
    background-color: transparent;
    height: 4px;
    border-bottom: 1px solid var(--smoke-color);
    width: 100%
}

@media (max-width: 1199px) {
    .feature-timeline .swiper-pagination-progressbar {
        border: none
    }
}

.feature-timeline .swiper-pagination-progressbar-fill {
    background-color: var(--theme-color);
    height: 1px;
    top: 2px
}

@media (max-width: 1199px) {
    .feature-timeline .swiper-pagination-progressbar-fill {
        background-color: transparent
    }
}

.feature-timeline .swiper-pagination-custom {
    position: relative;
    top: 0;
    list-style: none;
    padding: 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    gap: 20px;
    margin: 0;
    z-index: 11
}

@media (max-width: 1199px) {
    .feature-timeline .swiper-pagination-custom {
        display: grid;
        grid-template-columns: auto auto;
        gap: 40px
    }
}

@media (max-width: 480px) {
    .feature-timeline .swiper-pagination-custom {
        grid-template-columns: auto
    }
}

.feature-timeline .swiper-pagination-custom .swiper-pagination-switch {
    position: relative;
    width: 100%;
    display: block
}

.feature-timeline .swiper-pagination-custom .swiper-pagination-switch .switch-title {
    position: absolute;
    font-weight: 400;
    top: -25px;
    left: -25px;
    width: 50px;
    height: 50px;
    line-height: 50px;
    border-radius: 50%;
    font-family: var(--title-font);
    color: var(--title-color);
    font-weight: 500;
    background-color: var(--white-color);
    border: 1px solid var(--theme-color);
    text-align: center;
    -webkit-transform: translateX(50%);
    -ms-transform: translateX(50%);
    transform: translateX(50%);
    -webkit-transition: 0.2s all ease-in-out;
    transition: 0.2s all ease-in-out;
    -webkit-transition-delay: 0s;
    transition-delay: 0s;
    cursor: pointer;
    z-index: 3
}

.feature-timeline .swiper-pagination-custom .swiper-pagination-switch .switch-title:before {
    content: "";
    position: absolute;
    inset: -5px;
    border: 5px solid transparent;
    border-radius: 50%;
    z-index: -1
}

.feature-timeline .swiper-pagination-custom .swiper-pagination-switch.active .switch-title {
    background-color: var(--theme-color);
    color: var(--white-color)
}

.feature-timeline .swiper-pagination-custom .swiper-pagination-switch.active .switch-title:before {
    border-color: #FFE4E9
}

.feature-timeline .swiper-pagination-custom .swiper-pagination-switch.active .box-title {
    color: var(--theme-color)
}

.feature-timeline .swiper-pagination-custom .swiper-pagination-switch.active~.swiper-pagination-switch .switch-title {
    border-color: var(--smoke-color);
    font-weight: 16px
}

.feature-timeline .swiper-pagination-custom .swiper-pagination-switch.active~.swiper-pagination-switch .switch-title:after {
    background: var(--smoke-color)
}

.featureSlide {
    position: relative;
    margin-top: 35px;
    overflow: hidden
}

.feature-details {
    background-color: var(--title-color);
    border-radius: 50px;
    padding: 60px 200px;
    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: 1699px) {
    .feature-details {
        padding: 60px 100px
    }
}

@media (max-width: 1500px) {
    .feature-details {
        padding: 60px 30px
    }
}

@media (max-width: 1199px) {
    .feature-details {
        display: block
    }
}

.feature-image {
    position: relative;
    border-radius: 30px;
    z-index: 2;
    min-width: 760px
}

@media (max-width: 1399px) {
    .feature-image {
        min-width: 500px;
        max-width: 500px
    }
}

@media (max-width: 1199px) {
    .feature-image {
        margin-bottom: 60px;
        min-width: 100%;
        max-width: 100%
    }
}

.feature-image img {
    margin: 60px 0 0 60px;
    border-radius: 30px
}

@media (max-width: 1399px) {
    .feature-image img {
        margin: 30px 0 0 30px
    }
}

@media (max-width: 1199px) {
    .feature-image img {
        width: 100%;
        margin: 0
    }
}

.feature-image .feature-shape1 {
    position: absolute;
    top: 0px;
    left: 0;
    width: 672px;
    height: 498px;
    background: var(--theme-color);
    border-radius: 50px;
    z-index: -1
}

@media (max-width: 1399px) {
    .feature-image .feature-shape1 {
        width: 500px;
        height: 430px
    }
}

@media (max-width: 767px) {
    .feature-image .feature-shape1 {
        display: none
    }
}

.sec-text3 {
    color: #A2ABBA;
    border-bottom: 1px solid var(--body-color);
    padding-bottom: 25px
}

.feature-circle-wrap {
    display: grid;
    grid-template-columns: repeat(3, 1fr)
}

@media (max-width: 480px) {
    .feature-circle-wrap {
        grid-template-columns: repeat(2, 1fr);
        gap: 30px
    }
}

@media (max-width: 375px) {
    .feature-circle-wrap {
        grid-template-columns: repeat(1, 1fr)
    }
}

.feature-circle .box-text {
    color: #A2ABBA;
    display: block;
    margin-bottom: 0px
}

.feature-circle .box-text span {
    display: block
}

.feature-circle .progressbar {
    position: relative
}

.feature-circle .circle-num {
    font-size: 30px;
    font-weight: 600;
    color: var(--white-color);
    font-family: var(--title-font);
    position: absolute;
    top: 0;
    left: 0;
    width: 100px;
    height: 100px;
    line-height: 100px;
    border-radius: 999px;
    text-align: center
}

.feature-wrap {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    gap: 40px
}

@media (max-width: 767px) {
    .feature-wrap {
        display: block
    }
}

.feature-grid .feature-content {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    gap: 10px
}

.feature-grid .box-icon i {
    font-size: 22px;
    color: var(--title-color)
}

.feature-grid .box-title {
    font-size: 22px;
    font-weight: 500;
    margin-bottom: 10px
}

.choose-area2 {
    background-color: #0A0A0A
}

.choose-counter {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    gap: 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-flow: column;
    -ms-flex-flow: column;
    flex-flow: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg);
    margin-right: 130px
}

@media (max-width: 1199px) {
    .choose-counter {
        -webkit-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        transform: rotate(0deg);
        margin: 0;
        -webkit-box-align: start;
        -webkit-align-items: start;
        -ms-flex-align: start;
        align-items: start;
        padding-bottom: 50px
    }
}

.choose-counter .box-title {
    font-weight: 600;
    font-size: 164px;
    line-height: 174px;
    text-transform: capitalize;
    color: var(--body-color);
    display: block;
    margin: 0
}

@media (max-width: 1199px) {
    .choose-counter .box-title {
        font-size: 140px;
        line-height: 150px
    }
}

@media (max-width: 767px) {
    .choose-counter .box-title {
        font-size: 100px;
        line-height: 140px
    }
}

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

.choose-counter .text {
    font-family: var(--title-font);
    font-weight: 600;
    font-size: 74px;
    line-height: 84px;
    text-transform: capitalize;
    color: var(--white-color);
    display: inline-block;
    min-width: 512px;
    margin: 0
}

@media (max-width: 1199px) {
    .choose-counter .text {
        font-size: 54px;
        line-height: 64px
    }
}

@media (max-width: 767px) {
    .choose-counter .text {
        font-size: 44px;
        line-height: 54px
    }
}

@media (max-width: 375px) {
    .choose-counter .text {
        font-size: 34px;
        line-height: 44px
    }
}

.choose-content .title-area {
    max-width: 550px
}

.choose-grid {
    position: relative;
    background: #0A0A0A;
    border: 1px solid #4661FF;
    border-radius: 30px;
    padding: 30px;
    max-width: 542px;
    z-index: 2
}

.choose-grid:before {
    content: "";
    position: absolute;
    top: 0;
    left: -35%;
    width: 163px;
    height: 94px;
    background-color: transparent;
    -webkit-mask-image: url("../img/icon/line-shape1.html");
    mask-image: url("../img/icon/line-shape1.html");
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    -webkit-mask-size: 100% 100%;
    mask-size: 100% 100%
}

@media (max-width: 767px) {
    .choose-grid:before {
        display: none
    }
}

.choose-grid:nth-child(3) {
    margin-left: 200px;
    border-color: #F3BA0E
}

@media (max-width: 1299px) {
    .choose-grid:nth-child(3) {
        margin-left: 150px
    }
}

@media (max-width: 767px) {
    .choose-grid:nth-child(3) {
        margin-left: 0
    }
}

.choose-grid:nth-child(3):before {
    background-color: #4661FF
}

.choose-grid:nth-child(4) {
    margin-left: 400px;
    border-color: #70D715
}

@media (max-width: 1299px) {
    .choose-grid:nth-child(4) {
        margin-left: 350px
    }
}

@media (max-width: 991px) {
    .choose-grid:nth-child(4) {
        margin-left: 200px
    }
}

@media (max-width: 767px) {
    .choose-grid:nth-child(4) {
        margin-left: 0
    }
}

.choose-grid:nth-child(4):before {
    background-color: #F3BA0E
}

.choose-grid:not(:last-child) {
    margin-bottom: 24px
}

.choose-grid .choose-content {
    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
}

.choose-grid .box-title {
    font-size: 22px;
    font-weight: 500;
    color: var(--white-color);
    margin-bottom: 0
}

.choose-grid .box-text {
    color: #7A8392;
    margin: 10px 0 -0.3rem 0
}

.choose-btn {
    margin-top: -135px
}

@media (max-width: 991px) {
    .choose-btn {
        margin-top: -85px
    }
}

@media (max-width: 767px) {
    .choose-btn {
        margin-top: 0
    }
}

.color-scheme-wrap {
    position: fixed;
    right: 0;
    top: 50%;
    z-index: 99;
    background: var(--white-color);
    padding: 20px 30px;
    border-radius: 10px 0 0 10px;
    display: inline-block;
    text-align: center;
    -webkit-transition: 0.4s;
    transition: 0.4s;
    box-shadow: 0px 0px 4px 0px rgba(51, 51, 51, 0.2)
}

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

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

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

.color-scheme-wrap .color-switch-btns {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 18px;
    margin-bottom: 25px
}

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

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

.px-5 {
    padding-right: 5px;
    padding-left: 5px
}

.px-10 {
    padding-right: 10px;
    padding-left: 10px
}

.px-15 {
    padding-right: 15px;
    padding-left: 15px
}

.px-20 {
    padding-right: 20px;
    padding-left: 20px
}

.px-25 {
    padding-right: 25px;
    padding-left: 25px
}

.px-30 {
    padding-right: 30px;
    padding-left: 30px
}

.px-35 {
    padding-right: 35px;
    padding-left: 35px
}

.px-40 {
    padding-right: 40px;
    padding-left: 40px
}

.px-45 {
    padding-right: 45px;
    padding-left: 45px
}

.px-50 {
    padding-right: 50px;
    padding-left: 50px
}

.py-5 {
    padding-top: 5px;
    padding-bottom: 5px
}

.py-10 {
    padding-top: 10px;
    padding-bottom: 10px
}

.py-15 {
    padding-top: 15px;
    padding-bottom: 15px
}

.py-20 {
    padding-top: 20px;
    padding-bottom: 20px
}

.py-25 {
    padding-top: 25px;
    padding-bottom: 25px
}

.py-30 {
    padding-top: 30px;
    padding-bottom: 30px
}

.py-35 {
    padding-top: 35px;
    padding-bottom: 35px
}

.py-40 {
    padding-top: 40px;
    padding-bottom: 40px
}

.py-45 {
    padding-top: 45px;
    padding-bottom: 45px
}

.py-50 {
    padding-top: 50px;
    padding-bottom: 50px
}

.pt-5 {
    padding-top: 5px
}

.pt-10 {
    padding-top: 10px
}

.pt-15 {
    padding-top: 15px
}

.pt-20 {
    padding-top: 20px
}

.pt-25 {
    padding-top: 25px
}

.pt-30 {
    padding-top: 30px
}

.pt-35 {
    padding-top: 35px
}

.pt-40 {
    padding-top: 40px
}

.pt-45 {
    padding-top: 45px
}

.pt-50 {
    padding-top: 50px
}

.pb-5 {
    padding-bottom: 5px
}

.pb-10 {
    padding-bottom: 10px
}

.pb-15 {
    padding-bottom: 15px
}

.pb-20 {
    padding-bottom: 20px
}

.pb-25 {
    padding-bottom: 25px
}

.pb-30 {
    padding-bottom: 30px
}

.pb-35 {
    padding-bottom: 35px
}

.pb-40 {
    padding-bottom: 40px
}

.pb-45 {
    padding-bottom: 45px
}

.pb-50 {
    padding-bottom: 50px
}

.pl-5 {
    padding-left: 5px
}

.pl-10 {
    padding-left: 10px
}

.pl-15 {
    padding-left: 15px
}

.pl-20 {
    padding-left: 20px
}

.pl-25 {
    padding-left: 25px
}

.pl-30 {
    padding-left: 30px
}

.pl-35 {
    padding-left: 35px
}

.pl-40 {
    padding-left: 40px
}

.pl-45 {
    padding-left: 45px
}

.pl-50 {
    padding-left: 50px
}

.pr-5 {
    padding-right: 5px
}

.pr-10 {
    padding-right: 10px
}

.pr-15 {
    padding-right: 15px
}

.pr-20 {
    padding-right: 20px
}

.pr-25 {
    padding-right: 25px
}

.pr-30 {
    padding-right: 30px
}

.pr-35 {
    padding-right: 35px
}

.pr-40 {
    padding-right: 40px
}

.pr-45 {
    padding-right: 45px
}

.pr-50 {
    padding-right: 50px
}

.pt-60 {
    padding-top: 60px
}

.pb-60 {
    padding-bottom: 60px
}

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

.pt-80 {
    padding-top: 80px
}

.mx-5 {
    margin-right: 5px;
    margin-left: 5px
}

.mx-10 {
    margin-right: 10px;
    margin-left: 10px
}

.mx-15 {
    margin-right: 15px;
    margin-left: 15px
}

.mx-20 {
    margin-right: 20px;
    margin-left: 20px
}

.mx-25 {
    margin-right: 25px;
    margin-left: 25px
}

.mx-30 {
    margin-right: 30px;
    margin-left: 30px
}

.mx-35 {
    margin-right: 35px;
    margin-left: 35px
}

.mx-40 {
    margin-right: 40px;
    margin-left: 40px
}

.mx-45 {
    margin-right: 45px;
    margin-left: 45px
}

.mx-50 {
    margin-right: 50px;
    margin-left: 50px
}

.my-5 {
    margin-top: 5px;
    margin-bottom: 5px
}

.my-10 {
    margin-top: 10px;
    margin-bottom: 10px
}

.my-15 {
    margin-top: 15px;
    margin-bottom: 15px
}

.my-20 {
    margin-top: 20px;
    margin-bottom: 20px
}

.my-25 {
    margin-top: 25px;
    margin-bottom: 25px
}

.my-30 {
    margin-top: 30px;
    margin-bottom: 30px
}

.my-35 {
    margin-top: 35px;
    margin-bottom: 35px
}

.my-40 {
    margin-top: 40px;
    margin-bottom: 40px
}

.my-45 {
    margin-top: 45px;
    margin-bottom: 45px
}

.my-50 {
    margin-top: 50px;
    margin-bottom: 50px
}

.mt-5 {
    margin-top: 5px
}

.mt-10 {
    margin-top: 10px
}

.mt-15 {
    margin-top: 15px
}

.mt-20 {
    margin-top: 20px
}

.mt-25 {
    margin-top: 25px
}

.mt-30 {
    margin-top: 30px
}

.mt-35 {
    margin-top: 35px
}

.mt-40 {
    margin-top: 40px
}

.mt-45 {
    margin-top: 45px
}

.mt-50 {
    margin-top: 50px
}

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

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

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

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

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

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

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

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

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

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

.ml-5 {
    margin-left: 5px
}

.ml-10 {
    margin-left: 10px
}

.ml-15 {
    margin-left: 15px
}

.ml-20 {
    margin-left: 20px
}

.ml-25 {
    margin-left: 25px
}

.ml-30 {
    margin-left: 30px
}

.ml-35 {
    margin-left: 35px
}

.ml-40 {
    margin-left: 40px
}

.ml-45 {
    margin-left: 45px
}

.ml-50 {
    margin-left: 50px
}

.mr-5 {
    margin-right: 5px
}

.mr-10 {
    margin-right: 10px
}

.mr-15 {
    margin-right: 15px
}

.mr-20 {
    margin-right: 20px
}

.mr-25 {
    margin-right: 25px
}

.mr-30 {
    margin-right: 30px
}

.mr-35 {
    margin-right: 35px
}

.mr-40 {
    margin-right: 40px
}

.mr-45 {
    margin-right: 45px
}

.mr-50 {
    margin-right: 50px
}

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

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

.ms-80 {
    margin-left: 80px
}

@media (max-width: 1699px) {
    .ms-80 {
        margin-left: 0
    }
}

.mt-60 {
    margin-top: 60px
}

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

/*--style--*/

img.logo.img-fluid {
    max-width: 15rem;
}

.menu.container.th-container {
    max-width: 1480px;
}

img.foot-logo.img-fluid {
    max-width: 18rem;
}

p.about-text {
    text-align: justify;
}

.copyright {
    text-align-last: center;
}

.copyright-wrap {
    padding-top: 2rem;
    padding-bottom: 0rem;
}

a.nova-footer:hover {
    color: #fff;
}

.widget-area {
    padding: 0px;
}

footer.foot-nova-link {
    padding-top: 3rem;
    padding-bottom: 0rem;
}

.special {
    font-size: 34px;
    margin: 0px;
    padding: 0px !important;
}

.serv {
    margin-bottom: 2rem;
}

span.providing.sub-title {
    margin-bottom: 0.9rem;
}

p {
    text-align: justify;
}

.testimonial {
    padding-top: 3rem;
    padding-bottom: 3rem;
}

.blog.box-title {
    font-size: 20px;
}

.blog-nov.box-title {
    font-size: 25px !important;
}

.blog-area {
    padding-top: 4rem;
    padding-bottom: 3rem;
}

.mem.team-sec {
    padding-top: 3rem;
    padding-bottom: 3rem;
}

.event.project-area4 {
    padding-top: 4rem;
    padding-bottom: 3rem;
}

.expert.sec-title {
    font-size: 34px;
}

a.contac.th-btn {
    color: #fff;
}

.core-com {
    padding-top: 4rem;
    padding-bottom: 3rem;
}

a.th-btn.th-icon.th-radius {
    color: #fff !important;
}

@media(min-width:310px) and (max-width:680px) {
    img.logo.img-fluid {
        max-width: 10rem;
    }
    button.icon-btn.th-radius.searchBoxToggler {
        display: none;
    }
    
    
}

.banner.container {
    min-width: 100%;
    padding: 0px;
}

.banner.hero-title {
    font-size: 50px;
    width: 100%;
}

nav.main-menu ul.sub-menu a {
    color: #0089d0;
}

@media(min-width:310px) and (max-width:680px) {

    .banner.hero-title {
        font-size: 28px;
        width: 100%;
    }
    .hero-style4 .hero-text {
        font-family: var(--title-font);
        font-size: 17px;
        font-weight: 500;
        color: #fff;
        max-width: 712px;
    }

}

.sticky-wrapper.sticky nav.main-menu.d-none.d-lg-inline-block ul li a {
    color: #000;
}

.highly-skilled {
    padding-top: 4rem;
}


.dropdown_menu-9 {
    animation: growOut 300ms ease-in-out forwards;
    transform-origin: top center;

}

ul.service-nova.sub-menu.dropdown_menu {
    column-count: 2;
}
/*reset*/
ul.bannerSlider{
    padding-left:0;
  }
  .bannerSlider{
      height: 750px;
  }
  .bannerSlider .slide__image::before{
      content: "";
      position: absolute;
      width: 100%;
      height: 100%;
      background: rgb(33 33 33 / 9%);
  }
  .bannerSlider .slick-slide {
      position: relative;
  }

  img.slide__image__top-position {
      object-position:center bottom;
  }
  .bannerSlider .slide__text {
      position: absolute;
      z-index: 100;
      text-align: center;
      width: 100%;
      top: 50%;
        transform: translateY(-50%);
  }
  .bannerSlider .slide__text h2 {
      font-size: 48px;
      font-weight: 100;
  
      color: #fff;
  }
  /*
  .bannerSlider {
      margin: 0 auto;
  }
  .bannerSlider .slick-arrow{
      position: absolute;
  
      top: calc(50% - 14px);
      width: 24px;
      height: 42px;
  
      font-size: 48px;
      z-index: 2;
  
      color: #fff;
  }
  .bannerSlider .slick-prev {
      background: url(../images/layout/slick-prev.png);
      left: 50px;
  }
  .bannerSlider .slick-next {
      background: url(../images/layout/slick-next.png);
      right: 50px;
  }
  .bannerSlider i:hover{
      cursor: pointer;
  } */

  .banner .slick-track .slide__image img {
    width: 100% !important;
    object-fit: cover !important;
    height: 100%;
}
@media(min-width:992px){
    .banner .slick-track .slide__image {
        height: 800px !important;
    }
}
@media(min-width:310px) and (max-width:680px){
    .slide__image {
        height: 500px;
    }
    .bannerSlider {
        height: 500px;
    }
    ul.manage.sub-menu {
        column-count: 1;
    }
}
.unleash {
    place-self: anchor-center;
}
ul.manage.sub-menu {
    column-count: 2;
}

/*--style--*/

.breadcumb-wrapper::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    background: rgb(0 0 0 / 10%);
}
img.grow.img-fluid {
    border-radius: 4rem;
}
.missi {
    font-size: 28px;
    margin: 0px;
    color: #0089d0;
}
.visi {
    font-size: 28px;
    margin: 0px;
    color: #0089d0;
}
.core {
    font-size: 28px;
    text-align-last: center;
    color: #0089d0;
}
.our.overflow-hidden {
    padding-top: 3rem;
    padding-bottom: 3rem;
}
.we-make {
    padding-top: 5rem;
    padding-bottom: 3rem;
}
.potential.sec-title {
    font-size: 40px;
    letter-spacing: -1px;
}
.shape-img-bg {
    position: relative;
}
.mask-img {
    -webkit-mask-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAABEwAAAQICAYAAAAXyE7AAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyJpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMy1jMDExIDY2LjE0NTY2MSwgMjAxMi8wMi8wNi0xNDo1NjoyNyAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENTNiAoV2luZG93cykiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6RDdDNTVBNzdEOTQ1MTFFRUJBQTBGNzNEOUY4QzY5MUIiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6RDdDNTVBNzhEOTQ1MTFFRUJBQTBGNzNEOUY4QzY5MUIiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDpEN0M1NUE3NUQ5NDUxMUVFQkFBMEY3M0Q5RjhDNjkxQiIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDpEN0M1NUE3NkQ5NDUxMUVFQkFBMEY3M0Q5RjhDNjkxQiIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/PjbDl5AAAGO4SURBVHja7N0HnGVl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);
    mask-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAABEwAAAQICAYAAAAXyE7AAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyJpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMy1jMDExIDY2LjE0NTY2MSwgMjAxMi8wMi8wNi0xNDo1NjoyNyAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENTNiAoV2luZG93cykiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6RDdDNTVBNzdEOTQ1MTFFRUJBQTBGNzNEOUY4QzY5MUIiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6RDdDNTVBNzhEOTQ1MTFFRUJBQTBGNzNEOUY4QzY5MUIiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDpEN0M1NUE3NUQ5NDUxMUVFQkFBMEY3M0Q5RjhDNjkxQiIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDpEN0M1NUE3NkQ5NDUxMUVFQkFBMEY3M0Q5RjhDNjkxQiIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/PjbDl5AAAGO4SURBVHja7N0HnGVl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);
    -webkit-mask-size: 100% 100%;
    mask-size: 100% 100%;
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    width: 100%;
    height: 582px;
    object-fit: cover;
}
.img-bg-shape {
    position: absolute;
    left: -10%;
    top: -20%;
    width: 120%;
    height: 100%;
    z-index: -1;
}
.stop-color1 {
    stop-color: var(--themeht-secondary-color);
}
.contract {
    padding-bottom: 3rem !important;
    padding-top: 3rem !important;
    background-image: url("../img/nova/pattern.webp");
    background-position: bottom;
}
.promise.contract {
    font-size: 27px;
    padding: 0px !important;
    margin: 0px !important;
    background: top;
    line-height: 1.25;
    font-weight: 600;
    font-family: var(--title-font);
    color: var(--title-color);
}
.con.container {
    max-width: 1400px;
}
p.fast {
    margin-bottom: 10px;
}
.why.promise.contract {
    margin-bottom: 0.5rem !important;
}
.service-item.style-3 {
    overflow: hidden;
    text-align: center;
    position: relative;
    z-index: 0;
    padding: 60px 40px;
    background: #ffffff;
    border-radius: 75px 0 75px 0;
}
.service-item.style-3::before {
    border-radius: 20px;
    transform: scale(0);
    background: linear-gradient(115deg, #0089d0, #0089d0);
    content: "";
    display: block;
    height: 100%;
    left: 0;
    position: absolute;
    bottom: 0;
    width: 100%;
    z-index: -1;
}
.service-item.style-3:hover:after, .service-active.service-item.style-3:after {
    opacity: 0.2;
}
.service-item.style-3:after {
    content: "";
    display: block;
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    opacity: 0.04;
    width: 100%;
    z-index: -1;
    background: url(../images/pattern/02.png) no-repeat 0 0;
    background-size: cover;
}
.service-item.style-3 p {
    margin-bottom: 10px;
}
.service-item.style-3:hover h4, .service-item.style-3:hover p, .service-item.style-3:hover, .service-active.service-item.style-3 h4, .service-active.service-item.style-3 p, .service-active.service-item.style-3, .service-item.style-3:hover span {
    color: #ffffff;
}
.service-item.style-3:hover {
    border-radius: 20px 90px 20px 90px;
}
.service-item.style-3:hover::before, .service-active.service-item.style-3::before {
    transform: scale(1);
}
a, i, .themeht-btn, button, img, span, .nav-link, .dropdown-item, #ht-main-nav, .social-icons li:hover a, .testimonial-carousel .controls li, .service-item, .service-item.style-1 svg, .service-item.style-1::before, .service-item.style-1:after, .service-item.style-2:after, .service-item.style-3::before, .service-item.style-3:after, .clients-logo, .service-item.style-3, .featured-item, .featured-icon, .featured-item .featured-icon i, .portfolio-item, .price-table, .post .post-desc, .service-menu li a:before, .team-social-icon, .step-icon-bg, .accordion .accordion-button:before, .accordion .accordion-button:after {
    -webkit-transition: all 0.5s ease-in-out 0s;
    -moz-transition: all 0.5s ease-in-out 0s;
    -ms-transition: all 0.5s ease-in-out 0s;
    -o-transition: all 0.5s ease-in-out 0s;
    transition: all 0.5s ease-in-out 0s;
}
.short-term {
    font-size: 24px !important;
    line-height: 1.333;
    font-family: var(--title-font);
    color: var(--title-color);
    text-transform: none;
    font-weight: 700;
    margin: 0 0 15px 0 !important;
}
.long-term {
    padding-top: 3rem;
    padding-bottom: 2rem;
    background-color: #60606017;
}
.tele {
    margin-top: 1rem;
}
.hire.service-item.style-3 {
    min-height: 16rem;
}
.contract-staff {
    color: #0089d0;
    margin-bottom: 1.2rem;
    font-size: 30px;
    text-align-last: center;
}

.service-item.style-2 {
    text-align: center;
    position: relative;
    /*z-index: 9;*/
    padding: 40px 40px 70px;
    background: #fff;
    border-radius: 20px;
    margin-bottom: 25px;
    min-height: 21rem;
}
.service-item.style-2 .service-icon {
    width: 150px;
    margin: 0 auto;
    margin-bottom: 30px;
}
.service-item.style-2 h4 {
    margin-bottom: 0;
}
.service-item.style-2 .service-desc p {
    margin: 15px 0 0;
}
.service-item.style-2 .arrow-btn {
    position: absolute;
    bottom: -25px;
    left: 50%;
    margin-left: -25px;
}
.arrow-btn {
    background: linear-gradient(115deg, #9055ff, #13e2da);
    display: inline-block;
    color: var(--themeht-white-color);
    /*z-index: 500;*/
    width: 50px;
    height: 50px;
    border-radius: 100%;
    font-size: 20px;
    text-align: center;
    line-height: 50px;
}
.bi-arrow-up-right::before {
    content: "\f144";
}
img.arrow.img-fluid {
    max-width: 1.6rem !important;
}
.service-item.style-2:hover:after, .service-active.service-item.style-1:after {
    opacity: 0.1;
}
.service-item.style-2:hover {
    box-shadow: 0 10px 55px 5px rgba(137, 173, 255, .15);
    transform: translate3d(0, -20px, 0);
}
.understand {
    font-size: 25px;
    margin-bottom: 0px !important;

    font-family: var(--title-font);
    color: var(--title-color);
    text-transform: none;
    font-weight: 700;
    margin: 0 0 8px 0;
}
.easy-staffing {
    font-size: 34px;
    color: #0089d0;
    margin-bottom: 1.7rem;
}
.process-make {
    padding-top: 2rem;
    padding-bottom: 1rem;
background-image: url("../img/nova/pattern.webp");
background-position: bottom;
}
.lets {
    text-align: center;
    margin-top: 3rem;
    color: #0089d0;
}
p.complexity {
    font-size: 17px;
    color: #000;
    text-align: center;
}
.sign-nova {
    animation: slideInRight 1s ease-in-out;
}
@keyframes slideInRight {
    from {
        transform: translateX(100%);
        opacity: 0;
    }
    to {
        transform: translateX(0);
        opacity: 1;
    }
}
@keyframes slideInRight {
    from {
        transform: translateX(100%);
        opacity: 0;
    }
    to {
        transform: translateX(0);
        opacity: 1;
    }
}

/* Apply animation to the right-side content */
.contract .col-lg-6:last-child {
    animation: slideInRight 1s ease-in-out;
}

/*direct hire*/

.card-services-type-01:hover {
    box-shadow: 0px 10px 20px 0px rgba(0, 0, 0, 0.1019607843);
    transition-duration: 0.2s;
    transform: translateY(-2px);
}
.card-services-type-01 {
    padding: 25px;
    background-color: #fff;
    border: 1px solid #0089d0;
    text-align: center;
    margin-bottom: 30px;
    border-radius: 15px;
    transition-duration: 0.2s;
    padding-bottom: 0.5rem;
    min-height: 18rem;
}
img.leadership.img-fluid {
    max-width: 5rem;
}
.exec-leader {
    font-size: 21px;
    line-height: 1.8rem;
    margin-bottom: 0.3rem;
    margin-top: 0.4rem;
    color: #121228;
    font-weight: 500;
    margin: 0 0 15px 0;

}
.contr-staff.team__area-three {
    padding-top: 2rem;
    padding-bottom: 2rem;
    background-image: url(../img/nova/pattern.webp);
}


.feature-card.style3 {
    background: #EFF1F9;
    border-radius: 20px;
    padding: 30px;
    border: none;
}
.feature-card {
    text-align: center;
    border: 2px solid #D9E0F3;
    border-radius: 10px;
    padding: 40px 12px;
}
.feature-card.style3 .box-icon {
    position: relative;
    width: 80px;
    height: 80px;
    line-height: 80px;
    text-align: center;
    border-radius: 50%;
    display: block;
    margin: auto auto 25px auto;
    background: #1e55bd;
    z-index: 2;
}

.feature-card.style3 .box-icon:after {
    content: '';
    position: absolute;
    left: 0px;
    top: 5px;
    width: 80px;
    height: 80px;
    background-color: #fff;
    border-radius: 50%;
    z-index: -1;
    -webkit-transition: 0.4s;
    transition: 0.4s;
}
.box-title {
    font-size: 24px;
    line-height: 1;
    font-weight: 700;
    margin-top: -0.32em;
}
.feature-card.style3 .box-text {
    margin-bottom: 15px;
}
img.consultant.img-fluid {
    max-width: 3rem;
}
.process-direct {
    text-align: -webkit-center;
}
.oru-staffing-process {
    margin-bottom: 0.3rem;
}
.process-direct-sec {
    padding-top: 2rem;
    padding-bottom: 3rem;
    background-image: url("../img/nova/pattern-19.png");
}

/*--it help--*/

.img-box2 {
    text-align: center;
    margin-left: 85px;
    position: relative;
    z-index: 2;
}
.img-box2:before {
    top: -11px;
    left: -18px;
    opacity: 0.5;
    -webkit-animation-delay: 0.2;
    animation-delay: 0.2;
}
.img-box2:before, .img-box2:after {
    content: '';
    position: absolute;
    background-color: #1e55bd;
    width: 100%;
    height: 100%;
    -webkit-animation: morph 10s ease-in-out infinite;
    animation: morph 10s ease-in-out infinite;
    z-index: -1;
}
.img-box2 {
    text-align: center;
    margin-left: 85px;
    position: relative;
    z-index: 2;
}
.img-box2 .img1 img {
    -webkit-animation: morph 10s ease-in-out infinite;
    animation: morph 10s ease-in-out infinite;
    width: 100%;
    max-width: 760px;
}
.img-box2:after {
    right: -20px;
    bottom: -15px;
    background-color: #e2e8fa;
    -webkit-animation-delay: 0.6s;
    animation-delay: 0.6s;
    z-index: -2;
}
@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%;
    }
}
.it-support {
    padding-top: 4rem;
    padding-bottom: 3rem;
    background-image: url("../img/nova/pattern-19.png");
}
.about-area5 {
    border: 1px solid #E3E7F0;
    padding: 40px;
    border-radius: 30px;
    padding-top: 3rem;
    padding-bottom: 2rem;
}
.img-box6 {
    position: relative;
    z-index: 2;
    text-align: right;
}
.img-box6 .img1 {
    position: relative;
    text-align: right;
    z-index: 2;
    border-radius: 30px;
}
.img-box6 .img1 img {
    border-radius: 30px;
}
.process-it {
    margin-bottom: 0.5rem;
    margin-top: 0.8rem;
    font-size: 26px;
}

.helpdesk-service {
    padding-top: 1rem;
    padding-bottom: 2rem;
}
.lets.build {
    margin-top: 1.3rem;
    margin-bottom: 0.2rem;
}
p.expert.complexity {
    margin-bottom: 0rem !important;
}
.overflow-hidden.space {
    padding-top: 2rem;
    padding-bottom: 3rem;
}

/*--cloud solutions--*/

about-wrapper .about-image-items {
    position: relative;
}
.about-wrapper .about-image-items .about-image {
    position: relative;
    max-width: 556px;

    /* Mask for WebKit-based browsers like Chrome, Safari */
    -webkit-mask: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 554 467"><path fill-rule="evenodd" clip-rule="evenodd" d="M256.927 460.599C207.571 462.931 156.167 476.468 111.79 455.259C65.553 433.161 32.097 390.267 12.5337 343.796C-6.6261 298.284 1.09308 248.529 4.0835 199.413C7.34839 145.79 -9.38287 80.4032 30.8056 43.6927C71.6018 6.42725 138.713 33.5642 194.04 25.8959C239.474 19.5988 282.42 -8.70963 326.803 2.66757C371.57 14.1428 397.872 56.3382 431.965 86.885C470.993 121.852 523.678 146.258 541.433 194.97C560.374 246.935 558.866 309.117 530.316 356.718C502.393 403.276 444.817 422.38 393.302 441.955C349.644 458.543 303.723 458.387 256.927 460.599Z" /></svg>');
    -webkit-mask-repeat: no-repeat;
    -webkit-mask-position: center center;
    -webkit-mask-size: cover;

    /* Standard CSS Mask */
    mask: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 554 467"><path fill-rule="evenodd" clip-rule="evenodd" d="M256.927 460.599C207.571 462.931 156.167 476.468 111.79 455.259C65.553 433.161 32.097 390.267 12.5337 343.796C-6.6261 298.284 1.09308 248.529 4.0835 199.413C7.34839 145.79 -9.38287 80.4032 30.8056 43.6927C71.6018 6.42725 138.713 33.5642 194.04 25.8959C239.474 19.5988 282.42 -8.70963 326.803 2.66757C371.57 14.1428 397.872 56.3382 431.965 86.885C470.993 121.852 523.678 146.258 541.433 194.97C560.374 246.935 558.866 309.117 530.316 356.718C502.393 403.276 444.817 422.38 393.302 441.955C349.644 458.543 303.723 458.387 256.927 460.599Z" /></svg>');
}
.about-wrapper .about-image-items .about-image img {
    width: 100%;
    height: 100%;
}
.solution-cloud {
    align-content: center;
}
@keyframes slideInLeft {
    from {
        opacity: 0;
        transform: translateX(-100px);
    }
    to {
        opacity: 1;
        transform: translateX(0);
    }
}

.about-image {
    animation: slideInLeft 1s ease-in-out forwards;
}
@keyframes slideInRight {
    from {
        opacity: 0;
        transform: translateX(100px);
    }
    to {
        opacity: 1;
        transform: translateX(0);
    }
}

.potenti-cloud {
    animation: slideInRight 1s ease-in-out forwards;
}
.cloud-nova-solutions {
    padding-top: 3rem;
    padding-bottom: 1rem;
}
.service-item2.th-ani {
    padding-top: 2.5rem;
    padding-left: 1.3rem;
    padding-right: 1.8rem;
    padding-bottom: 1rem;
    margin-bottom: 3rem;
}
.service-item2 {
    position: relative;
    padding: 50px 40px 60px 40px;
    background-color: #0089d0 !important;
    box-shadow: 0px 0px 15px #E9E9E9;
    border-radius: 5px 5px 50px 5px;
    margin-bottom: 0;
    -webkit-transition: 0.4s ease-in-out;
    transition: 0.4s ease-in-out !important;
    z-index: 2;
}
.service-item2:before, .service-item2:after {
    content: "";
    width: 100%;
    height: 100%;
    border-radius: inherit;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    -webkit-transition: 0.4s ease-in-out;
    transition: 0.4s ease-in-out;
}
.service-item2:before {
    background-color: #fff;
}
.service-item2:hover:before {
    background: #0089d0;
}
.service-item2:hover:after {
    border-top: 6px solid #fff;
}
.enhanced.box-title {
    font-size: 22px;
}
.service-item2:after {
    border-top: 6px solid #0089d0;
}
.service-item2:hover .box-title {
    color: #fff !important;
}
.service-item2.th-ani:hover li {
    color: #fff !important;
}   
ul.cloud-poin {
    list-style-type: none;
    padding-left: 0px !important;
}
ul.cloud-poin i.fa-solid.fa-circle-check {
    margin-right: 0.4rem;
}
ul.cloud-poin i.fa-solid.fa-circle-check {
    color: #0089d0;
}

.service-item2.th-ani:hover ul.cloud-poin{
    color: #fff !important;
}
.service-item2.th-ani:hover i.fa-solid.fa-circle-check {
    color: #fff !important;
}

.cloud-migration {
    padding-top: 2rem !important;
    padding-bottom: 1rem !important;
    background-image: url("../img/nova/bg-shape5.png");
    background-position: top;
}

.core-tech.feature-card.style2 {
    padding: 28px;
    min-height: 17rem !important;
}
.feature-card.style2 {
    border-radius: 20px;
    box-shadow: 0px 20px 30px rgba(187, 192, 207, 0.15);
    background: var(--white-color);
    border: 0;
    text-align: start;
    padding: 40px;
    overflow: hidden;
    position: relative;
    z-index: 1;
}
.feature-card.style2 .feature-card-icon {
    margin-bottom: 38px;
}
.logic.feature-card-icon {
    margin-bottom: 20px !important;
}
.feature-card.style2 .feature-card-icon img {
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}
img.plc.img-fluid {
    max-width: 4rem;
    margin: 0px !important;
}
.program.box-title {
    line-height: 1.3;
    margin-top: 0px;
    margin-bottom: 0.3rem;
    font-size: 20px;
}
.feature-card.style2 .feature-card_text {
    margin-left: 0;
}
.feature-card_text {
    max-width: 315px;
    margin: 0 auto -0.5em auto;
}
.feature-card.style2:after {
    content: '';
    position: absolute;
    height: 380px;
    width: 380px;
    border: 50px solid #EFF1F9;
    border-radius: 50%;
    right: 0;
    top: 0;
    z-index: -1;
    -webkit-transform: translate(calc(100% - 170px), calc(-100% + 160px));
    -ms-transform: translate(calc(100% - 170px), calc(-100% + 160px));
    transform: translate(calc(100% - 170px), calc(-100% + 160px));
}
.feature-card-wrap2:nth-of-type(even) .feature-card.style2:after {
    left: 0;
    right: auto;
    top: 0;
    -webkit-transform: translate(calc(-100% + 170px), calc(-100% + 160px));
    -ms-transform: translate(calc(-100% + 170px), calc(-100% + 160px));
    transform: translate(calc(-100% + 170px), calc(-100% + 160px));
}
.easy.theme-title {
    text-align-last: center;
}
.feature-card.style2:hover .feature-card-icon img {
    -webkit-transform: scale(-1) rotate(180deg);
    -ms-transform: scale(-1) rotate(180deg);
    transform: scale(-1) rotate(180deg);
}
.make-cloud {
    padding-top: 2rem;
    padding-bottom: 2rem;
    background-image: url("../img/nova/pattern.webp");
    background-position: bottom;
}
.breadcumb-wrapper::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgb(0 0 0 / 10%); /* 30% black opacity */
}

.network-nova {
    animation: slideInRight 1s ease-in-out forwards;
}
.data-animation {
    animation: slideInLeft 1s ease-in-out forwards;
}

/*--network database--*/

.optimize-data.service-item.style-3 {
    padding-top: 2rem;
    padding-bottom: 1.3rem;
}
.recovery {
    margin-top: 2rem;
}
.recovery .optimize-data.service-item.style-3 {
    min-height: 12rem;
}
.database-maintain {
    padding-top: 3rem !important;
    padding-bottom: 2rem;
}
.design-net.service-item.style-2 {
    min-height: 17.2rem;
}

/*--cyber--*/

.about__img-wrap-three {
    position: relative;
}
.about__img-wrap-three > img:nth-child(1) {
    -webkit-border-radius: 10px 185px 10px 10px;
    -moz-border-radius: 10px 185px 10px 10px;
    -o-border-radius: 10px 185px 10px 10px;
    -ms-border-radius: 10px 185px 10px 10px;
    border-radius: 10px 185px 10px 10px;
}
.cyber-nova.about__area-three {
    padding-top: 3rem;
    padding-bottom: 3rem;
}

.security-cyber {
    animation: slideInRight 1s ease-in-out forwards;
}
.setting-cyber {
    animation: slideInLeft 1s ease-in-out forwards;
}
.integra-challenge {
    place-self: center;
}
img.integration.img-fluid {
    border-radius: 2rem 7rem;
}
.easy-integration {
    padding-top: 3rem;
    padding-bottom: 2rem;
    background-image: url("../img/nova/pattern-4.jpg");
}
.integra-challenge {
    animation: slideInRight 1s ease-in-out forwards;
}
.integ-model {
    animation: slideInLeft 1s ease-in-out forwards;
}


/*--erp--*/

.deploy-erp.service-item2.th-ani {
    min-height: 11rem;
}

/*--ai--*/

.ai {
    animation: slideInRight 1s ease-in-out forwards;
}
.erp-modern {
    animation: slideInLeft 1s ease-in-out forwards;
}
.ai-solutions-nova.about-section {
    padding-top: 3rem;
    padding-bottom: 1rem;
    background-image: url("../img/nova/pattern-10.jpg");
}
.service-box.style2 {
    position: relative;
    border: 0;
    box-shadow: 0px 10px 50px rgba(0, 0, 0, 0.08);
    padding: 34px 38px 28px;
    -webkit-transition: 0.4s;
    transition: 0.4s;
    overflow: hidden;
}
.service-box {
    box-shadow: 0px 10px 50px rgba(0, 0, 0, 0.08);
    background: var(--white-color);
    padding: 43px 40px 31px;
    border-top: 3px solid var(--theme-color);
    position: relative;
    -webkit-transition: 0.4s all;
    transition: 0.4s all;
    z-index: 1;
}
.service-box .service-box_inner {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    z-index: -1;
    opacity: 0.03;
    -webkit-transition: 0.4s all;
    transition: 0.4s all;
    text-align: center;
}
.service-box .service-box_inner img {
    -webkit-transition: 0.4s all;
    transition: 0.4s all;
    width: 100%;
}
.service-box_icon {
    position: relative;
    z-index: 1;
    margin-bottom: 10px;
}
.service-box.style2 .service-box_icon img {
    -webkit-filter: none;
    filter: none;
    -webkit-transition: 0.4s;
    transition: 0.4s;
}
.service-box.style2 .service-box_title {
    margin-bottom: 8px;
}
.service-box_text {
    margin-bottom: 0;
    -webkit-transition: 0.4s;
    transition: 0.4s;
}
.service-box:hover .service-box_inner img {
    -webkit-filter: brightness(99);
    filter: brightness(99);
}
.service-box:hover .service-box_inner {
    opacity: 0.15;
}
.service-box:hover {
    background: #0089d0;
}
.service-box.style2:hover .service-box_icon img {
    -webkit-filter: brightness(9999);
    filter: invert(1) brightness(1000%);
    -webkit-transform: rotateY(180deg);
    transform: rotateY(180deg);
}
.service-box.style2:hover .service-box_title a {
    color: #fff;
}
.service-box:hover .service-box_text, .service-box:hover .service-box_title a {
    color: #fff;
}
img.learning.img-fluid {
    max-width: 4.3rem;
}
.anal-predi.service-box_title.h4 {
    font-size: 22px;
}
.ai-trends.service-box.style2 {
    min-height: 18rem;
}
.pred-ai.service-box-wrap {
    margin-top: 0px;
}
.analytical.service-sec7 {
    padding-top: 3rem;
    padding-bottom: 3rem;
}
img.ai-intelli.img-fluid {
    border-radius: 11rem 1rem;
}
.make-cloud.ai-analy {
    padding-top: 2rem !important;
    padding-bottom: 1rem;
}

/*--data migration--*/

.td_image_box.td_style_6 {
    margin-right: 56px;
    position: relative;
    max-width: 580px;
}
.td_image_box.td_style_6 .td_image_box_img_1 {
    padding-right: 26%;
    position: relative;
    z-index: 2;
}
.td_image_box.td_style_6 .td_image_box_img_1 img {
    border-radius: 250px;
}
.td_image_box.td_style_6 .td_image_box_img_2 {
    position: absolute;
    z-index: 3;
    bottom: 0;
    right: 0;
    padding-left: 47%;
}
.td_image_box.td_style_6 .td_image_box_img_2_in {
    position: relative;
}
.td_image_box.td_style_6 .td_image_box_img_2 img {
    border: 20px solid #fff;
    border-radius: 200px;
}
.td_image_box.td_style_6 .td_image_box_shape_1 {
    height: 280px;
    width: 280px;
    border: 20px solid #ebeced;
    opacity: 0.5;
    border-radius: 50%;
    top: 50px;
    right: 0;
}
.td_image_box.td_style_6 .td_image_box_shape_2 {
    top: 95px;
    right: 45px;
}
.td_image_box.td_style_6 .td_image_box_shape_2 img {
    animation: 30s linear 0s infinite normal none running rotate-anim;
}

@keyframes rotate-anim {
    100% {
        transform: rotate(360deg);}
}
.data-nova-link {
    padding-top: 3rem;
    padding-bottom: 2rem;
}
.service10-boxarea {
    margin-bottom: 30px;
    position: relative;
    z-index: 1;
    transition: all .4s ease-in-out;
}
.service10-boxarea {
    background: #fff;
    padding: 32px 20px;
    border-radius: 4px;
}
.welcome-ellipsbox {
    position: relative !important;
    margin-bottom: 24px;
}
.ts {
    transition: all .4s ease-in-out;
}
.elips-icon6 {
    background: #0089d0;
    display: inline-block;
    height: 72px;
    width: 72px;
    line-height: 72px;
    text-align: center;
    border-radius: 50%;
    position: none;
    left: 152px;
    top: 9px;
}
.elips-icon6 img {
    filter: brightness(0) invert(1);
}
.d-inline-block {
    display: inline-block !important;
}   
.margin-b {
    margin-bottom: 16px;
}
.keyframe3, .keyframe4 {
    position: relative;
    animation-duration: 300s;
}
.keyframe3 {
    animation-name: animation-3;
    animation-iteration-count: alternate;
    animation-direction: infinite;
}
@keyframes  animation-3 {
    
    0% {
        transform: rotate(0);
    }
    100% {
        transform: rotate(1000deg);
    }
}
.weight-600 {
    font-weight: 600 !important;
}
.font-24 {
    font-size: 24px;
}
img.migration.img-fluid.ts {
    max-width: 3rem;
}
.service10-boxarea:hover {
    transform: translateY(-10px);
    transition: all .4s ease-in-out;
}
.service10-boxarea:after {
    position: absolute;
    content: "";
    bottom: 0;
    right: 0;
    background: #0089d0;
    height: 30px;
    width: 30px;
    z-index: -1;
    border-radius: 100px 0 0 0;
    transition: all .4s ease-in-out;
}
.service10-boxarea:hover:after {
    height: 100%;
    width: 100%;
    transition: all .4s ease-in-out;
    border-radius: 4px;
}
.service10-boxarea:hover a {
    color: #fff;
    transition: all .4s ease-in-out;
}
.service10-boxarea:hover p {
    color: hsla(0, 0%, 100%, .9);
    transition: all .4s ease-in-out;
}
.service10-boxarea:hover img {
    filter: brightness(0) invert(1);
    transition: all .4s ease-in-out;
}
.service10-boxarea:hover .elips-icon6 {
    background: #fff;
    transition: all .4s ease-in-out;
}
.service10-boxarea:hover .elips-icon6 img {
    filter: none;
    transition: all .4s ease-in-out;
}
.service10-boxarea p {
    margin-bottom: 3px;
}
.service10-section-area {
    position: relative;
    background: #eff7f6;
    padding-top: 3rem;
    padding-bottom: 2rem;
}
.migration-develop {
    align-content: center;
}
img.migration-data-link.img-fluid {
    border-radius: 3rem;
}
.datas {
    animation: slideInRight 1s ease-in-out forwards;
}
.migration-develop {
    animation: slideInLeft 1s ease-in-out forwards;
}
.data-target {
    padding-top: 3rem;
    padding-bottom: 1rem;
}

/*--application--*/

.about-section-two .image-column {
    margin-bottom: 50px;
}
.about-section-two .image-column .inner-column {
    position: relative;
    margin-bottom: 0;
    padding-bottom: 89px;
    margin-left: -36px;
    padding-right: 70px;
}
.about-section-two .image-column .inner-column .image, .about-section-two .image-column .inner-column .image-2 {
    position: relative;
    display: block;
    margin-bottom: 0;
}
.reveal img {
    height: 100%;
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -webkit-transform-origin: left;
    transform-origin: left;
}
.overlay-anim:after {
    background: rgba(255, 255, 255, 0.3);
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 0;
    opacity: 1;
    z-index: 9;
    pointer-events: none;
}
.about-section-two .image-column .inner-column .image-2 {
    position: absolute;
    bottom: 0;
    left: 10px;
    border-radius: 50%;
    outline: 10px solid var(--theme-color-light) !important;
}
.reveal {
    position: relative;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    visibility: hidden;
    overflow: hidden;
}   
.about-section-two .image-column .inner-column .image-2 img {
    position: relative;
    display: block;
    border-radius: 50%;
}
.reveal img {
    height: 100%;
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -webkit-transform-origin: left;
    transform-origin: left;
}
.about-section-two .image-column .inner-column .image-2 {
    position: absolute;
    bottom: 0;
    left: 10px;
    border-radius: 50%;
    outline: 10px solid #ffffff !important;
}
.about-section-two {
    padding-top: 3rem;
    padding-bottom: 0rem;

}

.software-develops.service-item.style-3 {
    min-height: 13rem;
    padding-top: 2rem;
    padding-bottom: 2rem;
}
.mobile-app.service-item.style-3 {
    padding-top: 2rem;
    padding-bottom: 2rem;
}   
.apps-nova {
    padding-top: 2rem;
    padding-bottom: 2rem;
    background-color: #60606017;
}
.dev-planning.service-item.style-2.service-active {
    padding-bottom: 1rem !important;
    min-height: 17rem;
}
.network-nova.bg-smoke2 {
    padding-top: 5rem;
    padding-bottom: 3rem;
}

/*--web development--*/

.about-img-wrap-four {
    position: relative;
    margin-right: 0px;
}

.mask-img-wrap {
    -webkit-mask-image: url(../img/nova/mask_img.png);
    mask-image: url(../img/nova/mask_img.png);
    -webkit-mask-size: 100%;
    mask-size: 100%;
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    -webkit-mask-position: center;
    mask-position: center;
    z-index: -1;
     /*height: 558px;
    width: 633px;
    margin-left: auto;*/
}
.about-area-four {
    padding-top: 2rem;
    padding-bottom: 1rem;
}
.website.card-services-type-01 {
    min-height: 14rem;
}
.website-system.card-services-type-01 {
    min-height: 12rem;
}

/*--mobile--*/

.about-section-three {
    padding-top: 3rem;
    padding-bottom: 2rem;
    position: relative;
}
.about-section-three .content-column {
    margin-bottom: 50px;
    position: relative;
    z-index: 1;
}
.animated {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}
.fadeInRight {
    -webkit-animation-name: fadeInRight;
    animation-name: fadeInRight;
}
.order-2 {
    order: 2 !important;
}

.about-section-three .image-column {
    margin-bottom: 20px;
    position: relative;
    z-index: 1;
}
.about-section-three .image-column .inner-column {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: relative;
}
.about-section-three .image-column .inner-column:before {
    -webkit-animation: zoom-one 5s infinite linear;
    animation: zoom-one 5s infinite linear;
    border-radius: 50%;
    border: 50px solid var(--border-theme-color1);
    content: "";
    height: 380px;
    left: -150px;
    position: absolute;
    top: 80px;
    width: 380px;
}
.about-section-three .image-column .image-1 {
    margin-bottom: 0;
    position: relative;
}
.about-section-three .image-column .image-2 {
    border: 10px solid #ffffff;
    -webkit-box-shadow: 0 10px 60px rgba(0, 0, 0, 0.08);
    box-shadow: 0 10px 60px rgba(0, 0, 0, 0.08);
    max-width: 300px;
    position: absolute;
    right: 88px;
    top: 60px;
}

/*--ui--*/

.ui{
    padding-top: 3rem;
    padding-bottom: 2rem;
}

@media(min-width:310px) and (max-width:680px){

    ul.manage.sub-menu {
        column-count: 1;
    }
}
.future.lets.build {
    margin-top: 0rem;
}
.modal-header {
    background-color: #0089d0;
    place-content: center;
}
.modal-title {
    color: #fff;
}
label.resume.btn {
    display: inline-block;
    padding: .5rem 1rem;
    border-radius: .25rem;
    color: #fff;
    background-color: #25a;
    cursor: pointer;
}
strong.resume {
    font-weight: 500;
}


.internship.overflow-hidden {
    padding-top: 3rem;
    padding-bottom: 3rem;
    background-color:#f0efe95e;
}
.intern.text-center.text-xl-start {
    text-align-last: center;
}
p.opportunity {
    margin-bottom: 0.3rem;
}
img.nova-equal.img-fluid {
    border-radius: 2rem;
    padding-bottom: 0.5rem;
}
.blog-nova.box-title {
    font-size: 24px !important;
    line-height: 2rem;
}
.blog-title.box-content {
    background-color: #ffffff4a;
    padding: 1rem;
}
.blog-area {
    padding-top: 4rem !important;
    padding-bottom: 3rem !important;
}
.stay {
    font-size: 28px;
    margin: 0px;
    padding-bottom: 0.2rem;
}
.blog-card_wrapp {
    margin-top: 1rem;
}
p.rapidly {
    margin-bottom: 0.3rem;
}
.blog-det-nova.th-blog-wrapper {
    padding-top: 5rem !important;
    padding-bottom: 1rem;
}
.play-button {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: rgba(0, 0, 0, 0.6);
    color: #fff;
    font-size: 24px;
    width: 50px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    text-decoration: none;
    transition: background 0.3s ease;
}

.play-button:hover {
    background: rgba(0, 0, 0, 0.8);
}

.play-button i {
    margin-left: 2px;
}
.test-nova.space-top {
    padding-top: 3rem;
    padding-bottom: 3rem;
}
.says.sec-title {
    font-size: 44px;
    /* margin: 0px; */
}
.client-hear {
    margin-top: 0rem;
}
.feedback-nova {
    margin-top: 1rem;
}
.blog-index.box-content {
    padding: 1rem;
}
p.main-footer__copyright {
    color: #fff;
}
.logos.slider-area {
    padding-top: 2rem;
    padding-bottom: 2rem;
}
.login.blog-area {
    background-color: #fff;
}
.login.blog-area img.login.img-fluid {
    max-width: 15rem;
    padding-bottom: 1rem;
}
.login-form {
    text-align-last: center;
}
label.name {
    font-size: 17px;
    font-weight: 500;
}
label.pwd{
    font-size: 17px;
    font-weight: 500;
}
.butt-log.form-group {
    text-align-last: center;
}
.butt-log.form-group button.th-btn {
    width: 12rem;
    border-radius: 2rem;
    color: #fff;
    font-size: 18px;
    padding-top: 0.9rem;
    padding-bottom: 0.9rem;
}
.regist.woocommerce-form-login {
    margin-bottom: 30px;
    background-color: #028ad017;
}
.trusted.we-make {
    padding-top: 4rem;
}

/*--responsive--*/

p.most.hero-text {
    margin-top: 1.5rem;
}
.unleash.sec-title {
    font-size: 49px;
}
.highlight.sec-title{
    font-size: 40px;
    line-height: 1.25;
    font-weight: 600;

}
a.read.line-btn {
    margin-top: 1rem;
}
span.modal-title{
    font-weight: 600;
    font-size: 30px;
    font-family: var(--title-font);
}
@media(max-width:767px){
    .banner {
        width: 100%;
        overflow: hidden !important;
    }
}
@media(min-width:310px) and (max-width:680px){

    .network-nova.bg-smoke2 {
        padding-top: 2rem;
        padding-bottom: 3rem;
    }
    .unleash.sec-title {
        font-size: 28px;
    }
    .expert.sec-title {
        font-size: 28px;
        margin-top: 0.3rem;
    }
    .special {
        font-size: 28px;
        margin: 0px;
        padding: 0px !important;
    }    
    .highlight.sec-title {
        font-size: 23px;
        line-height: 1.25;
        font-weight: 600;
        text-align: center !important;
    }
    .highlight.sec-title .split-line {
        text-align: center !important;
    }
    .title-area, .sec-title {
        --section-title-space: 25px;
    }
    .blog-card_wrapp {
        margin-top: 3rem;
    }
    .blog-nova.box-title {
        font-size: 22px !important;
        line-height: 2rem;
    }
    .blog-card .blog-meta {
        margin: -0.3rem 0 10px 0;
    }
    .managing.blog-card_wrapp {
        margin-top: 2rem;
    }
    .footer-wrapper .widget-area {
        padding-top: 0px;
        padding-bottom: 0px;
    }
    .footer-widget {
        margin-bottom: 20px;
    }
    .footer-widget .widget_title {
        margin-bottom: 35px;
        margin-top: 0.5rem;
    }
    .unleash {
        place-self: auto;
    }
    .potential.sec-title {
        font-size: 28px;
        letter-spacing: -1px;
    }
    .trusted.we-make {
        padding-top: 2rem;
    }
    p.lasting-nova {
        margin-bottom: 0px;
    }
    .cor-val {
        margin-top: 1rem;
    }
}
.hppy.sec-title{

    font-size: 34px;
    line-height: 1.25;
    font-weight: 600;
}

/*--about--*/

@media(min-width:680px) and (max-width:999px){
    .trusted.we-make {
        padding-top: 2rem;
        padding-bottom: 0rem;
    }
    .mission-vision {
        padding-bottom: 3rem;
    }
    .main-menu>ul>li {
        margin: 0 4px;
    }
    img.logo.img-fluid {
        max-width: 14rem;
    }
}
@media(min-width:1000px) and (max-width:1250px){

    .trusted.we-make {
        padding-top: 2rem;
        padding-bottom: 0rem;
    }
    .main-menu>ul>li {
        margin: 0 5px;
    }
    img.logo.img-fluid {
        max-width: 11rem;
    }
}

@media(min-width:1200px) and (max-width:1500px){

    .main-menu>ul>li {
        margin: 0 5px;
    }
    img.logo.img-fluid {
        max-width: 12rem;
    }
    .header-layout4 .main-menu {
    position: relative;
    margin-left: 2rem;
}
.header-layout4 .main-menu {
    position: relative;
    margin-left: 3rem !important;
}
}

/*--contract--*/

span.process-nova{
    font-size: 20px;
    line-height: 1.5;
    font-family: var(--title-font);
    color: var(--title-color);
    text-transform: none;
    font-weight: 700;
    margin: 0 0 15px 0;
}

@media(min-width:310px) and (max-width:680px){

    .contract {
        background-position: top;
        padding-bottom: 1rem !important;
    }
    .promise.contract {
        margin-top: 1rem !important;
        font-size: 24px;
    }
    .contract-staff {
        font-size: 24px;
        text-align-last: center;
    }
    .long-term {
        padding-top: 2rem;
        padding-bottom: 2rem;
    }
    .service-item.style-3 {
        overflow: hidden;
        text-align: center;
        position: relative;
        z-index: 0;
        padding: 36px 36px;
        background: #ffffff;
        border-radius: 75px 0 75px 0;
    }
    .hire.service-item.style-3 {
        margin-bottom: 1.5rem;
    }
    .short-term {
        font-size: 20px !important;
    }
    .easy-staffing {
        font-size: 24px;
        margin-bottom: 1.5rem;
    }
    .understand {
        font-size: 24px;
    }
    .service-item.style-2 {
        margin-bottom: 4rem;
        min-height: 12rem;
    }
    .lets {
        text-align: center;
        margin-top: 1rem;
        color: #0089d0;
    }
}

@media(min-width:700px) and (max-width:999px){

    .promise.contract{
        margin-top:1rem !important;
    }
    .contract {
        padding-bottom: 1rem !important;
    }
    .long-term {
        padding-top: 2rem;
        padding-bottom: 2rem;
        background-color: #60606017;
    }
    .empty {
        display: none;
    }
    .hire.service-item.style-3 {
        margin-bottom: 1rem;
    }
    .easy-staffing {
        font-size: 28px;
    }
}

/*--ceo--*/

.pbmit-team-details {
    position: relative;
    padding: 50px;
    background-color: #f1f1f1;
}
.pbmit-team-img {
    position: relative;
    z-index: 2;
}
.pbmit-team-details-inner {
    padding-left: 30px;
    padding-right: 15px;
}
.pbmit-team-summary {
    margin-bottom: 15px;
}
.team-details__content__title {
    font-size: 32px;
    margin-bottom: 5px;
    letter-spacing: 1px;
}
.pbmit-team-designation {
    font-size: 15px;
    line-height: 20px;
    color: #0089d0;
    margin-bottom: 0;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.pbmit-short-description p {

    font-size: 16px;
    line-height: 26px;
    margin-bottom: 5px;
    text-align: justify;
}
.pbmit-team-details:after {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    margin-right: 0;
    width: 265px;
    right: auto;
    background-color:#c8e9fa;
    z-index: 0;
}

span.educ{
    font-size: 24px;
    line-height: 1.417;
    font-family: var(--title-font);
        color: var(--title-color);
        text-transform: none;
        font-weight: 700;
        margin: 0 0 15px 0;
}
p.welcome-client {
    margin-bottom: 0.7rem;
}
img.linkedin-connect.img-fluid {
    max-width: 1.4rem;
    margin-left: 0.2rem;
}
img.strategy-pri.img-fluid {
    border-radius: 4rem;
}
.corporate {
    align-content: center;
}
.nova-capital {
    padding-top: 2rem;
    padding-bottom: 2rem;
    background-image: url(../img/nova/pattern-19.png);
}
ul.competencies {
    column-count: 2;
}
.competen {
    padding-top: 2rem;
    padding-bottom: 2rem;
   background-image: url("../img/nova/pattern-10.jpg");
}
.team-one {
    padding-top: 3rem;
}
@media(min-width:310px) and (max-width:680px){

    .pbmit-team-details:after {
        content: "";
        display: none;
    }
    .pbmit-team-details {
        position: relative;
        padding: 20px;
        background-color: #f1f1f1;
    }
    .team-details__content__title {
        font-size: 30px;
        margin-bottom: 5px;
        letter-spacing: 1px;
        margin-top: 1rem;
    }
    span.educ {
        font-size: 20px;
        line-height: 1.417;
        font-family: var(--title-font);
        color: var(--title-color);
        text-transform: none;
        font-weight: 700;
        margin: 0 0 15px 0;
    }
    ul.competencies {
        column-count: 1;
    }
}
.atlanta-nova-link {
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1), 0 6px 6px rgba(0, 0, 0, 0.1);
    border-radius: 12px;
    text-align: center;
    margin-top: 20px;
    width: 23.3%;
    margin-left: 13px;
}
.government {
    padding-top: 2rem;
    padding-bottom: 2rem;
}
.government .atlanta-nova-link img.img-fluid {
    width: 200px;
    padding: 17px;
    /* margin: 0 auto; */
}

@media(min-width:310px) and (max-width:680px){

    .government .atlanta-nova-link img.img-fluid {
        width: 230px;
        padding: 6px;
        /* margin: 0 auto; */
    }
    .atlanta-nova-link {
        box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1), 0 6px 6px rgba(0, 0, 0, 0.1);
        border-radius: 12px;
        text-align: center;
        margin-top: 20px;
        width: 44.3%;
        margin-left: 13px;
    }
    i.far.fa-bars {
        color: #fff;
    }
}
@media (min-width:700px) and (max-width:999px){

    .atlanta-nova-link {
        box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1), 0 6px 6px rgba(0, 0, 0, 0.1);
        border-radius: 12px;
        text-align: center;
        margin-top: 20px;
        width: 22.3%;
        margin-left: 13px;
    }
}

/*--contract staffing--*/

@media(min-width:700px) and (max-width:999px){

    .service-item.style-2 {
        text-align: center;
        position: relative;
        /* z-index: 9; */
        padding: 40px 40px 70px;
        background: #fff;
        border-radius: 20px;
        margin-bottom: 4rem;
        min-height: 15rem !important;
    }
    .lets {
        text-align: center;
        margin-top: 2rem;
        color: #0089d0;
    }
    .footer-wrapper .widget-area {
        padding-top: 1rem;
        padding-bottom: 1rem;
    }
    .footer-widget {
        margin-bottom: 31px;
    }
    i.far.fa-bars {
        color: #fff;
    }
}

@media(min-width:1000px) and (max-width:1199px){

    .sign-nova {
        padding-top: 1rem;
    }
    .empty {
        display: none;
    }
    .hire-contract {
        margin-top: 1rem;
    }
    .service-item.style-3 {
        overflow: hidden;
        text-align: center;
        position: relative;
        z-index: 0;
        padding: 60px 28px;
        background: #ffffff;
        border-radius: 75px 0 75px 0;
    }
    .hire.service-item.style-3 {
        min-height: 13rem;
    }
    .service-item.style-2 {
        text-align: center;
        position: relative;
        /* z-index: 9; */
        padding: 40px 40px 70px;
        background: #fff;
        border-radius: 20px;
        margin-bottom: 25px;
        min-height: 12rem;
        margin-top: 1.5rem;
    }
}
.nova-link.menu.container.th-container {
    max-width: 1520px;
}

@media(min-width:1200px) and (max-width:1290px){

    
    .header-button .th-btn {
        min-width: 131px;
    }
    main-menu>ul>li {
        margin: 0 3px  !important;
    }
}
p.box-text {
    color: #261212;
    font-weight: 400;
}

/*--it support--*/

.helpdesk.bring.sec-title {
    font-size: 26px;
    margin-bottom: 0rem;
}

@media(min-width:310px) and (max-width:680px){
    .img-box2 {
        text-align: center;
        margin-left: 33px;
        position: relative;
        z-index: 2;
    }
    
    .helpdesk.bring.sec-title {
        font-size: 24px;
        margin-bottom: 0rem;
    }    
}

@media(min-width:700px) and (max-width:999px){

    .it-support {
        padding-top: 4rem;
        padding-bottom: 1rem;
        background-image: url(../img/nova/pattern-19.png);
    }
}

/*--cloud--*/

@media(min-width:700px) and (max-width:999px){

    .cloud-migration {
        padding-top: 0rem !important;
        padding-bottom: 1rem !important;
        background-image: url(../img/nova/bg-shape5.png);
        background-position: top;
    }
}

/*--network--*/

@media(min-width:310px) and (max-width:680px){
    .optimize-data.service-item.style-3 {
        margin-bottom: 1.5rem;
    }
    .security.contract-staff {
        font-size: 22px;
    }
    .about-area5 {
        border: 1px solid #E3E7F0;
        padding: 28px;
        border-radius: 30px;
        padding-top: 3rem;
        padding-bottom: 2rem;
    }
    .make-integration.bring {
    margin-top: 1rem;
}
.erp-consul.contract-staff {
    font-size: 21px;
}
.ai-solutions-nova.about-section {
    padding-top: 1rem;
    padding-bottom: 1rem;
    background-image: url(../img/nova/pattern-10.jpg);
}
.ai-service.contract-staff {
    font-size: 22px;
}
.about-section-two {
    padding-top: 2rem;
    padding-bottom: 1rem;
}
.about-section-two .image-column .inner-column {
    position: relative;
    margin-bottom: 0;
    padding-bottom: 144px;
    margin-left: 0px;
    padding-right: 70px;
}
.software-develops.service-item.style-3 {
    min-height: 13rem;
    padding-top: 2rem;
    padding-bottom: 2rem;
    margin-bottom: 1rem;
}
.make-ui.bring.sec-title {
    font-size: 24px;
    margin-top: 1rem;
}

.internship.overflow-hidden {
    padding-top: 3rem;
    padding-bottom: 1rem;
    background-color: #f0efe95e;
}
.stay {
    font-size: 21px;
    margin: 0px;
    padding-bottom: 0.2rem;
}
.says.sec-title {
    font-size: 29px;
    /* margin: 0px; */
    margin-bottom: 3rem;
}
.deliver.unleash.sec-title {
    display: contents !important;
    padding-top: 0.5rem;
    margin-bottom: 0.2rem !important;
    font-size: 26px !important;
}
}
@media(min-width:700px) and (max-width:999px){
    .card-services-type-01 {
        padding: 25px;
        background-color: #fff;
        border: 1px solid #0089d0;
        text-align: center;
        margin-bottom: 30px;
        border-radius: 15px;
        transition-duration: 0.2s;
        padding-bottom: 0.5rem;
        min-height: 16rem;
    }
    .make-integration.bring {
        margin-top: 1rem;
    }
    .pbmit-team-details:after {
        content: "";
        display: block;
        position: absolute;
        top: 0;
        bottom: 0;
        left: 0;
        margin-right: 0;
        width: 265px;
        right: auto;
        background-color: #ffffff00;
        z-index: 0;
    }
    .about-section-two {
        padding-top: 2rem;
        padding-bottom: 0rem;
    }
    .apps.software-develops.service-item.style-3 {
        margin-bottom: 1rem !important;
    }
    .make-ui.bring.sec-title {
        font-size: 24px;
        margin-top: 1rem;
    }
    .hero-style4 .hero-title {
        line-height: 3.5rem;
    }
    .deliver.unleash.sec-title {

        font-size: 39px !important;
    }
}
@media(min-width:1000px) and (max-width:1199px){

    .design-net.service-item.style-2 {
        min-height: 9.2rem;
    }
    .about-section-two .image-column .inner-column {
        position: relative;
        margin-bottom: 0;
        padding-bottom: 89px;
        margin-left: 0px;
        padding-right: 0px;
    }
    .deliver.unleash.sec-title
     {
            font-size: 35px  !important;
        }
        .hero-style4 .hero-title {
            line-height: 3.5rem;
        }
}

/*--ai--*/

.make-ai.bring.sec-title {
    font-size: 28px;
}
.data-migration.bring.sec-title {
    font-size: 24px;
}
.make-mobile.bring.sec-title {
    font-size: 24px;
}
.make-ui.bring.sec-title {
    font-size: 24px;
}
.contract-staffing.service-item.style-2 {
    min-height: 18rem;
}

@media(min-width:999px) and (max-width:1199px){

    .contract-staffing.service-item.style-2 {
        min-height: 11rem;
    }
}

.builder-page-wrapper {
    padding-top: 50px;
    padding-bottom: 50px;
}
.over_space_blogs .blog-card .blog-title.box-content {
    height: 230px;
    background: #fff;
    border-radius: 10px;
}

@media(min-width:700px){

    .deliver.unleash.sec-title {
        display: -webkit-box  !important;
        padding-top: 0.5rem;
        margin-bottom: 0.2rem !important;
        font-size: 46px;
    }
}

@media(min-width:1400px) and (max-width:1800px){
    .header-layout4 .main-menu {
        position: relative;
        margin-left: 4rem !important;
    }

}
.control {
    list-style: none;
  }
  .control li {
    position: absolute;
    z-index: 99;
    top: 50%;
    transform: translateY(-50%);
    color: white;
    background: rgba(0, 0, 0, 0.5);
    padding: 12px 20px;
    border-radius: 50%;
    cursor: pointer;
  }
  .control li:hover {
    background: #000;
  }
  .control li.prev {
    left: 20px;
  }
  .control li.next {
    right: 20px;
  }
  .tns-nav {
    text-align: center;
    margin-top: 15px;
    margin-bottom: 15px;
  }
  .tns-nav button {
    height: 13px;
    width: 8px;
    background-color: #a5a5a5;
    border: none;
    margin-left: 7px;
    border-radius: 50%;
  }
  .tns-nav .tns-nav-active {
    background-color: black;
  }
  /* .scale{
    animation-name: scale;
    transform-origin: center
  }
  @keyframes scale{
    from {
      transform: rotate(90deg);
    }
    to{
      transform: rotate(0deg);
    }
  } */
  /* Youtube link */
  .link {
    position: fixed;
    background-color: #d12322;
    padding: 23px 40px;
    right: 0;
    border-radius: 5px;
    top: 0;
    font-size: 18px;
    font-weight: 500;
    color: #fff;
    text-decoration: none;
    text-transform: capitalize;
    transition: all 0.1s ease-in-out;
  }
  
  .link i {
    padding-left: 7px;
  }
  
  .link:hover {
    text-decoration: underline;
    background-color: black;
  }
  

/*slider*/

.swiper {
    width: 90%;
    margin: 40px auto;
  }

  .swiper-slide {
    background: #fff;
    border-radius: 10px;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
    overflow: hidden;
    text-align: center;
  }

  .slide-img {
    width: 100%;
    height: 200px;
    object-fit: cover;
  }

  .slide-title {
    padding: 15px;
    font-weight: bold;
    font-size: 1.1rem;
    color: #333;
    text-align: center;
    background-color: #f1f1f1;
  }

  .swiper-button-next,
  .swiper-button-prev {
    color: #000;
  }

  .swiper-wrapper {
    display: flex;
    justify-content: space-between;
  }
.slide-title a  {
    color: #000 !important;
}
.slide-title a:hover {
    color: #0089d0 !important ;
}
@media(min-width:310px) and (max-width:680px){

    .contact-information.sec-title
 {
    font-size: 24px;
}
.contact-media .icon-btn
 {
    --btn-size: 40px;
    font-size: 18px;
    background: #F8F8F8;
    border: 1px solid #D8DDE1;
    border-radius: 16px;
    color: var(--title-color);
}
.over_space_blogs .blog-card .blog-title.box-content
 {
    height: 100%;
    background: #fff;
    border-radius: 10px;
}
}