@use "sass:math";
:root {
    --theme-color: #ffbf3f;
    --title-color: #3675a8;
    --body-color: #6F6E77;
    --smoke-color: #F3F1F2;
    --smoke-color2: #EFECFF;
    --black-color: #000000;
    --black-color2: #080E1C;
    --gray-color: #E6E6E6;
    --white-color: #ffffff;
    --light-color: #72849B;
    --yellow-color: #FFB539;
    --success-color: #28a745;
    --error-color: #dc3545;
    --border-color: #CDCDCD;
    --title-font: 'Manrope', sans-serif;
    --body-font: 'Roboto', sans-serif;
    --icon-font: "Font Awesome 6 Pro";
    --main-container: 1290px;
    --container-gutters: 30px;
    --section-space: 80px;
    --section-space-mobile: 80px;
    --section-title-space: 60px;
    --ripple-ani-duration: 5s
}

html,
body {
    scroll-behavior: auto !important
}

body {
    font-family: var(--body-font);
    font-size: 16px;
    font-weight: 400;
    color: var(--body-color);
    line-height: 26px;
    overflow-x: hidden;
    -webkit-font-smoothing: antialiased
}

body.home-sidemenu {
    margin-left: 315px
}

@media (max-width: 991px) {
    body.home-sidemenu {
        margin-left: 124px
    }
}

@media (max-width: 575px) {
    body.home-sidemenu {
        margin-left: 92px
    }
}

@media (max-width: 375px) {
    body.home-sidemenu {
        margin-left: 0px
    }
    body.home-sidemenu .th-btn {
        padding: 17.5px 24px;
        font-size: 14px
    }
}

iframe {
    border: none;
    width: 100%
}

.slick-slide:focus,
button:focus,
a:focus,
a:active,
input,
input:hover,
input:focus,
input:active,
textarea,
textarea:hover,
textarea:focus,
textarea:active {
    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(--border-color)
}

th {
    font-weight: 700;
    color: var(--title-color)
}

td,
th {
    border: 1px solid var(--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: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 6px 0;
    color: var(--body-color);
    line-height: 1.75
}

h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a,
p a,
span a {
    font-size: inherit;
    font-family: inherit;
    font-weight: inherit;
    line-height: inherit
}

.h1,
h1,
.h2,
h2,
.h3,
h3,
.h4,
h4,
.h5,
h5,
.h6,
h6 {
    font-family: var(--title-font);
    color: var(--title-color);
    text-transform: none;
    font-weight: 700;
    line-height: 1.4;
    margin: 0 0 5px 0
}

.h1,
h1 {
    font-size: 50px;
    line-height: 1.167
}

.h2,
h2 {
    font-size: 40px;
    line-height: 1.208
}

.h3,
h3 {
    font-size: 26px;
    line-height: 1.278
}

.h4,
h4 {
    font-size: 22px;
    line-height: 1.333
}

.h5,
h5 {
    font-size: 20px;
    line-height: 1.417
}

.h6,
h6 {
    font-size: 20px;
    line-height: 1.5
}

@media (max-width: 1200px) {
    .h2,
    h2 {
        font-size: 42px
    }
}

@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
    }
}

.admin-bar .th-header .sticky-wrapper.sticky {
    top: 32px
}

.wp-block-search__label {
    position: relative;
    font-size: 24px;
    font-weight: 700;
    font-family: var(--title-font);
    line-height: 1em;
    margin: -0.12em 0 30px 0
}

.wp-block-search__label:after {
    content: '';
    height: 1px;
    width: calc(100% + 100px);
    background-color: var(--border-color);
    display: block;
    margin-top: 15px;
    position: relative;
    left: -50px
}

.wp-block-search__label:before {
    content: '';
    height: 1px;
    width: 40px;
    background-color: var(--theme-color);
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 1;
    -webkit-animation: lineMove 10s linear infinite;
    animation: lineMove 10s linear infinite
}

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
}

.page--item .th-comment-form {
    padding: 0
}

.page--item .th-comments-wrap {
    margin-left: 0;
    margin-right: 0;
    margin-top: 30px
}

.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: .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: .5em 0;
    font-size: 14px
}

.wp-block-media-text,
.wp-block-media-text.alignwide,
figure.wp-block-gallery {
    margin-bottom: 30px
}

.wp-block-media-text.alignwide {
    background-color: var(--smoke-color)
}

.editor-styles-wrapper .has-large-font-size,
.has-large-font-size {
    line-height: 1.4
}

.wp-block-latest-comments a {
    color: inherit
}

.wp-block-button {
    margin-bottom: 10px
}

.wp-block-button:last-child {
    margin-bottom: 0
}

.wp-block-button .wp-block-button__link {
    color: #fff
}

.wp-block-button .wp-block-button__link:hover {
    color: #fff;
    background-color: var(--theme-color)
}

.wp-block-button.is-style-outline .wp-block-button__link {
    background-color: transparent;
    border-color: var(--title-color);
    color: var(--title-color)
}

.wp-block-button.is-style-outline .wp-block-button__link:hover {
    color: #fff;
    background-color: var(--theme-color);
    border-color: var(--theme-color)
}

.wp-block-button.is-style-squared .wp-block-button__link {
    border-radius: 0
}

ol.wp-block-latest-comments li {
    margin: 15px 0
}

ul.wp-block-latest-posts {
    padding: 0;
    margin: 0;
    margin-bottom: 15px
}

ul.wp-block-latest-posts a {
    color: inherit
}

ul.wp-block-latest-posts a:hover {
    color: var(--theme-color)
}

ul.wp-block-latest-posts li {
    margin: 15px 0
}

.wp-block-search {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-bottom: 30px
}

.wp-block-search .wp-block-search__input {
    width: 100%;
    max-width: 100%;
    border: 1px solid rgba(0, 0, 0, 0.1);
    padding-left: 20px
}

.wp-block-search .wp-block-search__button {
    margin: 0;
    min-width: 110px;
    border: none;
    color: #fff;
    background-color: var(--theme-color)
}

.wp-block-search .wp-block-search__button.has-icon {
    min-width: 55px
}

.wp-block-search .wp-block-search__button:hover {
    background-color: var(--title-color)
}

.wp-block-search.wp-block-search__button-inside .wp-block-search__inside-wrapper {
    padding: 0;
    border: none
}

.wp-block-search.wp-block-search__button-inside .wp-block-search__inside-wrapper .wp-block-search__input {
    padding: 0 8px 0 25px
}

ul.wp-block-rss a {
    color: inherit
}

.wp-block-group.has-background {
    padding: 15px 15px 1px;
    margin-bottom: 30px
}

.wp-block-table td,
.wp-block-table th {
    border-color: rgba(0, 0, 0, 0.1)
}

.wp-block-table.is-style-stripes {
    border: 1px solid rgba(0, 0, 0, 0.1);
    margin-bottom: 30px
}

.wp-block-table.is-style-stripes {
    border: 0;
    margin-bottom: 30px;
    border-bottom: 0
}

.wp-block-table.is-style-stripes th,
.wp-block-table.is-style-stripes td {
    border-color: var(--border-color)
}

.logged-in .will-sticky .sticky-active.active,
.logged-in .preloader .th-btn {
    top: 32px
}

@media (max-width: 782px) {
    .logged-in .will-sticky .sticky-active.active,
    .logged-in .preloader .th-btn {
        top: 46px
    }
}

@media (max-width: 600px) {
    .logged-in .will-sticky .sticky-active.active,
    .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(--border-color)
}

.post-password-form input[type="submit"] {
    padding-left: 0;
    padding-right: 0;
    margin: 0;
    width: 140px;
    border: none;
    color: #fff;
    background-color: var(--theme-color);
    text-align: center
}

.post-password-form input[type="submit"]:hover {
    background-color: var(--title-color)
}

.page-links {
    clear: both;
    margin: 0 0 1.5em;
    padding-top: 1em
}

.page-links>.page-links-title {
    margin-right: 10px
}

.page-links>span:not(.page-links-title):not(.screen-reader-text),
.page-links>a {
    display: inline-block;
    padding: 5px 13px;
    background-color: var(--white-color);
    color: var(--title-color);
    border: 1px solid rgba(0, 0, 0, 0.08);
    margin-right: 10px
}

.page-links>span:not(.page-links-title):not(.screen-reader-text):hover,
.page-links>a:hover {
    opacity: 0.8;
    color: var(--white-color);
    background-color: var(--theme-color);
    border-color: transparent
}

.page-links>span:not(.page-links-title):not(.screen-reader-text).current,
.page-links>a.current {
    background-color: var(--theme-color);
    color: var(--white-color);
    border-color: transparent
}

.page-links span.screen-reader-text {
    display: none
}

.blog-single .wp-block-archives-dropdown {
    margin-bottom: 30px
}

.blog-single.format-quote,
.blog-single.format-link,
.blog-single.tag-sticky-2,
.blog-single.sticky {
    position: relative
}

.blog-single.format-quote .blog-content,
.blog-single.format-link .blog-content,
.blog-single.tag-sticky-2 .blog-content,
.blog-single.sticky .blog-content {
    background-color: var(--smoke-color);
    border: none
}

.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: 'Font Awesome 6 Pro';
    font-size: 5rem;
    opacity: 0.3;
    right: 15px;
    line-height: 1;
    top: 15px;
    color: var(--theme-color);
    z-index: 1
}

.blog-single.tag-sticky-2::before,
.blog-single.sticky::before {
    content: "\f08d";
    position: absolute;
    font-family: var(--icon-font);
    font-size: 16px;
    font-weight: 500;
    opacity: 1;
    right: 0;
    top: 0;
    color: var(--white-color);
    background-color: var(--theme-color);
    z-index: 1;
    height: 44px;
    width: 44px;
    line-height: 44px;
    text-align: center;
    border-radius: 0 0 0 4px
}

.blog-single.format-quote:before {
    content: "\f10e";
    top: 0
}

.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 .blog-content p:last-child {
    margin-bottom: 0
}

.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 {
    box-shadow: none;
    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
}

.blog-single .wp-block-tag-cloud {
    margin-bottom: 20px
}

.blog-single .wp-block-tag-cloud a {
    background-color: var(--smoke-color);
    color: var(--title-color)
}

.th-search {
    background-color: #f3f3f3;
    margin-bottom: 30px;
    border: 1px solid #f3f3f3
}

.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: 1199px) {
    .blog-single.format-quote:before,
    .blog-single.format-link:before,
    .blog-single.tag-sticky-2:before,
    .blog-single.sticky:before {
        font-size: 14px;
        padding: 8px 16px
    }
    .blog-single.format-quote:before {
        top: 15px
    }
}

@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;
        padding: 8px 16px
    }
}

@media (max-width: 768px) {
    .wp-block-latest-comments {
        padding-left: 10px
    }
    .page--content.clearfix+.th-comment-form {
        margin-top: 24px
    }
}

.wcu-img-half img {
    min-height: 646px
}

@media (max-width: 1399px) {
    :root {
        --main-container: 1250px
    }
}

@media only screen and (min-width: 1300px) {
    .container-xxl,
    .container-xl,
    .container-lg,
    .container-md,
    .container-sm,
    .container {
        max-width: calc(var(--main-container) + var(--container-gutters));
        padding-left: calc(var(--container-gutters) / 2);
        padding-right: calc(var(--container-gutters) / 2)
    }
    .container-xxl.px-0,
    .container-xl.px-0,
    .container-lg.px-0,
    .container-md.px-0,
    .container-sm.px-0,
    .container.px-0 {
        max-width: var(--main-container)
    }
}

@media only screen and (min-width: 1300px) {
    .th-container {
        --main-container: 1605px
    }
}

@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
    }
}

.th-container2 {
    max-width: 1790px
}

.th-container3 {
    max-width: 1520px
}

.round-container {
    max-width: 1620px;
    margin-left: auto;
    margin-right: auto;
    border-radius: 20px;
    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
}

@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: 60px;
    padding: 0 25px 0 25px;
    padding-right: 45px;
    border: 1px solid transparent;
    color: var(--body-color);
    background-color: #fff;
    border-radius: 4px;
    font-size: 16px;
    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);
    background-color: var(--smoke-color)
}

select.style-white,
.form-control.style-white,
.form-select.style-white,
textarea.style-white,
input.style-white {
    background: var(--white-color)
}

select.style-border,
.form-control.style-border,
.form-select.style-border,
textarea.style-border,
input.style-border {
    background: transparent;
    border: 1px solid var(--border-color);
    border-radius: 4px
}

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)
}

input[type=date] {
    padding: 0 25px 0 25px;
    position: relative
}

input[type=date]::-webkit-calendar-picker-indicator {
    background: transparent;
    position: absolute;
    left: 0px;
    height: 100%;
    width: 100%;
    z-index: 1;
    cursor: pointer
}

.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: 154px;
    padding-top: 16px;
    padding-bottom: 17px
}

textarea.form-control.style2,
textarea.style2 {
    min-height: 100px
}

.form-group {
    margin-bottom: var(--bs-gutter-x);
    position: relative
}

.form-group>i {
    display: inline-block;
    position: absolute;
    right: 25px;
    top: 21px;
    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(--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
}

.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)
}

.slick-track {
    min-width: 100%
}

.slick-list {
    padding-left: 0;
    padding-right: 0;
    overflow: hidden
}

.slick-slide img {
    display: inline-block
}

.slick-dots {
    list-style-type: none;
    padding: 0;
    margin: 40px 0 0px 0;
    line-height: 0;
    text-align: center;
    height: -webkit-max-content;
    height: -moz-max-content;
    height: max-content
}

.slick-dots li {
    display: inline-block;
    margin-right: 15px
}

.slick-dots li:last-child {
    margin-right: 0
}

.slick-dots button {
    font-size: 0;
    padding: 0;
    width: 12px;
    height: 12px;
    line-height: 0;
    border-radius: 9999px;
    border: none;
    background-color: var(--border-color);
    -webkit-transition: all ease 0.4s;
    transition: all ease 0.4s;
    position: relative
}

.slick-dots button:hover {
    border-color: var(--theme-color)
}

.slick-dots button:before {
    content: "";
    position: absolute;
    left: 50%;
    top: 50%;
    width: 20px;
    height: 20px;
    -webkit-transform: scale(0.5);
    -ms-transform: scale(0.5);
    transform: scale(0.5);
    margin: -10px 0 0 -10px;
    background-color: var(--theme-color);
    border-radius: 50%;
    -webkit-transition: all ease 0.4s;
    transition: all ease 0.4s;
    opacity: 0;
    visibility: hidden
}

.slick-dots .slick-active button {
    background-color: var(--theme-color)
}

.slick-dots .slick-active button::before {
    opacity: 1;
    visibility: visible;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1)
}

.slick-arrow {
    display: inline-block;
    padding: 0;
    background-color: var(--white-color);
    color: var(--title-color);
    position: absolute;
    top: 50%;
    border: none;
    left: var(--pos-x, -100px);
    width: var(--icon-size, 60px);
    height: var(--icon-size, 60px);
    line-height: var(--icon-size, 60px);
    font-size: var(--icon-font-size, 16px);
    margin-top: calc(var(--icon-size, 60px) / -2);
    z-index: 2;
    border-radius: 99px
}

.slick-arrow.default {
    position: relative;
    --pos-x: 0;
    margin-top: 0
}

.slick-arrow.slick-next {
    right: var(--pos-x, -100px);
    left: auto
}

.slick-arrow:hover {
    background-color: var(--theme-color);
    color: var(--white-color)
}

.arrow-style2 .slick-arrow {
    box-shadow: 0px 10px 50px rgba(0, 0, 0, 0.1)
}

.arrow-margin .slick-arrow {
    top: calc(50% - 30px)
}

.arrow-wrap .slick-arrow {
    opacity: 0;
    visibility: hidden
}

.arrow-wrap:hover .slick-arrow {
    opacity: 1;
    visibility: visible
}

.arrow-wrap.style2 {
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
    gap: 10px
}

.arrow-wrap.style2 .slick-arrow {
    opacity: 1;
    visibility: visible;
    position: initial;
    border: 1px solid var(--theme-color);
    color: var(--theme-color);
    margin: 0
}

.arrow-wrap.style2 .slick-arrow:hover {
    color: var(--white-color)
}

.arrow-wrap.style3 {
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
    gap: 10px
}

.arrow-wrap.style3 .slick-arrow {
    opacity: 1;
    visibility: visible;
    position: initial;
    margin: 0
}

.arrow-wrap.style3 .slick-arrow:hover {
    color: var(--white-color)
}

@media (max-width: 1500px) {
    .slick-arrow {
        --arrow-horizontal: -20px;
        --pos-x: -70px
    }
}

@media (max-width: 1399px) {
    .slick-arrow {
        --arrow-horizontal: 40px;
        --pos-x: -17px
    }
}

@media (max-width: 991px) {
    .slick-arrow {
        --icon-size: 40px;
        line-height: 38px;
        margin-right: 40px;
        font-size: 14px
    }
    .slick-arrow.slick-next {
        margin-right: 0;
        margin-left: 40px
    }
    .slick-dots {
        margin: 40px 0 0 0
    }
    .icon-box .slick-arrow {
        margin-right: 0
    }
}

.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: 0px;
    padding-top: 0px;
    display: block;
    text-align: center;
    background-color: #fff;
	border-bottom: 3px solid #2b2c3e;
}

.th-menu-wrapper .mobile-logo svg {
    max-width: 185px
}

.th-menu-wrapper .th-menu-toggle {
    border: none;
    font-size: 22px;
    position: absolute;
    right: -16.5px;
    top: 25px;
    padding: 0;
    line-height: 1;
    width: 33px;
    height: 33px;
    line-height: 35px;
    font-size: 18px;
    z-index: 1;
    color: var(--white-color);
    background-color: var(--theme-color);
    border-radius: 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 {
    padding-bottom: 40px;
    margin-top: 33px;
    text-align: left
}

.th-mobile-menu ul {
    margin: 0;
    padding: 0 0
}

.th-mobile-menu ul li {
    border-bottom: 1px solid #fdedf1;
    list-style-type: none
}

.th-mobile-menu ul li li:first-child {
    border-top: 1px solid #fdedf1
}

.th-mobile-menu ul li a {
    display: block;
    position: relative;
    padding: 12px 0;
    line-height: 1.4;
    font-size: 16px;
    text-transform: capitalize;
    color: var(--title-color);
    padding-left: 18px
}

.th-mobile-menu ul li a:before {
    content: '\f105';
    font-family: var(--icon-font);
    position: absolute;
    left: 0;
    top: 12px;
    margin-right: 10px;
    display: inline-block
}

.th-mobile-menu ul li.th-active>a {
    color: var(--theme-color)
}

.th-mobile-menu ul li.th-active>a:before {
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg)
}

.th-mobile-menu ul li ul li {
    padding-left: 20px
}

.th-mobile-menu ul li ul li:last-child {
    border-bottom: none
}

.th-mobile-menu ul .th-item-has-children>a .th-mean-expand {
    position: absolute;
    right: 0;
    top: 50%;
    font-weight: 400;
    font-size: 12px;
    width: 25px;
    height: 25px;
    line-height: 25px;
    margin-top: -12.5px;
    display: inline-block;
    text-align: center;
    background-color: var(--smoke-color);
    color: var(--title-color);
    box-shadow: 0 0 20px -8px rgba(173, 136, 88, 0.5);
    border-radius: 50%
}

.th-mobile-menu ul .th-item-has-children>a .th-mean-expand:before {
    content: '\f067';
    font-family: var(--icon-font)
}

.th-mobile-menu ul .th-item-has-children>a:after {
    content: "\f067";
    font-family: var(--icon-font);
    width: 22px;
    height: 22px;
    line-height: 22px;
    display: inline-block;
    text-align: center;
    font-size: 12px;
    border-radius: 50px;
    background-color: var(--smoke-color);
    float: right;
    margin-top: 1px
}

.th-mobile-menu ul .th-item-has-children.th-active>a .th-mean-expand:before {
    content: '\f068'
}

.th-mobile-menu ul .th-item-has-children.th-active>a:after {
    content: "\f068"
}

.th-mobile-menu>ul {
    padding: 0 40px
}

.th-mobile-menu>ul>li:last-child {
    border-bottom: none
}

.th-menu-toggle {
    width: 56px;
    height: 56px;
    padding: 0;
    font-size: 20px;
    border: none;
    background-color: var(--theme-color);
    color: var(--white-color);
    display: inline-block;
    border-radius: 4px
}

.th-menu-toggle:hover {
    background-color: var(--title-color)
}

.th-menu-toggle.style-text,
.th-menu-toggle.style-text-white {
    width: auto;
    height: auto;
    background-color: transparent;
    color: var(--title-color);
    font-size: 20px
}

.th-menu-toggle.style-text i,
.th-menu-toggle.style-text-white i {
    margin-right: 10px
}

.th-menu-toggle.style-text-white {
    color: var(--white-color)
}

@media (max-width: 400px) {
    .th-menu-wrapper .th-menu-area {
        width: 100%;
        max-width: 270px
    }
    .th-mobile-menu>ul {
        padding: 0 20px
    }
}

.preloader {
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 999;
    background-color: var(--theme-color)
}

.preloader .th-btn {
    padding: 15px 20px;
    border-radius: 0;
    font-size: 14px
}

.preloader-inner {
    text-align: center;
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    text-align: center;
    line-height: 1
}

.preloader-inner img {
    display: block;
    margin: 0 auto 10px auto
}

.loader {
    width: 48px;
    height: 48px;
    position: relative
}

.loader::before,
.loader::after {
    content: '';
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 48em;
    height: 48em;
    background-image: -webkit-radial-gradient(circle 10px, #fff 100%, transparent 0), -webkit-radial-gradient(circle 10px, #fff 100%, transparent 0), -webkit-radial-gradient(circle 10px, #fff 100%, transparent 0), -webkit-radial-gradient(circle 10px, #fff 100%, transparent 0), -webkit-radial-gradient(circle 10px, #fff 100%, transparent 0), -webkit-radial-gradient(circle 10px, #fff 100%, transparent 0), -webkit-radial-gradient(circle 10px, #fff 100%, transparent 0), -webkit-radial-gradient(circle 10px, #fff 100%, transparent 0);
    background-image: radial-gradient(circle 10px, #fff 100%, transparent 0), radial-gradient(circle 10px, #fff 100%, transparent 0), radial-gradient(circle 10px, #fff 100%, transparent 0), radial-gradient(circle 10px, #fff 100%, transparent 0), radial-gradient(circle 10px, #fff 100%, transparent 0), radial-gradient(circle 10px, #fff 100%, transparent 0), radial-gradient(circle 10px, #fff 100%, transparent 0), radial-gradient(circle 10px, #fff 100%, transparent 0);
    background-position: 0em -18em, 0em 18em, 18em 0em, -18em 0em, 13em -13em, -13em -13em, 13em 13em, -13em 13em;
    background-repeat: no-repeat;
    font-size: 0.5px;
    border-radius: 50%;
    -webkit-animation: blast 1s ease-in infinite;
    animation: blast 1s ease-in infinite
}

.loader::after {
    font-size: 1px;
    background: #fff;
    -webkit-animation: bounce 1s ease-in infinite;
    animation: bounce 1s ease-in infinite
}

@-webkit-keyframes bounce {
    0%,
    100% {
        font-size: 0.75px
    }
    50% {
        font-size: 1.5px
    }
}

@keyframes bounce {
    0%,
    100% {
        font-size: 0.75px
    }
    50% {
        font-size: 1.5px
    }
}

@-webkit-keyframes blast {
    0%,
    40% {
        font-size: 0.5px
    }
    70% {
        opacity: 1;
        font-size: 4px
    }
    100% {
        font-size: 6px;
        opacity: 0
    }
}

@keyframes blast {
    0%,
    40% {
        font-size: 0.5px
    }
    70% {
        opacity: 1;
        font-size: 4px
    }
    100% {
        font-size: 6px;
        opacity: 0
    }
}

.th-btn {
    position: relative;
    z-index: 2;
    overflow: hidden;
    vertical-align: middle;
    display: inline-block;
    border: none;
    text-transform: uppercase;
    -webkit-transition: 0.4s;
    transition: 0.4s;
    text-align: center;
    background-color: var(--theme-color);
    color: var(--black-color);
    font-family: var(--body-font);
    font-size: 19px;
    font-weight: 700;
    line-height: 1;
    padding: 21.5px 26px;
    min-width: 190px!important;
    border-radius: 4px
}

.th-btn:before,
.th-btn:after {
    content: "";
    position: absolute;
    background-color: var(--title-color);
    z-index: -1;
    -webkit-transition: all 0.4s ease-out;
    transition: all 0.4s ease-out;
    top: 50%;
    width: 20px;
    height: 20px;
    border-radius: 50%
}

.th-btn:before {
    left: -20px;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%)
}

.th-btn:after {
    right: -20px;
    -webkit-transform: translate(50%, -50%);
    -ms-transform: translate(50%, -50%);
    transform: translate(50%, -50%)
}

.th-btn:hover,
.th-btn.active {
    color: var(--white-color);
    box-shadow: none
}

.th-btn:hover:before,
.th-btn.active:before {
    -webkit-animation: criss-cross-left 0.8s both;
    animation: criss-cross-left 0.8s both;
    -webkit-animation-direction: alternate;
    animation-direction: alternate
}

.th-btn:hover:after,
.th-btn.active:after {
    -webkit-animation: criss-cross-right 0.8s both;
    animation: criss-cross-right 0.8s both;
    -webkit-animation-direction: alternate;
    animation-direction: alternate
}

.th-btn.style2 {
    background-color: #ffbf3f;
    color: #000;
    padding: 20px 40px;
    box-shadow: none
}

.th-btn.style2:hover {
    color: #3675a8;
}

.th-btn.style2:hover:before,
.th-btn.style2:hover:after {
    background-color: #fff;
}

.th-btn.style3:hover {
    color: var(--title-color)
}

.th-btn.style3:hover:before,
.th-btn.style3:hover:after {
    background-color: var(--white-color)
}

.th-btn.style4 {
    background-color: var(--title-color);
    color: var(--white-color)
}

.th-btn.style4:hover {
    color: var(--title-color)
}

.th-btn.style4:hover:before,
.th-btn.style4:hover:after {
    background-color: var(--white-color)
}

.th-btn.style5 {
    background-color: var(--white-color);
    color: var(--title-color);
    box-shadow: none
}

.th-btn.style5:hover {
    color: var(--white-color)
}

.th-btn.style5:hover:before,
.th-btn.style5:hover:after {
    background-color: var(--title-color)
}

.th-btn.style6 {
    background-color: var(--white-color);
    color: var(--title-color);
    box-shadow: none
}

.th-btn.style6:hover {
    color: var(--white-color)
}

.th-btn.style6:hover:before,
.th-btn.style6:hover:after {
    background-color: var(--theme-color)
}

.th-btn.style7 {
    background-color: var(--title-color);
    color: var(--white-color)
}

.th-btn.style7:hover:before,
.th-btn.style7:hover:after {
    background-color: var(--theme-color)
}

.th-btn.btn-fw {
    width: 100%
}

.th-btn.btn-fw:before,
.th-btn.btn-fw:after {
    display: none
}

.th-btn.btn-fw:hover {
    background-color: var(--title-color)
}

.th-btn.btn-fw2 {
    width: 100%
}

.th-btn.btn-fw2:before,
.th-btn.btn-fw2:after {
    display: none
}

.th-btn.btn-fw2:hover {
    background-color: var(--white-color);
    color: var(--title-color)
}

.th-btn.style-border {
    border: 1px solid var(--theme-color);
    background: transparent;
    color: var(--theme-color)
}

.th-btn.style-border:before,
.th-btn.style-border:after {
    background: var(--theme-color)
}

.th-btn.style-border:hover {
    color: var(--white-color)
}

.th-btn.style-radius {
    border-radius: 30px
}

@media (max-width: 575px) {
    .th-btn {
        padding: 17.5px 34px
    }
}

@-webkit-keyframes criss-cross-left {
    0% {
        left: -20px
    }
    50% {
        left: 50%;
        height: 20px;
        width: 20px
    }
    100% {
        left: 50%;
        height: calc(300px*1.5);
        width: calc(300px*1.5)
    }
}

@keyframes criss-cross-left {
    0% {
        left: -20px
    }
    50% {
        left: 50%;
        height: 20px;
        width: 20px
    }
    100% {
        left: 50%;
        height: calc(300px*1.5);
        width: calc(300px*1.5)
    }
}

@-webkit-keyframes criss-cross-right {
    0% {
        right: -20px
    }
    50% {
        right: 50%;
        height: 20px;
        width: 20px
    }
    100% {
        right: 50%;
        height: calc(300px*1.5);
        width: calc(300px*1.5)
    }
}

@keyframes criss-cross-right {
    0% {
        right: -20px
    }
    50% {
        right: 50%;
        height: 20px;
        width: 20px
    }
    100% {
        right: 50%;
        height: calc(300px*1.5);
        width: calc(300px*1.5)
    }
}

.icon-btn {
    display: inline-block;
    width: var(--btn-size, 60px);
    height: var(--btn-size, 60px);
    line-height: var(--btn-size, 60px);
    font-size: var(--btn-font-size, 16px);
    background-color: var(--icon-bg, var(--theme-color));
    color: var(--white-color);
    text-align: center;
    border-radius: 50%;
    border: 0;
    -webkit-transition: 0.4s ease-in-out;
    transition: 0.4s ease-in-out
}

.icon-btn:hover {
    background-color: var(--white-color);
    color: var(--theme-color);
    border-color: var(--white-color)
}

.icon-btn.style2 {
    border: 1px solid var(--theme-color);
    background: transparent;
    color: var(--theme-color)
}

.icon-btn.style2:hover {
    background: var(--theme-color);
    color: var(--white-color)
}

@media (max-width: 575px) {
    .icon-btn.style2 {
        --btn-size: 50px
    }
}

.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(--white-color);
    color: var(--theme-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(--white-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(--theme-color);
    color: var(--white-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)
}

.play-btn.style4>i {
    background-color: var(--theme-color);
    color: var(--white-color);
    font-size: 20px
}

.play-btn.style4:before,
.play-btn.style4:after {
    background-color: transparent;
    border: 1px solid var(--white-color)
}

.play-btn.style4:hover>i {
    background-color: var(--white-color);
    color: var(--theme-color)
}

.play-btn.style4:hover:before,
.play-btn.style4:hover:after {
    background-color: var(--white-color)
}

.play-btn.style5 i {
    background: var(--theme-color);
    color: var(--white-color)
}

.play-btn.style5:before,
.play-btn.style5:after {
    background-color: transparent;
    border: 1px solid var(--theme-color)
}

.play-btn.style5:hover:before,
.play-btn.style5:hover:after {
    background-color: var(--theme-color)
}

.link-btn {
    font-weight: 700;
    font-size: 14px;
    display: inline-block;
    line-height: 0.8;
    position: relative;
    padding-bottom: 2px;
    margin-bottom: -2px;
    text-transform: uppercase;
    color: var(--theme-color)
}

.link-btn i {
    margin-left: 5px;
    font-size: 0.9rem
}

.link-btn:before {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 0;
    height: 2px;
    background-color: var(--theme-color);
    -webkit-transition: all ease 0.4s;
    transition: all ease 0.4s
}

.link-btn:hover {
    color: var(--theme-color)
}

.link-btn:hover::before {
    width: 100%
}

.line-btn {
    font-size: 14px;
    font-weight: 600;
    display: inline-block;
    line-height: 0.8;
    position: relative;
    padding-bottom: 4px;
    margin-bottom: -1px;
    text-transform: uppercase;
    color: var(--theme-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(--theme-color);
    -webkit-transition: all ease 0.4s;
    transition: all ease 0.4s
}

.line-btn:hover {
    color: var(--title-color)
}

.line-btn:hover::before {
    background-color: var(--title-color);
    width: 45px
}

.scroll-top {
    position: fixed;
    right: 30px;
    bottom: 30px;
    height: 50px;
    width: 50px;
    cursor: pointer;
    display: block;
    border-radius: 50px;
    z-index: 10000;
    opacity: 1;
    visibility: hidden;
    -webkit-transform: translateY(45px);
    -ms-transform: translateY(45px);
    transform: translateY(45px);
    -webkit-transition: all 300ms linear;
    transition: all 300ms linear
}

.scroll-top:after {
    content: "\f062";
    font-family: var(--icon-font);
    position: absolute;
    text-align: center;
    line-height: 50px;
    font-size: 20px;
    color: var(--theme-color);
    left: 0;
    top: 0;
    height: 50px;
    width: 50px;
    cursor: pointer;
    display: block;
    z-index: 1;
    border: 2px solid var(--theme-color);
    box-shadow: none;
    border-radius: 50%
}

.scroll-top svg {
    color: var(--theme-color);
    border-radius: 50%;
    background: var(--white-color)
}

.scroll-top svg path {
    fill: none
}

.scroll-top .progress-circle path {
    stroke: var(--theme-color);
    stroke-width: 20px;
    box-sizing: border-box;
    -webkit-transition: all 400ms linear;
    transition: all 400ms linear
}

.scroll-top.show {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0)
}

.sec-title {
    margin-bottom: calc(var(--section-title-space) - 10px);
    margin-top: -0.32em;
    font-weight: 800
}

.sub-title {
    display: inline-block;
    font-size: 20px;
    font-weight: 700;
    color: var(--theme-color);
    margin-bottom: 15px;
    text-transform: uppercase;
    line-height: 24px;
    margin-top: -0.34em;
    position: relative;
    padding-left: 40px
}

.sub-title:before,
.sub-title:after {
    content: '';
    position: absolute;
    left: 0;
    top: 7px;
    height: 2px;
    width: 20px;
    background: var(--theme-color)
}

.sub-title:before {
    width: 30px;
    top: auto;
    bottom: 7px
}

.sub-title:has(img) {
    margin-top: 0
}

.sub-title img {
    margin: 0 10px 0 0
}

.sub-title.style2 {
    padding-left: 0
}

.sub-title.style2:before,
.sub-title.style2:after {
    display: none
}

.box-title {
    font-size: 20px;
    line-height: 1.417;
    font-weight: 700;
    margin-top: 30px;
}

.box-title a {
    color: inherit
}

.box-title a:hover {
    color: var(--theme-color)
}

.sec-text {
    max-width: 720px
}

.title-area {
    position: relative;
    z-index: 2;
    margin-top: -0.38em;
}

.title-area .sec-title {
    margin-bottom: 15px;
	font-size: 28px;
}
#service-sec .title-area .sec-title{
    font-size: 50px;
}
.title-area.mb-0 .sec-title {
    margin-bottom: 0;
	    margin-left: 100px;
}

.title-area .th-btn {
    margin-top: 20px;
    margin-bottom: 10px
}

hr.title-line {
    margin-top: 0;
    background-color: var(--border-color);
    opacity: 1
}

.sec-btn,
.title-line {
    margin-bottom: var(--section-title-space)
}

.shadow-title {
    font-family: var(--title-font);
    font-size: 74px;
    font-weight: 900;
    line-height: 1;
    background-image: -webkit-linear-gradient(top, rgba(226, 232, 250, 0.7) 0%, rgba(226, 232, 250, 0) 88.54%);
    background-image: linear-gradient(180deg, rgba(226, 232, 250, 0.7) 0%, rgba(226, 232, 250, 0) 88.54%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    text-fill-color: transparent;
    margin: -0.55em 0 -0.45em -0.25em
}

.shadow-title.color2 {
    background-image: -webkit-linear-gradient(top, #232C47 0%, rgba(20, 29, 56, 0) 91.15%);
    background-image: linear-gradient(180deg, #232C47 0%, rgba(20, 29, 56, 0) 91.15%)
}

.shadow-title.color3 {
    background-image: -webkit-linear-gradient(top, #E0E0E0 0%, rgba(220, 214, 214, 0) 93.75%);
    background-image: linear-gradient(180deg, #E0E0E0 0%, rgba(220, 214, 214, 0) 93.75%)
}

@media (max-width: 1199px) {
    .sub-title {
        margin-bottom: 20px
    }
    .shadow-title {
        font-size: 64px
    }
    .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) {
    .shadow-title {
        font-size: 60px
    }
    .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: 575px) {
    .shadow-title {
        font-size: 52px
    }
    .box-title {
        font-size: 22px
    }
}

@media (max-width: 375px) {
    .shadow-title {
        font-size: 40px
    }
    .box-title {
        font-size: 18px
    }
}

.shape-mockup-wrap {
    z-index: 2;
    position: relative
}

.shape-mockup {
    position: absolute;
    z-index: -1
}

.shape-mockup.z-index-2 {
    z-index: 2
}

.shape-mockup.z-index-3 {
    z-index: 3
}

.z-index-step1 {
    position: relative;
    z-index: 4 !important
}
.roof-repair{
    padding: 100px 0;
}
.roof-repair img{
    width: 100%;
    height: 500px;
    object-fit: cover;
    border-radius: 10px;
}


.roof-repair-services .service-card{
    height: 320px;
    margin-bottom: 20px;
}


.z-index-common {
    position: relative;
    z-index: 3
}

.z-index-3 {
    z-index: 3
}

.z-index-n1 {
    z-index: -1
}

.z-index-n2 {
    z-index: -2
}

.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 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    gap: 10px
}

.th-social a {
    display: inline-block;
    height: var(--icon-size, 45px);
    line-height: var(--icon-size, 45px);
    background-color: var(--theme-color);
    color: var(--black-color) !important;
    text-transform: uppercase;
    font-size: 20px;
    font-weight: 800;
    text-align: center;
    padding: 0px 20px 0px 40px;
        clip-path: path("M18.1711 2.90112C18.6617 1.18391 20.2313 0 22.0172 0H223C225.209 0 227 1.79086 227 4V66C227 68.2091 225.209 70 223 70H4.30291C1.6454 70 -0.273252 67.4564 0.456824 64.9011L18.1711 2.90112Z");
}

.th-social a:last-child {
    margin-right: 0
}

.th-social a:hover {
    background-color: var(--white-color);
    color: var(--theme-color)!important;
}

.th-social.style2 {
    gap: 15px
}

.th-social.style2 a {
    width: auto;
    height: auto;
    line-height: normal;
    color: var(--title-color);
    background-color: transparent
}

.th-social.style2 a:hover {
    color: var(--theme-color)
}

.th-social.style3 a {
    color: var(--title-color);
    background-color: var(--smoke-color)
}

.th-social.style3 a:hover {
    background-color: var(--theme-color);
    color: var(--white-color)
}

.th-social.style-border a {
    --icon-size: 40px;
    font-size: 14px;
    background-color: transparent;
    color: var(--white-color);
    border: 1px solid
}

.th-social.style-border a:hover {
    border-color: var(--theme-color);
    color: var(--white-color);
    background-color: var(--theme-color)
}

.th-social.style-white a {
    --icon-size: 40px;
    font-size: 14px;
    background-color: var(--white-color);
    color: var(--title-color)
}

.th-social.style-white a:hover {
    border-color: var(--theme-color);
    color: var(--white-color);
    background-color: var(--theme-color)
}

.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: 30px
}

.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
}

.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)
}

.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(--title-color);!important; 
}

.bg-smoke {
    background-color: var(--smoke-color) !important
}

.bg-smoke2 {
    background-color: var(--smoke-color2) !important
}

.bg-white {
    background-color: var(--white-color) !important
}

.bg-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)
}

.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-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-smoke {
    color: var(--smoke-color) !important
}

.text-body {
    color: var(--body-color) !important
}

.text-white {
    color: var(--white-color) !important
}

.text-light {
    color: var(--light-color) !important
}

