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

/*************** ADD CUSTOM CSS HERE.   ***************/

:root {
    --fs-color-black: #000000;
    --fs-color-white: #ffffff;
    --fs-color-grey: #cccccc;
    --fs-color-text: #343638;
    --FontAwesome: 'Font Awesome 7 Pro';
    --FontAwesomeBrands: 'Font Awesome 7 Brands';
    --font-html-size: 62.5%;
}

html {
    font-size: var(--font-html-size);
}

body {
    font-size: 1.6rem !important;
}


.h1,
.h2,
h1,
h2 {
    line-height: 1.2;
}

h1,
.h1 {
    font-size: 5.4rem;
}

.bigger > h1,
.bigger > .h1 {
    font-size: 7rem;
}

h2,
.h2 {
    font-size: 4.2rem;
}

.bigger > h2,
.bigger > .h2 {
    font-size: 5.4rem;
}

.banner h2 {
}

.banner p {
    margin-top: 0;
}

h3,
.h3 {
    font-size: 2.8rem;
}

.bigger > h3,
.bigger > .h3 {
    font-size: 3.6rem;
}

h4,
.h4 {
    font-size: 2.4rem;
}

.bigger > h4,
.bigger > .h4 {
    font-size: 3.2rem;
}

.box-text h2 {
    font-size: 2.4rem;
}

.box-text h3 {
    font-size: 2rem;
}

.box-text h4 {
    font-size: 1.8rem;
}

.banner h1,
.banner h2,
.banner h3 {
    font-weight: 700;
    line-height: 1.25;
    margin-bottom: 1rem;
    margin-top: 0;
    padding: 0;
}


.single-post h1,
.single-post .h1 {
    font-size: 4rem;
}

.entry-content h2,
.entry-content .h2 {
    font-size: 2.8rem;
}

.entry-content h3,
.entry-content .h3 {
    font-size: 2.4rem;
}

.entry-content h4,
.entry-content .h4 {
    font-size: 2rem;
}

.uppercase,
h6,
span.widget-title,
th {
    letter-spacing: 0;
}

.last-reset > p:has(+ style) {
    margin-bottom: 0;
}

.mb-0 > :last-child {
    margin-bottom: 0;
}

.row[style*='max-width'] .row {
      max-width: calc(100% + 3rem) !important;
}

p {
    margin-bottom: 1.5rem;
}

b,
strong {
    font-weight: inherit;
    font-weight: 700;
}

.dark,
.dark p,
.dark td {
    color: var(--fs-color-white);
}

.col-child-left > .col-inner {
    margin-right: auto !important;
    margin-left: 0 !important;
}
.col-child-center > .col-inner {
    margin-right: auto !important;
    margin-left: auto !important;
}

.col-child-right > .col-inner {
    margin-right: 0 !important;
    margin-left: auto !important ;
}

.col-child-left > .col-inner > .row {
    margin-left: 0 !important ;
}

.col-child-right > .col-inner > .row {
    margin-right: 0 !important ;
}

.off-canvas-left .mfp-content,
.off-canvas-right .mfp-content {
    background-color: hsla(0, 0%, 100%, 1);
}

.off-canvas:not(.off-canvas-center) .nav-vertical li > a {
    font-size: 1em;
    text-transform: capitalize;
    font-weight: 500;
    color: var(--fs-color-black);
}

.nav > li > a {
    font-size: 0.75em;
    font-weight: 600;
}

.nav-size-medium > li > a {
    font-size: 0.875em;
}

.nav-size-large > li > a {
    font-size: 1em;
}

.nav-size-xlarge > li > a {
    font-size: 1.25em;
}

.nav-spacing-xlarge > li {
    margin: 0 2rem;
}

.nav-uppercase > li > a {
    letter-spacing: 0;
    text-transform: uppercase;
}

.icon-envelop:before {
    content: '\f0e0';
    font-family: var(--FontAwesome);
    font-weight: 400;
}
.icon-play:before {
    content: '\f144';
    font-family: var(--FontAwesome);
    font-weight: bold;
}

.icon-facebook:before {
    content: '\f09a';
    font-family: var(--FontAwesomeBrands);
    font-weight: 400;
}

.icon-linkedin:before {
    content: '\f08c';
    font-family: var(--FontAwesomeBrands);
    font-weight: 400;
}
.icon-youtube:before {
    content: '\f167';
    font-family: var(--fa-family-brands);
    font-weight: 400;
}

.dark a:hover,
.nav-dark a:hover {
    opacity: 1 !important;
    color: var(--fs-experimental-link-color-hover) !important;
}

.dark .button.primary:hover {
    color: var(--fs-color-white) !important;
}

.widget .widget-title {
    font-weight: 600;
    display: block;
    width: 100%;
    text-transform: uppercase;
    margin-bottom: 1.5em;
}

.widget .widget-title + .is-divider {
    display: none;
}

.button,
button,
input[type='button'],
input[type='reset'],
input[type='submit'] {
    font-size: 1em;
    font-weight: 500;
    letter-spacing: 0;
    place-content: center;
}

.white {
    color: #343638 !important;
}

