/*
Theme Name: Avada Child
Description: Child theme for Avada theme
Author: ThemeFusion
Author URI: https://theme-fusion.com
Template: Avada
Version: 1.0.0
Text Domain:  Avada
*/
:root {
    --stickyHeader: 140;
}

body bold,
body strong {
    font-weight: bold;
}

body .awb-menu__main-li_regular {
    position: relative;
    background: transparent;
    z-index: 1;
}

body .awb-menu__main-li_regular::after {
    content: '';
    position: absolute;
    inset: -16px 0;
    width: 100%;
    /* height: 100%; */
    border: none;
    background: var(--awb-bg);
    z-index: -1;
    transition: background calc(var(--awb-transition-time) * 1ms) cubic-bezier(.42, .01, .58, 1);
}

body .awb-menu__main-li_regular.current-menu-item::after,
body .awb-menu__main-li_regular:hover::after {
    visibility: visible;
    opacity: 1;
    transform: translateY(0);
    pointer-events: auto;
    background: var(--awb-active-bg);
}

body .awb-menu__main-li_with-main-arrow {
    background-color: transparent;
}

body .awb-menu__main-background-active,
body .awb-menu__main-background-default {
    display: none;
}

/* #header-search */
.fusion-column-wrapper:has(#header-search) {
    position: relative;
}

.fusion-column-wrapper:has(#header-search) .fusion-search-element {
    position: absolute;
    top: calc(100% + 10px);
    right: 0;
    width: clamp(calc(100% - 30px), 200px, calc(100vw - 30px));

    opacity: 0;
    transition: opacity 300ms cubic-bezier(.42, .01, .58, 1);
    pointer-events: none;
}

.fusion-column-wrapper:has(#header-search.is-active) .fusion-search-element {
    opacity: 1;
    pointer-events: all;
}



/* MaxWidth */
.containerMaxWidth-800>.fusion-builder-row,
.containerMaxWidth-800>.fusion-builder-container-content>.fusion_builder_row>.fusion-builder-row-container {
    max-width: calc(800px + var(--col_spacing)) !important;
}

.containerMaxWidth-900>.fusion-builder-row,
.containerMaxWidth-900>.fusion-builder-container-content>.fusion_builder_row>.fusion-builder-row-container {
    max-width: calc(900px + var(--col_spacing)) !important;
}

.containerMaxWidth-950>.fusion-builder-row,
.containerMaxWidth-950>.fusion-builder-container-content>.fusion_builder_row>.fusion-builder-row-container {
    max-width: calc(950px + var(--col_spacing)) !important;
}

.containerMaxWidth-980>.fusion-builder-row,
.containerMaxWidth-980>.fusion-builder-container-content>.fusion_builder_row>.fusion-builder-row-container {
    max-width: calc(980px + var(--col_spacing)) !important;
}

.containerMaxWidth-1270>.fusion-builder-row,
.containerMaxWidth-1270>.fusion-builder-container-content>.fusion_builder_row>.fusion-builder-row-container {
    max-width: calc(1270px + var(--col_spacing)) !important;
}

.containerMaxWidth-1340>.fusion-builder-row,
.containerMaxWidth-1340>.fusion-builder-container-content>.fusion_builder_row>.fusion-builder-row-container {
    max-width: calc(1340px + var(--col_spacing)) !important;
}

/* fusion-social-links */
.fusion-social-links .fusion-social-networks.boxed-icons .fusion-social-networks-wrapper .fusion-social-network-icon {
    margin: 10px;
}


/* link-area-link-icon */
.link-area-link-icon.link-area-link-icon-hover .heading .content-box-heading {
    color: var(--awb-title-color) !important;
}

.link-area-link-icon.link-area-link-icon-hover .heading .heading-link .content-box-heading {
    color: var(--awb-hover-accent-color) !important;
}

/* footerLinkColor-01 */
.footerLinkColor {
    color: currentColor !important;
}

.footerLinkColor:hover {
    color: var(--link_hover_color) !important;
}


/* post-content */
.post-content .wp-caption {
    max-width: 100%;
    margin-bottom: 10px;
    padding: 8px;
    border: 1px solid #ddd;
    background-color: #f3f3f3;
    text-align: center
}

.post-content .wp-caption.alignleft {
    margin: 0 30px 20px 0
}

.post-content .wp-caption.alignright {
    margin: 0 0 20px 30px
}

.post-content .wp-caption img {
    margin: 0;
    padding: 0;
    border: 0 none
}

.post-content .wp-caption p.wp-caption-text {
    margin: 0;
    padding: 0 4px 5px;
    font-size: 14px
}

.post-content ul {
    margin: 0;
    padding: 0;
    padding-inline-start: 20px;
    text-indent: -3px;
}

.post-content ul li {
    padding-top: 2.5px;
    padding-bottom: 2.5px;
}

.post-content ul li::marker {
    color: var(--primary_color);
    font-size: 1.2em;
    line-height: 1;
}



/* post-content table */
.post-content:has(.shell_panel-row) .shell_panel-row table {
    width: 100%;
    margin: 0 0 15px 0;
    border: 1px solid #eee;
    text-align: left
}

.post-content:has(.shell_panel-row) .shell_panel-row table {
    width: 100%;
    margin: 0 0 15px 0;
    border: 1px solid #eee;
    text-align: left
}

.post-content:has(.shell_panel-row) .shell_panel-row thead th,
.post-content:has(.shell_panel-row) .shell_panel-row tr th {
    padding: 9px 24px;
    color: #555;
    font-weight: 700
}

.post-content:has(.shell_panel-row) .shell_panel-row tr td {
    padding: 6px 24px;
    border-top: 1px solid #eee
}

.post-content:has(.shell_panel-row) .shell_panel-row table td,
.post-content:has(.shell_panel-row) .shell_panel-row table th,
.post-content:has(.shell_panel-row) .shell_panel-row table tr {
    max-width: 100%;
    padding: .857em .587em
}

.post-content:has(.shell_panel-row) .shell_panel-row table.cart td.actions .button.alt {
    margin: 19px 0 9px
}

.post-content:has(.shell_panel-row) .shell_panel-row h1,
.post-content:has(.shell_panel-row) .shell_panel-row h2,
.post-content:has(.shell_panel-row) .shell_panel-row h3,
.post-content:has(.shell_panel-row) .shell_panel-row h4,
.post-content:has(.shell_panel-row) .shell_panel-row h5,
.post-content:has(.shell_panel-row) .shell_panel-row h6 {
    margin: 0 0 10px;
    color: #333;
    font-weight: 500;
    line-height: 1em;
}

.post-content:has(.shell_panel-row) .shell_panel-row h1 {
    font-size: 30px !important;
}

.post-content:has(.shell_panel-row) .shell_panel-row h2 {
    font-size: 26px !important;
}

.post-content:has(.shell_panel-row) .shell_panel-row h3 {
    font-size: 22px !important;
}

.post-content:has(.shell_panel-row) .shell_panel-row h4 {
    font-size: 18px !important;
}

.post-content:has(.shell_panel-row) .shell_panel-row h5 {
    font-size: 16px !important;
}

.post-content:has(.shell_panel-row) .shell_panel-row h6 {
    font-size: 14px !important;
}

.post-content:has(.shell_panel-row) .shell_panel-row a {
    color: #2ea3f2;
}


/* custom-title-01 */
.custom-title-01 .fusion-title-heading {
    padding-left: 20px !important;
    border-left: 5px solid var(--primary_color);
}


/* custom-list-01 */
.custom-list-01 ul {
    margin: 0;
    padding: 0;
    padding-inline-start: 20px;
    text-indent: -3px;
}

.custom-list-01 ul li {
    padding-top: 2.5px;
    padding-bottom: 2.5px;
}

.custom-list-01 ul li::marker {
    color: var(--primary_color);
    font-size: 1.2em;
    line-height: 1;
}

.custom-list-01.dot-white ul li::marker {
    color: white;
}

@media only screen and (max-width: 640px) {
    .custom-list-01 {
        --awb-columns: 1 !important;
    }

    .custom-list-01.viewMobile-2 {
        --awb-columns: 2 !important;
    }
}


/* custom-container-01 */
body .custom-container-01 {
    --clipWidth: 50%;
    --clipHeight: 42px;

    padding-bottom: calc(var(--awb-padding-bottom) + var(--clipHeight));
    clip-path: polygon(0% 0%, 100% 0%,
            100% calc(100% - var(--clipHeight)), calc(100% - var(--clipWidth)) calc(100% - var(--clipHeight)),
            calc(100% - var(--clipWidth)) 100%, 0 100%);
}

