/* Hero 1 */
.global.hero-1 {
    position: relative;
    background-color: var(--k4u-light-gray);
}

@media (max-width: 767px) {
    .global.hero-1 {
        top: initial;
    }
}

.global.hero-1 .left {
    padding: 141px 0px 125px 0;
    z-index: 100;
}

@media (max-width: 767px) {
    .global.hero-1 .left {
        padding: 50px 0px;
    }
}

@media (max-width: 767px) {
    .global.hero-1 h1 {
        font-size: 60px;
    }
}


.global.hero-1 h1 {}

.global.hero-1 p {
    margin-top: 20px;
}

.global.hero-1 .wide {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}

@media (max-width: 767px) {
    .global.hero-1 .wide {
        height: 300px;
    }
}

.global.hero-1 .wide .right {
    background-repeat: no-repeat !important;
    background-position: center !important;
    background-size: cover !important;
    position: relative;
}

.hero-1-pic-mobile {
    display: none;
}

@media (max-width: 767px) {
    .hero-1-pic-mobile {
        display: block;
    }

    .hero-1-pic-desc {
        display: none;
    }
}

.hero-1-pic-mobile .graphic {
    display: none;
}


@media (max-width: 767px) {
    .global.hero-1 .wide .right {
        height: 300px;
    }
}

.global.hero-1 .graphic {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-image: url(.././img/graphics/graphic-3.svg);
    background-repeat: no-repeat;
    background-position: left;
    background-size: contain;
}

.global.hero-1 .aspire-btn {
    margin-top: 40px;
}


/* CTA banner 1  */
.global.cta-banner-1 {
    position: relative;
}

.global.cta-banner-1 .wide {
    position: absolute;
    width: 100%;
    height: 100%;
}

@media (max-width: 991px) {
    .global.cta-banner-1 .wide {
        position: relative;
        height: 450px;
    }
}

.global.cta-banner-1 .wide .img-outer {
    padding-right: 15px;
}

@media (max-width: 991px) {
    .global.cta-banner-1 .wide .img-outer {
        padding: 0px 25px 0px 25px;
    }
}


.global.cta-banner-1 .wide-right {
    padding-left: 15px;
}

.global.cta-banner-1 .wide-right-inner {
    background-color: var(--k4u-light-gray);
    width: 100%;
    height: 100%;
}

@media (max-width: 991px) {
    .global.cta-banner-1 .wide-right-inner {
        display: none;
    }
}

.global.cta-banner-1 .img {
    width: 100%;
    height: 100%;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}

.global.cta-banner-1 .right {
    padding-left: 15px;
    z-index: 1000;
}

@media (max-width: 991px) {
    .global.cta-banner-1 .right {
        padding-left: 0px;
    }
}



