@use "sass:math";

:root {
    --theme-color: #00BBAE;
    --theme-color2: #FE5A86;
    --title-color: #103741;
    --body-color: #5C707E;
    --smoke-color: #F8F8F8;
    --smoke-color2: #FFF7ED;
    --smoke-color3: #DFF8F6;
    --smoke-color4: #FFF9EF;
    --black-color: #000000;
    --black-color2: #080E1C;
    --gray-color: #EFF5F6;
    --white-color: #ffffff;
    --light-color: #8D96AD;
    --yellow-color: #FC800A;
    --success-color: #28a745;
    --error-color: #dc3545;
    --ot-border-color: #D6DFE1;
    --title-font: "Quicksand", sans-serif;
    --body-font: "Source Sans 3", sans-serif;
    --icon-font: "Font Awesome 6 Pro";
    --main-container: 1620px;
    --container-gutters: 30px;
    --section-space: 100px;
    --section-space-mobile: 70px;
    --section-title-space: 50px;
    --ripple-ani-duration: 5s;
}

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

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

.theme-pink {
    --theme-color: #FE5A86;
    --theme-color2: #00BBAE;
}

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(--ot-border-color);
}

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

td, th {
    border: 1px solid var(--ot-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 18px 0;
    color: var(--body-color);
    line-height: 1.75;
}

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

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

.h1, h1 {
    font-size: 60px;
    line-height: 1.18;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media (max-width: 375px) {
    .h1, h1 {
        font-size: 32px;
    }
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

    .wp-block-media-text.alignwide {
        background-color: var(--smoke-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__inside-wrapper {
    position: relative;
}

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

    .wp-block-search .wp-block-search__input {
        width: 100%;
        max-width: 100%;
        border: 1px solid transparent;
        padding-left: 25px;
        border: 1px solid transparent;
        box-shadow: 0px 13px 25px rgba(0,0,0,0.04);
        border-radius: 20px;
    }

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

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

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

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

    .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(--ot-border-color);
    }

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

@media (max-width: 782px) {
    .logged-in .sticky-wrapper.sticky, .logged-in .preloader .ot-btn {
        top: 46px;
    }
}

@media (max-width: 600px) {
    .logged-in .sticky-wrapper.sticky, .logged-in .preloader .ot-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(--ot-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 {
    border-color: transparent;
    position: relative;
}

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

    .blog-single.format-quote:before, .blog-single.format-link:before, .blog-single.tag-sticky-2:before, .blog-single.sticky:before {
        content: "\f0c1";
        position: absolute;
        font-family: var(--icon-font);
        font-size: 16px;
        font-weight: 500;
        opacity: 1;
        right: 0;
        top: 0;
        color: var(--white-color);
        background-color: var(--theme-color);
        z-index: 1;
        height: 44px;
        width: 44px;
        line-height: 44px;
        text-align: center;
        border-radius: 0 20px 0 20px;
    }

@media (max-width: 767px) {
    .blog-single.format-quote:before, .blog-single.format-link:before, .blog-single.tag-sticky-2:before, .blog-single.sticky:before {
        border-radius: 0 10px 0 10px;
    }
}

.blog-single.tag-sticky-2::before, .blog-single.sticky::before {
    content: "\f08d";
}

.blog-single.format-quote:before {
    content: "\f10e";
}

.blog-single .blog-content .wp-block-categories-dropdown.wp-block-categories, .blog-single .blog-content .wp-block-archives-dropdown {
    display: block;
    margin-bottom: 30px;
}

.blog-details .blog-single:before {
    display: none;
}

.blog-details .blog-single .blog-content {
    background-color: transparent;
    overflow: hidden;
}

.blog-details .blog-single.format-chat .blog-meta {
    margin-bottom: 20px;
}

.blog-details .blog-single.format-chat .blog-content > p:nth-child(2n) {
    background: var(--smoke-color);
    padding: 5px 20px;
}

.blog-details .blog-single.tag-sticky-2, .blog-details .blog-single.sticky, .blog-details .blog-single.format-quote, .blog-details .blog-single.format-link {
    background-color: transparent;
}

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

.nof-title {
    margin-top: -0.24em;
}

.ot-search {
    background-color: var(--smoke-color2);
    margin-bottom: 30px;
    border-radius: 15px;
    overflow: hidden;
}

    .ot-search .search-grid-content {
        padding: 30px;
    }

@media (max-width: 767px) {
    .ot-search .search-grid-content {
        padding: 20px;
    }
}

.ot-search .search-grid-title {
    font-size: 20px;
    margin-bottom: 5px;
    margin-top: 0;
}

    .ot-search .search-grid-title a {
        color: inherit;
    }

        .ot-search .search-grid-title a:hover {
            color: var(--theme-color);
        }

.ot-search .search-grid-meta > * {
    display: inline-block;
    margin-right: 15px;
    font-size: 14px;
}

    .ot-search .search-grid-meta > *:last-child {
        margin-right: 0;
    }

.ot-search .search-grid-meta a, .ot-search .search-grid-meta span {
    color: var(--body-color);
}

@media (max-width: 767px) {
    .blog-single.format-quote:before, .blog-single.format-link:before, .blog-single.tag-sticky-2:before, .blog-single.sticky:before {
        font-size: 14px;
        width: 40px;
        height: 40px;
        line-height: 40px;
    }
}

@media (max-width: 768px) {
    .wp-block-latest-comments {
        padding-left: 10px;
    }

    .page--content.clearfix + .ot-comment-form {
        margin-top: 24px;
    }
}

@media (min-width: 1560px) {
    .ot-container2 {
        width: 100%;
        max-width: 1560px;
        margin-left: auto;
        margin-right: 0;
        padding-left: 0;
        padding-right: 0;
    }

        .ot-container2 .container {
            --main-container: 1220px;
        }

    .ot-container3 {
        width: 100%;
        max-width: 1560px;
        margin-left: 0;
        margin-right: auto;
        padding-left: 0;
        padding-right: 0;
    }

        .ot-container3 .container {
            --main-container: 1220px;
        }
}

@media (min-width: 1922px) {
    .ot-container3, .ot-container2 {
        margin-right: auto;
    }
}

@media only screen and (min-width: 992px) {
    .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) {
    .ot-container {
        --main-container: 1720px;
    }
}

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

.container-gallery {
    max-width: 1840px;
}

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

@media (min-width: 1300px) {
    .row {
        --bs-gutter-x: 30px;
    }

    .gx-44 {
        --bs-gutter-x: 44px;
    }
}

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

.g-0 {
    --bs-gutter-y: 0;
    --bs-gutter-x: 0;
}

.gx-0 {
    --bs-gutter-x: 0;
}

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

.g-40 {
    --bs-gutter-y: 40px;
    --bs-gutter-x: 40px;
}

.gy-20 {
    --bs-gutter-y: 20px;
}

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

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

.gy-10 {
    --bs-gutter-y: 10px;
}

@media (min-width: 1299px) {
    .gx-60 {
        --bs-gutter-x: 60px;
    }
}

@media (max-width: 1299px) {
    .g-40 {
        --bs-gutter-x: 24px;
    }
}

@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: 55px;
    padding: 0 20px 0 20px;
    padding-right: 40px;
    border: 1px solid var(--ot-border-color);
    color: var(--body-color);
    background-color: transparent;
    border-radius: 30px;
    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(--ot-border-color);
    }

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

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

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

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

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

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

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

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

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

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

textarea.form-control, textarea {
    min-height: 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: 20px;
        top: 19px;
        font-size: 16px;
        color: var(--body-color);
    }

        .form-group > i.fa-envelope {
            padding-top: 1px;
        }

        .form-group > i.fa-comment {
            margin-top: -2px;
        }

        .form-group > i.fa-chevron-down {
            width: 17px;
            background-color: var(--white-color);
        }

    .form-group.has-label > i {
        top: 50px;
    }

[class*="col-"].form-group > i {
    right: calc((var(--bs-gutter-x) / 2) + 20px);
}

.form-rounded-10 .form-control, .form-rounded-10 .form-select {
    border-radius: 10px !important;
}

.form-rounded-10 .ot-btn {
    border-radius: 10px;
}

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(--ot-border-color);
            height: 18px;
            width: 18px;
            line-height: 18px;
            text-align: center;
            font-size: 12px;
        }

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

.line-input {
    position: relative;
    margin-bottom: 0;
}

    .line-input label {
        color: var(--body-color);
        position: absolute;
        top: 20px;
        left: 0;
        -webkit-transition: 0.4s ease-in-out;
        transition: 0.4s ease-in-out;
        pointer-events: none;
    }

    .line-input input, .line-input textarea {
        color: var(--light-color);
        border: 0;
        border-radius: 0;
        border-bottom: 1px solid #1B2F5F;
        padding: 8px 0;
        width: 100%;
        background-color: transparent;
        margin-bottom: 18px;
    }

        .line-input input::-moz-placeholder, .line-input textarea::-moz-placeholder {
            color: var(--light-color);
        }

        .line-input input::-webkit-input-placeholder, .line-input textarea::-webkit-input-placeholder {
            color: var(--light-color);
        }

        .line-input input:-ms-input-placeholder, .line-input textarea:-ms-input-placeholder {
            color: var(--light-color);
        }

        .line-input input::-webkit-input-placeholder, .line-input textarea::-webkit-input-placeholder {
            color: var(--light-color);
        }

        .line-input input::-moz-placeholder, .line-input textarea::-moz-placeholder {
            color: var(--light-color);
        }

        .line-input input:-ms-input-placeholder, .line-input textarea:-ms-input-placeholder {
            color: var(--light-color);
        }

        .line-input input::-ms-input-placeholder, .line-input textarea::-ms-input-placeholder {
            color: var(--light-color);
        }

        .line-input input::placeholder, .line-input textarea::placeholder {
            color: var(--light-color);
        }

        .line-input input:focus, .line-input textarea:focus {
            border-bottom: 1px solid var(--theme-color);
            background-color: transparent;
            color: var(--light-color);
        }

        .line-input input:valid, .line-input textarea:valid {
            border-bottom: 1px solid var(--theme-color);
            background-color: transparent;
            color: var(--light-color);
        }

            .line-input input:focus ~ label, .line-input input:valid ~ label, .line-input textarea:focus ~ label, .line-input textarea:valid ~ label {
                top: -6px;
            }

[class*="col-"].line-input label {
    left: calc((var(--bs-gutter-x) / 2) + 0);
}

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

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

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

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

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

.swiper-fade:after {
    content: '';
    position: absolute;
    inset: 0;
    background-color: #615AEA;
    z-index: 3;
    pointer-events: none;
}

.swiper-fade.fade-ani:after {
    -webkit-animation: swiperFade 0.6s linear 0.2s forwards;
    animation: swiperFade 0.6s linear 0.2s forwards;
}

@-webkit-keyframes swiperFade {
    from {
        opacity: 1;
    }

    to {
        opacity: 0;
    }
}

@keyframes swiperFade {
    from {
        opacity: 1;
    }

    to {
        opacity: 0;
    }
}

.swiper-pagination-bullets {
    position: relative;
    z-index: 3;
    text-align: center;
    margin: 40px 0 16px 0;
    line-height: 20px;
    height: 20px;
}

    .swiper-pagination-bullets .swiper-pagination-bullet {
        display: inline-block;
        --swiper-pagination-bullet-size: 20px;
        --swiper-pagination-bullet-horizontal-gap: 6px;
        opacity: 1;
        background-color: transparent;
        position: relative;
        border: 2px solid #CEDCE9;
        cursor: pointer;
    }

        .swiper-pagination-bullets .swiper-pagination-bullet:before {
            content: '';
            position: absolute;
            inset: 3px;
            border-radius: inherit;
            -webkit-transition: 0.4s ease;
            transition: 0.4s ease;
            background-color: var(--theme-color);
            opacity: 0;
        }

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

            .swiper-pagination-bullets .swiper-pagination-bullet.swiper-pagination-bullet-active:before {
                opacity: 1;
                inset: 4px;
            }

.slider-area {
    position: relative;
}

.slider-arrow {
    display: inline-block;
    padding: 0;
    background-color: var(--theme-color);
    color: var(--white-color);
    position: absolute;
    top: 50%;
    border: 2px solid var(--white-color);
    box-shadow: 0px 4px 25px rgba(0,0,0,0.1);
    left: var(--pos-x, -30px);
    width: var(--icon-size, 61px);
    height: var(--icon-size, 56px);
    line-height: var(--icon-size, 54px);
    font-size: var(--icon-font-size, 18px);
    margin-top: calc(var(--icon-size, 56px) / -2);
    z-index: 3;
    border-radius: 30px;
}

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

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

    .slider-arrow.style2 {
        border-radius: 22px;
    }

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

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

.arrow-margin .slider-arrow {
    top: calc(50% - 30px);
}

.arrow-wrap {
    position: relative;
}

    .arrow-wrap .slider-arrow {
        opacity: 0;
        visibility: hidden;
        -webkit-transform: scale(0.4);
        -ms-transform: scale(0.4);
        transform: scale(0.4);
    }

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

.arrow-wrap:hover .slider-arrow {
    opacity: 1;
    visibility: visible;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
}

@media (max-width: 1500px) {
    .slider-arrow {
        --arrow-horizontal: -20px;
        --pos-x: 20px;
    }
}

@media (max-width: 1399px) {
    .slider-arrow {
        --arrow-horizontal: 40px;
    }
}

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

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

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

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

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

.slick-3d-active {
    margin-left: -12%;
    margin-right: -12%;
}

    .slick-3d-active .slick-list {
        padding-left: 30% !important;
        padding-right: 30% !important;
    }

    .slick-3d-active .slick-track {
        max-width: 100% !important;
        -webkit-transform: translate3d(0, 0, 0) !important;
        transform: translate3d(0, 0, 0) !important;
        -webkit-perspective: 100px;
        perspective: 100px;
    }

    .slick-3d-active .slick-slide {
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        margin: auto;
        opacity: 0;
        width: 100% !important;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
        -webkit-transition: opacity 1s, -webkit-transform 1s;
        transition: opacity 1s, -webkit-transform 1s;
        transition: transform 1s, opacity 1s;
        transition: transform 1s, opacity 1s, -webkit-transform 1s;
    }

    .slick-3d-active .slick-3d-next, .slick-3d-active .slick-3d-prev, .slick-3d-active .slick-3d-next2, .slick-3d-active .slick-3d-prev2 {
        display: block;
    }

    .slick-3d-active .slick-current {
        opacity: 1;
        position: relative;
        display: block;
        z-index: 2;
    }

    .slick-3d-active .slick-3d-next {
        opacity: 1;
        -webkit-transform: translate3d(50%, 0, -21px);
        transform: translate3d(50%, 0, -21px);
        z-index: 1;
        -webkit-perspective: 1000px;
        perspective: 1000px;
    }

    .slick-3d-active .slick-3d-next2 {
        opacity: 1;
        -webkit-transform: translate3d(40%, 0, -23px);
        transform: translate3d(40%, 0, -23px);
        z-index: 0;
        -webkit-perspective: 1000px;
        perspective: 1000px;
    }

    .slick-3d-active .slick-3d-prev {
        opacity: 1;
        -webkit-transform: translate3d(-50%, 0, -21px);
        transform: translate3d(-50%, 0, -21px);
    }

        .slick-3d-active .slick-3d-prev .testi-card {
            box-shadow: none;
        }

    .slick-3d-active .slick-3d-prev2 {
        opacity: 1;
        -webkit-transform: translate3d(-40%, 0, -23px);
        transform: translate3d(-40%, 0, -23px);
    }

.slider-drag-cursor {
    pointer-events: none;
    z-index: 99999;
    position: fixed;
    top: 0;
    left: -2px;
    height: 36px;
    width: 36px;
    -webkit-transition: width .1s ease-in-out;
    transition: width .1s ease-in-out;
    background: var(--theme-color);
    opacity: 1;
    width: 120px;
    height: 120px;
    line-height: 120px;
    text-align: center;
    border-radius: 100%;
    color: var(--white-color);
    display: none;
    cursor: none;
}

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

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

    .ot-menu-wrapper .mobile-logo {
        padding: 40px 30px 50px;
        display: block;
        text-align: center;
        background-color: var(--smoke-color2);
        -webkit-clip-path: polygon(0 0, 100% 0, 100% 75%, 50% 100%, 0 75%);
        clip-path: polygon(0 0, 100% 0, 100% 75%, 50% 100%, 0 75%);
    }

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

    .ot-menu-wrapper .ot-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%;
    }

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

    .ot-menu-wrapper .ot-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;
    }

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

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

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

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

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

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

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

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

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

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

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

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

        .ot-mobile-menu ul .ot-item-has-children > a {
            position: relative;
        }

            .ot-mobile-menu ul .ot-item-has-children > a .ot-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%;
            }

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

            .ot-mobile-menu ul .ot-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;
            }

        .ot-mobile-menu ul .ot-item-has-children.ot-active > a .ot-mean-expand:before {
            content: "\f068";
        }

        .ot-mobile-menu ul .ot-item-has-children.ot-active > a:after {
            content: "\f068";
        }

    .ot-mobile-menu > ul {
        padding: 0 40px;
    }

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

.ot-menu-toggle {
    width: 50px;
    height: 50px;
    line-height: 49px;
    padding: 0;
    font-size: 18px;
    border: none;
    background-color: transparent;
    color: var(--title-color);
    border: 1px solid var(--ot-border-color);
    display: inline-block;
    border-radius: 30px;
}

    .ot-menu-toggle:hover {
        background-color: var(--theme-color);
    }

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

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

.preloader {
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 999;
    background-color: var(--title-color);
}

    .preloader .ot-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 0 auto;
    }

.loader {
    width: 48px;
    height: 48px;
    border: 3px dotted #fff;
    border-style: solid solid dotted dotted;
    border-radius: 50%;
    display: inline-block;
    position: relative;
    box-sizing: border-box;
    -webkit-animation: rotation 2s linear infinite;
    animation: rotation 2s linear infinite;
}

    .loader::after {
        content: "";
        box-sizing: border-box;
        position: absolute;
        left: 0;
        right: 0;
        top: 0;
        bottom: 0;
        margin: auto;
        border: 3px dotted var(--theme-color);
        border-style: solid solid dotted;
        width: 24px;
        height: 24px;
        border-radius: 50%;
        -webkit-animation: rotationBack 1s linear infinite;
        animation: rotationBack 1s linear infinite;
        -webkit-transform-origin: center center;
        -ms-transform-origin: center center;
        transform-origin: center center;
    }

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

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

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

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

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

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

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

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

.ot-btn {
    position: relative;
    z-index: 2;
    overflow: hidden;
    vertical-align: middle;
    display: inline-block;
    border: none;
    text-transform: capitalize;
    text-align: center;
    background-color: var(--theme-color);
    color: var(--white-color);
    font-family: var(--title-font);
    font-size: 16px;
    font-weight: 700;
    line-height: 1;
    padding: 20px 30px;
    min-width: 170px;
    border-radius: 50px;
}

    .ot-btn:before {
        content: "";
        position: absolute;
        height: 100%;
        bottom: 0;
        left: 0;
        width: 0;
        background-color: var(--title-color);
        z-index: -1;
        -webkit-transition: all 0.4s ease-out;
        transition: all 0.4s ease-out;
        border-radius: inherit;
    }

    .ot-btn i {
        font-size: 0.94em;
    }

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

        .ot-btn:hover::before, .ot-btn.active::before {
            width: 100%;
        }

    .ot-btn.style2 {
        background-color: transparent;
        color: var(--white-color);
        border: 1px solid var(--white-color);
        padding: 20px 40px;
        box-shadow: none;
    }

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

            .ot-btn.style2:hover:before, .ot-btn.style2:hover:after {
                background-color: var(--white-color);
            }

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

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

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

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

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

    .ot-btn.style5 {
        background-color: var(--theme-color);
        color: var(--white-color);
    }

        .ot-btn.style5:hover {
            color: var(--theme-color);
        }

            .ot-btn.style5:hover:before, .ot-btn.style5:hover:after {
                background-color: var(--white-color);
            }

    .ot-btn.style6 {
        background-color: var(--title-color);
    }

        .ot-btn.style6:hover {
            color: var(--theme-color);
        }

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

    .ot-btn.style7 {
        background-color: transparent;
        border: 1px solid rgba(92,112,126,0.15);
        color: var(--title-color);
        padding: 11px 20px;
        min-width: 150px;
    }

        .ot-btn.style7:before, .ot-btn.style7:after {
            background-color: var(--title-color);
        }

        .ot-btn.style7:hover {
            color: var(--white-color);
        }

    .ot-btn.style8 {
        background-color: rgba(243,159,95,0.2);
        border: 1px solid rgba(243,159,95,0.2);
        color: var(--theme-color);
        padding: 11px 20px;
        min-width: 150px;
    }

        .ot-btn.style8:before, .ot-btn.style8:after {
            background-color: var(--theme-color);
        }

        .ot-btn.style8:hover {
            color: var(--white-color);
        }

    .ot-btn.style9 {
        background-color: transparent;
        border: 1px solid rgba(92,112,126,0.3);
        color: var(--title-color);
        padding: 13px 20px;
        min-width: 150px;
    }

        .ot-btn.style9:before, .ot-btn.style9:after {
            background-color: var(--title-color);
        }

        .ot-btn.style9:hover {
            color: var(--white-color);
        }

    .ot-btn.style10 {
        background-color: transparent;
        border: 1px solid #ffffff;
        color:#ffc107;
        padding: 13px 20px;
        min-width: 150px;
    }

        .ot-btn.style10:before, .ot-btn.style10:after {
            background-color: #B22222;
        }

        .ot-btn.style10:hover {
            color: var(--white-color);
        }

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

        .ot-btn.style-white:before, .ot-btn.style-white:after {
            background-color: var(--title-color);
        }

        .ot-btn.style-white:hover {
            color: var(--white-color);
        }

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

    .ot-btn.style-white2 {
        background-color: var(--white-color);
        color: var(--title-color);
    }

        .ot-btn.style-white2:before, .ot-btn.style-white2:after {
            background-color: var(--theme-color);
        }

        .ot-btn.style-white2:hover {
            color: var(--white-color);
        }

            .ot-btn.style-white2:hover:before, .ot-btn.style-white2:hover:after {
                background-color: var(--theme-color);
            }

    .ot-btn.btn-fw {
        width: 100%;
    }

        .ot-btn.btn-fw:before, .ot-btn.btn-fw:after {
            display: none;
        }

        .ot-btn.btn-fw:hover {
            background-color: var(--title-color);
        }

    .ot-btn.btn-sm {
        padding: 14.5px 25px;
        min-width: 145px;
    }

.icon-btn {
    display: inline-block;
    width: var(--btn-size, 56px);
    height: var(--btn-size, 56px);
    line-height: var(--btn-size, 54px);
    font-size: var(--btn-font-size, 18px);
    background-color: var(--icon-bg, #f8f8f8);
    color: var(--title-color);
    text-align: center;
    border-radius: 99px;
    border: none;
    -webkit-transition: 0.4s ease-in-out;
    transition: 0.4s ease-in-out;
    position: relative;
}

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

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

    .play-btn > i {
        display: inline-block;
        width: var(--icon-size, 55px);
        height: var(--icon-size, 55px);
        line-height: var(--icon-size, 55px);
        text-align: center;
        background-color: var(--theme-color);
        color: var(--white-color);
        font-size: var(--icon-font-size, 1.2em);
        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: transparent;
        border: 1px solid var(--theme-color);
        z-index: -1;
        border-radius: 50%;
        -webkit-transition: all ease 0.4s;
        transition: all ease 0.4s;
    }

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

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

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

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

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

    .play-btn.style3 > i {
        --icon-size: 40px;
        font-size: 14px;
        border: 1px solid;
        background-color: var(--theme-color);
        color: var(--white-color);
    }

    .play-btn.style3:before, .play-btn.style3:after {
        background-color: var(--white-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:after, .play-btn.style4:before {
        background: rgba(255,255,255,0.5);
        border: 0;
    }

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

.link-btn {
    font-weight: 700;
    font-size: 16px;
    display: inline-block;
    line-height: 0.8;
    position: relative;
    padding: 0;
    padding-bottom: 2px;
    margin-bottom: -2px;
    text-transform: capitalize;
    color: var(--title-color);
    background: transparent;
    border: 0;
}

    .link-btn i {
        margin-left: 5px;
        font-size: 0.9rem;
        -webkit-transition: 0.4s ease-in-out;
        transition: 0.4s ease-in-out;
    }

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

        .link-btn.style-black i {
            color: var(--theme-color);
        }

    .link-btn:hover {
        color: var(--theme-color);
    }

        .link-btn:hover::before {
            width: 100%;
        }

        .link-btn:hover .fa-arrow-up-right {
            -webkit-transform: rotate(-315deg);
            -ms-transform: rotate(-315deg);
            transform: rotate(-315deg);
        }

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

    .line-btn i {
        margin-left: 5px;
        font-size: 0.9rem;
    }

    .line-btn:before {
        content: "";
        position: absolute;
        left: 0;
        bottom: 0;
        width: 100%;
        height: 1px;
        background-color: var(--title-color);
        -webkit-transition: all ease 0.4s;
        transition: all ease 0.4s;
    }

    .line-btn:hover {
        color: var(--theme-color);
    }

        .line-btn:hover::before {
            background-color: var(--theme-color);
            width: 45px;
        }

.filter-menu {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    gap: 24px;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

    .filter-menu .tab-btn {
        color: var(--body-color);
    }

        .filter-menu .tab-btn:before {
            bottom: -3px;
        }

        .filter-menu .tab-btn:hover, .filter-menu .tab-btn.active {
            color: var(--theme-color);
        }

            .filter-menu .tab-btn:hover:before, .filter-menu .tab-btn.active:before {
                width: 100%;
            }

.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) - 8px);
    margin-top: -0.26em;
    text-transform: capitalize;
}

.sub-title {
    display: block;
    font-size: 20px;
    font-weight: 600;
    font-family: var(--title-font);
    color: var(--title-color);
    margin-bottom: 27px;
    text-transform: capitalize;
    margin-top: -0.58em;
}

    .sub-title .text {
        position: relative;
        padding: 0 0 0 23px;
    }

        .sub-title .text:before, .sub-title .text:after {
            content: '';
            height: 8px;
            width: 8px;
            position: absolute;
            top: 5px;
            background-color: var(--theme-color);
            box-shadow: 0px 3px 11px rgba(14,89,242,0.4);
            border-radius: 1px;
        }

        .sub-title .text:before {
            left: 0;
        }

        .sub-title .text:after {
            right: 0;
            display: none;
        }

    .sub-title.icon-white .text:before, .sub-title.icon-white .text:after {
        background-color: var(--white-color);
        box-shadow: none;
    }

.title-area.text-center .sub-title .text {
    padding-right: 23px;
}

    .title-area.text-center .sub-title .text:after {
        display: block;
    }

.title-area[class*="-start"] .sub-title .text {
    padding-right: 0;
}

    .title-area[class*="-start"] .sub-title .text:after {
        display: none;
    }

.box-title {
    font-size: 24px;
    line-height: 1.333;
    margin-top: -0.28em;
}

    .box-title a {
        color: inherit;
    }

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

.box-subtitle {
    margin-bottom: 8px;
}

.box-title2 {
    font-size: 20px;
    line-height: 1.5;
    font-weight: 700;
    margin-top: -0.35em;
}

    .box-title2 a {
        color: inherit;
    }

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

.title-area {
    margin-bottom: calc(var(--section-title-space) - 8px);
    position: relative;
    z-index: 2;
}

    .title-area .sec-title {
        margin-bottom: 22px;
    }

    .title-area.mb-0 .sec-title {
        margin-bottom: -0.24em;
    }

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

.mb-37 {
    margin-bottom: 37px;
}

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

.sec-btn {
    text-align: center;
}

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

.title-area2 {
    padding: 50px 100px;
}

    .title-area2 .subtitle {
        color: var(--white-color);
        text-transform: uppercase;
        margin-top: -0.4em;
        margin-bottom: 5px;
        display: block;
    }

    .title-area2 .title {
        color: var(--white-color);
        max-width: 430px;
        margin-bottom: -0.26em;
    }

@media (max-width: 1700px) {
    .title-area2 {
        padding: 50px 50px;
    }
}

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

    .shadow-title {
        font-size: 64px;
    }

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

    .title-area2 .title {
        max-width: 300px;
    }
}

@media (max-width: 991px) {
    .shadow-title {
        font-size: 60px;
    }

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

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

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

    .sub-title.h4 {
        font-size: 22px;
    }
}

@media (max-width: 767px) {
    .title-area2 {
        text-align: center;
    }

        .title-area2 .title {
            max-width: 100%;
        }
}

@media (max-width: 575px) {
    .shadow-title {
        font-size: 52px;
    }
}

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

    .title-area2 {
        padding: 40px 20px;
    }
}

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

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

    .shape-mockup.z-index-3 {
        z-index: 3;
        pointer-events: none;
    }

    .shape-mockup.z-index-1 {
        z-index: 1;
        pointer-events: none;
    }

    .shape-mockup .svg-img {
        height: 110px;
        width: 110px;
    }

.z-index-step1 {
    position: relative;
    z-index: 4 !important;
}

.z-index-common {
    position: relative;
    z-index: 3;
}

.z-index-3 {
    z-index: 3;
}

.z-index-n1 {
    z-index: -1;
}

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

.ot-social a {
    display: inline-block;
    width: var(--icon-size, 45px);
    height: var(--icon-size, 45px);
    line-height: var(--icon-size, 45px);
    background-color: var(--smoke-color);
    color: var(--body-color);
    font-size: 16px;
    text-align: center;
    margin-right: 5px;
    border-radius: 99px;
}

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

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

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

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

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

.box-text {
    line-height: 24px;
    margin-bottom: -0.45em;
}

.btn-group {
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-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;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    gap: 30px;
}

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

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

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

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

    .ot-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.5);
    -ms-transform: scale(0.5);
    transform: scale(0.5);
}

.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-16 {
    font-size: 16px !important;
}

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

.bg-theme {
    background-color: #0B1D51 !important;
}

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

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

.bg-smoke3 {
    background: #D50B8B;
}

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

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

.bg-gray {
    background-color: var(--gray-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;
}

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

.cloud-bg-top-shape1 {
    background-size: auto;
    background-repeat: repeat-x;
    background-position: top left;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 42px;
    -webkit-animation: headerShapeAnim 80s linear infinite;
    animation: headerShapeAnim 80s linear infinite;
}

.cloud-bg-bottom-shape1 {
    background-size: auto;
    background-repeat: repeat-x;
    background-position: top left;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 42px;
    -webkit-transform: rotateX(180deg);
    transform: rotateX(180deg);
    -webkit-animation: headerShapeAnim 80s linear infinite;
    animation: headerShapeAnim 80s linear infinite;
}

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

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

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

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

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

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

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

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

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

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

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

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

.text-inherit {
    color: inherit;
}

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

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

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

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

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

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

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

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

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

[data-overlay="smoke"]:before {
    background-color: var(--smoke-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 10s linear infinite;
    animation: spin 10s 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);
    }
}

.pulse {
    -webkit-animation: pulse 8s linear infinite;
    animation: pulse 8s linear infinite;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

    100% {
        opacity: 1;
    }
}