body .custom-container-01 .fusion-row {
    max-width: 1400px !important;
}

body .custom-container-01 .right-column .fusion-column-wrapper {
    position: relative;
    border-left: 2px solid var(--awb-color4) !important;
    padding-left: 55px;
}

/* custom-rowGap-50 */
.custom-rowGap-50>.fusion-builder-row,
.custom-rowGap-50>.fusion-builder-container-content>.fusion_builder_row>.fusion-builder-row-container {
    row-gap: 50px;
}

/* custom-imgBox-01 */
.fusion-image-element:has(.custom-imgBox-01) {
    position: relative;
}

.fusion-image-element:has(.custom-imgBox-01) .fusion-imageframe {
    width: 100%;
}

.fusion-image-element:has(.custom-imgBox-01) .fusion-imageframe img {
    box-shadow: 0 0 30px -15px rgba(0, 0, 0, 0.4);
    width: 100%;
}

.fusion-image-element:has(.custom-imgBox-01) .fusion-imageframe:has(+.awb-imageframe-caption-container) {
    padding-bottom: 60px;
}

.fusion-image-element:has(.custom-imgBox-01) .fusion-imageframe:has(+.awb-imageframe-caption-container) a::after {
    content: '';
    position: absolute;
    inset: 0;
}

.fusion-image-element:has(.custom-imgBox-01) .awb-imageframe-caption-container {
    position: absolute;
    left: 0;
    right: 45px;
    bottom: 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
    margin-top: -60px;
    padding: 20px 45px;
    min-height: 120px;
    border-left: 4px solid var(--awb-color4);
    background-color: #fff;
    box-shadow: 0 0 30px -15px rgba(0, 0, 0, 0.4);
    z-index: 1;
    pointer-events: none;
}

.fusion-image-element:has(.custom-imgBox-01):has(.fusion-imageframe a) .awb-imageframe-caption-container::before,
.fusion-image-element:has(.custom-imgBox-01):has(.fusion-imageframe a) .awb-imageframe-caption-container::after {
    content: "";
    position: absolute;
    right: 25px;
    bottom: 25px;

    transition: all 300ms cubic-bezier(.42, .01, .58, 1);
}

.fusion-image-element:has(.custom-imgBox-01):has(.fusion-imageframe a) .awb-imageframe-caption-container::before {
    width: 21px;
    height: 2px;
    background-color: currentColor;
    transform: rotate(45deg) translate3d(-1px, 1px, 0px);
    transform-origin: right center;
}

.fusion-image-element:has(.custom-imgBox-01):has(.fusion-imageframe a) .awb-imageframe-caption-container::after {
    width: 12px;
    height: 12px;
    border-right: 2px solid currentColor;
    border-bottom: 2px solid currentColor;
}

.fusion-image-element:has(.custom-imgBox-01):has(.fusion-imageframe a:hover) .awb-imageframe-caption-container::before {
    background-color: var(--awb-color4);
}

.fusion-image-element:has(.custom-imgBox-01):has(.fusion-imageframe a:hover) .awb-imageframe-caption-container::after {
    border-right-color: var(--awb-color4);
    border-bottom-color: var(--awb-color4);
}

.fusion-image-element:has(.custom-imgBox-01) .awb-imageframe-caption-container .awb-imageframe-caption-title {
    font-size: 24px;
    line-height: 1.25;
}




/* custom-imgBox-02 */
.custom-imgBox-02 {
    position: relative;
    display: inline-flex;
    flex-direction: column;
    padding-bottom: 95px;
    max-width: 100%;
}

.custom-imgBox-02 .pic {
    position: relative;
}

.custom-imgBox-02 .pic img {
    max-width: 100%;
}

.custom-imgBox-02 .content {
    position: absolute;
    right: 0;
    bottom: 0;
    padding: 50px 70px 50px 50px;
    border-left: 2px solid var(--awb-color4);
    background-color: #fff;
    box-shadow: 0 0 30px -15px rgba(0, 0, 0, 0.4);
}

.custom-imgBox-02 .content .title {
    font-size: 24px;
    line-height: 1.333333;
}

.custom-imgBox-02 .content ul {
    margin: 0 0 -5px 22px;
    padding: 0 0 0;
    font-size: 16px;
    line-height: 1.5;
}

.custom-imgBox-02 .content ul li {
    margin-bottom: 5px;
}

.custom-imgBox-02 .content ul li::marker {
    color: var(--awb-color5);
    font-size: 22px;
    line-height: 1;
}

@media only screen and (min-width: 1025px) {
    .custom-imgBox-02 {
        padding-right: clamp(0px, 35vw + -489.99999999999994px, 70px);
    }

    .custom-imgBox-02 .content {
        right: clamp(-70px, 35vw + -560px, 0px);
    }
}

@media only screen and (max-width: 1024px) {
    .custom-imgBox-02 {
        padding-right: 0;
        padding-bottom: 0;
    }

    .custom-imgBox-02 .content {
        position: relative;
        padding: 50px 70px 50px 50px;
        border-left: 2px solid var(--awb-color4);
        background-color: #fff;
        box-shadow: 0 0 30px -15px rgba(0, 0, 0, 0.4);
    }
}


/* custom-imgBox-03 */
.fusion-image-element:has(.custom-imgBox-03) {
    display: flex;
    flex-direction: column;
    padding: clamp(65px, 2.9166666666666665vw + 44px, 100px) clamp(20px, 0.8333333333333334vw + 14px, 30px) clamp(60px, 2.5vw + 42px, 90px);
    background-color: #f5f6fe;
    gap: 20px;
    transition: background .2s;
}

.fusion-image-element:has(.custom-imgBox-03) .fusion-imageframe {
    position: static;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 auto 0;
    width: 245px;
    max-width: 100%;
    aspect-ratio: 1 / 1;
    padding: 20px;
    text-align: center;
    border-radius: 50%;
    background-color: var(--link_color);
    transition: background .2s;
}

.fusion-image-element:has(.custom-imgBox-03) .fusion-imageframe>a::after {
    content: '';
    position: absolute;
    inset: 0;
}

.fusion-image-element:has(.custom-imgBox-03) .fusion-imageframe img {
    max-width: 100%;
    filter: grayscale(100%) brightness(500%);
    transition: filter .2s;
}

.fusion-image-element:has(.custom-imgBox-03) .awb-imageframe-caption-text,
.fusion-image-element:has(.custom-imgBox-03) .awb-imageframe-caption-title {
    transition: color .2s;
}

.fusion-image-element:has(.custom-imgBox-03) .awb-imageframe-caption-text {
    color: #555555;
}

.fusion-image-element:has(.custom-imgBox-03) .awb-imageframe-caption-title {
    color: #333333;
}

.fusion-builder-row.fusion-flex-align-items-stretch:has(.custom-imgBox-03) .fusion-column-wrapper,
.fusion-builder-row.fusion-flex-align-items-stretch:has(.custom-imgBox-03) .fusion-image-element {
    height: 100%;
}

.fusion-image-element:has(.custom-imgBox-03):hover {
    background-color: var(--link_color);
}

.fusion-image-element:has(.custom-imgBox-03):hover .fusion-imageframe {
    background-color: #fff;
}

.fusion-image-element:has(.custom-imgBox-03):hover .fusion-imageframe img {
    filter: grayscale(0%) brightness(100%);
}

.fusion-image-element:has(.custom-imgBox-03):hover .awb-imageframe-caption-text,
.fusion-image-element:has(.custom-imgBox-03):hover .awb-imageframe-caption-title {
    color: #fff;
}


/* custom-imgBox-04 */
.fusion-image-element:has(.custom-imgBox-04) {
    position: relative;
}

.fusion-image-element:has(.custom-imgBox-04) .fusion-imageframe {
    width: 100%;
    height: 100%;
}