.button.white:hover {
	background-color: var(--fs-color-secondary) !important;
	color: var(--fs-color-white) !important;
	box-shadow:none
}



.select2-container .select2-choice,
.select-resize-ghost,
.select2-container .select2-selection,
input[type='date'],
input[type='email'],
input[type='number'],
input[type='password'],
input[type='search'],
input[type='tel'],
input[type='text'],
input[type='url'],
select,
textarea {
    box-shadow: none;
    color: var(--fs-color-text);
    font-size: 1em;
    height: 4rem;
}

input[type='email']:focus,
input[type='number']:focus,
input[type='password']:focus,
input[type='search']:focus,
input[type='tel']:focus,
input[type='text']:focus,
select:focus,
textarea:focus {
    box-shadow: none;
    color: var(--fs-color-text);
    opacity: 1 !important;
}

.rounded-full {
    border-radius: 20px;
    overflow: hidden;
}

.rounded-full.col > .col-inner {
    border-radius: 20px;
    overflow: hidden;
}

.video > p {
    margin-bottom: 0;
}

.show-all-items > .slider .flickity-slider > div {
    opacity: 1 !important;
}
.gap-1 > .slider .flickity-slider > div {
    padding: 0 0.5rem;
}
.gap-3 > .slider .flickity-slider > div {
    padding: 0 1.5rem;
}

.content-center.col > .col-inner {
    place-content: center;
}

.content-end.col > .col-inner {
    place-content: end;
}

.flickity-page-dots .dot {
    border-width: 2px;
}

.accordion-title {
    border-top: 0;
    font-size: 2.8rem;
    padding: 1rem 2rem;
    color: var(--fs-color-primary) !important;
}

.accordion-item + .accordion-item .accordion-title {
    border-top: 1px solid #dee2e6;
}

.accordion-title.active {
    background-color: transparent;
    border-color: transparent;
    color: var(--fs-color-primary);
    font-weight: normal;
}

.accordion {
    counter-reset: accordion;
}

.accordion .accordion-title::before {
    counter-increment: accordion;
    content: counter(accordion);
    color: #8373e5;
    padding-right: 12px;
    font-size: 21px;
    top: -2px;
    position: relative;
}

.accordion .toggle {
    left: auto;
    top: 0.6em;
    right: 2rem;
    width: 4rem;
    font-size: 2rem;
    color: var(--fs-color-secondary);
}

.accordion-inner {
    padding: 1.6rem;
}

/*************** MENU MOBILE ***************/

/*************** END MENU MOBILE ***************/

/*************** HEADER ***************/

#search-lightbox {
    font-size: 1em;
    margin: 0 auto;
    padding: 50px;
    width:100%;
    max-width:100% !important;
   
}

.off-canvas-undefined .mfp-content {
        max-width: 1200px !important;
        background-color: #1c0d44;
         border-radius: 20px;
}

.off-canvas-undefined .mfp-close {
        opacity: 1;
    mix-blend-mode: normal;
        height: 48px;
    width: 48px;
}

.off-canvas-undefined .mfp-close svg {
        width: 48px;
    height: 48px;
}

.search-lightbox-label {
        color: #8373e5;
    font-size: 40px;
    text-transform:uppercase;
} 



#search-lightbox .searchform .search-field {
        height: 4.5rem;
    border-radius: 100px 0 0 100px;
    box-shadow: none;
}

#search-lightbox .searchform .submit-button{
        text-transform: initial;
    border-radius:  0 100px 100px 0;
    padding: 0 24px;
        box-shadow: none;
            height: 4.5rem;
}


.search-archive {
    
}

.search-result-item {
    margin-bottom: 30px;
}



.post-deka_product .box-image .image-cover {
    padding-top:480px !important;
}

.search-result-item .post-title {
    font-size: 16px;
    margin: 0;
    background: #f8f8ff;
    text-align: left;
    padding: 10px;
    
}

.search-result-item .post-badge {
    display: inline-block;
    padding: 4px 10px;
    font-size: 12px;
    background: #111;
    color: #fff;
    border-radius: 20px;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    position: absolute;
    top: 2rem;
    left: 2rem;
}

.search-result-item .badge-post { 
    background-color:var(--fs-color-secondary)
}
.search-result-item .badge-deka_product { 
    background-color:var(--fs-color-primary)

}

.mobile-nav .header-button .button {
    width: 4rem;
    height: 4rem;
}

.mobile-nav .icon-search {
    font-size: 20px !important;
    color: var(--fs-color-primary);
}
.oxy-nav-menu-hamburger-wrap {
    display: flex;
    align-items: center;
    justify-content: center;
}
.oxy-nav-menu-hamburger {
    display: flex;
    justify-content: space-between;
    flex-direction: column;
    width: 20px;
    height: 16px;
}

.oxy-nav-menu-hamburger-line {
    height: 1px;
    background-color: #f8f8ff !important;
}

#header #masthead .nav-left {
    justify-content: center;
}

#header.has-transparent .header-wrapper {
    border-radius: 50px;
    padding: 1rem 2rem;
    mix-blend-mode: hard-light;
    box-shadow: 0px 3px 19px rgba(0, 0, 0, 0.3);
    width: calc(95% - 3rem);
    margin: 1rem auto 0;
    overflow: hidden;
}

