@charset "UTF-8";
table,
td,
th {
    border: 1px solid var(--border-color);
}
body,
p {
    font-family: var(--body-font);
    color: var(--body-color);
}
.th-comments-wrap pre,
pre {
    white-space: pre-wrap;
    word-wrap: break-word;
}
.rating-select p.stars a,
.tinv-wishlist ins,
a,
a:active,
a:focus,
a:hover,
a:visited,
ins {
    text-decoration: none;
}
.bg-fixed,
.cta-sec-1 {
    background-attachment: fixed;
}
.slick-track,
div#toggleDiv1 {
    min-width: 100%;
}
.blog-style3 .blog-img img,
.recent-post .media-img,
.sidebar-politics img,
.sidebar-wrap .recent-post img,
.top-story .blog-img img,
.topics-wrap img,
.whats-new .filter-item .blog-style2 .blog-img img,
footer .recent-post img {
    object-fit: cover;
    object-position: center;
}
@use "sass:math";
:root {
    --text-heading:#252F3B;
    --text-color: #333333;
    --text-color3: #0D6A8F;
    --header-background:#0D6A8F;
    --theme-color: #2eaddf;
    --theme-color2: #3d72fc;
    --title-color: #080809;
    --title-dark: #080809;
    --body-color: #1a1a1a;
    --smoke-color: #f5f5f5;
    --smoke-color2: #eff3fa;
    --black-color: #000000;
    --black-color2: #080e1c;
    --gray-color: #666;
    --white-color: #ffffff;
    --light-color: #bdbdbd;
    --body-bg: #fff;
    --yellow-color: #ffb539;
    --success-color: #28a745;
    --error-color: #dc3545;
    --border-color: #efefef;
    --title-font: "League Spartan", sans-serif;
    --body-font: "Poppins", sans-serif;
    --icon-font: "Font Awesome 6 Pro";
    --main-container: 1224px;
    --container-gutters: 24px;
    --section-space: 60px;
    --section-space-mobile: 60px;
    --section-title-space: 40px;
    --ripple-ani-duration: 5s;
}
.dark-theme,
.hero-1 {
    --title-color: #fff;
}
.extra{ font-weight: 800;}
.semi{ font-weight: 600;}
.max-643{ max-width: 643px;}
.max-400{ max-width: 400px;}
.mr-3{ margin-right:15px;}
.ml-auto{ margin-left:auto;} 
.mr-0{ margin-right:0;}
.text-right{ text-align: right;}
.text-heading{
    color:var(--text-heading);
 }
.timer-section .countdown {
    display: flex;
    gap: 20px;
    padding: 20px 0;
    border-top:2px solid #fff;
    border-bottom:2px solid #fff;
    max-width: 400px;
}

.timer-section .segment {
    text-align: center;
}

.timer-section .digits {
    display: flex;
    gap: 5px;
}

.timer-section .digit {
    background: white;
    color: #0a6c87;
    font-size: 2em;
    font-weight: bold;
    padding: 10px;
    border-radius: 5px;
    min-width: 35px;
    text-align: center;
}

.timer-section .label {
    margin-top: 10px;
    font-size: 0.8em;
    color: white;
    line-height: normal;
}
.text-color3{
     color:var(--text-color3)!important;   
}
 .header-background{
    background:#0D6A8F!important;
 }
  .light-background{
    background:#fff!important;
 }
 .cap{ text-transform:capitalize!important;}
 .f-arc{
    font-family: 'Archivo', sans-serif!important;
 }
 .italic{ font-style: italic;}
.dark-theme .text-heading{
   --text-heading:#fff;
 }
.dark-theme {
     --text-color3:#fff;
}
 body,
html {
    scroll-behavior: auto !important;
}

body {
    font-size: 16px;
    font-weight: 400;
    line-height: 26px;
    overflow-x: hidden;
    -webkit-font-smoothing: antialiased;
    background-color: var(--body-bg);
}
.calendar_wrap a:hover,
.cart_table .product-quantity,
.footer-layout3 .recent-post .post-title,
.footer-layout3 .widget_title,
.header-layout3 .header-button .simple-icon,
.header-layout3 .main-menu > ul > li > a,
.quick-view .mfp-close,
.th-btn.style3:hover,
.woocommerce-form-login-toggle .woocommerce-info a:hover,
.woocommerce-grouped-product-list-item label a,
.woocommerce-info a:hover,
.woocommerce-message a:hover,
.wp-block-calendar a:hover,
.wp-block-quote.style-left-icon cite,
a:hover,
blockquote.style-left-icon cite,
table.variations label a,
th {
    color: var(--title-color);
}
iframe {
    border: none;
    width: 100%;
}
.slick-slide:focus,
a:active,
a:focus,
button:focus,
input,
input:active,
input:focus,
input:hover,
span.select2-selection.select2-selection--single:focus,
textarea,
textarea:active,
textarea:focus,
textarea:hover {
    outline: 0;
}
embed,
img:not([draggable]),
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;
}
th {
    font-weight: 700;
}
td,
th {
    padding: 9px 12px;
}
a {
    color: var(--theme-color);
    outline: 0;
    -webkit-transition: 0.4s;
    transition: 0.4s;
}
a:active,
a:focus,
a:hover,
a:visited {
    outline: 0;
}
button {
    -webkit-transition: 0.4s;
    transition: 0.4s;
}
img {
    border: none;
    max-width: 100%;
}
pre {
    font-family: var(--body-font);
    background: #f5f5f5;
    color: #666;
    font-size: 14px;
    margin: 20px 0;
    overflow: auto;
    padding: 20px;
}
.blog-meta .category:after,
.blog-meta a:last-child:after,
.blog-meta span:last-child:after,
.breadcumb-menu li:last-child:after,
.calendar_wrap .wp-calendar-nav .pad,
.cart_totals .shipping-calculator-form,
.category-menu ul li.menu-item-has-children a::after,
.dark-img,
.dark-theme .light-img,
.dark-theme .theme-toggler .light,
.dark-theme .language-toggler .light,
.footer-links li:last-child:after,
.footer-widget .widget_title:after,
.footer-widget .widget_title:before,
.footer-widget.widget_archive a:before,
.footer-widget.widget_categories a:before,
.footer-widget.widget_meta a:before,
.footer-widget.widget_nav_menu a:before,
.footer-widget.widget_pages a:before,
.form-messages,
.main-menu.hide-icon ul.sub-menu li a:before,
.popup-subscribe-area,
.product_meta > span > a:last-child:after,
.product_meta > span > span:last-child:after,
.sidebar-wrap .widget_categories ul li a:hover::after,
.th-product .add_to_cart_button.added,
.theme-switcher .dark,
.language-switcher .dark,

.theme-toggler .dark,
.language-toggler .dark,