.fusion-image-element:has(.custom-imgBox-04) .fusion-imageframe img {
    box-shadow: 0 0 30px -15px rgba(0, 0, 0, 0.4);
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.fusion-image-element:has(.custom-imgBox-04) .fusion-imageframe:has(+.awb-imageframe-caption-container) {
    padding-bottom: 40px;
}

.fusion-image-element:has(.custom-imgBox-04) .fusion-imageframe:has(+.awb-imageframe-caption-container) a::after {
    content: '';
    position: absolute;
    inset: 0;
}

.fusion-image-element:has(.custom-imgBox-04) .awb-imageframe-caption-container {
    position: absolute;
    left: 0;
    right: 40px;
    bottom: 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
    margin-top: -60px;
    padding: 10px 30px;
    min-height: 80px;
    border-left: 4px solid var(--awb-color4);
    background-color: #fff;
    box-shadow: 0 0 30px -15px rgba(0, 0, 0, 0.4);
    z-index: 1;
    pointer-events: none;
}

.fusion-image-element:has(.custom-imgBox-04) .awb-imageframe-caption-container .awb-imageframe-caption-title {
    color: #000000;
    font-size: 20px;
    line-height: 1.5;
    letter-spacing: -0.01em;
}


/* custom-imgBlock-01 */
.custom-imgBlock-01 {
    display: flex;
    align-items: center;
    gap: 0px 50px;
}

.custom-imgBlock-01 .pic {
    flex-shrink: 0;
    align-self: flex-start;
    margin-bottom: 20px;
}

@media only screen and (max-width: 1024px) {
    .custom-imgBlock-01 {
        flex-wrap: wrap;
    }
}

/* custom-imgCarousel-01 */
.custom-imgCarousel-01 .awb-swiper {
    --awb-arrow-position-vertical: calc(50% - 100px / 2);
    --slider_nav_box_dimensions-width: 55px;
    --slider_nav_box_dimensions-height: 75px;
    --slider_arrow_size: 40px;
    --awb-arrow-hover-color: var(--awb-color4);
    position: relative;
}

.custom-imgCarousel-01 .fusion-carousel-item-wrapper {
    display: flex;
    flex-direction: column;
}

.custom-imgCarousel-01 .awb-swiper:not(.swiper-fade) .swiper-wrapper {
    padding: 0 0 8px;
}

.custom-imgCarousel-01 .fusion-image-wrapper img {
    display: block;
    width: 100%;
}

.custom-imgCarousel-01 .fusion-image-wrappere:has(+.awb-imageframe-caption-container) {
    padding-bottom: 0;
}

.custom-imgCarousel-01 .fusion-image-wrapper:has(+.awb-imageframe-caption-container) a::after {
    content: '';
    position: absolute;
    inset: 0;
}

.custom-imgCarousel-01 .awb-imageframe-caption-container {
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: center;
    margin: 0 0 10px !important;
    padding: 20px clamp(20px, 3.75vw + -7px, 65px);
    min-height: 100px;
    border-left: 4px solid var(--awb-color5);
    background-color: #fff;
    box-shadow: 0 0 30px -15px rgba(0, 0, 0, 0.4);
    z-index: 1;
    pointer-events: none;
}

.custom-imgCarousel-01 .awb-imageframe-caption-container .awb-imageframe-caption-title {
    font-size: 18px;
    line-height: 1.555556;
}


/* custom-imgButton-01 */
.fusion-image-element:has(.custom-imgButton-01) {
    position: relative;
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 20px;
    border: 1px solid #e4e4ea;
    border-radius: 10px;
    background-color: #fff;

    transition: border 300ms cubic-bezier(.42, .01, .58, 1), background 300ms cubic-bezier(.42, .01, .58, 1);
}

.fusion-image-element:has(.custom-imgButton-01) .fusion-imageframe {
    position: static;
    flex-shrink: 0;
}

.fusion-image-element:has(.custom-imgButton-01) .fusion-imageframe:has(+.awb-imageframe-caption-container) a::after {
    content: '';
    position: absolute;
    inset: 0;
}

.fusion-image-element:has(.custom-imgButton-01) .fusion-imageframe img {
    width: 40px;
    height: 40px;
    object-fit: contain;
    object-position: center center;
    filter: brightness(1) invert(0);
    transition: filter 300ms cubic-bezier(.42, .01, .58, 1);
}

.fusion-image-element:has(.custom-imgButton-01) .awb-imageframe-caption-container {}

.fusion-image-element:has(.custom-imgButton-01) .awb-imageframe-caption-container .awb-imageframe-caption-title {
    transition: color 300ms cubic-bezier(.42, .01, .58, 1);
}

.fusion-image-element:has(.custom-imgButton-01):has(.fusion-imageframe a:hover) {
    border-color: var(--awb-color5);
    background-color: var(--awb-color5);
}

.fusion-image-element:has(.custom-imgButton-01):has(.fusion-imageframe a:hover) .fusion-imageframe img {
    filter: brightness(0) invert(1);
}

.fusion-image-element:has(.custom-imgButton-01):has(.fusion-imageframe a:hover) .awb-imageframe-caption-container .awb-imageframe-caption-title {
    color: #fff;
}

/* custom-imgButton-02 */
.fusion-image-element:has(.custom-imgButton-02) {
    --awb-caption-title-size: clamp(18px, 0.5vw + 14.4px, 24px) !important;
    --awb-caption-title-line-height: 1.416667 !important;
}

.fusion-image-element:has(.custom-imgButton-02) {
    position: relative;
    display: flex;
    align-items: center;
    gap: 10px clamp(20px, 1.25vw + 11px, 35px);
    padding: 20px clamp(25px, 1.25vw + 16px, 40px);
    border: none;
    border-radius: 10px;
    background-color: #f5f6fe;

    transition: border 300ms cubic-bezier(.42, .01, .58, 1), background 300ms cubic-bezier(.42, .01, .58, 1);
}

.fusion-image-element:has(.custom-imgButton-02) .fusion-imageframe {
    position: static;
    flex-shrink: 0;
    width: 75px;
    height: 75px;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: var(--button_gradient_top_color);
    border-radius: 50%;
    transition: background-color 300ms cubic-bezier(.42, .01, .58, 1);
}

.fusion-image-element:has(.custom-imgButton-02) .fusion-imageframe:has(+.awb-imageframe-caption-container) a::after {
    content: '';
    position: absolute;
    inset: 0;
}

.fusion-image-element:has(.custom-imgButton-02) .fusion-imageframe img {
    max-width: 100%;
    max-height: 100px;
    object-fit: contain;
    object-position: center center;
}

.fusion-image-element:has(.custom-imgButton-02) .awb-imageframe-caption-container {}

.fusion-image-element:has(.custom-imgButton-02) .awb-imageframe-caption-container .awb-imageframe-caption-title {
    transition: color 300ms cubic-bezier(.42, .01, .58, 1);
}

.fusion-image-element:has(.custom-imgButton-02):has(.fusion-imageframe a:hover) {
    background-color: var(--button_gradient_top_color);
}

.fusion-image-element:has(.custom-imgButton-02):has(.fusion-imageframe a:hover) .fusion-imageframe {
    background-color: #fff;
}

.fusion-image-element:has(.custom-imgButton-02):has(.fusion-imageframe a:hover) .awb-imageframe-caption-container .awb-imageframe-caption-title {
    color: #fff;
}


/* custom-hoverImgBox-01 */
.custom-hoverImgBox-01 {
    position: relative;
}

.custom-hoverImgBox-01 .fusion-gallery-image {
    position: relative;
}

.custom-hoverImgBox-01 a.fusion-lightbox::before,
.custom-hoverImgBox-01 a.fusion-lightbox::after {
    position: absolute;
    z-index: 1;
    opacity: 0;
    transition: opacity 300ms cubic-bezier(.42, .01, .58, 1);
}

.custom-hoverImgBox-01 a.fusion-lightbox::before {
    content: '';
    inset: 0;
    background-color: var(--button_gradient_top_color_hover);
}

.custom-hoverImgBox-01 a.fusion-lightbox::after {
    content: "\e922";
    top: 50%;
    left: 50%;

    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    width: 90px;
    height: 90px;
    font-size: 32px;
    font-family: 'Linearicons' !important;
    speak: never;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;

    color: var(--button_gradient_top_color);
    background-color: #fff;
    border-radius: 50%;
    transform: translate3d(-50%, -50%, 0);
}

.custom-hoverImgBox-01 a.fusion-lightbox:hover:before {
    opacity: 0.5;
}

.custom-hoverImgBox-01 a.fusion-lightbox:hover::after {
    opacity: 1;
}

/* custom-avadaSlider-01 */
.custom-avadaSlider-01 .tfs-slider {
    height: auto !important;
}

.custom-avadaSlider-01 .tfs-slider,
.custom-avadaSlider-01 .tfs-slider .slides {
    overflow: visible;
}

.custom-avadaSlider-01 .flex-direction-nav {
    position: absolute;
    left: 0;
    bottom: 0;
}

.custom-avadaSlider-01 .flex-direction-nav>li {
    padding: 0;
}

.custom-avadaSlider-01 .flexslider .flex-prev,
.custom-avadaSlider-01 .flexslider .flex-next {
    display: block !important;
    opacity: 1 !important;
    visibility: visible !important;
    top: auto;
    bottom: 90px;
    transform: translateY(0%);
    color: #000;
    background-color: rgba(255, 255, 255, 0.9);
}

.custom-avadaSlider-01 .flexslider .flex-prev {
    left: 0;
}

.custom-avadaSlider-01 .flexslider .flex-next {
    left: 72px;
}

.custom-avadaSlider-01 .flexslider .flex-prev:hover,
.custom-avadaSlider-01 .flexslider .flex-next:hover {
    color: var(--awb-color4);
    background-color: rgba(255, 255, 255, 1);
}

.custom-avadaSlider-01 .tfs-slider .slides>li {
    padding-right: 70px;
}

.custom-avadaSlider-01 .tfs-slider .background {
    border-bottom: 90px solid transparent;
}

.custom-avadaSlider-01 .tfs-slider .slide-content-container {
    top: auto;
    bottom: 0;
    right: 0;
    padding: 0 !important;
    width: calc(50% + clamp(-30px, 5vw + -66px, 30px));
    transform: translateY(0%);
}

.custom-avadaSlider-01 .tfs-slider .slide-content-container .slide-content {
    padding: 50px 70px 50px 50px;
    border-left: 2px solid var(--awb-color4);
    background-color: #fff;
    box-shadow: 0 0 30px -15px rgba(0, 0, 0, 0.4);
}

.custom-avadaSlider-01 .tfs-slider .slide-content-container .slide-content>.heading {
    margin-bottom: 25px;
}

.custom-avadaSlider-01 .tfs-slider .slide-content-container .slide-content>.heading .fusion-title-sc-wrapper {
    width: 100%;
}

.custom-avadaSlider-01 .tfs-slider .slide-content-container .slide-content>.caption .fusion-title-heading {
    line-height: 1.5 !important;
}

.custom-avadaSlider-01 .tfs-slider .slide-content-container .slide-content>.caption .fusion-title-heading:not(:has(> p)),
.custom-avadaSlider-01 .tfs-slider .slide-content-container .slide-content>.caption .fusion-title-heading p {
    margin-bottom: 28px !important;
}

.custom-avadaSlider-01 .tfs-slider .slide-content-container .slide-content>.buttons {
    text-align: right;
}

.custom-avadaSlider-01 .tfs-slider .slide-content-container .tfs-button-1,
.custom-avadaSlider-01 .tfs-slider .slide-content-container .tfs-button-2 {
    margin-top: 0;
    white-space: nowrap;
    text-indent: 0;
}

.custom-avadaSlider-01 .tfs-slider .slide-content-container .slide-content>.buttons .fusion-button {
    position: relative;
    padding: 0 18px 0 0;
    color: var(--awb-color5);
    background: transparent;
    transition: all 300ms cubic-bezier(.42, .01, .58, 1);
}

.custom-avadaSlider-01 .tfs-slider .slide-content-container .slide-content>.buttons .fusion-button:hover {
    color: var(--awb-color4);
}

.custom-avadaSlider-01 .tfs-slider .slide-content-container .slide-content>.buttons .fusion-button::before,
.custom-avadaSlider-01 .tfs-slider .slide-content-container .slide-content>.buttons .fusion-button::after {
    content: "";
    position: absolute;
    right: 0;
    bottom: calc(50% - 4px);
    color: currentColor;
}

.custom-avadaSlider-01 .tfs-slider .slide-content-container .slide-content>.buttons .fusion-button::before {
    width: 11px;
    height: 1px;
    background-color: currentColor;
    transform: rotate(45deg) translate3d(0px, 0px, 0px);
    transform-origin: right center;
}

.custom-avadaSlider-01 .tfs-slider .slide-content-container .slide-content>.buttons .fusion-button::after {
    width: 6px;
    height: 6px;
    border-right: 1px solid currentColor;
    border-bottom: 1px solid currentColor;
    transform: rotate(0deg) translate3d(0px, 0px, 0px);
}

.custom-avadaSlider-01 .tfs-slider .slide-content-container .slide-content>.buttons .fusion-button .fusion-button-text {
    color: currentColor;
    font-size: 16px;
    transition: none;
}

@media only screen and (max-width: 1024px) {

    .custom-avadaSlider-01,
    .custom-avadaSlider-01 .tfs-slider {
        height: auto !important;
        max-height: none !important;
    }

    .custom-avadaSlider-01 .tfs-slider .slides>li {
        display: flex !important;
        flex-direction: column;
        padding-right: 0;
    }

    .custom-avadaSlider-01 .tfs-slider .background {
        border-bottom: none;
    }

    .custom-avadaSlider-01 .tfs-slider .slide-content-container {
        position: relative;
        inset: initial;
        padding: 0 !important;
        width: 100%;
        order: 2;
    }

    .custom-avadaSlider-01 .flexslider .flex-prev,
    .custom-avadaSlider-01 .flexslider .flex-next {
        top: 30px;
        bottom: auto;
    }
}

@media only screen and (max-width: 640px) {
    .custom-avadaSlider-01 .flex-direction-nav {
        display: block;
    }
}

/* custom-avadaSlider-02 */
.custom-avadaSlider-02 .tfs-slider {
    height: auto !important;
}

.custom-avadaSlider-02 .tfs-slider,
.custom-avadaSlider-02 .tfs-slider .slides {
    overflow: visible;
}

.custom-avadaSlider-02 .flex-direction-nav>li {
    padding: 0;
}

.custom-avadaSlider-02 .flexslider .flex-prev,
.custom-avadaSlider-02 .flexslider .flex-next {
    display: block !important;
    opacity: 1 !important;
    visibility: visible !important;
    top: auto;
    bottom: 0;
    transform: translateY(0%);
    color: #000;
    background-color: rgba(255, 255, 255, 0.9);
}

.custom-avadaSlider-02 .flexslider .flex-prev {
    left: 0;
}

.custom-avadaSlider-02 .flexslider .flex-next {
    left: 72px;
}

.custom-avadaSlider-02 .flexslider .flex-prev:hover,
.custom-avadaSlider-02 .flexslider .flex-next:hover {
    color: var(--awb-color4);
    background-color: rgba(255, 255, 255, 1);
}

.custom-avadaSlider-02 .tfs-slider .slide-content-container {
    display: none !important;
}

@media only screen and (max-width: 1024px) {

    .custom-avadaSlider-02,
    .custom-avadaSlider-02 .tfs-slider {
        height: auto !important;
        max-height: none !important;
    }
}

@media only screen and (max-width: 640px) {
    .custom-avadaSlider-02 .flex-direction-nav {
        display: block;
    }
}

/* custom-contentBoxes-01 */
.custom-contentBoxes-01.fusion-content-boxes {
    position: relative;
}

.custom-contentBoxes-01.fusion-content-boxes .content-box-heading,
.custom-contentBoxes-01.fusion-content-boxes .content-container {
    display: none;
}

.custom-contentBoxes-01.fusion-content-boxes .heading.heading-with-icon,
.custom-contentBoxes-01.fusion-content-boxes .heading.heading-with-icon img {
    margin: 0;
}

.custom-contentBoxes-01.fusion-content-boxes .heading.heading-with-icon a {
    pointer-events: none;
}

.custom-contentBoxes-01.fusion-content-boxes .fusion-read-more {
    position: absolute;
    left: 0;
    bottom: 0;
    padding: 25px 20px;
    min-width: 200px;

    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    gap: 10px;
    color: var(--awb-color5);
    font-size: 18px;
    line-height: 1.388889;
    background-color: #fff;
}

.custom-contentBoxes-01.fusion-content-boxes .fusion-read-more:hover {
    color: var(--awb-color4) !important;
}

.custom-contentBoxes-01.fusion-content-boxes .fusion-read-more::after {
    position: relative;
    inset: auto;
    padding: 0;
    vertical-align: middle;
    transform: none;

    content: "\e944";
    font-family: "Linearicons";
    font-weight: 900;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    display: inline-block;
    color: currentColor !important;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    line-height: 1;
}


/* custom-contentBoxes-02 */
.custom-contentBoxes-02.fusion-content-boxes {
    --awb-item-margin-bottom: 20px !important;
}

.custom-contentBoxes-02.fusion-content-boxes .heading {
    margin: 0 0 0;
    width: 100%;
}

.custom-contentBoxes-02.fusion-content-boxes .heading .heading-link {
    display: flex !important;
    align-items: center;
}

.custom-contentBoxes-02.fusion-content-boxes.content-boxes-icon-on-side .heading-with-icon .image,
.custom-contentBoxes-02.fusion-content-boxes.content-boxes-icon-with-title .heading-with-icon .image {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 12px;
    background-color: var(--awb-color5);
    aspect-ratio: 1 / 1;
    border-radius: 50%;
    margin-right: 15px;
    width: fit-content;
}

.custom-contentBoxes-02.fusion-content-boxes.content-boxes-icon-on-side .heading-with-icon .image img,
.custom-contentBoxes-02.fusion-content-boxes.content-boxes-icon-with-title .heading-with-icon .image img {
    margin: 0 0 0;
    aspect-ratio: 1 / 1;
    object-fit: contain;
}

.custom-contentBoxes-02.bg-wihte.fusion-content-boxes.content-boxes-icon-on-side .heading-with-icon .image,
.custom-contentBoxes-02.bg-wihte.fusion-content-boxes.content-boxes-icon-with-title .heading-with-icon .image {
    background-color: white;
}

.custom-contentBoxes-02.fusion-content-boxes.content-boxes-icon-on-top .heading-with-icon .image {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 22px;
    width: fit-content;
    background-color: var(--awb-color5);
    aspect-ratio: 1 / 1;
    border-radius: 50%;
    margin: 0 auto 15px;
}

.custom-contentBoxes-02.fusion-content-boxes.content-boxes-icon-on-top .heading-with-icon .image img {
    margin: 0 0 0;
    aspect-ratio: 1 / 1;
    object-fit: contain;
}

.custom-contentBoxes-02.bg-wihte.fusion-content-boxes.content-boxes-icon-on-top .heading-with-icon .image {
    background-color: white;
}




/* custom-contentBoxes-03 */
.custom-contentBoxes-03.fusion-content-boxes {
    position: relative;
}

.custom-contentBoxes-03.fusion-content-boxes .heading {
    text-align: left !important;
}

.custom-contentBoxes-03.fusion-content-boxes .heading.heading-with-icon a {
    pointer-events: none;
}



/* custom-contentBoxes-04 */
.custom-contentBoxes-04.fusion-content-boxes .heading img {
    border-radius: 1000px;
}

.custom-contentBoxes-04.fusion-content-boxes.content-boxes-icon-on-side .heading {
    margin-bottom: 8px;
}

.custom-contentBoxes-04.fusion-content-boxes.content-boxes-icon-on-side .heading .content-box-heading {
    margin-top: 4px;
}

.custom-contentBoxes-04.fusion-content-boxes .content-container {
    margin-bottom: 0;
}

.custom-contentBoxes-04.fusion-content-boxes .content-container p {
    margin-bottom: 8px;
}

.custom-contentBoxes-04.fusion-content-boxes .content-container p:last-child {
    margin-bottom: 0;
}





/* custom-imglist-01 */
.custom-imglist-01.fusion-content-boxes .heading {
    margin-bottom: 0;
}

.custom-imglist-01.fusion-content-boxes .heading.heading-with-icon img {
    margin-right: 10px;
}


/* custom-iconList-01 */
.custom-iconList-01.fusion-checklist .icon-wrapper,
ul.custom-iconList-01.fusion-checklist .icon-wrapper {
    --awb-icon-margin: 1px;
    font-size: 1em;
    line-height: 1;
    padding: 0;
    width: 1em;
}

.custom-iconList-01.fusion-checklist .fusion-li-item-content,
ul.custom-iconList-01.fusion-checklist .fusion-li-item-content {
    --awb-content-margin: calc(1em + 10px)
}


/* expandBox */
.expandBox {
    position: relative;
}

.expandBox .expand-info,
.expandBox .expand-content {
    display: grid;
    transition: 250ms grid-template-rows ease;
}

.expandBox .expand-info .infoBox,
.expandBox .expand-content .contentBox {
    overflow: hidden;
}

.expandBox .expand-info {
    grid-template-rows: 1fr;
}

.expandBox .expand-content {
    grid-template-rows: 0fr;
}

.expandBox.is-active .expand-info {
    grid-template-rows: 0fr;
}

.expandBox.is-active .expand-content {
    grid-template-rows: 1fr;
}


/* custom-postBox-01 */
.custom-postBox-01 .fusion-meta-tb {
    border: none !important;
    border-left: 4px solid var(--awb-color5) !important;
}

.custom-postBox-01 .fusion-meta-tb {}

.custom-postBox-01 div:has(>.fusion-button) {
    flex-grow: 1;
    display: flex;
    align-items: flex-end;
}

.custom-postBox-01 .fusion-button {
    padding: 0 0 0 0;
}

.custom-postBox-01 .fusion-button {
    position: relative;
    padding: 0 18px 0 0;
    color: var(--awb-color4);
    background: transparent;
    transition: all 300ms cubic-bezier(.42, .01, .58, 1);
}

.custom-postBox-01 .fusion-button:hover {
    color: var(--awb-color5);
}

.custom-postBox-01 .fusion-button::before,
.custom-postBox-01 .fusion-button::after {
    content: "";
    position: absolute;
    right: 0;
    bottom: calc(50% - 4px);
    color: currentColor;
}

.custom-postBox-01 .fusion-button::before {
    width: 11px;
    height: 1px;
    background-color: currentColor;
    transform: rotate(45deg) translate3d(0px, 0px, 0px);
    transform-origin: right center;
}

.custom-postBox-01 .fusion-button::after {
    width: 6px;
    height: 6px;
    border-right: 1px solid currentColor;
    border-bottom: 1px solid currentColor;
    transform: rotate(0deg) translate3d(0px, 0px, 0px);
}

.custom-postBox-01 .fusion-button .fusion-button-text {
    color: currentColor !important;
}


/* custom-containerBg-01 */
.custom-containerBg-01 {
    background-size: 0 !important;
}

.custom-containerBg-01 .fusion-builder-container-content,
.custom-containerBg-01 .fusion-builder-container-content>.fusion_builder_row {
    background: inherit;
}

.custom-containerBg-01 .fusion-builder-container-content>.fusion_builder_row>.fusion-builder-row,
.custom-containerBg-01>.fusion-builder-row {
    background: inherit;
    background-size: 100% 100%;
    clip-path: polygon(calc(var(--col_spacing) / 2) 0, calc(100% - var(--col_spacing) / 2) 0, calc(100% - var(--col_spacing) / 2) 100%, calc(var(--col_spacing) / 2) 100%);
}


/* custom-leftColumn-01 */
.custom-leftColumn-01 {
    --awb-padding-left: max(calc((100vw - var(--site_width)) / 2), 30px) !important;
}



/* custom-paginationStyle-01 */
.custom-paginationStyle-01 {
    --pagination_box_padding-height: 12px;
    --pagination_box_padding-width: 16px;
    --pagination_font_size: 18px;
}

.custom-paginationStyle-01>.pagination {
    justify-content: center;
    margin-top: 30px;
    font-size: 18px;
    line-height: 1;
}

.custom-paginationStyle-01>.pagination .pagination-prev,
.custom-paginationStyle-01>.pagination .pagination-next {
    padding: var(--pagination_box_padding-height) var(--pagination_box_padding-width) !important;
}

.custom-paginationStyle-01>.pagination .pagination-prev::before,
.custom-paginationStyle-01>.pagination .pagination-next::after {
    position: relative;
    inset: auto;
    transform: none;
    line-height: 1;
    color: currentColor !important;
}

.custom-paginationStyle-01>.pagination .pagination-prev .page-text,
.custom-paginationStyle-01>.pagination .pagination-next .page-text {
    display: none;
}

.custom-paginationStyle-01>.pagination>a,
.custom-paginationStyle-01>.pagination>span {
    display: inline-flex !important;
    color: var(--awb-color5) !important;
    border: 1px solid #b6b8d2 !important;
    background: transparent !important;
}

.custom-paginationStyle-01>.pagination>a:hover,
.custom-paginationStyle-01>.pagination .current {
    color: #fff !important;
    border-color: var(--awb-color5) !important;
    background: var(--awb-color5) !important;
}



/* custom-formBox-01 */
.fusion-form-form-wrapper .custom-formBox-01 .fusion-form-field {
    margin-top: 0;
}



/* custom-accordions-01 */
.custom-accordions-01 {
    position: relative;
}

.custom-accordions-01.fusion-accordian .fusion-panel.fusion-toggle-no-divider.fusion-toggle-boxed-mode {
    margin-bottom: 15px;
}

.custom-accordions-01.fusion-accordian .panel-heading .panel-title a {
    align-items: center;
}

.custom-accordions-01.fusion-accordian .panel-title .fusion-toggle-heading {
    margin-left: 15px;
}

.custom-accordions-01.fusion-accordian .panel-heading .fusion-toggle-icon-wrapper {
    position: relative;
    width: 1em;
    height: 1em;
    color: var(--awb-toggle-active-accent-color);
    font-size: var(--awb-icon-size);
    background-color: #e4e7fa;
    transition: all .2s;
}

.custom-accordions-01.fusion-accordian .panel-heading .fusion-toggle-icon-wrapper::before,
.custom-accordions-01.fusion-accordian .panel-heading .fusion-toggle-icon-wrapper::after {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
}

.custom-accordions-01.fusion-accordian .panel-heading .fusion-toggle-icon-wrapper::before {
    top: calc(50% + 0.2em);
    width: 0.60em;
    height: 2px;
    background-color: currentColor;
    transform: translate3d(calc(-50% - 1px), -50%, 0) rotate(45deg);
    transform-origin: right center;
}

.custom-accordions-01.fusion-accordian .panel-heading .fusion-toggle-icon-wrapper::after {
    width: 0.4em;
    height: 0.4em;
    border-right: 2px solid currentColor;
    border-bottom: 2px solid currentColor;
    transform: translate3d(calc(-50% + 2px), -50%, 0);
}

.custom-accordions-01.fusion-accordian .panel-heading .fusion-toggle-icon-wrapper i {
    display: none;
}

.custom-accordions-01.fusion-accordian .fusion-panel.fusion-toggle-boxed-mode .panel-heading a.active .fusion-toggle-icon-wrapper,
.custom-accordions-01.fusion-accordian .fusion-panel.fusion-toggle-boxed-mode:hover .panel-heading .fusion-toggle-icon-wrapper {
    color: #fff;
}

.custom-accordions-01.fusion-accordian .fusion-panel.fusion-toggle-boxed-mode .panel-heading a.active .fusion-toggle-icon-wrapper {
    background-color: var(--awb-toggle-active-accent-color);
}

.custom-accordions-01.fusion-accordian .fusion-panel.fusion-toggle-boxed-mode:hover .panel-heading .fusion-toggle-icon-wrapper {
    background-color: var(--awb-toggle-hover-accent-color);
}

.custom-accordions-01.fusion-accordian .panel-body {
    padding-top: 18px;
}

.custom-accordions-01.fusion-accordian .toggle-content .title {
    margin: 0 0 20px;
}

.custom-accordions-01.fusion-accordian .toggle-content>div,
.custom-accordions-01.fusion-accordian .toggle-content p {
    margin-bottom: 15px;
}

.custom-accordions-01.fusion-accordian .toggle-content>div:last-child,
.custom-accordions-01.fusion-accordian .toggle-content>p:last-child {
    margin-bottom: 0;
}


/* custom-table-01 */
.custom-table-01 table {
    font-size: clamp(14px, 0.33333333333333337vw + 11.6px, 18px);
    line-height: 1.555556;
}

.custom-table-01 table thead {
    display: none;
}

.custom-table-01 table tr,
.custom-table-01 table tr th,
.custom-table-01 table tr td {
    background-color: #f8f9fd;
}

.custom-table-01 table tr th,
.custom-table-01 table tr td {
    padding: clamp(15px, 1.6666666666666667vw + 3px, 35px) clamp(10px, 2.083333333333333vw + -5px, 35px);
}


/* custom-tab */
.custom-tab:not(.is-tabCompleted) .custom-tabHeader .fusion-button,
.custom-tabIndex:not(.is-tabCompleted) .custom-tabHeader .fusion-button {
    pointer-events: none;
}

.custom-tab .fusion-row .fusion-flex-column.custom-tabContent,
.custom-tabIndex .custom-tabContent .fusion-builder-row.fusion-builder-row-inner {
    display: none;
}


/* custom-tab-01 */
.custom-tab-01 .custom-tabHeader>.fusion-column-wrapper:not(:has(>.fusion-builder-column-content)),
.custom-tab-01 .custom-tabHeader>.fusion-column-wrapper>.fusion-builder-column-content {
    gap: 10px 15px;
}

.custom-tab-01 .custom-tabHeader .fusion-button {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    padding: 20px 25px;

    color: #111111 !important;
    font-size: 18px;
    line-height: 1.666667;
    background-color: transparent !important;
    border: 2px solid #d1d3e3 !important;
}

.custom-tab-01 .custom-tabHeader .fusion-button:hover,
.custom-tab-01 .custom-tabHeader .fusion-button.is-active {
    color: #fff !important;
    background-color: var(--primary_color) !important;
    border: 2px solid var(--primary_color) !important;
}

.custom-tab-01 .custom-tabHeader .fusion-button .fusion-button-text {
    color: currentColor;
}

.custom-tab-01 .custom-tabContent>.fusion-column-wrapper:not(:has(>.fusion-builder-column-content)),
.custom-tab-01 .custom-tabContent>.fusion-column-wrapper>.fusion-builder-column-content {
    display: grid !important;
    grid-template-columns: repeat(3, 1fr);
    gap: 50px 30px;
}

@media only screen and (max-width: 1024px) {
    .custom-tab-01 .custom-tabHeader>.fusion-column-wrapper {
        gap: 10px 10px;
    }

    .custom-tab-01 .custom-tabHeader .fusion-button {
        padding: 15px 20px;
        font-size: 16px;
    }

    .custom-tab-01 .custom-tabContent>.fusion-column-wrapper:not(:has(>.fusion-builder-column-content)),
    .custom-tab-01 .custom-tabContent>.fusion-column-wrapper>.fusion-builder-column-content {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media only screen and (max-width: 640px) {
    .custom-tab-01 .custom-tabHeader .fusion-button {
        padding: 10px 15px;
    }

    .custom-tab-01 .custom-tabContent>.fusion-column-wrapper:not(:has(>.fusion-builder-column-content)),
    .custom-tab-01 .custom-tabContent>.fusion-column-wrapper>.fusion-builder-column-content {
        grid-template-columns: repeat(1, 1fr);
    }
}



/* custom-tab-02 */
body:not(.fusion-builder-live) .custom-tab-02 .custom-tabHeader {
    position: sticky;
    top: calc(1px * var(--stickyHeader));
    max-height: calc(100vh - 1px * var(--stickyHeader) - 30px);
    overflow: auto;
}

@media only screen and (max-width: 1024px) {
    body:not(.fusion-builder-live) .custom-tab-02 .custom-tabHeader {
        position: relative;
        top: 0;
        max-height: none;
    }
}

@supports (scrollbar-width: thin) {
    .custom-tab-02 .custom-tabHeader {
        scrollbar-width: thin;
        scrollbar-color: #888 #f1f1f1;
    }
}

.custom-tab-02 .custom-tabHeader::-webkit-scrollbar {
    width: 6px;
}

.custom-tab-02 .custom-tabHeader::-webkit-scrollbar-track {
    background: #f1f1f1;
    border-radius: 3px;
}

.custom-tab-02 .custom-tabHeader::-webkit-scrollbar-thumb {
    background: #888;
    border-radius: 3px;
}

.custom-tab-02 .custom-tabHeader::-webkit-scrollbar-thumb:hover {
    background: #555;
}

.custom-tab-02 .custom-tabHeader>.fusion-column-wrapper:not(:has(>.fusion-builder-column-content)),
.custom-tab-02 .custom-tabHeader>.fusion-column-wrapper>.fusion-builder-column-content {
    gap: 10px 15px;
}

.custom-tab-02 .custom-tabHeader .fusion-button {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    padding: 2px 0 2px 15px;

    color: #111111 !important;
    font-size: 18px;
    line-height: 1.444444;
    background-color: transparent !important;
    border: none !important;
    border-left: 5px solid #323fcb !important;
}

.custom-tab-02 .custom-tabHeader .fusion-button:hover,
.custom-tab-02 .custom-tabHeader .fusion-button.is-active {
    color: #323fcb !important;
}

.custom-tab-02 .custom-tabHeader .fusion-button .fusion-button-text {
    color: currentColor;
}


@media only screen and (max-width: 1024px) {
    .custom-tab-02 .custom-tabHeader>.fusion-column-wrapper {
        gap: 10px 10px;
    }

    .custom-tab-02 .custom-tabHeader .fusion-button {
        padding: 2px 0 2px 10px;
        font-size: 16px;
    }
}

@media only screen and (max-width: 640px) {
    .custom-tab-02 .custom-tabHeader .fusion-button {
        padding: 2px 0 2px 5px;
    }
}




/* custom-tab-03 */
.custom-tab-03 .custom-tabHeader>.fusion-column-wrapper:not(:has(>.fusion-builder-column-content)),
.custom-tab-03 .custom-tabHeader>.fusion-column-wrapper>.fusion-builder-column-content {
    gap: 2px 2px;
}

.custom-tab-03 .custom-tabHeader .fusion-button {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    padding: 20px 25px;

    color: #fff !important;
    font-size: 18px;
    line-height: 1.666667;
    background-color: var(--awb-custom_color_1) !important;
    border: none !important;
}

.custom-tab-03 .custom-tabHeader .fusion-button:hover,
.custom-tab-03 .custom-tabHeader .fusion-button.is-active {
    color: #fff !important;
    background-color: var(--awb-custom_color_2) !important;
}

.custom-tab-03 .custom-tabHeader .fusion-button .fusion-button-text {
    color: currentColor;
}

@media only screen and (max-width: 1024px) {
    .custom-tab-03 .custom-tabHeader>.fusion-column-wrapper {
        gap: 10px 10px;
    }

    .custom-tab-03 .custom-tabHeader .fusion-button {
        padding: 15px 20px;
        font-size: 16px;
    }
}

@media only screen and (max-width: 640px) {
    .custom-tab-03 .custom-tabHeader .fusion-button {
        padding: 10px 15px;
    }
}


/* custom-textBlock-01 */
body .custom-textBlock-01 {
    --awb-font-size: 18px;
    --awb-line-height: 1.666667;
    position: relative;
    padding-top: 10px;
    padding-left: 40px;
    min-height: 50px;
}

body .custom-textBlock-01::before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 5px;
    height: 50px;
    background-color: var(--primary_color);
}

body .custom-textBlock-01 p:last-child {
    margin-bottom: 0;
}


/* custom-socialSharing-01 */
body .custom-socialSharing-01 {
    min-height: auto;
}

body .custom-socialSharing-01 .sharingbox-shortcode-icon-wrapper {
    gap: 5px 15px;
}

body .custom-socialSharing-01 .fusion-social-networks .fusion-social-network-icon {
    margin: 0 0 0;
}


/* custom-comments-01 */
.custom-comments-01 .comments-container,
.custom-comments-01 .comment-form-cookies-consent {
    display: none;
}

.custom-comments-01 .comment-respond {
    margin: 0 0 0 !important;
}

.custom-comments-01 .comment-respond .fusion-title {
    margin-bottom: 40px;
}

.custom-comments-01 .comment-respond .fusion-title .comment-reply-title {
    font-size: clamp(22px, 2.5vw + 6px, 36px) !important;
}

.custom-comments-01 .comment-respond #comment-textarea {
    margin-bottom: 40px;
}

.custom-comments-01 .comment-respond #comment-input {
    display: flex;
    gap: 15px 30px;
}