#header #header-contact a {
    letter-spacing: 0;
    text-transform: initial;
}

#header.has-transparent .header-nav-main.nav > li > a {
    color: #09337d;
}

#header.has-transparent .nav > li.active > a {
    color: #8373e5;
}

.mfp-bg.off-canvas-center:not(.dark) {
    background-color: #fff;
    opacity: 1;
}

.off-canvas-center .nav-vertical>li>a {
    font-size: 1em;
    font-weight: 500;
    color: var(--fs-color-secondary);
}

.off-canvas-center .nav-vertical>li.current-menu-item>a {
    color: var(--fs-color-primary);
}

.off-canvas-center .nav-sidebar.nav-vertical>li>a {
    padding-left: 20px;
    padding-right: 20px;
}

.nav-sidebar.nav-vertical>li.menu-item.active, .nav-sidebar.nav-vertical>li.menu-item:hover {
    background-color: transparent;
}

/*************** END HEADER ***************/

/*************** FOOTER ***************/
#footer .button.ct-btn {
    min-width: 36rem;
    line-height: 1.5;
    min-height: 4.8rem;
}

#footer .footer-logo {
    max-width: 20rem;
}
#footer .follow-icons a:not(:hover) {
    color: var(--fs-color-primary);
}

/*************** END FOOTER ***************/

/*************** HOME PAGE ***************/
.home-events-section .slider {
    padding-bottom: 5rem;
}
/*************** END HOME PAGE ***************/

/*************** ABOUT PAGE ***************/

.about-banner-section .banner .text-box .text-box-content {
    min-height: 50rem;
    place-content: center;
}

.timeline-section .slider .flickity-slider > .row {
    padding-top: 5rem;
}

.timeline-section .slider .flickity-slider > .row :after {
    content: '';
    position: absolute;
    top: -3.6rem;
    left: 0;
    width: 100%;
    height: 2px;
    background-color: var(--fs-color-white);
}

.timeline-section .slider .flickity-slider > .row > .col {
    padding-right: 1rem !important;
}

.timeline-section .slider .flickity-slider > .row > .col > .col-inner {
    max-width: 600px !important;
    margin-left: 0;
    position: relative;
}

.timeline-section .slider .flickity-slider > .row > .col > .col-inner:after {
    content: '';
    position: absolute;
    top: -5rem;
    left: 50%;
    transform: translateX(-50%);
    height: 28px;
    width: 8px;
    border: 4px solid #f8f8ff;
    border-radius: 20px;
}

.timeline-section .slider .flickity-button {
    height: 4rem;
    width: 4rem;
    top: -7rem;
    bottom: auto;
}

.timeline-section .slider .flickity-button.previous {
    left: 40rem;
}

.timeline-section .slider .flickity-button.next {
    left: 45rem;
    right: auto;
}

/*************** END ABOUT PAGE ***************/

/*************** WEBINAR PAGE ***************/
.next-event-section .next-event-row > .col > .col-inner {
    border-radius: 20px;
    overflow: hidden;
}
.next-event-info-col .next-event-label {
}

.next-event-info-col .next-event-date {
    font-size: 4rem;
    line-height: 1;
    letter-spacing: -1px;
}

.next-event-img-col .banner {
    height: 100%;
}

.next-event-img-col .event-name h3 {
    font-size: 4.8rem;
    font-weight: 500;
}

.next-event-img-col .event-desc {
    font-size: 2rem;
    text-transform: uppercase;
    font-weight: 300;
    letter-spacing: 1px;
    border-bottom: 1px solid #ccc;
    display: inline-block;
}

.next-event-img-col .event-date {
    font-size: 2rem;
    text-transform: uppercase;
    font-weight: 300;
    letter-spacing: 1px;
}

.next-event-img-col .event-guest {
    font-size: 2rem;
}

.list-event-section .list-event-row > .col > .col-inner {
    border-radius: 20px;
    overflow: hidden;
}
/*************** END WEBINAR PAGE ***************/

/*************** CONTACT PAGE ***************/
.img-logo {
    max-width: 20rem;
}
.swal2-popup {
    font-size: 1.6rem !important;
}

.mfp-container {
    padding: 30px 15px;
}

/*************** END CONTACT PAGE ***************/

/*************** PARTNER PAGE ***************/
.logos-section .logos-row {
    border: 1px solid var(--fs-color-primary);
    border-radius: 12px;
}
.logos-section .logos-row > .col:before,
.logos-section .logos-row > .col:after {
    border-color: var(--fs-color-primary);
}
.logos-section .logos-row > .col > .col-inner {
    padding: 0.8rem;
}

.logos-section .logos-row .box .box-image img {
    object-fit: contain;
}
.ux-relay__control--bottom {
    margin-top: 3rem;
}