@keyframes fadein {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@-webkit-keyframes slidebottomright {
    0% {
        opacity: 0;
        -webkit-transform: translateX(120px) translateY(120px);
        transform: translateX(120px) translateY(120px);
    }

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

@keyframes slidebottomright {
    0% {
        opacity: 0;
        -webkit-transform: translateX(120px) translateY(120px);
        transform: translateX(120px) translateY(120px);
    }

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

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

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

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

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

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

.widget_nav_menu a, .widget_meta a, .widget_pages a, .widget_archive a, .widget_categories a, .widget_categories2 a, .wp-block-categories a {
    font-size: 16px;
    display: block;
    background-color: var(--white-color);
    margin-bottom: 12px;
    padding: 13.5px 40px 13.5px 20px;
    font-size: 16px;
    line-height: 1.313;
    font-weight: 500;
    color: var(--title-color);
    -webkit-transition: 0.4s ease-in-out;
    transition: 0.4s ease-in-out;
    border-radius: 30px;
    border: 1px solid var(--ot-border-color);
}

    .widget_nav_menu a::before, .widget_meta a::before, .widget_pages a::before, .widget_archive a::before, .widget_categories a::before, .widget_categories2 a::before, .wp-block-categories a::before {
        content: '\f061';
        position: absolute;
        right: 30px;
        top: 17px;
        font-family: var(--icon-font);
        font-weight: 600;
        color: inherit;
    }

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

    .widget_nav_menu li > span, .widget_meta li > span, .widget_pages li > span, .widget_archive li > span, .widget_categories li > span, .widget_categories2 li > span, .wp-block-categories li > span {
        color: var(--body-color);
        text-align: center;
        font-weight: 500;
        position: absolute;
        right: 30px;
        top: 11px;
        -webkit-transition: all ease-in-out 0.4s;
        transition: all ease-in-out 0.4s;
        pointer-events: none;
        min-width: 20px;
        text-align: right;
        background-color: var(--white-color);
    }

.widget_nav_menu a:hover, .widget_meta a:hover, .widget_pages a:hover, .widget_archive a:hover, .widget_categories a:hover, .widget_categories2 a:hover, .wp-block-categories a:hover {
    color: var(--theme-color);
    box-shadow: none;
    border-color: var(--theme-color);
}

    .widget_nav_menu a:hover ~ span, .widget_meta a:hover ~ span, .widget_pages a:hover ~ span, .widget_archive a:hover ~ span, .widget_categories a:hover ~ span, .widget_categories2 a:hover ~ span, .wp-block-categories a:hover ~ span {
        color: var(--theme-color);
    }

.widget_nav_menu .sub-menu, .widget_nav_menu .children, .widget_meta .sub-menu, .widget_meta .children, .widget_pages .sub-menu, .widget_pages .children, .widget_archive .sub-menu, .widget_archive .children, .widget_categories .sub-menu, .widget_categories .children, .widget_categories2 .sub-menu, .widget_categories2 .children, .wp-block-categories .sub-menu, .wp-block-categories .children {
    margin-left: 10px;
}

.wp-block-categories {
    list-style: none;
    padding: 0;
}

    .wp-block-categories > li:last-child > a {
        border-bottom: none;
    }

.widget_categories2 ul {
    margin-bottom: -0.3em;
}

.widget_categories2 li:not(:last-child) {
    margin-bottom: 10px;
}

.widget_categories2 li .category-number {
    top: -2px;
    right: 0;
}

.widget_categories2 li label {
    font-size: 15px;
    font-weight: 500;
    font-family: var(--title-font);
    margin-bottom: 0;
}

    .widget_categories2 li label:before {
        top: 6.5px;
        height: 16px;
        width: 16px;
        line-height: 16px;
        border-radius: 2px;
    }

.widget_categories2 li.product-rating .rating {
    color: var(--yellow-color);
    font-size: 14px;
}

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

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

.widget {
    padding: var(--widget-padding-y, 30px) var(--widget-padding-x, 30px);
    margin-bottom: 30px;
    position: relative;
    border-radius: 30px;
    border: 1px solid var(--ot-border-color);
}

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

    .widget select, .widget input, .widget .form-select, .widget .form-control, .widget textarea {
        background-color: var(--white-color);
        border-radius: 6px;
    }

    .widget textarea {
        min-height: 120px;
    }

    .widget .form-group > i {
        background-color: var(--white-color);
    }

    .widget.bg-smoke {
        border: none;
    }

.widget_title {
    position: relative;
    font-size: 24px;
    font-weight: 700;
    font-family: var(--title-font);
    line-height: 1em;
    margin: -0.12em 0 22px 0;
    padding-bottom: 16px;
}

    .widget_title:after {
        content: '';
        height: 2px;
        width: 84px;
        background-image: -webkit-linear-gradient(left, var(--theme-color), transparent);
        background-image: linear-gradient(to right, var(--theme-color), transparent);
        position: absolute;
        bottom: 0;
        left: 0;
    }

@media (max-width: 1299px) {
    .widget_title {
        font-size: 22px;
    }
}

.widget-form {
    --bs-gutter-x: 20px;
}

.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: 30px;
        padding-right: 55px;
        border: 1px solid var(--ot-border-color);
    }

        .widget .search-form input:focus {
            border-color: var(--theme-color);
        }

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

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

.widget-availability .info {
    background-color: var(--white-color);
    border-radius: 15px;
    padding: 14px 20px;
    margin-bottom: 15px;
}

    .widget-availability .info:last-child {
        margin-bottom: 0;
    }

    .widget-availability .info i {
        margin-right: 4px;
    }

    .widget-availability .info.closed {
        color: var(--theme-color);
    }

.wp-block-tag-cloud a, .tagcloud a {
    display: inline-block;
    font-size: 14px;
    font-weight: 500;
    text-transform: capitalize;
    line-height: 1;
    padding: 12px 15px 12px 15px;
    margin-right: 6px;
    margin-bottom: 10px;
    color: var(--title-color);
    background-color: var(--white-color);
    border-radius: 40px;
    border: 1px solid var(--ot-border-color);
}

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

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

.sidebar-gallery {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 12px;
    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: 10px;
    }

        .sidebar-gallery .gallery-thumb:before {
            content: '';
            height: calc(100% - 14px);
            width: calc(100% - 14px);
            background-color: var(--title-color);
            opacity: 0.6;
            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%);
        }

    .sidebar-gallery .wp-block-image {
        overflow: hidden;
        position: relative;
        border-radius: 5px;
        width: 100% !important;
    }

        .sidebar-gallery .wp-block-image img {
            width: 100%;
        }

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

    .recent-post:last-child {
        margin-bottom: 0;
        padding-bottom: 0;
        border-bottom: none;
    }

    .recent-post .media-img {
        margin-right: 15px;
        width: 80px;
        overflow: hidden;
        border-radius: 16px;
        position: relative;
    }

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

        .recent-post .media-img:after {
            content: '\f0c1';
            font-family: var(--icon-font);
            position: absolute;
            inset: 0;
            text-align: center;
            line-height: 85px;
            font-size: 24px;
            background-color: rgba(0,0,0,0.7);
            color: var(--theme-color);
            border-radius: inherit;
            pointer-events: none;
            -webkit-transform: scale(0);
            -ms-transform: scale(0);
            transform: scale(0);
            -webkit-transition: 0.4s ease-in-out;
            transition: 0.4s ease-in-out;
        }

    .recent-post .post-title {
        font-weight: 700;
        font-size: 16px;
        line-height: 24px;
        margin: 0 0 8px 0;
        font-family: var(--title-font);
    }

    .recent-post .recent-post-meta svg {
        margin-top: -3px;
        margin-right: 2px;
    }

    .recent-post .recent-post-meta a {
        text-transform: capitalize;
        font-size: 14px;
        font-weight: 600;
        color: var(--theme-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);
    }

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

.sidebar-area {
    position: relative;
    margin-bottom: -10px;
}

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

    .sidebar-area .widget_nav_menu > ul, .sidebar-area .widget_nav_menu .menu, .sidebar-area .widget_meta > ul, .sidebar-area .widget_meta .menu, .sidebar-area .widget_pages > ul, .sidebar-area .widget_pages .menu, .sidebar-area .widget_archive > ul, .sidebar-area .widget_archive .menu, .sidebar-area .widget_categories > ul, .sidebar-area .widget_categories .menu, .sidebar-area .wp-block-categories > ul, .sidebar-area .wp-block-categories .menu {
        margin: 0 0 -10px 0;
    }

    .sidebar-area .wp-block-categories {
        margin: 0 0 -10px 0;
    }

    .sidebar-area .sidebar-gallery {
        margin-bottom: 0 !important;
    }

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

.widget_shopping_cart .widget_title {
    margin-bottom: 35px;
    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 .ot-btn {
    margin-right: 15px;
}

    .widget_shopping_cart .ot-btn:last-child {
        margin-right: 0;
    }

.project-sidebar {
    position: -webkit-sticky;
    position: sticky;
    top: 120px;
    right: 0;
}

.project_info {
    background-color: var(--theme-color);
    border: none;
}

    .project_info .widget_title {
        color: var(--white-color);
        margin-bottom: 15px;
    }

    .project_info .box-text {
        color: var(--white-color);
        margin-bottom: 35px;
    }

    .project_info .box-link {
        font-size: 18px;
        font-weight: 500;
        color: var(--white-color);
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        gap: 15px;
        margin-top: 26px;
        margin-bottom: -0.3em;
    }

        .project_info .box-link i {
            width: 18px;
            position: relative;
            top: 3px;
        }

        .project_info .box-link a {
            color: inherit;
        }

            .project_info .box-link a:hover {
                color: var(--title-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;
    }

    .project_info {
        --widget-padding-x: 20px;
    }

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

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

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

@media (max-width: 767px) {
    .widget {
        padding: 20px;
        border-radius: 10px;
    }
}

@media (max-width: 330px) {
    .recent-post .post-title {
        font-size: 14px;
        line-height: 24px;
    }

    .recent-post .recent-post-meta a {
        font-size: 12px;
    }
}

.price_slider_wrapper .price_label {
    margin-bottom: 0px;
    font-weight: 500;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    gap: 4px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

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

@media (max-width: 1299px) {
    .price_slider_wrapper .price_label .button {
        margin-left: 0;
        margin-top: 5px;
        width: 100%;
    }
}

.price_slider_wrapper .ui-slider {
    height: 10px;
    position: relative;
    width: 100%;
    background-color: var(--body-color);
    border: none;
    margin-top: 25px;
    margin-bottom: 23px;
    cursor: pointer;
    border-radius: 30px;
}

.price_slider_wrapper .ui-slider-range {
    border: none;
    cursor: pointer;
    position: absolute;
    top: 0;
    height: 100%;
    z-index: 1;
    display: block;
    background-color: var(--theme-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: -3px;
    z-index: 2;
    background-color: var(--theme-color);
    border: 2px solid var(--white-color);
    -webkit-transform: translateX(-1px);
    -ms-transform: translateX(-1px);
    transform: translateX(-1px);
    box-shadow: 0px 0px 4px rgba(0,0,0,0.2);
}

    .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 {
    margin-left: auto;
    background-color: var(--theme-color);
    color: var(--white-color);
    font-weight: 400;
    line-height: 1.6;
    text-transform: capitalize;
    text-align: center;
    border: none;
    display: inline-block;
    overflow: hidden;
    position: relative;
    z-index: 2;
    padding: 5px 20px;
    min-width: 100px;
    font-size: 16px;
    border-radius: 8px;
    -webkit-transition: 0.4s ease-in;
    transition: 0.4s ease-in;
}

.widget-size-wrap {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    gap: 14px;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

    .widget-size-wrap a {
        height: 30px;
        width: 30px;
        line-height: 28px;
        text-align: center;
        border-radius: 4px;
        border: 1px solid rgba(92,112,126,0.3);
        background-color: transparent;
        padding: 0;
        margin-bottom: 0;
        font-size: 14px;
    }

        .widget-size-wrap a:before {
            display: none;
        }

        .widget-size-wrap a.active, .widget-size-wrap a:hover {
            background: transparent;
            border-color: var(--theme-color);
            color: var(--theme-color);
        }

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

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

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

        .footer-widget .sidebar-gallery {
            max-width: 287px;
            gap: 11px;
        }

            .footer-widget .sidebar-gallery .gallery-thumb {
                border-radius: 5px;
            }

        .footer-widget .widget_title {
            max-width: 270px;
            color: var(--white-color);
            font-weight: 600;
            text-transform: capitalize;
            margin-bottom: 36px;
        }

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

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

        .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: 500;
            padding: 0;
            margin-bottom: 18px;
            font-family: var(--body-font);
            color: var(--body-color);
            display: block;
            max-width: 100%;
            width: -webkit-max-content;
            width: -moz-max-content;
            width: max-content;
            padding-right: 0;
            padding-left: 21px;
            border: none;
            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';
                top: 1px;
                left: 0;
                font-weight: 400;
                font-size: 0.92em;
            }

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

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

            .footer-widget .recent-post .media-img {
                max-width: 65px;
                border-radius: 12px;
            }

                .footer-widget .recent-post .media-img:after {
                    line-height: 74px;
                }

            .footer-widget .recent-post .post-title {
                font-size: 18px;
                color: var(--white-color);
                font-weight: 500;
            }

            .footer-widget .recent-post:last-child {
                margin-bottom: 0;
                padding-bottom: 0;
                border-bottom: 0;
            }

            .footer-widget .recent-post .recent-post-meta a {
                color: var(--white-color);
                font-weight: 400;
                line-height: 1.2;
            }

            .footer-widget .recent-post .recent-post-meta i {
                margin-right: 8px;
                color: var(--white-color);
            }

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

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

        .footer-widget .sidebar-gallery {
            max-width: 250px;
        }

.about-logo {
    margin-bottom: 15px;
}

.ot-widget-about {
    max-width: 360px;
}

    .ot-widget-about .about-logo {
        margin-bottom: 32px;
        max-width:130px;
    }

    .ot-widget-about .about-text {
        margin-bottom: 30px;
        margin-top: -0.5em;
    }

.footer-text {
    margin-top: -0.45em;
    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;
    }

.ot-widget-contact {
    max-width: 340px;
}

    .ot-widget-contact .info-box {
        gap: 18px;
    }

        .ot-widget-contact .info-box .box-icon {
            width: 62px;
            height: 62px;
            border-radius: 50%;
            border: 2px solid var(--white-color);
            display: -webkit-box;
            display: -webkit-flex;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-align: center;
            -webkit-align-items: center;
            -ms-flex-align: center;
            align-items: center;
            -webkit-box-pack: center;
            -webkit-justify-content: center;
            -ms-flex-pack: center;
            justify-content: center;
            background-color: var(--theme-color);
            color: var(--white-color);
            -webkit-box-flex: 0;
            -webkit-flex: none;
            -ms-flex: none;
            flex: none;
        }

        .ot-widget-contact .info-box .box-subtitle {
            font-size: 14px;
            font-weight: 500;
            font-family: var(--title-font);
        }

        .ot-widget-contact .info-box .box-title {
            color: var(--white-color);
            font-size: 24px;
            font-weight: 600;
            word-break: break-all;
        }

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

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

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

[data-cue="fadeIn"], [data-cues="fadeIn"] > * {
    opacity: 0;
}

@-webkit-keyframes fadeIn {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

@keyframes fadeIn {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

[data-cue="slideInLeft"], [data-cues="slideInLeft"] > * {
    opacity: 0;
}

@-webkit-keyframes slideInLeft {
    from {
        opacity: 0;
        -webkit-transform: translateX(-60px);
        transform: translateX(-60px);
    }

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

@keyframes slideInLeft {
    from {
        opacity: 0;
        -webkit-transform: translateX(-60px);
        transform: translateX(-60px);
    }

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

[data-cue="slideInRight"], [data-cues="slideInRight"] > * {
    opacity: 0;
}

@-webkit-keyframes slideInRight {
    from {
        opacity: 0;
        -webkit-transform: translateX(60px);
        transform: translateX(60px);
    }

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

@keyframes slideInRight {
    from {
        opacity: 0;
        -webkit-transform: translateX(60px);
        transform: translateX(60px);
    }

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

[data-cue="slideInDown"], [data-cues="slideInDown"] > * {
    opacity: 0;
}

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

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

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

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

[data-cue="slideInUp"], [data-cues="slideInUp"] > * {
    opacity: 0;
}

@-webkit-keyframes slideInUp {
    from {
        opacity: 0;
        -webkit-transform: translateY(60px);
        transform: translateY(60px);
    }

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

@keyframes slideInUp {
    from {
        opacity: 0;
        -webkit-transform: translateY(60px);
        transform: translateY(60px);
    }

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

[data-cue="zoomIn"], [data-cues="zoomIn"] > * {
    opacity: 0;
}

@-webkit-keyframes zoomIn {
    from {
        opacity: 0;
        -webkit-transform: scale(.8);
        transform: scale(.8);
    }

    to {
        opacity: 1;
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}

@keyframes zoomIn {
    from {
        opacity: 0;
        -webkit-transform: scale(.8);
        transform: scale(.8);
    }

    to {
        opacity: 1;
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}

[data-cue="zoomOut"], [data-cues="zoomOut"] > * {
    opacity: 0;
}

@-webkit-keyframes zoomOut {
    from {
        opacity: 0;
        -webkit-transform: scale(1.2);
        transform: scale(1.2);
    }

    to {
        opacity: 1;
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}

@keyframes zoomOut {
    from {
        opacity: 0;
        -webkit-transform: scale(1.2);
        transform: scale(1.2);
    }

    to {
        opacity: 1;
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}

[data-cue="rotateIn"], [data-cues="rotateIn"] > * {
    opacity: 0;
}

@-webkit-keyframes rotateIn {
    from {
        opacity: 0;
        -webkit-transform: rotateZ(-15deg);
        transform: rotateZ(-15deg);
    }

    to {
        opacity: 1;
        -webkit-transform: rotateZ(0deg);
        transform: rotateZ(0deg);
    }
}

@keyframes rotateIn {
    from {
        opacity: 0;
        -webkit-transform: rotateZ(-15deg);
        transform: rotateZ(-15deg);
    }

    to {
        opacity: 1;
        -webkit-transform: rotateZ(0deg);
        transform: rotateZ(0deg);
    }
}

[data-cue="bounceIn"], [data-cues="bounceIn"] > * {
    opacity: 0;
}

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

    20% {
        -webkit-transform: scale3d(1.1, 1.1, 1.1);
        transform: scale3d(1.1, 1.1, 1.1);
    }

    40% {
        -webkit-transform: scale3d(0.9, 0.9, 0.9);
        transform: scale3d(0.9, 0.9, 0.9);
    }

    60% {
        opacity: 1;
        -webkit-transform: scale3d(1.03, 1.03, 1.03);
        transform: scale3d(1.03, 1.03, 1.03);
    }

    80% {
        -webkit-transform: scale3d(0.97, 0.97, 0.97);
        transform: scale3d(0.97, 0.97, 0.97);
    }

    100% {
        opacity: 1;
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1);
    }
}

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

    20% {
        -webkit-transform: scale3d(1.1, 1.1, 1.1);
        transform: scale3d(1.1, 1.1, 1.1);
    }

    40% {
        -webkit-transform: scale3d(0.9, 0.9, 0.9);
        transform: scale3d(0.9, 0.9, 0.9);
    }

    60% {
        opacity: 1;
        -webkit-transform: scale3d(1.03, 1.03, 1.03);
        transform: scale3d(1.03, 1.03, 1.03);
    }

    80% {
        -webkit-transform: scale3d(0.97, 0.97, 0.97);
        transform: scale3d(0.97, 0.97, 0.97);
    }

    100% {
        opacity: 1;
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1);
    }
}

[data-cue="bounceInLeft"], [data-cues="bounceInLeft"] > * {
    opacity: 0;
}

@-webkit-keyframes bounceInLeft {
    from,60%,75%,90%,to {
        -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
        animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    }

    0% {
        opacity: 0;
        -webkit-transform: translate3d(-3000px, 0, 0);
        transform: translate3d(-3000px, 0, 0);
    }

    60% {
        opacity: 1;
        -webkit-transform: translate3d(25px, 0, 0);
        transform: translate3d(25px, 0, 0);
    }

    75% {
        -webkit-transform: translate3d(-10px, 0, 0);
        transform: translate3d(-10px, 0, 0);
    }

    90% {
        -webkit-transform: translate3d(5px, 0, 0);
        transform: translate3d(5px, 0, 0);
    }

    to {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

@keyframes bounceInLeft {
    from,60%,75%,90%,to {
        -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
        animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    }

    0% {
        opacity: 0;
        -webkit-transform: translate3d(-3000px, 0, 0);
        transform: translate3d(-3000px, 0, 0);
    }

    60% {
        opacity: 1;
        -webkit-transform: translate3d(25px, 0, 0);
        transform: translate3d(25px, 0, 0);
    }

    75% {
        -webkit-transform: translate3d(-10px, 0, 0);
        transform: translate3d(-10px, 0, 0);
    }

    90% {
        -webkit-transform: translate3d(5px, 0, 0);
        transform: translate3d(5px, 0, 0);
    }

    to {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

[data-cue="bounceInRight"], [data-cues="bounceInRight"] > * {
    opacity: 0;
}

@-webkit-keyframes bounceInRight {
    from,60%,75%,90%,to {
        -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
        animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    }

    from {
        opacity: 0;
        -webkit-transform: translate3d(3000px, 0, 0);
        transform: translate3d(3000px, 0, 0);
    }

    60% {
        opacity: 1;
        -webkit-transform: translate3d(-25px, 0, 0);
        transform: translate3d(-25px, 0, 0);
    }

    75% {
        -webkit-transform: translate3d(10px, 0, 0);
        transform: translate3d(10px, 0, 0);
    }

    90% {
        -webkit-transform: translate3d(-5px, 0, 0);
        transform: translate3d(-5px, 0, 0);
    }

    to {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

@keyframes bounceInRight {
    from,60%,75%,90%,to {
        -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
        animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    }

    from {
        opacity: 0;
        -webkit-transform: translate3d(3000px, 0, 0);
        transform: translate3d(3000px, 0, 0);
    }

    60% {
        opacity: 1;
        -webkit-transform: translate3d(-25px, 0, 0);
        transform: translate3d(-25px, 0, 0);
    }

    75% {
        -webkit-transform: translate3d(10px, 0, 0);
        transform: translate3d(10px, 0, 0);
    }

    90% {
        -webkit-transform: translate3d(-5px, 0, 0);
        transform: translate3d(-5px, 0, 0);
    }

    to {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

[data-cue="bounceInDown"], [data-cues="bounceInDown"] > * {
    opacity: 0;
}

@-webkit-keyframes bounceInDown {
    from,60%,75%,90%,to {
        -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
        animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    }

    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, -3000px, 0);
        transform: translate3d(0, -3000px, 0);
    }

    60% {
        opacity: 1;
        -webkit-transform: translate3d(0, 25px, 0);
        transform: translate3d(0, 25px, 0);
    }

    75% {
        -webkit-transform: translate3d(0, -10px, 0);
        transform: translate3d(0, -10px, 0);
    }

    90% {
        -webkit-transform: translate3d(0, 5px, 0);
        transform: translate3d(0, 5px, 0);
    }

    to {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

@keyframes bounceInDown {
    from,60%,75%,90%,to {
        -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
        animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    }

    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, -3000px, 0);
        transform: translate3d(0, -3000px, 0);
    }

    60% {
        opacity: 1;
        -webkit-transform: translate3d(0, 25px, 0);
        transform: translate3d(0, 25px, 0);
    }

    75% {
        -webkit-transform: translate3d(0, -10px, 0);
        transform: translate3d(0, -10px, 0);
    }

    90% {
        -webkit-transform: translate3d(0, 5px, 0);
        transform: translate3d(0, 5px, 0);
    }

    to {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

[data-cue="bounceInUp"], [data-cues="bounceInUp"] > * {
    opacity: 0;
}

@-webkit-keyframes bounceInUp {
    from,60%,75%,90%,to {
        -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
        animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    }

    from {
        opacity: 0;
        -webkit-transform: translate3d(0, 3000px, 0);
        transform: translate3d(0, 3000px, 0);
    }

    60% {
        opacity: 1;
        -webkit-transform: translate3d(0, -20px, 0);
        transform: translate3d(0, -20px, 0);
    }

    75% {
        -webkit-transform: translate3d(0, 10px, 0);
        transform: translate3d(0, 10px, 0);
    }

    90% {
        -webkit-transform: translate3d(0, -5px, 0);
        transform: translate3d(0, -5px, 0);
    }

    to {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

@keyframes bounceInUp {
    from,60%,75%,90%,to {
        -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
        animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    }

    from {
        opacity: 0;
        -webkit-transform: translate3d(0, 3000px, 0);
        transform: translate3d(0, 3000px, 0);
    }

    60% {
        opacity: 1;
        -webkit-transform: translate3d(0, -20px, 0);
        transform: translate3d(0, -20px, 0);
    }

    75% {
        -webkit-transform: translate3d(0, 10px, 0);
        transform: translate3d(0, 10px, 0);
    }

    90% {
        -webkit-transform: translate3d(0, -5px, 0);
        transform: translate3d(0, -5px, 0);
    }

    to {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

[data-cue="flipInX"], [data-cues="flipInX"] > * {
    opacity: 0;
    -webkit-backface-visibility: visible;
    backface-visibility: visible;
}

@-webkit-keyframes flipInX {
    from {
        -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
        transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
        opacity: 0;
    }

    40% {
        -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
        transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
    }

    60% {
        -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
        transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
        opacity: 1;
    }

    80% {
        -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
        transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
    }

    to {
        opacity: 1;
        -webkit-transform: perspective(400px);
        transform: perspective(400px);
    }
}

@keyframes flipInX {
    from {
        -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
        transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
        opacity: 0;
    }

    40% {
        -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
        transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
    }

    60% {
        -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
        transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
        opacity: 1;
    }

    80% {
        -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
        transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
    }

    to {
        opacity: 1;
        -webkit-transform: perspective(400px);
        transform: perspective(400px);
    }
}

[data-cue="flipInY"], [data-cues="flipInY"] > * {
    opacity: 0;
    -webkit-backface-visibility: visible;
    backface-visibility: visible;
}

@-webkit-keyframes flipInY {
    from {
        -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
        transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
        opacity: 0;
    }

    40% {
        -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
        transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
    }

    60% {
        -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
        transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
        opacity: 1;
    }

    80% {
        -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
        transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
    }

    to {
        opacity: 1;
        -webkit-transform: perspective(400px);
        transform: perspective(400px);
    }
}

@keyframes flipInY {
    from {
        -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
        transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
        opacity: 0;
    }

    40% {
        -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
        transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
    }

    60% {
        -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
        transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
        opacity: 1;
    }

    80% {
        -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
        transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
    }

    to {
        opacity: 1;
        -webkit-transform: perspective(400px);
        transform: perspective(400px);
    }
}

.ot-header {
    position: relative;
    z-index: 999;
}

    .ot-header .icon-btn {
        --btn-size: 50px;
        min-width: 50px;
        line-height: 49px;
        background-color: transparent;
        border: 1px solid var(--ot-border-color);
        color: var(--title-color);
    }

        .ot-header .icon-btn:hover {
            background-color:#fb2896;
            color: var(--white-color);
        }

    .ot-header .menu-area {
        position: relative;
        z-index: 2;
        background-color: var(--white-color);
    }

    .ot-header .row {
        --bs-gutter-x: 8px;
    }

.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);
        -webkit-filter: drop-shadow(0 0 10px rgba(0,0,0,0.07));
        filter: drop-shadow(0 0 10px 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: 16px;
    font-family: var(--title-font);
    color: var(--title-color);
    text-transform: capitalize;
}

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

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

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

        .main-menu > ul > li > a:hover {
            color:#CF0F47;
        }

.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: "\f078";
            display: inline-block;
            position: relative;
            font-family: var(--icon-font);
            margin-left: 4px;
            font-weight: 600;
            top: 0;
            font-size: 0.9em;
            color: inherit;
            -webkit-transition: 0.2s;
            transition: 0.2s;
        }

        .main-menu ul li.menu-item-has-children > a:hover:after {
            -webkit-transform: rotate(180deg);
            -ms-transform: rotate(180deg);
            transform: rotate(180deg);
        }

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

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

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

    .main-menu ul.sub-menu {
        position: absolute;
        text-align: left;
        top: 100%;
        left: 0;
        background-color: var(--white-color);
        visibility: hidden;
        min-width: 230px;
        width: -webkit-max-content;
        width: -moz-max-content;
        width: max-content;
        padding: 7px;
        left: -14px;
        opacity: 0;
        z-index: -1;
        box-shadow: 0px 4px 15px rgba(1,15,28,0.06);
        border-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 {
        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: "\f054";
                float: right;
                top: 1px;
                display: inline-block;
            }

            .main-menu ul.sub-menu li.menu-item-has-children > a:hover:after {
                -webkit-transform: rotate(90deg);
                -ms-transform: rotate(90deg);
                transform: rotate(90deg);
            }

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

                .main-menu ul.sub-menu li a:before {
                    /*content: '\f6f0';*/
                    position: absolute;
                    top: 6px;
                    left: 10px;
                    font-family: var(--icon-font);
                    max-width: 14px;
                    text-align: center;
                    border-radius: 50%;
                    display: inline-block;
                    font-size: 1em;
                    line-height: 1;
                    color: var(--theme-color);
                    font-weight: 900;
                    opacity: 0;
                    visibility: visible;
                    -webkit-transition: 0.3s ease-in-out;
                    transition: 0.3s ease-in-out;
                }

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

                    .main-menu ul.sub-menu li a:hover:before {
                        visibility: visible;
                        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;
                }

@media (max-width: 1500px) {
    .main-menu > ul > li {
        margin: 0 13px;
    }
}

.simple-icon {
    border: none;
    background-color: transparent;
    padding: 0;
    font-size: 16px;
    position: relative;
    color: var(--title-color);
}

    .simple-icon:hover {
        color: var(--theme-color);
    }

    .simple-icon:has(.badge) {
        padding-right: 8px;
    }

    .simple-icon .badge {
        top: -8px;
        right: 0;
        font-size: 12px;
    }

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

    .header-button .ot-btn {
        margin-left: 10px;
    }

    .header-button .header-form {
        margin-right: 30px;
    }

@media (max-width: 1500px) {
    .header-button .header-form {
        margin-right: 0;
    }
}

@media (max-width: 1299px) {
    .header-button .header-form {
        display: none;
    }
}

.header-button .icon-btn .badge {
    font-size: 12px;
    top: 0;
    left: 0;
}

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

.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: 16px;
    display: inline-block;
    color: var(--body-color);
    margin: 0 15px 0 0;
}

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

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

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

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

        .header-links li:not(:last-child):after {
            content: '';
            height: 18px;
            width: 1px;
            background-color: var(--body-color);
            position: absolute;
            top: 50%;
            right: -22px;
            margin-top: -9px;
            opacity: 0.5;
        }

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

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

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

.header-links b, .header-links strong {
    font-weight: 600;
    margin-right: 6px;
}

.header-links .social-links a {
    font-size: 14px;
}

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

.links-menu li {
    display: inline-block;
    margin-right: 25px;
    color: var(--body-color);
}

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

    .links-menu li a {
        color: inherit;
    }

        .links-menu li a:hover {
            color: var(--theme-color);
        }

.header-notice {
    margin: 0;
    text-align: center;
}

    .header-notice a {
        color: inherit;
    }

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

@media (max-width: 375px) {
    .header-notice {
        font-size: 14px;
    }
}

.header-top {
    padding: 11px 0;
    background-color:#f34e13;
    --body-color: #fff;
}

    .header-top a:hover {
        color: var(--title-color);
    }

.header-form {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    max-width: 500px;
    border: 1px solid var(--ot-border-color);
    border-radius: 25px;
    padding-right: 20px;
}

    .header-form .form-group {
        margin-bottom: 0;
    }

        .header-form .form-group i {
            font-size: 14px;
            top: 18px;
            left: 20px;
            right: unset;
            color: var(--theme-color);
        }

    .header-form .form-control, .header-form .form-select {
        height: 50px;
        border: none;
        font-size: 14px;
        padding: 0 20px;
        border-radius: 0;
        color: var(--title-color);
    }

        .header-form .form-control::-moz-placeholder, .header-form .form-select::-moz-placeholder {
            color: var(--title-color);
        }

        .header-form .form-control::-webkit-input-placeholder, .header-form .form-select::-webkit-input-placeholder {
            color: var(--title-color);
        }

        .header-form .form-control:-ms-input-placeholder, .header-form .form-select:-ms-input-placeholder {
            color: var(--title-color);
        }

        .header-form .form-control::-webkit-input-placeholder, .header-form .form-select::-webkit-input-placeholder {
            color: var(--title-color);
        }

        .header-form .form-control::-moz-placeholder, .header-form .form-select::-moz-placeholder {
            color: var(--title-color);
        }

        .header-form .form-control:-ms-input-placeholder, .header-form .form-select:-ms-input-placeholder {
            color: var(--title-color);
        }

        .header-form .form-control::-ms-input-placeholder, .header-form .form-select::-ms-input-placeholder {
            color: var(--title-color);
        }

        .header-form .form-control::placeholder, .header-form .form-select::placeholder {
            color: var(--title-color);
        }

    .header-form .form-select {
        padding-left: 40px;
        width: 160px;
        background-position: right 20px center;
        border-radius: 25px;
        background-color: transparent;
    }

    .header-form .form-control {
        border-left: 1px solid var(--ot-border-color);
        background-color: transparent;
    }

    .header-form .submit-btn {
        margin-left: auto;
    }

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

    .header-layout1 .header-top a:hover {
        color:#f2e5ca;
    }

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

    .header-layout1 .header-logo {
        position: relative;
        z-index: 2;
        max-width: 130px;
    }

    .header-layout1 .ot-menu-toggle {
        margin-left: auto;
    }

@media (max-width: 1399px) {
    .header-layout1 .header-button .ot-btn {
        margin-left: 0;
    }
}

@media (max-width: 575px) {
    .header-layout1 .header-logo h2 {
        font-size: 36px;
    }

    .header-layout1 .header-logo img {
        max-width: 160px;
    }
}

.dropdown-link {
    position: relative;
}

    .dropdown-link > a {
        color: var(--body-color);
    }

.dropdown-toggle::after {
    content: "\f078";
    border: none;
    font-family: var(--icon-font);
    vertical-align: middle;
    font-weight: 400;
    margin-left: 6px;
    margin-top: -1px;
}

.dropdown-menu {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    min-width: auto;
    top: calc(100% + 6px) !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(--ot-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(--ot-border-color);
        border-left: 1px solid var(--ot-border-color);
    }

.category-menu {
    position: absolute;
    text-align: left;
    top: 100%;
    left: 0;
    background-color: var(--white-color);
    min-width: 100%;
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    left: 0;
    z-index: -1;
    -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;
}

    .category-menu ul {
        padding: 0;
        margin-bottom: 0;
        border-left: 1px solid rgba(92,112,126,0.15);
        border-right: 1px solid rgba(92,112,126,0.15);
        border-bottom: 1px solid rgba(92,112,126,0.15);
        border-radius: 0 0 20px 20px;
    }

    .category-menu li {
        list-style: none;
        border-bottom: 1px solid rgba(92,112,126,0.15);
    }

        .category-menu li:last-child {
            border-bottom: none;
        }

        .category-menu li.menu-item-has-children {
            position: relative;
        }

            .category-menu li.menu-item-has-children > a {
                display: -webkit-box;
                display: -webkit-flex;
                display: -ms-flexbox;
                display: flex;
                -webkit-box-align: center;
                -webkit-align-items: center;
                -ms-flex-align: center;
                align-items: center;
                gap: 10px;
            }

                .category-menu li.menu-item-has-children > a .category-number {
                    margin-left: auto;
                }

                .category-menu li.menu-item-has-children > a:hover:after {
                    -webkit-transform: rotate(90deg);
                    -ms-transform: rotate(90deg);
                    transform: rotate(90deg);
                }

        .category-menu li ul.sub-menu {
            position: absolute;
            text-align: left;
            top: 0;
            left: 100%;
            background-color: var(--white-color);
            visibility: hidden;
            min-width: 230px;
            width: -webkit-max-content;
            width: -moz-max-content;
            width: max-content;
            opacity: 0;
            z-index: -1;
            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;
        }

            .category-menu li ul.sub-menu a {
                font-size: 16px;
                line-height: 30px;
            }

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

    .category-menu a {
        display: block;
        font-weight: 500;
        text-transform: capitalize;
        color: var(--title-color);
        position: relative;
        padding: 10.5px 25px;
    }

        .category-menu a img {
            margin-right: 8px;
        }

        .category-menu a:hover {
            color: var(--theme-color);
        }

    .category-menu.close-category {
        visibility: hidden;
        opacity: 0;
        -webkit-transform: scaleY(0);
        -ms-transform: scaleY(0);
        transform: scaleY(0);
    }

    .category-menu.open-category {
        visibility: visible;
        opacity: 1;
        -webkit-transform: scaleY(1);
        -ms-transform: scaleY(1);
        transform: scaleY(1);
    }

.category-menu-wrap {
    position: relative;
    height: 100%;
    min-width: 312px;
}

    .category-menu-wrap:hover .category-menu {
        visibility: visible;
        opacity: 1;
        margin-top: 0;
        z-index: 9;
    }

.menu-expand {
    display: inline-block;
    font-size: 16px;
    font-weight: 600;
    color: var(--white-color);
    background-color: var(--theme-color);
    padding: 11px 25px;
    width: 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;
}

    .menu-expand span {
        margin-left: auto;
    }

        .menu-expand span i {
            margin-right: 0;
        }

@media (max-width: 1299px) {
    .menu-expand {
        font-size: 15px;
    }
}

.menu-expand i {
    margin-right: 15px;
}

.menu-expand:hover {
    color: var(--white-color);
}

.call-btn {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 16px;
    position: relative;
    padding-right: 24px;
    margin-right: 14px;
}

    .call-btn:after {
        content: '';
        position: absolute;
        right: 0;
        top: 50%;
        height: 30px;
        width: 1px;
        background: var(--ot-border-color);
        -webkit-transform: translate(0, -50%);
        -ms-transform: translate(0, -50%);
        transform: translate(0, -50%);
    }

@media (max-width: 575px) {
    .call-btn {
        padding: 0 15px;
    }
}

.call-btn .box-icon {
    color: var(--white-color);
    font-size: 26px;
    background: var(--theme-color);
    height: 50px;
    width: 50px;
    line-height: 45px;
    text-align: center;
    border-radius: 50%;
    border: 3px solid var(--white-color);
    position: relative;
}

    .call-btn .box-icon:after {
        content: '';
        position: absolute;
        border-radius: 50%;
        border: 1px solid var(--theme-color);
        inset: -4px;
    }

    .call-btn .box-icon i {
        -webkit-transform: rotate(-40deg);
        -ms-transform: rotate(-40deg);
        transform: rotate(-40deg);
    }

.call-btn .box-title {
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 0;
    color: var(--title-color);
}

@media (max-width: 575px) {
    .call-btn .box-title {
        font-size: 16px;
    }
}

.call-btn .box-subtitle {
    color: var(--title-color);
    font-size: 14px;
    font-weight: 600;
    margin-bottom: 7px;
    opacity: 0.8;
}

.header-layout2 .header-form {
    width: 850px;
    max-width: none;
}

    .header-layout2 .header-form .form-control, .header-layout2 .header-form .form-select {
        font-weight: 500;
        font-family: var(--title-font);
    }

.header-layout2 .menu-top {
    padding: 14px 0;
}

.header-layout2 .menu-area {
    background: var(--title-color);
}

    .header-layout2 .menu-area .header-button {
        gap: 20px;
    }

.header-layout2 .main-menu {
    margin-left: 32px;
}

    .header-layout2 .main-menu > ul > li > a {
        padding: 10px 0;
        color: var(--white-color);
    }

        .header-layout2 .main-menu > ul > li > a:after {
            margin-left: 6px;
            font-size: 12px;
        }

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

.header-layout2 .header-btn-link {
    font-size: 16px;
    font-weight: 400;
    color: var(--white-color);
}

    .header-layout2 .header-btn-link:hover {
        color: var(--theme-color);
    }

@media (max-width: 1500px) {
    .header-layout2 .header-form {
        width: 700px;
    }
}

@media (max-width: 1399px) {
    .header-layout2 .header-form {
        width: 580px;
    }
}

@media (max-width: 1299px) {
    .header-layout2 .header-form {
        width: 450px;
    }
}

@media (max-width: 991px) {
    .header-layout2 .menu-area {
        padding: 11px 0;
    }
}

@media (max-width: 575px) {
    .header-layout2 .menu-area .header-notice {
        display: none !important;
    }

    .header-layout2 .header-logo img {
        max-width: 160px;
    }
}

.footer-wrapper {
    --ot-border-color: rgba(255, 255, 255, 0.2);
    --body-color: #fff;
    position: relative;
    z-index: 2;
    background:#E4003A;
    /*background-image:linear-gradient(to right, #820604, #bb0803, #800603);*/
    overflow: hidden;
}

    .footer-wrapper .ot-social a {
        --icon-size: 40px;
        line-height: 37px;
        font-size: 14px;
        background-color: transparent;
        color: var(--white-color);
        border: 1px solid var(--ot-border-color);
        border-radius: 12px;
    }

        .footer-wrapper .ot-social a:hover {
            background-color: var(--theme-color);
            border-color: var(--theme-color);
        }

    .footer-wrapper .social-links a {
        margin: 0 30px 0 0;
    }

.widget-area {
    padding-top: 65px;
    padding-bottom: 30px;
}

.footer-bottom {
    border-top: 1px solid var(--ot-border-color);
}

.body-particle {
    position: absolute;
    inset: 0;
    z-index: 1;
    pointer-events: none;
}

.footer-layout1 {
    padding-top: 0px;
    z-index: 1;
}

    .footer-layout1 .footer-shape1 {
        position: absolute;
        right: 70px;
        bottom: 180px;
        z-index: -1;
    }

.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: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding-bottom: 80px;
    border-bottom: 1px solid var(--ot-border-color);
}

@media (max-width: 1299px) {
    .footer-contact-wrap {
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        gap: 20px;
    }
}

@media (max-width: 1299px) {
    .footer-contact {
        -webkit-box-flex: calc(50% - 10px);
        -webkit-flex: calc(50% - 10px);
        -ms-flex: calc(50% - 10px);
        flex: calc(50% - 10px);
    }
}

@media (max-width: 767px) {
    .footer-contact {
        -webkit-box-flex: 100%;
        -webkit-flex: 100%;
        -ms-flex: 100%;
        flex: 100%;
    }
}

.footer-contact .box-icon {
    width: 62px;
    height: 62px;
    line-height: 62px;
    text-align: center;
    position: relative;
}

    .footer-contact .box-icon:before {
        content: '';
        position: absolute;
        inset: 0;
        border-radius: 99px;
        border: 2px solid var(--white-color);
        background: var(--theme-color);
        z-index: -1;
        -webkit-animation: spin 10s linear infinite;
        animation: spin 10s linear infinite;
    }

.footer-contact .box-title {
    color: var(--white-color);
    margin-bottom: 0;
    font-weight: 600;
}

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

.footer-contact .box-label {
    margin-bottom: 10px;
}

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

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

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

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

            .copyright-wrap .copyright-text a:hover {
                color: var(--title-color);
            }

.copyright-text {
    margin: 0;
}

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

        .copyright-text a:hover {
            color: var(--white-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;
    }

.schedule-info {
    width: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    border-bottom: 1px dashed rgba(255,255,255,0.2);
    margin-bottom: 15px;
    padding-bottom: 15px;
}

    .schedule-info:last-of-type {
        margin-bottom: 0;
        padding-bottom: 0;
        border-bottom: none;
    }

.ot-widget-schedule {
    width: 280px;
    max-width: 100%;
}

    .ot-widget-schedule .title {
        color: var(--white-color);
        font-size: 20px;
        font-weight: 500;
        margin-bottom: 16px;
    }

.newsletter-form {
    position: relative;
    max-width: 450px;
    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;
}

    .newsletter-form input {
        height: 60px;
        border-radius: 8px;
    }

    .newsletter-form .ot-btn {
        min-width: 145px;
        padding: 21px 20px;
    }

.newsletter-widget {
    max-width: 355px;
}

    .newsletter-widget .newsletter-form {
        display: block;
    }

        .newsletter-widget .newsletter-form input {
            background-color: transparent;
            border: 1px solid var(--ot-border-color);
            width: 100%;
            border-radius: 30px;
            color: var(--white-color);
            padding: 0 70px 0 25px;
        }

    .newsletter-widget .form-group {
        margin-bottom: 0;
    }

    .newsletter-widget .icon-btn {
        --btn-size: 50px;
        border: none;
        background-color: var(--theme-color);
        color: var(--white-color);
        border-radius: 50%;
        min-width: 50px;
        padding: 0;
        position: absolute;
        top: 5px;
        right: 5px;
    }

        .newsletter-widget .icon-btn:hover {
            background-color: var(--theme-color2);
        }

    .newsletter-widget .footer-text {
        margin-bottom: 25px;
        font-weight: 500;
    }

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

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

.footer-layout2 {
    z-index: 1;
    background-position: bottom center;
}

    .footer-layout2 .footer-shape1 {
        position: absolute;
        right: 70px;
        bottom: 180px;
        z-index: -1;
    }

    .footer-layout2 .widget-area {
        padding-top: 100px;
        padding-bottom: 50px;
    }

    .footer-layout2 .copyright-wrap {
        border-top: 1px solid #395263;
        background: var(--title-color);
    }

.info-box {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 30px;
}

    .info-box:last-child {
        margin-bottom: 0;
    }

.info-box_icon {
    width: 30px;
    height: 30px;
    min-width: 30px;
    line-height: 32px;
    font-size: 14px;
    background-color: rgba(14,89,242,0.1);
    color: var(--theme-color);
    border-radius: 6px;
    text-align: center;
}

.info-box_text {
    display: block;
    color: var(--body-color);
    margin-top: -0.45em;
    margin-bottom: -0.45em;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    align-self: center;
}

.info-box_link {
    display: inline-block;
    color: var(--body-color);
}

    .info-box_link:hover {
        color: var(--theme-color);
    }

.breadcumb-menu {
    max-width: 100%;
    padding: 0;
    margin: 0;
    list-style-type: none;
    position: relative;
    margin-top: 17px;
    margin-bottom: -0.4em;
}

    .breadcumb-menu li {
        display: inline-block;
        margin-right: 3px;
        padding-right: 3px;
        list-style: none;
        position: relative;
    }

        .breadcumb-menu li:after {
            content: "\f054";
            position: relative;
            margin-left: 7px;
            font-weight: 500;
            font-size: 14px;
            color: inherit;
            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: 600;
        font-size: 18px;
        color: var(--title-color);
    }

.breadcumb-title {
    margin: -0.20em 0 -0.18em 0;
    line-height: 1.1;
    font-weight: 500;
    font-size: 40px;
    font-weight: 700;
}

.breadcumb-wrapper {
    background-color: #F0F0F0;
    padding: 90px 0;
    overflow: hidden;
}

@media (max-width: 1199px) {
    .breadcumb-menu li, .breadcumb-menu a, .breadcumb-menu span {
        font-size: 16px;
    }
}

.wp-block-query-pagination-numbers, .ot-pagination {
    margin-bottom: 30px;
}

    .wp-block-query-pagination-numbers ul, .ot-pagination ul {
        margin: 0;
        padding: 0;
    }

    .wp-block-query-pagination-numbers li, .ot-pagination li {
        display: inline-block;
        margin: 0 3px;
        list-style-type: none;
    }

        .wp-block-query-pagination-numbers li:last-child, .ot-pagination li:last-child {
            margin-right: 0;
        }

        .wp-block-query-pagination-numbers li:first-child, .ot-pagination li:first-child {
            margin-left: 0;
        }

    .wp-block-query-pagination-numbers span, .wp-block-query-pagination-numbers a, .ot-pagination span, .ot-pagination a {
        display: inline-block;
        text-align: center;
        position: relative;
        border: 1px solid var(--ot-border-color);
        color: var(--title-color);
        background-color: transparent;
        line-height: 48px;
        z-index: 1;
        font-size: 16px;
        font-weight: 600;
        border-radius: 30px;
        padding: 0 21px;
    }

        .wp-block-query-pagination-numbers span.active, .wp-block-query-pagination-numbers span:hover, .wp-block-query-pagination-numbers a.active, .wp-block-query-pagination-numbers a:hover, .ot-pagination span.active, .ot-pagination span:hover, .ot-pagination a.active, .ot-pagination a:hover {
            color: var(--theme-color);
            background-color: transparent;
            border-color: var(--theme-color);
        }

.wp-block-query-pagination-next {
    display: inline-block;
    text-align: center;
    position: relative;
    border: none;
    color: var(--title-color);
    background-color: var(--smoke-color2);
    min-width: 56px;
    height: 56px;
    line-height: 56px;
    z-index: 1;
    font-size: 16px;
    padding: 0 20px;
    font-weight: 500;
    border-radius: 12px;
    -webkit-transition: 0.4s ease-in-out;
    transition: 0.4s ease-in-out;
}

    .wp-block-query-pagination-next.active, .wp-block-query-pagination-next:hover {
        color: var(--white-color);
        background-color: var(--theme-color);
        border-color: var(--theme-color);
    }

@media (max-width: 767px) {
    .wp-block-query-pagination-numbers span, .wp-block-query-pagination-numbers a, .ot-pagination span, .ot-pagination a {
        width: 40px;
        height: 40px;
        line-height: 40px;
        font-size: 14px;
    }
}

.popup-search-box {
    position: fixed;
    top: 0;
    left: 0;
    background-color: rgba(0,0,0,0.65);
    height: 100%;
    width: 100%;
    overflow: hidden;
    z-index: 99999;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: 0.4s linear;
    transition: 0.4s linear;
    -webkit-transition-delay: 0.35s;
    transition-delay: 0.35s;
}

    .popup-search-box .search-content {
        background-color: var(--white-color);
        height: 350px;
        display: grid;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0);
        -webkit-transition: visibility 0.8s step-end,-webkit-transform 0.85s cubic-bezier(0.175, 1, 0.275, 1);
        transition: visibility 0.8s step-end,-webkit-transform 0.85s cubic-bezier(0.175, 1, 0.275, 1);
        transition: transform 0.85s cubic-bezier(0.175, 1, 0.275, 1),visibility 0.8s step-end;
        transition: transform 0.85s cubic-bezier(0.175, 1, 0.275, 1),visibility 0.8s step-end,-webkit-transform 0.85s cubic-bezier(0.175, 1, 0.275, 1);
    }

    .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 {
            -webkit-transform: rotate(90deg);
            -ms-transform: rotate(90deg);
            transform: rotate(90deg);
        }

    .popup-search-box form {
        display: block;
        padding-bottom: 40px;
        cursor: auto;
        width: 100%;
        max-width: 700px;
        margin-left: auto;
        margin-right: auto;
        -webkit-transform: scale(0);
        -ms-transform: scale(0);
        transform: scale(0);
        -webkit-transition: -webkit-transform ease 0.5s;
        transition: -webkit-transform ease 0.5s;
        transition: transform ease 0.5s;
        transition: transform ease 0.5s, -webkit-transform ease 0.5s;
    }

@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: var(--title-color);
    border-radius: 50px;
}

    .popup-search-box form input::-moz-placeholder {
        color: var(--title-color);
    }

    .popup-search-box form input::-webkit-input-placeholder {
        color: var(--title-color);
    }

    .popup-search-box form input:-ms-input-placeholder {
        color: var(--title-color);
    }

    .popup-search-box form input::-ms-input-placeholder {
        color: var(--title-color);
    }

    .popup-search-box form input::placeholder {
        color: var(--title-color);
    }

.popup-search-box form button {
    position: absolute;
    top: 0px;
    background-color: transparent;
    border: none;
    color: var(--theme-color);
    font-size: 24px;
    right: 12px;
    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 {
    -webkit-transition-delay: 0s;
    transition-delay: 0s;
    opacity: 1;
    visibility: visible;
}

    .popup-search-box.show .search-content {
        -webkit-transition: visibility 0.8s step-start,-webkit-transform 0.85s cubic-bezier(0.175, 1, 0.275, 1);
        transition: visibility 0.8s step-start,-webkit-transform 0.85s cubic-bezier(0.175, 1, 0.275, 1);
        transition: transform 0.85s cubic-bezier(0.175, 1, 0.275, 1),visibility 0.8s step-start;
        transition: transform 0.85s cubic-bezier(0.175, 1, 0.275, 1),visibility 0.8s step-start,-webkit-transform 0.85s cubic-bezier(0.175, 1, 0.275, 1);
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }

    .popup-search-box.show form {
        -webkit-transform: scale(1);
        -ms-transform: scale(1);
        transform: scale(1);
    }

blockquote, .wp-block-quote {
    font-size: 16px;
    line-height: 1.56;
    padding: 30px;
    font-weight: 600;
    display: block;
    position: relative;
    background-color: transparent;
    margin: 35px 0 45px 0;
    color: var(--title-color);
    font-family: var(--body-font);
    font-style: italic;
    border: 1px solid var(--ot-border-color) !important;
    border-radius: 20px;
}

    blockquote p, .wp-block-quote p {
        font-size: inherit;
        font-family: inherit;
        margin-top: -0.3em;
        margin-bottom: 9px;
        line-height: inherit;
        color: inherit;
        width: 100%;
        position: relative;
        z-index: 3;
    }

        blockquote p a, .wp-block-quote p a {
            color: inherit;
        }

    blockquote:before, .wp-block-quote:before {
        content: "";
        position: absolute;
        top: -1px;
        left: -1px;
        height: 50px;
        width: 33px;
        background-color: var(--white-color);
    }

    blockquote:after, .wp-block-quote:after {
        content: "";
        position: absolute;
        top: -10px;
        left: 0px;
        height: 20px;
        width: 25px;
        background-color: var(--theme-color);
        -webkit-clip-path: path("M2.21945 18.2759C0.775335 16.6762 0 14.8819 0 11.9734C0 6.8553 3.44484 2.26804 8.45438 0L9.70641 2.01506C5.03057 4.65307 4.11643 8.07633 3.75189 10.2347C4.5048 9.82818 5.49044 9.68633 6.45645 9.77992C8.98576 10.0241 10.9795 12.1898 10.9795 14.8819C10.9795 16.2393 10.4625 17.5411 9.54219 18.5009C8.62192 19.4608 7.37376 20 6.07229 20C5.35256 19.9934 4.64126 19.8376 3.97981 19.5416C3.31836 19.2457 2.71996 18.8154 2.21945 18.2759ZM16.24 18.2759C14.7959 16.6762 14.0205 14.8819 14.0205 11.9734C14.0205 6.8553 17.4654 2.26804 22.4749 0L23.7269 2.01506C19.0511 4.65307 18.137 8.07633 17.7724 10.2347C18.5253 9.82818 19.511 9.68633 20.477 9.77992C23.0063 10.0241 25 12.1898 25 14.8819C25 16.2393 24.483 17.5411 23.5627 18.5009C22.6424 19.4608 21.3943 20 20.0928 20C19.3731 19.9934 18.6618 19.8376 18.0003 19.5416C17.3389 19.2457 16.7405 18.8154 16.24 18.2759Z");
        clip-path: path("M2.21945 18.2759C0.775335 16.6762 0 14.8819 0 11.9734C0 6.8553 3.44484 2.26804 8.45438 0L9.70641 2.01506C5.03057 4.65307 4.11643 8.07633 3.75189 10.2347C4.5048 9.82818 5.49044 9.68633 6.45645 9.77992C8.98576 10.0241 10.9795 12.1898 10.9795 14.8819C10.9795 16.2393 10.4625 17.5411 9.54219 18.5009C8.62192 19.4608 7.37376 20 6.07229 20C5.35256 19.9934 4.64126 19.8376 3.97981 19.5416C3.31836 19.2457 2.71996 18.8154 2.21945 18.2759ZM16.24 18.2759C14.7959 16.6762 14.0205 14.8819 14.0205 11.9734C14.0205 6.8553 17.4654 2.26804 22.4749 0L23.7269 2.01506C19.0511 4.65307 18.137 8.07633 17.7724 10.2347C18.5253 9.82818 19.511 9.68633 20.477 9.77992C23.0063 10.0241 25 12.1898 25 14.8819C25 16.2393 24.483 17.5411 23.5627 18.5009C22.6424 19.4608 21.3943 20 20.0928 20C19.3731 19.9934 18.6618 19.8376 18.0003 19.5416C17.3389 19.2457 16.7405 18.8154 16.24 18.2759Z");
    }

    blockquote cite, .wp-block-quote cite {
        display: inline-block;
        font-size: 20px;
        line-height: 1;
        font-weight: 500;
        font-style: normal;
        font-family: var(--title-font);
        white-space: nowrap;
        position: absolute;
        bottom: -16px;
        left: 80px;
        background-color: var(--theme-color);
        color: var(--white-color);
        padding: 5px 40px 7px 15px;
        -webkit-clip-path: polygon(0 0, 100% 0, calc(100% - 25px) 100%, 0% 100%);
        clip-path: polygon(0 0, 100% 0, calc(100% - 25px) 100%, 0% 100%);
        border-radius: 6px;
    }

        blockquote cite br, .wp-block-quote cite br {
            display: none;
        }

    blockquote.is-large:not(.is-style-plain), blockquote.is-style-large:not(.is-style-plain), blockquote.style-left-icon, blockquote.has-text-align-right, .wp-block-quote.is-large:not(.is-style-plain), .wp-block-quote.is-style-large:not(.is-style-plain), .wp-block-quote.style-left-icon, .wp-block-quote.has-text-align-right {
        padding: 40px;
        margin-bottom: 30px;
    }

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

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

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

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

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

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

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

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

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

.wp-block-pullquote blockquote, .wp-block-pullquote p {
    color: var(--title-color);
}

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

.wp-block-column blockquote, .wp-block-column .wp-block-quote {
    padding: 40px 15px 40px 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: 40px 15px 40px 15px;
    }

    .wp-block-column blockquote cite, .wp-block-column .wp-block-quote cite {
        font-size: 14px;
        left: 20px;
    }

        .wp-block-column blockquote cite:before, .wp-block-column .wp-block-quote cite:before {
            bottom: 6px;
        }

.wp-block-pullquote__citation::before, .wp-block-pullquote cite::before, .wp-block-pullquote footer::before {
    bottom: 7px;
}

.has-cyan-bluish-gray-background-color blockquote, .has-cyan-bluish-gray-background-color .wp-block-quote {
    background-color: var(--white-color);
}

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

    blockquote cite, .wp-block-quote cite {
        font-size: 18px;
        left: 30px;
    }
}

@media (max-width: 575px) {
    .wp-block-quote.is-large:not(.is-style-plain) p, .wp-block-quote.is-style-large:not(.is-style-plain) p {
        font-size: 1.2em;
    }
}

@media (max-width: 375px) {
    blockquote cite, .wp-block-quote cite {
        font-size: 18px;
        padding-left: 22px;
    }

        blockquote cite:before, .wp-block-quote cite:before {
            width: 20px;
        }
}

.blog-meta {
    display: block;
}

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

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

        .blog-meta span svg, .blog-meta a svg {
            margin-right: 6px;
            margin-top: -4px;
        }

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

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

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

@media (max-width: 1199px) {
    .blog-meta span, .blog-meta a {
        margin-right: 22px;
    }
}

@media (max-width: 575px) {
    .blog-meta span, .blog-meta a {
        margin-right: 20px;
    }

        .blog-meta span:not(:last-child), .blog-meta a:not(:last-child) {
            padding-right: 0;
        }

            .blog-meta span:not(:last-child):after, .blog-meta a:not(:last-child):after {
                display: none;
            }
}

.blog-audio, .blog-img, .blog-video {
    line-height: 1px;
}

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

.ot-blog {
    margin-bottom: 30px;
}

.blog-inner-title {
    margin-top: -0.25em;
    margin-bottom: 25px;
}

    .blog-inner-title i {
        color: var(--theme-color);
        margin-right: 4px;
    }

.blog-single {
    position: relative;
    margin-bottom: 30px;
    border: 1px solid var(--ot-border-color);
    padding: 30px;
    border-radius: 30px;
}

@media (max-width: 767px) {
    .blog-single {
        padding: 20px;
    }
}

.blog-single .blog-title {
    margin-bottom: 15px;
    font-size: 36px;
    line-height: 1.25;
}

.blog-single .blog-text {
    margin-bottom: 22px;
}

.blog-single .blog-meta {
    margin: -0.25em 0 10px 0;
}

.blog-single .blog-content {
    margin: 0 0 0 0;
    padding: 0;
    position: relative;
    z-index: 2;
}

    .blog-single .blog-content .blog-single {
        padding: 20px;
    }

    .blog-single .blog-content .ot-btn {
        --body-bg: #f8f8f8;
    }

.blog-single .blog-audio {
    line-height: 1;
}

.blog-single .blog-audio, .blog-single .blog-img, .blog-single .blog-video {
    position: relative;
    overflow: hidden;
    background-color: var(--smoke-color);
    border-radius: 16px;
    margin-bottom: 30px;
}

@media (max-width: 767px) {
    .blog-single .blog-audio img, .blog-single .blog-img img, .blog-single .blog-video img {
        min-height: 240px;
        object-fit: cover;
    }
}

.blog-single .blog-audio:hover img, .blog-single .blog-img:hover img, .blog-single .blog-video:hover img {
    -webkit-transform: scale(1.07);
    -ms-transform: scale(1.07);
    transform: scale(1.07);
}

.blog-single .blog-audio .blog-cat, .blog-single .blog-img .blog-cat, .blog-single .blog-video .blog-cat {
    position: absolute;
    top: 20px;
    left: 20px;
    z-index: 3;
    display: inline-block;
    background-color: var(--theme-color);
    color: var(--white-color);
    line-height: 30px;
    padding: 0 12px;
    border-radius: 8px;
    font-size: 14px;
}

    .blog-single .blog-audio .blog-cat:hover, .blog-single .blog-img .blog-cat:hover, .blog-single .blog-video .blog-cat:hover {
        background-color: var(--title-color);
    }

.blog-single .blog-img .slider-arrow {
    --pos-x: 30px;
    --title-color: #FA8507;
}

.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 .ot-btn {
    padding: 17px 25px;
    min-width: 165px;
}

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

.share-links {
    margin: 40px 0 0 0;
    padding: 30px 0 0 0;
    border-top: 1px solid var(--ot-border-color);
}

    .share-links > .row {
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
        --bs-gutter-y: 15px;
    }

    .share-links .wp-block-tag-cloud, .share-links .tagcloud {
        display: inline-block;
    }

    .share-links .ot-social {
        display: inline-block;
    }

        .share-links .ot-social a {
            --icon-size: 40px;
            font-size: 14px;
            border-radius: 6px;
        }

    .share-links .social-links {
        display: inline-block;
        border: 1px solid var(--ot-border-color);
        border-radius: 30px;
        padding: 5px 15px;
    }

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

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

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

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

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

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

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

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

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

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

.blog-details .blog-content > p:last-child {
    margin-bottom: 0;
}

.blog-details .blog-single {
    border: none;
    padding: 0 !important;
    border-radius: 0;
}

.blog-content .wp-block-search .wp-block-search__input {
    box-shadow: none;
}

@media (max-width: 1399px) {
    .blog-single .blog-title {
        font-size: 28px;
        line-height: 1.4;
    }

    .share-links {
        --blog-space-x: 20px;
    }
}

@media (max-width: 1199px) {
    .blog-single {
        --blog-space-x: 20px;
        --blog-space-y: 20px;
    }
}

@media (max-width: 991px) {
    .blog-single {
        --blog-space-x: 40px;
        --blog-space-y: 40px;
    }

    .share-links {
        --blog-space-x: 40px;
    }
}

@media (max-width: 767px) {
    .share-links {
        --blog-space-x: 20px;
    }

    .blog-details .blog-single {
        --blog-space-x: 20px;
        --blog-space-y: 20px;
    }

    .blog-single {
        --blog-space-x: 20px;
        --blog-space-y: 20px;
    }

        .blog-single .blog-title {
            font-size: 24px;
            line-height: 1.3;
        }

        .blog-single .blog-text {
            margin-bottom: 22px;
        }

        .blog-single .blog-bottom {
            padding-top: 15px;
        }
}

@media (max-width: 575px) {
    .share-links-title {
        margin: 0 15px 5px 0;
    }
}

.ot-comment-form {
    margin-top: var(--blog-space-y, 40px);
    margin-bottom: 30px;
    padding: var(--blog-space-y, 40px) var(--blog-space-x, 40px);
    position: relative;
}

    .ot-comment-form .row {
        --bs-gutter-x: 20px;
    }

    .ot-comment-form .blog-inner-title {
        margin-bottom: 0px;
    }

    .ot-comment-form .form-title {
        margin-top: -0.35em;
    }

        .ot-comment-form .form-title a#cancel-comment-reply-link {
            font-size: 0.7em;
            text-decoration: underline;
        }

    .ot-comment-form .form-text {
        margin-bottom: 25px;
    }

    .ot-comment-form .form-group > i {
        color: var(--body-color);
    }

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

.ot-comment-form, .ot-comments-wrap {
    padding: 30px;
    border: 1px solid var(--ot-border-color);
    border-radius: 30px;
}

    .ot-comment-form:has(#wp-temp-form-div), .ot-comments-wrap:has(#wp-temp-form-div) {
        padding: 0;
        box-shadow: none;
        display: none;
        border: none;
    }

.ot-comments-wrap {
    margin-top: 30px;
    margin-bottom: 30px;
}

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

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

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

    .ot-comments-wrap li {
        margin: 0;
    }

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

        .ot-comments-wrap .ot-post-comment ol, .ot-comments-wrap .ot-post-comment ul, .ot-comments-wrap .ot-post-comment dl {
            margin-bottom: 1rem;
        }

            .ot-comments-wrap .ot-post-comment ol ol, .ot-comments-wrap .ot-post-comment ol ul, .ot-comments-wrap .ot-post-comment ul ol, .ot-comments-wrap .ot-post-comment ul ul {
                margin-bottom: 0;
            }

    .ot-comments-wrap ul.comment-list {
        list-style: none;
        margin: 0;
        padding: 0;
        margin-bottom: -30px;
    }

        .ot-comments-wrap ul.comment-list ul ul, .ot-comments-wrap ul.comment-list ul ol, .ot-comments-wrap ul.comment-list ol ul, .ot-comments-wrap ul.comment-list ol ol {
            margin-bottom: 0;
        }

    .ot-comments-wrap .comment-avater {
        width: 80px;
        height: 80px;
        margin-right: 20px;
        overflow: hidden;
        border-radius: 10px;
    }

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

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

    .ot-comments-wrap .commented-on {
        font-size: 16px;
        display: in4ine-block;
        margin-bottom: 2px;
        font-weight: 600;
        color: var(--body-color);
    }

        .ot-comments-wrap .commented-on i {
            color: var(--theme-color);
            margin-right: 7px;
            font-size: 0.9rem;
        }

    .ot-comments-wrap .name {
        margin-bottom: 12px;
        font-size: 22px;
    }

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

    .ot-comments-wrap .text {
        margin-bottom: -0.45em;
    }

    .ot-comments-wrap .children {
        margin: 0;
        padding: 0;
        list-style-type: none;
        margin-left: 80px;
    }

    .ot-comments-wrap .reply_and_edit {
        position: absolute;
        right: 0;
        top: 0;
        margin-bottom: -0.46em;
    }

        .ot-comments-wrap .reply_and_edit a {
            margin-right: 15px;
        }

            .ot-comments-wrap .reply_and_edit a:last-child {
                margin-right: 0;
            }

    .ot-comments-wrap .reply-btn {
        font-weight: 600;
        font-size: 16px;
        color: var(--title-color);
        display: inline-block;
    }

        .ot-comments-wrap .reply-btn i {
            color: var(--theme-color);
            margin-right: 8px;
        }

        .ot-comments-wrap .reply-btn:hover {
            color: var(--theme-color);
        }

    .ot-comments-wrap .star-rating {
        font-size: 12px;
        margin-bottom: 10px;
        position: absolute;
        top: 5px;
        right: 0;
        width: 80px;
    }

.form-submit input[type="submit"] {
    background-color: var(--theme-color);
    color: var(--white-color);
}

    .form-submit input[type="submit"]:hover {
        background-color: var(--title-color);
    }

.wp-block-post-comments-form textarea, .wp-block-post-comments-form input:not([type=submit]):not([type=checkbox]):not([type=hidden]) {
    border: 1px solid var(--ot-border-color);
}

.wp-block-comment-author-name {
    font-weight: 600;
}

ul.comment-list .children .ot-comment-item > .ot-post-comment {
    padding-bottom: 30px;
    border-bottom: 1px solid var(--ot-border-color);
}

ul.comment-list:has(>.ot-comment-item ~ .ot-comment-item):first-child > .ot-post-comment {
    padding-bottom: 30px;
    border-bottom: 1px solid var(--ot-border-color);
}

.ot-comments-wrap.ot-comment-form {
    margin: 0;
}

.comment-respond .must-log-in {
    margin-bottom: 0;
    margin-top: 8px;
}

@media (max-width: 1199px) {
    .ot-comments-wrap .children {
        margin-left: 40px;
    }
}

@media (max-width: 991px) {
    .ot-comment-form, .ot-comments-wrap {
        padding: 30px;
    }
}

@media (max-width: 767px) {
    .ot-comment-form, .ot-comments-wrap {
        padding: 20px;
    }

        .ot-comments-wrap .ot-post-comment {
            display: block;
        }

        .ot-comments-wrap .star-rating {
            position: relative;
            top: 0;
            right: 0;
        }

        .ot-comments-wrap .comment-top {
            display: block;
        }

        .ot-comments-wrap .comment-avater {
            margin-right: 0;
            margin-bottom: 25px;
        }

        .ot-comments-wrap .children {
            margin-left: 40px;
        }

        .ot-comments-wrap .children {
            margin-left: 30px;
        }
}

@media (max-width: 767px) {
    .ot-comment-form {
        --blog-space-x: 20px;
    }
}

.ot-hero-wrapper {
    position: relative;
    z-index: 2;
}

.ot-hero-bg {
    position: absolute;
    inset: 0;
}

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

.hero-title {
    font-size: 74px;
    font-weight: 700;
    line-height: 1.13333;
    margin-bottom: 31px;
    margin-top: -0.22em;
    letter-spacing: -0.03em;
}

    .hero-title .title1, .hero-title .title2 {
        display: block;
        max-width: -webkit-fit-content;
        max-width: -moz-fit-content;
        max-width: fit-content;
        position: relative;
    }

        .hero-title .title1 span, .hero-title .title2 span {
            font-weight: 300;
            color: var(--theme-color);
        }

.hero-text {
    margin-bottom: 42px;
}

.hero-1 {
    padding-top: 40px;
    overflow: hidden;
    background-image: -webkit-linear-gradient(top, #E6F5F9 0%, rgba(230,245,249,0) 100%);
    background-image: linear-gradient(180deg, #E6F5F9 0%, rgba(230,245,249,0) 100%);
}

    .hero-1 .hero-shape1 {
        display: inline-block;
        position: absolute;
        top: 80px;
        left: -100px;
    }

    .hero-1 .hero-shape2 {
        display: inline-block;
        position: absolute;
        bottom: 170px;
        right: -70px;
    }

.post-grid-wrap {
    background: var(--white-color);
    border-radius: 16px;
    padding: 36px;
    box-shadow: 0px 3px 15px rgba(0,0,0,0.05);
}

    .post-grid-wrap .post-grid-wrap-title {
        margin-top: -0.3em;
        font-size: 22px;
        margin-bottom: 20px;
    }

@media (max-width: 1399px) {
    .post-grid-wrap {
        padding: 30px;
    }
}

.watch-btn .text {
    font-weight: 500;
    color: var(--title-color);
    margin-left: 20px;
}

.watch-btn:hover .text {
    color: var(--theme-color);
}

.hero-wrap1 {
    border-radius: 30px;
    position: relative;
}

    .hero-wrap1 .hero-particle {
        position: absolute;
        inset: 0;
        z-index: 1;
        pointer-events: none;
    }

        .hero-wrap1 .hero-particle canvas {
            object-fit: cover;
        }

    .hero-wrap1 .hero-shape3 {
        position: absolute;
        bottom: 50px;
        left: 600px;
    }

    .hero-wrap1 .hero-thumb1-1 {
        position: absolute;
        bottom: 0;
        right: 60px;
    }

        .hero-wrap1 .hero-thumb1-1 .hero-shape1-3 {
            position: absolute;
            top: 80px;
            left: 10px;
        }

        .hero-wrap1 .hero-thumb1-1 .hero-shape1-4 {
            position: absolute;
            top: 160px;
            right: 0;
        }

.hero-style1 {
    position: relative;
    z-index: 6;
    padding: 155px 0 155px 120px;
}

    .hero-style1 .sub-title {
        margin-bottom: 29px;
        font-size: 16px;
        font-weight: 700;
        font-family: var(--title-font);
        color: var(--title-color);
        background-color: rgba(255,255,255,0.4);
        display: inline-block;
        padding: 1px 30px 1px 10px;
        border-radius: 4px 0 0 4px;
        -webkit-clip-path: polygon(100% 0%, calc(100% - 12px) 50%, 100% 100%, 0 100%, 0 0);
        clip-path: polygon(100% 0%, calc(100% - 12px) 50%, 100% 100%, 0 100%, 0 0);
    }

    .hero-style1 .hero-title {
        margin-bottom: 34px;
    }

    .hero-style1 .title-img {
        position: absolute;
        bottom: 72%;
        right: 5%;
    }

    .hero-style1 .hero-text {
        max-width: 570px;
    }

@media (max-width: 1500px) {
    .hero-wrap1 .hero-thumb1-1 {
        max-width: 650px;
    }

        .hero-wrap1 .hero-thumb1-1 .hero-shape1-3 {
            top: 40px;
        }

        .hero-wrap1 .hero-thumb1-1 .hero-shape1-4 {
            top: 110px;
        }

    .hero-title {
        font-size: 64px;
    }
}

@media (max-width: 1399px) {
    .hero-style1 {
        padding: 155px 0 155px 80px;
    }

    .hero-title {
        font-size: 60px;
    }
}

@media (max-width: 1299px) {
    .hero-wrap1 .hero-thumb1-1 {
        max-width: 550px;
    }

        .hero-wrap1 .hero-thumb1-1 .hero-shape1-3 {
            max-width: 120px;
        }

        .hero-wrap1 .hero-thumb1-1 .hero-shape1-4 {
            max-width: 100px;
        }

    .hero-style1 {
        padding: 120px 0 120px 80px;
    }

    .hero-title {
        font-size: 50px;
    }
}

@media (max-width: 1199px) {
    .hero-wrap1 .hero-thumb1-1 {
        max-width: 500px;
        margin-right: -40px;
    }

        .hero-wrap1 .hero-thumb1-1 .hero-shape1-3 {
            max-width: 90px;
        }

        .hero-wrap1 .hero-thumb1-1 .hero-shape1-4 {
            max-width: 70px;
        }

    .hero-title {
        font-size: 46px;
    }

    .hero-style1 {
        padding: 100px 0 100px 60px;
    }
}

@media (max-width: 991px) {
    .hero-style1 {
        text-align: center;
        max-width: 100%;
        padding: 100px 25px 60px;
    }

        .hero-style1 .title1, .hero-style1 .title2 {
            margin-left: auto;
            margin-right: auto;
        }

        .hero-style1 .hero-text {
            margin-left: auto;
            margin-right: auto;
        }

        .hero-style1 .btn-group {
            -webkit-box-pack: center;
            -webkit-justify-content: center;
            -ms-flex-pack: center;
            justify-content: center;
        }

    .hero-wrap1 .hero-thumb1-1 {
        max-width: none;
        position: relative;
        right: 0;
        left: 0;
        text-align: center;
        margin: 0 30px;
    }

        .hero-wrap1 .hero-thumb1-1 .hero-shape1-3 {
            top: 90px;
        }

        .hero-wrap1 .hero-thumb1-1 .hero-shape1-4 {
            top: 180px;
        }
}

@media (max-width: 767px) {
    .hero-wrap1 .hero-thumb1-1 .hero-shape1-3 {
        top: 30px;
    }

    .hero-wrap1 .hero-thumb1-1 .hero-shape1-4 {
        top: 90px;
    }
}

@media (max-width: 575px) {
    .hero-title {
        font-size: 40px;
        line-height: 1.24;
        margin-bottom: 35px;
    }

    .hero-style1 {
        padding: 100px 25px 40px;
    }

        .hero-style1 .sub-title {
            font-size: 14px;
        }

        .hero-style1 .hero-title {
            margin-bottom: 35px;
        }

    .hero-wrap1 .hero-thumb1-1 .hero-shape1-3 {
        top: 0px;
        left: 0;
    }

    .hero-wrap1 .hero-thumb1-1 .hero-shape1-4 {
        top: 60px;
    }
}

@media (max-width: 390px) {
    .hero-title {
        font-size: 36px;
        line-height: 1.3;
    }

    .hero-wrap1 .hero-thumb1-1 .hero-shape1-3 {
        width: 70px;
    }

    .hero-wrap1 .hero-thumb1-1 .hero-shape1-4 {
        width: 50px;
    }
}

@media (max-width: 330px) {
    .hero-title {
        font-size: 32px;
    }

    .hero-style1 .sub-title {
        font-size: 12px;
    }
}

.hero-2 {
    overflow: hidden;
}

    .hero-2 .hero-ad-wrap {
        border-radius: 20px;
        margin-top: 20px;
        padding-top: 25px;
        text-align: center;
    }

        .hero-2 .hero-ad-wrap .box-title {
            color: var(--white-color);
            letter-spacing: -0.03em;
            font-size: 20px;
            font-weight: 700;
            margin-top: 11px;
            margin-bottom: 20px;
        }

.hero-slider2 {
    /*margin-left: 60px;*/
    margin-top: 0px;
    border-radius: 20px;
    position: relative;
}

    .hero-slider2 .swiper-slide {
        opacity: 0 !important;
    }

        .hero-slider2 .swiper-slide.swiper-slide-active {
            opacity: 1 !important;
        }

    .hero-slider2 .slider-pagination {
        position: absolute;
        bottom: 0;
        left: 0;
        right: 0;
        margin-bottom: 35px !important;
        text-align: start;
        margin-left: 56px;
    }

        .hero-slider2 .slider-pagination .swiper-pagination-bullet {
            --swiper-pagination-bullet-size: 8px;
            --swiper-pagination-bullet-horizontal-gap: 4px;
            width: 16px;
            border: 0;
            background: var(--white-color);
            border-radius: 100px;
            -webkit-transition: 0.4s;
            transition: 0.4s;
        }

            .hero-slider2 .slider-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
                width: 40px;
                background: var(--title-color);
            }

            .hero-slider2 .slider-pagination .swiper-pagination-bullet:before {
                display: none;
            }

@media (max-width: 1500px) {
    .hero-slider2 {
        margin-left: 0px;
    }
}

@media (max-width: 1399px) {
    .hero-slider2 {
        margin-left:0px;
    }

        .hero-slider2 .slider-pagination {
            margin-left: 36px;
        }
}

@media (max-width: 1299px) {
    .hero-slider2 {
        margin-left: 0px;
    }
}

@media (max-width: 1199px) {
    .hero-slider2 {
        margin-left: 0;
    }
}

@media (max-width: 767px) {
    .hero-slider2 .slider-pagination {
        text-align: center;
        margin-left: 0;
    }

    .hero-slider2 .hero-inner {
        background-position: left;
    }
}

.hero-wrap2 {
    position: relative;
}

    .hero-wrap2 .hero-thumb2-1 {
        position: absolute;
        right: 40px;
        bottom: 25px;
    }

.hero-style2 {
    position: relative;
    z-index: 6;
    padding: 80px 0 128px 60px;
}

    .hero-style2 .sub-title {
        margin-bottom: 29px;
        font-size: 16px;
        font-weight: 700;
        font-family: var(--title-color);
        color: var(--theme-color);
        background-color: var(--smoke-color3);
        display: inline-block;
        padding: 0px 30px 0px 10px;
        -webkit-clip-path: polygon(100% 0%, calc(100% - 12px) 50%, 100% 100%, 0 100%, 0 0);
        clip-path: polygon(100% 0%, calc(100% - 12px) 50%, 100% 100%, 0 100%, 0 0);
        border-radius: 8px 0 0 8px;
    }

    .hero-style2 .hero-title {
        color: var(--title-color);
        font-size: 44px;
        margin-bottom: 22px;
    }

        .hero-style2 .hero-title span {
            display: block;
        }

    .hero-style2 .ot-btn {
        padding: 17px 30px;
    }

@media (max-width: 1399px) {
    .hero-style2 {
        padding: 80px 0 128px 40px;
    }
}

@media (max-width: 1299px) {
    .hero-style2 .hero-title {
        font-size: 40px;
    }
}

@media (max-width: 767px) {
    .hero-style2 {
        padding: 80px 0px 100px;
        text-align: center;
    }

        .hero-style2 .hero-title {
            font-size: 40px;
        }

            .hero-style2 .hero-title span {
                margin-left: auto;
                margin-right: auto;
            }
}

@media (max-width: 575px) {
    .hero-style2 {
        padding: 80px 20px 100px;
    }

        .hero-style2 .hero-title {
            font-size: 36px;
        }
}

@media (max-width: 375px) {
    .hero-style2 .hero-title {
        font-size: 34px;
    }
}

@media (max-width: 1500px) {
    .hero-wrap2 .hero-thumb2-1 {
        max-width: 350px;
    }

    .hero-2 .hero-ad-wrap .box-title {
        font-size: 16px;
        margin-top: 21px;
        margin-bottom: 31px;
    }
}

@media (max-width: 1399px) {
    .hero-wrap2 .hero-thumb2-1 {
        max-width: 300px;
        right: 30px;
        bottom: 65px;
    }

    .hero-2 .hero-ad-wrap .box-title {
        font-size: 18px;
        margin-top: 20px;
        margin-bottom: 14px;
    }
}

@media (max-width: 1299px) {
    .hero-wrap2 .hero-thumb2-1 {
        display: none;
    }

    .hero-2 .hero-ad-wrap .box-title {
        margin-top: 36px;
        margin-bottom: 24px;
    }
}

@media (max-width: 1199px) {
    .hero-wrap2 .hero-thumb2-1 {
        display: block;
    }

    .hero-2 .hero-ad-wrap .box-title {
        margin-top: 33px;
        margin-bottom: 20px;
    }
}

@media (max-width: 767px) {
    .hero-wrap2 .hero-thumb2-1 {
        display: none;
    }
}

.hero-3 .hero-inner {
    border-radius: 16px;
    margin-top: 30px;
    margin-left: 67px;
    position: relative;
    overflow: hidden;
}

.hero-3 .hero-thumb3-1 {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    z-index: 1;
}

    .hero-3 .hero-thumb3-1 .thumb {
        height: 100%;
    }

    .hero-3 .hero-thumb3-1 .hero-shape3-3 {
        position: absolute;
        left: 0;
        top: 20%;
        z-index: -1;
    }

@media (max-width: 1500px) {
    .hero-3 .hero-inner {
        margin-left: 103px;
    }

    .hero-3 .hero-thumb3-1 {
        width: 60%;
    }

        .hero-3 .hero-thumb3-1 .thumb {
            height: 100%;
            object-fit: cover;
            object-position: left;
        }
}

@media (max-width: 1399px) {
    .hero-3 .hero-thumb3-1 {
        width: 58%;
    }
}

@media (max-width: 1299px) {
    .hero-3 .hero-inner {
        margin-left: 144px;
    }

    .hero-3 .hero-thumb3-1 {
        width: 50%;
    }
}

@media (max-width: 1199px) {
    .hero-3 .hero-inner {
        margin-left: 0;
    }
}

@media (max-width: 991px) {
    .hero-3 .hero-thumb3-1 {
        width: 40%;
    }
}

@media (max-width: 767px) {
    .hero-3 .hero-thumb3-1 {
        display: none;
    }
}

.hero-style3 {
    position: relative;
    z-index: 6;
    padding: 97px 0 97px 64px;
}

    .hero-style3 .sub-title {
        margin-bottom: 29px;
        font-size: 16px;
        font-weight: 700;
        font-family: var(--title-color);
        color: var(--theme-color);
        background-color: var(--white-color);
        display: inline-block;
        padding: 0px 30px 0px 10px;
        border-radius: 8px 0 0 8px;
        -webkit-clip-path: polygon(100% 0%, calc(100% - 12px) 50%, 100% 100%, 0 100%, 0 0);
        clip-path: polygon(100% 0%, calc(100% - 12px) 50%, 100% 100%, 0 100%, 0 0);
    }

    .hero-style3 .hero-title {
        color: var(--white-color);
        font-size: 42px;
        margin-bottom: 34px;
    }

        .hero-style3 .hero-title span {
            display: block;
        }

    .hero-style3 .ot-btn {
        padding: 17px 30px;
    }

@media (max-width: 1500px) {
    .hero-style3 {
        padding: 97px 0 97px 45px;
    }
}

@media (max-width: 767px) {
    .hero-style3 {
        padding: 90px 30px;
        text-align: center;
    }

        .hero-style3 .hero-title {
            font-size: 40px;
        }

            .hero-style3 .hero-title span {
                margin-left: auto;
                margin-right: auto;
            }
}

@media (max-width: 575px) {
    .hero-style3 .hero-title {
        font-size: 36px;
    }
}

@media (max-width: 375px) {
    .hero-style3 .hero-title {
        font-size: 34px;
    }
}

.error-content {
    text-align: center;
}

.error-img {
    text-align: center;
    margin-bottom: 45px;
}

.error-title {
    margin-bottom: 20px;
}

.error-text {
    margin-bottom: 35px;
    max-width: 400px;
    margin-left: auto;
    margin-right: auto;
}

@media (max-width: 991px) {
    .error-title {
        margin-bottom: 15px;
    }

    .error-img {
        margin-bottom: 30px;
    }

    .error-text {
        margin-bottom: 25px;
    }
}

@media (max-width: 767px) {
    .error-title {
        margin-bottom: 10px;
    }
}

.popup-search-box {
    position: fixed;
    top: 0;
    left: 0;
    background-color: rgba(0,0,0,0.65);
    height: 100%;
    width: 100%;
    overflow: hidden;
    z-index: 99999;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: 0.4s linear;
    transition: 0.4s linear;
    -webkit-transition-delay: 0.35s;
    transition-delay: 0.35s;
}

    .popup-search-box .search-content {
        background-color: var(--white-color);
        height: 350px;
        display: grid;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0);
        -webkit-transition: visibility 0.8s step-end,-webkit-transform 0.85s cubic-bezier(0.175, 1, 0.275, 1);
        transition: visibility 0.8s step-end,-webkit-transform 0.85s cubic-bezier(0.175, 1, 0.275, 1);
        transition: transform 0.85s cubic-bezier(0.175, 1, 0.275, 1),visibility 0.8s step-end;
        transition: transform 0.85s cubic-bezier(0.175, 1, 0.275, 1),visibility 0.8s step-end,-webkit-transform 0.85s cubic-bezier(0.175, 1, 0.275, 1);
    }

    .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 {
            -webkit-transform: rotate(90deg);
            -ms-transform: rotate(90deg);
            transform: rotate(90deg);
        }

    .popup-search-box form {
        display: block;
        padding-bottom: 40px;
        cursor: auto;
        width: 100%;
        max-width: 700px;
        margin-left: auto;
        margin-right: auto;
        -webkit-transform: scale(0);
        -ms-transform: scale(0);
        transform: scale(0);
        -webkit-transition: -webkit-transform ease 0.5s;
        transition: -webkit-transform ease 0.5s;
        transition: transform ease 0.5s;
        transition: transform ease 0.5s, -webkit-transform ease 0.5s;
    }

@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: var(--title-color);
    border-radius: 50px;
}

    .popup-search-box form input::-moz-placeholder {
        color: var(--title-color);
    }

    .popup-search-box form input::-webkit-input-placeholder {
        color: var(--title-color);
    }

    .popup-search-box form input:-ms-input-placeholder {
        color: var(--title-color);
    }

    .popup-search-box form input::-ms-input-placeholder {
        color: var(--title-color);
    }

    .popup-search-box form input::placeholder {
        color: var(--title-color);
    }

.popup-search-box form button {
    position: absolute;
    top: 0px;
    background-color: transparent;
    border: none;
    color: var(--theme-color);
    font-size: 24px;
    right: 12px;
    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 {
    -webkit-transition-delay: 0s;
    transition-delay: 0s;
    opacity: 1;
    visibility: visible;
}

    .popup-search-box.show .search-content {
        -webkit-transition: visibility 0.8s step-start,-webkit-transform 0.85s cubic-bezier(0.175, 1, 0.275, 1);
        transition: visibility 0.8s step-start,-webkit-transform 0.85s cubic-bezier(0.175, 1, 0.275, 1);
        transition: transform 0.85s cubic-bezier(0.175, 1, 0.275, 1),visibility 0.8s step-start;
        transition: transform 0.85s cubic-bezier(0.175, 1, 0.275, 1),visibility 0.8s step-start,-webkit-transform 0.85s cubic-bezier(0.175, 1, 0.275, 1);
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }

    .popup-search-box.show form {
        -webkit-transform: scale(1);
        -ms-transform: scale(1);
        transform: scale(1);
    }

.sidemenu-wrapper {
    position: fixed;
    z-index: 99999;
    right: 0;
    top: 0;
    height: 100%;
    width: 0;
    background-color: rgba(0,0,0,0.75);
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all ease 0.8s;
    transition: all ease 0.8s;
}

    .sidemenu-wrapper .closeButton {
        display: inline-block;
        border: 2px solid;
        width: 50px;
        height: 50px;
        line-height: 48px;
        font-size: 20px;
        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;
        z-index: 1;
    }

        .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: 650px;
        margin-left: auto;
        padding: 80px 60px 40px 130px;
        height: 100%;
        overflow-y: scroll;
        position: relative;
        right: -500px;
        cursor: auto;
        -webkit-transition-delay: 1s;
        transition-delay: 1s;
        -webkit-transition: right ease 1s;
        transition: right ease 1s;
        -webkit-clip-path: ellipse(100% 100% at 100% 50%);
        clip-path: ellipse(100% 100% at 100% 50%);
    }

        .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;
        visibility: hidden;
        opacity: 0;
        -webkit-transform: translateY(40px);
        -ms-transform: translateY(40px);
        transform: translateY(40px);
        -webkit-transition: all 0.4s ease;
        transition: all 0.4s ease;
    }

    .sidemenu-wrapper.show {
        opacity: 1;
        visibility: visible;
        width: 100%;
        -webkit-transition: all ease 0.8s;
        transition: all ease 0.8s;
    }

        .sidemenu-wrapper.show .sidemenu-content {
            right: 0;
            opacity: 1;
            visibility: visible;
        }

            .sidemenu-wrapper.show .sidemenu-content .widget {
                visibility: visible;
                opacity: 1;
                -webkit-transform: translateY(0);
                -ms-transform: translateY(0);
                transform: translateY(0);
                -webkit-transition-delay: 0.9s;
                transition-delay: 0.9s;
            }

                .sidemenu-wrapper.show .sidemenu-content .widget:nth-child(2) {
                    -webkit-transition-delay: 0.7s;
                    transition-delay: 0.7s;
                }

                .sidemenu-wrapper.show .sidemenu-content .widget:nth-child(2) {
                    -webkit-transition-delay: 0.5s;
                    transition-delay: 0.5s;
                }

@media (max-width: 767px) {
    .sidemenu-wrapper .sidemenu-content {
        max-width: 450px;
        padding: 40px 20px 40px 30px;
        -webkit-clip-path: none;
        clip-path: none;
    }
}

@media (max-width: 575px) {
    .sidemenu-wrapper .sidemenu-content {
        width: 100%;
    }

        .sidemenu-wrapper .sidemenu-content .widget_shopping_cart .ot-btn {
            margin-bottom: 10px;
        }
}

.contact-form1 {
    background: var(--smoke-color);
    border-radius: 30px;
    padding: 30px;
}

    .contact-form1 .contact-form-title {
        font-size: 30px;
        margin-top: -0.3em;
    }

    .contact-form1 .box-title {
        margin-bottom: 10px;
    }

    .contact-form1 .box-text {
        margin-bottom: 15px;
    }

    .contact-form1 textarea.form-control, .contact-form1 textarea {
        min-height: 168px;
    }

.contact-wrap1 {
    border: 1px solid var(--ot-border-color);
    border-radius: 50px;
    padding: 60px;
}

.contact-feature {
    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: 25px;
}

.contact-feature-wrap {
    padding: 0;
    border-radius: 16px;
    overflow: hidden;
}

    .contact-feature-wrap .footer-contact:not(:last-child) {
        margin-bottom: 40px;
    }

    .contact-feature-wrap .footer-contact .box-icon {
        --btn-size: 80px;
        font-size: 24px;
        color: var(--theme-color);
    }

        .contact-feature-wrap .footer-contact .box-icon:before {
            background: transparent;
            border: 1px solid var(--ot-border-color);
        }

    .contact-feature-wrap .footer-contact .box-label {
        font-size: 22px;
        font-weight: 700;
        font-family: var(--title-font);
        color: var(--title-color);
        margin-top: -0.5em;
        margin-bottom: -0.3em;
    }

    .contact-feature-wrap .footer-contact .box-title {
        color: var(--body-color);
        font-size: 16px;
        font-weight: 400;
        font-family: var(--title-font);
        margin-top: 10px;
        margin-bottom: -0.3em;
    }

        .contact-feature-wrap .footer-contact .box-title a {
            color: var(--title-color);
        }

            .contact-feature-wrap .footer-contact .box-title a:hover {
                color: var(--theme-color);
            }

@media (max-width: 375px) {
    .contact-feature-wrap .footer-contact {
        gap: 15px;
    }

        .contact-feature-wrap .footer-contact .box-title {
            font-size: 17px;
        }
}

@media (max-width: 991px) {
    .contact-feature {
        -webkit-box-flex: 50%;
        -webkit-flex: 50%;
        -ms-flex: 50%;
        flex: 50%;
    }
}

@media (max-width: 575px) {
    .contact-feature {
        gap: 15px;
    }
}

.contact-feature .box-title {
    font-size: 20px;
    font-weight: 500;
    margin-bottom: 10px;
}

.contact-feature .box-text {
    max-width: 165px;
}

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

        .contact-feature .box-text a:hover {
            color: var(--theme-color);
        }

.contact-map {
    line-height: 0px;
    margin: 0 auto;
}

    .contact-map iframe {
        width: 100%;
        height: 710px;
        border-radius: 0px;
        mix-blend-mode: luminosity;
    }

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

@media (max-width: 991px) {
    .contact-map iframe {
        height: 350px;
    }
}

.newsletter-area {
    padding: 46px 0;
}

    .newsletter-area .newsletter-form {
        max-width: none;
        position: relative;
    }

        .newsletter-area .newsletter-form input {
            background-color: var(--white-color);
            height: 64px;
            padding-right: 160px;
            border-radius: 40px;
            border: none;
            padding-left: 25px;
        }

        .newsletter-area .newsletter-form .ot-btn {
            position: absolute;
            right: 8px;
            top: 8px;
            bottom: 8px;
            border-radius: 40px;
            padding: 10px;
            background-color: var(--title-color);
        }

            .newsletter-area .newsletter-form .ot-btn:hover, .newsletter-area .newsletter-form .ot-btn:before {
                background-color: var(--theme-color);
            }

@media (max-width: 375px) {
    .newsletter-area .newsletter-form {
        display: block;
    }

        .newsletter-area .newsletter-form input {
            padding-right: 20px;
        }

        .newsletter-area .newsletter-form .ot-btn {
            position: initial;
            margin-top: 20px;
            width: 100%;
            background: var(--title-color);
            padding: 15px 20px;
        }
}

.img-box1 {
    position: relative;
    z-index: 2;
    text-align: center;
    width: 100%;
}

@media (max-width: 1199px) {
    .img-box1 {
        text-align: left;
    }
}

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

    .about-grid .box-icon {
        border-radius: 50%;
        display: inline-block;
        width: 80px;
        height: 80px;
        line-height: 80px;
        box-shadow: 0px 4px 25px rgba(0,0,0,0.06);
        -webkit-box-flex: 0;
        -webkit-flex: none;
        -ms-flex: none;
        flex: none;
        text-align: center;
    }

    .about-grid .box-title {
        font-size: 18px;
        font-weight: 700;
        margin-bottom: 5px;
    }

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

    .about-profile .avater {
        -webkit-box-flex: 0;
        -webkit-flex: none;
        -ms-flex: none;
        flex: none;
    }

    .about-profile .about-profile-name {
        font-size: 18px;
        font-weight: 700;
        margin-bottom: 2px;
    }

    .about-profile .desig {
        font-size: 16px;
        margin-bottom: -0.3em;
    }

.about-wrap1 .btn-wrap {
    border-top: 1px solid var(--ot-border-color);
    margin-top: 30px;
    padding-top: 40px;
}

.about-wrap1 .call-btn {
    padding: 0;
    margin-right: 0;
}

    .about-wrap1 .call-btn .box-subtitle {
        font-size: 16px;
        font-weight: 500;
    }

    .about-wrap1 .call-btn:after {
        display: none;
    }

.ot-team {
    position: relative;
}

    .ot-team .box-img {
        position: relative;
        overflow: hidden;
        border-radius: 10px;
    }

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

    .ot-team .box-desig {
        font-size: 14px;
        display: block;
        color: var(--theme-color);
    }

    .ot-team .ot-social {
        -webkit-transition: 0.4s ease-in-out;
        transition: 0.4s ease-in-out;
    }

        .ot-team .ot-social a {
            --icon-size: 37px;
            font-size: 14px;
            background-color: var(--smoke-color2);
            color: var(--theme-color);
            border-radius: 99px;
        }

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

    .ot-team .box-title {
        font-size: 22px;
        font-weight: 600;
        margin-bottom: 2px;
    }

.team-card {
    text-align: center;
}

    .team-card .box-desig {
        margin-bottom: 12px;
    }

    .team-card .box-content {
        background-color: var(--white-color);
        border-radius: 10px;
        padding: 30px 15px;
        position: absolute;
        bottom: 0;
        left: 0;
        right: 0;
        -webkit-transition: 0.4s ease-in-out;
        transition: 0.4s ease-in-out;
        visibility: hidden;
        opacity: 0;
    }

    .team-card .ot-social {
        padding-top: 20px;
        border-top: 1px solid var(--ot-border-color);
        display: inline-block;
    }

    .team-card:hover .box-content {
        bottom: 12px;
        left: 12px;
        right: 12px;
        visibility: visible;
        opacity: 1;
    }

.team-social {
    display: block;
    margin-bottom: -0.5em;
}

    .team-social a {
        font-size: 14px;
        color: var(--white-color);
        text-transform: uppercase;
    }

        .team-social a:hover {
            color: var(--title-color);
        }

        .team-social a:after {
            content: '';
            height: 1px;
            width: 10px;
            background-color: var(--white-color);
            display: inline-block;
            margin: 0 9px 0 12px;
            -webkit-transform: translateY(-4px);
            -ms-transform: translateY(-4px);
            transform: translateY(-4px);
        }

        .team-social a:last-child:after {
            display: none;
        }

.team-box {
    border-radius: 10px;
}

    .team-box .box-img {
        border-radius: 10px;
        position: relative;
    }

        .team-box .box-img:after {
            content: '';
            position: absolute;
            left: 0;
            top: 0;
            height: 100%;
            width: 0;
            background-color: var(--theme-color);
            border-radius: inherit;
            -webkit-transition: 0.4s ease-in-out;
            transition: 0.4s ease-in-out;
        }

    .team-box .box-desig {
        font-size: 12px;
        text-transform: uppercase;
        margin-bottom: 10px;
        color: var(--white-color);
    }

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

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

    .team-box .box-content {
        padding: 40px 15px 40px 40px;
        position: absolute;
        bottom: -40px;
        left: 0;
        -webkit-transition: 0.4s ease-in-out;
        transition: 0.4s ease-in-out;
        -webkit-transition-delay: 0.2s bottom;
        transition-delay: 0.2s bottom;
        visibility: hidden;
        opacity: 0;
    }

    .team-box:hover .box-img:after {
        width: 100%;
    }

    .team-box:hover .box-content {
        bottom: 0;
        visibility: visible;
        opacity: 1;
    }

.box-line-ani {
    position: relative;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 1px;
    -ms-flex: 0 0 1px;
    flex: 0 0 1px;
    background-color: var(--ot-border-color);
}

    .box-line-ani:after {
        content: '';
        height: 45px;
        width: 1px;
        background-color: var(--theme-color);
        position: absolute;
        bottom: 0;
        left: 0;
        -webkit-animation: lineMove 10s linear infinite;
        animation: lineMove 10s linear infinite;
    }

.team-grid {
    text-align: center;
}

.team-grid-area {
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    --bs-gutter-x: 0;
    --bs-gutter-y: 30px;
}

@media (max-width: 991px) {
    .team-grid-area .box-line-ani {
        display: none;
    }
}

.team-grid-area .box-line-ani:last-child {
    display: none;
}

.team-grid-area .box-line-ani:nth-child(4):after {
    -webkit-animation: lineMovealt 10s linear infinite;
    animation: lineMovealt 10s linear infinite;
}

.team-grid .box-img {
    width: 200px;
    height: 200px;
    border-radius: 999px;
    overflow: hidden;
    margin: 0 auto 30px auto;
}

    .team-grid .box-img:after {
        content: '';
        position: absolute;
        inset: 0;
        border-radius: inherit;
        background: -webkit-linear-gradient(314.57deg, #020814 0%, rgba(2,8,20,0) 100%);
        background: linear-gradient(135.43deg, #020814 0%, rgba(2,8,20,0) 100%);
        -webkit-transition: 0.4s ease-in-out;
        transition: 0.4s ease-in-out;
        opacity: 0;
    }

.team-grid .box-desig {
    display: block;
    margin-bottom: -.45em;
}

.team-grid .ot-social {
    position: absolute;
    top: 60%;
    left: 0;
    width: 100%;
    z-index: 3;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: 0.4s ease-in-out;
    transition: 0.4s ease-in-out;
}

    .team-grid .ot-social a {
        --icon-size: 35px;
        background-color: var(--white-color);
        margin-right: 3px;
    }

        .team-grid .ot-social a:last-child {
            margin-right: 0;
        }

        .team-grid .ot-social a:hover {
            -webkit-transform: translateY(-6px);
            -ms-transform: translateY(-6px);
            transform: translateY(-6px);
        }

.team-grid:hover .box-img:after {
    opacity: 1;
}

.team-grid:hover .ot-social {
    opacity: 1;
    visibility: visible;
    top: calc(50% - 15px);
}

.about-card {
    -webkit-box-flex: 590px;
    -webkit-flex: 590px;
    -ms-flex: 590px;
    flex: 590px;
}

.about-card-wrap {
    box-shadow: 0px 9px 60px rgba(8,20,44,0.07);
    border-radius: 15px;
    border: 1px solid var(--ot-border-color);
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 60px;
    padding: 100px;
}

@media (max-width: 1299px) {
    .about-card-wrap {
        padding: 60px;
    }
}

@media (max-width: 1199px) {
    .about-card-wrap {
        padding: 40px;
        gap: 40px;
    }
}

@media (max-width: 991px) {
    .about-card-wrap {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: stretch;
        -webkit-align-items: stretch;
        -ms-flex-align: stretch;
        align-items: stretch;
        padding: 60px;
    }
}

@media (max-width: 767px) {
    .about-card-wrap {
        padding: 40px;
    }
}

@media (max-width: 375px) {
    .about-card-wrap {
        padding: 20px;
    }
}

.about-card-img {
    -webkit-box-flex: 380px;
    -webkit-flex: 380px;
    -ms-flex: 380px;
    flex: 380px;
}

@media (max-width: 991px) {
    .about-card-img {
        -webkit-box-flex: 100%;
        -webkit-flex: 100%;
        -ms-flex: 100%;
        flex: 100%;
    }
}

.about-card-img img {
    border-radius: 15px;
    width: 100%;
}

@media (max-width: 991px) {
    .about-card {
        -webkit-box-flex: 100%;
        -webkit-flex: 100%;
        -ms-flex: 100%;
        flex: 100%;
    }
}

.about-card_title {
    font-size: 40px;
    margin-bottom: 15px;
    margin-top: -0.2em;
}

@media (max-width: 767px) {
    .about-card_title {
        font-size: 34px;
    }
}

.about-card_desig {
    color: var(--theme-color);
    margin-bottom: 22px;
    margin-top: -0.5em;
}

.about-card_text {
    margin-bottom: 22px;
    margin-top: 25px;
}

.about-card .ot-social a {
    --icon-size: 36px;
    font-size: 14px;
    background-color: var(--white-color);
    box-shadow: 0px 7px 23px rgba(0,0,0,0.09);
    border-radius: 99px;
}

    .about-card .ot-social a:hover {
        background-color: var(--theme-color);
    }

.team-info {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 20px;
}

.team-info-wrap {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 30px 10px;
    padding-top: 30px;
    margin-top: 40px;
    border-top: 1px solid var(--ot-border-color);
}

@media (max-width: 767px) {
    .team-info-wrap {
        grid-template-columns: repeat(1, 1fr);
        gap: 20px;
    }
}

.team-info .icon-btn {
    --btn-size: 50px;
    background-color: var(--white-color);
    color: var(--theme-color);
    box-shadow: 0px 10px 35px rgba(35,31,80,0.13);
}

.team-info .box-text {
    margin-bottom: 8px;
}

.team-info .box-title {
    font-size: 18px;
    font-weight: 500;
    margin-bottom: 0;
}

@media (max-width: 575px) {
    .team-info ul li b {
        max-width: 140px;
    }
}

.team-contact-form {
    padding: 50px;
    background-color: var(--smoke-color);
}

    .team-contact-form textarea {
        height: 120px;
    }

    .team-contact-form .form-title {
        margin-top: -0.3em;
        margin-bottom: 25px;
    }

@media (max-width: 575px) {
    .team-contact-form {
        padding: 40px 20px;
    }
}

.testi-slider1 .slider-pagination {
    position: relative;
}

    .testi-slider1 .slider-pagination:after, .testi-slider1 .slider-pagination:before {
        content: '';
        position: relative;
        display: inline-block;
        width: 83px;
        height: 2px;
        top: -3px;
        background: -webkit-linear-gradient(right, var(--theme-color), transparent);
        background: linear-gradient(to left, var(--theme-color), transparent);
        -webkit-transform: translate(-12px, -50%);
        -ms-transform: translate(-12px, -50%);
        transform: translate(-12px, -50%);
    }

    .testi-slider1 .slider-pagination:after {
        background: -webkit-linear-gradient(left, var(--theme-color), transparent);
        background: linear-gradient(to right, var(--theme-color), transparent);
        -webkit-transform: translate(12px, -50%);
        -ms-transform: translate(12px, -50%);
        transform: translate(12px, -50%);
    }

    .testi-slider1 .slider-pagination .swiper-pagination-bullet {
        border: 0;
        background: var(--theme-color);
        --swiper-pagination-bullet-size: 10px;
        --swiper-pagination-bullet-horizontal-gap: 12px;
    }

        .testi-slider1 .slider-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active:before {
            inset: -12px;
            background: transparent;
            border: 1px solid var(--theme-color);
        }

@media (max-width: 575px) {
    .testi-slider1 .slider-pagination:after, .testi-slider1 .slider-pagination:before {
        display: none;
    }
}

.testi-card {
    position: relative;
    overflow: hidden;
    background: transparent;
    padding-top: 22px;
}

    .testi-card .testi-quote-icon {
        position: absolute;
        right: 33px;
        top: 10px;
        z-index: 1;
        color: var(--theme-color);
    }

    .testi-card .testi-card-content {
        padding: 64px 54px 54px 36px;
        background-color: var(--ot-border-color);
        text-align: center;
        -webkit-mask-image: url('data:image/svg+xml,<svg width="382" height="223" viewBox="0 0 382 223" preserveAspectRatio="none" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M30.4746 23.09C21.6481 23.7359 13.4316 27.9338 7.72671 34.7151C2.02182 41.4964 -0.705044 50.2869 0.156071 59.1134L12.6423 185.948C14.2569 202.417 27.8912 215.119 44.4677 215.585L307.538 222.833C322.859 223.263 336.422 213.038 340.261 198.219L380.949 41.1376C383.604 30.876 381.164 19.9685 374.383 11.8238C367.601 3.67906 357.304 -0.698275 346.755 0.0910807L30.4746 23.09Z" fill="%23D9D9D9" stroke="%23D9D9D9"/></svg>');
        mask-image: url('data:image/svg+xml,<svg width="382" height="223" viewBox="0 0 382 223" preserveAspectRatio="none" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M30.4746 23.09C21.6481 23.7359 13.4316 27.9338 7.72671 34.7151C2.02182 41.4964 -0.705044 50.2869 0.156071 59.1134L12.6423 185.948C14.2569 202.417 27.8912 215.119 44.4677 215.585L307.538 222.833C322.859 223.263 336.422 213.038 340.261 198.219L380.949 41.1376C383.604 30.876 381.164 19.9685 374.383 11.8238C367.601 3.67906 357.304 -0.698275 346.755 0.0910807L30.4746 23.09Z" fill="%23D9D9D9" stroke="%23D9D9D9"/></svg>');
        -webkit-mask-size: 100% 100%;
        mask-size: 100% 100%;
        position: relative;
    }

        .testi-card .testi-card-content:after {
            content: '';
            position: absolute;
            inset: 1px;
            background: var(--smoke-color);
            -webkit-mask-image: url('data:image/svg+xml,<svg width="382" height="223" viewBox="0 0 382 223" preserveAspectRatio="none" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M30.4746 23.09C21.6481 23.7359 13.4316 27.9338 7.72671 34.7151C2.02182 41.4964 -0.705044 50.2869 0.156071 59.1134L12.6423 185.948C14.2569 202.417 27.8912 215.119 44.4677 215.585L307.538 222.833C322.859 223.263 336.422 213.038 340.261 198.219L380.949 41.1376C383.604 30.876 381.164 19.9685 374.383 11.8238C367.601 3.67906 357.304 -0.698275 346.755 0.0910807L30.4746 23.09Z" fill="%23D9D9D9" stroke="%23D9D9D9"/></svg>');
            mask-image: url('data:image/svg+xml,<svg width="382" height="223" viewBox="0 0 382 223" preserveAspectRatio="none" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M30.4746 23.09C21.6481 23.7359 13.4316 27.9338 7.72671 34.7151C2.02182 41.4964 -0.705044 50.2869 0.156071 59.1134L12.6423 185.948C14.2569 202.417 27.8912 215.119 44.4677 215.585L307.538 222.833C322.859 223.263 336.422 213.038 340.261 198.219L380.949 41.1376C383.604 30.876 381.164 19.9685 374.383 11.8238C367.601 3.67906 357.304 -0.698275 346.755 0.0910807L30.4746 23.09Z" fill="%23D9D9D9" stroke="%23D9D9D9"/></svg>');
            -webkit-mask-size: 100% 100%;
            mask-size: 100% 100%;
            z-index: -1;
        }

    .testi-card .box-text {
        font-size: 16px;
        line-height: 1.75em;
        margin: 0;
        border-radius: 10px 10px 0 0;
        margin-top: -0.4em;
    }

    .testi-card .box-title {
        margin-top: 17px;
        margin-bottom: -0.3em;
        font-size: 16px;
        font-weight: 600;
        position: relative;
        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: 10px;
    }

        .testi-card .box-title:before {
            content: '';
            position: relative;
            display: inline-block;
            height: 2px;
            width: 24px;
            background: var(--title-color);
        }

@media (max-width: 1500px) {
    .testi-card .testi-card-content {
        padding: 74px 54px 64px 36px;
    }
}

@media (max-width: 1199px) {
    .testi-card .testi-card-content {
        padding: 84px 54px 74px 36px;
    }
}

@media (max-width: 991px) {
    .testi-card .testi-card-content {
        padding: 64px 54px 54px 36px;
    }
}

@media (max-width: 767px) {
    .testi-card .testi-card-content {
        padding: 84px 54px 74px 36px;
    }
}

@media (max-width: 575px) {
    .testi-card .testi-card-content {
        padding: 84px 54px 74px 36px;
    }
}

@media (max-width: 375px) {
    .testi-card .testi-card-content {
        padding: 74px 40px 64px 30px;
    }
}

.counter-list {
    background: transparent;
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
    margin: 0 0 0 0;
    gap: 10px;
    padding: 0;
}

@media (max-width: 767px) {
    .counter-list {
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
    }
}

.counter-list li {
    display: block;
    text-align: center;
    padding: 5.5px 10px;
    position: relative;
    background: var(--theme-color);
    border-radius: 30px;
    min-width: 95px;
}

    .counter-list li .count-number {
        color: var(--white-color);
        font-size: 18px;
        font-weight: 700;
        font-family: var(--title-font);
        margin-top: 0px;
        position: relative;
        display: inline-block;
        padding-right: 8px;
        line-height: 1;
    }

        .counter-list li .count-number:after {
            content: ':';
            position: absolute;
            display: inline-block;
            color: var(--white-color);
            font-size: 18px;
            font-weight: 700;
            top: 50%;
            right: 0;
            -webkit-transform: translate(50%, -50%);
            -ms-transform: translate(50%, -50%);
            transform: translate(50%, -50%);
            line-height: 1;
        }

@media (max-width: 575px) {
    .counter-list li .count-number {
        display: block;
        padding-right: 0;
    }

        .counter-list li .count-number:after {
            display: none;
        }
}

.counter-list li .count-name {
    color: var(--white-color);
    font-family: var(--title-font);
    font-weight: 500;
    font-size: 14px;
    text-transform: uppercase;
    margin-bottom: -0.4em;
    padding-left: 6px;
}

@media (max-width: 575px) {
    .counter-list li .count-name {
        padding-left: 0;
        display: block;
    }
}

@media (max-width: 575px) {
    .counter-list li {
        min-width: auto;
        -webkit-box-flex: 100%;
        -webkit-flex: 100%;
        -ms-flex: 100%;
        flex: 100%;
    }
}

.counter-card {
    --border-color: #D4D4D4;
    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: 25px;
}

.counter-card-wrap {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 100px 0 var(--section-space) 0;
    border-top: 1px solid var(--ot-border-color);
}

@media (max-width: 991px) {
    .counter-card-wrap {
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        padding: 80px 0;
        gap: 24px;
    }
}

@media (max-width: 1199px) {
    .counter-card {
        gap: 20px;
    }
}

@media (max-width: 991px) {
    .counter-card {
        -webkit-box-flex: calc(50% - 24px);
        -webkit-flex: calc(50% - 24px);
        -ms-flex: calc(50% - 24px);
        flex: calc(50% - 24px);
    }
}

@media (max-width: 575px) {
    .counter-card {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        text-align: center;
        gap: 16px;
    }
}

.counter-card .box-icon {
    width: 90px;
    height: 90px;
    line-height: 90px;
    background-color: var(--theme-color);
    border-radius: 99px;
    text-align: center;
}

.counter-card .box-number {
    font-size: 44px;
    color: var(--title-color);
    font-weight: 600;
    margin-bottom: 4px;
    margin-top: -0.15em;
}

.counter-card .box-text {
    display: block;
    font-size: 14px;
    font-weight: 500;
    text-transform: uppercase;
    margin-bottom: 0;
}

.counter-sec-border {
    border-top: 1px solid var(--ot-border-color);
    border-bottom: 1px solid var(--ot-border-color);
    padding: 100px 0;
}

@media (max-width: 991px) {
    .counter-sec-border {
        padding: 80px 0;
    }
}

.blog-card {
    background-color: var(--white-color);
    border-radius: 30px;
    padding: 20px;
    box-shadow: 0px 4px 25px rgba(0,0,0,0.06);
}

    .blog-card .blog-img {
        border-radius: 16px;
        margin-bottom: 27px;
        overflow: hidden;
    }

        .blog-card .blog-img img {
            width: 100%;
            -webkit-transition: 0.4s ease-in-out;
            transition: 0.4s ease-in-out;
        }

    .blog-card .box-title {
        margin-bottom: 17px;
    }

        .blog-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-card .box-title a:hover {
                background-size: 100% 2px;
            }

    .blog-card .box-text {
        margin-bottom: 22px;
    }

    .blog-card .blog-meta {
        margin: -0.4em 0 20px 0;
    }

    .blog-card .link-btn {
        display: block;
        max-width: -webkit-max-content;
        max-width: -moz-max-content;
        max-width: max-content;
        margin-bottom: -0.1em;
    }

    .blog-card:hover .blog-img img {
        -webkit-transform: scale(1.08);
        -ms-transform: scale(1.08);
        transform: scale(1.08);
    }

@media (max-width: 991px) {
    .blog-card .box-title {
        font-size: 22px;
    }
}

@media (max-width: 767px) {
    .blog-card .box-title {
        font-size: 24px;
    }
}

@media (max-width: 575px) {
    .blog-card {
        border-radius: 10px;
    }

        .blog-card .blog-img {
            border-radius: 10px;
        }
}

@media (max-width: 360px) {
    .blog-card .box-title {
        font-size: 21px;
    }
}

.blog-card.style2 .blog-img {
    position: relative;
    margin-bottom: 28px;
}

    .blog-card.style2 .blog-img .blog-tag {
        position: absolute;
        left: 16px;
        top: 16px;
        background: var(--theme-color);
        border-radius: 10px;
        font-size: 14px;
        color: var(--white-color);
        display: inline-block;
        line-height: 1;
        padding: 10px;
    }

.blog-card.style2 .blog-content {
    padding: 0 10px 10px;
}

.blog-card.style2 .blog-meta {
    margin: -0.4em 0 13px 0;
}

.blog-card.style2 .box-title {
    font-size: 22px;
    margin-bottom: 20px;
    line-height: 1.4545em;
}

.blog-card.style2 .link-btn {
    font-weight: 500;
}

@media (max-width: 1500px) {
    .blog-card.style2 .box-title {
        font-size: 18px;
    }
}

@media (max-width: 1399px) {
    .blog-card.style2 .box-title {
        font-size: 22px;
    }
}

@media (max-width: 991px) {
    .blog-card.style2 .box-title {
        font-size: 18px;
    }
}

@media (max-width: 767px) {
    .blog-card.style2 .box-title {
        font-size: 22px;
    }
}

@media (max-width: 375px) {
    .blog-card.style2 .box-title {
        font-size: 20px;
    }
}

.blog-box {
    border-radius: 20px;
    background-color: var(--white-color);
    border: 1px solid #E3E8F4;
}

    .blog-box .blog-img {
        border-radius: 20px;
        margin: -1px;
        overflow: hidden;
    }

        .blog-box .blog-img img {
            border-radius: inherit;
            width: 100%;
            -webkit-transition: 0.4s ease-in-out;
            transition: 0.4s ease-in-out;
        }

    .blog-box .blog-content {
        padding: 40px;
    }

    .blog-box .box-title {
        font-size: 30px;
        margin-bottom: 16px;
    }

        .blog-box .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-box .box-title a:hover {
                background-size: 100% 2px;
            }

    .blog-box .blog-meta {
        margin: -0.3em 0 22px 0;
    }

        .blog-box .blog-meta span > i, .blog-box .blog-meta a > i {
            color: var(--theme-color);
        }

    .blog-box .ot-btn {
        margin-top: 35px;
        background-color: var(--smoke-color2);
        color: var(--theme-color);
    }

        .blog-box .ot-btn::before {
            background-color: var(--theme-color);
        }

        .blog-box .ot-btn:hover {
            color: var(--white-color);
        }

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

@media (max-width: 575px) {
    .blog-box {
        border-radius: 10px;
    }

        .blog-box .blog-img {
            border-radius: 10px;
        }

        .blog-box .blog-content {
            padding: 30px;
        }

        .blog-box .box-title {
            font-size: 24px;
        }
}

@media (max-width: 375px) {
    .blog-box .blog-content {
        padding: 30px 20px 20px 20px;
    }
}

.brand-card {
    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;
}

.brand-card2 {
    text-align: center;
    display: block;
    background: var(--theme-color);
    border-radius: 30px;
    padding: 45px 15px 15px;
}

    .brand-card2 img {
        min-height: 70px;
    }

    .brand-card2 .box-title {
        color: var(--theme-color);
        border-radius: 16px;
        font-size: 16px;
        font-weight: 700;
        padding: 30px 20px;
        position: relative;
        margin-bottom: 0;
        z-index: 1;
        margin-top: 40px;
        border: 1px dashed var(--theme-color);
        -webkit-transition: 0.4s;
        transition: 0.4s;
        background: var(--white-color);
    }

    .brand-card2:hover .box-title {
        color: var(--title-color);
    }

        .brand-card2:hover .box-title:after {
            opacity: 1;
        }

.check-list ul {
    padding-left: 0;
    list-style: none;
    text-align: left;
    margin-bottom: 0;
}

.check-list li {
    font-family: var(--body-font);
    margin-bottom: 11px;
}

    .check-list li:last-child {
        margin-bottom: 0;
    }

    .check-list li > i {
        color: var(--theme-color);
        margin-right: 5px;
    }

.social-card {
    padding: 40px;
    border: 1px solid var(--ot-border-color);
    border-radius: 15px;
}

@media (max-width: 767px) {
    .social-card {
        border-radius: 10px;
    }
}

@media (max-width: 575px) {
    .social-card {
        padding: 40px 10px;
    }
}

.social-card .box-title {
    font-size: 20px;
    font-weight: 500;
    margin-bottom: 12px;
}

.social-card .ot-social {
    margin-bottom: 22px;
}

    .social-card .ot-social a {
        --icon-size: 40px;
        border-radius: 99px;
        color: var(--theme-color);
    }

        .social-card .ot-social a:hover {
            color: var(--white-color);
        }

.social-card .box-link {
    color: var(--body-color);
    text-decoration: underline;
    display: block;
    margin-bottom: -0.25em;
}

.bg-img {
    position: absolute;
    inset: 0;
    height: 100%;
    width: 100%;
}

    .bg-img img {
        width: 100%;
        height: 100%;
    }

.ot-video {
    position: relative;
    border-radius: 10px;
}

    .ot-video img {
        border-radius: inherit;
    }

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

.rounded-10 {
    border-radius: 10px;
}

.rounded-15 {
    border-radius: 15px;
}

@media (max-width: 767px) {
    .rounded-15 {
        border-radius: 10px;
    }
}

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

@media (max-width: 767px) {
    .rounded-20 {
        border-radius: 10px;
    }
}

.cta-sec2 {
    max-width: 1680px;
    border-radius: 30px 30px 0 30px;
    margin-left: auto;
    margin-right: auto;
    overflow: hidden;
    position: relative;
}

@media (max-width: 991px) {
    .cta-sec2 {
        border-radius: 20px 20px 0 0;
        padding-top: 80px;
    }
}

.img-box2 {
    margin-top: 30px;
    text-align: center;
}

.cta-texts {
    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;
    gap: 30px;
    background-color: var(--theme-color);
    padding: 22px 60px;
    position: absolute;
    bottom: 0;
    right: 0;
}

@media (max-width: 991px) {
    .cta-texts {
        left: 0;
    }
}

.cta-texts .line {
    width: 132px;
    height: 1px;
    background-color: var(--white-color);
}

.cta-texts .text {
    font-size: 14px;
    font-weight: 500;
    text-transform: uppercase;
    color: var(--white-color);
}

@media (max-width: 767px) {
    .cta-texts {
        padding: 18px 30px;
        gap: 10px 20px;
    }

        .cta-texts .line {
            width: 80px;
        }
}

@media (max-width: 575px) {
    .cta-texts {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
    }
}

.newsticker-area {
    background-color: var(--title-color);
    padding: 37px 0;
    text-align: center;
}

    .newsticker-area .swiper-wrapper {
        -webkit-transition-timing-function: linear !important;
        transition-timing-function: linear !important;
    }

    .newsticker-area .swiper-slide {
        width: auto;
    }

.newsticker-title {
    display: block;
    font-size: 30px;
    font-weight: 500;
    color: var(--white-color);
    text-transform: uppercase;
}

    .newsticker-title:hover {
        color: var(--theme-color);
    }

.shape-circle {
    --circle-size: 90px;
    background-color: #B6DCFD;
    width: var(--circle-size);
    height: var(--circle-size);
    border-radius: 999px;
}

    .shape-circle.circle2 {
        --circle-size: 110px;
        background-color: #DFDDFF;
        -webkit-animation-delay: 4s;
        animation-delay: 4s;
    }

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

@media (max-width: 1199px) {
    p.mb-40 {
        margin-bottom: 35px;
    }

    p.mb-45 {
        margin-bottom: 38px;
    }
}

.mega-hover {
    position: relative;
    overflow: hidden;
    z-index: 2;
}

    .mega-hover:after, .mega-hover:before {
        content: "";
        position: absolute;
        pointer-events: none;
        opacity: 1;
        z-index: -1;
    }

    .mega-hover:before {
        top: 0;
        right: 51%;
        bottom: 0;
        left: 50%;
        background: rgba(255,255,255,0.2);
    }

    .mega-hover:after {
        top: 50%;
        right: 0;
        bottom: 50%;
        left: 0;
        background: rgba(255,255,255,0.3);
    }

    .mega-hover:hover:before {
        left: 0;
        right: 0;
        opacity: 0;
        -webkit-transition: all 900ms linear;
        transition: all 900ms linear;
    }

    .mega-hover:hover:after {
        top: 0;
        bottom: 0;
        opacity: 0;
        -webkit-transition: all 900ms linear;
        transition: all 900ms linear;
    }

.call-text {
    margin-left: 6px;
    text-align: left;
}

@media (max-width: 767px) {
    .call-text {
        margin-left: 0;
    }
}

.call-text .box-title {
    font-size: 18px;
    font-weight: 600;
    color: var(--theme-color);
    margin-bottom: 5px;
}

.call-text .box-text {
    display: block;
    font-weight: 500;
}

.feature-box {
    background-color: var(--white-color);
    border: 1px solid #E7EAF1;
    border-radius: 10px;
    padding: 45px;
    background-size: auto;
    background-position: top right;
    -webkit-transition: 0.4s ease;
    transition: 0.4s ease;
}

    .feature-box .box-subtitle {
        font-size: 14px;
        font-weight: 500;
        text-transform: uppercase;
        display: block;
        margin-top: -0.5em;
        margin-bottom: 18px;
    }

    .feature-box .box-title {
        font-size: 30px;
        line-height: 38px;
        margin-bottom: 22px;
    }

    .feature-box .box-img {
        margin-top: 50px;
        height: 195px;
    }

    .feature-box .link-btn {
        font-size: 18px;
        color: var(--title-color);
    }

        .feature-box .link-btn i {
            color: var(--theme-color);
            -webkit-transition: 0.3s;
            transition: 0.3s;
        }

        .feature-box .link-btn:hover {
            color: var(--theme-color);
        }

            .feature-box .link-btn:hover i {
                -webkit-transform: rotate(45deg);
                -ms-transform: rotate(45deg);
                transform: rotate(45deg);
            }

    .feature-box:hover {
        box-shadow: 0px 29px 52px rgba(28,33,48,0.1);
    }

@media (max-width: 1199px) {
    .feature-box {
        padding: 30px;
    }

        .feature-box .box-title {
            font-size: 26px;
        }

        .feature-box .box-img {
            height: 166px;
        }
}

@media (max-width: 767px) {
    .feature-box {
        padding: 45px;
    }

        .feature-box .box-img {
            height: auto;
        }

        .feature-box .box-title {
            font-size: 30px;
        }
}

@media (max-width: 375px) {
    .feature-box {
        padding: 35px;
    }

        .feature-box .box-title {
            font-size: 26px;
        }
}

.img-box5 {
    margin-right: -90px;
}

@media (max-width: 1399px) {
    .img-box5 {
        margin-right: -30px;
    }
}

@media (max-width: 991px) {
    .img-box5 {
        margin: 40px auto 0 auto;
    }
}

.faq-tab-btn {
    display: block;
    margin-top: -0.3em;
}

    .faq-tab-btn .nav-item:not(:last-child) {
        margin-bottom: 16px;
    }

    .faq-tab-btn .nav-item .nav-link {
        border: 0;
        padding: 0;
        border-radius: 0;
        background: transparent;
        font-size: 18px;
        font-weight: 700;
        font-family: var(--title-font);
        color: var(--title-color);
    }

        .faq-tab-btn .nav-item .nav-link.active {
            color: var(--theme-color);
        }

@media (max-width: 991px) {
    .faq-tab-btn {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        gap: 20px 30px;
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }

        .faq-tab-btn .nav-item:not(:last-child) {
            margin-bottom: 0px;
        }
}

.faq-tab-wrap {
    border: 1px solid var(--ot-border-color);
    border-radius: 50px;
    padding: 0 40px 40px;
}

.faq-title {
    font-size: 30px;
    margin-top: 30px;
    margin-bottom: 20px;
}

.accordion-card {
    -webkit-transition: 0.4s ease-in-out;
    transition: 0.4s ease-in-out;
    overflow: hidden;
    background-color: var(--white-color);
    text-align: left;
    position: relative;
    z-index: 3;
    padding-bottom: 16px;
    border: 1px solid var(--ot-border-color);
    border-radius: 20px;
}

    .accordion-card:not(:last-child) {
        margin-bottom: 24px;
    }

    .accordion-card .accordion-button {
        font-size: 20px;
        font-weight: 700;
        font-family: var(--title-font);
        border: 0;
        border-color: var(--ot-border-color);
        color: var(--title-color);
        background-color: transparent;
        border-radius: 0;
        padding: 26px 45px 10px 30px;
        min-height: 56px;
        gap: 10px;
        margin-bottom: 0;
        text-align: left;
        -webkit-transition: 0.3s;
        transition: 0.3s;
        position: relative;
    }

        .accordion-card .accordion-button:after {
            content: "\2b";
            height: 100%;
            width: auto;
            line-height: 1;
            background-color: transparent;
            background-image: none;
            font-family: var(--icon-font);
            color: var(--title-color);
            font-weight: 500;
            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: 9px;
            right: 30px;
            -webkit-transition: 0.3s ease-in-out;
            transition: 0.3s ease-in-out;
        }

        .accordion-card .accordion-button:focus {
            outline: none;
            box-shadow: none;
        }

        .accordion-card .accordion-button:not(.collapsed) {
            box-shadow: none;
            border-radius: 0;
        }

            .accordion-card .accordion-button:not(.collapsed):after {
                content: "\f068";
            }

    .accordion-card .accordion-collapse {
        border: none;
    }

    .accordion-card .accordion-body {
        border-radius: 0;
        border: none;
        padding: 0px 30px 14px 30px;
    }

    .accordion-card .faq-text {
        margin-bottom: -0.48em;
    }

@media (max-width: 767px) {
    .accordion-card {
        padding-bottom: 6px;
    }

        .accordion-card .accordion-body {
            padding: 0px 25px 24px 25px;
        }

        .accordion-card .accordion-button {
            font-size: 18px;
            padding: 16px 50px 10px 25px;
        }
}

.service-card {
    background-color: var(--white-color);
    position: relative;
    z-index: 2;
    padding: 40px;
    border: 1px solid var(--ot-border-color);
    border-radius: 10px;
    -webkit-transition: 0.4s ease-in-out;
    transition: 0.4s ease-in-out;
}

    .service-card .box-icon {
        width: 75px;
        height: 75px;
        line-height: 75px;
        text-align: center;
        border-radius: 10px;
        background-color: var(--smoke-color2);
        margin-bottom: 50px;
    }

    .service-card .box-title {
        margin-bottom: 17px;
    }

    .service-card .box-text {
        margin-bottom: 17px;
    }

    .service-card .box-btn {
        font-size: 18px;
        display: block;
        margin-bottom: -0.45em;
    }

        .service-card .box-btn i {
            -webkit-transition: 0.4s ease-in-out;
            transition: 0.4s ease-in-out;
        }

            .service-card .box-btn i:hover {
                -webkit-transform: rotate(-315deg);
                -ms-transform: rotate(-315deg);
                transform: rotate(-315deg);
            }

    .service-card:hover {
        box-shadow: 0px 9px 75px rgba(8,20,44,0.09);
    }

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

.service-sec1 {
    position: relative;
    z-index: 3;
    background-position: top center;
    background-size: auto;
    padding-top: 340px;
}

@media (min-width: 1922px) {
    .service-sec1 {
        background-size: 100% 748px;
    }
}

@media (max-width: 1299px) {
    .service-sec1 {
        padding-top: 300px;
    }
}

.service-box {
    background-color: #F2F7FB;
    border-radius: 15px;
    padding: 50px 40px;
}

    .service-box .box-icon {
        margin: 20px 0;
    }

    .service-box .box-title {
        margin-bottom: 17px;
    }

    .service-box .link-btn {
        display: block;
        max-width: -webkit-fit-content;
        max-width: -moz-fit-content;
        max-width: fit-content;
        margin-bottom: -0.2em;
    }

@media (max-width: 1199px) {
    .service-box {
        padding: 40px 30px;
    }
}

@media (max-width: 575px) {
    .service-box {
        border-radius: 10px;
    }
}

.page-title {
    font-size: 32px;
    margin-bottom: 25px;
}

.page-img {
    margin-bottom: 40px;
    overflow: hidden;
    border-radius: 15px;
}

    .page-img img {
        width: 100%;
    }

@media (max-width: 767px) {
    .page-img {
        border-radius: 10px;
    }
}

.page-single {
    margin-bottom: 30px;
}

.process-card {
    max-width: 370px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    gap: 30px;
}

    .process-card .box-number {
        font-size: 40px;
        font-weight: bold;
        color: #E7EAF0;
    }

    .process-card .box-title {
        margin-bottom: 12px;
    }

    .process-card .box-line {
        position: relative;
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 1px;
        -ms-flex: 0 0 1px;
        flex: 0 0 1px;
        background-color: var(--ot-border-color);
    }

        .process-card .box-line:after {
            content: '';
            height: 45px;
            width: 1px;
            background-color: var(--theme-color);
            position: absolute;
            bottom: 0;
            left: 0;
            -webkit-animation: lineMove 10s linear infinite;
            animation: lineMove 10s linear infinite;
        }

.process-card-wrap:nth-child(2) .box-line:after {
    -webkit-animation: lineMovealt 10s linear infinite;
    animation: lineMovealt 10s linear infinite;
}

.process-card .box-text {
    margin-bottom: 22px;
}

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

@-webkit-keyframes lineMove {
    0% {
        bottom: 0;
    }

    50% {
        bottom: calc(100% - 45px);
    }

    100% {
        bottom: 0;
    }
}

@keyframes lineMove {
    0% {
        bottom: 0;
    }

    50% {
        bottom: calc(100% - 45px);
    }

    100% {
        bottom: 0;
    }
}

@-webkit-keyframes lineMovealt {
    0% {
        bottom: calc(100% - 45px);
    }

    50% {
        bottom: 0;
    }

    100% {
        bottom: calc(100% - 45px);
    }
}

@keyframes lineMovealt {
    0% {
        bottom: calc(100% - 45px);
    }

    50% {
        bottom: 0;
    }

    100% {
        bottom: calc(100% - 45px);
    }
}

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

        .process-card .box-line {
            width: 100%;
            height: 1px;
        }

            .process-card .box-line:after {
                height: 1px;
                width: 45px;
                -webkit-animation: lineMoveX 10s linear infinite;
                animation: lineMoveX 10s linear infinite;
            }

    .process-card-wrap:nth-child(2) .box-line:after {
        -webkit-animation: lineMovealtX 10s linear infinite;
        animation: lineMovealtX 10s linear infinite;
    }
}

@-webkit-keyframes lineMoveX {
    0% {
        left: 0;
    }

    50% {
        left: calc(100% - 45px);
    }

    100% {
        left: 0;
    }
}

@keyframes lineMoveX {
    0% {
        left: 0;
    }

    50% {
        left: calc(100% - 45px);
    }

    100% {
        left: 0;
    }
}

@-webkit-keyframes lineMovealtX {
    0% {
        left: calc(100% - 45px);
    }

    50% {
        left: 0;
    }

    100% {
        left: calc(100% - 45px);
    }
}

@keyframes lineMovealtX {
    0% {
        left: calc(100% - 45px);
    }

    50% {
        left: 0;
    }

    100% {
        left: calc(100% - 45px);
    }
}

@media (max-width: 767px) {
    .process-card {
        margin: 0 auto;
        max-width: 480px;
    }
}

.process-box {
    text-align: center;
    position: relative;
}

.process-box-wrap {
    position: relative;
}

    .process-box-wrap:after {
        content: '';
        background-image: url('data:image/svg+xml,<svg width="95" height="36" viewBox="0 0 95 36" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M94.4675 31.6302C91.4005 25.5905 89.4349 19.3071 87.1029 12.9857C86.4967 11.3358 84.2223 12.3039 84.3518 13.8356C84.5638 16.4312 85.0585 19.0163 85.7563 21.5606C80.829 16.8542 74.7456 12.8797 69.1486 9.78142C61.6429 5.62903 53.3667 2.62985 44.9202 1.10078C30.9158 -1.43341 11.2876 0.650706 1.1597 11.9052C0.5804 12.5528 1.50089 13.4321 2.18496 13.1283C9.13048 10.0995 15.2727 6.79462 22.9098 5.6463C30.3861 4.52494 38.306 4.83373 45.6743 6.5439C53.4621 8.35551 60.608 11.8599 67.2728 16.2319C72.8439 19.8914 77.5176 24.4112 82.4902 28.6696C77.8136 28.5226 73.0822 29.1985 69.1492 31.007C66.837 32.0717 67.9602 35.5867 70.4512 35.2246C74.2323 34.6765 77.7843 33.6621 81.6548 33.6325C85.2437 33.6017 88.6851 34.1801 92.1935 34.8642C93.8778 35.2001 95.198 33.068 94.4675 31.6302Z" fill="%23E1E6F5"/></svg>');
        background-repeat: no-repeat;
        height: 36px;
        width: 96px;
        position: absolute;
        top: 30px;
        right: -48px;
    }

    .process-box-wrap:nth-child(even) {
        margin-top: 60px;
    }

        .process-box-wrap:nth-child(even):after {
            -webkit-transform: rotateX(180deg);
            transform: rotateX(180deg);
        }

    .process-box-wrap:last-child:after {
        display: none;
    }

.process-box .box-icon {
    position: relative;
    width: 130px;
    height: 130px;
    line-height: 130px;
    background-color: var(--white-color);
    border-radius: 50%;
    text-align: center;
    box-shadow: 0px 0px 77px 10px rgba(170,170,170,0.13);
    margin: 0 auto 30px auto;
    -webkit-transition: 0.4s ease-in-out;
    transition: 0.4s ease-in-out;
}

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

.process-box .box-number {
    position: absolute;
    top: 0;
    right: 0;
    font-size: 14px;
    font-weight: 600;
    color: var(--white-color);
    background-color: var(--theme-color);
    border: 5px solid var(--white-color);
    border-radius: 99px;
    height: 45px;
    width: 45px;
    line-height: 34px;
    text-align: center;
}

.process-box .box-text {
    max-width: 285px;
    margin: 0 auto -0.5em auto;
}

.process-box:hover .box-icon {
    background-color: var(--theme-color);
}

    .process-box:hover .box-icon img {
        -webkit-filter: brightness(0) invert(1);
        filter: brightness(0) invert(1);
        -webkit-transform: rotateY(180deg);
        transform: rotateY(180deg);
    }

@media (max-width: 991px) {
    .process-box-wrap:nth-child(even):after {
        display: none;
    }
}

@media (max-width: 767px) {
    .process-box-wrap {
        margin-bottom: 40px;
    }

        .process-box-wrap:after {
            display: none;
        }

        .process-box-wrap:nth-child(even) {
            margin-top: 0;
        }

        .process-box-wrap:last-child {
            margin-bottom: 0;
        }
}

.feature-list {
    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;
    position: relative;
    padding: 22px;
}

.feature-list-wrap {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    gap: 30px;
}

.feature-list:after {
    content: '';
    position: absolute;
    inset: 0;
    border-radius: 30px;
    background: var(--theme-color);
    opacity: 0.15;
    z-index: -1;
}

.feature-list .box-title {
    font-size: 24px;
    font-weight: 700;
    margin-bottom: 5px;
}

.feature-list .box-icon {
    width: 80px;
    height: 80px;
    line-height: 80px;
    text-align: center;
    background-color: var(--theme-color);
    border-radius: 16px;
}

.feature-list .box-text {
    font-size: 16px;
}

@media (max-width: 1299px) {
    .feature-list {
        display: block;
        text-align: center;
        padding: 30px;
    }

        .feature-list .box-icon {
            display: inline-block;
            margin-bottom: 20px;
        }

        .feature-list .box-title {
            font-size: 20px;
        }
}

@media (max-width: 1199px) {
    .feature-list {
        display: block;
        text-align: center;
    }
}

@media (max-width: 767px) {
    .gallery-card {
        margin-left: 12px;
        margin-right: 12px;
    }
}

.gallery-card .box-img {
    position: relative;
    z-index: 2;
    border-radius: 15px;
    overflow: hidden;
}

    .gallery-card .box-img img {
        width: 100%;
    }

    .gallery-card .box-img:after {
        content: '';
        position: absolute;
        inset: 0;
        border-radius: 15px;
        background-color: var(--theme-color);
        opacity: 0;
        -webkit-transition: 0.4s ease;
        transition: 0.4s ease;
    }

.gallery-card .icon-btn {
    font-size: 18px;
    position: absolute;
    top: calc(50% - 27.5px);
    left: calc(50% - 27.5px);
    z-index: 3;
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0);
    background-color: var(--white-color);
    color: var(--theme-color);
}

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

.gallery-card .box-content {
    padding: 70px 50px 70px 70px;
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: 3;
    -webkit-transition: 0.4s ease-in-out;
    transition: 0.4s ease-in-out;
    visibility: hidden;
    opacity: 0;
    -webkit-transform: translateY(40px);
    -ms-transform: translateY(40px);
    transform: translateY(40px);
}

@media (max-width: 1500px) {
    .gallery-card .box-content {
        padding: 60px 50px 60px 60px;
    }
}

@media (max-width: 575px) {
    .gallery-card .box-content {
        padding: 60px 50px 50px 60px;
    }
}

.gallery-card .box-title {
    margin-bottom: 0;
    color: var(--white-color);
    margin-bottom: -0.34em;
}

    .gallery-card .box-title a:hover {
        color: var(--title-color);
    }

.gallery-card .box-subtitle {
    font-size: 14px;
    font-weight: 600;
    text-transform: uppercase;
    color: var(--white-color);
}

.gallery-card:hover .box-img:after {
    opacity: 0.85;
    inset: 30px;
}

@media (max-width: 575px) {
    .gallery-card:hover .box-img:after {
        inset: 20px;
    }
}

.gallery-card:hover .box-content {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
    visibility: visible;
    opacity: 1;
}

.gallery-card:hover .icon-btn {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
}

.gallery-card.style2 .box-img img {
    min-height: 250px;
    object-fit: cover;
}

.gallery-card.style2 .box-content {
    padding: 40px 20px 32px 40px;
}

.gallery-card.style2:hover .box-img:after {
    inset: 0;
}

@media (max-width: 575px) {
    .gallery-card.style2:hover .box-img:after {
        inset: 0;
    }
}

#gallerySlider1 .swiper-slide-active .gallery-card .box-img:after {
    opacity: 0.85;
    inset: 30px;
}

@media (max-width: 575px) {
    #gallerySlider1 .swiper-slide-active .gallery-card .box-img:after {
        inset: 20px;
    }
}

#gallerySlider1 .swiper-slide-active .gallery-card .box-content {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
    visibility: visible;
    opacity: 1;
}

#gallerySlider1 .swiper-slide-active .gallery-card .icon-btn {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
}

.project-meta {
    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: 25px;
}

.project-meta-wrap {
    margin-top: 43px;
    margin-bottom: 60px;
    padding: 40px 0;
    border-top: 1px solid var(--ot-border-color);
    border-bottom: 1px solid var(--ot-border-color);
}

@media (max-width: 1199px) {
    .project-meta-wrap {
        margin-top: 28px;
        margin-bottom: 45px;
    }
}

.project-meta .icon-btn {
    --btn-size: 70px;
    font-size: 22px;
}

.project-meta .box-text {
    margin-bottom: 10px;
    margin-top: -0.4em;
}

.project-meta .box-title {
    font-size: 18px;
    line-height: 26px;
    font-weight: 500;
    margin-bottom: -0.34em;
    max-width: 210px;
}

.project-details .page-tags {
    margin-top: -0.5em;
    margin-bottom: 4px;
}

    .project-details .page-tags a {
        font-size: 14px;
        font-weight: 500;
        text-transform: uppercase;
        color: var(--body-color);
    }

        .project-details .page-tags a:hover {
            color: var(--theme-color);
        }

.project-details .page-img {
    border-radius: 30px;
    margin-bottom: 60px;
}

@media (max-width: 1199px) {
    .project-details .page-img {
        border-radius: 15px;
        margin-bottom: 45px;
    }
}

@media (max-width: 767px) {
    .project-details .page-img {
        border-radius: 10px;
    }
}

.project-details .page-title {
    font-size: 60px;
}

@media (max-width: 1199px) {
    .project-details .page-title {
        font-size: 48px;
    }
}

@media (max-width: 991px) {
    .project-details .page-title {
        font-size: 40px;
    }
}

@media (max-width: 767px) {
    .project-details .page-title {
        font-size: 34px;
    }
}

@media (max-width: 575px) {
    .project-details .page-title {
        font-size: 30px;
    }
}

.skill-feature {
    text-align: left;
}

    .skill-feature:not(:last-child) {
        margin-bottom: 30px;
    }

    .skill-feature .box-title, .skill-feature .progress-value {
        font-size: 14px;
        font-weight: 500;
        margin-bottom: 10px;
        margin-top: -0.5em;
        font-family: var(--title-font);
        color: var(--title-color);
        text-transform: uppercase;
    }

    .skill-feature .progress {
        position: relative;
        height: 16px;
        background-color: var(--white-color);
        box-shadow: 0px 10px 31px rgba(169,177,193,0.17);
        border: 1px solid #D5E0F5;
        overflow: visible;
        border-radius: 99px;
    }

    .skill-feature .progress-bar {
        background-color: var(--theme-color);
        height: 5px;
        margin: 5px;
        border-radius: inherit;
        overflow: visible;
        position: relative;
    }

    .skill-feature .progress-value {
        position: absolute;
        top: -30px;
        right: -8px;
    }

.video-btn {
    width: 50px;
    width: 50px;
    line-height: 50px;
    background-color: rgba(14,89,242,0.7);
    color: var(--white-color);
    text-align: center;
    -webkit-transition: 0.4s ease-in-out;
    transition: 0.4s ease-in-out;
    border-radius: 5px;
}

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

.ot-video .video-btn {
    position: absolute;
    top: calc(50% - 25px);
    left: calc(50% - 25px);
}

.skill-img {
    -webkit-filter: drop-shadow(0px 4px 28px rgba(0,0,0,0.22));
    filter: drop-shadow(0px 4px 28px rgba(0,0,0,0.22));
}

    .skill-img > img {
        border-radius: 15px;
    }

@media (max-width: 767px) {
    .skill-img > img {
        border-radius: 10px;
    }
}

.skill-img .ot-video {
    position: absolute;
    bottom: 0;
    right: 0;
    border-radius: 10px 0 10px 0;
    padding: 8px 0 0 8px;
    background-color: var(--white-color);
}

@media (max-width: 575px) {
    .skill-img .ot-video {
        max-width: 55%;
    }
}

.bg-lines {
    background-image: -webkit-repeating-linear-gradient(right, transparent 256px, transparent 726px, var(--ot-border-color) 726px, var(--ot-border-color) 727px);
    background-image: repeating-linear-gradient(to left, transparent 256px, transparent 726px, var(--ot-border-color) 726px, var(--ot-border-color) 727px);
    background-position: center center;
}

.price-card {
    padding: 60px 86px 60px 70px;
    background-color: var(--white-color);
    border: 1px solid var(--theme-color);
    border-radius: 10px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-transition: 0.4s ease-in-out;
    transition: 0.4s ease-in-out;
}

@media (max-width: 1199px) {
    .price-card {
        padding: 40px;
    }
}

@media (max-width: 991px) {
    .price-card {
        padding: 50px 150px 50px 100px;
    }
}

@media (max-width: 767px) {
    .price-card {
        padding: 50px;
    }
}

.price-card .box-header {
    position: relative;
    z-index: 2;
    width: 160px;
}

    .price-card .box-header:before {
        content: '';
        position: absolute;
        top: 22px;
        left: 25px;
        width: 140px;
        height: 140px;
        background-color: var(--theme-color);
        opacity: 0.06;
        border-radius: 999px;
        -webkit-transition: 0.4s ease-in-out;
        transition: 0.4s ease-in-out;
        z-index: -1;
    }

.price-card .box-img {
    margin-bottom: 15px;
}

.price-card .box-price {
    font-size: 48px;
    font-weight: 400;
    line-height: 1;
    color: var(--title-color);
}

.price-card .box-title {
    font-size: 18px;
    line-height: 26px;
    font-weight: 400;
    color: var(--body-color);
    max-width: 128px;
    margin-top: 15px;
    margin-bottom: -0.3em;
}

.price-card .check-list {
    margin-bottom: 25px;
}

.price-card .ot-btn {
    background-color: var(--smoke-color2);
    color: var(--title-color);
}

    .price-card .ot-btn:before {
        background-color: var(--theme-color);
    }

    .price-card .ot-btn:hover {
        color: var(--white-color);
    }

@media (max-width: 575px) {
    .price-card {
        padding: 40px;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        gap: 30px;
    }

        .price-card .box-header {
            width: 100%;
        }

        .price-card .box-title {
            max-width: 100%;
        }
}

.price-card:hover {
    border-color: transparent;
    box-shadow: 0px 9px 75px rgba(30,44,72,0.09);
}

    .price-card:hover .box-header:before {
        top: 45px;
    }

.price-box {
    padding: 40px;
    margin-left: -1px;
    position: relative;
    z-index: 2;
}

@media (max-width: 1299px) {
    .price-box {
        padding: 30px;
    }
}

@media (max-width: 1199px) {
    .price-box {
        padding: 50px;
    }
}

@media (max-width: 375px) {
    .price-box {
        padding: 30px;
    }
}

.price-box:before {
    content: '';
    position: absolute;
    inset: 0;
    border: 1px solid var(--ot-border-color);
    border-radius: inherit;
    -webkit-transition: 0.4s ease-in-out;
    transition: 0.4s ease-in-out;
}

.price-box-wrap:first-child .price-box {
    border-radius: 15px 0 0 15px;
}

.price-box-wrap:last-child .price-box {
    border-radius: 0 15px 15px 0;
}

.price-box .box-img {
    margin-bottom: 35px;
}

.price-box .box-price {
    margin-bottom: 10px;
    color: var(--title-color);
}

    .price-box .box-price .price {
        font-size: 48px;
        font-weight: 400;
        line-height: 1;
        color: var(--title-color);
    }

.price-box .box-title {
    font-size: 30px;
    margin-bottom: 25px;
}

.price-box .check-list {
    margin-bottom: 25px;
}

    .price-box .check-list li {
        margin-bottom: 4px;
    }

        .price-box .check-list li i {
            color: inherit;
        }

.price-box .ot-btn {
    margin-top: 40px;
}

.price-box:hover {
    border-radius: 15px !important;
}

    .price-box:hover:before {
        top: -40px;
        bottom: -40px;
    }

@media (max-width: 1199px) {
    .price-box {
        border-radius: 0 !important;
        margin-bottom: -1px;
    }

        .price-box:hover {
            border-radius: 0 !important;
        }

        .price-box:before {
            inset: 0 !important;
        }
}

.case-img-group {
    max-width: 230px;
}

@media (max-width: 991px) {
    .case-img-group {
        max-width: 100%;
    }
}

.case-card {
    background-color: #EFF3FB;
    border-radius: 20px;
    padding: 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;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    gap: 20px;
}

    .case-card .box-content {
        max-width: 370px;
    }

    .case-card .box-title {
        font-size: 30px;
        margin-bottom: 30px;
    }

@media (max-width: 1199px) {
    .case-card .box-title {
        font-size: 26px;
    }
}

.case-card .ot-btn {
    margin-top: 40px;
}

@media (max-width: 1199px) {
    .case-card .box-content {
        max-width: 270px;
    }
}

@media (max-width: 767px) {
    .case-card {
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
        -webkit-flex-direction: column-reverse;
        -ms-flex-direction: column-reverse;
        flex-direction: column-reverse;
        -webkit-box-align: stretch;
        -webkit-align-items: stretch;
        -ms-flex-align: stretch;
        align-items: stretch;
        border-radius: 10px;
        gap: 35px;
    }

        .case-card .box-img {
            width: 100%;
        }

            .case-card .box-img img {
                width: 100%;
            }

        .case-card .box-content {
            max-width: 100%;
        }

        .case-card .box-title {
            margin-bottom: 25px;
        }

        .case-card .ot-btn {
            margin-top: 35px;
        }
}

@media (max-width: 375px) {
    .case-card {
        padding: 25px;
    }
}

.ad-card {
    border-radius: 30px;
    overflow: hidden;
    display: block;
}

.ad-card2 {
    border-radius: 30px;
    overflow: hidden;
    position: relative;
}

    .ad-card2 .card-content {
        position: absolute;
        inset: 0;
        text-align: center;
        padding-top: 70px;
    }

        .ad-card2 .card-content .box-title {
            font-size: 28px;
            font-weight: 700;
            color: var(--white-color);
            margin-bottom: 5px;
        }

        .ad-card2 .card-content .card-price {
            margin-bottom: 0;
            font-size: 16px;
            font-weight: 700;
            font-family: var(--title-font);
            color: var(--title-color);
        }

            .ad-card2 .card-content .card-price del {
                color: var(--white-color);
                font-weight: 500;
            }

        .ad-card2 .card-content .btn-wrap {
            -webkit-box-pack: center;
            -webkit-justify-content: center;
            -ms-flex-pack: center;
            justify-content: center;
            position: absolute;
            bottom: 0;
            left: 0;
            right: 0;
            margin-bottom: 70px;
        }

.product-list-wrap1 {
    padding: 36px;
    border-radius: 30px;
    border: 1px solid var(--ot-border-color);
}

@media (max-width: 575px) {
    .product-list-wrap1 {
        padding: 36px 20px;
    }
}

.ot-product {
    -webkit-transition: all ease 0.4s;
    transition: all ease 0.4s;
    background-color: var(--white-color);
    border: 1px solid var(--ot-border-color);
    border-radius: 20px;
    padding: 24px;
    max-width: 300px;
    position: relative;
    overflow: hidden;
}

    .ot-product .box-title {
        font-size: 18px;
        margin: -0.2em 0 6px 0;
        font-weight: 700;
    }

        .ot-product .box-title a {
            color: inherit;
        }

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

    .ot-product .product-category {
        color: var(--body-color);
        margin-bottom: 0px;
        display: block;
    }

        .ot-product .product-category:hover {
            color: var(--theme-color);
        }

    .ot-product .category, .ot-product .product-tag {
        font-size: 15px;
        font-weight: 600;
        position: absolute;
        top: 0px;
        left: 0px;
        background-color: var(--theme-color);
        color: var(--white-color);
        padding: 0 12px;
        min-width: 58px;
        z-index: 3;
        border-radius: 30px;
        line-height: 24px;
    }

        .ot-product .category span, .ot-product .product-tag span {
            font-size: 15px;
            font-weight: 600;
            background-color: var(--theme-color);
            color: var(--white-color);
            padding: 0 12px;
            min-width: 58px;
            z-index: 3;
            border-radius: 30px;
            line-height: 24px;
            display: block;
        }

            .ot-product .category span.offer, .ot-product .product-tag span.offer {
                background: var(--yellow-color);
                margin-top: 6px;
            }

        .ot-product .category:has(span), .ot-product .product-tag:has(span) {
            background: transparent;
            padding: 0;
        }

    .ot-product .woocommerce-product-rating {
        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: 5px;
        margin-top: 18px;
        margin-bottom: 0px;
    }

    .ot-product .star-rating {
        margin: 0 auto 0 auto;
        width: 93px;
    }

    .ot-product .price {
        display: block;
        color: var(--theme-color);
        font-weight: 700;
        font-size: 16px;
        margin-bottom: -0.4em;
        font-family: var(--title-font);
    }

        .ot-product .price del {
            margin-left: 5px;
            font-weight: 500;
            color: var(--body-color);
            opacity: 0.8;
        }

    .ot-product .product-img {
        --space: 0px;
        overflow: hidden;
        position: relative;
        margin: 0 0 20px 0;
        text-align: center;
        background-color: transparent;
        z-index: 2;
        border-radius: 0px;
    }

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

    .ot-product .actions {
        height: 100%;
        position: absolute;
        top: 0px;
        right: 0px;
        text-align: center;
        z-index: 3;
        opacity: 0;
        visibility: hidden;
        -webkit-transition: 0.4s ease-in-out;
        transition: 0.4s ease-in-out;
        display: grid;
        -webkit-align-content: flex-start;
        -ms-flex-line-pack: start;
        align-content: flex-start;
        width: 40px;
    }

        .ot-product .actions .icon-btn {
            --btn-size: 40px;
            font-size: 14px;
            border: 1px solid rgba(92,112,126,0.3);
            color: var(--title-color);
            border-radius: 99px;
            margin-bottom: 10px;
        }

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

        .ot-product .actions > * {
            margin: 0 0;
        }

            .ot-product .actions > * > a {
                margin: 0;
            }

    .ot-product .icon-btn {
        -webkit-transform: translateX(30px);
        -ms-transform: translateX(30px);
        transform: translateX(30px);
        -webkit-transition: 0.4s ease-in-out;
        transition: 0.4s ease-in-out;
    }

    .ot-product .tinv-wishlist .tinvwl_add_to_wishlist_button.tinvwl-icon-heart-plus.no-txt, .ot-product .tinv-wishlist .tinvwl_add_to_wishlist_button.tinvwl-icon-heart.no-txt {
        width: 40px;
        height: 40px;
        line-height: 40px;
        display: inline-block;
    }

        .ot-product .tinv-wishlist .tinvwl_add_to_wishlist_button.tinvwl-icon-heart-plus.no-txt::before, .ot-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;
        }

    .ot-product .tinv-wishlist a {
        display: inline-block;
        width: 40px;
        height: 40px;
        line-height: 40px;
        background-color: var(--white-color);
        color: var(--title-color);
        border-radius: 50%;
    }

        .ot-product .tinv-wishlist a:hover {
            background-color: var(--theme-color);
            color: var(--white-color);
        }

    .ot-product .add_to_cart_button.added {
        display: none;
    }

    .ot-product .added_to_cart {
        display: block;
        width: 40px;
        height: 40px;
        line-height: 38px;
        background-color: var(--title-color);
        color: var(--white-color);
        font-size: 0;
        text-align: center;
        border-radius: 99px;
        border: none;
        margin-bottom: 10px;
    }

        .ot-product .added_to_cart:after {
            content: "\f07a";
            position: relative;
            font-family: var(--icon-font);
            font-size: 16px;
            font-weight: 700;
        }

        .ot-product .added_to_cart:hover {
            background-color: var(--theme-color);
            color: var(--white-color);
        }

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

    .ot-product .product-content {
        margin-bottom: -0.5em;
    }

    .ot-product .product-hover-content {
        position: absolute;
        bottom: -20px;
        left: 0;
        right: 0;
        background: var(--smoke-color3);
        border-radius: 20px;
        padding: 24px;
        z-index: 3;
        -webkit-transition: 0.4s;
        transition: 0.4s;
        opacity: 0;
        visibility: hidden;
    }

        .ot-product .product-hover-content .woocommerce-product-rating {
            margin-bottom: 22px;
        }

        .ot-product .product-hover-content .ot-btn {
            width: 100%;
            border-radius: 99px;
            font-weight: 700;
            padding: 12px 30px;
        }

    .ot-product:hover .product-img img {
        -webkit-transform: scale(0.9);
        -ms-transform: scale(0.9);
        transform: scale(0.9);
    }

    .ot-product:hover .product-img:before {
        -webkit-transform: scaleX(1);
        -ms-transform: scaleX(1);
        transform: scaleX(1);
        visibility: visible;
        opacity: 0.25;
    }

    .ot-product:hover .actions {
        margin-top: 0;
        opacity: 1;
        visibility: visible;
    }

    .ot-product:hover .icon-btn {
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0);
    }

    .ot-product:hover .product-hover-content {
        opacity: 1;
        visibility: visible;
        bottom: 0;
    }

    .ot-product.style2 {
        background: var(--white-color);
        padding: 10px;
    }

        .ot-product.style2 .product-img {
            background: var(--smoke-color);
            border-radius: 10px;
            /*height: 236px;*/
            margin-bottom: 24px;
        }

            .ot-product.style2 .product-img img {
                -webkit-transform: scale(0.8);
                -ms-transform: scale(0.8);
                transform: scale(0.8);
                height: 100%;
                width: auto;
            }

        .ot-product.style2 .category, .ot-product.style2 .product-tag {
            top: 16px;
            left: 16px;
        }

        .ot-product.style2 .actions {
            top: 16px;
            right: 16px;
        }

        .ot-product.style2 .product-content {
            padding: 0 14px 14px 14px;
            margin-bottom: 0;
        }

            .ot-product.style2 .product-content .ot-btn {
                margin-top: 14px;
                width: 100%;
                padding: 12px 30px;
                background: transparent;
                color: #B33791;
                border: 1px solid var(--ot-border-color);
            }

                .ot-product.style2 .product-content .ot-btn:before {
                    background: #B33791;
                }

                .ot-product.style2 .product-content .ot-btn:hover {
                    color: var(--white-color);
                }

        .ot-product.style2:hover .product-img img {
            -webkit-transform: scale(0.7);
            -ms-transform: scale(0.7);
            transform: scale(0.7);
        }

    .ot-product.style3 {
        border: 0;
        padding: 0;
        background: transparent;
        border-radius: 0;
        min-width: 300px;
    }

        .ot-product.style3 .product-img {
            background: var(--smoke-color);
            border-radius: 20px;
            height: 236px;
            margin-bottom: 24px;
        }

            .ot-product.style3 .product-img img {
                -webkit-transform: scale(0.8);
                -ms-transform: scale(0.8);
                transform: scale(0.8);
                height: 100%;
                width: auto;
            }

        .ot-product.style3 .category, .ot-product.style3 .product-tag {
            top: 24px;
            left: 24px;
        }

            .ot-product.style3 .category span.offer, .ot-product.style3 .product-tag span.offer {
                background: var(--theme-color2);
            }

        .ot-product.style3 .actions {
            top: 24px;
            right: 24px;
        }

        .ot-product.style3 .box-title {
            margin: -0.2em 0 8px 0;
        }

        .ot-product.style3 .product-content {
            margin-bottom: 0;
        }

            .ot-product.style3 .product-content .ot-btn {
                margin-top: 24px;
                width: 100%;
                padding: 12px 30px;
            }

                .ot-product.style3 .product-content .ot-btn:before {
                    background: var(--theme-color);
                }

                .ot-product.style3 .product-content .ot-btn:hover {
                    color: var(--white-color);
                }

        .ot-product.style3 .product-content-meta {
            display: grid;
            grid-template-columns: repeat(2, 1fr);
            gap: 15px;
            -webkit-box-pack: justify;
            -webkit-justify-content: space-between;
            -ms-flex-pack: justify;
            justify-content: space-between;
        }

        .ot-product.style3 .product-rating {
            font-size: 16px;
            font-weight: 600;
            text-align: right;
        }

            .ot-product.style3 .product-rating i {
                color: var(--yellow-color);
            }

        .ot-product.style3 .product-size {
            display: -webkit-inline-box;
            display: -webkit-inline-flex;
            display: -ms-inline-flexbox;
            display: inline-flex;
            gap: 6px;
        }

            .ot-product.style3 .product-size a {
                display: inline-block;
                border-radius: 4px;
                border: 1px solid rgba(92,112,126,0.3);
                width: 24px;
                height: 20px;
                font-size: 12px;
                color: var(--title-color);
                line-height: 20px;
                text-align: center;
            }

                .ot-product.style3 .product-size a.active, .ot-product.style3 .product-size a:active, .ot-product.style3 .product-size a:focus, .ot-product.style3 .product-size a:hover {
                    background: var(--title-color);
                    color: var(--white-color);
                }

        .ot-product.style3 .product-color {
            display: -webkit-box;
            display: -webkit-flex;
            display: -ms-flexbox;
            display: flex;
            gap: 8px;
            -webkit-box-pack: end;
            -webkit-justify-content: flex-end;
            -ms-flex-pack: end;
            justify-content: flex-end;
        }

            .ot-product.style3 .product-color a {
                border-radius: 50%;
                width: 12px;
                height: 12px;
                display: inline-block;
                background: var(--theme-color);
                position: relative;
            }

                .ot-product.style3 .product-color a:after {
                    content: '';
                    position: absolute;
                    inset: -2px;
                    border: 1px solid rgba(152,188,181,0.5);
                    border-radius: 50%;
                    -webkit-transition: 0.4s;
                    transition: 0.4s;
                    opacity: 0;
                }

                .ot-product.style3 .product-color a.active:after, .ot-product.style3 .product-color a:hover:after {
                    opacity: 1;
                }

    .ot-product.style4 {
        border: 0;
        padding: 0;
        background: transparent;
        border-radius: 0;
    }

        .ot-product.style4 .product-img {
            background: var(--smoke-color);
            border-radius: 10px;
            height: 290px;
            margin-bottom: 24px;
        }

            .ot-product.style4 .product-img img {
                -webkit-transform: scale(0.8);
                -ms-transform: scale(0.8);
                transform: scale(0.8);
                height: 100%;
                width: auto;
            }

        .ot-product.style4 .category, .ot-product.style4 .product-tag {
            top: 24px;
            left: 24px;
        }

        .ot-product.style4 .actions {
            top: 24px;
            right: 24px;
        }

        .ot-product.style4 .box-title {
            margin: -0.2em 0 8px 0;
        }

        .ot-product.style4 .product-content {
            margin-bottom: 0;
        }

            .ot-product.style4 .product-content .ot-btn {
                margin-top: 24px;
                width: 100%;
                padding: 12px 30px;
            }

                .ot-product.style4 .product-content .ot-btn:before {
                    background: var(--theme-color);
                }

                .ot-product.style4 .product-content .ot-btn:hover {
                    color: var(--white-color);
                }

        .ot-product.style4 .product-content-meta {
            display: grid;
            grid-template-columns: repeat(2, 1fr);
            gap: 15px;
            -webkit-box-pack: justify;
            -webkit-justify-content: space-between;
            -ms-flex-pack: justify;
            justify-content: space-between;
        }

        .ot-product.style4 .product-rating {
            font-size: 16px;
            font-weight: 600;
            text-align: right;
        }

            .ot-product.style4 .product-rating i {
                color: var(--yellow-color);
            }

        .ot-product.style4 .product-size {
            display: -webkit-inline-box;
            display: -webkit-inline-flex;
            display: -ms-inline-flexbox;
            display: inline-flex;
            gap: 6px;
        }

            .ot-product.style4 .product-size a {
                display: inline-block;
                border-radius: 4px;
                border: 1px solid rgba(92,112,126,0.3);
                width: 24px;
                height: 20px;
                font-size: 12px;
                color: var(--title-color);
                line-height: 20px;
                text-align: center;
            }

                .ot-product.style4 .product-size a.active, .ot-product.style4 .product-size a:active, .ot-product.style4 .product-size a:focus, .ot-product.style4 .product-size a:hover {
                    background: var(--title-color);
                    color: var(--white-color);
                }

        .ot-product.style4 .product-color {
            display: -webkit-box;
            display: -webkit-flex;
            display: -ms-flexbox;
            display: flex;
            gap: 8px;
            -webkit-box-pack: end;
            -webkit-justify-content: flex-end;
            -ms-flex-pack: end;
            justify-content: flex-end;
        }

            .ot-product.style4 .product-color a {
                border-radius: 50%;
                width: 12px;
                height: 12px;
                display: inline-block;
                background: var(--theme-color);
                position: relative;
            }

                .ot-product.style4 .product-color a:after {
                    content: '';
                    position: absolute;
                    inset: -2px;
                    border: 1px solid rgba(152,188,181,0.5);
                    border-radius: 50%;
                    -webkit-transition: 0.4s;
                    transition: 0.4s;
                    opacity: 0;
                }

                .ot-product.style4 .product-color a.active:after, .ot-product.style4 .product-color a:hover:after {
                    opacity: 1;
                }

    .ot-product.bg-white {
        --icon-bg: #ffffff;
    }

    .ot-product.list-view {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        text-align: left;
        height: 100%;
        padding: 0px;
        box-shadow: none;
        border-radius: 0;
        background: transparent;
        border: 0;
        max-width: none;
        gap: 18px;
    }

        .ot-product.list-view:not(:last-child) {
            margin-bottom: 24px;
        }

        .ot-product.list-view .product-img {
            --space: 0px;
            width: 94px;
            margin: 0;
            border-radius: 8px;
            padding: 10px;
            background: var(--smoke-color4);
        }

            .ot-product.list-view .product-img:before {
                --space: 0px;
            }

        .ot-product.list-view .product-category {
            font-size: 13px;
            line-height: 23px;
            margin-top: -3px;
        }

        .ot-product.list-view .star-rating {
            margin: 5px 0 0 0;
            width: 93px;
            font-size: 12px;
        }

        .ot-product.list-view .product-content {
            -webkit-box-flex: 1;
            -webkit-flex: 1;
            -ms-flex: 1;
            flex: 1;
            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;
            margin: 0;
        }

        .ot-product.list-view .actions {
            --icon-gap-x: 2px;
            width: 100%;
            right: 0;
            text-align: center;
            -webkit-box-pack: center;
            -webkit-justify-content: center;
            -ms-flex-pack: center;
            justify-content: center;
        }

        .ot-product.list-view .tinv-wishlist .tinvwl_add_to_wishlist_button.tinvwl-icon-heart-plus.no-txt, .ot-product.list-view .tinv-wishlist .tinvwl_add_to_wishlist_button.tinvwl-icon-heart.no-txt {
            width: 35px;
            height: 35px;
            line-height: 35px;
        }

            .ot-product.list-view .tinv-wishlist .tinvwl_add_to_wishlist_button.tinvwl-icon-heart-plus.no-txt::before, .ot-product.list-view .tinv-wishlist .tinvwl_add_to_wishlist_button.tinvwl-icon-heart.no-txt::before {
                font-size: 20px;
            }

        .ot-product.list-view .tinv-wishlist a {
            width: 35px;
            height: 35px;
            line-height: 35px;
        }

        .ot-product.list-view .added_to_cart {
            width: 35px;
            height: 35px;
            line-height: 35px;
        }

            .ot-product.list-view .added_to_cart:after {
                font-size: 16px;
            }

        .ot-product.list-view .tag {
            top: 8px;
            right: 8px;
            padding: 0px 15px;
        }

        .ot-product.list-view .box-title {
            font-size: 16px;
            font-weight: 600;
            margin: 0;
            margin-bottom: 6px;
        }

        .ot-product.list-view .price {
            font-weight: 700;
            font-size: 16px;
            font-family: var(--title-font);
            line-height: 23px;
            color: var(--theme-color);
            margin-bottom: 8px;
        }

        .ot-product.list-view.style-border {
            border: 1px solid rgba(92,112,126,0.15);
            border-radius: 20px;
            padding: 24px;
            -webkit-flex-wrap: wrap;
            -ms-flex-wrap: wrap;
            flex-wrap: wrap;
        }

            .ot-product.list-view.style-border .product-img {
                width: 104px;
            }

            .ot-product.list-view.style-border .box-title {
                font-size: 18px;
            }

            .ot-product.list-view.style-border .actions {
                position: initial;
                opacity: 1;
                visibility: visible;
                height: auto;
                display: -webkit-box;
                display: -webkit-flex;
                display: -ms-flexbox;
                display: flex;
                -webkit-box-pack: end;
                -webkit-justify-content: flex-end;
                -ms-flex-pack: end;
                justify-content: flex-end;
                gap: 8px;
            }

                .ot-product.list-view.style-border .actions .icon-btn {
                    -webkit-transform: none;
                    -ms-transform: none;
                    transform: none;
                    margin-bottom: 0;
                    --icon-bg: #ffffff;
                }

            .ot-product.list-view.style-border .ot-btn {
                margin-top: 24px;
            }

@media (max-width: 1199px) {
    .ot-product.list-view.style-border .product-action-wrap {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: justify;
        -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
        justify-content: space-between;
        width: 100%;
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        gap: 15px;
    }

        .ot-product.list-view.style-border .product-action-wrap .actions {
            -webkit-box-pack: start;
            -webkit-justify-content: flex-start;
            -ms-flex-pack: start;
            justify-content: flex-start;
            display: -webkit-inline-box;
            display: -webkit-inline-flex;
            display: -ms-inline-flexbox;
            display: inline-flex;
            width: auto;
        }

        .ot-product.list-view.style-border .product-action-wrap .ot-btn {
            margin-top: 0px;
            -webkit-box-flex: 0;
            -webkit-flex: none;
            -ms-flex: none;
            flex: none;
        }
}

@media (max-width: 767px) {
    .ot-product.list-view.style-border .product-action-wrap {
        width: 100%;
    }

        .ot-product.list-view.style-border .product-action-wrap .actions {
            -webkit-box-pack: start;
            -webkit-justify-content: flex-start;
            -ms-flex-pack: start;
            justify-content: flex-start;
        }
}

.ot-product.product-list {
    max-width: none;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    text-align: left;
    height: 100%;
    background: transparent;
    gap: 46px;
    padding: 10px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

    .ot-product.product-list .product-img {
        background: var(--smoke-color);
        border-radius: 10px;
        margin-bottom: 0;
        -webkit-box-flex: 0;
        -webkit-flex: none;
        -ms-flex: none;
        flex: none;
        width: 362px;
        height: 321px;
    }

        .ot-product.product-list .product-img img {
            height: 100%;
            width: auto;
        }

    .ot-product.product-list .product-category, .ot-product.product-list .product-tag {
        top: 14px;
        left: 14px;
    }

    .ot-product.product-list .product-content {
        padding: 40px 30px 40px 0;
        margin-bottom: 0;
    }

    .ot-product.product-list .box-title {
        font-size: 22px;
        font-weight: 700;
        margin-bottom: 9px;
    }

    .ot-product.product-list .price {
        font-size: 18px;
    }

    .ot-product.product-list .woocommerce-product-rating {
        margin-top: 16px;
    }

    .ot-product.product-list .content {
        font-size: 15px;
        font-weight: 500;
        font-family: var(--title-font);
        margin-top: 7px;
        margin-bottom: 23px;
    }

    .ot-product.product-list .actions {
        position: initial;
        opacity: 1;
        visibility: visible;
        display: -webkit-inline-box;
        display: -webkit-inline-flex;
        display: -ms-inline-flexbox;
        display: inline-flex;
        width: auto;
        gap: 8px;
    }

        .ot-product.product-list .actions .icon-btn {
            -webkit-transform: none;
            -ms-transform: none;
            transform: none;
            margin: 0;
        }

    .ot-product.product-list .btn-wrap {
        gap: 16px;
    }

    .ot-product.product-list .ot-btn {
        min-width: 250px;
    }

.product-list-area {
    margin-bottom: -24px;
}

#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: 12px;
        margin-bottom: 12px;
    }

.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 {
    border-radius: 10px;
}

    .woosq-popup .product_meta > span > a:after, .woosq-popup .product_meta > span > span:after {
        display: none;
    }

.woosq-product > .product .summary {
    display: grid;
    -webkit-align-content: center;
    -ms-flex-line-pack: center;
    align-content: center;
}

.woosq-product .thumbnails .slick-list {
    display: block;
}

.woosq-product .thumbnails .slick-dots li button {
    width: 12px;
    height: 12px;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    background-color: var(--theme-color);
    opacity: 0.4;
}

    .woosq-product .thumbnails .slick-dots li button:before {
        display: none;
    }

.woosq-product .thumbnails .slick-dots li.slick-active button {
    opacity: 1;
}

.woosq-product .tinv-wraper {
    display: none;
}

.ot-sort-bar {
    padding: 10px;
    margin: 0 0 24px 0;
    background-color: transparent;
    border-radius: 10px;
    border: 1px solid rgba(92,112,126,0.3);
}

    .ot-sort-bar .row {
        --bs-gutter-x: 0;
        --bs-gutter-y: 15px;
    }

    .ot-sort-bar select {
        height: 46px;
        border: 0;
        background-color: transparent;
        width: -webkit-fit-content;
        width: -moz-fit-content;
        width: fit-content;
        min-width: 220px;
        font-size: 16px;
        font-weight: 500;
        font-family: var(--title-font);
        margin: 0;
        color: var(--body-color);
        padding: 0;
        background-position: right 0px center;
    }

    .ot-sort-bar .woocommerce-result-count {
        padding-left: 15px;
        margin-bottom: 0;
        color: var(--body-color);
        font-weight: 500;
        font-family: var(--title-font);
    }

    .ot-sort-bar .sort-bar-ordering-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;
        margin-right: 14px;
        -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;
    }

@media (max-width: 575px) {
    .ot-sort-bar .sort-bar-ordering-wrap {
        margin-right: 0;
    }
}

.ot-sort-bar .nav {
    gap: 12px;
}

    .ot-sort-bar .nav a {
        display: inline-block;
        height: auto;
        width: auto;
        line-height: normal;
        border: 0;
        background-color: transparent;
        text-align: center;
        position: relative;
        font-family: var(--title-font);
        font-weight: 600;
        font-size: 18px;
        text-transform: capitalize;
        color: var(--body-color);
        border-radius: 5px;
    }

        .ot-sort-bar .nav a.active, .ot-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);
    }

        .product-thumb-tab .tab-btn img {
            max-width: 100%;
        }

        .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);
        pointer-events: none;
        -webkit-transition: 0.4s ease-in-out;
        transition: 0.4s ease-in-out;
    }

.product-big-img {
    background-color: var(--smoke-color);
    text-align: center;
    overflow: hidden;
    border-radius: 30px;
    -webkit-transition: 0.4s;
    transition: 0.4s;
}

    .product-big-img .img {
        width: 100%;
        height: 100%;
    }

        .product-big-img .img img {
            width: 100%;
            height: 100%;
            max-height: 650px;
            object-fit: contain;
            -webkit-transition: 0.4s ease-in-out;
            transition: 0.4s ease-in-out;
        }

    .product-big-img .slider-pagination {
        position: absolute;
        bottom: 40px;
        left: 0;
    }

    .product-big-img .slick-dots {
        margin: -11px 0 0 0 !important;
        -webkit-transform: translateY(-30px);
        -ms-transform: translateY(-30px);
        transform: translateY(-30px);
        --border-color: #c0c0c0;
    }

.product-thumb-slider2 {
    margin-top: 20px;
}

    .product-thumb-slider2 .product-big-img {
        border-radius: 8px;
    }

    .product-thumb-slider2 .swiper-slide.swiper-slide-thumb-active .product-big-img {
        border-color: var(--theme-color);
    }

.img-magnifier-container {
    position: relative;
}

.img-magnifier-glass {
    position: absolute;
    box-shadow: inset 0 10px 18px rgba(0,0,0,0.2);
    border-radius: 50%;
    cursor: none;
    width: 200px;
    height: 200px;
}

.magnify {
    position: relative;
    cursor: none;
}

    .magnify .magnifier {
        height: 180px;
        width: 180px;
        position: absolute;
        z-index: 20;
        box-shadow: inset 0 10px 18px rgba(0,0,0,0.2);
        border-radius: 50%;
        background-size: 700%;
        background-repeat: no-repeat;
        margin-left: -90px !important;
        margin-top: -90px !important;
        pointer-events: none;
        display: none;
    }

    .magnify .magnified {
        display: block;
        z-index: 10;
        margin: auto;
        width: 100%;
        height: 100%;
    }

    .magnify img {
        width: 100%;
        height: 100%;
    }

.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(--title-font);
    margin: 35px 0 0 0;
}

    .product_meta > span {
        display: block;
        margin-bottom: 5px;
        color: var(--title-color);
        font-weight: 600;
    }

        .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;
            font-size: 14px;
        }

            .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(--ot-border-color);
    margin: 95px auto 50px auto;
    padding-bottom: 0px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    gap: 30px;
}

    .product-tab-style1 .nav-link {
        font-size: 24px;
        font-weight: 700;
        font-family: var(--title-font);
        color: var(--title-color);
        padding: 0 0 30px;
        position: relative;
    }

        .product-tab-style1 .nav-link:after {
            content: '';
            position: absolute;
            bottom: 0;
            left: 0;
            height: 2px;
            width: 0;
            background: var(--theme-color);
            -webkit-transition: 0.4s;
            transition: 0.4s;
        }

        .product-tab-style1 .nav-link.active {
            color: var(--theme-color);
        }

            .product-tab-style1 .nav-link.active:after {
                width: 100%;
            }

#productTabContent p {
    font-weight: 500;
}

#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.2em 0 10px 0;
    font-size: 36px;
    font-weight: 600;
}

.summary-content .product_title, .product-about .product_title {
    margin-bottom: 20px !important;
}

.summary-content .text, .product-about .text {
    font-size: 16px;
    font-weight: 500;
    font-family: var(--title-font);
    margin-bottom: 31px;
}

.summary-content > .price, .product-about > .price {
    font-family: var(--title-font);
    font-size: 30px;
    font-weight: 700;
    color: var(--theme-color);
    display: block;
    max-width: -webkit-fit-content;
    max-width: -moz-fit-content;
    max-width: fit-content;
    margin-bottom: 30px;
    margin-top: -0.2em;
}

    .summary-content > .price del, .product-about > .price del {
        color: var(--body-color);
        font-weight: 500;
        margin-left: 10px;
        opacity: 0.8;
    }

    .summary-content > .price .stock-availability, .product-about > .price .stock-availability {
        color: #57C600;
        font-size: 20px;
        font-weight: 600;
        margin-left: 100px;
    }

.summary-content .product-option, .product-about .product-option {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    gap: 60px;
}

    .summary-content .product-option .product-option-title, .product-about .product-option .product-option-title {
        font-size: 16px;
        font-weight: 600;
        font-family: var(--title-font);
        display: inline-block;
        margin-right: 5px;
    }

.summary-content .product-size-wrap, .product-about .product-size-wrap {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 12px;
}

    .summary-content .product-size-wrap a, .product-about .product-size-wrap a {
        height: 30px;
        width: 30px;
        line-height: 28px;
        text-align: center;
        display: inline-block;
        border-radius: 4px;
        border: 1px solid rgba(92,112,126,0.3);
        padding: 0;
        margin-bottom: 0;
        font-size: 14px;
        color: var(--title-color);
    }

        .summary-content .product-size-wrap a.active, .summary-content .product-size-wrap a:hover, .product-about .product-size-wrap a.active, .product-about .product-size-wrap a:hover {
            border-color: var(--theme-color);
            color: var(--theme-color);
        }

.summary-content .product-color-wrap, .product-about .product-color-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: 8px;
}

    .summary-content .product-color-wrap a, .product-about .product-color-wrap a {
        border-radius: 50%;
        width: 12px;
        height: 12px;
        display: inline-block;
        background: var(--theme-color);
        position: relative;
    }

        .summary-content .product-color-wrap a:after, .product-about .product-color-wrap a:after {
            content: '';
            position: absolute;
            inset: -2px;
            border: 1px solid rgba(152,188,181,0.5);
            border-radius: 50%;
            -webkit-transition: 0.4s;
            transition: 0.4s;
            opacity: 0;
        }

        .summary-content .product-color-wrap a.active:after, .summary-content .product-color-wrap a:hover:after, .product-about .product-color-wrap a.active:after, .product-about .product-color-wrap a:hover:after {
            opacity: 1;
            border: 1px solid var(--theme-color);
        }

.summary-content .woocommerce-product-rating, .summary-content .product-rating, .product-about .woocommerce-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: 22px;
}

    .summary-content .woocommerce-product-rating .star-rating, .summary-content .product-rating .star-rating, .product-about .woocommerce-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: 29px 0 29px 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: 35px 0 27px 0;
}

    .summary-content .actions .ot-btn, .product-about .actions .ot-btn {
        padding: 10px 30px;
    }

        .summary-content .actions .ot-btn .btn-icon, .product-about .actions .ot-btn .btn-icon {
            padding: 10.5px 15px 10.5px 15px;
        }

    .summary-content .actions .icon-btn, .product-about .actions .icon-btn {
        --btn-size: 44px;
        border: 1px solid var(--ot-border-color);
        background-color: transparent;
        color: var(--title-color);
        border-radius: 50%;
    }

        .summary-content .actions .icon-btn:hover, .product-about .actions .icon-btn:hover {
            background-color: var(--theme-color);
            border-color: var(--theme-color);
            color: var(--white-color);
        }