.custom-comments-01 .comment-respond #comment-input:after {
    content: none;
}

.custom-comments-01 .comment-respond #comment-input input {
    margin: 0 0 0;
    flex-grow: 1;
}

.custom-comments-01 .comment-respond .form-submit {
    margin-top: 40px;
}

@media only screen and (max-width: 800px) {
    .custom-comments-01 .comment-respond #comment-textarea {
        margin-bottom: 15px;
    }

    .custom-comments-01 #comment-input {
        flex-direction: column;
    }
}

.my-text-overlay {
    font-weight: bold;
    text-shadow: 0 1px 2px white;
    max-width: 20em;
    text-align: center;
    transform: translate(-50%, -50%);
}


.my-overlay {
    background-color: white;
    padding: 1em;
    border-radius: 0.5em;
    text-align: center;
    max-width: 20em;
    filter: drop-shadow(0 1px 2px black);
    margin-top: -0.5em;
    transform: translate(-50%, -100%);
    opacity: 0;
    transition: opacity .3s ease;
}

.custom-animate .my-overlay {
    opacity: 1;
}

.my-overlay::after {
    content: "";
    background-color: white;
    position: absolute;
    left: 50%;
    top: 100%;
    width: 0.5em;
    height: 0.5em;
    transform: translate(-0.25em, -0.25em) rotate(45deg);
}