.partner-lightbox {
    border-radius: 16px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

.partner-content {
    text-align: center;
}

.partner-lightbox .main-title {
    font-size: 3.2rem;
    font-weight: bold;
    color: var(--fs-color-primary);
    margin-bottom: 1.6rem;
}

.partner-lightbox .sub-title {
    font-size: 2rem;
    font-weight: bold;
    margin-bottom: 1.5rem;
    color: var(--fs-color-primary);
}

.partner-lightbox .phone {
    font-weight: bold;
    margin-bottom: 5px;
}
.partner-lightbox .address {
    font-weight: bold;
    margin-bottom: 5px;
}

.partner-lightbox .phone i,
.partner-lightbox .address i {
    color: var(--fs-color-primary);
}

.row-dashed .col:before,
.row-solid .col:before {
    border-left: 1px dashed #ddd;
    content: ' ';
    height: 100%;
    right: -1px;
    position: absolute;
    top: 0;
    left: auto;
}

.row-solid .col:before {
    border-left-style: solid;
}

/*************** END PARTNER PAGE ***************/

/*************** BLOG ARCHIVE ***************/
.blog-archive {
    padding-top: 0;
}

.archive-page-header-wrapper {
    margin-bottom: 5rem;
}

.archive-page-header {
    min-height: 50rem;
    place-content: center;
    background-color: #333;
    position: relative;
    background-position: 50% 50%;
}

.archive-page-header .overlay {
    background-color: rgba(0, 0, 0, 0.75);
}

.archive-page-desc {
    font-size: 5rem;
    line-height: 6rem;
    color: #1c0d44;
    max-width: 900px;
    font-weight: 600;
    margin-left: auto;
    margin-right: auto;
}

.archive-page-desc p {
    margin-bottom: 15px;
}

.archive-page-header h1.page-title,
.archive-page-header h2.page-title {
    font-size: 5.4rem;
    margin-bottom: 0;
    text-transform: capitalize;
    font-weight: 700 !important;
}

.box-text {
    font-size: 1em;
    padding-bottom: 1rem;
    padding-top: 1rem;
}

.box-text.is-xsmall {
    font-size: 0.75em;
}

.box-text.is-small {
    font-size: 0.875em;
}

.box-text.is-large {
    font-size: 1.25em;
}

.box-text.is-xlarge {
    font-size: 1.5em;
}

.box-blog-post .is-divider {
    display: none;
}

.box-blog-post .box-image img {
    border-radius: 12px;
    overflow: hidden;
}

.box-blog-post .post-title.is-xxsmall {
    font-size: 1rem;
}
.box-blog-post .post-title.is-xsmall {
    font-size: 1.2rem;
}
.box-blog-post .post-title.is-smaller {
    font-size: 1.4rem;
}

.box-blog-post .post-title.is-small {
    font-size: 1.6rem;
}

.box-blog-post .post-title.is-large {
    font-size: 2rem;
}

.box-blog-post .post-title.is-larger {
    font-size: 2.8rem;
}

.box-blog-post .post-title.is-xlarge {
    font-size: 3.6rem;
}

.box-blog-post .post-title.is-xxlarge {
    font-size: 4.2rem;
}

.box-blog-post .post-title a {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    margin: 0 0 1rem;
}

.box-blog-post .post-meta {
    margin-bottom: 1rem;
    opacity: 1;
}

.box-blog-post .from_the_blog_excerpt {
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

.box-blog-post .box-text.is-large .from_the_blog_excerpt {
    margin: 2rem 0;
}

.box-blog-post .box-text .button {
    font-size: 12px;
    padding: 10px 24px;
    border-radius: 10em;
    text-transform: initial;
}

.box-blog-post .box-text .button.is-large {
    font-size: 14px;
    padding: 6px 24px;
}

.box-blog-post .box-text .button.is-link {
    padding: 0;
    position: relative;
    margin-top: 0;
}

.box-blog-post .box-text .button.is-link:after {
    content: '\f324';
    font-family: var(--FontAwesome);
    font-weight: 300;
    font-size: 8px;
    position: relative;
    top: -2px;
}

ul.links {
    font-size: 1em;
}

.nav-pagination > li > a,
.nav-pagination > li > span {
    border: 1px solid;
    border-radius: 0;
    font-size: 1em;
    font-weight: 500;
    padding: 0 7px;
}

.taxonomy-description li,
.taxonomy-description p,
.taxonomy-description div {
    font-size: 2rem;
}

blockquote {
    border-left: 5px solid var(--fs-color-primary);
    font-size: 1em;
    font-weight: 600;
    font-style: normal;
    color: var(--fs-color-primary);
}

/*************** END BLOG ARCHIVE ***************/

/***************  BLOG SINGLE ***************/
.blog-single {
    padding-top: 0;
}

.post-sidebar .box-blog-post .post-title a {
    -webkit-line-clamp: 4;
    line-height: 1.25;
    margin-bottom: 0;
}

.post-sidebar .box-vertical .box-image {
    vertical-align: top;
}

.post-sidebar .widget .widget-title {
    font-size: 2.4rem;
    font-weight: bold;
    text-transform: initial;
    margin-bottom: 1.5rem;
    line-height: 1.25;
    display: block;
}

.post-sidebar .is-sticky-column__inner .widget {
    box-shadow: 0px 3px 10px 0px rgba(0, 0, 0, 0.1);
    border-radius: 16px;
    padding: 2rem;
}

.post-sidebar .is-sticky-column__inner .widget .widget-title {
    text-align: center;
}

.post-sidebar form {
    margin-bottom: 0;
}

.post-sidebar form input[type='text'],
.post-sidebar form input[type='tel'],
.post-sidebar form button {
    border-radius: 8px;
}

.blog-single .entry-header-text {
    padding-bottom: 0;
}

.blog-single .entry-image img {
    border-radius: 12px;
}

.blog-single .entry-meta {
    margin-bottom: 1rem;
    font-weight: 600;
}

.blog-single .entry-meta a:not(:hover) {
    color: var(--fs-color-text);
}

.blog-single .entry-meta .posted-on {
    position: relative;
    margin-left: 11px;
}

.blog-single .entry-meta .posted-on::before {
    content: '';
    position: absolute;
    top: 15%;
    left: -7px;
    height: 70%;
    border-left: 1px solid #ddd;
}

/*************** END BLOG SINGLE ***************/

/*************** PRODUCT ARCHIVE ***************/
.banner-desc {
    font-size: 2rem;
    font-weight: 600;
}

.product-archive .products-filter-wrapper {
    background-color: #f8f8ff;
    padding-top: 2rem;
    padding-bottom: 2rem;
    margin-bottom: 3rem;
    margin-top: 3rem;
}

.product-archive .products-filter {
    position: relative;
}

.product-archive .products-filter .filter-title {
    padding: 1rem;
    position: relative;
    max-width: 32rem;
    cursor: pointer;
    transition: all 0.3s;
}

.product-archive .products-filter .filter-title:after {
    content: '';
    width: 0;
    height: 0;
    border: 7px solid transparent;
    border-color: #8297bf transparent transparent transparent;
    position: absolute;
    top: 18px;
    right: 10px;
}

.product-archive .products-filter.active .filter-title:after {
    border-color: transparent transparent #8297bf transparent;
    top: 12px;
}
.product-archive .products-filter .filter-dropdown {
    display: none;
    position: absolute;
    top: 100%;
    right: 0;
    left: 0;
    z-index: 999;
    margin: 0;
    padding: 0;
    background-color: #efebfd;
    max-width: 32rem;
}

.product-archive .products-filter .filter-dropdown a {
    display: block;
    margin: 0;
    padding: 6px 0;
    text-indent: 15px;
    border-left: 3px solid #8297bf;
    -moz-transition: all 0.15s ease-in;
    -o-transition: all 0.15s ease-in;
    -webkit-transition: all 0.15s ease-in;
    transition: all 0.15s ease-in;
}

.box .is-divider {
    display: none;
}

.deka_product-item .box.box-label .box-text {
    background-color: #ffffffcc;
    padding: 5px 10px;
    opacity: 1;
    border-radius: 8px;
    width: 45%;
    top: 2rem;
    left: 2rem;
    bottom: auto;
    margin: 0;
    transform: unset;
    box-shadow: none;
}

.deka_product-item .box.box-label {
    border-radius: 2rem;
    overflow: hidden;
    background-color: #f8f8ff;
}

.deka_product-item .box img {
    object-fit: contain;
}

.deka_product-item .product-sub-title {
    color: #1c0d44;
    font-size: 1.2rem;
}

.deka_product-item .product-sub-title:hover {
    color: var(--fs-experimental-link-color-hover);
}

.deka_product-item .badge-pro {
    background-color: #d1ff00;
    font-size: 1.2rem;
    text-transform: uppercase;
    font-weight: bold;
    padding: 1.2rem 2rem;
    border-radius: 10rem;
    position: absolute;
    bottom: 10%;
    left: 15%;
}

#post-list .ux-relay__control {
    margin-top: 3rem;
}

#post-list .ux-relay__control .ux-relay__button {
    padding: 6px 32px;
    min-width: 150px;
}