.tinv-wishlist .tinvwl-mobile,
.widget_recent_comments.has-avatars li:before,
.woocommerce-grouped-product-list-item__label:after,
.woocommerce-grouped-product-list-item__price:after,
.woosq-popup .product_meta > span > a:after,
.woosq-popup .product_meta > span > span:after,
.wp-block-calendar .wp-calendar-nav .pad,
.wp-block-column .wp-block-quote cite:before,
.wp-block-column blockquote cite:before,
.wp-block-latest-comments.has-avatars li:before,
.wp-block-pullquote cite:before,
html.dark-theme .theme-switcher .light,
p:empty,
span.ajax-loader:empty {
    display: none;
}
p {
    margin: 0 0 18px;
    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,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: var(--title-font);
    color: var(--title-color);
    text-transform: none;
    font-weight: 700;
    margin: 0 0 15px;
}
.th-btn,
label {
    font-family: var(--body-font);
}
.h1,
h1 {
    font-size: 54px;
    line-height: 1.185;
}
.h2,
h2 {
    font-size: 40px;
    line-height: 1.25;
}
.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,
    .h2,
    h1,
    h2 {
        line-height: 1.3;
    }
    .h1,
    h1 {
        font-size: 44px;
    }
    .h2,
    h2 {
        font-size: 34px;
    }
    .h3,
    h3 {
        font-size: 30px;
    }
    .h4,
    h4 {
        font-size: 24px;
    }
    .h5,
    h5 {
        font-size: 20px;
    }
    .h6,
    h6 {
        font-size: 16px;
    }
    .author-widget-wrap .name {
        font-size: 22px;
    }
}
@media (max-width: 991px) {
    .h1,
    h1 {
        font-size: 40px;
    }
}
@media (max-width: 767px) {
    .h1,
    h1 {
        font-size: 36px;
    }
    .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 (min-width: 1560px) {
    .th-container2,
    .th-container3 {
        width: 100%;
        max-width: 1560px;
        padding-left: 0;
        padding-right: 0;
    }
    .th-container2 {
        margin-left: auto;
        margin-right: 0;
    }
    .th-container2 .container,
    .th-container3 .container {
        --main-container: 1220px;
    }
    .th-container3 {
        margin-left: 0;
        margin-right: auto;
    }
}
@media (min-width: 1922px) {
    .th-container2,
    .th-container3 {
        margin-right: auto;
    }
}
@media only screen and (min-width: 1300px) {
    .container,
    .container-lg,
    .container-md,
    .container-sm,
    .container-xl,
    .container-xxl {
        max-width: calc(var(--main-container) + var(--container-gutters));
        padding-left: calc(var(--container-gutters) / 2);
        padding-right: calc(var(--container-gutters) / 2);
    }
    .container-lg.px-0,
    .container-md.px-0,
    .container-sm.px-0,
    .container-xl.px-0,
    .container-xxl.px-0,
    .container.px-0 {
        max-width: var(--main-container);
    }
    .th-container {
        --main-container: 1720px;
    }
    .gtm-grid-wrapper .row{ --bs-gutter-x:32px;}
}
@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;
    }
}
.slick-track .col-auto,
.slick-track > [class*="col"]:not(.col-auto) {
    padding-right: calc(var(--bs-gutter-x) / 2);
    padding-left: calc(var(--bs-gutter-x) / 2);
    margin-top: var(--bs-gutter-y);
}
.gy-30 {
    --bs-gutter-y: 30px;
}
.g-0 {
    --bs-gutter-y: 0;
    --bs-gutter-x: 0;
}
.g-10 {
    --bs-gutter-y: 10px;
    --bs-gutter-x: 10px;
}
.gx-0 {
    --bs-gutter-x: 0;
}
.gy-40 {
    --bs-gutter-y: 40px;
}
.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 (min-width: 1399px) {
    .gx-30 {
        --bs-gutter-x: 30px;
    }
    .gx-25 {
        --bs-gutter-x: 25px;
    }
    .gx-40 {
        --bs-gutter-x: 40px;
    }
}
.form-control,
.form-select,
input,
select,
textarea {
    height: 50px;
    padding: 0 45px 0 25px;
    border: none;
    color: var(--body-color);
    background-color: var(--smoke-color);
    border-radius: 5px;
    font-size: 16px;
    width: 100%;
    font-family: var(--body-font);
    -webkit-transition: 0.4s ease-in-out;
    transition: 0.4s ease-in-out;
}
.slick-arrow,
.th-mobile-menu ul li > a,
label {
    color: var(--title-color);
}
.form-control:focus,
.form-select:focus,
input:focus,
select:focus,
textarea:focus {
    color: var(--body-color);
    outline: 0;
    box-shadow: none;
    border-color: var(--border-color);
    background-color: var(--smoke-color);
}
.form-control::-webkit-input-placeholder,
.form-select::-webkit-input-placeholder,
input::-webkit-input-placeholder,
select::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
    color: var(--body-color);
}
.form-control::-moz-placeholder,
.form-select::-moz-placeholder,
input::-moz-placeholder,
select::-moz-placeholder,
textarea::-moz-placeholder {
    color: var(--body-color);
}
.form-control:-ms-input-placeholder,
.form-select:-ms-input-placeholder,
input:-ms-input-placeholder,
select:-ms-input-placeholder,
textarea:-ms-input-placeholder {
    color: var(--body-color);
}
.form-control::-ms-input-placeholder,
.form-select::-ms-input-placeholder,
input::-ms-input-placeholder,
select::-ms-input-placeholder,
textarea::-ms-input-placeholder {
    color: var(--body-color);
}
.form-control::placeholder,
.form-select::placeholder,
input::placeholder,
select::placeholder,
textarea::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;
}
.background-image,
.bg-fluid,
[data-bg-src] {
    background-repeat: no-repeat;
    background-position: center center;
}
.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,
textarea.form-control {
    min-height: 154px;
    padding-top: 16px;
    padding-bottom: 17px;
}
textarea.form-control.style2,
textarea.style2 {
    min-height: 100px;
}
.form-group {
    margin-bottom: var(--bs-gutter-x);
    position: relative;
}
.form-group > i {
    display: inline-block;
    position: absolute;
    right: 25px;
    top: 16px;
    font-size: 16px;
    color: var(--body-color);
}
.blog-single .blog-img .slick-arrow:hover,
.cart_table .qty-btn:hover,
.login-tab button.nav-link.active,
.play-btn:hover i,
.play-btn:hover::before,
.play-btn:hover:after,
.product-about .tinv-wishlist a:hover,
.slick-arrow:hover,
.story-box-wrap:hover .story-year,
.summary-content .tinv-wishlist a:hover,
.th-product .tinv-wishlist a:hover,
.th-social a:hover,
.widget_archive a:hover:after,
.widget_categories a:hover:after,
.widget_meta a:hover:after,
.widget_nav_menu a:hover:after,
.widget_pages a:hover:after,
.woocommerce-form-login-toggle .woocommerce-info,
.woocommerce-notices-wrapper .woocommerce-message,
.wp-block-categories a:hover:after,
input[type="checkbox"]:checked ~ label:before,
input[type="radio"]:checked ~ label::before,
option:checked,
option:focus,
option:hover {
    color: var(--white-color);
    background-color: var(--theme-color);
}
.form-group > i.fa-envelope {
    padding-top: 1px;
}
.form-group > i.fa-comment {
    margin-top: -2px;
}
.form-group > i.fa-chevron-down {
    width: 17px;
    background-color: var(--smoke-color);
}
.form-group.has-label > i {
    top: 50px;
}
[class*="col-"].form-group > i {
    right: calc((var(--bs-gutter-x) / 2) + 25px);
}
input::-webkit-inner-spin-button,
input::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0;
}
.cart_table .qty-input[type="number"],
input[type="number"] {
    -moz-appearance: textfield;
}
input[type="checkbox"],
input[type="radio"] {
    visibility: hidden;
    opacity: 0;
    vertical-align: middle;
    width: 0;
    height: 0;
    display: none;
}
input[type="checkbox"]:checked ~ label:before {
    content: "\f00c";
    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: 0;
    top: 3.5px;
    background-color: var(--white-color);
    border: 1px solid var(--border-color);
    height: 18px;
    width: 18px;
    line-height: 18px;
    text-align: center;
    font-size: 12px;
}
input[type="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: 0.2s;
    transition: 0.2s;
}
input[type="radio"]:checked ~ label::before {
    border-color: var(--theme-color);
}
label {
    margin-bottom: 0.5em;
    margin-top: -0.3em;
    display: block;
    font-size: 16px;
}
.was-validated input:invalid,
input.is-invalid,
select.is-invalid,
textarea.is-invalid {
    border: 1px solid var(--error-color) !important;
    background-position: right calc(0.375em + 0.8875rem) center;
    background-image: none;
}
.was-validated input:invalid:focus,
input.is-invalid:focus,
select.is-invalid:focus,
textarea.is-invalid:focus {
    outline: 0;
    box-shadow: none;
}
textarea.is-invalid {
    background-position: top calc(0.375em + 0.5875rem) right calc(0.375em + 0.8875rem);
}
.form-messages.mb-0 *,
.recent-post:last-child,
.row.no-gutters > .form-group,
.sidebar-area .widget .wp-block-search,
.sidebar-area ul.wp-block-latest-posts,
.sidebar-area ul.wp-block-latest-posts li:last-child,
.sidebar-area.style-bg .widget:last-child,
.widget_recent_comments ol,
.widget_recent_comments ul,
.wp-block-latest-comments ol,
.wp-block-latest-comments ul {
    margin-bottom: 0;
}
.form-messages.success {
    color: var(--success-color);
    display: block;
}
.form-messages.error {
    color: var(--error-color);
    display: block;
}
.form-messages pre {
    padding: 0;
    background-color: transparent;
    color: inherit;
}
.slick-track > [class*="col"]:not(.col-auto) {
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    width: 100%;
    max-width: 100%;
}
.slick-list {
    padding-left: 0;
    padding-right: 0;
    overflow: hidden;
}
.dark-theme .dark-img,
.slick-slide img,
html.dark-theme .theme-switcher .dark {
    display: inline-block;
}
.slick-dots {
    list-style-type: none;
    padding: 0;
    margin: 40px 0 0;
    line-height: 0;
    text-align: center;
    height: -webkit-max-content;
    height: -moz-max-content;
    height: max-content;
}
.slick-dots li {
    display: inline-block;
    margin-right: 15px;
}
.cart_table .actions > .th-btn:last-child,
.filter-menu .tab-btn:last-child,
.footer-menu ul li:last-child,
.icon-group a:last-child,
.slick-dots li:last-child,
.th-comments-wrap .reply_and_edit a:last-child,
.th-pagination li:last-child,
.th-social a:last-child,
.widget_shopping_cart .th-btn:last-child {
    margin-right: 0;
}
.slick-dots button {
    font-size: 0;
    padding: 0;
    width: 10px;
    height: 10px;
    line-height: 0;
    border-radius: 9999px;
    border: none;
    background-color: var(--border-color);
    -webkit-transition: 0.4s;
    transition: 0.4s;
    position: relative;
    z-index: 2;
}
.slick-dots button:before {
    content: "";
    position: absolute;
    inset: -5px;
    border: 1px solid var(--theme-color);
    border-radius: inherit;
    -webkit-transition: 0.4s ease-in-out;
    transition: 0.4s ease-in-out;
    -webkit-transform: scale(0.4);
    -ms-transform: scale(0.4);
    transform: scale(0.4);
    z-index: -1;
    visibility: hidden;
}
.product-about .th-social a:hover,
.slick-dots button:hover,
.summary-content .th-social a:hover,
.widget .search-form input:focus {
    border-color: var(--theme-color);
}
.slick-dots .slick-active button,
.th-comments-wrap .reply-btn:hover,
.th-social.style-black a:hover,
.th-weather .days.active,
[data-overlay="theme"]:before {
    background-color: var(--theme-color);
}
.slick-dots .slick-active button::before {
    opacity: 1;
    visibility: visible;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
}
.slick-arrow {
    display: inline-block;
    padding: 0;
    background-color: var(--body-bg);
    position: absolute;
    top: 50%;
    border: 1px solid var(--border-color);
    left: var(--pos-x, -80px);
    width: var(--icon-size, 34px);
    height: var(--icon-size, 34px);
    line-height: var(--icon-size, 34px);
    font-size: var(--icon-font-size, 14px);
    margin-top: calc(var(--icon-size, 34px) / -2);
    z-index: 2;
    border-radius: 99px;
}
.preloader,
.th-menu-wrapper {
    position: fixed;
    bottom: 0;
    z-index: 999999;
}
.slick-arrow.default {
    position: relative;
    --pos-x: 0;
    margin-top: 0;
}
.slick-arrow.slick-next {
    right: var(--pos-x, -80px);
    left: auto;
}
.arrow-margin .slick-arrow {
    top: calc(50% - 30px);
}
.arrow-wrap .slick-arrow {
    opacity: 0;
    visibility: hidden;
}
.arrow-wrap:hover .slick-arrow,
.blog-single:hover .blog-img .slick-arrow,
.th-menu-wrapper.th-body-visible {
    opacity: 1;
    visibility: visible;
}
.th-menu-wrapper {
    top: 0;
    left: 0;
    background-color: rgba(0, 0, 0, 0.6);
    width: 100%;
    height: 100%;
    -webkit-transition: 0.8s;
    transition: 0.8s;
    opacity: 0;
    visibility: hidden;
}
.th-menu-wrapper .mobile-logo {
    padding-bottom: 30px;
    padding-top: 40px;
    display: block;
    text-align: center;
    /* background-color: var(--smoke-color2); */
}
.th-menu-toggle,
.th-menu-wrapper .th-menu-toggle {
    background-color: var(--theme-color);
    color: var(--white-color);
}
.th-menu-wrapper .mobile-logo svg {
    max-width: 185px;
}
.th-menu-wrapper .th-menu-toggle {
    border: none;
    position: absolute;
    right: -16.5px;
    top: 25px;
    padding: 0;
    width: 33px;
    height: 33px;
    line-height: 35px;
    font-size: 18px;
    z-index: 1;
    border-radius: 50%;
}
.th-menu-wrapper .th-menu-toggle:hover,
.th-product .added_to_cart:hover,
.tinv-wishlist .social-buttons li a.social:hover,
.tinv-wishlist p.return-to-shop .button:hover,
.woocommerce-MyAccount-content .btn:hover {
    background-color: var(--title-color);
    color: var(--white-color);
}
.th-menu-wrapper .th-menu-area {
    width: 100%;
    max-width: 310px;
    background-color: #fff;
    border-right: 3px solid var(--theme-color);
    height: 100%;
    position: relative;
    left: -110%;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: 1s;
    transition: 1s;
    z-index: 1;
}
.th-menu-wrapper.th-body-visible .th-menu-area {
    left: 0;
    opacity: 1;
    visibility: visible;
}
.th-mobile-menu {
    overflow-y: scroll;
    max-height: calc(100vh - 200px);
    padding-bottom: 40px;
    margin-top: 33px;
    text-align: left;
}
.checkout-ordertable ul,
.main-menu ul,
.th-mobile-menu ul,
.th-pagination ul,
.widget_shopping_cart ul {
    margin: 0;
    padding: 0;
}
.th-mobile-menu ul li {
    border-bottom: 1px solid #fdedf1;
    list-style-type: none;
}
.th-mobile-menu ul li li:first-child {
    border-top: 1px solid #fdedf1;
}
.th-mobile-menu ul li > a {
    display: block;
    position: relative;
    padding: 12px 0 12px 18px;
    line-height: 1.4;
    font-size: 16px;
    text-transform: capitalize;
}
.th-mobile-menu ul li > a:before {
    content: "\f105";
    font-family: var(--icon-font);
    position: absolute;
    left: 0;
    top: 12px;
    margin-right: 10px;
    display: inline-block;
}
.box-title2 a:hover,
.line-btn:hover,
.link-btn:hover,
.recent-post .recent-post-meta a:hover,
.sidebar-gallery .gallery-btn:hover,
.text-inherit:hover,
.th-mobile-menu ul li.th-active > a,
.widget_archive a:hover ~ span,
.widget_categories a:hover ~ span,
.widget_meta a:hover ~ span,
.widget_nav_menu a:hover ~ span,
.widget_pages a:hover ~ span,
.widget_recent_comments a:hover,
.widget_recent_entries ul li > a:hover,
.widget_shopping_cart .cart_list a.remove:hover,
.widget_shopping_cart .cart_list a:not(.remove):hover,
.wp-block-categories a:hover ~ span,
.wp-block-latest-comments a:hover {
    color: var(--theme-color);
}
.th-mobile-menu ul li.th-active > a:before {
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
}
.pl-20,
.th-mobile-menu ul li ul li {
    padding-left: 20px;
}
.th-mobile-menu ul li ul li:last-child,
.th-mobile-menu > ul > li:last-child,
.widget_archive li:last-child a,
.widget_categories li:last-child a,
.widget_meta li:last-child a,
.widget_nav_menu li:last-child a,
.widget_pages li:last-child a,
.woocommerce-grouped-product-list.group_table tr:last-child,
.wp-block-categories li:last-child a {
    border-bottom: none;
}
.th-mobile-menu ul .th-item-has-children > a .th-mean-expand {
    position: absolute;
    right: 0;
    top: 50%;
    font-weight: 400;
    font-size: 12px;
    width: 25px;
    height: 25px;
    line-height: 25px;
    margin-top: -12.5px;
    display: inline-block;
    text-align: center;
    background-color: var(--smoke-color);
    color: var(--title-color);
    box-shadow: 0 0 20px -8px rgba(173, 136, 88, 0.5);
    border-radius: 50%;
}
.th-mobile-menu ul .th-item-has-children > a .th-mean-expand:before {
    content: "\f067";
    font-family: var(--icon-font);
}
.th-mobile-menu ul .th-item-has-children > a:after {
    content: "\f067";
    font-family: var(--icon-font);
    width: 22px;
    height: 22px;
    line-height: 22px;
    display: inline-block;
    text-align: center;
    font-size: 12px;
    border-radius: 50px;
    background-color: var(--smoke-color);
    float: right;
    margin-top: 1px;
}
.th-mobile-menu ul .th-item-has-children.th-active > a .th-mean-expand:before {
    content: "\f068";
}
.th-mobile-menu ul .th-item-has-children.th-active > a:after {
    content: "\f068";
}
.th-mobile-menu > ul {
    padding: 0 40px;
}
.th-menu-toggle {
    width: 50px;
    height: 50px;
    padding: 0;
    font-size: 20px;
    border: none;
    display: inline-block;
    border-radius: 0;
}
.header-layout3 .header-top .news-area,
.header-layout5,
.th-menu-toggle:hover {
    background-color: var(--title-dark);
}
.th-menu-toggle.style-text,
.th-menu-toggle.style-text-white {
    width: auto;
    height: auto;
    background-color: transparent;
    color: var(--title-color);
    font-size: 20px;
}
.mr-10,
.th-menu-toggle.style-text i,
.th-menu-toggle.style-text-white i {
    margin-right: 10px;
}
.category-card:hover .box-title,
.copyright-text a:hover,
.footer-widget .recent-post .post-title,
.header-button .simple-icon,
.tab-menu .tab-btn.active,
.th-menu-toggle.style-text-white,
.th-weather .days.active .name,
.th-weather .days.active .temperature,
.widget_archive a:hover,
.widget_categories a:hover,
.widget_meta a:hover,
.widget_nav_menu a:hover,
.widget_pages a:hover,
.wp-block-calendar table caption,
.wp-block-categories a:hover {
    color: var(--white-color);
}
@media (max-width: 400px) {
    .th-menu-wrapper .th-menu-area {
        width: 100%;
        max-width: 300px;
    }
    .th-mobile-menu > ul {
        padding: 0 20px;
    }
}
.preloader {
    left: 0;
    right: 0;
    top: 0;
    background-color: var(--body-bg);
}
.preloader .th-btn {
    padding: 15px 20px;
    border-radius: 0;
    font-size: 14px;
}
.preloader-inner {
    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;
}
.loader,
.th-btn {
    position: relative;
}
.preloader-inner img {
    display: block;
    margin: 0 auto;
}
.loader {
    display: inline-block;
    font-size: 48px;
    color: var(--theme-color);
    width: 1em;
    height: 1em;
    box-sizing: border-box;
    background-color: currentcolor;
    border-radius: 50%;
    -webkit-transform: rotateX(-60deg) perspective(1000px);
    transform: rotateX(-60deg) perspective(1000px);
}
.icon-btn,
.th-btn {
    display: inline-block;
    background-color: var(--theme-color);
    text-align: center;
}
.loader:after,
.loader:before {
    content: "";
    display: block;
    position: absolute;
    box-sizing: border-box;
    top: 0;
    left: 0;
    width: inherit;
    height: inherit;
    border-radius: inherit;
    -webkit-animation: 1s ease-out infinite flowerFlow;
    animation: 1s ease-out infinite flowerFlow;
}
.loader:after {
    -webkit-animation-delay: 0.4s;
    animation-delay: 0.4s;
}
@-webkit-keyframes flowerFlow {
    0% {
        opacity: 1;
        -webkit-transform: rotate(0);
        transform: rotate(0);
        box-shadow: 0 0 0 -0.5em currentcolor, 0 0 0 -0.5em currentcolor, 0 0 0 -0.5em currentcolor, 0 0 0 -0.5em currentcolor, 0 0 0 -0.5em currentcolor, 0 0 0 -0.5em currentcolor, 0 0 0 -0.5em currentcolor, 0 0 0 -0.5em currentcolor;
    }
    100% {
        opacity: 0;
        -webkit-transform: rotate(180deg);
        transform: rotate(180deg);
        box-shadow: -1em -1em 0 -0.35em currentcolor, 0 -1.5em 0 -0.35em currentcolor, 1em -1em 0 -0.35em currentcolor, -1.5em 0 0 -0.35em currentcolor, 1.5em 0 0 -0.35em currentcolor, -1em 1em 0 -0.35em currentcolor,
            0 1.5em 0 -0.35em currentcolor, 1em 1em 0 -0.35em currentcolor;
    }
}
@keyframes flowerFlow {
    0% {
        opacity: 1;
        -webkit-transform: rotate(0);
        transform: rotate(0);
        box-shadow: 0 0 0 -0.5em currentcolor, 0 0 0 -0.5em currentcolor, 0 0 0 -0.5em currentcolor, 0 0 0 -0.5em currentcolor, 0 0 0 -0.5em currentcolor, 0 0 0 -0.5em currentcolor, 0 0 0 -0.5em currentcolor, 0 0 0 -0.5em currentcolor;
    }
    100% {
        opacity: 0;
        -webkit-transform: rotate(180deg);
        transform: rotate(180deg);
        box-shadow: -1em -1em 0 -0.35em currentcolor, 0 -1.5em 0 -0.35em currentcolor, 1em -1em 0 -0.35em currentcolor, -1.5em 0 0 -0.35em currentcolor, 1.5em 0 0 -0.35em currentcolor, -1em 1em 0 -0.35em currentcolor,
            0 1.5em 0 -0.35em currentcolor, 1em 1em 0 -0.35em currentcolor;
    }
}
.th-btn {
    z-index: 2;
    overflow: hidden;
    vertical-align: middle;
    border: none;
    text-transform: uppercase;
    color: var(--white-color);
    font-size: 14px;
    font-weight: 700;
    line-height: 1;
    padding: 17.5px 26px;
    min-width: 150px;
    border-radius: 4px;
}
.font-icon,
.scroll-top:after {
    font-family: var(--icon-font);
}
.th-btn:before {
    content: "";
    position: absolute;
    height: calc(100% + 2px);
    width: calc(100% + 30px);
    top: -1px;
    right: 100%;
    background-color: var(--title-color);
    z-index: -1;
    -webkit-transition: 0.4s ease-out;
    transition: 0.4s ease-out;
    border-radius: inherit;
    -webkit-clip-path: polygon(calc(100% - 30px) 0, 100% 50%, calc(100% - 30px) 100%, 0 100%, 0 0);
    clip-path: polygon(calc(100% - 30px) 0, 100% 50%, calc(100% - 30px) 100%, 0 100%, 0 0);
}
.th-btn i {
    -webkit-transition: -webkit-transform 0.4s ease-in-out;
    transition: transform 0.4s ease-in-out;
    transition: transform 0.4s ease-in-out, -webkit-transform 0.4s ease-in-out;
}
.th-btn.active,
.th-btn:hover {
    color: var(--white-color);
    box-shadow: none;
}
.th-btn.active:before,
.th-btn:hover:before {
    right: -30px;
}
.th-btn.active .fa-arrow-up-right,
.th-btn:hover .fa-arrow-up-right {
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}
.th-btn.style2 {
    background-color: transparent;
    color: var(--title-color);
    border: 1px solid var(--border-color);
    padding: 16.5px 25px;
    box-shadow: none;
}
.icon-btn,
.icon-btn:hover,
.play-btn.style3 > i,
.th-btn.style2:hover {
    color: var(--white-color);
}
.th-btn.style2:hover {
    border-color: var(--title-color);
}
.play-btn.style3:after,
.play-btn.style3:before,
.play-btn.style3:hover:after,
.play-btn.style3:hover:before,
.th-btn.style3:hover:after,
.th-btn.style3:hover:before,
.th-weather .days:hover,
[data-overlay="white"]:before {
    background-color: var(--white-color);
}
.blog-style1 .blog-img img,
.blog-style2 .blog-img img,
.blog-style6 .blog-img img,
.blog-style7 .blog-img img,
.header-logo img,
.link-btn:hover::before,
.product-big-img .img,
.sidebar-gallery .gallery-thumb img,
.sidebar-gallery .wp-block-image img,
.team-card .box-img img,
.th-blog-wrapper .blog-single img.rounded-10,
.th-btn.btn-fw,
.th-comments-wrap .comment-avater img {
    width: 100%;
}
.th-btn.btn-small {
    padding: 16px 25px;
    min-width: 152px;
}
.icon-btn {
    width: var(--btn-size, 50px);
    height: var(--btn-size, 50px);
    line-height: var(--btn-size, 50px);
    font-size: var(--btn-font-size, 20px);
    border-radius: 0;
    border: 1px solid transparent;
    -webkit-transition: 0.4s ease-in-out;
    transition: 0.4s ease-in-out;
    position: relative;
}
.line-btn,
.link-btn {
    font-weight: 600;
    display: inline-block;
    line-height: 0.8;
    position: relative;
    text-transform: uppercase;
}
.icon-btn:hover {
    background-color: var(--title-dark);
    border-color: var(--theme-color);
}
.play-btn.style3:hover > i,
.play-btn:after,
.play-btn:before,
.play-btn > i {
    background-color: var(--white-color);
}
.play-btn {
    display: inline-block;
    position: relative;
    z-index: 1;
}
.play-btn > i {
    display: inline-block;
    width: var(--icon-size, 50px);
    height: var(--icon-size, 50px);
    line-height: var(--icon-size, 50px);
    text-align: center;
    color: var(--title-dark);
    font-size: var(--icon-font-size, 1.3em);
    border-radius: 50%;
    z-index: 1;
    -webkit-transition: 0.4s;
    transition: 0.4s;
}
.link-btn,
.play-btn.style3:hover > i,
.scroll-top svg,
.scroll-top:after {
    color: var(--theme-color);
}
.link-btn:before,
.play-btn:after,
.play-btn:before {
    -webkit-transition: 0.4s;
    position: absolute;
    bottom: 0;
    left: 0;
    content: "";
}
.play-btn:after,
.play-btn:before {
    top: 0;
    right: 0;
    z-index: -1;
    border-radius: 50%;
    transition: 0.4s;
}
.play-btn:after {
    -webkit-animation-delay: 2s;
    animation-delay: 2s;
}
.play-btn.style2:after,
.play-btn.style2:before {
    background-color: transparent;
    border: 1px solid var(--white-color);
}
.badge,
.line-btn:hover::before,
.link-btn:before {
    background-color: var(--theme-color);
}
.play-btn.style3 > i {
    --icon-size: 40px;
    font-size: 14px;
    border: 1px solid;
    background-color: var(--theme-color2);
}
.link-btn {
    font-size: 14px;
    padding-bottom: 2px;
    margin-bottom: -2px;
}
.line-btn i,
.link-btn i {
    margin-left: 5px;
    font-size: 0.9rem;
}
.link-btn:before {
    width: 0;
    height: 2px;
    transition: 0.4s;
}
.line-btn {
    font-size: 14px;
    padding-bottom: 4px;
    margin-bottom: -1px;
    color: var(--title-color);
}
.sec-title,
.sec-title2 {
    margin-bottom: calc(var(--section-title-space) - 7px);
}
.line-btn:before {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 1px;
    background-color: var(--title-color);
    -webkit-transition: 0.4s;
    transition: 0.4s;
}
.scroll-top,
.scroll-top:after {
    height: 40px;
    width: 40px;
    display: block;
    cursor: pointer;
}
.line-btn:hover::before {
    width: 45px;
}
.scroll-top {
    position: fixed;
    right: 30px;
    bottom: 30px;
    border-radius: 40px;
    z-index: 10000;
    opacity: 1;
    visibility: hidden;
    -webkit-transform: translateY(45px);
    -ms-transform: translateY(45px);
    transform: translateY(45px);
    -webkit-transition: 0.3s linear;
    transition: 0.3s linear;
}
.scroll-top:after {
    content: "\f062";
    position: absolute;
    text-align: center;
    line-height: 38px;
    font-size: 16px;
    left: 0;
    top: 0;
    z-index: 1;
    border: 2px solid rgba(231, 71, 60, 0.4);
    box-shadow: none;
    border-radius: 50%;
}
.sec-title,
.widget .search-form {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
}
.scroll-top svg {
    border-radius: 50%;
    background: var(--body-bg);
}
.scroll-top svg path {
    fill: none;
}
.scroll-top .progress-circle path {
    stroke: var(--theme-color);
    stroke-width: 4px;
    box-sizing: border-box;
    -webkit-transition: 0.4s linear;
    transition: 0.4s linear;
}
.scroll-top.show {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
}
.box-title-50 {
    font-size: 50px;
    line-height: 1.2;
    font-weight: 700;
    margin-top: -0.22em;
}
@media (max-width: 1299px) {
    .box-title-50 {
        font-size: 40px;
    }
}
@media (max-width: 991px) {
    .gy-50 {
        --bs-gutter-y: 40px;
    }
    .slick-dots {
        margin: 40px 0 0;
    }
    .box-title-50 {
        font-size: 30px;
        line-height: 1.3;
    }
}
.box-title-40 {
    font-size: 40px;
    line-height: 1.25;
    font-weight: 700;
    margin-top: -0.26em;
}
@media (max-width: 1299px) {
    .box-title-40 {
        font-size: 34px;
    }
}
@media (max-width: 991px) {
    .box-title-40 {
        font-size: 24px;
        line-height: 1.34;
    }
}
.box-title-30 {
    font-size: 30px;
    line-height: 1.267;
    font-weight: 700;
    margin-top: -0.22em;
}
@media (max-width: 1299px) {
    .box-title-30 {
        font-size: 28px;
    }
}
@media (max-width: 991px) {
    .box-title-30 {
        font-size: 24px;
        line-height: 1.34;
    }
}
.box-title-18,
.box-title-20 {
    line-height: 1.4;
    margin-top: -0.26em;
}
.box-title-20 {
    font-size: 20px;
    font-weight: 700;
}
.box-title-18 {
    font-size: 18px;
    font-weight: 600;
}
.box-title-24 {
    font-size: 24px;
    line-height: 1.417;
    font-weight: 700;
    margin-top: -0.24em;
}
@media (max-width: 360px) {
    .box-title-24 {
        font-size: 22px;
    }
}
.box-title-22 {
    font-size: 22px;
    line-height: 1.364;
    font-weight: 700;
    margin-top: -0.22em;
}
.box-title2 {
    font-size: 20px;
    line-height: 1.5;
    font-weight: 700;
    margin-top: -0.35em;
}
.author-details .info-wrap .info a,
.box-title a,
.box-title2 a,
.calendar_wrap span[class*="wp-calendar-nav"] a,
.footer-menu ul li a,
.product_meta > span a,
.text-inherit,
.th-product .product-title a,
.widget_recent_comments a,
.woocommerce-form-login-toggle .woocommerce-info a,
.wp-block-archives a:not(:hover),
.wp-block-calendar span[class*="wp-calendar-nav"] a,
.wp-block-latest-comments a,
.wp-block-quote p a,
blockquote p a {
    color: inherit;
}
.sec-title {
    margin-top: -0.2em;
    font-size: 30px;
    text-transform: capitalize;
    font-weight: 600;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
    --bs-gutter-x: 24px;
}
.sec-title.has-line.text-center:before,
.sec-title.has-line:after {
    width: 100%;
    -webkit-box-flex: 1;
    border-top: 1px dashed var(--gray-color);
    border-bottom: 1px dashed var(--gray-color);
    content: "";
}
.sec-title.has-line:after {
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    margin-left: var(--bs-gutter-x);
}
.sec-title.has-line.text-center {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
}
.sec-title.has-line.text-center:before {
    height: 6px;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    margin-right: var(--bs-gutter-x);
}
.sec-title.fs-20 {
    --section-title-space: 30px;
}
.sec-title2 {
    --section-title-space: 60px;
    margin-top: -0.24em;
}
.sub-title {
    font-size: 16px;
    font-weight: 600;
    color: var(--theme-color);
    text-transform: uppercase;
    display: block;
    margin-top: -0.3em;
    margin-bottom: 16px;
}
.badge,
.th-social a {
    display: inline-block;
    text-align: center;
}
.title-area {
    --section-title-space: 60px;
    margin-bottom: calc(var(--section-title-space) - 10px);
}
.blog-single .blog-text,
.blog-style1 .category,
.title-area .sec-title2 {
    margin-bottom: 22px;
}
.title-area.mb-0 .sec-title2 {
    margin-bottom: -0.24em;
}
.blog-style8 .blog-img,
.mb-32 {
    margin-bottom: 32px;
}
hr.title-line {
    margin-top: 0;
    background-color: var(--border-color);
    opacity: 1;
}
.error-content,
.footer-menu,
.sec-btn,
.woocommerce-cart-form {
    text-align: center;
}
.sec-btn,
.title-line {
    margin-bottom: var(--section-title-space);
}
.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;
}
.badge,
.overlay,
.position-center {
    position: absolute;
}
.z-index-3 {
    z-index: 3;
}
.widget[data-overlay]:before,
.z-index-n1 {
    z-index: -1;
}
.blog-style2 .blog-content,
.media-body {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
}
.badge {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    color: var(--white-color);
    padding: 0.25em 0.45em;
    font-size: 0.7em;
    border-radius: 50%;
    top: 8px;
    right: 8px;
    font-weight: 400;
    -webkit-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
}
.th-social a {
    width: var(--icon-size, 40px);
    height: var(--icon-size, 40px);
    line-height: var(--icon-size, 42px);
    background-color: var(--smoke-color);
    color: var(--body-color);
    font-size: 14px;
    margin-right: 5px;
    border-radius: 99px;
}
.th-social.color-theme a {
    color: var(--body-color);
    border-color: var(--theme-color);
}
.th-social.style-black a {
    background-color: #363739;
    color: var(--white-color);
}
.slider-shadow .slick-list {
    padding-top: 30px;
    padding-bottom: 30px;
    margin-bottom: -30px;
    margin-top: -30px;
}
.blog-style2 .blog-meta,
.blog-style3 .blog-meta,
.blog-style5 .blog-meta,
.box-text,
.th-comments-wrap .description p:last-child,
.woocommerce-Reviews .th-post-comment .text {
    margin-bottom: -0.5em;
}
.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;
    gap: 30px;
}
.btn-group.style2 {
    gap: 20px 70px;
}
.mfp-zoom-in .mfp-content {
    opacity: 0;
    -webkit-transition: 0.4s;
    transition: 0.4s;
    -webkit-transform: scale(0.5);
    -ms-transform: scale(0.5);
    transform: scale(0.5);
}
.mfp-zoom-in.mfp-bg {
    opacity: 0;
    -webkit-transition: 0.4s;
    transition: 0.4s;
}
.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,
[data-opacity="7"]:before {
    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-fade.mfp-bg.mfp-removing,
.mfp-fade.mfp-wrap.mfp-removing .mfp-content,
.mfp-zoom-in.mfp-removing.mfp-bg {
    opacity: 0;
}
.font-title,
.widget_shopping_cart .total strong {
    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;
}
.author-details .info-wrap .info,
.calendar_wrap table th,
.dark-theme .blog-style2 .box-title-20,
.fw-medium,
.wp-block-calendar table th {
    font-weight: 500;
}
.dark-theme .blog-style8 .box-title-30,
.dark-theme .box-title-18,
.dark-theme .box-title-20,
.dark-theme .box-title-22,
.dark-theme .box-title-24,
.dark-theme .box-title-30,
.dark-theme > .blog-style3 h3,
.fw-semibold {
    font-weight: 600;
}
.cart_totals .amount,
.fw-bold {
    font-weight: 700;
}
.fw-extrabold {
    font-weight: 800;
}
.fs-20,
.th-product.list-view .tinv-wishlist .tinvwl_add_to_wishlist_button.tinvwl-icon-heart-plus.no-txt::before,
.th-product.list-view .tinv-wishlist .tinvwl_add_to_wishlist_button.tinvwl-icon-heart.no-txt::before {
    font-size: 20px;
}
.blog-author .social-links a,
.fs-md,
.video-center-mode .box-title-30 {
    font-size: 18px;
}
.fs-xs,
.th-product.list-view .product-price,
.th-weather .name,
.tinv-wishlist .tinvwl-buttons-group button i,
.widget_recent_entries ul li span.post-date {
    font-size: 14px;
}
.bg-theme {
    background-color: var(--theme-color) !important;
}
.bg-theme2 {
    background-color: var(--theme-color2) !important;
}
.bg-smoke {
    background-color: var(--smoke-color) !important;
}
.bg-smoke2 {
    background-color: var(--smoke-color2) !important;
}
.bg-white {
    background-color: var(--white-color) !important;
}
.bg-black {
    background-color: var(--black-color) !important;
}
.bg-black2 {
    background-color: var(--black-color2) !important;
}
.bg-title {
    background-color: var(--title-color) !important;
}
.bg-title-dark {
    background-color: var(--title-dark) !important;
}
.background-image,
[data-bg-src] {
    background-size: cover;
}
.bg-fluid {
    background-size: 100% 100%;
}
.bg-auto {
    background-size: auto auto;
}
.bg-bottom-right,
.bg-top-center,
.bg-top-left,
.bg-top-right {
    background-size: auto;
}
.bg-top-center {
    background-position: top center;
}
.bg-repeat,
.footer-layout1 {
    background-size: auto;
    background-repeat: repeat;
}
.bg-bottom-right {
    background-position: bottom right;
}
.bg-top-right {
    background-position: top right;
}
.bg-top-left {
    background-position: top left;
}
.text-theme {
    color: var(--theme-color) !important;
}
.text-theme2 {
    color: var(--theme-color2) !important;
}
.text-title,
blockquote.has-very-dark-gray-color {
    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-reset:hover,
a.text-theme:hover {
    text-decoration: underline;
}
.overlay {
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
}
.position-center {
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}
.blog-tab,
.header-layout1 .header-logo,
[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="theme2"]:before {
    background-color: var(--theme-color2);
}
.header-button .icon-btn:hover .badge,
.newsletter-widget .icon-btn:hover,
.price_slider_wrapper .button:hover,
.price_slider_wrapper button:hover,
.widget .search-form button:hover,
[data-overlay="title"]:before {
    background-color: var(--title-color);
}
.cart_table thead,
.dark-theme .story-box-wrap .story-year,
.sidemenu-wrapper .sidemenu-content .form-control,
.sidemenu-wrapper .sidemenu-content .form-select,
.sidemenu-wrapper .sidemenu-content input,
.sidemenu-wrapper .sidemenu-content select,
.sidemenu-wrapper .sidemenu-content textarea,
.tinv-wishlist table thead,
[data-overlay="smoke"]:before {
    background-color: var(--smoke-color);
}
[data-overlay="black"]:before {
    background-color: var(--black-color);
}
[data-overlay="overlay1"]:before {
    background-color: #080e1c;
}
[data-opacity="1"]:before {
    opacity: 0.1;
}
[data-opacity="2"]:before {
    opacity: 0.2;
}
[data-opacity="3"]:before {
    opacity: 0.3;
}
[data-opacity="4"]:before {
    opacity: 0.4;
}
[data-opacity="5"]:before {
    opacity: 0.5;
}
[data-opacity="6"]:before {
    opacity: 0.6;
}
.mfp-fade.mfp-bg.mfp-ready,
[data-opacity="8"]:before {
    opacity: 0.8;
}
[data-opacity="9"]:before {
    opacity: 0.9;
}
.mfp-fade.mfp-wrap.mfp-ready .mfp-content,
.th-animated,
[data-opacity="10"]:before {
    opacity: 1;
}
.play-btn:after,
.play-btn:before,
.ripple-animation {
    -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: 8s ease-in-out infinite morph;
    animation: 8s ease-in-out infinite morph;
}
@-webkit-keyframes morph {
    0%,
    100% {
        border-radius: 60% 40% 30% 70%/60% 30% 70% 40%;
    }
    50% {
        border-radius: 30% 60% 70% 40%/50% 60% 30%;
    }
}
@keyframes morph {
    0%,
    100% {
        border-radius: 60% 40% 30% 70%/60% 30% 70% 40%;
    }
    50% {
        border-radius: 30% 60% 70% 40%/50% 60% 30%;
    }
}
.movingX {
    -webkit-animation: 8s linear infinite movingX;
    animation: 8s linear infinite movingX;
}
@-webkit-keyframes movingX {
    0%,
    100% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }
    50% {
        -webkit-transform: translateX(50px);
        transform: translateX(50px);
    }
}
@keyframes movingX {
    0%,
    100% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }
    50% {
        -webkit-transform: translateX(50px);
        transform: translateX(50px);
    }
}
.movingCar {
    -webkit-animation: 25s linear infinite movingCar;
    animation: 25s linear infinite movingCar;
}
@-webkit-keyframes movingCar {
    0% {
        -webkit-transform: translateX(0) rotateY(0);
        transform: translateX(0) rotateY(0);
    }
    50% {
        -webkit-transform: translateX(calc(100vw * -1 + 108%));
        transform: translateX(calc(100vw * -1 + 108%));
    }
    51% {
        -webkit-transform: translateX(calc(100vw * -1 + 108%)) rotateY(180deg);
        transform: translateX(calc(100vw * -1 + 108%)) rotateY(180deg);
    }
    100% {
        -webkit-transform: translateX(0) rotateY(180deg);
        transform: translateX(0) rotateY(180deg);
    }
}
@keyframes movingCar {
    0% {
        -webkit-transform: translateX(0) rotateY(0);
        transform: translateX(0) rotateY(0);
    }
    50% {
        -webkit-transform: translateX(calc(100vw * -1 + 108%));
        transform: translateX(calc(100vw * -1 + 108%));
    }
    51% {
        -webkit-transform: translateX(calc(100vw * -1 + 108%)) rotateY(180deg);
        transform: translateX(calc(100vw * -1 + 108%)) rotateY(180deg);
    }
    100% {
        -webkit-transform: translateX(0) rotateY(180deg);
        transform: translateX(0) rotateY(180deg);
    }
}
.moving {
    -webkit-animation: 8s linear infinite moving;
    animation: 8s linear infinite moving;
}
@-webkit-keyframes moving {
    0%,
    100% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }
    50% {
        -webkit-transform: translateX(-50px);
        transform: translateX(-50px);
    }
}
@keyframes moving {
    0%,
    100% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }
    50% {
        -webkit-transform: translateX(-50px);
        transform: translateX(-50px);
    }
}
.jump {
    -webkit-animation: 7s linear infinite jumpAni;
    animation: 7s linear infinite jumpAni;
}
@-webkit-keyframes jumpAni {
    0%,
    100% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
    40% {
        -webkit-transform: translateY(-30px);
        transform: translateY(-30px);
    }
}
@keyframes jumpAni {
    0%,
    100% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
    40% {
        -webkit-transform: translateY(-30px);
        transform: translateY(-30px);
    }
}
.jump-reverse {
    -webkit-animation: 7s linear infinite jumpReverseAni;
    animation: 7s linear infinite jumpReverseAni;
}
@-webkit-keyframes jumpReverseAni {
    0%,
    100% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
    50% {
        -webkit-transform: translateY(30px);
        transform: translateY(30px);
    }
}
@keyframes jumpReverseAni {
    0%,
    100% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
    50% {
        -webkit-transform: translateY(30px);
        transform: translateY(30px);
    }
}
.spin {
    -webkit-animation: 10s linear infinite spin;
    animation: 10s linear infinite spin;
}
@-webkit-keyframes spin {
    0% {
        -webkit-transform: rotate(0);
        transform: rotate(0);
    }
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}
@keyframes spin {
    0% {
        -webkit-transform: rotate(0);
        transform: rotate(0);
    }
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}
.bg-color-ani,
.color-animate {
    -webkit-animation: 6s linear infinite bgColor;
    animation: 6s linear infinite bgColor;
}
@-webkit-keyframes bgColor {
    0%,
    100% {
        background-color: #f2ba4c;
    }
    25% {
        background-color: #81f24c;
    }
    50% {
        background-color: #41f27d;
    }
    75% {
        background-color: #0500ff;
    }
}
@keyframes bgColor {
    0%,
    100% {
        background-color: #f2ba4c;
    }
    25% {
        background-color: #81f24c;
    }
    50% {
        background-color: #41f27d;
    }
    75% {
        background-color: #0500ff;
    }
}
@-webkit-keyframes animate-positive {
    0% {
        width: 0;
    }
}
@keyframes animate-positive {
    0% {
        width: 0;
    }
}
.scalein.th-animated {
    --animation-name: scalein;
}
.slidetopleft.th-animated {
    --animation-name: slidetopleft;
}
.slidebottomright.th-animated {
    --animation-name: slidebottomright;
}
.slideinleft.th-animated {
    --animation-name: slideinleft;
}
.slideinright.th-animated {
    --animation-name: slideinright;
}
.slideinup.th-animated {
    --animation-name: slideinup;
}
.slideindown.th-animated {
    --animation-name: slideindown;
}
.rollinleft.th-animated {
    --animation-name: rollinleft;
}
.rollinright.th-animated {
    --animation-name: rollinright;
}
.rollinleft,
.rollinright,
.scalein,
.slidebottomright,
.slideindown,
.slideinleft,
.slideinright,
.slideinup,
.slidetopleft {
    opacity: 0;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-iteration-count: 1;
    animation-iteration-count: 1;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-delay: 0.3s;
    animation-delay: 0.3s;
    -webkit-animation-name: var(--animation-name);
    animation-name: var(--animation-name);
}
@-webkit-keyframes slideinup {
    0% {
        opacity: 0;
        -webkit-transform: translateY(70px);
        transform: translateY(70px);
    }
    100% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
}
@keyframes slideinup {
    0% {
        opacity: 0;
        -webkit-transform: translateY(70px);
        transform: translateY(70px);
    }
    100% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
}
@-webkit-keyframes slideinright {
    0% {
        opacity: 0;
        -webkit-transform: translateX(70px);
        transform: translateX(70px);
    }
    100% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }
}
@keyframes slideinright {
    0% {
        opacity: 0;
        -webkit-transform: translateX(70px);
        transform: translateX(70px);
    }
    100% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }
}
@-webkit-keyframes slideindown {
    0% {
        opacity: 0;
        -webkit-transform: translateY(-70px);
        transform: translateY(-70px);
    }
    100% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
}
@keyframes slideindown {
    0% {
        opacity: 0;
        -webkit-transform: translateY(-70px);
        transform: translateY(-70px);
    }
    100% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
}
@-webkit-keyframes slideinleft {
    0% {
        opacity: 0;
        -webkit-transform: translateX(-70px);
        transform: translateX(-70px);
    }
    100% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }
}
@keyframes slideinleft {
    0% {
        opacity: 0;
        -webkit-transform: translateX(-70px);
        transform: translateX(-70px);
    }
    100% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }
}
@-webkit-keyframes slidebottomright {
    0% {
        opacity: 0;
        -webkit-transform: translateX(100px) translateY(100px);
        transform: translateX(100px) translateY(100px);
    }
    100% {
        -webkit-transform: translateX(0) translateY(0);
        transform: translateX(0) translateY(0);
    }
}
@keyframes slidebottomright {
    0% {
        opacity: 0;
        -webkit-transform: translateX(100px) translateY(100px);
        transform: translateX(100px) translateY(100px);
    }
    100% {
        -webkit-transform: translateX(0) translateY(0);
        transform: translateX(0) translateY(0);
    }
}
@-webkit-keyframes slidetopleft {
    0% {
        opacity: 0;
        -webkit-transform: translateX(-100px) translateY(-100px);
        transform: translateX(-100px) translateY(-100px);
    }
    100% {
        -webkit-transform: translateX(0) translateY(0);
        transform: translateX(0) translateY(0);
    }
}
@keyframes slidetopleft {
    0% {
        opacity: 0;
        -webkit-transform: translateX(-100px) translateY(-100px);
        transform: translateX(-100px) translateY(-100px);
    }
    100% {
        -webkit-transform: translateX(0) translateY(0);
        transform: translateX(0) translateY(0);
    }
}
.widget_archive ul,
.widget_categories ul,
.widget_meta ul,
.widget_nav_menu ul,
.widget_pages ul,
.wp-block-categories ul {
    list-style: none;
    padding: 0;
    margin: 0;
}
.copyright-text,
.header-notice,
.popular .recent-post,
.th-comments-wrap li,
.th-comments-wrap.th-comment-form,
.th-product .actions > * > a,
.widget_archive .menu,
.widget_archive > ul,
.widget_categories .menu,
.widget_categories > ul,
.widget_meta .menu,
.widget_meta > ul,
.widget_nav_menu .menu,
.widget_nav_menu > ul,
.widget_pages .menu,
.widget_pages > ul,
.woocommerce-checkout-payment .payment_box p,
.wp-block-categories .menu,
.wp-block-categories > ul,
div#toggleDiv,
div#toggleDiv1 {
    margin: 0;
}
.widget_archive a,
.widget_categories a,
.widget_meta a,
.widget_nav_menu a,
.widget_pages a,
.wp-block-categories a {
    display: block;
    background-color: transparent;
    margin: 0 0 10px;
    padding: 16px 45px 19px 27px;
    font-size: 16px;
    line-height: 1.313;
    color: var(--title-color);
    background-color: var(--title-color);
    font-weight: 700;
    border-radius: 4px;
    position: relative;
    z-index: 2;
}
.widget_archive a:after,
.widget_categories a:after,
.widget_meta a:after,
.widget_nav_menu a:after,
.widget_pages a:after,
.wp-block-categories a:after {
    content: "\f061";
    position: absolute;
    right: 25px;
    top: 13px;
    font-family: var(--icon-font);
    font-size: 13px;
    font-weight: 900;
    color: var(--title-color);
    height: 30px;
    width: 30px;
    line-height: 31px;
    background-color: var(--body-bg);
    border-radius: 99px;
    text-align: center;
    -webkit-transition: 0.4s ease-in-out;
    transition: 0.4s ease-in-out;
}
.widget_archive a:before,
.widget_categories a:before,
.widget_meta a:before,
.widget_nav_menu a:before,
.widget_pages a:before,
.wp-block-categories a:before {
    content: "";
    position: absolute;
    inset: 0;
    background-color: var(--smoke-color);
    border-radius: inherit;
    z-index: -1;
    -webkit-transition: 0.4s ease-in-out;
    transition: 0.4s ease-in-out;
}
.widget_archive a:hover:before,
.widget_categories a:hover:before,
.widget_meta a:hover:before,
.widget_nav_menu a:hover:before,
.widget_pages a:hover:before,
.wp-block-categories a:hover:before {
    -webkit-transform: scaleY(0);
    -ms-transform: scaleY(0);
    transform: scaleY(0);
}
.widget_archive li,
.widget_categories li,
.widget_meta li,
.widget_nav_menu li,
.widget_pages li,
.wp-block-categories li {
    display: block;
    position: relative;
}
.widget_archive li > span,
.widget_categories li > span,
.widget_meta li > span,
.widget_nav_menu li > span,
.widget_pages li > span,
.wp-block-categories li > span {
    color: var(--body-color);
    position: absolute;
    right: 0;
    top: 14px;
    -webkit-transition: 0.4s;
    transition: 0.4s;
    pointer-events: none;
    min-width: 20px;
    text-align: right;
}
.ml-10,
.widget_archive .children,
.widget_categories .children,
.widget_meta .children,
.widget_nav_menu .children,
.widget_nav_menu .sub-menu,
.widget_pages .children,
.wp-block-categories .children {
    margin-left: 10px;
}
.wp-block-categories {
    list-style: none;
    padding: 0;
    margin: 0 0 -10px;
}
.pr-20,
.widget_meta a,
.widget_nav_menu a,
.widget_pages a {
    padding-right: 20px;
}
.wp-block-archives {
    list-style: none;
    margin: 0 0 20px;
    padding: 0;
}
.th-blog ul.wp-block-archives li {
    margin: 5px 0;
}
.widget {
    margin-bottom: 35px;
    position: relative;
}
.widget .th-social a {
    box-shadow: 0 2px 14px rgba(4, 6, 66, 0.1);
}
.quote-form-box textarea,
.widget textarea {
    min-height: 120px;
}
.newsletter-form.width2 input,
.widget input,
.widget select {
    height: 56px;
}
.widget_title,
.wp-block-search__label {
    position: relative;
    font-size: 22px;
    font-weight: 700;
    font-family: var(--title-font);
    line-height: 1em;
    padding-bottom: 17px;
    margin: -0.12em 0 30px;
    overflow: hidden;
}
.widget_title:after,
.widget_title:before,
.wp-block-search__label:after,
.wp-block-search__label:before {
    content: "";
    width: 100%;
    border-bottom: 2px dashed var(--gray-color);
    position: absolute;
    bottom: 0;
    left: 0;
}
.widget_title:after,
.wp-block-search__label:after {
    border-color: var(--theme-color);
    width: 56px;
    outline-width: 14px;
    outline-color: var(--body-bg);
    outline-style: solid;
    -webkit-animation: 16s linear infinite titleLine;
    animation: 16s linear infinite titleLine;
}
@-webkit-keyframes titleLine {
    0%,
    100% {
        width: 56px;
    }
    50% {
        width: 100%;
    }
}
@keyframes titleLine {
    0%,
    100% {
        width: 56px;
    }
    50% {
        width: 100%;
    }
}
.widget-form {
    --bs-gutter-x: 20px;
}
.widget .search-form {
    position: relative;
    display: flex;
}
.widget .search-form input {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    border-radius: 4px 0 0 4px;
    padding-right: 25px;
    border: 1px solid var(--smoke-color);
}
.widget .search-form button {
    border: none;
    font-size: 16px;
    font-size: 500;
    background-color: var(--theme-color);
    color: var(--white-color);
    display: inline-block;
    padding: 0;
    width: 56px;
    text-align: center;
    border-radius: 0 4px 4px 0;
}
.tagcloud a,
.wp-block-tag-cloud a {
    display: inline-block;
    font-size: 15px;
    font-family: var(--body-font);
    text-transform: capitalize;
    line-height: 1;
    padding: 9px 16px;
    margin-right: 6px;
    margin-bottom: 10px;
    color: var(--body-color);
    background-color: transparent;
    border-radius: 4px;
    border: 1px solid var(--gray-color);
}
.tagcloud a:hover,
.wp-block-tag-cloud a:hover {
    background-color: var(--theme-color);
    color: var(--white-color) !important;
    border-color: var(--theme-color);
}
.newsletter-widget2,
.newsletter-widget3,
.th-weather {
    background-color: var(--smoke-color);
}
.tagcloud,
.wp-block-tag-cloud {
    margin-right: -10px;
    margin-bottom: -10px;
}
.newsletter-widget2 {
    padding: 40px 30px;
    text-align: center;
}
.newsletter-widget2 .newsletter-form {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-left: auto;
    margin-right: auto;
}
.newsletter-widget2 input,
.newsletter-widget2 select {
    height: 50px;
}
.newsletter-widget2 .th-btn {
    padding: 18px 20px !important;
}
.newsletter-widget3 {
    padding: 40px;
    text-align: center;
}
.newsletter-widget3 .newsletter-form {
    margin-left: auto;
    margin-right: auto;
}
.newsletter-widget3 .icon-btn {
    border-radius: 99px;
    width: 56px;
    height: 56px;
    margin-left: -66px;
}
.sidebar-gallery {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
    max-width: 320px;
}
.sidebar-gallery .gallery-btn {
    position: absolute;
    top: 50%;
    left: 50%;
    color: var(--white-color);
    visibility: hidden;
    opacity: 0;
    -webkit-transform: translate(-50%, 20px);
    -ms-transform: translate(-50%, 20px);
    transform: translate(-50%, 20px);
}
.sidebar-gallery .gallery-thumb {
    overflow: hidden;
    position: relative;
    border-radius: 0;
}
.sidebar-gallery .gallery-thumb:before {
    content: "";
    height: calc(100% - 14px);
    width: calc(100% - 14px);
    background-color: var(--title-dark);
    opacity: 0.8;
    position: absolute;
    top: 7px;
    left: 7px;
    border: 1px solid var(--white-color);
    -webkit-transform: scaleX(0);
    -ms-transform: scaleX(0);
    transform: scaleX(0);
    border-radius: inherit;
    -webkit-transition: 0.4s ease-in-out;
    transition: 0.4s ease-in-out;
}
.sidebar-gallery .gallery-thumb: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;
}
.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: 30px;
}
.recent-post .media-img {
    margin-right: 18px;
    width: 80px;
    height: 80px;
    overflow: hidden;
    border-radius: 0;
    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);
    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 10px;
    font-family: var(--title-font);
}
.recent-post .recent-post-meta a {
    text-transform: capitalize;
    font-size: 14px;
    color: var(--body-color);
    font-family: var(--body-font);
    font-weight: 500;
}
.blog-meta a i,
.blog-meta span i,
.recent-post .recent-post-meta a i {
    margin-right: 6px;
}
.blog-style1:hover .blog-img img,
.blog-style2:hover .blog-img img,
.blog-style3:hover .blog-img img,
.blog-style4:hover .blog-img img,
.blog-style6:hover .blog-img img,
.blog-style7:hover .blog-img img,
.popup-search-box form button:hover,
.product-big-img:hover .img img,
.recent-post:hover .media-img img,
.th-product:hover .product-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-wrap {
    position: relative;
    margin-bottom: 30px;
}
.sidebar-area {
    margin-bottom: -10px;
    position: -webkit-sticky;
    position: sticky;
    top: 80px;
    right: 0;
}
.contact-feature:last-child,
.sidebar-area .sidebar-gallery,
.story-box-wrap:last-child,
li.sepadj .header-icon {
    margin-bottom: 0 !important;
}
.sidebar-area .wp-block-group__inner-container h2 {
    font-size: 20px;
    line-height: 1em;
    margin-bottom: 20px;
    margin-top: -0.07em;
}
.footer-links ul,
.footer-menu ul,
.sidebar-area ol.wp-block-latest-comments {
    padding: 0;
    margin: 0;
}
.sidebar-area ol.wp-block-latest-comments li {
    line-height: 1.5;
    margin: 0 0 20px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    padding-bottom: 20px;
}
.border-blog2:last-child,
.schedule-info:last-of-type,
.sidebar-area ol.wp-block-latest-comments li:last-child {
    margin-bottom: 0;
    padding-bottom: 0;
    border-bottom: none;
}
.sidebar-area.style-bg {
    background-color: var(--body-bg);
    padding: 30px;
    margin-bottom: 10px;
}
.th-weather {
    padding: 30px 20px 20px;
    text-align: center;
}
.th-weather .temperature {
    font-size: 12px;
}
.blog-author .author-top,
.th-comments-wrap .comment-top,
.th-weather .days-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;
}
.newsletter-form,
.social-box,
.th-weather .active-area {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
}
.th-weather .days {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    border-radius: 6px;
}
.th-weather .active-area .icon,
.th-weather .days.active .icon {
    -webkit-filter: brightness(0) invert(1);
    filter: brightness(0) invert(1);
}
.th-weather .active-area {
    margin-top: 20px;
    border-radius: 10px;
    padding: 40px 0;
    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;
    gap: 12px;
}
.th-weather .temp-active {
    color: var(--white-color);
    font-size: 40px;
}
.price_slider_wrapper {
    margin-top: -0.5em;
}
.blog-single .row.mb-40,
.blog-style1 .box-title-20,
.blog-style1 .box-title-22,
.blog-style4 .blog-text,
.blog-style6 .box-title-22,
.cart_totals .woocommerce-shipping-destination,
.category-card .box-icon,
.mb-10,
.price_slider_wrapper .price_label,
.woocommerce-Reviews .th-comment-form .blog-inner-title {
    margin-bottom: 10px;
}
.price_slider_wrapper .price_label span {
    display: inline-block;
    color: var(--body-color);
}
.price_slider_wrapper .ui-slider {
    height: 6px;
    position: relative;
    width: 100%;
    background-color: var(--theme-color);
    border: none;
    margin-top: 15px;
    margin-bottom: 25px;
    cursor: pointer;
    border-radius: 0;
}
.price_slider_wrapper .ui-slider-range {
    border: none;
    cursor: pointer;
    position: absolute;
    top: 0;
    height: 100%;
    z-index: 1;
    display: block;
    background-color: var(--title-color);
}
.price_slider_wrapper .ui-slider-handle {
    width: 16px;
    height: 16px;
    line-height: 16px;
    border-radius: 50%;
    text-align: center;
    padding: 0;
    cursor: pointer;
    position: absolute;
    margin-top: -5px;
    z-index: 2;
    background-color: var(--white-color);
    border: 3px solid var(--title-color);
    -webkit-transform: translateX(-1px);
    -ms-transform: translateX(-1px);
    transform: translateX(-1px);
}
.price_slider_wrapper .ui-slider-handle:focus {
    outline: 0;
    box-shadow: 1.5px 2.598px 10px 0 rgba(0, 0, 0, 0.15);
}
.price_slider_wrapper .ui-slider-handle:last-child {
    -webkit-transform: translateX(-9px);
    -ms-transform: translateX(-9px);
    transform: translateX(-9px);
}
.price_slider_wrapper .button,
.price_slider_wrapper button {
    background-color: var(--theme-color);
    color: var(--white-color);
    font-weight: 500;
    line-height: 1.6;
    text-transform: capitalize;
    text-align: center;
    border: none;
    display: inline-block;
    overflow: hidden;
    position: relative;
    z-index: 2;
    padding: 7px 20px;
    min-width: 100px;
    font-size: 14px;
    border-radius: 0;
    -webkit-transition: 0.4s ease-in;
    transition: 0.4s ease-in;
}
.widget_shopping_cart .widget_title {
    margin-bottom: 30px;
    border-bottom: none;
}
.widget_rss,
.widget_shopping_cart ul li,
.wp-block-rss {
    list-style-type: none;
}
.widget_shopping_cart .mini_cart_item {
    position: relative;
    padding: 30px 30px 30px 90px;
    border-bottom: 1px solid var(--border-color);
    margin-bottom: 0;
    text-align: left;
}
.widget_shopping_cart .mini_cart_item:first-child {
    border-top: 1px solid var(--border-color);
}
.widget_shopping_cart .cart_list a:not(.remove) {
    display: block;
    color: var(--body-color);
    font-size: 16px;
    font-family: var(--title-font);
    font-weight: 600;
    color: var(--title-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 img {
    width: 75px;
    height: 75px;
    position: absolute;
    left: 0;
    top: 18px;
    background-color: var(--smoke-color);
}
.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);
}
.pl-5,
.widget_shopping_cart .amount {
    padding-left: 5px;
}
.cart_table .actions > .th-btn,
.mr-15,
.th-comments-wrap .reply_and_edit a,
.widget_shopping_cart .th-btn {
    margin-right: 15px;
}
.blog-audio,
.blog-classic .blog-img,
.blog-img,
.blog-video,
.header-layout1,
.icon-box.has-right-line,
.menu-area .header-button,
.mfp-content .container,
.mobile-head .header-button,
.product-about .quantity,
.summary-content .quantity,
.th-video,
.th-video-widget .video-thumb {
    position: relative;
}
.th-video-widget .play-btn {
    --icon-size: 60px;
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}
.quantity .qty-btn,
.th-product.list-view .added_to_cart:after,
.th-video-widget .play-btn i,
.tinv-wishlist table.tinvwl-table-manage-list {
    font-size: 16px;
}
.th-video-widget .video-thumb-title {
    font-size: 20px;
    font-weight: 600;
    line-height: 1.4;
    margin-top: 10px;
    margin-bottom: -0.3em;
}
.widget_recent_entries ul {
    margin: -0.3em 0 0;
    padding: 0;
    list-style: none;
}
.widget_recent_entries ul li > a {
    color: var(--body-color);
    font-weight: 500;
    display: inline-block;
}
.widget_recent_entries ul li:not(:last-child) {
    border-bottom: 1px solid #dadada;
    padding-bottom: 12px;
    margin-bottom: 12px;
}
.widget_recent_comments ul,
.wp-block-latest-comments ul {
    list-style-type: none;
    padding-left: 0;
}
.wp-block-latest-comments,
ol.widget_recent_comments,
ul.widget_recent_comments {
    margin-top: -0.11em;
    padding-left: 0;
}
.widget_recent_comments li,
.wp-block-latest-comments li {
    margin-bottom: 0;
    color: var(--body-color);
    padding-left: 30px;
    position: relative;
}
.widget_recent_comments li:before,
.wp-block-latest-comments li:before {
    content: "\f086";
    position: absolute;
    left: 0;
    top: -1px;
    color: var(--theme-color);
    font-family: var(--icon-font);
}
.widget_recent_comments.has-avatars li,
.wp-block-latest-comments.has-avatars li {
    padding-left: 0;
    padding-bottom: 0 !important;
}
.widget_recent_comments .avatar,
.wp-block-latest-comments .avatar {
    margin-top: 0.4em;
}
.widget_recent_comments li:not(:last-child),
.wp-block-latest-comments li:not(:last-child) {
    padding-bottom: 12px;
}
.widget_recent_comments article,
.wp-block-latest-comments article {
    line-height: 1.5;
}
.wp-block-latest-comments__comment {
    line-height: 1.6;
}
.header-links a,
.header-links li,
.header-links p,
.header-links span,
.product-about .woocommerce-review-link,
.summary-content .woocommerce-review-link,
.wp-block-latest-comments__comment a {
    color: var(--body-color);
}
.author-details .info-wrap .info a:hover,
.blog-meta a:hover,
.blog-navigation .nav-btn .nav-text:hover,
.blog-navigation .nav-btn i,
.box-title a:hover,
.breaking-news:hover,
.cart_totals .order-total .amount,
.cart_totals .shipping-calculator-button:hover,
.checklist li > i,
.checkout-ordertable .order-total .amount,
.checkout-ordertable input[type="hidden"] ~ label,
.contact-feature .box-content a:hover,
.copyright-text a,
.footer-links a:hover,
.footer-menu ul li a:hover,
.header-button .simple-icon:hover,
.header-links a:hover,
.main-menu a:hover,
.main-menu > ul > li > a:hover,
.newsletter-form .form-group > i,
.product_meta > span a:hover,
.share-title i,
.simple-icon:hover,
.social-links a:hover,
.th-comment-form .form-group > i,
.th-product .product-title a:hover,
.th-sort-bar .nav a.active,
.th-sort-bar .nav a:hover,
.tinv-wishlist td.product-name a:hover,
.widget_rss a:hover,
.widget_rss ul a:hover,
.woocommerce-grouped-product-list-item label a:hover,
.wp-block-latest-comments__comment a:hover,
.wp-block-rss a:hover,
.wp-block-rss ul a:hover,
table.variations label a:hover {
    color: var(--theme-color);
}
.blog-details .blog-content .content > p:last-child,
.blog-inner-list li:last-child,
.blog-single.style-bg .th-comment-form,
.blog-single.style-bg .th-comments-wrap,
.blog-style-bg .blog-single,
.blog-style-bg .sidebar-wrap,
.blog-style-bg .th-comment-form,
.blog-style-bg .th-comments-wrap,
.blog-style1 .blog-img .category,
.blog-style6 .blog-img .category,
.blog-style7 .blog-img .category,
.blog-tab .tab-btn:last-child,
.calendar_wrap .wp-calendar-table,
.cart_totals .shipping-calculator-form p:last-child,
.cart_totals .woocommerce-shipping-methods,
.footer-widget.widget_archive li:last-child a,
.footer-widget.widget_categories li:last-child a,
.footer-widget.widget_meta li:last-child a,
.footer-widget.widget_nav_menu li:last-child a,
.footer-widget.widget_pages li:last-child a,
.newsletter-widget .form-group,
.popup-subscribe .widget,
.product_meta > span:last-child,
.th-comment-form .blog-inner-title,
.th-comments-wrap .th-post-comment ol ol,
.th-comments-wrap .th-post-comment ol ul,
.th-comments-wrap .th-post-comment ul ol,
.th-comments-wrap .th-post-comment ul ul,
.th-comments-wrap ul.comment-list ol ol,
.th-comments-wrap ul.comment-list ol ul,
.th-comments-wrap ul.comment-list ul ol,
.th-comments-wrap ul.comment-list ul ul,
.tinv-wishlist .stock.in-stock,
.woocommerce-billing-fields .form-row,
.woocommerce-checkout .form-control,
.woocommerce-checkout .form-group,
.woocommerce-checkout .form-row,
.woocommerce-checkout .form-select,
.woocommerce-checkout .select2-container,
.woocommerce-form-coupon .form-group:last-child,
.woocommerce-form-login .form-group:last-child,
.woocommerce-form-register .form-group:last-child,
.woocommerce-product-attributes td p:last-child,
.woocommerce-product-attributes th p:last-child,
.wp-block-calendar .wp-calendar-table,
.wp-block-latest-comments__comment:last-child,
.wp-block-quote:not(:has(> cite)) p:last-child,
blockquote:not(:has(> cite)) p:last-child {
    margin-bottom: 0;
}
.wp-block-calendar tbody td,
.wp-block-calendar th {
    padding: 10px;
}
.calendar_wrap,
.wp-block-calendar {
    position: relative;
    background-color: #fff;
    padding-bottom: 0;
    border: none;
}
.calendar_wrap span[class*="wp-calendar-nav"],
.wp-block-calendar span[class*="wp-calendar-nav"] {
    position: absolute;
    top: 9px;
    left: 20px;
    font-size: 14px;
    color: var(--white-color);
    font-weight: 400;
    z-index: 1;
    line-height: 1.7;
}
.calendar_wrap span.wp-calendar-nav-next,
.wp-block-calendar span.wp-calendar-nav-next {
    left: auto;
    right: 20px;
}
.calendar_wrap caption,
.wp-block-calendar caption {
    caption-side: top;
    text-align: center;
    color: var(--white-color);
    background-color: var(--theme-color);
}
.calendar_wrap th,
.wp-block-calendar th {
    font-size: 14px;
    padding: 5px;
    border: none;
    text-align: center;
    border-right: 1px solid #fff;
    color: var(--title-color);
    font-weight: 500;
}
.calendar_wrap th:first-child,
.wp-block-calendar th:first-child {
    border-left: 1px solid #eee;
}
.calendar_wrap th:last-child,
.wp-block-calendar th:last-child {
    border-right: 1px solid #eee;
}
.calendar_wrap td,
.wp-block-calendar td {
    font-size: 14px;
    padding: 5px;
    color: #01133c;
    border: 1px solid #eee;
    text-align: center;
    background-color: transparent;
    -webkit-transition: 0.4s;
    transition: 0.4s;
}
.header-links li.sepadj1::after {
    top: 6.8px !important;
    width: 0.7px;
}
li.sepadjno {
    margin: 0 10px 0 0 !important;
}
.calendar_wrap #today,
.wp-block-calendar #today {
    color: var(--theme-color);
    background-color: var(--white-color);
    border-color: #ededed;
}
.calendar_wrap thead,
.wp-block-calendar thead {
    background-color: #fff;
}
.calendar_wrap a,
.wp-block-calendar a {
    color: inherit;
    text-decoration: none;
}
.wp-block-calendar {
    margin-bottom: 30px;
    border: none;
    padding-bottom: 0;
}
.main-menu.hide-icon ul.sub-menu li a,
ol.widget_rss,
ol.wp-block-rss,
ul.widget_rss,
ul.wp-block-rss {
    padding-left: 0;
}
.widget_rss ul,
.wp-block-rss ul {
    margin: -0.2em 0 -0.5em;
    padding: 0;
    list-style: none;
}
.widget_rss ul .rsswidget,
.wp-block-rss ul .rsswidget {
    color: var(--title-color);
    font-family: var(--theme-font);
    font-size: 18px;
    display: block;
    margin-bottom: 10px;
}
.widget_rss ul .rssSummary,
.wp-block-rss ul .rssSummary {
    font-size: 14px;
    margin-bottom: 7px;
    line-height: 1.5;
}
.widget_rss ul a,
.wp-block-rss ul a {
    display: block;
    font-weight: 600;
    color: inherit;
}
.widget_rss ul .rss-date,
.wp-block-rss ul .rss-date {
    font-size: 14px;
    display: inline-block;
    margin-bottom: 5px;
    font-weight: 400;
    color: var(--title-color);
}
.widget_rss ul .rss-date:before,
.wp-block-rss ul .rss-date:before {
    content: "\f073";
    font-family: var(--icon-font);
    margin-right: 10px;
    font-weight: 300;
    color: var(--theme-color);
}
.widget_rss ul cite,
.wp-block-rss ul cite {
    font-weight: 500;
    color: var(--title-color);
    font-family: var(--body-font);
    font-size: 14px;
}
.widget_rss ul cite:before,
.wp-block-rss ul cite:before {
    content: "";
    position: relative;
    top: -1px;
    left: 0;
    width: 20px;
    height: 2px;
    display: inline-block;
    vertical-align: middle;
    margin-right: 8px;
    background-color: var(--theme-color);
}
.widget_rss li:not(:last-child),
.wp-block-rss li:not(:last-child) {
    margin-bottom: 16px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    padding-bottom: 16px;
}
.textwidget {
    margin-top: -0.1em;
}
.sidebar-area .widget_shopping_cart .th-btn {
    margin-right: 10px;
    padding: 8px 22px;
    font-size: 14px;
}
#additional_information,
.footer-widget,
.mb-40 {
    margin-bottom: 40px;
}
.footer-widget,
.footer-widget .widget {
    padding: 0;
    border: none;
    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;
    font-weight: 600;
    color: var(--white-color);
    text-transform: capitalize;
    margin: -0.12em 0 28px;
    padding: 0;
}
.footer-widget.widget_archive ul,
.footer-widget.widget_categories ul,
.footer-widget.widget_meta ul,
.footer-widget.widget_nav_menu ul,
.footer-widget.widget_pages ul {
    margin-top: -4px;
}
.footer-widget.widget_archive .menu,
.footer-widget.widget_archive > ul,
.footer-widget.widget_categories .menu,
.footer-widget.widget_categories > ul,
.footer-widget.widget_meta .menu,
.footer-widget.widget_meta > ul,
.footer-widget.widget_nav_menu .menu,
.footer-widget.widget_nav_menu > ul,
.footer-widget.widget_pages .menu,
.footer-widget.widget_pages > ul {
    margin-bottom: -4px;
}
.footer-widget.widget_archive a,
.footer-widget.widget_categories a,
.footer-widget.widget_meta a,
.footer-widget.widget_nav_menu a,
.footer-widget.widget_pages a {
    color: var(--body-color);
    font-size: 16px;
    font-weight: 400;
    padding: 0 0 0 18px;
    margin-bottom: 16px;
    font-family: var(--body-font);
    display: block;
    max-width: 100%;
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    background-color: transparent;
    border-bottom: none;
    position: relative;
}
.footer-widget.widget_archive a:after,
.footer-widget.widget_categories a:after,
.footer-widget.widget_meta a:after,
.footer-widget.widget_nav_menu a:after,
.footer-widget.widget_pages a:after {
    content: "\f054";
    right: unset;
    left: 0;
    top: 2px;
    background-color: transparent;
    height: auto;
    width: auto;
    line-height: inherit;
    border-radius: 0;
    color: inherit;
    -webkit-transition: -webkit-transform 0.3s ease-in-out;
    transition: transform 0.3s ease-in-out;
    transition: transform 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
}
.footer-widget.widget_archive a:hover,
.footer-widget.widget_categories a:hover,
.footer-widget.widget_meta a:hover,
.footer-widget.widget_nav_menu a:hover,
.footer-widget.widget_pages a:hover {
    background-color: transparent;
    color: var(--theme-color);
}
.footer-widget.widget_archive a:hover:after,
.footer-widget.widget_categories a:hover:after,
.footer-widget.widget_meta a:hover:after,
.footer-widget.widget_nav_menu a:hover:after,
.footer-widget.widget_pages a:hover:after {
    -webkit-transform: translateX(4px);
    -ms-transform: translateX(4px);
    transform: translateX(4px);
}
.footer-widget.widget_archive li > span,
.footer-widget.widget_categories li > span,
.footer-widget.widget_meta li > span,
.footer-widget.widget_nav_menu li > span,
.footer-widget.widget_pages li > span {
    width: auto;
    height: auto;
    position: relative;
    background-color: transparent;
    color: var(--body-color);
    line-height: 1;
}
.footer-widget .recent-post {
    max-width: 285px;
    margin-top: -0.1em;
}
.footer-widget .recent-post:last-child {
    margin-bottom: 0;
    padding-bottom: 0;
    border-bottom: 0;
}
.about-logo,
.blog-style3 .category,
.blog-style4 .box-title-22,
.blog-style8 .box-title-30,
.mb-15,
.video-thumbs .category {
    margin-bottom: 15px;
}
#description,
.blog-bg-style1 .category,
.blog-single.style-bg .blog-content-wrap,
.blog-style-bg .blog-content-wrap,
.blog-style1.style-big .blog-img,
.mb-30,
.th-comment-form,
.th-comments-wrap,
.th-pagination,
.th-widget-about .about-logo,
.woocommerce-form-login,
.woocommerce-variation.single_variation,
table.woocommerce-product-attributes {
    margin-bottom: 30px;
}
.th-widget-about .about-text {
    margin-bottom: 30px;
    margin-top: -0.45em;
}
.footer-text {
    margin-top: -0.45em;
    margin-bottom: 25px;
}
.social-box {
    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;
}
.main-menu a,
.simple-icon {
    color: var(--title-color);
    position: relative;
}
.newsletter-form {
    position: relative;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}