.summary-content .product_meta, .product-about .product_meta {
    border-top: 1px solid var(--ot-border-color);
    padding-top: 35px;
    padding-bottom: 0;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
}

.summary-content .checklist-wrap, .product-about .checklist-wrap {
    background: var(--white-color);
    border-radius: 16px;
    padding: 35px;
    margin-top: 25px;
    position: relative;
    border: 1px solid rgba(92,112,126,0.3);
    z-index: 1;
}

    .summary-content .checklist-wrap:after, .product-about .checklist-wrap:after {
        content: '';
        position: absolute;
        inset: 10px;
        border-radius: 16px;
        background: var(--smoke-color);
        z-index: -1;
    }

.summary-content .share, .product-about .share {
    margin-top: 25px;
}

.summary-content .ot-social a, .product-about .ot-social a {
    --icon-size: 40px;
    line-height: 38px;
    font-size: 14px;
    border: 1px solid var(--ot-border-color);
    border-radius: 0;
}

    .summary-content .ot-social a:hover, .product-about .ot-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: 56px;
    height: 56px;
    line-height: 54px;
    display: inline-block;
    border-radius: 99px;
    background-color: var(--theme-color);
    color: var(--white-color);
    border: none;
}

    .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 .tinvwl_add_to_wishlist_button.tinvwl-icon-heart-plus.no-txt:hover, .summary-content .tinv-wishlist .tinvwl_add_to_wishlist_button.tinvwl-icon-heart.no-txt:hover, .product-about .tinv-wishlist .tinvwl_add_to_wishlist_button.tinvwl-icon-heart-plus.no-txt:hover, .product-about .tinv-wishlist .tinvwl_add_to_wishlist_button.tinvwl-icon-heart.no-txt:hover {
        background-color: var(--title-color);
    }