.ux-relay__button {
    border-radius: 10rem;
    text-transform: inherit;
}
.home-products-section .deka_product-item .box-blog-post .post-title a:not(:hover) {
    color: var(--fs-experimental-link-color);
}

.home-products-section .deka_product-item.best-seller .box-blog-post .post-title a:not(:hover) {
    color: var(--fs-experimental-link-color-hover);
}

.home-products-section .deka_product-item .box-text-bottom .box-image {
    border-bottom: 3px solid var(--fs-experimental-link-color);
    border-radius: 0;
}

.home-products-section .deka_product-item.best-seller .box-text-bottom .box-image {
    border-color: var(--fs-experimental-link-color-hover);
}

.slider-show-nav .flickity-prev-next-button {
    opacity: 0.3;
}

.slider-nav-circle .flickity-prev-next-button:hover .arrow,
.slider-nav-circle .flickity-prev-next-button:hover svg {
    fill: var(--fs-color-black) !important;
    background-color: transparent;
    border-color: var(--fs-color-black);
}

.flickity-prev-next-button {
    color: var(--fs-color-black);
    width: 42px;
}

.slider-nav-circle .flickity-prev-next-button .arrow,
.slider-nav-circle .flickity-prev-next-button svg {
    padding: 25%;
    border: 1px solid;
}
.slider-nav-dark .flickity-prev-next-button {
    opacity: 1 !important;
}