.newsletter-form .th-btn {
    padding: 21px 20px;
}
.newsletter-form.width2 {
    max-width: 600px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
}
.th-header {
    position: relative;
    z-index: 41;
}
.blog-audio img,
.blog-img img,
.blog-navigation .nav-btn .img img,
.blog-video img,
.box-icon img,
.sticky-wrapper,
.video-center-mode {
    -webkit-transition: 0.4s ease-in-out;
    transition: 0.4s ease-in-out;
}
.sticky-wrapper.sticky {
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    background-color: var(--white-color);
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.07);
    -webkit-animation: 0.4s ease-in-out stickyAni;
    animation: 0.4s ease-in-out stickyAni;
}
@-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;
    font-weight: 500;
    font-size: 14px;
    font-family: var(--body-font);
    text-transform: uppercase;
}
.main-menu > ul > li > a {
    padding: 17px 0;
    color: var(--white-color);
    font-size: 14px;
    text-transform: capitalize;
}
.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: -webkit-transform 0.4s ease-in-out;
    transition: transform 0.4s ease-in-out;
    transition: transform 0.4s ease-in-out, -webkit-transform 0.4s ease-in-out;
}
.main-menu ul li.menu-item-has-children > a:hover:after {
    content: "\f078";
    -webkit-transform: rotate(180deg) translateY(1px);
    -ms-transform: rotate(180deg) translateY(1px);
    transform: rotate(180deg) translateY(1px);
}
.blog-single.style-bg .blog-author,
.blog-single.style-bg .blog-navigation,
.blog-single.style-bg .search-wrap,
.blog-single.style-bg .th-comment-form,
.blog-single.style-bg .th-comments-wrap,
.blog-style-bg .blog-author,
.blog-style-bg .blog-navigation,
.blog-style-bg .search-wrap,
.blog-style-bg .th-comment-form,
.blog-style-bg .th-comments-wrap,
.main-menu ul li:last-child,
.social-links a:last-child {
    margin-right: 0 !important;
}
.main-menu ul li:first-child {
    margin-left: 0 !important;
}
.main-menu ul li:hover .mega-menu,
.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 .mega-menu,
.main-menu ul.sub-menu {
    border-top: 3px solid var(--theme-color);
    position: absolute;
    text-align: left;
    top: 100%;
    background-color: var(--body-bg);
    visibility: hidden;
    min-width: 230px;
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    opacity: 0;
    z-index: -1;
    box-shadow: 0 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: 0.4s;
    transition: 0.4s;
    padding: 18px 20px 18px 18px;
    left: -27px;
}
.main-menu .mega-menu a,
.main-menu ul.sub-menu a {
    font-size: 14px;
    line-height: 30px;
}
.main-menu .mega-menu li,
.main-menu ul.sub-menu li {
    display: block;
    margin: 0;
    padding: 0 9px;
}
.main-menu .mega-menu li.menu-item-has-children > a:after,
.main-menu ul.sub-menu li.menu-item-has-children > a:after {
    content: "\f054";
    float: right;
    top: 1px;
    display: inline-block;
}
.main-menu .mega-menu li.menu-item-has-children > a:hover:after,
.main-menu ul.sub-menu li.menu-item-has-children > a:hover:after {
    content: "\f054";
    -webkit-transform: rotate(90deg) translateY(-1px);
    -ms-transform: rotate(90deg) translateY(-1px);
    transform: rotate(90deg) translateY(-1px);
}
.main-menu .mega-menu li a,
.main-menu ul.sub-menu li a {
    color: var(--title-color);
    position: relative;
    padding-left: 0;
    text-transform: uppercase;
}
.main-menu .mega-menu li a:before,
.main-menu ul.sub-menu li a:before {
    content: "\f054";
    position: absolute;
    top: 7px;
    left: 10px;
    font-family: var(--icon-font);
    width: 11px;
    height: 11px;
    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 .mega-menu li a:hover,
.main-menu ul.sub-menu li a:hover {
    padding-left: 19px;
    color: var(--theme-color);
}
.main-menu .mega-menu li a:hover:before,
.main-menu ul.sub-menu li a:hover:before {
    visibility: visible;
    opacity: 1;
    left: 0;
}
.main-menu .mega-menu li .mega-menu,
.main-menu .mega-menu li ul.sub-menu,
.main-menu ul.sub-menu li .mega-menu,
.main-menu ul.sub-menu li ul.sub-menu {
    left: 100%;
    right: auto;
    top: 0;
    margin: 0 0 0 20px;
}
.main-menu .mega-menu li .mega-menu li ul,
.main-menu .mega-menu li ul.sub-menu li ul,
.main-menu ul.sub-menu li .mega-menu li ul,
.main-menu ul.sub-menu li ul.sub-menu li ul {
    left: 100%;
    right: auto;
}
.main-menu .mega-menu-wrap {
    position: static;
}
.main-menu .mega-menu {
    width: 100%;
    max-width: var(--main-container);
    left: calc(50% - var(--main-container) / 2);
}
@media (max-width: 1500px) {
    .slick-arrow {
        --arrow-horizontal: -20px;
        --pos-x: -70px;
    }
    .main-menu > ul > li {
        margin: 0 15px;
    }
}
.header-pages,
.product-thumb-tab .tab-btn img {
    max-width: 100%;
}
.cart_totals,
.header-pages .header-page,
.woocommerce-product-attributes td,
.woocommerce-product-attributes th {
    border: 1px solid var(--border-color);
}
.simple-icon {
    font-size: 20px;
    border: none;
    background-color: transparent;
    padding: 0;
}
.simple-icon:has(.badge) {
    padding-right: 10px;
}
.simple-icon .badge {
    top: -6px;
    right: 0;
    font-size: 12px;
}
.social-links .social-title,
.social-links a {
    font-size: 14px;
    color: var(--body-color);
    display: inline-block;
}
.header-button {
    height: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 20px;
}
.header-button .th-btn,
.ml-15 {
    margin-left: 15px;
}
.header-button .icon-btn {
    --btn-size: 60px;
    margin-left: 10px;
}
.header-button .icon-btn .badge {
    font-size: 12px;
    top: 0;
    right: 0;
}
.social-links .social-title {
    font-weight: 500;
    margin: 0 10px 0 0;
}
.social-links a {
    margin: 0 15px 0 0;
}
.header-logo,
.py-10 {
    padding-top: 10px;
    padding-bottom: 10px;
}
.header-links ul,
.product-inner-list > ul,
.woocommerce-checkout-payment ul {
    margin: 0;
    padding: 0;
    list-style-type: none;
}
.header-links li {
    display: inline-block;
    position: relative;
    font-size: 13px;
    line-height: 18px;
    font-weight: 500;
    text-transform: uppercase;
}
.header-links li:not(:last-child) {
    margin: 0 35px 0 0;
}
.header-links li:not(:last-child):after {
    content: "";
    height: 10px;
    width: 1px;
    background-color: var(--body-color);
    position: absolute;
    top: 3px;
    right: -20px;
    opacity: 0.6;
}
.header-links li > i {
    font-size: 14px;
    margin-right: 8px;
    color: var(--theme-color);
}
.header-links b,
.header-links strong {
    font-weight: 600;
    margin-right: 6px;
}
.theme-toggler i {
    margin-right: 6px;
    font-size: 14px;
}
.language-toggler i {
    margin-right: 6px;
    font-size: 14px;
}


.header-top {
    padding: 7px 0;
    background-color: var(--border-color);
}
.header-middle {
    padding: 25px 0;
}
.header-middle .header-logo,
.woocommerce-grouped-product-list-item td:first-child,
table.variations td,
table.variations td:first-child {
    padding: 0;
}
.menu-area {
    position: relative;
    z-index: 2;
    background-color: var(--title-dark);
}
.header-layout1 .th-menu-toggle {
    margin-left: auto;
}
.theme-switcher {
    background-color: #f5f5f5;
    border-radius: 99px;
    position: relative;
    cursor: pointer;
}




.theme-switcher button {
    font-size: 14px;
    text-align: center;
    background: #fff;
    box-shadow: 0 0 25px rgba(0, 0, 0, 0.3);
    border-radius: 90px;
    color: var(--title-dark);
    border: none;
    padding: 0;
    position: absolute;
    margin-top: -3px;
    -webkit-transition: 0.4s ease-in-out;
    transition: 0.4s ease-in-out;
}

.language-switcher
{
    background-color: #f5f5f5;
    border-radius: 99px;
    position: relative;
    cursor: pointer;
}

.language-switcher button {
    font-size: 14px;
    text-align: center;
    background: #fff;
    box-shadow: 0 0 25px rgba(0, 0, 0, 0.3);
    border-radius: 90px;
    color: var(--title-dark);
    border: none;
    padding: 0;
    position: absolute;
    margin-top: -3px;
    -webkit-transition: 0.4s ease-in-out;
    transition: 0.4s ease-in-out;
}


.header-icon {
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
    gap: 20px;
    margin-bottom: 15px;
}
.footer-newsletter,
.schedule-info {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
}
.header-layout2 .header-top {
    padding: 10px 0;
    background-color: var(--body-bg);
}
.header-layout3 .header-top {
    background-color: var(--title-dark);
    padding: 0;
}
.header-layout3 .theme-switcher {
    background-color: var(--gray-color);
}

.header-layout3 .language-switcher {
    background-color: var(--gray-color);
}

.header-layout3 .menu-area {
    background-color: var(--body-bg);
    border-top: 1px solid var(--border-color);
    border-bottom: 1px solid var(--border-color);
}
.header-layout5 .sticky-wrapper {
    background-color: var(--title-dark);
    position: relative;
    z-index: 20;
}
.header-layout5 .header-top,
.header-layout5 .news-area {
    background-color: var(--smoke-color2);
}
.header-layout5 .sticky-wrapper.sticky {
    position: fixed;
}
.header-layout5 .sticky-wrapper:after {
    content: "";
    position: absolute;
    width: 50%;
    height: 40px;
    right: 0;
    top: 0;
    background-color: var(--smoke-color2);
    pointer-events: none;
    z-index: -1;
}
.header-layout5 .header-top {
    --body-color: #fff;
    padding: 0;
}
.header-layout5 .header-logo {
    height: 100%;
    display: grid;
    -webkit-align-content: center;
    -ms-flex-line-pack: center;
    align-content: center;
    border-right: 1px solid #363636;
}
.header-layout5 .main-menu > ul > li > a {
    padding: 27px 0;
}
.header-layout5 .toggle-icon,
.ml-40 {
    margin-left: 40px;
}
.footer-wrapper {
    --border-color: #106b8f;
    --body-color: #b5b5b5;
    position: relative;
    z-index: 2;
    background-color: #106b8f;
    overflow: hidden;
}
.footer-wrapper .social-links a {
    margin: 0 30px 0 0;
}
.footer-wrapper label {
    color: var(--body-color);
    font-size: 14px;
}
.footer-wrapper input[type="checkbox"] ~ label {
    padding-left: 21px;
}
.footer-wrapper input[type="checkbox"] ~ label:before {
    top: 5px;
    height: 14px;
    width: 14px;
    line-height: 14px;
}
.widget-area {
    padding-top: 80px;
    padding-bottom: 40px;
}
.footer-links li {
    font-family: var(--body-font);
    display: inline-block;
    padding-right: 20px;
    margin-right: 15px;
    position: relative;
}
.blog-meta a:after,
.blog-meta span:after,
.footer-links li:after {
    content: "";
    height: 12px;
    width: 1px;
    background-color: var(--border-color);
    position: absolute;
    top: 50%;
    right: 0;
    margin: -6px 0;
}
.blog-meta a:last-child,
.blog-meta span:last-child,
.breadcumb-menu li:last-child,
.footer-links li:last-child {
    padding-right: 0;
    margin-right: 0;
}
.footer-links a {
    font-family: inherit;
    color: var(--body-color);
}
.copyright-wrap {
    padding: 28px 0;
    background-size: 100% auto;
    border-top: 1px solid var(--border-color);
}
.footer-newsletter {
    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: 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;
}
.blog-navigation,
.newsletter-form {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
}
.th-widget-schedule {
    width: 280px;
    max-width: 100%;
}
.th-widget-schedule .title {
    color: var(--white-color);
    font-size: 20px;
    font-weight: 500;
    margin-bottom: 16px;
}
.newsletter-widget,
.sidemenu-wrapper .recent-post {
    max-width: 300px;
}
.newsletter-widget .newsletter-form:has(.th-btn) {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 15px;
}
.newsletter-widget .newsletter-form:has(.icon-btn) {
    gap: 0;
}
.newsletter-widget .newsletter-form:has(.icon-btn) .form-control {
    border-radius: 5px 0 0 5px;
    margin-right: -1px;
}
.newsletter-widget .icon-btn {
    border: none;
    background-color: var(--theme-color);
    color: var(--white-color);
    min-width: 56px;
    height: 56px;
    border-radius: 0 5px 5px 0;
}
.blog-comment-area,
.newsletter-widget .footer-text,
.th-checkout-wrapper form.woocommerce-form,
.th-comment-form .form-text {
    margin-bottom: 25px;
}
.newsletter-form {
    display: flex;
    width: 100%;
    max-width: 428px;
    gap: 10px;
}
.newsletter-form .form-group {
    margin-bottom: 0;
    width: 100%;
}
.newsletter-form input {
    background-color: var(--body-bg);
    border: 1px solid var(--body-bg);
    width: 100%;
}
.newsletter-form input:focus {
    background-color: var(--body-bg);
    color: var(--body-color);
}
.newsletter-form .th-btn {
    min-width: 150px;
}
.newsletter-form .newsletter-btn {
    display: inline-block;
    border: none;
    background-color: var(--theme-color);
    color: var(--title-color);
    width: 55px;
    height: 55px;
    line-height: 55px;
    min-width: 55px;
}
.th-widget-contact {
    max-width: 280px;
}
.footer-layout3 {
    --border-color: #b5b5b5;
    --body-color: #54595f;
    background-color: var(--smoke-color);
}
.footer-layout4,
.hero-1 {
    --body-color: #fff;
}
.blog-details .blog-single .blog-audio,
.blog-details .blog-single .blog-img,
.blog-details .blog-single .blog-video,
.footer-layout4 .th-social,
.mb-35 {
    margin-bottom: 35px;
}
.footer-menu ul li {
    display: inline-block;
    margin-right: 35px;
    font-size: 14px;
    color: var(--body-color);
    text-transform: uppercase;
    font-weight: 500;
}
.breadcumb-menu {
    max-width: 100%;
    padding: 0;
    margin: 0;
    list-style-type: none;
    position: relative;
}
.breadcumb-menu li {
    display: inline-block;
    margin-right: 5px;
    list-style: none;
    position: relative;
}
.breadcumb-menu li:after {
    content: "\f054";
    position: relative;
    margin-left: 8px;
    font-weight: inherit;
    color: inherit;
    font-family: var(--icon-font);
}
.breadcumb-menu li:last-child {
    color: var(--theme-color);
}
.breadcumb-menu a,
.breadcumb-menu li,
.breadcumb-menu span {
    word-break: break-word;
    color: var(--title-color);
    text-transform: uppercase;
}
.breadcumb-wrapper {
    background-color: var(--border-color);
    padding: 17.5px 0;
    overflow: hidden;
}
.th-pagination li {
    display: inline-block;
    margin: 0 3px;
    list-style-type: none;
}
.th-pagination li:first-child,
.tinv-wishlist .social-buttons li a.social:first-child {
    margin-left: 0;
}
.th-pagination a,
.th-pagination span {
    display: inline-block;
    text-align: center;
    position: relative;
    border: none;
    color: var(--title-color);
    background-color: transparent;
    width: 50px;
    height: 50px;
    line-height: 50px;
    z-index: 1;
    font-size: 14px;
    font-weight: 600;
    border-radius: 99px;
    border: 1px solid var(--border-color);
    -webkit-transition: 0.4s ease-in-out;
    transition: 0.4s ease-in-out;
}
.multi-social a i:hover,
.th-pagination a.active,
.th-pagination a:hover,
.th-pagination span.active,
.th-pagination span:hover {
    color: var(--white-color);
    background-color: var(--theme-color);
    border-color: var(--theme-color);
}
.wp-block-quote,
blockquote {
    font-size: 20px;
    line-height: 1.545;
    padding: 50px;
    display: block;
    position: relative;
    background-color: var(--smoke-color);
    overflow: hidden;
    margin: 30px 0;
    color: var(--title-color);
}
.wp-block-quote p,
blockquote p {
    font-size: inherit;
    font-family: inherit;
    margin-top: -0.3em;
    margin-bottom: 22px;
    line-height: inherit;
    color: inherit;
    width: 100%;
    position: relative;
    z-index: 3;
}
.wp-block-quote:before,
blockquote:before {
    content: url('data:image/svg+xml,<svg width="54" height="40" viewBox="0 0 54 40" fill="none" xmlns="http://www.w3.org/2000/svg"><g clip-path="url(%23clip0_311_7235)"><path d="M11.3087 24.2569V23.2569H10.3087H1.60408C1.28718 23.2569 1 22.9905 1 22.6238V1.63309C1 1.26637 1.28718 1 1.60408 1H22.2219C22.5388 1 22.826 1.26637 22.826 1.63309V22.6238C22.826 22.6933 22.8149 22.7621 22.7934 22.8275L22.7929 22.8289L17.6385 38.5721C17.5519 38.8371 17.3159 39 17.0675 39H11.9128C11.596 39 11.3087 38.7334 11.3087 38.3669V24.2569Z" stroke="%2354595F" stroke-width="2"/><path d="M41.3087 24.2569V23.2569H40.3087H31.6041C31.2872 23.2569 31 22.9905 31 22.6238V1.63309C31 1.26637 31.2872 1 31.6041 1H52.2219C52.5388 1 52.826 1.26637 52.826 1.63309V22.6238C52.826 22.6933 52.8149 22.7621 52.7934 22.8275L52.7929 22.8289L47.6385 38.5721C47.5519 38.8371 47.3159 39 47.0675 39H41.9128C41.596 39 41.3087 38.7334 41.3087 38.3669V24.2569Z" stroke="%2354595F" stroke-width="2"/></g><defs><clipPath id="clip0_311_7235"><rect width="54" height="40" fill="white"/></clipPath></defs></svg>');
    position: absolute;
    bottom: 50px;
    right: 50px;
    line-height: 0.8;
}
.wp-block-quote cite,
blockquote cite {
    display: block;
    font-size: 16px;
    position: relative;
    border-color: inherit;
    line-height: 1;
    font-weight: 600;
    margin-top: 0;
    margin-bottom: -0.1em;
    font-style: normal;
    font-family: var(--title-font);
    padding-left: 40px;
    margin-left: 10px;
    color: var(--body-color);
}
.wp-block-quote cite:before,
blockquote cite:before {
    content: "";
    height: 2px;
    width: 40px;
    background-color: var(--theme-color);
    position: absolute;
    bottom: 8px;
    left: -10px;
}
.popup-subscribe .box-content,
.wp-block-quote.has-text-align-right,
.wp-block-quote.is-large,
.wp-block-quote.is-large:not(.is-style-plain),
.wp-block-quote.is-style-large,
.wp-block-quote.is-style-large:not(.is-style-plain),
.wp-block-quote.style-left-icon,
blockquote.has-text-align-right,
blockquote.is-large,
blockquote.is-large:not(.is-style-plain),
blockquote.is-style-large,
blockquote.is-style-large:not(.is-style-plain),
blockquote.style-left-icon {
    padding: 50px;
}
.woocommerce-checkout-payment,
.wp-block-quote.has-text-align-right:not(.has-text-align-right) cite,
.wp-block-quote.is-large:not(.has-text-align-right) cite,
.wp-block-quote.is-large:not(.is-style-plain):not(.has-text-align-right) cite,
.wp-block-quote.is-style-large:not(.has-text-align-right) cite,
.wp-block-quote.is-style-large:not(.is-style-plain):not(.has-text-align-right) cite,
.wp-block-quote.style-left-icon:not(.has-text-align-right) cite,
blockquote.has-text-align-right:not(.has-text-align-right) cite,
blockquote.is-large:not(.has-text-align-right) cite,
blockquote.is-large:not(.is-style-plain):not(.has-text-align-right) cite,
blockquote.is-style-large:not(.has-text-align-right) cite,
blockquote.is-style-large:not(.is-style-plain):not(.has-text-align-right) cite,
blockquote.style-left-icon:not(.has-text-align-right) cite {
    text-align: left;
}
.wp-block-quote.style-left-icon,
blockquote.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;
}
.wp-block-quote.style-left-icon:before,
blockquote.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;
}
.wp-block-quote.style-left-icon cite:before,
blockquote.style-left-icon cite:before {
    background-color: var(--title-color);
    top: 8px;
}
.wp-block-quote.is-large cite:before,
.wp-block-quote.is-style-large cite:before,
blockquote.is-large cite:before,
blockquote.is-style-large cite:before {
    top: unset;
    bottom: 8px;
}
.wp-block-quote.has-text-align-right:before,
blockquote.has-text-align-right:before {
    right: unset;
    left: 60px;
}
.wp-block-quote.has-text-align-right cite,
blockquote.has-text-align-right cite {
    padding-left: 0;
    padding-right: 60px;
}
.wp-block-quote.has-text-align-right cite:before,
blockquote.has-text-align-right cite:before {
    right: 0;
    left: unset;
}
.wp-block-quote:not(:has(> cite)) p cite,
blockquote:not(:has(> cite)) p cite {
    margin-top: 18px;
}
.wp-block-pullquote {
    color: var(--title-color);
    padding: 0;
}
.wp-block-column .wp-block-quote cite,
.wp-block-column blockquote cite,
.wp-block-pullquote cite {
    padding-left: 0;
    margin-left: 0;
}
.wp-block-column .wp-block-quote,
.wp-block-column .wp-block-quote.has-text-align-right,
.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.style-left-icon,
.wp-block-column blockquote,
.wp-block-column blockquote.has-text-align-right,
.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.style-left-icon {
    padding: 30px 15px;
}
.blog-meta,
.tinv-wishlist .product-stock .stock,
header .soclinks a img {
    display: block;
}
.blog-meta a,
.blog-meta span {
    display: inline-block;
    font-size: 14px;
    font-weight: 500;
    text-transform: capitalize;
    color: var(--body-color);
    font-family: var(--body-font);
    position: relative;
    padding-right: 15px;
    margin-right: 10px;
}
.blog-meta .author img {
    border-radius: 50%;
    width: 30px;
    height: 30px;
    margin-right: 6px;
}
.blog-meta .category {
    color: var(--white-color);
    text-align: center;
    padding: 0 8px;
}
.blog-navigation {
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    border-top: 1px solid var(--border-color);
    border-bottom: 1px solid var(--border-color);
    padding: 30px 0;
}
.blog-author,
.blog-navigation .nav-btn {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
}
.blog-navigation .nav-btn {
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    max-width: 350px;
    gap: 20px;
}
.blog-navigation .nav-btn.next {
    text-align: right;
}
.blog-navigation .nav-btn .title {
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 12px;
    margin-top: -0.3em;
}
.blog-navigation .nav-btn .img {
    max-width: 80px;
    border-radius: 99px;
    overflow: hidden;
}
.blog-navigation .nav-btn .nav-text {
    font-weight: 500;
    color: var(--body-color);
    display: block;
    margin-bottom: -0.4em;
}
.blog-navigation .nav-btn:hover img {
    -webkit-transform: scale(1.13);
    -ms-transform: scale(1.13);
    transform: scale(1.13);
}
.blog-navigation .divider {
    height: 80px;
    width: 1px;
    background-color: var(--border-color);
}
.blog-single .line-btn,
.contact-feature .box-content a {
    max-width: -webkit-fit-content;
    max-width: -moz-fit-content;
}
.blog-author {
    padding: 40px;
    background-color: var(--smoke-color);
    display: flex;
    gap: 30px;
    margin-top: 40px;
    margin-bottom: 30px;
}
.blog-author .auhtor-img img,
.img-box1 .img2 img {
    border-radius: 999px;
}
.blog-author .author-name {
    font-size: 20px;
    margin-bottom: 4px;
    margin-top: -0.24em;
}
.blog-author .author-desig {
    font-size: 14px;
    font-weight: 500;
    color: var(--theme-color);
    display: block;
}
.blog-author .author-text {
    margin-top: 11px;
    margin-bottom: -0.45em;
}
.category {
    display: inline-block;
    font-size: 12px;
    font-weight: 700;
    line-height: 26px;
    text-transform: uppercase;
    padding: 0 8px;
    background-color: var(--theme-color);
    color: var(--white-color);
    border-radius: 3px;
}
.category:hover {
    background-color: var(--title-dark);
    color: var(--white-color);
}
.blog-audio .category,
.blog-img .category,
.blog-video .category {
    position: absolute;
    top: 20px;
    left: 20px;
    z-index: 3;
}
.blog-audio .vimeo-video,
.blog-img .vimeo-video,
.blog-video .vimeo-video {
    position: relative;
    padding: 56.25% 0 0;
}
.blog-audio .vimeo-video iframe,
.blog-img .vimeo-video iframe,
.blog-video .vimeo-video iframe,
.product-thumb-area .product-thumb-tab {
    position: absolute;
    top: 0;
    left: 0;
}
.blog-audio iframe,
.blog-img iframe,
.blog-video iframe {
    width: 100%;
    height: 100%;
}
.blog-audio {
    line-height: 1px;
}
.blog-audio:has(audio) {
    height: 54px;
}
.blog-audio audio {
    height: 54px;
    width: 100%;
}
.blog-title a,
a.hover-line {
    color: inherit;
    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.4s ease-in-out;
    transition: 0.4s ease-in-out;
}
.blog-title a:hover,
a.hover-line:hover {
    background-size: 100% 2px;
    color: var(--theme-color);
}
.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: var(--blog-space-y, 40px);
}
.blog-single .blog-meta {
    margin: -0.35em 0 17px;
}
.blog-single .blog-content {
    margin: 0;
    position: relative;
}
.blog-single .blog-audio {
    line-height: 1;
}
.blog-single .blog-audio,
.blog-single .blog-img,
.blog-single .blog-video {
    position: relative;
    overflow: hidden;
    background-color: var(--smoke-color);
    margin-bottom: 25px;
    border-radius: inherit;
}
.blog-single .blog-img .slick-arrow {
    --pos-x: 30px;
    --icon-size: 45px;
    border: none;
    background-color: var(--white-color);
    color: var(--theme-color);
    box-shadow: none;
}
.blog-single.style-bg,
.blog-style-bg,
.contact-form .form-control,
.contact-form .form-select,
.contact-form input,
.contact-form select,
.contact-form textarea,
.quick-view .container,
.woocommerce-Reviews .th-comment-form .form-control,
.woocommerce-Reviews .th-comment-form input {
    background-color: var(--body-bg);
}
.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: fit-content;
    margin-bottom: -1px;
}
.blog-single:not(.has-post-thumbnail) {
    border: 1px solid var(--border-color);
    padding: 40px;
    border-radius: 5px;
}
.blog-style-bg {
    padding: 30px;
    margin-bottom: 30px;
}
.share-links-wrap {
    max-width: 40px;
}
.share-links .share-links-title {
    font-size: 14px;
    line-height: 20px;
    color: var(--title-color);
    font-family: var(--title-font);
    font-weight: 700;
    margin-top: -0.32em;
    margin-bottom: 15px;
    display: block;
    text-transform: capitalize;
}
.multi-social a {
    display: inline-block;
    margin-bottom: 10px;
}
.multi-social a i {
    display: inline-block;
    width: 40px;
    height: 40px;
    line-height: 40px;
    background-color: transparent;
    font-size: 14px;
    color: var(--theme-color);
    text-align: center;
    border-radius: 99px;
    border: 1px solid var(--border-color);
    -webkit-transition: 0.4s ease-in-out;
    transition: 0.4s ease-in-out;
}
.multi-social a:last-child {
    margin-bottom: 0 !important;
    margin-right: 0 !important;
}
.multi-social [class*="facebook"] {
    --theme-color: #1d4292;
}
.multi-social [class*="twitter"] {
    --theme-color: #1c96e8;
}
.multi-social [class*="linkedin"] {
    --theme-color: #0270ad;
}
.multi-social [class*="pinterest"] {
    --theme-color: #b7081b;
}
.multi-social [class*="instagram"] {
    --theme-color: #ae2eb5;
}
.blog-info {
    font-size: 14px;
    font-weight: 600;
    color: var(--body-color);
    background-color: var(--smoke-color);
    border: 1px solid var(--border-color);
    border-radius: 4px;
    padding: 2px 10px;
}
.blog-info-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-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 10px;
    margin-bottom: 24px;
}
.blog-info i {
    color: var(--theme-color);
    margin-left: 3px;
}
.blog-inner-list ul {
    padding: 0 0 0 17px;
    margin: 0;
}
.blog-inner-list li {
    margin-bottom: 13px;
}
.blog-tag,
.mt-35 {
    margin-top: 35px;
}
.blog-tag .title {
    font-size: 18px;
    font-weight: 700;
    display: inline-block;
    float: left;
    margin-right: 20px;
    margin-bottom: 0;
    padding-top: 3px;
}
.blog-details .share-links {
    position: -webkit-sticky;
    position: sticky;
    top: 80px;
    left: 0;
}
.blog-details .blog-single {
    padding: 0;
    border: none;
    border-radius: 0;
}
.blog-details .blog-title {
    margin-top: 10px;
    margin-bottom: 18px;
}
.blog-details .blog-meta,
.gy-24.filter-active .blog-style2,
.gy-24.filter-active .blog-style3 {
    margin-bottom: 24px;
}
.blog-details .blog-content-wrap {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    gap: 30px;
    position: relative;
}
.th-comment-form {
    margin-top: var(--blog-space-y, 50px);
    position: relative;
}
.th-comment-form .form-title {
    margin-top: -0.35em;
}
.th-comment-form .form-title a#cancel-comment-reply-link {
    font-size: 0.7em;
    text-decoration: underline;
}
.th-comment-form:has(#wp-temp-form-div),
.th-comments-wrap:has(#wp-temp-form-div) {
    padding: 0;
    box-shadow: none;
    display: none;
}
#woosq-popup .single-product .product .actions,
.popup-subscribe,
.th-comments-wrap .th-post-comment {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
}
.th-comments-wrap {
    margin-top: var(--blog-space-y, 40px);
    margin-bottom: 30px;
}
.th-comments-wrap .comment-respond {
    margin: 30px 0;
}
.th-comments-wrap pre {
    background: #ededed;
    color: #666;
    font-size: 14px;
    margin: 20px 0;
    overflow: auto;
    padding: 20px;
}
.th-comments-wrap .th-post-comment {
    padding: 0 0 30px;
    display: flex;
    margin-bottom: 30px;
    position: relative;
    border-bottom: 1px solid var(--border-color);
}
.th-comments-wrap .th-post-comment dl,
.th-comments-wrap .th-post-comment ol,
.th-comments-wrap .th-post-comment ul {
    margin-bottom: 1rem;
}
.th-comments-wrap ul.comment-list {
    list-style: none;
    margin: 0;
    padding: 0;
}
.th-comments-wrap .comment-avater {
    width: 80px;
    height: 80px;
    margin-right: 20px;
    overflow: hidden;
    border-radius: 999px;
}
.th-comments-wrap .comment-content {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    margin-top: -6px;
    position: relative;
}
.th-comments-wrap .commented-on {
    font-weight: 500;
    font-size: 14px;
    text-transform: uppercase;
    display: inline-block;
    margin-bottom: 5px;
    color: var(--body-color);
}
.th-comments-wrap .commented-on i {
    margin-right: 6px;
    font-size: 0.9rem;
}
.th-comments-wrap .name {
    margin-bottom: 12px;
    font-size: 20px;
}
.th-comments-wrap .text {
    margin-bottom: 17px;
}
.th-comments-wrap .children {
    margin: 0 0 0 80px;
    padding: 0;
    list-style-type: none;
}
.th-comments-wrap .reply_and_edit {
    margin-top: 12px;
}
.th-comments-wrap .reply-btn {
    font-weight: 700;
    font-size: 14px;
    text-transform: uppercase;
    color: var(--white-color);
    display: inline-block;
    background-color: var(--title-dark);
    border-radius: 4px;
    padding: 5px 14px;
}
.mr-5,
.th-comments-wrap .reply-btn i,
.tinv-wishlist .product-stock i {
    margin-right: 5px;
}
.error-text,
.popup-subscribe {
    margin-right: auto;
    margin-left: auto;
}
.th-comments-wrap .star-rating {
    font-size: 12px;
    margin-bottom: 10px;
    position: absolute;
    top: 5px;
    right: 0;
    width: 80px;
}
ul.comment-list .th-comment-item:last-child > .th-post-comment {
    border-bottom: none;
    padding-bottom: 0;
}
ul.comment-list .children .th-comment-item > .th-post-comment {
    padding-bottom: 30px;
    border-bottom: 1px solid var(--border-color);
}
ul.comment-list:has(> .th-comment-item ~ .th-comment-item):first-child > .th-post-comment {
    padding-bottom: 30px;
    border-bottom: 1px solid var(--border-color);
}
.comment-respond .must-log-in {
    margin-bottom: 0;
    margin-top: 8px;
}
@media (max-width: 1199px) {
    .footer-widget.widget_archive a,
    .footer-widget.widget_categories a,
    .footer-widget.widget_meta a,
    .footer-widget.widget_nav_menu a,
    .footer-widget.widget_pages a {
        margin-bottom: 16px;
    }
    .header-middle {
        padding: 15px 0;
    }
    .header-layout5 .main-menu {
        margin-left: 35px;
    }
    .copyright-wrap {
        padding: 20px 0;
    }
    .wp-block-quote,
    blockquote {
        padding: 40px 20px;
        font-size: 18px;
    }
    .wp-block-quote:before,
    blockquote:before {
        right: 20px;
        bottom: 30px;
    }
    .wp-block-quote.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,
    blockquote.has-text-align-right,
    blockquote.is-large:not(.is-style-plain),
    blockquote.is-style-large:not(.is-style-plain),
    blockquote.style-left-icon {
        padding: 40px 20px;
    }
    .blog-single:not(.has-post-thumbnail) {
        padding: 30px;
    }
    .th-comments-wrap .children {
        margin-left: 40px;
    }
}
.error-img {
    text-align: center;
    margin-bottom: 45px;
}
.blog-style6 .category,
.blog-style9 .category,
.error-title,
.mb-20,
.product-thumb-tab .tab-btn:not(:last-of-type),
.woocommerce-form-coupon .form-group,
.woocommerce-form-login .form-group,
.woocommerce-form-register .form-group {
    margin-bottom: 20px;
}
.error-text {
    margin-bottom: 35px;
    max-width: 650px;
}
@media (max-width: 991px) {
    .sec-title2,
    .title-area {
        --section-title-space: 45px;
    }
    .sidebar-area {
        padding-top: 15px;
    }
    .tagcloud a,
    .wp-block-tag-cloud a {
        padding: 10.5px 18px;
    }
    .newsletter-form.width2 {
        margin-left: auto;
        margin-right: auto;
    }
    .header-middle {
        padding: 12px 0;
    }
    .header-layout5 .header-logo {
        border-right: none;
    }
    .footer-wrapper .widget-area {
        padding-top: var(--section-space-mobile);
        padding-bottom: 30px;
    }
    .copyright-text {
        text-align: center;
    }
    .error-text,
    .footer-layout4 .th-social {
        margin-bottom: 25px;
    }
    .blog-audio.mb-40,
    .blog-img.mb-40,
    .blog-video.mb-40,
    .error-img {
        margin-bottom: 30px;
    }
    .blog-style-bg .sidebar-wrap {
        margin-top: 35px;
    }
    .error-title {
        margin-bottom: 15px;
    }
    .popup-subscribe .box-content {
        padding: 30px;
    }
}
.popup-search-box {
    position: fixed;
    top: 0;
    left: 50%;
    background-color: rgba(0, 0, 0, 0.95);
    height: 0;
    width: 0;
    overflow: hidden;
    z-index: 99999;
    opacity: 0;
    visibility: hidden;
    border-radius: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    -webkit-transition: 0.4s;
    transition: 0.4s;
}
.popup-search-box button.searchClose,
.popup-search-box form button {
    background-color: transparent;
    -webkit-transition: 0.4s;
    position: absolute;
}
.popup-search-box button.searchClose {
    width: 30px;
    height: 30px;
    top: 20px;
    right: 25px;
    border-width: 1px;
    border-style: solid;
    border-color: var(--theme-color);
    font-size: 17px;
    border-radius: 50%;
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
    transition: 0.4s;
    color: var(--theme-color);
}
.popup-search-box button.searchClose:hover {
    color: var(--body-color);
    background-color: #fff;
    border-color: transparent;
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
}
.popup-search-box form {
    position: absolute;
    top: 50%;
    left: 50%;
    display: inline-block;
    padding-bottom: 40px;
    cursor: auto;
    width: calc(100% - 24px);
    max-width: 700px;
    -webkit-transform: translate(-50%, -50%) scale(0);
    -ms-transform: translate(-50%, -50%) scale(0);
    transform: translate(-50%, -50%) scale(0);
    -webkit-transition: -webkit-transform 0.4s;
    transition: transform 0.4s;
    transition: transform 0.4s, -webkit-transform 0.4s;
    margin: 0 12px 0 0;
}
.popup-search-box form input {
    font-size: 18px;
    height: 70px;
    width: 100%;
    border: 2px solid var(--theme-color);
    background-color: transparent;
    padding-left: 30px;
    color: #fff;
    border-radius: 50px;
}
.popup-search-box form input::-moz-placeholder {
    color: #fff;
}
.popup-search-box form input::-webkit-input-placeholder {
    color: #fff;
}
.popup-search-box form input:-ms-input-placeholder {
    color: #fff;
}
.popup-search-box form input::-ms-input-placeholder {
    color: #fff;
}
.popup-search-box form input::placeholder {
    color: #fff;
}
.popup-search-box form button {
    top: 0;
    border: none;
    color: #fff;
    font-size: 24px;
    right: 12px;
    color: var(--white-color);
    cursor: pointer;
    width: 70px;
    height: 70px;
    transition: 0.4s;
    -webkit-transform: scale(1.001);
    -ms-transform: scale(1.001);
    transform: scale(1.001);
}
table.variations,
table.variations select,
table.variations td.label {
    width: -webkit-max-content;
    width: -moz-max-content;
}
.popup-search-box.show {
    opacity: 1;
    visibility: visible;
    width: 100.1%;
    height: 100%;
    -webkit-transition: 0.4s;
    transition: 0.4s;
    border-radius: 0;
}
.popup-search-box.show form {
    -webkit-transition-delay: 0.5s;
    transition-delay: 0.5s;
    -webkit-transform: translate(-50%, -50%) scale(1);
    -ms-transform: translate(-50%, -50%) scale(1);
    transform: translate(-50%, -50%) scale(1);
}
.popup-subscribe {
    max-width: 808px;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: var(--smoke-color);
    position: relative;
    -webkit-transition: 0.4s ease-in-out;
    transition: 0.4s ease-in-out;
    -webkit-animation: 1.2s newsLetter;
    animation: 1.2s newsLetter;
}
.popup-subscribe-area {
    display: grid;
    position: fixed;
    inset: 0;
    -webkit-align-content: center;
    -ms-flex-line-pack: center;
    align-content: center;
    background-color: rgba(0, 0, 0, 0.8);
    z-index: 9999;
    -webkit-transition: 0.4s ease-in-out 0.6s;
    transition: 0.4s ease-in-out 0.6s;
}
.popup-subscribe-area.hide {
    visibility: hidden;
    opacity: 0;
    pointer-events: none;
}
.popup-subscribe .popupClose {
    position: absolute;
    top: 15px;
    right: 20px;
}
.popup-subscribe input[type="checkbox"] ~ label {
    margin-bottom: -0.5em;
    font-size: 14px;
}
.popup-subscribe .widget_title {
    color: var(--title-color);
    font-size: 30px;
    margin-bottom: 30px;
}
.popup-subscribe .box-img {
    height: 100%;
}
.popup-subscribe .box-img img {
    height: 100%;
    object-fit: cover;
}
@media (max-width: 991px) {
    .popup-subscribe .box-img {
        width: 336px;
    }
}
@-webkit-keyframes newsLetter {
    0% {
        -webkit-transform: scale(0.5);
        transform: scale(0.5);
    }
    100% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}
@keyframes newsLetter {
    0% {
        -webkit-transform: scale(0.5);
        transform: scale(0.5);
    }
    100% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}
@-webkit-keyframes newsLetterclose {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: 1;
    }
    100% {
        -webkit-transform: scale(0.6);
        transform: scale(0.6);
        opacity: 0;
    }
}
@keyframes newsLetterclose {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: 1;
    }
    100% {
        -webkit-transform: scale(0.6);
        transform: scale(0.6);
        opacity: 0;
    }
}
.popup-subscribe-area.hide .popup-subscribe {
    -webkit-animation: 1s newsLetterclose;
    animation: 1s newsLetterclose;
}
.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: 0.8s;
    transition: 0.8s;
}
.sidemenu-wrapper .closeButton {
    display: inline-block;
    border: 2px solid;
    width: 50px;
    height: 50px;
    line-height: 48px;
    font-size: 24px;
    padding: 0;
    position: absolute;
    top: 20px;
    right: 20px;
    background-color: var(--body-bg);
    border-radius: 50%;
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
    -webkit-transition: 0.4s;
    transition: 0.4s;
    color: var(--title-color);
}
.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(--body-bg);
    width: 450px;
    margin-left: auto;
    padding: 80px 30px;
    height: 100%;
    overflow: scroll;
    position: relative;
    right: -500px;
    cursor: auto;
    -webkit-transition: right 1s;
    transition: right 1s;
}
.sidemenu-wrapper .sidemenu-content::-webkit-scrollbar-track {
    box-shadow: inset 0 0 1px rgba(0, 0, 0, 0.1);
    background-color: #f5f5f5;
}
.sidemenu-wrapper .sidemenu-content::-webkit-scrollbar {
    width: 2px;
    background-color: #f5f5f5;
}
.sidemenu-wrapper .widget {
    padding: 0;
    border: none;
    background-color: transparent;
}
.woocommerce-MyAccount-content .btn,
.woocommerce-info,
.woocommerce-message,
nav.woocommerce-MyAccount-navigation li a:hover,
nav.woocommerce-MyAccount-navigation li.is-active a {
    background-color: var(--theme-color);
    color: var(--white-color);
}
.sidemenu-wrapper.show {
    opacity: 1;
    visibility: visible;
    width: 100%;
    -webkit-transition: 0.8s;
    transition: 0.8s;
}
.sidemenu-wrapper.show .sidemenu-content {
    right: 0;
    opacity: 1;
    visibility: visible;
}
.woocommerce-info,
.woocommerce-message {
    position: relative;
    padding: 11px 20px 11px 50px;
    font-size: 14px;
    font-weight: 500;
    margin-bottom: 15px;
    border-radius: 4px;
}
.woocommerce-info a,
.woocommerce-message a {
    color: var(--white-color);
    text-decoration: underline;
}
.woocommerce-info:before,
.woocommerce-message:before {
    content: "\f06a";
    font-family: var(--icon-font);
    font-weight: 400;
    margin-right: 10px;
    font-size: 18px;
    position: absolute;
    left: 20px;
    top: 11px;
}
.star-rating span:before,
.star-rating:before {
    content: "\e28b\e28b\e28b\e28b\e28b";
    letter-spacing: 3px;
}
.woocommerce-notices-wrapper .woocommerce-message:before {
    content: "\f14a";
    font-weight: 300;
}
.woocommerce-form-coupon,
.woocommerce-form-login,
.woocommerce-form-register {
    padding: 35px 40px;
    background-color: var(--body-bg);
    box-shadow: 0 6px 30px rgba(1, 15, 28, 0.1);
    margin-bottom: 0;
    border-radius: 5px;
}
.woocommerce-error {
    background-color: var(--error-color);
    color: #fff;
    list-style: none;
    padding: 10px 26px;
    margin: 0 0 30px;
    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;
}
.woocommerce-MyAccount-content h3 {
    margin-top: -0.3em;
}
.woocommerce-MyAccount-content .btn {
    font-size: 14px;
    padding: 10px 25px;
    font-weight: 700;
}
.login-tab button.nav-link,
.product-big-img,
.th-product .product-img,
.th-sort-bar {
    background-color: var(--smoke-color);
}
.woocommerce-grouped-product-list-item,
table.variations {
    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;
}
.woocommerce-grouped-product-list-item td,
table.variations td {
    border: none;
    vertical-align: middle;
    padding: 0 5px;
}
.woocommerce-grouped-product-list-item label,
table.variations label {
    margin: 0;
    font-size: 14px;
    text-transform: capitalize;
}
.th-hero-wrapper .slick-arrow,
.tinv-wishlist table,
.woocommerce-grouped-product-list-item .label,
table.variations .label {
    border: none;
}
.woocommerce-grouped-product-list-item__label,
table.variations__label {
    border: none !important;
    font-weight: 600;
}
.cart_table thead th,
.woocommerce-grouped-product-list-item__price,
table.variations__price {
    border: none !important;
}
.sidebar-wrap .box-title-18,
.woocommerce-grouped-product-list-item__price .amount,
.woocommerce-grouped-product-list-item__price .price,
table.variations__price .amount,
table.variations__price .price {
    font-size: 18px !important;
}
.woocommerce-grouped-product-list-item del,
table.variations del {
    margin-left: 12px;
}
.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;
    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 td {
    padding: 30px 5px;
}
table.variations {
    width: max-content;
    position: relative;
}
table.variations td.label {
    padding-right: 10px;
    width: max-content;
}
table.variations select {
    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__label,
.woosq-product .product .woocommerce-grouped-product-list-item__price,
.woosq-product .product .woocommerce-grouped-product-list-item__quantity {
    width: auto !important;
}
.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;
}
#woosq-popup .product_meta,
.cart_totals .shipping-calculator-form p:first-child,
.mt-20 {
    margin-top: 20px;
}
.mt-30 {
    margin-top: 30px;
}
#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: 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,
.cart_table .th-cart-coupon .th-btn {
    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 {
    color: var(--title-color);
    padding: 11px 39px;
    font-size: 18px;
    font-weight: 500;
    border-radius: 15px ​15px 0;
}
.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 {
    color: #e1e1e1;
    float: left;
    top: 0;
    left: 0;
    position: absolute;
}
.star-rating span {
    overflow: hidden;
    float: left;
    top: 0;
    left: 0;
    position: absolute;
    padding-top: 1.5em;
}
.star-rating span:before {
    top: 0;
    position: absolute;
    left: 0;
    color: var(--theme-color);
}
.rating-select label {
    margin: 0 10px 0 0;
}
.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;
}
.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,
.rating-select p.stars.selected a.active ~ a::before {
    content: "\e28b";
    font-weight: 400;
}
.rating-select p.stars.selected a.active::before,
.rating-select p.stars.selected a:not(.active)::before,
.rating-select p.stars:hover a::before {
    content: "\e28b";
    font-weight: 700;
}
.th-product {
    text-align: center;
    -webkit-transition: 0.4s;
    transition: 0.4s;
}
.th-product .product-title {
    font-size: 20px;
    margin: 10px 0 8px;
    font-weight: 600;
}
.th-product .price {
    display: block;
    color: var(--body-color);
    font-weight: 500;
    margin-bottom: -0.4em;
    font-family: var(--body-font);
}
.th-product .price del {
    margin-left: 10px;
    color: #a9a9a9;
}
.th-product .product-img {
    --space: 20px;
    overflow: hidden;
    position: relative;
    margin: 0 0 25px;
    text-align: center;
    z-index: 2;
    border-radius: 5px;
}
.th-product .actions,
.th-product .product-img:before {
    position: absolute;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: 0.4s ease-in-out;
}
.th-product .added_to_cart,
.th-product .tinv-wishlist a {
    line-height: 40px;
    border-radius: 50%;
    background-color: var(--white-color);
}
.th-product .product-img:before {
    --space: 20px;
    content: "";
    height: calc(100% - var(--space) * 2);
    width: calc(100% - var(--space) * 2);
    border-radius: inherit;
    top: var(--space);
    left: var(--space);
    background-color: var(--title-dark);
    z-index: 1;
    -webkit-transform: scaleX(0);
    -ms-transform: scaleX(0);
    transform: scaleX(0);
    transition: 0.4s ease-in-out;
}
.th-product .product-img img {
    width: 100%;
    -webkit-transition: 0.4s;
    transition: 0.4s;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
}
.th-product .star-rating {
    margin: 0 auto 10px;
    width: 93px;
}
.th-product .actions {
    height: 100%;
    left: 0;
    top: 50%;
    right: 0;
    text-align: center;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    z-index: 3;
    margin-top: 0;
    transition: 0.4s ease-in-out;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}