.my-overlay.top-anchor-point {
    margin-top: 0.5em;
    transform: translateX(-50%);
}

.my-overlay.top-anchor-point::after {
    top: 0;
}


.custom-occlude {
    transition: opacity 1s ease, color 1s ease, filter 1s ease !important;
}

.earth-occluded .custom-occlude {
    opacity: 0.4;
    color: red;
    filter: drop-shadow(0 1px 2px red);
}



.custom-list-style {
    margin-top: 0 !important;
}

.custom-list-style .fusion-li-item .icon-wrapper {
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background-color: #2B338E;
    margin-top: 7px;
}

.custom-list-style .fusion-li-item .icon-wrapper i {
    display: none;

}

.custom-list-style .fusion-li-item .fusion-li-item-content {
    margin-inline-start: 18px;
}

.custom_layout_style.custom-avadaSlider-01 .tfs-slider .slides>li {
    padding-right: 31px;
}

.custom_layout_style.custom-avadaSlider-01 .tfs-slider .background {
    border-bottom: 153px solid transparent;
    box-sizing: content-box;

}

.custom_layout_style.custom-avadaSlider-01 .tfs-slider .background:before {
    content: "";
    position: absolute;
    border: 1px solid #EBEBEB;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
}

.custom_layout_style.custom-avadaSlider-01 .flexslider .flex-prev,
.custom_layout_style.custom-avadaSlider-01 .flexslider .flex-next {
    bottom: 153px;
    background-color: #fff;
    color: currentColor;
}