.slider-nav-dark.slider-nav-circle .flickity-prev-next-button .arrow,
.slider-nav-dark.slider-nav-circle .flickity-prev-next-button svg {
    border-color: var(--fs-color-primary);
    background-color: var(--fs-color-primary);
    color: var(--fs-color-white);
}

.flickity-prev-next-button:disabled,
button.flickity-prev-next-button[disabled] {
    opacity: 0.25 !important;
}

.compare-slider .slider {
    padding-bottom: 5rem;
}

audio,
canvas,
progress,
video {
    width: 100%;
}

.compare-slider .flickity-button {
    opacity: 1;
    bottom: 0;
    top: auto;
    width: auto;
    text-transform: initial;
    border: 2px solid var(--fs-color-primary);
    padding: 0 10px;
    border-radius: 100px;
    font-size: 12px;
    color: var(--fs-color-primary);
    margin: 0;
}

.compare-slider .flickity-button:hover {
    background-color: var(--fs-color-primary);
    color: var(--fs-color-white);
}

.compare-slider .flickity-button.previous {
    left: auto;
    right: calc(50% + 0.5rem);
}

.compare-slider .flickity-button.previous:after {
    content: 'Previous';
}

.compare-slider .flickity-button.next {
    left: calc(50% + 0.5rem);
    right: auto;
}

.compare-slider .flickity-button.next:after {
    content: 'Next';
}

.compare-slider .flickity-button.previous svg,
.compare-slider .flickity-button.next svg {
    display: none;
}

/*************** END PRODUCT ARCHIVE ***************/

/*************** PRODUCT SINGLE ***************/
.single-section-1 .section-1-main-row > .col > .col-inner {
    overflow: hidden;
    min-height: 70vh;
}
.single-section-1 .icon-box {
    align-items: center;
    z-index: 1;
    position: relative;
}
.single-section-1 .icon-box .icon-box-text {
    background-color: rgba(255, 255, 255, 0.8);
    padding: 20px;
    border-radius: 20px;
    margin-left: 20px;
    max-width: 32rem;
}

.single-section-1 .icon-box + .icon-box {
    margin-top: 20px;
}

.single-section-1 .thumbnail-img {
    position: absolute;
    bottom: 0;
    right: 0;
    margin-bottom: 0 !important;
}

.single-title h1 {
    font-size: 7.4rem;
    text-transform: initial;
    color: var(--fs-color-primary);
    margin-bottom: 2rem;
}

.cat-source-wrapper {
    display: flex;
    width: 100%;
    gap: 50px;
    align-items: flex-start;
}

.cat-source-wrapper .cat-source-label {
    font-size: 21px;
    font-weight: 400;
    color: rgba(186, 186, 232, 0.8);
}

.cat-source-wrapper .cat-source-value {
    font-size: 30px;
    color: var(--fs-color-primary);
}

.action-btn {
    position: relative;
    width: 100%;
    text-align: left;
    margin: 0;
    display: flex;
    align-items: center;
    justify-content: flex-start;
}

.action-btn span {
    flex: 1;
}
.product-work-video {
    background-color: #1c0d44;
    color: var(--fs-color-white);
}

.product-work-video h3 {
    color: currentColor;
}

.effective-section .banner-col .banner {
    height: 100%;
}

.effective-section .banner-col .banner .res-text {
    font-size:16px !important
}

.brochure-btn {
    min-height: 5rem;
        display: inline-flex;
    align-items: center;
    justify-content: flex-start;
}

.brochure-btn  i {
        top: 0;
}

.accessories-section .accessories-slider {
    counter-reset: accessories;
}

.accessories-section .accessories-slider .flickity-slider > .row {
    position: relative;
    min-height:100%;
    border-radius: 20px;
    background-color: #f1f1ff;
    margin-right:1rem !important
}


.accessories-section .accessories-slider .flickity-slider > .row:after {
    counter-increment: accessories;
    content: counter(accessories);
    position: absolute;
    top: 6px;
    right: 20px;
    font-size: 28px;
    color: #8373e5;
}

.accessories-section .accessories-slider .flickity-button {
    top: -67px;
    height: 4.2rem;
    min-height: unset;
}

.accessories-section .accessories-slider .flickity-button.previous {
    left: auto;
    right: 5rem;
}

.accessories-section .accessories-slider .flickity-button.next {
    right: 0;
}


.apply-section .icon-box {
    background-color: #1c0d44;
    padding: 5px 32px 5px 5px;
    border-radius: 10rem;
    display: inline-flex;
    width: auto;
    margin: 0 1.6rem 1.6rem 0;
}

.apply-section .icon-box .icon-box-text {
    flex: 0 0 auto;
    width: max-content;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    white-space: nowrap;
    color: #f9f9f9;
    font-size: 2.8rem;
}

.image-hotspot a.hotspot {
    background-color: transparent !important;
    opacity: 1;
    width: auto;
    height: auto;
    color: var(--fs-color-primary);
    position: relative;
    cursor: pointer;
    transition: all 0.2s ease-in;
}

.image-hotspot a.hotspot i {
    font-size: inherit;
    border: 2px solid #fff;
    width: 2.8rem;
    height: 2.8rem;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background-color: var(--fs-color-primary);
    color: var(--fs-color-white);
}