.summary-content .tinv-wishlist a, .product-about .tinv-wishlist a {
    display: inline-block;
    width: 56px;
    height: 56px;
    line-height: 56px;
    border-radius: 0;
}

    .summary-content .tinv-wishlist a:hover, .product-about .tinv-wishlist a:hover {
        background-color: var(--theme-color);
        color: var(--white-color);
    }

.summary-content .quantity, .product-about .quantity {
    position: relative;
    border: 1px solid var(--ot-border-color);
    border-radius: 100px;
    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: 0 30px;
    min-height: 44px;
}

    .summary-content .quantity .qty-input, .product-about .quantity .qty-input {
        width: 41px;
        height: 20px;
        border: 0;
        border-left: 1px solid var(--ot-border-color);
        border-right: 1px solid var(--ot-border-color);
        background-color: transparent;
        color: var(--title-color);
        padding: 0 10px;
        text-align: left;
        font-weight: 500;
        text-align: center;
        margin: 0 16px;
    }

    .summary-content .quantity .qty-btn, .product-about .quantity .qty-btn {
        color: var(--title-color);
        background-color: transparent;
        position: initial;
        right: 21px;
        height: auto;
        width: auto;
        border: none;
        line-height: 16px;
    }

    .summary-content .quantity .quantity-minus, .product-about .quantity .quantity-minus {
        bottom: 7px;
    }

    .summary-content .quantity .quantity-plus, .product-about .quantity .quantity-plus {
        top: 12px;
    }

