/*
Theme Name: Flatsome Child
Description: This is a child theme for Flatsome Theme
Author: UX Themes
Template: flatsome
Version: 3.0
*/

/*************** ADD CUSTOM CSS HERE.   ***************/
:root{
    --shadow1: 0 4px 30px rgba(0, 0, 0, 0.1);
    --shadow-1:rgba(0, 0, 0, 0.07) 0px 1px 2px, rgba(0, 0, 0, 0.07) 0px 2px 4px, rgba(0, 0, 0, 0.07) 0px 4px 8px, rgba(0, 0, 0, 0.07) 0px 8px 16px, rgba(0, 0, 0, 0.07) 0px 16px 32px, rgba(0, 0, 0, 0.07) 0px 32px 64px;
    --shadow-2:0 2px 8px rgba(0, 0, 0, 0.08);
    --text-shadow: 0 1px 0 #ccc, 0 2px 0 #c9c9c9, 0 3px 0 #bbb, 0 4px 0 #b9b9b9, 0 5px 0 #aaa, 0 6px 1px rgba(0, 0, 0, 0.1), 0 0 5px rgba(0, 0, 0, 0.1), 0 1px 3px rgba(0, 0, 0, 0.3), 0 3px 5px rgba(0, 0, 0, 0.2), 0 5px 10px rgba(0, 0, 0, 0.25), 0 10px 10px rgba(0, 0, 0, 0.2), 0 20px 20px rgba(0, 0, 0, 0.15);
    --border-color:#57898078;
    --radius-1:1rem;
    --radius-2:1.5rem;
    --radius-3:2rem;
    --font-15:15px;
    --width-col-vertical: 260px;
    --background-linear-1: linear-gradient(to right,var(--fs-color-secondary),var(--primary-color));
    --white-linear: rgb(255, 255, 255), rgba(255, 255, 255, 0.9), rgba(255, 255, 255, 0.57), rgba(255, 255, 255, 0)
}
.header-top{
    font-size: 17px;
}