.text-gray {
    color: var(--gray-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
}

.ripple-animation,
.play-btn:after,
.play-btn:before {
    -webkit-animation-duration: var(--ripple-ani-duration);
    animation-duration: var(--ripple-ani-duration);
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-animation-name: ripple;
    animation-name: ripple
}

@-webkit-keyframes ripple {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: 0
    }
    30% {
        opacity: 0.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(1);
        transform: scale(1);
        opacity: 0
    }
    30% {
        opacity: 0.4
    }
    100% {
        -webkit-transform: scale(2.8);
        transform: scale(2.8);
        opacity: 0
    }
}

@keyframes ripple2 {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: 0
    }
    30% {
        opacity: 0.4
    }
    100% {
        -webkit-transform: scale(2.8);
        transform: scale(2.8);
        opacity: 0
    }
}

.fancy-animation {
    -webkit-animation: morph 8s ease-in-out infinite;
    animation: morph 8s ease-in-out infinite
}

@-webkit-keyframes morph {
    0% {
        border-radius: 60% 40% 30% 70% / 60% 30% 70% 40%
    }
    50% {
        border-radius: 30% 60% 70% 40% / 50% 60% 30% 60%
    }
    100% {
        border-radius: 60% 40% 30% 70% / 60% 30% 70% 40%
    }
}

@keyframes morph {
    0% {
        border-radius: 60% 40% 30% 70% / 60% 30% 70% 40%
    }
    50% {
        border-radius: 30% 60% 70% 40% / 50% 60% 30% 60%
    }
    100% {
        border-radius: 60% 40% 30% 70% / 60% 30% 70% 40%
    }
}

.movingX {
    -webkit-animation: movingX 8s linear infinite;
    animation: movingX 8s linear infinite
}

@-webkit-keyframes movingX {
    0% {
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }
    50% {
        -webkit-transform: translateX(50px);
        transform: translateX(50px)
    }
    100% {
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }
}

@keyframes movingX {
    0% {
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }
    50% {
        -webkit-transform: translateX(50px);
        transform: translateX(50px)
    }
    100% {
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }
}

.moving {
    -webkit-animation: moving 8s linear infinite;
    animation: moving 8s linear infinite
}

@-webkit-keyframes moving {
    0% {
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }
    50% {
        -webkit-transform: translateX(-50px);
        transform: translateX(-50px)
    }
    100% {
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }
}

@keyframes moving {
    0% {
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }
    50% {
        -webkit-transform: translateX(-50px);
        transform: translateX(-50px)
    }
    100% {
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }
}

.jump {
    -webkit-animation: jumpAni 7s linear infinite;
    animation: jumpAni 7s linear infinite
}

@-webkit-keyframes jumpAni {
    0% {
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
    40% {
        -webkit-transform: translateY(-30px);
        transform: translateY(-30px)
    }
    100% {
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
}

@keyframes jumpAni {
    0% {
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
    40% {
        -webkit-transform: translateY(-30px);
        transform: translateY(-30px)
    }
    100% {
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
}

.jump-reverse {
    -webkit-animation: jumpReverseAni 7s linear infinite;
    animation: jumpReverseAni 7s linear infinite
}

@-webkit-keyframes jumpReverseAni {
    0% {
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
    50% {
        -webkit-transform: translateY(30px);
        transform: translateY(30px)
    }
    100% {
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
}

@keyframes jumpReverseAni {
    0% {
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
    50% {
        -webkit-transform: translateY(30px);
        transform: translateY(30px)
    }
    100% {
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
}

.spin {
    -webkit-animation: spin 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)
    }
}

.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 animate-positive {
    0% {
        width: 0
    }
}

@keyframes animate-positive {
    0% {
        width: 0
    }
}

.scalein.th-animated {
    --animation-name: scalein
}

.slidetopleft.th-animated {
    --animation-name: slidetopleft
}

.slidebottomright.th-animated {
    --animation-name: slidebottomright
}

.slideinleft.th-animated {
    --animation-name: slideinleft
}

.slideinright.th-animated {
    --animation-name: slideinright
}

.slideinup.th-animated {
    --animation-name: slideinup
}

.slideindown.th-animated {
    --animation-name: slideindown
}

.rollinleft.th-animated {
    --animation-name: rollinleft
}

.rollinright.th-animated {
    --animation-name: rollinright
}

.scalein,
.slidetopleft,
.slidebottomright,
.slideinleft,
.slideinright,
.slideindown,
.slideinup,
.rollinleft,
.rollinright {
    opacity: 0;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-iteration-count: 1;
    animation-iteration-count: 1;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-delay: 0.3s;
    animation-delay: 0.3s;
    -webkit-animation-name: var(--animation-name);
    animation-name: var(--animation-name)
}

.th-animated {
    opacity: 1
}

@-webkit-keyframes slideinup {
    0% {
        opacity: 0;
        -webkit-transform: translateY(70px);
        transform: translateY(70px)
    }
    100% {
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
}

@keyframes slideinup {
    0% {
        opacity: 0;
        -webkit-transform: translateY(70px);
        transform: translateY(70px)
    }
    100% {
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
}

@-webkit-keyframes slideinright {
    0% {
        opacity: 0;
        -webkit-transform: translateX(70px);
        transform: translateX(70px)
    }
    100% {
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }
}

@keyframes slideinright {
    0% {
        opacity: 0;
        -webkit-transform: translateX(70px);
        transform: translateX(70px)
    }
    100% {
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }
}

@-webkit-keyframes slideindown {
    0% {
        opacity: 0;
        -webkit-transform: translateY(-70px);
        transform: translateY(-70px)
    }
    100% {
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
}

@keyframes slideindown {
    0% {
        opacity: 0;
        -webkit-transform: translateY(-70px);
        transform: translateY(-70px)
    }
    100% {
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
}

@-webkit-keyframes slideinleft {
    0% {
        opacity: 0;
        -webkit-transform: translateX(-70px);
        transform: translateX(-70px)
    }
    100% {
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }
}

@keyframes slideinleft {
    0% {
        opacity: 0;
        -webkit-transform: translateX(-70px);
        transform: translateX(-70px)
    }
    100% {
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }
}

@-webkit-keyframes slidebottomright {
    0% {
        opacity: 0;
        -webkit-transform: translateX(100px) translateY(100px);
        transform: translateX(100px) translateY(100px)
    }
    100% {
        -webkit-transform: translateX(0) translateY(0);
        transform: translateX(0) translateY(0)
    }
}

@keyframes slidebottomright {
    0% {
        opacity: 0;
        -webkit-transform: translateX(100px) translateY(100px);
        transform: translateX(100px) translateY(100px)
    }
    100% {
        -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% {
        -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% {
        -webkit-transform: translateX(0) translateY(0);
        transform: translateX(0) translateY(0)
    }
}

.widget_nav_menu ul,
.widget_meta ul,
.widget_pages ul,
.widget_archive ul,
.widget_categories ul {
    list-style: none;
    padding: 0;
    margin: 0 0 0 0
}

.widget_nav_menu .menu,
.widget_nav_menu>ul,
.widget_meta .menu,
.widget_meta>ul,
.widget_pages .menu,
.widget_pages>ul,
.widget_archive .menu,
.widget_archive>ul,
.widget_categories .menu,
.widget_categories>ul {
    margin: 18px 0 0px 0
}

.widget_nav_menu .menu>li:last-child a,
.widget_nav_menu>ul>li:last-child a,
.widget_meta .menu>li:last-child a,
.widget_meta>ul>li:last-child a,
.widget_pages .menu>li:last-child a,
.widget_pages>ul>li:last-child a,
.widget_archive .menu>li:last-child a,
.widget_archive>ul>li:last-child a,
.widget_categories .menu>li:last-child a,
.widget_categories>ul>li:last-child a {
    border-bottom: 0;
    padding-bottom: 0
}

.widget_nav_menu a,
.widget_meta a,
.widget_pages a,
.widget_archive a,
.widget_categories a {
    display: block;
    border: none;
    margin: 0;
    font-size: 16px;
    font-weight: 500;
    line-height: 1.313;
    color: var(--body-color);
    position: relative;
    -webkit-transition: 0.4s;
    transition: 0.4s
}

.widget_nav_menu a:before,
.widget_meta a:before,
.widget_pages a:before,
.widget_archive a:before,
.widget_categories a:before {
    content: '\f324';
    font-family: var(--icon-font);
    color: var(--body-color);
    font-weight: 400;
    position: absolute;
    opacity: 0;
    -webkit-transition: 0.4s;
    transition: 0.4s;
    left: 0
}

.widget_nav_menu a:hover,
.widget_meta a:hover,
.widget_pages a:hover,
.widget_archive a:hover,
.widget_categories a:hover {
    color: var(--theme-color);
    padding-left: 25px
}

.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: #000;
    opacity: 1
}

.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 {
    font-size: 16px;
    position: absolute;
        right: 22px;
    top: 24px;
    -webkit-transition: all ease 0.4s;
    transition: all ease 0.4s
}

.widget_nav_menu li:hover>span,
.widget_meta li:hover>span,
.widget_pages li:hover>span,
.widget_archive li:hover>span,
.widget_categories li:hover>span {
    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
}

.widget {
    padding: var(--widget-padding-y, 40px) var(--widget-padding-x, 40px);
    background-color: var(--smoke-color);
    margin-bottom: 40px;
    position: relative;
    border-radius: 0
}

.widget[data-overlay]:before {
    z-index: -1
}

.widget .th-social a {
    box-shadow: 0px 2px 14px rgba(4, 6, 66, 0.1)
}

.widget_title {
    position: relative;
    font-size: 24px;
    font-weight: 700;
    font-family: var(--title-font);
    line-height: 1em;
    margin: -0.12em 0 10px 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;
    border-radius: 0;
    padding-right: 25px;
    background: var(--white-color)
}

.widget .search-form button {
    border: none;
    font-size: 16px;
    background-color: var(--theme-color);
    color: var(--white-color);
    display: inline-block;
    padding: 0;
    width: 60px;
    text-align: center;
    border-radius: 0
}

.widget .search-form button:hover {
    background-color: var(--title-color)
}

.wp-block-tag-cloud a,
.tagcloud a {
    display: inline-block;
    font-size: 14px;
    font-weight: 500;
    font-family: var(--body-font);
    text-transform: capitalize;
    line-height: 1;
    padding: 13px 19px;
    margin-right: 5px;
    margin-bottom: 10px;
    color: var(--body-color);
    background-color: var(--white-color);
    border-radius: 0
}

.wp-block-tag-cloud a:hover,
.tagcloud a:hover {
    background-color: var(--theme-color);
    color: var(--white-color) !important;
    border-color: var(--theme-color)
}

.wp-block-tag-cloud,
.tagcloud {
    margin-right: -10px;
    margin-bottom: -10px
}

.sidebar-area {
    margin-bottom: -10px
}

.sidebar-area ul.wp-block-latest-posts {
    margin-bottom: 0
}

.sidebar-area ul.wp-block-latest-posts li:last-child {
    margin-bottom: 0
}

.sidebar-area select,
.sidebar-area input {
    background-color: var(--white-color);
    border: 1px solid var(--border-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
}

.sidebar-gallery {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 10px;
    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: 0px
}

.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;
    border-bottom: 1px solid #E6E6E6;
    padding-bottom: 20px
}

.recent-post:last-child {
    margin-bottom: 0;
    padding-bottom: 0;
    border: 0
}

.recent-post .media-img {
    margin-right: 20px;
    overflow: hidden;
    border-radius: 0
}

.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: 700;
    font-size: 18px;
    line-height: 26px;
    margin: 8px 0 0 0;
    font-family: var(--title-font)
}

.recent-post .recent-post-meta a {
    text-transform: capitalize;
    font-size: 14px;
    font-weight: 500;
    color: var(--body-color)
}

.recent-post .recent-post-meta a i {
    margin-right: 6px;
    color: var(--theme-color)
}

.recent-post .recent-post-meta a:hover {
    color: var(--theme-color)
}

.recent-post:hover .media-img img {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1)
}

.sidebar-area .widget_title:after {
    content: '';
    height: 1px;
    width: calc(100% + 100px);
    background-color: var(--border-color);
    display: block;
    margin-top: 15px;
    position: relative;
    left: -50px
}

.sidebar-area .widget_title:before {
    content: '';
    height: 1px;
    width: 40px;
    background-color: var(--theme-color);
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 1;
    -webkit-animation: lineMove 10s linear infinite;
    animation: lineMove 10s linear infinite
}

.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 {
    overflow: hidden
}

.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
}

@-webkit-keyframes lineMove {
    0% {
        left: -40px
    }
    50% {
        left: 100%
    }
    100% {
        left: -40px
    }
}

@keyframes lineMove {
    0% {
        left: -40px
    }
    50% {
        left: 100%
    }
    100% {
        left: -40px
    }
}

.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: 370px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: end;
    -webkit-justify-content: end;
    -ms-flex-pack: end;
    justify-content: end
}

@media (max-width: 360px) {
    .widget-banner {
        height: 280px
    }
}

.widget-banner .icon-btn {
    --btn-size: 70px;
    border-radius: 50%;
    background: var(--white-color);
    border: 0;
    margin-bottom: 12px
}

.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: 28px;
    position: relative
}

.widget-banner .title:after {
    content: '';
    position: absolute;
    left: 0;
    bottom: -11px;
    background: var(--white-color);
    height: 2px;
    width: 50px
}

.widget-banner .link {
    color: var(--white-color);
    font-size: 18px;
    font-weight: 500
}

.widget-banner .link~.link {
    margin-top: 5px
}

.widget-banner .link:hover {
    color: var(--title-color)
}

@media (max-width: 1299px) {
    .widget-banner .title {
        font-size: 34px
    }
}

.faq-widget {
    --bs-gutter-x: 10px
}

.faq-widget textarea.form-control,
.faq-widget textarea {
    min-height: 177px
}

.project-info-list .contact-feature {
    padding: 0px;
    text-align: start
}

.project-info-list .contact-feature:not(:last-of-type) {
    margin-bottom: 10px;
    border-bottom: 1px solid var(--border-color);
    padding-bottom: 20px;
    margin-bottom: 20px
}

.project-info-list .contact-feature .contact-feature_label {
    font-size: 14px;
    font-weight: 700;
    color: var(--body-color);
    margin-bottom: 0
}

.project-info-list .contact-feature .contact-feature_link {
    font-size: 18px;
    font-weight: 700;
    color: var(--title-color);
    font-family: var(--title-font);
    margin-bottom: -0.3em
}

.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
}

.widget_shopping_cart .th-btn {
    margin-right: 15px
}

.widget_shopping_cart .th-btn:last-child {
    margin-right: 0
}

.sidebar-area .widget_shopping_cart .th-btn {
    margin-right: 10px;
    padding: 8px 22px;
    font-size: 14px
}

.wp-block-calendar tbody td,
.wp-block-calendar th {
    padding: 10px
}

.wp-block-calendar,
.calendar_wrap {
    position: relative;
    background-color: #fff;
    padding-bottom: 0;
    border: none
}

.wp-block-calendar span[class*="wp-calendar-nav"],
.calendar_wrap span[class*="wp-calendar-nav"] {
    position: absolute;
    top: 9px;
    left: 20px;
    font-size: 14px;
    color: var(--white-color);
    font-weight: 400;
    z-index: 1;
    line-height: 1.7
}

.wp-block-calendar span[class*="wp-calendar-nav"] a,
.calendar_wrap span[class*="wp-calendar-nav"] a {
    color: inherit
}

.wp-block-calendar span.wp-calendar-nav-next,
.calendar_wrap span.wp-calendar-nav-next {
    left: auto;
    right: 20px
}

.wp-block-calendar caption,
.calendar_wrap caption {
    caption-side: top;
    text-align: center;
    color: var(--white-color);
    background-color: var(--theme-color)
}

.wp-block-calendar th,
.calendar_wrap th {
    font-size: 14px;
    padding: 5px 5px;
    border: none;
    text-align: center;
    border-right: 1px solid #eee;
    color: var(--title-color);
    font-weight: 500
}

.wp-block-calendar th:first-child,
.calendar_wrap th:first-child {
    border-left: 1px solid #eee
}

.wp-block-calendar th:last-child,
.calendar_wrap th:last-child {
    border-right: 1px solid #eee
}

.wp-block-calendar table th,
.calendar_wrap table th {
    font-weight: 500
}

.wp-block-calendar td,
.calendar_wrap td {
    font-size: 14px;
    padding: 5px 5px;
    color: #01133c;
    border: 1px solid #eee;
    text-align: center;
    background-color: transparent;
    -webkit-transition: all ease 0.4s;
    transition: all ease 0.4s
}

.wp-block-calendar #today,
.calendar_wrap #today {
    color: var(--theme-color);
    background-color: var(--white-color);
    border-color: #ededed
}

.wp-block-calendar thead,
.calendar_wrap thead {
    background-color: #fff
}

.wp-block-calendar .wp-calendar-table,
.calendar_wrap .wp-calendar-table {
    margin-bottom: 0
}

.wp-block-calendar .wp-calendar-nav .pad,
.calendar_wrap .wp-calendar-nav .pad {
    display: none
}

.wp-block-calendar a,
.calendar_wrap a {
    color: inherit;
    text-decoration: none
}

.wp-block-calendar a:hover,
.calendar_wrap a:hover {
    color: var(--title-color)
}

.wp-block-calendar {
    margin-bottom: 30px;
    border: none;
    padding-bottom: 0
}

.wp-block-calendar table caption {
    color: var(--white-color)
}

.widget_recent_comments ul,
.wp-block-latest-comments ul {
    list-style-type: none;
    padding-left: 0
}

ul.widget_recent_comments,
ol.widget_recent_comments,
.wp-block-latest-comments {
    margin-top: -0.11em;
    padding-left: 0
}

.widget_recent_comments ol,
.widget_recent_comments ul,
.wp-block-latest-comments ol,
.wp-block-latest-comments ul {
    margin-bottom: 0
}

.widget_recent_comments li,
.wp-block-latest-comments li {
    margin-bottom: 0;
    color: var(--body-color);
    padding-left: 30px;
    position: relative
}

.widget_recent_comments li:before,
.wp-block-latest-comments li:before {
    content: "\f086";
    position: absolute;
    left: 0;
    top: -1px;
    color: var(--theme-color);
    font-family: var(--icon-font)
}

.widget_recent_comments.has-avatars li,
.wp-block-latest-comments.has-avatars li {
    padding-left: 0;
    padding-bottom: 0 !important
}

.widget_recent_comments.has-avatars li:before,
.wp-block-latest-comments.has-avatars li:before {
    display: none
}

.widget_recent_comments .avatar,
.wp-block-latest-comments .avatar {
    margin-top: 0.4em
}

.widget_recent_comments li:not(:last-child),
.wp-block-latest-comments li:not(:last-child) {
    padding-bottom: 12px
}

.widget_recent_comments article,
.wp-block-latest-comments article {
    line-height: 1.5
}

.widget_recent_comments a,
.wp-block-latest-comments a {
    color: inherit
}

.widget_recent_comments a:hover,
.wp-block-latest-comments a:hover {
    color: var(--theme-color)
}

.widget_recent_entries ul {
    margin: -0.3em 0 0 0;
    padding: 0;
    list-style: none
}

.widget_recent_entries ul li>a {
    color: var(--body-color);
    font-weight: 500;
    display: inline-block
}

.widget_recent_entries ul li>a:hover {
    color: var(--theme-color)
}

.widget_recent_entries ul li span.post-date {
    font-size: 14px
}

.widget_recent_entries ul li:not(:last-child) {
    border-bottom: 1px solid #dadada;
    padding-bottom: 12px;
    margin-bottom: 12px
}

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)
}

@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) {
    .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,
.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 {
    max-width: 270px;
    color: var(--white-color);
    margin: -0.12em 0 24px 0
}

.footer-widget.widget_meta ul,
.footer-widget.widget_pages ul,
.footer-widget.widget_archive ul,
.footer-widget.widget_categories ul,
.footer-widget.widget_nav_menu ul {
    margin-top: -5px
}

.footer-widget.widget_meta .menu,
.footer-widget.widget_meta>ul,
.footer-widget.widget_pages .menu,
.footer-widget.widget_pages>ul,
.footer-widget.widget_archive .menu,
.footer-widget.widget_archive>ul,
.footer-widget.widget_categories .menu,
.footer-widget.widget_categories>ul,
.footer-widget.widget_nav_menu .menu,
.footer-widget.widget_nav_menu>ul {
    margin-bottom: -5px
}

.footer-widget.widget_meta a,
.footer-widget.widget_pages a,
.footer-widget.widget_archive a,
.footer-widget.widget_categories a,
.footer-widget.widget_nav_menu a {
    font-size: 16px;
    font-weight: 400;
    padding: 0 0 0 20px;
    margin-bottom: 15px;
    font-family: var(--body-font);
    display: block;
    max-width: 100%;
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    padding-right: 0;
    background-color: transparent;
    border-bottom: 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: "\f324";
    font-weight: 600;
    left: 0;
    top: 2px;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
    font-size: 0.9em;
    background-color: transparent;
    border: none;
    color: inherit;
    -webkit-transition: 0.4s;
    transition: 0.4s;
    opacity: 1
}

.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 {
    color: var(--theme-color)
}

.footer-widget.widget_meta li>span,
.footer-widget.widget_pages li>span,
.footer-widget.widget_archive li>span,
.footer-widget.widget_categories li>span,
.footer-widget.widget_nav_menu li>span {
    width: auto;
    height: auto;
    position: relative;
    background-color: transparent;
    color: var(--body-color);
    line-height: 1
}

.footer-widget.widget_meta li:last-child a,
.footer-widget.widget_pages li:last-child a,
.footer-widget.widget_archive li:last-child a,
.footer-widget.widget_categories li:last-child a,
.footer-widget.widget_nav_menu li:last-child a {
    margin-bottom: 0
}

.footer-widget .recent-post {
    max-width: 280px;
    margin-top: -0.3em;
    margin-bottom: 30px;
    border-bottom: 0;
    padding-bottom: 0
}

.footer-widget .recent-post .post-title {
    color: var(--white-color);
    font-size: 16px;
    line-height: 26px;
    margin-bottom: -0.3em;
    margin-top: 4px
}

.footer-widget .recent-post:last-child {
    margin-bottom: 0;
    padding-bottom: 0;
    border-bottom: 0
}

.footer-widget .recent-post .recent-post-meta a {
    line-height: 1.2;
    color: #9B9B9C;
    font-family: var(--title-font)
}

.footer-widget .recent-post .recent-post-meta a:hover {
    color: var(--theme-color)
}

.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: 0
}

.th-widget-about .about-text {
    margin-bottom: 27px;
    margin-top: -0.5em
}

.footer-text {
    margin-top: -0.46em;
    margin-bottom: 25px
}

.social-box {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center
}

.social-box .social-title {
    font-size: 20px;
    color: var(--white-color);
    font-weight: 600;
    margin-right: 20px;
    margin-bottom: 0
}

.icon-group a {
    color: var(--white-color);
    font-size: 18px;
    margin-right: 17px
}

.icon-group a:last-child {
    margin-right: 0
}

@media (max-width: 1199px) {
    .footer-widget.widget_meta a,
    .footer-widget.widget_pages a,
    .footer-widget.widget_archive a,
    .footer-widget.widget_categories a,
    .footer-widget.widget_nav_menu a {
        margin-bottom: 16px
    }
}

@media (max-width: 767px) {
    .footer-widget .widget_title {
        margin-bottom: 35px
    }
    .th-widget-about .about-text {
        margin-bottom: 20px
    }
    .social-box.mb-30 {
        margin-bottom: 25px
    }
}

@media (max-width: 575px) {
    .footer-widget .recent-post {
        max-width: 310px
    }
}

.th-header {
    position: relative;
    z-index: 41
}

.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: 600;
    font-size: 17px;
    color: var(--title-color);
    text-transform: uppercase
}

.main-menu a:hover {
    color: var(--theme-color)
}

.main-menu>ul>li {
    margin: 0 14px
}

.main-menu>ul>li>a {
    padding: 31.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: "\2b";
    position: relative;
    font-family: var(--icon-font);
    margin-left: 4px;
    font-weight: 600;
    top: 0;
    font-size: 1em;
    display: inline-block;
    -webkit-transition: 0.4s;
    transition: 0.4s;
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg)
}

.main-menu ul li.menu-item-has-children:hover>a:after {
    content: "\f068";
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg)
}

.main-menu ul li:last-child {
    margin-right: 0 !important
}

.main-menu ul li:first-child {
    margin-left: 0 !important
}

.main-menu ul li:hover>ul.sub-menu {
    visibility: visible;
    opacity: 1;
    -webkit-transform: scaleY(1);
    -ms-transform: scaleY(1);
    transform: scaleY(1);
    z-index: 9
}

.main-menu ul.sub-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: 0;
    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 {
    font-size: 16px;
    line-height: 30px
}

.main-menu ul.sub-menu a span {
    font-size: 12px;
    padding: 0px 5px;
    margin-left: 4px;
    background-color: var(--theme-color);
    color: var(--white-color);
    padding: 2px 5px;
    border-radius: 4px;
    position: relative;
    top: -1px
}

.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: "\2b";
    float: right;
    top: 1px
}

.main-menu ul.sub-menu li.menu-item-has-children:hover>a:after {
    content: "\f068"
}

.main-menu ul.sub-menu li a {
    position: relative;
    padding-left: 0px;
    text-transform: capitalize
}

.main-menu ul.sub-menu li a:before {
    content: "\f105";
    position: absolute;
    top: 6px;
    left: 10px;
    font-family: var(--icon-font);
    width: 11px;
    height: 11px;
    text-align: center;
    border-radius: 50%;
    display: inline-block;
    font-size: 16px;
    line-height: 1;
    color: var(--theme-color);
    font-weight: 600;
    opacity: 0;
    -webkit-transition: 0.4s;
    transition: 0.4s
}

.main-menu ul.sub-menu li a:hover {
    padding-left: 20px
}

.main-menu ul.sub-menu li a:hover:before {
    opacity: 1;
    left: 0
}

.main-menu ul.sub-menu li ul.sub-menu {
    left: 100%;
    right: auto;
    top: 0;
    margin: 0 0;
    margin-left: 20px
}

.main-menu ul.sub-menu li ul.sub-menu li ul {
    left: 100%;
    right: auto
}

.simple-icon {
    border: none;
    background-color: transparent;
    color: var(--title-color);
    padding: 0;
    font-size: 22px;
    position: relative
}

.simple-icon .badge {
    padding: 0.20em 0.40em;
    font-size: 0.5em;
    top: -5px;
    right: 0px
}

.simple-icon:has(.badge) {
    padding-right: 8px
}

.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: 20px
}

.header-button .th-btn {
    margin-left: 10px
}

.social-links .social-title {
    font-weight: 500;
    font-size: 16px;
    display: inline-block;
    margin: 0 10px 0 0;
    color: var(--body-color)
}

.social-links a {
    font-size: 14px;
    display: inline-block;
    color: var(--body-color);
    margin: 0 20px 0 0
}

.social-links a:last-child {
    margin-right: 0
}

.social-links a:hover {
    color: var(--theme-color)
}

.header-logo {
    padding-top: 15px;
    padding-bottom: 15px
}

.header-links>ul {
    margin: 0;
    padding: 0;
    list-style-type: 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
}

.header-links li {
    display: inline-block;
    position: relative;
    font-size: 16px;
    font-weight: 400
}

.header-links li:not(:last-child) {
    margin: 0 55px 0 0
}

.header-links li:not(:last-child):after {
    content: '';
    height: 20px;
    width: 2px;
    background-color: var(--body-color);
    opacity: 0.15;
    position: absolute;
    top: 2px;
    right: -30px
}

.header-links li>i {
    margin-right: 10px;
    color: var(--theme-color)
}

.header-links li,
.header-links span,
.header-links p,
.header-links a {
    color: var(--body-color)
}

.header-links a:hover {
    color: var(--theme-color)
}

.header-links b,
.header-links strong {
    font-weight: 600;
    margin-right: 6px
}

.header-info {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    gap: 12px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    --body-color: #6F6E77
}

.header-info .icon {
    font-size: 35px;
    color: var(--theme-color)
}

.header-info .header-info-title {
    font-size: 16px;
    font-weight: 500;
    margin-bottom: 0;
    color: var(--white-color)
}

.header-info .header-info-link {
    font-size: 14px;
    font-weight: 500;
    color: var(--border-color)
}

.dropdown-link {
    position: relative
}

.dropdown-link>a {
    color: var(--white-color);
    font-weight: 500;
    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
}

.dropdown-link>a img {
    margin-right: 10px
}

.dropdown-toggle::after {
    content: "\f107";
    border: none;
    font-family: var(--icon-font);
    vertical-align: middle;
    font-weight: 400;
    margin-left: 6px
}

.dropdown-menu {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    min-width: auto;
    top: calc(100% + 12px) !important;
    left: 50% !important;
    -webkit-transform: translateX(-50%) !important;
    -ms-transform: translateX(-50%) !important;
    transform: translateX(-50%) !important;
    padding: 8px 20px !important;
    text-align: center;
    border-color: var(--border-color)
}

.dropdown-menu li {
    padding-right: 0;
    margin-right: 0
}

.dropdown-menu li:after {
    display: none
}

.dropdown-menu li a {
    display: block
}

.dropdown-menu a {
    color: var(--title-color) !important
}

.dropdown-menu a:hover {
    color: var(--theme-color) !important
}

.dropdown-menu:before {
    content: "";
    position: absolute;
    left: 50%;
    top: -7px;
    width: 14px;
    height: 14px;
    margin-left: -7px;
    background-color: var(--white-color);
    z-index: -1;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    border-top: 1px solid var(--border-color);
    border-left: 1px solid var(--border-color)
}

.header-top {
    padding: 11.5px 0;
    background-color: var(--title-color);
    --body-color: #fff
}

.header-top a:hover {
    color: var(--theme-color)
}

.header-layout1 {
    position: relative
}

.header-layout1 .menu-area {
    position: relative;
    z-index: 2
}

.header-layout1 .header-top .container {
    padding-left: 385px
}

.header-layout1 .header-logo {
    position: relative;
    z-index: 2;
    margin-top: -50px
}

.header-layout1 .header-button .icon-btn {
    color: var(--white-color)
}

.header-layout1 .th-menu-toggle {
    margin-left: auto
}

.header-layout1 .logo-bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 24%;
    height: 100%;
    z-index: 0
}

.header-layout1 .logo-bg:before,
.header-layout1 .logo-bg:after {
    content: '';
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background-color: var(--theme-color);
    -webkit-clip-path: polygon(0 0, 100% 0, calc(100% - 40px) 100%, 0% 100%);
    clip-path: polygon(0 0, 100% 0, calc(100% - 40px) 100%, 0% 100%);
    z-index: -1
}

.header-layout1 .logo-bg:after {
    background-color: #A01707;
    left: 30px;
    height: 50px;
    -webkit-clip-path: polygon(0 0, calc(100% - 30px) 0, 100% 100%, 0% 100%);
    clip-path: polygon(0 0, calc(100% - 30px) 0, 100% 100%, 0% 100%);
    z-index: -2
}

@media (min-width: 1922px) {
    .header-layout1 .logo-bg {
        width: 30%
    }
}

@media (max-width: 1600px) {
    .header-layout1 .logo-bg {
        width: 19%
    }
    .header-layout1 .header-logo {
        padding-left: 20px
    }
    .header-layout1 .header-top .container {
        padding-left: 370px
    }
}

@media (max-width: 1500px) {
    .header-layout1 .logo-bg {
        width: 21.2%
    }
    .header-layout1 .header-logo {
        padding-left: 30px
    }
}

@media (max-width: 1399px) {
    .header-layout1 .header-button .th-btn {
        display: none
    }
    .header-layout1 .header-logo {
        padding-left: 25px
    }
}

@media (max-width: 1299px) {
    .header-layout1 .logo-bg {
        width: 24%
    }
    .header-layout1 .header-logo {
        padding-left: 0
    }
    .header-layout1 .header-top .container {
        padding-left: 300px
    }
}

@media (max-width: 1199px) {
    .header-layout1 .logo-bg {
        width: 27%
    }
    .header-layout1 .header-links ul li:first-child {
        display: none
    }
    .header-layout1 .main-menu {
        margin-left: 27px
    }
}

@media (max-width: 991px) {
    .header-layout1 .logo-bg {
        width: 50%;
        height: calc(100% - 50px);
        top: unset;
        bottom: 0
    }
    .header-layout1 .logo-bg:after {
        display: none
    }
    .header-layout1 .header-logo {
        margin-top: 0;
        padding-top: 10px;
        padding-bottom: 10px
    }
    .header-layout1 .header-logo img {
        max-height: 70px
    }
    .header-layout1 .header-top .container {
        padding-left: 12px
    }
}

@media (max-width: 575px) {
    .header-layout1 .logo-bg {
        width: 70%
    }
}

.header-layout2 .menu-area {
    background: var(--theme-color);
    border-radius: 4px;
    padding: 0 30px;
    -webkit-transform: translate(0, 100%);
    -ms-transform: translate(0, 100%);
    transform: translate(0, 100%);
    margin-top: -90px
}

.header-layout2 .main-menu>ul>li>a {
    padding: 31.5px 0;
    color: var(--white-color)
}

.header-layout2 .header-button .th-btn {
    border-radius: 4px;
    padding: 21.5px 40px
}

.header-layout2 .simple-icon {
    color: var(--white-color)
}

.header-layout2 .badge {
    background: var(--white-color);
    color: var(--theme-color)
}

@media (max-width: 1600px) {
    .header-layout2 .th-container {
        --main-container: 1405px
    }
}

@media (max-width: 1200px) {
    .header-layout2 .header-button .th-btn {
        display: none
    }
    .header-layout2 .menu-area {
        padding: 0 30px
    }
}

@media (max-width: 1199px) {
    .header-layout2 .menu-area {
        padding: 0 25px
    }
    .header-layout2 .menu-area .header-logo {
        width: 174px
    }
    .header-layout2 .sticky-wrapper .th-container {
        max-width: none;
        padding: 0
    }
    .header-layout2 .sticky-wrapper .menu-area {
        border-radius: 0
    }
}

@media (max-width: 991px) {
    .header-layout2 .menu-area {
        margin-top: 0px;
        -webkit-transform: none;
        -ms-transform: none;
        transform: none;
        padding: 0 15px
    }
    .header-layout2 .menu-area .th-menu-toggle {
        height: 40px;
        width: 40px;
        background: var(--title-color)
    }
}

.header-layout3 .header-top {
    padding: 18.5px 40px 18.5px 320px
}

.header-layout3 .header-top .th-social a:hover {
    color: var(--white-color)
}

.header-layout3 .header-links ul {
    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-links li:not(:last-child):after {
    height: 35px;
    top: 50%;
    -webkit-transform: translate(0px, -50%);
    -ms-transform: translate(0px, -50%);
    transform: translate(0px, -50%);
    right: -40px
}

.header-layout3 .header-links li:not(:last-child) {
    margin-right: 80px
}

.header-layout3 .menu-area {
    border-radius: 4px;
    padding: 0 0 0 50px;
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex
}

.header-layout3 .menu-area-left {
    width: -webkit-fill-available;
    margin-right: 25px;
    padding-right: 25px;
    position: relative;
    background: var(--white-color)
}

.header-layout3 .menu-area-left:after {
    content: '';
    position: absolute;
    right: -25px;
    top: 0;
    height: 100%;
    width: 227px;
    background: var(--white-color);
    -webkit-clip-path: path("M208.829 67.0989C208.338 68.8161 206.769 70 204.983 70H4C1.79086 70 0 68.2091 0 66V4C0 1.79086 1.79086 0 4 0H222.697C225.355 0 227.273 2.54362 226.543 5.09888L208.829 67.0989Z");
    clip-path: path("M208.829 67.0989C208.338 68.8161 206.769 70 204.983 70H4C1.79086 70 0 68.2091 0 66V4C0 1.79086 1.79086 0 4 0H222.697C225.355 0 227.273 2.54362 226.543 5.09888L208.829 67.0989Z");
    z-index: -1
}

.header-layout3 .main-menu {
    margin-left: -135px
}

.header-layout3 .main-menu>ul>li>a {
    padding: 21.5px 0
}

.header-layout3 .header-logo {
    position: relative;
    padding: 0;
    z-index: 1;
        margin-top: -86px;
    margin-left: -48px;
}

.header-layout3 .header-btn {
    margin-left: auto;
    -webkit-box-flex: 0;
    -webkit-flex: none;
    -ms-flex: none;
    flex: none;
    position: relative;
    z-index: 2;
    padding: 26.5px 48px 26.5px 34px;
    -webkit-clip-path: path("M18.1711 2.90112C18.6617 1.18391 20.2313 0 22.0172 0H223C225.209 0 227 1.79086 227 4V66C227 68.2091 225.209 70 223 70H4.30291C1.6454 70 -0.273252 67.4564 0.456824 64.9011L18.1711 2.90112Z");
    clip-path: path("M18.1711 2.90112C18.6617 1.18391 20.2313 0 22.0172 0H223C225.209 0 227 1.79086 227 4V66C227 68.2091 225.209 70 223 70H4.30291C1.6454 70 -0.273252 67.4564 0.456824 64.9011L18.1711 2.90112Z")
}

.header-layout3 .logo-bg {
    position: absolute;
    top: -90px;
    left: 0;
    width: 18.8%;
    height: calc(100% + 90px);
    z-index: 0;
    -webkit-clip-path: polygon(0 0, 100% 0, calc(100% - 40px) 100%, 0% 100%);
    clip-path: polygon(0 0, 100% 0, calc(100% - 40px) 100%, 0% 100%);
	background: #fff;
}

.header-layout3 .sticky-wrapper.sticky .header-logo {
    margin-top: 0;
    padding: 19.5px 0 19.5px 40px
}

.header-layout3 .sticky-wrapper.sticky .menu-area {
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
    margin: 0;
    padding: 0;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center
}

.header-layout3 .sticky-wrapper.sticky .header-btn:hover {
    color: var(--white-color)
}

.header-layout3 .sticky-wrapper.sticky .header-btn:hover:after,
.header-layout3 .sticky-wrapper.sticky .header-btn:hover:before {
    background-color: var(--title-color)
}

@media (max-width: 1600px) {
    .header-layout3 .logo-bg {
        width: 19.8%
    }
}

@media (max-width: 1500px) {
    .header-layout3 .th-container3 {
        max-width: 1380px
    }
    .header-layout3 .logo-bg {
        width: 22%
    }
    .header-layout3 .main-menu {
        margin-left: 0
    }
}

@media (max-width: 1399px) {
    .header-layout3 .th-container3 {
        padding: 0
    }
    .header-layout3 .menu-area {
        padding: 0 0 0 30px
    }
    .header-layout3 .header-top {
        padding: 18.5px 40px 18.5px 290px
    }
    .header-layout3 .logo-bg {
        width: 19.5%
    }
    .header-layout3 .main-menu {
        margin-left: 42px
    }
    .header-layout3 .sticky-wrapper.sticky {
        padding-right: 15px
    }
    .header-layout3 .sticky-wrapper.sticky .header-logo {
        padding: 19.5px 0 19.5px 30px
    }
}

@media (max-width: 1200px) {
    .header-layout3 .sticky-wrapper.sticky .header-logo {
        padding: 20px 12px
    }
    .header-layout3 .sticky-wrapper.sticky .header-logo img.logo2 {
        width: 200px
    }
    .header-layout3 .main-menu {
        margin-left: 30px
    }
    .header-layout3 .header-btn {
        padding: 26.5px 30px 26.5px 46px
    }
    .header-layout3 .logo-bg {
        width: 22%
    }
    .header-layout3 .sticky-wrapper.sticky .main-menu {
        margin-left: 25px
    }
    .header-layout3 .sticky-wrapper.sticky .logo-bg {
        width: 21%
    }
    .header-layout3 .main-menu>ul>li {
        margin: 0 12px
    }
}

@media (max-width: 1199px) {
    .header-layout3 .header-logo {
        padding-left: 30px
    }
    .header-layout3 .header-top {
        padding: 18.5px 40px 18.5px 270px
    }
    .header-layout3 .logo-bg {
        height: 90px;
        width: 25%;
        background-position: top right !important
    }
    .header-layout3 .menu-area {
        padding: 0
    }
    .header-layout3 .sticky-wrapper.sticky .header-btn {
        display: none
    }
    .header-layout3 .sticky-wrapper.sticky .menu-area-left {
        padding-right: 0;
        margin-right: 0
    }
    .header-layout3 .sticky-wrapper.sticky .logo-bg {
        top: 0;
        width: 23%
    }
    .header-layout3 .header-links li:not(:last-child) {
        margin-right: 60px
    }
    .header-layout3 .header-links li:not(:last-child):after {
        right: -30px
    }
}

@media (max-width: 991px) {
    .header-layout3 .header-top {
        padding: 18.5px 40px 18.5px 40px
    }
    .header-layout3 .header-logo {
        margin-top: 0;
               padding: 0px 0px 0px 59px;
        width: 80%;
    }
    .header-layout3 .logo-bg {
        top: 0;
        height: 100%;
        width: 35%
    }
    .header-layout3 .menu-area {
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center
    }
    .header-layout3 .menu-area-left {
        padding: 7px 20px 7px 0;
        margin-right: 0
    }
    .header-layout3 .menu-area-left:after {
        display: none
    }
    .header-layout3 .header-btn {
        display: none
    }
    .header-layout3 .sticky-wrapper.sticky .logo-bg {
        width: 32%
    }
    .header-layout3 .sticky-wrapper.sticky .header-logo {
        padding: 12px
    }
    .header-info .icon {
        font-size: 30px
    }
}

@media (max-width: 767px) {
    .header-layout3 .header-top {
        display: none
    }
    .header-layout3 .menu-area {
        margin-top: 0px
    }
    .header-layout3 .sticky-wrapper.sticky .logo-bg,
    .header-layout3 .logo-bg {
        width: 45%
    }
}

@media (max-width: 575px) {
    .header-layout3 .sticky-wrapper.sticky .logo-bg,
    .header-layout3 .logo-bg {
        width: 63%
    }
}

@media (max-width: 375px) {
    .header-layout3 .sticky-wrapper.sticky .logo-bg,
    .header-layout3 .logo-bg {
        width: 65%
    }
    .header-layout3 .header-logo {
        padding: 10px 0 10px 15px
    }
    .header-layout3 .menu-area-left {
        padding: 7px 15px 7px 0
    }
}

@media (max-width: 320px) {
    .header-layout3 .sticky-wrapper.sticky .logo-bg,
    .header-layout3 .logo-bg {
        width: 73%
    }
}

.header-layout4 {
    position: relative
}

.header-layout4 .main-menu {
    margin-left: 45px
}

.header-layout4 .header-top {
    background: transparent;
    position: relative;
    z-index: 1
}

.header-layout4 .header-top:after {
    content: '';
    position: absolute;
    right: 0;
    top: 0;
    background: var(--title-color);
    height: 100%;
    width: calc(100% - 150px);
    z-index: -1;
    -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 30px 100%);
    clip-path: polygon(0 0, 100% 0, 100% 100%, 30px 100%)
}

