.swiper-container .swiper-shadow {
    box-shadow: 2px 8px 10px 0 rgba(25, 42, 70, .13)!important
}

.swiper-pagination .swiper-pagination-bullet:focus {
    outline: none
}

.swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active,
.swiper-pagination.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
    background-color: #7367f0
}

.swiper-centered-slides.swiper-container .swiper-slide {
    background-color: #fff;
    cursor: pointer;
    font-weight: 500;
    height: auto;
    padding: 2rem 5.5rem;
    text-align: center;
    width: auto!important
}

.swiper-centered-slides.swiper-container .swiper-slide.swiper-slide-active {
    border: 2px solid #7367f0
}

.swiper-centered-slides.swiper-container .swiper-slide.swiper-slide-active i,
.swiper-centered-slides.swiper-container .swiper-slide.swiper-slide-active svg {
    color: #7367f0
}

.swiper-centered-slides .swiper-button-next:after {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23fff' stroke-width='2' stroke-linecap='round' stroke-linejoin='round' class='feather feather-chevron-right'%3E%3Cpath d='m9 18 6-6-6-6'/%3E%3C/svg%3E")
}

.swiper-centered-slides .swiper-button-prev:after {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23fff' stroke-width='2' stroke-linecap='round' stroke-linejoin='round' class='feather feather-chevron-left'%3E%3Cpath d='m15 18-6-6 6-6'/%3E%3C/svg%3E")
}

.swiper-centered-slides .swiper-button-next,
.swiper-centered-slides .swiper-button-prev {
    height: 40px!important;
    width: 40px!important
}

.swiper-centered-slides .swiper-button-next:after,
.swiper-centered-slides .swiper-button-prev:after {
    background-color: #7367f0;
    background-size: 24px!important;
    border-radius: 50%;
    box-shadow: 0 2px 4px 0 rgba(34, 41, 47, .5)!important;
    height: 40px!important;
    width: 40px!important
}

.swiper-centered-slides.swiper-container-rtl .swiper-button-next:after {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23fff' stroke-width='2' stroke-linecap='round' stroke-linejoin='round' class='feather feather-chevron-left'%3E%3Cpath d='m15 18-6-6 6-6'/%3E%3C/svg%3E")
}

.swiper-centered-slides.swiper-container-rtl .swiper-button-prev:after {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23fff' stroke-width='2' stroke-linecap='round' stroke-linejoin='round' class='feather feather-chevron-right'%3E%3Cpath d='m9 18 6-6-6-6'/%3E%3C/svg%3E")
}

.swiper-centered-slides-2.swiper-container .swiper-slide {
    background-color: #f2f4f4;
    cursor: pointer;
    font-weight: 500;
    height: auto;
    width: auto!important
}

.swiper-centered-slides-2.swiper-container .swiper-slide.swiper-slide-active {
    background-color: #7367f0!important;
    box-shadow: 0 3px 6px 0 rgba(115, 103, 240, .5)!important;
    color: #fff
}

.swiper-cube-effect.swiper-container {
    left: 50%;
    margin-left: -150px;
    margin-top: -12px;
    width: 300px
}

.swiper-coverflow.swiper-container .swiper-slide {
    width: 300px
}

.gallery-thumbs {
    background: #22292f;
    padding: 10px 0
}

.gallery-thumbs .swiper-slide {
    opacity: .4
}

.gallery-thumbs .swiper-slide-thumb-active {
    opacity: 1
}

.swiper-parallax .swiper-slide {
    padding: 2.67rem 4rem
}

.swiper-parallax .swiper-slide .title {
    font-size: 1.07rem;
    padding: .5rem 0
}

.swiper-parallax .swiper-slide .text {
    font-size: 1rem
}

.swiper-parallax .parallax-bg {
    position: absolute;
    width: 130%
}

.swiper-virtual.swiper-container {
    height: 300px
}

.swiper-virtual.swiper-container .swiper-slide {
    align-items: center;
    background-color: #eee;
    display: flex;
    font-size: 1.5rem;
    justify-content: center
}

.swiper-button-next,
.swiper-button-prev,
.swiper-container-rtl .swiper-button-next,
.swiper-container-rtl .swiper-button-prev {
    background-image: none;
    color: #fff;
    font-size: 2rem;
    width: 38px
}

.swiper-button-next:focus,
.swiper-button-prev:focus,
.swiper-container-rtl .swiper-button-next:focus,
.swiper-container-rtl .swiper-button-prev:focus {
    outline: none
}

.swiper-button-prev:after {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%237367f0' stroke-width='2' stroke-linecap='round' stroke-linejoin='round' class='feather feather-chevron-left'%3E%3Cpath d='m15 18-6-6 6-6'/%3E%3C/svg%3E");
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: 44px;
    color: #313131;
    content: "";
    height: 44px;
    padding-right: 1px;
    width: 44px
}

.swiper-button-next:after {
    padding-right: 2px
}

.swiper-button-next:after,
.swiper-container-rtl .swiper-button-prev:after {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%237367f0' stroke-width='2' stroke-linecap='round' stroke-linejoin='round' class='feather feather-chevron-right'%3E%3Cpath d='m9 18 6-6-6-6'/%3E%3C/svg%3E");
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: 44px;
    color: #313131;
    content: "";
    height: 44px;
    width: 44px
}

.swiper-container-rtl .swiper-button-next:after {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%237367f0' stroke-width='2' stroke-linecap='round' stroke-linejoin='round' class='feather feather-chevron-left'%3E%3Cpath d='m15 18-6-6 6-6'/%3E%3C/svg%3E");
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: 44px;
    color: #313131;
    content: "";
    height: 44px;
    width: 44px
}

@media only screen and (max-width:768px) {
    .swiper-button-prev {
        font-size: 1.286rem;
        top: 55%
    }
    .swiper-button-prev:after {
        background-size: 24px;
        height: 28px;
        width: 28px
    }
    .swiper-button-next {
        font-size: 1.286rem;
        top: 55%
    }
    .swiper-button-next:after {
        background-size: 24px
    }
    .swiper-centered-slides .swiper-button-next:after,
    .swiper-centered-slides .swiper-button-prev:after {
        background-size: 18px;
        height: 28px;
        width: 28px
    }
    .swiper-parallax .swiper-slide {
        padding: 1rem 1.2rem
    }
    .swiper-parallax img {
        height: 100%!important
    }
}

@media only screen and (max-width:576px) {
    .swiper-centered-slides.swiper-container .swiper-slide {
        padding: 1.6rem 2.5rem
    }
    .swiper-centered-slides.swiper-container .swiper-slide i,
    .swiper-centered-slides.swiper-container .swiper-slide svg {
        font-size: 1.07rem!important;
        height: 1.07rem!important;
        width: 1.07rem!important
    }
    .swiper-cube-effect.swiper-container {
        left: 70%;
        width: 150px
    }
    .swiper-parallax .swiper-slide {
        padding: 1rem 1.3rem
    }
    .swiper-virtual.swiper-container .swiper-slide {
        font-size: 1rem
    }
}

.dark-layout .swiper-container:not(.swiper-parallax) .swiper-slide {
    background-color: #161d31
}

.dark-layout .swiper-container.swiper-centered-slides .swiper-slide {
    background-color: #283046
}

.dark-layout .swiper-container.swiper-parallax .swiper-slide * {
    color: #313131
}