.woocommerce-Reviews .ot-comments-wrap {
    padding: 0;
    margin-right: 0 !important;
    box-shadow: none;
    margin: 0;
    border: 0;
}

.woocommerce-Reviews .ot-comment-form {
    padding: 0px;
    background-color: transparent;
    border: 0;
    border-radius: 0;
    box-shadow: none;
    margin-right: 0 !important;
    margin-top: 45px;
    margin-bottom: 0px;
}

    .woocommerce-Reviews .ot-comment-form .row {
        --bs-gutter-x: 40px;
    }

    .woocommerce-Reviews .ot-comment-form .form-group {
        margin-bottom: 0;
    }

    .woocommerce-Reviews .ot-comment-form .rating-select label {
        font-family: var(--title-font);
        font-weight: 500;
    }

    .woocommerce-Reviews .ot-comment-form label {
        font-family: var(--title-font);
        font-weight: 500;
    }

    .woocommerce-Reviews .ot-comment-form input, .woocommerce-Reviews .ot-comment-form .form-control {
        background-color: var(--white-color);
        font-family: var(--title-font);
    }

    .woocommerce-Reviews .ot-comment-form .blog-inner-title {
        margin-bottom: 10px;
    }

.woocommerce-Reviews .comment-list {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    gap: 0 24px;
    margin: -12px !important;
    margin-bottom: 28px !important;
}

    .woocommerce-Reviews .comment-list li {
        width: 100%;
    }