.header-layout4 .header-top .container {
    padding-left: 55px
}

.header-layout4 .header-logo {
    position: relative;
    z-index: 2
}

.header-layout4 .header-button .icon-btn {
    color: var(--white-color)
}

.header-layout4 .th-menu-toggle {
    margin-left: auto
}

.header-layout4 .logo-bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 25%;
    height: 100%;
    z-index: -1
}

.header-layout4 .logo-bg:after {
    content: '';
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background-color: var(--theme-color);
    -webkit-clip-path: polygon(0 0, calc(100% - 50px) 0, 100% 100%, 0% 100%);
    clip-path: polygon(0 0, calc(100% - 50px) 0, 100% 100%, 0% 100%);
    z-index: -1
}

.header-layout4 .sticky-wrapper.sticky .header-top {
    display: none
}

@media (min-width: 1922px) {
    .header-layout4 .logo-bg {
        width: 31%
    }
    .header-layout4 .header-top:after {
        width: calc(100% - 350px)
    }
}

@media (max-width: 1600px) {
    .header-layout4 .logo-bg {
        width: 18%
    }
    .header-layout4 .header-top:after {
        width: 100%
    }
    .header-layout4 .main-menu {
        margin-left: 60px
    }
}

@media (max-width: 1200px) {
    .header-layout4 .header-top .container {
        padding-left: 30px
    }
    .header-layout4 .header-logo {
        max-width: 175px
    }
    .header-layout4 .main-menu {
        margin-left: 12px
    }
    .header-layout4 .main-menu>ul>li {
        margin: 0 12px
    }
    .header-layout4 .main-menu a {
        font-size: 14px
    }
    .header-layout4 .logo-bg {
        width: 22%
    }
}

@media (max-width: 1199px) {
    .header-layout4 .header-button .th-btn {
        display: none
    }
    .header-layout4 .logo-bg {
        width: 27%
    }
}

@media (max-width: 991px) {
    .header-layout4 .logo-bg {
        width: 37%
    }
}

@media (max-width: 767px) {
    .header-layout4 .logo-bg {
        width: 46%
    }
}

@media (max-width: 575px) {
    .header-layout4 .logo-bg {
        width: 53%
    }
}

@media (max-width: 375px) {
    .header-layout4 .logo-bg {
        width: 60%
    }
}

@media (max-width: 320px) {
    .header-layout4 .logo-bg {
        width: 70%
    }
}

.header-layout5 .sticky-wrapper {
    background: transparent;
    position: absolute;
    left: 0;
    top: 50px;
    right: 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    padding: 0 68px
}

.header-layout5 .sticky-wrapper.sticky {
    position: fixed;
    top: 0;
    background: var(--title-color)
}

.header-layout5 .sticky-wrapper.sticky .header-logo {
    margin-top: 0
}

.header-layout5 .header-top {
    background: transparent;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    border-left: 1px solid rgba(255, 255, 255, 0.1);
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    padding: 11px 68px 11px 30px;
    margin-left: 332px
}

.header-layout5 .header-logo {
    margin-top: -50px
}

.header-layout5 .main-menu {
    border-left: 1px solid rgba(255, 255, 255, 0.1);
    margin-left: 55px;
    padding-left: 40px
}

.header-layout5 .main-menu>ul>li>a {
    padding: 36.5px 0;
    color: var(--white-color)
}

.header-layout5 .header-button {
    height: 100px;
    border-left: 1px solid rgba(255, 255, 255, 0.1);
    padding-left: 40px
}

.header-layout5 .header-button .simple-icon {
    color: var(--white-color)
}

.header-layout5 .header-links li {
    font-weight: 500
}

.header-layout5 .header-links li:not(:last-child):after {
    width: 1px
}

@media (max-width: 1399px) {
    .header-layout5 .sticky-wrapper {
        padding: 0 40px
    }
    .header-layout5 .main-menu {
        margin-left: 30px
    }
    .header-layout5 .header-top {
        margin-left: 279px;
        padding: 11px 42px 11px 30px
    }
}

@media (max-width: 1200px) {
    .header-layout5 .header-top {
        margin-left: 249px;
        padding: 11.5px 42px 11.5px 30px
    }
    .header-layout5 .header-button .th-btn {
        display: none
    }
    .header-layout5 .header-links li {
        font-size: 14px
    }
    .header-layout5 .main-menu {
        margin-left: 0px
    }
    .header-layout5 .main-menu a {
        font-size: 14px
    }
}

@media (max-width: 1199px) {
    .header-layout5 .header-button {
        padding-left: 22px
    }
}

@media (max-width: 991px) {
    .header-layout5 .sticky-wrapper {
        top: 0;
        padding: 9px 20px
    }
    .header-layout5 .header-logo {
        margin-top: 0px
    }
}

@media (max-width: 575px) {
    .header-layout5 .sticky-wrapper {
        padding: 4px 0
    }
}

.unittest-header .header-logo {
    margin: 0
}

.unittest-header .main-menu {
    margin-left: 0
}

@media (max-width: 1199px) {
    .unittest-header .main-menu>ul>li {
        margin: 0 10px
    }
}

@media (max-width: 991px) {
    .unittest-header .header-logo {
        margin-top: 0;
        padding-top: 17px;
        padding-bottom: 17px
    }
}

@media (max-width: 767px) {
    .admin-bar .th-header .sticky-wrapper.sticky {
        top: 0
    }
    .unittest-header .header-logo .logo {
        font-size: 36px
    }
}

.header-layout6 .sticky-wrapper {
    background: transparent;
    position: absolute;
    left: 0;
    top: 50px;
    right: 0
}

.header-layout6 .sticky-wrapper.sticky {
    position: fixed;
    top: 0;
    background: var(--white-color)
}

.header-layout6 .sticky-wrapper.sticky .header-logo {
    margin-top: 0
}

.header-layout6 .sticky-wrapper:after {
    content: '';
    position: absolute;
    right: 0;
    bottom: 0;
    background: var(--white-color);
    width: calc(100% - 250px);
    height: 100%;
    z-index: -2
}

@media (min-width: 1922px) {
    .header-layout6 .sticky-wrapper:after {
        width: calc(100% - 550px)
    }
}

@media (max-width: 575px) {
    .header-layout6 .sticky-wrapper:after {
        width: calc(100% - 200px)
    }
}

@media (max-width: 991px) {
    .header-layout6 .sticky-wrapper {
        top: 0
    }
}

.header-layout6 .main-menu {
    margin-left: 100px
}

.header-layout6 .main-menu>ul>li>a {
    padding: 37px 0
}

@media (max-width: 1299px) {
    .header-layout6 .main-menu {
        margin-left: 70px
    }
}

.header-layout6 .menu-area {
    position: relative;
    padding-left: 60px
}

.header-layout6 .menu-area .logo-bg {
    position: absolute;
    left: 0px;
    top: 0;
    z-index: -1
}

@media (max-width: 991px) {
    .header-layout6 .menu-area {
        margin-left: -35px;
        padding-left: 50px
    }
    .header-layout6 .menu-area .logo-bg {
        max-width: 270px
    }
}

@media (max-width: 575px) {
    .header-layout6 .menu-area {
        margin-left: -12px;
        padding-left: 35px
    }
    .header-layout6 .menu-area .logo-bg {
        max-width: 240px
    }
}

@media (max-width: 1299px) {
    .header-layout6 .header-button .simple-icon {
        display: none
    }
    .header-layout6 .main-menu a {
        font-size: 14px
    }
}

.header-layout7 {
    position: relative
}

.header-layout7 .menu-area {
    position: relative;
    z-index: 2;
    padding: 0 307px 0 65px
}

.header-layout7 .menu-area .main-menu {
    margin-left: 140px
}

.header-layout7 .header-top {
    padding: 16.5px 307px 16.5px 350px;
    background: var(--white-color);
    border-bottom: 1px solid #E6E6E6
}

.header-layout7 .header-links li,
.header-layout7 .header-links span,
.header-layout7 .header-links p,
.header-layout7 .header-links a {
    color: var(--title-color);
    font-weight: 500;
    font-size: 16px
}

.header-layout7 .header-links li:hover,
.header-layout7 .header-links span:hover,
.header-layout7 .header-links p:hover,
.header-layout7 .header-links a:hover {
    color: var(--theme-color)
}

.header-layout7 .header-links li:not(:last-child):after {
    display: none
}

.header-layout7 .header-links li:not(:last-child) {
    margin: 0 40px 0 0
}

.header-layout7 .header-logo {
    position: relative;
    z-index: 2;
    margin-top: -60px
}

.header-layout7 .th-menu-toggle {
    margin-left: auto
}

.header-layout7 .logo-bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 20.8%;
    height: 100%;
    z-index: 0
}

.header-layout7 .logo-bg:before {
    content: '';
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background-color: var(--theme-color);
    -webkit-clip-path: polygon(0 0, calc(100% - 100px) 0, 100% 100%, 0% 100%);
    clip-path: polygon(0 0, calc(100% - 100px) 0, 100% 100%, 0% 100%);
    z-index: -1
}

.header-layout7 .sticky-wrapper.sticky .header-logo {
    margin-top: 0
}

@media (min-width: 1922px) {
    .header-layout7 .logo-bg {
        width: 14.8%
    }
}

@media (max-width: 1500px) {
    .header-layout7 .header-top {
        padding: 16.5px 70px 16.5px 350px
    }
    .header-layout7 .menu-area {
        padding: 0 70px 0 65px
    }
    .header-layout7 .logo-bg {
        width: 26.8%
    }
}

@media (max-width: 1399px) {
    .header-layout7 .header-top {
        padding: 16.5px 50px 16.5px 300px
    }
    .header-layout7 .menu-area {
        padding: 0 50px
    }
    .header-layout7 .logo-bg {
        width: 24.8%
    }
    .header-layout7 .menu-area .main-menu {
        margin-left: 100px
    }
}

@media (max-width: 1299px) {
    .header-layout7 .header-button .th-btn {
        display: none
    }
    .header-layout7 .logo-bg {
        width: 27.8%
    }
}

@media (max-width: 1199px) {
    .header-layout7 .header-top {
        padding: 16.5px 40px 16.5px 255px
    }
    .header-layout7 .menu-area {
        padding: 0 40px 0 30px
    }
    .header-layout7 .menu-area .main-menu {
        margin-left: 60px
    }
    .header-layout7 .logo-bg {
        width: 27%
    }
    .header-layout7 .logo-bg:before {
        -webkit-clip-path: polygon(0 0, calc(100% - 70px) 0, 100% 100%, 0% 100%);
        clip-path: polygon(0 0, calc(100% - 70px) 0, 100% 100%, 0% 100%)
    }
}

@media (max-width: 991px) {
    .header-layout7 .logo-bg {
        width: 37%
    }
    .header-layout7 .header-top {
        display: none
    }
    .header-layout7 .header-logo {
        margin-top: 0
    }
}

@media (max-width: 767px) {
    .header-layout7 .logo-bg {
        width: 50%
    }
}

@media (max-width: 575px) {
    .header-layout7 .menu-area {
        padding: 0 15px
    }
    .header-layout7 .logo-bg {
        width: 60%
    }
}

@media (max-width: 375px) {
    .header-layout7 .logo-bg {
        width: 72%
    }
    .header-layout7 .logo-bg:before {
        -webkit-clip-path: polygon(0 0, calc(100% - 50px) 0, 100% 100%, 0% 100%);
        clip-path: polygon(0 0, calc(100% - 50px) 0, 100% 100%, 0% 100%)
    }
}

.header-layout8 .th-menu-wrapper {
    opacity: 1;
    background: transparent
}

.header-layout8 .th-menu-wrapper .th-menu-toggle {
    position: initial;
    padding: 0;
    width: 60px;
    height: 60px;
    line-height: 60px;
    font-size: 24px;
    border-radius: 0px;
    display: none
}

.header-layout8 .th-menu-wrapper .th-menu-area {
    left: 0;
    opacity: 1;
    visibility: visible;
    z-index: 1;
    max-width: 315px
}

.header-layout8 .th-menu-wrapper .th-menu-area .th-social {
    margin-top: 60px;
    gap: 30px
}

.header-layout8 .th-menu-wrapper .mobile-logo {
    background: transparent;
    padding-top: 70px
}

.header-layout8 .th-menu-wrapper .th-mobile-menu {
    padding-bottom: 60px
}

.header-layout8 .th-menu-wrapper .th-mobile-menu>ul {
    padding: 0 60px
}

.header-layout8 .th-menu-wrapper .th-mobile-menu::-webkit-scrollbar {
    display: none
}

.header-layout8 .th-menu-wrapper .th-mobile-menu ul li:not(:last-child) {
    margin-bottom: 40px;
    border: 0
}

.header-layout8 .th-menu-wrapper .th-mobile-menu ul li a {
    border: 1px solid var(--gray-color);
    padding: 12px 15px;
    text-align: center;
    font-size: 16px;
    font-weight: 600;
    line-height: normal
}

.header-layout8 .th-menu-wrapper .th-mobile-menu ul li a:before {
    display: none
}

.header-layout8 .th-menu-wrapper .th-mobile-menu ul li a:hover {
    border-color: var(--theme-color);
    color: var(--theme-color)
}

@media (max-width: 991px) {
    .header-layout8 .th-menu-wrapper .th-mobile-menu,
    .header-layout8 .th-menu-wrapper .mobile-logo {
        display: none
    }
    .header-layout8 .th-menu-wrapper .th-menu-toggle {
        display: block
    }
    .header-layout8 .th-menu-wrapper .th-menu-area {
        padding: 30px;
        max-width: 124px
    }
}

@media (max-width: 575px) {
    .header-layout8 .th-menu-wrapper .th-menu-toggle {
        width: 50px;
        height: 50px;
        line-height: 50px;
        font-size: 20px
    }
    .header-layout8 .th-menu-wrapper .th-menu-area {
        padding: 20px;
        max-width: 93px
    }
}

@media (max-width: 375px) {
    .header-layout8 .th-menu-wrapper {
        position: initial
    }
    .header-layout8 .th-menu-wrapper .mobile-logo {
        display: block;
        padding: 0px
    }
    .header-layout8 .th-menu-wrapper .th-menu-area {
        padding: 20px;
        max-width: none;
        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-orient: horizontal;
        -webkit-box-direction: reverse;
        -webkit-flex-direction: row-reverse;
        -ms-flex-direction: row-reverse;
        flex-direction: row-reverse;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center
    }
    .header-layout8 .th-menu-wrapper .th-menu-toggle {
        -webkit-box-flex: 0;
        -webkit-flex: none;
        -ms-flex: none;
        flex: none
    }
}

.footer-wrapper {
    position: relative;
    z-index: 2
}

.widget-area {
    padding-top: 60px;
    padding-bottom: 0px
}

.footer-links ul {
    padding: 0;
    margin: 0
}

.footer-links li {
    font-family: var(--body-font);
    display: inline-block;
    padding-right: 15px;
    margin-right: 10px;
    position: relative
}

.footer-links li:after {
    content: "";
    height: 20px;
    width: 1px;
    background-color: var(--body-color);
    position: absolute;
    top: 50%;
    right: 0;
    margin: -10px 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(--body-color)
}

.footer-links a:hover {
    color: var(--theme-color)
}

.copyright-wrap {
    padding: 22px 0;
    background-size: 100% auto
}

.copyright-text {
    margin: 0;
	    text-align: center;
}

.copyright-text a {
    color: var(--theme-color)
}

.copyright-text a:hover {
    color: var(--white-color)
}

.th-widget-contact {
    max-width: 265px;
    margin-bottom: -0.3em;
    margin-top: -0.3em
}

.footer-contact {
    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
}

.footer-contact-wrap {
    display: grid;
    grid-template-columns: auto auto auto;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.footer-contact_icon {
    width: 70px;
    height: 70px;
    line-height: 70px;
    min-width: 70px;
    font-size: 30px;
    background-color: var(--white-color);
    color: var(--theme-color);
    border-radius: 5px;
    text-align: center;
    position: relative
}

.footer-contact_icon:before {
    content: "";
    height: 100%;
    width: 100%;
    background-color: var(--title-color);
    border-radius: inherit;
    position: absolute;
    top: -10px;
    left: -10px;
    z-index: -1;
    -webkit-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out
}

.footer-contact_icon:hover:before {
    top: 0;
    left: 0
}

.footer-contact_text {
    display: block;
    color: var(--body-color);
    margin-bottom: 5px
}

.footer-contact_link {
    display: inline-block;
    color: var(--body-color);
    font-size: 20px;
    font-weight: 600
}

.footer-contact_link:hover {
    color: var(--title-color)
}

.info-box {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 20px
}

.info-box:last-child {
    margin-bottom: -5px
}

.info-box_icon {
    font-size: 20px;
    background-color: transparent;
    color: var(--theme-color);
    text-align: center;
    margin-right: 10px
}

.info-box_title {
    font-family: var(--body-font);
    font-weight: 600;
    margin-bottom: 10px;
    margin-top: -0.5em
}

.info-box_text {
    display: block;
    color: var(--body-color);
    margin-top: -0.35em;
    margin-bottom: 0
}

.info-box_link {
    display: inline-block;
    color: var(--body-color)
}

.info-box_link:hover {
    color: var(--theme-color)
}

.footer-newsletter {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    gap: 25px;
    padding-left: 60px
}

.footer-newsletter .newsletter-title {
    max-width: 425px;
    margin-bottom: 0
}

.footer-layout1 {
    --body-color: #CDCDCD;
    overflow: hidden
}

.footer-layout1 .footer-top {
    background-color: #3675a8;
    position: relative;
    z-index: 2;
    padding: 30px 0
}

.footer-layout1 .footer-logo {
    padding: 45px 45px 45px 0
}

.footer-layout1 .shape-left,
.footer-layout1 .shape-right {
    position: absolute;
    z-index: -1
}

.footer-layout1 .shape-left {
    top: 0;
    left: 0
}

.footer-layout1 .shape-right {
    bottom: 65px;
    right: 0
}

.footer-layout1 .logo-bg {
    position: absolute;
    left: 0;
    top: 0;
    background-color: var(--white-color);
    height: 100%;
    width: 33%;
    z-index: -1;
    -webkit-clip-path: polygon(100% 0, calc(100% - 60px) 50%, 100% 100%, 0 100%, 0 0);
    clip-path: polygon(100% 0, calc(100% - 60px) 50%, 100% 100%, 0 100%, 0 0)
}

.footer-layout1 .logo-bg:before {
    content: "";
    height: 100%;
    width: calc(100% - 10px);
    background-color: var(--title-color);
    position: absolute;
    top: 0;
    left: 0;
    -webkit-clip-path: polygon(100% 0, calc(100% - 60px) 50%, 100% 100%, 0 100%, 0 0);
    clip-path: polygon(100% 0, calc(100% - 60px) 50%, 100% 100%, 0 100%, 0 0)
}

@media (max-width: 991px) {
    .footer-wrapper .widget-area {
        padding-top: var(--section-space-mobile);
        padding-bottom: 30px
    }
}

@media (max-width: 767px) {
    .copyright-text {
        text-align: center
    }
}

@media (max-width: 575px) {
    .copyright-wrap {
        background-size: cover
    }
}

.footer-widget .contact-feature {
    padding: 0 !important;
    background-color: transparent;
    box-shadow: none;
    gap: 15px
}

.footer-widget .contact-feature:not(:last-child) {
    margin-bottom: 28px
}

.footer-widget .contact-feature .icon-btn {
    --btn-size: 44px;
    font-size: 16px
}

.footer-widget .contact-feature_label {
    margin-top: -0.4em;
    font-size: 14px;
    text-transform: uppercase;
    line-height: 1.5
}

.footer-widget .contact-feature_link {
    font-size: 18px;
    margin-bottom: -0.4em;
    display: block
}

.newsletter-widget {
    max-width: 300px
}

.newsletter-widget .newsletter-form {
    gap: 0;
    position: relative
}

.newsletter-widget .form-group {
    margin-bottom: 0
}

.newsletter-widget input {
    border-radius: 4px;
    padding: 0 65px 0 20px
}

.newsletter-widget input::-webkit-input-placeholder {
    color: #9B9B9C
}

.newsletter-widget input::-moz-placeholder {
    color: #9B9B9C
}

.newsletter-widget input:-ms-input-placeholder {
    color: #9B9B9C
}

.newsletter-widget input::-ms-input-placeholder {
    color: #9B9B9C
}

.newsletter-widget input::placeholder {
    color: #9B9B9C
}

.newsletter-widget .th-btn {
    position: absolute;
    right: 0;
    min-width: auto;
    padding: 16.5px 17px;
    position: absolute;
    top: 5px;
    right: 5px
}

.footer-layout2 {
    background-color: var(--title-color);
    --body-color: #CDCDCD;
    -webkit-animation: footer-bg-anime 80s linear infinite;
    animation: footer-bg-anime 80s linear infinite;
    background-repeat: repeat-x
}

.footer-layout2 .footer-top {
    padding: 60px;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
    margin-bottom: -91.5px;
    margin-top: 91.5px
}

.footer-layout2 .sub-title {
    margin-bottom: 17px
}

.footer-layout2 .sec-title {
    font-size: 30px
}

.footer-layout2 .copyright-wrap {
    background: #0A0A18
}

@-webkit-keyframes footer-bg-anime {
    0% {
        background-position: top right
    }
    100% {
        background-position: top right 2000px
    }
}

@keyframes footer-bg-anime {
    0% {
        background-position: top right
    }
    100% {
        background-position: top right 2000px
    }
}

.footer-layout3 {
    --body-color: #363739;
    background-color: var(--smoke-color);
    background-position: bottom
}

.footer-layout3 .footer-widget .recent-post .post-title,
.footer-layout3 .footer-widget .widget_title {
    color: var(--title-color)
}

.footer-layout3 .copyright-wrap {
    --body-color: #CDCDCD
}

@media (max-width: 1199px) {
    .footer-layout2 .footer-top {
        margin-bottom: -112px;
        margin-top: 112px
    }
}

@media (max-width: 991px) {
    .footer-wrapper .newsletter-form {
        max-width: 400px
    }
    .newsletter-wrap .newsletter-title {
        font-size: 24px
    }
    .newsletter-wrap .newsletter-text {
        font-size: 14px
    }
    .footer-layout2 .footer-top {
        margin-bottom: -131px;
        margin-top: 131px;
        padding: 50px 40px
    }
}

@media (max-width: 767px) {
    .newsletter-wrap {
        -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;
        padding-left: 0;
        border-left: none;
        gap: 20px
    }
    .newsletter-wrap .newsletter-title {
        text-align: center
    }
    .footer-wrapper .newsletter-form {
        max-width: 550px;
        gap: 15px;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center
    }
    .footer-layout2 .footer-top {
        margin-bottom: -150px;
        margin-top: 150px
    }
}

@media (max-width: 575px) {
    .footer-wrapper .newsletter-form {
        -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
    }
    .footer-layout2 .footer-top {
        margin-bottom: -170px;
        margin-top: 170px;
        padding: 50px 35px
    }
}

.footer-layout5 {
    background-color: #080e1c;
    --body-color: #CDCDCD;
    overflow: hidden
}

.footer-layout5 .footer-top {
    position: relative;
    z-index: 2;
    padding: 40px 0;
    border-bottom: 1px solid #363739
}

.footer-layout6 {
    background-color: #080e1c;
    --body-color: #CDCDCD;
    overflow: hidden
}

.footer-layout6 .footer-top {
    position: relative;
    z-index: 2;
    padding: 50px 0;
    border-bottom: 1px solid #363739
}

.footer-layout6 .info-box_title {
    color: var(--white-color)
}

.footer-layout6 .copyright-wrap {
    background: #0A0A18
}

.breadcumb-menu {
    max-width: 100%;
    padding: 0;
    margin: 32px 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;
    position: relative
}

.breadcumb-menu li a:hover {
    color: var(--theme-color)
}

.breadcumb-menu li:after {
    content: "\f101";
    position: relative;
    margin-left: 10px;
    font-weight: 500;
    font-size: 15px;
    color: var(--white-color);
    font-family: var(--icon-font)
}

.breadcumb-menu li:last-child {
    padding-right: 0;
    margin-right: 0;
    color: var(--theme-color)
}

.breadcumb-menu li:last-child:after {
    display: none
}

.breadcumb-menu li,
.breadcumb-menu a,
.breadcumb-menu span {
    white-space: normal;
    color: inherit;
    word-break: break-word;
    font-weight: 700;
    font-family: var(--title-font);
    font-size: 20px;
    color: var(--white-color)
}

.breadcumb-title {
    color: var(--white-color);
    margin: -0.22em 0 -0.14em 0;
    line-height: 1.1
}

.breadcumb-wrapper {
    background-color: var(--title-color);
    padding: 138px 0;
    overflow: hidden
}

.breadcumb-wrapper:before {
    z-index: -1
}

@media (max-width: 1199px) {
    .breadcumb-wrapper {
        padding: 130px 0
    }
    .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-wrapper {
        padding: 120px 0
    }
}

@media (max-width: 767px) {
    .breadcumb-wrapper {
        padding: 100px 0
    }
}

@media (max-width: 575px) {
    .breadcumb-title {
        font-size: 34px
    }
}

.th-pagination {
    margin-bottom: 40px;
    padding-top: 20px
}

.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: 1px solid var(--theme-color);
    color: var(--theme-color);
    background-color: transparent;
    width: 60px;
    height: 60px;
    line-height: 60px;
    z-index: 1;
    font-size: 18px;
    font-weight: 700;
    border-radius: 50%
}

.th-pagination span.active,
.th-pagination span:hover,
.th-pagination a.active,
.th-pagination a:hover {
    color: var(--white-color);
    background-color: var(--theme-color)
}

@media (max-width: 991px) {
    .th-pagination {
        padding-top: 0
    }
}

@media (max-width: 767px) {
    .th-pagination span,
    .th-pagination a {
        width: 40px;
        height: 40px;
        line-height: 40px;
        font-size: 14px
    }
}

blockquote,
.wp-block-quote {
    display: block;
    position: relative;
    overflow: hidden;
    font-size: 18px;
    font-weight: 400;
    font-family: var(--body-font);
    color: var(--title-color);
    background-color: var(--smoke-color);
    padding: 40px 40px 30px;
    margin: 30px 0 40px;
    line-height: 30px;
    border: none !important;
    border-radius: 0px
}

blockquote p,
blockquote pre,
.wp-block-quote p,
.wp-block-quote pre {
    font-family: inherit;
    color: inherit;
    font-weight: inherit;
    width: 100%;
    position: relative;
    z-index: 3;
    margin-top: -0.5em;
    margin-bottom: 0
}

blockquote p a,
blockquote pre a,
.wp-block-quote p a,
.wp-block-quote pre a {
    color: inherit
}

blockquote:before,
.wp-block-quote:before {
    content: "\f10e";
    font-family: var(--icon-font);
    position: absolute;
    right: 80px;
    bottom: 10px;
    font-size: 60px;
    font-weight: 300;
    line-height: normal;
    color: var(--theme-color);
    background-color: transparent;
    width: auto;
    height: auto;
    text-align: center;
    display: grid;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center
}

blockquote cite,
.wp-block-quote cite {
    display: inline-block;
    font-size: 18px !important;
    font-family: var(--title-font);
    position: relative;
    padding-left: 40px;
    line-height: 1;
    font-weight: 700;
    margin-top: 20px;
    font-style: normal;
    color: var(--title-color);
    white-space: nowrap
}

blockquote cite:before,
.wp-block-quote cite:before {
    content: "";
    position: absolute;
    left: 0;
    bottom: 7px;
    width: 30px;
    height: 4px;
    border-top: 4px solid var(--theme-color)
}

blockquote.style-left-icon,
blockquote.is-large:not(.is-style-plain),
blockquote.is-style-large:not(.is-style-plain),
blockquote.has-text-align-right,
.wp-block-quote.style-left-icon,
.wp-block-quote.is-large:not(.is-style-plain),
.wp-block-quote.is-style-large:not(.is-style-plain),
.wp-block-quote.has-text-align-right {
    padding: 50px 40px 38px 165px
}

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 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.is-large p,
blockquote.is-style-large p,
.wp-block-quote.is-large p,
.wp-block-quote.is-style-large p {
    margin-bottom: -0.4em
}

blockquote.is-large cite:before,
blockquote.is-style-large cite:before,
.wp-block-quote.is-large cite:before,
.wp-block-quote.is-style-large cite:before {
    top: unset;
    bottom: 10px
}

blockquote.has-text-align-right:before,
.wp-block-quote.has-text-align-right:before {
    content: "\f10d";
    right: unset;
    left: 80px
}

.wp-block-pullquote {
    color: var(--body-color);
    padding: 0
}

blockquote.has-very-dark-gray-color {
    color: var(--body-color) !important
}

.wp-block-column blockquote,
.wp-block-column .wp-block-quote {
    padding: 100px 15px 30px 15px
}

.wp-block-column blockquote:before,
.wp-block-column .wp-block-quote:before {
    width: 100%;
    height: 60px;
    font-size: 30px
}

.wp-block-column blockquote.style-left-icon,
.wp-block-column blockquote.is-large:not(.is-style-plain),
.wp-block-column blockquote.is-style-large:not(.is-style-plain),
.wp-block-column blockquote.has-text-align-right,
.wp-block-column .wp-block-quote.style-left-icon,
.wp-block-column .wp-block-quote.is-large:not(.is-style-plain),
.wp-block-column .wp-block-quote.is-style-large:not(.is-style-plain),
.wp-block-column .wp-block-quote.has-text-align-right {
    padding: 100px 15px 30px 15px
}

@media (max-width: 1199px) {
    blockquote,
    .wp-block-quote {
        font-size: 16px
    }
    blockquote cite,
    .wp-block-quote cite {
        margin-top: 23px
    }
    blockquote.style-left-icon,
    blockquote.is-large:not(.is-style-plain),
    blockquote.is-style-large:not(.is-style-plain),
    blockquote.has-text-align-right,
    .wp-block-quote.style-left-icon,
    .wp-block-quote.is-large:not(.is-style-plain),
    .wp-block-quote.is-style-large:not(.is-style-plain),
    .wp-block-quote.has-text-align-right {
        padding: 40px 20px 30px 120px
    }
}

@media (max-width: 767px) {
    blockquote.style-left-icon,
    blockquote.is-large:not(.is-style-plain),
    blockquote.is-style-large:not(.is-style-plain),
    blockquote.has-text-align-right,
    .wp-block-quote.style-left-icon,
    .wp-block-quote.is-large:not(.is-style-plain),
    .wp-block-quote.is-style-large:not(.is-style-plain),
    .wp-block-quote.has-text-align-right {
        padding: 100px 20px 30px 20px
    }
    .wp-block-pullquote.is-style-solid-color blockquote {
        max-width: 90%
    }
}

.blog-meta {
    display: block
}

.blog-meta span,
.blog-meta a {
    display: inline-block;
    font-size: 14px;
    font-weight: 500;
    color: var(--title-color);
    font-family: var(--body-font);
    position: relative;
    margin-right: 6px
}

.blog-meta span:after,
.blog-meta a:after {
    content: '';
    display: inline-block;
    height: 15px;
    width: 1px;
    background-color: var(--border-color);
    margin-left: 7px;
    position: relative;
    top: 3px
}

.blog-meta span i,
.blog-meta a i {
    margin-right: 10px;
    color: var(--theme-color)
}

.blog-meta span:last-child,
.blog-meta a:last-child {
    margin-right: 0;
    padding-right: 0
}

.blog-meta span:last-child:after,
.blog-meta a:last-child:after {
    display: none
}

.blog-meta .author img {
    border-radius: 50%;
    width: 30px;
    height: 30px;
    margin-right: 6px
}

.blog-meta a:hover {
    color: var(--theme-color)
}

.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: 32px;
    font-size: 24px
}

.blog-inner-title i {
    color: var(--theme-color);
    margin-right: 8px
}

.blog-single {
    position: relative;
    margin-bottom: var(--blog-space-y, 40px);
    background-color: var(--smoke-color);
    overflow: hidden
}

.blog-single .blog-title {
    margin-bottom: 15px;
    font-size: 26px;
    line-height: 1.333;
    font-weight: 700
}

.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: 40px;
    height: 40px;
    line-height: 40px;
    background-color: var(--smoke-color);
    font-size: 14px;
    color: var(--title-color);
    text-align: center;
    border-radius: 5px
}

.blog-single .social-links a:hover {
    color: var(--white-color);
    background-color: var(--theme-color)
}

.blog-single .blog-meta {
    margin: -0.35em 0 11px 0
}

.blog-single .blog-content {
    margin: 0 0 0 0;
    padding: 25px;
    position: relative
}

.blog-single .blog-audio {
    line-height: 1
}

.blog-single .blog-audio,
.blog-single .blog-img,
.blog-single .blog-video {
    position: relative;
    overflow: hidden;
    background-color: var(--smoke-color)
}

.blog-single .blog-img .slick-arrow {
    --pos-x: 30px;
    --icon-size: 45px;
    border: none;
    background-color: var(--white-color);
    color: var(--theme-color);
    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
}

.blog-details .blog-single {
    background: transparent;
    border: 1px solid var(--border-color)
}

.share-links-title {
    font-size: 20px;
    color: var(--title-color);
    font-family: var(--title-font);
    font-weight: 700;
    margin: 0 20px 0 0;
    display: inline-block
}

.share-links {
    margin: 0 var(--blog-space-x, 40px) var(--blog-space-y, 40px) var(--blog-space-x, 40px);
    border-top: 1px solid var(--border-color);
    border-bottom: 1px solid var(--border-color);
    padding: 30px 0
}

.share-links>.row {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    --bs-gutter-y: 20px
}

.share-links .wp-block-tag-cloud,
.share-links .tagcloud {
    display: inline-block
}

.share-links .wp-block-tag-cloud a,
.share-links .tagcloud a {
    background: var(--smoke-color)
}

.share-links .wp-block-tag-cloud a:hover,
.share-links .tagcloud a:hover {
    background: var(--theme-color)
}

.blog-author {
    background: var(--smoke-color);
    margin: 0 var(--blog-space-x, 40px) var(--blog-space-y, 40px) var(--blog-space-x, 40px);
    padding: 40px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    gap: 30px
}

.blog-author .auhtor-img {
    border-radius: 50%
}

.blog-author .auhtor-img img {
    border-radius: 50%
}

.blog-author .media {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 9px
}

.blog-author .media .media-body .th-social {
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex
}

.blog-author .author-name {
    font-weight: 700;
    font-size: 20px;
    margin-bottom: 3px
}

.blog-author .author-name a {
    color: var(--title-color)
}

.blog-author .author-name a:hover {
    color: var(--theme-color)
}

.blog-author .author-desig {
    color: var(--theme-color);
    font-size: 14px;
    font-weight: 500
}

.blog-author .author-text {
    margin-bottom: -0.3em
}

@media (max-width: 1399px) {
    .blog-single .blog-content {
        padding: 40px 20px
    }
    .blog-single .blog-title {
        font-size: 28px
    }
    .share-links {
        --blog-space-x: 20px
    }
}

@media (max-width: 1199px) {
    .blog-author {
        display: block;
        --blog-space-y: 20px
    }
    .blog-author .auhtor-img {
        margin-bottom: 25px
    }
}

@media (max-width: 991px) {
    .blog-single .blog-content {
        padding: 40px
    }
    .blog-author,
    .share-links {
        --blog-space-x: 40px
    }
}

@media (max-width: 767px) {
    .blog-author,
    .share-links {
        --blog-space-x: 20px
    }
    .blog-details .blog-single {
        --blog-space-x: 20px;
        --blog-space-y: 20px
    }
    .blog-single .blog-content {
        padding: 30px 20px
    }
    .blog-single .blog-title {
        font-size: 24px;
        line-height: 1.3
    }
    .blog-single .blog-text {
        margin-bottom: 22px
    }
    .blog-single .blog-bottom {
        padding-top: 15px
    }
    .blog-single .blog-meta span,
    .blog-single .blog-meta a {
        padding-right: 3px
    }
    .blog-single .blog-meta span:after,
    .blog-single .blog-meta a:after {
        display: none
    }
    .blog-single .share-links-title {
        font-size: 18px;
        display: block;
        margin: 0 0 10px 0
    }
}