.th-product .actions .icon-btn {
    --btn-size: 40px;
    font-size: 14px;
    border-color: var(--white-color);
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.05);
    color: var(--white-color);
    border-radius: 6px;
}
.th-product .actions .icon-btn:hover {
    color: var(--white-color);
    border-color: var(--white-color);
}
.th-product .actions > * {
    margin: 0 var(--icon-gap-x, 5px);
}
.th-product .icon-btn {
    -webkit-transform: translateY(30px);
    -ms-transform: translateY(30px);
    transform: translateY(30px);
    -webkit-transition: 0.4s ease-in-out;
    transition: 0.4s ease-in-out;
}
.th-product .tinv-wishlist .tinvwl_add_to_wishlist_button.tinvwl-icon-heart-plus.no-txt,
.th-product .tinv-wishlist .tinvwl_add_to_wishlist_button.tinvwl-icon-heart.no-txt {
    width: 40px;
    height: 40px;
    line-height: 40px;
    display: inline-block;
}
.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,
.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,
.th-product .tinv-wishlist .tinvwl_add_to_wishlist_button.tinvwl-icon-heart-plus.no-txt::before,
.th-product .tinv-wishlist .tinvwl_add_to_wishlist_button.tinvwl-icon-heart.no-txt::before {
    position: relative;
    top: 0;
    left: 0;
    line-height: inherit;
    margin: 0;
    font-size: 24px;
}
.th-product .tinv-wishlist a {
    display: inline-block;
    width: 40px;
    height: 40px;
    color: var(--title-color);
}
.th-product .added_to_cart {
    width: 40px;
    height: 40px;
    color: var(--white-color);
    font-size: 0;
    text-align: center;
}
.th-product .added_to_cart:after {
    content: "\f07a";
    position: relative;
    font-family: var(--icon-font);
    font-size: 16px;
    font-weight: 700;
}
.th-product .action-btn {
    background-color: var(--white-color);
    font-size: 14px;
    font-family: var(--title-font);
    text-transform: uppercase;
    font-weight: 700;
    display: inline-block;
    padding: 13px 25px;
}
.th-product.list-view,
.th-product.list-view .product-content {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
}
.th-product:hover .product-img:before {
    -webkit-transform: scaleX(1);
    -ms-transform: scaleX(1);
    transform: scaleX(1);
    visibility: visible;
    opacity: 0.7;
}
.th-product:hover .actions {
    margin-top: 0;
    opacity: 1;
    visibility: visible;
}
.th-product:hover .icon-btn {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
}
.th-product.list-view {
    display: flex;
    text-align: left;
    height: 100%;
}
.th-product.list-view .product-img {
    width: 100%;
    max-width: 200px;
    margin: 0;
}
.th-product.list-view .star-rating {
    margin: 0 auto 10px 0;
    width: 93px;
}
.th-product.list-view .product-content {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    border: 1px solid var(--border-color);
    border-left: none;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    padding: 0 25px;
}
.th-product.list-view .actions {
    --btn-size: 35px;
    --btn-font-size: 13px;
    --icon-gap-x: 2px;
}
.th-product.list-view .added_to_cart,
.th-product.list-view .tinv-wishlist .tinvwl_add_to_wishlist_button.tinvwl-icon-heart-plus.no-txt,
.th-product.list-view .tinv-wishlist .tinvwl_add_to_wishlist_button.tinvwl-icon-heart.no-txt,
.th-product.list-view .tinv-wishlist a {
    width: 35px;
    height: 35px;
    line-height: 35px;
}
.th-product.list-view .action-btn {
    padding: 8px 15px;
}
.th-product.list-view .tag {
    top: 8px;
    right: 8px;
    padding: 0 15px;
}
.th-product.list-view .product-title {
    font-size: 18px;
    margin: 0 0 5px;
}
#productCarousel .slick-arrow {
    top: 37.5%;
}
.mfp-content {
    margin: 1.5rem auto;
}
.mfp-content .product-details-img,
.pt-15 {
    padding-top: 15px;
}
.mfp-content .product-about,
.py-20 {
    padding-top: 20px;
    padding-bottom: 20px;
}
.mfp-content .product-big-img,
.my-20 {
    margin-top: 20px;
    margin-bottom: 20px;
}
.mfp-fade.mfp-bg {
    opacity: 0;
    -webkit-transition: 0.15s ease-out;
    transition: 0.15s ease-out;
}
.mfp-fade.mfp-wrap .mfp-content {
    opacity: 0;
    -webkit-transition: 0.4s ease-out;
    transition: 0.4s ease-out;
}
.woosq-popup {
    max-height: 600px;
    max-width: 1220px;
}
.woosq-product > .product > div {
    max-height: 600px;
    min-height: 460px;
    height: auto;
}
.th-sort-bar {
    padding: 10px;
    margin: 0 0 24px;
    border-radius: 5px;
}
.th-sort-bar .nav a,
.th-sort-bar select {
    height: 50px;
    border: 1px solid var(--border-color);
    color: var(--body-color);
    font-size: 16px;
}
.th-sort-bar .row {
    --bs-gutter-x: 0;
    --bs-gutter-y: 15px;
}
.th-sort-bar select {
    background-color: var(--body-bg);
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    min-width: 250px;
    margin: 0;
}
.th-sort-bar .woocommerce-result-count {
    padding-left: 15px;
    margin-bottom: 0;
    color: var(--body-color);
}
.th-sort-bar .nav a {
    display: inline-block;
    width: 50px;
    line-height: 50px;
    background-color: var(--white-color);
    text-align: center;
    position: relative;
    font-family: var(--title-font);
    font-weight: 600;
    text-transform: capitalize;
    margin: 0 0 0 10px;
}
.product-thumb-area {
    position: relative;
    margin-right: 10px;
}
.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 .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 {
    text-align: center;
    overflow: hidden;
    border-radius: 5px;
}
.product-big-img .img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    -webkit-transition: 0.4s ease-in-out;
    transition: 0.4s ease-in-out;
}
.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 10px 0 0;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    align-self: center;
}
.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;
}
.counter-card:last-child,
.quantity .qty-btn:last-child,
.quantity .qty-input:last-child {
    border-right: none;
}
.product_meta {
    font-weight: 700;
    font-size: 16px;
    font-family: var(--body-font);
    margin: 35px 0 0;
}
.product_meta > span {
    display: block;
    margin-bottom: 3px;
    color: var(--title-color);
    font-weight: 700;
}
.product_meta > span > a,
.product_meta > span > span {
    position: relative;
    color: var(--body-color);
    font-weight: 400;
}
.product_meta > span > a:after,
.product_meta > span > span:after {
    content: ",";
    margin-right: 5px;
}
.product_meta > span > a:first-child,
.product_meta > span > span:first-child {
    margin-left: 7px;
}
.product-tab-style1 {
    border-bottom: 1px solid var(--border-color);
    margin: 60px auto 40px;
    padding-bottom: 40px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    gap: 24px;
}
.woocommerce-Reviews .th-comments-wrap {
    padding: 0;
    box-shadow: none;
    border: none;
    margin-right: 0;
}
.woocommerce-Reviews .th-comment-form {
    padding: 60px;
    background-color: var(--smoke-color);
    box-shadow: none;
    margin-right: 0;
    border-radius: 5px;
}
.woocommerce-Reviews .comment-list {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 0 24px;
    margin-bottom: 40px;
}
.woocommerce-Reviews .th-post-comment {
    border: 1px solid var(--border-color) !important;
    padding: 40px !important;
    box-shadow: 0 4px 30px rgba(1, 15, 28, 0.06);
    margin-bottom: 24px;
    border-radius: 5px;
}
.woocommerce-Reviews .th-post-comment .name {
    margin-bottom: 3px;
}
.blog-style7 .blog-meta,
.blog-style9 .box-title-24,
.woocommerce-Reviews .th-post-comment .commented-on {
    margin-bottom: 12px;
}
@media (max-width: 991px) {
    .woocommerce-Reviews .comment-list {
        grid-template-columns: repeat(1, 1fr);
    }
    .woocommerce-Reviews .th-comment-form {
        padding: 40px;
    }
}
#productTabContent {
    margin-bottom: -10px;
}
.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;
}
.product-about .product-title,
.summary-content .product-title {
    margin: 0 0 5px;
}
.product-about > .price,
.summary-content > .price {
    font-family: var(--title-font);
    font-size: 20px;
    font-weight: 800;
    color: var(--title-color);
    display: inline-block;
    margin-bottom: 19px;
    margin-top: -0.2em;
}
.product-about > .price del,
.summary-content > .price del {
    color: var(--gray-color);
    font-weight: 500;
    margin-left: 15px;
}
.product-about .product-rating,
.summary-content .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;
    margin: 0 0 22px;
}
.product-about .product-rating .star-rating,
.summary-content .product-rating .star-rating {
    width: 80px;
    font-size: 12px;
    margin-right: 8px;
}
.product-about .checklist,
.summary-content .checklist {
    margin: 25px 0 30px;
}
.product-about .actions,
.summary-content .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 24px;
}
.product-about .actions .th-btn .btn-icon,
.summary-content .actions .th-btn .btn-icon {
    padding: 10.5px 15px;
}
.product-about .actions .icon-btn,
.summary-content .actions .icon-btn {
    border-color: var(--border-color);
}
.filter-menu .tab-btn.active,
.product-about .actions .icon-btn:hover,
.summary-content .actions .icon-btn:hover {
    background-color: var(--theme-color);
    color: var(--white-color);
    border-color: var(--theme-color);
}
.main-video .play-btn,
.mt-25,
.product-about .share,
.summary-content .share {
    margin-top: 25px;
}
.product-about .th-social a,
.summary-content .th-social a {
    --icon-size: 40px;
    line-height: 38px;
    font-size: 14px;
    border: 1px solid var(--border-color);
    border-radius: 0;
}
.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,
.product-about .tinv-wishlist a,
.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,
.summary-content .tinv-wishlist a {
    width: 60px;
    height: 60px;
    line-height: 60px;
    border-radius: 0;
    display: inline-block;
}
.product-about .quantity:after,
.summary-content .quantity:after {
    content: "";
    height: 100%;
    width: 1px;
    background-color: var(--border-color);
    position: absolute;
    top: 0;
    left: 55px;
}
.product-about .quantity .qty-input,
.summary-content .quantity .qty-input {
    width: 112px;
    height: 50px;
    border: 1px solid var(--border-color);
    background-color: transparent;
    color: var(--title-color);
    padding: 0 21px;
    text-align: left;
    font-weight: 500;
    border-radius: 4px;
}
.product-about .quantity .qty-btn,
.summary-content .quantity .qty-btn {
    color: var(--title-color);
    background-color: transparent;
    position: absolute;
    right: 21px;
    height: auto;
    width: auto;
    border: none;
    line-height: 10px;
}
.product-about .quantity .quantity-minus,
.summary-content .quantity .quantity-minus {
    bottom: 10px;
}
.product-about .quantity .quantity-plus,
.summary-content .quantity .quantity-plus {
    top: 10px;
}
.blog-style3 .box-title-40,
.product-details .th-comments-wrap,
.woocommerce-checkout .select2-container--open .select2-dropdown--below {
    margin-top: 0;
}
.product-details .border-title {
    position: relative;
    padding-bottom: 20px;
    margin-bottom: 40px;
}
.product-details .border-title:before {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    height: 2px;
    width: 80px;
    background-color: var(--theme-color);
}
.product-inner-title {
    font-size: 32px;
    border-bottom: 1px solid var(--border-color);
    padding: 0 0 7px;
    margin: 0 0 30px;
}
.related-product-wrapper {
    padding-top: 115px;
}
@media (max-width: 1399px) {
    :root {
        --main-container: 1250px;
    }
    .slick-arrow {
        --arrow-horizontal: 40px;
        --pos-x: -17px;
    }
    .th-product.list-view .product-img {
        max-width: 150px;
    }
}
@media (max-width: 1299px) {
    .main-menu .mega-menu {
        width: 100%;
        max-width: 100%;
        left: 0;
    }
    .header-layout5 .social-links a {
        margin: 0 10px 0 0;
    }
    .header-layout5 .th-btn {
        display: none;
    }
    .blog-navigation .nav-btn .title {
        font-size: 16px;
    }
    .product-thumb-tab {
        --thumb: 100px;
        margin-left: -40px;
    }
    .product-thumb-area {
        margin-right: 0;
    }
}
@media (max-width: 991px) {
    .product-big-img {
        margin-bottom: 40px;
    }
    .product-thumb-tab {
        margin-left: -10px;
    }
    .th-product-box.list-view .product-img {
        max-width: 150px;
    }
    .th-sort-bar .row {
        --bs-gutter-x: 20px;
    }
    .th-sort-bar .nav a:last-child {
        margin-right: 0;
        padding-right: 0;
    }
    .th-sort-bar .nav a:last-child:before {
        display: none;
    }
    .woosq-product > .product .thumbnails {
        max-height: 400px;
        min-height: 200px;
        padding: 10px;
    }
}
.cart_table {
    border: 1px solid var(--border-color);
    margin-bottom: 45px;
}
.cart_table td:before,
.cart_table th {
    font-family: var(--title-font);
    color: var(--title-color);
    font-weight: 800;
    border: none;
    padding: 27px 15px;
}
.cart_table td:before {
    content: attr(data-title);
    position: absolute;
    left: 15px;
    top: 50%;
    vertical-align: top;
    padding: 0;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    display: none;
}
.cart_table td {
    border: none;
    border-bottom: 1px solid var(--border-color);
    color: var(--body-color);
    padding: 20px 10px;
    position: relative;
    vertical-align: middle;
}
.cart_table .product-quantity input {
    position: relative;
    top: -2px;
}
.cart_table .cart-productname {
    font-weight: 400;
    font-family: var(--body-font);
    color: var(--body-color);
}
.story-box-wrap .story-year,
.tinv-wishlist .social-buttons > span {
    font-family: var(--title-font);
    font-weight: 700;
    color: var(--title-color);
}
.cart_table .cart-productimage {
    display: inline-block;
    border: 2px solid var(--border-color);
    background-color: var(--smoke-color);
}
.cart_table .remove {
    color: var(--theme-color);
    font-size: 18px;
}
.cart_table .quantity {
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}
.cart_table td.product-quantity {
    min-width: 155px;
}
.cart_table .qty-btn {
    border: 2px solid var(--border-color) !important;
    background-color: transparent;
    color: #b8c6d0;
    padding: 0;
    width: 30px;
    height: 30px;
    line-height: 28px;
    font-size: 14px;
    border-radius: 4px;
}
.cart_table .qty-input {
    vertical-align: middle;
    border: 2px solid var(--border-color);
    width: 60px;
    height: 30px;
    font-size: 14px;
    text-align: center;
    color: var(--title-color);
    font-weight: 700;
    margin: 0 3px;
    border-radius: 4px;
    padding: 0;
}
.cart_table .qty-input::-moz-placeholder {
    color: var(--title-color);
}
.cart_table .qty-input::-webkit-input-placeholder {
    color: var(--title-color);
}
.cart_table .qty-input:-ms-input-placeholder {
    color: var(--title-color);
}
.cart_table .qty-input::-ms-input-placeholder {
    color: var(--title-color);
}
.cart_table .qty-input::placeholder {
    color: var(--title-color);
}
.cart_table .qty-input::-webkit-inner-spin-button,
.cart_table .qty-input::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0;
}
.cart_table .actions {
    text-align: right;
    vertical-align: middle;
    padding-left: 20px;
}
.cart_table .th-cart-coupon {
    float: left;
    margin: 0;
    width: 455px;
    max-width: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}