@media (max-width: 991px) {
    .woocommerce-Reviews .comment-list li {
        width: 100%;
    }
}

.woocommerce-Reviews .ot-post-comment {
    border: 0 !important;
    padding: 0px !important;
    border-bottom: 1px solid var(--ot-border-color) !important;
    padding-bottom: 28px !important;
    margin: 12px;
    background: transparent;
    border-radius: 0px;
}

    .woocommerce-Reviews .ot-post-comment .comment-avater {
        border-radius: 50%;
        width: 96px;
        height: 96px;
    }

    .woocommerce-Reviews .ot-post-comment .name {
        margin-bottom: 1px;
        font-size: 20px;
        font-weight: 600;
    }

    .woocommerce-Reviews .ot-post-comment .commented-on {
        margin-bottom: 12px;
        font-size: 16px;
        font-weight: 500;
    }

    .woocommerce-Reviews .ot-post-comment .text {
        font-weight: 500;
        font-family: var(--title-font);
        max-width: 1100px;
        margin-top: 14px;
        margin-bottom: -0.5em;
    }

@media (max-width: 991px) {
    .woocommerce-Reviews .comment-list {
        grid-template-columns: repeat(1, 1fr);
    }

    .product-big-img .img img {
        width: auto;
        max-height: none;
    }
}