.global.cta-banner-1 .right .content {
    padding: 106px 0px 106px 50px;
    background-color: var(--k4u-light-gray);
    background-image: url(.././img/graphics/graphic-1.svg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

@media (max-width: 991px) {
    .global.cta-banner-1 .right .content {
        padding: 50px 20px;
    }
}

.global.cta-banner-1 h2 {
    margin-bottom: 20px;
}

.global.cta-banner-1 .wysiwyg {
    margin-bottom: 50px;
    padding-right: 40px;
}

@media (max-width: 576px) {
    .global.cta-banner-1 .wysiwyg {
        padding-right: initial;
    }
}


/* Breadcrumbs Section CSS */
/* .breadcrumbs-section{
    position: relative;
    display: inline-block;
    width: 100%;
} */
.global.breadcrumbs {
    margin-top: 16px;
    /* margin-bottom: 16px; */
    /* padding-bottom: 36px; */
    position: absolute;
    top: 0;
    width: 100%;
    left: 0;
    z-index: 1000;
}

.global.breadcrumbs span {
    font-size: 13px;
    line-height: 180%;
    color: var(--k4u-black);
}

.global.breadcrumbs span span {
    margin: 0 5px;
}

.global.breadcrumbs span span:first-child {
    margin-left: 0;
}

.global.breadcrumbs .breadcrumb_last {
    color: var(--k4u-darker-gray);
}

/* .global.breadcrumbs{
    background: linear-gradient(180deg, var(--k4u-light-gray) 0%, rgba(245, 245, 245, 0) 100%);
    padding: 16px 0px 36px 0px;
    margin-bottom: 16px;
}
.global.breadcrumbs ul{
    list-style: none;
    display: flex;
    flex-wrap: nowrap;
    gap: 4px;
    margin: 0px !important;
    align-items: center;
}
.global.breadcrumbs ul li{
    font-style: normal;
    font-weight: 400;
    font-size: 13px;
    line-height: 180%;
    color: var(--k4u-black);
}
.global.breadcrumbs ul li:first-child{
    font-weight: 600;
} */

/* Accessories Category Side Bar Css */

.global.accessories-sidebar {
    padding-right: 30px !important;
}

.global.accessories-sidebar .snippet-testimonials .item {
    background-color: var(--k4u-light-gray);
    margin-bottom: 10px;
}

/* .global.accessories-sidebar .testimonials-item{
    padding: 30px;
    background-color: #f5f5f5;
    margin-bottom: 10px;
}
.global.accessories-sidebar .testimonials-item .user-info{
    display: flex;
    align-items: center;
}
.global.accessories-sidebar .testimonials-item .user-info .user-image{
    width: 60px;
    height: 60px;
    display: flex;
    border-radius: 100%;
}
.global.accessories-sidebar .testimonials-item .user-info .user-image img{
    border-radius: 100%;
}
.global.accessories-sidebar .testimonials-item .user-info .user-name{
    margin-left: 15px;
    display: inline-block;
}
.global.accessories-sidebar .testimonials-item .user-info .user-name h6{
    color: #000;
}
.global.accessories-sidebar .testimonials-item .user-comment{
    margin-top: 15px;
    margin-bottom: 20px;
}
.global.accessories-sidebar .testimonials-item .user-comment p{
    color: #737373;
}
.global.accessories-sidebar .testimonials-item .data-info span{
    color: #737373;
    font-family: Barlow;
    font-size: 17px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
    margin-left: 8px;
    opacity: 0.5;
} */
.global.accessories-sidebar .sidebar-menu {
    margin-top: 25px;
    background: #FFF;
    padding: 40px;
    border: 5px solid #f5f5f5;
}

.global.accessories-sidebar .sidebar-menu .menu-items h5 {
    color: #000;
    font-family: Prata;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
}

.global.accessories-sidebar .sidebar-menu .menu-items ul.sidebar-menu-items {
    margin-top: 17px;
    list-style: none;
    margin-bottom: 0;
}

.global.accessories-sidebar .sidebar-menu .menu-items li.sidebar-menu-item {
    color: #000;
    font-weight: 400;
}

@media (max-width: 992px) {

    .global.accessories-sidebar .testimonials-item {
        padding: 15px;
    }

    .global.accessories-sidebar .sidebar-menu {
        padding: 25px;
    }
}

/* Testimonial Slider Css */

/* .global.testimonial-slider .testimonials-item{
    padding: 30px;
    background-color: #fff;
    margin-bottom: 10px;
}
.global.testimonial-slider .testimonials-item .user-info{
    display: flex;
    align-items: center;
}
.global.testimonial-slider .testimonials-item .user-info .user-image{
    width: 60px;
    height: 60px;
    display: flex;
    border-radius: 100%;
}
.global.testimonial-slider .testimonials-item .user-info .user-image img{
    border-radius: 100%;
}
.global.testimonial-slider .testimonials-item .user-info .user-name{
    margin-left: 15px;
    display: flex;
    flex-wrap: wrap;
}
.global.testimonial-slider .testimonials-item .user-info .user-name h6{
    color: #000;
    margin-bottom: 8px;
}
.global.testimonial-slider .testimonials-item .user-comment{
    margin-top: 15px;
    margin-bottom: 20px;
}
.global.testimonial-slider .testimonials-item .user-comment p{
    color: #737373;
}
.global.testimonial-slider .testimonials-item .data-info span{
    color: #737373;
    font-family: Barlow;
    font-size: 17px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
    margin-left: 8px;
    opacity: 0.5;
} */



.global.testimonials {
    background-color: var(--k4u-light-gray);
    padding: 50px 0;
}

@media (max-width: 991px) {
    .global.testimonials {
        margin-bottom: 50px;
    }
}

.global.testimonials .items-container {
    position: relative;
}

.global.testimonials .swiper-button-next svg {
    transform: rotate(180deg);
    width: 30px;
}

.global.testimonials .swiper-button-next {
    right: -80px;
    top: 198px;
}

.global.testimonials .swiper-button-prev {
    left: -80px;
}

@media (max-width: 1440px) {

    .global.testimonials .swiper-button-next {
        right: -50px;
        top: 158px;
    }

    .global.testimonials .swiper-button-prev {
        left: -53px;
    }
}

@media (max-width: 1200px) {
    .global.testimonials .swiper-button-next {
        right: -30px;
        top: 50%;
        height: auto;
    }

    .global.testimonials .swiper-button-prev {
        left: -30px;
        top: 50%;
        height: auto;
    }
}

@media (max-width: 1024px) {
    .global.testimonials .swiper-button-next {
        right: -55px;
    }

    .global.testimonials .swiper-button-prev {
        left: -55px;
    }
}

@media (max-width: 768px) {
    .global.testimonials .swiper-button-prev {
        left: -50px;
    }

    .aspire-btn {
        font-size: 17px;
    }

    .global.testimonials .swiper-button-next {
        right: -50px;
    }

    .global.testimonials .items-container {
        position: relative;
        margin-left: 20px;
        margin-right: 20px;
    }
}

/* 
@media (max-width: 768px) {
    .global.testimonials .swiper-button-next {
        right: -20px;
    }

    .global.testimonials .swiper-button-prev {
        left: -20px;
    }
} */



/* Video modal */
.global.video-modal .modal-content {}