.header-main .nav>li.has-icon>a>i.icon-search,.header-main .nav>li.has-icon>a>i.icon-user {
    font-size: 1.6em!important;
}
div#main-menu.mobile-sidebar {
    background-color: #fff;
}
.off-canvas .mobile-sidebar-slide .sidebar-menu{
    position: relative;
}
div#main-menu.mobile-sidebar ul.nav.nav-sidebar {
    padding-bottom: 9.5rem;
}
.mobile-sidebar .cs-offcanvas-cap .button {
    background-color: rgba(118, 109, 244, 0.08);
    color: #766df4;
    padding: .2625rem 1.25rem;
    border-color:transparent;
}
.sidebar-menu-top-content {
    box-shadow: 0 0.125rem 0.625rem -0.1875rem rgba(0, 0, 0, 0.1);
    padding: 1rem;
}
.topbar-link.hotline, .trackCall.hotline {
    background: #ff5722;
    padding: 3px 5px;
    border-radius: 5px;
    font-weight: 800;
    color: #fff;
    display: inline-block;
}
.topbar-link {
    color: rgba(255, 255, 255, 0.7);
}
@keyframes wrench{
    0%{-webkit-transform:rotate(-12deg);-ms-transform:rotate(-12deg);transform:rotate(-12deg);}
    8%{-webkit-transform:rotate(12deg);-ms-transform:rotate(12deg);transform:rotate(12deg);}
    10%,28%,30%,48%,50%,68%{-webkit-transform:rotate(24deg);-ms-transform:rotate(24deg);transform:rotate(24deg);}
    18%,20%,38%,40%,58%,60%{-webkit-transform:rotate(-24deg);-ms-transform:rotate(-24deg);transform:rotate(-24deg);}
    100%,75%{-webkit-transform:rotate(0);-ms-transform:rotate(0);transform:rotate(0);}
}
.hotline .icon-phone {
    -webkit-animation: wrench 2.5s
    ease infinite;
    animation: wrench 2.5s
    ease infinite;
    transform-origin-x: 90%;
    transform-origin-y: 35%;
    transform-origin-z: initial;
}
ul.header-nav-main>li.menu-item.has-icon-left>a {
    flex-direction: column;
    font-size: .7em;
    line-height: 135%;
    gap:3px;
}
ul.header-nav-main>li.menu-item.has-icon-left>a img {
    width: 35px;
    height: 35px;
    object-fit: cover;
}
ul.header-nav-main>li.menu-item.has-dropdown>a>i.icon-angle-down{
    display: none;
}
ul.header-nav-main>li.menu-item.has-dropdown>.nav-dropdown {
    box-shadow: -0.0625rem 0 0.625rem 0 rgba(0, 0, 0, 0.07), 0.3125rem 1.25rem 2.5rem 0 rgba(0, 0, 0, 0.04);
    min-width: 13rem;
    padding: 10px 0;
    overflow: hidden;
}
.dropdown-menu-all-catelogies{

}
.dropdown-menu-all-catelogies .dropdown-column {
    display: block;
    width: 15rem;
    min-width: 15rem;
    padding: .5rem .75rem;
}
.ux-menu-link__link{
    min-height: 2em;
}
#footer .ux-menu-link--active .ux-menu-link__link,#footer .ux-menu-link:hover .ux-menu-link__link {
    color: #ffffff;
}
.dropdown-menu-all-catelogies .dropdown-column .group-menu .ux-menu a{
    position: relative;
    width: 100%;
    transition: all 0.25s ease-in-out;
    font-size: .875rem;
    padding-bottom: .2em;
    padding-top: .2em;
}
.title-breadcrumbs{
    padding: 0!important;
    margin-bottom: 1.5rem;
    font-size: .8em;
}
.section-head {
    border-bottom: 3px solid var(--fs-color-secondary);
    position: relative;
    margin-bottom: 20px;
}
.section-head .group-icon {
    position: absolute;
    top: 0;
    left: -17px;
    background: #231f20;
    padding: 10px;
    display: inline-block;
    color: #fff;
    width: 2.7rem;
    height: 2.7rem;
    text-align: center;
    line-height: 22px;
    z-index: 1;
    border-radius: 99px;
}
.section-head .title-txt {
    margin: 0;
    line-height: 25px;
    background-color: var(--fs-color-secondary);
    padding-left: 10px;
    padding-right: 10px;
    height: 2.8rem;
    display: flex;
    align-items: center;
    position: relative;
    width: max-content;
    -moz-border-radius-topleft: 15px;
    border-top-left-radius: 15px;
}
.section-head .title-txt:after {
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 2.85rem 2.849rem 0;
    border-color: transparent transparent var(--fs-color-secondary);
    position: absolute;
    right: -2.76rem;
    bottom: 0;
}
section.hero--main .section-bg.fill::before {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(180deg, rgb(255 255 255 / 0%) 73.22%, #ffffff 100%), radial-gradient(85.79% 84.46% at 94% -2.63%, rgb(255 255 255 / 0%) 0, rgb(255 255 255 / 90%) 100%);
    z-index: 1;
}
span.count-up+span.plus{
    font-size: 50%;
    margin-left: 5px;
}
.quantity .button.is-form {
    background-color: #fff;
    width: 25px;
}
.quantity .button.is-form.minus{
    border-bottom-left-radius: .5rem!important;
    border-top-left-radius: .5rem!important;
}
.quantity .button.is-form.plus{
    border-bottom-right-radius: .5rem!important;
    border-top-right-radius: .5rem!important;
}
.cs-fancy-link {
    color: #128cc1;
    position: relative;
}
.cs-fancy-link::after {
    position: absolute;
    bottom: 0;
    right: 0;
    width: 100%;
    height: .0625rem;
    background-color: #128cc1;
    content: '';
}
.cs-fancy-link:hover::after {
    -webkit-animation: linkUnderline .6s ease-in-out;
    animation: linkUnderline .6s ease-in-out;
}
.trendy_readmore{
    text-align: center;
    position: absolute;
    z-index: 10;
    bottom: 0;
    width: 100%;
    background: #fff;transition: var(--wdtBaseTransition);
    -webkit-transition: var(--wdtBaseTransition);
}
.trendy_readmore_more:before {
    bottom: 100%;
    height: 170px;
    display: block;
    position: absolute;
    content: "";
    width: 100%;
    background: #fff;
    background: linear-gradient(180deg, #FFFFFF 0%, rgba(255, 255, 255, 0.42) 74.48%, rgba(255, 255, 255, 0) 100%);
    transform: rotate(-180deg);    margin-bottom: -1px;
}
.trendy_readmore a {
    display: inline-block;
    box-shadow: none;
    font-size: 14px;
    line-height: 35px;
    padding: 0 25px;
    border-radius: 25px;
    background: var(--fs-color-secondary);position: relative;
    width: 150px;
    text-align: left;
    color: #fff;

}
.trendy_readmore i{color: #333}
.trendy_readmore .icon-angle-down {
    content: '';
    right: 4px;
    background-color: #fff!important;
    padding: 13px;
    width: 17px;
    height: 17px;
    position: absolute;
    border-radius: 99px;
    font-size: 18px;
    top: 4px;
}
.trendy_readmore.trendy_readmore_less .icon-angle-down{
    transform: rotate(-180deg);
}
.trendy_readmore .icon-angle-down:before {
    line-height: 0;
    right: 4.5px;
    padding: 14px;
    width: 17px;
    position: inherit;
    top: 0px;
}

.table-bordered {
    border: 1px solid #e9e9f2;
}
.table th, .table td {
    padding: .75rem;
    vertical-align: top;
    border-top: 1px solid #e9e9f2;
}
.table-bordered th, .table-bordered td{
    border: 1px solid #e9e9f2;
}
table tbody>tr:nth-child(odd)>td, table tbody>tr:nth-child(odd)>th {
    background-color: #eee;
}
.text-heading {
    color: #4a4b65 !important;
}
@-webkit-keyframes linkUnderline {
    0% {
        width: 100%
    }

    50% {
        width: 0
    }

    100% {
        left: 0;
        width: 100%
    }
}

@keyframes linkUnderline {
    0% {
        width: 100%
    }

    50% {
        width: 0
    }

    100% {
        left: 0;
        width: 100%
    }
}
.card,.product-small.box,.box-blog-post {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: border-box;
    border: 1px solid rgba(0, 0, 0, 0.085);
    border-radius: 1rem;
}
.card *, .flex-column * {
    min-height: .01px;
}
.alert {
    position: relative;
    padding: 1rem 1.25rem;
    margin-bottom: 1rem;
    border: 1px solid transparent;
    border-radius: 1rem;
}
.alert.success{
    background-color: var(--fs-color-success);
    color: #ffffff;
}
.alert-info {
    color: #628fe0;
    background-color: #f3f7fe!important;
    border-color: #dbe7fc;
}
.cs-tag {
    display: inline-block;
    padding: .375rem .75rem;
    transition: border-color 0.25s ease-in-out, color 0.25s ease-in-out;
    border: 1px solid #e9e9f2;
    border-radius: .5rem;
    background-color: #fff;
    color: #737491;
    font-size: .8125rem;
    font-weight: 500;
    text-decoration: none;
    white-space: nowrap;
}
.cs-tag.checked {
    background: #dbdbdb;
    cursor: default;
}
.cs-tag.active {
    background: var(--fs-color-secondary);
    cursor: default;
    color: #fff!important;
}
.box-vertical.box-blog-post{
    -ms-flex-direction: row;
    flex-direction: row;
}
.box-blog-post .box-text{
    padding: 1.9875rem;
}
.box-blog-post .box-text .entry-meta{
    margin-bottom: 1rem;
}
.box-blog-post .box-text .is-divider,.box-blog-post p.from_the_blog_comments{
    display: none;
}
.box-blog-post .box-image{
    margin: unset;
}
.box-vertical.box-blog-post .box-image .image-cover{
    padding-top: 0!important;
}
.box-vertical.box-blog-post .box-image .image-cover{
    position: unset;
}

.card-hover,.product-small.box,.box-blog-post,.portfolio-box {
    transition: border-color 0.2s ease-in-out, box-shadow 0.2s ease-in-out;
}
.card.card-hover:hover, .card.card-active,.product-small.box:hover,.box-blog-post:hover,.portfolio-box:hover {
    border-color: #118cc169 !important;
    border: 1px solid #118cc169;
    background: #f9f9f9;
}
.shadow-lg,.product-small.box,.box-blog-post,.portfolio-box,.box-shadow-1, .box-shadow-1-hover:hover, .row-box-shadow-1 .col-inner, .row-box-shadow-1-hover .col-inner:hover {
    box-shadow: -0.0625rem 0 0.625rem 0 rgba(0, 0, 0, 0.07), 0.3125rem 1.25rem 2.5rem 0 rgba(0, 0, 0, 0.04) !important;
}
.portfolio-box{
    border: 1px solid rgba(0, 0, 0, 0.085);
    border-radius: 1rem;
}
.portfolio-box .portfolio-box-title{
    text-transform: capitalize;    letter-spacing: unset;
}
.product-small.box,.box-blog-post,.portfolio-box{
    overflow: hidden;background-color: #fff;
}
.product-small.box .product-title{
    margin-bottom: 0.5rem;
}
.product-small.box .product-title a {
    overflow: hidden;
    word-wrap: break-word;
    line-height: 1.3rem;
    height: 3.8rem;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    font-size: .9375rem;
    font-weight: 600;
}
.product-small.box .price-wrapper {
    height: 30px;
    line-height: 135%;
}
.product-small.box del span.amount{
    font-size: .775rem !important;
}
.price del{
    text-decoration: unset!important;
}
del span.amount{
    text-decoration: line-through;
}
.badge-container {
    margin-top: 0;
    right: 0;
    left: unset
}

.badge-container .badge {
    height: 2.6em;
    width: 2.5em
}
.badge-container .badge:after {
    content: "";
    width: 0;
    height: 0;
    left: 0;
    bottom: -4px;
    position: absolute;
    border-color: transparent #ff5722;
    border-style: solid;
    border-width: 0 20px 4px;
    width: 2.5em
}
.badge-container .on-sale {
    background-color: #ff5722
}
span.onsale {
    display: flex;
    flex-direction: column;
    align-items: center;
    font-size: 11px;
    gap: 5px
}
span.onsale span.percent {
    color: var(--2nd-color);
    font-size: 14px
}
a.th-product-compare-btn {
    margin: 0!important;
    color: #128cc1;
    border: 0;
    padding: 0;
    font-weight: 400;
}
a.th-product-compare-btn:hover{
    background: transparent;
    box-shadow:unset;
    color: #128cc1;
}
a.th-product-compare-btn .text{
    margin-left: 2px;
}
.section__sub-title span.circle {
    display: inline-block;
    width: 20px;
    height: 20px;
    border: 2px solid var(--fs-color-secondary);
    box-shadow: 0 0 0 2px #fff inset;
    background-color: var(--fs-color-secondary);
}
.section__sub-title>*{
    color: var(--fs-color-secondary);
}
.stats__number p {
    color: var(--fs-color-secondary);
    font-size: 80px;
    line-height: 80px;
    font-weight: 600;
    margin-bottom: 8px;
    padding: 13px 0;
    user-select: none;
}
.introduction__content {
    display: grid;
    grid-template-columns: 40% calc(60% - 25px);
    gap: 25px;
}
.introduction__content .video-button-wrapper {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
@keyframes pxl_pulse_border {
    0% {
        transform: scale(1);
        opacity: .67
    }

    100% {
        transform: scale(2.2);
        opacity: 0
    }
}

@-webkit-keyframes pxl_pulse_border {
    0% {
        transform: scale(1);
        opacity: .67
    }

    100% {
        transform: scale(2.2);
        opacity: 0
    }
}
.video-button-wrapper a.open-video{
    border-width: 5px;
}
a.open-video:before {
    content: "";
    position: absolute;
    z-index: 0;
    left: 0;
    top: 0;
    display: block;
    width: 100%;
    height: 100%;
    background-color: #fff;
    border-radius: 50%;
    animation: pxl_pulse_border 1500ms ease-out infinite;-webkit-animation: pxl_pulse_border 1500ms ease-out infinite;
    z-index: -2;
}
.introduction__desc p {
    display: flex;
    padding: 24px;
    justify-content: center;
    align-items: center;
    border-radius: var(--radius-1);
    background: #F5F5F5;
    line-height: 20px;
}
.introduction__desc:not(:last-of-type) p{
    margin-bottom: 48px;
}
.blog-list-1 {
    display: flex;
    align-items: center;
    overflow: hidden;
    gap: 0.5rem;
    border-top: 1px dashed #e9e9f2;
    padding-top: 20px;
    margin-top: 20px
}

.blog-list-1:first-of-type {
    border-top: none;
    padding-top: 0;
    margin-top: 0
}

.blog-list-1 .post-thumbnail {
    flex: 0 0 35%;
    max-width: 35%
}

.blog-list-1 .post-thumbnail img {
    border-radius: 15px
}

.blog-list-1 .entry-title {
    font-size: 15px;
    line-height: 20px;
    margin-bottom: 10px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical
}

.blog-list-1 .post-date {
    font-size: 14px;
    font-weight: 500;
    line-height: 1.4285714286;
    color: var(--text_light)
}
.btn-divider {
    display: inline-block;
    width: 1px;
    height: 1.5rem;
    margin: 0 .75rem;
    background-color: #e9e9f2;
}
.btn-addtocart {
    color: #128cc1;
    white-space: nowrap;
    display: flex;
    position: relative;
    text-decoration: none;
    font-size: 1.375rem;
    align-items: center;
}
.btn-addtocart svg{
    fill: #128cc1;
}

.close {
    float: right;
    font-size: 1.375rem;
    font-weight: normal;
    line-height: 1;
    color: #5a5b75;
    text-shadow: none;
    opacity: .5;
}

.modal-open {
    overflow: hidden
}

.modal-open .modal {
    overflow-x: hidden;
    overflow-y: auto
}

.modal {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1050;
    display: none;
    width: 100%;
    height: 100%;
    overflow: hidden;
    outline: 0
}

.modal-dialog {
    position: relative;
    width: auto;
    margin: .5rem;
    pointer-events: none
}
.fade {
    transition: opacity 0.15s linear
}

@media (prefers-reduced-motion: reduce) {
    .fade {
        transition: none
    }
}

.fade:not(.show) {
    opacity: 0
}
.fade.show{
    opacity: 1
}
.modal.fade .modal-dialog {
    transition: -webkit-transform 0.2s ease-out;
    transition: transform 0.2s ease-out;
    transition: transform 0.2s ease-out, -webkit-transform 0.2s ease-out;
    -webkit-transform: scale(0.9);
    transform: scale(0.9)
}

@media (prefers-reduced-motion: reduce) {
    .modal.fade .modal-dialog {
        transition: none
    }
}

.modal.show .modal-dialog {
    -webkit-transform: none;
    transform: none
}

.modal.modal-static .modal-dialog {
    -webkit-transform: scale(1.02);
    transform: scale(1.02)
}

.modal-dialog-scrollable {
    display: -ms-flexbox;
    display: flex;
    max-height: calc(100% - 1rem)
}

.modal-dialog-scrollable .modal-content {
    max-height: calc(100vh - 1rem);
    overflow: hidden
}

.modal-dialog-scrollable .modal-header,.modal-dialog-scrollable .modal-footer {
    -ms-flex-negative: 0;
    flex-shrink: 0
}

.modal-dialog-scrollable .modal-body {
    overflow-y: auto
}

.modal-dialog-centered {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    min-height: calc(100% - 1rem)
}

.modal-dialog-centered::before {
    display: block;
    height: calc(100vh - 1rem);
    height: -webkit-min-content;
    height: -moz-min-content;
    height: min-content;
    content: ""
}

.modal-dialog-centered.modal-dialog-scrollable {
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-pack: center;
    justify-content: center;
    height: 100%
}

.modal-dialog-centered.modal-dialog-scrollable .modal-content {
    max-height: none
}

.modal-dialog-centered.modal-dialog-scrollable::before {
    content: none
}

.modal-content {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 100%;
    pointer-events: auto;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #e9e9f2;
    border-radius: 1rem;
    box-shadow: -0.0625rem 0 0.625rem 0 rgba(0,0,0,0.07),0.3125rem 1.25rem 2.5rem 0 rgba(0,0,0,0.04);
    outline: 0
}

.modal-backdrop {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1040;
    width: 100vw;
    height: 100vh;
    background-color: #000
}

.modal-backdrop.fade {
    opacity: 0
}

.modal-backdrop.show {
    opacity: .5
}

.modal-header {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: start;
    align-items: flex-start;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 1rem 1.25rem;
    border-bottom: 1px solid #e9e9f2;
    border-top-left-radius: calc(1rem - 1px);
    border-top-right-radius: calc(1rem - 1px)
}

.modal-header .close {
    padding: 1rem 1.25rem;
    margin: -1rem -1.25rem -1rem auto!important;
    opacity: 1;
}

.modal-title {
    margin-bottom: 0;
    line-height: 1.5;opacity: 1;
}

.modal-body {
    position: relative;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    padding: 1.25rem;
}

.modal-footer {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: end;
    justify-content: flex-end;
    padding: 1rem;
    border-top: 1px solid #e9e9f2;
    border-bottom-right-radius: calc(1rem - 1px);
    border-bottom-left-radius: calc(1rem - 1px)
}

.modal-footer>* {
    margin: .25rem
}

.modal-scrollbar-measure {
    position: absolute;
    top: -9999px;
    width: 50px;
    height: 50px;
    overflow: scroll
}

@media (min-width: 576px) {
    .modal-dialog {
        max-width:500px;
        margin: 1.75rem auto
    }

    .modal-dialog-scrollable {
        max-height: calc(100% - 3.5rem)
    }

    .modal-dialog-scrollable .modal-content {
        max-height: calc(100vh - 3.5rem)
    }

    .modal-dialog-centered {
        min-height: calc(100% - 3.5rem)
    }

    .modal-dialog-centered::before {
        height: calc(100vh - 3.5rem);
        height: -webkit-min-content;
        height: -moz-min-content;
        height: min-content
    }

    .modal-content {
        box-shadow: -0.0625rem 0 0.625rem 0 rgba(0,0,0,0.07),0.3125rem 1.25rem 2.5rem 0 rgba(0,0,0,0.04)
    }

    .modal-sm {
        max-width: 300px
    }
}

@media (min-width: 992px) {
    .modal-lg,.modal-xl {
        max-width:800px
    }
}

@media (min-width: 1280px) {
    .modal-xl {
        max-width:1140px
    }
}
.border-0 {
    border: 0 !important;
}
form.wpcf7-form{
    margin-bottom: 0;
}
.input-group-overlay {
    position: relative;
    width: 100%;
}
span.input-group-text {
    position: absolute;
    top: 0;
    left: 0;
    color: #737491;
    z-index: 1;
    padding: .5625rem 1.125rem;
}

.trendy-form {
    display: block;
    width: 100%;
    height: calc(1.5em + 1.125rem + 2px) !important;
    padding: .5625rem 1.125rem!important;
    font-size: 1rem!important;
    font-weight: 400;
    line-height: 1.5;
    color: #737491!important;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #dfdfeb!important;
    border-radius: .75rem!important;
    box-shadow: 0 0 0 0 transparent!important;
    transition: border-color 0.2s ease-in-out, box-shadow 0.2s ease-in-out!important;
}
.input-group-overlay .trendy-form{
    padding-left: 2.5rem!important;
}
.wpcf7-spinner{display: none}
.client-logos .client-logo--wrapper{
    position: relative;
}
.client-logos .client-logo--wrapper::before,.client-logos .client-logo--wrapper::after {
    position: absolute;
    content: "";
    top: 0;
    width: 10%;
    height: 100%;
    z-index: 1;
}
.client-logos .client-logo--wrapper::before{
    left: 0;
}
.client-logos .client-logo--wrapper::after {
    right: 0;
}
.client-logos .client-logo--wrapper.box_dark::before{
    background: linear-gradient(90deg, #000 0, rgba(255, 255, 255, 0) 100%);
}
.client-logos .client-logo--wrapper.box_dark::after {
    background: linear-gradient(90deg, rgba(255, 255, 255, 0) 0, #000 100%);
}
.client-logos .client-logo--wrapper.box_light::before{
    background: linear-gradient(90deg, #f7f7fc 0, rgba(255, 255, 255, 0) 100%);
}
.client-logos .client-logo--wrapper.box_light::after {
    background: linear-gradient(90deg, rgba(255, 255, 255, 0) 0, #f7f7fc 100%);
}
.client-logos .client-logo--wrapper .tns-slider .tns-item {
    max-width: 100%;
    min-width: 160px;
    height: 75px;
    overflow: hidden;
}
.client-logos .client-logo--wrapper .tns-slider .tns-item img {
    width: 100%;
    height: 100%;
    -o-object-fit: contain;
    object-fit: contain;
}
.client-logos .client-logo--wrapper.box_light .tns-slider .tns-item img{
    background-color: #fff;
    border: 1px #ddd solid;
    border-radius: 10px;
    padding: 10px;
}
.absolute-footer{
    padding-top: 0;
}
.loading{
    opacity: 0.5;
    pointer-events: none;
}
.loader {
    width: 50px;
    aspect-ratio: 1;
    border-radius: 50%;
    background: radial-gradient(farthest-side,#ffa516 94%,#0000) top/8px 8px no-repeat, conic-gradient(#0000 30%,#ffa516);
    -webkit-mask: radial-gradient(farthest-side,#0000 calc(100% - 8px),#000 0);
    animation: l13 1s infinite linear;
    display: none;
}
.loading .loader{
    display: block;
}
@keyframes l13{
    100%{transform: rotate(1turn)}
}

.sb-lg {
    width: 2.75rem;
    height: 2.75rem;
    border-radius: .75rem;
    font-size: 1rem;
}
.header-nav.nav-left{
    display: none;
}
.header-main a[aria-controls="main-menu"] {
    width: 110px;
    font-size: 14px;
    font-weight: 600;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #128cc1;
    color: #ffffff;
    border-radius: 10px;
    padding: 0.3rem;
}
.box-cat-product-home .box-image {
     width: 55%;
}
.box-cat-product-home .box-text{
    padding: 0;
}
.box-cat-product-home .box-text .header-title{
    font-size: 12px;
    font-weight: 500;
    color: var(--fs-color-secondary);
    text-transform: capitalize;
    overflow: hidden;
    word-wrap: break-word;
    height: 2.3rem;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}
.video-item {
    display: flex;
    cursor: pointer;
}
.video-item .youtube-thumb {
    width: 100%;
    height: 0;
    padding-bottom: 55.25%; /* 16:9 */
    overflow: hidden;
    position: relative;
}

.video-item .youtube-thumb img {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100%;
    height: 100%;
    transform: translate(-50%, -50%);
    object-fit: cover;
}

.video-item .video-thumb .social-btn i{
    color: #FF0033;
    font-size: 3rem;
}

.video-item .video-time-badge {
    position: absolute;
    z-index: 10;
    right: 10px;
    bottom: 5px;
    color: #fff;
    background: rgb(4 4 4 / 60%);
    font-size: .8em;
    border-radius: 5px;
    padding: 1px 5px;
    font-weight: 600;
}
.video-item .video-title {
    overflow: hidden;
    display: block;
    max-height: 2.5rem;
    min-height: 2.5rem;
    -webkit-line-clamp: 2;
    display: box;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    white-space: normal;
}
@media screen and (min-width: 1190px) and (max-width: 1650px) {

}
@media (min-width: 1190px) {
    ul.header-nav-main.nav-left {
        display: flex !important;
    }
    .header-main a[aria-controls="main-menu"] {
        display: none;
    }
}
@media screen and (min-width: 1205px) and (max-width: 1650px) {
    .stats__number p {
        font-size: 78px !important;
    }
}
@media screen and (min-width: 850px) {
    .page-wrapper-vertical .col.large-3 {
        padding-right: 0;
    }
    .page-wrapper-vertical .title-nav{
        padding-right: 30px;
    }
    .page-wrapper-vertical .tabs-nav{
        background-color: #ff5722;
        border-top-left-radius: 15px;
        border-bottom-left-radius: 15px;
        overflow: hidden;
    }
    .page-wrapper-vertical .tabs-nav li.page_item>a{
        padding-left: 15px;
        padding-right: 15px;
        color: #ffffff;
        font-weight: 500;
        font-size: 104%;
    }
    .page-wrapper-vertical .tabs-nav li.page_item.active>a,.page-wrapper-vertical .tabs-nav li.page_item:hover>a{
        background-color: #ffffff;
        color: black;
    }
    .page-wrapper-vertical .tabs-nav li.page_item.active>a:before,.page-wrapper-vertical .tabs-nav li.page_item:hover>a:before{
        background-color: #ff5722;
        left: 2px;
        right: auto;
    }
}
@media (min-width: 850px) {
    .menu-footer-bottom {
        flex-direction: row;
        justify-content: center;
        align-items: center;
        gap: 1.5rem;
    }
}
@media (min-width: 550px) {
    .form-group {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
    }
    .input-group.form-col-2 {
        width: calc(50% - 10px);
    }
    .input-group:not(.form-col-2){
        width: 100%;
    }
}
@media screen and (max-width: 1279px) {

}
@media only screen and (max-width: 549px) {
/*************** ADD MOBILE ONLY CSS HERE  ***************/
    .header-top {
        min-height: 35px!important;
    }
    .header-top .container{
        padding: 0 5px!important;
    }
    .header-top ul.mobile-nav{
        font-size: 13px;
    }
    .header-main a[aria-controls="main-menu"]{
        width: 45px;
    }
}