@media (max-width: 575px) {
    blockquote,
    .wp-block-quote {
        padding: 20px 20px 30px
    }
    blockquote:before,
    .wp-block-quote:before {
        right: 30px
    }
    .blog-author {
        padding: 20px
    }
}

.th-comment-form {
    margin-top: 0;
    padding: var(--blog-space-y, 40px) var(--blog-space-x, 40px);
    padding-top: 0;
    position: relative
}

.th-comment-form .row {
    --bs-gutter-x: 20px
}

.th-comment-form .form-title {
    margin-top: -0.35em
}

.th-comment-form .form-title a#cancel-comment-reply-link {
    font-size: 0.7em;
    text-decoration: underline
}

.th-comment-form .form-text {
    margin-bottom: 25px
}

.th-comment-form .form-group>i {
    color: var(--theme-color)
}

.blog-comment-area {
    margin: var(--blog-space-x, 40px) var(--blog-space-y, 40px) var(--blog-space-x, 40px)
}

.th-comments-wrap {
    --border-color: #cdcdcd;
    padding-top: 0px;
    margin: 0 var(--blog-space-x, 40px) var(--blog-space-y, 40px) var(--blog-space-x, 40px)
}

.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(--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
}

.th-comments-wrap ul.comment-list ul ul,
.th-comments-wrap ul.comment-list ul ol,
.th-comments-wrap ul.comment-list ol ul,
.th-comments-wrap ul.comment-list ol ol {
    margin-bottom: 0
}

.th-comments-wrap .comment-avater {
    width: 80px;
    height: 80px;
    margin-right: 30px;
    overflow: hidden;
    border-radius: 50%
}

.th-comments-wrap .comment-avater img {
    width: 100%;
    border-radius: 50%
}

.th-comments-wrap .comment-content {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    position: relative
}

.th-comments-wrap .commented-on {
    font-size: 14px;
    display: inline-block;
    margin-bottom: 10px;
    font-weight: 400;
    color: var(--body-color)
}

.th-comments-wrap .commented-on i {
    margin-right: 7px;
    font-size: 0.9rem;
    color: var(--theme-color)
}

.th-comments-wrap .name {
    margin-bottom: 8px;
    font-size: 20px
}

.th-comments-wrap .comment-top {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.th-comments-wrap .text {
    margin-bottom: 10px
}

.th-comments-wrap .children {
    margin: 0;
    padding: 0;
    list-style-type: none;
    margin-left: 80px
}

.th-comments-wrap .reply_and_edit {
    margin-bottom: -0.46em
}

.th-comments-wrap .reply_and_edit a {
    margin-right: 0px
}

.th-comments-wrap .reply_and_edit a:last-child {
    margin-right: 0
}

.th-comments-wrap .reply_and_edit .comment-edit-link {
    -webkit-transform: translate(-105px, 0);
    -ms-transform: translate(-105px, 0);
    transform: translate(-105px, 0)
}

.th-comments-wrap .reply_and_edit .comment-edit-link:first-child {
    -webkit-transform: none;
    -ms-transform: none;
    transform: none
}

.th-comments-wrap .reply-btn {
    font-weight: 700;
    font-size: 14px;
    color: var(--white-color);
    display: inline-block;
    background: var(--title-color);
    border-radius: 4px;
    text-transform: uppercase;
    padding: 5px 17px;
    position: absolute;
    right: 0;
    top: 0
}

.th-comments-wrap .reply-btn i {
    margin-right: 7px
}

.th-comments-wrap .reply-btn:hover {
    background: 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 .children .th-comment-item>.th-post-comment {
    padding-bottom: 30px;
    border-bottom: 1px solid var(--border-color)
}

ul.comment-list:has(>.th-comment-item~.th-comment-item):first-child>.th-post-comment {
    padding-bottom: 30px;
    border-bottom: 1px solid var(--border-color)
}

.th-comments-wrap.th-comment-form {
    margin: 0
}

@media (max-width: 1199px) {
    .blog-comment-area {
        --blog-space-y: 20px;
        --blog-space-x: 20px
    }
    .th-comments-wrap,
    .th-comment-form {
        --blog-space-x: 20px
    }
    .th-comments-wrap .children {
        margin-left: 40px
    }
}

@media (max-width: 991px) {
    .blog-comment-area {
        --blog-space-x: 40px;
        --blog-space-y: 40px
    }
    .th-comment-form,
    .th-comments-wrap {
        --blog-space-x: 40px
    }
    .th-comments-wrap .comment-avater {
        margin-right: 20px
    }
    .th-comments-wrap .name {
        font-size: 18px
    }
}

@media (max-width: 767px) {
    .blog-comment-area {
        --blog-space-x: 20px;
        --blog-space-y: 20px
    }
    .th-comment-form,
    .th-comments-wrap {
        --blog-space-x: 20px
    }
    .th-comments-wrap .name {
        font-size: 16px
    }
    .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
    }
}

.th-hero-wrapper {
    position: relative;
    z-index: 2;
    overflow: hidden
}

.th-hero-wrapper .slick-arrow {
    --pos-x: 110px;
    box-shadow: none
}

.th-hero-wrapper .slick-dots {
    position: absolute;
    top: 50%;
    left: 80px;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    margin: 0
}

.th-hero-wrapper .slick-dots li {
    display: block;
    margin: 0
}

.th-hero-wrapper .slick-dots li~li {
    margin: 15px 0 0 0
}

.th-hero-wrapper .slick-dots button {
    height: 6px;
    width: 6px;
    background: var(--theme-color)
}

.th-hero-wrapper .slick-dots button:before {
    background: transparent;
    border: 2px solid var(--theme-color)
}

@media (max-width: 1600px) {
    .th-hero-wrapper .slick-arrow {
        --pos-x: 50px
    }
}

@media (max-width: 1500px) {
    .th-hero-wrapper .slick-arrow {
        --pos-x: 40px
    }
}

.th-hero-bg {
    position: absolute;
    inset: 0
}

@-webkit-keyframes anim {
    from {
        -webkit-transform: scale(1);
        transform: scale(1)
    }
    to {
        -webkit-transform: scale(1.5);
        transform: scale(1.5)
    }
}

@keyframes anim {
    from {
        -webkit-transform: scale(1);
        transform: scale(1)
    }
    to {
        -webkit-transform: scale(1.5);
        transform: scale(1.5)
    }
}

.th-hero-overlay {
    position: absolute;
    left: 0;
    top: 0
}

.hero-slider-1 .slick-arrow {
    --pos-x: 110px;
    box-shadow: none;
    -webkit-transform: translate(0, calc(50% + 5px));
    -ms-transform: translate(0, calc(50% + 5px));
    transform: translate(0, calc(50% + 5px))
}

.hero-slider-1 .slick-arrow.slick-next {
    left: var(--pos-x);
    -webkit-transform: translate(0, calc(-50% - 5px));
    -ms-transform: translate(0, calc(-50% - 5px));
    transform: translate(0, calc(-50% - 5px))
}

.hero-video-1 .play-btn>i {
    display: inline-block;
    width: var(--icon-size, 100px);
    height: var(--icon-size, 100px);
    line-height: var(--icon-size, 100px);
    color: var(--title-color);
    font-size: var(--icon-font-size, 20px)
}

.hero-video-1 .play-btn>i:hover {
    color: var(--white-color)
}

.hero-subtitle {
    font-family: var(--body-font);
    color: #FFFFFF!important;
    display: block;
    font-size: 16px;
    font-weight: 700;
    margin-bottom: 5px;
    text-transform: uppercase;
    margin-top: 15px;
	margin-bottom: 30px;
}

.hero-title {
    font-size: 40px;
    font-weight: 700;
    line-height: 60px;
    margin-bottom: 0
}

.hero-title:last-of-type {
    margin-bottom: 35px
}

.hero-text {
    margin-bottom: 43px
}

.hero-style1 {
    position: relative;
    z-index: 6;
    padding: 200px 0;
    max-width: 710px
}

.hero-2 {
    background: #F3F1F2;
    position: relative;
    overflow: hidden
}

.hero-2 .banner-img {
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: -1;
    top: 0
}

.hero-style2 {
    padding: 273px 0 185px
}

.hero-style2 .hero-title {
    font-weight: 800;
    margin-bottom: 18px
}

.hero-style2 .hero-text {
    margin-bottom: 40px;
    font-size: 18px;
    font-weight: 500;
    max-width: 630px
}

.hero-3 {
    margin-top: -160px
}

.hero-3 .th-hero-bg {
    z-index: 0
}

.hero-style3 {
    padding: calc(160px + 173px) 0 270px
}

.hero-style4 {
    position: relative;
    z-index: 6;
    padding: 200px 0;
    max-width: 710px
}

.hero-style5 {
    padding: 330px 0 180px
}

.hero-style5 .hero-title {
    margin-bottom: 20px
}

.hero-style5 .hero-text {
    max-width: 700px
}

@media (max-width: 1600px) {
    .hero-slider-1 .slick-arrow {
        --pos-x: 50px
    }
}

@media (max-width: 1500px) {
    .hero-1 .th-hero-bg {
        background-position: -150px center
    }
    .hero-2 .banner-anime-img img {
        object-fit: cover;
        object-position: left
    }
}

@media (max-width: 1400px) {
    .hero-style4,
    .hero-style1 {
        padding: 180px 0
    }
    .hero-title {
        font-size:40px;
        line-height: normal
    }
}

@media (max-width: 1399px) {
    .hero-2 .banner-anime-img {
        margin: 0
    }
    .hero-2 .banner-anime-img img {
        object-fit: cover;
        object-position: center
    }
}

@media (max-width: 1299px) {
    .hero-style1 {
        padding: 150px 0
    }
    .hero-1 .th-hero-bg {
        background-position: -118px center
    }
}

@media (max-width: 1199px) {
    .hero-title {
        font-size: 60px
    }
    .hero-style3 {
        padding: calc(160px + 120px) 0 221px
    }
    .hero-1 .th-hero-bg {
        background-position: -115px center
    }
    .hero-style4 {
        padding: 120px 0
    }
}

@media (max-width: 991px) {
    .hero-title {
        font-size: 45px;
        line-height: 1.2
    }
    .hero-1 .hero-slider-1 .th-hero-slide {
        padding-bottom: 110px
    }
    .hero-style1 {
        padding: 110px 0 50px;
        text-align: center
    }
    .hero-style1 .btn-group {
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center
    }
    .hero-style1 .hero-text {
        margin-left: auto;
        margin-right: auto
    }
    .hero-video-1 .play-btn>i {
        --icon-size: 60px
    }
    .hero-style2 .hero-text {
        font-size: 16px
    }
    .hero-style2 {
        padding: 140px 0
    }
    .hero-style3 {
        padding: calc(175px + 120px) 0 221px
    }
    .hero-style5 {
        padding: 250px 0 150px
    }
}

@media (max-width: 767px) {
    .hero-title {
        font-size: 48px
    }
    .hero-style2 {
        text-align: center;
        padding: 140px 0 80px
    }
    .hero-style2 .btn-group {
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center
    }
    .hero-style3 {
        padding: 120px 0 215px
    }
    .hero-3 {
        margin-top: 0
    }
    .hero-4 .th-hero-bg {
        background-position: left
    }
    .hero-style4 {
        text-align: center;
        padding-left: 50px;
        padding-right: 50px
    }
    .hero-style4 .btn-group {
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center
    }
    .hero-2 .banner-img {
        background-position: left
    }
}

@media (max-width: 575px) {
    .hero-subtitle {
        font-size: 14px;
        margin-bottom: 12px
    }
    .hero-title {
        font-size: 42px;
        line-height: 1.24
    }
    .hero-title:last-of-type {
        margin-bottom: 30px
    }
    .hero-text {
        margin-bottom: 28px
    }
    .hero-2 .banner-anime-img img {
        object-position: left
    }
    .hero-style2 {
        padding: 120px 0
    }
    .hero-style4 {
        padding-left: 20px;
        padding-right: 20px
    }
    .hero-style5 {
        padding: 208px 0 120px
    }
}

@media (max-width: 390px) {
    .hero-title {
        font-size: 40px;
        line-height: 1.3
    }
    .hero-style4 {
        padding-left: 0px;
        padding-right: 0px
    }
}

@media (max-width: 330px) {
    .hero-title {
        font-size: 30px
    }
}

.hero-6 {
    position: relative
}

.hero-6 .th-hero-bg {
    z-index: 0
}

.hero-6 .hero-slider-indicator {
    position: absolute;
    right: 150px;
    top: 50%;
    -webkit-transform: translateY(calc(-50% + 10px));
    -ms-transform: translateY(calc(-50% + 10px));
    transform: translateY(calc(-50% + 10px))
}

.hero-6 .hero-slider-indicator .indicator-btn {
    display: block;
    cursor: pointer;
    -webkit-transition: 0.4s;
    transition: 0.4s;
    margin-top: 10px
}

.hero-6 .hero-slider-indicator .indicator-btn img {
    border-radius: 50%
}

.hero-6 .hero-slider-indicator .indicator {
    position: absolute;
    height: 100px;
    width: 100px;
    border: 4px solid var(--theme-color);
    border-radius: 50%;
    -webkit-transition: 0.4s;
    transition: 0.4s;
    left: var(--pos-x);
    top: calc(var(--pos-y) + 10px)
}

@media (max-width: 1600px) {
    .hero-6 .hero-slider-indicator {
        right: 80px
    }
}

@media (max-width: 1399px) {
    .hero-6 .hero-slider-indicator {
        right: 50px
    }
    .hero-6 .hero-slider-indicator .indicator-btn img {
        width: 80px
    }
    .hero-6 .hero-slider-indicator .indicator {
        height: 80px;
        width: 80px
    }
}

@media (max-width: 1199px) {
    .hero-6 .hero-slider-indicator {
        display: none
    }
}

@media (max-width: 991px) {
    .hero-6 .th-hero-slide {
        padding-bottom: calc(178px + 70px)
    }
}

.hero-style6 {
    padding: 258px 0 250px
}

@media (max-width: 991px) {
    .hero-style6 {
        padding: 200px 0 50px
    }
}

.hero-7 {
    background-position: bottom left
}

.hero-7 .hero-7-thumb {
    position: absolute;
    right: 0;
    bottom: 0;
    top: 0
}

.hero-7 .hero-7-thumb img {
    object-fit: cover;
    object-position: left;
    height: 100%
}

.hero-style7 {
    padding: 200px 0
}

.hero-style7 .hero-title {
    font-weight: 800;
    margin-top: -0.2em
}

.hero-style7 .hero-title:last-of-type {
    margin-bottom: 18px
}

.hero-style7 .hero-text {
    font-size: 18px;
    font-weight: 400;
    color: var(--white-color);
    max-width: 567px;
    margin-bottom: 30px
}

.hero-style7 .newsletter-form {
    max-width: 464px;
    background: var(--theme-color);
    border-radius: 4px;
    position: relative;
    padding-left: 4px;
    margin-bottom: 35px
}

.hero-style7 .newsletter-form input {
    border: 0 !important;
    padding: 0 170px 0 30px
}

.hero-style7 .newsletter-form .th-btn {
    position: absolute;
    right: 5px;
    top: 5px;
    padding: 17px 30px
}

.hero-style7 .hero-profile {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    gap: 20px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center
}

.hero-style7 .hero-profile .title {
    font-size: 20px;
    font-weight: 600;
    color: var(--white-color);
    margin-bottom: 2px
}

.hero-style7 .hero-profile .ratting {
    font-size: 16px;
    font-weight: 300;
    color: var(--white-color)
}

.hero-style7 .hero-profile .ratting span {
    margin-right: 8px
}

.hero-style7 .hero-profile .ratting i {
    color: #F8BC26;
    font-size: 15px
}

@media (max-width: 1700px) {
    .hero-7 .hero-7-thumb {
        width: 800px
    }
}

@media (max-width: 1500px) {
    .hero-7 .hero-7-thumb {
        width: 680px
    }
}

@media (max-width: 1399px) {
    .hero-style7 {
        padding: 150px 0
    }
    .hero-7 .hero-7-thumb {
        width: 610px
    }
}

@media (max-width: 1299px) {
    .hero-7 {
        background-position: center
    }
}

@media (max-width: 1199px) {
    .hero-7 .hero-7-thumb {
        width: 480px
    }
}

@media (max-width: 991px) {
    .hero-style7 {
        padding: 120px 0
    }
    .hero-7 .hero-7-thumb {
        width: 360px
    }
}

@media (max-width: 767px) {
    .hero-7 {
        background-position: left
    }
    .hero-7 .hero-7-thumb {
        display: none
    }
}

@media (max-width: 575px) {
    .hero-style7 {
        padding: 100px 0
    }
}

@media (max-width: 375px) {
    .hero-style7 .newsletter-form {
        background: transparent;
        padding: 0
    }
    .hero-style7 .newsletter-form .th-btn {
        position: relative;
        margin-top: 10px;
        width: 100%;
        top: 0;
        right: 0
    }
    .hero-style7 .newsletter-form input {
        padding: 0 30px
    }
    .hero-style7 .hero-profile .title {
        font-size: 18px
    }
}

.hero-8 {
    position: relative
}

.hero-8 .th-hero-bg {
    z-index: 0
}

.hero-8 .th-hero-bg img {
    height: 100%;
    width: 100%;
    object-fit: cover
}

.hero-8 .hero-slider-indicator {
    position: absolute;
    right: 100px;
    top: 50%;
    -webkit-transform: translateY(calc(-50% + 10px));
    -ms-transform: translateY(calc(-50% + 10px));
    transform: translateY(calc(-50% + 10px))
}

.hero-8 .hero-slider-indicator .indicator-btn {
    display: block;
    cursor: pointer;
    -webkit-transition: 0.4s;
    transition: 0.4s;
    margin-top: 10px
}

.hero-8 .hero-slider-indicator .indicator-btn img {
    border-radius: 50%
}

.hero-8 .hero-slider-indicator .indicator {
    position: absolute;
    height: 80px;
    width: 80px;
    border: 4px solid var(--theme-color);
    border-radius: 50%;
    -webkit-transition: 0.4s;
    transition: 0.4s;
    left: var(--pos-x);
    top: calc(var(--pos-y) + 10px)
}

@media (max-width: 1600px) {
    .hero-8 .hero-slider-indicator {
        right: 80px
    }
}

@media (max-width: 1399px) {
    .hero-8 .hero-slider-indicator {
        right: 50px
    }
    .hero-8 .hero-slider-indicator .indicator-btn img {
        width: 80px
    }
    .hero-8 .hero-slider-indicator .indicator {
        height: 80px;
        width: 80px
    }
}

@media (max-width: 1199px) {
    .hero-8 .hero-slider-indicator {
        display: none
    }
}

.hero-8 .hero-video-wrap {
    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;
    background: var(--title-color);
    position: absolute;
    right: 0;
    bottom: 0;
    gap: 30px;
    padding: 0 50px 0 0
}

.hero-8 .hero-video-wrap .play-btn>i {
    border-radius: 0;
    --icon-size: 140px;
    --icon-font-size: 24px;
    background: var(--theme-color);
    color: var(--white-color)
}

.hero-8 .hero-video-wrap .play-btn:after,
.hero-8 .hero-video-wrap .play-btn:before {
    border-radius: 0;
    display: none
}

.hero-8 .hero-video-wrap .hero-contact-wrap .title {
    color: #cdcdcd;
    font-size: 14px;
    font-weight: 500;
    margin-bottom: 6px
}

.hero-8 .hero-video-wrap .hero-contact-wrap .title i {
    color: var(--theme-color);
    margin-right: 10px
}

.hero-8 .hero-video-wrap .hero-contact-wrap h6 {
    font-size: 16px;
    font-weight: 500;
    margin-bottom: 0
}

.hero-8 .hero-video-wrap .hero-contact-wrap h6 a {
    color: var(--gray-color)
}

.hero-8 .hero-video-wrap .hero-contact-wrap h6 a:hover {
    color: var(--theme-color)
}

.hero-8 .hero-video-wrap .hero-contact-wrap:not(:last-child) {
    border-right: 1px solid var(--body-color);
    padding-right: 30px
}

@media (max-width: 1399px) {
    .hero-8 .hero-video-wrap .play-btn>i {
        --icon-size: 90px
    }
}

@media (max-width: 767px) {
    .hero-8 .hero-video-wrap {
        display: none
    }
}

.hero-style8 {
    padding: 233px 0 250px
}

.hero-style8 .hero-title {
    font-weight: 800
}

@media (max-width: 1500px) {
    .hero-style8 .hero-title {
        font-size: 68px
    }
}

@media (max-width: 1399px) {
    .hero-style8 {
        padding: 163px 0 250px
    }
    .hero-style8 .hero-title {
        font-size: 60px
    }
}

@media (max-width: 1299px) {
    .hero-style8 .hero-title {
        font-size: 52px
    }
}

@media (max-width: 767px) {
    .hero-style8 {
        padding: 113px 0 120px
    }
    .hero-style8 .hero-title {
        font-size: 42px
    }
}

@media (max-width: 575px) {
    .hero-style8 {
        padding: 93px 0 100px
    }
}

@media (max-width: 375px) {
    .hero-style8 .hero-title {
        font-size: 36px
    }
}

.error-content {
    text-align: center
}

.error-img {
    text-align: center;
    margin-bottom: 60px
}

.error-title {
    margin-bottom: 15px;
    font-size: 30px;
    font-weight: 800;
    margin-top: -0.25em
}

.error-text {
    margin-bottom: 40px;
    max-width: 540px;
    margin-left: auto;
    margin-right: auto;
    font-size: 18px;
    color: #363739
}

@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 .th-social a {
    background-color: transparent;
    border: 1px solid
}

.sidemenu-wrapper .th-social a:hover {
    background-color: var(--theme-color);
    border-color: var(--theme-color)
}

.sidemenu-wrapper .closeButton {
    display: inline-block;
    border: 2px solid;
    width: 50px;
    height: 50px;
    line-height: 48px;
    font-size: 24px;
    padding: 0;
    position: absolute;
    top: 20px;
    right: 20px;
    background-color: var(--white-color);
    border-radius: 50%;
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
    -webkit-transition: all ease 0.4s;
    transition: all ease 0.4s
}

.sidemenu-wrapper .closeButton:hover {
    color: var(--theme-color);
    border-color: var(--theme-color);
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg)
}

.sidemenu-wrapper .sidemenu-content {
    background-color: 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
}

.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(--white-color);
    font-size: 14px;
    font-weight: 600;
    margin-bottom: 15px;
    border-radius: 5px
}

.woocommerce-message a,
.woocommerce-info a {
    color: var(--white-color);
    text-decoration: underline
}

.woocommerce-message a:hover,
.woocommerce-info a:hover {
    color: var(--title-color)
}

.woocommerce-message:before,
.woocommerce-info:before {
    content: '\f06a';
    font-family: var(--icon-font);
    font-weight: 400;
    margin-right: 10px;
    font-size: 18px;
    position: absolute;
    left: 20px;
    top: 11px
}

.woocommerce-notices-wrapper .woocommerce-message {
    background-color: var(--theme-color);
    color: var(--white-color)
}

.woocommerce-notices-wrapper .woocommerce-message:before {
    content: '\f14a';
    font-weight: 300
}

.woocommerce-form-login-toggle .woocommerce-info {
    background-color: var(--theme-color);
    color: var(--white-color)
}

.woocommerce-form-login-toggle .woocommerce-info a {
    color: inherit
}

.woocommerce-form-login-toggle .woocommerce-info a:hover {
    color: var(--title-color)
}

.woocommerce-form-register,
.woocommerce-form-coupon,
.woocommerce-form-login {
    padding: 35px 40px 35px 40px;
    background-color: var(--white-color);
    box-shadow: 0px 6px 30px rgba(1, 15, 28, 0.1);
    margin-bottom: 0;
    border-radius: 10px
}

@media (max-width: 575px) {
    .woocommerce-form-register,
    .woocommerce-form-coupon,
    .woocommerce-form-login {
        padding: 40px 20px
    }
}

.woocommerce-form-register .form-group,
.woocommerce-form-coupon .form-group,
.woocommerce-form-login .form-group {
    margin-bottom: 20px
}

.woocommerce-form-register .form-group:last-child,
.woocommerce-form-coupon .form-group:last-child,
.woocommerce-form-login .form-group:last-child {
    margin-bottom: 0
}

.woocommerce-form-login {
    margin-bottom: 30px
}

.woocommerce-error {
    background-color: var(--error-color);
    color: #fff;
    list-style: none;
    padding: 10px 26px;
    margin: 0 0 30px 0;
    border-radius: 5px;
    font-weight: 700;
    font-size: 14px
}

nav.woocommerce-MyAccount-navigation li {
    border: 1px solid #ddd;
    margin: 0;
    border-top: none
}

nav.woocommerce-MyAccount-navigation li:first-child {
    border-top: 1px solid #ddd
}

nav.woocommerce-MyAccount-navigation li a {
    color: var(--title-color);
    font-weight: 700;
    padding: 7px 17px;
    display: block
}

nav.woocommerce-MyAccount-navigation li.is-active a,
nav.woocommerce-MyAccount-navigation li a:hover {
    color: var(--white-color);
    background-color: var(--theme-color)
}

.woocommerce-MyAccount-content h3 {
    margin-top: -0.3em
}

.woocommerce-MyAccount-content .btn {
    background-color: var(--theme-color);
    color: var(--white-color);
    font-size: 14px;
    padding: 10px 25px;
    font-weight: 700
}

.woocommerce-MyAccount-content .btn:hover {
    background-color: var(--title-color);
    color: var(--white-color)
}

table.variations,
.woocommerce-grouped-product-list-item {
    border-collapse: separate;
    border-spacing: 0 15px;
    margin-bottom: 5px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    border: none
}

table.variations td,
.woocommerce-grouped-product-list-item td {
    border: none;
    vertical-align: middle;
    padding: 0 5px
}

table.variations td:first-child,
.woocommerce-grouped-product-list-item td:first-child {
    padding: 0
}

table.variations label,
.woocommerce-grouped-product-list-item label {
    margin: 0;
    font-size: 14px;
    text-transform: capitalize
}

table.variations label a,
.woocommerce-grouped-product-list-item label a {
    color: var(--title-color)
}

table.variations label a:hover,
.woocommerce-grouped-product-list-item label a:hover {
    color: var(--theme-color)
}

table.variations .label,
.woocommerce-grouped-product-list-item .label {
    border: none
}

table.variations__label,
.woocommerce-grouped-product-list-item__label {
    border: none !important;
    font-weight: 600
}

table.variations__price,
.woocommerce-grouped-product-list-item__price {
    border: none !important
}

table.variations__price .price,
table.variations__price .amount,
.woocommerce-grouped-product-list-item__price .price,
.woocommerce-grouped-product-list-item__price .amount {
    font-size: 18px !important
}

table.variations del,
.woocommerce-grouped-product-list-item del {
    margin-left: 12px
}

.woocommerce-product-attributes th,
.woocommerce-product-attributes td {
    border: 1px solid var(--border-color)
}

.woocommerce-product-attributes th p:last-child,
.woocommerce-product-attributes td p:last-child {
    margin-bottom: 0
}

.woocommerce-grouped-product-list.group_table {
    border-collapse: collapse;
    margin-bottom: 15px
}

.woocommerce-grouped-product-list.group_table .woocommerce-Price-amount.amount {
    font-size: 16px;
    color: var(--title-color)
}

.woocommerce-grouped-product-list.group_table label {
    margin: 0 0 0 10px;
    margin: 0 0 0 10px;
    font-family: var(--title-font);
    font-size: 18px
}

.woocommerce-grouped-product-list.group_table .qty-input {
    border-color: #e3e6e9
}

.woocommerce-grouped-product-list.group_table tr {
    border-bottom: 1px solid #e3e6e9
}

.woocommerce-grouped-product-list.group_table tr:last-child {
    border-bottom: none
}

.woocommerce-grouped-product-list.group_table td {
    padding: 30px 5px
}

table.variations {
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    position: relative
}

table.variations td {
    padding: 0
}

table.variations td.label {
    padding-right: 10px;
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content
}

table.variations select {
    width: -webkit-max-content;

    width: -moz-max-content;
    width: max-content;
    font-weight: 400;
    line-height: 1.5;
    vertical-align: middle;
    margin: 0;
    padding-right: 54px;
    padding-left: 20px;
    height: 50px
}

table.variations .reset_variations {
    margin-left: 16px;
    display: inline-block;
    position: absolute;
    left: 100%;
    bottom: 25px
}

.woosq-product .product .woocommerce-grouped-product-list-item__quantity,
.woosq-product .product .woocommerce-grouped-product-list-item__label,
.woosq-product .product .woocommerce-grouped-product-list-item__price {
    width: auto !important
}

.woocommerce-variation.single_variation {
    margin-bottom: 30px
}

.woocommerce-variation.single_variation .price {
    color: var(--title-color);
    font-weight: 700
}

.wooscp-table-items td.woocommerce-product-attributes-item__value {
    padding-left: 15px !important
}

.wooscp-table-items a.added_to_cart.wc-forward {
    margin-left: 15px;
    text-decoration: underline
}

.tinvwl_added_to_wishlist.tinv-modal.tinv-modal-open {
    z-index: 1111
}

table.woocommerce-product-attributes {
    margin-bottom: 30px
}

#woosq-popup .product_meta {
    margin-top: 20px
}

#woosq-popup .product_title {
    font-size: 24px;
    margin-bottom: 5px
}

#woosq-popup .single-product .product .actions {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    gap: 20px
}

#woosq-popup .single-product .product .actions>div {
    height: auto;
    overflow: visible;
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content
}

#woosq-popup .single-product .product .actions>div .quantity.style2.woocommerce-grouped-product-list-item__quantity {
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content
}

.login-tab {
    margin-bottom: 30px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center
}

.login-tab button.nav-link {
    background-color: var(--smoke-color);
    color: var(--title-color);
    padding: 11px 39px;
    font-size: 18px;
    font-weight: 500;
    border-radius: 15px ​15px 0
}

.login-tab button.nav-link.active {
    background-color: var(--theme-color);
    color: var(--white-color)
}

.star-rating {
    overflow: hidden;
    position: relative;
    width: 100px;
    height: 1.2em;
    line-height: 1.2em;
    display: block;
    font-family: var(--icon-font);
    font-weight: 700;
    font-size: 14px
}

.star-rating:before {
    content: "\e28b\e28b\e28b\e28b\e28b";
    color: #e1e1e1;
    float: left;
    top: 0;
    left: 0;
    position: absolute;
    letter-spacing: 3px
}

.star-rating span {
    overflow: hidden;
    float: left;
    top: 0;
    left: 0;
    position: absolute;
    padding-top: 1.5em
}

.star-rating span:before {
    content: "\e28b\e28b\e28b\e28b\e28b";
    top: 0;
    position: absolute;
    left: 0;
    color: var(--theme-color);
    letter-spacing: 3px
}

.rating-select label {
    margin: 0;
    margin-right: 10px
}

.rating-select p.stars {
    margin-bottom: 0;
    line-height: 1
}

.rating-select p.stars a {
    position: relative;
    height: 14px;
    width: 18px;
    text-indent: -999em;
    display: inline-block;
    text-decoration: none
}

.rating-select p.stars a::before {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 18px;
    height: 14px;
    line-height: 1;
    font-family: var(--icon-font);
    content: "\e28b";
    font-weight: 400;
    text-indent: 0;
    color: var(--yellow-color)
}

.rating-select p.stars a:hover~a::before {
    content: "\e28b";
    font-weight: 400
}

.rating-select p.stars:hover a::before {
    content: "\e28b";
    font-weight: 700
}

.rating-select p.stars.selected a.active::before {
    content: "\e28b";
    font-weight: 700
}

.rating-select p.stars.selected a.active~a::before {
    content: "\e28b";
    font-weight: 400
}

.rating-select p.stars.selected a:not(.active)::before {
    content: "\e28b";
    font-weight: 700
}

@media (max-width: 767px) {
    .woocommerce-message,
    .woocommerce-info {
        font-size: 14px;
        line-height: 22px;
        padding: 10px 15px 10px 37px
    }
    .woocommerce-message:before,
    .woocommerce-info:before {
        font-size: 16px;
        top: 10px;
        left: 15px
    }
}

.th-product {
    text-align: center;
    -webkit-transition: all ease 0.4s;
    transition: all ease 0.4s;
    position: relative
}

.th-product .category {
    font-size: 14px;
    position: absolute;
    top: 20px;
    right: 20px;
    background-color: var(--theme-color);
    color: var(--white-color);
    padding: 0 12px;
    z-index: 3;
    border-radius: 4px
}

.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 .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: var(--theme-color);
    color: var(--white-color);
    border-radius: 50%
}

.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;
    background-color: 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(--title-color);
    color: var(--white-color)
}

.th-product .action-btn {
    background-color: var(--white-color);
    font-size: 14px;
    font-family: var(--title-font);
    text-transform: uppercase;
    font-weight: bold;
    display: inline-block;
    padding: 13px 25px
}

.th-product:hover .product-img img {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1)
}

.th-product:hover .product-img:before {
    -webkit-transform: scaleX(1);
    -ms-transform: scaleX(1);
    transform: scaleX(1);
    visibility: visible;
    opacity: 0.7
}

.th-product:hover .actions {
    margin-top: 0;
    opacity: 1;
    visibility: visible
}

.th-product:hover .icon-btn {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0)
}

.th-product.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(--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
}

#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 .thumbnails img {
    padding: 10px
}

.woosq-product .thumbnails .slick-list {
    display: block
}

.woosq-product .thumbnails .slick-dots {
    bottom: 20px;
    margin-top: 0px
}

.woosq-product .thumbnails .slick-dots li~li {
    margin-left: 5px
}

.woosq-product .thumbnails .slick-dots li button {
    background: var(--theme-color);
    position: relative
}

.woosq-product .thumbnails .slick-dots li button:before {
    display: none
}

.th-sort-bar {
    padding: 10px;
    margin: 0 0 24px 0;
    background-color: var(--smoke-color);
    border-radius: 5px
}

.th-sort-bar .row {
    --bs-gutter-x: 0;
    --bs-gutter-y: 15px
}