.image-hotspot .icon-plus:before {
    content: '\2b';
    font-family: var(--FontAwesome);
    font-weight: 300;
    position: relative;
    top: 1px;
}

.image-hotspot a.hotspot.active .icon-plus {
    transform: scale(1.2);
}

.image-hotspot a.hotspot.active .icon-plus:before {
    content: '\f00d';
}

.hotspot-content-wrapper {
    pointer-events: none;
    z-index: -999;
    opacity: 0 !important;
    visibility: hidden !important;
}

.hotspot-content-wrapper-fixed,
.hotspot-content-wrapper {
    width: 90%;
    opacity: 0;
    position: absolute;
    -webkit-transition:
        transform 0.2s ease-in,
        opacity 0.2s ease-in;
    transition:
        transform 0.2s ease-in,
        opacity 0.2s ease-in;
}

.hotspot-content-wrapper-fixed {
    z-index: 99999;
    top: 2rem;
    left: 5%;
    width: 90%;
}

.hotspot-content-wrapper-fixed.active {
    opacity: 1;
    visibility: visible !important;
    pointer-events: auto;
}

.hotspot-content-wrapper-fixed .hotspot-content-inner {
    height: 100%;
    width: 100%;
    border-radius: 20px;
    place-content: center;
    text-align: center;
    position: relative;
    z-index: 100;
    padding: 15px;
    color: var(--fs-color-primary);
    background-color: var(--fs-color-white);
    -webkit-transition:
        transform 0.5s ease-in,
        opacity 0.5s ease-in;
    transition:
        transform 0.5s ease-in,
        opacity 0.5s ease-in;
    -webkit-transform: scale(0, 0);
    transform: scale(0, 0);
}

.hotspot-content-wrapper-fixed.active .hotspot-content-inner {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
}

.image-hotspot {
    position: relative;
}

.image-hotspot .hotspot-wrapper {
    position: absolute;
    z-index: 10;
}

/*************** END PRODUCT SINGLE ***************/

@media only screen and (min-width: 550px) {
}
@media only screen and (min-width: 850px) {
    /* .container-fluid {
        max-width: 95% !important;
    } */

    /* .row-small.container-fluid {
        max-width: calc(95% - 1rem) !important;
    } */

    .post-sidebar .box.box-vertical .box-text {
        padding: 0 0 0 1rem;
    }

    /* .container-fluid .banner-layers.container {
        max-width: 95% !important;
    } */
}

.slider-nav-outside .flickity-prev-next-button.previous {
    left: 0;
    right: auto;
}
.slider-nav-outside .flickity-prev-next-button.next {
    left: auto;
    right: 0;
}
@media only screen and (min-width: 1280px) {
    .slider-nav-outside .flickity-prev-next-button.next {
        left: 100%;
        right: auto;
    }
    .slider-nav-outside .flickity-prev-next-button.previous {
        left: auto;
        right: 100%;
    }
}

@media only screen and (max-width: 1279px) {
    .next-event-img-col .event-name h3 {
        font-size: 3.6rem;
    }
    .next-event-img-col .event-desc,
    .next-event-img-col .event-date,
    .next-event-img-col .event-guest {
        font-size: 1.6rem;
    }
    .next-event-info-col .next-event-date {
        font-size: 3.2rem;
    }
    #header #masthead .flex-col.show-for-medium {
        display: block !important;
    }
    #header #masthead .flex-col.hide-for-medium {
        display: none !important;
    }
}