.custom_layout_style.custom-avadaSlider-01 .flexslider .flex-next {
    left: 0;
    bottom: calc(153px + 68px);
}

.custom_layout_style.custom-avadaSlider-01 .tfs-slider .slide-content-container {
    width: auto;
    left: 108px;
}

.custom_layout_style.custom-avadaSlider-01 .tfs-slider .slide-content {
    padding: 40px 50px !important;
}

.custom_layout_style.custom-avadaSlider-01 .tfs-slider .fusion-title-heading {
    line-height: 24px !important;

}

.custom_layout_style.custom-avadaSlider-01 .flexslider .flex-prev:hover,
.custom_layout_style.custom-avadaSlider-01 .flexslider .flex-next:hover {
    background-color: rgba(50, 63, 204, 0.9);
    color: #fff !important;
}

.custom_layout_style.custom-avadaSlider-01 .flexslider .flex-next,
.custom_layout_style.custom-avadaSlider-01 .flexslider .flex-prev {
    font-size: 0;
    color: #323FCC !important;
}

.custom_layout_style.custom-avadaSlider-01 .flexslider .flex-next:before,
.custom_layout_style.custom-avadaSlider-01 .flexslider .flex-prev:before {
    content: "";
    width: 16px;
    height: 1px;
    background-color: #323FCC;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}

.custom_layout_style.custom-avadaSlider-01 .flexslider .flex-next:hover:before,
.custom_layout_style.custom-avadaSlider-01 .flexslider .flex-prev:hover:before {
    background-color: #fff !important;
}

.custom_layout_style.custom-avadaSlider-01 .flexslider .flex-next:after {
    content: "";
    width: 9px;
    height: 9px;
    border-top: 1px solid #323FCC;
    border-right: 1px solid #323FCC;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    margin: -5px 0 0 -3px;
}

.custom_layout_style.custom-avadaSlider-01 .flexslider .flex-prev:after {
    content: "";
    width: 9px;
    height: 9px;
    border-top: 1px solid #323FCC;
    border-right: 1px solid #323FCC;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: rotate(225deg);
    -ms-transform: rotate(225deg);
    -moz-transform: rotate(225deg);
    -webkit-transform: rotate(225deg);
    -o-transform: rotate(225deg);
    margin: -5px 0 0 -7px;
}

.custom_layout_style.custom-avadaSlider-01 .flexslider .flex-next:hover:after,
.custom_layout_style.custom-avadaSlider-01 .flexslider .flex-prev:hover:after {
    border-color: #fff !important;
}



.bg_option {
    padding: 70px 130px 80px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    text-align: center;
    margin: 50px 0 100px;
}

.bg_option p {
    font-size: 18px;
    line-height: 28px;
}

.bg_option * {
    color: #fff;
}

.button-001 {
    border-radius: 0;
    height: 61px;
    background-color: #fff;
    color: #2b37c3;
    display: inline-block;
    padding: 0 50px;
    line-height: 61px;
}

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

.button-001:hover {
    background-color: #2b37c3;
    color: #fff;
}

.pt-30 {
    padding-top: 30px;
}

.bg_option2 {
    background-color: #F7F8FF;
    padding: 80px 42px 60px;
}

.bg_option2 p {
    font-size: 16px;
    line-height: 28px;
    color: #555;
}

.bg_option2 img {
    margin-bottom: 35px;
}

.item_spear2 {
    padding-top: 40px;
}

.custom-imgBlock-03 .alignright {
    margin-bottom: 20px;
}

.custom_pdf_btn .fusion-image-element:has(.custom-imgButton-02) {
    border-radius: 0;
}

.custom_btn_list .awb-imageframe-style {
    display: inline-flex;
    background-color: #323FCC;
    gap: 18px;
    align-items: center;
    min-width: 292px;
    padding: 16px 30px;
    width: max-content;
    transition: border 300ms cubic-bezier(.42, .01, .58, 1), background 300ms cubic-bezier(.42, .01, .58, 1);
}

.custom_btn_list .awb-imageframe-style .fusion-imageframe {
    position: static;
}

.custom_btn_list .awb-imageframe-style .awb-imageframe-caption-title {
    font-weight: normal;
}

.custom_btn_list .awb-imageframe-style .pdf-icon-btn>a:before {
    content: '';
    position: absolute;
    inset: 0;
}

.custom_btn_list .awb-imageframe-style:hover {
    background-color: #191E43;

}

.custom_btn_list .awb-imageframe-style+.awb-imageframe-style {
    margin-top: 20px;
}

.custom-avadaSlider-01.custom_layout_style02 .tfs-slider .slides>li {
    padding-right: 0;
}

.custom-avadaSlider-01.custom_layout_style02 .tfs-slider .background {
    border-bottom: 0;
}

.custom-avadaSlider-01.custom_layout_style02 .tfs-slider .slide-content-container {
    display: none !important;
}

.custom-avadaSlider-01.custom_layout_style02 .flexslider .flex-prev,
.custom-avadaSlider-01.custom_layout_style02 .flexslider .flex-next {
    bottom: 0;
    background-color: #F8F8FA;
}

.custom-avadaSlider-01.custom_layout_style02 .flexslider .flex-prev:hover,
.custom-avadaSlider-01.custom_layout_style02 .flexslider .flex-next:hover {
    background-color: #4652D1;
}



.custom-avadaSlider-01.custom_layout_style02 .flexslider .flex-next,
.custom-avadaSlider-01.custom_layout_style02 .flexslider .flex-prev {
    font-size: 0;
    color: #323FCC !important;
}

.custom-avadaSlider-01.custom_layout_style02 .flexslider .flex-next:before,
.custom-avadaSlider-01.custom_layout_style02 .flexslider .flex-prev:before {
    content: "";
    width: 16px;
    height: 1px;
    background-color: #323FCC;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}

.custom-avadaSlider-01.custom_layout_style02 .flexslider .flex-next:hover:before,
.custom-avadaSlider-01.custom_layout_style02 .flexslider .flex-prev:hover:before {
    background-color: #fff !important;
}

.custom-avadaSlider-01.custom_layout_style02 .flexslider .flex-next:after {
    content: "";
    width: 9px;
    height: 9px;
    border-top: 1px solid #323FCC;
    border-right: 1px solid #323FCC;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    margin: -5px 0 0 -3px;
}

.custom-avadaSlider-01.custom_layout_style02 .flexslider .flex-prev:after {
    content: "";
    width: 9px;
    height: 9px;
    border-top: 1px solid #323FCC;
    border-right: 1px solid #323FCC;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: rotate(225deg);
    -ms-transform: rotate(225deg);
    -moz-transform: rotate(225deg);
    -webkit-transform: rotate(225deg);
    -o-transform: rotate(225deg);
    margin: -5px 0 0 -7px;
}

.custom-avadaSlider-01.custom_layout_style02 .flexslider .flex-next:hover:after,
.custom-avadaSlider-01.custom_layout_style02 .flexslider .flex-prev:hover:after {
    border-color: #fff !important;
}

.custom-imgBlock-02 {
    display: flex;
    align-items: center;
    gap: 0px 50px;
}

.custom-imgBlock-02 .pic {
    flex-shrink: 0;
    order: 2;
    margin-bottom: 20px;
}

.title-size-01 {
    margin-bottom: 20px;
}

.custom-imgBlock-02 .content p {
    font-size: 18px;
    line-height: 30px;
}

.custom_min_height.custom-avadaSlider-01.custom_layout_style02 {
    height: 528px !important;
    max-height: 528px !important;
}

.custom_min_height.custom-avadaSlider-01.custom_layout_style02 .tfs-slider .background {
    min-height: 528px;
}

.custom_min_height.custom-avadaSlider-01.custom_layout_style02 .tfs-slider .background:before {
    content: "";
    position: absolute;
    inset: 0;
    border: 1px solid #DCDFF0;
}

.custom_order_option .fusion-social-networks-wrapper {
    display: flex;
    flex-flow: row-reverse;
    flex-wrap: wrap;
}

.Ratio_custom_img {
    display: block !important;
    position: relative !important;
    padding-bottom: calc(213.75/285 * 100%);
}

.Ratio_custom_img img {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

@media (max-width: 991px) {
    .custom-imgBlock-03 .alignright {
        float: none;
        margin-left: 0;
    }
}


@media only screen and (max-width: 1024px) {

    .custom-imgBlock-02 .pic {
        order: 0;
    }

    .custom-imgBlock-02 {
        flex-wrap: wrap;
    }

    .bg_option {
        padding: 30px 20px;
    }

    .custom-avadaSlider-01.custom_layout_style02 .flexslider .flex-prev,
    .custom-avadaSlider-01.custom_layout_style02 .flexslider .flex-next {
        bottom: 0;
        top: auto;
    }

    .custom_layout_style.custom-avadaSlider-01 .flexslider .flex-next {
        left: 72px;
    }

    .custom_layout_style.custom-avadaSlider-01 .tfs-slider .background {
        border-bottom: none;
    }

    .bg_option {
        margin-bottom: 60px;
    }
}

@media only screen and (max-width: 576px) {
    .custom_min_height.custom-avadaSlider-01.custom_layout_style02 {
        height: 265px !important;
        max-height: 265px !important;
    }

    .custom_min_height.custom-avadaSlider-01.custom_layout_style02 .tfs-slider .background {
        min-height: 265px;
    }
}

/* tribe-events-single */
.tribe-events-single .fusion-events-single-title {
    margin-bottom: 30px;
}

.tribe-events-single .fusion-events-single-title .fusion-events-single-title-content {
    padding: 0;
    background: transparent;
}

.tribe-events-single .fusion-events-single-title .fusion-events-single-title-content .fusion-responsive-typography-calculated span {
    color: currentcolor;
}

.tribe-events-single .fusion-events-single-title .fusion-events-single-title-content .tribe-events-single-event-title,
.tribe-events-single .fusion-events-single-title .fusion-events-single-title-content .tribe-events-schedule .fusion-responsive-typography-calculated {
    color: var(--h2_typography-color);
}

.tribe-events-single .fusion-events-single-title .fusion-events-single-title-content .tribe-events-single-event-title {
    font-size: var(--h4_typography-font-size);
}

.tribe-events-single .fusion-events-single-title .fusion-events-single-title-content .tribe-events-schedule .fusion-responsive-typography-calculated {
    font-size: var(--h5_typography-font-size);
}

.tribe-events-single .fusion-theme-sharing-box h4 {
    font-size: var(--h5_typography-font-size);
}