.th-sort-bar select {
    height: 50px;
    border: 1px solid var(--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(--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 {
    margin-bottom: 40px
}

.woocommerce-Reviews .th-post-comment {
    border-bottom: 0
}

.woocommerce-Reviews .th-post-comment .text {
    margin-bottom: -0.5em
}

.woocommerce-Reviews .th-comments-wrap {
    padding: 0;
    box-shadow: none;
    margin-right: 0;
    margin-left: 0
}

.woocommerce-Reviews .th-comment-form {
    padding: 60px;
    background-color: var(--smoke-color);
    box-shadow: none;
    border-radius: 10px;
    margin-right: 0
}

.woocommerce-Reviews .th-comment-form input,
.woocommerce-Reviews .th-comment-form .form-control {
    background-color: var(--white-color)
}

.woocommerce-Reviews .th-comment-form .blog-inner-title {
    margin-bottom: 10px
}

.woocommerce-Reviews .comment-list {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 0 24px;
    margin-bottom: 40px
}

.woocommerce-Reviews .th-post-comment {
    padding: 40px !important;
    box-shadow: 0px 10px 50px rgba(0, 0, 0, 0.1);
    margin-bottom: 24px;
    border-radius: 8px;
	height: 290px;
}

.woocommerce-Reviews .th-post-comment .name {
    margin-bottom: 3px
}

.woocommerce-Reviews .th-post-comment .commented-on {
    margin-bottom: 12px
}

.woocommerce-Reviews .th-post-comment .comment-content {
    border-bottom: 0 !important;
    padding-bottom: 0 !important
}

.product-img-slider .slick-dots {
    margin-bottom: 30px
}

@media (max-width: 1199px) {
    .woocommerce-Reviews .th-post-comment {
        padding: 30px !important;
		height: 321px;
    }
}

@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(--border-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(--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(--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(--white-color);
    color: var(--title-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(--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(--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
}

#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(--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
    }
}

.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(--white-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
}

.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: 0
}

.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: 60px;
    border: 1px solid #e3e6e9
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
    line-height: 60px;
    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: 0
}

.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(--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(--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(--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(--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
    }
}

.th-contact-form {
    padding: 50px
}

.th-contact-form .form-group {
    --bs-gutter-x: 20px
}

.th-contact-form.style2 {
    border: 1px solid var(--gray-color)
}

.contact-feature {
    padding: 40px 30px 35px;
    background: var(--smoke-color);
    text-align: center
}

.contact-feature .icon-btn {
    --btn-size: 100px;
    background-color: var(--white-color);
    color: var(--theme-color);
    margin-bottom: 30px;
    font-size: 30px;
    border-radius: 50%;
    border: none
}

.contact-feature_label {
    margin-bottom: 5px;
    font-size: 20px;
    font-weight: 700;
    font-family: var(--title-font);
    color: var(--title-color);
    margin-top: -0.5em
}

.contact-feature_link {
    font-size: 16px;
    font-weight: 500;
    color: var(--body-color);
    font-family: var(--body-font);
    display: block;
    line-height: 26px
}

.contact-feature_link:hover {
    color: var(--theme-color)
}

@media (max-width: 1299px) {
    .contact-feature {
        padding: 20px
    }
}

@media (max-width: 767px) {
    .contact-feature {
        gap: 15px;
        padding: 15px
    }
    .contact-feature-wrap {
        gap: 15px
    }
}

@media (max-width: 575px) {
    .contact-feature {
        padding: 22px
    }
    .contact-feature-wrap {
        grid-template-columns: auto
    }
    .th-contact-form {
        padding: 30px
    }
}

.quote-form {
    background: var(--white-color);
    box-shadow: 0px 10px 30px rgba(8, 14, 28, 0.06);
    border-radius: 5px;
    padding: 50px
}

@media (max-width: 575px) {
    .quote-form {
        padding: 40px 20px
    }
}

.quote-form select,
.quote-form .form-control,
.quote-form .form-select,
.quote-form textarea,
.quote-form input {
    background-color: var(--smoke-color2)
}

.quote-form .form-group>i {
    background-color: var(--smoke-color2);
    width: 18px;
    text-align: right
}

.contact-info {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 25px;
    box-shadow: 0px 4px 30px rgba(8, 14, 28, 0.08);
    border-radius: 5px;
    background-color: var(--white-color);
    padding: 40px
}

.contact-info .box-title {
    margin-bottom: 10px
}

.contact-info_icon {
    display: inline-block;
    width: 80px;
    min-width: 80px;
    height: 80px;
    line-height: 80px;
    background-color: var(--theme-color);
    color: var(--white-color);
    text-align: center;
    font-size: 40px;
    position: relative;
    box-shadow: 0px 6px 20px rgba(104, 77, 244, 0.6);
    border-radius: 5px
}

.contact-info_text {
    min-width: 180px;
    display: block;
    margin-bottom: -0.5em;
    font-family: var(--body-font)
}

.contact-info_text span,
.contact-info_text a {
    display: block;
    max-width: -webkit-fit-content;
    max-width: -moz-fit-content;
    max-width: fit-content
}

.contact-info_text a {
    color: var(--body-color)
}

.contact-info_text a:hover {
    color: var(--theme-color)
}

.contact-form select,
.contact-form .form-control,
.contact-form .form-select,
.contact-form textarea,
.contact-form input {
    background-color: var(--white-color)
}

.contact-form .form-group>i {
    background-color: var(--white-color);
    color: var(--theme-color);
    width: 18px;
    text-align: right
}

.map-sec {
    line-height: 0px
}

.map-sec iframe {
    height: 550px
}

@media (max-width: 1299px) {
    .map-sec iframe {
        height: 450px
    }
}

@media (max-width: 575px) {
    .map-sec iframe {
        height: 300px
    }
}

@media (max-width: 575px) {
    .contact-info {
        padding: 30px
    }
}

@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
    }
}

.map-thumb {
    position: relative
}

.map-branch {
    background: var(--theme-color);
    display: inline-block;
    position: absolute;
    bottom: 0;
    right: 0;
    text-align: center;
    padding: 21px 29px
}

.map-branch .map-branch_num {
    color: var(--white-color);
    font-size: 45px;
    font-weight: 800;
    margin-bottom: 0
}

.map-branch .map-branch_text {
    color: var(--white-color);
    font-size: 18px;
    margin-bottom: 0
}

.img-box1 {
    position: relative;
    z-index: 2
}

.img-box1 .img1 {
    margin-right: 260px
}

.img-box1 .img2 {
    position: absolute;
    right: 0;
    bottom: 0
}

.img-box1 .about-grid {
    position: absolute;
    top: 0;
    right: 0;
    padding: 35px 33px 35px 35px
}

.img-box1 .about-grid .about-grid_year {
    font-size: 45px;
    font-weight: 800;
    color: var(--white-color);
    margin-bottom: 2px;
    margin-top: -0.3em
}

.img-box1 .about-grid .about-grid_text {
    font-size: 18px;
    font-weight: 500;
    color: var(--white-color);
    margin-bottom: -0.6em
}

.img-box1 .about-grid .about-grid_thumb {
    padding: 23px 0 13px
}

.img-box2 {
    height: 100%;
    position: relative;
    z-index: 2;
    margin-right: 56px
}

.img-box2 .img2 {
    position: absolute;
    right: 0;
    top: 0
}

.img-box2 .img3 {
    position: absolute;
    right: 0;
    bottom: 0
}

.img-box2 .img3 img {
    border-top: 10px solid var(--white-color);
    border-left: 10px solid var(--white-color)
}

.img-box3 {
    text-align: right;
    padding-left: 195px;
    position: relative;
    margin-left: 90px
}

.img-box3 .img-2 {
    position: absolute;
    left: 0;
    bottom: 0
}

.img-box3 .play-btn {
    position: absolute;
    top: 29px;
    left: 35px
}

.img-box3 .play-btn i {
    --icon-size: 90px
}

.img-box4 {
    text-align: end;
    position: relative;
    height: 100%
}

.img-box4 .customer-wrap {
    right: auto;
    text-align: start;
    left: -110px;
    top: 56px;
    padding: 32px 35px 31px 30px
}

.img-box4 .customer-wrap .customer-wrap-icon {
    -webkit-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
    margin-right: -10px
}

.img-box4 .customer-wrap .customer-wrap-text {
    margin-right: 0
}

.img-box4 .img1 {
    height: 100%
}

.img-box4 .img1 img {
    height: 100%;
    object-fit: cover
}

.img-box5 {
    padding-bottom: 64px;
    margin-right: 56px
}

.img-box5 .about-grid {
    position: absolute;
    top: 0;
    right: 0;
    padding: 26px 35px 35px 35px
}

.img-box5 .about-grid .about-grid_year {
    font-size: 45px;
    font-weight: 800;
    color: var(--white-color);
    margin-bottom: 2px;
    margin-top: -0.3em
}

.img-box5 .about-grid .about-grid_text {
    font-size: 18px;
    font-weight: 500;
    color: var(--white-color);
    margin-bottom: -0.6em
}

.img-box5 .about-grid .about-grid_thumb {
    padding: 32px 0 23px
}

.img-box5 .img2 {
    position: absolute;
    right: 0;
    bottom: 0
}

.about-bg-shape1 {
    width: 49.5%;
    height: 100%;
    min-height: 717px
}

.about-bg-shape1 img {
    width: 100%;
    height: 100%;
    object-fit: cover
}

.about-feature {
    margin-top: 30px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    gap: 25px
}

.about-feature~.about-feature {
    border-top: 1px solid var(--gray-color);
    padding-top: 30px
}

.about-feature-wrap {
    margin-bottom: 50px;
    max-width: 470px
}

.about-feature_icon {
    height: 70px;
    width: 70px;
    line-height: 68px;
    border-radius: 10px;
    background: var(--theme-color);
    text-align: center
}

.about-feature_icon img {
    -webkit-transition: 0.4s;
    transition: 0.4s
}

.about-feature_title {
    font-size: 18px;
    margin-bottom: 8px;
    margin-top: -0.3em
}

.about-feature_text {
    margin-bottom: -0.5em
}

.about-feature:hover .about-feature_icon img {
    -webkit-transform: rotateY(180deg);
    transform: rotateY(180deg)
}

.about-feature2 {

    padding: 40px;
    background: var(--smoke-color);
    gap: 30px;

}

.about-feature2 .box-title {
    margin-bottom: 5px;
    -webkit-transition: 0.4s;
    transition: 0.4s
}

/*.about-feature2 .feature_icon {
    -webkit-transition: 0.4s;
    transition: 0.4s;
    -webkit-box-flex: 0;
    -webkit-flex: none;
    -ms-flex: none;
    flex: none
}*/

.about-feature2 .about-feature_text {
    margin-bottom: -0.6em;
    -webkit-transition: 0.4s;
    transition: 0.4s
}

.about-feature2:hover {
    background: var(--title-color)
}

.about-feature2:hover .box-title {
    color: var(--white-color)
}

.about-feature2:hover .about-feature_text {
    color: var(--white-color)
}

.about-feature2:hover .feature_icon {
    -webkit-transform: rotateY(360deg);
    transform: rotateY(360deg)
}

.about-feature-wrap3 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;

    display: flex
}

.about-feature3 {
    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
}

.about-feature3 .about-feature_title {
    margin-bottom: -0.3em;
    font-size: 22px;
    font-weight: 700
}

.about-feature3 .icon {
    -webkit-box-flex: 0;
    -webkit-flex: none;
    -ms-flex: none;
    flex: none;
    -webkit-transition: 0.4s;
    transition: 0.4s
}

.about-feature3~.about-feature3 {
    border-left: 1px solid #CDCDCD;
    padding-left: 50px;
    margin-left: 12px
}

.about-feature3:hover .icon {
    -webkit-transform: rotateY(180deg);
    transform: rotateY(180deg)
}

.about-profile {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    gap: 20px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center
}

.about-profile .avater img {
    border-radius: 50%
}

.about-profile .title {
    font-size: 18px;
    margin-bottom: 6px
}

.about-profile .desig {
    font-size: 14px;
    font-weight: 500;
    font-family: var(--title-font)
}

.about-grid-wrap {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    gap: 30px
}

.about-grid-wrap .thumb {
    -webkit-box-flex: 0;
    -webkit-flex: none;
    -ms-flex: none;
    flex: none
}

.about-grid-wrap .about-grid {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    gap: 20px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 7px
}

.about-grid-wrap .about-grid_year {
    font-size: 60px;
    margin-bottom: 0;
    margin-top: -0.15em
}

.about-grid-wrap .about-grid_text {
    font-size: 20px;
    font-weight: 700;
    line-height: 30px;
    font-family: var(--title-font);
    color: var(--title-color)
}

.about-grid-wrap.style2 {
    padding: 40px 40px 33px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 40px
}

.about-grid-wrap.style2 .about-grid_year {
    font-weight: 800;
    margin-top: -0.25em
}

.about-grid-wrap.style2 .about-grid_text {
    font-size: 16px;
    line-height: 26px
}

.about-grid-wrap.style2 .details {
    border-right: 1px solid #CDCDCD;
    padding-right: 40px
}

.about-info-wrap {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    gap: 20px
}

.about-info-wrap .icon {
    height: 60px;
    width: 60px;
    line-height: 60px;
    border-radius: 50%;
    font-size: 20px;
    color: var(--theme-color);
    text-align: center;
    background: var(--white-color)
}

.about-info-wrap .about-info-title {
    margin-bottom: 6px;
    font-size: 14px;
    font-weight: 500
}

.about-info-wrap .about-info-link {
    font-size: 20px;
    font-weight: 500;
    color: var(--white-color)
}

.about-info-wrap .about-info-link:hover {
    color: var(--theme-color)
}

.about-info-wrap.style2 .icon {
    background: var(--title-color);
    color: var(--white-color)
}

.about-info-wrap.style2 .about-info-link {
    color: var(--title-color)
}

.about-info-wrap.style2 .about-info-link:hover {
    color: var(--theme-color)
}

.about-info-wrap.style3 .icon {
    background: var(--smoke-color);
    color: var(--theme-color)
}

.about-info-wrap.style3 .about-info-title {
    font-size: 16px;
    font-weight: 700;
    color: var(--title-color);
    margin-bottom: 0
}

.about-info-wrap.style3 .about-info-link {
    color: var(--body-color);
    font-size: 16px;
    font-weight: 500
}

.about-info-wrap.style4 {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center
}

.about-info-wrap.style4 .icon {
    background: rgba(230, 58, 39, 0.1);
    color: var(--theme-color)
}

.about-info-wrap.style4 .about-info-title {
    font-size: 14px;
    font-weight: 500;
    margin-bottom: 2px
}

.about-info-wrap.style4 .about-info-link {
    color: var(--title-color);
    font-size: 20px;
    font-weight: 600
}

.about-grid2 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    border-top: 1px solid var(--border-color);
    padding-top: 40px;
    margin-top: 40px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    overflow: hidden
}

.about-grid2 .about-grid_year {
    -webkit-background-clip: text;
    background-clip: text;
    background-size: cover;
    background-position: center;
    color: transparent;
    display: inline-block;
    border-right: 1px solid var(--border-color);
    padding-right: 25px;
    margin-right: 30px;
    font-size: 100px;
    font-weight: 900;
    margin-bottom: 0;
    margin-top: -0.04em;
    line-height: 80px
}

.about-grid2 .about-grid_text {
    font-size: 20px;
    font-weight: 600;
    color: #363739;
    line-height: 30px
}

.about-thumb-4 img {
    object-position: top right
}

@media (max-width: 1500px) {
    .img-box2 {
        margin-right: 40px
    }
    .about-bg-shape2 {
        right: -35% !important
    }
}

@media (max-width: 1399px) {
    .img-box1 .img1 img {
        height: 603px
    }
    .img-box2 {
        margin-right: 20px
    }
    .img-box2 .img1 {
        margin-right: 0px
    }
    .img-box5 {
        margin-right: 20px;
        padding-right: 229px;
        padding-bottom: 177px
    }
}

@media (max-width: 1200px) {
    .img-box1 .img1 {
        margin-right: 260px
    }
    .img-box3 {
        padding-bottom: 100px
    }
    .about-grid2 .about-grid_year {
        font-size: 80px;
        line-height: 63px
    }
    .about-feature2 {
        padding: 30px
    }
    .about-feature2 .about-feature_text {
        font-size: 15px
    }
    .img-box5 {
        margin-right: 0;
        padding-right: 219px;
        padding-bottom: 211px
    }
}

@media (max-width: 1199px) {
    .img-box1 {
        display: inline-block
    }
    .img-box2 {
        margin-right: 20px;
        display: inline-block;
        padding-bottom: 60px
    }
    .img-box2 .img1 img {
        width: 660px
    }
    .img-box2 .img3 img {
        width: 560px
    }
    .about-grid-wrap {
        max-width: 530px
    }
    .img-box3 {
        display: inline-block;
        padding-bottom: 0;
        margin-bottom: 20px;
        margin-left: 0
    }
    .about-feature2 {
        padding: 40px
    }
    .about-feature2 .about-feature_text {
        font-size: 16px
    }
    .img-box4 {
        display: inline-block;
        margin-left: 140px
    }
    .about-feature3~.about-feature3 {
        border-left: 0;
        padding-left: 0;
        margin-left: 28px
    }
    .img-box5 {
        display: inline-block;
        padding-right: 229px;
        padding-bottom: 65px
    }
    .img-box1 .img1 img {
        width: 570px;
        object-fit: cover
    }
    .about-grid2 {
        display: -webkit-inline-box;
        display: -webkit-inline-flex;
        display: -ms-inline-flexbox;
        display: inline-flex
    }
}

@media (max-width: 991px) {
    .img-box2 {
        margin-right: 0
    }
    .about-grid-wrap .about-grid_year {
        font-size: 45px
    }
    .about-feature2 {
        padding: 25px;
        display: block
    }
    .about-feature2 .feature_icon {
        margin-bottom: 15px;
        display: inline-block
    }
    .about-feature2 .box-title {
        font-size: 20px;
        margin-bottom: 10px
    }
    .about-feature2 .about-feature_text {
        font-size: 14px
    }
    .about-thumb-4.img-half {
        position: initial;
        width: calc(100% - 50px);
        margin-bottom: 50px
    }
    .img-box2 .img3 img,
    .img-box2 .img1 img,
    .img-box1 .img1 img {
        width: auto
    }
}

@media (max-width: 767px) {
    .img-box2 {
        padding-right: 225px;
        padding-bottom: 250px
    }
    .img-box2 .img1 {
        margin-right: 0
    }
    .img-box3 {
        padding-bottom: 140px
    }
    .img-box5 {
        padding-bottom: 269px
    }
    .about-grid-wrap.style2 .details {
        border-right: 0;
        padding: 0
    }
}

@media (max-width: 575px) {
    .img-box1 {
        display: block
    }
    .img-box1 .img1 {
        margin: 0;
        padding-bottom: 30px
    }
    .img-box1 .img1 img {
        width: 100%
    }
    .img-box1 .img2 {
        position: initial
    }
    .img-box1 .img2 img {
        width: 100%;
        max-height: 250px;
        object-fit: cover
    }
    .img-box2 {
        padding: 0
    }
    .img-box2 .img1 {
        margin-bottom: 20px
    }
    .img-box2 .img2 {
        position: initial;
        width: 48%;
        display: inline-block
    }
    .img-box2 .img2 img {
        width: 100%;
        height: 250px;
        object-fit: cover
    }
    .img-box2 .img3 {
        position: initial;
        width: 47%;
        display: inline-block;
        margin-left: 13px
    }
    .img-box2 .img3 img {
        width: 100%;
        border: 0;
        height: 250px;
        object-fit: cover
    }
    .about-feature-wrap {
        display: block
    }
    .about-grid-wrap {
        display: block
    }
    .about-grid-wrap .thumb {
        margin-bottom: 20px
    }
    .img-box3 {
        padding-left: 125px
    }
    .img-box3 .play-btn i {
        --icon-size: 60px
    }
    .about-grid2 .about-grid_year {
        font-size: 60px
    }
    .about-grid2 .about-grid_text {
        font-size: 16px;
        line-height: inherit
    }
    .img-box4 {
        margin-left: 90px
    }
    .img-box4 .customer-wrap {
        right: auto;
        text-align: start;
        left: -50px;
        padding: 12px 20px 11px 20px
    }
    .about-feature3 .about-feature_title {
        font-size: 16px
    }
    .about-thumb-4.img-half {
        width: calc(100% - 15px)
    }
    .img-box5 {
        padding-bottom: 378px
    }
    .about-grid-wrap.style2 .details {
        margin-bottom: 20px
    }
}

@media (max-width: 375px) {
    .img-box2 .img2 {
        width: 47%
    }
    .img-box3 {
        padding-bottom: 200px
    }
    .about-feature-wrap3 {
        display: block
    }
    .about-feature3~.about-feature3 {
        margin: 30px 0 0
    }
    .about-grid-wrap.style2 {
        padding: 30px 30px 23px
    }
    .img-box5 {
        padding: 0
    }
    .img-box5 .about-grid {
        position: initial;
        margin: 20px 0
    }
    .img-box5 .img2 {
        position: initial
    }
}

@media (max-width: 320px) {
    .img-box3 {
        padding-bottom: 255px;
        padding-left: 120px
    }
}

.img-box6 {
    margin-right: 140px
}

.img-box6 .img2 {
    position: absolute;
    right: 0;
    top: 0;
    z-index: 1
}

.img-box6 .img2 img {
    border-radius: 300px
}

.img-box6 .img2:after {
    content: '';
    position: absolute;
    left: -20px;
    top: 0;
    height: calc(100% + 13px);
    width: 100%;
    border-radius: 300px;
    border: 1px dashed var(--theme-color);
    z-index: -1
}

@media (max-width: 1399px) {
    .img-box6 {
        margin-right: 90px
    }
}

@media (max-width: 1199px) {
    .img-box6 {
        display: inline-block;
        padding-right: 300px
    }
}

@media (max-width: 767px) {
    .img-box6 {
        padding-right: 128px
    }
}

@media (max-width: 575px) {
    .img-box6 .img2 img {
        max-width: 167px
    }
}

@media (max-width: 375px) {
    .img-box6 {
        padding-right: 0;
        display: block;
        margin-right: 0
    }
    .img-box6 .img2 {
        position: relative;
        margin-left: 30px;
        margin-top: 30px;
        display: inline-block
    }
}

.about-grid-wrap.style3 {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center
}

.about-grid4 {
    padding: 40px
}

.about-grid4 .about-grid_year {
    font-size: 30px;
    font-weight: 800;
    margin-top: -0.65em;
    margin-bottom: -6px
}

.about-grid4 .about-grid_year .counter-number {
    font-size: 70px
}

.about-grid4 .about-grid_text {
    font-size: 16px;
    font-weight: 700;
    line-height: 26px;
    margin-bottom: -0.6em;
    display: block
}

@media (max-width: 575px) {
    .about-grid4 {
        display: inline-block;
        margin-bottom: 30px
    }
}

.about-experience-wrap {
    position: absolute;
    top: 50%;
    right: -90px;
    display: inline-block;
    z-index: 1;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%)
}

.about-experience-wrap .about-experience-icon {
    position: absolute;
    left: 50%;
    top: 50%;
    z-index: 1;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    text-align: center
}

@media (max-width: 375px) {
    .about-experience-wrap {
        right: 0
    }
}

.about-experience-tag {
    background: var(--white-color);
    display: inline-block;
    height: 190px;
    width: 190px;
    border-radius: 50%;
    z-index: 1;
    font-size: 14px;
    font-weight: 600;
    color: var(--white-color);
    line-height: 12px;
    text-align: center;
    animation: spin 10s infinite alternate-reverse
}

.about-experience-tag:before {
    content: '';
    position: absolute;
    left: 50%;
    top: 50%;
    background: transparent;
    border: 36px solid var(--theme-color);
    height: 100%;
    width: 100%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    border-radius: 50%
}

.about-experience-tag span {
    --rotate-letter: 10deg;
    height: 80px;
    position: absolute;
    width: 80px;
    left: 28px;
    top: 5px;
    -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))
}

.about-experience-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))
}

.about-experience-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))
}

.about-experience-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))
}

.about-experience-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))
}

.about-experience-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))
}

.about-experience-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))
}

.about-experience-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))
}

.about-experience-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))
}

.about-experience-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))
}

.about-experience-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))
}

.about-experience-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))
}

.about-experience-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))
}

.about-experience-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))
}

.about-experience-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))
}

.about-experience-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))
}

.about-experience-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))
}

.about-experience-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))
}

.about-experience-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))
}

.about-experience-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))
}

.about-experience-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))
}

.about-experience-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))
}

.about-experience-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))
}

.about-experience-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))
}

.about-experience-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))
}

.about-experience-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))
}

.about-experience-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))
}

.about-experience-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))
}

.about-experience-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))
}

.about-experience-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))
}

.about-experience-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))
}

.about-experience-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))
}

.about-experience-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))
}

.about-experience-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))
}

.img-box7 {
    position: relative;
    margin-right: 45px;
    padding-bottom: 45px
}

.img-box7 .img2 {
    position: absolute;
    right: 0;
    bottom: 0;
    z-index: 1
}

.img-box7 .play-btn {
    position: absolute;
    right: 87px;
    top: 12px
}

.img-box7 .play-btn>i {
    --icon-size: 90px
}

.about-counter-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-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 30px;
    border-top: 1px solid var(--border-color);
    margin-top: 40px;
    padding-top: 40px
}

.about-counter-wrap .about-counter_title {
    margin-top: -0.3em;
    font-size: 30px;
    font-weight: 800
}

.about-counter-wrap .about-counter_text {
    display: block;
    margin-bottom: -0.3em
}

@media (max-width: 1299px) {
    .img-box7 {
        margin-right: 0;
        padding-bottom: 117px
    }
    .img-box7 .play-btn {
        right: 47px;
        top: 62px
    }
}

@media (max-width: 1199px) {
    .img-box7 {
        margin-right: 0;
        padding-bottom: 113px;
        padding-right: 70px
    }
    .img-box7 .play-btn {
        right: 17px;
        top: 112px
    }
}

@media (max-width: 991px) {
    .img-box7 {
        display: inline-block;
        padding-right: 190px
    }
    .img-box7 .play-btn {
        right: 37px;
        top: 72px
    }
}

@media (max-width: 767px) {
    .img-box7 .play-btn {
        right: 47px;
        top: 52px
    }
}

@media (max-width: 575px) {
    .img-box7 {
        padding-right: 60px
    }
}

@media (max-width: 375px) {
    .img-box7 {
        padding-bottom: 170px
    }
    .img-box7 .img2 {
        margin-left: 30px
    }
}

.about-area-8 .about-content-wrap {
    padding-left: 30px
}

.img-box8 {
    position: relative;
    z-index: 2
}

.img-box8 .img1 {
    margin-right: 260px
}

.img-box8 .img2 {
    position: absolute;
    right: 0;
    bottom: 0
}

.img-box8 .img3 {
    position: absolute;
    right: 0;
    top: 0
}

.img-box8 .about-grid {
    position: absolute;
    top: 50%;
    right: 50%;
    -webkit-transform: translate(50%, -50%);
    -ms-transform: translate(50%, -50%);
    transform: translate(50%, -50%);
    padding: 35px 33px 35px 35px
}

.img-box8 .about-grid .about-grid_year {
    font-size: 45px;
    font-weight: 800;
    color: var(--white-color);
    margin-bottom: 2px;
    margin-top: -0.3em
}

.img-box8 .about-grid .about-grid_text {
    font-size: 18px;
    font-weight: 500;
    color: var(--white-color);
    margin-bottom: -0.6em
}

.img-box8 .about-grid .about-grid_thumb {
    padding: 23px 0 13px
}

.about-feature-wrap4 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    gap: 50px
}

.about-feature-wrap4 .about-feature3 {
    border-bottom: 1px solid var(--gray-color);
    padding-bottom: 30px
}

.about-feature-wrap4 .about-feature3 .icon {
    width: 40px
}

.about-feature-wrap4 .about-feature3~.about-feature3 {
    border-left: 0;
    padding-left: 0;
    margin-left: 0
}

@media (max-width: 1500px) {
    .img-box8 .img1 {
        margin-right: 203px
    }
    .img-box8 .img3 {
        width: 180px
    }
    .img-box8 .img2 {
        width: 180px
    }
    .img-box8 .about-grid {
        top: 55%;
        right: 0;
        -webkit-transform: translate(0%, -50%);
        -ms-transform: translate(0%, -50%);
        transform: translate(0%, -50%)
    }
    .about-area-8 .about-content-wrap {
        padding-left: 0px
    }
    .about-feature-wrap4 {
        gap: 20px
    }
}

@media (max-width: 1399px) {
    .img-box8 {
        display: inline-block
    }
    .img-box8 .img1 {
        margin-right: 303px
    }
    .img-box8 .img3,
    .img-box8 .img2 {
        width: auto
    }
    .img-box8 .about-grid {
        top: 50%;
        right: 50%;
        -webkit-transform: translate(50%, -50%);
        -ms-transform: translate(50%, -50%);
        transform: translate(50%, -50%)
    }
}

@media (max-width: 991px) {
    .img-box8 .img1 {
        margin-right: 295px
    }
}

@media (max-width: 767px) {
    .img-box8 .img1 {
        margin-right: 225px
    }
    .img-box8 .img3,
    .img-box8 .img2 {
        width: 180px
    }
}

@media (max-width: 575px) {
    .img-box8 .img1 {
        margin-right: 0
    }
    .img-box8 .about-grid {
        position: initial;
        -webkit-transform: none;
        -ms-transform: none;
        transform: none;
        margin: 20px 0 0
    }
    .img-box8 .img3,
    .img-box8 .img2 {
        width: 100%;
        position: initial;
        margin: 15px 0
    }
    .img-box8 .img3 img,
    .img-box8 .img2 img {
        width: 100%
    }
    .about-feature-wrap4 {
        display: block
    }
    .about-feature-wrap4 .about-feature3 {
        margin-bottom: 30px;
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex
    }
    .about-feature-wrap4 .about-feature3:last-child {
        margin-bottom: 0
    }
}

@media (max-width: 375px) {
    .img-box8 {
        display: block
    }
    .img-box8 .img1 img {
        width: 100%
    }
}

.team-card .team-img-wrap {
    margin-bottom: 24px;
    position: relative
}

.team-card .team-img-wrap .team-thumb {
    overflow: hidden
}

.team-card .team-img-wrap img {
    -webkit-transition: 0.4s;
    transition: 0.4s
}

.team-card .team-img-wrap:after {
    content: '';
    position: absolute;
    height: 0;
    width: 100%;
    background: var(--title-color);
    opacity: 0;
    bottom: 0;
    left: 0;
    -webkit-transition: 0.4s;
    transition: 0.4s
}

.team-card .team-img img {
    width: 100%
}

.team-card .team-title {
    font-size: 22px;
    margin-bottom: 5px
}

.team-card .team-title a {
    color: var(--white-color)
}

.team-card .team-title a:hover {
    color: var(--theme-color)
}

.team-card .team-desig {
    font-size: 14px;
    font-weight: 500;
    font-family: var(--title-font);
    margin-bottom: -0.3em;
    display: block;
    color: var(--border-color)
}

.team-card .team-social {
    position: absolute;
    background: var(--white-color);
    width: 50px;
    right: 30px;
    bottom: -50px;
    z-index: 1;
    padding: 7px 0 30px;
    border-radius: 25px 25px 0 0;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: 0.4s;
    transition: 0.4s;
    -webkit-transform: scaleY(0.5);
    -ms-transform: scaleY(0.5);
    transform: scaleY(0.5)
}

.team-card .team-social a {
    display: block;
    text-align: center;
    height: 35px;
    line-height: 35px;
    color: var(--title-color)
}

.team-card .team-social a:hover {
    color: var(--theme-color)
}

.team-card .team-social a:last-child {
    border-bottom: 0
}

.team-card .team-social-hover_btn {
    position: absolute;
    height: 50px;
    width: 50px;
    line-height: 52px;
    border-radius: 50%;
    background: var(--theme-color);
    right: 30px;
    text-align: center;
    color: var(--white-color);
    font-size: 20px;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
    z-index: 2
}

.team-card .team-social-hover_btn i {
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: 0.4s;
    transition: 0.4s
}

.team-card .team-social-hover_btn i:before {
    -webkit-transition: 0.4s;
    transition: 0.4s
}

.team-card .team-social-hover:hover .team-social-hover_btn i {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg)
}

.team-card .team-social-hover:hover .team-social-hover_btn i:before {
    content: "\f068"
}

.team-card .team-social-hover:hover .team-social {
    opacity: 1;
    visibility: visible;
    -webkit-transform: scaleY(1);
    -ms-transform: scaleY(1);
    transform: scaleY(1);
    bottom: 0
}

.team-card:hover .team-img-wrap img {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1)
}

.team-card:hover .team-img-wrap:after {
    opacity: 0.7;
    height: 100%
}

.team-card.style2 .team-title a {
    color: var(--title-color)
}

.team-card.style2 .team-title a:hover {
    color: var(--theme-color)
}

.team-card.style2 .team-desig {
    color: var(--body-color)
}

.team-box {
    text-align: center
}

.team-box .team-img {
    position: relative;
    z-index: 2;
    margin-bottom: 22px
}

.team-box .team-img img {
    border-radius: 50%
}

.team-box .team-content {
    background: -webkit-linear-gradient(top, rgba(243, 241, 242, 0) 0%, #F3F1F2 100%);
    background: linear-gradient(180deg, rgba(243, 241, 242, 0) 0%, #F3F1F2 100%);
    padding: 132px 30px 40px;
    position: relative;
    margin-top: -132px;
    z-index: 1;
    -webkit-transition: 0.4s;
    transition: 0.4s
}

.team-box .team-content .bg-shape-thumb {
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: -1;
    height: 0;
    -webkit-transition: 0.4s;
    transition: 0.4s
}

.team-box .team-content .team-desig {
    font-size: 14px;
    font-weight: 500;
    -webkit-transition: 0.4s;
    transition: 0.4s
}

.team-box .team-content .box-title {
    font-size: 22px;
    font-weight: 700;
    margin-top: 0px;
    -webkit-transition: 0.4s;
    transition: 0.4s;
    margin-bottom: 17px
}

.team-box .team-content .th-social {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center
}

.team-box:hover .team-content {
    background: var(--title-color)
}

.team-box:hover .team-content .bg-shape-thumb {
    height: 100%
}

.team-box:hover .team-content .team-desig {
    color: #E6E6E6
}

.team-box:hover .team-content .box-title a {
    color: var(--white-color)
}

.team-box:hover .team-content .box-title a:hover {
    color: var(--theme-color)
}

@media (max-width: 767px) {
    .team-box .team-content .box-title {
        font-size: 18px
    }
}

.team-details-area {
    position: relative
}

.team-details-thumb {
    position: absolute;
    height: 100%;
    display: block
}

.team-details-thumb .thumb {
    position: -webkit-sticky;
    position: sticky;
    top: 200px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    margin: auto;
    margin-left: 20px
}

.team-details-thumb .thumb:after {
    content: '';
    position: absolute;
    left: -20px;
    top: 0;
    bottom: 0;
    margin: 66px 0;
    width: 100%;
    z-index: -1;
    background: var(--theme-color)
}

.team-details-info-wrap {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    gap: 30px 80px;
    border-bottom: 1px solid var(--border-color);
    padding-bottom: 60px
}

.team-experience-wrap {
    border-bottom: 1px solid var(--border-color);
    padding-bottom: 60px
}

.team-experience-wrap .skill-feature .progress {
    background: var(--border-color)
}

.team-experience-wrap .skill-feature .progress .progress-bar {
    position: relative
}

.team-experience-wrap .skill-feature .progress .progress-bar:after {
    position: absolute;
    content: '';
    height: 20px;
    width: 20px;
    background: var(--theme-color);
    border-radius: 50%;
    right: 0;
    border: 4px solid var(--smoke-color)
}

.team-experience-wrap .skill-feature:not(:last-child) {
    margin-bottom: 35px
}

.team-experience-wrap .skill-feature_title,
.team-experience-wrap .skill-feature .progress-value {
    font-family: var(--body-font)
}

@media (max-width: 1199px) {
    .team-details-thumb {
        margin-right: calc(1.5rem / 2)
    }
    .team-details-info-wrap {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column
    }
}

@media (max-width: 991px) {
    .team-details-thumb {
        position: relative;
        margin-right: 0;
        margin-bottom: 50px
    }
    .team-details-thumb .thumb {
        position: relative;
        top: auto
    }
    .team-details-info-wrap {
        -webkit-box-orient: initial;
        -webkit-box-direction: initial;
        -webkit-flex-direction: initial;
        -ms-flex-direction: initial;
        flex-direction: initial;
        gap: 40px
    }
}

@media (max-width: 575px) {
    .team-details-info-wrap {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        gap: 30px
    }
    .team-details-thumb {
        margin-bottom: 30px
    }
    .team-details-thumb .thumb:after {
        margin: 30px 0
    }
}

.team-card.style3 {
    padding-top: 15px;
    text-align: center
}

.team-card.style3 .team-img-wrap {
    border-radius: 50%
}

.team-card.style3 .team-img-wrap .team-thumb {
    border-radius: 50%
}

.team-card.style3 .team-img-wrap .team-thumb .team-border {
    position: absolute;
    top: -15px;
    left: -8px;
    right: -8px;
    z-index: 2;
    height: 50%;
    background: var(--smoke-color);
    -webkit-mask-size: cover;
    mask-size: cover;
    -webkit-transition: 0.4s;
    transition: 0.4s
}

.team-card.style3 .team-img-wrap .team-thumb .team-border:after {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    background: -webkit-linear-gradient(top, #E63A27 0%, rgba(1, 1, 1, 0.65) 100%);
    background: linear-gradient(180deg, #E63A27 0%, rgba(1, 1, 1, 0.65) 100%);
    height: 100%;
    opacity: 0;
    -webkit-transition: 0.4s;
    transition: 0.4s
}

.team-card.style3 .team-img-wrap .team-thumb .team-border img {
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
    width: 100%
}

.team-card.style3 .team-img-wrap:after {
    height: 100%;
    width: 100%;
    border-radius: 50%
}

.team-card.style3 .team-social-hover_btn {
    right: 50%;
    top: 50%;
    -webkit-transform: translate(50%, -50%);
    -ms-transform: translate(50%, -50%);
    transform: translate(50%, -50%);
    height: 40px;
    width: 40px;
    line-height: 40px;
    opacity: 0
}

.team-card.style3 .team-social {
    background: transparent;
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    right: 50%;
    bottom: 50%;
    z-index: 1;
    padding: 0;
    border-radius: 0;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: 0.4s;
    transition: 0.4s;
    -webkit-transform: scaleX(0.5) translate(100%, 50%);
    -ms-transform: scaleX(0.5) translate(100%, 50%);
    transform: scaleX(0.5) translate(100%, 50%);
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
    gap: 10px
}

.team-card.style3 .team-social a {
    height: 40px;
    width: 40px;
    line-height: 40px;
    border-radius: 50%;
    background: var(--white-color);
    display: inline-block;
    color: var(--title-color)
}

.team-card.style3 .team-social a:hover {
    background: var(--theme-color);
    color: var(--white-color)
}

.team-card.style3 .team-social-hover:hover .team-social {
    bottom: 50%;
    -webkit-transform: scaleX(1) translate(50%, 50%);
    -ms-transform: scaleX(1) translate(50%, 50%);
    transform: scaleX(1) translate(50%, 50%)
}

.team-card.style3 .team-social-hover:hover .team-social-hover_btn {
    opacity: 0;
    visibility: hidden
}

.team-card.style3 .team-title a {
    color: var(--title-color)
}

.team-card.style3 .team-title a:hover {
    color: var(--theme-color)
}

.team-card.style3 .team-desig {
    color: var(--body-color)
}

.team-card.style3:hover .team-img-wrap .team-thumb .team-border:after {
    opacity: 1
}

.team-card.style3:hover .team-social-hover_btn {
    opacity: 1
}

@media (max-width: 575px) {
    .team-card.style3 {
        padding: 15px 8px 0
    }
}

.team-slider-arrow1 {
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
    gap: 10px
}

.team-card.style4 {
    background: var(--white-color);
    box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.06)
}

.team-card.style4 .team-title a {
    color: var(--title-color)
}

.team-card.style4 .team-title a:hover {
    color: var(--theme-color)
}

.team-card.style4 .team-desig {
    color: var(--body-color)
}

.team-card.style4 .team-content {
    text-align: center;
    padding-bottom: 55px;
    padding-left: 20px;
    padding-right: 20px;
    position: relative
}

.team-card.style4 .team-content:after {
    content: '';
    position: absolute;
    left: 50%;
    bottom: 30px;
    height: 1px;
    width: 43px;
    background: var(--theme-color);
    -webkit-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    transform: translate(-50%, 0)
}

.testi-area-1 {
    padding-top: 213px
}
.testi-area-2.bg-smoke .testi-card.style2 {
    background: var(--white-color)
}

.testi-area-4 {
    padding-bottom: 300px
}

.testimonial-slider-arrow1 {
    --pos-x: 0
}

.testimonial-slider-arrow1 .slick-arrow {
    position: relative;
    margin-top: 0
}

.testimonial-slider-arrow1 .slick-arrow.slick-next {
    margin-left: 6px
}

.testi-slider1 {
    margin-right: -220px
}

.testi-card {
    background: var(--white-color);
    overflow: hidden;
    position: relative
}

.testi-card:after {
    content: '';
    position: absolute;
    left: -36px;
    top: -93px;
    border-radius: 80px;
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
    background: var(--theme-color);
    width: 139.95px;
    height: 280px;
    z-index: -1
}

.testi-card_bg-shape {
    display: inline-block;
    width: 70%
}

.testi-card_bg-shape img {
    width: 100%
}

.testi-card_profile {
    padding: 40px 40px 40px 30px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    gap: 40px
}

.testi-card .media-left {
    text-align: center
}

.testi-card .media-left .testi-card_quote {
    margin-top: 39px
}

.testi-card_avater {
    border-radius: 99px;
    overflow: hidden
}

.testi-card_avater img {
    border-radius: 50%
}

.testi-card_name {
    font-size: 20px;
    font-weight: 700;
    font-family: var(--body-font);
    margin-bottom: 3px;
    margin-top: -0.28em
}

.testi-card_desig {
    margin-bottom: 0;
    display: block;
    font-size: 14px;
    font-weight: 500;
    font-family: var(--body-font);
    color: var(--theme-color)
}

.testi-card_text {
    margin-bottom: -0.4em;
    margin-top: 15px;
    font-size: 18px;
    font-weight: 400;
    font-family: var(--body-font);
    color: var(--title-color);
    line-height: 30px
}

.testi-card.style2 {
    background: var(--smoke-color);
    position: relative;
    overflow: inherit
}

.testi-card.style2:after {
    content: '';
    position: absolute;
    height: 42px;
    width: 35px;
    background: var(--theme-color);
    left: 40px;
    border-radius: 30px 30px 30px 25px;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
    bottom: -9px;
    top: auto;
    z-index: -1
}

.testi-card.style2 .testi-card_profile {
    padding: 40px 40px 35px;
    gap: 30px
}

.testi-card.style2 .testi-box_review {
    background: var(--theme-color);
    display: inline-block;
    padding: 25px 24px 27px 14px;
    position: absolute;
    left: 1px;
    bottom: -10px;
    -webkit-clip-path: path("M1.24733e-06 101.464C7.54374e-07 112.742 9.64074 122.398 22.8834 124.384L24.2065 124.583L24.2765 124.687L60 130C50.3414 127.407 43.5887 119.841 43.5887 111.134L43.5796 98.7621L43.5658 98.7621L43.5658 33.021C43.5658 1.7437 33.9248 5.08731 20.6824 3.10161L0.000256056 0L1.24733e-06 101.464Z");
    clip-path: path("M1.24733e-06 101.464C7.54374e-07 112.742 9.64074 122.398 22.8834 124.384L24.2065 124.583L24.2765 124.687L60 130C50.3414 127.407 43.5887 119.841 43.5887 111.134L43.5796 98.7621L43.5658 98.7621L43.5658 33.021C43.5658 1.7437 33.9248 5.08731 20.6824 3.10161L0.000256056 0L1.24733e-06 101.464Z")
}

.testi-card.style2 .testi-box_review i {
    display: block;
    color: var(--white-color);
    font-size: 14px
}

.testi-card.style2 .testi-box_review i~i {
    margin-top: 2px
}

.testi-card.style2 .testi-card_text {
    margin-top: -0.3em;
    color: var(--title-color);
    padding-bottom: 24px;
    margin-bottom: 27px;
    border-bottom: 1px solid rgba(20, 20, 34, 0.1)
}

.testi-card.style2 .media {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    gap: 20px
}

.testi-block {
    background: var(--smoke-color);
    padding: 40px;
    position: relative
}

.testi-block .review-rating {
    background: var(--theme-color);
    -webkit-clip-path: polygon(100% 0, 90% 50%, 100% 100%, 0% 100%, 0% 0%);
    clip-path: polygon(100% 0, 90% 50%, 100% 100%, 0% 100%, 0% 0%);
    color: var(--white-color);
    padding: 7px 40px 7px 20px;
    display: inline-block
}

.testi-block .quote-icon {
    font-size: 20px;
    color: var(--white-color);
    -webkit-clip-path: polygon(0% 0%, 100% 0%, 100% 85%, 20% 85%, 0 100%);
    clip-path: polygon(0% 0%, 100% 0%, 100% 85%, 20% 85%, 0 100%);
    background: var(--title-color);
    display: inline-block;
    border-radius: 3px 3px 0 0;
    position: absolute;
    right: 40px;
    top: 40px;
    padding: 0px 11.4px 4px;
    line-height: 36px
}

.testi-block_subtitle {
    font-weight: 500;
    font-family: var(--body-font);
    margin-top: 20px;
    font-size: 20px
}

.testi-block_text {
    font-size: 18px;
    color: var(--title-color)
}

.testi-block_profile {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    position: relative;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    z-index: 0;
    gap: 30px;
    padding: 10px 0
}

.testi-block_profile:after {
    content: '';
    position: absolute;
    left: -40px;
    top: 0;
    background: var(--white-color);
    height: 100%;
    width: 120px;
    z-index: -1;
    border-radius: 0 50px 50px 0;
    border-left: 2px solid var(--theme-color)
}

.testi-block_avater img {
    border-radius: 50%
}

.testi-block .box-title {
    font-size: 20px;
    margin-bottom: 3px
}

.testi-block_desig {
    margin-bottom: 0;
    font-size: 14px;
    font-weight: 500;
    color: var(--theme-color);
    font-family: var(--title-font)
}

.testi-block.style2 {
    background: var(--white-color);
    padding: 40px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    gap: 20px
}

.testi-block.style2 .testi-block_profile {
    -webkit-box-flex: 0;
    -webkit-flex: none;
    -ms-flex: none;
    flex: none;
    display: block;
    padding: 0
}

.testi-block.style2 .testi-block_profile:after {
    display: none
}

.testi-block.style2 .quote-icon {
    background: transparent;
    position: relative;
    top: auto;
    right: auto;
    padding: 0;
    line-height: normal;
    -webkit-clip-path: none;
    clip-path: none;
    margin-top: 30px;
    padding-top: 83px
}

.testi-block.style2 .quote-icon:after {
    content: '';
    position: absolute;
    height: 53px;
    width: 4px;
    background: var(--smoke-color);
    left: 50%;
    top: 0
}

.testi-block.style2 .testi-block_text {
    color: var(--body-color);
    margin-top: -0.3em;
    margin-bottom: 20px
}

.testi-block.style2 .testi-block_desig {
    margin-bottom: -0.4em
}

@media (max-width: 1600px) {
    .testi-slider1 {
        margin-right: -150px
    }
}

@media (max-width: 1500px) {
    .testi-slider1 {
        margin-right: -50px
    }
    .testimonial-slider-arrow1 .slick-arrow {
        --pos-x: 0px
    }
    .testi-card_text {
        font-size: 15px;
        line-height: inherit
    }
    .testi-card_avater {
        width: 90px
    }
    .testi-card:after {
        left: -41px;
        top: -114px;
        width: 110px;
        height: 280px
    }
}

@media (max-width: 1399px) {
    .testi-slider1 {
        margin-right: -12px
    }
}

@media (max-width: 1200px) {
    .testi-slider1 {
        margin-right: -12px
    }
    .testi-block_text {
        font-size: 16px
    }
}

@media (max-width: 1199px) {
    .testi-block.style2 .testi-block_text {
        font-size: 18px
    }
    .testi-block.style2 .quote-icon {
        padding-top: 60px;
        margin-top: 20px
    }
    .testi-block.style2 .quote-icon:after {
        height: 40px
    }
}

@media (max-width: 991px) {
    .testi-area-1 {
        padding-top: 80px
    }
    .testimonial-slider-arrow1 .slick-arrow {
        margin: 0
    }
    .testi-card.style2 .testi-card_text {
        font-size: 18px;
        line-height: 30px
    }
    .testi-block.style2 .quote-icon {
        padding-bottom: 3px;
        position: absolute;
        bottom: 0
    }
    .testi-block.style2 .quote-icon:after {
        display: none
    }
}

@media (max-width: 575px) {
    .testi-card_avater {
        width: 80px
    }
    .testi-card:after {
        left: -47px;
        top: -122px;
        width: 105px;
        height: 280px
    }
    .testi-card.style2 .testi-card_text {
        font-size: 16px;
        line-height: inherit
    }
    .testi-card.style2 .testi-card_profile {
        display: block
    }
    .testi-card.style2 .testi-card_profile .testi-card_avater {
        margin-bottom: 20px
    }
    .testi-card.style2 .media {
        margin-left: 65px;
        margin-top: 40px
    }
}

@media (max-width: 375px) {
    .testi-card_profile {
        display: block
    }
    .testi-card .media-left {
        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-bottom: 40px
    }
    .testi-card_name {
        font-size: 18px
    }
    .testi-card.style2 .testi-card_profile .testi-card_avater {
        margin-bottom: 0
    }
    .testi-card.style2 .media-left {
        margin-bottom: 30px
    }
    .testi-card.style2 .testi-card_profile {
        padding: 30px
    }
    .testi-card.style2 .media {
        display: block;
        text-align: end
    }
    .testi-card.style2 .media .testi-box_quote {
        margin-bottom: 20px
    }
    .testi-block {
        padding: 30px
    }
    .testi-block .quote-icon {
        top: 30px;
        right: 30px
    }
    .testi-block .testi-block_profile:after {
        left: -30px;
        width: 110px
    }
    .testi-block .testi-block_subtitle {
        font-size: 18px
    }
    .testi-block .box-title {
        font-size: 18px
    }
    .testi-block.style2 {
        padding: 30px;
        display: block
    }
    .testi-block.style2 .testi-block_profile {
        margin-bottom: 20px
    }
    .testi-block.style2 .quote-icon {
        right: 0
    }
    .testi-block.style2 .testi-block_text {
        font-size: 16px
    }
    .testi-card_profile {
        padding: 40px 30px 30px 30px
    }
}

.testi-block.style3 {
    background: var(--white-color);
    padding: 40px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    gap: 20px;
    margin-bottom: 30px;
    box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.06)
}

.testi-block.style3 .testi-block_profile {
    -webkit-box-flex: 0;
    -webkit-flex: none;
    -ms-flex: none;
    flex: none;
    display: block;
    padding: 0
}

.testi-block.style3 .testi-block_profile:after {
    display: none
}

.testi-block.style3 .quote-icon {
    background: transparent;
    position: relative;
    top: auto;
    right: auto;
    padding: 0;
    line-height: normal;
    -webkit-clip-path: none;
    clip-path: none;
    margin-top: 30px;
    padding-top: 83px
}

.testi-block.style3 .quote-icon img {
    -webkit-filter: brightness(0.1);
    filter: brightness(0.1)
}

.testi-block.style3 .quote-icon:after {
    content: '';
    position: absolute;
    height: 53px;
    width: 4px;
    background: var(--smoke-color);
    left: 50%;
    top: 0
}

.testi-block.style3 .testi-block_text {
    color: var(--body-color);
    margin-top: -0.3em;
    margin-bottom: 20px
}

.testi-block.style3 .testi-block_desig {
    margin-bottom: -0.4em;
    color: var(--body-color)
}

@media (max-width: 1199px) {
    .testi-block.style3 .testi-block_text {
        font-size: 18px
    }
    .testi-block.style3 .quote-icon {
        padding-top: 60px;
        margin-top: 20px
    }
    .testi-block.style3 .quote-icon:after {
        height: 40px
    }
}

@media (max-width: 991px) {
    .testi-block.style3 .quote-icon {
        padding-bottom: 3px;
        position: absolute;
        bottom: 0
    }
    .testi-block.style3 .quote-icon:after {
        display: none
    }
}

@media (max-width: 375px) {
    .testi-block.style3 {
        padding: 30px;
        display: block
    }
    .testi-block.style3 .testi-block_profile {
        margin-bottom: 20px
    }
    .testi-block.style3 .quote-icon {
        right: 0
    }
    .testi-block.style3 .testi-block_text {
        font-size: 16px
    }
}

.testi-slider5 {
    margin-bottom: 7px
}

.testi-slider5 .slick-dots {
    text-align: left;
    margin-left: 10px;
    margin-top: 25px
}

.testi-slider5 .slick-dots button {
    width: 6px;
    height: 6px;
    background: var(--theme-color)
}

.testi-slider5 .slick-dots button:before {
    background: transparent;
    border: 2px solid var(--theme-color)
}

@media (max-width: 1199px) {
    .testi-slider5 {
        margin-bottom: -50px
    }
}

.testi-thumb5 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 30px;
    margin-top: -190px;
    margin-right: -130px;
    margin-left: -250px
}

@media (max-width: 1500px) {
    .testi-thumb5 {
        margin-right: -50px;
        margin-left: -300px
    }
}

@media (max-width: 1399px) {
    .testi-thumb5 {
        margin-left: -350px;
        margin-right: -30px
    }
}

@media (max-width: 1299px) {
    .testi-thumb5 {
        margin-left: -260px;
        margin-right: 0;
        margin-top: -60px
    }
}

@media (max-width: 1199px) {
    .testi-thumb5 {
        display: none
    }
}

.testi-thumb6-wrap {
    display: inline-block;
    position: relative;
    padding: 40px 0;
    margin-top: -214px
}

.testi-thumb6-wrap .quote-icon {
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%)
}