@media (max-width: 767px) {
    .summary-content .product-title, .product-about .product-title {
        font-size: 32px;
    }

    .woocommerce-Reviews .ot-post-comment .commented-on {
        margin-bottom: 12px;
        display: block;
    }
}

@media (max-width: 575px) {
    .summary-content .product-title, .product-about .product-title {
        font-size: 28px;
    }

    .summary-content > .price .stock-availability, .product-about > .price .stock-availability {
        margin-left: 0px;
        display: block;
        margin-top: 10px;
    }

    .summary-content .product-option, .product-about .product-option {
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        gap: 20px 60px;
    }

    .summary-content > .price, .product-about > .price {
        font-size: 26px;
    }

    .product-tab-style1 .nav-link {
        font-size: 20px;
    }
}

#description {
    margin-bottom: 0px;
}

.product-details .ot-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(--ot-border-color);
    padding: 0 0 7px 0;
    margin: 0 0 30px 0;
}

.related-product-wrapper {
    padding-top: 115px;
}

@media (max-width: 1500px) {
    .ot-product.product-grid {
        max-width: 258px;
        padding: 20px;
    }

        .ot-product.product-grid .box-title {
            font-size: 17px;
        }

        .ot-product.product-grid.style2 {
            padding: 10px;
        }

        .ot-product.product-grid.style3 {
            padding: 0px;
            min-width: 258px;
        }

        .ot-product.product-grid.style4 {
            padding: 0px;
        }

    .ot-product.product-list .product-content {
        padding: 20px 20px 20px 0;
    }
}

@media (max-width: 1399px) {
    .ot-product.product-grid {
        max-width: none;
        padding: 24px;
    }

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

    .ot-product.product-list {
        gap: 30px;
    }
}