@media only screen and (max-width: 849px) {
    /*************** ADD TABLET CSS HERE  ***************/

    #header.has-transparent .header-wrapper {
        width: calc(100% - 3rem);
    }
    .is-full-height {
        height: 550px;
        min-height: 550px !important;
    }
    .select-resize-ghost,
    .select2-container .select2-choice,
    .select2-container .select2-selection,
    input[type='date'],
    input[type='email'],
    input[type='number'],
    input[type='password'],
    input[type='search'],
    input[type='tel'],
    input[type='text'],
    input[type='url'],
    select,
    textarea {
        font-size: 1.6rem;
    }

    h1,
    .h1 {
        font-size: 4.8rem;
    }

    .bigger > h1,
    .bigger > .h1 {
        font-size: 6rem;
    }

    h2,
    .h2 {
        font-size: 3.6rem;
    }

    .bigger > h2,
    .bigger > .h2 {
        font-size: 4.2rem;
    }

    h3,
    .h3 {
        font-size: 2.4rem;
    }

    .bigger > h3,
    .bigger > .h3 {
        font-size: 3.2rem;
    }

    h4,
    .h4 {
        font-size: 2rem;
    }

    .bigger > h4,
    .bigger > .h4 {
        font-size: 2.8rem;
    }

    .timeline-section .row.row-collapse.slider-wrapper-row {
        margin-left: 0 !important;
        margin-right: 0 !important;
    }

    .timeline-section .row.row-collapse.slider-wrapper-row > .col {
        padding-left: 15px !important;
        padding-right: 15px !important;
    }
    .archive-page-header {
        min-height: 40rem;
    }
    .archive-page-desc {
        font-size: 3.6rem;
        line-height: 4.2rem;
    }

    .archive-page-header h1.page-title,
    .archive-page-header h2.page-title {
        font-size: 4.8rem;
    }

    .row[style*='max-width'] {
        max-width: 100% !important;
    }

    .single-section-1 .section-1-main-row > .col > .col-inner {
        min-height: auto;
        text-align: center;
    }
    .single-title h1 {
        font-size: 5.4rem;
        margin-bottom: 1.2rem;
    }
    .cat-source-wrapper {
        flex-wrap: wrap;
    }

    .single-product-cat,
    .single-product-source {
        width: 100%;
        border-bottom-color: #efebfd;
        border-bottom-style: solid;
    }

    .cat-source-wrapper .cat-source-label {
        font-size: 14px;
    }

    .cat-source-wrapper .single-product-source .cat-source-value {
        font-size: 21px;
    }
    .apply-section .icon-box {
        padding: 5px 32px 5px 5px;
        border-radius: 10rem;
        display: flex;
        width: 100%;
        margin-right:0;
        flex-wrap: nowrap;
    }
    .apply-section .icon-box .icon-box-text {
        flex:auto;
        width: 100%;
        display: inline-flex;
        white-space: normal;
        font-size: 1.6rem;
        text-align: left;
        justify-content: flex-start;
    }

    .accordion-title {
        font-size: 2rem;
        padding: 0.6rem 3rem 0.6rem 1.5rem;
    }
    .accordion .accordion-title::before {
        font-size: 16px;
        padding-right: 10px;
    }
    .accordion .toggle {
        top: 0.3em;
        right: 0;
        width: 4rem;
        font-size: 1.6rem;
    }
        
    .accessories-section .accessories-slider .text.h2 {
        font-size:1.8rem;
    }

    .accessories-section .accessories-slider .flickity-slider > .row:after {
        top: 6px;
        right: 15px;
        font-size: 16px;
    }
    .brochure-btn {
        font-size: 2rem !important;
    }
    
    .search-lightbox-label {
        font-size: 32px;
    }
}

@media only screen and (max-width: 549px) {
    /*************** ADD MOBILE ONLY CSS HERE  ***************/
    .small-text-center {
        text-align: center;
    }

    .box-text.is-large {
        font-size: 1em;
    }
    .box-text.is-xlarge {
        font-size: 1.25em;
    }

    .partner-lightbox .main-title {
        font-size: 2.4rem;
        margin-bottom: 1.2rem;
    }

    .partner-lightbox .sub-title {
        font-size: 1.8rem;
        margin-bottom: 1rem;
    }

    h1,
    .h1 {
        font-size: 4rem;
    }

    .archive-page-header h1.page-title,
    .archive-page-header h2.page-title {
        font-size: 4rem;
    }

    .bigger > h1,
    .bigger > .h1 {
        font-size: 4.8rem;
    }

    h2,
    .h2 {
        font-size: 2.8rem;
    }

    .bigger > h2,
    .bigger > .h2 {
        font-size: 3.6rem;
    }

    h3,
    .h3 {
        font-size: 2rem;
    }

    .bigger > h3,
    .bigger > .h3 {
        font-size: 2.8rem;
    }

    h4,
    .h4 {
        font-size: 1.8rem;
    }

    .bigger > h4,
    .bigger > .h4 {
        font-size: 2.4rem;
    }

    #footer .button.ct-btn {
        min-width: 100%;
    }

    .archive-page-desc {
        font-size: 2.8rem;
        line-height: 3.6rem;
    }

    .cat-source-wrapper {
        gap: 30px;
    }
    .brochure-btn {
        font-size: 1.6rem !important;
        min-height:4rem
    }

    .image-hotspot a.hotspot i {
        font-size: 1rem;
        width: 2rem;
        height: 2rem;
    }

    .image-hotspot .icon-plus:before {
        top: 0px;
    }

    .row-slider .flickity-prev-next-button {
        width: 32px !important;
    }
    
    #search-lightbox {
        padding: 40px 20px;
    }
    .search-lightbox-label {
        font-size: 24px;
    }
    .off-canvas-undefined .mfp-close {
        height: 36px;
        width: 36px;
    }
    .off-canvas-undefined .mfp-close svg {
        width: 36px;
        height: 36px;
    }
    #search-lightbox .searchform .submit-button {
        padding: 0 8px;
    }
}

.is-xxxlarge {
    font-size: 2em;
}

.is-xxlarge {
    font-size: 1.75em;
}

.is-xlarge {
    font-size: 1.5em;
}

.is-larger {
    font-size: 1.25em;
}

.is-large {
    font-size: 1.125em;
}

.is-small,
.is-small.button {
    font-size: 0.875em;
}

.is-smaller {
    font-size: 0.75em;
}

.is-xsmall {
    font-size: 0.7em;
}

.is-xxsmall {
    font-size: 0.6em;
}

@media (max-width: 549px) {
    .is-xxlarge {
        font-size: 1.75em;
    }

    .is-xlarge {
        font-size: 1.25em;
    }

    .is-larger {
        font-size: 1.2em;
    }

    .is-large {
        font-size: 1em;
    }
}