.testi-thumb6-wrap .testi-thumb6-indicator {
    padding: 0;
    margin: 0;
    list-style: none;
    position: relative
}

.testi-thumb6-wrap .testi-thumb6-indicator .testi-indicator-btn {
    cursor: pointer;
    height: 404px;
    width: 404px;
    border: 1px dashed var(--border-color);
    border-radius: 50%;
    -webkit-animation: spin 20s 0.4s infinite;
    animation: spin 20s 0.4s infinite
}

.testi-thumb6-wrap .testi-thumb6-indicator .testi-indicator-btn img {
    position: absolute;
    right: 30px;
    top: 117px;
    -webkit-animation: spin2 20s 0.4s infinite;
    animation: spin2 20s 0.4s infinite;
    z-index: 1;
    -webkit-transition: 0.4s;
    transition: 0.4s;
    width: 60px;
    border-radius: 50%
}

.testi-thumb6-wrap .testi-thumb6-indicator .testi-indicator-btn:nth-child(2) {
    height: 300px;
    width: 300px;
    position: absolute;
    top: 52px;
    left: 52px
}

.testi-thumb6-wrap .testi-thumb6-indicator .testi-indicator-btn:nth-child(2) img {
    right: 220px;
    top: -54px;
    width: 50px
}

.testi-thumb6-wrap .testi-thumb6-indicator .testi-indicator-btn:nth-child(3) {
    height: 196px;
    width: 196px;
    position: absolute;
    left: 104px;
    top: 104px
}

.testi-thumb6-wrap .testi-thumb6-indicator .testi-indicator-btn:nth-child(3) img {
    right: 260px;
    top: 130px;
    width: 50px
}

.testi-thumb6-wrap .testi-thumb6-indicator .testi-indicator-btn:nth-child(4) {
    height: 94px;
    width: 94px;
    position: absolute;
    left: 155px;
    top: 155px
}

.testi-thumb6-wrap .testi-thumb6-indicator .testi-indicator-btn:nth-child(4) img {
    right: -20px;
    top: 163px;
    width: 40px
}

.testi-thumb6-wrap .testi-thumb6-indicator .testi-indicator-btn.active img {
    width: 70px
}

.testi-block.style4 {
    background: transparent;
    padding: 30px;
    border: 1px solid var(--gray-color);
    background: var(--white-color)
}

.testi-block.style4 .testi-block_review {
    color: var(--yellow-color);
    margin-bottom: 17px;
    margin-top: -4px
}

.testi-block.style4 .testi-block_text {
    color: var(--body-color);
    margin-bottom: 24px
}

.testi-block.style4 .testi-block_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: 15px
}

.testi-block.style4 .testi-block_content .testi-block_avater {
    -webkit-box-flex: 0;
    -webkit-flex: none;
    -ms-flex: none;
    flex: none
}

.testi-block.style4 .testi-block_content .testi-block_avater img {
    border-radius: 50%
}

.testi-block.style4 .testi-block_content .testi-block_profile {
    display: block;
    padding: 0
}

.testi-block.style4 .testi-block_content .testi-block_profile:after {
    display: none
}

.testi-block.style4 .testi-block_content .testi-block_profile .testi-block_title {
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 4px
}

.testi-block.style4 .testi-block_content .testi-block_profile .testi-block_desig {
    font-size: 14px;
    font-weight: 500
}

@media (max-width: 1299px) {
    .testi-slider6 {
        margin-right: 30px
    }
}

@media (max-width: 1199px) {
    .testi-thumb6-wrap {
        margin-top: -30px;
        margin-left: 30px
    }
    .testi-slider6 {
        margin-right: 0px
    }
}

@media (max-width: 575px) {
    .testi-thumb6-wrap .testi-thumb6-indicator .testi-indicator-btn {
        height: 304px;
        width: 304px
    }
    .testi-thumb6-wrap .testi-thumb6-indicator .testi-indicator-btn:nth-child(2) {
        height: 200px;
        width: 200px
    }
    .testi-thumb6-wrap .testi-thumb6-indicator .testi-indicator-btn:nth-child(3) {
        height: 96px;
        width: 96px
    }
    .testi-thumb6-wrap .testi-thumb6-indicator .testi-indicator-btn:nth-child(4) {
        border: 0;
        left: 105px;
        top: 105px
    }
    .testi-thumb6-wrap .testi-thumb6-indicator .testi-indicator-btn img {
        right: 24px
    }
    .testi-thumb6-wrap .testi-thumb6-indicator .testi-indicator-btn:nth-child(2) img {
        top: 65px
    }
    .testi-thumb6-wrap .testi-thumb6-indicator .testi-indicator-btn:nth-child(3) img {
        right: 70px;
        top: -60px
    }
    .testi-thumb6-wrap .testi-thumb6-indicator .testi-indicator-btn:nth-child(4) img {
        top: 168px
    }
}

@media (max-width: 375px) {
    .testi-thumb6-wrap {
        display: none
    }
}

.counter-area-1 {
    padding: 60px;
    -webkit-transform: translate(0, 50%);
    -ms-transform: translate(0, 50%);
    transform: translate(0, 50%);
    margin-top: -93px
}

.counter-area-3 {
    padding: 80px;
    -webkit-transform: translate(0, 50%);
    -ms-transform: translate(0, 50%);
    transform: translate(0, 50%);
    margin-top: -125px;
    position: relative;
    z-index: 3
}

.counter-card {
    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
}

.counter-card_icon {
    text-align: center;
    position: relative;
    padding-left: 0px;
    margin-bottom: 2px;
    z-index: 2
}

.counter-card_icon img {
    -webkit-transition: 0.4s ease-in-out;
    transition: 0.4s ease-in-out
}

.counter-card_number {
    font-size: 45px;
    color: var(--white-color);
    font-weight: 800;
    margin-bottom: 8px;
    margin-top: -0.25em
}

.counter-card_text {
    font-weight: 700;
    font-size: 14px;
    color: var(--white-color);
    display: block;
    margin-bottom: -0.4em
}

.counter-card:hover .counter-card_icon img {
    -webkit-transform: rotateY(180deg);
    transform: rotateY(180deg)
}

.counter-card-wrap.style2:after {
    display: none
}

.counter-card-wrap.style2~.counter-card-wrap {
    position: relative
}

.counter-card-wrap.style2~.counter-card-wrap:after {
    content: '';
    position: absolute;
    left: -50px;
    display: block;
    top: 50%;
    width: 1px;
    height: 60px;
    border-left: 1px dashed #c6c6c6;
    -webkit-transform: translate(0px, -50%);
    -ms-transform: translate(0px, -50%);
    transform: translate(0px, -50%)
}

.counter-card.style2 .counter-card_text {
    color: #363739;
    font-size: 16px;
    font-weight: 600
}

.counter-card.style2 .counter-card_number {
    color: var(--title-color);
    margin-bottom: 0
}

.counter-card-wrap2 .counter-card_text {
    font-size: 16px;
    font-weight: 600;
    margin-top: 6px
}

.counter-card.style3 {
    margin-top: -0.7em
}

.counter-card.style3 .counter-card_number {
    font-size: 55px;
    font-weight: 700;
    margin-top: 0
}

@media (max-width: 1299px) {
    .counter-card-wrap~.counter-card-wrap.style2:after {
        display: none
    }
}

@media (max-width: 1199px) {
    .counter-area-3 {
        padding: 60px;
        margin-top: -100.5px
    }
    .counter-card.style3 .counter-card_number {
        font-size: 45px
    }
}

@media (max-width: 991px) {
    .counter-area-3,
    .counter-area-1 {
        padding: 60px;
        -webkit-transform: none;
        -ms-transform: none;
        transform: none;
        margin-top: 0;
        margin-bottom: 80px
    }
    .counter-card.style3 {
        margin-top: -0.4em
    }
}

@media (max-width: 767px) {
    .counter-area-1 {
        padding: 40px
    }
    .counter-card_number {
        font-size: 35px
    }
}

@media (max-width: 575px) {
    .counter-area-1 {
        padding: 40px 20px
    }
    .counter-card {
        display: block;
        text-align: center
    }
    .counter-card_icon {
        margin-bottom: 20px
    }
    .counter-area-3 {
        text-align: center
    }
    .counter-card.style3 {
        margin-top: 0;
        display: -webkit-inline-box;
        display: -webkit-inline-flex;
        display: -ms-inline-flexbox;
        display: inline-flex
    }
    .counter-card.style3 .counter-card_icon {
        margin-bottom: 0px
    }
    .counter-card.style3 .counter-card_number {
        margin-top: -0.3em;
        margin-bottom: 0
    }
    .counter-card-wrap2 .counter-card_text {
        margin-top: 16px
    }
}

@media (max-width: 375px) {
    .counter-card_number {
        font-size: 36px
    }
    .counter-card_text {
        font-size: 14px
    }
    .counter-area-1 {
        padding: 40px 10px
    }
}

.counter-area-4 {
    padding-top: 210px
}

@media (max-width: 991px) {
    .counter-area-4 {
        padding-top: 90px
    }
}

.client-grid-wrap {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    gap: 20px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center
}

.client-grid-wrap .client-grid-thumb {
    -webkit-box-flex: 0;
    -webkit-flex: none;
    -ms-flex: none;
    flex: none
}

.client-grid-wrap .client-grid_text {
    font-size: 18px;
    font-weight: 800;
    color: #363739;
    line-height: 28px;
    margin-bottom: 0
}

@media (max-width: 991px) {
    .client-grid-wrap {
        text-align: left;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center
    }
}

@media (max-width: 375px) {
    .client-grid-wrap {
        display: block;
        text-align: center
    }
    .client-grid-wrap .client-grid-thumb {
        margin-bottom: 20px
    }
}

.counter-card.style4 {
    display: block;
    text-align: center;
    background: var(--smoke-color);
    padding: 40px
}

.counter-card.style4 .counter-card_icon {
    height: 100px;
    width: 100px;
    border-radius: 50%;
    background: rgba(230, 58, 39, 0.1);
    line-height: 100px;
    margin: auto auto 30px;
    -webkit-transition: 0.4s;
    transition: 0.4s
}

.counter-card.style4 .counter-card_icon img {
    max-width: 50px
}

.counter-card.style4 .counter-card_number {
    color: var(--title-color);
    margin-bottom: 5px
}

.counter-card.style4 .counter-card_text {
    color: var(--title-color);
    text-align: center
}

.counter-card.style4:hover .counter-card_icon {
    background: #e63a27
}

.counter-card.style4:hover .counter-card_icon img {
    -webkit-filter: brightness(99);
    filter: brightness(99)
}

.counter-area-5 {
    background-size: contain;
    background-position: left;
    padding-bottom: 320px
}

.counter-area-5 .counter-card-wrap.style2~.counter-card-wrap:after {
    left: -80px
}

@media (max-width: 1299px) {
    .counter-area-5 {
        padding-bottom: 120px
    }
}

@media (max-width: 991px) {
    .counter-area-5 {
        padding-bottom: 80px
    }
}

.blog-title {
    font-size: 30px
}

.blog-card {
    box-shadow: 0px 10px 15px rgba(8, 14, 28, 0.06);
    border-radius: 0px;
    background-color: var(--white-color)
}

.blog-card .box-title {
    margin-bottom: 24px
}

.blog-card .box-title a {
    background-image: -webkit-linear-gradient(right, var(--white-color), var(--white-color));
    background-image: linear-gradient(to left, var(--white-color), var(--white-color));
    background-repeat: no-repeat;
    background-position: bottom left;
    background-size: 0 2px;
    -webkit-transition: 0.5s ease-in-out;
    transition: 0.5s ease-in-out
}

.blog-card .box-title a:hover {
    background-size: 100% 2px
}

.blog-card .blog-img {
    overflow: hidden;
    border-radius: 0px
}

.blog-card .blog-img img {
    width: 100%;
    -webkit-transition: 0.4s ease-in-out;
    transition: 0.4s ease-in-out
}

.blog-card .blog-meta {
    margin-bottom: 13px
}

.blog-card .blog-meta span>i,
.blog-card .blog-meta a>i {
    color: var(--theme-color)
}

.blog-card .blog-content {
    padding: 33px 40px 35px;
    -webkit-transition: 0.4s;
    transition: 0.4s;
    position: relative;
    z-index: 0
}

.blog-card .blog-content:after {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    height: 0;
    width: 100%;
    background: var(--white-color);
    -webkit-transition: 0.4s;
    transition: 0.4s;
    z-index: -1
}

.blog-card .blog-content .blog-bg-shape {
    position: absolute;
    right: 0;
    bottom: 0
}

.blog-card .blog-bottom {
    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 var(--border-color);
    padding-top: 30px
}

.blog-card .author {
    color: var(--body-color)
}

.blog-card .author img {
    margin-right: 5px
}

.blog-card .author:hover {
    color: var(--theme-color)
}

.blog-card .blog-text {
    margin-top: -0.5em;
    margin-bottom: 22px;
    -webkit-transition: 0.4s;
    transition: 0.4s
}

.blog-card .link-btn {
    color: var(--title-color)
}

.blog-card .link-btn:before {
    background-color: var(--theme-color)
}

.blog-card .link-btn:hover {
    color: var(--theme-color)
}

.blog-card:hover .blog-img img {
    -webkit-transform: scale(1.08);
    -ms-transform: scale(1.08);
    transform: scale(1.08)
}

.blog-card:hover .blog-meta span,
.blog-card:hover .blog-meta a {
    color: var(--border-color)
}

.blog-card:hover .box-title a {
    color: var(--white-color)
}

.blog-card:hover .blog-text {
    color: var(--border-color)
}

.blog-card:hover .link-btn {
    color: var(--theme-color)
}

.blog-card:hover .blog-content:after {
    background: var(--title-color);
    height: 100%
}

.blog-card.style2 {
    box-shadow: none
}

.blog-card.style2 .blog-img {
    position: relative
}

.blog-card.style2 .blog-img:after {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    background: var(--black-color);
    opacity: 0;
    -webkit-transition: 0.4s;
    transition: 0.4s
}

.blog-card.style2 .blog-content {
    background: #FFFFFF;
    box-shadow: 0px 10px 50px rgba(0, 0, 0, 0.08);
    margin: 0 30px;
    margin-top: -127px;
    padding: 30px
}

.blog-card.style2 .blog-content:after {
    display: none
}

.blog-card.style2:hover .blog-img:after {
    opacity: 0.7
}

.blog-card.style2:hover .blog-meta span,
.blog-card.style2:hover .blog-meta a {
    color: var(--body-color)
}

.blog-card.style2:hover .box-title a {
    color: var(--title-color);
    background-image: -webkit-linear-gradient(right, var(--title-color), var(--title-color));
    background-image: linear-gradient(to left, var(--title-color), var(--title-color))
}

.blog-card.style2:hover .blog-text {
    color: var(--body-color)
}

.blog-card.style3 .blog-meta {
    margin-bottom: 5px
}

.blog-card.style3 .blog-title {
    font-weight: 800;
    margin-bottom: 23px
}

.blog-card.style3 .blog-title a {
    background-image: -webkit-linear-gradient(right, var(--theme-color), var(--theme-color));
    background-image: linear-gradient(to left, var(--theme-color), var(--theme-color));
    background-repeat: no-repeat;
    background-position: bottom left;
    background-size: 0 2px;
    -webkit-transition: 0.5s ease-in-out;
    transition: 0.5s ease-in-out
}

.blog-card.style3 .blog-title a:hover {
    background-size: 100% 2px
}

.blog-card.style3 .blog-text {
    color: var(--body-color);
    margin-bottom: 32px
}

.blog-card.style3 .blog-content {
    padding: 39px 40px 20px
}

.blog-card.style3 .blog-content:after {
    display: none
}

.blog-card.style3 .blog-bottom {
    padding-top: 20px
}

.blog-card.style3:hover .blog-content {
    background: var(--white-color)
}

.blog-card.style3:hover .blog-meta span,
.blog-card.style3:hover .blog-meta a {
    color: var(--title-color)
}

.blog-card.style3:hover .blog-meta span:hover,
.blog-card.style3:hover .blog-meta a:hover {
    color: var(--theme-color)
}

.blog-card.style4 {
    padding: 20px 20px 0 20px;
    box-shadow: 0px 5px 15px rgba(0, 0, 0, 0.08)
}

.blog-card.style4 .blog-img {
    position: relative
}

.blog-card.style4 .blog-img:after {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    background: rgba(0, 0, 0, 0.7);
    -webkit-transition: 0.4s;
    transition: 0.4s;
    opacity: 0
}

.blog-card.style4 .blog-img .icon-btn {
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    z-index: 1;
    -webkit-transition: 0.4s;
    transition: 0.4s;
    opacity: 0
}

.blog-card.style4 .blog-content {
    padding: 33px 20px 40px
}

.blog-card.style4 .blog-content:after {
    display: none
}

.blog-card.style4 .blog-text {
    margin-bottom: -0.5em
}

.blog-card.style4:hover .blog-content {
    background: transparent
}

.blog-card.style4:hover .blog-meta span,
.blog-card.style4:hover .blog-meta a {
    color: var(--title-color)
}

.blog-card.style4:hover .box-title a {
    color: var(--title-color)
}

.blog-card.style4:hover .box-title a:hover {
    background-image: -webkit-linear-gradient(right, var(--title-color), var(--title-color));
    background-image: linear-gradient(to left, var(--title-color), var(--title-color))
}

.blog-card.style4:hover .blog-text {
    color: var(--body-color)
}

.blog-card.style4:hover .blog-img .icon-btn,
.blog-card.style4:hover .blog-img:after {
    opacity: 1
}

.blog-card.style5 .blog-img {
    position: relative
}

.blog-card.style5 .blog-img .blog-date {
    background: var(--theme-color);
    position: absolute;
    left: 40px;
    top: 0px;
    color: var(--white-color);
    font-size: 14px;
    font-weight: 500;
    text-align: center;
    padding: 11px 3.7px 3px;
    width: 60px
}

.blog-card.style5 .blog-img .blog-date::first-line {
    font-size: 24px;
    font-weight: 700;
    line-height: 20px
}

.blog-card.style5 .blog-content {
    padding: 40px 40px 35px
}

.blog-card.style5 .blog-content .blog-meta {
    margin-bottom: 18px
}

.blog-card.style5 .blog-content .blog-meta a {
    font-size: 14px;
    font-weight: 500;
    color: var(--body-color)
}

.blog-card.style5 .blog-content .blog-meta a:hover {
    color: var(--theme-color)
}

.blog-card.style5 .blog-content .blog-meta-author img {
    margin-right: 10px;
    border: 4px solid var(--gray-color);
    box-shadow: 0px 10px 50px 0px rgba(0, 0, 0, 0.08);
    border-radius: 50%
}

.blog-card.style5 .blog-content .box-title a {
    color: var(--title-color);
    background-image: -webkit-linear-gradient(right, var(--title-color), var(--title-color));
    background-image: linear-gradient(to left, var(--title-color), var(--title-color))
}

.blog-card.style5 .blog-content .blog-text {
    color: var(--body-color)
}

.blog-card.style5 .blog-content .link-btn {
    font-size: 16px
}

.blog-card.style5 .blog-content:after {
    display: none
}

.blog-card.style6 {
    border-top: 2px solid var(--theme-color);
    background: transparent;
    box-shadow: none
}

.blog-card.style6 .blog-content {
    text-align: center;
    padding: 30px 30px 25px;
    margin: 0 20px;
    background: var(--white-color);
    box-shadow: 0px 10px 50px rgba(0, 0, 0, 0.08);
    margin-top: -55px;
    position: relative
}

.blog-card.style6 .blog-content .box-title {
    margin-bottom: 23px
}

.blog-card.style6 .blog-content .box-title a {
    color: var(--title-color);
    background-image: -webkit-linear-gradient(right, var(--title-color), var(--title-color));
    background-image: linear-gradient(to left, var(--title-color), var(--title-color))
}

.blog-card.style6 .blog-content .blog-text {
    color: var(--body-color);
    margin-bottom: 13px
}

.blog-card.style6 .blog-content .blog-date {
    display: inline-block;
    position: absolute;
    top: -8px;
    left: 50%;
    -webkit-transform: translate(-50%, -44px);
    -ms-transform: translate(-50%, -44px);
    transform: translate(-50%, -44px);
    color: var(--white-color);
    font-size: 14px;
    font-weight: 500;
    padding-bottom: 2px
}

.blog-card.style6 .blog-content .blog-date::first-line {
    font-size: 24px;
    font-weight: 700
}

.blog-card.style6 .blog-content .blog-date:after {
    content: '';
    position: absolute;
    left: 50%;
    bottom: 0;
    background: transparent;
    width: 140px;
    height: 80px;
    border-bottom: solid 80px var(--theme-color);
    border-left: solid 70px transparent;
    border-right: solid 70px transparent;
    z-index: -1;
    -webkit-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    transform: translate(-50%, 0)
}

.blog-card.style6 .blog-content:after {
    display: none
}

.blog-grid-card {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    background: #FFFFFF;
    box-shadow: 0px 10px 50px rgba(0, 0, 0, 0.08);
    gap: 40px;
    box-shadow: 0px 10px 50px rgba(0, 0, 0, 0.08)
}

.blog-grid-card .blog-img {
    overflow: hidden;
    -webkit-box-flex: 0;
    -webkit-flex: none;
    -ms-flex: none;
    flex: none;
    position: relative
}

.blog-grid-card .blog-img img {
    width: 100%;
    -webkit-transition: 0.4s ease-in-out;
    transition: 0.4s ease-in-out
}

.blog-grid-card .blog-img .blog-date {
    background: var(--theme-color);
    position: absolute;
    right: 30px;
    top: 30px;
    color: var(--white-color);
    font-size: 14px;
    font-weight: 500;
    text-align: center;
    padding: 11px 6.5px 3px
}

.blog-grid-card .blog-img .blog-date::first-line {
    font-size: 22px;
    line-height: 20px
}

.blog-grid-card .blog-meta {
    margin-bottom: 13px
}

.blog-grid-card .box-title {
    margin-bottom: 11px
}

.blog-grid-card .box-title a {
    background-image: -webkit-linear-gradient(right, var(--theme-color), var(--theme-color));
    background-image: linear-gradient(to left, var(--theme-color), var(--theme-color));
    background-repeat: no-repeat;
    background-position: bottom left;
    background-size: 0 2px;
    -webkit-transition: 0.5s ease-in-out;
    transition: 0.5s ease-in-out
}

.blog-grid-card .box-title a:hover {
    background-size: 100% 2px
}

.blog-grid-card .blog-content {
    padding: 24px 40px 20px 0
}

.blog-grid-card .blog-bottom {
    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 var(--border-color);
    padding-top: 20px
}

.blog-grid-card .link-btn {
    color: var(--title-color)
}

.blog-grid-card .link-btn:before {
    background-color: var(--theme-color)
}

.blog-grid-card .link-btn:hover {
    color: var(--theme-color)
}

.blog-grid-card:hover .blog-img img {
    -webkit-transform: scale(1.08);
    -ms-transform: scale(1.08);
    transform: scale(1.08)
}

.blog-navigation {
    border-top: 1px solid var(--border-color);
    border-bottom: 1px solid var(--border-color);
    padding: 40px 0;
    margin-top: 35px;
    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
}

.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
}

.blog-navigation .nav-btn:hover .icon-btn {
    background: transparent;
    color: var(--theme-color)
}

.blog-navigation .icon-btn {
    --btn-size: 60px;
    border-radius: 50%;
    background-color: var(--theme-color);
    color: var(--white-color);
    border: 1px solid var(--theme-color)
}

.blog-navigation .nav-title {
    font-size: 20px;
    font-weight: 700;
    font-family: var(--title-font);
    color: var(--title-color);
    display: block;
    margin-bottom: 8px
}

.blog-navigation .nav-text {
    font-size: 14px;
    font-weight: 700;
    color: var(--body-color);
    font-family: var(--title-font)
}

@media (max-width: 1299px) {
    .blog-card .blog-content {
        padding: 30px 30px
    }
}

@media (max-width: 1399px) {
    .blog-grid-card {
        gap: 30px
    }
    .blog-grid-card .box-title {
        font-size: 22px
    }
    .blog-grid-card .blog-content {
        padding: 24px 30px 20px 0
    }
}

@media (max-width: 1200px) {
    .blog-card.style2 .blog-content {
        margin: 0;
        box-shadow: 0px 10px 15px rgba(8, 14, 28, 0.06)
    }
    .blog-grid-card .blog-img {
        width: 200px
    }
    .blog-grid-card .blog-img img {
        height: 100%;
        object-fit: cover
    }
    .blog-card.style4 .blog-content {
        padding: 33px 10px 40px
    }
    .blog-card.style5 .blog-content {
        padding: 30px 30px 25px
    }
    .blog-card.style5 .blog-img .blog-date {
        left: 30px
    }
}

@media (max-width: 1199px) {
    .blog-card.style2 .blog-content {
        margin: -127px 30px 0
    }
    .blog-grid-card .blog-content {
        width: 100%
    }
    .blog-grid-card .blog-img {
        width: auto;
        height: 200px
    }
}

@media (max-width: 991px) {
    .blog-card .blog-content {
        padding: 30px 30px
    }
    .blog-card .box-title {
        font-size: 22px
    }
    .blog-card.style2 .blog-content {
        margin: 0
    }
    .blog-grid-card .blog-img {
        height: 231px
    }
    .blog-meta span:after,
    .blog-meta a:after {
        display: none
    }
}

@media (max-width: 767px) {
    .blog-card .blog-content {
        padding: 30px 40px
    }
    .blog-card .box-title {
        font-size: 24px
    }
    .blog-card.style2 .blog-content {
        margin: -127px 30px 0
    }
    .blog-card.style3 .blog-content {
        padding: 29px 30px 20px
    }
    .blog-card.style3 .blog-title {
        font-size: 24px
    }
    .blog-grid-card .blog-img {
        height: 259px;
        width: 185px
    }
}

@media (max-width: 575px) {
    .blog-grid-card {
        display: block
    }
    .blog-grid-card .blog-img {
        width: 100%;
        height: auto
    }
    .blog-grid-card .blog-content {
        padding: 24px 30px 20px
    }
    .blog-card.style6 .box-title {
        font-size: 20px
    }
    .blog-card.style6 .blog-content {
        padding: 30px 20px 25px
    }
}

@media (max-width: 410px) {
    .blog-card .blog-content {
        padding: 30px 30px
    }
    .blog-card .box-title {
        font-size: 22px
    }
}

@media (max-width: 375px) {
    .blog-card.style2 .blog-content {
        margin: 0;
        padding: 30px 20px
    }
    .blog-card.style3 .blog-content {
        padding: 29px 20px 20px
    }
    .blog-grid-card .blog-content {
        padding: 24px 20px 20px
    }
    .blog-card.style4 .blog-content {
        padding: 23px 0px 25px
    }
}

@media (max-width: 350px) {
    .blog-card .blog-content {
        padding: 30px 20px
    }
    .blog-card .box-title {
        font-size: 20px
    }
    .blog-card .blog-meta span,
    .blog-card .blog-meta a {
        margin-right: 0px;
        padding-right: 10px
    }
    .blog-card .blog-meta span:after,
    .blog-card .blog-meta a:after {
        margin-left: 12px
    }
    .blog-card .blog-meta span:last-child,
    .blog-card .blog-meta a:last-child {
        padding-right: 0
    }
    .blog-grid-card .blog-meta span,
    .blog-grid-card .blog-meta a {
        margin-right: 0px;
        padding-right: 10px
    }
    .blog-grid-card .blog-meta span:after,
    .blog-grid-card .blog-meta a:after {
        margin-left: 12px
    }
    .blog-grid-card .blog-meta span:last-child,
    .blog-grid-card .blog-meta a:last-child {
        padding-right: 0
    }
}

.brand-sec1 {
    position: relative;
    z-index: 4;
    border-radius: 10px;
    max-width: 1420px;
    margin-left: auto;
    margin-right: auto
}

.brand-sec1:after {
    content: '';
    position: absolute;
    inset: 0;
    background-color: var(--title-color);
    border-radius: inherit;
    -webkit-clip-path: polygon(0 0, 100% 0, 100% 11px, calc(100% - 70px) 50%, 100% calc(100% - 11px), 100% 100%, 0 100%, 0 calc(100% - 11px), 70px 50%, 0 11px);
    clip-path: polygon(0 0, 100% 0, 100% 11px, calc(100% - 70px) 50%, 100% calc(100% - 11px), 100% 100%, 0 100%, 0 calc(100% - 11px), 70px 50%, 0 11px);
    z-index: -1
}

@media (max-width: 1500px) {
    .brand-sec1:after {
        -webkit-clip-path: polygon(0 0, 100% 0, 100% 11px, calc(100% - 40px) 50%, 100% calc(100% - 11px), 100% 100%, 0 100%, 0 calc(100% - 11px), 40px 50%, 0 11px);
        clip-path: polygon(0 0, 100% 0, 100% 11px, calc(100% - 40px) 50%, 100% calc(100% - 11px), 100% 100%, 0 100%, 0 calc(100% - 11px), 40px 50%, 0 11px)
    }
}

@media (max-width: 1299px) {
    .brand-sec1:after {
        -webkit-clip-path: polygon(0 0, 100% 0, 100% 11px, calc(100% - 30px) 50%, 100% calc(100% - 11px), 100% 100%, 0 100%, 0 calc(100% - 11px), 30px 50%, 0 11px);
        clip-path: polygon(0 0, 100% 0, 100% 11px, calc(100% - 30px) 50%, 100% calc(100% - 11px), 100% 100%, 0 100%, 0 calc(100% - 11px), 30px 50%, 0 11px)
    }
}

@media (max-width: 767px) {
    .brand-sec1 {
        margin-left: 12px;
        margin-right: 12px
    }
    .brand-sec1:after {
        -webkit-clip-path: none;
        clip-path: none
    }
}

.brand-sec1 .slick-arrow {
    visibility: visible;
    opacity: 1
}

@media (max-width: 767px) {
    .brand-box.py-20 {
        padding-top: 0;
        padding-bottom: 0
    }
}