@media (max-width: 1199px) {
    .ot-sort-bar select {
        min-width: auto;
    }

    .product-tab-style1 {
        margin: 55px 0 40px 0;
    }

    .summary-content, .product-about {
        padding-left: 0;
    }

    .ot-product.product-list .product-img {
        width: 250px;
        height: 100%;
    }

        .ot-product.product-list .product-img img {
            object-fit: contain;
        }

    .ot-product.product-list .ot-btn {
        min-width: 180px;
    }
}

@media (max-width: 991px) {
    .product-thumb-tab {
        margin-left: -10px;
    }

    .ot-product-box.list-view .product-img {
        max-width: 150px;
    }

    .ot-sort-bar .row {
        --bs-gutter-x: 20px;
    }

    .ot-sort-bar .nav a:last-child {
        margin-right: 0;
        padding-right: 0;
    }

        .ot-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) {
    .ot-sort-bar {
        text-align: center;
        padding: 10px 15px 15px 15px;
    }

        .ot-sort-bar .nav {
            -webkit-box-pack: center;
            -webkit-justify-content: center;
            -ms-flex-pack: center;
            justify-content: center;
        }

        .ot-sort-bar select {
            margin: 0 auto;
        }

        .ot-sort-bar .woocommerce-result-count {
            padding-left: 0;
        }

    .ot-product-box.list-view .product-img {
        max-width: 130px;
    }

    .ot-product-box.list-view .actions {
        --btn-size: 30px;
        --btn-font-size: 10px;
        --icon-gap-x: 2px;
    }

    .ot-product.product-list {
        display: block;
    }

        .ot-product.product-list .product-img {
            width: 100%;
            height: auto;
        }

        .ot-product.product-list .product-content {
            padding: 20px 10px 20px 10px;
        }

    .product-tab-style1 {
        padding-bottom: 30px;
        gap: 15px 30px;
    }

        .product-tab-style1 .nav-link {
            padding-bottom: 0;
        }

            .product-tab-style1 .nav-link:after {
                display: none;
            }

    .ot-product.product-grid .box-title {
        font-size: 20px;
    }
}

@media (max-width: 575px) {
    .product-about .actions {
        gap: 15px 15px;
    }

    .product-thumb-tab {
        --thumb: 74px;
        --gap: 6px;
    }

        .product-thumb-tab .tab-btn:not(:last-of-type) {
            margin-bottom: 10px;
        }

    .product-grid {
        max-width: 340px;
        margin-left: auto;
        margin-right: auto;
    }
}

@media (max-width: 375px) {
    .ot-product.list-view {
        gap: 15px;
    }

        .ot-product.list-view .product-img {
            max-width: 130px;
        }

    .summary-content .product_meta, .product-about .product_meta {
        grid-template-columns: repeat(1, 1fr);
    }

    .summary-content .checklist-wrap, .product-about .checklist-wrap {
        padding: 25px;
    }
}

.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: 500;
    margin-bottom: 15px;
    border-radius: 15px;
}

    .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: 30px;
    border-radius: 15px;
}

@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-error {
    background-color: var(--error-color);
    color: #fff;
    list-style: none;
    padding: 10px 26px;
    margin: 0 0 30px 0;
    border-radius: 0;
    font-weight: 500;
    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(--ot-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-grouped-product-list-item__label:after, .woocommerce-grouped-product-list-item__price:after {
    display: none;
}

.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(--yellow-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;
        }
}

.cart_table {
    border: 0;
    margin-bottom: 45px;
}

    .cart_table thead {
        background-color: transparent;
        border-bottom: 1px solid var(--ot-border-color);
    }

        .cart_table thead th {
            border: none !important;
        }

    .cart_table td:before, .cart_table th {
        font-family: var(--title-font);
        color: var(--title-color);
        font-weight: 600;
        font-size: 24px;
        border: none;
        padding: 27px 15px 18px;
        padding-left: 0;
    }

    .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;
        font-size: 18px;
    }

    .cart_table td {
        border: none;
        border-bottom: 1px solid var(--ot-border-color);
        color: var(--title-color);
        padding: 20px 10px;
        position: relative;
        vertical-align: middle;
    }

        .cart_table td .amount {
            color: var(--theme-color);
            font-size: 16px;
            font-weight: 600;
        }

            .cart_table td .amount del {
                color: var(--body-color);
            }

    .cart_table .product-quantity {
        color: var(--title-color);
    }

        .cart_table .product-quantity input {
            position: relative;
            top: -2px;
        }

    .cart_table .cart-productname {
        font-weight: 700;
        font-size: 18px;
        font-family: var(--title-font);
        color: var(--title-color);
    }

    .cart_table .cart-productimage {
        display: inline-block;
        border: 0;
    }

    .cart_table .remove {
        color: var(--theme-color);
        font-size: 20px;
    }

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

    .cart_table .quantity {
        position: relative;
        border: 1px solid var(--ot-border-color);
        border-radius: 100px;
        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: 0 30px;
        min-height: 44px;
    }

        .cart_table .quantity .qty-input {
            width: 41px;
            height: 20px;
            border: 0;
            border-left: 1px solid var(--ot-border-color);
            border-right: 1px solid var(--ot-border-color);
            background-color: transparent;
            color: var(--title-color);
            padding: 0 10px;
            text-align: left;
            font-weight: 500;
            text-align: center;
            margin: 0 16px;
        }

        .cart_table .quantity .qty-btn {
            color: var(--title-color);
            background-color: transparent;
            position: initial;
            right: 21px;
            height: auto;
            width: auto;
            border: none;
            line-height: 16px;
        }

        .cart_table .quantity .quantity-minus {
            bottom: 7px;
        }

        .cart_table .quantity .quantity-plus {
            top: 12px;
        }

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

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

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

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

        .cart_table .ot-cart-coupon input {
            width: calc(100% - 200px);
            margin-right: 10px;
            border-radius: 22px;
        }

        .cart_table .ot-cart-coupon .ot-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 .amount {
        font-weight: 700;
    }

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

.empty-notice {
    margin: 40px auto;
}

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

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

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

    .cart_table .actions {
        text-align: center;
    }

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

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

        .cart_table thead {
            display: none;
        }

        .cart_table td {
            padding: 15px;
            display: block;
            width: 100%;
            padding-left: 25%;
            text-align: right;
            border: 1px solid var(--ot-border-color);
            border-bottom: none;
        }

            .cart_table td::before {
                display: block;
            }

            .cart_table td:last-child {
                border-bottom: 1px solid var(--ot-border-color);
            }

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

                .cart_table td.actions > .ot-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 > .ot-btn:last-child {
                        margin-right: auto;
                    }

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

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

.woocommerce-checkout .select2-dropdown {
    border: none;
    border-top: none;
}

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

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

.woocommerce-checkout .shipping_address {
    margin-top: -3px;
}

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

.select2-container--default .select2-selection--single {
    height: 56px;
    border: 1px solid transparent;
    background-color: var(--smoke-color2);
}

    .select2-container--default .select2-selection--single .select2-selection__rendered {
        line-height: 56px;
        padding-left: 25px;
        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: 56px;
    line-height: 56px;
    margin-right: 30px;
}

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

.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 th, .checkout-ordertable td {
    border-right: none !important;
    border-left: none !important;
}

.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-input-wrapper #order_comments {
    margin-bottom: 0;
}

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

.ot-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 65px;
    }
}

.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.6rem;
    text-transform: capitalize;
}

.tinv-wishlist .return-to-shop {
    margin-top: 20px;
}

.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(--ot-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: 5px;
    padding-top: 0;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.tinv-wishlist th {
    font-size: 16px;
}

.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-size: 16px;
    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 only screen and (min-width: 1024px) {
    .tinv-wishlist tfoot .tinvwl-to-left:not(:empty) {
        float: left !important;
        width: 40% !important;
        margin-right: 4%;
    }

    .tinv-wishlist tfoot .tinvwl-to-right {
        float: right;
        width: auto;
        text-align: left;
    }

    .tinv-wishlist tfoot .tinvwl-to-left + .tinvwl-to-right {
        margin-top: -10px;
    }
}

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

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

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

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

@media (max-width: 767px) {
    .tinv-wishlist table {
        table-layout: fixed;
        border-bottom: 1px solid var(--ot-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(--ot-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(--ot-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;
    }
}

.category-card {
    text-align: center;
}

    .category-card .box-img {
        position: relative;
        padding: 46px 0;
        margin-bottom: 24px;
        display: block;
    }

        .category-card .box-img:after {
            position: absolute;
            content: "";
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            background: var(--theme-color);
            opacity: 0.15;
            border-radius: 62% 47% 82% 35% / 45% 45% 80% 66%;
            will-change: border-radius, transform, opacity;
            -webkit-animation: heroMorph 5s linear infinite;
            animation: heroMorph 5s linear infinite;
            display: block;
            z-index: -1;
        }

    .category-card .box-title {
        font-size: 18px;
        font-weight: 700;
        margin-bottom: -0.15em;
    }

@-webkit-keyframes heroMorph {
    0%,100% {
        border-radius: 42% 58% 70% 30% / 45% 45% 55% 55%;
        -webkit-transform: translate3d(0, 0, 0) rotateZ(0.01deg);
        transform: translate3d(0, 0, 0) rotateZ(0.01deg);
    }

    34% {
        border-radius: 70% 30% 46% 54% / 30% 29% 71% 70%;
        -webkit-transform: translate3d(0, 5px, 0) rotateZ(0.01deg);
        transform: translate3d(0, 5px, 0) rotateZ(0.01deg);
    }

    50% {
        -webkit-transform: translate3d(0, 0, 0) rotateZ(0.01deg);
        transform: translate3d(0, 0, 0) rotateZ(0.01deg);
    }

    67% {
        border-radius: 100% 60% 60% 100% / 100% 100% 60% 60%;
        -webkit-transform: translate3d(0, -3px, 0) rotateZ(0.01deg);
        transform: translate3d(0, -3px, 0) rotateZ(0.01deg);
    }
}

@keyframes heroMorph {
    0%,100% {
        border-radius: 42% 58% 70% 30% / 45% 45% 55% 55%;
        -webkit-transform: translate3d(0, 0, 0) rotateZ(0.01deg);
        transform: translate3d(0, 0, 0) rotateZ(0.01deg);
    }

    34% {
        border-radius: 70% 30% 46% 54% / 30% 29% 71% 70%;
        -webkit-transform: translate3d(0, 5px, 0) rotateZ(0.01deg);
        transform: translate3d(0, 5px, 0) rotateZ(0.01deg);
    }

    50% {
        -webkit-transform: translate3d(0, 0, 0) rotateZ(0.01deg);
        transform: translate3d(0, 0, 0) rotateZ(0.01deg);
    }

    67% {
        border-radius: 100% 60% 60% 100% / 100% 100% 60% 60%;
        -webkit-transform: translate3d(0, -3px, 0) rotateZ(0.01deg);
        transform: translate3d(0, -3px, 0) rotateZ(0.01deg);
    }
}

.category-card2 {
    text-align: center;
    position: relative;
}

    .category-card2 .box-img-border {
        position: absolute;
        inset: 7px;
        background: var(--theme-color);
        -webkit-mask-image: url('data:image/svg+xml,<svg width="245" height="245" viewBox="0 0 245 245" preserveAspectRatio="none" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M55.4594 57.0913C-20.5395 31.4879 -2.42148 119.432 16.8536 171.884C7.76644 215.623 39.282 228.67 55.4594 230.448C75.2849 254.984 102.39 240.671 115.47 230.448C146.861 259.251 168.989 239.085 175.873 223.083C215.524 242.286 224.805 202.999 222.74 171.884C267.348 167.617 233.786 85.5357 217.785 63.9993C224.393 -6.41009 163.538 4.63992 129.807 22.4201C78.59 -30.9203 58.9015 23.3091 55.4594 57.0913Z" fill="%23D9D9D9"/></svg>');
        mask-image: url('data:image/svg+xml,<svg width="245" height="245" viewBox="0 0 245 245" preserveAspectRatio="none" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M55.4594 57.0913C-20.5395 31.4879 -2.42148 119.432 16.8536 171.884C7.76644 215.623 39.282 228.67 55.4594 230.448C75.2849 254.984 102.39 240.671 115.47 230.448C146.861 259.251 168.989 239.085 175.873 223.083C215.524 242.286 224.805 202.999 222.74 171.884C267.348 167.617 233.786 85.5357 217.785 63.9993C224.393 -6.41009 163.538 4.63992 129.807 22.4201C78.59 -30.9203 58.9015 23.3091 55.4594 57.0913Z" fill="%23D9D9D9"/></svg>');
        -webkit-mask-size: 100% 100%;
        mask-size: 100% 100%;
        z-index: -1;
    }

    .category-card2 .box-img {
        position: relative;
        padding: 0 0 0;
        margin-bottom: 24px;
        display: inline-block;
        -webkit-mask-image: url('data:image/svg+xml,<svg width="245" height="245" viewBox="0 0 245 245" preserveAspectRatio="none" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M55.4594 57.0913C-20.5395 31.4879 -2.42148 119.432 16.8536 171.884C7.76644 215.623 39.282 228.67 55.4594 230.448C75.2849 254.984 102.39 240.671 115.47 230.448C146.861 259.251 168.989 239.085 175.873 223.083C215.524 242.286 224.805 202.999 222.74 171.884C267.348 167.617 233.786 85.5357 217.785 63.9993C224.393 -6.41009 163.538 4.63992 129.807 22.4201C78.59 -30.9203 58.9015 23.3091 55.4594 57.0913Z" fill="%23D9D9D9"/></svg>');
        mask-image: url('data:image/svg+xml,<svg width="245" height="245" viewBox="0 0 245 245" preserveAspectRatio="none" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M55.4594 57.0913C-20.5395 31.4879 -2.42148 119.432 16.8536 171.884C7.76644 215.623 39.282 228.67 55.4594 230.448C75.2849 254.984 102.39 240.671 115.47 230.448C146.861 259.251 168.989 239.085 175.873 223.083C215.524 242.286 224.805 202.999 222.74 171.884C267.348 167.617 233.786 85.5357 217.785 63.9993C224.393 -6.41009 163.538 4.63992 129.807 22.4201C78.59 -30.9203 58.9015 23.3091 55.4594 57.0913Z" fill="%23D9D9D9"/></svg>');
        -webkit-mask-size: 100% 100%;
        mask-size: 100% 100%;
        z-index: 1;
    }

        .category-card2 .box-img img {
            -webkit-transition: 0.4s;
            transition: 0.4s;
        }

        .category-card2 .box-img:after {
            position: absolute;
            content: "";
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            background: var(--theme-color);
            display: block;
            z-index: -2;
        }

    .category-card2 .box-title {
        font-size: 18px;
        font-weight: 700;
        margin-bottom: -0.15em;
    }

    .category-card2:hover .box-img img {
        -webkit-transform: scale(1.1);
        -ms-transform: scale(1.1);
        transform: scale(1.1);
    }

.category-wrap3 {
    border: 2px dashed #ff0d0d;
    border-radius: 30px;
    margin-top: 15px;
    padding: 0 20px 50px;
}

    .category-wrap3 .title-area {
        margin-top: -15px;
    }

    .category-wrap3 .sec-title {
        background: var(--white-color);
        display: inline-block;
        padding: 0px 16px;
        margin-bottom: 15px;
    }

.category-slider3 {
    --pos-x: -50px;
}

.category-card3 {
    text-align: center;
}

    .category-card3 .box-img {
        position: relative;
        padding: 40px;
        margin-bottom: 30px;
        display: inline-block;
        max-width: 245px;
    }

        .category-card3 .box-img img {
            -webkit-transition: 0.4s;
            transition: 0.4s;
        }

        .category-card3 .box-img .box-img-border {
            position: absolute;
            inset: 0;
            background: var(--theme-color);
            border-radius: 50%;
            z-index: -2;
        }

        .category-card3 .box-img:before {
            position: absolute;
            content: "";
            inset: 10px;
            background: var(--theme-color);
            display: block;
            z-index: -1;
            border-radius: 50%;
        }

    .category-card3 .box-title {
        font-size: 18px;
        font-weight: 700;
        margin-bottom: -0.15em;
    }

    .category-card3:hover .box-img:before {
        -webkit-animation: spin 25s linear infinite;
        animation: spin 25s linear infinite;
    }

.category-slider4 {
    --pos-x: -50px;
}

.category-card4 {
    text-align: center;
}

    .category-card4 .box-img {
        position: relative;
        padding: 0px;
        margin-bottom: 30px;
        display: inline-block;
        max-width: 245px;
    }

        .category-card4 .box-img img {
            -webkit-transition: 0.4s;
            transition: 0.4s;
            position: relative;
            z-index: 2;
        }

        .category-card4 .box-img:after {
            position: absolute;
            content: "";
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            background: var(--theme-color);
            display: block;
            z-index: -1;
            border-radius: 50%;
        }

        .category-card4 .box-img:before {
            position: absolute;
            content: "";
            inset: 10px;
            border: 1px dashed var(--white-color);
            background: transparent;
            display: block;
            z-index: 1;
            border-radius: 50%;
        }

    .category-card4 .box-title {
        font-size: 18px;
        font-weight: 700;
        margin-bottom: -0.15em;
    }

    .category-card4:hover .box-img:before {
        -webkit-animation: spin 25s linear infinite;
        animation: spin 25s linear infinite;
    }

.category-wrap5 {
    border: 2px dashed var(--theme-color);
    border-radius: 30px;
    margin-top: 15px;
    padding: 0 20px 50px;
}

    .category-wrap5 .title-area {
        margin-top: -15px;
    }

    .category-wrap5 .sec-title {
        display: inline-block;
        padding: 0px 16px;
        margin-bottom: 15px;
    }

.category-slider5 {
    --pos-x: -50px;
}

.category-card3.style2 .box-img:after {
    content: '';
    position: absolute;
    inset: 0;
    background: var(--theme-color);
    opacity: 0.15;
    border-radius: 50%;
}

.category-card3.style2 .box-img:before {
    background: transparent;
    border: 1px dashed var(--theme-color);
}

.offer-card {
    padding: 46px;
    border-radius: 25px;
    background-position: top left;
}

@media (max-width: 1299px) {
    .offer-card {
        padding: 35px;
        border-radius: 20px;
    }
}

@media (max-width: 375px) {
    .offer-card {
        padding: 30px 20px;
    }
}

.offer-card .box-subtitle {
    font-size: 16px;
    font-weight: 600;
    margin-top: -0.4em;
    margin-bottom: 30px;
    display: block;
}

.offer-card .box-title {
    font-size: 36px;
    line-height: 42px;
    font-weight: 700;
    margin-bottom: 15px;
}

@media (max-width: 1299px) {
    .offer-card .box-title {
        font-size: 30px;
        line-height: normal;
    }
}

@media (max-width: 375px) {
    .offer-card .box-title {
        font-size: 26px;
    }
}

.offer-box {
    padding: 40px 30px;
    border-radius: 20px;
    background-position: left center;
}

    .offer-box .box-subtitle {
        font-size: 14px;
        font-weight: 500;
        text-transform: uppercase;
        line-height: 24px;
        padding: 0 13px;
        margin-bottom: 21px;
        border-radius: 99px;
        display: inline-block;
        background-color: var(--theme-color2);
        color: var(--white-color);
    }

    .offer-box .box-title {
        margin-bottom: 23px;
    }

.offer-grid {
    padding: 40px 30px 40px 30px;
    border-radius: 20px;
    background-position: top left;
    height: 100%;
}

    .offer-grid .box-subtitle {
        font-size: 18px;
        font-weight: 500;
        margin-top: -0.4em;
        margin-bottom: 20px;
        display: block;
    }

    .offer-grid .box-title {
        font-weight: 700;
        margin-bottom: 33px;
    }

.offer-block {
    padding: 27px 40px 40px 40px;
    border-radius: 30px;
    background-color: var(--smoke-color2);
}

    .offer-block .box-img {
        position: absolute;
        bottom: 0;
        right: 0;
        z-index: 2;
    }

@media (max-width: 767px) {
    .offer-block .box-img {
        max-width: 55%;
    }
}

.offer-block .box-subtitle {
    font-size: 14px;
    font-weight: 500;
    text-transform: uppercase;
    margin-top: -0.36em;
    margin-bottom: 16px;
    display: block;
    color: var(--theme-color);
}

.offer-block .box-heading {
    display: block;
    font-family: var(--title-font);
    font-size: 20px;
    font-weight: 300;
    color: var(--theme-color);
    margin-bottom: 10px;
    margin-top: -0.4em;
}

.offer-block .box-title {
    font-size: 36px;
    font-weight: 300;
    margin-bottom: 0;
    position: relative;
    z-index: 3;
}

    .offer-block .box-title b {
        font-weight: 700;
    }

.offer-block .box-text {
    margin-bottom: 22px;
    position: relative;
    z-index: 3;
}

.offer-block .box-content {
    position: relative;
    padding: 35px;
    border: 5px solid var(--white-color);
    border-radius: 15px;
    box-sizing: border-box;
}

    .offer-block .box-content:after {
        content: '';
        position: absolute;
        right: -5px;
        bottom: -5px;
        height: 70%;
        width: 80%;
        border-bottom: 5px solid var(--ot-border-color);
        border-right: 5px solid var(--ot-border-color);
        border-radius: 0 0 15px 0;
    }

.offer-block .box-shape {
    position: absolute;
    inset: 0;
}

    .offer-block .box-shape img {
        width: 100%;
        height: 100%;
    }

@media (max-width: 575px) {
    .offer-block {
        padding: 30px;
        border-radius: 20px;
    }

        .offer-block .box-img {
            max-width: 50%;
        }

        .offer-block .box-subtitle {
            margin-bottom: 12px;
        }

        .offer-block .box-content {
            padding: 15px;
            border: 3px solid var(--white-color);
        }
}

@media (max-width: 375px) {
    .offer-block {
        padding: 25px;
    }

        .offer-block .box-title {
            font-size: 30px;
        }
}

.cta-box {
    padding: 0;
    border-radius: 40px;
    background-position: top left;
    overflow: hidden;
}

@media (max-width: 767px) {
    .cta-box {
        border-radius: 20px;
    }
}

.cta-box .box-content {
    position: relative;
    padding: 120px 0px 120px 120px;
}

@media (max-width: 1299px) {
    .cta-box .box-content {
        padding: 100px 0 100px 80px;
    }
}

@media (max-width: 1199px) {
    .cta-box .box-content {
        padding: 100px 60px 40px;
    }
}

@media (max-width: 991px) {
    .cta-box .box-content {
        padding: 70px 40px 40px;
    }
}

@media (max-width: 575px) {
    .cta-box .box-content {
        padding: 70px 30px 40px;
    }
}

.cta-box2 {
    padding: 10px 0 0;
    overflow: hidden;
}

@media (max-width: 1199px) {
    .cta-box2 {
        padding: 80px 0 0 0;
    }
}

.cta-box3 {
    border-radius: 24px;
}

    .cta-box3 .box-content {
        padding: 36px 30px 0;
    }

    .cta-box3 .box-subtitle {
        font-size: 16px;
        font-weight: 600;
        margin-bottom: 32px;
    }

    .cta-box3 .box-title {
        margin-bottom: 10px;
        font-size: 36px;
        font-weight: 700;
        line-height: 1.166;
        margin-top: -0.25em;
    }

    .cta-box3 .offer-thumb {
        text-align: right;
        padding-top: 10px;
    }

    .cta-box3 .ot-btn {
        padding: 14px 30px;
    }

@media (max-width: 767px) {
    .cta-box3 .box-title {
        font-size: 34px;
    }
}

@media (max-width: 575px) {
    .cta-box3 .box-title {
        font-size: 28px;
    }
}

.cta-box6 {
    padding: 1px 60px 0;
    border-radius: 20px;
}

    .cta-box6 .cta-thumb6-1 {
        margin-top: 30px;
    }

@media (max-width: 1199px) {
    .cta-box6 {
        padding: 60px;
    }
}

@media (max-width: 575px) {
    .cta-box6 {
        padding: 60px 30px;
    }
}

.video-area-1 {
    padding: 250px 0;
    background-attachment: fixed;
}

.video-box1 {
    text-align: center;
    position: relative;
    z-index: 1;
    display: block;
    height: 152px;
}

    .video-box1 .about-video-icon {
        position: absolute;
        left: 50%;
        top: 50%;
        -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
        z-index: 1;
        font-size: 32px;
        color: var(--white-color);
    }

.about-video-tag {
    background: transparent;
    display: inline-block;
    height: 152px;
    width: 152px;
    border-radius: 50%;
    z-index: 1;
    font-size: 16px;
    font-weight: 500;
    font-family: var(--title-font);
    color: var(--white-color);
    line-height: 12px;
    text-align: center;
    animation: spin 10s infinite alternate-reverse;
}

    .about-video-tag:after {
        content: '';
        position: absolute;
        left: 50%;
        top: 50%;
        background: transparent;
        border: 27px 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-video-tag span {
        --rotate-letter: 10deg;
        height: 68px;
        position: absolute;
        width: 10px;
        left: 45%;
        top: 3px;
        -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));
        z-index: 1;
    }

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

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

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

.video-box2 {
    text-align: center;
    padding: 85px 0;
}

.px-5 {
    padding-right: 5px;
    padding-left: 5px;
}

.px-10 {
    padding-right: 10px;
    padding-left: 10px;
}

.px-15 {
    padding-right: 15px;
    padding-left: 15px;
}

.px-20 {
    padding-right: 20px;
    padding-left: 20px;
}

.px-25 {
    padding-right: 25px;
    padding-left: 25px;
}

.px-30 {
    padding-right: 30px;
    padding-left: 30px;
}

.px-35 {
    padding-right: 35px;
    padding-left: 35px;
}

.px-40 {
    padding-right: 40px;
    padding-left: 40px;
}

.px-45 {
    padding-right: 45px;
    padding-left: 45px;
}

.px-50 {
    padding-right: 50px;
    padding-left: 50px;
}

.py-5 {
    padding-top: 5px;
    padding-bottom: 5px;
}

.py-10 {
    padding-top: 10px;
    padding-bottom: 10px;
}

.py-15 {
    padding-top: 15px;
    padding-bottom: 15px;
}

.py-20 {
    padding-top: 20px;
    padding-bottom: 20px;
}

.py-25 {
    padding-top: 25px;
    padding-bottom: 25px;
}

.py-30 {
    padding-top: 30px;
    padding-bottom: 30px;
}

.py-35 {
    padding-top: 35px;
    padding-bottom: 35px;
}

.py-40 {
    padding-top: 40px;
    padding-bottom: 40px;
}

.py-45 {
    padding-top: 45px;
    padding-bottom: 45px;
}

.py-50 {
    padding-top: 50px;
    padding-bottom: 50px;
}

.pt-5 {
    padding-top: 5px;
}

.pt-10 {
    padding-top: 10px;
}

.pt-15 {
    padding-top: 15px;
}

.pt-20 {
    padding-top: 20px;
}

.pt-25 {
    padding-top: 25px;
}

.pt-30 {
    padding-top: 30px;
}

.pt-35 {
    padding-top: 35px;
}

.pt-40 {
    padding-top: 40px;
}

.pt-45 {
    padding-top: 45px;
}

.pt-50 {
    padding-top: 50px;
}

.pb-5 {
    padding-bottom: 5px;
}

.pb-10 {
    padding-bottom: 10px;
}

.pb-15 {
    padding-bottom: 15px;
}

.pb-20 {
    padding-bottom: 20px;
}

.pb-25 {
    padding-bottom: 25px;
}

.pb-30 {
    padding-bottom: 30px;
}

.pb-35 {
    padding-bottom: 35px;
}

.pb-40 {
    padding-bottom: 40px;
}

.pb-45 {
    padding-bottom: 45px;
}

.pb-50 {
    padding-bottom: 50px;
}

.pl-5 {
    padding-left: 5px;
}

.pl-10 {
    padding-left: 10px;
}

.pl-15 {
    padding-left: 15px;
}

.pl-20 {
    padding-left: 20px;
}

.pl-25 {
    padding-left: 25px;
}

.pl-30 {
    padding-left: 30px;
}

.pl-35 {
    padding-left: 35px;
}

.pl-40 {
    padding-left: 40px;
}

.pl-45 {
    padding-left: 45px;
}

.pl-50 {
    padding-left: 50px;
}

.pr-5 {
    padding-right: 5px;
}

.pr-10 {
    padding-right: 10px;
}

.pr-15 {
    padding-right: 15px;
}

.pr-20 {
    padding-right: 20px;
}

.pr-25 {
    padding-right: 25px;
}

.pr-30 {
    padding-right: 30px;
}

.pr-35 {
    padding-right: 35px;
}

.pr-40 {
    padding-right: 40px;
}

.pr-45 {
    padding-right: 45px;
}

.pr-50 {
    padding-right: 50px;
}

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

.mb-50 {
    margin-bottom: 50px;
}

.ml-5 {
    margin-left: 5px;
}

.ml-10 {
    margin-left: 10px;
}

.ml-15 {
    margin-left: 15px;
}

.ml-20 {
    margin-left: 20px;
}

.ml-25 {
    margin-left: 25px;
}

.ml-30 {
    margin-left: 30px;
}

.ml-35 {
    margin-left: 35px;
}

.ml-40 {
    margin-left: 40px;
}

.ml-45 {
    margin-left: 45px;
}

.ml-50 {
    margin-left: 50px;
}

.mr-5 {
    margin-right: 5px;
}

.mr-10 {
    margin-right: 10px;
}

.mr-15 {
    margin-right: 15px;
}

.mr-20 {
    margin-right: 20px;
}

.mr-25 {
    margin-right: 25px;
}

.mr-30 {
    margin-right: 30px;
}

.mr-35 {
    margin-right: 35px;
}

.mr-40 {
    margin-right: 40px;
}

.mr-45 {
    margin-right: 45px;
}

.mr-50 {
    margin-right: 50px;
}

.mt-60 {
    margin-top: 60px;
}

.mb-60 {
    margin-bottom: 60px;
}

.mb-33 {
    margin-bottom: 33px;
}

.mb-28 {
    margin-bottom: 28px;
}

.mt-n1 {
    margin-top: -.25rem;
}

.mt-n2 {
    margin-top: -.45rem;
}

.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: -.45rem;
}

.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:has(.cloud-bg-top-shape1), .space-top:has(.cloud-bg-top-shape1) {
        padding-top: calc(var(--section-space) + 42px);
    }

.space, .space-bottom {
    padding-bottom: var(--section-space);
}

    .space:has(.cloud-bg-bottom-shape1), .space-bottom:has(.cloud-bg-bottom-shape1) {
        padding-bottom: calc(var(--section-space) + 42px);
    }

.space-extra, .space-extra-top {
    padding-top: calc(var(--section-space) - 30px);
}

.space-extra, .space-extra-bottom {
    padding-bottom: calc(var(--section-space) - 30px);
}

.space-extra2, .space-extra2-top {
    padding-top: calc(var(--section-space) - 40px);
}

.space-extra2, .space-extra2-bottom {
    padding-bottom: calc(var(--section-space) - 40px);
}

@media (max-width: 991px) {
    .space, .space-top {
        padding-top: var(--section-space-mobile);
    }

    .space, .space-bottom {
        padding-bottom: var(--section-space-mobile);
    }

    .space-extra, .space-extra-top {
        padding-top: calc(var(--section-space-mobile) - 30px);
    }

    .space-extra, .space-extra-bottom {
        padding-bottom: calc(var(--section-space-mobile) - 30px);
    }

    .space-top-md-none {
        padding-top: 0;
    }

    .space-extra2, .space-extra2-top {
        padding-top: 70px;
    }

    .space-extra2, .space-extra2-bottom {
        padding-bottom: 70px;
    }
}
h2{
    color:#CF0F47;
}
h2 span{
    color:#FF4F0F;
}

/*------------------------------------------*/

.scroll-menu {
    overflow-x: auto;
    /* white-space: nowrap;*/
    scrollbar-width: none;
}

@media only screen and (max-width: 991px) {
    #mob {
        display: none !important;
    }
}
.hidden-visibility{
    visibility:hidden
}