.cart_table .th-cart-coupon input {
    width: calc(100% - 200px);
    margin-right: 10px;
}
.cart_totals td,
.cart_totals th {
    vertical-align: top;
    padding: 20px;
    border: none;
    border-bottom: 1px solid var(--border-color);
    font-size: 14px;
    color: var(--title-color);
    width: 55%;
}
.cart_totals td:first-child,
.cart_totals th:first-child {
    width: 45%;
    background-color: var(--smoke-color);
    font-weight: 700;
    font-size: 14px;
    color: var(--title-color);
}
.cart_totals .shipping-calculator-button {
    display: inline-block;
    border-bottom: 1px solid;
    color: var(--title-color);
    font-weight: 700;
}
.empty-notice {
    margin: 40px auto;
}
@media (max-width: 991px) {
    .cart_table .cart-productname,
    .cart_table th {
        font-size: 14px;
    }
    .cart_table th {
        padding: 23px 8px;
    }
    .cart_table .th-cart-coupon {
        width: 100%;
        margin-bottom: 20px;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
    }
    .cart_table .actions {
        text-align: center;
    }
    .cart_table .cart-productimage {
        max-width: 100px;
    }
    .tinvwl-full {
        display: none;
    }
    .tinv-wishlist .tinvwl-mobile {
        display: block;
    }
    .tinvwl-txt {
        display: inline-block !important;
    }
    .product-stock {
        width: 40px;
        text-align: center;
    }
}
.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;
}
.tinv-wishlist td.product-name a,
.woocommerce-checkout .select2-container--default .select2-selection--single .form-control:focus,
.woocommerce-checkout .select2-container--default .select2-selection--single .select2-selection__rendered {
    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-checkout .form-control,
.woocommerce-checkout .form-group input:not(:last-child),
.woocommerce-checkout .form-select,
.woocommerce-checkout .select2,
.woocommerce-checkout .select2-container,
.woocommerce-checkout select,
.woocommerce-form-coupon .form-control,
.woocommerce-form-coupon .form-select,
.woocommerce-form-coupon .select2,
.woocommerce-form-coupon .select2-container,
.woocommerce-form-coupon select,
.woocommerce-form-login .form-control,
.woocommerce-form-login .form-select,
.woocommerce-form-login .select2,
.woocommerce-form-login .select2-container,
.woocommerce-form-login select {
    margin-bottom: var(--bs-gutter-x);
}
#ship-to-different-address,
.mt-15 {
    margin-top: 15px;
}
.select2-container--default .select2-selection--single {
    height: 50px;
    border: 1px solid transparent;
    background-color: var(--smoke-color);
}
.select2-container--default .select2-selection--single .select2-selection__rendered {
    line-height: 50px;
    padding-left: 25px;
    padding-right: 25px;
}
.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: 50px;
    line-height: 50px;
    margin-right: 30px;
}
.checkout-ordertable td,
.checkout-ordertable th {
    border: 1px solid var(--border-color);
    text-align: right;
    padding: 5px 20px;
    vertical-align: top;
    font-size: 14px;
    font-weight: 600;
    color: var(--title-color);
}
.checkout-ordertable th {
    font-weight: 800;
    text-align: left;
}
.woocommerce-checkout-payment ul li {
    padding-top: 12px;
    border-bottom: 1px solid var(--border-color);
    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;
}
.pt-30,
.woocommerce-checkout-payment .place-order {
    padding-top: 30px;
}
.woocommerce-checkout-payment .payment_box {
    color: var(--body-color);
    background-color: var(--smoke-color);
    border: 1px solid var(--border-color);
    border-bottom: none;
    font-size: 14px;
    padding: 10px 20px;
    border-radius: 4px;
    display: none;
}
.tinv-wishlist input[type="checkbox"] {
    display: inline-block;
    opacity: 1;
    visibility: visible;
    vertical-align: middle;
    width: auto;
    height: auto;
}
.tinv-wishlist .social-buttons,
.tinv-wishlist .social-buttons ul {
    margin-left: auto;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
}
.tinv-wishlist .tinv-header {
    margin-top: -0.5rem;
    text-transform: capitalize;
}
.tinv-wishlist .cart-empty {
    padding: 12px 25px;
    background-color: var(--smoke-color);
    border-radius: 0;
    font-weight: 700;
    font-size: 14px;
}
.tinv-wishlist p.return-to-shop .button {
    display: inline-block;
    background-color: var(--theme-color);
    color: #fff;
    font-size: 14px;
    padding: 10px 25px;
    margin-top: 10px;
    font-weight: 700;
}
.author-details .info-wrap strong,
.tinv-wishlist table th {
    color: var(--title-color);
}
.tinv-wishlist table td,
.tinv-wishlist table th {
    padding: 15.3px 10px;
    border-bottom: 1px solid var(--border-color);
    text-align: center;
}
.tinv-wishlist .product-cb,
.tinv-wishlist .product-remove {
    width: 40px;
    text-align: center;
}
.tinv-wishlist .product-thumbnail {
    width: 110px;
}
.tinv-wishlist .product-remove button {
    border: none;
    height: 22px;
    width: 22px;
    text-align: center;
    font-size: 12px;
    line-height: 22px;
    border-radius: 0;
    padding-top: 0;
    background-color: var(--smoke-color);
    color: var(--title-color);
}
.tinv-wishlist .product-remove button i {
    line-height: 22px;
    font-size: 16px;
}
.tinv-wishlist .social-buttons {
    display: flex;
    max-width: 295px;
    -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;
    display: flex;
    gap: 6px;
}
.dark-theme .theme-toggler .dark, 
.dark-theme .language-toggler .dark, 
.tinv-wishlist .product-stock span {
    display: inline;
}
.tinv-wishlist .tinv-modal .icon_big_times {
    margin-bottom: 5px;
    color: var(--theme-color);
}
.tinv-wishlist button.button {
    border: none;
    height: 38px;
    line-height: 38px;
    font-size: 14px;
    font-weight: 600;
    background-color: var(--theme-color);
    color: #fff;
    padding: 1px 15px;
    min-width: 140px;
}
.tinv-wishlist button.button i {
    font-size: 14px !important;
    margin-right: 5px !important;
}
.tinv-wishlist button.button:hover {
    background-color: var(--title-color);
    color: #fff;
}
.tinv-wishlist td.product-name,
.tinv-wishlist th {
    font-size: 16px;
    font-weight: 700;
    font-family: var(--title-font);
}
.tinv-wishlist td.product-price del {
    margin-left: 8px;
    font-size: 0.9em;
}
.tinv-wishlist .social-buttons > span {
    margin-right: 10px;
}
.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 i {
    line-height: inherit;
}
.contact-feature {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    gap: 25px;
    margin-bottom: 40px;
    text-align: left;
}
@media (max-width: 1199px) {
    .popup-search-box form {
        max-width: 600px;
    }
    .woocommerce-Reviews .th-post-comment {
        padding: 30px !important;
    }
    .th-sort-bar select {
        min-width: auto;
    }
    .product-tab-style1 {
        margin: 50px 0 40px;
    }
    .product-about,
    .summary-content {
        padding-left: 0;
    }
    .contact-feature-wrap {
        display: grid;
        grid-template-columns: auto auto auto;
        -webkit-box-pack: justify;
        -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }
    .quote-form-box {
        text-align: center;
    }
}
.img-box1,
.story-box {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    position: relative;
}
@media (max-width: 1199px) and (max-width: 767px) {
    .contact-feature-wrap {
        grid-template-columns: repeat(2, 1fr);
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
    }
}

@media screen and (max-width: 965px) and (min-width: 768px) {
    .th-event-wrapper .emb {
        max-width: 196px !important;
        width: 100%;
    }
    .s-grid {
        max-width: 45%;
    }
}
@media (max-width: 1199px) and (max-width: 575px) {
    .contact-feature-wrap {
        grid-template-columns: repeat(1, 1fr);
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
    }
}
.contact-feature .box-content {
    max-width: 235px;
}
.contact-feature .box-content a {
    display: block;
    max-width: fit-content;
    color: inherit;
}
.author-details .box-title-24,
.blog-style2 .box-title-18,
.contact-feature .box-title-22,
.mb-5 {
    margin-bottom: 5px;
}
.contact-form .form-group > i {
    background-color: var(--body-bg);
    color: var(--theme-color);
    width: 18px;
    text-align: right;
}
.quote-form-box {
    padding: 50px;
    background-color: var(--smoke-color);
}
.quote-form-box .form-title {
    margin-top: -0.24em;
    margin-bottom: 20px;
}
.contact-map {
    line-height: 0;
}
.contact-map iframe {
    height: 500px;
}
.img-box1 {
    z-index: 2;
    display: flex;
    gap: 30px;
}
.img-box1 .icon-btn {
    --btn-size: 80px;
    border-radius: 10px;
    position: absolute;
    top: 90px;
    right: 0;
}
.img-box1 .icon-btn i {
    padding-right: 0.1em;
}
.story-box {
    display: flex;
    max-width: 536px;
    z-index: 3;
}
.author-details .info-wrap,
.blog-style2,
.story-box-wrap {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
}
.story-box:after,
.story-box:before {
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 36px 36px 0 0;
    border-color: var(--border-color) transparent transparent transparent;
    margin-top: 19px;
}
.story-box:before {
    border-width: 34px 34px 0 0;
    border-color: var(--body-bg) transparent transparent transparent;
    position: absolute;
    top: 1px;
    right: 3px;
    z-index: 2;
}
.author-details .info-wrap,
.border-blog2,
.border-blog > * {
    border-bottom: 1px solid var(--border-color);
}
.blog-style3,
.blog-style9,
.checklist li,
.counter-card,
.counter-card-wrap,
.story-box-wrap {
    position: relative;
}
.story-box-area {
    max-width: 1060px;
    margin: 0 auto;
    background-size: auto;
    background-repeat: repeat-y;
    background-position: top center;
}
.story-box-wrap {
    display: flex;
    gap: 50px;
    margin-bottom: 60px;
    z-index: 2;
    max-width: 635px;
}
.story-box-wrap:nth-child(2n) {
    margin-left: auto;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: row-reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
}
.story-box-wrap:nth-child(2n) .story-box {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: row-reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
}
.story-box-wrap:nth-child(2n) .story-box:after,
.story-box-wrap:nth-child(2n) .story-box:before {
    -webkit-transform: rotateY(180deg);
    transform: rotateY(180deg);
}
.story-box-wrap:nth-child(2n) .story-box:before {
    left: 3px;
    right: unset;
}
.story-box-wrap .story-year {
    height: 50px;
    min-width: 50px;
    line-height: 53px;
    border-radius: 99px;
    box-shadow: 0 10px 50px rgba(0, 0, 0, 0.2);
    text-align: center;
    background-color: var(--body-bg);
    margin-left: auto;
    -webkit-transition: 0.4s ease-in-out;
    transition: 0.4s ease-in-out;
}
.story-box .box-img {
    width: 200px;
}
.blog-style4 .blog-img img,
.story-box .box-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.story-box .box-title {
    font-size: 22px;
    margin-top: -0.24em;
    margin-bottom: 5px;
}
.story-box .box-content {
    padding: 38px 40px;
    box-shadow: 0 10px 50px rgba(0, 0, 0, 0.08);
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    border: 1px solid var(--border-color);
    background-color: var(--body-bg);
}
.team-card .box-img {
    overflow: hidden;
    position: relative;
    z-index: 2;
    margin-bottom: 20px;
}
.team-card .box-img:after {
    content: "";
    position: absolute;
    inset: 0;
    background-color: var(--black-color);
    opacity: 0;
    -webkit-transform: scaleX(0);
    -ms-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transition: 0.4s ease-in-out;
    transition: 0.4s ease-in-out;
}
.team-card .th-social {
    position: absolute;
    bottom: 30px;
    right: 30px;
    z-index: 3;
    width: 40px;
}
.team-card .th-social a {
    margin: 10px 0 0;
    visibility: hidden;
    opacity: 0;
    -webkit-transform: translateX(30px);
    -ms-transform: translateX(30px);
    transform: translateX(30px);
}
.team-card .th-social a:first-child {
    -webkit-transition-delay: 0.3s;
    transition-delay: 0.3s;
}
.team-card .th-social a:nth-child(2) {
    -webkit-transition-delay: 0.2s;
    transition-delay: 0.2s;
}
.team-card .th-social a:nth-child(3) {
    -webkit-transition-delay: 0.1s;
    transition-delay: 0.1s;
}
.team-card .th-social a:nth-child(4) {
    -webkit-transition-delay: 0s;
    transition-delay: 0s;
}
.team-card .box-title {
    font-size: 22px;
    margin-bottom: 5px;
}
.team-card .box-text {
    font-size: 14px;
    font-weight: 500;
}
.team-card:hover .box-img:after {
    -webkit-transform: scaleX(1);
    -ms-transform: scaleX(1);
    transform: scaleX(1);
    opacity: 0.6;
}
.team-card:hover .th-social a {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
    visibility: visible;
    opacity: 1;
}
.author-details {
    --border-color: #e5e5e5;
    background-color: var(--smoke-color);
}
.author-details .author-img,
.blog-style3 .blog-img,
.blog-style6 .blog-img,
.blog-style9 .blog-img {
    overflow: hidden;
}
.author-details .author-img img {
    width: 100%;
    max-height: 400px;
    object-fit: cover;
}
.author-details .info-wrap {
    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;
    padding-bottom: 17px;
    margin-bottom: 17px;
}
.author-details .info-wrap.top-border {
    border-top: 1px solid var(--border-color);
    padding-top: 17px;
}
.author-details .box-title-18 {
    margin-bottom: 10px;
    margin-top: 25px;
    font-weight: 700;
}
.blog-style1 .blog-img .play-btn,
.blog-style3 > .play-btn {
    margin-top: calc(var(--icon-size) / -2);
    margin-right: calc(var(--icon-size) / -2);
    top: 50%;
    right: 50%;
    position: absolute;
}
.author-details .author-content {
    background-color: var(--smoke-color);
    padding: 40px;
}
.counter-card {
    --border-color: rgba(255, 255, 255, 0.3);
    border-right: 1px solid var(--border-color);
    text-align: center;
    z-index: 2;
}
.counter-card-wrap {
    background-color: var(--theme-color);
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    padding: 60px 0;
    z-index: 3;
}
.blog-tab:after,
.news-area {
    background-color: var(--border-color);
}
.counter-card_number {
    font-size: 60px;
    color: var(--white-color);
    font-weight: 700;
    margin-bottom: 2px;
    margin-top: -0.25em;
}
.counter-card_text {
    font-weight: 500;
    color: var(--white-color);
    display: block;
    margin-bottom: -0.5em;
}
.cta-sec-1 {
    padding-bottom: 100px;
}
.counter-sec-1 {
    margin-top: -100px;
}
@media (max-width: 991px) {
    .contact-feature {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        text-align: center;
    }
    .contact-feature .box-content a {
        margin-left: auto;
        margin-right: auto;
    }
    .counter-card-wrap {
        grid-template-columns: repeat(2, 1fr);
        padding: 40px;
    }
    .counter-card:nth-child(2n) {
        border-right: none;
    }
    .counter-card:nth-child(-n + 2) {
        border-bottom: 1px solid var(--border-color);
        padding-bottom: 30px;
    }
    .counter-card:nth-last-child(-n + 2) {
        padding-top: 30px;
    }
}
.blog-style1 .blog-img {
    overflow: hidden;
    margin-bottom: 20px;
}
.blog-style1 .blog-img .play-btn {
    --icon-size: 50px;
}
.blog-style1 .blog-meta {
    margin-bottom: -0.4em;
}
.blog-style1:has(.box-title-24) .blog-img {
    margin-bottom: 25px;
}
.blog-style1.style-big .blog-meta a,
.blog-style1.style-big .blog-meta span {
    padding-right: 20px;
    margin-right: 16px;
}
.border-blog > * {
    padding-bottom: 24px;
}
.hpodcast{min-height: 69px;}
.gmt{ width: 154px; min-height: 68px; top: -8px;  position: relative;}