.checklist ul {
    padding-left: 0;
    list-style: none;
    text-align: left;
    margin-bottom: 0
}

.checklist li {
    color: var(--title-color);
    font-weight: 400;
    position: relative;
/*    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;*/
    gap: 10px;
    font-size: 18px;
	margin-bottom: 10px;
}

.checklist li>i {
    color: var(--theme-color);
    margin-top: 3px
}

.checklist li:not(:last-child) {
    margin-bottom: 10px
}

.checklist.style2 li {
    font-size: 16px;
    font-weight: 400;
    color: var(--title-color);
    gap: 10px;
    line-height: initial;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
	margin-bottom: 15px;
	    line-height: 27px;
}

.checklist.style2 li:not(:last-child) {
    margin-bottom: 10px
}

.checklist.style2 li>i {
    font-size: 14px;
    border-radius: 50%;
    background: rgba(230, 58, 39, 0.1);
    padding: 4px
}

.checklist.style3 li:not(:last-child) {
    margin-bottom: 20px
}

.checklist.style3 li>i {
    font-size: 25px
}

.checklist.style4 li {
    color: #141D38
}

.checklist.style4 li:not(:last-child) {
    margin-bottom: 20px
}

.checklist.style4 li>i {
    font-size: 25px
}

.checklist.style4 li img {
    max-width: 26px
}

.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
}

@media (max-width: 1199px) {
    .checklist.mb-40 {
        margin-bottom: 32px
    }
}

@media (max-width: 1199px) {
    .checklist.mb-45 {
        margin-bottom: 35px
    }
}

.newsletter-area {
    padding: 60px 0 52px
}

.newsletter-area .sec-title {
    font-size: 30px;
    line-height: 40px
}

.newsletter-area .newsletter-widget {
    max-width: none
}

@media (max-width: 1600px) {
    .newsletter-thumb {
        width: 460px;
        height: 100%
    }
    .newsletter-thumb img {
        height: 100%;
        object-fit: cover;
        object-position: right
    }
}

@media (max-width: 1500px) {
    .newsletter-thumb {
        width: 400px
    }
}

@media (max-width: 1399px) {
    .newsletter-thumb {
        width: 365px
    }
}

@media (max-width: 1200px) {
    .newsletter-thumb {
        width: 330px
    }
}

@media (max-width: 1199px) {
    .newsletter-thumb {
        width: 260px
    }
}

.bg-img {
    position: absolute;
    inset: 0;
    height: 100%;
    width: 100%
}

.bg-img img {
    width: 100%;
    height: 100%
}

.img-half {
    position: absolute;
    top: 0;
    width: 50%;
    height: 100%;
    z-index: 0
}

.img-half img {
    width: 100%;
    height: 100%;
    object-fit: cover
}

.img-half.img-right {
    right: 0
}

.img-half.img-left {
    left: 0
}

.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
}

.icon-box .slick-arrow {
    box-shadow: 0px 10px 50px rgba(0, 0, 0, 0.1)
}

.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
    }
}

.wcu-wrap1 {
    max-width: 630px
}

.wcu-img-half {
    height: 100%;
    margin-right: 126px
}

.wcu-img-half img {
    height: 100%;
    object-fit: cover;
    width: 100%
}

.wcu-box {
    background: var(--white-color);
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding: 30px
}

.wcu-box_icon {
    -webkit-box-flex: 0;
    -webkit-flex: none;
    -ms-flex: none;
    flex: none;
    margin-right: 20px;
    -webkit-transition: 0.4s;
    transition: 0.4s
}

.wcu-box_title {
    margin-bottom: 0;
    font-size: 22px
}

.wcu-box_title a {
    color: var(--title-color)
}

.wcu-box_title a:hover {
    color: var(--theme-color)
}

.wcu-box:hover .wcu-box_icon {
    -webkit-transform: rotateY(180deg);
    transform: rotateY(180deg)
}

.appointment-form-wrap {
    --bs-gutter-x: 10px;
    width: 390px;
    margin-left: auto;
    -webkit-transform: translate(0, -100%);
    -ms-transform: translate(0, -100%);
    transform: translate(0, -100%);
    margin-right: 56px;
    padding: 53px 50px 50px;
    margin-bottom: -511px;
    position: relative
}

.appointment-form-wrap:after {
    content: '';
    position: absolute;
    width: 70px;
    height: 60px;
    top: 0;
    right: 0;
    border-bottom: solid 30px #B82110;
    border-left: solid 35px #B82110;
    border-right: solid 35px transparent;
    border-top: solid 30px transparent;
    -webkit-transform: translate(0, -100%);
    -ms-transform: translate(0, -100%);
    transform: translate(0, -100%)
}

.wcu-thumb-2 {
    margin-left: -120px
}

.wcu-thumb-3.img-half {
    width: 42.5%;
    min-height: 809px
}

.wcu-card {
    background: var(--white-color);
    padding: 40px
}

.wcu-card_icon {
    margin-bottom: 20px
}

.wcu-card_icon img {
    -webkit-transition: 0.4s;
    transition: 0.4s
}

.wcu-card_title {
    font-size: 22px;
    margin-top: -0.35em;
    margin-bottom: 5px
}

.wcu-card_title a {
    color: var(--title-color)
}

.wcu-card_title a:hover {
    color: var(--theme-color)
}

.wcu-card_text {
    margin-bottom: -0.4em
}

.wcu-card:hover .wcu-card_icon img {
    -webkit-transform: rotateY(180deg);
    transform: rotateY(180deg)
}

.wcu-card.style2 {
    border-top: 2px solid var(--theme-color);
    padding: 35px;
    -webkit-transition: 0.4s;
    transition: 0.4s
}

.wcu-card.style2 .wcu-card_icon {
    margin-bottom: 30px;
    -webkit-transition: 0.4s;
    transition: 0.4s
}

.wcu-card.style2 .wcu-card_title {
    margin-bottom: -0.35em
}

.wcu-card.style2 .wcu-card_title a {
    background-image: -webkit-linear-gradient(right, var(--white-color), var(--white-color));
    background-image: linear-gradient(to left, var(--white-color), var(--white-color));
    background-repeat: no-repeat;
    background-position: bottom left;
    background-size: 0 2px
}

.wcu-card.style2:hover {
    background: var(--theme-color)
}

.wcu-card.style2:hover .wcu-card_icon {
    -webkit-filter: brightness(99);
    filter: brightness(99)
}

.wcu-card.style2:hover .wcu-card_title a {
    color: var(--white-color)
}

.wcu-card.style2:hover .wcu-card_title a:hover {
    background-size: 100% 2px
}

.wcu-card.style3 {
    -webkit-transition: 0.4s;
    transition: 0.4s;
    background: var(--white-color);
    padding: 35px
}

.wcu-card.style3 .wcu-card_text {
    -webkit-transition: 0.4s;
    transition: 0.4s
}

.wcu-card.style3 .wcu-card_title {
    max-width: 170px;
    margin-bottom: 8px
}

.wcu-card.style3 .wcu-card_icon {
    margin-bottom: 25px
}

.wcu-card.style3:hover {
    background: var(--theme-color);
    margin-top: -10px
}

.wcu-card.style3:hover .wcu-card_icon {
    -webkit-filter: brightness(99);
    filter: brightness(99)
}

.wcu-card.style3:hover .wcu-card_title a {
    color: var(--white-color)
}

.wcu-card.style3:hover .wcu-card_title a:hover {
    background-size: 100% 2px
}

.wcu-card.style3:hover .wcu-card_text {
    color: var(--white-color)
}

.wcu-card.style4 {
    border-top: 2px solid var(--theme-color);
    padding: 35px;
    -webkit-transition: 0.4s;
    transition: 0.4s;
    background: var(--smoke-color)
}

.wcu-card.style4 .wcu-card_icon {
    margin-bottom: 30px;
    -webkit-transition: 0.4s;
    transition: 0.4s
}

.wcu-card.style4 .wcu-card_title {
    margin-bottom: -0.35em
}

.wcu-card.style4 .wcu-card_title a {
    background-image: -webkit-linear-gradient(right, var(--white-color), var(--white-color));
    background-image: linear-gradient(to left, var(--white-color), var(--white-color));
    background-repeat: no-repeat;
    background-position: bottom left;
    background-size: 0 2px
}

.wcu-card.style4:hover {
    background: var(--theme-color)
}

.wcu-card.style4:hover .wcu-card_icon {
    -webkit-filter: brightness(99);
    filter: brightness(99)
}

.wcu-card.style4:hover .wcu-card_title a {
    color: var(--white-color)
}

.wcu-card.style4:hover .wcu-card_title a:hover {
    background-size: 100% 2px
}

.wcu-card-wrap {
    -webkit-transition: 0.4s;
    transition: 0.4s
}

.wcu-card-wrap:hover {
    padding-bottom: 10px
}

.apppointment-area-1 {
    padding: 80px 80px 0;
    margin-bottom: 28px;
    position: relative;
    z-index: 1
}

.apppointment-area-1 .appointment-form-wrap {
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
    margin: 0;
    margin-left: auto;
    margin-bottom: -28px
}

.apppointment-area-1 .appointment-form-wrap:after {
    display: none
}

.appointment-wrap {
    max-width: 501px
}

.apppointment-area-2 {
    padding: 80px;
    margin-top: -180px
}

.why-sec-v3 {
    padding-top: calc(120px + 124.5px)
}

.wcu-card-slider {
    margin-right: -100px
}

.wcu-card-slider .slick-center .wcu-card-wrap {
    padding-bottom: 10px
}

.wcu-card-slider .slick-center .wcu-card-wrap .wcu-card.style3 {
    background: var(--theme-color);
    margin-top: -10px
}

.wcu-card-slider .slick-center .wcu-card-wrap .wcu-card.style3 .wcu-card_icon {
    -webkit-filter: brightness(99);
    filter: brightness(99)
}

.wcu-card-slider .slick-center .wcu-card-wrap .wcu-card.style3 .wcu-card_title a {
    color: var(--white-color)
}

.wcu-card-slider .slick-center .wcu-card-wrap .wcu-card.style3 .wcu-card_title a:hover {
    background-size: 100% 2px
}

.wcu-card-slider .slick-center .wcu-card-wrap .wcu-card.style3 .wcu-card_text {
    color: var(--white-color)
}

.why-sec-v5 {
    padding-top: calc(120px + 218px)
}

@media (min-width: 1922px) {
    .wcu-img-half {
        height: 651px
    }
}

@media (max-width: 1500px) {
    .wcu-thumb-2 {
        margin-left: -55px
    }
}

@media (max-width: 1399px) {
    .wcu-card-slider {
        margin-right: 0
    }
    .wcu-card.style4 {
        padding: 25px 25px 30px
    }
    .wcu-thumb-3.img-half {
        min-height: 763px
    }
}

@media (max-width: 1200px) {
    .wcu-wrap1 {
        max-width: 545px
    }
    .wcu-box_title {
        font-size: 18px
    }
    .wcu-box {
        padding: 25px;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center
    }
    .wcu-thumb-2 {
        margin-left: 0
    }
    .wcu-card_title {
        font-size: 19px
    }
    .apppointment-area-1 {
        margin-bottom: 0
    }
    .apppointment-area-1 .appointment-form-wrap {
        margin-bottom: 0
    }
    .wcu-card.style3 .wcu-card_text {
        font-size: 14px
    }
    .wcu-thumb-3.img-half {
        min-height: 746px
    }
}

@media (max-width: 1199px) {
    .wcu-wrap1 {
        max-width: 630px;
        margin: auto;
        text-align: center
    }
    .wcu-wrap1 .wcu-box {
        text-align: left
    }
    .wcu-wrap1 .wcu-box_title {
        font-size: 20px
    }
    .wcu-card_title {
        font-size: 22px
    }
    .apppointment-area-1 .appointment-form-wrap {
        margin: 60px 0 80px;
        width: 510px
    }
    .apppointment-area-2 {
        padding: 60px
    }
    .why-sec-v3 {
        padding-top: calc(120px + 100.5px)
    }
    .wcu-thumb-3.img-half {
        min-height: 720px
    }
}

@media (max-width: 991px) {
    .appointment-form-wrap {
        margin-right: 38px
    }
    .wcu-img-half {
        margin-right: 108px;
        overflow: hidden
    }
    .wcu-img-half img {
        min-height: 650px
    }
    .wcu-card {
        padding: 30px
    }
    .wcu-card_title {
        font-size: 20px;
        margin-bottom: 10px
    }
    .wcu-card_text {
        font-size: 14px
    }
    .apppointment-area-1 .appointment-form-wrap {
        width: auto
    }
    .why-sec-v3 {
        padding-top: 80px
    }
    .wcu-thumb-3.img-half {
        position: initial;
        width: 100%;
        margin: -80px 0 40px
    }
    .wcu-card.style3 {
        text-align: center;
        padding: 25px
    }
    .wcu-card.style3 .wcu-card_title {
        margin-left: auto;
        margin-right: auto
    }
    .why-sec-v5 {
        padding-top: calc(120px + 177px)
    }
    .apppointment-area-2 {
        margin-top: -220px
    }
}

@media (max-width: 767px) {
    .wcu-wrap1 {
        max-width: none;
        margin: 0 40px
    }
    .wcu-wrap1 .wcu-box_title {
        font-size: 18px
    }
    .wcu-box {
        padding: 20px
    }
    .apppointment-area-1 {
        padding: 50px 50px 0
    }
    .apppointment-area-1 .appointment-form-wrap {
        margin: 40px 0 50px
    }
    .wcu-card.style3 .wcu-card_text {
        font-size: 14px
    }
    .wcu-thumb-3.img-half {
        min-height: -webkit-fit-content;
        min-height: -moz-fit-content;
        min-height: fit-content
    }
}

@media (max-width: 575px) {
    .wcu-img-half {
        margin-right: 85px
    }
    .wcu-img-half img {
        min-height: 200px
    }
    .appointment-form-wrap {
        margin: 0 15px;
        width: auto
    }
    .wcu-wrap1 {
        margin: 0 15px
    }
    .apppointment-area-1 {
        padding: 60px 30px
    }
    .apppointment-area-1 .appointment-form-wrap {
        margin: 40px 0 0px;
        padding: 30px
    }
    .wcu-card.style3 .wcu-card_text {
        font-size: 14px
    }
    .wcu-card.style3 .wcu-card_details {
        max-width: 200px
    }
    .apppointment-area-2 {
        padding: 40px
    }
    .wcu-card.style3 .wcu-card_details {
        margin: auto
    }
}

@media (max-width: 375px) {
    .wcu-img-half {
        margin: 0
    }
    .appointment-form-wrap {
        padding: 33px 30px 30px
    }
    .appointment-form-wrap:after {
        display: none
    }
    .wcu-card_title {
        font-size: 19px
    }
    .apppointment-area-1 .appointment-form-wrap .th-btn {
        padding: 17.5px 10px
    }
}

@media (max-width: 320px) {
    .apppointment-area-1 {
        padding: 60px 20px
    }
    .apppointment-area-1 .appointment-form-wrap {
        padding: 20px
    }
    .apppointment-area-1 .appointment-form-wrap .th-btn {
        padding: 17.5px 15px
    }
    .appointment-form-wrap .th-btn {
        padding: 17.5px 15px
    }
    .apppointment-area-2 {
        padding: 40px 30px
    }
    .apppointment-area-2 .about-info-wrap.style4 .about-info-link {
        font-size: 18px
    }
    .apppointment-area-2 .appointment-form .th-btn {
        padding: 17.5px 15px
    }
}

.appointment-thumb {
    position: relative;
    height: 100%;
    z-index: 1
}

.appointment-thumb img {
    height: 100%;
    object-fit: cover;
    -webkit-clip-path: polygon(0 0, 75% 0, 100% 100%, 25% 100%);
    clip-path: polygon(0 0, 75% 0, 100% 100%, 25% 100%)
}

.appointment-thumb:after,
.appointment-thumb:before {
    content: '';
    position: absolute;
    left: -53px;
    height: 100%;
    width: 100%;
    -webkit-clip-path: polygon(25% 0%, 100% 0%, 75% 100%, 0% 100%);
    clip-path: polygon(25% 0%, 100% 0%, 75% 100%, 0% 100%);
    background: var(--theme-color);
    z-index: -1
}

.appointment-thumb:after {
    opacity: 0.2;
    left: calc(-53px - 40px);
    width: calc(100% + 80px);
    -webkit-clip-path: polygon(22% 0%, 100% 0%, 78% 100%, 0% 100%);
    clip-path: polygon(22% 0%, 100% 0%, 78% 100%, 0% 100%)
}

@media (max-width: 991px) {
    .appointment-thumb:before {
        left: 0
    }
    .appointment-thumb:after {
        left: calc(-55px + 20px);
        width: calc(100% + 70px)
    }
}

.accordion-card {
    -webkit-transition: 0.4s ease-in-out;
    transition: 0.4s ease-in-out;
    border-radius: 0px;
    overflow: hidden;
    background-color: var(--white-color)
}

.accordion-card:not(:last-child) {
    margin-bottom: 24px
}

.accordion-card .accordion-button {
    font-size: 18px;
    font-weight: 700;
    font-family: var(--body-font);
    border: 0;
    color: var(--title-color);
    background-color: var(--white-color);
    border-radius: 0;
    padding: 10px 10px 10px 10px;
    min-height: 40px;
    gap: 10px;
    margin-bottom: 0;
    text-align: left;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    position: relative;
    box-shadow: none
}
.accordion-card h3{
    font-size: 18px;
    font-weight: 700;
    font-family: var(--body-font);
}
.accordion-card .accordion-button:after {
    content: "\f070";
    height: 100%;
    width: auto;
    line-height: 1;
    background-color: transparent;
    font-family: var(--icon-font);
    color: var(--title-color);
    font-weight: 400;
    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: '\f06e';
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
    color: var(--theme-color)
}

.accordion-card .accordion-collapse {
    border: none
}

.accordion-card .accordion-body {
    border-radius: 0;
    border: none;
    margin: 0px 30px 0px 30px;
    padding: 20px 0 30px;
    border-top: 1px solid #CDCDCD
}

.accordion-card .faq-text {
    margin-bottom: -0.48em;
    margin-top: -0.4em
}

.accordion-card.style2 {
    box-shadow: none;
    border: 1px solid var(--smoke-color2);
    box-shadow: 0px 10px 30px rgba(8, 14, 28, 0.06)
}

.accordion-card.style2:not(:last-child) {
    margin-bottom: 24px
}

.accordion-card.style2 .accordion-button {
    background-color: var(--white-color);
    box-shadow: none
}

.accordion-card.style2 .accordion-button:not(.collapsed) {
    color: var(--white-color);
    border-bottom: none;
    background-color: var(--theme-color)
}

.accordion-card.style3 {
    border-radius: 20px;
    box-shadow: 0px 5px 15px rgba(42, 77, 113, 0.04)
}

.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 {
    padding: 0 30px 30px 30px
}

.accordion-card.style4 {
    border: 1px solid var(--gray-color)
}

.accordion-card.style4 .accordion-button {
    padding: 12px 50px 12px 30px
}

.accordion-area.style2 .accordion-card:not(:last-child) {
    margin-bottom: 10px
}

@media (max-width: 1600px) {
    .faq-bg-img1 {
        right: -8% !important
    }
}

@media (max-width: 1500px) {
    .faq-bg-img1 {
        right: -13% !important
    }
}

@media (max-width: 1399px) {
    .faq-bg-img1 {
        right: -24% !important
    }
}

@media (max-width: 1200px) {
    .faq-bg-img1 {
        right: -35% !important
    }
}

@media (max-width: 575px) {
    .accordion-card .accordion-button {
        font-size: 16px
    }
}

.accordion-area.style3 {
    padding: 40px;
    position: relative;
    z-index: 1
}

@media (max-width: 575px) {
    .accordion-area.style3 {
        padding: 40px 20px
    }
}

.cta-area-1 {
    padding: 45px 60px;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
    margin-bottom: -147px
}

.cta-area-1 .sec-title {
    font-size: 30px;
    font-weight: 800
}
.cta-area-2{
    position: relative;
    background-attachment: fixed;
}
.cta-area-2:before {
    position: absolute;
    content: '';
    background: #3675a8;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    opacity: 0.7;
    z-index: 1;
}
.cta-area-2 .sub-title {
    letter-spacing: 0.05em
}

.cta-area-2 .sec-title {
    font-size: 50px;
    line-height: 70px
}

.cta-area-3 {
    padding: 50px 0
}

@media (max-width: 1600px) {
    .cta-thumb3 {
        width: 500px;
        height: 100%
    }
    .cta-thumb3 img {
        height: 100%;
        object-fit: cover;
        object-position: right
    }
}

@media (max-width: 1500px) {
    .cta-thumb3 {
        width: 490px
    }
}

@media (max-width: 1399px) {
    .cta-thumb3 {
        width: 460px
    }
}

@media (max-width: 1200px) {
    .cta-area-2 .sec-title {
        font-size: 56px
    }
    .cta-thumb3 {
        width: 400px
    }
}

@media (max-width: 1199px) {
    .cta-area-1 {
        padding: 45px 50px
    }
    .cta-area-2 .sec-title {
        font-size: 46px;
        line-height: initial
    }
    .cta-thumb3 {
        width: 350px
    }
}

@media (max-width: 991px) {
    .cta-area-1 {
        margin-bottom: -216px
    }
    .cta-area-2 .sec-title {
        font-size: 40px
    }
}

@media (max-width: 767px) {
    .cta-area-1 {
        margin-bottom: -255px
    }
    .cta-area-1 {
        padding: 45px 40px
    }
    .cta-area-2 .sec-title {
        font-size: 34px
    }
}

@media (max-width: 575px) {
    .cta-area-2 .sec-title {
        font-size: 28px
    }
}

@media (max-width: 375px) {
    .cta-area-1 .sec-title {
        font-size: 25px
    }
}

.cta-area-4 {
    padding: 60px;
    margin-top: -90px;
    margin-bottom: -90px;
    background-attachment: fixed
}

@media (max-width: 991px) {
    .cta-area-4 {
        margin: 90px 0 0
    }
}

@media (max-width: 575px) {
    .cta-area-4 {
        padding: 60px 30px
    }
}
.bg-gray{
    background-color: var(--gray-color);
}
.service-area3-2 {
    padding-bottom: calc(73.5px + 120px)
}

.service-default-icon {
    background: var(--theme-color);
    display: inline-block;
    padding: 0 17px 17px;
    position: relative;
    z-index: 1
}

.service-default-icon img {
    -webkit-transition: 0.4s;
    transition: 0.4s;
    margin-top: -10px
}

.service-default-icon:after {
    content: '';
    position: absolute;
    width: 116px;
    height: 38px;
    top: 1px;
    left: 50%;
    border-bottom: solid 38px var(--theme-color);
    border-left: solid 58px transparent;
    border-right: solid 58px transparent;
    -webkit-transform: translate(-50%, -100%);
    -ms-transform: translate(-50%, -100%);
    transform: translate(-50%, -100%);
    z-index: -1
}

.service-featured {
    position: relative;
    z-index: 2
}

.service-featured .service-default-icon {
    margin-bottom: 10px
}

.service-featured_img {
    overflow: hidden
}

.service-featured_img img {
    width: 100%;
    -webkit-transition: 0.4s;
    transition: 0.4s
}

.service-featured_content {
    background-color: var(--white-color);
    background: #eaeaea;
    border-radius: 0;
    padding: 0 40px 27px;
    z-index: 1;
    position: relative;
    border-top: 2px solid var(--theme-color);
    -webkit-transition: 0.4s;
    transition: 0.4s
}

.service-featured_content .service-bg-shape {
    position: absolute;
    right: 0;
    z-index: -1
}

.service-featured_content .service-bg-shape img {
    opacity: 0.6
}

.service-featured_text {
    border-bottom: 1px solid var(--border-color);
    margin-bottom: 10px;
    padding-bottom: 10px;
    -webkit-transition: 0.4s;
    transition: 0.4s
}

.service-featured:hover .service-featured_content {
    background: var(--title-color)
}

.service-featured:hover .service-featured_content .service-bg-shape {
    opacity: 0.06
}

.service-featured:hover .service-featured_content .box-title a {
    color: var(--white-color)
}

.service-featured:hover .service-featured_content .box-title a:hover {
    color: var(--theme-color)
}

.service-featured:hover .service-featured_text {
    color: var(--gray-color);
    border-color: #363739
}

.service-featured:hover .service-featured_img img {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1)
}

.service-featured:hover .service-default-icon img {
    -webkit-transform: rotateY(180deg);
    transform: rotateY(180deg)
}

.service-featured.style2 {
    overflow: hidden
}

.service-featured.style2 .service-featured_content {
    background: var(--title-color);
    padding: 0 30px 27px;
    margin: 0;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%
}

.service-featured.style2 .service-featured_content .service-bg-shape {
    opacity: 0.06
}

.service-featured.style2 .service-featured_content .service-bg-shape img {
    opacity: 1
}

.service-featured.style2 .service-featured_content .box-title a {
    color: var(--white-color)
}

.service-featured.style2 .service-featured_content .box-title a:hover {
    color: var(--theme-color)
}

.service-featured.style2 .service-featured_text {
    color: var(--gray-color);
    border: 0;
    padding-bottom: 0;
    margin-bottom: 15px
}

.service-featured.style2 .service-hover-wrap {
    opacity: 0;
    -webkit-transition: 0.4s;
    transition: 0.4s;
    margin-bottom: -0.6em;
    max-width: 240px;
    height: 0
}

.service-featured.style2 .service-featured_img img {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1)
}

.service-featured.style2 .service-default-icon img {
    -webkit-transform: rotateY(180deg);
    transform: rotateY(180deg)
}

.service-featured.style2:hover .service-hover-wrap {
    opacity: 1;
    margin-bottom: 0;
    height: 97px
}

.service-card {
    position: relative;
    z-index: 2;
    box-shadow: 0px 5px 18px rgba(0, 0, 0, 0.07);
    background-color: var(--white-color);
    border-radius: 0px;
    overflow: hidden;
    -webkit-transition: 0.4s ease-in-out;
    transition: 0.4s ease-in-out;
    text-align: center
}

.service-card .shape-icon img {
    -webkit-transition: 0.4s;
    transition: 0.4s
}

.service-card .service-content {
    padding: 40px 30px;
    max-width: 340px;
    margin: auto
}

.service-card .service-bg-shape {
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    height: 100%;
    width: 100%
}

.service-card .box-title {
    font-size: 22px;
    margin-top: 21px;
    margin-bottom: 10px
}

.service-card .box-title a:hover {
    color: var(--theme-color)
}

.service-card_text {
    -webkit-transition: 0.4s ease-in-out;
    transition: 0.4s ease-in-out;
    margin-bottom: -0.5em
}

.service-card .th-btn {
    border-top: 1px solid var(--border-color);
    font-size: 16px;
    width: 100%;
    padding: 20px 30px;
    text-align: center;
    border-radius: 0
}

.service-card:hover {
    background: var(--title-color)
}

.service-card:hover .box-title {
    color: var(--white-color)
}
.service-card:hover p {
    color: var(--white-color)
}
.service-card:hover .th-btn {
    background: var(--title-color);
    color: var(--white-color);
    border-color: rgba(205, 205, 205, 0.5)
}

.service-card:hover .th-btn:hover {
    border-color: var(--theme-color)
}

.service-card:hover .service-card_text {
    color: var(--border-color)
}

.service-card:hover .shape-icon img {
    -webkit-transform: rotateY(180deg);
    transform: rotateY(180deg)
}

.service-card.style2 {
    text-align: start
}

.service-card.style2 .service-content {
    padding: 40px 40px 14px;
    max-width: none
}

.service-card.style2 .service-card_text {
    border-bottom: 1px solid var(--border-color);
    padding-bottom: 22px;
    margin-bottom: 13px
}

.service-card.style2 .link-btn {
    color: var(--title-color)
}

.service-card.style2 .link-btn:before {
    display: none
}

.service-card.style2:hover .service-card_text {
    border-bottom: 1px solid #363739
}

.service-card.style2:hover .link-btn {
    color: var(--theme-color)
}

.service-card.style2:hover .link-btn:hover {
    color: var(--white-color)
}

.service-slider3 {
    margin-top: -127px;
    position: relative;
    z-index: 2
}

.service-box {
    box-shadow: 0px 10px 15px rgba(8, 14, 28, 0.06);
    padding: 0 40px 40px;
    position: relative;
    margin-top: 38px;
    background: var(--white-color);
    border-top: 2px solid var(--theme-color);
    -webkit-transition: 0.4s;
    transition: 0.4s
}

.service-box .service-bg-shape {
    position: absolute;
    z-index: 1;
    right: 0
}

.service-box .service-bg-shape img {
    opacity: 0.6
}

.service-box .service-box_content {
    position: relative;
    z-index: 1
}

.service-box .service-default-icon {
    margin-bottom: 40px
}

.service-box .service-default-icon:after {
    top: 0
}

.service-box .box-title {
    font-size: 22px
}

.service-box .service-box_text {
    margin-bottom: -0.4em;
    -webkit-transition: 0.4s;
    transition: 0.4s
}

.service-box:hover {
    background: var(--title-color)
}

.service-box:hover .service-bg-shape img {
    -webkit-filter: brightness(9999);
    filter: brightness(9999);
    opacity: 0.1
}

.service-box:hover .box-title a {
    color: var(--white-color)
}

.service-box:hover .box-title a:hover {
    color: var(--theme-color)
}

.service-box:hover .service-box_text {
    color: var(--gray-color)
}

.service-box:hover .service-default-icon img {
    -webkit-transform: rotateY(180deg);
    transform: rotateY(180deg)
}

.service-box.style2 {
    text-align: center;
    padding: 0;
    box-shadow: none;
    background: transparent
}

.service-box.style2 .box-title {
    margin-bottom: 10px
}

.service-box.style2 .box-title a {
    color: var(--title-color)
}

.service-box.style2 .box-title a:hover {
    color: var(--theme-color)
}

.service-box.style2 .service-box_text {
    color: var(--body-color)
}

.service-box.style2 .service-box_content {
    padding: 0 20px 165px;
    background: var(--white-color)
}

.service-box.style2 .service-default-icon {
    margin-left: 0px
}

.service-box.style2 .thumb {
    margin: 0 15px;
    position: relative;
    margin-top: -135px;
    z-index: 1
}

.service-box.style2 .thumb:after {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    height: 100%;
    width: 100%;
    background: rgba(20, 20, 34, 0.7);
    -webkit-transition: 0.4s;
    transition: 0.4s;
    z-index: 1;
    opacity: 0
}

.service-box.style2 .thumb img {
    width: 100%
}

.service-box.style2 .thumb .icon {
    position: absolute;
    height: var(--icon-size, 60px);
    width: var(--icon-size, 60px);
    line-height: var(--icon-size, 60px);
    display: inline-block;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, calc(-50% + 30px));
    -ms-transform: translate(-50%, calc(-50% + 30px));
    transform: translate(-50%, calc(-50% + 30px));
    background: var(--theme-color);
    border-radius: 50%;
    font-size: 16px;
    color: var(--white-color);
    -webkit-transition: 0.4s;
    transition: 0.4s;
    opacity: 0;
    z-index: 2
}

.service-box.style2 .thumb .icon:hover {
    background: var(--white-color);
    color: var(--theme-color)
}

.service-box.style2:hover .thumb:after {
    opacity: 1
}

.service-box.style2:hover .thumb .icon {
    opacity: 1;
    -webkit-transform: translate(-50%, calc(-50% + 0px));
    -ms-transform: translate(-50%, calc(-50% + 0px));
    transform: translate(-50%, calc(-50% + 0px))
}

@media (max-width: 1399px) {
    .service-card.style2 .service-content {
        padding: 30px 30px 14px
    }
}

@media (max-width: 1200px) {
    .service-featured_content {
        margin: -126px 20px 0;
        padding: 0 30px 27px
    }
    .service-box {
        padding: 0 23px 30px
    }
}

@media (max-width: 1199px) {
    .service-featured_content {
        margin: 0
    }
    .service-featured_content .box-title {
        font-size: 22px
    }
    .service-featured_content .service-featured_text {
        font-size: 14px
    }
    .service-card .service-content {
        padding: 40px 20px
    }
    .service-box {
        padding: 0 35px 35px
    }
    .service-card.style2 .service-content {
        padding: 30px 30px 14px
    }
    .service-featured.style2:hover .service-hover-wrap {
        height: 88px
    }
}

@media (max-width: 991px) {
    .service-area3-2 {
        padding-bottom: calc(108px + 80px)
    }
}

@media (max-width: 767px) {
    .service-area3-2 {
        padding-bottom: calc(127.5px + 80px)
    }
    .service-featured.style2:hover .service-hover-wrap {
        height: 90px
    }
    .service-box {
        text-align: center
    }
}

.service-area-6 {
    position: relative;
    z-index: 9;
    margin-top: -178px
}

.service-box.style3 {
    text-align: center;
    margin: 0 54px;
    margin-top: 128px;
    background: var(--white-color)
}

.service-box.style3 .service-default-icon {
    background: transparent;
    margin-bottom: 13px
}

.service-box.style3 .service-default-icon:after {
    height: 128px;
    width: 410px;
    border-bottom: solid 128px var(--white-color);
    border-left: solid 207px transparent;
    border-right: solid 207px transparent
}

.service-box.style3 .service-default-icon img {
    margin-top: -38px
}

.service-box.style3 .box-title a {
    color: var(--title-color)
}

.service-box.style3 .box-title a:hover {
    color: var(--theme-color)
}

.service-box.style3 .service-box_text {
    color: var(--body-color)
}

@media (max-width: 1299px) {
    .service-box.style3 {
        margin: 0 30px;
        margin-top: 128px
    }
    .service-box.style3 .service-default-icon:after {
        width: 356px;
        border-left: solid 178px transparent;
        border-right: solid 178px transparent
    }
}

@media (max-width: 1199px) {
    .service-box.style3 {
        margin: 0 50px;
        margin-top: 128px
    }
    .service-box.style3 .service-default-icon:after {
        width: 456px;
        border-left: solid 228px transparent;
        border-right: solid 228px transparent
    }
}

@media (max-width: 991px) {
    .service-box.style3 {
        margin: 0 30px;
        margin-top: 128px
    }
    .service-box.style3 .service-default-icon:after {
        width: 336px;
        border-left: solid 168px transparent;
        border-right: solid 168px transparent
    }
}

@media (max-width: 767px) {
    .service-box.style3 {
        margin-bottom: 60px
    }
    .service-box.style3 .service-default-icon:after {
        width: 516px;
        border-left: solid 258px transparent;
        border-right: solid 258px transparent
    }
}

@media (max-width: 575px) {
    .service-box.style3 .service-default-icon:after {
        width: 401px;
        border-left: solid 200.5px transparent;
        border-right: solid 200.5px transparent
    }
}

@media (max-width: 375px) {
    .service-box.style3 .service-default-icon:after {
        width: 351px;
        border-left: solid 175.5px transparent;
        border-right: solid 175.5px transparent
    }
}

@media (max-width: 320px) {
    .service-box.style3 {
        margin: 128px 20px 60px
    }
    .service-box.style3 .service-default-icon:after {
        width: 296px;
        border-left: solid 148px transparent;
        border-right: solid 148px transparent
    }
}

.service-area-7 {
    padding-bottom: 211px
}

@media (max-width: 991px) {
    .service-area-7 {
        padding-bottom: 90px
    }
}

.service-slider7 .slick-current .service-card.style3 {
    background: var(--white-color)
}

.service-slider7 .slick-list:hover .slick-current .service-card.style3 {
    background: transparent
}

.service-slider7 .slick-list:hover .slick-current .service-card.style3:hover {
    background: var(--white-color)
}

.service-card.style3 {
    text-align: start;
    background: transparent;
    box-shadow: none
}

.service-card.style3 .service-content {
    max-width: none;
    padding: 40px 40px 32px
}

@media (max-width: 1299px) {
    .service-card.style3 .service-content {
        padding: 30px 30px 22px
    }
}