.border-blog.three-column:nth-last-child(-n + 3) > *,
.border-blog.two-column:nth-last-child(-n + 2) > *,
.border-blog:last-child > * {
    padding-bottom: 0;
    border-bottom: none;
}
.blog-style2 {
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 18px;
}
.blog-style4,
.checklist li {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
}
.blog-style2 .blog-img {
    overflow: hidden;
    width: 100px;
}
.blog-style2 .blog-img .play-btn {
    --icon-size: 34px;
    font-size: 12px;
    position: absolute;
    left: 50%;
    top: 50%;
    margin: calc(var(--icon-size) / -2) 0 0 calc(var(--icon-size) / -2);
}
.blog-style2 .blog-img .icon {
    position: absolute;
    bottom: 0;
    left: 10px;
    color: var(--white-color);
    font-size: 20px;
    visibility: hidden;
    opacity: 0;
    -webkit-transition: 0.4s ease-in-out;
    transition: 0.4s ease-in-out;
}
.blog-style2 .category {
    line-height: 21px;
    margin-bottom: 9px;
}
.blog-style2 .box-title-20 {
    margin-bottom: 2px;
}
.blog-style2:has(.box-title-20) {
    gap: 24px;
}
.blog-style2:has(.box-title-20) .blog-img {
    width: 110px;
}
@media (max-width: 340px) {
    .share-links .share-links-title {
        width: 50px;
    }
    .blog-style2 .box-title-20 {
        font-size: 18px;
    }
    .blog-style2:has(.box-title-20) .blog-img {
        width: 100px;
    }
}
.blog-style2 .blog-img.img-100 {
    width: 100px;
}
.blog-style2 .img-big,
.img-130 {
    width: 130px !important;
}
.blog-style2:has(.img-big) .category {
    line-height: 24px;
    margin-bottom: 14px;
}
.mbn-24 {
    margin-bottom: -24px;
}
.blog-style3 {
    --space: 25px;
    -webkit-transition: 0.4s ease-in-out;
    transition: 0.4s ease-in-out;
}
.blog-style3:has(.box-title-24),
.blog-style3:has(.box-title-30) {
    --space: 30px;
}
.blog-style3:has(.box-title-22) {
    --space: 20px;
}
.blog-style3 > .play-btn {
    --icon-size: 70px;
    z-index: 3;
}
.blog-style3 .blog-img:after {
    content: "";
    position: absolute;
    inset: 0;
    background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.3) 0, rgba(0, 0, 0, 0.75) 100%);
    background: linear-gradient(180deg, rgba(0, 0, 0, 0.3) 0, rgba(0, 0, 0, 0.75) 100%);
}
.blog-style3 .blog-img .play-btn {
    position: absolute;
    top: var(--space);
    right: var(--space);
}
.blog-style3 .blog-img img {
    min-height: 220px;
    width: 100%;
    object-fit: cover;
}
.blog-style3 .blog-content {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    padding: var(--space);
    z-index: 3;
}
.blog-style3 .box-title-24,
.blog-style3 .box-title-30 {
    margin-top: 0;
    margin-bottom: 10px;
}
.blog-style3 .box-title-18,
.blog-style3 .box-title-20,
.blog-style3 .box-title-22 {
    margin-bottom: 7px;
}
.dark-theme > .blog-style3 {
    --border-color: #efefef;
}
.blog-overflow,
.blog-style6 .blog-content {
    border: 1px solid var(--border-color);
    padding: 30px;
}
.border-blog > .blog-style3 .blog-content {
    padding-bottom: calc(var(--space) + 24px);
}
.border-blog:last-child > .blog-style3 .blog-content {
    padding-bottom: var(--space);
}
@media (max-width: 1199px) {
    .contact-map iframe {
        height: 360px;
    }
    .img-box1 img {
        width: 100%;
        max-height: 470px;
        object-fit: cover;
    }
    .img-box1 .img1 {
        width: 57%;
    }
    .img-box1 .img2 {
        width: 37%;
    }
    .story-box-area {
        background-image: none !important;
    }
    .story-box-wrap {
        gap: 20px;
        margin-bottom: 40px;
    }
    .border-blog:last-child > * {
        padding-bottom: 24px;
        border-bottom: 1px solid var(--border-color);
    }
    .blog-style3 .blog-img img {
        max-height: 500px;
    }
    .border-blog:last-child > .blog-style3 .blog-content {
        padding-bottom: calc(var(--space) + 24px);
    }
}
.space-40 .blog-style3 {
    --space: 40px;
}
#blog-video-slide1 {
    margin-left: 0;
    margin-right: 0;
}
.video-center-mode > * {
    --space: 25px;
    width: 288px;
}
.video-center-mode .blog-img img {
    height: 350px;
}
.video-center-mode.slick-current .box-title-30 {
    font-size: 30px;
}
.video-center-mode.slick-current > * {
    width: 600px;
    --space: 35px;
}
.img-overlay2 .blog-img:after {
    background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 19.27%, #000 100%);
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 19.27%, #000 100%);
}
.blog-style4 {
    display: flex;
    gap: 30px;
}
.blog-style4 .blog-img {
    overflow: hidden;
    width: 300px;
}
.blog-style4 .w-270 {
    width: 270px;
}
.blog-style4 .w-386 {
    width: 386px;
}
@media (max-width: 1299px) {
    .video-center-mode .box-title-30 {
        font-size: 16px;
    }
    .video-center-mode.slick-current .box-title-30 {
        font-size: 26px;
    }
    .video-center-mode.slick-current > * {
        width: 501px;
    }
    .blog-style4 .w-386 {
        width: 280px;
    }
}
.blog-style4 .blog-content {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    align-self: center;
}
.blog-style4 .category {
    margin-bottom: 16px;
}
.blog-bg-style1 .blog-meta,
.blog-style4 .blog-meta,
.blog-style6 .blog-meta {
    margin-bottom: -0.45em;
}
.blog-style4 .box-title-24 {
    margin-bottom: 8px;
}
.blog-style4 .th-btn {
    margin-top: 28px;
}
.two-column .blog-style4 .blog-img {
    width: 220px;
}
@media (max-width: 767px) {
    .sec-title {
        font-size: 24px;
    }
    :root {
        --section-title-space: 34px;
    }
    .btn-group.style2 {
        gap: 20px 30px;
    }
    .btn-group {
        gap: 20px;
    }
    .blog-single,
    .footer-widget .widget_title {
        margin-bottom: 35px;
    }
    .th-widget-about .about-text {
        margin-bottom: 20px;
    }
    .blog-single .blog-audio,
    .blog-single .blog-img,
    .blog-single .blog-video,
    .social-box.mb-30 {
        margin-bottom: 25px;
    }
    .header-layout3 .header-middle {
        padding: 15px 0 8px;
    }
    .header-layout3 .header-middle .header-icon {
        margin-bottom: 5px;
    }
    .footer-menu ul li {
        margin-right: 24px;
    }
    .th-pagination a,
    .th-pagination span {
        width: 40px;
        height: 40px;
        line-height: 40px;
        font-size: 14px;
    }
    .wp-block-pullquote.is-style-solid-color blockquote {
        max-width: 90%;
    }
    .wp-block-quote cite,
    blockquote cite {
        font-size: 18px;
    }
    .blog-navigation .nav-btn {
        gap: 15px;
    }
    .blog-navigation .nav-btn .title,
    .cart_table thead,
    .tinv-wishlist table.tinvwl-table-manage-list tbody td.product-remove,
    .tinv-wishlist table.tinvwl-table-manage-list thead th:not(.product-name),
    tfoot.checkout-ordertable th {
        display: none;
    }
    .blog-navigation .nav-btn img {
        max-width: 50px;
    }
    .blog-navigation .divider {
        height: 50px;
    }
    .blog-author,
    .popup-subscribe {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
    }
    .blog-single:not(.has-post-thumbnail),
    .story-box .box-content {
        padding: 20px;
    }
    .blog-single .blog-text {
        margin-bottom: 22px;
    }
    .blog-single .blog-bottom {
        padding-top: 15px;
    }
    .cart_table td::before,
    .th-comments-wrap .comment-top,
    .th-comments-wrap .th-post-comment {
        display: block;
    }
    .th-comments-wrap .star-rating {
        position: relative;
        top: 0;
        right: 0;
    }
    .th-comments-wrap .comment-avater {
        margin-right: 0;
        margin-bottom: 25px;
    }
    .th-comments-wrap .children {
        margin-left: 30px;
    }
    .error-title {
        margin-bottom: 10px;
    }
    .popup-subscribe .box-content {
        text-align: center;
        padding: 40px 20px;
    }
    .popup-subscribe .box-img,
    .popup-subscribe .box-img img {
        width: 100%;
    }
    .woocommerce-info,
    .woocommerce-message {
        font-size: 14px;
        line-height: 22px;
        padding: 10px 15px 10px 37px;
    }
    .woocommerce-info:before,
    .woocommerce-message:before {
        font-size: 16px;
        top: 10px;
        left: 15px;
    }
    .th-sort-bar {
        text-align: center;
        padding: 10px 15px 15px;
    }
    .th-sort-bar .nav {
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
    }
    .th-sort-bar select {
        margin: 0 auto;
    }
    .th-sort-bar .woocommerce-result-count {
        padding-left: 0;
    }
    .th-product-box.list-view .product-img {
        max-width: 130px;
    }
    .th-product-box.list-view .actions {
        --btn-size: 30px;
        --btn-font-size: 10px;
        --icon-gap-x: 2px;
    }
    .cart_table {
        text-align: left;
        min-width: auto;
        border-collapse: separate;
        border-spacing: 0 20px;
        border: none;
    }
    .cart_table td {
        padding: 15px 15px 15px 25%;
        display: block;
        width: 100%;
        text-align: right;
        border: 1px solid var(--border-color);
        border-bottom: none;
    }
    .cart_table td:last-child,
    .tinv-wishlist table tfoot {
        border-bottom: 1px solid var(--border-color);
    }
    .cart_table td.actions {
        padding-left: 15px;
        text-align: center;
    }
    .cart_table td.actions > .th-btn {
        margin-top: 10px;
        display: block;
        width: -webkit-max-content;
        width: -moz-max-content;
        width: max-content;
        margin-left: auto;
        margin-right: auto;
    }
    .cart_table td.actions > .th-btn:last-child {
        margin-right: auto;
    }
    .cart_table .th-cart-coupon {
        width: 100%;
        text-align: center;
        float: none;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
        display: block;
        padding-bottom: 10px;
    }
    .cart_table .th-cart-coupon input {
        width: 100%;
        margin-bottom: 10px;
    }
    .cart_totals td,
    .cart_totals th {
        padding: 15px 10px;
    }
    .cart_totals td:first-child,
    .cart_totals th:first-child {
        width: 17%;
        line-height: 1.4;
    }
    .woocommerce-checkout-payment ul input[type="radio"] ~ label img {
        max-width: 150px;
    }
    .checkout-ordertable td,
    .checkout-ordertable th {
        padding: 5px 20px 5px 60px;
    }
    .tinv-wishlist table {
        table-layout: fixed;
        border-bottom: 1px solid var(--border-color);
    }
    .tinv-wishlist table td,
    .tinv-wishlist table th {
        border: 1px solid var(--border-color);
        border-bottom: none;
    }
    .tinv-wishlist table.tinvwl-table-manage-list tbody td {
        display: block;
        width: 100% !important;
        text-align: center;
    }
    .product-name {
        text-align: center;
    }
    .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;
    }
    .contact-map iframe {
        height: 260px;
    }
    .space-40 .blog-style3 {
        --space: 30px;
    }
    .video-center-mode.slick-current > *,
    .video-center-mode > * {
        width: 100%;
        --space: 30px;
    }
    .video-center-mode .box-title-30,
    .video-center-mode.slick-current .box-title-30 {
        font-size: 26px;
    }
    #blog-video-slide1 {
        margin-left: -12px;
        margin-right: -12px;
    }
    .blog-style4 {
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
    .blog-style4 .blog-img {
        min-width: 100%;
    }
}
.border-blog2 {
    padding-bottom: 30px;
    margin-bottom: 30px;
}
.blog-style5 .box-title-18 {
    margin-bottom: 9px;
}
.blog-overflow {
    overflow-y: scroll;
    max-height: 497px;
    cursor: s-resize;
}
.news-area,
.tab-menu,
.th-hero-wrapper {
    overflow: hidden;
}
.blog-tab .indicator,
.blog-tab:after {
    position: absolute;
    right: -15px;
    border-radius: 99px;
    width: 4px;
}
.blog-bg-style1 {
    padding: 160px 0;
}
.blog-bg-style1 .play-btn {
    --icon-size: 80px;
}
.blog-bg-style1.row {
    -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;
}
.blog-style7 .blog-img {
    overflow: hidden;
    margin-bottom: 22px;
}
.blog-style7 .box-title-24 {
    margin-bottom: 18px;
}
@media (min-width: 1300px) {
    .container-full {
        max-width: 1920px;
        padding: 0 var(--container-gutters);
    }
    .row {
        --bs-gutter-x: 24px;
    }
    .header-layout5 .container {
        --main-container: 1664px;
    }
    .blog-author,
    .blog-navigation,
    .blog-single,
    .page-single,
    .related-post-wrapper,
    .search-wrap,
    .th-comment-form,
    .th-comments-wrap {
        margin-right: 16px;
    }
    .img-box1 {
        margin-right: 36px;
    }
    .blog-tab {
        padding-right: 15px;
    }
}
.blog-tab .play-btn {
    pointer-events: none;
}
.blog-tab .tab-btn {
    margin-bottom: 20px;
    cursor: pointer;
}
.blog-tab:after {
    content: "";
    height: 100%;
    bottom: 0;
}
.blog-tab .indicator {
    top: var(--pos-y);
    background-color: var(--theme-color);
    height: var(--height-set);
    -webkit-transition: 0.4s ease-in-out;
    transition: 0.4s ease-in-out;
    z-index: 2;
}
.blog-style9 .blog-content,
.category-card:after {
    background-color: var(--body-bg);
    position: absolute;
}
.blog-style2 .blog-img:after {
    content: "";
    position: absolute;
    inset: 0;
    background-color: var(--title-dark);
    opacity: 0;
    visibility: hidden;
    -webkit-transition: 0.3s;
    transition: 0.3s;
}
.tab-btn.active .blog-style2 .blog-img:after {
    opacity: 0.5;
    visibility: visible;
}
.tab-btn.active .blog-style2 .blog-img .icon {
    visibility: visible;
    opacity: 1;
    bottom: 7px;
    z-index: 2;
}
.tab-btn.active .blog-style2 .blog-img .play-btn {
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0);
}
@media (max-width: 1199px) {
    .blog-bg-style1 {
        padding: 120px 0;
    }
    .blog-tab .tab-btn {
        margin-bottom: 24px;
    }
    .blog-tab .tab-btn:last-child {
        margin-bottom: 0;
    }
    .blog-tab .blog-style2 .blog-content {
        display: none;
    }
    .blog-tab .indicator,
    .blog-tab::after {
        right: -10px;
    }
    .checklist.mb-45 {
        margin-bottom: 40px;
    }
}
@media (max-width: 991px) {
    .border-blog.three-column:nth-last-child(-n + 3) > * {
        border-bottom: 1px solid var(--border-color);
        padding-bottom: 24px;
    }
    .blog-bg-style1 {
        padding: 100px 0;
    }
    .blog-tab {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        gap: 24px;
        margin-bottom: 24px;
    }
    .blog-tab .blog-img {
        width: 100% !important;
    }
    .blog-tab .blog-img img {
        height: 100px !important;
        object-fit: cover;
    }
    .blog-tab .tab-btn {
        margin-bottom: 24px;
        -webkit-box-flex: 1;
        -webkit-flex: 1;
        -ms-flex: 1;
        flex: 1;
    }
    .blog-tab:after {
        height: 4px;
        width: 100%;
        right: 0;
    }
    .blog-tab .indicator {
        right: unset;
        left: var(--pos-x);
        top: unset;
        bottom: 0;
        height: 4px;
        width: var(--width-set);
    }
}
@media (max-width: 575px) {
    .blog-style-bg,
    .sidebar-area.style-bg {
        padding: 15px;
    }
    .header-layout1 .header-logo img {
        max-width: 150px;
    }
    .newsletter-form:has(.th-btn) {
        -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;
    }
    .blog-single .blog-meta a,
    .blog-single .blog-meta span {
        padding-right: 0;
        margin-right: 15px;
    }
    .blog-single .blog-meta a:after,
    .blog-single .blog-meta span:after {
        display: none;
    }
    .blog-author {
        text-align: center;
        padding: 40px 20px;
    }
    .blog-author .author-top {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        gap: 10px;
    }
    .blog-single.style-bg {
        padding: 15px !important;
    }
    .share-links-wrap {
        max-width: 100%;
    }
    .share-links .share-links-title {
        display: inline-block;
        margin-right: 10px;
        margin-bottom: 0;
    }
    .share-links {
        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;
    }
    .multi-social a {
        margin-bottom: 0;
        margin-right: 3px;
    }
    .blog-info-wrap {
        gap: 5px;
    }
    .blog-details .blog-content-wrap {
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        gap: 24px;
    }
    .popup-search-box button.searchClose {
        top: 20px;
        right: 20px;
    }
    .popup-search-box form input {
        font-size: 16px;
        height: 60px;
    }
    .popup-search-box form button {
        font-size: 20px;
        height: 60px;
        width: 60px;
    }
    .quote-form-box,
    .woocommerce-Reviews .th-comment-form,
    .woocommerce-form-coupon,
    .woocommerce-form-login,
    .woocommerce-form-register {
        padding: 40px 20px;
    }
    .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;
    }
    .contact-feature .box-content {
        margin-left: auto;
        margin-right: auto;
    }
    .blog-tab,
    .img-box1 {
        gap: 10px;
    }
    .img-box1 .icon-btn {
        --btn-size: 50px;
        border-radius: 5px;
        top: 40px;
    }
    .story-box:after,
    .story-box:before {
        margin-top: 0;
        margin-left: 19px;
        -webkit-transform: rotateY(0) !important;
        transform: rotateY(0) !important;
    }
    .story-box:before {
        top: calc(100% + -38px) !important;
        left: 2px !important;
    }
    .story-box,
    .story-box-wrap,
    .story-box-wrap:nth-child(2n),
    .story-box-wrap:nth-child(2n) .story-box {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
    }
    .story-box-wrap .story-year {
        margin-left: unset;
        margin-right: auto;
    }
    .story-box .box-img {
        width: 100%;
        max-height: 200px;
        overflow: hidden;
    }
    .story-box .box-content {
        padding: 38px 40px;
    }
    .counter-card-wrap {
        padding: 40px 0;
    }
    .counter-card_number {
        font-size: 48px;
        margin-bottom: 0;
    }
    .counter-card_text {
        font-size: 14px;
    }
    .blog-style3:has(.box-title-24),
    .blog-style3:has(.box-title-30) {
        --space: 20px;
    }
    .blog-style3 > .play-btn {
        --icon-size: 50px;
        font-size: 0.9em;
    }
    .blog-style3,
    .space-40 .blog-style3,
    .video-center-mode.slick-current > *,
    .video-center-mode > * {
        --space: 20px;
    }
    .video-center-mode .box-title-30 {
        font-size: 24px !important;
    }
    .blog-bg-style1 {
        text-align: center;
    }
}
.blog-style8 {
    padding-left: 28px;
}
.blog-style8 .blog-img:after {
    content: "";
    position: absolute;
    inset: 0;
    background-color: var(--title-dark);
    opacity: 0.4;
}
.blog-style8 .blog-img img {
    width: 100%;
    min-height: 378px;
    object-fit: cover;
}
.blog-style8 .blog-img .play-btn {
    --icon-size: 50px;
    position: absolute;
    left: 50%;
    top: 50%;
    margin: calc(var(--icon-size) / -2) 0 0 calc(var(--icon-size) / -2);
}
.container-full-1 {
    max-width: 100%;
    padding: 36px 36px 0;
}
.blog-style9 {
    padding-bottom: 100px;
}
.blog-style9 .blog-img img {
    width: 100%;
    min-height: 310px;
    object-fit: cover;
}
.blog-style9 .blog-content {
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.08);
    max-width: calc(100% - 80px);
    bottom: 0;
    left: 40px;
    padding: 30px;
    text-align: center;
}
.blog-style9:hover .blog-img img {
    -webkit-transform: scale(1.09);
    -ms-transform: scale(1.09);
    transform: scale(1.09);
}
.checklist ul {
    padding-left: 0;
    list-style: none;
    text-align: left;
    margin-bottom: 0;
}
.checklist li {
    color: var(--title-color);
    font-weight: 500;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 10px;
}
.dark-theme .th-btn.active,
.dark-theme .th-btn:hover,
.news-area a {
    color: #080809;
}
.checklist li:not(:last-child) {
    margin-bottom: 11px;
}
.checklist.style2 li > i {
    font-size: 24px;
    color: var(--theme-color2);
}
.th-video img {
    border-radius: inherit;
}
.th-video .play-btn {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}
.rounded-10 {
    border-radius: 10px;
}
.icon-box {
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
    gap: 10px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}
.btn-wrap,
.news-area {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
}
.icon-box.has-right-line:after {
    content: "";
    width: 160px;
    height: 4px;
    background: -webkit-linear-gradient(left, var(--theme-color) 0, rgba(232, 58, 21, 0) 100%);
    background: linear-gradient(90deg, var(--theme-color) 0, rgba(232, 58, 21, 0) 100%);
    margin-left: 10px;
}
.btn-wrap {
    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;
}
.switcher-fixed {
    position: fixed;
    top: 50%;
    right: 50px;
    margin-top: -9px;
    z-index: 20;
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
}
.category-card,
.tab-menu,
.th-hero-wrapper {
    position: relative;
    z-index: 2;
}
.switcher-fixed i {
    -webkit-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg);
}
.category-card {
    text-align: center;
    padding: 25px 10px;
}
.category-card:after {
    content: "";
    inset: 0;
    border: 1px solid var(--border-color);
    z-index: -1;
    -webkit-transition: 0.4s ease-in-out;
    transition: 0.4s ease-in-out;
}
.category-card .box-title {
    font-size: 18px;
    font-weight: 600;
    margin-bottom: -0.3em;
}
.category-card:hover:after {
    -webkit-transform: scaleX(0);
    -ms-transform: scaleX(0);
    transform: scaleX(0);
}
.category-card:hover .box-icon img {
    -webkit-filter: invert(1);
    filter: invert(1);
    -webkit-transform: rotateY(360deg);
    transform: rotateY(360deg);
}
.news-area a,
.news-wrap marquee.news-scroll a {
    margin: 0 10px;
}
.news-area {
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}
.filter-menu,
.tab-menu {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
}
.news-area .title {
    display: inline-block;
    text-transform: uppercase;
    color: var(--white-color);
    background-color: var(--theme-color);
    white-space: nowrap;
}
.filter-menu .tab-btn,
.tab-menu .tab-btn {
    color: var(--title-color);
    text-transform: uppercase;
    font-size: 14px;
}
.news-area .news-wrap {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    max-width: calc(100% - 160px);
    padding: 0px 40px;
}
.breaking-news {
    font-size: 14px;
    color: var(--body-color);
    position: relative;
    padding-left: 18px;
}
.register button,
.topic-title,
.topics h4,
.topics h4 a {
    font-size: 13px;
}
.breaking-news:before {
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    margin-top: -4px;
    width: 8px;
    height: 8px;
    background-color: var(--theme-color);
    border-radius: 99px;
}
.tab-menu {
    display: flex;
    background-color: var(--smoke-color);
    border-radius: 4px;
    margin-bottom: 28px;
}
.tab-menu .tab-btn {
    font-weight: 700;
    padding: 8px 5px 6px;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    background-color: transparent;
    border: none;
}
.tab-menu .indicator {
    position: absolute;
    top: var(--pos-y);
    left: var(--pos-x);
    height: var(--height-set);
    width: var(--width-set);
    background-color: var(--theme-color);
    -webkit-transition: 0.4s ease-in-out;
    transition: 0.4s ease-in-out;
    z-index: -1;
}
.filter-menu {
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 8px;
}
@media (max-width: 375px) {
    .h1,
    h1 {
        font-size: 32px;
    }
    .box-title-50 {
        font-size: 24px;
    }
    .box-title-30,
    .box-title-40 {
        font-size: 22px;
    }
    .th-product.list-view .product-img {
        max-width: 130px;
    }
    .author-details .author-content {
        padding: 20px;
    }
    .blog-style2 .img-big {
        width: 110px !important;
    }
    .blog-style2:has(.img-big) .category {
        line-height: 21px;
    }
    .blog-style3 > .play-btn {
        top: 60px;
        right: 60px;
    }
    .blog-tab,
    .filter-menu {
        gap: 5px;
    }
}
.filter-menu .tab-btn {
    background-color: var(--body-bg);
    border: 1px solid var(--border-color);
    padding: 2px 16px;
    border-radius: 4px;
    -webkit-transition: 0.4s ease-in-out;
    transition: 0.4s ease-in-out;
}
.dark-theme,
.dark-theme .author-details,
.dark-theme .footer-wrapper,
html.dark-theme .dark-theme > .blog-style3 {
    --border-color: #54595f;
}
.th-hero-wrapper .slick-dots {
    position: absolute;
    top: 50%;
    left: 80px;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}
.th-hero-bg {
    position: absolute;
    inset: 0;
}
.th-hero-bg img {
    height: 100%;
    width: 100%;
    object-fit: cover;
}
.hero-1 .blog-bg-style1 {
    padding: 120px 0 270px;
    max-width: 810px;
    position: relative;
    z-index: 6;
}
.hero-1 .blog-text {
    font-size: 18px;
    margin-top: 22px;
    max-width: 690px;
    margin-bottom: -0.45em;
}
.hero-tab {
    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: 24px;
    border-top: 1px solid #54595f;
    padding-top: 30px;
    position: relative;
}
.hero-tab-area {
    position: absolute;
    bottom: 40px;
    right: 0;
    width: 100%;
}
.hero-tab .tab-btn {
    cursor: pointer;
}
.hero-tab .indicator {
    position: absolute;
    left: var(--pos-x);
    top: -1px;
    background-color: var(--theme-color);
    height: 2px;
    width: var(--width-set);
    -webkit-transition: 0.4s ease-in-out;
    transition: 0.4s ease-in-out;
}
@media (max-width: 1199px) {
    .icon-box.has-right-line:after {
        display: none;
    }
    p.mb-40 {
        margin-bottom: 35px;
    }
    p.mb-45 {
        margin-bottom: 38px;
    }
    .hero-1 .blog-bg-style1 {
        padding: 90px 0 220px;
        max-width: 740px;
    }
    .hero-tab .tab-btn img {
        min-height: 60px;
        object-fit: cover;
    }
}
@media (max-width: 991px) {
    .blog-style8 {
        padding-left: 0;
    }
    .hero-1 .blog-bg-style1 {
        padding: 90px 0 190px;
        max-width: 540px;
    }
    .hero-1 .blog-text {
        font-size: 16px;
        max-width: 600px;
    }
    .hero-tab {
        gap: 12px;
        padding-top: 16px;
    }
}
@media (max-width: 767px) {
    .switcher-fixed {
        right: 20px;
    }
    .hero-1 .blog-bg-style1 {
        text-align: center;
    }
}
@media (max-width: 575px) {
    .container-full-1 {
        max-width: 575px;
        padding: 12px 12px 0;
    }
    .blog-style9 .blog-content {
        max-width: calc(100% - 40px);
        left: 20px;
        padding: 30px 10px;
    }
    .news-area .title {
        padding: 7px;
        min-width: 138px;
    }
    .news-area .news-wrap {
        max-width: calc(100% - 138px);
        padding: 5px 20px;
    }
    .hero-1 .blog-bg-style1 {
        padding: 90px 0 160px;
    }
    .hero-tab-area {
        bottom: 20px;
    }
    .hero-tab .tab-btn img {
        min-height: 40px;
    }
}
.dark-theme {
    --body-color: #b5b5b5;
    --smoke-color: #171718;
    --smoke-color2: #171718;
    --gray-color: #54595f;
    --body-bg: #1e1e1e;
}
.dark-theme .breadcumb-wrapper,
.dark-theme .header-top,
.dark-theme .news-area {
    --border-color: #282828;
}
.dark-theme .category-card .box-icon img {
    -webkit-filter: invert(1);
    filter: invert(1);
}
.dark-theme .author-details .th-social a {
    --smoke-color: #1e1e1e;
}
.dark-theme .main-menu ul.sub-menu,
.dark-theme .woocommerce-form-coupon,
.dark-theme .woocommerce-form-login,
.dark-theme .woocommerce-form-register {
    box-shadow: 0 6px 30px rgba(255, 255, 255, 0.05);
}
.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-15 {
    padding-top: 15px;
    padding-bottom: 15px;
}
.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-20 {
    padding-top: 20px;
}
.pt-25 {
    padding-top: 25px;
}
.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-10 {
    padding-left: 10px;
}
.pl-15 {
    padding-left: 15px;
}
.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-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-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,
.news-wrap .news-scroll {
    margin-top: 10px;
}
.mt-30 {
    margin-top: 30px;
}
.mt-40 {
    margin-top: 40px;
}
.mt-45 {
    margin-top: 45px;
}
.mt-50 {
    margin-top: 50px;
}
.mb-25 {
    margin-bottom: 25px;
}
.mb-45 {
    margin-bottom: 45px;
}
.ml-5 {
    margin-left: 5px;
}
.ml-20 {
    margin-left: 20px;
}
.ml-25 {
    margin-left: 25px;
}
.ml-30 {
    margin-left: 30px;
}
.ml-35 {
    margin-left: 35px;
}
.ml-45 {
    margin-left: 45px;
}
.ml-50 {
    margin-left: 50px;
}
.mr-20 {
    margin-right: 20px;
}
.mr-25 {
    margin-right: 25px;
}
.mr-30 {
    margin-right: 30px;
}
.mr-35 {
    margin-right: 35px;
}
.mr-40 {
    margin-right: 40px;
}
.mr-45 {
    margin-right: 45px;
}
.mr-50 {
    margin-right: 50px;
}
.mb-60 {
    margin-bottom: 60px;
}
.mb-33 {
    margin-bottom: 33px;
}
.mb-28 {
    margin-bottom: 28px;
}
.mt-n1 {
    margin-top: -0.25rem;
}
.mt-n2 {
    margin-top: -0.4rem;
}
.mt-n3 {
    margin-top: -0.8rem;
}
.mt-n4 {
    margin-top: -1.5rem;
}
.mt-n5 {
    margin-top: -3rem;
}
.mb-n1 {
    margin-bottom: -0.25rem;
}
.mb-n2 {
    margin-bottom: -0.4rem;
}
.mb-n3 {
    margin-bottom: -0.8rem;
}
.mb-n4 {
    margin-bottom: -1.5rem;
}
.mb-n5 {
    margin-bottom: -3rem;
}
.space,
.space-top {
    padding-top: var(--section-space);
}
.space,
.space-bottom {
    padding-bottom: var(--section-space);
}
.space2,
.space2-top {
    padding-top: 100px;
}
.space2,
.space2-bottom {
    padding-bottom: 100px;
}
.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) {
    .space2,
    .space2-top {
        padding-top: 60px;
    }
    .space2,
    .space2-bottom {
        padding-bottom: 60px;
    }
    .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;
    }
}
.text-dark {
    color: #333 !important;
}
.text-grey {
    color: grey !important;
}
.mdata,
.text-grey1 {
    color: #666 !important;
}
.filter-menu {
    border: 0.83px solid #4d4d4d;
}
.bg-transparent,
.news-area,
.no-bg > * {
    background: 0 0 !important;
}
.soclinks a {
    width: 25px;
    height: 25px;
}
.blog-meta a::after,
.recent-post-wrap .media-img:after {
    visibility: hidden;
}
.row-reverse {
    flex-direction: row-reverse;
}
.news-area .title {
    font-size: 17px;
    font-weight: 500;
    text-transform: uppercase;
    padding: 1px 7px;
    min-width: 137px;
    line-height: normal;
    text-align: center;
}
.breaking-news:before,
.breaknews {
    background-color: #252f3b !important;
}
.b-radius-3 {
    border-radius: 3px;
    -webkit-border-radius: 3px;
}
.b-radius-4 {
    border-radius: 4px !important;
    -webkit-border-radius: 4px !important;
}
.filter-menu .tab-btn {
    font-weight: 400;
    border: none;
}
.mdata {
    text-transform: uppercase !important;
}
.blog-classic .category,
.news-area a,
.topic-title,
.topics h4,
.topics h4 a {
    text-transform: uppercase;
}
.b-radius-10 {
    border-radius: 10px;
    -webkit-border-radius: 10px;
}
.b-radius-12 {
    border-radius: 12px;
    -webkit-border-radius: 12px;
}
.b-radius-round {
    border-radius: 50% !important;
    -webkit-border-radius: 50% !important;
}
.like:hover,
.like:hover i,
.text-light,
html.dark .mobile-head a.mobile-calendar,
html.dark-theme .news-area a,
html.dark-theme .text-dark {
    color: #fff !important;
}
.dark-theme .topics h4 a,
.topics {
    color: #54595f;
}
html.dark-theme .text-grey,
html.dark-theme .text-grey1 {
    color: #2eaddf !important;
}
.light-theme .mobile-calendar,
.light-theme .mobile-calendar i,
.newswitch span i {
    color: #0c4257 !important;
}
.new-switch span i {
    color: #0c4257 !important;
}


.kttheme-light {
    background-color: #252f3b !important;
}
.kttheme-dark {
    background-color: #106b8f !important;
}
.d-inline-flex {
    display: inline-flex !important;
}
.main-menu > ul > li {
    margin: 0 5px;
}
.newswitch {
    background-color: #fff;
    border-radius: 30px;
    padding: 10px;
}
.new-switch {
    background-color: #fff;
    border-radius: 30px;
    padding: 10px;
}



.theme-switcher button {
    height: 11px;
    width: 11px;
    top: 4px;
    left: 1px;
}
.theme-switcher {
    display: inline-block;
    height: 13px;
    width: 32px;
    vertical-align: middle;
    margin: 0 2px 1.5px;
}
.theme-switcher.active button {
    left: calc(100% - 13px);
}

.language-switcher button {
    height: 11px;
    width: 11px;
    top: 4px;
    left: 1px;
}
.language-switcher {
    display: inline-block;
    height: 13px;
    width: 32px;
    vertical-align: middle;
    margin: 0 2px 1.5px;
}
.language-switcher.active button {
    left: calc(100% - 13px);
}