.service-card.style3 .service-bg-num {
    position: absolute;
    right: 25px;
    top: 10px;
    opacity: 0.07;
    background: -webkit-linear-gradient(top, #000 0%, rgba(0, 0, 0, 0) 100%);
    background: linear-gradient(180deg, #000 0%, rgba(0, 0, 0, 0) 100%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-size: 120px;
    font-weight: 900;
    line-height: normal
}

@media (max-width: 1299px) {
    .service-card.style3 .service-bg-num {
        font-size: 90px
    }
}

.service-card.style3 .link-btn {
    margin-top: 30px
}

.service-card.style3 .box-title {
    color: var(--title-color)
}

.service-card.style3 .box-title:hover {
    color: var(--theme-color)
}

.service-card.style3 .service-card_text {
    color: var(--body-color)
}

.service-card.style3:hover {
    background: var(--white-color)
}

.service-card.style4 {
    background: transparent;
    box-shadow: none;
    overflow: inherit
}

.service-card.style4 .service-card_img img {
    width: 100%
}

.service-card.style4 .service-content {
    position: relative;
    margin-top: -70px;
    z-index: 1;
    margin-left: 45px;
    box-shadow: 0px 10px 15px rgba(8, 14, 28, 0.06);
    background: var(--white-color);
    max-width: none;
    text-align: left;
    padding: 30px;
    margin-bottom: 30px
}

.service-card.style4 .service-content .service-card-shape {
    position: absolute;
    right: 0;
    top: 0
}

.service-card.style4 .service-card_icon img {
    -webkit-transition: 0.4s;
    transition: 0.4s
}

.service-card.style4 .box-title {
    margin-bottom: 10px
}

.service-card.style4 .box-title a {
    color: var(--title-color)
}

.service-card.style4 .box-title a:hover {
    color: var(--theme-color)
}

.service-card.style4 .service-card_text {
    color: var(--body-color);
    margin-bottom: 12px
}

.service-card.style4:hover .service-card_icon img {
    -webkit-transform: rotateY(180deg);
    transform: rotateY(180deg)
}

@media (max-width: 1500px) {
    .service-card.style4 .service-content {
        margin-bottom: 0
    }
}

@media (max-width: 1299px) {
    .service-card.style4 .service-content {
        margin-left: 0;
        margin-top: 0
    }
}

@media (max-width: 991px) {
    .service-card .box-title {
        font-size: 20px
    }
}

.service-list {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    gap: 25px
}

.service-list-wrap {
    --space-x: 35px;
    --space-y: 35px
}

.service-list-wrap:not(:nth-last-child(-n+3)) {
    border-bottom: 1px solid var(--border-color);
    padding-bottom: var(--space-y)
}

.service-list-wrap:not(:nth-child(-n+3)) {
    padding-top: var(--space-y)
}

.service-list-wrap:not(:nth-child(3n)) {
    border-right: 1px solid var(--border-color);
    padding-right: var(--space-x)
}

.service-list-wrap:not(:nth-child(3n+1)) {
    padding-left: var(--space-x)
}

.service-list_icon {
    min-width: 60px
}

.service-list_icon img {
    -webkit-transition: 0.4s ease-in-out;
    transition: 0.4s ease-in-out
}

.service-list_title {
    margin-bottom: 10px;
    cursor: pointer;
    -webkit-transition: 0.4s;
    transition: 0.4s
}

.service-list_title:hover {
    color: var(--theme-color)
}

.service-list_text {
    margin-bottom: 20px
}

.service-list_btn {
    font-size: 14px;
    font-weight: 600;
    text-transform: uppercase;
    color: var(--title-color)
}

.service-list_btn .icon-btn {
    --btn-size: 40px;
    box-shadow: 0px 0px 10px rgba(14, 18, 29, 0.12);
    background-color: var(--white-color);
    color: var(--theme-color);
    font-size: 14px;
    margin-right: 10px;
    -webkit-transition: 0.4s;
    transition: 0.4s
}

.service-list_btn:hover {
    color: var(--theme-color)
}

.service-list_btn:hover .icon-btn {
    background-color: var(--theme-color);
    color: var(--white-color)
}

.service-list:hover .service-list_icon img {
    -webkit-transform: rotateY(180deg);
    transform: rotateY(180deg)
}

@media (max-width: 1500px) {
    .service-list-wrap {
        --space-x: 25px;
        --space-y: 25px
    }
    .service-list {
        gap: 20px
    }
}

@media (max-width: 1300px) {
    .service-list {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column
    }
}

@media (max-width: 1199px) {
    .service-list-wrap:not(:nth-last-child(-n+3)) {
        border-bottom: unset;
        padding-bottom: unset
    }
    .service-list-wrap:not(:nth-child(-n+3)) {
        padding-top: unset
    }
    .service-list-wrap:not(:nth-child(3n)) {
        border-right: unset
    }
    .service-list-wrap:not(:nth-child(3n+1)) {
        padding-left: unset
    }
    .service-list-wrap:not(:nth-last-child(-n+2)) {
        border-bottom: 1px solid var(--border-color);
        padding-bottom: var(--space-y)
    }
    .service-list-wrap:not(:nth-child(-n+2)) {
        padding-top: var(--space-y)
    }
    .service-list-wrap:nth-child(odd) {
        padding-right: var(--space-x)
    }
    .service-list-wrap:nth-child(even) {
        padding-left: var(--space-x);
        border-left: 1px solid var(--border-color)
    }
}

@media (max-width: 991px) {
    .service-list_title {
        font-size: 20px
    }
}

@media (max-width: 767px) {
    .service-list-wrap {
        padding: var(--space-y) var(--space-x) !important
    }
    .service-list-wrap:first-child {
        padding-top: 0 !important
    }
    .service-list-wrap:last-child {
        padding-bottom: 0 !important
    }
    .service-list-wrap:nth-child(odd) {
        border-left: 1px solid var(--border-color);
        border-bottom: 1px solid var(--border-color)
    }
    .service-list-wrap:nth-child(even) {
        border-right: 1px solid var(--border-color);
        border-left: unset
    }
}

@media (max-width: 360px) {
    .service-list-wrap {
        --space-x: 20px
    }
    .service-list_title {
        font-size: 22px
    }
}

.checklist li.unavailable {
    opacity: 0.5
}

.price-card {
    background-color: var(--smoke-color);
    border-top: 2px solid var(--theme-color);
    padding: 0 50px 50px;
    position: relative;
    z-index: 2;
    margin-top: 40px;
    -webkit-transition: 0.4s;
    transition: 0.4s
}

.price-card .bg-shape-img {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    opacity: 0.05;
    z-index: -1
}

.price-card .bg-shape-img img {
    width: 100%
}

.price-card .service-default-icon {
    padding: 0 25px 20px
}

.price-card .service-default-icon:after {
    border-bottom: solid 40px var(--theme-color);
    border-left: solid 70px transparent;
    border-right: solid 70px transparent
}

.price-card_top {
    padding: 30px 0;
    margin-bottom: 30px;
    border-bottom: 1px solid var(--border-color)
}

.price-card_title {
    font-size: 22px;
    font-weight: 500;
    font-family: var(--body-font);
    margin-top: -0.2em;
    margin-bottom: 22px;
    -webkit-transition: 0.4s ease-in-out;
    transition: 0.4s ease-in-out
}

.price-card_text {
    margin-bottom: -0.4em;
    margin-top: 11px;
    -webkit-transition: 0.4s ease-in-out;
    transition: 0.4s ease-in-out
}

.price-card_price {
    font-size: 45px;
    font-weight: 700;
    font-family: var(--body-font);
    line-height: 1;
    margin: -0.09em 0;
    position: relative;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    -webkit-transition: 0.4s ease-in-out;
    transition: 0.4s ease-in-out
}

.price-card_price .duration {
    font-size: 16px;
    font-weight: 500;
    margin-bottom: 0;
    position: relative;
    top: -1px;
    left: -10px
}

.price-card .checklist {
    margin: -5px 0 30px 0
}

.price-card.active,
.price-card:hover {
    background: var(--title-color)
}

.price-card.active .bg-shape-img img,
.price-card:hover .bg-shape-img img {
    -webkit-filter: brightness(999);
    filter: brightness(999)
}

.price-card.active .price-card_top,
.price-card:hover .price-card_top {
    border-color: var(--body-color)
}

.price-card.active .checklist.style2 li,
.price-card.active .price-card_price,
.price-card.active .price-card_title,
.price-card:hover .checklist.style2 li,
.price-card:hover .price-card_price,
.price-card:hover .price-card_title {
    color: var(--white-color)
}

.price-card.active .price-card_text,
.price-card:hover .price-card_text {
    color: #e6e6e6
}

@media (max-width: 991px) {
    .price-card {
        padding: 0 40px 40px
    }
}

@media (max-width: 375px) {
    .price-card {
        padding: 0 30px 30px
    }
    .price-card_text {
        font-size: 14px
    }
}

.experience-thumb {
    position: relative;
    margin-right: 80px;
    margin-left: -120px
}

.customer-wrap {
    position: absolute;
    right: 0;
    top: 80px;
    background: var(--white-color);
    box-shadow: 0px 10px 50px rgba(0, 0, 0, 0.08);
    border-radius: 6px;
    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;
    padding: 32px 0 31px 30px
}

.customer-wrap .customer-wrap-title {
    font-weight: 800;
    margin-bottom: 0;
    margin-right: 20px
}

.customer-wrap .customer-wrap-text {
    margin-bottom: 0;
    font-weight: 500;
    font-size: 16px;
    line-height: 22px;
    color: var(--title-color);
    margin-right: 28px
}

.customer-wrap .customer-wrap-icon {
    -webkit-transform: translate(50%, 0);
    -ms-transform: translate(50%, 0);
    transform: translate(50%, 0);
    margin-left: -30px
}

@media (max-width: 1500px) {
    .experience-thumb {
        margin-right: 50px;
        margin-left: -40px
    }
}

@media (max-width: 1199px) {
    .experience-thumb {
        display: inline-block;
        margin-left: 0;
        margin-bottom: 50px
    }
}

@media (max-width: 575px) {
    .experience-thumb {
        margin-right: 30px
    }
    .customer-wrap {
        top: 30px;
        padding: 12px 0 11px 20px
    }
}

.experience-area-2 {
    margin-left: 307px;
    padding-right: 307px;
    position: relative;
    margin-top: -200px
}

.experience-area-2 .experience2-thumb {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    width: 41.3%
}

.experience-area-2 .experience2-thumb img {
    height: 100%;
    object-fit: cover
}

.experience-area-2 .experience2-thumb .customer-wrap {
    left: 0;
    bottom: 30px;
    top: auto;
    right: auto;
    border-radius: 0;
    box-shadow: none
}

.experience-area-2 .experience-wrap {
    padding: 80px 0 80px 80px
}

@media (max-width: 1700px) {
    .experience-area-2 {
        margin-left: 197px;
        padding-right: 197px
    }
}

@media (max-width: 1500px) {
    .experience-area-2 {
        margin-left: 74px;
        padding-right: 74px
    }
    .experience-area-2 .experience2-thumb {
        width: 48.3%
    }
}

@media (max-width: 1399px) {
    .experience-area-2 {
        margin-left: 52px;
        padding-right: 52px
    }
    .experience-area-2 .experience2-thumb {
        width: 48.9%
    }
}

@media (max-width: 1299px) {
    .experience-area-2 {
        margin-left: 0px;
        margin-top: 0
    }
}

@media (max-width: 1199px) {
    .experience-area-2 {
        padding-right: 0
    }
    .experience-area-2 .experience2-thumb {
        width: 100%;
        position: relative
    }
    .experience-area-2 .experience2-thumb img {
        width: 100%
    }
    .experience-area-2 .experience-wrap {
        padding: 80px
    }
}

@media (max-width: 767px) {
    .experience-area-2 .experience-wrap {
        padding: 80px 40px
    }
}

@media (max-width: 575px) {
    .experience-area-2 .experience-wrap {
        padding: 80px 15px
    }
}

.project-area-3 {
    padding-top: calc(120px + 73.5px)
}

.project-area-4 {
    margin-bottom: -300px
}

.project-area-5 {
    margin-bottom: -218px
}

.project-card {
    position: relative
}

.project-card:after {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    height: -webkit-fill-available;
    width: -webkit-fill-available;
    background: var(--title-color);
    z-index: 0;
    opacity: 0;
    -webkit-transition: 0.4s all;
    transition: 0.4s all;
    margin: 0px
}


.project-card .project-img img {
    width: 100%;
	margin-bottom: 20px;
}

.project-card .project-content {
    position: absolute;
    top: 50%;
    left: 50%;
    text-align: center;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    opacity: 0;
    -webkit-transition: 0.4s all;
    transition: 0.4s all;
    min-width: 400px;
    z-index: 1
}

.project-card .project-content:after {
    content: '';
    position: absolute;
    left: 50%;
    top: 92px;
    height: 1px;
    width: 360px;
    -webkit-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    transform: translate(-50%, 0)
}

.project-card .project-content .icon-btn {
    width: var(--btn-size, 70px);
    height: var(--btn-size, 70px);
    line-height: var(--btn-size, 70px);
    background: var(--white-color);
    border-radius: 50%;
    border: 0;
    color: var(--theme-color);
    font-size: 20px
}

.project-card .project-content .icon-btn:hover {
    background: var(--theme-color);
    color: var(--white-color)
}

.project-card .project-content .project-title {
    margin-bottom: 60px
}

.project-card .project-content .project-title a {
    color: var(--white-color)
}

.project-card .project-content .project-title a:hover {
    color: var(--theme-color)
}

.project-card .project-content .project-subtitle {
    font-size: 14px;
    font-weight: 700;
    color: var(--theme-color);
    text-transform: uppercase;
    font-family: var(--title-font);
    margin-bottom: 8px
}

.project-card:hover:after {
    opacity: 0.9;
    margin: 30px
}

.project-card:hover .project-content {
    opacity: 1
}

.project-card.style2:after {
    background: var(--black-color)
}

.project-card.style2:hover:after {
    opacity: 0.7;
    margin: 0
}

.project-card.style2:hover .project-content {
    opacity: 1;
    bottom: 0
}

.project-card.style2 .project-content {
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
    bottom: -40px;
    top: auto;
    left: 0;
    text-align: left;
    padding: 40px;
    opacity: 0;
    -webkit-transition: 0.4s;
    transition: 0.4s
}

.project-card.style2 .project-content:after {
    display: none
}

.project-card.style2 .project-content .project-subtitle {
    background: var(--theme-color);
    color: var(--white-color);
    font-size: 14px;
    font-weight: 700;
    line-height: 24px;
    font-family: var(--title-font);
    padding: 8px 20px;
    margin: 0;
    display: inline-block
}

.project-card.style2 .project-content .project-title {
    margin: 0;
    font-size: 24px;
    font-weight: 700;
    background: var(--white-color);
    padding: 20px 40px 20px 20px
}

.project-card.style2 .project-content .project-title a {
    color: var(--title-color)
}

.project-card.style2 .project-content .project-title:hover a {
    color: var(--theme-color)
}

.project-card.style2.bg-overlay-2:after {
    background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, #000 100%);
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, #000 100%)
}

.project-card.style2.bg-overlay-2:hover:after {
    opacity: 1
}

.project-slider-1 {
    padding: 0 40px;
    height: 500px
}

.project-slider-1 .slick-list {
    padding: 0 484px !important
}

.project-slider-1 .slick-slide {
    -webkit-transition: 0.4s;
    transition: 0.4s;
    height: 450px;
    margin-top: 25px
}

.project-slider-1 .slick-slide .project-img {
    height: 450px;
    -webkit-transition: 0.4s;
    transition: 0.4s
}

.project-slider-1 .slick-slide .project-img img {
    height: 450px;
    object-fit: cover;
    -webkit-transition: 0.4s;
    transition: 0.4s
}

.project-slider-1 .slick-slide .project-card:after {
    margin: 0
}

.project-slider-1 .slick-slide .project-content {
    opacity: 0
}

.project-slider-1 .slick-slide.slick-center {
    height: 500px;
    margin-top: 0
}

.project-slider-1 .slick-slide.slick-center .project-img {
    height: 500px
}

.project-slider-1 .slick-slide.slick-center .project-img img {
    height: 500px
}

.project-slider-1 .slick-slide.slick-center:hover .project-content {
    opacity: 1
}

.project-slider-1 .slick-slide.slick-center:hover .project-card:after {
    margin: 30px
}

.project-filter-btn {
    margin-bottom: 40px;
    text-align: center
}

.project-filter-btn .tab-btn {
    position: relative;
    border: 0;
    background: transparent;
    font-size: 16px;
    font-weight: 700;
    padding: 6px 24px 4px;
    margin-bottom: 20px
}

.project-filter-btn .tab-btn.active {
    background: var(--theme-color);
    color: var(--white-color)
}

.project-filter-btn .tab-btn:after {
    content: '';
    position: absolute;
    right: -2px;
    top: 50%;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
    height: 24px;
    width: 1px;
    background: #D9D9D9;
    opacity: 0;
    -webkit-transition: 0.4s;
    transition: 0.4s
}

.project-filter-btn .tab-btn:not(:last-child):after {
    opacity: 1
}

.project-filter-btn .tab-btn:not(:last-child).active:after {
    opacity: 0
}

.portfolio-slider4 {
    height: 480px;
    width: calc(100% + 28px)
}

.portfolio-slider4 .slick-slide {
    -webkit-transition: 0.4s;
    transition: 0.4s
}

.portfolio-slider4 .slick-slide .project-card {
    display: inline-block;
    -webkit-transition: 0.4s;
    transition: 0.4s
}

.portfolio-slider4 .slick-slide .project-card:after {
    background: var(--title-color)
}

.portfolio-slider4 .slick-slide .project-card .project-content {
    opacity: 0;
    bottom: 0
}

.portfolio-slider4 .slick-slide .project-img {
    height: 480px;
    overflow: hidden
}

.portfolio-slider4 .slick-slide .project-img img {
    height: 100%;
    object-fit: cover
}

.portfolio-slider4 .slick-current {
    width: calc(630px + 30px) !important
}

.portfolio-slider4 .slick-current .project-card {
    width: 100%
}

.portfolio-slider4 .slick-current .project-card:after {
    opacity: 0.9
}

.portfolio-slider4 .slick-current .project-card .project-content {
    opacity: 1
}

.portfolio-slider5 {
    height: 450px;
    padding: 0 34px;
    margin-bottom: 60px
}

.portfolio-slider5 .slick-list {
    padding-left: 280px;
    padding-right: 280px
}

.portfolio-slider5 .slick-slide {
    -webkit-transition: 0.4s;
    transition: 0.4s
}

.portfolio-slider5 .slick-slide .project-card {
    display: inline-block;
    -webkit-transition: 0.4s;
    transition: 0.4s;
    overflow: hidden
}

.portfolio-slider5 .slick-slide .project-card:after {
    background: var(--title-color)
}

.portfolio-slider5 .slick-slide .project-card .project-content {
    opacity: 0;
    bottom: 0
}

.portfolio-slider5 .slick-slide .project-img {
    height: 450px;
    overflow: hidden
}

.portfolio-slider5 .slick-slide .project-img img {
    height: 100%;
    object-fit: cover
}

.portfolio-slider5 .slick-current {
    width: calc(660px + 30px) !important
}

.portfolio-slider5 .slick-current .project-card {
    width: 100%
}

.portfolio-slider5 .slick-current .project-card:after {
    opacity: 0.8
}

.portfolio-slider5 .slick-current .project-card .project-content {
    opacity: 1
}

.portfolio-slider5 .slick-dots {
    position: absolute;
    bottom: -52px
}

.portfolio-slider5 .slick-dots li {
    margin: 0
}

.portfolio-slider5 .slick-dots li~li {
    margin: 0 0 0 15px
}

.portfolio-slider5 .slick-dots button {
    height: 6px;
    width: 6px;
    background: var(--theme-color)
}

.portfolio-slider5 .slick-dots button:before {
    background: transparent;
    border: 2px solid var(--theme-color)
}

@media (max-width: 1600px) {
    .project-card.style2 .project-content {
        min-width: -webkit-fill-available
    }
    .portfolio-slider5 .project-card.style2 .project-content,
    .portfolio-slider4 .project-card.style2 .project-content {
        min-width: auto
    }
    .portfolio-slider5 .slick-list {
        padding-left: 283px;
        padding-right: 357px
    }
}

@media (max-width: 1500px) {
    .project-slider-1 {
        padding: 0;
        margin: 0 -100px
    }
    .portfolio-slider5 .slick-list {
        padding-left: 15px;
        padding-right: 378px
    }
}

@media (max-width: 1399px) {
    .portfolio-slider4 {
        width: calc(100% + 14px)
    }
    .portfolio-slider5 .slick-list {
        padding-left: 12px;
        padding-right: 414px
    }
}

@media (max-width: 1200px) {
    .project-slider-1 {
        margin: 0 -200px
    }
    .portfolio-slider4 .slick-current {
        width: calc(544px + 30px) !important
    }
    .portfolio-slider5 .slick-list {
        padding-left: 12px;
        padding-right: 344px
    }
    .portfolio-slider5 .slick-current {
        width: calc(560px + 30px) !important
    }
}

@media (max-width: 1199px) {
    .project-slider-1 {
        margin: 0;
        height: auto
    }
    .project-slider-1 .slick-list {
        padding: 0 100px !important
    }
    .project-slider-1 .slick-slide {
        margin-top: 0
    }
    .project-slider-1 .slick-slide .project-card .project-content {
        opacity: 1
    }
    .project-slider-1 .slick-slide .project-card .project-content:after {
        top: 85px
    }
    .project-slider-1 .slick-slide .project-card:after {
        opacity: 0.9;
        margin: 30px
    }
    .portfolio-slider4 .slick-current {
        width: calc(500px + 30px) !important
    }
    .portfolio-slider5 .slick-list {
        padding-left: 12px;
        padding-right: 260px
    }
    .project-card.style2 .project-content {
        padding: 30px
    }
}

@media (max-width: 991px) {
    .project-area-3 {
        padding-top: calc(80px + 108px)
    }
    .project-filter-btn {
        margin-bottom: 20px
    }
    .project-filter-btn .tab-btn {
        font-size: 15px;
        padding: 6px 12px 4px
    }
    .portfolio-slider5 {
        padding-left: 0;
        padding-right: 24px
    }
    .portfolio-slider5 .slick-list {
        padding-left: 12px;
        padding-right: 0
    }
    .portfolio-slider5 .slick-current {
        width: calc(714px + 30px) !important
    }
}

@media (max-width: 767px) {
    .project-slider-1 .slick-list {
        padding: 0 !important
    }
    .project-card .project-content .icon-btn {
        --btn-size: 56px
    }
    .project-area-3 {
        padding-top: calc(80px + 127.5px)
    }
    .portfolio-slider4 .slick-current {
        width: calc(508px + 30px) !important
    }
    .portfolio-slider5 {
        margin-bottom: 0
    }
}

@media (max-width: 575px) {
    .project-card .project-content:after {
        width: -webkit-fill-available
    }
    .portfolio-slider4 .slick-current {
        width: calc(400px + 30px) !important
    }
    .project-slider-1 .slick-slide .project-card:after {
        margin: 20px
    }
}

@media (max-width: 375px) {
    .project-slider-1 .slick-slide .project-card:after {
        margin: 20px
    }
    .project-card.style2 .project-content {
        padding: 25px
    }
    .project-card.style2 .project-content .project-title {
        font-size: 20px
    }
    .portfolio-slider4 .slick-current {
        width: calc(350px + 30px) !important
    }
    .portfolio-slider5 .slick-current {
        width: calc(330px + 30px) !important
    }
}

@media (max-width: 320px) {
    .portfolio-slider4 .slick-current {
        width: calc(295px + 30px) !important
    }
    .portfolio-slider5 .slick-current {
        width: calc(265px + 30px) !important
    }
}

.project-slider6 {
    height: 400px;
    width: calc(100% + 28px)
}

.project-slider6 .slick-slide {
    -webkit-transition: 0.4s;
    transition: 0.4s
}

.project-slider6 .slick-slide .project-card {
    display: inline-block;
    -webkit-transition: 0.4s;
    transition: 0.4s
}

.project-slider6 .slick-slide .project-card .project-content {
    opacity: 0;
    visibility: hidden;
    bottom: 0
}

@media (max-width: 1600px) {
    .project-slider6 .slick-slide .project-card .project-content {
        min-width: auto
    }
}

.project-slider6 .slick-slide .project-img {
    height: 400px;
    overflow: hidden
}

.project-slider6 .slick-slide .project-img img {
    height: 100%;
    object-fit: cover
}

.project-slider6 .slick-current {
    width: calc(630px + 30px) !important
}

.project-slider6 .slick-current .project-card {
    width: 100%
}

.project-slider6 .slick-current .project-card:after {
    opacity: 0.8
}

.project-slider6 .slick-current .project-card .project-content {
    opacity: 1;
    visibility: visible
}

.project-slider6 .slick-arrow {
    left: var(--pos-x, -15px);
    opacity: 1;
    visibility: visible
}

.project-slider6 .slick-arrow.slick-next {
    right: var(--pos-x, -15px);
    left: auto
}

@media (max-width: 1399px) {
    .project-slider6 {
        width: calc(100% + 14px)
    }
}

@media (max-width: 1299px) {
    .project-slider6 .slick-current {
        width: calc(544px + 30px) !important
    }
}

@media (max-width: 1199px) {
    .project-slider6 .slick-current {
        width: calc(500px + 30px) !important
    }
}

@media (max-width: 767px) {
    .project-slider6 .slick-current {
        width: calc(508px + 30px) !important
    }
}

@media (max-width: 575px) {
    .project-slider6 .slick-current {
        width: calc(400px + 30px) !important
    }
}

@media (max-width: 375px) {
    .project-slider6 .slick-current {
        width: calc(350px + 30px) !important
    }
}

@media (max-width: 320px) {
    .project-slider6 .slick-current {
        width: calc(295px + 30px) !important
    }
}

.project-card.style3 .project-content:after {
    display: none
}

.project-card.style3 .project-content .project-title {
    margin-bottom: 30px
}

.project-card.style3 .project-content .icon-btn {
    --btn-size: 60px
}

@media (max-width: 1299px) {
    .project-card.style3 .project-content .project-title {
        font-size: 24px
    }
}

@media (max-width: 1199px) {
    .project-slider7 .slick-list {
        padding: 0 200px
    }
}

@media (max-width: 767px) {
    .project-slider7 .slick-list {
        padding: 0 100px
    }
}

@media (max-width: 575px) {
    .project-slider7 .slick-list {
        padding: 0 15px
    }
}

@media (max-width: 375px) {
    .project-card.style3:hover:after {
        margin: 0px
    }
}

.project-card.style4:hover:after {
    margin: 0
}

.project-card.style4 .project-content:after {
    display: none
}

.project-card.style4 .project-content .project-title {
    margin-bottom: 30px;
    font-size: 24px
}

.project-card.style4 .project-content .icon-btn {
    --btn-size: 60px
}

@media (max-width: 575px) {
    .project-card.style4 .project-content .project-title {
        margin-bottom: 20px;
        font-size: 24px
    }
    .project-card.style4 .project-content .icon-btn {
        --btn-size: 50px
    }
}

.skill-feature:not(:last-child) {
    margin-bottom: 25px
}

.skill-feature_title,
.skill-feature .progress-value {
    font-size: 16px;
    font-weight: 700;
    margin-bottom: 15px;
    margin-top: -0.2em;
    font-family: var(--title-font);
    color: var(--title-color)
}

.skill-feature .progress {
    position: relative;
    height: 10px;
    background-color: var(--white-color);
    overflow: visible;
    border-radius: 5px
}

.skill-feature .progress-bar {
    background-color: var(--theme-color);
    height: 10px;
    margin: 0px;
    border-radius: 5px;
    position: relative;
    overflow: visible
}

.skill-feature .progress-value {
    position: absolute;
    top: -36px;
    right: 0
}

.skill-feature.style2:not(:last-child) {
    margin-bottom: 32px
}

.skill-feature.style2 .progress {
    background-color: var(--smoke-color2)
}

.skill-feature.style3 .progress-value {
    top: -32px
}

.skill-feature.style3 .progress {
    background: var(--title-color)
}

.skill-feature.style3 .progress .progress-bar {
    position: relative
}

.skill-feature.style3 .progress .progress-bar:after {
    position: absolute;
    content: '';
    height: 20px;
    width: 20px;
    background: var(--theme-color);
    border-radius: 50%;
    right: 0;
    border: 4px solid var(--smoke-color)
}

.skill-feature.style3:not(:last-child) {
    margin-bottom: 35px
}

.skill-feature.style3 .skill-feature_title,
.skill-feature.style3 .skill-feature .progress-value {
    font-family: var(--body-font);
    margin-bottom: 9px
}

.process-card {
    position: relative;
    background-color: var(--smoke-color);
    border-radius: 50%;
    text-align: center;
    padding: 56px 30px 46px;
    max-width: 270px;
    margin-left: auto;
    margin-right: auto;
    -webkit-transition: 0.4s;
    transition: 0.4s
}

.process-card-area {
    position: relative
}

.process-card-area .process-line {
    position: absolute;
    left: 50%;
    bottom: 22px;
    width: calc(100% + 82px);
    -webkit-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
    text-align: center
}

.process-card-wrap {
    padding: 25px 0 0 0px
}

.process-card:hover {
    background: var(--title-color)
}

.process-card:hover .box-title {
    color: var(--white-color)
}

.process-card:hover .process-card_icon {
    -webkit-transform: rotateY(180deg);
    transform: rotateY(180deg)
}

.process-card:hover .process-card_text {
    color: var(--smoke-color)
}

.process-card .box-title {
    font-weight: 700;
    margin-bottom: 6px;
    font-size: 22px;
    -webkit-transition: 0.4s;
    transition: 0.4s
}

.process-card_number {
    height: 50px;
    width: 50px;
    line-height: 50px;
    background-color: var(--theme-color);
    border-radius: 50%;
    text-align: center;
    position: absolute;
    top: 0;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    z-index: 2;
    font-size: 16px;
    font-weight: 700;
    color: var(--white-color)
}

.process-card_icon {
    margin-bottom: 30px;
    -webkit-transition: 0.4s;
    transition: 0.4s
}

.process-card_text {
    margin-bottom: -0.53em;
    font-size: 16px;
    -webkit-transition: 0.4s;
    transition: 0.4s
}

@media (max-width: 1399px) {
    .process-card-area .process-line {
        width: 100%
    }
}

@media (max-width: 1199px) {
    .process-card-area .process-line {
        display: none
    }
}

@media (max-width: 575px) {
    .process-card-wrap:has(.pulse):nth-child(even) {
        padding-top: 0
    }
}

.process-card.style2 {
    max-width: none;
    background: transparent;
    padding: 0px 30px
}

.process-card.style2 .process-card_icon {
    border: 1px dashed #9B9B9C;
    display: inline-block;
    border-radius: 50%;
    height: 300px;
    width: 300px;
    line-height: 300px;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
    position: relative
}

.process-card.style2 .process-card_icon img {
    -webkit-transition: 0.4s;
    transition: 0.4s
}

.process-card.style2 .process-card_icon:after {
    content: '';
    position: absolute;
    width: 170px;
    height: 170px;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    border-radius: 50%;
    background: var(--smoke-color);
    z-index: -1
}

.process-card.style2 .process-card_icon .process-card_num-wrap {
    position: absolute;
    height: 100%;
    width: 100%;
    line-height: normal;
    -webkit-animation: spin 14s 0.4s infinite;
    animation: spin 14s 0.4s infinite
}

.process-card.style2 .process-card_icon .process-card_num {
    display: inline-block;
    height: 50px;
    width: 50px;
    line-height: 50px;
    background: var(--theme-color);
    border-radius: 50%;
    font-weight: 700;
    color: var(--white-color);
    position: absolute;
    right: 40px;
    -webkit-animation: spin2 14s 0.4s infinite;
    animation: spin2 14s 0.4s infinite
}

.process-card.style2 .box-title {
    color: var(--title-color);
    font-size: 20px;
    font-weight: 700
}

.process-card.style2 .process-card_text {
    color: var(--body-color)
}

.process-card.style2:hover .process-card_icon img {
    -webkit-transform: rotateY(180deg);
    transform: rotateY(180deg)
}

@-webkit-keyframes spin2 {
    0% {
        -webkit-transform: rotate(0);
        transform: rotate(0)
    }
    100% {
        -webkit-transform: rotate(-360deg);
        transform: rotate(-360deg)
    }
}

@keyframes spin2 {
    0% {
        -webkit-transform: rotate(0);
        transform: rotate(0)
    }
    100% {
        -webkit-transform: rotate(-360deg);
        transform: rotate(-360deg)
    }
}

@media (max-width: 375px) {
    .process-card.style2 .process-card_icon {
        height: 250px;
        width: 250px;
        line-height: 250px
    }
    .process-card.style2 .process-card_icon .process-card_num {
        right: 30px
    }
    .process-card.style2 {
        padding: 0
    }
}

.award-sec {
    padding-top: 420px
}

.award-thumb {
    position: relative;
    margin-right: 50px
}

.award-thumb .thumb img {
    border-radius: 50%
}

.award-thumb .award {
    position: absolute;
    right: 0;
    top: 0
}

@media (max-width: 1200px) {
    .award-thumb {
        margin-right: 0
    }
}

@media (max-width: 1199px) {
    .award-sec {
        padding-top: 380px;
        background-position: right
    }
    .award-thumb {
        display: inline-block;
        padding-right: 100px;
        margin-bottom: 40px
    }
    .award-thumb .award {
        right: 0;
        top: 50%;
        -webkit-transform: translate(0%, -50%);
        -ms-transform: translate(0%, -50%);
        transform: translate(0%, -50%);
        width: 200px
    }
}

@media (max-width: 991px) {
    .award-thumb {
        margin-bottom: 40px
    }
}

@media (max-width: 375px) {
    .award-thumb .award {
        width: 150px
    }
}

.feature-card {
    text-align: center;
    border: 2px solid #D9E0F3;
    border-radius: 10px;
    padding: 40px 12px
}

.feature-card .shape-icon {
    width: 120px;
    height: 115px;
    line-height: 115px;
    margin: 0 auto 30px auto;
    -webkit-filter: drop-shadow(0px 10px 30px rgba(8, 14, 28, 0.06));
    filter: drop-shadow(0px 10px 30px rgba(8, 14, 28, 0.06))
}

.feature-card .shape-icon:before {
    background-color: var(--white-color);
    -webkit-clip-path: path("M6.35418 25.7699C-3.10248 43.0115 -1.601 65.2669 8.18807 82.317C21.8699 106.149 51.9755 119.386 78.1565 111.915C104.338 104.443 123.425 76.1006 119.484 48.8163C112.307 -0.867846 31.1988 -19.5262 6.35418 25.7699Z");
    clip-path: path("M6.35418 25.7699C-3.10248 43.0115 -1.601 65.2669 8.18807 82.317C21.8699 106.149 51.9755 119.386 78.1565 111.915C104.338 104.443 123.425 76.1006 119.484 48.8163C112.307 -0.867846 31.1988 -19.5262 6.35418 25.7699Z")
}

.feature-card_text {
    max-width: 315px;
    margin: 0 auto -0.5em auto
}

.feature-card.style2 {
    border-radius: 0;
    border: 0;
    padding: 50px 40px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: left;
    gap: 30px
}

.feature-card.style2 .box-title {
    -webkit-transition: 0.4s;
    transition: 0.4s
}

.feature-card.style2:before {
    background: var(--smoke-color);
    opacity: 1;
    z-index: -1;
    -webkit-transition: 0.4s;
    transition: 0.4s
}

.feature-card.style2:hover:before {
    background: var(--black-color);
    opacity: 0.8
}

.feature-card.style2:hover .box-title {
    color: var(--white-color)
}

@media (max-width: 1200px) {
    .feature-card.style2 .box-title {
        font-size: 20px
    }
}

@media (max-width: 1199px) {
    .feature-card.style2 {
        padding: 30px 25px;
        gap: 20px
    }
    .feature-card.style2 .box-title {
        font-size: 18px
    }
}

.video-area-1 {
    padding: 432px 0 140px;
    margin-top: -290px;
    z-index: 0
}

.video-area-1 .play-btn>i {
    --icon-size: 100px
}

.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
}

.pb-60 {
    padding-bottom: 60px
}

.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: 5px
}

.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
}

.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: 40px
    }
    .space-extra2,
    .space-extra2-bottom {
        padding-bottom: 40px
    }
}
.rts-hero__video{
	margin-bottom: -10px;
}
.banner-text {
    position: absolute;
    top: 38%;
    left: 80px;
    line-height: 88px;
    font-family: var(--body-font);
    font-family: "Francois One", sans-serif;
    font-weight: 400;
    
 
}
.banner-text .heading{
    font-size: 60px;
    text-transform: initial;
    color: var(--theme-color);
    text-shadow: 2px 2px #000;
}
.banner-text h1{
    font-size: 5em;
    text-transform: initial;
    color: var(--theme-color);
    text-shadow: 2px 2px #000;
    text-transform: uppercase;
}

.heading-one{
		font-size: 28px;
	     text-transform: uppercase;
	 text-shadow: 2px 2px var(--theme-color);
}

.page-title-section {
    padding: 250px 0 100px 0;
}
.page-title-section h1 {
    color: var(--theme-color);
    text-shadow: 2px 2px #000;
    margin-bottom: 10px;
    font-size: 60px;
    letter-spacing: -2px;
    line-height: 1;
    font-weight: 600;
    word-wrap: break-word;
}
@media screen and (min-width: 992px) {
    .top-position1 {
        margin-top: -164px;
    }
}
.cover-background {
    position: relative !important;
    background-size: cover !important;
    overflow: hidden !important;
    background-position: center !important;
    background-repeat: no-repeat !important;
}



/*-----------------------[ 33.Contact Page CSS ]------------------------*/
.asd {
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
}
.search-box-main {
    padding: 20px;
    background: #F5F6F7;
}
.working-hours {
    color: var(--5, #FFF);
    font-size: 24px;
    font-weight: 600;
    line-height: 36px;
    padding-bottom: 20px;
}

.contact-box-main {
    border: 2px solid #F5F6F7;
    padding: 30px;
    text-align: center;
    overflow: hidden;
}
.contact-email-text {
    color: #091217;
    margin-top: 15px;
    margin-bottom: 10px;
    padding-bottom: 0;
}
.contact-email-text-email,
.contact-email-text-email p {
    color: #3c3030;
    font-size: 18px;
    font-weight: 500;
    line-height: 28px;
}
.contact-email-text-email p:hover {
    color: #091217;
}
.dots-asd {
    z-index: -1;
}
.contact-box-page {
    width: 60px;
    height: 60px;
    background: #ffbf3f;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto;
}
.contact-box-page img {
    filter: brightness(0) saturate(100%) invert(100%) sepia(0%) saturate(7500%) hue-rotate(72deg) brightness(97%) contrast(112%);
    width: 30px;
}
.contact-box-row {
    margin-bottom: 100px;
}
#contact-page-form input {
    margin-bottom: 20px;
}
#contact-page-form {
    padding: 50px;
    position: relative;
}
textarea {
    width: 100%;
    height: 120px;
    padding: 15px 20px;
    color: var(--4, #222);
    font-size: 18px;
    font-weight: 400;
    line-height: 30px;
    border: none;
    outline: none;
    margin-bottom: 30px;
    resize: none;
}
.send-message-text {
    padding-bottom: 20px;
    font-size: 40px;
    padding-top: 0;
}
.map-iframe {
    width: 100%;
    height: 100%;
}

.sticky-style {
    position: sticky !important;
    top: 100px;
}
 .pp-single-sidebar-widget {
    padding: 40px 30px;
    background-color: #ffc2c2;
    margin-bottom: 30px;
    border-radius: 10px;
}
 .pp-service-widget-categories ul li {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 22px 25px;
  background-color: #fff;
  font-weight: 500;
  transition: all 0.4s ease-in-out;
  border-radius: 6px;
  font-size: 16px;
  line-height: 1;
}
.pp-service-widget-categories ul li a {
  color: #000;
}
.pp-service-widget-categories ul li span {
  transition: all 0.4s ease-in-out;
  color: #000;
}
 .pp-service-widget-categories ul li:not(:last-child) {
  margin-bottom: 12px;
}
 .pp-service-widget-categories ul li:hover {
  background-color: #3675a8;
}
.pp-service-widget-categories ul li:hover a {
  color: #fff;
}
 .pp-service-widget-categories ul li:hover span {
  color: #fff;
}
 .pp-service-widget-categories ul li.active {
  background-color: #ffbf3f;
}
 .pp-service-widget-categories ul li.active a {
  color: #fff;
}
.pp-service-widget-categories ul li.active span {
  color: #fff;
}


.services-process-wrapper {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: 30px;
}
.services-process {
    border: 1px solid #EEEEEE;
    background-color: #fff;
    padding: 13px 17px;
    text-align: center;
    box-shadow: 0px 6px 39px rgba(0, 0, 0, 0.04);
}
.services-process_num {
    font-size: 20px;
    font-weight: bold;
    color: #fff;
    display: block;
    text-align: center;
    width: 60px;
    height: 60px;
    line-height: 60px;
    border: 15px solid #c1e3ff;
    box-sizing: content-box;
    background-color: #3675a8;
    border-radius: 50%;
    margin: 0 auto 25px auto;
}
.services-process_title {
    font-size: 16px;
    margin-bottom: 6px;
    margin-top: -0.36em;
	font-weight: 800;
}

.roof-repair-services-1 h3{
    font-size: 20px;
}
.roof-repair-services-1 img{
    height: 570px;
    width: 100%;
    border-radius: 10px;
    object-fit: cover;
}
.roof-repair-services-2 img{
    height: 300px;
    width: 100%;
    border-radius: 10px;
    object-fit: cover;
}
.why-sec-v2{
    position: relative;
    padding: 100px 0 50px;
    z-index: -1;
}

.why-sec-v2 .wcu-card{
    height: 220px;
}

.background-image{
    background-position: top center;
    background-size: cover;
    background-repeat: no-repeat;
}
@media (max-width: 1199px) {.services-process {padding: 30px 25px;}}


@media (max-width: 767px) {
    .services-process-wrapper {
        grid-template-columns: repeat(1, 1fr);
    }
    .rts-hero__video video {
        height: 650px;
        width: 100%;
        object-fit: cover;
    }
    .banner-text .heading {
        font-size: 48px;
    }
    .banner-text h1 {
        font-size: 2.7em;
    }
    .banner-text {
        top: 25%;
        left: 5px !important;
    }
    .th-btn {
        padding: 17.5px 10px;    font-size: 17px;
    }
    #service-sec .title-area .sec-title {
        font-size: 40px;
    }
    .page-title-section {
        padding: 100px 0 100px 0;
    }
    .page-title-section h1 {
        font-size: 40px;
    }
    .about-logo img {
        width: auto;
        max-width: 300px;
    }
    #contact-page-form {
        padding: 22px;
    }
    .services-process {
        padding: 17px 15px;
    }
    .project-card:after{display: none;}
}