.podcast {
    /*background:url('/api/assets/img/ktimg/wrap.png');*/
    background-position: bottom center;
    background-repeat: no-repeat;
    background-size: cover;
    max-width: 160px;
    height: 69px;
    top: -8px;
    position: relative;
    width: 160px;
}
#topicarea {
    background-position: center center;
    background-size: cover;
}
.topics h4 {
    margin: 1px 0;
}
.mb-50 {
    margin-bottom: 50px;
}
.blog-classic .category {
    padding: 0;
    font-weight: 400;
}
.blog-classic .blog-img span {
    width: 26px;
    height: 26px;
    color: #fff;
    background: #2eaddf;
    position: absolute;
    left: 0;
    bottom: 0;
    text-align: center;
    border-radius: 0 4px;
}
.topics {
    display: inline-flex;
    align-items: center;
    justify-content: space-between;
}
.topics h4,
.topics h4 a {
    font-weight: 600;
    line-height: normal !important;
}
.topics-meta a {
    font-size: 12px;
    text-transform: capitalize;
    color: #54595f;
}
.topics-meta i {
    font-size: 11px !important;
}
.blog-style2 .img-big1 {
    width: 164px !important;
}
.sec-title.has-line:after {
    margin-left: 10px;
    height: 6px;
    border-top: 1.5px solid #666;
    border-bottom: 1.5px solid #666;
}
.top-story {
    background-position: center center;
    background-size: cover;
}
.top-story .carousel-blk .col-auto {
    position: absolute;
    top: 0;
    opacity: 0;
    right: 0;
}
.top-story h3 {
    font-size: 19px;
    line-height: 22px;
    margin-top: 5px;
}
.font-weight-normal {
    font-weight: 400 !important;
}
.box-title-small {
    font-size: 13px !important;
}
.play-btn::after,
.play-btn::before {
    visibility: hidden;
    opacity: 0;
}
.play-btn:hover::after,
.play-btn:hover::before {
    visibility: visible;
    opacity: 0.5;
    transform: all ease-in-out 0.5s;
    -webkit-transform: all ease-in-out 0.5s;
}
.label-follow {
    background-position: left center;
    background-repeat: no-repeat;
    padding-left: 10px;
}
.footer-widget .menu li a::after {
    background-position: left center;
    background-repeat: no-repeat;
    position: absolute;
    left: 0;
    top: 7px;
    width: 7px;
    height: 7px;
    font-size: 0px;
}
.sidebar-wrap .widget_categories ul li a::after,
.sidebar-wrap .widget_categories ul li a::before {
    opacity: 0;
    background-color: rgba(0, 0, 0, 0.5);
}
.sidebar-wrap .widget_categories ul li a:hover::before {
    opacity: 1;
    background-color: rgba(0, 0, 0, 0.5);
    transform: none;
}
.sidebar-wrap .widget_categories ul li a {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 12px 15px;
    border: none;
    background-color: transparent !important;
}
#newsletter {
    padding: 45px 0 80px;
}
#newsletter .th-btn {
    height: 50px;
    border-radius: 0 5px 5px 0;
    position: absolute;
    right: 0;
    top: 0;
}
#newsletter input[type="email"] {
    padding-right: 120px;
    border: 2.36px solid #332c2b;
}
#newsletter input[type="email"]:focus {
    border-color: #2eaddf;
}
#newsletter .th-btn:before {
    background-color: #0c4257;
}
.main-video h3 {
    line-height: normal;
}
span.cicle {
    text-align: center;
    position: absolute;
    top: 7px;
    z-index: 10;
    font-size: 10px;
    display: block;
    right: 0;
    color: #fff;
    border: 3px solid #fff;
    line-height: 20px;
    width: 24px;
    border-radius: 50%;
    height: 24px;
    background: #0c4257;
}
.recent-post-wrap .media-img {
    overflow: none;
}
.footer .recent-post .post-title,
.popular .recent-post .post-title {
    line-height: 20px;
}
.breadcumb-menu li:after {
    font-size: 8px;
}
.breadcumb-menu a,
.breadcumb-menu li,
.breadcumb-menu span {
    white-space: normal;
    font-weight: 400;
    font-size: 11px;
    text-transform: capitalize;
}
.breadcumb-menu li img {
    width: 10px;
    margin-top: -3px;
}
.sepadj::after {
    width: 0.6px;
    top: 13px !important;
}
.soc-links-detail a {
    width: 45px;
    display: inline-block;
    height: 45px;
    margin: 0 0 6px;
}
.blog-single.style-bg {
    padding: 0 !important;
    border: 0 !important;
}
.keywords a {
    border: 2px solid grey;
    border-radius: 4px;
    display: inline-block;
    vertical-align: middle;
    padding: 5px 15px;
}
.search-form .form-control {
    background-color: #fff;
    width: 100%;
    border: 2px solid grey !important;
    border-radius: 6px !important;
}
.search-form button {
    background-position: center center;
    background-color: transparent !important;
    background-size: 48px auto;
    background-repeat: no-repeat;
    font-size: 0px !important;
    width: 55px !important;
    height: 47px !important;
    min-width: 40px;
    position: absolute;
    top: 5px;
    right: 3px;
}
.newsletter-form.classic {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
.newsletter-widget3 {
    border: 2.37px solid #332c2b;
    background-color: #2eaddf;
}
.newsletter-widget3 .form-control {
    border-radius: 6px;
    border: 2px solid grey;
}
.newsletter-widget3 .th-btn:before {
    background-color: #000 !important;
}
.topics-wrap img {
    height: 76px;
}
.sidebar-politics img {
    height: 134px;
}
.top-story .blog-img img {
    height: 204px;
}
.sidebar-wrap .recent-post .media-img,
footer .recent-post .media-img {
    border-radius: 60px !important;
    overflow: unset;
}
.sidebar-wrap .recent-post img,
footer .recent-post img {
    border-radius: 60px !important;
    height: 80px;
}
.whats-new .blog-img.img-130 img,
.whats-new .col-xl-5 .blog-img img {
    height: 91px;
    object-fit: cover;
    object-position: center;
}
.dark-theme .th-menu-wrapper.th-body-visible .th-menu-area {
    background-color: #000;
}
html.dark-theme .th-menu-wrapper .th-menu-area {
    background: #000 !important;
}
.hidden {
    display: none;
    transition: 0.5s ease-in-out;
    transform: translateY(-10px);
    -webkit-transform: translateY(-10px);
}
.visible {
    display: block;
    transform: translateY(0);
    -webkit-transform: translateY(0);
    position: absolute;
    left: 0;
    top: 30px;
}
.hvr-float,
.hvr-grow {
    display: inline-block;
    vertical-align: middle;
}
.blog-style3 .blog-img img {
    height: 341px;
}
.blog-bg-style1 .box-title-50 a .blog-style1 .box-title-22 a,
.blog-style2 .box-title-18 a,
.blog-style2 .box-title-20 a,
.blog-style3 .box-title-18 a,
.box-title-50 a,
.img-overlay2 .box-title-30 a,
.recent-post .post-title a,
.sidebar-politics .blog-style2 .box-title-18 a {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
}
.box-title-22 a,
.topics h4 a {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}
#toggleButton,
#toggleButton1 {
    background: 0 0;
    border: none;
    outline: 0;
}
.div#toggleDiv1,
div#toggleDiv {
    position: absolute;
    top: 62px;
    left: 5px;
    background: #fff;
    padding: 10px;
    width: 153px;
    z-index: 5;
}
div#toggleDiv1 {
    background: #fff;
}
div#toggleDiv ul li,
div#toggleDiv1 ul li {
    font-size: 14px;
    padding: 5px 2px;
    display: block;
}
div#toggleDiv ul,
div#toggleDiv1 ul {
    list-style-type: none;
    padding: 0;
    text-align: center;
}
div#toggleDiv ul li a,
div#toggleDiv1 ul li a {
    font-size: 14px;
    line-height: normal;
    color: #383838;
    font-weight: 700;
    display: block;
}
div#toggleDiv ul li:first-child,
div#toggleDiv1 ul li:first-child {
    border-bottom: 1px solid #e2e2e2;
}
div#toggleDiv ul li a span,
div#toggleDiv1 ul li a span {
    font-size: 13px;
    line-height: normal;
    color: grey;
    font-weight: 400;
    display: block;
}
.mobile-head a.mobile-calendar {
    color: #484848 !important;
    font-size: 14px;
}
.header-logo {
    max-width: 250px;
}
.whats-new .filter-item .blog-style2 .blog-img img {
    height: 102px !important;
}
.blog-single a.category {
    background: #2eaddf;
}
.header-icon.register {
    align-items: center;
    justify-content: center;
    gap: 5px;
}
.header-icon.register .btn {
    padding: 0;
    margin: 0;
    line-height: normal;
    border: none;
    outline: 0;
}
.like {
    padding: 0 5px !important;
}
.like:hover {
    background: #0c4257 !important;
}
.like.category i {
    margin-right: 2px !important;
}
.category-menu {
    background: #0c4257;
    overflow-x: scroll;
}
.main-menu ul {
    display: flex;
    align-items: center;
    justify-content: flex-start;
}
.category-menu ul li a {
    padding: 5px !important;
}
.hvr-float {
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-property: transform;
    transition-property: transform;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
}
.hvr-float:active,
.hvr-float:focus,
.hvr-float:hover {
    -webkit-transform: translateY(-8px);
    transform: translateY(-8px);
}
.hvr-grow {
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    box-shadow: 0 0 1px transparent;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-property: transform;
    transition-property: transform;
}
.hvr-grow:active,
.hvr-grow:focus,
.hvr-grow:hover {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}

/* Event */
.hostsec p b{ font-weight: bold;}
.text-color5{ color:#000!important;}
.list-item p{ color:#000!important;}
.event-email span a {
    display: block !important;
    margin: 0 !important;
}
.event-email{ display: flex; align-items:center; justify-content: flex-start;}
.dark-theme .event-reg{ background-color: #fff!important; color:#0a6c87!important}
.dark-theme .event-reg.th-btn:hover:before{ background:#080809; right:-30px;}
.event-email span{ display: inline-block;}
.th-event-wrapper h4 { font-weight: 600;line-height: normal; max-width: 61%;}
.b-radius-8{ border-radius: 8px; -webkit-border-radius:8px;}
.th-event-wrapper .emb{ max-width: 370px; width: auto;}
.th-event-wrapper .ind{ max-width: 290px; width: auto;}
.text-color6{ color:#1B4E8D!important;}
.box-wrapper .container{ background-color: #fff; border-radius: 14px; -webkit-border-radius: 14px;}
.box-wrapper .container,.box-wrap{ border:4px solid #0D6A8F; border-radius: 10px; position: relative; -webkit-border-radius:10px;}
.box-wrapper.th-event-wrapper h2.head-wrapper{margin: -56px auto 0 !important; max-width: 360px; width: 100%;
    display: block !important; text-align: center;}
.mailme:hover{ background-color: #080809!important; color:#0D6A8F!important;}
.box-wrapper.th-event-wrapper .row{ --bs-gutter-x:85px;}
.pl-3{ padding-left:15px!important;}
.pr-3{ padding-right:15px!important;}
.max-1250{ max-width: 1250px; margin:0 auto;}
.max-835{ max-width: 835px; margin:0 auto;}
.s-grid {
    max-width: 360px;
    min-height: 150px;
    text-align: -webkit-center;
}
.s-grid > div {
    display: inline-flex;
    justify-content: center;
    margin: 0 auto;
}
.th-event-wrapper h2.head-wrapper{ padding:17px 45px!important; background: url('/assets/img/ktimg/bg-gradiant.jpg') repeat top left;}
.gtm-footer .head-wrapper{ background: url('/assets/img/ktimg/bg-gradiant.jpg') repeat bottom left!important;}

.th-event-wrapper h2.text-right{ margin:0 0 25px auto!important; text-align:center;}
.list-item img{ max-width: 50px!important; margin-right:15px;}

.evt-grid .gap-15{ -bs-gutter-x:15px!important;}

.evt-grid figure{ margin-bottom:18px;}
.leap-logo{ max-width: 171px!important;}
.indcham-logo{ max-width: 155px!important;}
.embassy-logo{ max-width: 218px!important;}
.evt-grid p b { font-weight: bold;}
.host-left{ position: relative;}
.host-left:after{ position: absolute; right:0; top:0; width:3px; height:100%; background-color: #253A42; content:""; }
.hostsec p{ max-width: 270px; margin:0 auto;}
.dark-theme .transbg{ background: url('/assets/img/ktimg/trans-bg-dark.png') no-repeat top left!important;}
a.mailme {padding: 13.5px 25px; font-size: 28px; text-align: center; border-radius: 15px; margin: 0 auto;width: 380px;}
.th-event-wrapper .logo-dark,.dark-theme .th-event-wrapper .logo-light{ display: none;}
.dark-theme .th-event-wrapper .logo-dark{ display: block;}
.bottom-sec-event.th-event-wrapper .th-btn {
    background: url(/assets/img/ktimg/btngradiant.png) no-repeat center !important;
    height: 102px;
    width: 331px;
    padding: 22px 0;
    text-align: center;
    color: white !important; margin:5px 3px;
}
.guestwrapper .row {
    grid-template-columns: 1fr 1fr 1fr;
    display: grid;
    gap: 25px;
    max-width: 860px;
    margin: 0 auto;
}
.guestwrapper .guestimg > img{ border-radius: 18px; -webkit-border-radius: 18px;}
.guestwrapper .guestimg{ position: relative; border-radius: 18px;}
.guestwrapper .gpic{     position: absolute;
    bottom: 8px;
    left: 0;
    display: block;
    width: 100%; text-align: center;}
.guestwrapper .gpic img{ max-width:80%; margin:0 auto;}
.dark-theme .text-color5{color: #fff!important;}
a.mailme{ font-size:28px; box-shadow: 0 2px 10px rgb(0, 0, 0, 0.3); -webkit-box-shadow: 0 2px 10px rgb(0, 0, 0, 0.3);background: url(/assets/img/ktimg/headingbg-001.jpg) center bottom #126C8F!important;}
.bottom-sec-event.th-event-wrapper .th-btn::before,a.mailme::before{ display: none!important;}
a.mailme:hover{ background-color: #01133c; color: #fff!important;}
.bottom-sec-event.th-event-wrapper .th-btn:hover,a.mailme:hover {transform: scale(1.1); -webkit-transform: scale(1.1);}
.panel-grid{ border-radius:15px;  -webkit-border-radius:15px; padding:0!important; background: linear-gradient(to bottom, #EEFAFF 0%, #CFE1E9 100%);}
.panel-head{border-radius:15px 15px 0 0 ; text-align: left; gap: 10px; padding: 10px; -webkit-border-radius:15px 15px 0 0 ; background: url(/assets/img/ktimg/panel-heading.png) repeat-x left bottom #106B8F!important;}
.panel-head img {max-width: calc(50% - 25px)!important; margin-top: -50px;}
.panel-list{ padding:0 5px;}
.panel-list > p {
    color: #000;
    padding: 0 10px !important;
    max-width: 95%;
    margin: 0 auto 20px;
    min-height: 98px;
}
.panel-sec .gap-15{ gap:15px!important;}
.panel-list h4 { color: #106B8F; padding:9px 5px; background-color: #fff !important; border-radius: 6px; -webkit-border-radius: 6px;border: 2px solid #106B8F;
    margin: 0 auto 15px;
    max-width: 90%;}
    .panel-head h3 {
    min-height: 50px;
}
.guestwrapper {
    /* background: #ebebeb; */
}
.gb{ position: relative; min-height: 70px; z-index: 3;border-radius:10px;  -webkit-border-radius:10px; padding:5px; margin-top:-25px; color:white!important; background: url(/assets/img/ktimg/speakerbg.png) repeat-x left bottom #106B8F!important;}
.gb h5{ margin-bottom:2px;color:white!important;}
.gblks img {
    max-width: 90%!important;
    z-index: 2; position: relative;
}
.gb p{color:white!important; padding: 0!important;}
.gblks { max-width: 157px;  margin: 0 auto 15px; min-height: 220px;}
    /* Trigger Button */
    .open-btn {
    
    }

    .open-btn:hover {
      
    }

    /* Popup Overlay */
    .popup {
      display: none;
      position: fixed;
      top: 0; left: 0;
      width: 100%; height: 100%;
      background: rgba(0, 0, 0, 0.6);
      justify-content: center;
      align-items: center;
      z-index: 999;
      opacity: 0;
      pointer-events: none;
      transition: opacity 0.3s ease;
    }

    .popup.show {
      display: flex;
      opacity: 1;
      pointer-events: auto;
    }

    /* Form Container */
    .form-box {
      background: white;
      padding: 30px;
      border-radius: 10px;
      width: 600px;
      max-width: 90%;
      transform: scale(0.9);
      transition: transform 0.3s ease;
    }

    .popup.show .form-box {
      transform: scale(1);
    }

    .form-box h2 {
      margin-top: 0;
      margin-bottom: 20px;
      text-align: center;
      color: #0c3c5c;
    }

    /* Two Column Layout */
    .form-grid {
      display: grid;
      grid-template-columns: 1fr 1fr;
      gap: 15px;
    }

    .form-box input,
    .form-box select {
      width: 100%;
      padding: 10px;
      border: 1px solid #ccc;
      border-radius: 5px;
      box-sizing: border-box;
    }

    .form-actions {
      display: flex;
      justify-content: space-between;
      margin-top: 20px;
    }

    .form-actions button {
      padding: 10px 20px;
      border: none;
      border-radius: 5px;
      cursor: pointer;
    }

    .submit-btn {
      background-color: #00bfff;
      color: white;
    }

    .close-btn {
      background-color: #ccc;
    }
@media (min-width: 992px) {
    .panel-sec .col-lg-3 {
        width: 24%;
    }
}

@media screen and (min-width: 768px) {
  .showonmobile{ display: none;}
    .f-40{ font-size: 35px; line-height: 40px;}
    .f-35{ font-size: 30px; line-height: 35px;}
    .f-30{ font-size: 25px; line-height: 30px;}
    .f-28{ font-size: 27px; line-height: 30px;}
    .f-22{ font-size: 22px; line-height: 25px;}
    .f-25{ font-size: 20px; line-height: 25px;}
    .f-22{ font-size: 21px; line-height: 25px;}
    .f-13{ font-size: 13px; line-height: 17px;}
    .f-15{ font-size: 15px; line-height: 20px;}
    .f-12{ font-size: 12px; line-height: 16px;}
    .f-11{ font-size: 11px; line-height: 15px;}
    .f-9{ font-size: 9px; line-height: 14px;}
    .f-20{ font-size: 19px; line-height: 22px;}
    .f-18{ font-size: 18px; line-height: 20px;}
    .f-16{ font-size: 16px; line-height: 20px;}
    .blog-single .blog-content iframe.youtubepost-wrap {
      height: 360px;
      border-radius: 10px;
    }
    .big-img img {
      height: 459px !important;
    }
    .whats-new .filter-item .blog-style3 .blog-img img {
      height: 466px;
      object-fit: cover;
      object-position: center;
    }
    .poly .filter-item .blog-style3 .blog-img img {
        height: 557px;
        object-fit: cover;
        object-position: center;
    }
}
@media screen and (min-width: 1100px) {
    /* .header-logo {
        min-width: 230px;
        max-width: 258px !important;
    } */
    .header-logo img {
        width: 100%;
    }
}
@media screen and (min-width: 1200px) {
    .f-40{ font-size: 40px; line-height: 45px;}
    .f-35{ font-size: 35px; line-height: 40px;}
    .f-30{ font-size: 30px; line-height: 35px;}
    .f-28{ font-size: 28px; line-height: 32px;}
    .f-25{ font-size: 25px; line-height: 30px;}
    .f-22{ font-size: 22px; line-height: 25px;}
    .f-20{ font-size: 20px; line-height: 24px;}
    .f-15{ font-size: 15px; line-height: 20px;}
    .f-16{ font-size: 16px; line-height: 20px;}
    .header-desktop-ipad{ margin-top:8px!important;}
    .blog-single .blog-content iframe.youtubepost-wrap {
        height: 380px;
        border-radius: 10px;
    }
    .header-logo {
        /* min-width: 258px; */
        max-width: 130px !important;
    }
    .header-logo img {
        width: 100%;
    }
}
@media screen and (min-width: 1300px) {
    .transbg > section:first-child .row{--bs-gutter-x: 20px!important;}
    .transbg > section:first-child .row .gtm-grid {
    padding: 13px!important;
    }

}

@media screen and (max-width: 969px) {
    .header-logo {
        max-width: 250px;
        margin: 0 auto;
        text-align: center;
    }
    .th-blog-wrapper .popular .recent-post {
        margin-bottom: 20px !important;
    }
 
}
@media screen and (max-width:1060px) and (min-width:768px){
    .list-item{ font-size: 16.2px!important;}
    .gtm-footer .row > div img{ width:100%!important} 
    section.gtm-footer ul li a {margin-bottom: 10px; font-size: 17px;}
   
}
@media screen and (max-width:995px) and (min-width:768px){
 
    div#translate-toggle1 .new-switch {
        text-align: center;
        padding: 2px 5px !important;
    }
    .header-top.kttheme-light.pb-0 {
        padding: 2px 0 !important;
    }
    #translate-toggle1{
        width: 114px!important;
        padding: 0;
    }
    .header-top .newswitch {
        padding: 3px 6px!important;
    }
    .header-top .header-icon {
        margin-bottom: 0;
    }
    
}
@media screen and (min-width:768px){
    .showmobile{ display: none!important;}   
    .hidemobile{ display: block;}
}
@media screen and (max-width:767px){
    .hidemobile{ display: none!important;}
    .showmobile{ display: block;}  
}
@media screen and (max-width:995px){  
    .box-wrapper.th-event-wrapper .row {
    --bs-gutter-x: 50px!important;
    justify-content: center !important;
    --bs-gutter-y: 50px!important;
}
.th-event-wrapper h2.head-wrapper {
    padding: 15px 36px !important;
}
body a.mailme {
    padding: 13.5px 23px;
    text-align: center;
    border-radius: 10px;
    margin: 0 auto;
    width: 100%!important;
    font-size: 23px;
}
.box-wrap {
    padding: 1.5rem !important;
}
.transbg > section:first-child .row{
        --bs-gutter-x: 20px!important;
    justify-content: center !important;
    --bs-gutter-y: 20px!important;
}
.hostsec .row {
    --bs-gutter-x: 30px!important;
    justify-content: center !important;
    --bs-gutter-y: 30px!important;
}
    .useful-links .carousel-blk .search-form input {
        border-radius: 10px!important;
        -webkit-border-radius: 10px!important;
    }
    .mobile-head .podcast {
        width: 96px!important;
        height: 39px!important;
        top:-12px!important;
    }
    .mobile-head .podcast > button{
        padding: 0;
    }
    .useful-links > a {
        width: 210px;
        margin-bottom: 9px;
        align-items: center;
        display: inline-flex;
        height: 49px;
        background: #252f3b;
        justify-content: center;
        color: white;
        border-radius: 6px;
        -webkit-border-radius: 6px;
    }
    .th-menu-wrapper .mobile-logo .lightlogo {
        display: none;
    }
    .dark-theme .th-menu-wrapper .mobile-logo .darklogo {
        display: none !important;
    }
    .mobile-head{ padding-top:4px;}
    .podcast{ border-radius: 0 0 20px 20px; -webkit-border-radius: 0 0 20px 20px;}
    .sticky-wrapper{ margin-bottom: 5px;}
    .mobile-calendar .cal-light{ display: none;}
    .mobile-calendar .cal-dark{ display: inline-block;}
    html a.mobile-calendar{ color:#484848 !important;}
    html.dark-theme .mobile-calendar { color:white!important;}
    #translate-toggle1 > img {   display: inline-block;    }
    html.dark-theme .mobile-calendar .cal-light{ display:inline-block;}
    html.dark-theme .mobile-calendar .cal-dark{ display:none!important;}
    div#translate-toggle1 .new-switch {
        text-align: center;
        /* background: #106B8F; */
        /* color: white; */
        padding: 2px 5px !important;
    }
    .gmt {
        width: 116px;
        min-height: 53px;
        top: -12px;
        position: relative;
    }
    div#translate-toggle1 .new-switch span {
        font-size: 10px;
        vertical-align: middle;
    }
    .header-links.pd {
        margin-top: 0;
        align-items: flex-start;
        justify-content: flex-start;
    }
}
@media screen and (max-width:767px) and (min-width:610px){
    #translate-toggle1{
        width: 122px;
        padding: 0;
    }
}
@media screen and (max-width: 767px) {
    .hostsec .d-flex { flex-direction: column; align-items: center !important; justify-content: center;}
    .hostsec .d-flex > div{ margin-bottom:5px!important;}
    .event-detail-sec { padding: 0 30px;}
    .event-detail-sec .box-wrap {padding: 20px !important;}
    .event-detail-sec .box-wrap h3 { font-size: 20px !important; line-height: 25px;}
    .event-detail-sec .row > div:first-child {padding: 0 !important;}
    .thumbblock { padding-left: 20px; padding-right: 20px;}
    .form-grid {grid-template-columns: 1fr;}
    .text-end-sec p{ align-items: flex-start!important;text-align: left;}
    .transbg > section  .row,section.th-event-wrapper.space-extra-top.space-extra-bottom .row,.event-detail-sec .row{
    --bs-gutter-y: 30px!important;}
    section.box-wrapper {  margin: 0px 30px;}
    .list-sec .col-md-7{ text-align: center;}
    .list-sec p{ display: flex; text-align: left; font-size: 16px; align-items: center; line-height: 21px;}
    .list-item img { max-width: 44px !important; margin-right: 12px;}
    .list-sec .row{ padding: 0 20px;}
    .box-wrapper.th-event-wrapper .row {--bs-gutter-x: 0px !important; justify-content: center !important;      --bs-gutter-y: 0px !important;
        padding: 0  20px 40px !important; }
    .panel-head h3 { min-height: 33px;  line-height: 28px;}
    .guestwrapper .row { grid-template-columns: 1fr!important;--bs-gutter-y: 60px !important;}
    .guestwrapper { padding-bottom: 0 !important;}
    .panel-sec .row { padding: 0 30px;}
    .gblks { width: 137px;  margin: 0 6px 15px;  display: inline-block;}
    .panel-list h4 { display: block; max-width: 171px; padding: 4px;}
    .panel-head img { max-width: 82px !important;  margin-top: -50px;}
    .panel-list .gb{ padding:5px;}
    .transbg1 section.box-wrapper .row.sponsor-row .s-grid{ padding-top:25px;}
    .transbg1 section.box-wrapper:first-child .row.Exhibitors-row {
        padding-top: 25px !important;
    }
    .s-grid > div{ min-height: 35px!important;}
    .transbg1{ background: url('/assets/img/ktimg/mobile-bg2.svg') no-repeat top center / cover !important; }
    /* .hostsec { background: url('/assets/img/ktimg/mobile-bg3.svg') no-repeat top center / cover !important;} */
    .bottom-sec-event{ background: url('/assets/img/ktimg/mobile-bg4.svg') no-repeat top center / cover !important;padding-top: 350px !important;}
    .bottom-sec-event .row div { text-align: center;}
    .countdown { align-items: center;  justify-content: center;}
    .panel-list .gb h5 {  margin-bottom: 2px;}
    .panel-list .gb p{ font-size: 9.5px!important;}
    .event-detail-sec h2 {max-width: 212px !important;  margin: 0 auto; display: block !important;}
    .transbg1 section.box-wrapper:first-child .row{ row-gap: 30px!important;padding-bottom: 0 !important;}
    .transbg1 section.box-wrapper:first-child .row img{ max-width: 80%!important;}
    .panel-sec .row {   padding: 0 30px;    row-gap: 50px !important; }
    .box-wrapper.th-event-wrapper .row:first-child{ padding-top:40px!important; padding-bottom:10px!important;}
    .guest-info h3 { font-size: 20px; font-weight: bold; margin-bottom: 6px;}
    .guest-info p{ font-size: 12px; font-weight: 500;}
    .timer-section .digits .digit{ font-size:28px!important; min-width: 32px; padding:8px;}
    .hostsec .row .host-left div{ margin-bottom:25px!important;}
    .hostsec .d-flex > div{ margin-bottom:25px!important;}
    .f-40{ font-size: 35px; line-height: 40px;}
    .f-35{ font-size: 30px; line-height: 35px;}
    .f-30{ font-size: 26px; line-height: 30px;}
    .f-28{ font-size: 25px; line-height: 29px;}
    .f-25{ font-size: 20px; line-height: 25px;}
    .f-22{ font-size: 19px; line-height: 25px;}
    .f-20{ font-size: 18px; line-height: 23px;}
    .f-13{ font-size: 12.5px; line-height: 17px;}
    .f-15{ font-size: 15px; line-height: 20px;}
    .f-16{ font-size: 16px; line-height: 20px;}
    .f-12{ font-size: 12px; line-height: 16px;}
        .f-11{ font-size: 11px; line-height: 15px;}
    .f-9{ font-size: 9px; line-height: 14px;}
    .blog-style4.job-wrap {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        text-align: center;
    }
    .job-wrap .blog-content .blog-meta {
        flex-direction: column-reverse;
        column-gap: 20px;
        row-gap: 20px;
        text-align: center;
        align-items: center!important;
    }
    .row.searchbar {
        margin-bottom: 45px;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        min-width: 100%;
        row-gap: 20px;
    }
    .searchwrap {
        position: relative;
        width: 100%;
    }
    ul.listwrp {
        padding-left: 0!important;
    }
 
    .gtm-grid-wrapper .row {--bs-gutter-y: 1.5rem!important;}
    /* .podcast {   
        top: -12px;
        padding: 0;
        position: relative;
        width: 96px;
    } */
     
    .header-top.kttheme-light.pb-0 {
        padding: 2px 0 !important;
    }
    .header-top .th-menu-toggle { background-color: transparent; width: 29px; height: 22px;}
    .whats-new .container .container {
        padding: 0;
    }
    .header-top .newswitch {
        padding: 2px 5px !important;
        font-size: 10px;
    }
    .whats-new .filter-menu{ gap: 0;}
   
    .mobile-head .podcast {
        margin-right:10px;
        border-radius: 0 0 12px 12px;
    }
    .mobile-head .podcast {
        width: 96px!important;
        height: 39px!important;
        top:-12px!important;
    }
    .mobile-head .podcast > button{
        padding: 0;
    }
    .video-thumbs .blog-content {
        text-align: left;
        padding-bottom: 20px;
    }
    .blog-single .blog-content iframe.youtubepost-wrap {
        height: 280px;
        border-radius: 10px;
    }

    .dark-theme .th-menu-wrapper .mobile-logo .lightlogo {
        display: block;
    }
    .news-area .news-wrap {
        padding: 5px;
    }
    .news-wrap .col-auto {
        width: auto;
        padding-top: 5px;
    }
    .news-wrap marquee.news-scroll a {
        margin: 0 5px;
    }
    .whats-new .sidebar-area .widget.AD1 {
        text-align: center;
        margin: 0 auto;
    }
    .top-story {
        padding: 20px 0;
        margin-bottom: 30px;
    }
    .space,
    .space-top,
    .whats-new .sidebar-area {
        padding-top: 15px;
    }
    .whats-new {
        padding-bottom: 15px !important;
    }
    section#ad {
        padding: 10px 0;
        margin-bottom: 10px;
    }
    .space,
    .space-bottom {
        padding-bottom: 15px;
    }
    .th-menu-wrapper .mobile-logo img {
        width: 100%;
        max-width: 145px;
    }
    .header-mobile .header-icon {
        margin-bottom: 5px !important;
    }
    .header-logo-wrap {
        /*max-width: 32% !important;(/
        padding: 0;
        margin-top: 0;
    }
    .news-area .title {
        font-size: 15px !important;
    }
    .topics {
        margin: 0 0 10px;
    }
    .mobile-head .podcast #toggleDiv1 {
        right: 0px !important;
      /* top: -21px !important; */
        min-width: 150px;
        left: unset;
    }
    .popup-subscribe .box-content {
        text-align: center;
        padding: 5px!important;
        border-radius: 20px;
    }
   

    .event-firstsec{ justify-content: center; align-items: center; text-align: center;}
    .event-firstsec h4{ max-width: 100%!important;font-size: 18px;line-height: 24px;}   
    .event-secsec.th-event-wrapper { text-align: center; padding-top:330px!important; padding-bottom:30px!important; background: url('/assets/img/ktimg/mobile-bg1.svg') no-repeat top center / cover !important;}
    html body .event-secsec.th-event-wrapper h2.head-wrapper {
    max-width: 94% !important;
    margin: 0 auto 30px !important;
    text-align: center;
    height: auto !important;
    display: block;
    font-size: 28px !important;
    line-height: 32px !important;
    padding:5px 10px !important;
}
.hideonmobile{ display: none;}
.showonmobile{ display: block!important;}
.gblks{ min-height:180px; vertical-align: top;}
}

@media screen and (max-width:570px){
    .mobile-head .podcast {
        width: 90px !important;
        height: 39px !important;
        top: -12px !important;
    }
    .whats-new .filter-menu{ gap: 0;}
    .mobile-head a.mobile-calendar {
       font-size: 12px; 
    }
   
    div#translate-toggle1 .new-switch {
        /* padding: 5px!important; */
    }
    #translate-toggle1{
        width: auto!important;
        padding: 0;
    }
}

@media screen and (max-width: 500px) and (min-width: 375px) {
    .blog-single .blog-content iframe.youtubepost-wrap {
        height: 214px;
        border-radius: 10px;
    }
    .mobile-head a.mobile-calendar {
        font-size: 11px; 
     }
    .header-logo-wrap {
        max-width:128px !important;
        padding: 0;
        margin-top: 0;
    }
}
@media screen and (max-width: 375px) {
    .header-logo-wrap {
        /* max-width: 45% !important; */
        padding: 0;
        margin-top: 0;
    }
}
@media screen and (min-width: 359px) and (max-width: 421px) {
    .mobile-head .podcast {
        /* max-width: 110px;
        height: 45px;
        margin-top: -11px;
        width: 160px;
        border-radius: 0 0 12px 12px; */
    }
    .mobile-head .podcast #toggleDiv1 {
        /* left: -15px !important;
        top: 24px !important; */
    }
}
@media screen and (max-width: 380px) {
    .header-logo-wrap {
        max-width:128px !important;
        padding: 0;
        margin-top: 0;
    }
    .header-top .newswitch {
        padding: 1px 6px !important;
        font-size: 10px;
    }
    #translate-toggle1 {
        /* width: 75px !important; */
        padding: 0;
    }
.mobile-head a.mobile-calendar img {
    margin-right: 2px!important;
}
    .mobile-head .newswitch {
        padding: 5px 10px;
    }
	
	.mobile-head .new-switch {
        padding: 5px 10px;
    }
	
    div#translate-toggle1 .new-switch {
        padding: 0px 4px !important;
    }
    div#translate-toggle1 .language-switcher {
    width: 27px!important;
    }
    .mobile-head a.mobile-calendar {
        /* color: #484848 !important;
        font-size: 10px!important; */
    }
    .mobile-head .header-links + .col-auto {
        padding-left: 0;
    }
    .mobile-head .header-links {
        padding-right: 0; padding-left: 4px;
    }
    .mobile-head a.mobile-calendar {
        font-size: 10px;        
      }
}
@media screen and (max-width: 359px) {
    .gmt {
        width: 110px!important;
    }
    .header-logo-wrap {
        /* max-width: 40% !important; */
        padding: 0;
    }
    .mobile-head .header-links {
        padding-left: 0;
    }
    .mobile-head .podcast {
        /* max-width: 120px;
        height: 45px;
        background-size: 120px auto;
        width: 120px; */
    }
    
    .mobile-head a.mobile-calendar img {
        margin: 0 2px;
    }
    .mobile-head .podcast .visible {
        left: -27px;
    }
    .mobile-head a.mobile-calendar {
      font-size: 9px;
      
    }
    .mobile-head .header-links + .col-auto {
        padding-left: 0;
    }
    .mobile-head .header-links {
        padding-right: 0;
    }
}
.blog-single .th-btn.style2 {
    background-color: #2eaddf;
}
@media screen and (max-width: 1260px) {
    .soc-links-detail a {
        width: 30px !important;
        height: 30px;
        margin: 0;
        display: inline-flex;
         /* font-size: 9px!important; */ align-items: center;
        justify-content: center;
    }
    .soc-links-detail a img {
        display: block;
    }
    .soc-links-detail .mail img,
    .soc-links-detail .print img {
        width: 17px !important;
    }
}
::-webkit-scrollbar {
    width: 8px;
}
::-webkit-scrollbar-track {
    padding: 2px;
    background: #106b8f;
    border-radius: 10px;
}
::-webkit-scrollbar-thumb {
    border-radius: 10px;
    background: #2eaddf;
}
.category-menu ul li.menu-item-has-children a::after {
    display: none !important;
}
.header-links li.sepadj1::after {
    top: 7px !important;
}
.mobile-head .header-links {
    display: inline-flex;
    align-items: center;
    justify-content: space-between;
}
.mobile-head .header-links a.simple-icon {
    display: inline-block;
    vertical-align: middle;
    background: #106b8f;
    margin-right: 5px;
    padding: 3px 8px;
    border-radius: 5px;
}
.category-menu::-webkit-scrollbar {
    height: 5px;
}
.th-menu-wrapper .mobile-logo {
    padding-left: 10px;
    padding-right: 10px;
}
.topics .media-img {
    padding: 2px;
    border: 3px solid #106b8f;
    border-radius: 50%;
    -webkit-border-radius: 50%;
}
h2.head-wrapper {
    display: flex;
    align-items: center;
    width: auto;
    font-weight: 600;
    margin: 0 auto 25px;
    justify-content: center;
    background: #fff;
    padding: 15px 18px;
    line-height: normal;
    border-radius: 8px;
    color: #116b8e;
}
html.dark-theme .gtm-footer .hide-for-light {
    display: block !important;
    max-width: 250px;
    width: 100%;
}
.th-gtm-wrapper img{ max-width:100%; width: 100%; }
.gtm-grid img{ max-width:100%; width: 100%; } 
.listwrp img{ max-width: 99px; min-width: 99px; width: 100%;}
.gtm-footer ul li a img{ max-width: 40px;}
ul.listwrp li{ margin-bottom:20px;}
ul.listwrp li h3 {
    font-size: 25px;
    line-height: 26px;
    font-weight: 500;
    line-height: normal;
}
.row.searchbar { margin-bottom: 45px;}
.searchwrap{ position:relative;}
.searchwrap img{position: absolute; left: 25px; top: 9px;}
.search-form1 input{ border: 1px solid #116b8e;  padding-left: 65px;  background: #fff;    border-radius: 10px;
    -webkit-border-radius: 10px;  min-height: 68px; box-shadow:0 0 5px rgb(0,0,0,0.5); -webkit-box-shadow:0 0 5px rgb(0,0,0,0.5);}
.searchwrap .th-btn{ width: 100%; min-height:68px; ;}    
.typeahead,.typeahead1 {
    width: 100%;
    top: 60px !important;
    left: 0 !important;
}
.th-gtm-wrapper .th-btn{ background:#252F3B!important; font-weight: 500; text-transform: capitalize;}
.th-gtm-wrapper h4 {
    font-weight: 600;
    line-height: normal;
}
ul.listwrp .wrap {
    margin-left: 25px;
}
.wrap p {
    font-size: 13px;
}
section.gtm-footer ul li a {
    display: block;
    margin-bottom: 10px;
    font-size: 19px;
    color: #202020;
    font-weight: 500;
    line-height: normal;
}
.gtm-grid:hover{ box-shadow: 0 0 10px rgb(0,0,0,0.5); -webkit-box-shadow: 0 0 10px rgb(0,0,0,0.5); }
.gtm-grid figure{ position: relative; overflow: hidden; margin:0 0 42px;}
.gtm-grid figure::before {
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 2;
    display: block;
    content: '';
    width: 0;
    height: 0;
    background: rgba(255, 255, 255, .2);
    border-radius: 100%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    opacity: 0;
}
.gtm-grid figure:hover::before {
    -webkit-animation: circle .75s;
    animation: circle .75s;
}
@-webkit-keyframes circle {
	0% {
		opacity: 1;
	}
	40% {
		opacity: 1;
	}
	100% {
		width: 200%;
		height: 200%;
		opacity: 0;
	}
}
@keyframes circle {
	0% {
		opacity: 1;
	}
	40% {
		opacity: 1;
	}
	100% {
		width: 200%;
		height: 200%;
		opacity: 0;
	}
}
/* Rotate */
.hvr-rotate {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: transform;
  transition-property: transform;
}
.hvr-rotate:hover, .hvr-rotate:focus, .hvr-rotate:active {
  -webkit-transform: rotate(4deg);
  transform: rotate(4deg);
}
/* Pulse */
@-webkit-keyframes hvr-pulse {
    25% {
      -webkit-transform: scale(1.1);
      transform: scale(1.1);
    }
    75% {
      -webkit-transform: scale(0.9);
      transform: scale(0.9);
    }
  }
  @keyframes hvr-pulse {
    25% {
      -webkit-transform: scale(1.1);
      transform: scale(1.1);
    }
    75% {
      -webkit-transform: scale(0.9);
      transform: scale(0.9);
    }
  }
  .hvr-pulse {
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  }
  .hvr-pulse:hover, .hvr-pulse:focus, .hvr-pulse:active {
    -webkit-animation-name: hvr-pulse;
    animation-name: hvr-pulse;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
  }
  
html.dark-theme .th-gtm-wrapper .th-btn:hover {
    color: #252F3B !important;
}
.jobwidget_categories{
    border: 1px solid #116b8e;
    padding: 20px 10px;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    box-shadow: 0 0 4px rgb(0, 0, 0, 0.6);
    -webkit-box-shadow: 0 0 4px rgb(0, 0, 0, 0.6);
}
.jobwidget_categories h2{ text-transform: uppercase;}
.jobwidget_categories input[type="checkbox"] ~ label:before { border: 1px solid #116b8e; box-shadow: 2px 2px 1px 0 rgb(17 107 142 / 50%);
    -webkit-box-shadow: 2px 2px 1px 0 rgb(17 107 142 / 50%);
}
.maga .th-product .product-img{ border:1px solid #000}
.maga .th-product .product-img:before{ display: none;}
.maga .th-product .product-title{color:#106b8f;}
.job-wrap .blog-content{ display:block;}
.job-wrap .blog-content span.circle-label{ font-size: 13px; display: inline-block; margin: 0 10px 0 0;text-align: center; min-width: 100px; padding: 3px 6px;border-radius: 30px; -webkit-border-radius: 30px;    border: 1px solid #000;}
.job-wrap .blog-content .blog-meta { min-width: 100%; display:inline-flex; align-items:flex-start; justify-content:space-between;}
.job-wrap .blog-content h3, .job-wrap .blog-content h3 a{ margin:0; font-size: 18px; font-weight:bold; color:#106b8f; display: inline-block;}
.job-wrap .blog-content h5 {margin:0; font-size: 17px; font-weight:bold;}
.job-wrap .blog-content span{ display: block; margin:0;}
.job-wrap .blog-content span.circle-label::before, 
.job-wrap .blog-content span.circle-label::after{display: none!important;}
.blog-style4.job-wrap p{ font-size: 13px;}
.blog-style4.job-wrap {font-size: 13px; margin-bottom:40px; box-shadow: 2px 5px 12px -8px #000; -webkit-box-shadow: 2px 5px 12px -8px #000; padding: 15px 10px;
    border-radius: 13px; -webkit-border-radius: 13px;}
.blog-style4.job-wrap:hover{box-shadow: 2px 5px 12px -8px #26ACE1; -webkit-box-shadow: 2px 5px 12px -8px #26ACE1;  }
.job-description{ font-size: 13px; margin: 14px 0 9px;}
.blog-meta a.rounded, a.rounded {padding: 10px 7px;  border-radius: 20px; -webkit-border-radius: 20px; color: white; margin-top: 0;}
.hide-for-light{ display: none!important;}
html.dark-theme .hide-for-light{ display: block!important;}
html.dark-theme .hide-for-dark{ display: none!important;}
html.dark-theme section.gtm-footer ul li a{ color:#b5b5b5!important;}
html.dark-theme section.gtm-footer ul li a:hover{color:#26ACE1!important;}
.max-900{ max-width:900px; margin:10px auto 30px;}
.gtm-grid{ background-color: #116b8e; text-align: center; padding: 10px; min-height: 100%; border-radius:16px; -webkit-border-radius:16px;}
.listwrp li{ display: flex; align-items: center; justify-content: space-between;}
.gtm-footer h2.head-wrapper{display: inline-block; font-size: 23px; margin: 0 0 10px; background:#116b8e; padding:10px 13px; border-radius:8px; -webkit-border-radius:8px; color: #fff;}
.dark-theme .topics .media-body span,.dark-theme .topics .media-body h4,.dark-theme .topics .media-body h4 a,.dark-theme .topics .media-body a {color: white;}
#translate-toggle > *{display: inline-block;}
.language-toggle button { background: #fff; width: 10px; height: 11px; border-radius: 10px; text-indent: -2000em;display: inline-block; padding: 0; border: none; outline: none;}
.language-toggle button.active{background: #0c4257;}
.text-color4{ color:#FF0004!important;}
.language-toggle{display: inline-block;}
img.eventpic { max-width: 1020px;  margin: 1% auto;   width: 100%;}
.popup-search-box.show > div {    
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
}
.th-event-wrapper .th-btn {
    background: url('/assets/img/ktimg/bg-gradiant.jpg') repeat top left !important;
    height: 48px;
    line-height: 48px;
    padding: 0 27px;
}
.th-event-wrapper h2.head-wrapper {
    background: url(/assets/img/ktimg/headingbg-001.jpg) repeat bottom left transparent !important;
    height: 62px;
    line-height: 62px;
    padding: 0 30px !important; border-radius: 15px;
}
.th-event-wrapper .evt-grid { padding:16px!important;
    background: url(/assets/img/ktimg/grid-bg.png) repeat-x left bottom #106b8f!important;
}
.evt-grid img {
    margin:0px !important;
}
.th-event-wrapper .evt-grid h4{
    color: #1F385A !important;
    background: #fff !important;
    box-shadow: 0 2px 10px rgb(0, 0, 0, 0.3);
    max-width: 100%;
    padding: 12px 25px;
    border-radius: 30px; margin-bottom: 25px;
}
.text-color7{     color: #1F385A !important;}
.th-event-wrapper .evt-grid figure {
    position: relative;
    overflow: hidden;
    margin: 0 0 15px;
}
.th-event-wrapper .head-wrapper.kttheme-white{ background: #fff!important;}
@media screen and (max-width:1199px) and (min-width:768px){
 .thumbblock .row .col-lg-3 {
        width: 45%;
    } 
    .th-event-wrapper .emb {
    max-width: 299px!important;
    width: 100%;
}  
    .thumbblock .row {
        gap: 40px 20px !important;
        align-items: start;
        justify-content: center;
        /* max-width: 820px; */
        margin-left: auto;
        margin-right: auto;
    }
    .th-event-wrapper h4 {
    max-width: 78%!important;
}
.panel-sec .col-lg-3 {
    width: 45%!important;
}
.panel-sec .gap-15 {
    gap: 100px 60px !important;
    max-width: 820px;
    margin: 35px auto 0;
}
}
@media screen and (max-width: 1300px) and (min-width:1024px) {
    .header-top .row{ justify-content:center!important;}
    .th-header{ margin-top:8px;}
    ul.listwrp li h3 {
        font-size: 27px;
    }
}
li#translate-toggle > img {
    margin-right: 4px;
}
.carousel-blk .search-form input { border-radius: 5% 4% 5% 4% / 5% 4% 5% 4%;}
.popup-subscribe-area .container{ width: auto;}
.popup-subscribe-area .container .popup-subscribe{ width: auto;justify-content: center;}
.popup-subscribe .popupClose { position: absolute; background: #fff;
    padding: 10px 15px; border-radius: 30px;top: -15px; right: -20px;}
.popup-subscribe-area .container .popup-subscribe .box-content {padding: 5px !important;
 background: #fff;border-radius: 10px;}

 span.tl-text { vertical-align: middle; font-size: 11px;  width: 57px;   line-height: 11px; text-transform: capitalize;    margin: 0 5px;}
 @media screen and (min-width:1024px){span.tl-text {display: inline-block; } .gap-60{ column-gap: 60px;}}
 @media screen and (max-width:990px){
    .popup-search-box button.searchClose {
    width: 25px!important;
    height: 25px!important;
    top: 10px!important;
    right: 16px!important; }
    .maga > .container > .row { flex-direction: column-reverse !important;}}
 @media screen and (max-width:600px){
    .popup-search-box button.searchClose {
    width: 30px;
    height: 30px;
    top: 20px;
    right: 15px;
    font-size: 20px;
}
    .popup-subscribe .popupClose {
        top: 11px !important; right: 12px !important;}
 }
 a.rounded {padding: 10px 7px; font-weight: normal; text-transform: capitalize;  border-radius: 20px!important; -webkit-border-radius: 20px!important; color: white; margin-top: 0;}
div#jobsList , .filter-active{
    height: auto !important;
}
.gblks > img{
    background: #fff;
    border-radius: 15px;
    box-shadow: 0 0 15px rgb(0, 0, 0, .1);
    padding: 9px;
}
@media screen and (min-width:768px) and (max-width:960px){
    .sponsor-row .s-grid {
    max-width: 295px;
    }
}
@media screen and (min-width:768px){
    .max-four > div img{         max-width: 78%;
        height: auto;
        width: 100%;
        object-fit: contain;}
    .panel-grid{ width:45%!important;}
    .max-four{
    max-width: 802px;
    margin: 0 auto;
}
    .max-four > div{ width:50%;}
    
}
@media screen and (min-width:1024px){
    .panel-grid{ width:28%!important;}
    .max-four > div{ width:50%;}
}
@media screen and (min-width:1200px){
    .max-four{
    max-width: 100%;
    margin: 0 auto;
}
.panel-grid{ width: 19%!important;}
.max-four > div{ width:20%; padding:0 5px;}
}
.text-color8{ color:#253A42!important;}
.text-color8 p {
    color: #253A42 !important;
}

 .event-firstsec .th-btn{ margin:5px 3px;}.popup-search-box .inner-div{ overflow-y:auto;}
.timer-section .digits {
    font-size: 20px;
    text-align: center;
    align-items: center;
    justify-content: center; color:white;
}

/* Automation */
@font-face {
  font-family: 'Archivo';
  src: url('./../fonts/Archivo-Regular.woff2') format('woff2'),
    url('./../fonts/Archivo-Regular.woff') format('woff'),
    url('./../fonts/Archivo-Regular.ttf') format('truetype'),
    url('./../fonts/Archivo-Regular.eot');
  /* IE9 compatibility */
  font-weight: normal;
  font-style: normal;
  font-display: swap;
  /* improves performance & avoids FOIT */
}

@font-face {
  font-family: 'Archivo-SemiBold';
  src: url('./../fonts/archivo-semibold.woff2') format('woff2'),
    url('./../fonts/archivo-semibold.woff') format('woff'),
    url('./../fonts/archivo-semibold.ttf') format('truetype'),
    url('./../fonts/archivo-semibold.eot');
  /* IE9 compatibility */
  font-weight: normal;
  font-style: normal;
  font-display: swap;
  /* improves performance & avoids FOIT */
}

@font-face {
  font-family: 'Archivo-Bold';
  src: url('./../fonts/archivo-bold.woff2') format('woff2'),
    url('./../fonts/archivo-bold.woff') format('woff'),
    url('./../fonts/archivo-bold.ttf') format('truetype'),
    url('./../fonts/archivo-bold.eot');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

.automation-wrap p,
.automation-wrap span,
.automation-wrap ul li {
  font-family: 'Archivo', sans-serif;
}

.automation-wrap h1,
.automation-wrap h2,
.automation-wrap h3,
.automation-wrap h4 ,    .auto-div span{
  font-family: 'Archivo-SemiBold', sans-serif;
}

.abtcontent {
  margin-top: 8px;
}
.four-auto img{ max-width: 52px;}
#whyattend ul li img{ max-width: 60px;}
.automation-wrap .color-white {
  color: white !important;
}

.automation-wrap .mr-4 {
  margin-right: 10px;
}
section#automation-top-section .container > img {
    /* margin: 0 auto; */
    display: block;
}
section.gtm-footer h2 {
    font-size: 24px;
}
.dark-theme .listitem h4 ,.dark-theme .listitem ,.dark-theme .titlewrp,.dark-theme .speaker-auto p,.dark-theme .speaker-auto b,.dark-theme #about-automation h2,.dark-theme .listitem p,.dark-theme .auto-about p{
    color: #090605 !important;
}
.automation-wrap .my-5 {
  margin-top: 45px !important;
  margin-bottom: 45px !important;
}

.auto-div span {
  padding: 8px 10px;
  display: block;
  display: inline-flex;
  align-items: center;
  justify-content: flex-start;
  max-width: 95%;
  width: 100%;
  font-size: 14px;
  line-height: 17px;
  min-height: 46px;
}

.place span {
  padding: 1px 10px;
}

.auto-div {
  flex-grow: 1;
}

.grid-agenda {
  margin-bottom: 50px;
}

.automation-wrap .infowrp {
  display: flex;
  align-items: flex-end;
  padding: 20px;
  margin-top: 40px;
}
.listitem img{ max-width: 50px;}
.auto-div p {
  font-size: 12px;
  margin-bottom: 7px;
}

.infowrp a {
  height: 46px;
  line-height: 46px;
  padding: 0 40px !important;
}

.bg-080202 {
  background-color: #080202;
}

.automation-wrap .py-80 {
  padding-top: 80px !important;
  padding-bottom: 80px !important;
}

.auto-about h3 {
  color: #FF9D00;
  font-size: 26px;
  padding: 15px 25px;
  border-radius: 10px;
  -webkit-border-radius: 10px;
}

#about-automation .container {
  display: flex;
  gap: 25px;
  max-width: 1190px;;
}

.auto-about p {
  font-size: 16px;
}

.bg-090605 {
  background: #090605;
}

.grid-agenda ul li,
.grid-agenda ul {
  list-style-type: none;
  padding-left: 0;
}

.speaker-auto {
  max-width: 220px;
  position: relative;
}

.speaker-wrp {
  gap: 30px;
}

.sp-div {
  width: 220px;
  position: absolute;
  bottom: -25px;
  left: 15px;
  text-align: center;
  padding: 7px 5px;
  border-radius: 12px;
  background-color: #fff;
}

.speaker-auto h4 {
  color: #FF9D00;
  margin: 0 0 3px;
  font-size: 15px;
  line-height: 18px;
}

.speaker-auto p {
  font-size: 13px;
  margin: 2px 0;
  line-height: 13px;
}

.speaker-auto b {
  display: block;
  font-weight: 700;
  font-size: 13px;
  line-height: 13px;
}

.grid-agenda ul li::marker {
  visibility: hidden;
  display: none;
  list-style-type: none;
}

#automation-top-section #automation-top-section .container>img {
  margin-left: auto;
  margin-right: auto;
  display: block;
}

#automation-top-section .container {
  max-width: 900px;
}
.speaker-wrp{
  max-width: 1090px;
  margin-left: auto;
  margin-right: auto;
}

.abt-area1 {
  max-width: 1040px;
  margin-left: auto;
  margin-right: auto;
}

.grid-agenda ul li {
  margin: 1.5px 0;
  display: inline-flex;
  min-height: 100px;
  gap: 3px;
}

.align-timing {
  min-width: 170px;
  background-color: #080202;
  padding: 15px;
  min-height: 100px;
  font-size: 28px;
  color: #FF9D00;
  font-weight: 600;
  border-radius: 16px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.grid-agenda {
  border-radius: 15px;
  border: 4px solid #FF9D00;
  padding: 30px;
}

.listitem {
  background: #fff;
  border-radius: 16px;
  padding:18px 25px;
  gap: 15px;
  display: inline-flex;
  align-items: center;
  justify-content: flex-start;
}

.listitem h4 {
  margin: 5px 0px 5px !important;
  font-size: 20px;
  line-height: 22px;
}

.listitem p {
  font-size: 17px;
  margin: 0px !important;
  line-height: 22px;
}

.titlewrp {
  text-align: center;
  max-width: 406px;
  min-height: 109px;
  display: block;
  margin: 0 auto 40px;
  font-size: 48px;
  line-height: 110px;
}

.grid-agenda ul li>div.listitem {
  max-width: 392px;
  min-height: 133px;
}

.speaker-wrp {
  margin-bottom: 50px;
}

.autoabtcontent {
  margin-top: 4px;
  background: #fff;
  border: 4px solid #FF9D00;
  border-radius: 20px;
  padding: 30px;
}

.titlecard1 img {
  margin-left: 15px;
}

.autoabtcontent ul {
  list-style-type: none;
  display: grid;
  gap: 20px;
  grid-template-columns: auto auto auto;
  align-items: center;
  justify-content: center;
}

.autoabtcontent p {
  color: #090605;
}

.autoabtcontent ul li p {
  margin: 0;
  line-height: 21px;
}

.autoabtcontent ul li {
  list-style-type: none;
  display: inline-flex;
  align-items: center;
  justify-content: flex-start;
  gap: 15px;
  text-align: left;
}

.autoabtcontent ul.four-auto {
  grid-template-columns: auto auto auto auto;
  justify-content: space-around;
  margin: 30px 0;
}

.autoabtcontent ul.four-auto li {
  text-align: center;
  max-width: 200px;
  flex-direction: column;
  justify-content: space-around;
}

#whyattend {
  padding: 0 0 80px 0;
}
#whyattend .container{
  max-width: 1055px;
  margin-left: auto;
  margin-right: auto;
}

#whyattend h2 {
  top: -58px;
  display: block;
  position: relative;
  margin-bottom: 0;
}

section#auto-bottom-banner h3 {
  line-height: 56px;
  font-size: 48px;
}

#whyattend ul {
  list-style-type: none;
  padding-left: 0;
  display: grid;
  gap: 25px;
  grid-template-columns: auto auto;
}

#whyattend ul li {
  font-size: 18px;
  align-items: center;
  line-height: 22px;
  display: inline-flex;
  gap: 25px;
  background-color: #fff;
  border: 4px solid #FF9D00;
  color: white;
  background-color: #000;
  border-radius: 20px;
  padding: 30px;
}

#auto-bottom-banner .py-80 {
  padding: 80px 0;
}

section#auto-bottom-banner h2 {
  font-family: 'Archivo-SemiBold', sans-serif;
  font-size: 48px;
  margin-bottom: 10px;
}

section#auto-bottom-banner a {
  font-size: 42px;
  box-shadow: 0 2px 11px rgb(0, 0, 0, 0.5);
  -webkit-box-shadow: 0 2px 11px rgb(0, 0, 0, 0.5);
  font-family: 'Archivo-SemiBold', sans-serif;
  display: inline-block;
  border-radius: 10px;
  height: 76px;
  padding: 0 35px;
  line-height: 76px;
}

@media screen and (min-width:768px) {
    .col-md-6.auto-about {
    width: 48% !important;
}
  .grid-agenda ul {
    max-width: 100%;
    display: block;
    margin-bottom: 1.5px;
    vertical-align: top;
  }

  .grid-agenda ul li>div.listitem {
    width: 100%;
  }

  .grid-agenda ul li {
    flex-grow: 1;
    width: 100%;
    justify-content: center;
  }

  .speaker-wrp {
    gap: 50px 10px;
    grid-template-columns: auto auto auto;
  }
}
@media screen and (min-width:1023px) and (max-width:1066px) {
.auto-about h3 {
    font-size: 22px;
}
.titlewrp {
    font-size: 32px;
}
.grid-agenda {
    padding: 15px;
}
.listitem img{ max-width: 32px;}
.listitem h4 {
    margin: 5px 0px 5px !important;
    font-size: 15px;
    line-height: 19px;
}
    .grid-agenda ul li>div.listitem {
        max-width: 392px;
        min-height: 81px;
        padding: 15px;
    }
        .grid-agenda ul li {
        min-height: 114px;
        gap: 3px;
    }
.listitem p {
    font-size: 13px;
    margin: 0px !important;
    line-height: 18px;
}
.align-timing {
    min-width: 131px;
    background-color: #080202;
    padding: 15px;
    min-height: 88px;
    font-size: 21px;
}
section#auto-bottom-banner h3 ,.titlewrp{
    font-size: 40px;
}
}
@media screen and (min-width:1024px) {
  .grid-agenda ul {
    max-width: 49%;
    display: inline-block;
    vertical-align: top;
  }

  .grid-agenda ul li {
    margin: 1.5px 0;
    display: inline-flex;
    min-height: 100px;
    gap: 3px;
  }

  .grid-agenda ul li>div.listitem {
    width: 250px;
  }

  .speaker-wrp {
    gap: 50px 10px;
    grid-template-columns: auto auto auto auto;
  }
}

@media screen and (min-width:1100px) {
  .grid-agenda ul li>div.listitem {
    width: 340px;
  }

  .speaker-wrp {
    gap: 50px 20px;
    grid-template-columns: auto auto auto auto;
  }
}

@media screen and (min-width:1270px) {
  .grid-agenda ul li>div.listitem {
    width: 392px;
  }

  .speaker-wrp {
    gap: 50px 30px;
    grid-template-columns: auto auto auto auto;
  }
}

@media screen and (max-width:767px) {
  .automation-wrap .infowrp {
    flex-direction: column !important;
    align-items: center !important;
    justify-content: center !important;
    max-width: 340px;
    margin: 0 auto 0;
  }

  .automation-wrap a {
    width: 100%;
    text-align: center;
    font-weight: 600;
  }

  .auto-div span {
    background-color: transparent !important;
  }

  .auto-div {
    margin: 1px 0;
    width: 100%;
    padding: 10px 15px;
    background: url('/assets/img/ktimg/automation/gray.png') no-repeat center / cover;
  }

  .automation-wrap .py-80 {
    padding-top: 40px !important;
    padding-bottom: 40px !important;
  }
#whyattend ul li {
    gap: 15px;
}
  .speaker-wrp {
    grid-template-columns: auto auto;
  }
  #whyattend ul {
      gap: 10px;
      grid-template-columns: 100%;
  }
  section#whyattend img {
    max-width: 37px;
}
#whyattend span {
        font-size: 13px;
        line-height: 19px;
    }
    #whyattend ul li {
    border-radius: 17px;
    padding: 15px 19px;
}
#whyattend h2 {
    top: -30px;
}
.autoabtcontent ul.four-auto {
    grid-template-columns: 48% 48%;
}
#whyattend {
    padding: 0 0 30px 0;
}
section#auto-bottom-banner h3 {
    line-height: 32px;
    font-size: 24px;
}
section#auto-bottom-banner a {
    font-size: 24px;
    display: inline-block;
    border-radius: 12px;
    height: 48px;
    padding: 30px 35px;
    line-height: 48px;
    max-width: 80%;
}
.autoabtcontent p {
    color: #090605;
    font-size: 15px;
}
.abt-area1.py-50 {
    padding: 20px 5px !important;
}
section#auto-bottom-banner {
    padding: 50px 0 63px !important;
}
section#auto-bottom-banner a{ font-size: 24px;        padding: 0px 30px;
        width: 244px !important;}
.autoabtcontent ul li p {
    margin: 0;
    line-height: 13px;
    font-size: 12px;
    font-weight: 600;
}
  .automation-wrap .titlewrp {
    font-size: 28px;
    max-width: 240px;
    line-height: 60px;
    min-height: 60px;
    background-size: 240px auto !important;
  }

  .speaker-auto h4 {
    font-size: 10px; margin: 0;
    line-height: 16px;
  }
  .autoabtcontent ul li {
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 15px;
    text-align: center;
}
.autoabtcontent ul img{ max-width: 41px;}
.autoabtcontent ul{ grid-template-columns: auto; padding: 0;}
  .sp-div {
    width: 100%;
  }
.speaker-wrp, .abt-area1 {
    max-width: 340px;
    margin-left: auto;
    margin-right: auto; margin-bottom: 40px!important;
}
#whyattend{ background: url(/assets/img/ktimg/automation/bg1.svg) no-repeat bottom center / cover !important;
}
  .speaker-wrp {
    gap: 50px 20px;
  }

  .speaker-wrp {
    gap: 50px 20px;
    max-width: 90%;
    margin: 0 auto;
  }

  .speaker-auto {
    max-width: 140px;
    position: relative;
  }
.speaker-auto p ,.speaker-auto b{
    font-size:8px;
    margin: 0.4px 0;
    line-height: 11px;
}
  .automation-wrap .infowrp {
    background: none !important;
  }

  .auto-div p {
    margin-bottom: 0;
  }

  .auto-div span {
    min-height: 15px;
    display: block;
    padding: 0 0 0 31px;
  }

  #automation-top-section .container>img {
    display: block;
    margin: 0 auto 20px;
    max-width: 80%;
  }

  #about-automation .container {
    text-align: center;
    max-width: 350px;
    margin: 0 auto 0;
    flex-direction: column;
  }

  #about-automation h2 {
    text-align: center;
  }

  section#automation-top-section {
    padding: 40px 0 !important;
  }

  .auto-about h3 {
    text-align: center;
    font-size: 17px;
  }

  #about-automation {
    background: url(/assets/img/ktimg/automation/bg2.svg) no-repeat bottom center / cover !important;
  }
  .align-timing {
        min-width: 77px;
        padding: 14px 10px;
        min-height: 60px;
        font-size: 13px;
  }
  .titlecard1 img {
    max-height: 24px;
}
  .titlecard1 .aablack-lgo{
    max-height: 45px;
}
  .grid-agenda ul{ margin:  0 0 1.5px;}
  .listitem h4 {
    margin: 2px 0px !important;
    font-size: 13px;
    line-height: 17px;
}
.grid-agenda ul li>div.listitem img {
    width: 32px;
}
.grid-agenda ul li>div.listitem {
    max-width: 100%;
    min-height: 61px;
}
.listitem p {
    font-size: 10px;
    margin: 0px !important;
    line-height: 13px;
}
.grid-agenda{ padding: 15px;}
.autoabtcontent {
    max-width: 96%;
    margin-left: auto;
    margin-right: auto;
}
    #whyattend ul {
        max-width: 96%;
        margin-left: auto;
        margin-right: auto;
    }
    .automation-wrap .gtm-footer ul li a{ text-align: left;}
    .grid-agenda {
        padding: 15px;
        max-width: 96%;
        margin-left: auto;
        margin-right: auto;
    }
    .grid-agenda ul li {
    min-height: 58px;
    }
    .grid-agenda ul li>div.listitem {
        min-height: 13px;
        padding: 3px 20px;
    }
    .align-timing{ min-height: 30px;}
    #automation-top-section .container {
    padding-bottom: 0px !important;
}
}
.automation-wrap .gtm-footer .head-wrapper {
    background: url(/assets/img/ktimg/automation/footer-heading.png) repeat bottom left !important;
}